@chrt-inc/typescript-sdk 1.858.0 → 1.863.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/operations/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/operations/client/Client.js +13 -13
- package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/Client.js +1 -1
- package/dist/cjs/api/resources/operations/resources/index.d.ts +2 -2
- package/dist/cjs/api/resources/operations/resources/index.js +3 -3
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/Client.d.ts +14 -13
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/Client.js +25 -21
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListClientCreate1.d.ts +0 -1
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListClientUpdate1.d.ts +0 -1
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/{OperationsTaskListsApplyToCaseV1Request.d.ts → OperationsTaskListsApplyToOrderV1Request.d.ts} +4 -1
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.d.ts +29 -3
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.js +138 -12
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientCreate1.d.ts +0 -1
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientUpdate1.d.ts +0 -1
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksExpandedListV1Request.d.ts +48 -0
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksListV1Request.d.ts +3 -2
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/operations/resources/orderInternalMessages/client/Client.d.ts +80 -0
- package/dist/cjs/api/resources/operations/resources/orderInternalMessages/client/Client.js +257 -0
- package/dist/cjs/api/resources/operations/resources/{cases/client/requests/CaseAddMessageReq.d.ts → orderInternalMessages/client/requests/OrderInternalMessagesAddMessageReq.d.ts} +1 -1
- package/dist/cjs/api/resources/operations/resources/orderInternalMessages/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/operations/resources/{cases → orderInternalMessages}/resources/s3Objects/client/Client.d.ts +15 -15
- package/dist/cjs/api/resources/operations/resources/{cases → orderInternalMessages}/resources/s3Objects/client/Client.js +35 -32
- package/dist/cjs/api/resources/operations/resources/{cases/resources/s3Objects/client/requests/BodyPostCasesS3ObjectsAddV1.d.ts → orderInternalMessages/resources/s3Objects/client/requests/BodyPostOrderInternalMessagesS3ObjectsAddV1.d.ts} +1 -1
- package/dist/cjs/api/resources/operations/resources/orderInternalMessages/resources/s3Objects/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/orgs/client/Client.d.ts +3 -0
- package/dist/cjs/api/resources/orgs/client/Client.js +7 -2
- package/dist/cjs/api/resources/orgs/resources/connections/client/Client.d.ts +21 -1
- package/dist/cjs/api/resources/orgs/resources/connections/client/Client.js +90 -1
- package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListProviderProviderV1Request.d.ts +27 -0
- package/dist/cjs/api/resources/orgs/resources/connections/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/orgs/resources/index.d.ts +2 -0
- package/dist/cjs/api/resources/orgs/resources/index.js +3 -1
- package/dist/cjs/api/resources/{shipping/resources/orderSchedules/resources/orderManifest → orgs/resources/providers}/client/Client.d.ts +20 -13
- package/dist/cjs/api/resources/{shipping/resources/orderSchedules/resources/orderManifest → orgs/resources/providers}/client/Client.js +54 -27
- package/dist/cjs/api/resources/orgs/resources/providers/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/orgs/resources/providers/client/index.js +17 -0
- package/dist/cjs/api/resources/orgs/resources/providers/client/requests/ProvidersListOnAndOffChrtExecutorsV1Request.d.ts +26 -0
- package/dist/cjs/api/resources/orgs/resources/providers/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.d.ts +32 -16
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.js +132 -68
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrderDraftsAddCoordinatorTaskListToApplyAtOrderStagingV1Request.d.ts +14 -0
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.ts +9 -5
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftAddCargoReq.d.ts +0 -1
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.d.ts +10 -22
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.js +25 -69
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/index.d.ts +0 -1
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/index.js +0 -15
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/index.d.ts +0 -1
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/index.js +0 -1
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/task/client/requests/OrderDraftAddTaskReqV1.d.ts +0 -1
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.d.ts +0 -1
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.js +1 -1
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.ts +0 -1
- package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.d.ts +0 -3
- package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.js +0 -5
- package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.d.ts +2 -1
- package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.d.ts +2 -1
- package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/index.d.ts +0 -1
- package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/index.js +1 -2
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.js +4 -4
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.ts +3 -3
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.ts +4 -4
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.ts +3 -3
- package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +75 -0
- package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +320 -0
- package/dist/{esm/api/resources/operations/resources/cases/client/requests/CaseAssignReq.d.mts → cjs/api/resources/shipping/resources/orders/client/requests/OrdersAssignReq.d.ts} +1 -1
- package/dist/{esm/api/resources/operations/resources/cases/client/requests/CasesTypeaheadV1Request.d.mts → cjs/api/resources/shipping/resources/orders/client/requests/OrdersTypeaheadLabelV1Request.d.ts} +2 -2
- package/dist/cjs/api/resources/{operations/resources/cases/client/requests/CaseAssignReq.d.ts → shipping/resources/orders/client/requests/OrdersUnassignReq.d.ts} +1 -1
- package/dist/{esm/api/resources/operations/resources/cases/client/requests/CaseClientUpdate1.d.mts → cjs/api/resources/shipping/resources/orders/client/requests/OrdersUpdateDepartmentAndLabelReq.d.ts} +3 -4
- package/dist/cjs/api/resources/shipping/resources/orders/client/requests/index.d.ts +4 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +108 -8
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +456 -5
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +56 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.ts +60 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.js +1 -1
- package/dist/cjs/api/types/BillingReviewStatusEnum.d.ts +3 -3
- package/dist/cjs/api/types/Cargo1.d.ts +0 -1
- package/dist/cjs/api/types/NotificationEventsForOrgsEnum.d.ts +5 -5
- package/dist/cjs/api/types/NotificationEventsForOrgsEnum.js +4 -4
- package/dist/cjs/api/types/NotificationEventsForUsersEnum.d.ts +5 -5
- package/dist/cjs/api/types/NotificationEventsForUsersEnum.js +4 -4
- package/dist/cjs/api/types/OperationsOrderDepartmentAssignedWebhookPayload.d.ts +16 -0
- package/dist/cjs/api/types/OperationsOrderInternalMessageWebhookPayload.d.ts +17 -0
- package/dist/cjs/api/types/OperationsOrderInternalMessagesS3ObjectAddedWebhookPayload.d.ts +16 -0
- package/dist/cjs/api/types/OperationsOrderOperatorAssignedWebhookPayload.d.ts +14 -0
- package/dist/cjs/api/types/OperationsTask1.d.ts +0 -1
- package/dist/cjs/api/types/OperationsTaskExpandedListItem.d.ts +9 -0
- package/dist/cjs/api/types/{CaseListRes.d.ts → OperationsTaskExpandedListRes.d.ts} +2 -2
- package/dist/cjs/api/types/OperationsTaskList1.d.ts +0 -1
- package/dist/cjs/api/types/{OperationsTaskListRemoveFromCaseRes1.d.ts → OperationsTaskListRemoveFromOrderRes1.d.ts} +2 -2
- package/dist/cjs/api/types/OperationsTaskTypeEnum.d.ts +2 -2
- package/dist/cjs/api/types/Order1.d.ts +5 -3
- package/dist/cjs/api/types/OrderDraftExpandedForCoordinator.d.ts +15 -0
- package/dist/cjs/api/types/OrderDraftExpandedForShipper.d.ts +15 -0
- package/dist/cjs/api/types/{OrderDraftExpanded.d.ts → OrderExpandedForCoordinator.d.ts} +2 -3
- package/dist/cjs/api/types/OrderExpandedForExecutor.d.ts +14 -0
- package/dist/cjs/api/types/OrderExpandedForProvider.d.ts +15 -0
- package/dist/cjs/api/types/{OrderExpanded.d.ts → OrderExpandedForShipper.d.ts} +2 -2
- package/dist/cjs/api/types/{CaseMessage1.d.ts → OrderInternalMessage1.d.ts} +1 -1
- package/dist/cjs/api/types/{CaseS3ObjectMetadata1.d.ts → OrderInternalMessageS3ObjectMetadata1.d.ts} +3 -3
- package/dist/cjs/api/types/OrderInternalMessages1.d.ts +14 -0
- package/dist/cjs/api/types/OrderLimitedForCoordinator1.d.ts +41 -0
- package/dist/cjs/api/types/OrderLimitedForExecutor1.d.ts +23 -0
- package/dist/cjs/api/types/OrderLimitedForProvider1.d.ts +41 -0
- package/dist/cjs/api/types/OrderLimitedForShipper1.d.ts +37 -0
- package/dist/cjs/api/types/OrderProviderRoleEnum.d.ts +11 -0
- package/dist/cjs/api/types/{CaseSortByEnum.js → OrderProviderRoleEnum.js} +4 -4
- package/dist/cjs/api/types/OrderProviderRoleFilterEnum.d.ts +9 -0
- package/dist/cjs/api/types/OrderProviderRoleFilterEnum.js +11 -0
- package/dist/cjs/api/types/OrderSchedule1.d.ts +2 -1
- package/dist/cjs/api/types/OrderScheduleBuildSeedRes.d.ts +10 -0
- package/dist/cjs/api/types/OrderTaskGroupExecutorDetails1.d.ts +12 -0
- package/dist/cjs/api/types/OrderTaskGroupSharedDetails1.d.ts +9 -0
- package/dist/cjs/api/types/OrderTemplate1.d.ts +3 -3
- package/dist/cjs/api/types/OrderTemplateCore1.d.ts +3 -3
- package/dist/cjs/api/types/OrderTemplateReferencesExpanded1.d.ts +12 -0
- package/dist/cjs/api/types/OrdersExpandedListForCoordinatorRes.d.ts +8 -0
- package/dist/cjs/api/types/{OrderDraftExpandedListRes.d.ts → OrdersExpandedListForExecutorRes.d.ts} +2 -2
- package/dist/cjs/api/types/{OrdersExpandedListRes.d.ts → OrdersExpandedListForProviderRes.d.ts} +2 -2
- package/dist/cjs/api/types/{CasesExpandedListRes.d.ts → OrdersExpandedListForShipperRes.d.ts} +2 -2
- package/dist/cjs/api/types/OrdersExpandedListForShipperRes.js +5 -0
- package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorListItem.d.ts +20 -0
- package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorListItem.js +5 -0
- package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorListPage.d.ts +8 -0
- package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorListPage.js +5 -0
- package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorListRes.d.ts +8 -0
- package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorListRes.js +5 -0
- package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorSourceEnum.d.ts +8 -0
- package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorSourceEnum.js +10 -0
- package/dist/cjs/api/types/ProviderProviderConnectionCallerRoleEnum.d.ts +8 -0
- package/dist/cjs/api/types/ProviderProviderConnectionCallerRoleEnum.js +10 -0
- package/dist/cjs/api/types/ProviderProviderConnectionListItem.d.ts +14 -0
- package/dist/cjs/api/types/ProviderProviderConnectionListItem.js +5 -0
- package/dist/cjs/api/types/ProviderProviderConnectionListRes.d.ts +8 -0
- package/dist/cjs/api/types/ProviderProviderConnectionListRes.js +5 -0
- package/dist/cjs/api/types/Task1.d.ts +0 -1
- package/dist/cjs/api/types/TaskArtifact1.d.ts +0 -1
- package/dist/cjs/api/types/TaskGroup1.d.ts +0 -1
- package/dist/cjs/api/types/TaskListToApplyToOrder1.d.ts +11 -0
- package/dist/cjs/api/types/TaskListToApplyToOrder1.js +5 -0
- package/dist/cjs/api/types/UngroupedOrderRow.d.ts +0 -1
- package/dist/cjs/api/types/index.d.ts +38 -29
- package/dist/cjs/api/types/index.js +38 -29
- 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/operations/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/operations/client/Client.mjs +5 -5
- package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.mjs +1 -1
- package/dist/esm/api/resources/operations/resources/index.d.mts +2 -2
- package/dist/esm/api/resources/operations/resources/index.mjs +2 -2
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/Client.d.mts +14 -13
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/Client.mjs +25 -21
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListClientCreate1.d.mts +0 -1
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListClientUpdate1.d.mts +0 -1
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/{OperationsTaskListsApplyToCaseV1Request.d.mts → OperationsTaskListsApplyToOrderV1Request.d.mts} +4 -1
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.d.mts +29 -3
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.mjs +138 -12
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientCreate1.d.mts +0 -1
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientUpdate1.d.mts +0 -1
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksExpandedListV1Request.d.mts +48 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksListV1Request.d.mts +3 -2
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/operations/resources/orderInternalMessages/client/Client.d.mts +80 -0
- package/dist/esm/api/resources/operations/resources/orderInternalMessages/client/Client.mjs +220 -0
- package/dist/esm/api/resources/operations/resources/{cases/client/requests/CaseAddMessageReq.d.mts → orderInternalMessages/client/requests/OrderInternalMessagesAddMessageReq.d.mts} +1 -1
- package/dist/esm/api/resources/operations/resources/orderInternalMessages/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/operations/resources/{cases → orderInternalMessages}/resources/s3Objects/client/Client.d.mts +15 -15
- package/dist/esm/api/resources/operations/resources/{cases → orderInternalMessages}/resources/s3Objects/client/Client.mjs +35 -32
- package/dist/esm/api/resources/operations/resources/{cases/resources/s3Objects/client/requests/BodyPostCasesS3ObjectsAddV1.d.mts → orderInternalMessages/resources/s3Objects/client/requests/BodyPostOrderInternalMessagesS3ObjectsAddV1.d.mts} +1 -1
- package/dist/esm/api/resources/operations/resources/orderInternalMessages/resources/s3Objects/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/orgs/client/Client.d.mts +3 -0
- package/dist/esm/api/resources/orgs/client/Client.mjs +5 -0
- package/dist/esm/api/resources/orgs/resources/connections/client/Client.d.mts +21 -1
- package/dist/esm/api/resources/orgs/resources/connections/client/Client.mjs +90 -1
- package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListProviderProviderV1Request.d.mts +27 -0
- package/dist/esm/api/resources/orgs/resources/connections/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/orgs/resources/index.d.mts +2 -0
- package/dist/esm/api/resources/orgs/resources/index.mjs +2 -0
- package/dist/esm/api/resources/{shipping/resources/orderSchedules/resources/orderManifest → orgs/resources/providers}/client/Client.d.mts +20 -13
- package/dist/esm/api/resources/orgs/resources/providers/client/Client.mjs +120 -0
- package/dist/esm/api/resources/orgs/resources/providers/client/index.d.mts +2 -0
- package/dist/esm/api/resources/orgs/resources/providers/client/index.mjs +1 -0
- package/dist/esm/api/resources/orgs/resources/providers/client/requests/ProvidersListOnAndOffChrtExecutorsV1Request.d.mts +26 -0
- package/dist/esm/api/resources/orgs/resources/providers/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.d.mts +32 -16
- package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.mjs +132 -68
- package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrderDraftsAddCoordinatorTaskListToApplyAtOrderStagingV1Request.d.mts +14 -0
- package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.mts +9 -5
- package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftAddCargoReq.d.mts +0 -1
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.d.mts +10 -22
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.mjs +25 -69
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/index.d.mts +0 -1
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/index.mjs +1 -1
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/index.d.mts +0 -1
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/index.mjs +0 -1
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/task/client/requests/OrderDraftAddTaskReqV1.d.mts +0 -1
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.d.mts +0 -1
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.mjs +1 -1
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.mts +0 -1
- package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.d.mts +0 -3
- package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.mjs +0 -5
- package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.d.mts +2 -1
- package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.d.mts +2 -1
- package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/index.d.mts +0 -1
- package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/index.mjs +0 -1
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.mjs +4 -4
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.mts +3 -3
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.mts +4 -4
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.mts +3 -3
- package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +75 -0
- package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +320 -0
- package/dist/esm/api/resources/{operations/resources/cases/client/requests/CaseUnassignReq.d.mts → shipping/resources/orders/client/requests/OrdersAssignReq.d.mts} +1 -1
- package/dist/{cjs/api/resources/operations/resources/cases/client/requests/CasesTypeaheadV1Request.d.ts → esm/api/resources/shipping/resources/orders/client/requests/OrdersTypeaheadLabelV1Request.d.mts} +2 -2
- package/dist/{cjs/api/resources/operations/resources/cases/client/requests/CaseUnassignReq.d.ts → esm/api/resources/shipping/resources/orders/client/requests/OrdersUnassignReq.d.mts} +1 -1
- package/dist/{cjs/api/resources/operations/resources/cases/client/requests/CaseClientUpdate1.d.ts → esm/api/resources/shipping/resources/orders/client/requests/OrdersUpdateDepartmentAndLabelReq.d.mts} +3 -4
- package/dist/esm/api/resources/shipping/resources/orders/client/requests/index.d.mts +4 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +108 -8
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +456 -5
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +56 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.mts +60 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.mjs +1 -1
- package/dist/esm/api/types/BillingReviewStatusEnum.d.mts +3 -3
- package/dist/esm/api/types/Cargo1.d.mts +0 -1
- package/dist/esm/api/types/NotificationEventsForOrgsEnum.d.mts +5 -5
- package/dist/esm/api/types/NotificationEventsForOrgsEnum.mjs +4 -4
- package/dist/esm/api/types/NotificationEventsForUsersEnum.d.mts +5 -5
- package/dist/esm/api/types/NotificationEventsForUsersEnum.mjs +4 -4
- package/dist/esm/api/types/OperationsOrderDepartmentAssignedWebhookPayload.d.mts +16 -0
- package/dist/esm/api/types/OperationsOrderInternalMessageWebhookPayload.d.mts +17 -0
- package/dist/esm/api/types/OperationsOrderInternalMessagesS3ObjectAddedWebhookPayload.d.mts +16 -0
- package/dist/esm/api/types/OperationsOrderOperatorAssignedWebhookPayload.d.mts +14 -0
- package/dist/esm/api/types/OperationsTask1.d.mts +0 -1
- package/dist/esm/api/types/OperationsTaskExpandedListItem.d.mts +9 -0
- package/dist/esm/api/types/{OrdersExpandedListRes.d.mts → OperationsTaskExpandedListRes.d.mts} +2 -2
- package/dist/esm/api/types/OperationsTaskList1.d.mts +0 -1
- package/dist/esm/api/types/{OperationsTaskListRemoveFromCaseRes1.d.mts → OperationsTaskListRemoveFromOrderRes1.d.mts} +2 -2
- package/dist/esm/api/types/OperationsTaskTypeEnum.d.mts +2 -2
- package/dist/esm/api/types/Order1.d.mts +5 -3
- package/dist/esm/api/types/OrderDraftExpandedForCoordinator.d.mts +15 -0
- package/dist/esm/api/types/OrderDraftExpandedForShipper.d.mts +15 -0
- package/dist/esm/api/types/{OrderDraftExpanded.d.mts → OrderExpandedForCoordinator.d.mts} +2 -3
- package/dist/esm/api/types/OrderExpandedForExecutor.d.mts +14 -0
- package/dist/esm/api/types/OrderExpandedForProvider.d.mts +15 -0
- package/dist/esm/api/types/{OrderExpanded.d.mts → OrderExpandedForShipper.d.mts} +2 -2
- package/dist/esm/api/types/{CaseMessage1.d.mts → OrderInternalMessage1.d.mts} +1 -1
- package/dist/esm/api/types/{CaseS3ObjectMetadata1.d.mts → OrderInternalMessageS3ObjectMetadata1.d.mts} +3 -3
- package/dist/esm/api/types/OrderInternalMessages1.d.mts +14 -0
- package/dist/esm/api/types/OrderLimitedForCoordinator1.d.mts +41 -0
- package/dist/esm/api/types/OrderLimitedForExecutor1.d.mts +23 -0
- package/dist/esm/api/types/OrderLimitedForProvider1.d.mts +41 -0
- package/dist/esm/api/types/OrderLimitedForShipper1.d.mts +37 -0
- package/dist/esm/api/types/OrderProviderRoleEnum.d.mts +11 -0
- package/dist/esm/api/types/OrderProviderRoleEnum.mjs +7 -0
- package/dist/esm/api/types/OrderProviderRoleFilterEnum.d.mts +9 -0
- package/dist/esm/api/types/OrderProviderRoleFilterEnum.mjs +8 -0
- package/dist/esm/api/types/OrderSchedule1.d.mts +2 -1
- package/dist/esm/api/types/OrderScheduleBuildSeedRes.d.mts +10 -0
- package/dist/esm/api/types/OrderTaskGroupExecutorDetails1.d.mts +12 -0
- package/dist/esm/api/types/OrderTaskGroupSharedDetails1.d.mts +9 -0
- package/dist/esm/api/types/OrderTemplate1.d.mts +3 -3
- package/dist/esm/api/types/OrderTemplateCore1.d.mts +3 -3
- package/dist/esm/api/types/OrderTemplateReferencesExpanded1.d.mts +12 -0
- package/dist/esm/api/types/OrdersExpandedListForCoordinatorRes.d.mts +8 -0
- package/dist/esm/api/types/{OrderDraftExpandedListRes.d.mts → OrdersExpandedListForExecutorRes.d.mts} +2 -2
- package/dist/esm/api/types/{CasesExpandedListRes.d.mts → OrdersExpandedListForProviderRes.d.mts} +2 -2
- package/dist/esm/api/types/{CaseListRes.d.mts → OrdersExpandedListForShipperRes.d.mts} +2 -2
- package/dist/esm/api/types/OrdersExpandedListForShipperRes.mjs +4 -0
- package/dist/esm/api/types/ProviderOnAndOffChrtExecutorListItem.d.mts +20 -0
- package/dist/esm/api/types/ProviderOnAndOffChrtExecutorListItem.mjs +4 -0
- package/dist/esm/api/types/ProviderOnAndOffChrtExecutorListPage.d.mts +8 -0
- package/dist/esm/api/types/ProviderOnAndOffChrtExecutorListPage.mjs +4 -0
- package/dist/esm/api/types/ProviderOnAndOffChrtExecutorListRes.d.mts +8 -0
- package/dist/esm/api/types/ProviderOnAndOffChrtExecutorListRes.mjs +4 -0
- package/dist/esm/api/types/ProviderOnAndOffChrtExecutorSourceEnum.d.mts +8 -0
- package/dist/esm/api/types/ProviderOnAndOffChrtExecutorSourceEnum.mjs +7 -0
- package/dist/esm/api/types/ProviderProviderConnectionCallerRoleEnum.d.mts +8 -0
- package/dist/esm/api/types/ProviderProviderConnectionCallerRoleEnum.mjs +7 -0
- package/dist/esm/api/types/ProviderProviderConnectionListItem.d.mts +14 -0
- package/dist/esm/api/types/ProviderProviderConnectionListItem.mjs +4 -0
- package/dist/esm/api/types/ProviderProviderConnectionListRes.d.mts +8 -0
- package/dist/esm/api/types/ProviderProviderConnectionListRes.mjs +4 -0
- package/dist/esm/api/types/Task1.d.mts +0 -1
- package/dist/esm/api/types/TaskArtifact1.d.mts +0 -1
- package/dist/esm/api/types/TaskGroup1.d.mts +0 -1
- package/dist/esm/api/types/TaskListToApplyToOrder1.d.mts +11 -0
- package/dist/esm/api/types/TaskListToApplyToOrder1.mjs +4 -0
- package/dist/esm/api/types/UngroupedOrderRow.d.mts +0 -1
- package/dist/esm/api/types/index.d.mts +38 -29
- package/dist/esm/api/types/index.mjs +38 -29
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +1598 -1595
- package/dist/cjs/api/resources/operations/resources/cases/client/Client.d.ts +0 -276
- package/dist/cjs/api/resources/operations/resources/cases/client/Client.js +0 -1117
- package/dist/cjs/api/resources/operations/resources/cases/client/requests/CaseSetBillingReviewStatusReq.d.ts +0 -13
- package/dist/cjs/api/resources/operations/resources/cases/client/requests/CasesExpandedListV1Request.d.ts +0 -17
- package/dist/cjs/api/resources/operations/resources/cases/client/requests/CasesListV1Request.d.ts +0 -31
- package/dist/cjs/api/resources/operations/resources/cases/client/requests/index.d.ts +0 -8
- package/dist/cjs/api/resources/operations/resources/cases/resources/s3Objects/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrderDraftsTypeaheadV1Request.d.ts +0 -16
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/requests/ExpandedListV1Request.d.ts +0 -37
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/orderManifest/client/index.d.ts +0 -1
- package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/orderManifest/client/index.js +0 -2
- package/dist/cjs/api/types/CargoManifest1.d.ts +0 -25
- package/dist/cjs/api/types/Case1.d.ts +0 -19
- package/dist/cjs/api/types/CaseSortByEnum.d.ts +0 -8
- package/dist/cjs/api/types/CaseTypeaheadFieldEnum.d.ts +0 -4
- package/dist/cjs/api/types/CaseTypeaheadResult.d.ts +0 -8
- package/dist/cjs/api/types/CasesExpandedListItem.d.ts +0 -15
- package/dist/cjs/api/types/CasesExpandedListShippingTaskGroup.d.ts +0 -8
- package/dist/cjs/api/types/OperationsCaseGroupAssignedWebhookPayload.d.ts +0 -16
- package/dist/cjs/api/types/OperationsCaseMessageWebhookPayload.d.ts +0 -15
- package/dist/cjs/api/types/OperationsCaseOperatorAssignedWebhookPayload.d.ts +0 -14
- package/dist/cjs/api/types/OperationsCaseS3ObjectAddedWebhookPayload.d.ts +0 -14
- package/dist/cjs/api/types/OrderDraftSortByEnum.d.ts +0 -4
- package/dist/cjs/api/types/OrderManifest1.d.ts +0 -19
- package/dist/cjs/api/types/OrderManifestValidationRequirements.d.ts +0 -14
- package/dist/cjs/api/types/OrderManifestValidationResult.d.ts +0 -8
- package/dist/cjs/api/types/ScheduledOrdersNewDraftReq.d.ts +0 -9
- package/dist/cjs/api/types/TaskGroupManifest1.d.ts +0 -15
- package/dist/cjs/api/types/TaskListToApplyToCase1.d.ts +0 -7
- package/dist/cjs/api/types/TaskManifest1.d.ts +0 -26
- package/dist/cjs/api/types/TimeWindow1.d.ts +0 -7
- package/dist/esm/api/resources/operations/resources/cases/client/Client.d.mts +0 -276
- package/dist/esm/api/resources/operations/resources/cases/client/Client.mjs +0 -1080
- package/dist/esm/api/resources/operations/resources/cases/client/requests/CaseSetBillingReviewStatusReq.d.mts +0 -13
- package/dist/esm/api/resources/operations/resources/cases/client/requests/CasesExpandedListV1Request.d.mts +0 -17
- package/dist/esm/api/resources/operations/resources/cases/client/requests/CasesListV1Request.d.mts +0 -31
- package/dist/esm/api/resources/operations/resources/cases/client/requests/index.d.mts +0 -8
- package/dist/esm/api/resources/operations/resources/cases/resources/s3Objects/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrderDraftsTypeaheadV1Request.d.mts +0 -16
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/requests/ExpandedListV1Request.d.mts +0 -37
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/orderManifest/client/Client.mjs +0 -93
- package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/orderManifest/client/index.d.mts +0 -1
- package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/orderManifest/client/index.mjs +0 -1
- package/dist/esm/api/types/CargoManifest1.d.mts +0 -25
- package/dist/esm/api/types/Case1.d.mts +0 -19
- package/dist/esm/api/types/CaseSortByEnum.d.mts +0 -8
- package/dist/esm/api/types/CaseSortByEnum.mjs +0 -7
- package/dist/esm/api/types/CaseTypeaheadFieldEnum.d.mts +0 -4
- package/dist/esm/api/types/CaseTypeaheadResult.d.mts +0 -8
- package/dist/esm/api/types/CasesExpandedListItem.d.mts +0 -15
- package/dist/esm/api/types/CasesExpandedListShippingTaskGroup.d.mts +0 -8
- package/dist/esm/api/types/OperationsCaseGroupAssignedWebhookPayload.d.mts +0 -16
- package/dist/esm/api/types/OperationsCaseMessageWebhookPayload.d.mts +0 -15
- package/dist/esm/api/types/OperationsCaseOperatorAssignedWebhookPayload.d.mts +0 -14
- package/dist/esm/api/types/OperationsCaseS3ObjectAddedWebhookPayload.d.mts +0 -14
- package/dist/esm/api/types/OrderDraftSortByEnum.d.mts +0 -4
- package/dist/esm/api/types/OrderManifest1.d.mts +0 -19
- package/dist/esm/api/types/OrderManifestValidationRequirements.d.mts +0 -14
- package/dist/esm/api/types/OrderManifestValidationResult.d.mts +0 -8
- package/dist/esm/api/types/ScheduledOrdersNewDraftReq.d.mts +0 -9
- package/dist/esm/api/types/TaskGroupManifest1.d.mts +0 -15
- package/dist/esm/api/types/TaskListToApplyToCase1.d.mts +0 -7
- package/dist/esm/api/types/TaskManifest1.d.mts +0 -26
- package/dist/esm/api/types/TimeWindow1.d.mts +0 -7
- /package/dist/cjs/api/resources/operations/resources/{cases/client/requests/CaseAddMessageReq.js → operationsTaskLists/client/requests/OperationsTaskListsApplyToOrderV1Request.js} +0 -0
- /package/dist/cjs/api/resources/operations/resources/{cases/client/requests/CaseAssignReq.js → operationsTasks/client/requests/OperationsTasksExpandedListV1Request.js} +0 -0
- /package/dist/cjs/api/resources/operations/resources/{cases → orderInternalMessages}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/operations/resources/{cases → orderInternalMessages}/client/index.js +0 -0
- /package/dist/cjs/api/resources/operations/resources/{cases/client/requests/CaseClientUpdate1.js → orderInternalMessages/client/requests/OrderInternalMessagesAddMessageReq.js} +0 -0
- /package/dist/cjs/api/resources/operations/resources/{cases → orderInternalMessages}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/operations/resources/{cases → orderInternalMessages}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/operations/resources/{cases → orderInternalMessages}/index.js +0 -0
- /package/dist/cjs/api/resources/operations/resources/{cases → orderInternalMessages}/resources/index.d.ts +0 -0
- /package/dist/cjs/api/resources/operations/resources/{cases → orderInternalMessages}/resources/index.js +0 -0
- /package/dist/cjs/api/resources/operations/resources/{cases → orderInternalMessages}/resources/s3Objects/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/operations/resources/{cases → orderInternalMessages}/resources/s3Objects/client/index.js +0 -0
- /package/dist/cjs/api/resources/operations/resources/{cases/client/requests/CaseSetBillingReviewStatusReq.js → orderInternalMessages/resources/s3Objects/client/requests/BodyPostOrderInternalMessagesS3ObjectsAddV1.js} +0 -0
- /package/dist/cjs/api/resources/operations/resources/{cases → orderInternalMessages}/resources/s3Objects/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/operations/resources/{cases → orderInternalMessages}/resources/s3Objects/index.d.ts +0 -0
- /package/dist/cjs/api/resources/operations/resources/{cases → orderInternalMessages}/resources/s3Objects/index.js +0 -0
- /package/dist/cjs/api/resources/{operations/resources/cases/client/requests/CaseUnassignReq.js → orgs/resources/connections/client/requests/ConnectionsListProviderProviderV1Request.js} +0 -0
- /package/dist/cjs/api/resources/{operations/resources/cases/client/requests/CasesExpandedListV1Request.js → orgs/resources/providers/client/requests/ProvidersListOnAndOffChrtExecutorsV1Request.js} +0 -0
- /package/dist/cjs/api/resources/{shipping/resources/orderDrafts/resources/expanded → orgs/resources/providers}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/{shipping/resources/orderSchedules/resources/orderManifest → orgs/resources/providers}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{shipping/resources/orderSchedules/resources/orderManifest → orgs/resources/providers}/index.js +0 -0
- /package/dist/cjs/api/resources/{operations/resources/cases/client/requests/CasesListV1Request.js → shipping/resources/orderDrafts/client/requests/OrderDraftsAddCoordinatorTaskListToApplyAtOrderStagingV1Request.js} +0 -0
- /package/dist/cjs/api/resources/{operations/resources/cases/client/requests/CasesTypeaheadV1Request.js → shipping/resources/orders/client/requests/OrdersAssignReq.js} +0 -0
- /package/dist/cjs/api/resources/{operations/resources/cases/resources/s3Objects/client/requests/BodyPostCasesS3ObjectsAddV1.js → shipping/resources/orders/client/requests/OrdersTypeaheadLabelV1Request.js} +0 -0
- /package/dist/cjs/api/resources/{operations/resources/operationsTaskLists/client/requests/OperationsTaskListsApplyToCaseV1Request.js → shipping/resources/orders/client/requests/OrdersUnassignReq.js} +0 -0
- /package/dist/cjs/api/resources/shipping/resources/{orderDrafts/client/requests/OrderDraftsTypeaheadV1Request.js → orders/client/requests/OrdersUpdateDepartmentAndLabelReq.js} +0 -0
- /package/dist/cjs/api/resources/shipping/resources/{orderDrafts/resources/expanded/client/requests/ExpandedListV1Request.js → orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.js} +0 -0
- /package/dist/cjs/api/{types/CargoManifest1.js → resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.js} +0 -0
- /package/dist/cjs/api/types/{Case1.js → OperationsOrderDepartmentAssignedWebhookPayload.js} +0 -0
- /package/dist/cjs/api/types/{CaseListRes.js → OperationsOrderInternalMessageWebhookPayload.js} +0 -0
- /package/dist/cjs/api/types/{CaseMessage1.js → OperationsOrderInternalMessagesS3ObjectAddedWebhookPayload.js} +0 -0
- /package/dist/cjs/api/types/{CaseS3ObjectMetadata1.js → OperationsOrderOperatorAssignedWebhookPayload.js} +0 -0
- /package/dist/cjs/api/types/{CaseTypeaheadFieldEnum.js → OperationsTaskExpandedListItem.js} +0 -0
- /package/dist/cjs/api/types/{CaseTypeaheadResult.js → OperationsTaskExpandedListRes.js} +0 -0
- /package/dist/cjs/api/types/{CasesExpandedListItem.js → OperationsTaskListRemoveFromOrderRes1.js} +0 -0
- /package/dist/cjs/api/types/{CasesExpandedListRes.js → OrderDraftExpandedForCoordinator.js} +0 -0
- /package/dist/cjs/api/types/{CasesExpandedListShippingTaskGroup.js → OrderDraftExpandedForShipper.js} +0 -0
- /package/dist/cjs/api/types/{OperationsCaseGroupAssignedWebhookPayload.js → OrderExpandedForCoordinator.js} +0 -0
- /package/dist/cjs/api/types/{OperationsCaseMessageWebhookPayload.js → OrderExpandedForExecutor.js} +0 -0
- /package/dist/cjs/api/types/{OperationsCaseOperatorAssignedWebhookPayload.js → OrderExpandedForProvider.js} +0 -0
- /package/dist/cjs/api/types/{OperationsCaseS3ObjectAddedWebhookPayload.js → OrderExpandedForShipper.js} +0 -0
- /package/dist/cjs/api/types/{OperationsTaskListRemoveFromCaseRes1.js → OrderInternalMessage1.js} +0 -0
- /package/dist/cjs/api/types/{OrderDraftExpanded.js → OrderInternalMessageS3ObjectMetadata1.js} +0 -0
- /package/dist/cjs/api/types/{OrderDraftExpandedListRes.js → OrderInternalMessages1.js} +0 -0
- /package/dist/cjs/api/types/{OrderDraftSortByEnum.js → OrderLimitedForCoordinator1.js} +0 -0
- /package/dist/cjs/api/types/{OrderExpanded.js → OrderLimitedForExecutor1.js} +0 -0
- /package/dist/cjs/api/types/{OrderManifest1.js → OrderLimitedForProvider1.js} +0 -0
- /package/dist/cjs/api/types/{OrderManifestValidationRequirements.js → OrderLimitedForShipper1.js} +0 -0
- /package/dist/cjs/api/types/{OrderManifestValidationResult.js → OrderScheduleBuildSeedRes.js} +0 -0
- /package/dist/cjs/api/types/{OrdersExpandedListRes.js → OrderTaskGroupExecutorDetails1.js} +0 -0
- /package/dist/cjs/api/types/{ScheduledOrdersNewDraftReq.js → OrderTaskGroupSharedDetails1.js} +0 -0
- /package/dist/cjs/api/types/{TaskGroupManifest1.js → OrderTemplateReferencesExpanded1.js} +0 -0
- /package/dist/cjs/api/types/{TaskListToApplyToCase1.js → OrdersExpandedListForCoordinatorRes.js} +0 -0
- /package/dist/cjs/api/types/{TaskManifest1.js → OrdersExpandedListForExecutorRes.js} +0 -0
- /package/dist/cjs/api/types/{TimeWindow1.js → OrdersExpandedListForProviderRes.js} +0 -0
- /package/dist/esm/api/resources/operations/resources/{cases/client/requests/CaseAddMessageReq.mjs → operationsTaskLists/client/requests/OperationsTaskListsApplyToOrderV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/operations/resources/{cases/client/requests/CaseAssignReq.mjs → operationsTasks/client/requests/OperationsTasksExpandedListV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/operations/resources/{cases → orderInternalMessages}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/operations/resources/{cases → orderInternalMessages}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/operations/resources/{cases/client/requests/CaseClientUpdate1.mjs → orderInternalMessages/client/requests/OrderInternalMessagesAddMessageReq.mjs} +0 -0
- /package/dist/esm/api/resources/operations/resources/{cases → orderInternalMessages}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/operations/resources/{cases → orderInternalMessages}/index.d.mts +0 -0
- /package/dist/esm/api/resources/operations/resources/{cases → orderInternalMessages}/index.mjs +0 -0
- /package/dist/esm/api/resources/operations/resources/{cases → orderInternalMessages}/resources/index.d.mts +0 -0
- /package/dist/esm/api/resources/operations/resources/{cases → orderInternalMessages}/resources/index.mjs +0 -0
- /package/dist/esm/api/resources/operations/resources/{cases → orderInternalMessages}/resources/s3Objects/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/operations/resources/{cases → orderInternalMessages}/resources/s3Objects/client/index.mjs +0 -0
- /package/dist/esm/api/resources/operations/resources/{cases/client/requests/CaseSetBillingReviewStatusReq.mjs → orderInternalMessages/resources/s3Objects/client/requests/BodyPostOrderInternalMessagesS3ObjectsAddV1.mjs} +0 -0
- /package/dist/esm/api/resources/operations/resources/{cases → orderInternalMessages}/resources/s3Objects/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/operations/resources/{cases → orderInternalMessages}/resources/s3Objects/index.d.mts +0 -0
- /package/dist/esm/api/resources/operations/resources/{cases → orderInternalMessages}/resources/s3Objects/index.mjs +0 -0
- /package/dist/esm/api/resources/{operations/resources/cases/client/requests/CaseUnassignReq.mjs → orgs/resources/connections/client/requests/ConnectionsListProviderProviderV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/{operations/resources/cases/client/requests/CasesExpandedListV1Request.mjs → orgs/resources/providers/client/requests/ProvidersListOnAndOffChrtExecutorsV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/{shipping/resources/orderDrafts/resources/expanded → orgs/resources/providers}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/{shipping/resources/orderSchedules/resources/orderManifest → orgs/resources/providers}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{shipping/resources/orderSchedules/resources/orderManifest → orgs/resources/providers}/index.mjs +0 -0
- /package/dist/esm/api/resources/{operations/resources/cases/client/requests/CasesListV1Request.mjs → shipping/resources/orderDrafts/client/requests/OrderDraftsAddCoordinatorTaskListToApplyAtOrderStagingV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/{operations/resources/cases/client/requests/CasesTypeaheadV1Request.mjs → shipping/resources/orders/client/requests/OrdersAssignReq.mjs} +0 -0
- /package/dist/esm/api/resources/{operations/resources/cases/resources/s3Objects/client/requests/BodyPostCasesS3ObjectsAddV1.mjs → shipping/resources/orders/client/requests/OrdersTypeaheadLabelV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/{operations/resources/operationsTaskLists/client/requests/OperationsTaskListsApplyToCaseV1Request.mjs → shipping/resources/orders/client/requests/OrdersUnassignReq.mjs} +0 -0
- /package/dist/esm/api/resources/shipping/resources/{orderDrafts/client/requests/OrderDraftsTypeaheadV1Request.mjs → orders/client/requests/OrdersUpdateDepartmentAndLabelReq.mjs} +0 -0
- /package/dist/esm/api/resources/shipping/resources/{orderDrafts/resources/expanded/client/requests/ExpandedListV1Request.mjs → orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.mjs} +0 -0
- /package/dist/esm/api/{types/CargoManifest1.mjs → resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.mjs} +0 -0
- /package/dist/esm/api/types/{Case1.mjs → OperationsOrderDepartmentAssignedWebhookPayload.mjs} +0 -0
- /package/dist/esm/api/types/{CaseListRes.mjs → OperationsOrderInternalMessageWebhookPayload.mjs} +0 -0
- /package/dist/esm/api/types/{CaseMessage1.mjs → OperationsOrderInternalMessagesS3ObjectAddedWebhookPayload.mjs} +0 -0
- /package/dist/esm/api/types/{CaseS3ObjectMetadata1.mjs → OperationsOrderOperatorAssignedWebhookPayload.mjs} +0 -0
- /package/dist/esm/api/types/{CaseTypeaheadFieldEnum.mjs → OperationsTaskExpandedListItem.mjs} +0 -0
- /package/dist/esm/api/types/{CaseTypeaheadResult.mjs → OperationsTaskExpandedListRes.mjs} +0 -0
- /package/dist/esm/api/types/{CasesExpandedListItem.mjs → OperationsTaskListRemoveFromOrderRes1.mjs} +0 -0
- /package/dist/esm/api/types/{CasesExpandedListRes.mjs → OrderDraftExpandedForCoordinator.mjs} +0 -0
- /package/dist/esm/api/types/{CasesExpandedListShippingTaskGroup.mjs → OrderDraftExpandedForShipper.mjs} +0 -0
- /package/dist/esm/api/types/{OperationsCaseGroupAssignedWebhookPayload.mjs → OrderExpandedForCoordinator.mjs} +0 -0
- /package/dist/esm/api/types/{OperationsCaseMessageWebhookPayload.mjs → OrderExpandedForExecutor.mjs} +0 -0
- /package/dist/esm/api/types/{OperationsCaseOperatorAssignedWebhookPayload.mjs → OrderExpandedForProvider.mjs} +0 -0
- /package/dist/esm/api/types/{OperationsCaseS3ObjectAddedWebhookPayload.mjs → OrderExpandedForShipper.mjs} +0 -0
- /package/dist/esm/api/types/{OperationsTaskListRemoveFromCaseRes1.mjs → OrderInternalMessage1.mjs} +0 -0
- /package/dist/esm/api/types/{OrderDraftExpanded.mjs → OrderInternalMessageS3ObjectMetadata1.mjs} +0 -0
- /package/dist/esm/api/types/{OrderDraftExpandedListRes.mjs → OrderInternalMessages1.mjs} +0 -0
- /package/dist/esm/api/types/{OrderDraftSortByEnum.mjs → OrderLimitedForCoordinator1.mjs} +0 -0
- /package/dist/esm/api/types/{OrderExpanded.mjs → OrderLimitedForExecutor1.mjs} +0 -0
- /package/dist/esm/api/types/{OrderManifest1.mjs → OrderLimitedForProvider1.mjs} +0 -0
- /package/dist/esm/api/types/{OrderManifestValidationRequirements.mjs → OrderLimitedForShipper1.mjs} +0 -0
- /package/dist/esm/api/types/{OrderManifestValidationResult.mjs → OrderScheduleBuildSeedRes.mjs} +0 -0
- /package/dist/esm/api/types/{OrdersExpandedListRes.mjs → OrderTaskGroupExecutorDetails1.mjs} +0 -0
- /package/dist/esm/api/types/{ScheduledOrdersNewDraftReq.mjs → OrderTaskGroupSharedDetails1.mjs} +0 -0
- /package/dist/esm/api/types/{TaskGroupManifest1.mjs → OrderTemplateReferencesExpanded1.mjs} +0 -0
- /package/dist/esm/api/types/{TaskListToApplyToCase1.mjs → OrdersExpandedListForCoordinatorRes.mjs} +0 -0
- /package/dist/esm/api/types/{TaskManifest1.mjs → OrdersExpandedListForExecutorRes.mjs} +0 -0
- /package/dist/esm/api/types/{TimeWindow1.mjs → OrdersExpandedListForProviderRes.mjs} +0 -0
|
@@ -68,7 +68,6 @@ __exportStar(require("./CargoByDriverDataPointMetadata1.js"), exports);
|
|
|
68
68
|
__exportStar(require("./CargoByDriverSharingSettings1.js"), exports);
|
|
69
69
|
__exportStar(require("./CargoClientCreate1.js"), exports);
|
|
70
70
|
__exportStar(require("./CargoClientUpdate1.js"), exports);
|
|
71
|
-
__exportStar(require("./CargoManifest1.js"), exports);
|
|
72
71
|
__exportStar(require("./CargoOnFlightRateSheet1.js"), exports);
|
|
73
72
|
__exportStar(require("./CargoOnFlightRateSheetListRes.js"), exports);
|
|
74
73
|
__exportStar(require("./CargoOnFlightTaskActionEnum1.js"), exports);
|
|
@@ -118,16 +117,6 @@ __exportStar(require("./CargojsonVolume.js"), exports);
|
|
|
118
117
|
__exportStar(require("./CargojsonVolumeUnit.js"), exports);
|
|
119
118
|
__exportStar(require("./CargojsonWeight.js"), exports);
|
|
120
119
|
__exportStar(require("./CargojsonWeightUnit.js"), exports);
|
|
121
|
-
__exportStar(require("./Case1.js"), exports);
|
|
122
|
-
__exportStar(require("./CaseListRes.js"), exports);
|
|
123
|
-
__exportStar(require("./CaseMessage1.js"), exports);
|
|
124
|
-
__exportStar(require("./CaseS3ObjectMetadata1.js"), exports);
|
|
125
|
-
__exportStar(require("./CaseSortByEnum.js"), exports);
|
|
126
|
-
__exportStar(require("./CaseTypeaheadFieldEnum.js"), exports);
|
|
127
|
-
__exportStar(require("./CaseTypeaheadResult.js"), exports);
|
|
128
|
-
__exportStar(require("./CasesExpandedListItem.js"), exports);
|
|
129
|
-
__exportStar(require("./CasesExpandedListRes.js"), exports);
|
|
130
|
-
__exportStar(require("./CasesExpandedListShippingTaskGroup.js"), exports);
|
|
131
120
|
__exportStar(require("./ChampAirWaybill1.js"), exports);
|
|
132
121
|
__exportStar(require("./ChampAirWaybillStatusEnum1.js"), exports);
|
|
133
122
|
__exportStar(require("./ChampConfirmationReceipt1.js"), exports);
|
|
@@ -258,18 +247,20 @@ __exportStar(require("./OffChrtVendorListRes.js"), exports);
|
|
|
258
247
|
__exportStar(require("./OnboardCourierRateSheet1.js"), exports);
|
|
259
248
|
__exportStar(require("./OnboardCourierRateSheetListRes.js"), exports);
|
|
260
249
|
__exportStar(require("./OnboardCourierTaskActionEnum1.js"), exports);
|
|
261
|
-
__exportStar(require("./
|
|
262
|
-
__exportStar(require("./
|
|
263
|
-
__exportStar(require("./
|
|
264
|
-
__exportStar(require("./
|
|
250
|
+
__exportStar(require("./OperationsOrderDepartmentAssignedWebhookPayload.js"), exports);
|
|
251
|
+
__exportStar(require("./OperationsOrderInternalMessageWebhookPayload.js"), exports);
|
|
252
|
+
__exportStar(require("./OperationsOrderInternalMessagesS3ObjectAddedWebhookPayload.js"), exports);
|
|
253
|
+
__exportStar(require("./OperationsOrderOperatorAssignedWebhookPayload.js"), exports);
|
|
265
254
|
__exportStar(require("./OperationsTask1.js"), exports);
|
|
266
255
|
__exportStar(require("./OperationsTaskComment1.js"), exports);
|
|
267
256
|
__exportStar(require("./OperationsTaskDeadlineUpdate1.js"), exports);
|
|
257
|
+
__exportStar(require("./OperationsTaskExpandedListItem.js"), exports);
|
|
258
|
+
__exportStar(require("./OperationsTaskExpandedListRes.js"), exports);
|
|
268
259
|
__exportStar(require("./OperationsTaskList1.js"), exports);
|
|
269
260
|
__exportStar(require("./OperationsTaskListEntry1.js"), exports);
|
|
270
261
|
__exportStar(require("./OperationsTaskListEntryClientCreate1.js"), exports);
|
|
271
262
|
__exportStar(require("./OperationsTaskListListRes.js"), exports);
|
|
272
|
-
__exportStar(require("./
|
|
263
|
+
__exportStar(require("./OperationsTaskListRemoveFromOrderRes1.js"), exports);
|
|
273
264
|
__exportStar(require("./OperationsTaskListRes.js"), exports);
|
|
274
265
|
__exportStar(require("./OperationsTaskListSortByEnum.js"), exports);
|
|
275
266
|
__exportStar(require("./OperationsTaskSortByEnum.js"), exports);
|
|
@@ -280,23 +271,32 @@ __exportStar(require("./Order1.js"), exports);
|
|
|
280
271
|
__exportStar(require("./OrderAndTaskGroupExpandedReq.js"), exports);
|
|
281
272
|
__exportStar(require("./OrderBuilderReq.js"), exports);
|
|
282
273
|
__exportStar(require("./OrderBuilderRes.js"), exports);
|
|
283
|
-
__exportStar(require("./
|
|
284
|
-
__exportStar(require("./
|
|
285
|
-
__exportStar(require("./OrderDraftSortByEnum.js"), exports);
|
|
274
|
+
__exportStar(require("./OrderDraftExpandedForCoordinator.js"), exports);
|
|
275
|
+
__exportStar(require("./OrderDraftExpandedForShipper.js"), exports);
|
|
286
276
|
__exportStar(require("./OrderDraftValidationRequirements.js"), exports);
|
|
287
277
|
__exportStar(require("./OrderDraftValidationResult.js"), exports);
|
|
288
|
-
__exportStar(require("./
|
|
278
|
+
__exportStar(require("./OrderExpandedForCoordinator.js"), exports);
|
|
279
|
+
__exportStar(require("./OrderExpandedForExecutor.js"), exports);
|
|
280
|
+
__exportStar(require("./OrderExpandedForProvider.js"), exports);
|
|
281
|
+
__exportStar(require("./OrderExpandedForShipper.js"), exports);
|
|
289
282
|
__exportStar(require("./OrderGroup1.js"), exports);
|
|
290
283
|
__exportStar(require("./OrderGroupExpandedListRes.js"), exports);
|
|
291
284
|
__exportStar(require("./OrderGroupExpandedRow.js"), exports);
|
|
292
285
|
__exportStar(require("./OrderGroupExpandedSortByEnum.js"), exports);
|
|
293
286
|
__exportStar(require("./OrderGroupListRes.js"), exports);
|
|
294
287
|
__exportStar(require("./OrderGroupSortByEnum.js"), exports);
|
|
295
|
-
__exportStar(require("./
|
|
296
|
-
__exportStar(require("./
|
|
297
|
-
__exportStar(require("./
|
|
288
|
+
__exportStar(require("./OrderInternalMessage1.js"), exports);
|
|
289
|
+
__exportStar(require("./OrderInternalMessageS3ObjectMetadata1.js"), exports);
|
|
290
|
+
__exportStar(require("./OrderInternalMessages1.js"), exports);
|
|
291
|
+
__exportStar(require("./OrderLimitedForCoordinator1.js"), exports);
|
|
292
|
+
__exportStar(require("./OrderLimitedForExecutor1.js"), exports);
|
|
293
|
+
__exportStar(require("./OrderLimitedForProvider1.js"), exports);
|
|
294
|
+
__exportStar(require("./OrderLimitedForShipper1.js"), exports);
|
|
295
|
+
__exportStar(require("./OrderProviderRoleEnum.js"), exports);
|
|
296
|
+
__exportStar(require("./OrderProviderRoleFilterEnum.js"), exports);
|
|
298
297
|
__exportStar(require("./OrderSchedule1.js"), exports);
|
|
299
298
|
__exportStar(require("./OrderScheduleAboutRes.js"), exports);
|
|
299
|
+
__exportStar(require("./OrderScheduleBuildSeedRes.js"), exports);
|
|
300
300
|
__exportStar(require("./OrderScheduleListRes.js"), exports);
|
|
301
301
|
__exportStar(require("./OrderScheduleOrchestratorScheduleActionResult.js"), exports);
|
|
302
302
|
__exportStar(require("./OrderScheduleOrchestratorScheduleStatus.js"), exports);
|
|
@@ -305,12 +305,15 @@ __exportStar(require("./OrderScheduleSpec1.js"), exports);
|
|
|
305
305
|
__exportStar(require("./OrderScheduleStatusEnum1.js"), exports);
|
|
306
306
|
__exportStar(require("./OrderSortByEnum.js"), exports);
|
|
307
307
|
__exportStar(require("./OrderStatusEnum1.js"), exports);
|
|
308
|
+
__exportStar(require("./OrderTaskGroupExecutorDetails1.js"), exports);
|
|
309
|
+
__exportStar(require("./OrderTaskGroupSharedDetails1.js"), exports);
|
|
308
310
|
__exportStar(require("./OrderTemplate1.js"), exports);
|
|
309
311
|
__exportStar(require("./OrderTemplateCore1.js"), exports);
|
|
310
312
|
__exportStar(require("./OrderTemplateExpanded1.js"), exports);
|
|
311
313
|
__exportStar(require("./OrderTemplateListRes.js"), exports);
|
|
312
314
|
__exportStar(require("./OrderTemplateOrgInfo1.js"), exports);
|
|
313
315
|
__exportStar(require("./OrderTemplateReferenceColumnEnum1.js"), exports);
|
|
316
|
+
__exportStar(require("./OrderTemplateReferencesExpanded1.js"), exports);
|
|
314
317
|
__exportStar(require("./OrderTemplateResolvabilityRes.js"), exports);
|
|
315
318
|
__exportStar(require("./OrderTemplateSortByEnum.js"), exports);
|
|
316
319
|
__exportStar(require("./OrderTypeaheadFieldEnum.js"), exports);
|
|
@@ -318,7 +321,10 @@ __exportStar(require("./OrderTypeaheadResult.js"), exports);
|
|
|
318
321
|
__exportStar(require("./OrderTypeaheadValue.js"), exports);
|
|
319
322
|
__exportStar(require("./OrdersDraftDeleteManyRes.js"), exports);
|
|
320
323
|
__exportStar(require("./OrdersDraftUpdateRes.js"), exports);
|
|
321
|
-
__exportStar(require("./
|
|
324
|
+
__exportStar(require("./OrdersExpandedListForCoordinatorRes.js"), exports);
|
|
325
|
+
__exportStar(require("./OrdersExpandedListForExecutorRes.js"), exports);
|
|
326
|
+
__exportStar(require("./OrdersExpandedListForProviderRes.js"), exports);
|
|
327
|
+
__exportStar(require("./OrdersExpandedListForShipperRes.js"), exports);
|
|
322
328
|
__exportStar(require("./OrdersNewDraftRes.js"), exports);
|
|
323
329
|
__exportStar(require("./OrdersUpdateOffChrtReferenceIdRes.js"), exports);
|
|
324
330
|
__exportStar(require("./OrgBiddingGroup1.js"), exports);
|
|
@@ -348,16 +354,22 @@ __exportStar(require("./Position3D.js"), exports);
|
|
|
348
354
|
__exportStar(require("./ProFormaLineItem1.js"), exports);
|
|
349
355
|
__exportStar(require("./ProviderConnectionListRes.js"), exports);
|
|
350
356
|
__exportStar(require("./ProviderConnectionRes.js"), exports);
|
|
357
|
+
__exportStar(require("./ProviderOnAndOffChrtExecutorListItem.js"), exports);
|
|
358
|
+
__exportStar(require("./ProviderOnAndOffChrtExecutorListPage.js"), exports);
|
|
359
|
+
__exportStar(require("./ProviderOnAndOffChrtExecutorListRes.js"), exports);
|
|
360
|
+
__exportStar(require("./ProviderOnAndOffChrtExecutorSourceEnum.js"), exports);
|
|
351
361
|
__exportStar(require("./ProviderOrgInfoForConnections1.js"), exports);
|
|
352
362
|
__exportStar(require("./ProviderOrgProfile1.js"), exports);
|
|
353
363
|
__exportStar(require("./ProviderProviderConnection1.js"), exports);
|
|
364
|
+
__exportStar(require("./ProviderProviderConnectionCallerRoleEnum.js"), exports);
|
|
365
|
+
__exportStar(require("./ProviderProviderConnectionListItem.js"), exports);
|
|
366
|
+
__exportStar(require("./ProviderProviderConnectionListRes.js"), exports);
|
|
354
367
|
__exportStar(require("./RateSheetMapping1.js"), exports);
|
|
355
368
|
__exportStar(require("./RateSheetMappingListRes.js"), exports);
|
|
356
369
|
__exportStar(require("./ScanPayloadKindEnum.js"), exports);
|
|
357
370
|
__exportStar(require("./ScheduleCalendarSpec.js"), exports);
|
|
358
371
|
__exportStar(require("./ScheduleIntervalSpec.js"), exports);
|
|
359
372
|
__exportStar(require("./ScheduleRange.js"), exports);
|
|
360
|
-
__exportStar(require("./ScheduledOrdersNewDraftReq.js"), exports);
|
|
361
373
|
__exportStar(require("./Session1.js"), exports);
|
|
362
374
|
__exportStar(require("./SessionByDeviceDataPoint1.js"), exports);
|
|
363
375
|
__exportStar(require("./SessionByDeviceDataPointMetadata1.js"), exports);
|
|
@@ -417,7 +429,6 @@ __exportStar(require("./TaskGroupByDriverDataPointMetadata1.js"), exports);
|
|
|
417
429
|
__exportStar(require("./TaskGroupByDriverSharingSettings1.js"), exports);
|
|
418
430
|
__exportStar(require("./TaskGroupExpanded.js"), exports);
|
|
419
431
|
__exportStar(require("./TaskGroupExpandedListRes.js"), exports);
|
|
420
|
-
__exportStar(require("./TaskGroupManifest1.js"), exports);
|
|
421
432
|
__exportStar(require("./TaskGroupMessage1.js"), exports);
|
|
422
433
|
__exportStar(require("./TaskGroupQuoteResp.js"), exports);
|
|
423
434
|
__exportStar(require("./TaskGroupS3ObjectMetadata1.js"), exports);
|
|
@@ -426,14 +437,12 @@ __exportStar(require("./TaskGroupStatusEnum1.js"), exports);
|
|
|
426
437
|
__exportStar(require("./TaskGroupTypeEnum1.js"), exports);
|
|
427
438
|
__exportStar(require("./TaskGroupTypeaheadFieldEnum.js"), exports);
|
|
428
439
|
__exportStar(require("./TaskGroupTypeaheadResult.js"), exports);
|
|
429
|
-
__exportStar(require("./
|
|
430
|
-
__exportStar(require("./TaskManifest1.js"), exports);
|
|
440
|
+
__exportStar(require("./TaskListToApplyToOrder1.js"), exports);
|
|
431
441
|
__exportStar(require("./TaskStatusEnum1.js"), exports);
|
|
432
442
|
__exportStar(require("./TaskWaitTimeGeofenceRes.js"), exports);
|
|
433
443
|
__exportStar(require("./TemplateRes.js"), exports);
|
|
434
444
|
__exportStar(require("./TimeBucket.js"), exports);
|
|
435
445
|
__exportStar(require("./TimeGranularity.js"), exports);
|
|
436
|
-
__exportStar(require("./TimeWindow1.js"), exports);
|
|
437
446
|
__exportStar(require("./TimezoneEnum.js"), exports);
|
|
438
447
|
__exportStar(require("./TimezoneResponse.js"), exports);
|
|
439
448
|
__exportStar(require("./TiveDataPoint1.js"), exports);
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.
|
|
1
|
+
export declare const SDK_VERSION = "1.863.0";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/Client.mjs
CHANGED
|
@@ -21,8 +21,8 @@ export class ChrtClient {
|
|
|
21
21
|
this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
|
|
22
22
|
"X-Fern-Language": "JavaScript",
|
|
23
23
|
"X-Fern-SDK-Name": "@chrt-inc/typescript-sdk",
|
|
24
|
-
"X-Fern-SDK-Version": "1.
|
|
25
|
-
"User-Agent": "@chrt-inc/typescript-sdk/1.
|
|
24
|
+
"X-Fern-SDK-Version": "1.863.0",
|
|
25
|
+
"User-Agent": "@chrt-inc/typescript-sdk/1.863.0",
|
|
26
26
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
27
27
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
28
28
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as environments from "../../../../environments.mjs";
|
|
5
5
|
import * as core from "../../../../core/index.mjs";
|
|
6
|
-
import { Cases } from "../resources/cases/client/Client.mjs";
|
|
7
6
|
import { DepartmentRoutingRules } from "../resources/departmentRoutingRules/client/Client.mjs";
|
|
8
7
|
import { Departments } from "../resources/departments/client/Client.mjs";
|
|
9
8
|
import { OperationsTaskLists } from "../resources/operationsTaskLists/client/Client.mjs";
|
|
10
9
|
import { OperationsTasks } from "../resources/operationsTasks/client/Client.mjs";
|
|
10
|
+
import { OrderInternalMessages } from "../resources/orderInternalMessages/client/Client.mjs";
|
|
11
11
|
export declare namespace Operations {
|
|
12
12
|
interface Options {
|
|
13
13
|
environment?: core.Supplier<environments.ChrtEnvironment | string>;
|
|
@@ -21,15 +21,15 @@ export declare namespace Operations {
|
|
|
21
21
|
}
|
|
22
22
|
export declare class Operations {
|
|
23
23
|
protected readonly _options: Operations.Options;
|
|
24
|
-
protected _cases: Cases | undefined;
|
|
25
24
|
protected _departmentRoutingRules: DepartmentRoutingRules | undefined;
|
|
26
25
|
protected _departments: Departments | undefined;
|
|
27
26
|
protected _operationsTaskLists: OperationsTaskLists | undefined;
|
|
28
27
|
protected _operationsTasks: OperationsTasks | undefined;
|
|
28
|
+
protected _orderInternalMessages: OrderInternalMessages | undefined;
|
|
29
29
|
constructor(_options?: Operations.Options);
|
|
30
|
-
get cases(): Cases;
|
|
31
30
|
get departmentRoutingRules(): DepartmentRoutingRules;
|
|
32
31
|
get departments(): Departments;
|
|
33
32
|
get operationsTaskLists(): OperationsTaskLists;
|
|
34
33
|
get operationsTasks(): OperationsTasks;
|
|
34
|
+
get orderInternalMessages(): OrderInternalMessages;
|
|
35
35
|
}
|
|
@@ -1,19 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import { Cases } from "../resources/cases/client/Client.mjs";
|
|
5
4
|
import { DepartmentRoutingRules } from "../resources/departmentRoutingRules/client/Client.mjs";
|
|
6
5
|
import { Departments } from "../resources/departments/client/Client.mjs";
|
|
7
6
|
import { OperationsTaskLists } from "../resources/operationsTaskLists/client/Client.mjs";
|
|
8
7
|
import { OperationsTasks } from "../resources/operationsTasks/client/Client.mjs";
|
|
8
|
+
import { OrderInternalMessages } from "../resources/orderInternalMessages/client/Client.mjs";
|
|
9
9
|
export class Operations {
|
|
10
10
|
constructor(_options = {}) {
|
|
11
11
|
this._options = _options;
|
|
12
12
|
}
|
|
13
|
-
get cases() {
|
|
14
|
-
var _a;
|
|
15
|
-
return ((_a = this._cases) !== null && _a !== void 0 ? _a : (this._cases = new Cases(this._options)));
|
|
16
|
-
}
|
|
17
13
|
get departmentRoutingRules() {
|
|
18
14
|
var _a;
|
|
19
15
|
return ((_a = this._departmentRoutingRules) !== null && _a !== void 0 ? _a : (this._departmentRoutingRules = new DepartmentRoutingRules(this._options)));
|
|
@@ -30,4 +26,8 @@ export class Operations {
|
|
|
30
26
|
var _a;
|
|
31
27
|
return ((_a = this._operationsTasks) !== null && _a !== void 0 ? _a : (this._operationsTasks = new OperationsTasks(this._options)));
|
|
32
28
|
}
|
|
29
|
+
get orderInternalMessages() {
|
|
30
|
+
var _a;
|
|
31
|
+
return ((_a = this._orderInternalMessages) !== null && _a !== void 0 ? _a : (this._orderInternalMessages = new OrderInternalMessages(this._options)));
|
|
32
|
+
}
|
|
33
33
|
}
|
package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.d.mts
CHANGED
|
@@ -41,7 +41,7 @@ export declare class DepartmentRoutingRules {
|
|
|
41
41
|
listV1(requestOptions?: DepartmentRoutingRules.RequestOptions): core.HttpResponsePromise<Chrt.DepartmentRoutingRule1[]>;
|
|
42
42
|
private __listV1;
|
|
43
43
|
/**
|
|
44
|
-
* Sets the caller org's default operations desk for a counterparty. The body must set exactly one of shipper_org_id (on-chrt shipper) / off_chrt_shipper_org_id (off-chrt shipper shell) (XOR). Upsert: one rule per (owner, counterparty). Returns the rule id. The mapping is a non-binding suggestion surfaced
|
|
44
|
+
* Sets the caller org's default operations desk for a counterparty. The body must set exactly one of shipper_org_id (on-chrt shipper) / off_chrt_shipper_org_id (off-chrt shipper shell) (XOR). Upsert: one rule per (owner, counterparty). Returns the rule id. The mapping is a non-binding suggestion surfaced via suggested_department. | authz: min_org_role=administrator | (DepartmentRoutingRuleClientCreate1) -> (PydanticObjectId)
|
|
45
45
|
*
|
|
46
46
|
* @param {Chrt.operations.DepartmentRoutingRuleClientCreate1} request
|
|
47
47
|
* @param {DepartmentRoutingRules.RequestOptions} requestOptions - Request-specific configuration.
|
package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.mjs
CHANGED
|
@@ -71,7 +71,7 @@ export class DepartmentRoutingRules {
|
|
|
71
71
|
});
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
|
-
* Sets the caller org's default operations desk for a counterparty. The body must set exactly one of shipper_org_id (on-chrt shipper) / off_chrt_shipper_org_id (off-chrt shipper shell) (XOR). Upsert: one rule per (owner, counterparty). Returns the rule id. The mapping is a non-binding suggestion surfaced
|
|
74
|
+
* Sets the caller org's default operations desk for a counterparty. The body must set exactly one of shipper_org_id (on-chrt shipper) / off_chrt_shipper_org_id (off-chrt shipper shell) (XOR). Upsert: one rule per (owner, counterparty). Returns the rule id. The mapping is a non-binding suggestion surfaced via suggested_department. | authz: min_org_role=administrator | (DepartmentRoutingRuleClientCreate1) -> (PydanticObjectId)
|
|
75
75
|
*
|
|
76
76
|
* @param {Chrt.operations.DepartmentRoutingRuleClientCreate1} request
|
|
77
77
|
* @param {DepartmentRoutingRules.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * as cases from "./cases/index.mjs";
|
|
2
1
|
export * as departmentRoutingRules from "./departmentRoutingRules/index.mjs";
|
|
3
2
|
export * as departments from "./departments/index.mjs";
|
|
4
3
|
export * as operationsTaskLists from "./operationsTaskLists/index.mjs";
|
|
5
4
|
export * as operationsTasks from "./operationsTasks/index.mjs";
|
|
6
|
-
export * from "./
|
|
5
|
+
export * as orderInternalMessages from "./orderInternalMessages/index.mjs";
|
|
7
6
|
export * from "./departmentRoutingRules/client/requests/index.mjs";
|
|
8
7
|
export * from "./departments/client/requests/index.mjs";
|
|
9
8
|
export * from "./operationsTaskLists/client/requests/index.mjs";
|
|
10
9
|
export * from "./operationsTasks/client/requests/index.mjs";
|
|
10
|
+
export * from "./orderInternalMessages/client/requests/index.mjs";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * as cases from "./cases/index.mjs";
|
|
2
1
|
export * as departmentRoutingRules from "./departmentRoutingRules/index.mjs";
|
|
3
2
|
export * as departments from "./departments/index.mjs";
|
|
4
3
|
export * as operationsTaskLists from "./operationsTaskLists/index.mjs";
|
|
5
4
|
export * as operationsTasks from "./operationsTasks/index.mjs";
|
|
6
|
-
export * from "./
|
|
5
|
+
export * as orderInternalMessages from "./orderInternalMessages/index.mjs";
|
|
7
6
|
export * from "./departmentRoutingRules/client/requests/index.mjs";
|
|
8
7
|
export * from "./departments/client/requests/index.mjs";
|
|
9
8
|
export * from "./operationsTaskLists/client/requests/index.mjs";
|
|
10
9
|
export * from "./operationsTasks/client/requests/index.mjs";
|
|
10
|
+
export * from "./orderInternalMessages/client/requests/index.mjs";
|
|
@@ -31,24 +31,25 @@ export declare class OperationsTaskLists {
|
|
|
31
31
|
protected readonly _options: OperationsTaskLists.Options;
|
|
32
32
|
constructor(_options?: OperationsTaskLists.Options);
|
|
33
33
|
/**
|
|
34
|
-
* Materializes each entry of an OperationsTaskList into an OperationsTask on the
|
|
34
|
+
* Materializes each entry of an OperationsTaskList into an OperationsTask on the Order (status=not_started, source_task_list_id set). Deadlines resolve per-entry from its anchor+offset; initial_deadline_timestamp, if set, pins the first entry and the chain follows. department_id overrides the caller's Order department when supplied. No dedup — applying twice creates duplicate tasks. | authz: min_org_role=operator | () -> (list[PydanticObjectId])
|
|
35
35
|
*
|
|
36
36
|
* @param {string} taskListId
|
|
37
|
-
* @param {string}
|
|
38
|
-
* @param {Chrt.operations.
|
|
37
|
+
* @param {string} orderId
|
|
38
|
+
* @param {Chrt.operations.OperationsTaskListsApplyToOrderV1Request} request
|
|
39
39
|
* @param {OperationsTaskLists.RequestOptions} requestOptions - Request-specific configuration.
|
|
40
40
|
*
|
|
41
41
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
42
42
|
*
|
|
43
43
|
* @example
|
|
44
|
-
* await client.operations.operationsTaskLists.
|
|
44
|
+
* await client.operations.operationsTaskLists.applyToOrderV1("task_list_id", "order_id", {
|
|
45
|
+
* department_id: "department_id",
|
|
45
46
|
* initial_deadline_timestamp: "2024-01-15T09:30:00Z"
|
|
46
47
|
* })
|
|
47
48
|
*/
|
|
48
|
-
|
|
49
|
-
private
|
|
49
|
+
applyToOrderV1(taskListId: string, orderId: string, request?: Chrt.operations.OperationsTaskListsApplyToOrderV1Request, requestOptions?: OperationsTaskLists.RequestOptions): core.HttpResponsePromise<string[]>;
|
|
50
|
+
private __applyToOrderV1;
|
|
50
51
|
/**
|
|
51
|
-
* Soft-deletes an OperationsTaskList by setting `archived=True`. Tasks already applied to
|
|
52
|
+
* Soft-deletes an OperationsTaskList by setting `archived=True`. Tasks already applied to Orders are unaffected. | authz: min_org_role=operator | () -> (bool)
|
|
52
53
|
*
|
|
53
54
|
* @param {string} taskListId
|
|
54
55
|
* @param {OperationsTaskLists.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -145,19 +146,19 @@ export declare class OperationsTaskLists {
|
|
|
145
146
|
listV1(request?: Chrt.operations.OperationsTaskListsListV1Request, requestOptions?: OperationsTaskLists.RequestOptions): core.HttpResponsePromise<Chrt.OperationsTaskListListRes>;
|
|
146
147
|
private __listV1;
|
|
147
148
|
/**
|
|
148
|
-
* Removes the OperationsTasks this OperationsTaskList added to the
|
|
149
|
+
* Removes the OperationsTasks this OperationsTaskList added to the Order (matched by source_task_list_id). Only untouched (not_started) tasks are deleted; started/completed/skipped/cancelled tasks are kept. Returns deleted and kept counts. | authz: min_org_role=operator | () -> (OperationsTaskListRemoveFromOrderRes1)
|
|
149
150
|
*
|
|
150
151
|
* @param {string} taskListId
|
|
151
|
-
* @param {string}
|
|
152
|
+
* @param {string} orderId
|
|
152
153
|
* @param {OperationsTaskLists.RequestOptions} requestOptions - Request-specific configuration.
|
|
153
154
|
*
|
|
154
155
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
155
156
|
*
|
|
156
157
|
* @example
|
|
157
|
-
* await client.operations.operationsTaskLists.
|
|
158
|
+
* await client.operations.operationsTaskLists.removeNotStartedTasksFromOrderV1("task_list_id", "order_id")
|
|
158
159
|
*/
|
|
159
|
-
|
|
160
|
-
private
|
|
160
|
+
removeNotStartedTasksFromOrderV1(taskListId: string, orderId: string, requestOptions?: OperationsTaskLists.RequestOptions): core.HttpResponsePromise<Chrt.OperationsTaskListRemoveFromOrderRes1>;
|
|
161
|
+
private __removeNotStartedTasksFromOrderV1;
|
|
161
162
|
/**
|
|
162
163
|
* Restores an archived OperationsTaskList by setting `archived=False`. | authz: min_org_role=operator | () -> (bool)
|
|
163
164
|
*
|
|
@@ -201,7 +202,7 @@ export declare class OperationsTaskLists {
|
|
|
201
202
|
getV1(taskListId: string, requestOptions?: OperationsTaskLists.RequestOptions): core.HttpResponsePromise<Chrt.OperationsTaskList1>;
|
|
202
203
|
private __getV1;
|
|
203
204
|
/**
|
|
204
|
-
* Updates scalar fields (name, description
|
|
205
|
+
* Updates scalar fields (name, description) on an OperationsTaskList. | authz: min_org_role=operator | (OperationsTaskListClientUpdate1) -> (bool)
|
|
205
206
|
*
|
|
206
207
|
* @param {string} taskListId
|
|
207
208
|
* @param {Chrt.operations.OperationsTaskListClientUpdate1} request
|
|
@@ -20,34 +20,38 @@ export class OperationsTaskLists {
|
|
|
20
20
|
this._options = _options;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
-
* Materializes each entry of an OperationsTaskList into an OperationsTask on the
|
|
23
|
+
* Materializes each entry of an OperationsTaskList into an OperationsTask on the Order (status=not_started, source_task_list_id set). Deadlines resolve per-entry from its anchor+offset; initial_deadline_timestamp, if set, pins the first entry and the chain follows. department_id overrides the caller's Order department when supplied. No dedup — applying twice creates duplicate tasks. | authz: min_org_role=operator | () -> (list[PydanticObjectId])
|
|
24
24
|
*
|
|
25
25
|
* @param {string} taskListId
|
|
26
|
-
* @param {string}
|
|
27
|
-
* @param {Chrt.operations.
|
|
26
|
+
* @param {string} orderId
|
|
27
|
+
* @param {Chrt.operations.OperationsTaskListsApplyToOrderV1Request} request
|
|
28
28
|
* @param {OperationsTaskLists.RequestOptions} requestOptions - Request-specific configuration.
|
|
29
29
|
*
|
|
30
30
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
31
31
|
*
|
|
32
32
|
* @example
|
|
33
|
-
* await client.operations.operationsTaskLists.
|
|
33
|
+
* await client.operations.operationsTaskLists.applyToOrderV1("task_list_id", "order_id", {
|
|
34
|
+
* department_id: "department_id",
|
|
34
35
|
* initial_deadline_timestamp: "2024-01-15T09:30:00Z"
|
|
35
36
|
* })
|
|
36
37
|
*/
|
|
37
|
-
|
|
38
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
38
|
+
applyToOrderV1(taskListId, orderId, request = {}, requestOptions) {
|
|
39
|
+
return core.HttpResponsePromise.fromPromise(this.__applyToOrderV1(taskListId, orderId, request, requestOptions));
|
|
39
40
|
}
|
|
40
|
-
|
|
41
|
-
return __awaiter(this, arguments, void 0, function* (taskListId,
|
|
41
|
+
__applyToOrderV1(taskListId_1, orderId_1) {
|
|
42
|
+
return __awaiter(this, arguments, void 0, function* (taskListId, orderId, request = {}, requestOptions) {
|
|
42
43
|
var _a, _b, _c, _d;
|
|
43
|
-
const { initial_deadline_timestamp: initialDeadlineTimestamp } = request;
|
|
44
|
+
const { department_id: departmentId, initial_deadline_timestamp: initialDeadlineTimestamp } = request;
|
|
44
45
|
const _queryParams = {};
|
|
46
|
+
if (departmentId !== undefined) {
|
|
47
|
+
_queryParams["department_id"] = departmentId;
|
|
48
|
+
}
|
|
45
49
|
if (initialDeadlineTimestamp !== undefined) {
|
|
46
50
|
_queryParams["initial_deadline_timestamp"] = initialDeadlineTimestamp;
|
|
47
51
|
}
|
|
48
52
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
49
53
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
50
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `operations/operations_task_lists/
|
|
54
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `operations/operations_task_lists/apply_to_order/v1/${encodeURIComponent(taskListId)}/${encodeURIComponent(orderId)}`),
|
|
51
55
|
method: "POST",
|
|
52
56
|
headers: _headers,
|
|
53
57
|
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
@@ -78,7 +82,7 @@ export class OperationsTaskLists {
|
|
|
78
82
|
rawResponse: _response.rawResponse,
|
|
79
83
|
});
|
|
80
84
|
case "timeout":
|
|
81
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /operations/operations_task_lists/
|
|
85
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /operations/operations_task_lists/apply_to_order/v1/{task_list_id}/{order_id}.");
|
|
82
86
|
case "unknown":
|
|
83
87
|
throw new errors.ChrtError({
|
|
84
88
|
message: _response.error.errorMessage,
|
|
@@ -88,7 +92,7 @@ export class OperationsTaskLists {
|
|
|
88
92
|
});
|
|
89
93
|
}
|
|
90
94
|
/**
|
|
91
|
-
* Soft-deletes an OperationsTaskList by setting `archived=True`. Tasks already applied to
|
|
95
|
+
* Soft-deletes an OperationsTaskList by setting `archived=True`. Tasks already applied to Orders are unaffected. | authz: min_org_role=operator | () -> (bool)
|
|
92
96
|
*
|
|
93
97
|
* @param {string} taskListId
|
|
94
98
|
* @param {OperationsTaskLists.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -487,26 +491,26 @@ export class OperationsTaskLists {
|
|
|
487
491
|
});
|
|
488
492
|
}
|
|
489
493
|
/**
|
|
490
|
-
* Removes the OperationsTasks this OperationsTaskList added to the
|
|
494
|
+
* Removes the OperationsTasks this OperationsTaskList added to the Order (matched by source_task_list_id). Only untouched (not_started) tasks are deleted; started/completed/skipped/cancelled tasks are kept. Returns deleted and kept counts. | authz: min_org_role=operator | () -> (OperationsTaskListRemoveFromOrderRes1)
|
|
491
495
|
*
|
|
492
496
|
* @param {string} taskListId
|
|
493
|
-
* @param {string}
|
|
497
|
+
* @param {string} orderId
|
|
494
498
|
* @param {OperationsTaskLists.RequestOptions} requestOptions - Request-specific configuration.
|
|
495
499
|
*
|
|
496
500
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
497
501
|
*
|
|
498
502
|
* @example
|
|
499
|
-
* await client.operations.operationsTaskLists.
|
|
503
|
+
* await client.operations.operationsTaskLists.removeNotStartedTasksFromOrderV1("task_list_id", "order_id")
|
|
500
504
|
*/
|
|
501
|
-
|
|
502
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
505
|
+
removeNotStartedTasksFromOrderV1(taskListId, orderId, requestOptions) {
|
|
506
|
+
return core.HttpResponsePromise.fromPromise(this.__removeNotStartedTasksFromOrderV1(taskListId, orderId, requestOptions));
|
|
503
507
|
}
|
|
504
|
-
|
|
508
|
+
__removeNotStartedTasksFromOrderV1(taskListId, orderId, requestOptions) {
|
|
505
509
|
return __awaiter(this, void 0, void 0, function* () {
|
|
506
510
|
var _a, _b, _c, _d;
|
|
507
511
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
508
512
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
509
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `operations/operations_task_lists/
|
|
513
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `operations/operations_task_lists/remove_not_started_tasks_from_order/v1/${encodeURIComponent(taskListId)}/${encodeURIComponent(orderId)}`),
|
|
510
514
|
method: "POST",
|
|
511
515
|
headers: _headers,
|
|
512
516
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -540,7 +544,7 @@ export class OperationsTaskLists {
|
|
|
540
544
|
rawResponse: _response.rawResponse,
|
|
541
545
|
});
|
|
542
546
|
case "timeout":
|
|
543
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /operations/operations_task_lists/
|
|
547
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /operations/operations_task_lists/remove_not_started_tasks_from_order/v1/{task_list_id}/{order_id}.");
|
|
544
548
|
case "unknown":
|
|
545
549
|
throw new errors.ChrtError({
|
|
546
550
|
message: _response.error.errorMessage,
|
|
@@ -733,7 +737,7 @@ export class OperationsTaskLists {
|
|
|
733
737
|
});
|
|
734
738
|
}
|
|
735
739
|
/**
|
|
736
|
-
* Updates scalar fields (name, description
|
|
740
|
+
* Updates scalar fields (name, description) on an OperationsTaskList. | authz: min_org_role=operator | (OperationsTaskListClientUpdate1) -> (bool)
|
|
737
741
|
*
|
|
738
742
|
* @param {string} taskListId
|
|
739
743
|
* @param {Chrt.operations.OperationsTaskListClientUpdate1} request
|
|
@@ -4,10 +4,13 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* @example
|
|
6
6
|
* {
|
|
7
|
+
* department_id: "department_id",
|
|
7
8
|
* initial_deadline_timestamp: "2024-01-15T09:30:00Z"
|
|
8
9
|
* }
|
|
9
10
|
*/
|
|
10
|
-
export interface
|
|
11
|
+
export interface OperationsTaskListsApplyToOrderV1Request {
|
|
12
|
+
/** Overrides the Order department for tasks materialized by this application. */
|
|
13
|
+
department_id?: string | null;
|
|
11
14
|
/** If set, pins the first entry's deadline; later FROM_PREVIOUS_TASK entries cascade from it. */
|
|
12
15
|
initial_deadline_timestamp?: string | null;
|
|
13
16
|
}
|
package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { type
|
|
1
|
+
export { type OperationsTaskListsApplyToOrderV1Request } from "./OperationsTaskListsApplyToOrderV1Request.mjs";
|
|
2
2
|
export { type OperationsTaskListReorderEntries1 } from "./OperationsTaskListReorderEntries1.mjs";
|
|
3
3
|
export { type OperationsTaskListsListV1Request } from "./OperationsTaskListsListV1Request.mjs";
|
|
4
4
|
export { type OperationsTaskListClientCreate1 } from "./OperationsTaskListClientCreate1.mjs";
|
|
@@ -79,7 +79,32 @@ export declare class OperationsTasks {
|
|
|
79
79
|
deleteCommentV1(taskId: string, commentId: string, requestOptions?: OperationsTasks.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
80
80
|
private __deleteCommentV1;
|
|
81
81
|
/**
|
|
82
|
-
* Lists OperationsTasks
|
|
82
|
+
* Lists OperationsTasks with department and assigned-user details. | authz: min_org_role=operator | () -> (OperationsTaskExpandedListRes)
|
|
83
|
+
*
|
|
84
|
+
* @param {Chrt.operations.OperationsTasksExpandedListV1Request} request
|
|
85
|
+
* @param {OperationsTasks.RequestOptions} requestOptions - Request-specific configuration.
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link Chrt.UnprocessableEntityError}
|
|
88
|
+
*
|
|
89
|
+
* @example
|
|
90
|
+
* await client.operations.operationsTasks.expandedListV1({
|
|
91
|
+
* sort_by: "deadline_timestamp",
|
|
92
|
+
* sort_order: "asc",
|
|
93
|
+
* page: 1,
|
|
94
|
+
* page_size: 1,
|
|
95
|
+
* search: "search",
|
|
96
|
+
* filter_order_short_id: "filter_order_short_id",
|
|
97
|
+
* filter_order_off_chrt_reference_id: "filter_order_off_chrt_reference_id",
|
|
98
|
+
* filter_department_id: "filter_department_id",
|
|
99
|
+
* filter_assigned_user_id: "filter_assigned_user_id",
|
|
100
|
+
* filter_deadline_gte: "2024-01-15T09:30:00Z",
|
|
101
|
+
* filter_deadline_lte: "2024-01-15T09:30:00Z"
|
|
102
|
+
* })
|
|
103
|
+
*/
|
|
104
|
+
expandedListV1(request?: Chrt.operations.OperationsTasksExpandedListV1Request, requestOptions?: OperationsTasks.RequestOptions): core.HttpResponsePromise<Chrt.OperationsTaskExpandedListRes>;
|
|
105
|
+
private __expandedListV1;
|
|
106
|
+
/**
|
|
107
|
+
* Lists OperationsTasks for the caller's organization, with order ids / order short id / order off-CHRT reference id / department / type / status / assignee / deadline filtering, sorting, and pagination. | authz: min_org_role=operator | () -> (OperationsTaskListRes)
|
|
83
108
|
*
|
|
84
109
|
* @param {Chrt.operations.OperationsTasksListV1Request} request
|
|
85
110
|
* @param {OperationsTasks.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -92,6 +117,7 @@ export declare class OperationsTasks {
|
|
|
92
117
|
* sort_order: "asc",
|
|
93
118
|
* page: 1,
|
|
94
119
|
* page_size: 1,
|
|
120
|
+
* search: "search",
|
|
95
121
|
* filter_order_short_id: "filter_order_short_id",
|
|
96
122
|
* filter_order_off_chrt_reference_id: "filter_order_off_chrt_reference_id",
|
|
97
123
|
* filter_department_id: "filter_department_id",
|
|
@@ -119,7 +145,7 @@ export declare class OperationsTasks {
|
|
|
119
145
|
updateStatusV1(taskId: string, request: Chrt.operations.OperationsTaskStatusReq, requestOptions?: OperationsTasks.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
120
146
|
private __updateStatusV1;
|
|
121
147
|
/**
|
|
122
|
-
* Creates a new OperationsTask on an Order the caller's
|
|
148
|
+
* Creates a new OperationsTask on an Order where the caller is coordinator or executor. Seeds department_id from the caller's Order department fields. | authz: min_org_role=operator | (OperationsTaskClientCreate1) -> (PydanticObjectId)
|
|
123
149
|
*
|
|
124
150
|
* @param {Chrt.operations.OperationsTaskClientCreate1} request
|
|
125
151
|
* @param {OperationsTasks.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -164,7 +190,7 @@ export declare class OperationsTasks {
|
|
|
164
190
|
deleteV1(taskId: string, requestOptions?: OperationsTasks.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
165
191
|
private __deleteV1;
|
|
166
192
|
/**
|
|
167
|
-
* Updates editable fields (task_type, title, description, deadline_timestamp,
|
|
193
|
+
* Updates editable fields (task_type, title, description, deadline_timestamp, assigned_user_ids) on an OperationsTask. | authz: min_org_role=operator | (OperationsTaskClientUpdate1) -> (bool)
|
|
168
194
|
*
|
|
169
195
|
* @param {string} taskId
|
|
170
196
|
* @param {Chrt.operations.OperationsTaskClientUpdate1} request
|