@chrt-inc/typescript-sdk 1.920.0 → 1.922.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -21
- package/dist/cjs/Client.js +2 -2
- package/dist/cjs/api/resources/billing/client/Client.d.ts +0 -27
- package/dist/cjs/api/resources/billing/client/Client.js +4 -49
- package/dist/cjs/api/resources/billing/resources/index.d.ts +0 -17
- package/dist/cjs/api/resources/billing/resources/index.js +1 -18
- package/dist/cjs/api/resources/billingNew/client/Client.d.ts +3 -0
- package/dist/cjs/api/resources/billingNew/client/Client.js +13 -8
- package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/Client.d.ts +168 -0
- package/dist/cjs/api/resources/{billing/resources/rateSheetMappings → billingNew/resources/billingPeriods}/client/Client.js +178 -113
- package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.d.ts +34 -0
- package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.d.ts +20 -0
- package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.d.ts +54 -0
- package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/requests/index.d.ts +3 -0
- package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.d.ts +2 -1
- package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.js +6 -2
- package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesClientCreate1.d.ts +1 -0
- package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.d.ts +4 -1
- package/dist/cjs/api/resources/billingNew/resources/index.d.ts +2 -0
- package/dist/cjs/api/resources/billingNew/resources/index.js +3 -1
- package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/Client.d.ts +21 -1
- package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/Client.js +77 -2
- package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAmountReq.d.ts +3 -0
- package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.d.ts +17 -0
- package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromLineItemsReq.d.ts +1 -0
- package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/InvoiceLineItemsListV1Request.d.ts +3 -0
- package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/billingNew/resources/invoices/client/Client.d.ts +1 -0
- package/dist/cjs/api/resources/billingNew/resources/invoices/client/Client.js +5 -1
- package/dist/cjs/api/resources/billingNew/resources/invoices/client/requests/InvoiceClientCreate1.d.ts +1 -0
- package/dist/cjs/api/resources/billingNew/resources/invoices/client/requests/InvoicesListV1Request.d.ts +3 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/client/Client.d.ts +16 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/client/Client.js +70 -0
- package/dist/{esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.d.mts → cjs/api/resources/billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.d.ts} +1 -1
- package/dist/cjs/api/resources/billingNew/resources/orders/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.js +2 -2
- package/dist/cjs/api/resources/listing/resources/listings/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/listing/resources/listings/client/Client.js +1 -1
- package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.d.ts +2 -0
- package/dist/cjs/api/resources/shipping/client/Client.d.ts +0 -6
- package/dist/cjs/api/resources/shipping/client/Client.js +14 -24
- package/dist/cjs/api/resources/shipping/resources/cargos/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/cargos/client/Client.js +1 -1
- package/dist/cjs/api/resources/shipping/resources/index.d.ts +0 -4
- package/dist/cjs/api/resources/shipping/resources/index.js +1 -5
- package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +2 -2
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/Client.js +1 -1
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.ts +1 -15
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.js +1 -64
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.js +1 -1
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +3 -221
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +3 -938
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/index.d.ts +0 -3
- package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.js +4 -4
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/Client.d.ts +0 -3
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/Client.js +0 -5
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.ts +48 -16
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.js +173 -43
- package/dist/cjs/api/resources/{shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.d.ts → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.d.ts} +3 -3
- package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.d.ts → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.d.ts} +3 -3
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/index.d.ts +0 -2
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/index.js +1 -3
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.d.ts +18 -1
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.js +68 -1
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.d.ts +14 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/types/BillingPeriod1.d.ts +34 -0
- package/dist/cjs/api/types/{BillingCycleEnum.d.ts → BillingPeriodCycleEnum1.d.ts} +2 -2
- package/dist/cjs/api/types/{BillingCycleEnum.js → BillingPeriodCycleEnum1.js} +2 -2
- package/dist/cjs/api/types/BillingPeriodExpanded1.d.ts +9 -0
- package/dist/cjs/api/types/{OrderGroupListRes.d.ts → BillingPeriodListRes.d.ts} +2 -2
- package/dist/cjs/api/types/BillingPeriodSortByEnum.d.ts +12 -0
- package/dist/cjs/api/types/{OrderGroupExpandedSortByEnum.js → BillingPeriodSortByEnum.js} +5 -3
- package/dist/cjs/api/types/{BillingLedgerPeriodStatusEnum.d.ts → BillingPeriodStatusEnum1.d.ts} +2 -2
- package/dist/cjs/api/types/{BillingLedgerPeriodStatusEnum.js → BillingPeriodStatusEnum1.js} +2 -2
- package/dist/cjs/api/types/BillingPeriodTaskGroupsReq.d.ts +6 -0
- package/dist/cjs/api/types/Cargo1.d.ts +1 -0
- package/dist/cjs/api/types/ChrtGroundProviderRates1.d.ts +1 -0
- package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.d.ts +9 -0
- package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.d.ts +11 -0
- package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsItem1.d.ts +13 -0
- package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.d.ts +9 -0
- package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.d.ts +9 -0
- package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.js +11 -0
- package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRes.d.ts +10 -0
- package/dist/cjs/api/types/Invoice1.d.ts +1 -0
- package/dist/cjs/api/types/InvoiceExpandedRes.d.ts +1 -0
- package/dist/cjs/api/types/InvoiceLineItem1.d.ts +4 -0
- package/dist/cjs/api/types/InvoiceLineItemClientCreate1.d.ts +3 -0
- package/dist/cjs/api/types/InvoiceLineItemServerCreate1.d.ts +4 -0
- package/dist/cjs/api/types/InvoiceLineItemsByOrderExpandedRes.d.ts +2 -0
- package/dist/cjs/api/types/NotificationEventsForOrgsEnum.d.ts +1 -6
- package/dist/cjs/api/types/NotificationEventsForOrgsEnum.js +0 -5
- package/dist/cjs/api/types/NotificationEventsForUsersEnum.d.ts +1 -3
- package/dist/cjs/api/types/NotificationEventsForUsersEnum.js +0 -2
- package/dist/cjs/api/types/OffChrtOrgData1.d.ts +1 -0
- package/dist/cjs/api/types/OffChrtOrgDataClientCreate1.d.ts +1 -0
- package/dist/{esm/api/types/CreateLigFromRateSheetForVectorClientReq.d.mts → cjs/api/types/OrderAwbBillingAccount1.d.ts} +3 -2
- package/dist/cjs/api/types/OrderAwbBillingListItem1.d.ts +12 -0
- package/dist/cjs/api/types/{BillingLedgerPeriodListRes.d.ts → OrderAwbBillingListRes.d.ts} +2 -2
- package/dist/cjs/api/types/OrderBillingExpandedListItem1.d.ts +1 -0
- package/dist/cjs/api/types/OrderBillingPeriod1.d.ts +11 -0
- package/dist/cjs/api/types/OrdersDraftDeleteManyRes.d.ts +0 -1
- package/dist/cjs/api/types/ProFormaLineItem1.d.ts +9 -7
- package/dist/cjs/api/types/{LineItemProvenanceEnum.d.ts → ProFormaLineItemProvenanceEnum1.d.ts} +2 -2
- package/dist/cjs/api/types/{LineItemProvenanceEnum.js → ProFormaLineItemProvenanceEnum1.js} +2 -2
- package/dist/cjs/api/types/TaskGroup1.d.ts +0 -9
- package/dist/cjs/api/types/index.d.ts +18 -63
- package/dist/cjs/api/types/index.js +18 -63
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/resources/billing/client/Client.d.mts +0 -27
- package/dist/esm/api/resources/billing/client/Client.mjs +0 -45
- package/dist/esm/api/resources/billing/resources/index.d.mts +0 -17
- package/dist/esm/api/resources/billing/resources/index.mjs +0 -17
- package/dist/esm/api/resources/billingNew/client/Client.d.mts +3 -0
- package/dist/esm/api/resources/billingNew/client/Client.mjs +5 -0
- package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/Client.d.mts +168 -0
- package/dist/esm/api/resources/{billing/resources/rateSheetMappings → billingNew/resources/billingPeriods}/client/Client.mjs +176 -111
- package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.d.mts +34 -0
- package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.d.mts +20 -0
- package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.d.mts +54 -0
- package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/index.d.mts +3 -0
- package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.d.mts +2 -1
- package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.mjs +6 -2
- package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesClientCreate1.d.mts +1 -0
- package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.d.mts +4 -1
- package/dist/esm/api/resources/billingNew/resources/index.d.mts +2 -0
- package/dist/esm/api/resources/billingNew/resources/index.mjs +2 -0
- package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.d.mts +21 -1
- package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.mjs +77 -2
- package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAmountReq.d.mts +3 -0
- package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.d.mts +17 -0
- package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromLineItemsReq.d.mts +1 -0
- package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/InvoiceLineItemsListV1Request.d.mts +3 -0
- package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.d.mts +1 -0
- package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.mjs +5 -1
- package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoiceClientCreate1.d.mts +1 -0
- package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoicesListV1Request.d.mts +3 -0
- package/dist/esm/api/resources/billingNew/resources/orders/client/Client.d.mts +16 -0
- package/dist/esm/api/resources/billingNew/resources/orders/client/Client.mjs +70 -0
- package/dist/{cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.d.ts → esm/api/resources/billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.d.mts} +1 -1
- package/dist/esm/api/resources/billingNew/resources/orders/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.mjs +2 -2
- package/dist/esm/api/resources/listing/resources/listings/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/listing/resources/listings/client/Client.mjs +1 -1
- package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.d.mts +2 -0
- package/dist/esm/api/resources/shipping/client/Client.d.mts +0 -6
- package/dist/esm/api/resources/shipping/client/Client.mjs +0 -10
- package/dist/esm/api/resources/shipping/resources/cargos/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/cargos/client/Client.mjs +1 -1
- package/dist/esm/api/resources/shipping/resources/index.d.mts +0 -4
- package/dist/esm/api/resources/shipping/resources/index.mjs +0 -4
- package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +2 -2
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/Client.mjs +1 -1
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.mts +1 -15
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.mjs +1 -64
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.mjs +1 -1
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +3 -221
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +3 -938
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/index.d.mts +0 -3
- package/dist/esm/api/resources/shipping/resources/tasks/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/shipping/resources/tasks/client/Client.mjs +4 -4
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/client/Client.d.mts +0 -3
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/client/Client.mjs +0 -5
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.mts +48 -16
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.mjs +173 -43
- package/dist/esm/api/resources/{shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.d.mts → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.d.mts} +3 -3
- package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.d.mts → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.d.mts} +3 -3
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/index.d.mts +0 -2
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/index.mjs +0 -2
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.d.mts +18 -1
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.mjs +68 -1
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.d.mts +14 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.d.mts +1 -0
- package/dist/esm/api/types/BillingPeriod1.d.mts +34 -0
- package/dist/esm/api/types/{BillingCycleEnum.d.mts → BillingPeriodCycleEnum1.d.mts} +2 -2
- package/dist/esm/api/types/{BillingCycleEnum.mjs → BillingPeriodCycleEnum1.mjs} +1 -1
- package/dist/esm/api/types/BillingPeriodExpanded1.d.mts +9 -0
- package/dist/esm/api/types/{BillingLedgerListRes.d.mts → BillingPeriodListRes.d.mts} +2 -2
- package/dist/esm/api/types/BillingPeriodSortByEnum.d.mts +12 -0
- package/dist/esm/api/types/{OrderGroupSortByEnum.mjs → BillingPeriodSortByEnum.mjs} +4 -1
- package/dist/esm/api/types/{BillingLedgerPeriodStatusEnum.d.mts → BillingPeriodStatusEnum1.d.mts} +2 -2
- package/dist/esm/api/types/{BillingLedgerPeriodStatusEnum.mjs → BillingPeriodStatusEnum1.mjs} +1 -1
- package/dist/esm/api/types/BillingPeriodTaskGroupsReq.d.mts +6 -0
- package/dist/esm/api/types/Cargo1.d.mts +1 -0
- package/dist/esm/api/types/ChrtGroundProviderRates1.d.mts +1 -0
- package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.d.mts +9 -0
- package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.d.mts +11 -0
- package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsItem1.d.mts +13 -0
- package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.d.mts +9 -0
- package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.d.mts +9 -0
- package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.mjs +8 -0
- package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRes.d.mts +10 -0
- package/dist/esm/api/types/Invoice1.d.mts +1 -0
- package/dist/esm/api/types/InvoiceExpandedRes.d.mts +1 -0
- package/dist/esm/api/types/InvoiceLineItem1.d.mts +4 -0
- package/dist/esm/api/types/InvoiceLineItemClientCreate1.d.mts +3 -0
- package/dist/esm/api/types/InvoiceLineItemServerCreate1.d.mts +4 -0
- package/dist/esm/api/types/InvoiceLineItemsByOrderExpandedRes.d.mts +2 -0
- package/dist/esm/api/types/NotificationEventsForOrgsEnum.d.mts +1 -6
- package/dist/esm/api/types/NotificationEventsForOrgsEnum.mjs +0 -5
- package/dist/esm/api/types/NotificationEventsForUsersEnum.d.mts +1 -3
- package/dist/esm/api/types/NotificationEventsForUsersEnum.mjs +0 -2
- package/dist/esm/api/types/OffChrtOrgData1.d.mts +1 -0
- package/dist/esm/api/types/OffChrtOrgDataClientCreate1.d.mts +1 -0
- package/dist/{cjs/api/types/CreateLigFromRateSheetForVectorClientReq.d.ts → esm/api/types/OrderAwbBillingAccount1.d.mts} +3 -2
- package/dist/esm/api/types/OrderAwbBillingListItem1.d.mts +12 -0
- package/dist/esm/api/types/{BillingLedgerPeriodListRes.d.mts → OrderAwbBillingListRes.d.mts} +2 -2
- package/dist/esm/api/types/OrderBillingExpandedListItem1.d.mts +1 -0
- package/dist/esm/api/types/OrderBillingPeriod1.d.mts +11 -0
- package/dist/esm/api/types/OrdersDraftDeleteManyRes.d.mts +0 -1
- package/dist/esm/api/types/ProFormaLineItem1.d.mts +9 -7
- package/dist/esm/api/types/{LineItemProvenanceEnum.d.mts → ProFormaLineItemProvenanceEnum1.d.mts} +2 -2
- package/dist/esm/api/types/{LineItemProvenanceEnum.mjs → ProFormaLineItemProvenanceEnum1.mjs} +1 -1
- package/dist/esm/api/types/TaskGroup1.d.mts +0 -9
- package/dist/esm/api/types/index.d.mts +18 -63
- package/dist/esm/api/types/index.mjs +18 -63
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +2755 -9321
- package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.ts +0 -115
- package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.js +0 -425
- package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.d.ts +0 -14
- package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.d.ts +0 -41
- package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.d.ts +0 -17
- package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/index.d.ts +0 -3
- package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.d.ts +0 -110
- package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.js +0 -411
- package/dist/cjs/api/resources/billing/resources/billingLedgers/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/billing/resources/billingLedgers/client/index.js +0 -17
- package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.ts +0 -23
- package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.d.ts +0 -13
- package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.d.ts +0 -32
- package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/index.d.ts +0 -3
- package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/billing/resources/billingLedgers/index.d.ts +0 -1
- package/dist/cjs/api/resources/billing/resources/billingLedgers/index.js +0 -17
- package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.d.ts +0 -132
- package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.js +0 -505
- package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/index.js +0 -17
- package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.d.ts +0 -19
- package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.d.ts +0 -21
- package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.d.ts +0 -16
- package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.d.ts +0 -3
- package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/index.d.ts +0 -1
- package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/index.js +0 -17
- package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.d.ts +0 -132
- package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.js +0 -508
- package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/index.js +0 -17
- package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.d.ts +0 -35
- package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.d.ts +0 -46
- package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.d.ts +0 -16
- package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.d.ts +0 -3
- package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/index.d.ts +0 -1
- package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/index.js +0 -17
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.d.ts +0 -307
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.js +0 -1203
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/index.js +0 -17
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.ts +0 -23
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.d.ts +0 -53
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.ts +0 -23
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.ts +0 -24
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/index.d.ts +0 -4
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/index.d.ts +0 -2
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/index.js +0 -18
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/index.d.ts +0 -4
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/index.js +0 -43
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.d.ts +0 -50
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.js +0 -133
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/index.js +0 -17
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/index.d.ts +0 -1
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/index.js +0 -17
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.d.ts +0 -83
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.js +0 -308
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/index.js +0 -17
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.d.ts +0 -13
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/index.d.ts +0 -1
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/index.js +0 -17
- package/dist/cjs/api/resources/billing/resources/lineItems/client/Client.d.ts +0 -23
- package/dist/cjs/api/resources/billing/resources/lineItems/client/Client.js +0 -17
- package/dist/cjs/api/resources/billing/resources/lineItems/client/index.d.ts +0 -1
- package/dist/cjs/api/resources/billing/resources/lineItems/client/index.js +0 -2
- package/dist/cjs/api/resources/billing/resources/lineItems/index.d.ts +0 -2
- package/dist/cjs/api/resources/billing/resources/lineItems/index.js +0 -18
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/index.d.ts +0 -2
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/index.js +0 -41
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.ts +0 -83
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.js +0 -308
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.js +0 -17
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.d.ts +0 -13
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/index.d.ts +0 -1
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/index.js +0 -17
- package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/Client.d.ts +0 -132
- package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/Client.js +0 -505
- package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/index.js +0 -17
- package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.d.ts +0 -16
- package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.d.ts +0 -15
- package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.d.ts +0 -16
- package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.js +0 -5
- package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.d.ts +0 -3
- package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/index.d.ts +0 -1
- package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/index.js +0 -17
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/Client.d.ts +0 -155
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/index.js +0 -17
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.ts +0 -20
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.js +0 -5
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.d.ts +0 -18
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.js +0 -5
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.js +0 -5
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/index.d.ts +0 -3
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/index.d.ts +0 -1
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/index.js +0 -17
- package/dist/cjs/api/resources/billing/resources/statements/client/Client.d.ts +0 -321
- package/dist/cjs/api/resources/billing/resources/statements/client/Client.js +0 -1334
- package/dist/cjs/api/resources/billing/resources/statements/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/billing/resources/statements/client/index.js +0 -17
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.ts +0 -21
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.js +0 -5
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementExpandedRetrieveReq.d.ts +0 -12
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementExpandedRetrieveReq.js +0 -5
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.d.ts +0 -13
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.js +0 -5
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.ts +0 -71
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.js +0 -5
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.ts +0 -71
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.js +0 -5
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/index.d.ts +0 -5
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/billing/resources/statements/index.d.ts +0 -1
- package/dist/cjs/api/resources/billing/resources/statements/index.js +0 -17
- package/dist/cjs/api/resources/shipping/resources/orderGroups/client/Client.d.ts +0 -142
- package/dist/cjs/api/resources/shipping/resources/orderGroups/client/Client.js +0 -530
- package/dist/cjs/api/resources/shipping/resources/orderGroups/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/shipping/resources/orderGroups/client/index.js +0 -17
- package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.js +0 -5
- package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.d.ts +0 -12
- package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.js +0 -5
- package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.d.ts +0 -13
- package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.js +0 -5
- package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.d.ts +0 -30
- package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.js +0 -5
- package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/index.d.ts +0 -4
- package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/shipping/resources/orderGroups/index.d.ts +0 -1
- package/dist/cjs/api/resources/shipping/resources/orderGroups/index.js +0 -17
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.d.ts +0 -13
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.js +0 -5
- package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.d.ts +0 -73
- package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.js +0 -260
- package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/index.js +0 -17
- package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.d.ts +0 -32
- package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.js +0 -5
- package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.d.ts +0 -25
- package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.js +0 -5
- package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.d.ts +0 -2
- package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/index.d.ts +0 -1
- package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/index.js +0 -17
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.ts +0 -13
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.js +0 -5
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.ts +0 -13
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.js +0 -5
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.ts +0 -13
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.js +0 -5
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.d.ts +0 -62
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.js +0 -197
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.js +0 -17
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.d.ts +0 -21
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.js +0 -5
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.d.ts +0 -1
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.js +0 -17
- package/dist/cjs/api/types/AttachBillingLedgerPeriodReq.d.ts +0 -6
- package/dist/cjs/api/types/AttachBillingLedgerPeriodReq.js +0 -5
- package/dist/cjs/api/types/AttachLigToVectorClientReq.d.ts +0 -6
- package/dist/cjs/api/types/AttachLigToVectorClientReq.js +0 -5
- package/dist/cjs/api/types/BillingLedger1.d.ts +0 -27
- package/dist/cjs/api/types/BillingLedger1.js +0 -5
- package/dist/cjs/api/types/BillingLedgerListRes.d.ts +0 -8
- package/dist/cjs/api/types/BillingLedgerListRes.js +0 -5
- package/dist/cjs/api/types/BillingLedgerPeriod1.d.ts +0 -35
- package/dist/cjs/api/types/BillingLedgerPeriod1.js +0 -5
- package/dist/cjs/api/types/BillingLedgerPeriodListRes.js +0 -5
- package/dist/cjs/api/types/BillingLedgerPeriodSortByEnum.d.ts +0 -9
- package/dist/cjs/api/types/BillingLedgerPeriodSortByEnum.js +0 -11
- package/dist/cjs/api/types/BillingLedgerSortByEnum.d.ts +0 -4
- package/dist/cjs/api/types/BillingLedgerSortByEnum.js +0 -5
- package/dist/cjs/api/types/BillingLedgerStatusEnum.d.ts +0 -8
- package/dist/cjs/api/types/BillingLedgerStatusEnum.js +0 -10
- package/dist/cjs/api/types/BillingLineItemGroupMessageWebhookPayload.d.ts +0 -13
- package/dist/cjs/api/types/BillingLineItemGroupMessageWebhookPayload.js +0 -5
- package/dist/cjs/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.ts +0 -10
- package/dist/cjs/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.js +0 -5
- package/dist/cjs/api/types/BillingLineItemS3ObjectAddedWebhookPayload.d.ts +0 -14
- package/dist/cjs/api/types/BillingLineItemS3ObjectAddedWebhookPayload.js +0 -5
- package/dist/cjs/api/types/BillingReviewStatusEnum.d.ts +0 -15
- package/dist/cjs/api/types/BillingReviewStatusEnum.js +0 -12
- package/dist/cjs/api/types/BillingStatementOpenedWebhookPayload.d.ts +0 -10
- package/dist/cjs/api/types/BillingStatementOpenedWebhookPayload.js +0 -5
- package/dist/cjs/api/types/BillingStatementPaidWebhookPayload.d.ts +0 -10
- package/dist/cjs/api/types/BillingStatementPaidWebhookPayload.js +0 -5
- package/dist/cjs/api/types/CargoOnFlightRateSheet1.d.ts +0 -16
- package/dist/cjs/api/types/CargoOnFlightRateSheet1.js +0 -5
- package/dist/cjs/api/types/CargoOnFlightRateSheetListRes.d.ts +0 -8
- package/dist/cjs/api/types/CargoOnFlightRateSheetListRes.js +0 -5
- package/dist/cjs/api/types/ChrtGroundProviderRateSheet1.d.ts +0 -32
- package/dist/cjs/api/types/ChrtGroundProviderRateSheet1.js +0 -5
- package/dist/cjs/api/types/ChrtGroundProviderRateSheetListRes.d.ts +0 -8
- package/dist/cjs/api/types/ChrtGroundProviderRateSheetListRes.js +0 -5
- package/dist/cjs/api/types/CreateLigFromRateSheetForVectorClientReq.js +0 -5
- package/dist/cjs/api/types/LineItem1.d.ts +0 -32
- package/dist/cjs/api/types/LineItem1.js +0 -5
- package/dist/cjs/api/types/LineItemClientCreate1.d.ts +0 -14
- package/dist/cjs/api/types/LineItemClientCreate1.js +0 -5
- package/dist/cjs/api/types/LineItemEnum1.d.ts +0 -39
- package/dist/cjs/api/types/LineItemEnum1.js +0 -35
- package/dist/cjs/api/types/LineItemGroup1.d.ts +0 -59
- package/dist/cjs/api/types/LineItemGroup1.js +0 -5
- package/dist/cjs/api/types/LineItemGroupLineItemsRes.d.ts +0 -11
- package/dist/cjs/api/types/LineItemGroupLineItemsRes.js +0 -5
- package/dist/cjs/api/types/LineItemGroupListRes.d.ts +0 -8
- package/dist/cjs/api/types/LineItemGroupListRes.js +0 -5
- package/dist/cjs/api/types/LineItemGroupMessage1.d.ts +0 -12
- package/dist/cjs/api/types/LineItemGroupMessage1.js +0 -5
- package/dist/cjs/api/types/LineItemGroupS3ObjectMetadata1.d.ts +0 -19
- package/dist/cjs/api/types/LineItemGroupS3ObjectMetadata1.js +0 -5
- package/dist/cjs/api/types/LineItemGroupStatusEnum1.d.ts +0 -30
- package/dist/cjs/api/types/LineItemGroupStatusEnum1.js +0 -13
- package/dist/cjs/api/types/LineItemS3ObjectMetadata1.d.ts +0 -19
- package/dist/cjs/api/types/LineItemS3ObjectMetadata1.js +0 -5
- package/dist/cjs/api/types/LineItemStatusEnum.d.ts +0 -9
- package/dist/cjs/api/types/LineItemStatusEnum.js +0 -11
- package/dist/cjs/api/types/OnboardCourierRateSheet1.d.ts +0 -13
- package/dist/cjs/api/types/OnboardCourierRateSheet1.js +0 -5
- package/dist/cjs/api/types/OnboardCourierRateSheetListRes.d.ts +0 -8
- package/dist/cjs/api/types/OnboardCourierRateSheetListRes.js +0 -5
- package/dist/cjs/api/types/OrderGroup1.d.ts +0 -21
- package/dist/cjs/api/types/OrderGroup1.js +0 -5
- package/dist/cjs/api/types/OrderGroupExpandedListRes.d.ts +0 -8
- package/dist/cjs/api/types/OrderGroupExpandedListRes.js +0 -5
- package/dist/cjs/api/types/OrderGroupExpandedRow.d.ts +0 -9
- package/dist/cjs/api/types/OrderGroupExpandedRow.js +0 -5
- package/dist/cjs/api/types/OrderGroupExpandedSortByEnum.d.ts +0 -10
- package/dist/cjs/api/types/OrderGroupListRes.js +0 -5
- package/dist/cjs/api/types/OrderGroupSortByEnum.d.ts +0 -9
- package/dist/cjs/api/types/OrderGroupSortByEnum.js +0 -11
- package/dist/cjs/api/types/RateSheetMapping1.d.ts +0 -17
- package/dist/cjs/api/types/RateSheetMapping1.js +0 -5
- package/dist/cjs/api/types/RateSheetMappingListRes.d.ts +0 -8
- package/dist/cjs/api/types/RateSheetMappingListRes.js +0 -5
- package/dist/cjs/api/types/ReelablesAssetSyncRes.d.ts +0 -8
- package/dist/cjs/api/types/ReelablesAssetSyncRes.js +0 -5
- package/dist/cjs/api/types/ReelablesWorkspace1.d.ts +0 -13
- package/dist/cjs/api/types/ReelablesWorkspace1.js +0 -5
- package/dist/cjs/api/types/ReelablesWorkspaceListRes.d.ts +0 -8
- package/dist/cjs/api/types/ReelablesWorkspaceListRes.js +0 -5
- package/dist/cjs/api/types/ReelablesWorkspaceSortByEnum.d.ts +0 -4
- package/dist/cjs/api/types/ReelablesWorkspaceSortByEnum.js +0 -5
- package/dist/cjs/api/types/ReelablesWorkspaceSyncRes.d.ts +0 -9
- package/dist/cjs/api/types/ReelablesWorkspaceSyncRes.js +0 -5
- package/dist/cjs/api/types/SettlementTypeEnum1.d.ts +0 -8
- package/dist/cjs/api/types/SettlementTypeEnum1.js +0 -10
- package/dist/cjs/api/types/Statement1.d.ts +0 -45
- package/dist/cjs/api/types/Statement1.js +0 -5
- package/dist/cjs/api/types/StatementExpandedListItem.d.ts +0 -9
- package/dist/cjs/api/types/StatementExpandedListItem.js +0 -5
- package/dist/cjs/api/types/StatementExpandedRes.d.ts +0 -8
- package/dist/cjs/api/types/StatementExpandedRes.js +0 -5
- package/dist/cjs/api/types/StatementSortByEnum.d.ts +0 -11
- package/dist/cjs/api/types/StatementSortByEnum.js +0 -13
- package/dist/cjs/api/types/StatementStatusEnum1.d.ts +0 -10
- package/dist/cjs/api/types/StatementStatusEnum1.js +0 -12
- package/dist/cjs/api/types/StatementsExpandedListRes.d.ts +0 -8
- package/dist/cjs/api/types/StatementsExpandedListRes.js +0 -5
- package/dist/cjs/api/types/StatementsListRes.d.ts +0 -8
- package/dist/cjs/api/types/StatementsListRes.js +0 -5
- package/dist/cjs/api/types/StripeConnectInvoiceStatusEnum.d.ts +0 -12
- package/dist/cjs/api/types/StripeConnectInvoiceStatusEnum.js +0 -14
- package/dist/cjs/api/types/TaskGroupQuoteResp.d.ts +0 -37
- package/dist/cjs/api/types/TaskGroupQuoteResp.js +0 -5
- package/dist/cjs/api/types/UngroupedOrderListRes.d.ts +0 -8
- package/dist/cjs/api/types/UngroupedOrderListRes.js +0 -5
- package/dist/cjs/api/types/UngroupedOrderRow.d.ts +0 -7
- package/dist/cjs/api/types/UngroupedOrderRow.js +0 -5
- package/dist/cjs/api/types/UngroupedOrderSortByEnum.d.ts +0 -11
- package/dist/cjs/api/types/UngroupedOrderSortByEnum.js +0 -13
- package/dist/cjs/api/types/UnitsEnum.d.ts +0 -8
- package/dist/cjs/api/types/UnitsEnum.js +0 -10
- package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.mts +0 -115
- package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.mjs +0 -388
- package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.d.mts +0 -14
- package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.d.mts +0 -41
- package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.d.mts +0 -17
- package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/index.d.mts +0 -3
- package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.d.mts +0 -110
- package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.mjs +0 -374
- package/dist/esm/api/resources/billing/resources/billingLedgers/client/index.d.mts +0 -2
- package/dist/esm/api/resources/billing/resources/billingLedgers/client/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.mts +0 -23
- package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.d.mts +0 -13
- package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.d.mts +0 -32
- package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/index.d.mts +0 -3
- package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/billingLedgers/index.d.mts +0 -1
- package/dist/esm/api/resources/billing/resources/billingLedgers/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.d.mts +0 -132
- package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.mjs +0 -468
- package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/index.d.mts +0 -2
- package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.d.mts +0 -19
- package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.d.mts +0 -21
- package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.d.mts +0 -16
- package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.d.mts +0 -3
- package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/index.d.mts +0 -1
- package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.d.mts +0 -132
- package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.mjs +0 -471
- package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/index.d.mts +0 -2
- package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.d.mts +0 -35
- package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.d.mts +0 -46
- package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.d.mts +0 -16
- package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.d.mts +0 -3
- package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/index.d.mts +0 -1
- package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.d.mts +0 -307
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.mjs +0 -1166
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/index.d.mts +0 -2
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.mts +0 -23
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.d.mts +0 -53
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.mts +0 -23
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.mts +0 -24
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/index.d.mts +0 -4
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/lineItemGroups/index.d.mts +0 -2
- package/dist/esm/api/resources/billing/resources/lineItemGroups/index.mjs +0 -2
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/index.d.mts +0 -4
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/index.mjs +0 -4
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.d.mts +0 -50
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.mjs +0 -96
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/index.d.mts +0 -2
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/index.d.mts +0 -1
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.d.mts +0 -83
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.mjs +0 -271
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/index.d.mts +0 -2
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.d.mts +0 -13
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/index.d.mts +0 -1
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/lineItems/client/Client.d.mts +0 -23
- package/dist/esm/api/resources/billing/resources/lineItems/client/Client.mjs +0 -13
- package/dist/esm/api/resources/billing/resources/lineItems/client/index.d.mts +0 -1
- package/dist/esm/api/resources/billing/resources/lineItems/client/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/lineItems/index.d.mts +0 -2
- package/dist/esm/api/resources/billing/resources/lineItems/index.mjs +0 -2
- package/dist/esm/api/resources/billing/resources/lineItems/resources/index.d.mts +0 -2
- package/dist/esm/api/resources/billing/resources/lineItems/resources/index.mjs +0 -2
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.mts +0 -83
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.mjs +0 -271
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.d.mts +0 -2
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.d.mts +0 -13
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/index.d.mts +0 -1
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/Client.d.mts +0 -132
- package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/Client.mjs +0 -468
- package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/index.d.mts +0 -2
- package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.d.mts +0 -16
- package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.d.mts +0 -15
- package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.d.mts +0 -16
- package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.mjs +0 -4
- package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.d.mts +0 -3
- package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/index.d.mts +0 -1
- package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.d.mts +0 -155
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/index.d.mts +0 -2
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.mts +0 -20
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.mjs +0 -4
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.d.mts +0 -18
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.mjs +0 -4
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.mjs +0 -4
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/index.d.mts +0 -3
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/index.d.mts +0 -1
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/statements/client/Client.d.mts +0 -321
- package/dist/esm/api/resources/billing/resources/statements/client/Client.mjs +0 -1297
- package/dist/esm/api/resources/billing/resources/statements/client/index.d.mts +0 -2
- package/dist/esm/api/resources/billing/resources/statements/client/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.mts +0 -21
- package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.mjs +0 -4
- package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementExpandedRetrieveReq.d.mts +0 -12
- package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementExpandedRetrieveReq.mjs +0 -4
- package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.d.mts +0 -13
- package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.mjs +0 -4
- package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.mts +0 -71
- package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.mjs +0 -4
- package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.mts +0 -71
- package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.mjs +0 -4
- package/dist/esm/api/resources/billing/resources/statements/client/requests/index.d.mts +0 -5
- package/dist/esm/api/resources/billing/resources/statements/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/billing/resources/statements/index.d.mts +0 -1
- package/dist/esm/api/resources/billing/resources/statements/index.mjs +0 -1
- package/dist/esm/api/resources/shipping/resources/orderGroups/client/Client.d.mts +0 -142
- package/dist/esm/api/resources/shipping/resources/orderGroups/client/Client.mjs +0 -493
- package/dist/esm/api/resources/shipping/resources/orderGroups/client/index.d.mts +0 -2
- package/dist/esm/api/resources/shipping/resources/orderGroups/client/index.mjs +0 -1
- package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.mjs +0 -4
- package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.d.mts +0 -12
- package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.mjs +0 -4
- package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.d.mts +0 -13
- package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.mjs +0 -4
- package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.d.mts +0 -30
- package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.mjs +0 -4
- package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/index.d.mts +0 -4
- package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/shipping/resources/orderGroups/index.d.mts +0 -1
- package/dist/esm/api/resources/shipping/resources/orderGroups/index.mjs +0 -1
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.d.mts +0 -13
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.mjs +0 -4
- package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.d.mts +0 -73
- package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.mjs +0 -223
- package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/index.d.mts +0 -2
- package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/index.mjs +0 -1
- package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.d.mts +0 -32
- package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.mjs +0 -4
- package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.d.mts +0 -25
- package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.mjs +0 -4
- package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.d.mts +0 -2
- package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/index.d.mts +0 -1
- package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/index.mjs +0 -1
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.mts +0 -13
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.mjs +0 -4
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.mts +0 -13
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.mjs +0 -4
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.mts +0 -13
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.mjs +0 -4
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.d.mts +0 -62
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.mjs +0 -160
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.d.mts +0 -2
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.mjs +0 -1
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.d.mts +0 -21
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.mjs +0 -4
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.d.mts +0 -1
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.mjs +0 -1
- package/dist/esm/api/types/AttachBillingLedgerPeriodReq.d.mts +0 -6
- package/dist/esm/api/types/AttachBillingLedgerPeriodReq.mjs +0 -4
- package/dist/esm/api/types/AttachLigToVectorClientReq.d.mts +0 -6
- package/dist/esm/api/types/AttachLigToVectorClientReq.mjs +0 -4
- package/dist/esm/api/types/BillingLedger1.d.mts +0 -27
- package/dist/esm/api/types/BillingLedger1.mjs +0 -4
- package/dist/esm/api/types/BillingLedgerListRes.mjs +0 -4
- package/dist/esm/api/types/BillingLedgerPeriod1.d.mts +0 -35
- package/dist/esm/api/types/BillingLedgerPeriod1.mjs +0 -4
- package/dist/esm/api/types/BillingLedgerPeriodListRes.mjs +0 -4
- package/dist/esm/api/types/BillingLedgerPeriodSortByEnum.d.mts +0 -9
- package/dist/esm/api/types/BillingLedgerPeriodSortByEnum.mjs +0 -8
- package/dist/esm/api/types/BillingLedgerSortByEnum.d.mts +0 -4
- package/dist/esm/api/types/BillingLedgerSortByEnum.mjs +0 -4
- package/dist/esm/api/types/BillingLedgerStatusEnum.d.mts +0 -8
- package/dist/esm/api/types/BillingLedgerStatusEnum.mjs +0 -7
- package/dist/esm/api/types/BillingLineItemGroupMessageWebhookPayload.d.mts +0 -13
- package/dist/esm/api/types/BillingLineItemGroupMessageWebhookPayload.mjs +0 -4
- package/dist/esm/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.mts +0 -10
- package/dist/esm/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.mjs +0 -4
- package/dist/esm/api/types/BillingLineItemS3ObjectAddedWebhookPayload.d.mts +0 -14
- package/dist/esm/api/types/BillingLineItemS3ObjectAddedWebhookPayload.mjs +0 -4
- package/dist/esm/api/types/BillingReviewStatusEnum.d.mts +0 -15
- package/dist/esm/api/types/BillingReviewStatusEnum.mjs +0 -9
- package/dist/esm/api/types/BillingStatementOpenedWebhookPayload.d.mts +0 -10
- package/dist/esm/api/types/BillingStatementOpenedWebhookPayload.mjs +0 -4
- package/dist/esm/api/types/BillingStatementPaidWebhookPayload.d.mts +0 -10
- package/dist/esm/api/types/BillingStatementPaidWebhookPayload.mjs +0 -4
- package/dist/esm/api/types/CargoOnFlightRateSheet1.d.mts +0 -16
- package/dist/esm/api/types/CargoOnFlightRateSheet1.mjs +0 -4
- package/dist/esm/api/types/CargoOnFlightRateSheetListRes.d.mts +0 -8
- package/dist/esm/api/types/CargoOnFlightRateSheetListRes.mjs +0 -4
- package/dist/esm/api/types/ChrtGroundProviderRateSheet1.d.mts +0 -32
- package/dist/esm/api/types/ChrtGroundProviderRateSheet1.mjs +0 -4
- package/dist/esm/api/types/ChrtGroundProviderRateSheetListRes.d.mts +0 -8
- package/dist/esm/api/types/ChrtGroundProviderRateSheetListRes.mjs +0 -4
- package/dist/esm/api/types/CreateLigFromRateSheetForVectorClientReq.mjs +0 -4
- package/dist/esm/api/types/LineItem1.d.mts +0 -32
- package/dist/esm/api/types/LineItem1.mjs +0 -4
- package/dist/esm/api/types/LineItemClientCreate1.d.mts +0 -14
- package/dist/esm/api/types/LineItemClientCreate1.mjs +0 -4
- package/dist/esm/api/types/LineItemEnum1.d.mts +0 -39
- package/dist/esm/api/types/LineItemEnum1.mjs +0 -32
- package/dist/esm/api/types/LineItemGroup1.d.mts +0 -59
- package/dist/esm/api/types/LineItemGroup1.mjs +0 -4
- package/dist/esm/api/types/LineItemGroupLineItemsRes.d.mts +0 -11
- package/dist/esm/api/types/LineItemGroupLineItemsRes.mjs +0 -4
- package/dist/esm/api/types/LineItemGroupListRes.d.mts +0 -8
- package/dist/esm/api/types/LineItemGroupListRes.mjs +0 -4
- package/dist/esm/api/types/LineItemGroupMessage1.d.mts +0 -12
- package/dist/esm/api/types/LineItemGroupMessage1.mjs +0 -4
- package/dist/esm/api/types/LineItemGroupS3ObjectMetadata1.d.mts +0 -19
- package/dist/esm/api/types/LineItemGroupS3ObjectMetadata1.mjs +0 -4
- package/dist/esm/api/types/LineItemGroupStatusEnum1.d.mts +0 -30
- package/dist/esm/api/types/LineItemGroupStatusEnum1.mjs +0 -10
- package/dist/esm/api/types/LineItemS3ObjectMetadata1.d.mts +0 -19
- package/dist/esm/api/types/LineItemS3ObjectMetadata1.mjs +0 -4
- package/dist/esm/api/types/LineItemStatusEnum.d.mts +0 -9
- package/dist/esm/api/types/LineItemStatusEnum.mjs +0 -8
- package/dist/esm/api/types/OnboardCourierRateSheet1.d.mts +0 -13
- package/dist/esm/api/types/OnboardCourierRateSheet1.mjs +0 -4
- package/dist/esm/api/types/OnboardCourierRateSheetListRes.d.mts +0 -8
- package/dist/esm/api/types/OnboardCourierRateSheetListRes.mjs +0 -4
- package/dist/esm/api/types/OrderGroup1.d.mts +0 -21
- package/dist/esm/api/types/OrderGroup1.mjs +0 -4
- package/dist/esm/api/types/OrderGroupExpandedListRes.d.mts +0 -8
- package/dist/esm/api/types/OrderGroupExpandedListRes.mjs +0 -4
- package/dist/esm/api/types/OrderGroupExpandedRow.d.mts +0 -9
- package/dist/esm/api/types/OrderGroupExpandedRow.mjs +0 -4
- package/dist/esm/api/types/OrderGroupExpandedSortByEnum.d.mts +0 -10
- package/dist/esm/api/types/OrderGroupExpandedSortByEnum.mjs +0 -9
- package/dist/esm/api/types/OrderGroupListRes.d.mts +0 -8
- package/dist/esm/api/types/OrderGroupListRes.mjs +0 -4
- package/dist/esm/api/types/OrderGroupSortByEnum.d.mts +0 -9
- package/dist/esm/api/types/RateSheetMapping1.d.mts +0 -17
- package/dist/esm/api/types/RateSheetMapping1.mjs +0 -4
- package/dist/esm/api/types/RateSheetMappingListRes.d.mts +0 -8
- package/dist/esm/api/types/RateSheetMappingListRes.mjs +0 -4
- package/dist/esm/api/types/ReelablesAssetSyncRes.d.mts +0 -8
- package/dist/esm/api/types/ReelablesAssetSyncRes.mjs +0 -4
- package/dist/esm/api/types/ReelablesWorkspace1.d.mts +0 -13
- package/dist/esm/api/types/ReelablesWorkspace1.mjs +0 -4
- package/dist/esm/api/types/ReelablesWorkspaceListRes.d.mts +0 -8
- package/dist/esm/api/types/ReelablesWorkspaceListRes.mjs +0 -4
- package/dist/esm/api/types/ReelablesWorkspaceSortByEnum.d.mts +0 -4
- package/dist/esm/api/types/ReelablesWorkspaceSortByEnum.mjs +0 -4
- package/dist/esm/api/types/ReelablesWorkspaceSyncRes.d.mts +0 -9
- package/dist/esm/api/types/ReelablesWorkspaceSyncRes.mjs +0 -4
- package/dist/esm/api/types/SettlementTypeEnum1.d.mts +0 -8
- package/dist/esm/api/types/SettlementTypeEnum1.mjs +0 -7
- package/dist/esm/api/types/Statement1.d.mts +0 -45
- package/dist/esm/api/types/Statement1.mjs +0 -4
- package/dist/esm/api/types/StatementExpandedListItem.d.mts +0 -9
- package/dist/esm/api/types/StatementExpandedListItem.mjs +0 -4
- package/dist/esm/api/types/StatementExpandedRes.d.mts +0 -8
- package/dist/esm/api/types/StatementExpandedRes.mjs +0 -4
- package/dist/esm/api/types/StatementSortByEnum.d.mts +0 -11
- package/dist/esm/api/types/StatementSortByEnum.mjs +0 -10
- package/dist/esm/api/types/StatementStatusEnum1.d.mts +0 -10
- package/dist/esm/api/types/StatementStatusEnum1.mjs +0 -9
- package/dist/esm/api/types/StatementsExpandedListRes.d.mts +0 -8
- package/dist/esm/api/types/StatementsExpandedListRes.mjs +0 -4
- package/dist/esm/api/types/StatementsListRes.d.mts +0 -8
- package/dist/esm/api/types/StatementsListRes.mjs +0 -4
- package/dist/esm/api/types/StripeConnectInvoiceStatusEnum.d.mts +0 -12
- package/dist/esm/api/types/StripeConnectInvoiceStatusEnum.mjs +0 -11
- package/dist/esm/api/types/TaskGroupQuoteResp.d.mts +0 -37
- package/dist/esm/api/types/TaskGroupQuoteResp.mjs +0 -4
- package/dist/esm/api/types/UngroupedOrderListRes.d.mts +0 -8
- package/dist/esm/api/types/UngroupedOrderListRes.mjs +0 -4
- package/dist/esm/api/types/UngroupedOrderRow.d.mts +0 -7
- package/dist/esm/api/types/UngroupedOrderRow.mjs +0 -4
- package/dist/esm/api/types/UngroupedOrderSortByEnum.d.mts +0 -11
- package/dist/esm/api/types/UngroupedOrderSortByEnum.mjs +0 -10
- package/dist/esm/api/types/UnitsEnum.d.mts +0 -8
- package/dist/esm/api/types/UnitsEnum.mjs +0 -7
- /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.js → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.js} +0 -0
- /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.js → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.js} +0 -0
- /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.js → billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.js} +0 -0
- /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/index.js +0 -0
- /package/dist/cjs/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.js → billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.js} +0 -0
- /package/dist/cjs/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.js → billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.js} +0 -0
- /package/dist/cjs/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.js → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.js} +0 -0
- /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.js → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.js} +0 -0
- /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.js → trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.js} +0 -0
- /package/dist/cjs/api/{resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.js → types/BillingPeriod1.js} +0 -0
- /package/dist/cjs/api/{resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.js → types/BillingPeriodExpanded1.js} +0 -0
- /package/dist/cjs/api/{resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.js → types/BillingPeriodListRes.js} +0 -0
- /package/dist/cjs/api/{resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.js → types/BillingPeriodTaskGroupsReq.js} +0 -0
- /package/dist/cjs/api/{resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.js → types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.js} +0 -0
- /package/dist/cjs/api/{resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.js → types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.js} +0 -0
- /package/dist/cjs/api/{resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.js → types/CreateInvoiceLineItemsFromAwbCostsItem1.js} +0 -0
- /package/dist/cjs/api/{resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.js → types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.js} +0 -0
- /package/dist/cjs/api/{resources/billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.js → types/CreateInvoiceLineItemsFromAwbCostsRes.js} +0 -0
- /package/dist/cjs/api/{resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.js → types/OrderAwbBillingAccount1.js} +0 -0
- /package/dist/cjs/api/{resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.js → types/OrderAwbBillingListItem1.js} +0 -0
- /package/dist/cjs/api/{resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.js → types/OrderAwbBillingListRes.js} +0 -0
- /package/dist/cjs/api/{resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.js → types/OrderBillingPeriod1.js} +0 -0
- /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.mjs → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.mjs} +0 -0
- /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.mjs → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.mjs} +0 -0
- /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.mjs → billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/index.mjs +0 -0
- /package/dist/esm/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.mjs → billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.mjs} +0 -0
- /package/dist/esm/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.mjs → billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.mjs → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.mjs} +0 -0
- /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.mjs → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.mjs} +0 -0
- /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.mjs → trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.mjs} +0 -0
- /package/dist/esm/api/{resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.mjs → types/BillingPeriod1.mjs} +0 -0
- /package/dist/esm/api/{resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.mjs → types/BillingPeriodExpanded1.mjs} +0 -0
- /package/dist/esm/api/{resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.mjs → types/BillingPeriodListRes.mjs} +0 -0
- /package/dist/esm/api/{resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.mjs → types/BillingPeriodTaskGroupsReq.mjs} +0 -0
- /package/dist/esm/api/{resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.mjs → types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.mjs} +0 -0
- /package/dist/esm/api/{resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.mjs → types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.mjs} +0 -0
- /package/dist/esm/api/{resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.mjs → types/CreateInvoiceLineItemsFromAwbCostsItem1.mjs} +0 -0
- /package/dist/esm/api/{resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.mjs → types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.mjs} +0 -0
- /package/dist/esm/api/{resources/billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.mjs → types/CreateInvoiceLineItemsFromAwbCostsRes.mjs} +0 -0
- /package/dist/esm/api/{resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.mjs → types/OrderAwbBillingAccount1.mjs} +0 -0
- /package/dist/esm/api/{resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.mjs → types/OrderAwbBillingListItem1.mjs} +0 -0
- /package/dist/esm/api/{resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.mjs → types/OrderAwbBillingListRes.mjs} +0 -0
- /package/dist/esm/api/{resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.mjs → types/OrderBillingPeriod1.mjs} +0 -0
package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.js
DELETED
|
@@ -1,308 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
39
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
40
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
41
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
42
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
43
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
44
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
45
|
-
});
|
|
46
|
-
};
|
|
47
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
-
exports.S3Objects = void 0;
|
|
49
|
-
const environments = __importStar(require("../../../../../../../../environments.js"));
|
|
50
|
-
const core = __importStar(require("../../../../../../../../core/index.js"));
|
|
51
|
-
const Chrt = __importStar(require("../../../../../../../index.js"));
|
|
52
|
-
const headers_js_1 = require("../../../../../../../../core/headers.js");
|
|
53
|
-
const errors = __importStar(require("../../../../../../../../errors/index.js"));
|
|
54
|
-
class S3Objects {
|
|
55
|
-
constructor(_options = {}) {
|
|
56
|
-
this._options = _options;
|
|
57
|
-
}
|
|
58
|
-
/**
|
|
59
|
-
* Uploads a file (image, PDF, etc.) to a line item group. Automatic blurhash generation for images. | authz_personas=[lig_org_operators, lig_driver] | (UploadFile) -> (bool)
|
|
60
|
-
*
|
|
61
|
-
* @param {string} lineItemGroupId
|
|
62
|
-
* @param {Chrt.billing.lineItemGroups.BodyLineItemGroupsS3ObjectPostAddV1} request
|
|
63
|
-
* @param {S3Objects.RequestOptions} requestOptions - Request-specific configuration.
|
|
64
|
-
*
|
|
65
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
66
|
-
*
|
|
67
|
-
* @example
|
|
68
|
-
* import { createReadStream } from "fs";
|
|
69
|
-
* await client.billing.lineItemGroups.s3Objects.addV1("line_item_group_id", {
|
|
70
|
-
* file: fs.createReadStream("/path/to/your/file")
|
|
71
|
-
* })
|
|
72
|
-
*/
|
|
73
|
-
addV1(lineItemGroupId, request, requestOptions) {
|
|
74
|
-
return core.HttpResponsePromise.fromPromise(this.__addV1(lineItemGroupId, request, requestOptions));
|
|
75
|
-
}
|
|
76
|
-
__addV1(lineItemGroupId, request, requestOptions) {
|
|
77
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
78
|
-
var _a, _b, _c, _d;
|
|
79
|
-
const _request = yield core.newFormData();
|
|
80
|
-
yield _request.appendFile("file", request.file);
|
|
81
|
-
const _maybeEncodedRequest = yield _request.getRequest();
|
|
82
|
-
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({ Authorization: yield this._getAuthorizationHeader() }, _maybeEncodedRequest.headers)), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
83
|
-
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
84
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `billing/line_item_groups/s3_objects/add/v1/${encodeURIComponent(lineItemGroupId)}`),
|
|
85
|
-
method: "POST",
|
|
86
|
-
headers: _headers,
|
|
87
|
-
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
88
|
-
requestType: "file",
|
|
89
|
-
duplex: _maybeEncodedRequest.duplex,
|
|
90
|
-
body: _maybeEncodedRequest.body,
|
|
91
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
92
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
93
|
-
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
94
|
-
});
|
|
95
|
-
if (_response.ok) {
|
|
96
|
-
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
97
|
-
}
|
|
98
|
-
if (_response.error.reason === "status-code") {
|
|
99
|
-
switch (_response.error.statusCode) {
|
|
100
|
-
case 422:
|
|
101
|
-
throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
102
|
-
default:
|
|
103
|
-
throw new errors.ChrtError({
|
|
104
|
-
statusCode: _response.error.statusCode,
|
|
105
|
-
body: _response.error.body,
|
|
106
|
-
rawResponse: _response.rawResponse,
|
|
107
|
-
});
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
switch (_response.error.reason) {
|
|
111
|
-
case "non-json":
|
|
112
|
-
throw new errors.ChrtError({
|
|
113
|
-
statusCode: _response.error.statusCode,
|
|
114
|
-
body: _response.error.rawBody,
|
|
115
|
-
rawResponse: _response.rawResponse,
|
|
116
|
-
});
|
|
117
|
-
case "timeout":
|
|
118
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/line_item_groups/s3_objects/add/v1/{line_item_group_id}.");
|
|
119
|
-
case "unknown":
|
|
120
|
-
throw new errors.ChrtError({
|
|
121
|
-
message: _response.error.errorMessage,
|
|
122
|
-
rawResponse: _response.rawResponse,
|
|
123
|
-
});
|
|
124
|
-
}
|
|
125
|
-
});
|
|
126
|
-
}
|
|
127
|
-
/**
|
|
128
|
-
* Deletes an S3 object metadata and the associated S3 object from a line item group. | authz_personas=[lig_org_operators, lig_driver] | () -> (bool)
|
|
129
|
-
*
|
|
130
|
-
* @param {string} lineItemGroupS3ObjectMetadataId
|
|
131
|
-
* @param {S3Objects.RequestOptions} requestOptions - Request-specific configuration.
|
|
132
|
-
*
|
|
133
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
134
|
-
*
|
|
135
|
-
* @example
|
|
136
|
-
* await client.billing.lineItemGroups.s3Objects.deleteV1("line_item_group_s3_object_metadata_id")
|
|
137
|
-
*/
|
|
138
|
-
deleteV1(lineItemGroupS3ObjectMetadataId, requestOptions) {
|
|
139
|
-
return core.HttpResponsePromise.fromPromise(this.__deleteV1(lineItemGroupS3ObjectMetadataId, requestOptions));
|
|
140
|
-
}
|
|
141
|
-
__deleteV1(lineItemGroupS3ObjectMetadataId, requestOptions) {
|
|
142
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
143
|
-
var _a, _b, _c, _d;
|
|
144
|
-
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
145
|
-
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
146
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `billing/line_item_groups/s3_objects/delete/v1/${encodeURIComponent(lineItemGroupS3ObjectMetadataId)}`),
|
|
147
|
-
method: "DELETE",
|
|
148
|
-
headers: _headers,
|
|
149
|
-
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
150
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
151
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
152
|
-
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
153
|
-
});
|
|
154
|
-
if (_response.ok) {
|
|
155
|
-
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
156
|
-
}
|
|
157
|
-
if (_response.error.reason === "status-code") {
|
|
158
|
-
switch (_response.error.statusCode) {
|
|
159
|
-
case 422:
|
|
160
|
-
throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
161
|
-
default:
|
|
162
|
-
throw new errors.ChrtError({
|
|
163
|
-
statusCode: _response.error.statusCode,
|
|
164
|
-
body: _response.error.body,
|
|
165
|
-
rawResponse: _response.rawResponse,
|
|
166
|
-
});
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
switch (_response.error.reason) {
|
|
170
|
-
case "non-json":
|
|
171
|
-
throw new errors.ChrtError({
|
|
172
|
-
statusCode: _response.error.statusCode,
|
|
173
|
-
body: _response.error.rawBody,
|
|
174
|
-
rawResponse: _response.rawResponse,
|
|
175
|
-
});
|
|
176
|
-
case "timeout":
|
|
177
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /billing/line_item_groups/s3_objects/delete/v1/{line_item_group_s3_object_metadata_id}.");
|
|
178
|
-
case "unknown":
|
|
179
|
-
throw new errors.ChrtError({
|
|
180
|
-
message: _response.error.errorMessage,
|
|
181
|
-
rawResponse: _response.rawResponse,
|
|
182
|
-
});
|
|
183
|
-
}
|
|
184
|
-
});
|
|
185
|
-
}
|
|
186
|
-
/**
|
|
187
|
-
* Retrieves the metadata for a line item group S3 object, including blurhash for placeholder loading. | authz_personas=[lig_org_operators, lig_driver] | () -> (LineItemGroupS3ObjectMetadata1)
|
|
188
|
-
*
|
|
189
|
-
* @param {string} lineItemGroupS3ObjectMetadataId
|
|
190
|
-
* @param {S3Objects.RequestOptions} requestOptions - Request-specific configuration.
|
|
191
|
-
*
|
|
192
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
193
|
-
*
|
|
194
|
-
* @example
|
|
195
|
-
* await client.billing.lineItemGroups.s3Objects.getS3ObjectMetadataV1("line_item_group_s3_object_metadata_id")
|
|
196
|
-
*/
|
|
197
|
-
getS3ObjectMetadataV1(lineItemGroupS3ObjectMetadataId, requestOptions) {
|
|
198
|
-
return core.HttpResponsePromise.fromPromise(this.__getS3ObjectMetadataV1(lineItemGroupS3ObjectMetadataId, requestOptions));
|
|
199
|
-
}
|
|
200
|
-
__getS3ObjectMetadataV1(lineItemGroupS3ObjectMetadataId, requestOptions) {
|
|
201
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
202
|
-
var _a, _b, _c, _d;
|
|
203
|
-
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
204
|
-
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
205
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `billing/line_item_groups/s3_objects/s3_object_metadata/v1/${encodeURIComponent(lineItemGroupS3ObjectMetadataId)}`),
|
|
206
|
-
method: "GET",
|
|
207
|
-
headers: _headers,
|
|
208
|
-
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
209
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
210
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
211
|
-
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
212
|
-
});
|
|
213
|
-
if (_response.ok) {
|
|
214
|
-
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
215
|
-
}
|
|
216
|
-
if (_response.error.reason === "status-code") {
|
|
217
|
-
switch (_response.error.statusCode) {
|
|
218
|
-
case 422:
|
|
219
|
-
throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
220
|
-
default:
|
|
221
|
-
throw new errors.ChrtError({
|
|
222
|
-
statusCode: _response.error.statusCode,
|
|
223
|
-
body: _response.error.body,
|
|
224
|
-
rawResponse: _response.rawResponse,
|
|
225
|
-
});
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
switch (_response.error.reason) {
|
|
229
|
-
case "non-json":
|
|
230
|
-
throw new errors.ChrtError({
|
|
231
|
-
statusCode: _response.error.statusCode,
|
|
232
|
-
body: _response.error.rawBody,
|
|
233
|
-
rawResponse: _response.rawResponse,
|
|
234
|
-
});
|
|
235
|
-
case "timeout":
|
|
236
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /billing/line_item_groups/s3_objects/s3_object_metadata/v1/{line_item_group_s3_object_metadata_id}.");
|
|
237
|
-
case "unknown":
|
|
238
|
-
throw new errors.ChrtError({
|
|
239
|
-
message: _response.error.errorMessage,
|
|
240
|
-
rawResponse: _response.rawResponse,
|
|
241
|
-
});
|
|
242
|
-
}
|
|
243
|
-
});
|
|
244
|
-
}
|
|
245
|
-
/**
|
|
246
|
-
* Streams a line item group S3 object file from storage. | authz_personas=[lig_org_operators, lig_driver] | () -> (binary)
|
|
247
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
248
|
-
*/
|
|
249
|
-
getV1(lineItemGroupS3ObjectMetadataId, requestOptions) {
|
|
250
|
-
return core.HttpResponsePromise.fromPromise(this.__getV1(lineItemGroupS3ObjectMetadataId, requestOptions));
|
|
251
|
-
}
|
|
252
|
-
__getV1(lineItemGroupS3ObjectMetadataId, requestOptions) {
|
|
253
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
254
|
-
var _a, _b, _c, _d;
|
|
255
|
-
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
256
|
-
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
257
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `billing/line_item_groups/s3_objects/v1/${encodeURIComponent(lineItemGroupS3ObjectMetadataId)}`),
|
|
258
|
-
method: "GET",
|
|
259
|
-
headers: _headers,
|
|
260
|
-
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
261
|
-
responseType: "binary-response",
|
|
262
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
263
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
264
|
-
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
265
|
-
});
|
|
266
|
-
if (_response.ok) {
|
|
267
|
-
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
268
|
-
}
|
|
269
|
-
if (_response.error.reason === "status-code") {
|
|
270
|
-
switch (_response.error.statusCode) {
|
|
271
|
-
case 422:
|
|
272
|
-
throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
273
|
-
default:
|
|
274
|
-
throw new errors.ChrtError({
|
|
275
|
-
statusCode: _response.error.statusCode,
|
|
276
|
-
body: _response.error.body,
|
|
277
|
-
rawResponse: _response.rawResponse,
|
|
278
|
-
});
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
switch (_response.error.reason) {
|
|
282
|
-
case "non-json":
|
|
283
|
-
throw new errors.ChrtError({
|
|
284
|
-
statusCode: _response.error.statusCode,
|
|
285
|
-
body: _response.error.rawBody,
|
|
286
|
-
rawResponse: _response.rawResponse,
|
|
287
|
-
});
|
|
288
|
-
case "timeout":
|
|
289
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /billing/line_item_groups/s3_objects/v1/{line_item_group_s3_object_metadata_id}.");
|
|
290
|
-
case "unknown":
|
|
291
|
-
throw new errors.ChrtError({
|
|
292
|
-
message: _response.error.errorMessage,
|
|
293
|
-
rawResponse: _response.rawResponse,
|
|
294
|
-
});
|
|
295
|
-
}
|
|
296
|
-
});
|
|
297
|
-
}
|
|
298
|
-
_getAuthorizationHeader() {
|
|
299
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
300
|
-
const bearer = yield core.Supplier.get(this._options.token);
|
|
301
|
-
if (bearer != null) {
|
|
302
|
-
return `Bearer ${bearer}`;
|
|
303
|
-
}
|
|
304
|
-
return undefined;
|
|
305
|
-
});
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
exports.S3Objects = S3Objects;
|
package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/index.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./requests/index.js"), exports);
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as core from "../../../../../../../../../core/index.js";
|
|
5
|
-
/**
|
|
6
|
-
* @example
|
|
7
|
-
* {
|
|
8
|
-
* file: fs.createReadStream("/path/to/your/file")
|
|
9
|
-
* }
|
|
10
|
-
*/
|
|
11
|
-
export interface BodyLineItemGroupsS3ObjectPostAddV1 {
|
|
12
|
-
file: core.file.Uploadable.FileLike;
|
|
13
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { type BodyLineItemGroupsS3ObjectPostAddV1 } from "./BodyLineItemGroupsS3ObjectPostAddV1.js";
|
package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./client/index.js";
|
package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/index.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./client/index.js"), exports);
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as environments from "../../../../../../environments.js";
|
|
5
|
-
import * as core from "../../../../../../core/index.js";
|
|
6
|
-
import { S3Objects } from "../resources/s3Objects/client/Client.js";
|
|
7
|
-
export declare namespace LineItems {
|
|
8
|
-
interface Options {
|
|
9
|
-
environment?: core.Supplier<environments.ChrtEnvironment | string>;
|
|
10
|
-
/** Specify a custom URL to connect the client to. */
|
|
11
|
-
baseUrl?: core.Supplier<string>;
|
|
12
|
-
token?: core.Supplier<core.BearerToken | undefined>;
|
|
13
|
-
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
|
-
fetcher?: core.FetchFunction;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
export declare class LineItems {
|
|
19
|
-
protected readonly _options: LineItems.Options;
|
|
20
|
-
protected _s3Objects: S3Objects | undefined;
|
|
21
|
-
constructor(_options?: LineItems.Options);
|
|
22
|
-
get s3Objects(): S3Objects;
|
|
23
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.LineItems = void 0;
|
|
7
|
-
const Client_js_1 = require("../resources/s3Objects/client/Client.js");
|
|
8
|
-
class LineItems {
|
|
9
|
-
constructor(_options = {}) {
|
|
10
|
-
this._options = _options;
|
|
11
|
-
}
|
|
12
|
-
get s3Objects() {
|
|
13
|
-
var _a;
|
|
14
|
-
return ((_a = this._s3Objects) !== null && _a !== void 0 ? _a : (this._s3Objects = new Client_js_1.S3Objects(this._options)));
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.LineItems = LineItems;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./client/index.js"), exports);
|
|
18
|
-
__exportStar(require("./resources/index.js"), exports);
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
36
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
|
-
};
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.s3Objects = void 0;
|
|
40
|
-
exports.s3Objects = __importStar(require("./s3Objects/index.js"));
|
|
41
|
-
__exportStar(require("./s3Objects/client/requests/index.js"), exports);
|
package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.ts
DELETED
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as environments from "../../../../../../../../environments.js";
|
|
5
|
-
import * as core from "../../../../../../../../core/index.js";
|
|
6
|
-
import * as Chrt from "../../../../../../../index.js";
|
|
7
|
-
export declare namespace S3Objects {
|
|
8
|
-
interface Options {
|
|
9
|
-
environment?: core.Supplier<environments.ChrtEnvironment | string>;
|
|
10
|
-
/** Specify a custom URL to connect the client to. */
|
|
11
|
-
baseUrl?: core.Supplier<string>;
|
|
12
|
-
token?: core.Supplier<core.BearerToken | undefined>;
|
|
13
|
-
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
|
-
fetcher?: core.FetchFunction;
|
|
16
|
-
}
|
|
17
|
-
interface RequestOptions {
|
|
18
|
-
/** The maximum time to wait for a response in seconds. */
|
|
19
|
-
timeoutInSeconds?: number;
|
|
20
|
-
/** The number of times to retry the request. Defaults to 2. */
|
|
21
|
-
maxRetries?: number;
|
|
22
|
-
/** A hook to abort the request. */
|
|
23
|
-
abortSignal?: AbortSignal;
|
|
24
|
-
/** Additional query string parameters to include in the request. */
|
|
25
|
-
queryParams?: Record<string, unknown>;
|
|
26
|
-
/** Additional headers to include in the request. */
|
|
27
|
-
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
export declare class S3Objects {
|
|
31
|
-
protected readonly _options: S3Objects.Options;
|
|
32
|
-
constructor(_options?: S3Objects.Options);
|
|
33
|
-
/**
|
|
34
|
-
* Uploads a file to a line item. Automatic blurhash generation for images. | authz_personas=[lig_org_operators, lig_driver] | (UploadFile) -> (bool)
|
|
35
|
-
*
|
|
36
|
-
* @param {string} lineItemId
|
|
37
|
-
* @param {Chrt.billing.lineItems.BodyLineItemsS3ObjectPostAddV1} request
|
|
38
|
-
* @param {S3Objects.RequestOptions} requestOptions - Request-specific configuration.
|
|
39
|
-
*
|
|
40
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
41
|
-
*
|
|
42
|
-
* @example
|
|
43
|
-
* import { createReadStream } from "fs";
|
|
44
|
-
* await client.billing.lineItems.s3Objects.addV1("line_item_id", {
|
|
45
|
-
* file: fs.createReadStream("/path/to/your/file")
|
|
46
|
-
* })
|
|
47
|
-
*/
|
|
48
|
-
addV1(lineItemId: string, request: Chrt.billing.lineItems.BodyLineItemsS3ObjectPostAddV1, requestOptions?: S3Objects.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
49
|
-
private __addV1;
|
|
50
|
-
/**
|
|
51
|
-
* Deletes an S3 object metadata and the associated S3 object from a line item. | authz_personas=[lig_org_operators, lig_driver] | () -> (bool)
|
|
52
|
-
*
|
|
53
|
-
* @param {string} lineItemS3ObjectMetadataId
|
|
54
|
-
* @param {S3Objects.RequestOptions} requestOptions - Request-specific configuration.
|
|
55
|
-
*
|
|
56
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
57
|
-
*
|
|
58
|
-
* @example
|
|
59
|
-
* await client.billing.lineItems.s3Objects.deleteV1("line_item_s3_object_metadata_id")
|
|
60
|
-
*/
|
|
61
|
-
deleteV1(lineItemS3ObjectMetadataId: string, requestOptions?: S3Objects.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
62
|
-
private __deleteV1;
|
|
63
|
-
/**
|
|
64
|
-
* Retrieves metadata for a line item S3 object. | authz_personas=[lig_org_operators, lig_driver] | () -> (LineItemS3ObjectMetadata1)
|
|
65
|
-
*
|
|
66
|
-
* @param {string} lineItemS3ObjectMetadataId
|
|
67
|
-
* @param {S3Objects.RequestOptions} requestOptions - Request-specific configuration.
|
|
68
|
-
*
|
|
69
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
70
|
-
*
|
|
71
|
-
* @example
|
|
72
|
-
* await client.billing.lineItems.s3Objects.getS3ObjectMetadataV1("line_item_s3_object_metadata_id")
|
|
73
|
-
*/
|
|
74
|
-
getS3ObjectMetadataV1(lineItemS3ObjectMetadataId: string, requestOptions?: S3Objects.RequestOptions): core.HttpResponsePromise<Chrt.LineItemS3ObjectMetadata1>;
|
|
75
|
-
private __getS3ObjectMetadataV1;
|
|
76
|
-
/**
|
|
77
|
-
* Streams a line item S3 object file from storage. | authz_personas=[lig_org_operators, lig_driver] | () -> (binary)
|
|
78
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
79
|
-
*/
|
|
80
|
-
getV1(lineItemS3ObjectMetadataId: string, requestOptions?: S3Objects.RequestOptions): core.HttpResponsePromise<core.BinaryResponse>;
|
|
81
|
-
private __getV1;
|
|
82
|
-
protected _getAuthorizationHeader(): Promise<string | undefined>;
|
|
83
|
-
}
|