@chrt-inc/typescript-sdk 1.924.0 → 1.925.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.d.ts +3 -0
- package/dist/cjs/Client.js +29 -24
- package/dist/cjs/api/resources/agent/client/Client.d.ts +23 -0
- package/dist/cjs/api/resources/agent/client/Client.js +17 -0
- package/dist/cjs/api/resources/agent/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/agent/client/index.js +2 -0
- package/dist/cjs/api/resources/agent/index.d.ts +2 -0
- package/dist/cjs/api/resources/agent/index.js +18 -0
- package/dist/cjs/api/resources/agent/resources/index.d.ts +2 -0
- package/dist/cjs/api/resources/agent/resources/index.js +41 -0
- package/dist/cjs/api/resources/agent/resources/orderInformation/client/Client.d.ts +79 -0
- package/dist/cjs/api/resources/agent/resources/orderInformation/client/Client.js +260 -0
- package/dist/cjs/api/resources/agent/resources/orderInformation/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/agent/resources/orderInformation/client/index.js +17 -0
- package/dist/cjs/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.d.ts +11 -0
- package/dist/cjs/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.d.ts +12 -0
- package/dist/cjs/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.d.ts +13 -0
- package/dist/cjs/api/resources/agent/resources/orderInformation/client/requests/index.d.ts +3 -0
- package/dist/cjs/api/resources/agent/resources/orderInformation/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/agent/resources/orderInformation/index.d.ts +1 -0
- package/dist/cjs/api/resources/agent/resources/orderInformation/index.js +17 -0
- package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.d.ts +0 -1
- package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.js +1 -5
- package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesClientCreate1.d.ts +0 -1
- package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.d.ts +0 -3
- package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/Client.js +1 -1
- package/dist/cjs/api/resources/billingNew/resources/invoices/client/Client.d.ts +19 -2
- package/dist/cjs/api/resources/billingNew/resources/invoices/client/Client.js +68 -2
- package/dist/cjs/api/resources/billingNew/resources/invoices/client/requests/InvoiceClientCreate1.d.ts +2 -0
- package/dist/cjs/api/resources/billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.d.ts +14 -0
- package/dist/cjs/api/resources/billingNew/resources/invoices/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/client/Client.d.ts +3 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/client/Client.js +5 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/index.d.ts +1 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/index.js +1 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/resources/index.d.ts +2 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/resources/index.js +41 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.d.ts +49 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.js +135 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/index.js +17 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/OrderRateSheetLineItemsGenerateManyReq.d.ts +12 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/index.d.ts +1 -0
- package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/index.js +17 -0
- package/dist/cjs/api/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/index.js +2 -1
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.d.ts +7 -7
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.js +10 -10
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/{OperationsTaskStatusReq.d.ts → OperationsTasksSetStatusReq1.d.ts} +3 -1
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/orgs/resources/contacts/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/orgs/resources/contacts/client/Client.js +1 -1
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.d.ts +14 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.js +60 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/Client.d.ts +13 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/Client.js +59 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +2 -105
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +6 -518
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.ts +3 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/index.d.ts +0 -2
- package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.js +1 -1
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.ts +18 -31
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.js +34 -93
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/{ExpandedListForDriverForExecutorV1Request.d.ts → ExpandedListForDriverV1Request.d.ts} +1 -1
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/{ExpandedListForExecutorOperatorsV1Request.d.ts → ExpandedListForProviderOperatorsV1Request.d.ts} +3 -1
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.ts +2 -2
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/index.js +1 -0
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.ts +11 -7
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.js +23 -15
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.js +15 -0
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.d.ts +13 -0
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.js +2 -2
- package/dist/cjs/api/types/AiImageDescription.d.ts +1 -1
- package/dist/cjs/api/types/{LlmModelEnum.d.ts → ArchivedModel.d.ts} +5 -2
- package/dist/cjs/api/types/{LlmModelEnum.js → ArchivedModel.js} +2 -2
- package/dist/cjs/api/types/ChrtGroundProviderRates1.d.ts +0 -1
- package/dist/cjs/api/types/ContactExpandedListItem.d.ts +10 -0
- package/dist/cjs/api/types/ContactListRes.d.ts +1 -1
- package/dist/cjs/api/types/Invoice1.d.ts +2 -0
- package/dist/cjs/api/types/InvoiceExpandedListItem.d.ts +11 -0
- package/dist/cjs/api/types/InvoiceLineItemExpandedListItem.d.ts +8 -0
- package/dist/cjs/api/types/InvoiceLineItemExpandedListItem.js +5 -0
- package/dist/cjs/api/types/InvoiceLineItemListRes.d.ts +1 -1
- package/dist/cjs/api/types/InvoiceListRes.d.ts +1 -1
- package/dist/cjs/api/types/Model.d.ts +12 -0
- package/dist/cjs/api/types/Model.js +11 -0
- package/dist/cjs/api/types/OperationsTaskExpandedListItem.d.ts +1 -0
- package/dist/cjs/api/types/OperationsTasksStatusUpdateRes1.d.ts +7 -0
- package/dist/cjs/api/types/OperationsTasksStatusUpdateRes1.js +5 -0
- package/dist/cjs/api/types/OrderAndTaskGroupExpandedReq.d.ts +1 -0
- package/dist/cjs/api/types/OrderExpandedForProvider.d.ts +2 -0
- package/dist/cjs/api/types/OrderExpandedForShipper.d.ts +1 -0
- package/dist/cjs/api/types/OrderInformationConversationRes.d.ts +7 -0
- package/dist/cjs/api/types/OrderInformationConversationRes.js +5 -0
- package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyRes.d.ts +12 -0
- package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyRes.js +5 -0
- package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyResult1.d.ts +11 -0
- package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyResult1.js +5 -0
- package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.d.ts +9 -0
- package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.js +11 -0
- package/dist/cjs/api/types/StoredModel.d.ts +5 -0
- package/dist/cjs/api/types/StoredModel.js +5 -0
- package/dist/cjs/api/types/TaskGroupByDriverDataPointsRes.d.ts +8 -0
- package/dist/cjs/api/types/TaskGroupByDriverDataPointsRes.js +5 -0
- package/dist/cjs/api/types/TaskGroupByDriverLastSeenRes.d.ts +8 -0
- package/dist/cjs/api/types/TaskGroupByDriverLastSeenRes.js +5 -0
- package/dist/cjs/api/types/TaskGroupProviderRoleFilterEnum.d.ts +9 -0
- package/dist/cjs/api/types/TaskGroupProviderRoleFilterEnum.js +11 -0
- package/dist/cjs/api/types/index.d.ts +14 -7
- package/dist/cjs/api/types/index.js +14 -7
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.d.mts +3 -0
- package/dist/esm/Client.mjs +7 -2
- package/dist/esm/api/resources/agent/client/Client.d.mts +23 -0
- package/dist/esm/api/resources/agent/client/Client.mjs +13 -0
- package/dist/esm/api/resources/agent/client/index.d.mts +1 -0
- package/dist/esm/api/resources/agent/client/index.mjs +1 -0
- package/dist/esm/api/resources/agent/index.d.mts +2 -0
- package/dist/esm/api/resources/agent/index.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/index.d.mts +2 -0
- package/dist/esm/api/resources/agent/resources/index.mjs +2 -0
- package/dist/esm/api/resources/agent/resources/orderInformation/client/Client.d.mts +79 -0
- package/dist/esm/api/resources/agent/resources/orderInformation/client/Client.mjs +223 -0
- package/dist/esm/api/resources/agent/resources/orderInformation/client/index.d.mts +2 -0
- package/dist/esm/api/resources/agent/resources/orderInformation/client/index.mjs +1 -0
- package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.d.mts +11 -0
- package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.d.mts +12 -0
- package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.d.mts +13 -0
- package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/index.d.mts +3 -0
- package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/agent/resources/orderInformation/index.d.mts +1 -0
- package/dist/esm/api/resources/agent/resources/orderInformation/index.mjs +1 -0
- package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.d.mts +0 -1
- package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.mjs +1 -5
- package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesClientCreate1.d.mts +0 -1
- package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.d.mts +0 -3
- package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.mjs +1 -1
- package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.d.mts +19 -2
- package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.mjs +68 -2
- package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoiceClientCreate1.d.mts +2 -0
- package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.d.mts +14 -0
- package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/billingNew/resources/orders/client/Client.d.mts +3 -0
- package/dist/esm/api/resources/billingNew/resources/orders/client/Client.mjs +5 -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/billingNew/resources/orders/resources/index.d.mts +2 -0
- package/dist/esm/api/resources/billingNew/resources/orders/resources/index.mjs +2 -0
- package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.d.mts +49 -0
- package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.mjs +98 -0
- package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/index.d.mts +2 -0
- package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/index.mjs +1 -0
- package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/OrderRateSheetLineItemsGenerateManyReq.d.mts +12 -0
- package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/index.d.mts +1 -0
- package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/index.mjs +1 -0
- package/dist/esm/api/resources/index.d.mts +1 -0
- package/dist/esm/api/resources/index.mjs +1 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.d.mts +7 -7
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.mjs +10 -10
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/{OperationsTaskStatusReq.d.mts → OperationsTasksSetStatusReq1.d.mts} +3 -1
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/orgs/resources/contacts/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/orgs/resources/contacts/client/Client.mjs +1 -1
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.d.mts +14 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.mjs +60 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/Client.d.mts +13 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/Client.mjs +59 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +2 -105
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +6 -518
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.mts +3 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/index.d.mts +0 -2
- package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.mjs +1 -1
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.mts +18 -31
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.mjs +34 -93
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/{ExpandedListForDriverForExecutorV1Request.d.mts → ExpandedListForDriverV1Request.d.mts} +1 -1
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/{ExpandedListForExecutorOperatorsV1Request.d.mts → ExpandedListForProviderOperatorsV1Request.d.mts} +3 -1
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.mts +2 -2
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/index.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/index.mjs +1 -0
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.mts +11 -7
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.mjs +23 -15
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.mjs +1 -1
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.d.mts +13 -0
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.mjs +2 -2
- package/dist/esm/api/types/AiImageDescription.d.mts +1 -1
- package/dist/esm/api/types/{LlmModelEnum.d.mts → ArchivedModel.d.mts} +5 -2
- package/dist/esm/api/types/{LlmModelEnum.mjs → ArchivedModel.mjs} +1 -1
- package/dist/esm/api/types/ChrtGroundProviderRates1.d.mts +0 -1
- package/dist/esm/api/types/ContactExpandedListItem.d.mts +10 -0
- package/dist/esm/api/types/ContactListRes.d.mts +1 -1
- package/dist/esm/api/types/Invoice1.d.mts +2 -0
- package/dist/esm/api/types/InvoiceExpandedListItem.d.mts +11 -0
- package/dist/esm/api/types/InvoiceLineItemExpandedListItem.d.mts +8 -0
- package/dist/esm/api/types/InvoiceLineItemExpandedListItem.mjs +4 -0
- package/dist/esm/api/types/InvoiceLineItemListRes.d.mts +1 -1
- package/dist/esm/api/types/InvoiceListRes.d.mts +1 -1
- package/dist/esm/api/types/Model.d.mts +12 -0
- package/dist/esm/api/types/Model.mjs +8 -0
- package/dist/esm/api/types/OperationsTaskExpandedListItem.d.mts +1 -0
- package/dist/esm/api/types/OperationsTasksStatusUpdateRes1.d.mts +7 -0
- package/dist/esm/api/types/OperationsTasksStatusUpdateRes1.mjs +4 -0
- package/dist/esm/api/types/OrderAndTaskGroupExpandedReq.d.mts +1 -0
- package/dist/esm/api/types/OrderExpandedForProvider.d.mts +2 -0
- package/dist/esm/api/types/OrderExpandedForShipper.d.mts +1 -0
- package/dist/esm/api/types/OrderInformationConversationRes.d.mts +7 -0
- package/dist/esm/api/types/OrderInformationConversationRes.mjs +4 -0
- package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyRes.d.mts +12 -0
- package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyRes.mjs +4 -0
- package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyResult1.d.mts +11 -0
- package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyResult1.mjs +4 -0
- package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.d.mts +9 -0
- package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.mjs +8 -0
- package/dist/esm/api/types/StoredModel.d.mts +5 -0
- package/dist/esm/api/types/StoredModel.mjs +4 -0
- package/dist/esm/api/types/TaskGroupByDriverDataPointsRes.d.mts +8 -0
- package/dist/esm/api/types/TaskGroupByDriverDataPointsRes.mjs +4 -0
- package/dist/esm/api/types/TaskGroupByDriverLastSeenRes.d.mts +8 -0
- package/dist/esm/api/types/TaskGroupByDriverLastSeenRes.mjs +4 -0
- package/dist/esm/api/types/TaskGroupProviderRoleFilterEnum.d.mts +9 -0
- package/dist/esm/api/types/TaskGroupProviderRoleFilterEnum.mjs +8 -0
- package/dist/esm/api/types/index.d.mts +14 -7
- package/dist/esm/api/types/index.mjs +14 -7
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +577 -476
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.ts +0 -73
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +0 -66
- package/dist/cjs/api/types/OrderExpandedForCoordinator.d.ts +0 -15
- package/dist/cjs/api/types/OrderExpandedForExecutor.d.ts +0 -14
- package/dist/cjs/api/types/OrderLimitedForCoordinator1.d.ts +0 -47
- package/dist/cjs/api/types/OrderLimitedForExecutor1.d.ts +0 -27
- package/dist/cjs/api/types/OrdersExpandedListForCoordinatorRes.d.ts +0 -8
- package/dist/cjs/api/types/OrdersExpandedListForExecutorRes.d.ts +0 -8
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.mts +0 -73
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +0 -66
- package/dist/esm/api/types/OrderExpandedForCoordinator.d.mts +0 -15
- package/dist/esm/api/types/OrderExpandedForExecutor.d.mts +0 -14
- package/dist/esm/api/types/OrderLimitedForCoordinator1.d.mts +0 -47
- package/dist/esm/api/types/OrderLimitedForExecutor1.d.mts +0 -27
- package/dist/esm/api/types/OrdersExpandedListForCoordinatorRes.d.mts +0 -8
- package/dist/esm/api/types/OrdersExpandedListForExecutorRes.d.mts +0 -8
- /package/dist/cjs/api/resources/{operations/resources/operationsTasks/client/requests/OperationsTaskStatusReq.js → agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.js} +0 -0
- /package/dist/cjs/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.js → agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.js} +0 -0
- /package/dist/cjs/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.js → agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.js} +0 -0
- /package/dist/cjs/api/resources/{shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.js → billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.js} +0 -0
- /package/dist/cjs/api/resources/{shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.js → billingNew/resources/orders/resources/rateSheetLineItems/client/requests/OrderRateSheetLineItemsGenerateManyReq.js} +0 -0
- /package/dist/cjs/api/{types/OrderExpandedForCoordinator.js → resources/operations/resources/operationsTasks/client/requests/OperationsTasksSetStatusReq1.js} +0 -0
- /package/dist/cjs/api/{types/OrderExpandedForExecutor.js → resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverV1Request.js} +0 -0
- /package/dist/cjs/api/{types/OrderLimitedForCoordinator1.js → resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.js} +0 -0
- /package/dist/cjs/api/{types/OrderLimitedForExecutor1.js → resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.js} +0 -0
- /package/dist/cjs/api/types/{OrdersExpandedListForCoordinatorRes.js → ContactExpandedListItem.js} +0 -0
- /package/dist/cjs/api/types/{OrdersExpandedListForExecutorRes.js → InvoiceExpandedListItem.js} +0 -0
- /package/dist/esm/api/resources/{operations/resources/operationsTasks/client/requests/OperationsTaskStatusReq.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.mjs} +0 -0
- /package/dist/esm/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.mjs} +0 -0
- /package/dist/esm/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.mjs} +0 -0
- /package/dist/esm/api/resources/{shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.mjs → billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.mjs} +0 -0
- /package/dist/esm/api/resources/{shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.mjs → billingNew/resources/orders/resources/rateSheetLineItems/client/requests/OrderRateSheetLineItemsGenerateManyReq.mjs} +0 -0
- /package/dist/esm/api/{types/OrderExpandedForCoordinator.mjs → resources/operations/resources/operationsTasks/client/requests/OperationsTasksSetStatusReq1.mjs} +0 -0
- /package/dist/esm/api/{types/OrderExpandedForExecutor.mjs → resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverV1Request.mjs} +0 -0
- /package/dist/esm/api/{types/OrderLimitedForCoordinator1.mjs → resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.mjs} +0 -0
- /package/dist/esm/api/{types/OrderLimitedForExecutor1.mjs → resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.mjs} +0 -0
- /package/dist/esm/api/types/{OrdersExpandedListForCoordinatorRes.mjs → ContactExpandedListItem.mjs} +0 -0
- /package/dist/esm/api/types/{OrdersExpandedListForExecutorRes.mjs → InvoiceExpandedListItem.mjs} +0 -0
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Chrt from "../../../../../../../../index.js";
|
|
5
|
-
/**
|
|
6
|
-
* @example
|
|
7
|
-
* {
|
|
8
|
-
* sort_by: "draft_started_at_timestamp",
|
|
9
|
-
* sort_order: "asc",
|
|
10
|
-
* page: 1,
|
|
11
|
-
* page_size: 1,
|
|
12
|
-
* search: "search",
|
|
13
|
-
* filter_awb_number: "filter_awb_number",
|
|
14
|
-
* filter_has_invoice: true,
|
|
15
|
-
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
16
|
-
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
17
|
-
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
18
|
-
* filter_staged_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
19
|
-
* filter_in_progress_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
20
|
-
* filter_in_progress_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
21
|
-
* filter_completed_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
22
|
-
* filter_completed_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
23
|
-
* filter_cancelled_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
24
|
-
* filter_cancelled_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
25
|
-
* filter_exception_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
26
|
-
* filter_exception_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
27
|
-
* filter_executor_org_id: "filter_executor_org_id",
|
|
28
|
-
* filter_shipper_org_id: "filter_shipper_org_id",
|
|
29
|
-
* filter_off_chrt_shipper_org_data_id: "filter_off_chrt_shipper_org_data_id",
|
|
30
|
-
* filter_coordinator_department_id: "filter_coordinator_department_id",
|
|
31
|
-
* filter_coordinator_label: "filter_coordinator_label",
|
|
32
|
-
* body: {}
|
|
33
|
-
* }
|
|
34
|
-
*/
|
|
35
|
-
export interface ExpandedListForCoordinatorOperatorsV1Request {
|
|
36
|
-
sort_by?: Chrt.OrderSortByEnum | null;
|
|
37
|
-
/** Sort order (asc or desc) */
|
|
38
|
-
sort_order?: Chrt.SortOrderEnum | null;
|
|
39
|
-
page?: number | null;
|
|
40
|
-
page_size?: number | null;
|
|
41
|
-
/** Full-text search query (searches order short ID, off-CHRT reference ID, and AWB) */
|
|
42
|
-
search?: string | null;
|
|
43
|
-
filter_status?: (Chrt.OrderStatusEnum1 | null) | (Chrt.OrderStatusEnum1 | null)[];
|
|
44
|
-
/** Filter by service line */
|
|
45
|
-
filter_service_line?: (Chrt.ServiceLineEnum | null) | (Chrt.ServiceLineEnum | null)[];
|
|
46
|
-
/** Filter by global order classification (OBC takes precedence over flight, then ground) */
|
|
47
|
-
filter_order_classification_by_task_group_type?: (Chrt.TaskGroupTypeEnum1 | null) | (Chrt.TaskGroupTypeEnum1 | null)[];
|
|
48
|
-
/** Filter by exact AWB number */
|
|
49
|
-
filter_awb_number?: string | null;
|
|
50
|
-
/** Filter by whether the order has any invoice */
|
|
51
|
-
filter_has_invoice?: boolean | null;
|
|
52
|
-
filter_draft_started_at_timestamp_lte?: string | null;
|
|
53
|
-
filter_draft_started_at_timestamp_gte?: string | null;
|
|
54
|
-
filter_staged_at_timestamp_lte?: string | null;
|
|
55
|
-
filter_staged_at_timestamp_gte?: string | null;
|
|
56
|
-
filter_in_progress_at_timestamp_lte?: string | null;
|
|
57
|
-
filter_in_progress_at_timestamp_gte?: string | null;
|
|
58
|
-
filter_completed_at_timestamp_lte?: string | null;
|
|
59
|
-
filter_completed_at_timestamp_gte?: string | null;
|
|
60
|
-
filter_cancelled_at_timestamp_lte?: string | null;
|
|
61
|
-
filter_cancelled_at_timestamp_gte?: string | null;
|
|
62
|
-
filter_exception_at_timestamp_lte?: string | null;
|
|
63
|
-
filter_exception_at_timestamp_gte?: string | null;
|
|
64
|
-
filter_executor_org_id?: string | null;
|
|
65
|
-
filter_shipper_org_id?: string | null;
|
|
66
|
-
filter_off_chrt_shipper_org_data_id?: string | null;
|
|
67
|
-
/** Filter by coordinator shipper account IDs */
|
|
68
|
-
filter_coordinator_shipper_account_ids?: (string | null) | (string | null)[];
|
|
69
|
-
filter_coordinator_department_id?: string | null;
|
|
70
|
-
filter_coordinator_assigned_user_ids?: (string | null) | (string | null)[];
|
|
71
|
-
filter_coordinator_label?: string | null;
|
|
72
|
-
body: Chrt.OrderAndTaskGroupExpandedReq;
|
|
73
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Chrt from "../../../../../../../../index.js";
|
|
5
|
-
/**
|
|
6
|
-
* @example
|
|
7
|
-
* {
|
|
8
|
-
* sort_by: "draft_started_at_timestamp",
|
|
9
|
-
* sort_order: "asc",
|
|
10
|
-
* page: 1,
|
|
11
|
-
* page_size: 1,
|
|
12
|
-
* search: "search",
|
|
13
|
-
* filter_awb_number: "filter_awb_number",
|
|
14
|
-
* filter_has_invoice: true,
|
|
15
|
-
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
16
|
-
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
17
|
-
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
18
|
-
* filter_staged_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
19
|
-
* filter_in_progress_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
20
|
-
* filter_in_progress_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
21
|
-
* filter_completed_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
22
|
-
* filter_completed_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
23
|
-
* filter_cancelled_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
24
|
-
* filter_cancelled_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
25
|
-
* filter_exception_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
26
|
-
* filter_exception_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
27
|
-
* filter_coordinator_org_id: "filter_coordinator_org_id",
|
|
28
|
-
* filter_shipper_org_id: "filter_shipper_org_id",
|
|
29
|
-
* filter_off_chrt_shipper_org_data_id: "filter_off_chrt_shipper_org_data_id",
|
|
30
|
-
* body: {}
|
|
31
|
-
* }
|
|
32
|
-
*/
|
|
33
|
-
export interface ExpandedListForExecutorOperatorsV1Request {
|
|
34
|
-
sort_by?: Chrt.OrderSortByEnum | null;
|
|
35
|
-
/** Sort order (asc or desc) */
|
|
36
|
-
sort_order?: Chrt.SortOrderEnum | null;
|
|
37
|
-
page?: number | null;
|
|
38
|
-
page_size?: number | null;
|
|
39
|
-
/** Full-text search query (searches order short ID, off-CHRT reference ID, and AWB) */
|
|
40
|
-
search?: string | null;
|
|
41
|
-
filter_status?: (Chrt.OrderStatusEnum1 | null) | (Chrt.OrderStatusEnum1 | null)[];
|
|
42
|
-
/** Filter by service line */
|
|
43
|
-
filter_service_line?: (Chrt.ServiceLineEnum | null) | (Chrt.ServiceLineEnum | null)[];
|
|
44
|
-
/** Filter by global order classification (OBC takes precedence over flight, then ground) */
|
|
45
|
-
filter_order_classification_by_task_group_type?: (Chrt.TaskGroupTypeEnum1 | null) | (Chrt.TaskGroupTypeEnum1 | null)[];
|
|
46
|
-
/** Filter by exact AWB number */
|
|
47
|
-
filter_awb_number?: string | null;
|
|
48
|
-
/** Filter by whether the order has any invoice */
|
|
49
|
-
filter_has_invoice?: boolean | null;
|
|
50
|
-
filter_draft_started_at_timestamp_lte?: string | null;
|
|
51
|
-
filter_draft_started_at_timestamp_gte?: string | null;
|
|
52
|
-
filter_staged_at_timestamp_lte?: string | null;
|
|
53
|
-
filter_staged_at_timestamp_gte?: string | null;
|
|
54
|
-
filter_in_progress_at_timestamp_lte?: string | null;
|
|
55
|
-
filter_in_progress_at_timestamp_gte?: string | null;
|
|
56
|
-
filter_completed_at_timestamp_lte?: string | null;
|
|
57
|
-
filter_completed_at_timestamp_gte?: string | null;
|
|
58
|
-
filter_cancelled_at_timestamp_lte?: string | null;
|
|
59
|
-
filter_cancelled_at_timestamp_gte?: string | null;
|
|
60
|
-
filter_exception_at_timestamp_lte?: string | null;
|
|
61
|
-
filter_exception_at_timestamp_gte?: string | null;
|
|
62
|
-
filter_coordinator_org_id?: string | null;
|
|
63
|
-
filter_shipper_org_id?: string | null;
|
|
64
|
-
filter_off_chrt_shipper_org_data_id?: string | null;
|
|
65
|
-
body: Chrt.OrderAndTaskGroupExpandedReq;
|
|
66
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Chrt from "../index.js";
|
|
5
|
-
export interface OrderExpandedForCoordinator {
|
|
6
|
-
coordinator_org_company_name?: string | null;
|
|
7
|
-
/** Must be a string starting with `@`. May only contain a-z, A-Z, 0-9, _, -. May not be longer than 30 characters. */
|
|
8
|
-
coordinator_org_handle?: string | null;
|
|
9
|
-
notification_intents_ad_hoc?: Chrt.NotificationIntentAdHoc1[] | null;
|
|
10
|
-
off_chrt_shipper_org_company_name?: string | null;
|
|
11
|
-
order: Chrt.OrderLimitedForCoordinator1;
|
|
12
|
-
shipper_org_company_name?: string | null;
|
|
13
|
-
task_groups_expanded?: Chrt.TaskGroupExpanded[] | null;
|
|
14
|
-
unassigned_cargos?: Chrt.Cargo1[] | null;
|
|
15
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Chrt from "../index.js";
|
|
5
|
-
export interface OrderExpandedForExecutor {
|
|
6
|
-
coordinator_org_company_name?: string | null;
|
|
7
|
-
/** Must be a string starting with `@`. May only contain a-z, A-Z, 0-9, _, -. May not be longer than 30 characters. */
|
|
8
|
-
coordinator_org_handle?: string | null;
|
|
9
|
-
notification_intents_ad_hoc?: Chrt.NotificationIntentAdHoc1[] | null;
|
|
10
|
-
off_chrt_shipper_org_company_name?: string | null;
|
|
11
|
-
order: Chrt.OrderLimitedForExecutor1;
|
|
12
|
-
shipper_org_company_name?: string | null;
|
|
13
|
-
task_groups_expanded?: Chrt.TaskGroupExpanded[] | null;
|
|
14
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Chrt from "../index.js";
|
|
5
|
-
/**
|
|
6
|
-
* Coordinator view: all order fields; task groups reduced to shared
|
|
7
|
-
* executor identifiers.
|
|
8
|
-
*/
|
|
9
|
-
export interface OrderLimitedForCoordinator1 {
|
|
10
|
-
_id: string;
|
|
11
|
-
awb_numbers?: string[];
|
|
12
|
-
cancelled_at_timestamp?: string | null;
|
|
13
|
-
completed_at_timestamp?: string | null;
|
|
14
|
-
coordinator_assigned_user_ids?: string[];
|
|
15
|
-
coordinator_department_id?: string | null;
|
|
16
|
-
coordinator_label?: string | null;
|
|
17
|
-
/** Must be a string starting with `org_` */
|
|
18
|
-
coordinator_org_id?: string | null;
|
|
19
|
-
coordinator_shipper_account_ids?: string[];
|
|
20
|
-
coordinator_task_lists_to_apply_at_order_staging?: Chrt.TaskListToApplyToOrder1[];
|
|
21
|
-
/** Must be a string starting with `org_` */
|
|
22
|
-
created_by_org_id: string;
|
|
23
|
-
/** Must be a string starting with `user_` */
|
|
24
|
-
created_by_user_id: string;
|
|
25
|
-
/** Client-supplied key for idempotent draft creation */
|
|
26
|
-
creation_idempotency_key?: string | null;
|
|
27
|
-
draft_started_at_timestamp: string;
|
|
28
|
-
exception_at_timestamp?: string | null;
|
|
29
|
-
in_progress_at_timestamp?: string | null;
|
|
30
|
-
invoice_ids?: string[];
|
|
31
|
-
/** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
|
|
32
|
-
off_chrt_reference_id?: string | null;
|
|
33
|
-
off_chrt_shipper_org_data_id?: string | null;
|
|
34
|
-
order_classification_by_task_group_type?: Chrt.TaskGroupTypeEnum1 | null;
|
|
35
|
-
order_schedule_id?: string | null;
|
|
36
|
-
order_schedule_run_idempotency_key?: string | null;
|
|
37
|
-
order_template_id?: string | null;
|
|
38
|
-
order_template_new_id?: string | null;
|
|
39
|
-
schema_version: number;
|
|
40
|
-
service_line?: Chrt.ServiceLineEnum;
|
|
41
|
-
/** Must be a string starting with `org_` */
|
|
42
|
-
shipper_org_id?: string | null;
|
|
43
|
-
short_id: string;
|
|
44
|
-
staged_at_timestamp?: string | null;
|
|
45
|
-
status?: Chrt.OrderStatusEnum1;
|
|
46
|
-
task_group_details?: Chrt.OrderTaskGroupSharedDetails1[];
|
|
47
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Chrt from "../index.js";
|
|
5
|
-
/**
|
|
6
|
-
* Executor view: parties, provenance, and coordinator fields hidden;
|
|
7
|
-
* only the executor's own task-group details.
|
|
8
|
-
*/
|
|
9
|
-
export interface OrderLimitedForExecutor1 {
|
|
10
|
-
_id: string;
|
|
11
|
-
awb_numbers?: string[];
|
|
12
|
-
cancelled_at_timestamp?: string | null;
|
|
13
|
-
completed_at_timestamp?: string | null;
|
|
14
|
-
draft_started_at_timestamp: string;
|
|
15
|
-
exception_at_timestamp?: string | null;
|
|
16
|
-
executor_task_group_details?: Chrt.OrderTaskGroupExecutorDetails1[];
|
|
17
|
-
in_progress_at_timestamp?: string | null;
|
|
18
|
-
invoice_ids?: string[];
|
|
19
|
-
/** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
|
|
20
|
-
off_chrt_reference_id?: string | null;
|
|
21
|
-
order_classification_by_task_group_type?: Chrt.TaskGroupTypeEnum1 | null;
|
|
22
|
-
schema_version: number;
|
|
23
|
-
service_line?: Chrt.ServiceLineEnum;
|
|
24
|
-
short_id: string;
|
|
25
|
-
staged_at_timestamp?: string | null;
|
|
26
|
-
status?: Chrt.OrderStatusEnum1;
|
|
27
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Chrt from "../../../../../../../../index.mjs";
|
|
5
|
-
/**
|
|
6
|
-
* @example
|
|
7
|
-
* {
|
|
8
|
-
* sort_by: "draft_started_at_timestamp",
|
|
9
|
-
* sort_order: "asc",
|
|
10
|
-
* page: 1,
|
|
11
|
-
* page_size: 1,
|
|
12
|
-
* search: "search",
|
|
13
|
-
* filter_awb_number: "filter_awb_number",
|
|
14
|
-
* filter_has_invoice: true,
|
|
15
|
-
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
16
|
-
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
17
|
-
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
18
|
-
* filter_staged_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
19
|
-
* filter_in_progress_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
20
|
-
* filter_in_progress_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
21
|
-
* filter_completed_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
22
|
-
* filter_completed_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
23
|
-
* filter_cancelled_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
24
|
-
* filter_cancelled_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
25
|
-
* filter_exception_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
26
|
-
* filter_exception_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
27
|
-
* filter_executor_org_id: "filter_executor_org_id",
|
|
28
|
-
* filter_shipper_org_id: "filter_shipper_org_id",
|
|
29
|
-
* filter_off_chrt_shipper_org_data_id: "filter_off_chrt_shipper_org_data_id",
|
|
30
|
-
* filter_coordinator_department_id: "filter_coordinator_department_id",
|
|
31
|
-
* filter_coordinator_label: "filter_coordinator_label",
|
|
32
|
-
* body: {}
|
|
33
|
-
* }
|
|
34
|
-
*/
|
|
35
|
-
export interface ExpandedListForCoordinatorOperatorsV1Request {
|
|
36
|
-
sort_by?: Chrt.OrderSortByEnum | null;
|
|
37
|
-
/** Sort order (asc or desc) */
|
|
38
|
-
sort_order?: Chrt.SortOrderEnum | null;
|
|
39
|
-
page?: number | null;
|
|
40
|
-
page_size?: number | null;
|
|
41
|
-
/** Full-text search query (searches order short ID, off-CHRT reference ID, and AWB) */
|
|
42
|
-
search?: string | null;
|
|
43
|
-
filter_status?: (Chrt.OrderStatusEnum1 | null) | (Chrt.OrderStatusEnum1 | null)[];
|
|
44
|
-
/** Filter by service line */
|
|
45
|
-
filter_service_line?: (Chrt.ServiceLineEnum | null) | (Chrt.ServiceLineEnum | null)[];
|
|
46
|
-
/** Filter by global order classification (OBC takes precedence over flight, then ground) */
|
|
47
|
-
filter_order_classification_by_task_group_type?: (Chrt.TaskGroupTypeEnum1 | null) | (Chrt.TaskGroupTypeEnum1 | null)[];
|
|
48
|
-
/** Filter by exact AWB number */
|
|
49
|
-
filter_awb_number?: string | null;
|
|
50
|
-
/** Filter by whether the order has any invoice */
|
|
51
|
-
filter_has_invoice?: boolean | null;
|
|
52
|
-
filter_draft_started_at_timestamp_lte?: string | null;
|
|
53
|
-
filter_draft_started_at_timestamp_gte?: string | null;
|
|
54
|
-
filter_staged_at_timestamp_lte?: string | null;
|
|
55
|
-
filter_staged_at_timestamp_gte?: string | null;
|
|
56
|
-
filter_in_progress_at_timestamp_lte?: string | null;
|
|
57
|
-
filter_in_progress_at_timestamp_gte?: string | null;
|
|
58
|
-
filter_completed_at_timestamp_lte?: string | null;
|
|
59
|
-
filter_completed_at_timestamp_gte?: string | null;
|
|
60
|
-
filter_cancelled_at_timestamp_lte?: string | null;
|
|
61
|
-
filter_cancelled_at_timestamp_gte?: string | null;
|
|
62
|
-
filter_exception_at_timestamp_lte?: string | null;
|
|
63
|
-
filter_exception_at_timestamp_gte?: string | null;
|
|
64
|
-
filter_executor_org_id?: string | null;
|
|
65
|
-
filter_shipper_org_id?: string | null;
|
|
66
|
-
filter_off_chrt_shipper_org_data_id?: string | null;
|
|
67
|
-
/** Filter by coordinator shipper account IDs */
|
|
68
|
-
filter_coordinator_shipper_account_ids?: (string | null) | (string | null)[];
|
|
69
|
-
filter_coordinator_department_id?: string | null;
|
|
70
|
-
filter_coordinator_assigned_user_ids?: (string | null) | (string | null)[];
|
|
71
|
-
filter_coordinator_label?: string | null;
|
|
72
|
-
body: Chrt.OrderAndTaskGroupExpandedReq;
|
|
73
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Chrt from "../../../../../../../../index.mjs";
|
|
5
|
-
/**
|
|
6
|
-
* @example
|
|
7
|
-
* {
|
|
8
|
-
* sort_by: "draft_started_at_timestamp",
|
|
9
|
-
* sort_order: "asc",
|
|
10
|
-
* page: 1,
|
|
11
|
-
* page_size: 1,
|
|
12
|
-
* search: "search",
|
|
13
|
-
* filter_awb_number: "filter_awb_number",
|
|
14
|
-
* filter_has_invoice: true,
|
|
15
|
-
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
16
|
-
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
17
|
-
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
18
|
-
* filter_staged_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
19
|
-
* filter_in_progress_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
20
|
-
* filter_in_progress_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
21
|
-
* filter_completed_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
22
|
-
* filter_completed_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
23
|
-
* filter_cancelled_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
24
|
-
* filter_cancelled_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
25
|
-
* filter_exception_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
26
|
-
* filter_exception_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
27
|
-
* filter_coordinator_org_id: "filter_coordinator_org_id",
|
|
28
|
-
* filter_shipper_org_id: "filter_shipper_org_id",
|
|
29
|
-
* filter_off_chrt_shipper_org_data_id: "filter_off_chrt_shipper_org_data_id",
|
|
30
|
-
* body: {}
|
|
31
|
-
* }
|
|
32
|
-
*/
|
|
33
|
-
export interface ExpandedListForExecutorOperatorsV1Request {
|
|
34
|
-
sort_by?: Chrt.OrderSortByEnum | null;
|
|
35
|
-
/** Sort order (asc or desc) */
|
|
36
|
-
sort_order?: Chrt.SortOrderEnum | null;
|
|
37
|
-
page?: number | null;
|
|
38
|
-
page_size?: number | null;
|
|
39
|
-
/** Full-text search query (searches order short ID, off-CHRT reference ID, and AWB) */
|
|
40
|
-
search?: string | null;
|
|
41
|
-
filter_status?: (Chrt.OrderStatusEnum1 | null) | (Chrt.OrderStatusEnum1 | null)[];
|
|
42
|
-
/** Filter by service line */
|
|
43
|
-
filter_service_line?: (Chrt.ServiceLineEnum | null) | (Chrt.ServiceLineEnum | null)[];
|
|
44
|
-
/** Filter by global order classification (OBC takes precedence over flight, then ground) */
|
|
45
|
-
filter_order_classification_by_task_group_type?: (Chrt.TaskGroupTypeEnum1 | null) | (Chrt.TaskGroupTypeEnum1 | null)[];
|
|
46
|
-
/** Filter by exact AWB number */
|
|
47
|
-
filter_awb_number?: string | null;
|
|
48
|
-
/** Filter by whether the order has any invoice */
|
|
49
|
-
filter_has_invoice?: boolean | null;
|
|
50
|
-
filter_draft_started_at_timestamp_lte?: string | null;
|
|
51
|
-
filter_draft_started_at_timestamp_gte?: string | null;
|
|
52
|
-
filter_staged_at_timestamp_lte?: string | null;
|
|
53
|
-
filter_staged_at_timestamp_gte?: string | null;
|
|
54
|
-
filter_in_progress_at_timestamp_lte?: string | null;
|
|
55
|
-
filter_in_progress_at_timestamp_gte?: string | null;
|
|
56
|
-
filter_completed_at_timestamp_lte?: string | null;
|
|
57
|
-
filter_completed_at_timestamp_gte?: string | null;
|
|
58
|
-
filter_cancelled_at_timestamp_lte?: string | null;
|
|
59
|
-
filter_cancelled_at_timestamp_gte?: string | null;
|
|
60
|
-
filter_exception_at_timestamp_lte?: string | null;
|
|
61
|
-
filter_exception_at_timestamp_gte?: string | null;
|
|
62
|
-
filter_coordinator_org_id?: string | null;
|
|
63
|
-
filter_shipper_org_id?: string | null;
|
|
64
|
-
filter_off_chrt_shipper_org_data_id?: string | null;
|
|
65
|
-
body: Chrt.OrderAndTaskGroupExpandedReq;
|
|
66
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Chrt from "../index.mjs";
|
|
5
|
-
export interface OrderExpandedForCoordinator {
|
|
6
|
-
coordinator_org_company_name?: string | null;
|
|
7
|
-
/** Must be a string starting with `@`. May only contain a-z, A-Z, 0-9, _, -. May not be longer than 30 characters. */
|
|
8
|
-
coordinator_org_handle?: string | null;
|
|
9
|
-
notification_intents_ad_hoc?: Chrt.NotificationIntentAdHoc1[] | null;
|
|
10
|
-
off_chrt_shipper_org_company_name?: string | null;
|
|
11
|
-
order: Chrt.OrderLimitedForCoordinator1;
|
|
12
|
-
shipper_org_company_name?: string | null;
|
|
13
|
-
task_groups_expanded?: Chrt.TaskGroupExpanded[] | null;
|
|
14
|
-
unassigned_cargos?: Chrt.Cargo1[] | null;
|
|
15
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Chrt from "../index.mjs";
|
|
5
|
-
export interface OrderExpandedForExecutor {
|
|
6
|
-
coordinator_org_company_name?: string | null;
|
|
7
|
-
/** Must be a string starting with `@`. May only contain a-z, A-Z, 0-9, _, -. May not be longer than 30 characters. */
|
|
8
|
-
coordinator_org_handle?: string | null;
|
|
9
|
-
notification_intents_ad_hoc?: Chrt.NotificationIntentAdHoc1[] | null;
|
|
10
|
-
off_chrt_shipper_org_company_name?: string | null;
|
|
11
|
-
order: Chrt.OrderLimitedForExecutor1;
|
|
12
|
-
shipper_org_company_name?: string | null;
|
|
13
|
-
task_groups_expanded?: Chrt.TaskGroupExpanded[] | null;
|
|
14
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Chrt from "../index.mjs";
|
|
5
|
-
/**
|
|
6
|
-
* Coordinator view: all order fields; task groups reduced to shared
|
|
7
|
-
* executor identifiers.
|
|
8
|
-
*/
|
|
9
|
-
export interface OrderLimitedForCoordinator1 {
|
|
10
|
-
_id: string;
|
|
11
|
-
awb_numbers?: string[];
|
|
12
|
-
cancelled_at_timestamp?: string | null;
|
|
13
|
-
completed_at_timestamp?: string | null;
|
|
14
|
-
coordinator_assigned_user_ids?: string[];
|
|
15
|
-
coordinator_department_id?: string | null;
|
|
16
|
-
coordinator_label?: string | null;
|
|
17
|
-
/** Must be a string starting with `org_` */
|
|
18
|
-
coordinator_org_id?: string | null;
|
|
19
|
-
coordinator_shipper_account_ids?: string[];
|
|
20
|
-
coordinator_task_lists_to_apply_at_order_staging?: Chrt.TaskListToApplyToOrder1[];
|
|
21
|
-
/** Must be a string starting with `org_` */
|
|
22
|
-
created_by_org_id: string;
|
|
23
|
-
/** Must be a string starting with `user_` */
|
|
24
|
-
created_by_user_id: string;
|
|
25
|
-
/** Client-supplied key for idempotent draft creation */
|
|
26
|
-
creation_idempotency_key?: string | null;
|
|
27
|
-
draft_started_at_timestamp: string;
|
|
28
|
-
exception_at_timestamp?: string | null;
|
|
29
|
-
in_progress_at_timestamp?: string | null;
|
|
30
|
-
invoice_ids?: string[];
|
|
31
|
-
/** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
|
|
32
|
-
off_chrt_reference_id?: string | null;
|
|
33
|
-
off_chrt_shipper_org_data_id?: string | null;
|
|
34
|
-
order_classification_by_task_group_type?: Chrt.TaskGroupTypeEnum1 | null;
|
|
35
|
-
order_schedule_id?: string | null;
|
|
36
|
-
order_schedule_run_idempotency_key?: string | null;
|
|
37
|
-
order_template_id?: string | null;
|
|
38
|
-
order_template_new_id?: string | null;
|
|
39
|
-
schema_version: number;
|
|
40
|
-
service_line?: Chrt.ServiceLineEnum;
|
|
41
|
-
/** Must be a string starting with `org_` */
|
|
42
|
-
shipper_org_id?: string | null;
|
|
43
|
-
short_id: string;
|
|
44
|
-
staged_at_timestamp?: string | null;
|
|
45
|
-
status?: Chrt.OrderStatusEnum1;
|
|
46
|
-
task_group_details?: Chrt.OrderTaskGroupSharedDetails1[];
|
|
47
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Chrt from "../index.mjs";
|
|
5
|
-
/**
|
|
6
|
-
* Executor view: parties, provenance, and coordinator fields hidden;
|
|
7
|
-
* only the executor's own task-group details.
|
|
8
|
-
*/
|
|
9
|
-
export interface OrderLimitedForExecutor1 {
|
|
10
|
-
_id: string;
|
|
11
|
-
awb_numbers?: string[];
|
|
12
|
-
cancelled_at_timestamp?: string | null;
|
|
13
|
-
completed_at_timestamp?: string | null;
|
|
14
|
-
draft_started_at_timestamp: string;
|
|
15
|
-
exception_at_timestamp?: string | null;
|
|
16
|
-
executor_task_group_details?: Chrt.OrderTaskGroupExecutorDetails1[];
|
|
17
|
-
in_progress_at_timestamp?: string | null;
|
|
18
|
-
invoice_ids?: string[];
|
|
19
|
-
/** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
|
|
20
|
-
off_chrt_reference_id?: string | null;
|
|
21
|
-
order_classification_by_task_group_type?: Chrt.TaskGroupTypeEnum1 | null;
|
|
22
|
-
schema_version: number;
|
|
23
|
-
service_line?: Chrt.ServiceLineEnum;
|
|
24
|
-
short_id: string;
|
|
25
|
-
staged_at_timestamp?: string | null;
|
|
26
|
-
status?: Chrt.OrderStatusEnum1;
|
|
27
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/cjs/api/types/{OrdersExpandedListForCoordinatorRes.js → ContactExpandedListItem.js}
RENAMED
|
File without changes
|
/package/dist/cjs/api/types/{OrdersExpandedListForExecutorRes.js → InvoiceExpandedListItem.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/esm/api/types/{OrdersExpandedListForCoordinatorRes.mjs → ContactExpandedListItem.mjs}
RENAMED
|
File without changes
|
/package/dist/esm/api/types/{OrdersExpandedListForExecutorRes.mjs → InvoiceExpandedListItem.mjs}
RENAMED
|
File without changes
|