@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
|
@@ -98,7 +98,7 @@ export declare class Listings {
|
|
|
98
98
|
byTaskGroupV1(taskGroupId: string, requestOptions?: Listings.RequestOptions): core.HttpResponsePromise<Chrt.Listing1[]>;
|
|
99
99
|
private __byTaskGroupV1;
|
|
100
100
|
/**
|
|
101
|
-
* Cancels an OPEN listing. All OPEN BidThreads on this listing are system-rejected. No shipping
|
|
101
|
+
* Cancels an OPEN listing. All OPEN BidThreads on this listing are system-rejected. No shipping side-effects. Idempotent: no-op on an already-terminal listing. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (bool)
|
|
102
102
|
*
|
|
103
103
|
* @param {string} listingId
|
|
104
104
|
* @param {Listings.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -323,7 +323,7 @@ export class Listings {
|
|
|
323
323
|
});
|
|
324
324
|
}
|
|
325
325
|
/**
|
|
326
|
-
* Cancels an OPEN listing. All OPEN BidThreads on this listing are system-rejected. No shipping
|
|
326
|
+
* Cancels an OPEN listing. All OPEN BidThreads on this listing are system-rejected. No shipping side-effects. Idempotent: no-op on an already-terminal listing. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (bool)
|
|
327
327
|
*
|
|
328
328
|
* @param {string} listingId
|
|
329
329
|
* @param {Listings.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -7,6 +7,8 @@ import * as Chrt from "../../../../../../index.mjs";
|
|
|
7
7
|
* {}
|
|
8
8
|
*/
|
|
9
9
|
export interface OffChrtOrgDataClientUpdate1 {
|
|
10
|
+
air_waybill_prefix?: string | null;
|
|
11
|
+
air_waybill_prefix__set_to_None?: boolean;
|
|
10
12
|
email_address?: string | null;
|
|
11
13
|
email_address__set_to_None?: boolean;
|
|
12
14
|
industry?: string | null;
|
|
@@ -6,12 +6,10 @@ import * as core from "../../../../core/index.mjs";
|
|
|
6
6
|
import { Cargos } from "../resources/cargos/client/Client.mjs";
|
|
7
7
|
import { Drivers } from "../resources/drivers/client/Client.mjs";
|
|
8
8
|
import { Flights } from "../resources/flights/client/Client.mjs";
|
|
9
|
-
import { OrderGroups } from "../resources/orderGroups/client/Client.mjs";
|
|
10
9
|
import { OrderSchedules } from "../resources/orderSchedules/client/Client.mjs";
|
|
11
10
|
import { OrderTemplates } from "../resources/orderTemplates/client/Client.mjs";
|
|
12
11
|
import { OrderTemplatesNew } from "../resources/orderTemplatesNew/client/Client.mjs";
|
|
13
12
|
import { Orders } from "../resources/orders/client/Client.mjs";
|
|
14
|
-
import { OrdersAndOrderGroups } from "../resources/ordersAndOrderGroups/client/Client.mjs";
|
|
15
13
|
import { TaskArtifacts } from "../resources/taskArtifacts/client/Client.mjs";
|
|
16
14
|
import { TaskGroups } from "../resources/taskGroups/client/Client.mjs";
|
|
17
15
|
import { Tasks } from "../resources/tasks/client/Client.mjs";
|
|
@@ -31,12 +29,10 @@ export declare class Shipping {
|
|
|
31
29
|
protected _cargos: Cargos | undefined;
|
|
32
30
|
protected _drivers: Drivers | undefined;
|
|
33
31
|
protected _flights: Flights | undefined;
|
|
34
|
-
protected _orderGroups: OrderGroups | undefined;
|
|
35
32
|
protected _orderSchedules: OrderSchedules | undefined;
|
|
36
33
|
protected _orderTemplates: OrderTemplates | undefined;
|
|
37
34
|
protected _orderTemplatesNew: OrderTemplatesNew | undefined;
|
|
38
35
|
protected _orders: Orders | undefined;
|
|
39
|
-
protected _ordersAndOrderGroups: OrdersAndOrderGroups | undefined;
|
|
40
36
|
protected _taskArtifacts: TaskArtifacts | undefined;
|
|
41
37
|
protected _taskGroups: TaskGroups | undefined;
|
|
42
38
|
protected _tasks: Tasks | undefined;
|
|
@@ -44,12 +40,10 @@ export declare class Shipping {
|
|
|
44
40
|
get cargos(): Cargos;
|
|
45
41
|
get drivers(): Drivers;
|
|
46
42
|
get flights(): Flights;
|
|
47
|
-
get orderGroups(): OrderGroups;
|
|
48
43
|
get orderSchedules(): OrderSchedules;
|
|
49
44
|
get orderTemplates(): OrderTemplates;
|
|
50
45
|
get orderTemplatesNew(): OrderTemplatesNew;
|
|
51
46
|
get orders(): Orders;
|
|
52
|
-
get ordersAndOrderGroups(): OrdersAndOrderGroups;
|
|
53
47
|
get taskArtifacts(): TaskArtifacts;
|
|
54
48
|
get taskGroups(): TaskGroups;
|
|
55
49
|
get tasks(): Tasks;
|
|
@@ -4,12 +4,10 @@
|
|
|
4
4
|
import { Cargos } from "../resources/cargos/client/Client.mjs";
|
|
5
5
|
import { Drivers } from "../resources/drivers/client/Client.mjs";
|
|
6
6
|
import { Flights } from "../resources/flights/client/Client.mjs";
|
|
7
|
-
import { OrderGroups } from "../resources/orderGroups/client/Client.mjs";
|
|
8
7
|
import { OrderSchedules } from "../resources/orderSchedules/client/Client.mjs";
|
|
9
8
|
import { OrderTemplates } from "../resources/orderTemplates/client/Client.mjs";
|
|
10
9
|
import { OrderTemplatesNew } from "../resources/orderTemplatesNew/client/Client.mjs";
|
|
11
10
|
import { Orders } from "../resources/orders/client/Client.mjs";
|
|
12
|
-
import { OrdersAndOrderGroups } from "../resources/ordersAndOrderGroups/client/Client.mjs";
|
|
13
11
|
import { TaskArtifacts } from "../resources/taskArtifacts/client/Client.mjs";
|
|
14
12
|
import { TaskGroups } from "../resources/taskGroups/client/Client.mjs";
|
|
15
13
|
import { Tasks } from "../resources/tasks/client/Client.mjs";
|
|
@@ -29,10 +27,6 @@ export class Shipping {
|
|
|
29
27
|
var _a;
|
|
30
28
|
return ((_a = this._flights) !== null && _a !== void 0 ? _a : (this._flights = new Flights(this._options)));
|
|
31
29
|
}
|
|
32
|
-
get orderGroups() {
|
|
33
|
-
var _a;
|
|
34
|
-
return ((_a = this._orderGroups) !== null && _a !== void 0 ? _a : (this._orderGroups = new OrderGroups(this._options)));
|
|
35
|
-
}
|
|
36
30
|
get orderSchedules() {
|
|
37
31
|
var _a;
|
|
38
32
|
return ((_a = this._orderSchedules) !== null && _a !== void 0 ? _a : (this._orderSchedules = new OrderSchedules(this._options)));
|
|
@@ -49,10 +43,6 @@ export class Shipping {
|
|
|
49
43
|
var _a;
|
|
50
44
|
return ((_a = this._orders) !== null && _a !== void 0 ? _a : (this._orders = new Orders(this._options)));
|
|
51
45
|
}
|
|
52
|
-
get ordersAndOrderGroups() {
|
|
53
|
-
var _a;
|
|
54
|
-
return ((_a = this._ordersAndOrderGroups) !== null && _a !== void 0 ? _a : (this._ordersAndOrderGroups = new OrdersAndOrderGroups(this._options)));
|
|
55
|
-
}
|
|
56
46
|
get taskArtifacts() {
|
|
57
47
|
var _a;
|
|
58
48
|
return ((_a = this._taskArtifacts) !== null && _a !== void 0 ? _a : (this._taskArtifacts = new TaskArtifacts(this._options)));
|
|
@@ -84,7 +84,7 @@ export declare class Cargos {
|
|
|
84
84
|
unassociateWithTaskV1(request: Chrt.shipping.CargoUnassociateWithTaskReq, requestOptions?: Cargos.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
85
85
|
private __unassociateWithTaskV1;
|
|
86
86
|
/**
|
|
87
|
-
* Updates cargo details and synchronizes its parent order's AWB list. Cargo must be in STAGED, IN_TRANSIT, DELIVERED, SKIPPED, or EXCEPTION status. | authz_personas=[
|
|
87
|
+
* Updates cargo details and synchronizes its parent order's AWB list. Cargo must be in STAGED, IN_TRANSIT, DELIVERED, SKIPPED, or EXCEPTION status. | authz_personas=[task_group_operating_org_operators] | (CargoClientUpdate1) -> (PydanticObjectId)
|
|
88
88
|
*
|
|
89
89
|
* @param {string} cargoId
|
|
90
90
|
* @param {Chrt.CargoClientUpdate1} request
|
|
@@ -220,7 +220,7 @@ export class Cargos {
|
|
|
220
220
|
});
|
|
221
221
|
}
|
|
222
222
|
/**
|
|
223
|
-
* Updates cargo details and synchronizes its parent order's AWB list. Cargo must be in STAGED, IN_TRANSIT, DELIVERED, SKIPPED, or EXCEPTION status. | authz_personas=[
|
|
223
|
+
* Updates cargo details and synchronizes its parent order's AWB list. Cargo must be in STAGED, IN_TRANSIT, DELIVERED, SKIPPED, or EXCEPTION status. | authz_personas=[task_group_operating_org_operators] | (CargoClientUpdate1) -> (PydanticObjectId)
|
|
224
224
|
*
|
|
225
225
|
* @param {string} cargoId
|
|
226
226
|
* @param {Chrt.CargoClientUpdate1} request
|
|
@@ -3,22 +3,18 @@ export * from "./drivers/types/index.mjs";
|
|
|
3
3
|
export * as orders from "./orders/index.mjs";
|
|
4
4
|
export * as cargos from "./cargos/index.mjs";
|
|
5
5
|
export * as flights from "./flights/index.mjs";
|
|
6
|
-
export * as orderGroups from "./orderGroups/index.mjs";
|
|
7
6
|
export * as orderSchedules from "./orderSchedules/index.mjs";
|
|
8
7
|
export * as orderTemplates from "./orderTemplates/index.mjs";
|
|
9
8
|
export * as orderTemplatesNew from "./orderTemplatesNew/index.mjs";
|
|
10
|
-
export * as ordersAndOrderGroups from "./ordersAndOrderGroups/index.mjs";
|
|
11
9
|
export * as taskArtifacts from "./taskArtifacts/index.mjs";
|
|
12
10
|
export * as taskGroups from "./taskGroups/index.mjs";
|
|
13
11
|
export * as tasks from "./tasks/index.mjs";
|
|
14
12
|
export * from "./cargos/client/requests/index.mjs";
|
|
15
13
|
export * from "./drivers/client/requests/index.mjs";
|
|
16
|
-
export * from "./orderGroups/client/requests/index.mjs";
|
|
17
14
|
export * from "./orderSchedules/client/requests/index.mjs";
|
|
18
15
|
export * from "./orderTemplates/client/requests/index.mjs";
|
|
19
16
|
export * from "./orderTemplatesNew/client/requests/index.mjs";
|
|
20
17
|
export * from "./orders/client/requests/index.mjs";
|
|
21
|
-
export * from "./ordersAndOrderGroups/client/requests/index.mjs";
|
|
22
18
|
export * from "./taskArtifacts/client/requests/index.mjs";
|
|
23
19
|
export * from "./taskGroups/client/requests/index.mjs";
|
|
24
20
|
export * from "./tasks/client/requests/index.mjs";
|
|
@@ -3,22 +3,18 @@ export * from "./drivers/types/index.mjs";
|
|
|
3
3
|
export * as orders from "./orders/index.mjs";
|
|
4
4
|
export * as cargos from "./cargos/index.mjs";
|
|
5
5
|
export * as flights from "./flights/index.mjs";
|
|
6
|
-
export * as orderGroups from "./orderGroups/index.mjs";
|
|
7
6
|
export * as orderSchedules from "./orderSchedules/index.mjs";
|
|
8
7
|
export * as orderTemplates from "./orderTemplates/index.mjs";
|
|
9
8
|
export * as orderTemplatesNew from "./orderTemplatesNew/index.mjs";
|
|
10
|
-
export * as ordersAndOrderGroups from "./ordersAndOrderGroups/index.mjs";
|
|
11
9
|
export * as taskArtifacts from "./taskArtifacts/index.mjs";
|
|
12
10
|
export * as taskGroups from "./taskGroups/index.mjs";
|
|
13
11
|
export * as tasks from "./tasks/index.mjs";
|
|
14
12
|
export * from "./cargos/client/requests/index.mjs";
|
|
15
13
|
export * from "./drivers/client/requests/index.mjs";
|
|
16
|
-
export * from "./orderGroups/client/requests/index.mjs";
|
|
17
14
|
export * from "./orderSchedules/client/requests/index.mjs";
|
|
18
15
|
export * from "./orderTemplates/client/requests/index.mjs";
|
|
19
16
|
export * from "./orderTemplatesNew/client/requests/index.mjs";
|
|
20
17
|
export * from "./orders/client/requests/index.mjs";
|
|
21
|
-
export * from "./ordersAndOrderGroups/client/requests/index.mjs";
|
|
22
18
|
export * from "./taskArtifacts/client/requests/index.mjs";
|
|
23
19
|
export * from "./taskGroups/client/requests/index.mjs";
|
|
24
20
|
export * from "./tasks/client/requests/index.mjs";
|
|
@@ -53,7 +53,7 @@ export declare class Orders {
|
|
|
53
53
|
assignV1(orderId: string, request: Chrt.shipping.OrdersAssignReq, requestOptions?: Orders.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
54
54
|
private __assignV1;
|
|
55
55
|
/**
|
|
56
|
-
* Cancels an order and non-terminal child entities in a transaction. | authz_personas=[
|
|
56
|
+
* Cancels an order and non-terminal child entities in a transaction. | authz_personas=[task_group_operating_org_operators] | () -> (bool)
|
|
57
57
|
*
|
|
58
58
|
* @param {string} orderId
|
|
59
59
|
* @param {Orders.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -66,7 +66,7 @@ export declare class Orders {
|
|
|
66
66
|
cancelV1(orderId: string, requestOptions?: Orders.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
67
67
|
private __cancelV1;
|
|
68
68
|
/**
|
|
69
|
-
* Cancels multiple orders and their non-terminal child entities in a transaction. | authz_personas=[
|
|
69
|
+
* Cancels multiple orders and their non-terminal child entities in a transaction. | authz_personas=[task_group_operating_org_operators] | (OrdersCancelManyReq) -> (bool)
|
|
70
70
|
*
|
|
71
71
|
* @param {Chrt.shipping.OrdersCancelManyReq} request
|
|
72
72
|
* @param {Orders.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -95,7 +95,7 @@ export class Orders {
|
|
|
95
95
|
});
|
|
96
96
|
}
|
|
97
97
|
/**
|
|
98
|
-
* Cancels an order and non-terminal child entities in a transaction. | authz_personas=[
|
|
98
|
+
* Cancels an order and non-terminal child entities in a transaction. | authz_personas=[task_group_operating_org_operators] | () -> (bool)
|
|
99
99
|
*
|
|
100
100
|
* @param {string} orderId
|
|
101
101
|
* @param {Orders.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -154,7 +154,7 @@ export class Orders {
|
|
|
154
154
|
});
|
|
155
155
|
}
|
|
156
156
|
/**
|
|
157
|
-
* Cancels multiple orders and their non-terminal child entities in a transaction. | authz_personas=[
|
|
157
|
+
* Cancels multiple orders and their non-terminal child entities in a transaction. | authz_personas=[task_group_operating_org_operators] | (OrdersCancelManyReq) -> (bool)
|
|
158
158
|
*
|
|
159
159
|
* @param {Chrt.shipping.OrdersCancelManyReq} request
|
|
160
160
|
* @param {Orders.RequestOptions} requestOptions - Request-specific configuration.
|
package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/Client.d.mts
CHANGED
|
@@ -135,7 +135,7 @@ export declare class Drafts {
|
|
|
135
135
|
deleteV1(orderId: string, requestOptions?: Drafts.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
136
136
|
private __deleteV1;
|
|
137
137
|
/**
|
|
138
|
-
* Deletes multiple draft orders and associated entities
|
|
138
|
+
* Deletes multiple draft orders and associated entities. | authz_personas=[draft_creator_org_operator] | (OrdersDraftDeleteManyReq) -> (OrdersDraftDeleteManyRes)
|
|
139
139
|
*
|
|
140
140
|
* @param {Chrt.shipping.orders.OrdersDraftDeleteManyReq} request
|
|
141
141
|
* @param {Drafts.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -488,7 +488,7 @@ export class Drafts {
|
|
|
488
488
|
});
|
|
489
489
|
}
|
|
490
490
|
/**
|
|
491
|
-
* Deletes multiple draft orders and associated entities
|
|
491
|
+
* Deletes multiple draft orders and associated entities. | authz_personas=[draft_creator_org_operator] | (OrdersDraftDeleteManyReq) -> (OrdersDraftDeleteManyRes)
|
|
492
492
|
*
|
|
493
493
|
* @param {Chrt.shipping.orders.OrdersDraftDeleteManyReq} request
|
|
494
494
|
* @param {Drafts.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -87,7 +87,7 @@ export declare class TaskGroup {
|
|
|
87
87
|
removeDriverV1(taskGroupId: string, requestOptions?: TaskGroup.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
88
88
|
private __removeDriverV1;
|
|
89
89
|
/**
|
|
90
|
-
* Clears the executor
|
|
90
|
+
* Clears the executor and driver from a draft task group. Coordinator-only. | authz_personas=[task_group_coordinator_operators] | () -> (bool)
|
|
91
91
|
*
|
|
92
92
|
* @param {string} taskGroupId
|
|
93
93
|
* @param {TaskGroup.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -123,20 +123,6 @@ export declare class TaskGroup {
|
|
|
123
123
|
*/
|
|
124
124
|
setFlightInfoV1(taskGroupId: string, request: Chrt.SetFlightInfoReq, requestOptions?: TaskGroup.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
125
125
|
private __setFlightInfoV1;
|
|
126
|
-
/**
|
|
127
|
-
* Sets rate sheet IDs on a draft task group. Forwarder mode (SPF/FPC) and direct shipper mode (SPC) are mutually exclusive. CPD is independent. | (SetRateSheetsReq) -> (bool)
|
|
128
|
-
*
|
|
129
|
-
* @param {string} taskGroupId
|
|
130
|
-
* @param {Chrt.shipping.orders.drafts.SetRateSheetsReq} request
|
|
131
|
-
* @param {TaskGroup.RequestOptions} requestOptions - Request-specific configuration.
|
|
132
|
-
*
|
|
133
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
134
|
-
*
|
|
135
|
-
* @example
|
|
136
|
-
* await client.shipping.orders.drafts.taskGroup.setRateSheetsV1("task_group_id")
|
|
137
|
-
*/
|
|
138
|
-
setRateSheetsV1(taskGroupId: string, request?: Chrt.shipping.orders.drafts.SetRateSheetsReq, requestOptions?: TaskGroup.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
139
|
-
private __setRateSheetsV1;
|
|
140
126
|
/**
|
|
141
127
|
* Sets the ordering of tasks within a draft task group. Must provide all task IDs with no duplicates. | (SetTaskOrderingDraftReq) -> (bool)
|
|
142
128
|
*
|
|
@@ -266,7 +266,7 @@ export class TaskGroup {
|
|
|
266
266
|
});
|
|
267
267
|
}
|
|
268
268
|
/**
|
|
269
|
-
* Clears the executor
|
|
269
|
+
* Clears the executor and driver from a draft task group. Coordinator-only. | authz_personas=[task_group_coordinator_operators] | () -> (bool)
|
|
270
270
|
*
|
|
271
271
|
* @param {string} taskGroupId
|
|
272
272
|
* @param {TaskGroup.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -397,69 +397,6 @@ export class TaskGroup {
|
|
|
397
397
|
}
|
|
398
398
|
});
|
|
399
399
|
}
|
|
400
|
-
/**
|
|
401
|
-
* Sets rate sheet IDs on a draft task group. Forwarder mode (SPF/FPC) and direct shipper mode (SPC) are mutually exclusive. CPD is independent. | (SetRateSheetsReq) -> (bool)
|
|
402
|
-
*
|
|
403
|
-
* @param {string} taskGroupId
|
|
404
|
-
* @param {Chrt.shipping.orders.drafts.SetRateSheetsReq} request
|
|
405
|
-
* @param {TaskGroup.RequestOptions} requestOptions - Request-specific configuration.
|
|
406
|
-
*
|
|
407
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
408
|
-
*
|
|
409
|
-
* @example
|
|
410
|
-
* await client.shipping.orders.drafts.taskGroup.setRateSheetsV1("task_group_id")
|
|
411
|
-
*/
|
|
412
|
-
setRateSheetsV1(taskGroupId, request = {}, requestOptions) {
|
|
413
|
-
return core.HttpResponsePromise.fromPromise(this.__setRateSheetsV1(taskGroupId, request, requestOptions));
|
|
414
|
-
}
|
|
415
|
-
__setRateSheetsV1(taskGroupId_1) {
|
|
416
|
-
return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
|
|
417
|
-
var _a, _b, _c, _d;
|
|
418
|
-
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
419
|
-
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
420
|
-
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, `shipping/orders/drafts/task_group/set_rate_sheets/v1/${encodeURIComponent(taskGroupId)}`),
|
|
421
|
-
method: "PATCH",
|
|
422
|
-
headers: _headers,
|
|
423
|
-
contentType: "application/json",
|
|
424
|
-
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
425
|
-
requestType: "json",
|
|
426
|
-
body: request,
|
|
427
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
428
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
429
|
-
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
430
|
-
});
|
|
431
|
-
if (_response.ok) {
|
|
432
|
-
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
433
|
-
}
|
|
434
|
-
if (_response.error.reason === "status-code") {
|
|
435
|
-
switch (_response.error.statusCode) {
|
|
436
|
-
case 422:
|
|
437
|
-
throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
438
|
-
default:
|
|
439
|
-
throw new errors.ChrtError({
|
|
440
|
-
statusCode: _response.error.statusCode,
|
|
441
|
-
body: _response.error.body,
|
|
442
|
-
rawResponse: _response.rawResponse,
|
|
443
|
-
});
|
|
444
|
-
}
|
|
445
|
-
}
|
|
446
|
-
switch (_response.error.reason) {
|
|
447
|
-
case "non-json":
|
|
448
|
-
throw new errors.ChrtError({
|
|
449
|
-
statusCode: _response.error.statusCode,
|
|
450
|
-
body: _response.error.rawBody,
|
|
451
|
-
rawResponse: _response.rawResponse,
|
|
452
|
-
});
|
|
453
|
-
case "timeout":
|
|
454
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/orders/drafts/task_group/set_rate_sheets/v1/{task_group_id}.");
|
|
455
|
-
case "unknown":
|
|
456
|
-
throw new errors.ChrtError({
|
|
457
|
-
message: _response.error.errorMessage,
|
|
458
|
-
rawResponse: _response.rawResponse,
|
|
459
|
-
});
|
|
460
|
-
}
|
|
461
|
-
});
|
|
462
|
-
}
|
|
463
400
|
/**
|
|
464
401
|
* Sets the ordering of tasks within a draft task group. Must provide all task IDs with no duplicates. | (SetTaskOrderingDraftReq) -> (bool)
|
|
465
402
|
*
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export { type OrderDraftAddTaskGroupReq } from "./OrderDraftAddTaskGroupReq.mjs";
|
|
2
2
|
export { type OrderDraftAddExecutorReq } from "./OrderDraftAddExecutorReq.mjs";
|
|
3
|
-
export { type SetRateSheetsReq } from "./SetRateSheetsReq.mjs";
|
|
4
3
|
export { type SetTaskOrderingDraftReq } from "./SetTaskOrderingDraftReq.mjs";
|
|
5
4
|
export { type SetVehicleTypeReq } from "./SetVehicleTypeReq.mjs";
|
|
6
5
|
export { type OrderDraftUpdateDriverReq } from "./OrderDraftUpdateDriverReq.mjs";
|
|
@@ -70,7 +70,7 @@ export declare class TaskArtifacts {
|
|
|
70
70
|
completeV1(taskArtifactId: string, requestOptions?: TaskArtifacts.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
71
71
|
private __completeV1;
|
|
72
72
|
/**
|
|
73
|
-
* Deletes a task artifact. | authz_personas=[
|
|
73
|
+
* Deletes a task artifact. | authz_personas=[task_group_operating_org_operators] | () -> (bool)
|
|
74
74
|
*
|
|
75
75
|
* @param {string} taskArtifactId
|
|
76
76
|
* @param {TaskArtifacts.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -158,7 +158,7 @@ export class TaskArtifacts {
|
|
|
158
158
|
});
|
|
159
159
|
}
|
|
160
160
|
/**
|
|
161
|
-
* Deletes a task artifact. | authz_personas=[
|
|
161
|
+
* Deletes a task artifact. | authz_personas=[task_group_operating_org_operators] | () -> (bool)
|
|
162
162
|
*
|
|
163
163
|
* @param {string} taskArtifactId
|
|
164
164
|
* @param {TaskArtifacts.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -69,224 +69,6 @@ export declare class TaskGroups {
|
|
|
69
69
|
*/
|
|
70
70
|
addMessageV1(taskGroupId: string, request: Chrt.shipping.AddMessageReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
71
71
|
private __addMessageV1;
|
|
72
|
-
/**
|
|
73
|
-
* Links the operator-supplied OPEN BillingLedgerPeriod to this TaskGroup's PPD vector. Period parties must match the TG's PPD parties. The PPD vector must have no ledger attached and no rate sheet (rate-sheet/ledger exclusivity). Ad-hoc LIGs without a rate sheet may coexist. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | (AttachBillingLedgerPeriodReq) -> (BillingLedgerPeriod1)
|
|
74
|
-
*
|
|
75
|
-
* @param {string} taskGroupId
|
|
76
|
-
* @param {Chrt.AttachBillingLedgerPeriodReq} request
|
|
77
|
-
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
78
|
-
*
|
|
79
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
80
|
-
*
|
|
81
|
-
* @example
|
|
82
|
-
* await client.shipping.taskGroups.attachBillingLedgerPeriodToProviderPayDriverV1("task_group_id", {
|
|
83
|
-
* billing_ledger_period_id: "billing_ledger_period_id"
|
|
84
|
-
* })
|
|
85
|
-
*/
|
|
86
|
-
attachBillingLedgerPeriodToProviderPayDriverV1(taskGroupId: string, request: Chrt.AttachBillingLedgerPeriodReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<Chrt.BillingLedgerPeriod1>;
|
|
87
|
-
private __attachBillingLedgerPeriodToProviderPayDriverV1;
|
|
88
|
-
/**
|
|
89
|
-
* Links the operator-supplied OPEN BillingLedgerPeriod to this TaskGroup's PPP vector. Period parties must match the TG's PPP parties. The PPP vector must have no ledger attached and no rate sheet (rate-sheet/ledger exclusivity). Ad-hoc LIGs without a rate sheet may coexist. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (AttachBillingLedgerPeriodReq) -> (BillingLedgerPeriod1)
|
|
90
|
-
*
|
|
91
|
-
* @param {string} taskGroupId
|
|
92
|
-
* @param {Chrt.AttachBillingLedgerPeriodReq} request
|
|
93
|
-
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
94
|
-
*
|
|
95
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
96
|
-
*
|
|
97
|
-
* @example
|
|
98
|
-
* await client.shipping.taskGroups.attachBillingLedgerPeriodToProviderPayProviderV1("task_group_id", {
|
|
99
|
-
* billing_ledger_period_id: "billing_ledger_period_id"
|
|
100
|
-
* })
|
|
101
|
-
*/
|
|
102
|
-
attachBillingLedgerPeriodToProviderPayProviderV1(taskGroupId: string, request: Chrt.AttachBillingLedgerPeriodReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<Chrt.BillingLedgerPeriod1>;
|
|
103
|
-
private __attachBillingLedgerPeriodToProviderPayProviderV1;
|
|
104
|
-
/**
|
|
105
|
-
* Links the operator-supplied OPEN BillingLedgerPeriod to this TaskGroup's SPP vector. Period parties must match the TG's SPP parties. The SPP vector must have no ledger attached and no rate sheet (rate-sheet/ledger exclusivity). Ad-hoc LIGs without a rate sheet may coexist. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (AttachBillingLedgerPeriodReq) -> (BillingLedgerPeriod1)
|
|
106
|
-
*
|
|
107
|
-
* @param {string} taskGroupId
|
|
108
|
-
* @param {Chrt.AttachBillingLedgerPeriodReq} request
|
|
109
|
-
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
110
|
-
*
|
|
111
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
112
|
-
*
|
|
113
|
-
* @example
|
|
114
|
-
* await client.shipping.taskGroups.attachBillingLedgerPeriodToShipperPayProviderV1("task_group_id", {
|
|
115
|
-
* billing_ledger_period_id: "billing_ledger_period_id"
|
|
116
|
-
* })
|
|
117
|
-
*/
|
|
118
|
-
attachBillingLedgerPeriodToShipperPayProviderV1(taskGroupId: string, request: Chrt.AttachBillingLedgerPeriodReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<Chrt.BillingLedgerPeriod1>;
|
|
119
|
-
private __attachBillingLedgerPeriodToShipperPayProviderV1;
|
|
120
|
-
/**
|
|
121
|
-
* Attaches a STAGED, detached LineItemGroup to the PPD vector AND sets `LineItemGroup1.task_group_id` (one txn). The LIG must have `task_group_id is None`, be owned by the executor, and be party-matched to PPD. The PPD vector must have no LIG attached; if the LIG carries `rate_sheet_id`, no billing ledger period may be attached either (rate-sheet/ledger exclusivity). The LIG's `rate_sheet_id` is stamped onto `provider_pay_driver_rate_sheet_id` as a breadcrumb. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | (AttachLigToVectorClientReq) -> (bool)
|
|
122
|
-
*
|
|
123
|
-
* @param {string} taskGroupId
|
|
124
|
-
* @param {Chrt.AttachLigToVectorClientReq} request
|
|
125
|
-
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
126
|
-
*
|
|
127
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
128
|
-
*
|
|
129
|
-
* @example
|
|
130
|
-
* await client.shipping.taskGroups.attachLigToProviderPayDriverV1("task_group_id", {
|
|
131
|
-
* line_item_group_id: "line_item_group_id"
|
|
132
|
-
* })
|
|
133
|
-
*/
|
|
134
|
-
attachLigToProviderPayDriverV1(taskGroupId: string, request: Chrt.AttachLigToVectorClientReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
135
|
-
private __attachLigToProviderPayDriverV1;
|
|
136
|
-
/**
|
|
137
|
-
* Attaches a STAGED, detached LineItemGroup to the PPP vector AND sets `LineItemGroup1.task_group_id` (one txn). The LIG must have `task_group_id is None`, be owned by the coordinator, and be party-matched to PPP. The PPP vector must have no LIG attached; if the LIG carries `rate_sheet_id`, no billing ledger period may be attached either (rate-sheet/ledger exclusivity). The LIG's `rate_sheet_id` is stamped onto `provider_pay_provider_rate_sheet_id` as a breadcrumb. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (AttachLigToVectorClientReq) -> (bool)
|
|
138
|
-
*
|
|
139
|
-
* @param {string} taskGroupId
|
|
140
|
-
* @param {Chrt.AttachLigToVectorClientReq} request
|
|
141
|
-
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
142
|
-
*
|
|
143
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
144
|
-
*
|
|
145
|
-
* @example
|
|
146
|
-
* await client.shipping.taskGroups.attachLigToProviderPayProviderV1("task_group_id", {
|
|
147
|
-
* line_item_group_id: "line_item_group_id"
|
|
148
|
-
* })
|
|
149
|
-
*/
|
|
150
|
-
attachLigToProviderPayProviderV1(taskGroupId: string, request: Chrt.AttachLigToVectorClientReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
151
|
-
private __attachLigToProviderPayProviderV1;
|
|
152
|
-
/**
|
|
153
|
-
* Attaches a STAGED, detached LineItemGroup to the SPP vector AND sets `LineItemGroup1.task_group_id` (one txn). The LIG must have `task_group_id is None`, be owned by the coordinator, and be party-matched to SPP. The SPP vector must have no LIG attached; if the LIG carries `rate_sheet_id`, no billing ledger period may be attached either (rate-sheet/ledger exclusivity). The LIG's `rate_sheet_id` is stamped onto `shipper_pay_provider_rate_sheet_id` as a breadcrumb. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (AttachLigToVectorClientReq) -> (bool)
|
|
154
|
-
*
|
|
155
|
-
* @param {string} taskGroupId
|
|
156
|
-
* @param {Chrt.AttachLigToVectorClientReq} request
|
|
157
|
-
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
158
|
-
*
|
|
159
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
160
|
-
*
|
|
161
|
-
* @example
|
|
162
|
-
* await client.shipping.taskGroups.attachLigToShipperPayProviderV1("task_group_id", {
|
|
163
|
-
* line_item_group_id: "line_item_group_id"
|
|
164
|
-
* })
|
|
165
|
-
*/
|
|
166
|
-
attachLigToShipperPayProviderV1(taskGroupId: string, request: Chrt.AttachLigToVectorClientReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
167
|
-
private __attachLigToShipperPayProviderV1;
|
|
168
|
-
/**
|
|
169
|
-
* Detaches the PPD billing ledger period from this TaskGroup. Reverses attach_billing_ledger_period_to_provider_pay_driver/v1. Linked period must be OPEN. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | () -> (bool)
|
|
170
|
-
*
|
|
171
|
-
* @param {string} taskGroupId
|
|
172
|
-
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
173
|
-
*
|
|
174
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
175
|
-
*
|
|
176
|
-
* @example
|
|
177
|
-
* await client.shipping.taskGroups.detachBillingLedgerPeriodFromProviderPayDriverV1("task_group_id")
|
|
178
|
-
*/
|
|
179
|
-
detachBillingLedgerPeriodFromProviderPayDriverV1(taskGroupId: string, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
180
|
-
private __detachBillingLedgerPeriodFromProviderPayDriverV1;
|
|
181
|
-
/**
|
|
182
|
-
* Detaches the PPP billing ledger period from this TaskGroup. Reverses attach_billing_ledger_period_to_provider_pay_provider/v1. Linked period must be OPEN. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | () -> (bool)
|
|
183
|
-
*
|
|
184
|
-
* @param {string} taskGroupId
|
|
185
|
-
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
186
|
-
*
|
|
187
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
188
|
-
*
|
|
189
|
-
* @example
|
|
190
|
-
* await client.shipping.taskGroups.detachBillingLedgerPeriodFromProviderPayProviderV1("task_group_id")
|
|
191
|
-
*/
|
|
192
|
-
detachBillingLedgerPeriodFromProviderPayProviderV1(taskGroupId: string, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
193
|
-
private __detachBillingLedgerPeriodFromProviderPayProviderV1;
|
|
194
|
-
/**
|
|
195
|
-
* Detaches the SPP billing ledger period from this TaskGroup. Reverses attach_billing_ledger_period_to_shipper_pay_provider/v1. Linked period must be OPEN. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | () -> (bool)
|
|
196
|
-
*
|
|
197
|
-
* @param {string} taskGroupId
|
|
198
|
-
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
199
|
-
*
|
|
200
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
201
|
-
*
|
|
202
|
-
* @example
|
|
203
|
-
* await client.shipping.taskGroups.detachBillingLedgerPeriodFromShipperPayProviderV1("task_group_id")
|
|
204
|
-
*/
|
|
205
|
-
detachBillingLedgerPeriodFromShipperPayProviderV1(taskGroupId: string, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
206
|
-
private __detachBillingLedgerPeriodFromShipperPayProviderV1;
|
|
207
|
-
/**
|
|
208
|
-
* Clears the PPD vector's `_line_item_group_id` and `_rate_sheet_id` AND clears the LIG's `task_group_id` back-ref (one txn). The LIG document and its line items remain alive but fully detached on both sides. The PPD vector must currently have a LIG attached. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | () -> (bool)
|
|
209
|
-
*
|
|
210
|
-
* @param {string} taskGroupId
|
|
211
|
-
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
212
|
-
*
|
|
213
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
214
|
-
*
|
|
215
|
-
* @example
|
|
216
|
-
* await client.shipping.taskGroups.detachLigFromProviderPayDriverV1("task_group_id")
|
|
217
|
-
*/
|
|
218
|
-
detachLigFromProviderPayDriverV1(taskGroupId: string, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
219
|
-
private __detachLigFromProviderPayDriverV1;
|
|
220
|
-
/**
|
|
221
|
-
* Clears the PPP vector's `_line_item_group_id` and `_rate_sheet_id` AND clears the LIG's `task_group_id` back-ref (one txn). The LIG document and its line items remain alive but fully detached on both sides. The PPP vector must currently have a LIG attached. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | () -> (bool)
|
|
222
|
-
*
|
|
223
|
-
* @param {string} taskGroupId
|
|
224
|
-
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
225
|
-
*
|
|
226
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
227
|
-
*
|
|
228
|
-
* @example
|
|
229
|
-
* await client.shipping.taskGroups.detachLigFromProviderPayProviderV1("task_group_id")
|
|
230
|
-
*/
|
|
231
|
-
detachLigFromProviderPayProviderV1(taskGroupId: string, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
232
|
-
private __detachLigFromProviderPayProviderV1;
|
|
233
|
-
/**
|
|
234
|
-
* Clears the SPP vector's `_line_item_group_id` and `_rate_sheet_id` AND clears the LIG's `task_group_id` back-ref (one txn). The LIG document and its line items remain alive but fully detached on both sides. The SPP vector must currently have a LIG attached. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | () -> (bool)
|
|
235
|
-
*
|
|
236
|
-
* @param {string} taskGroupId
|
|
237
|
-
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
238
|
-
*
|
|
239
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
240
|
-
*
|
|
241
|
-
* @example
|
|
242
|
-
* await client.shipping.taskGroups.detachLigFromShipperPayProviderV1("task_group_id")
|
|
243
|
-
*/
|
|
244
|
-
detachLigFromShipperPayProviderV1(taskGroupId: string, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
245
|
-
private __detachLigFromShipperPayProviderV1;
|
|
246
|
-
/**
|
|
247
|
-
* Preview the LineItem materialization that would result from applying a rate sheet to the PPD vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (executor -> driver). Auto-resolves the rate sheet via RateSheetMapping1 for the requested driver unless body.rate_sheet_id is provided. PPD is on-chrt-executor only — TGs with an off-chrt executor are 400'd. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_provider_pay_driver/v1 then attach_lig_to_provider_pay_driver/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | (TaskGroupQuoteForProviderPayDriverClientReq) -> (TaskGroupQuoteResp)
|
|
248
|
-
*
|
|
249
|
-
* @param {string} taskGroupId
|
|
250
|
-
* @param {Chrt.shipping.TaskGroupQuoteForProviderPayDriverClientReq} request
|
|
251
|
-
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
252
|
-
*
|
|
253
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
254
|
-
*
|
|
255
|
-
* @example
|
|
256
|
-
* await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {
|
|
257
|
-
* driver_id: "driver_id"
|
|
258
|
-
* })
|
|
259
|
-
*/
|
|
260
|
-
quoteForProviderPayDriverV1(taskGroupId: string, request: Chrt.shipping.TaskGroupQuoteForProviderPayDriverClientReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupQuoteResp>;
|
|
261
|
-
private __quoteForProviderPayDriverV1;
|
|
262
|
-
/**
|
|
263
|
-
* Preview the LineItem materialization that would result from applying a rate sheet to the PPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (coordinator -> executor). Auto-resolves the rate sheet via RateSheetMapping1 for the requested executor unless body.rate_sheet_id is provided. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_provider_pay_provider/v1 then attach_lig_to_provider_pay_provider/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (TaskGroupQuoteForProviderPayProviderClientReq) -> (TaskGroupQuoteResp)
|
|
264
|
-
*
|
|
265
|
-
* @param {string} taskGroupId
|
|
266
|
-
* @param {Chrt.shipping.TaskGroupQuoteForProviderPayProviderClientReq} request
|
|
267
|
-
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
268
|
-
*
|
|
269
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
270
|
-
*
|
|
271
|
-
* @example
|
|
272
|
-
* await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id")
|
|
273
|
-
*/
|
|
274
|
-
quoteForProviderPayProviderV1(taskGroupId: string, request?: Chrt.shipping.TaskGroupQuoteForProviderPayProviderClientReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupQuoteResp>;
|
|
275
|
-
private __quoteForProviderPayProviderV1;
|
|
276
|
-
/**
|
|
277
|
-
* Preview the LineItem materialization that would result from applying a rate sheet to the SPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (shipper -> coordinator). Auto-resolves the rate sheet via RateSheetMapping1 for the requested shipper unless body.rate_sheet_id is provided. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_shipper_pay_provider/v1 then attach_lig_to_shipper_pay_provider/v1. | authz: allowed_org_types=[provider, shipper], min_org_role=operator, authz_personas=[task_group_coordinator_operators, shipper_org_operators] | (TaskGroupQuoteForShipperPayProviderClientReq) -> (TaskGroupQuoteResp)
|
|
278
|
-
*
|
|
279
|
-
* @param {string} taskGroupId
|
|
280
|
-
* @param {Chrt.shipping.TaskGroupQuoteForShipperPayProviderClientReq} request
|
|
281
|
-
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
282
|
-
*
|
|
283
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
284
|
-
*
|
|
285
|
-
* @example
|
|
286
|
-
* await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id")
|
|
287
|
-
*/
|
|
288
|
-
quoteForShipperPayProviderV1(taskGroupId: string, request?: Chrt.shipping.TaskGroupQuoteForShipperPayProviderClientReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupQuoteResp>;
|
|
289
|
-
private __quoteForShipperPayProviderV1;
|
|
290
72
|
/**
|
|
291
73
|
* Removes the driver from a task group (sets driver_id to null). Allowed when STAGED or IN_PROGRESS (if no tasks have reached a terminal status). | authz_personas=[executor_org_operators, driver_for_executor] | () -> (bool)
|
|
292
74
|
*
|
|
@@ -301,7 +83,7 @@ export declare class TaskGroups {
|
|
|
301
83
|
removeDriverV1(taskGroupId: string, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
302
84
|
private __removeDriverV1;
|
|
303
85
|
/**
|
|
304
|
-
* Clears the executor and assigned driver on a task group.
|
|
86
|
+
* Clears the executor and assigned driver on a task group. | authz_personas=[coordinator_org_operators] | () -> (bool)
|
|
305
87
|
*
|
|
306
88
|
* @param {string} taskGroupId
|
|
307
89
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -314,7 +96,7 @@ export declare class TaskGroups {
|
|
|
314
96
|
removeExecutorV1(taskGroupId: string, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
315
97
|
private __removeExecutorV1;
|
|
316
98
|
/**
|
|
317
|
-
* Replaces the ordered list of flights on a task group. | authz_personas=[
|
|
99
|
+
* Replaces the ordered list of flights on a task group. | authz_personas=[task_group_operating_org_operators] | (SetFlightInfoReq) -> (bool)
|
|
318
100
|
*
|
|
319
101
|
* @param {string} taskGroupId
|
|
320
102
|
* @param {Chrt.SetFlightInfoReq} request
|
|
@@ -338,7 +120,7 @@ export declare class TaskGroups {
|
|
|
338
120
|
setFlightInfoV1(taskGroupId: string, request: Chrt.SetFlightInfoReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
339
121
|
private __setFlightInfoV1;
|
|
340
122
|
/**
|
|
341
|
-
* Sets the ordering of tasks within a task group. Requires complete list of task IDs in desired order. Completed tasks must be before staged tasks. | authz_personas=[
|
|
123
|
+
* Sets the ordering of tasks within a task group. Requires complete list of task IDs in desired order. Completed tasks must be before staged tasks. | authz_personas=[task_group_operating_org_operators] | (SetTaskOrderingReq) -> (bool)
|
|
342
124
|
*
|
|
343
125
|
* @param {string} taskGroupId
|
|
344
126
|
* @param {Chrt.shipping.SetTaskOrderingReq} request
|