@chrt-inc/typescript-sdk 1.876.0 → 1.881.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/resources/operationsTasks/client/Client.d.ts +25 -9
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.js +80 -12
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksApplyTimeDeltaToDeadlineTimestampsReq1.d.ts +14 -0
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/{OperationsTasksBulkUpdateDeadlinesReq1.d.ts → OperationsTasksSetDeadlineTimestampsReq1.d.ts} +4 -4
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/index.d.ts +2 -1
- package/dist/cjs/api/resources/orgs/resources/connections/client/Client.d.ts +83 -36
- package/dist/cjs/api/resources/orgs/resources/connections/client/Client.js +260 -79
- package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListCoordinatorsForExecutorV1Request.d.ts +23 -0
- package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListCoordinatorsForShipperV1Request.d.ts +20 -0
- package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListExecutorsForCoordinatorV1Request.d.ts +23 -0
- package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListExecutorsGeoSearchForCoordinatorV1Request.d.ts +26 -0
- package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListShippersForCoordinatorV1Request.d.ts +20 -0
- package/dist/{esm/api/resources/orgs/resources/connections/client/requests/ProviderProviderUpdateAutoAssignReq.d.mts → cjs/api/resources/orgs/resources/connections/client/requests/CoordinatorExecutorUpdateAutoAssignReq.d.ts} +1 -1
- package/dist/{esm/api/resources/orgs/resources/connections/client/requests/ShipperProviderConnectionClientUpdate1.d.mts → cjs/api/resources/orgs/resources/connections/client/requests/ShipperCoordinatorConnectionClientUpdate1.d.ts} +1 -1
- package/dist/cjs/api/resources/orgs/resources/connections/client/requests/index.d.ts +7 -5
- package/dist/cjs/api/resources/orgs/resources/connections/index.d.ts +1 -0
- package/dist/cjs/api/resources/orgs/resources/connections/index.js +1 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/client/Client.d.ts +50 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/client/Client.js +136 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/client/index.js +17 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/client/requests/CoordinatorsTypeaheadV1Request.d.ts +16 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/index.d.ts +1 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/index.js +17 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/client/Client.d.ts +50 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/client/Client.js +136 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/client/index.js +17 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/client/requests/ExecutorsTypeaheadV1Request.d.ts +16 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/index.d.ts +1 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/index.js +17 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/index.d.ts +6 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/index.js +45 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/client/Client.d.ts +50 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/client/Client.js +136 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/client/index.js +17 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/client/requests/ShippersTypeaheadV1Request.d.ts +16 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/index.d.ts +1 -0
- package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/index.js +17 -0
- package/dist/cjs/api/resources/orgs/resources/connections/types/ConnectionsGetByHandleV1Response.d.ts +1 -1
- package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/Client.js +2 -2
- package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataListV1Request.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/cargos/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/cargos/client/Client.js +1 -1
- package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +1 -1
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.js +1 -1
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +44 -4
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.ts +3 -1
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +3 -1
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.ts +3 -1
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.ts +3 -1
- package/dist/cjs/api/types/ConnectionTypeaheadFieldEnum.d.ts +4 -0
- package/dist/cjs/api/types/ConnectionTypeaheadResult.d.ts +8 -0
- package/dist/cjs/api/types/ConnectionTypeaheadValue.d.ts +7 -0
- package/dist/cjs/api/types/{ProviderProviderConnection1.d.ts → CoordinatorExecutorConnection1.d.ts} +1 -1
- package/dist/cjs/api/types/CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.d.ts +10 -0
- package/dist/cjs/api/types/CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.js +5 -0
- package/dist/cjs/api/types/CoordinatorExecutorConnectionForCoordinatorListItem.d.ts +9 -0
- package/dist/cjs/api/types/CoordinatorExecutorConnectionForCoordinatorListItem.js +5 -0
- package/dist/cjs/api/types/CoordinatorExecutorConnectionForExecutorListItem.d.ts +8 -0
- package/dist/cjs/api/types/CoordinatorExecutorConnectionForExecutorListItem.js +5 -0
- package/dist/cjs/api/types/CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes.d.ts +8 -0
- package/dist/cjs/api/types/CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes.js +5 -0
- package/dist/cjs/api/types/CoordinatorExecutorConnectionsForCoordinatorListRes.d.ts +8 -0
- package/dist/cjs/api/types/CoordinatorExecutorConnectionsForCoordinatorListRes.js +5 -0
- package/dist/cjs/api/types/{ShipperProviderConnectionsForShipperListRes.d.ts → CoordinatorExecutorConnectionsForExecutorListRes.d.ts} +2 -2
- package/dist/cjs/api/types/CoordinatorExecutorConnectionsForExecutorListRes.js +5 -0
- package/dist/cjs/api/types/{OperationsTaskDeadlineUpdate1.d.ts → OperationsTaskDeadlineTimestampUpdate1.d.ts} +2 -2
- package/dist/cjs/api/types/OperationsTaskDeadlineTimestampUpdate1.js +5 -0
- package/dist/cjs/api/types/OperationsTasksDeadlineTimestampsUpdateRes1.d.ts +7 -0
- package/dist/cjs/api/types/OperationsTasksDeadlineTimestampsUpdateRes1.js +5 -0
- package/dist/cjs/api/types/Order1.d.ts +2 -0
- package/dist/cjs/api/types/OrderLimitedForCoordinator1.d.ts +2 -0
- package/dist/cjs/api/types/OrderLimitedForExecutor1.d.ts +2 -0
- package/dist/cjs/api/types/OrderLimitedForProvider1.d.ts +2 -0
- package/dist/cjs/api/types/OrderLimitedForShipper1.d.ts +2 -0
- package/dist/cjs/api/types/OrderTaskGroupExecutorDetails1.d.ts +2 -0
- package/dist/cjs/api/types/OrderTaskGroupSharedDetails1.d.ts +2 -0
- package/dist/cjs/api/types/OrderTypeaheadFieldEnum.d.ts +2 -1
- package/dist/cjs/api/types/OrderTypeaheadFieldEnum.js +1 -0
- package/dist/cjs/api/types/{ShipperProviderConnection1.d.ts → ShipperCoordinatorConnection1.d.ts} +1 -1
- package/dist/cjs/api/types/ShipperCoordinatorConnection1.js +5 -0
- package/dist/cjs/api/types/{ShipperProviderConnectionForCoordinatorListItem.d.ts → ShipperCoordinatorConnectionForCoordinatorListItem.d.ts} +2 -2
- package/dist/cjs/api/types/ShipperCoordinatorConnectionForCoordinatorListItem.js +5 -0
- package/dist/cjs/api/types/ShipperCoordinatorConnectionForShipperListItem.d.ts +8 -0
- package/dist/cjs/api/types/ShipperCoordinatorConnectionForShipperListItem.js +5 -0
- package/dist/cjs/api/types/ShipperCoordinatorConnectionsForCoordinatorListRes.d.ts +8 -0
- package/dist/cjs/api/types/ShipperCoordinatorConnectionsForCoordinatorListRes.js +5 -0
- package/dist/cjs/api/types/{ProviderProviderConnectionListRes.d.ts → ShipperCoordinatorConnectionsForShipperListRes.d.ts} +2 -2
- package/dist/cjs/api/types/ShipperCoordinatorConnectionsForShipperListRes.js +5 -0
- package/dist/cjs/api/types/TaskGroupExpanded.d.ts +2 -0
- package/dist/cjs/api/types/index.d.ts +17 -11
- package/dist/cjs/api/types/index.js +17 -11
- 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/resources/operationsTasks/client/Client.d.mts +25 -9
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.mjs +80 -12
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksApplyTimeDeltaToDeadlineTimestampsReq1.d.mts +14 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/{OperationsTasksBulkUpdateDeadlinesReq1.d.mts → OperationsTasksSetDeadlineTimestampsReq1.d.mts} +4 -4
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/index.d.mts +2 -1
- package/dist/esm/api/resources/orgs/resources/connections/client/Client.d.mts +83 -36
- package/dist/esm/api/resources/orgs/resources/connections/client/Client.mjs +260 -79
- package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListCoordinatorsForExecutorV1Request.d.mts +23 -0
- package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListCoordinatorsForShipperV1Request.d.mts +20 -0
- package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListExecutorsForCoordinatorV1Request.d.mts +23 -0
- package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListExecutorsGeoSearchForCoordinatorV1Request.d.mts +26 -0
- package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListShippersForCoordinatorV1Request.d.mts +20 -0
- package/dist/{cjs/api/resources/orgs/resources/connections/client/requests/ProviderProviderUpdateAutoAssignReq.d.ts → esm/api/resources/orgs/resources/connections/client/requests/CoordinatorExecutorUpdateAutoAssignReq.d.mts} +1 -1
- package/dist/{cjs/api/resources/orgs/resources/connections/client/requests/ShipperProviderConnectionClientUpdate1.d.ts → esm/api/resources/orgs/resources/connections/client/requests/ShipperCoordinatorConnectionClientUpdate1.d.mts} +1 -1
- package/dist/esm/api/resources/orgs/resources/connections/client/requests/index.d.mts +7 -5
- package/dist/esm/api/resources/orgs/resources/connections/index.d.mts +1 -0
- package/dist/esm/api/resources/orgs/resources/connections/index.mjs +1 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/client/Client.d.mts +50 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/client/Client.mjs +99 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/client/index.d.mts +2 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/client/index.mjs +1 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/client/requests/CoordinatorsTypeaheadV1Request.d.mts +16 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/index.d.mts +1 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/index.mjs +1 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/executors/client/Client.d.mts +50 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/executors/client/Client.mjs +99 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/executors/client/index.d.mts +2 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/executors/client/index.mjs +1 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/executors/client/requests/ExecutorsTypeaheadV1Request.d.mts +16 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/executors/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/executors/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/executors/index.d.mts +1 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/executors/index.mjs +1 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/index.d.mts +6 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/index.mjs +6 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/client/Client.d.mts +50 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/client/Client.mjs +99 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/client/index.d.mts +2 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/client/index.mjs +1 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/client/requests/ShippersTypeaheadV1Request.d.mts +16 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/index.d.mts +1 -0
- package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/index.mjs +1 -0
- package/dist/esm/api/resources/orgs/resources/connections/types/ConnectionsGetByHandleV1Response.d.mts +1 -1
- package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/Client.mjs +2 -2
- package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataListV1Request.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/cargos/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/cargos/client/Client.mjs +1 -1
- package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +1 -1
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.mjs +1 -1
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +44 -4
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.mts +3 -1
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +3 -1
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.mts +3 -1
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.mts +3 -1
- package/dist/esm/api/types/ConnectionTypeaheadFieldEnum.d.mts +4 -0
- package/dist/esm/api/types/ConnectionTypeaheadResult.d.mts +8 -0
- package/dist/esm/api/types/ConnectionTypeaheadValue.d.mts +7 -0
- package/dist/esm/api/types/{ProviderProviderConnection1.d.mts → CoordinatorExecutorConnection1.d.mts} +1 -1
- package/dist/esm/api/types/CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.d.mts +10 -0
- package/dist/esm/api/types/CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.mjs +4 -0
- package/dist/esm/api/types/CoordinatorExecutorConnectionForCoordinatorListItem.d.mts +9 -0
- package/dist/esm/api/types/CoordinatorExecutorConnectionForCoordinatorListItem.mjs +4 -0
- package/dist/esm/api/types/CoordinatorExecutorConnectionForExecutorListItem.d.mts +8 -0
- package/dist/esm/api/types/CoordinatorExecutorConnectionForExecutorListItem.mjs +4 -0
- package/dist/esm/api/types/CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes.d.mts +8 -0
- package/dist/esm/api/types/CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes.mjs +4 -0
- package/dist/esm/api/types/CoordinatorExecutorConnectionsForCoordinatorListRes.d.mts +8 -0
- package/dist/esm/api/types/CoordinatorExecutorConnectionsForCoordinatorListRes.mjs +4 -0
- package/dist/esm/api/types/{ShipperProviderConnectionsForCoordinatorListRes.d.mts → CoordinatorExecutorConnectionsForExecutorListRes.d.mts} +2 -2
- package/dist/esm/api/types/CoordinatorExecutorConnectionsForExecutorListRes.mjs +4 -0
- package/dist/esm/api/types/{OperationsTaskDeadlineUpdate1.d.mts → OperationsTaskDeadlineTimestampUpdate1.d.mts} +2 -2
- package/dist/esm/api/types/OperationsTaskDeadlineTimestampUpdate1.mjs +4 -0
- package/dist/esm/api/types/OperationsTasksDeadlineTimestampsUpdateRes1.d.mts +7 -0
- package/dist/esm/api/types/OperationsTasksDeadlineTimestampsUpdateRes1.mjs +4 -0
- package/dist/esm/api/types/Order1.d.mts +2 -0
- package/dist/esm/api/types/OrderLimitedForCoordinator1.d.mts +2 -0
- package/dist/esm/api/types/OrderLimitedForExecutor1.d.mts +2 -0
- package/dist/esm/api/types/OrderLimitedForProvider1.d.mts +2 -0
- package/dist/esm/api/types/OrderLimitedForShipper1.d.mts +2 -0
- package/dist/esm/api/types/OrderTaskGroupExecutorDetails1.d.mts +2 -0
- package/dist/esm/api/types/OrderTaskGroupSharedDetails1.d.mts +2 -0
- package/dist/esm/api/types/OrderTypeaheadFieldEnum.d.mts +2 -1
- package/dist/esm/api/types/OrderTypeaheadFieldEnum.mjs +1 -0
- package/dist/esm/api/types/{ShipperProviderConnection1.d.mts → ShipperCoordinatorConnection1.d.mts} +1 -1
- package/dist/esm/api/types/ShipperCoordinatorConnection1.mjs +4 -0
- package/dist/esm/api/types/{ShipperProviderConnectionForCoordinatorListItem.d.mts → ShipperCoordinatorConnectionForCoordinatorListItem.d.mts} +2 -2
- package/dist/esm/api/types/ShipperCoordinatorConnectionForCoordinatorListItem.mjs +4 -0
- package/dist/esm/api/types/ShipperCoordinatorConnectionForShipperListItem.d.mts +8 -0
- package/dist/esm/api/types/ShipperCoordinatorConnectionForShipperListItem.mjs +4 -0
- package/dist/esm/api/types/ShipperCoordinatorConnectionsForCoordinatorListRes.d.mts +8 -0
- package/dist/esm/api/types/ShipperCoordinatorConnectionsForCoordinatorListRes.mjs +4 -0
- package/dist/esm/api/types/{ProviderProviderConnectionListRes.d.mts → ShipperCoordinatorConnectionsForShipperListRes.d.mts} +2 -2
- package/dist/esm/api/types/ShipperCoordinatorConnectionsForShipperListRes.mjs +4 -0
- package/dist/esm/api/types/TaskGroupExpanded.d.mts +2 -0
- package/dist/esm/api/types/index.d.mts +17 -11
- package/dist/esm/api/types/index.mjs +17 -11
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +451 -43
- package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListProviderProviderV1Request.d.ts +0 -33
- package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListProvidersV1Request.d.ts +0 -17
- package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListShippersV1Request.d.ts +0 -17
- package/dist/cjs/api/types/OperationsTasksBulkUpdateDeadlinesRes1.d.ts +0 -7
- package/dist/cjs/api/types/ProviderProviderConnectionCallerRoleEnum.d.ts +0 -8
- package/dist/cjs/api/types/ProviderProviderConnectionCallerRoleEnum.js +0 -10
- package/dist/cjs/api/types/ProviderProviderConnectionListItem.d.ts +0 -11
- package/dist/cjs/api/types/ShipperProviderConnectionForShipperListItem.d.ts +0 -8
- package/dist/cjs/api/types/ShipperProviderConnectionsForCoordinatorListRes.d.ts +0 -8
- package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListProviderProviderV1Request.d.mts +0 -33
- package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListProvidersV1Request.d.mts +0 -17
- package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListShippersV1Request.d.mts +0 -17
- package/dist/esm/api/types/OperationsTasksBulkUpdateDeadlinesRes1.d.mts +0 -7
- package/dist/esm/api/types/ProviderProviderConnectionCallerRoleEnum.d.mts +0 -8
- package/dist/esm/api/types/ProviderProviderConnectionCallerRoleEnum.mjs +0 -7
- package/dist/esm/api/types/ProviderProviderConnectionListItem.d.mts +0 -11
- package/dist/esm/api/types/ShipperProviderConnectionForShipperListItem.d.mts +0 -8
- package/dist/esm/api/types/ShipperProviderConnectionsForShipperListRes.d.mts +0 -8
- /package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/{OperationsTasksBulkUpdateDeadlinesReq1.js → OperationsTasksApplyTimeDeltaToDeadlineTimestampsReq1.js} +0 -0
- /package/dist/cjs/api/resources/{orgs/resources/connections/client/requests/ConnectionsListProviderProviderV1Request.js → operations/resources/operationsTasks/client/requests/OperationsTasksSetDeadlineTimestampsReq1.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ConnectionsListProvidersV1Request.js → ConnectionsListCoordinatorsForExecutorV1Request.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ConnectionsListShippersV1Request.js → ConnectionsListCoordinatorsForShipperV1Request.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ProviderProviderUpdateAutoAssignReq.js → ConnectionsListExecutorsForCoordinatorV1Request.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ShipperProviderConnectionClientUpdate1.js → ConnectionsListExecutorsGeoSearchForCoordinatorV1Request.js} +0 -0
- /package/dist/cjs/api/{types/OperationsTaskDeadlineUpdate1.js → resources/orgs/resources/connections/client/requests/ConnectionsListShippersForCoordinatorV1Request.js} +0 -0
- /package/dist/cjs/api/{types/OperationsTasksBulkUpdateDeadlinesRes1.js → resources/orgs/resources/connections/client/requests/CoordinatorExecutorUpdateAutoAssignReq.js} +0 -0
- /package/dist/cjs/api/{types/ProviderProviderConnection1.js → resources/orgs/resources/connections/client/requests/ShipperCoordinatorConnectionClientUpdate1.js} +0 -0
- /package/dist/cjs/api/{types/ProviderProviderConnectionListItem.js → resources/orgs/resources/connections/resources/coordinators/client/requests/CoordinatorsTypeaheadV1Request.js} +0 -0
- /package/dist/cjs/api/{types/ProviderProviderConnectionListRes.js → resources/orgs/resources/connections/resources/executors/client/requests/ExecutorsTypeaheadV1Request.js} +0 -0
- /package/dist/cjs/api/{types/ShipperProviderConnection1.js → resources/orgs/resources/connections/resources/shippers/client/requests/ShippersTypeaheadV1Request.js} +0 -0
- /package/dist/cjs/api/types/{ShipperProviderConnectionForCoordinatorListItem.js → ConnectionTypeaheadFieldEnum.js} +0 -0
- /package/dist/cjs/api/types/{ShipperProviderConnectionForShipperListItem.js → ConnectionTypeaheadResult.js} +0 -0
- /package/dist/cjs/api/types/{ShipperProviderConnectionsForCoordinatorListRes.js → ConnectionTypeaheadValue.js} +0 -0
- /package/dist/cjs/api/types/{ShipperProviderConnectionsForShipperListRes.js → CoordinatorExecutorConnection1.js} +0 -0
- /package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/{OperationsTasksBulkUpdateDeadlinesReq1.mjs → OperationsTasksApplyTimeDeltaToDeadlineTimestampsReq1.mjs} +0 -0
- /package/dist/esm/api/resources/{orgs/resources/connections/client/requests/ConnectionsListProviderProviderV1Request.mjs → operations/resources/operationsTasks/client/requests/OperationsTasksSetDeadlineTimestampsReq1.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ConnectionsListProvidersV1Request.mjs → ConnectionsListCoordinatorsForExecutorV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ConnectionsListShippersV1Request.mjs → ConnectionsListCoordinatorsForShipperV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ProviderProviderUpdateAutoAssignReq.mjs → ConnectionsListExecutorsForCoordinatorV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ShipperProviderConnectionClientUpdate1.mjs → ConnectionsListExecutorsGeoSearchForCoordinatorV1Request.mjs} +0 -0
- /package/dist/esm/api/{types/OperationsTaskDeadlineUpdate1.mjs → resources/orgs/resources/connections/client/requests/ConnectionsListShippersForCoordinatorV1Request.mjs} +0 -0
- /package/dist/esm/api/{types/OperationsTasksBulkUpdateDeadlinesRes1.mjs → resources/orgs/resources/connections/client/requests/CoordinatorExecutorUpdateAutoAssignReq.mjs} +0 -0
- /package/dist/esm/api/{types/ProviderProviderConnection1.mjs → resources/orgs/resources/connections/client/requests/ShipperCoordinatorConnectionClientUpdate1.mjs} +0 -0
- /package/dist/esm/api/{types/ProviderProviderConnectionListItem.mjs → resources/orgs/resources/connections/resources/coordinators/client/requests/CoordinatorsTypeaheadV1Request.mjs} +0 -0
- /package/dist/esm/api/{types/ProviderProviderConnectionListRes.mjs → resources/orgs/resources/connections/resources/executors/client/requests/ExecutorsTypeaheadV1Request.mjs} +0 -0
- /package/dist/esm/api/{types/ShipperProviderConnection1.mjs → resources/orgs/resources/connections/resources/shippers/client/requests/ShippersTypeaheadV1Request.mjs} +0 -0
- /package/dist/esm/api/types/{ShipperProviderConnectionForCoordinatorListItem.mjs → ConnectionTypeaheadFieldEnum.mjs} +0 -0
- /package/dist/esm/api/types/{ShipperProviderConnectionForShipperListItem.mjs → ConnectionTypeaheadResult.mjs} +0 -0
- /package/dist/esm/api/types/{ShipperProviderConnectionsForCoordinatorListRes.mjs → ConnectionTypeaheadValue.mjs} +0 -0
- /package/dist/esm/api/types/{ShipperProviderConnectionsForShipperListRes.mjs → CoordinatorExecutorConnection1.mjs} +0 -0
package/reference.md
CHANGED
|
@@ -12771,7 +12771,7 @@ await client.operations.operationsTasks.addCommentV1("task_id", {
|
|
|
12771
12771
|
</dl>
|
|
12772
12772
|
</details>
|
|
12773
12773
|
|
|
12774
|
-
<details><summary><code>client.operations.operationsTasks.<a href="/src/api/resources/operations/resources/operationsTasks/client/Client.ts">
|
|
12774
|
+
<details><summary><code>client.operations.operationsTasks.<a href="/src/api/resources/operations/resources/operationsTasks/client/Client.ts">applyTimeDeltaToDeadlineTimestampsV1</a>({ ...params }) -> Chrt.OperationsTasksDeadlineTimestampsUpdateRes1</code></summary>
|
|
12775
12775
|
<dl>
|
|
12776
12776
|
<dd>
|
|
12777
12777
|
|
|
@@ -12783,7 +12783,7 @@ await client.operations.operationsTasks.addCommentV1("task_id", {
|
|
|
12783
12783
|
<dl>
|
|
12784
12784
|
<dd>
|
|
12785
12785
|
|
|
12786
|
-
|
|
12786
|
+
Adds the same ISO 8601 duration to every selected OperationsTask's deadline_timestamp. Missing or cross-org task ids are skipped and reported through updated_count. | authz: min_org_role=operator | (OperationsTasksApplyTimeDeltaToDeadlineTimestampsReq1) -> (OperationsTasksDeadlineTimestampsUpdateRes1)
|
|
12787
12787
|
|
|
12788
12788
|
</dd>
|
|
12789
12789
|
</dl>
|
|
@@ -12799,13 +12799,9 @@ Sets deadline_timestamp on multiple OperationsTasks in one call, each scoped to
|
|
|
12799
12799
|
<dd>
|
|
12800
12800
|
|
|
12801
12801
|
```typescript
|
|
12802
|
-
await client.operations.operationsTasks.
|
|
12803
|
-
|
|
12804
|
-
|
|
12805
|
-
deadline_timestamp: "2024-01-15T09:30:00Z",
|
|
12806
|
-
task_id: "task_id",
|
|
12807
|
-
},
|
|
12808
|
-
],
|
|
12802
|
+
await client.operations.operationsTasks.applyTimeDeltaToDeadlineTimestampsV1({
|
|
12803
|
+
operations_task_ids: ["operations_task_ids"],
|
|
12804
|
+
time_delta: "time_delta",
|
|
12809
12805
|
});
|
|
12810
12806
|
```
|
|
12811
12807
|
|
|
@@ -12822,7 +12818,7 @@ await client.operations.operationsTasks.bulkUpdateDeadlinesV1({
|
|
|
12822
12818
|
<dl>
|
|
12823
12819
|
<dd>
|
|
12824
12820
|
|
|
12825
|
-
**request:** `Chrt.operations.
|
|
12821
|
+
**request:** `Chrt.operations.OperationsTasksApplyTimeDeltaToDeadlineTimestampsReq1`
|
|
12826
12822
|
|
|
12827
12823
|
</dd>
|
|
12828
12824
|
</dl>
|
|
@@ -13062,6 +13058,76 @@ await client.operations.operationsTasks.listV1({
|
|
|
13062
13058
|
</dl>
|
|
13063
13059
|
</details>
|
|
13064
13060
|
|
|
13061
|
+
<details><summary><code>client.operations.operationsTasks.<a href="/src/api/resources/operations/resources/operationsTasks/client/Client.ts">setDeadlineTimestampsV1</a>({ ...params }) -> Chrt.OperationsTasksDeadlineTimestampsUpdateRes1</code></summary>
|
|
13062
|
+
<dl>
|
|
13063
|
+
<dd>
|
|
13064
|
+
|
|
13065
|
+
#### 📝 Description
|
|
13066
|
+
|
|
13067
|
+
<dl>
|
|
13068
|
+
<dd>
|
|
13069
|
+
|
|
13070
|
+
<dl>
|
|
13071
|
+
<dd>
|
|
13072
|
+
|
|
13073
|
+
Sets each selected OperationsTask's deadline_timestamp to its requested timestamp. Missing or cross-org task ids are skipped and reported through updated_count. | authz: min_org_role=operator | (OperationsTasksSetDeadlineTimestampsReq1) -> (OperationsTasksDeadlineTimestampsUpdateRes1)
|
|
13074
|
+
|
|
13075
|
+
</dd>
|
|
13076
|
+
</dl>
|
|
13077
|
+
</dd>
|
|
13078
|
+
</dl>
|
|
13079
|
+
|
|
13080
|
+
#### 🔌 Usage
|
|
13081
|
+
|
|
13082
|
+
<dl>
|
|
13083
|
+
<dd>
|
|
13084
|
+
|
|
13085
|
+
<dl>
|
|
13086
|
+
<dd>
|
|
13087
|
+
|
|
13088
|
+
```typescript
|
|
13089
|
+
await client.operations.operationsTasks.setDeadlineTimestampsV1({
|
|
13090
|
+
updates: [
|
|
13091
|
+
{
|
|
13092
|
+
deadline_timestamp: "2024-01-15T09:30:00Z",
|
|
13093
|
+
operations_task_id: "operations_task_id",
|
|
13094
|
+
},
|
|
13095
|
+
],
|
|
13096
|
+
});
|
|
13097
|
+
```
|
|
13098
|
+
|
|
13099
|
+
</dd>
|
|
13100
|
+
</dl>
|
|
13101
|
+
</dd>
|
|
13102
|
+
</dl>
|
|
13103
|
+
|
|
13104
|
+
#### ⚙️ Parameters
|
|
13105
|
+
|
|
13106
|
+
<dl>
|
|
13107
|
+
<dd>
|
|
13108
|
+
|
|
13109
|
+
<dl>
|
|
13110
|
+
<dd>
|
|
13111
|
+
|
|
13112
|
+
**request:** `Chrt.operations.OperationsTasksSetDeadlineTimestampsReq1`
|
|
13113
|
+
|
|
13114
|
+
</dd>
|
|
13115
|
+
</dl>
|
|
13116
|
+
|
|
13117
|
+
<dl>
|
|
13118
|
+
<dd>
|
|
13119
|
+
|
|
13120
|
+
**requestOptions:** `OperationsTasks.RequestOptions`
|
|
13121
|
+
|
|
13122
|
+
</dd>
|
|
13123
|
+
</dl>
|
|
13124
|
+
</dd>
|
|
13125
|
+
</dl>
|
|
13126
|
+
|
|
13127
|
+
</dd>
|
|
13128
|
+
</dl>
|
|
13129
|
+
</details>
|
|
13130
|
+
|
|
13065
13131
|
<details><summary><code>client.operations.operationsTasks.<a href="/src/api/resources/operations/resources/operationsTasks/client/Client.ts">updateStatusV1</a>(taskId, { ...params }) -> boolean</code></summary>
|
|
13066
13132
|
<dl>
|
|
13067
13133
|
<dd>
|
|
@@ -14147,7 +14213,7 @@ await client.orgs.complianceDocuments.getV1("org_compliance_document_id");
|
|
|
14147
14213
|
<dl>
|
|
14148
14214
|
<dd>
|
|
14149
14215
|
|
|
14150
|
-
Gets the connection between caller's org and the org with the specified handle. | () -> (
|
|
14216
|
+
Gets the connection between caller's org and the org with the specified handle. | () -> (ShipperCoordinatorConnection1 | CoordinatorExecutorConnection1 | None)
|
|
14151
14217
|
|
|
14152
14218
|
</dd>
|
|
14153
14219
|
</dl>
|
|
@@ -14198,6 +14264,143 @@ await client.orgs.connections.getByHandleV1("handle");
|
|
|
14198
14264
|
</dl>
|
|
14199
14265
|
</details>
|
|
14200
14266
|
|
|
14267
|
+
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">listCoordinatorsForExecutorV1</a>({ ...params }) -> Chrt.CoordinatorExecutorConnectionsForExecutorListRes</code></summary>
|
|
14268
|
+
<dl>
|
|
14269
|
+
<dd>
|
|
14270
|
+
|
|
14271
|
+
#### 📝 Description
|
|
14272
|
+
|
|
14273
|
+
<dl>
|
|
14274
|
+
<dd>
|
|
14275
|
+
|
|
14276
|
+
<dl>
|
|
14277
|
+
<dd>
|
|
14278
|
+
|
|
14279
|
+
Lists the caller's coordinator connections with filtering, pagination, and identity search. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (CoordinatorExecutorConnectionsForExecutorListRes)
|
|
14280
|
+
|
|
14281
|
+
</dd>
|
|
14282
|
+
</dl>
|
|
14283
|
+
</dd>
|
|
14284
|
+
</dl>
|
|
14285
|
+
|
|
14286
|
+
#### 🔌 Usage
|
|
14287
|
+
|
|
14288
|
+
<dl>
|
|
14289
|
+
<dd>
|
|
14290
|
+
|
|
14291
|
+
<dl>
|
|
14292
|
+
<dd>
|
|
14293
|
+
|
|
14294
|
+
```typescript
|
|
14295
|
+
await client.orgs.connections.listCoordinatorsForExecutorV1({
|
|
14296
|
+
search: "search",
|
|
14297
|
+
page: 1,
|
|
14298
|
+
page_size: 1,
|
|
14299
|
+
filter_auto_assign_enabled: true,
|
|
14300
|
+
filter_connected: true,
|
|
14301
|
+
});
|
|
14302
|
+
```
|
|
14303
|
+
|
|
14304
|
+
</dd>
|
|
14305
|
+
</dl>
|
|
14306
|
+
</dd>
|
|
14307
|
+
</dl>
|
|
14308
|
+
|
|
14309
|
+
#### ⚙️ Parameters
|
|
14310
|
+
|
|
14311
|
+
<dl>
|
|
14312
|
+
<dd>
|
|
14313
|
+
|
|
14314
|
+
<dl>
|
|
14315
|
+
<dd>
|
|
14316
|
+
|
|
14317
|
+
**request:** `Chrt.orgs.ConnectionsListCoordinatorsForExecutorV1Request`
|
|
14318
|
+
|
|
14319
|
+
</dd>
|
|
14320
|
+
</dl>
|
|
14321
|
+
|
|
14322
|
+
<dl>
|
|
14323
|
+
<dd>
|
|
14324
|
+
|
|
14325
|
+
**requestOptions:** `Connections.RequestOptions`
|
|
14326
|
+
|
|
14327
|
+
</dd>
|
|
14328
|
+
</dl>
|
|
14329
|
+
</dd>
|
|
14330
|
+
</dl>
|
|
14331
|
+
|
|
14332
|
+
</dd>
|
|
14333
|
+
</dl>
|
|
14334
|
+
</details>
|
|
14335
|
+
|
|
14336
|
+
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">listCoordinatorsForShipperV1</a>({ ...params }) -> Chrt.ShipperCoordinatorConnectionsForShipperListRes</code></summary>
|
|
14337
|
+
<dl>
|
|
14338
|
+
<dd>
|
|
14339
|
+
|
|
14340
|
+
#### 📝 Description
|
|
14341
|
+
|
|
14342
|
+
<dl>
|
|
14343
|
+
<dd>
|
|
14344
|
+
|
|
14345
|
+
<dl>
|
|
14346
|
+
<dd>
|
|
14347
|
+
|
|
14348
|
+
Lists the caller's coordinator connections with filtering, pagination, and identity search. | authz: allowed_org_types=[shipper] | () -> (ShipperCoordinatorConnectionsForShipperListRes)
|
|
14349
|
+
|
|
14350
|
+
</dd>
|
|
14351
|
+
</dl>
|
|
14352
|
+
</dd>
|
|
14353
|
+
</dl>
|
|
14354
|
+
|
|
14355
|
+
#### 🔌 Usage
|
|
14356
|
+
|
|
14357
|
+
<dl>
|
|
14358
|
+
<dd>
|
|
14359
|
+
|
|
14360
|
+
<dl>
|
|
14361
|
+
<dd>
|
|
14362
|
+
|
|
14363
|
+
```typescript
|
|
14364
|
+
await client.orgs.connections.listCoordinatorsForShipperV1({
|
|
14365
|
+
search: "search",
|
|
14366
|
+
page: 1,
|
|
14367
|
+
page_size: 1,
|
|
14368
|
+
filter_connected: true,
|
|
14369
|
+
});
|
|
14370
|
+
```
|
|
14371
|
+
|
|
14372
|
+
</dd>
|
|
14373
|
+
</dl>
|
|
14374
|
+
</dd>
|
|
14375
|
+
</dl>
|
|
14376
|
+
|
|
14377
|
+
#### ⚙️ Parameters
|
|
14378
|
+
|
|
14379
|
+
<dl>
|
|
14380
|
+
<dd>
|
|
14381
|
+
|
|
14382
|
+
<dl>
|
|
14383
|
+
<dd>
|
|
14384
|
+
|
|
14385
|
+
**request:** `Chrt.orgs.ConnectionsListCoordinatorsForShipperV1Request`
|
|
14386
|
+
|
|
14387
|
+
</dd>
|
|
14388
|
+
</dl>
|
|
14389
|
+
|
|
14390
|
+
<dl>
|
|
14391
|
+
<dd>
|
|
14392
|
+
|
|
14393
|
+
**requestOptions:** `Connections.RequestOptions`
|
|
14394
|
+
|
|
14395
|
+
</dd>
|
|
14396
|
+
</dl>
|
|
14397
|
+
</dd>
|
|
14398
|
+
</dl>
|
|
14399
|
+
|
|
14400
|
+
</dd>
|
|
14401
|
+
</dl>
|
|
14402
|
+
</details>
|
|
14403
|
+
|
|
14201
14404
|
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">createConnectionToProviderV1</a>({ ...params }) -> string</code></summary>
|
|
14202
14405
|
<dl>
|
|
14203
14406
|
<dd>
|
|
@@ -14210,7 +14413,7 @@ await client.orgs.connections.getByHandleV1("handle");
|
|
|
14210
14413
|
<dl>
|
|
14211
14414
|
<dd>
|
|
14212
14415
|
|
|
14213
|
-
Creates a connection to an on-CHRT provider
|
|
14416
|
+
Creates a shipper-coordinator or coordinator-executor connection to an on-CHRT provider. | (CreateConnectionReq) -> (PydanticObjectId)
|
|
14214
14417
|
|
|
14215
14418
|
</dd>
|
|
14216
14419
|
</dl>
|
|
@@ -14275,7 +14478,7 @@ await client.orgs.connections.createConnectionToProviderV1({
|
|
|
14275
14478
|
<dl>
|
|
14276
14479
|
<dd>
|
|
14277
14480
|
|
|
14278
|
-
Creates a connection to an on-CHRT shipper. | authz: allowed_org_types=[provider] | (CreateConnectionReq) -> (PydanticObjectId)
|
|
14481
|
+
Creates a shipper-coordinator connection to an on-CHRT shipper. | authz: allowed_org_types=[provider] | (CreateConnectionReq) -> (PydanticObjectId)
|
|
14279
14482
|
|
|
14280
14483
|
</dd>
|
|
14281
14484
|
</dl>
|
|
@@ -14328,7 +14531,7 @@ await client.orgs.connections.createConnectionToShipperV1({
|
|
|
14328
14531
|
</dl>
|
|
14329
14532
|
</details>
|
|
14330
14533
|
|
|
14331
|
-
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">
|
|
14534
|
+
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">listExecutorsGeoSearchForCoordinatorV1</a>({ ...params }) -> Chrt.CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes</code></summary>
|
|
14332
14535
|
<dl>
|
|
14333
14536
|
<dd>
|
|
14334
14537
|
|
|
@@ -14340,7 +14543,7 @@ await client.orgs.connections.createConnectionToShipperV1({
|
|
|
14340
14543
|
<dl>
|
|
14341
14544
|
<dd>
|
|
14342
14545
|
|
|
14343
|
-
Lists
|
|
14546
|
+
Lists the caller's executor connections nearest to a location, with filtering and pagination. Executors without registered addresses follow geocoded results. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes)
|
|
14344
14547
|
|
|
14345
14548
|
</dd>
|
|
14346
14549
|
</dl>
|
|
@@ -14356,15 +14559,13 @@ Lists provider-provider connections with the caller's coordinator or executor ro
|
|
|
14356
14559
|
<dd>
|
|
14357
14560
|
|
|
14358
14561
|
```typescript
|
|
14359
|
-
await client.orgs.connections.
|
|
14360
|
-
|
|
14562
|
+
await client.orgs.connections.listExecutorsGeoSearchForCoordinatorV1({
|
|
14563
|
+
near_latitude: 1.1,
|
|
14564
|
+
near_longitude: 1.1,
|
|
14361
14565
|
page: 1,
|
|
14362
14566
|
page_size: 1,
|
|
14363
|
-
latitude: 1.1,
|
|
14364
|
-
longitude: 1.1,
|
|
14365
|
-
filter_caller_connection_role: "coordinator",
|
|
14366
|
-
filter_connected: true,
|
|
14367
14567
|
filter_auto_assign_enabled: true,
|
|
14568
|
+
filter_connected: true,
|
|
14368
14569
|
});
|
|
14369
14570
|
```
|
|
14370
14571
|
|
|
@@ -14381,7 +14582,7 @@ await client.orgs.connections.listProviderProviderV1({
|
|
|
14381
14582
|
<dl>
|
|
14382
14583
|
<dd>
|
|
14383
14584
|
|
|
14384
|
-
**request:** `Chrt.orgs.
|
|
14585
|
+
**request:** `Chrt.orgs.ConnectionsListExecutorsGeoSearchForCoordinatorV1Request`
|
|
14385
14586
|
|
|
14386
14587
|
</dd>
|
|
14387
14588
|
</dl>
|
|
@@ -14400,7 +14601,7 @@ await client.orgs.connections.listProviderProviderV1({
|
|
|
14400
14601
|
</dl>
|
|
14401
14602
|
</details>
|
|
14402
14603
|
|
|
14403
|
-
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">
|
|
14604
|
+
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">listExecutorsForCoordinatorV1</a>({ ...params }) -> Chrt.CoordinatorExecutorConnectionsForCoordinatorListRes</code></summary>
|
|
14404
14605
|
<dl>
|
|
14405
14606
|
<dd>
|
|
14406
14607
|
|
|
@@ -14412,7 +14613,7 @@ await client.orgs.connections.listProviderProviderV1({
|
|
|
14412
14613
|
<dl>
|
|
14413
14614
|
<dd>
|
|
14414
14615
|
|
|
14415
|
-
Lists
|
|
14616
|
+
Lists the caller's executor connections with filtering, pagination, and identity search. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (CoordinatorExecutorConnectionsForCoordinatorListRes)
|
|
14416
14617
|
|
|
14417
14618
|
</dd>
|
|
14418
14619
|
</dl>
|
|
@@ -14428,10 +14629,12 @@ Lists coordinator connections for the calling shipper. | authz: allowed_org_type
|
|
|
14428
14629
|
<dd>
|
|
14429
14630
|
|
|
14430
14631
|
```typescript
|
|
14431
|
-
await client.orgs.connections.
|
|
14632
|
+
await client.orgs.connections.listExecutorsForCoordinatorV1({
|
|
14432
14633
|
search: "search",
|
|
14433
14634
|
page: 1,
|
|
14434
14635
|
page_size: 1,
|
|
14636
|
+
filter_auto_assign_enabled: true,
|
|
14637
|
+
filter_connected: true,
|
|
14435
14638
|
});
|
|
14436
14639
|
```
|
|
14437
14640
|
|
|
@@ -14448,7 +14651,7 @@ await client.orgs.connections.listProvidersV1({
|
|
|
14448
14651
|
<dl>
|
|
14449
14652
|
<dd>
|
|
14450
14653
|
|
|
14451
|
-
**request:** `Chrt.orgs.
|
|
14654
|
+
**request:** `Chrt.orgs.ConnectionsListExecutorsForCoordinatorV1Request`
|
|
14452
14655
|
|
|
14453
14656
|
</dd>
|
|
14454
14657
|
</dl>
|
|
@@ -14467,7 +14670,7 @@ await client.orgs.connections.listProvidersV1({
|
|
|
14467
14670
|
</dl>
|
|
14468
14671
|
</details>
|
|
14469
14672
|
|
|
14470
|
-
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">
|
|
14673
|
+
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">setCoordinatorExecutorAutoAssignV1</a>(connectionId, { ...params }) -> boolean</code></summary>
|
|
14471
14674
|
<dl>
|
|
14472
14675
|
<dd>
|
|
14473
14676
|
|
|
@@ -14479,7 +14682,7 @@ await client.orgs.connections.listProvidersV1({
|
|
|
14479
14682
|
<dl>
|
|
14480
14683
|
<dd>
|
|
14481
14684
|
|
|
14482
|
-
Sets an executor's consent to direct task-group assignment. | authz: allowed_org_types=[provider], min_org_role=administrator | (
|
|
14685
|
+
Sets an executor's consent to direct task-group assignment. | authz: allowed_org_types=[provider], min_org_role=administrator | (CoordinatorExecutorUpdateAutoAssignReq) -> (bool)
|
|
14483
14686
|
|
|
14484
14687
|
</dd>
|
|
14485
14688
|
</dl>
|
|
@@ -14495,7 +14698,7 @@ Sets an executor's consent to direct task-group assignment. | authz: allowed_org
|
|
|
14495
14698
|
<dd>
|
|
14496
14699
|
|
|
14497
14700
|
```typescript
|
|
14498
|
-
await client.orgs.connections.
|
|
14701
|
+
await client.orgs.connections.setCoordinatorExecutorAutoAssignV1("connection_id", {
|
|
14499
14702
|
auto_assign_enabled: true,
|
|
14500
14703
|
});
|
|
14501
14704
|
```
|
|
@@ -14521,7 +14724,7 @@ await client.orgs.connections.setProviderProviderAutoAssignV1("connection_id", {
|
|
|
14521
14724
|
<dl>
|
|
14522
14725
|
<dd>
|
|
14523
14726
|
|
|
14524
|
-
**request:** `Chrt.orgs.
|
|
14727
|
+
**request:** `Chrt.orgs.CoordinatorExecutorUpdateAutoAssignReq`
|
|
14525
14728
|
|
|
14526
14729
|
</dd>
|
|
14527
14730
|
</dl>
|
|
@@ -14540,7 +14743,7 @@ await client.orgs.connections.setProviderProviderAutoAssignV1("connection_id", {
|
|
|
14540
14743
|
</dl>
|
|
14541
14744
|
</details>
|
|
14542
14745
|
|
|
14543
|
-
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">
|
|
14746
|
+
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">setShipperCoordinatorDefaultDepartmentV1</a>(connectionId, { ...params }) -> boolean</code></summary>
|
|
14544
14747
|
<dl>
|
|
14545
14748
|
<dd>
|
|
14546
14749
|
|
|
@@ -14552,7 +14755,7 @@ await client.orgs.connections.setProviderProviderAutoAssignV1("connection_id", {
|
|
|
14552
14755
|
<dl>
|
|
14553
14756
|
<dd>
|
|
14554
14757
|
|
|
14555
|
-
Sets or clears the coordinator's default department for a shipper connection. | authz: allowed_org_types=[provider], min_org_role=operator | (
|
|
14758
|
+
Sets or clears the coordinator's default department for a shipper-coordinator connection. | authz: allowed_org_types=[provider], min_org_role=operator | (ShipperCoordinatorConnectionClientUpdate1) -> (bool)
|
|
14556
14759
|
|
|
14557
14760
|
</dd>
|
|
14558
14761
|
</dl>
|
|
@@ -14568,7 +14771,7 @@ Sets or clears the coordinator's default department for a shipper connection. |
|
|
|
14568
14771
|
<dd>
|
|
14569
14772
|
|
|
14570
14773
|
```typescript
|
|
14571
|
-
await client.orgs.connections.
|
|
14774
|
+
await client.orgs.connections.setShipperCoordinatorDefaultDepartmentV1("connection_id");
|
|
14572
14775
|
```
|
|
14573
14776
|
|
|
14574
14777
|
</dd>
|
|
@@ -14592,7 +14795,7 @@ await client.orgs.connections.setShipperProviderDefaultDepartmentV1("connection_
|
|
|
14592
14795
|
<dl>
|
|
14593
14796
|
<dd>
|
|
14594
14797
|
|
|
14595
|
-
**request:** `Chrt.orgs.
|
|
14798
|
+
**request:** `Chrt.orgs.ShipperCoordinatorConnectionClientUpdate1`
|
|
14596
14799
|
|
|
14597
14800
|
</dd>
|
|
14598
14801
|
</dl>
|
|
@@ -14611,7 +14814,7 @@ await client.orgs.connections.setShipperProviderDefaultDepartmentV1("connection_
|
|
|
14611
14814
|
</dl>
|
|
14612
14815
|
</details>
|
|
14613
14816
|
|
|
14614
|
-
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">
|
|
14817
|
+
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">listShippersForCoordinatorV1</a>({ ...params }) -> Chrt.ShipperCoordinatorConnectionsForCoordinatorListRes</code></summary>
|
|
14615
14818
|
<dl>
|
|
14616
14819
|
<dd>
|
|
14617
14820
|
|
|
@@ -14623,7 +14826,7 @@ await client.orgs.connections.setShipperProviderDefaultDepartmentV1("connection_
|
|
|
14623
14826
|
<dl>
|
|
14624
14827
|
<dd>
|
|
14625
14828
|
|
|
14626
|
-
Lists
|
|
14829
|
+
Lists the caller's shipper connections with filtering, pagination, and identity search. | authz: allowed_org_types=[provider] | () -> (ShipperCoordinatorConnectionsForCoordinatorListRes)
|
|
14627
14830
|
|
|
14628
14831
|
</dd>
|
|
14629
14832
|
</dl>
|
|
@@ -14639,10 +14842,11 @@ Lists on- and off-CHRT shipper connections owned by the caller. | authz: allowed
|
|
|
14639
14842
|
<dd>
|
|
14640
14843
|
|
|
14641
14844
|
```typescript
|
|
14642
|
-
await client.orgs.connections.
|
|
14845
|
+
await client.orgs.connections.listShippersForCoordinatorV1({
|
|
14643
14846
|
search: "search",
|
|
14644
14847
|
page: 1,
|
|
14645
14848
|
page_size: 1,
|
|
14849
|
+
filter_connected: true,
|
|
14646
14850
|
});
|
|
14647
14851
|
```
|
|
14648
14852
|
|
|
@@ -14659,7 +14863,7 @@ await client.orgs.connections.listShippersV1({
|
|
|
14659
14863
|
<dl>
|
|
14660
14864
|
<dd>
|
|
14661
14865
|
|
|
14662
|
-
**request:** `Chrt.orgs.
|
|
14866
|
+
**request:** `Chrt.orgs.ConnectionsListShippersForCoordinatorV1Request`
|
|
14663
14867
|
|
|
14664
14868
|
</dd>
|
|
14665
14869
|
</dl>
|
|
@@ -15028,7 +15232,7 @@ await client.orgs.directoryEntries.getV1("directory_entry_id");
|
|
|
15028
15232
|
<dl>
|
|
15029
15233
|
<dd>
|
|
15030
15234
|
|
|
15031
|
-
Atomically creates owner-scoped off-CHRT organization data and its shipper-
|
|
15235
|
+
Atomically creates owner-scoped off-CHRT organization data and its shipper-coordinator or coordinator-executor connection. | authz: allowed_org_types=[provider] | (CreateOffChrtOrgReq) -> (CreateOffChrtOrgRes)
|
|
15032
15236
|
|
|
15033
15237
|
</dd>
|
|
15034
15238
|
</dl>
|
|
@@ -15097,7 +15301,7 @@ await client.orgs.offChrtOrgData.createV1({
|
|
|
15097
15301
|
<dl>
|
|
15098
15302
|
<dd>
|
|
15099
15303
|
|
|
15100
|
-
Lists off-CHRT organization data owned by the caller with optional organization-type filtering,
|
|
15304
|
+
Lists off-CHRT organization data owned by the caller with optional organization-type filtering, identity search, sorting, and pagination. | authz: allowed_org_types=[provider] | () -> (OffChrtOrgDataListRes)
|
|
15101
15305
|
|
|
15102
15306
|
</dd>
|
|
15103
15307
|
</dl>
|
|
@@ -16313,6 +16517,210 @@ await client.orgs.complianceDocuments.s3Object.getV1("org_compliance_document_s3
|
|
|
16313
16517
|
</dl>
|
|
16314
16518
|
</details>
|
|
16315
16519
|
|
|
16520
|
+
## Orgs Connections Coordinators
|
|
16521
|
+
|
|
16522
|
+
<details><summary><code>client.orgs.connections.coordinators.<a href="/src/api/resources/orgs/resources/connections/resources/coordinators/client/Client.ts">typeaheadV1</a>({ ...params }) -> Chrt.ConnectionTypeaheadResult[]</code></summary>
|
|
16523
|
+
<dl>
|
|
16524
|
+
<dd>
|
|
16525
|
+
|
|
16526
|
+
#### 📝 Description
|
|
16527
|
+
|
|
16528
|
+
<dl>
|
|
16529
|
+
<dd>
|
|
16530
|
+
|
|
16531
|
+
<dl>
|
|
16532
|
+
<dd>
|
|
16533
|
+
|
|
16534
|
+
Returns distinct connected-coordinator names matching the query, with the matching connection IDs. Shippers see their coordinators; providers see coordinators for which they are executors. | authz: allowed_org_types=[provider, shipper], min_org_role=operator | () -> (list[ConnectionTypeaheadResult])
|
|
16535
|
+
|
|
16536
|
+
</dd>
|
|
16537
|
+
</dl>
|
|
16538
|
+
</dd>
|
|
16539
|
+
</dl>
|
|
16540
|
+
|
|
16541
|
+
#### 🔌 Usage
|
|
16542
|
+
|
|
16543
|
+
<dl>
|
|
16544
|
+
<dd>
|
|
16545
|
+
|
|
16546
|
+
<dl>
|
|
16547
|
+
<dd>
|
|
16548
|
+
|
|
16549
|
+
```typescript
|
|
16550
|
+
await client.orgs.connections.coordinators.typeaheadV1({
|
|
16551
|
+
query: "query",
|
|
16552
|
+
limit: 1,
|
|
16553
|
+
});
|
|
16554
|
+
```
|
|
16555
|
+
|
|
16556
|
+
</dd>
|
|
16557
|
+
</dl>
|
|
16558
|
+
</dd>
|
|
16559
|
+
</dl>
|
|
16560
|
+
|
|
16561
|
+
#### ⚙️ Parameters
|
|
16562
|
+
|
|
16563
|
+
<dl>
|
|
16564
|
+
<dd>
|
|
16565
|
+
|
|
16566
|
+
<dl>
|
|
16567
|
+
<dd>
|
|
16568
|
+
|
|
16569
|
+
**request:** `Chrt.orgs.connections.CoordinatorsTypeaheadV1Request`
|
|
16570
|
+
|
|
16571
|
+
</dd>
|
|
16572
|
+
</dl>
|
|
16573
|
+
|
|
16574
|
+
<dl>
|
|
16575
|
+
<dd>
|
|
16576
|
+
|
|
16577
|
+
**requestOptions:** `Coordinators.RequestOptions`
|
|
16578
|
+
|
|
16579
|
+
</dd>
|
|
16580
|
+
</dl>
|
|
16581
|
+
</dd>
|
|
16582
|
+
</dl>
|
|
16583
|
+
|
|
16584
|
+
</dd>
|
|
16585
|
+
</dl>
|
|
16586
|
+
</details>
|
|
16587
|
+
|
|
16588
|
+
## Orgs Connections Executors
|
|
16589
|
+
|
|
16590
|
+
<details><summary><code>client.orgs.connections.executors.<a href="/src/api/resources/orgs/resources/connections/resources/executors/client/Client.ts">typeaheadV1</a>({ ...params }) -> Chrt.ConnectionTypeaheadResult[]</code></summary>
|
|
16591
|
+
<dl>
|
|
16592
|
+
<dd>
|
|
16593
|
+
|
|
16594
|
+
#### 📝 Description
|
|
16595
|
+
|
|
16596
|
+
<dl>
|
|
16597
|
+
<dd>
|
|
16598
|
+
|
|
16599
|
+
<dl>
|
|
16600
|
+
<dd>
|
|
16601
|
+
|
|
16602
|
+
Returns distinct connected-executor names matching the query, with the matching connection IDs. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (list[ConnectionTypeaheadResult])
|
|
16603
|
+
|
|
16604
|
+
</dd>
|
|
16605
|
+
</dl>
|
|
16606
|
+
</dd>
|
|
16607
|
+
</dl>
|
|
16608
|
+
|
|
16609
|
+
#### 🔌 Usage
|
|
16610
|
+
|
|
16611
|
+
<dl>
|
|
16612
|
+
<dd>
|
|
16613
|
+
|
|
16614
|
+
<dl>
|
|
16615
|
+
<dd>
|
|
16616
|
+
|
|
16617
|
+
```typescript
|
|
16618
|
+
await client.orgs.connections.executors.typeaheadV1({
|
|
16619
|
+
query: "query",
|
|
16620
|
+
limit: 1,
|
|
16621
|
+
});
|
|
16622
|
+
```
|
|
16623
|
+
|
|
16624
|
+
</dd>
|
|
16625
|
+
</dl>
|
|
16626
|
+
</dd>
|
|
16627
|
+
</dl>
|
|
16628
|
+
|
|
16629
|
+
#### ⚙️ Parameters
|
|
16630
|
+
|
|
16631
|
+
<dl>
|
|
16632
|
+
<dd>
|
|
16633
|
+
|
|
16634
|
+
<dl>
|
|
16635
|
+
<dd>
|
|
16636
|
+
|
|
16637
|
+
**request:** `Chrt.orgs.connections.ExecutorsTypeaheadV1Request`
|
|
16638
|
+
|
|
16639
|
+
</dd>
|
|
16640
|
+
</dl>
|
|
16641
|
+
|
|
16642
|
+
<dl>
|
|
16643
|
+
<dd>
|
|
16644
|
+
|
|
16645
|
+
**requestOptions:** `Executors.RequestOptions`
|
|
16646
|
+
|
|
16647
|
+
</dd>
|
|
16648
|
+
</dl>
|
|
16649
|
+
</dd>
|
|
16650
|
+
</dl>
|
|
16651
|
+
|
|
16652
|
+
</dd>
|
|
16653
|
+
</dl>
|
|
16654
|
+
</details>
|
|
16655
|
+
|
|
16656
|
+
## Orgs Connections Shippers
|
|
16657
|
+
|
|
16658
|
+
<details><summary><code>client.orgs.connections.shippers.<a href="/src/api/resources/orgs/resources/connections/resources/shippers/client/Client.ts">typeaheadV1</a>({ ...params }) -> Chrt.ConnectionTypeaheadResult[]</code></summary>
|
|
16659
|
+
<dl>
|
|
16660
|
+
<dd>
|
|
16661
|
+
|
|
16662
|
+
#### 📝 Description
|
|
16663
|
+
|
|
16664
|
+
<dl>
|
|
16665
|
+
<dd>
|
|
16666
|
+
|
|
16667
|
+
<dl>
|
|
16668
|
+
<dd>
|
|
16669
|
+
|
|
16670
|
+
Returns distinct connected-shipper names matching the query, with the matching connection IDs. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (list[ConnectionTypeaheadResult])
|
|
16671
|
+
|
|
16672
|
+
</dd>
|
|
16673
|
+
</dl>
|
|
16674
|
+
</dd>
|
|
16675
|
+
</dl>
|
|
16676
|
+
|
|
16677
|
+
#### 🔌 Usage
|
|
16678
|
+
|
|
16679
|
+
<dl>
|
|
16680
|
+
<dd>
|
|
16681
|
+
|
|
16682
|
+
<dl>
|
|
16683
|
+
<dd>
|
|
16684
|
+
|
|
16685
|
+
```typescript
|
|
16686
|
+
await client.orgs.connections.shippers.typeaheadV1({
|
|
16687
|
+
query: "query",
|
|
16688
|
+
limit: 1,
|
|
16689
|
+
});
|
|
16690
|
+
```
|
|
16691
|
+
|
|
16692
|
+
</dd>
|
|
16693
|
+
</dl>
|
|
16694
|
+
</dd>
|
|
16695
|
+
</dl>
|
|
16696
|
+
|
|
16697
|
+
#### ⚙️ Parameters
|
|
16698
|
+
|
|
16699
|
+
<dl>
|
|
16700
|
+
<dd>
|
|
16701
|
+
|
|
16702
|
+
<dl>
|
|
16703
|
+
<dd>
|
|
16704
|
+
|
|
16705
|
+
**request:** `Chrt.orgs.connections.ShippersTypeaheadV1Request`
|
|
16706
|
+
|
|
16707
|
+
</dd>
|
|
16708
|
+
</dl>
|
|
16709
|
+
|
|
16710
|
+
<dl>
|
|
16711
|
+
<dd>
|
|
16712
|
+
|
|
16713
|
+
**requestOptions:** `Shippers.RequestOptions`
|
|
16714
|
+
|
|
16715
|
+
</dd>
|
|
16716
|
+
</dl>
|
|
16717
|
+
</dd>
|
|
16718
|
+
</dl>
|
|
16719
|
+
|
|
16720
|
+
</dd>
|
|
16721
|
+
</dl>
|
|
16722
|
+
</details>
|
|
16723
|
+
|
|
16316
16724
|
## Shipping Cargos
|
|
16317
16725
|
|
|
16318
16726
|
<details><summary><code>client.shipping.cargos.<a href="/src/api/resources/shipping/resources/cargos/client/Client.ts">updateV1</a>(cargoId, { ...params }) -> string</code></summary>
|
|
@@ -16327,7 +16735,7 @@ await client.orgs.complianceDocuments.s3Object.getV1("org_compliance_document_s3
|
|
|
16327
16735
|
<dl>
|
|
16328
16736
|
<dd>
|
|
16329
16737
|
|
|
16330
|
-
Updates
|
|
16738
|
+
Updates cargo details and synchronizes its parent order's AWB list. Cargo must be in STAGED, IN_TRANSIT, DELIVERED, SKIPPED, or EXCEPTION status. | authz_personas=[lig_owner_operators] | (CargoClientUpdate1) -> (PydanticObjectId)
|
|
16331
16739
|
|
|
16332
16740
|
</dd>
|
|
16333
16741
|
</dl>
|
|
@@ -19967,7 +20375,7 @@ await client.shipping.orders.typeaheadLabelV1({
|
|
|
19967
20375
|
<dl>
|
|
19968
20376
|
<dd>
|
|
19969
20377
|
|
|
19970
|
-
Returns distinct
|
|
20378
|
+
Returns distinct order short ID, off-CHRT reference ID, and AWB values matching the query via case-insensitive regex. Searches visible non-draft orders and caller-created draft orders. | authz: allowed_org_types=[provider, shipper], min_org_role=operator | () -> (list[OrderTypeaheadResult])
|
|
19971
20379
|
|
|
19972
20380
|
</dd>
|
|
19973
20381
|
</dl>
|
|
@@ -26046,7 +26454,7 @@ await client.shipping.orders.drafts.taskGroup.addV1({
|
|
|
26046
26454
|
<dl>
|
|
26047
26455
|
<dd>
|
|
26048
26456
|
|
|
26049
|
-
Assigns an executor organization to a draft task group. Coordinator-only;
|
|
26457
|
+
Assigns an executor organization to a draft task group. Coordinator-only; coordinator-executor direct assignments require auto-assign consent. | authz_personas=[task_group_coordinator_operators] | (OrderDraftAddExecutorReq) -> (bool)
|
|
26050
26458
|
|
|
26051
26459
|
</dd>
|
|
26052
26460
|
</dl>
|