@chrt-inc/typescript-sdk 1.899.0 → 1.904.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/dist/cjs/Client.js +2 -2
- package/dist/cjs/api/resources/billingNew/client/Client.d.ts +6 -3
- package/dist/cjs/api/resources/billingNew/client/Client.js +12 -7
- package/dist/cjs/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/Client.d.ts +43 -55
- package/dist/cjs/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/Client.js +91 -133
- package/dist/cjs/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/requests/ChrtGroundProviderRatesClientCreate1.d.ts +11 -3
- package/dist/cjs/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/requests/ChrtGroundProviderRatesClientUpdate1.d.ts +10 -0
- package/dist/cjs/api/resources/billingNew/resources/{rates/client/requests/RatesListV1Request.d.ts → chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.d.ts} +8 -4
- package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ResolveChrtGroundProviderRatesReq.d.ts +12 -0
- package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/index.d.ts +4 -0
- package/dist/cjs/api/resources/billingNew/resources/index.d.ts +4 -2
- package/dist/cjs/api/resources/billingNew/resources/index.js +5 -3
- package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/Client.d.ts +109 -8
- package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/Client.js +363 -14
- package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAmountReq.d.ts +1 -0
- package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/InvoiceLineItemsApproveManyReq.d.ts +12 -0
- package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/InvoiceLineItemsListV1Request.d.ts +3 -3
- package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/RecalculateOrderTaxInvoiceLineItemsReq.d.ts +12 -0
- package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/index.d.ts +2 -1
- package/dist/cjs/api/resources/billingNew/resources/invoices/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/billingNew/resources/invoices/client/Client.js +1 -1
- package/dist/cjs/api/resources/billingNew/resources/orders/client/Client.d.ts +70 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/client/Client.js +248 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/client/index.js +17 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/client/requests/OrderBillingExpandedListReq.d.ts +70 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/index.d.ts +1 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/index.js +17 -0
- package/dist/cjs/api/resources/shipping/client/Client.d.ts +3 -0
- package/dist/cjs/api/resources/shipping/client/Client.js +15 -10
- package/dist/cjs/api/resources/shipping/resources/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipping/resources/index.js +3 -1
- package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.js +9 -1
- package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.d.ts +2 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.js +9 -1
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.ts +2 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/Client.d.ts +129 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/Client.js +480 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/index.js +17 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientCreate1.d.ts +30 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientCreate1.js +5 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientUpdate1.d.ts +31 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientUpdate1.js +5 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewDateparserResolveReq.d.ts +15 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewDateparserResolveReq.js +5 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplatesNewListV1Request.d.ts +36 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplatesNewListV1Request.js +5 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/index.d.ts +4 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/index.js +17 -0
- package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +0 -28
- package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +0 -120
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersDraftUpdateReq.d.ts +2 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/Client.js +1 -1
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.ts +4 -2
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.js +6 -4
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetVehicleTypeReq.d.ts +4 -3
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +36 -4
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.ts +2 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +2 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.ts +2 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.ts +2 -0
- package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.js +9 -1
- package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.d.ts +2 -0
- package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.d.ts +15 -1
- package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.js +64 -1
- package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/TaskLocationFromReferenceReq.d.ts +11 -0
- package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/TaskLocationFromReferenceReq.js +5 -0
- package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.js +2 -2
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.js +1 -1
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.js +1 -1
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.js +2 -2
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.js +2 -2
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.js +2 -2
- package/dist/cjs/api/types/AdHocInvoiceLineItem1.d.ts +8 -0
- package/dist/cjs/api/types/AdHocInvoiceLineItem1.js +5 -0
- package/dist/cjs/api/types/AdHocInvoiceLineItemsReq.d.ts +8 -0
- package/dist/cjs/api/types/AdHocInvoiceLineItemsReq.js +5 -0
- package/dist/cjs/api/types/Cargo1.d.ts +1 -0
- package/dist/cjs/api/types/CargoClientCreate1.d.ts +1 -0
- package/dist/cjs/api/types/CargoClientUpdate1.d.ts +2 -0
- package/dist/cjs/api/types/ChrtGroundProviderRates1.d.ts +10 -3
- package/dist/cjs/api/types/FromPayables1.d.ts +9 -0
- package/dist/cjs/api/types/FromPayables1.js +5 -0
- package/dist/cjs/api/types/InvoiceLineItem1.d.ts +4 -1
- package/dist/cjs/api/types/InvoiceLineItemClientCreate1.d.ts +20 -0
- package/dist/cjs/api/types/InvoiceLineItemClientCreate1.js +5 -0
- package/dist/cjs/api/types/InvoiceLineItemServerCreate1.d.ts +33 -0
- package/dist/cjs/api/types/InvoiceLineItemServerCreate1.js +5 -0
- package/dist/cjs/api/types/InvoiceLineItemStatusEnum1.d.ts +9 -0
- package/dist/cjs/api/types/InvoiceLineItemStatusEnum1.js +11 -0
- package/dist/cjs/api/types/InvoiceLineItemTypeEnum1.d.ts +4 -1
- package/dist/cjs/api/types/InvoiceLineItemTypeEnum1.js +3 -0
- package/dist/cjs/api/types/InvoiceLineItemsByOrderExpandedRes.d.ts +1 -1
- package/dist/cjs/api/types/InvoiceLineItemsFromChrtGroundProviderRateSheetsReq.d.ts +7 -0
- package/dist/cjs/api/types/InvoiceLineItemsFromChrtGroundProviderRateSheetsReq.js +5 -0
- package/dist/cjs/api/types/Order1.d.ts +1 -0
- package/dist/cjs/api/types/OrderBillingAccount1.d.ts +7 -0
- package/dist/cjs/api/types/OrderBillingAccount1.js +5 -0
- package/dist/cjs/api/types/OrderBillingCurrencyTotals1.d.ts +9 -0
- package/dist/cjs/api/types/OrderBillingCurrencyTotals1.js +5 -0
- package/dist/cjs/api/types/OrderBillingExecutor1.d.ts +11 -0
- package/dist/cjs/api/types/OrderBillingExecutor1.js +5 -0
- package/dist/cjs/api/types/OrderBillingExpandedListItem1.d.ts +19 -0
- package/dist/cjs/api/types/OrderBillingExpandedListItem1.js +5 -0
- package/dist/cjs/api/types/OrderBillingExpandedListRes.d.ts +8 -0
- package/dist/cjs/api/types/OrderBillingExpandedListRes.js +5 -0
- package/dist/cjs/api/types/OrderBillingShipper1.d.ts +9 -0
- package/dist/cjs/api/types/OrderBillingShipper1.js +5 -0
- package/dist/cjs/api/types/OrderBillingSortByEnum.d.ts +12 -0
- package/dist/cjs/api/types/OrderBillingSortByEnum.js +14 -0
- package/dist/cjs/api/types/OrderLimitedForCoordinator1.d.ts +1 -0
- package/dist/cjs/api/types/OrderLimitedForExecutor1.d.ts +1 -0
- package/dist/cjs/api/types/OrderLimitedForProvider1.d.ts +1 -0
- package/dist/cjs/api/types/OrderLimitedForShipper1.d.ts +1 -0
- package/dist/cjs/api/types/OrderTemplate1.d.ts +1 -0
- package/dist/cjs/api/types/OrderTemplateCore1.d.ts +2 -1
- package/dist/cjs/api/types/OrderTemplateNew1.d.ts +32 -0
- package/dist/cjs/api/types/OrderTemplateNew1.js +5 -0
- package/dist/cjs/api/types/OrderTemplateNewCargo1.d.ts +20 -0
- package/dist/cjs/api/types/OrderTemplateNewCargo1.js +5 -0
- package/dist/cjs/api/types/OrderTemplateNewDateTimeWindow1.d.ts +9 -0
- package/dist/cjs/api/types/OrderTemplateNewDateTimeWindow1.js +5 -0
- package/dist/cjs/api/types/OrderTemplateNewDateparserResolveRes.d.ts +9 -0
- package/dist/cjs/api/types/OrderTemplateNewDateparserResolveRes.js +5 -0
- package/dist/cjs/api/types/OrderTemplateNewListRes.d.ts +8 -0
- package/dist/cjs/api/types/OrderTemplateNewListRes.js +5 -0
- package/dist/cjs/api/types/OrderTemplateNewSortByEnum.d.ts +9 -0
- package/dist/cjs/api/types/OrderTemplateNewSortByEnum.js +11 -0
- package/dist/cjs/api/types/OrderTemplateNewTask1.d.ts +21 -0
- package/dist/cjs/api/types/OrderTemplateNewTask1.js +5 -0
- package/dist/cjs/api/types/OrderTemplateNewTaskArtifact1.d.ts +9 -0
- package/dist/cjs/api/types/OrderTemplateNewTaskArtifact1.js +5 -0
- package/dist/cjs/api/types/OrderTemplateNewTaskGroup1.d.ts +15 -0
- package/dist/cjs/api/types/OrderTemplateNewTaskGroup1.js +5 -0
- package/dist/cjs/api/types/OrdersDraftUpdateRes.d.ts +2 -0
- package/dist/cjs/api/types/ReelablesDataPoint1.d.ts +2 -0
- package/dist/cjs/api/types/ResolvedTaskGroupChrtGroundProviderRates1.d.ts +9 -0
- package/dist/cjs/api/types/ResolvedTaskGroupChrtGroundProviderRates1.js +5 -0
- package/dist/cjs/api/types/ServiceLineEnum.d.ts +8 -0
- package/dist/cjs/api/types/ServiceLineEnum.js +10 -0
- package/dist/cjs/api/types/Task1.d.ts +1 -0
- package/dist/cjs/api/types/TaskClientCreate1.d.ts +1 -0
- package/dist/cjs/api/types/TaskClientUpdate1.d.ts +1 -0
- package/dist/cjs/api/types/TaskGroup1.d.ts +1 -3
- package/dist/cjs/api/types/TaskGroupChrtGroundProviderRateSheetIds1.d.ts +7 -0
- package/dist/cjs/api/types/TaskGroupChrtGroundProviderRateSheetIds1.js +5 -0
- package/dist/cjs/api/types/TaskGroupInvoiceLineItemsFromChrtGroundProviderRateSheetsPreview1.d.ts +9 -0
- package/dist/cjs/api/types/TaskGroupInvoiceLineItemsFromChrtGroundProviderRateSheetsPreview1.js +5 -0
- package/dist/cjs/api/types/TaxRate1.d.ts +9 -0
- package/dist/cjs/api/types/TaxRate1.js +5 -0
- package/dist/cjs/api/types/VehicleTypeEnum.d.ts +2 -1
- package/dist/cjs/api/types/VehicleTypeEnum.js +1 -0
- package/dist/cjs/api/types/index.d.ts +28 -1
- package/dist/cjs/api/types/index.js +28 -1
- 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/billingNew/client/Client.d.mts +6 -3
- package/dist/esm/api/resources/billingNew/client/Client.mjs +8 -3
- package/dist/esm/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/Client.d.mts +43 -55
- package/dist/esm/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/Client.mjs +89 -131
- package/dist/esm/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/requests/ChrtGroundProviderRatesClientCreate1.d.mts +11 -3
- package/dist/esm/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/requests/ChrtGroundProviderRatesClientUpdate1.d.mts +10 -0
- package/dist/esm/api/resources/billingNew/resources/{rates/client/requests/RatesListV1Request.d.mts → chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.d.mts} +8 -4
- package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ResolveChrtGroundProviderRatesReq.d.mts +12 -0
- package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/index.d.mts +4 -0
- package/dist/esm/api/resources/billingNew/resources/index.d.mts +4 -2
- package/dist/esm/api/resources/billingNew/resources/index.mjs +4 -2
- package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.d.mts +109 -8
- package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.mjs +363 -14
- package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAmountReq.d.mts +1 -0
- package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/InvoiceLineItemsApproveManyReq.d.mts +12 -0
- package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/InvoiceLineItemsListV1Request.d.mts +3 -3
- package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/RecalculateOrderTaxInvoiceLineItemsReq.d.mts +12 -0
- package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/index.d.mts +2 -1
- package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.mjs +1 -1
- package/dist/esm/api/resources/billingNew/resources/orders/client/Client.d.mts +70 -0
- package/dist/esm/api/resources/billingNew/resources/orders/client/Client.mjs +211 -0
- package/dist/esm/api/resources/billingNew/resources/orders/client/index.d.mts +2 -0
- package/dist/esm/api/resources/billingNew/resources/orders/client/index.mjs +1 -0
- package/dist/esm/api/resources/billingNew/resources/orders/client/requests/OrderBillingExpandedListReq.d.mts +70 -0
- package/dist/esm/api/resources/billingNew/resources/orders/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/billingNew/resources/orders/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/billingNew/resources/orders/index.d.mts +1 -0
- package/dist/esm/api/resources/billingNew/resources/orders/index.mjs +1 -0
- package/dist/esm/api/resources/shipping/client/Client.d.mts +3 -0
- package/dist/esm/api/resources/shipping/client/Client.mjs +5 -0
- package/dist/esm/api/resources/shipping/resources/index.d.mts +2 -0
- package/dist/esm/api/resources/shipping/resources/index.mjs +2 -0
- package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.mjs +9 -1
- package/dist/esm/api/resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.d.mts +2 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.mjs +9 -1
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.mts +2 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/Client.d.mts +129 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/Client.mjs +443 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/index.d.mts +2 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/index.mjs +1 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientCreate1.d.mts +30 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientCreate1.mjs +4 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientUpdate1.d.mts +31 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientUpdate1.mjs +4 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewDateparserResolveReq.d.mts +15 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewDateparserResolveReq.mjs +4 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplatesNewListV1Request.d.mts +36 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplatesNewListV1Request.mjs +4 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/index.d.mts +4 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/index.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/index.mjs +1 -0
- package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +0 -28
- package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +0 -120
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersDraftUpdateReq.d.mts +2 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/Client.mjs +1 -1
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.mts +4 -2
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.mjs +6 -4
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetVehicleTypeReq.d.mts +4 -3
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +36 -4
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.mts +2 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +2 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.mts +2 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.mts +2 -0
- package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.mjs +9 -1
- package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.d.mts +2 -0
- package/dist/esm/api/resources/shipping/resources/tasks/client/Client.d.mts +15 -1
- package/dist/esm/api/resources/shipping/resources/tasks/client/Client.mjs +64 -1
- package/dist/esm/api/resources/shipping/resources/tasks/client/requests/TaskLocationFromReferenceReq.d.mts +11 -0
- package/dist/esm/api/resources/shipping/resources/tasks/client/requests/TaskLocationFromReferenceReq.mjs +4 -0
- package/dist/esm/api/resources/shipping/resources/tasks/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.mjs +2 -2
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.mjs +1 -1
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.mjs +1 -1
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.mjs +2 -2
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.mjs +2 -2
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.mjs +2 -2
- package/dist/esm/api/types/AdHocInvoiceLineItem1.d.mts +8 -0
- package/dist/esm/api/types/AdHocInvoiceLineItem1.mjs +4 -0
- package/dist/esm/api/types/AdHocInvoiceLineItemsReq.d.mts +8 -0
- package/dist/esm/api/types/AdHocInvoiceLineItemsReq.mjs +4 -0
- package/dist/esm/api/types/Cargo1.d.mts +1 -0
- package/dist/esm/api/types/CargoClientCreate1.d.mts +1 -0
- package/dist/esm/api/types/CargoClientUpdate1.d.mts +2 -0
- package/dist/esm/api/types/ChrtGroundProviderRates1.d.mts +10 -3
- package/dist/esm/api/types/FromPayables1.d.mts +9 -0
- package/dist/esm/api/types/FromPayables1.mjs +4 -0
- package/dist/esm/api/types/InvoiceLineItem1.d.mts +4 -1
- package/dist/esm/api/types/InvoiceLineItemClientCreate1.d.mts +20 -0
- package/dist/esm/api/types/InvoiceLineItemClientCreate1.mjs +4 -0
- package/dist/esm/api/types/InvoiceLineItemServerCreate1.d.mts +33 -0
- package/dist/esm/api/types/InvoiceLineItemServerCreate1.mjs +4 -0
- package/dist/esm/api/types/InvoiceLineItemStatusEnum1.d.mts +9 -0
- package/dist/esm/api/types/InvoiceLineItemStatusEnum1.mjs +8 -0
- package/dist/esm/api/types/InvoiceLineItemTypeEnum1.d.mts +4 -1
- package/dist/esm/api/types/InvoiceLineItemTypeEnum1.mjs +3 -0
- package/dist/esm/api/types/InvoiceLineItemsByOrderExpandedRes.d.mts +1 -1
- package/dist/esm/api/types/InvoiceLineItemsFromChrtGroundProviderRateSheetsReq.d.mts +7 -0
- package/dist/esm/api/types/InvoiceLineItemsFromChrtGroundProviderRateSheetsReq.mjs +4 -0
- package/dist/esm/api/types/Order1.d.mts +1 -0
- package/dist/esm/api/types/OrderBillingAccount1.d.mts +7 -0
- package/dist/esm/api/types/OrderBillingAccount1.mjs +4 -0
- package/dist/esm/api/types/OrderBillingCurrencyTotals1.d.mts +9 -0
- package/dist/esm/api/types/OrderBillingCurrencyTotals1.mjs +4 -0
- package/dist/esm/api/types/OrderBillingExecutor1.d.mts +11 -0
- package/dist/esm/api/types/OrderBillingExecutor1.mjs +4 -0
- package/dist/esm/api/types/OrderBillingExpandedListItem1.d.mts +19 -0
- package/dist/esm/api/types/OrderBillingExpandedListItem1.mjs +4 -0
- package/dist/esm/api/types/OrderBillingExpandedListRes.d.mts +8 -0
- package/dist/esm/api/types/OrderBillingExpandedListRes.mjs +4 -0
- package/dist/esm/api/types/OrderBillingShipper1.d.mts +9 -0
- package/dist/esm/api/types/OrderBillingShipper1.mjs +4 -0
- package/dist/esm/api/types/OrderBillingSortByEnum.d.mts +12 -0
- package/dist/esm/api/types/OrderBillingSortByEnum.mjs +11 -0
- package/dist/esm/api/types/OrderLimitedForCoordinator1.d.mts +1 -0
- package/dist/esm/api/types/OrderLimitedForExecutor1.d.mts +1 -0
- package/dist/esm/api/types/OrderLimitedForProvider1.d.mts +1 -0
- package/dist/esm/api/types/OrderLimitedForShipper1.d.mts +1 -0
- package/dist/esm/api/types/OrderTemplate1.d.mts +1 -0
- package/dist/esm/api/types/OrderTemplateCore1.d.mts +2 -1
- package/dist/esm/api/types/OrderTemplateNew1.d.mts +32 -0
- package/dist/esm/api/types/OrderTemplateNew1.mjs +4 -0
- package/dist/esm/api/types/OrderTemplateNewCargo1.d.mts +20 -0
- package/dist/esm/api/types/OrderTemplateNewCargo1.mjs +4 -0
- package/dist/esm/api/types/OrderTemplateNewDateTimeWindow1.d.mts +9 -0
- package/dist/esm/api/types/OrderTemplateNewDateTimeWindow1.mjs +4 -0
- package/dist/esm/api/types/OrderTemplateNewDateparserResolveRes.d.mts +9 -0
- package/dist/esm/api/types/OrderTemplateNewDateparserResolveRes.mjs +4 -0
- package/dist/esm/api/types/OrderTemplateNewListRes.d.mts +8 -0
- package/dist/esm/api/types/OrderTemplateNewListRes.mjs +4 -0
- package/dist/esm/api/types/OrderTemplateNewSortByEnum.d.mts +9 -0
- package/dist/esm/api/types/OrderTemplateNewSortByEnum.mjs +8 -0
- package/dist/esm/api/types/OrderTemplateNewTask1.d.mts +21 -0
- package/dist/esm/api/types/OrderTemplateNewTask1.mjs +4 -0
- package/dist/esm/api/types/OrderTemplateNewTaskArtifact1.d.mts +9 -0
- package/dist/esm/api/types/OrderTemplateNewTaskArtifact1.mjs +4 -0
- package/dist/esm/api/types/OrderTemplateNewTaskGroup1.d.mts +15 -0
- package/dist/esm/api/types/OrderTemplateNewTaskGroup1.mjs +4 -0
- package/dist/esm/api/types/OrdersDraftUpdateRes.d.mts +2 -0
- package/dist/esm/api/types/ReelablesDataPoint1.d.mts +2 -0
- package/dist/esm/api/types/ResolvedTaskGroupChrtGroundProviderRates1.d.mts +9 -0
- package/dist/esm/api/types/ResolvedTaskGroupChrtGroundProviderRates1.mjs +4 -0
- package/dist/esm/api/types/ServiceLineEnum.d.mts +8 -0
- package/dist/esm/api/types/ServiceLineEnum.mjs +7 -0
- package/dist/esm/api/types/Task1.d.mts +1 -0
- package/dist/esm/api/types/TaskClientCreate1.d.mts +1 -0
- package/dist/esm/api/types/TaskClientUpdate1.d.mts +1 -0
- package/dist/esm/api/types/TaskGroup1.d.mts +1 -3
- package/dist/esm/api/types/TaskGroupChrtGroundProviderRateSheetIds1.d.mts +7 -0
- package/dist/esm/api/types/TaskGroupChrtGroundProviderRateSheetIds1.mjs +4 -0
- package/dist/esm/api/types/TaskGroupInvoiceLineItemsFromChrtGroundProviderRateSheetsPreview1.d.mts +9 -0
- package/dist/esm/api/types/TaskGroupInvoiceLineItemsFromChrtGroundProviderRateSheetsPreview1.mjs +4 -0
- package/dist/esm/api/types/TaxRate1.d.mts +9 -0
- package/dist/esm/api/types/TaxRate1.mjs +4 -0
- package/dist/esm/api/types/VehicleTypeEnum.d.mts +2 -1
- package/dist/esm/api/types/VehicleTypeEnum.mjs +1 -0
- package/dist/esm/api/types/index.d.mts +28 -1
- package/dist/esm/api/types/index.mjs +28 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +2851 -2145
- package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/ApplyChrtGroundProviderRatesReq.d.ts +0 -22
- package/dist/cjs/api/resources/billingNew/resources/rates/client/requests/ChrtGroundProviderRatesAddCounterpartiesReq.d.ts +0 -13
- package/dist/cjs/api/resources/billingNew/resources/rates/client/requests/ChrtGroundProviderRatesRemoveCounterpartiesReq.d.ts +0 -13
- package/dist/cjs/api/resources/billingNew/resources/rates/client/requests/index.d.ts +0 -5
- package/dist/cjs/api/types/ApplyChrtGroundProviderRatesRes.d.ts +0 -7
- package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/ApplyChrtGroundProviderRatesReq.d.mts +0 -22
- package/dist/esm/api/resources/billingNew/resources/rates/client/requests/ChrtGroundProviderRatesAddCounterpartiesReq.d.mts +0 -13
- package/dist/esm/api/resources/billingNew/resources/rates/client/requests/ChrtGroundProviderRatesRemoveCounterpartiesReq.d.mts +0 -13
- package/dist/esm/api/resources/billingNew/resources/rates/client/requests/index.d.mts +0 -5
- package/dist/esm/api/types/ApplyChrtGroundProviderRatesRes.d.mts +0 -7
- /package/dist/cjs/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/index.js +0 -0
- /package/dist/cjs/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/requests/ChrtGroundProviderRatesClientCreate1.js +0 -0
- /package/dist/cjs/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/requests/ChrtGroundProviderRatesClientUpdate1.js +0 -0
- /package/dist/cjs/api/resources/billingNew/resources/{invoiceLineItems/client/requests/ApplyChrtGroundProviderRatesReq.js → chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.js} +0 -0
- /package/dist/cjs/api/resources/billingNew/resources/{rates/client/requests/ChrtGroundProviderRatesAddCounterpartiesReq.js → chrtGroundProviderRates/client/requests/ResolveChrtGroundProviderRatesReq.js} +0 -0
- /package/dist/cjs/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/index.js +0 -0
- /package/dist/cjs/api/resources/billingNew/resources/{rates/client/requests/ChrtGroundProviderRatesRemoveCounterpartiesReq.js → invoiceLineItems/client/requests/InvoiceLineItemsApproveManyReq.js} +0 -0
- /package/dist/cjs/api/resources/billingNew/resources/{rates/client/requests/RatesListV1Request.js → invoiceLineItems/client/requests/RecalculateOrderTaxInvoiceLineItemsReq.js} +0 -0
- /package/dist/cjs/api/{types/ApplyChrtGroundProviderRatesRes.js → resources/billingNew/resources/orders/client/requests/OrderBillingExpandedListReq.js} +0 -0
- /package/dist/esm/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/requests/ChrtGroundProviderRatesClientCreate1.mjs +0 -0
- /package/dist/esm/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/requests/ChrtGroundProviderRatesClientUpdate1.mjs +0 -0
- /package/dist/esm/api/resources/billingNew/resources/{invoiceLineItems/client/requests/ApplyChrtGroundProviderRatesReq.mjs → chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/billingNew/resources/{rates/client/requests/ChrtGroundProviderRatesAddCounterpartiesReq.mjs → chrtGroundProviderRates/client/requests/ResolveChrtGroundProviderRatesReq.mjs} +0 -0
- /package/dist/esm/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/index.d.mts +0 -0
- /package/dist/esm/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/index.mjs +0 -0
- /package/dist/esm/api/resources/billingNew/resources/{rates/client/requests/ChrtGroundProviderRatesRemoveCounterpartiesReq.mjs → invoiceLineItems/client/requests/InvoiceLineItemsApproveManyReq.mjs} +0 -0
- /package/dist/esm/api/resources/billingNew/resources/{rates/client/requests/RatesListV1Request.mjs → invoiceLineItems/client/requests/RecalculateOrderTaxInvoiceLineItemsReq.mjs} +0 -0
- /package/dist/esm/api/{types/ApplyChrtGroundProviderRatesRes.mjs → resources/billingNew/resources/orders/client/requests/OrderBillingExpandedListReq.mjs} +0 -0
|
@@ -31,7 +31,7 @@ export declare class Assets {
|
|
|
31
31
|
protected readonly _options: Assets.Options;
|
|
32
32
|
constructor(_options?: Assets.Options);
|
|
33
33
|
/**
|
|
34
|
-
* Refreshes and retrieves a Reelables asset by its external ID. | authz: min_org_role=operator | () -> (ReelablesAsset1)
|
|
34
|
+
* Refreshes and retrieves a Reelables asset by its external ID. | auth: api_key | authz: min_org_role=operator | () -> (ReelablesAsset1)
|
|
35
35
|
*
|
|
36
36
|
* @param {string} assetId
|
|
37
37
|
* @param {Assets.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -44,7 +44,7 @@ export declare class Assets {
|
|
|
44
44
|
getV1(assetId: string, requestOptions?: Assets.RequestOptions): core.HttpResponsePromise<Chrt.ReelablesAsset1>;
|
|
45
45
|
private __getV1;
|
|
46
46
|
/**
|
|
47
|
-
* Lists cached Reelables assets for a workspace. | authz: min_org_role=operator | () -> (ReelablesAssetListRes)
|
|
47
|
+
* Lists cached Reelables assets for a workspace. | auth: api_key | authz: min_org_role=operator | () -> (ReelablesAssetListRes)
|
|
48
48
|
*
|
|
49
49
|
* @param {string} workspaceId
|
|
50
50
|
* @param {Chrt.trackingIntegrations.reelables.AssetsListV1Request} request
|
|
@@ -56,7 +56,7 @@ class Assets {
|
|
|
56
56
|
this._options = _options;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
|
-
* Refreshes and retrieves a Reelables asset by its external ID. | authz: min_org_role=operator | () -> (ReelablesAsset1)
|
|
59
|
+
* Refreshes and retrieves a Reelables asset by its external ID. | auth: api_key | authz: min_org_role=operator | () -> (ReelablesAsset1)
|
|
60
60
|
*
|
|
61
61
|
* @param {string} assetId
|
|
62
62
|
* @param {Assets.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -115,7 +115,7 @@ class Assets {
|
|
|
115
115
|
});
|
|
116
116
|
}
|
|
117
117
|
/**
|
|
118
|
-
* Lists cached Reelables assets for a workspace. | authz: min_org_role=operator | () -> (ReelablesAssetListRes)
|
|
118
|
+
* Lists cached Reelables assets for a workspace. | auth: api_key | authz: min_org_role=operator | () -> (ReelablesAssetListRes)
|
|
119
119
|
*
|
|
120
120
|
* @param {string} workspaceId
|
|
121
121
|
* @param {Chrt.trackingIntegrations.reelables.AssetsListV1Request} request
|
|
@@ -31,7 +31,7 @@ export declare class Timeseries {
|
|
|
31
31
|
protected readonly _options: Timeseries.Options;
|
|
32
32
|
constructor(_options?: Timeseries.Options);
|
|
33
33
|
/**
|
|
34
|
-
* Refreshes and returns Reelables location data points within the requested time range. | authz: min_org_role=operator | () -> (ReelablesTimeseriesRes)
|
|
34
|
+
* Refreshes and returns Reelables location data points within the requested time range. | auth: api_key | authz: min_org_role=operator | () -> (ReelablesTimeseriesRes)
|
|
35
35
|
*
|
|
36
36
|
* @param {string} assetId
|
|
37
37
|
* @param {Chrt.trackingIntegrations.reelables.TimeseriesDataPointsV1Request} request
|
|
@@ -56,7 +56,7 @@ class Timeseries {
|
|
|
56
56
|
this._options = _options;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
|
-
* Refreshes and returns Reelables location data points within the requested time range. | authz: min_org_role=operator | () -> (ReelablesTimeseriesRes)
|
|
59
|
+
* Refreshes and returns Reelables location data points within the requested time range. | auth: api_key | authz: min_org_role=operator | () -> (ReelablesTimeseriesRes)
|
|
60
60
|
*
|
|
61
61
|
* @param {string} assetId
|
|
62
62
|
* @param {Chrt.trackingIntegrations.reelables.TimeseriesDataPointsV1Request} request
|
|
@@ -31,7 +31,7 @@ export declare class Workspaces {
|
|
|
31
31
|
protected readonly _options: Workspaces.Options;
|
|
32
32
|
constructor(_options?: Workspaces.Options);
|
|
33
33
|
/**
|
|
34
|
-
* Lists cached Reelables workspaces for the caller's organization. | authz: min_org_role=operator | () -> (ReelablesWorkspaceListRes)
|
|
34
|
+
* Lists cached Reelables workspaces for the caller's organization. | auth: api_key | authz: min_org_role=operator | () -> (ReelablesWorkspaceListRes)
|
|
35
35
|
*
|
|
36
36
|
* @param {Chrt.trackingIntegrations.reelables.WorkspacesListV1Request} request
|
|
37
37
|
* @param {Workspaces.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -56,7 +56,7 @@ class Workspaces {
|
|
|
56
56
|
this._options = _options;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
|
-
* Lists cached Reelables workspaces for the caller's organization. | authz: min_org_role=operator | () -> (ReelablesWorkspaceListRes)
|
|
59
|
+
* Lists cached Reelables workspaces for the caller's organization. | auth: api_key | authz: min_org_role=operator | () -> (ReelablesWorkspaceListRes)
|
|
60
60
|
*
|
|
61
61
|
* @param {Chrt.trackingIntegrations.reelables.WorkspacesListV1Request} request
|
|
62
62
|
* @param {Workspaces.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -31,7 +31,7 @@ export declare class Devices {
|
|
|
31
31
|
protected readonly _options: Devices.Options;
|
|
32
32
|
constructor(_options?: Devices.Options);
|
|
33
33
|
/**
|
|
34
|
-
* Retrieves a single Tive device by its ID. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveDevice1)
|
|
34
|
+
* Retrieves a single Tive device by its ID. Scoped to the caller's organization. | auth: api_key | authz: min_org_role=operator | () -> (TiveDevice1)
|
|
35
35
|
*
|
|
36
36
|
* @param {Chrt.trackingIntegrations.tive.DevicesGetV1Request} request
|
|
37
37
|
* @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -46,7 +46,7 @@ export declare class Devices {
|
|
|
46
46
|
getV1(request: Chrt.trackingIntegrations.tive.DevicesGetV1Request, requestOptions?: Devices.RequestOptions): core.HttpResponsePromise<Chrt.TiveDevice1>;
|
|
47
47
|
private __getV1;
|
|
48
48
|
/**
|
|
49
|
-
* Lists Tive devices with filtering, sorting, and pagination. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveDeviceListRes)
|
|
49
|
+
* Lists Tive devices with filtering, sorting, and pagination. Scoped to the caller's organization. | auth: api_key | authz: min_org_role=operator | () -> (TiveDeviceListRes)
|
|
50
50
|
*
|
|
51
51
|
* @param {Chrt.trackingIntegrations.tive.DevicesListV1Request} request
|
|
52
52
|
* @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -56,7 +56,7 @@ class Devices {
|
|
|
56
56
|
this._options = _options;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
|
-
* Retrieves a single Tive device by its ID. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveDevice1)
|
|
59
|
+
* Retrieves a single Tive device by its ID. Scoped to the caller's organization. | auth: api_key | authz: min_org_role=operator | () -> (TiveDevice1)
|
|
60
60
|
*
|
|
61
61
|
* @param {Chrt.trackingIntegrations.tive.DevicesGetV1Request} request
|
|
62
62
|
* @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -120,7 +120,7 @@ class Devices {
|
|
|
120
120
|
});
|
|
121
121
|
}
|
|
122
122
|
/**
|
|
123
|
-
* Lists Tive devices with filtering, sorting, and pagination. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveDeviceListRes)
|
|
123
|
+
* Lists Tive devices with filtering, sorting, and pagination. Scoped to the caller's organization. | auth: api_key | authz: min_org_role=operator | () -> (TiveDeviceListRes)
|
|
124
124
|
*
|
|
125
125
|
* @param {Chrt.trackingIntegrations.tive.DevicesListV1Request} request
|
|
126
126
|
* @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -31,7 +31,7 @@ export declare class Shipments {
|
|
|
31
31
|
protected readonly _options: Shipments.Options;
|
|
32
32
|
constructor(_options?: Shipments.Options);
|
|
33
33
|
/**
|
|
34
|
-
* Retrieves a single Tive shipment by its ID. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveShipment1)
|
|
34
|
+
* Retrieves a single Tive shipment by its ID. Scoped to the caller's organization. | auth: api_key | authz: min_org_role=operator | () -> (TiveShipment1)
|
|
35
35
|
*
|
|
36
36
|
* @param {Chrt.trackingIntegrations.tive.ShipmentsGetV1Request} request
|
|
37
37
|
* @param {Shipments.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -46,7 +46,7 @@ export declare class Shipments {
|
|
|
46
46
|
getV1(request: Chrt.trackingIntegrations.tive.ShipmentsGetV1Request, requestOptions?: Shipments.RequestOptions): core.HttpResponsePromise<Chrt.TiveShipment1>;
|
|
47
47
|
private __getV1;
|
|
48
48
|
/**
|
|
49
|
-
* Lists Tive shipments with filtering, sorting, and pagination. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveShipmentListRes)
|
|
49
|
+
* Lists Tive shipments with filtering, sorting, and pagination. Scoped to the caller's organization. | auth: api_key | authz: min_org_role=operator | () -> (TiveShipmentListRes)
|
|
50
50
|
*
|
|
51
51
|
* @param {Chrt.trackingIntegrations.tive.ShipmentsListV1Request} request
|
|
52
52
|
* @param {Shipments.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -56,7 +56,7 @@ class Shipments {
|
|
|
56
56
|
this._options = _options;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
|
-
* Retrieves a single Tive shipment by its ID. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveShipment1)
|
|
59
|
+
* Retrieves a single Tive shipment by its ID. Scoped to the caller's organization. | auth: api_key | authz: min_org_role=operator | () -> (TiveShipment1)
|
|
60
60
|
*
|
|
61
61
|
* @param {Chrt.trackingIntegrations.tive.ShipmentsGetV1Request} request
|
|
62
62
|
* @param {Shipments.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -120,7 +120,7 @@ class Shipments {
|
|
|
120
120
|
});
|
|
121
121
|
}
|
|
122
122
|
/**
|
|
123
|
-
* Lists Tive shipments with filtering, sorting, and pagination. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveShipmentListRes)
|
|
123
|
+
* Lists Tive shipments with filtering, sorting, and pagination. Scoped to the caller's organization. | auth: api_key | authz: min_org_role=operator | () -> (TiveShipmentListRes)
|
|
124
124
|
*
|
|
125
125
|
* @param {Chrt.trackingIntegrations.tive.ShipmentsListV1Request} request
|
|
126
126
|
* @param {Shipments.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -31,7 +31,7 @@ export declare class Timeseries {
|
|
|
31
31
|
protected readonly _options: Timeseries.Options;
|
|
32
32
|
constructor(_options?: Timeseries.Options);
|
|
33
33
|
/**
|
|
34
|
-
* Returns raw Tive data points for a shipment within the given time range. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveTimeseriesRes)
|
|
34
|
+
* Returns raw Tive data points for a shipment within the given time range. Scoped to the caller's organization. | auth: api_key | authz: min_org_role=operator | () -> (TiveTimeseriesRes)
|
|
35
35
|
*
|
|
36
36
|
* @param {Chrt.trackingIntegrations.tive.TimeseriesDataPointsV1Request} request
|
|
37
37
|
* @param {Timeseries.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -48,7 +48,7 @@ export declare class Timeseries {
|
|
|
48
48
|
dataPointsV1(request: Chrt.trackingIntegrations.tive.TimeseriesDataPointsV1Request, requestOptions?: Timeseries.RequestOptions): core.HttpResponsePromise<Chrt.TiveTimeseriesRes>;
|
|
49
49
|
private __dataPointsV1;
|
|
50
50
|
/**
|
|
51
|
-
* Returns the most recent Tive data point for a shipment. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveDataPoint1 | None)
|
|
51
|
+
* Returns the most recent Tive data point for a shipment. Scoped to the caller's organization. | auth: api_key | authz: min_org_role=operator | () -> (TiveDataPoint1 | None)
|
|
52
52
|
*
|
|
53
53
|
* @param {Chrt.trackingIntegrations.tive.TimeseriesLastSeenV1Request} request
|
|
54
54
|
* @param {Timeseries.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -56,7 +56,7 @@ class Timeseries {
|
|
|
56
56
|
this._options = _options;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
|
-
* Returns raw Tive data points for a shipment within the given time range. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveTimeseriesRes)
|
|
59
|
+
* Returns raw Tive data points for a shipment within the given time range. Scoped to the caller's organization. | auth: api_key | authz: min_org_role=operator | () -> (TiveTimeseriesRes)
|
|
60
60
|
*
|
|
61
61
|
* @param {Chrt.trackingIntegrations.tive.TimeseriesDataPointsV1Request} request
|
|
62
62
|
* @param {Timeseries.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -124,7 +124,7 @@ class Timeseries {
|
|
|
124
124
|
});
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
|
-
* Returns the most recent Tive data point for a shipment. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveDataPoint1 | None)
|
|
127
|
+
* Returns the most recent Tive data point for a shipment. Scoped to the caller's organization. | auth: api_key | authz: min_org_role=operator | () -> (TiveDataPoint1 | None)
|
|
128
128
|
*
|
|
129
129
|
* @param {Chrt.trackingIntegrations.tive.TimeseriesLastSeenV1Request} request
|
|
130
130
|
* @param {Timeseries.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -17,6 +17,7 @@ export interface Cargo1 {
|
|
|
17
17
|
device_ids?: string[];
|
|
18
18
|
draft_started_at_timestamp: string;
|
|
19
19
|
exception_at_timestamp?: string | null;
|
|
20
|
+
girth_inches?: number | null;
|
|
20
21
|
height_inches?: number | null;
|
|
21
22
|
in_transit_at_timestamp?: string | null;
|
|
22
23
|
length_inches?: number | null;
|
|
@@ -9,6 +9,8 @@ export interface CargoClientUpdate1 {
|
|
|
9
9
|
cargo_type?: Chrt.CargoTypeEnum1 | null;
|
|
10
10
|
description?: string | null;
|
|
11
11
|
description__set_to_None?: boolean;
|
|
12
|
+
girth_inches?: number | null;
|
|
13
|
+
girth_inches__set_to_None?: boolean;
|
|
12
14
|
height_inches?: number | null;
|
|
13
15
|
height_inches__set_to_None?: boolean;
|
|
14
16
|
length_inches?: number | null;
|
|
@@ -11,23 +11,30 @@ export interface ChrtGroundProviderRates1 {
|
|
|
11
11
|
base_mileage?: Chrt.BaseMileageRate1 | null;
|
|
12
12
|
cargo_types?: Chrt.CargoTypeEnum1[];
|
|
13
13
|
comments?: string | null;
|
|
14
|
-
counterparty_account_ids?: string[];
|
|
15
14
|
counterparty_driver_ids?: string[];
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
counterparty_off_chrt_org_data_id?: string | null;
|
|
16
|
+
/** Must be a string starting with `org_` */
|
|
17
|
+
counterparty_org_id?: string | null;
|
|
18
18
|
created_at_timestamp: string;
|
|
19
19
|
currency_code: Chrt.BillingCurrencyCodeEnum1;
|
|
20
20
|
dangerous_goods?: Chrt.DangerousGoodsRate1 | null;
|
|
21
21
|
extra_stop?: Chrt.ExtraStopRate1 | null;
|
|
22
22
|
flat_fee?: Chrt.FlatFeeRate1 | null;
|
|
23
|
+
from_payables?: Chrt.FromPayables1 | null;
|
|
23
24
|
fuel_surcharge?: Chrt.FuelSurchargeRate1 | null;
|
|
24
25
|
holiday?: Chrt.HolidayRate1 | null;
|
|
26
|
+
invoice_type: Chrt.InvoiceTypeEnum1;
|
|
25
27
|
long_distance_surcharge?: Chrt.LongDistanceSurchargeRate1 | null;
|
|
26
28
|
name?: string | null;
|
|
27
29
|
/** Must be a string starting with `org_` */
|
|
28
30
|
owned_by_org_id: string;
|
|
29
31
|
pick_and_hold?: Chrt.PickAndHoldRate1 | null;
|
|
30
32
|
schema_version: number;
|
|
33
|
+
service_line?: Chrt.ServiceLineEnum;
|
|
34
|
+
shipper_account_id?: string | null;
|
|
35
|
+
tax_1?: Chrt.TaxRate1 | null;
|
|
36
|
+
tax_2?: Chrt.TaxRate1 | null;
|
|
37
|
+
tax_3?: Chrt.TaxRate1 | null;
|
|
31
38
|
updated_at_timestamp: string;
|
|
32
39
|
vehicle_types?: Chrt.VehicleTypeEnum[];
|
|
33
40
|
wait_time?: Chrt.WaitTimeRate1 | null;
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
import * as Chrt from "../index.js";
|
|
5
5
|
export interface InvoiceLineItem1 {
|
|
6
6
|
_id: string;
|
|
7
|
-
counterparty_account_id?: string | null;
|
|
8
7
|
counterparty_off_chrt_org_data_id?: string | null;
|
|
9
8
|
/** Must be a string starting with `org_` */
|
|
10
9
|
counterparty_org_id?: string | null;
|
|
@@ -24,8 +23,12 @@ export interface InvoiceLineItem1 {
|
|
|
24
23
|
/** Must be a string starting with `org_` */
|
|
25
24
|
owned_by_org_id: string;
|
|
26
25
|
quantity: number;
|
|
26
|
+
rate_sheet_id?: string | null;
|
|
27
27
|
schema_version: number;
|
|
28
|
+
shipper_account_id?: string | null;
|
|
29
|
+
status?: Chrt.InvoiceLineItemStatusEnum1;
|
|
28
30
|
task_group_id?: string | null;
|
|
31
|
+
tax_percentage?: number | null;
|
|
29
32
|
unit?: Chrt.InvoiceLineItemUnitEnum1 | null;
|
|
30
33
|
unit_price: number;
|
|
31
34
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
5
|
+
export interface InvoiceLineItemClientCreate1 {
|
|
6
|
+
counterparty_off_chrt_org_data_id?: string | null;
|
|
7
|
+
/** Must be a string starting with `org_` */
|
|
8
|
+
counterparty_org_id?: string | null;
|
|
9
|
+
currency_code: Chrt.BillingCurrencyCodeEnum1;
|
|
10
|
+
description: string;
|
|
11
|
+
export_ref__sage__item_id?: string | null;
|
|
12
|
+
invoice_type: Chrt.InvoiceTypeEnum1;
|
|
13
|
+
line_item_type: Chrt.InvoiceLineItemTypeEnum1;
|
|
14
|
+
quantity: number;
|
|
15
|
+
schema_version: number;
|
|
16
|
+
shipper_account_id?: string | null;
|
|
17
|
+
tax_percentage?: number | null;
|
|
18
|
+
unit?: Chrt.InvoiceLineItemUnitEnum1 | null;
|
|
19
|
+
unit_price: number;
|
|
20
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
5
|
+
export interface InvoiceLineItemServerCreate1 {
|
|
6
|
+
counterparty_off_chrt_org_data_id?: string | null;
|
|
7
|
+
/** Must be a string starting with `org_` */
|
|
8
|
+
counterparty_org_id?: string | null;
|
|
9
|
+
created_at_timestamp: string;
|
|
10
|
+
/** Must be a string starting with `user_` */
|
|
11
|
+
created_by_user_id: string;
|
|
12
|
+
currency_code: Chrt.BillingCurrencyCodeEnum1;
|
|
13
|
+
description: string;
|
|
14
|
+
export_ref__sage__item_id?: string | null;
|
|
15
|
+
invoice_id?: string | null;
|
|
16
|
+
invoice_type: Chrt.InvoiceTypeEnum1;
|
|
17
|
+
last_edited_at_timestamp: string;
|
|
18
|
+
/** Must be a string starting with `user_` */
|
|
19
|
+
last_edited_by_user_id: string;
|
|
20
|
+
line_item_type: Chrt.InvoiceLineItemTypeEnum1;
|
|
21
|
+
order_id?: string | null;
|
|
22
|
+
/** Must be a string starting with `org_` */
|
|
23
|
+
owned_by_org_id: string;
|
|
24
|
+
quantity: number;
|
|
25
|
+
rate_sheet_id?: string | null;
|
|
26
|
+
schema_version: number;
|
|
27
|
+
shipper_account_id?: string | null;
|
|
28
|
+
status?: Chrt.InvoiceLineItemStatusEnum1;
|
|
29
|
+
task_group_id?: string | null;
|
|
30
|
+
tax_percentage?: number | null;
|
|
31
|
+
unit?: Chrt.InvoiceLineItemUnitEnum1 | null;
|
|
32
|
+
unit_price: number;
|
|
33
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type InvoiceLineItemStatusEnum1 = "draft" | "approved" | "finalized";
|
|
5
|
+
export declare const InvoiceLineItemStatusEnum1: {
|
|
6
|
+
readonly Draft: "draft";
|
|
7
|
+
readonly Approved: "approved";
|
|
8
|
+
readonly Finalized: "finalized";
|
|
9
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.InvoiceLineItemStatusEnum1 = void 0;
|
|
7
|
+
exports.InvoiceLineItemStatusEnum1 = {
|
|
8
|
+
Draft: "draft",
|
|
9
|
+
Approved: "approved",
|
|
10
|
+
Finalized: "finalized",
|
|
11
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export type InvoiceLineItemTypeEnum1 = "base_rate" | "additional_mileage" | "long_distance_mileage" | "fuel" | "extra_stop" | "wait_time" | "attempt" | "pick_and_hold" | "parking" | "tolls" | "additional_fee" | "dispute" | "equipment" | "dangerous_goods" | "special_vehicle" | "after_hours" | "weekend" | "holiday" | "air_waybill" | "insurance" | "off_network_carrier" | "obc_day_rate" | "flight_ticket" | "tracking_device_label" | "tracking_device_tag" | "tracking_device_other" | "other";
|
|
4
|
+
export type InvoiceLineItemTypeEnum1 = "base_rate" | "additional_mileage" | "long_distance_mileage" | "fuel" | "extra_stop" | "wait_time" | "attempt" | "pick_and_hold" | "parking" | "tolls" | "additional_fee" | "dispute" | "equipment" | "dangerous_goods" | "special_vehicle" | "after_hours" | "weekend" | "holiday" | "air_waybill" | "insurance" | "off_network_carrier" | "obc_day_rate" | "flight_ticket" | "tracking_device_label" | "tracking_device_tag" | "tracking_device_other" | "tax_1" | "tax_2" | "tax_3" | "other";
|
|
5
5
|
export declare const InvoiceLineItemTypeEnum1: {
|
|
6
6
|
readonly BaseRate: "base_rate";
|
|
7
7
|
readonly AdditionalMileage: "additional_mileage";
|
|
@@ -29,5 +29,8 @@ export declare const InvoiceLineItemTypeEnum1: {
|
|
|
29
29
|
readonly TrackingDeviceLabel: "tracking_device_label";
|
|
30
30
|
readonly TrackingDeviceTag: "tracking_device_tag";
|
|
31
31
|
readonly TrackingDeviceOther: "tracking_device_other";
|
|
32
|
+
readonly Tax1: "tax_1";
|
|
33
|
+
readonly Tax2: "tax_2";
|
|
34
|
+
readonly Tax3: "tax_3";
|
|
32
35
|
readonly Other: "other";
|
|
33
36
|
};
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Chrt from "../index.js";
|
|
5
5
|
export interface InvoiceLineItemsByOrderExpandedRes {
|
|
6
|
-
counterparty_accounts: Chrt.Account1[];
|
|
7
6
|
counterparty_off_chrt_org_data: Chrt.OffChrtOrgData1[];
|
|
8
7
|
counterparty_orgs: Chrt.OrgPublicData1[];
|
|
9
8
|
invoice_line_items: Chrt.InvoiceLineItem1[];
|
|
9
|
+
shipper_accounts: Chrt.Account1[];
|
|
10
10
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
5
|
+
export interface InvoiceLineItemsFromChrtGroundProviderRateSheetsReq {
|
|
6
|
+
task_group_chrt_ground_provider_rate_sheet_ids: Chrt.TaskGroupChrtGroundProviderRateSheetIds1[];
|
|
7
|
+
}
|
|
@@ -32,6 +32,7 @@ export interface Order1 {
|
|
|
32
32
|
order_schedule_run_idempotency_key?: string | null;
|
|
33
33
|
order_template_id?: string | null;
|
|
34
34
|
schema_version: number;
|
|
35
|
+
service_line?: Chrt.ServiceLineEnum;
|
|
35
36
|
/** Must be a string starting with `org_` */
|
|
36
37
|
shipper_org_id?: string | null;
|
|
37
38
|
short_id: string;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
5
|
+
export interface OrderBillingCurrencyTotals1 {
|
|
6
|
+
accounts_payable_total_amount: number;
|
|
7
|
+
accounts_receivable_total_amount: number;
|
|
8
|
+
currency_code: Chrt.BillingCurrencyCodeEnum1;
|
|
9
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface OrderBillingExecutor1 {
|
|
5
|
+
executor_label?: string | null;
|
|
6
|
+
/** Must be a string starting with `org_` */
|
|
7
|
+
executor_org_id?: string | null;
|
|
8
|
+
name?: string | null;
|
|
9
|
+
off_chrt_executor_org_data_id?: string | null;
|
|
10
|
+
task_group_id: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
5
|
+
export interface OrderBillingExpandedListItem1 {
|
|
6
|
+
accounts?: Chrt.OrderBillingAccount1[];
|
|
7
|
+
awb_numbers?: string[];
|
|
8
|
+
coordinator_label?: string | null;
|
|
9
|
+
executors?: Chrt.OrderBillingExecutor1[];
|
|
10
|
+
includes_air_waybill_invoice_line_item: boolean;
|
|
11
|
+
invoice_count: number;
|
|
12
|
+
invoice_line_item_count: number;
|
|
13
|
+
invoice_statuses?: Chrt.InvoiceStatusEnum1[];
|
|
14
|
+
order_id: string;
|
|
15
|
+
order_short_id: string;
|
|
16
|
+
order_status: Chrt.OrderStatusEnum1;
|
|
17
|
+
shipper?: Chrt.OrderBillingShipper1 | null;
|
|
18
|
+
totals_by_currency?: Chrt.OrderBillingCurrencyTotals1[];
|
|
19
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface OrderBillingShipper1 {
|
|
5
|
+
name?: string | null;
|
|
6
|
+
off_chrt_shipper_org_data_id?: string | null;
|
|
7
|
+
/** Must be a string starting with `org_` */
|
|
8
|
+
shipper_org_id?: string | null;
|
|
9
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type OrderBillingSortByEnum = "draft_started_at_timestamp" | "staged_at_timestamp" | "in_progress_at_timestamp" | "completed_at_timestamp" | "cancelled_at_timestamp" | "exception_at_timestamp";
|
|
5
|
+
export declare const OrderBillingSortByEnum: {
|
|
6
|
+
readonly DraftStartedAtTimestamp: "draft_started_at_timestamp";
|
|
7
|
+
readonly StagedAtTimestamp: "staged_at_timestamp";
|
|
8
|
+
readonly InProgressAtTimestamp: "in_progress_at_timestamp";
|
|
9
|
+
readonly CompletedAtTimestamp: "completed_at_timestamp";
|
|
10
|
+
readonly CancelledAtTimestamp: "cancelled_at_timestamp";
|
|
11
|
+
readonly ExceptionAtTimestamp: "exception_at_timestamp";
|
|
12
|
+
};
|