@chrt-inc/typescript-sdk 1.876.0 → 1.880.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/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/{esm/api/types/ProviderProviderConnection1.d.mts → cjs/api/types/CoordinatorExecutorConnection1.d.ts} +1 -1
- package/dist/cjs/api/types/CoordinatorExecutorConnection1.js +5 -0
- 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/{ShipperProviderConnectionsForCoordinatorListRes.d.ts → CoordinatorExecutorConnectionsForExecutorListRes.d.ts} +2 -2
- package/dist/cjs/api/types/CoordinatorExecutorConnectionsForExecutorListRes.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/index.d.ts +15 -9
- package/dist/cjs/api/types/index.js +15 -9
- 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/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/{cjs/api/types/ProviderProviderConnection1.d.ts → esm/api/types/CoordinatorExecutorConnection1.d.mts} +1 -1
- package/dist/esm/api/types/CoordinatorExecutorConnection1.mjs +4 -0
- 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/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/index.d.mts +15 -9
- package/dist/esm/api/types/index.mjs +15 -9
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +375 -33
- 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/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/ShipperProviderConnectionsForShipperListRes.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/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/orgs/resources/connections/client/requests/{ConnectionsListProviderProviderV1Request.js → ConnectionsListCoordinatorsForExecutorV1Request.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ConnectionsListProvidersV1Request.js → ConnectionsListCoordinatorsForShipperV1Request.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ConnectionsListShippersV1Request.js → ConnectionsListExecutorsForCoordinatorV1Request.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ProviderProviderUpdateAutoAssignReq.js → ConnectionsListExecutorsGeoSearchForCoordinatorV1Request.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ShipperProviderConnectionClientUpdate1.js → ConnectionsListShippersForCoordinatorV1Request.js} +0 -0
- /package/dist/cjs/api/{types/ProviderProviderConnection1.js → resources/orgs/resources/connections/client/requests/CoordinatorExecutorUpdateAutoAssignReq.js} +0 -0
- /package/dist/cjs/api/{types/ProviderProviderConnectionListItem.js → resources/orgs/resources/connections/client/requests/ShipperCoordinatorConnectionClientUpdate1.js} +0 -0
- /package/dist/cjs/api/{types/ProviderProviderConnectionListRes.js → resources/orgs/resources/connections/resources/coordinators/client/requests/CoordinatorsTypeaheadV1Request.js} +0 -0
- /package/dist/cjs/api/{types/ShipperProviderConnection1.js → resources/orgs/resources/connections/resources/executors/client/requests/ExecutorsTypeaheadV1Request.js} +0 -0
- /package/dist/cjs/api/{types/ShipperProviderConnectionForCoordinatorListItem.js → resources/orgs/resources/connections/resources/shippers/client/requests/ShippersTypeaheadV1Request.js} +0 -0
- /package/dist/cjs/api/types/{ShipperProviderConnectionForShipperListItem.js → ConnectionTypeaheadFieldEnum.js} +0 -0
- /package/dist/cjs/api/types/{ShipperProviderConnectionsForCoordinatorListRes.js → ConnectionTypeaheadResult.js} +0 -0
- /package/dist/cjs/api/types/{ShipperProviderConnectionsForShipperListRes.js → ConnectionTypeaheadValue.js} +0 -0
- /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ConnectionsListProviderProviderV1Request.mjs → ConnectionsListCoordinatorsForExecutorV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ConnectionsListProvidersV1Request.mjs → ConnectionsListCoordinatorsForShipperV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ConnectionsListShippersV1Request.mjs → ConnectionsListExecutorsForCoordinatorV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ProviderProviderUpdateAutoAssignReq.mjs → ConnectionsListExecutorsGeoSearchForCoordinatorV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ShipperProviderConnectionClientUpdate1.mjs → ConnectionsListShippersForCoordinatorV1Request.mjs} +0 -0
- /package/dist/esm/api/{types/ProviderProviderConnection1.mjs → resources/orgs/resources/connections/client/requests/CoordinatorExecutorUpdateAutoAssignReq.mjs} +0 -0
- /package/dist/esm/api/{types/ProviderProviderConnectionListItem.mjs → resources/orgs/resources/connections/client/requests/ShipperCoordinatorConnectionClientUpdate1.mjs} +0 -0
- /package/dist/esm/api/{types/ProviderProviderConnectionListRes.mjs → resources/orgs/resources/connections/resources/coordinators/client/requests/CoordinatorsTypeaheadV1Request.mjs} +0 -0
- /package/dist/esm/api/{types/ShipperProviderConnection1.mjs → resources/orgs/resources/connections/resources/executors/client/requests/ExecutorsTypeaheadV1Request.mjs} +0 -0
- /package/dist/esm/api/{types/ShipperProviderConnectionForCoordinatorListItem.mjs → resources/orgs/resources/connections/resources/shippers/client/requests/ShippersTypeaheadV1Request.mjs} +0 -0
- /package/dist/esm/api/types/{ShipperProviderConnectionForShipperListItem.mjs → ConnectionTypeaheadFieldEnum.mjs} +0 -0
- /package/dist/esm/api/types/{ShipperProviderConnectionsForCoordinatorListRes.mjs → ConnectionTypeaheadResult.mjs} +0 -0
- /package/dist/esm/api/types/{ShipperProviderConnectionsForShipperListRes.mjs → ConnectionTypeaheadValue.mjs} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./client/index.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./client/index.mjs";
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Chrt from "../../../../../index.mjs";
|
|
5
|
-
export type ConnectionsGetByHandleV1Response = Chrt.
|
|
5
|
+
export type ConnectionsGetByHandleV1Response = Chrt.ShipperCoordinatorConnection1 | Chrt.CoordinatorExecutorConnection1;
|
|
@@ -31,7 +31,7 @@ export declare class OffChrtOrgData {
|
|
|
31
31
|
protected readonly _options: OffChrtOrgData.Options;
|
|
32
32
|
constructor(_options?: OffChrtOrgData.Options);
|
|
33
33
|
/**
|
|
34
|
-
* Atomically creates owner-scoped off-CHRT organization data and its shipper-
|
|
34
|
+
* Atomically creates owner-scoped off-CHRT organization data and its shipper-coordinator or coordinator-executor connection. | authz: allowed_org_types=[provider] | (CreateOffChrtOrgReq) -> (CreateOffChrtOrgRes)
|
|
35
35
|
*
|
|
36
36
|
* @param {Chrt.orgs.CreateOffChrtOrgReq} request
|
|
37
37
|
* @param {OffChrtOrgData.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -50,7 +50,7 @@ export declare class OffChrtOrgData {
|
|
|
50
50
|
createV1(request: Chrt.orgs.CreateOffChrtOrgReq, requestOptions?: OffChrtOrgData.RequestOptions): core.HttpResponsePromise<Chrt.CreateOffChrtOrgRes>;
|
|
51
51
|
private __createV1;
|
|
52
52
|
/**
|
|
53
|
-
* Lists off-CHRT organization data owned by the caller with optional organization-type filtering,
|
|
53
|
+
* 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)
|
|
54
54
|
*
|
|
55
55
|
* @param {Chrt.orgs.OffChrtOrgDataListV1Request} request
|
|
56
56
|
* @param {OffChrtOrgData.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -20,7 +20,7 @@ export class OffChrtOrgData {
|
|
|
20
20
|
this._options = _options;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
-
* Atomically creates owner-scoped off-CHRT organization data and its shipper-
|
|
23
|
+
* Atomically creates owner-scoped off-CHRT organization data and its shipper-coordinator or coordinator-executor connection. | authz: allowed_org_types=[provider] | (CreateOffChrtOrgReq) -> (CreateOffChrtOrgRes)
|
|
24
24
|
*
|
|
25
25
|
* @param {Chrt.orgs.CreateOffChrtOrgReq} request
|
|
26
26
|
* @param {OffChrtOrgData.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -88,7 +88,7 @@ export class OffChrtOrgData {
|
|
|
88
88
|
});
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
|
-
* Lists off-CHRT organization data owned by the caller with optional organization-type filtering,
|
|
91
|
+
* 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)
|
|
92
92
|
*
|
|
93
93
|
* @param {Chrt.orgs.OffChrtOrgDataListV1Request} request
|
|
94
94
|
* @param {OffChrtOrgData.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -14,7 +14,7 @@ import * as Chrt from "../../../../../../index.mjs";
|
|
|
14
14
|
* }
|
|
15
15
|
*/
|
|
16
16
|
export interface OffChrtOrgDataListV1Request {
|
|
17
|
-
/** Search by name */
|
|
17
|
+
/** Search by name, industry, or email */
|
|
18
18
|
search?: string | null;
|
|
19
19
|
filter_org_type?: Chrt.OrgTypeEnum | null;
|
|
20
20
|
/** Field to sort by */
|
|
@@ -31,7 +31,7 @@ export declare class Cargos {
|
|
|
31
31
|
protected readonly _options: Cargos.Options;
|
|
32
32
|
constructor(_options?: Cargos.Options);
|
|
33
33
|
/**
|
|
34
|
-
* Updates
|
|
34
|
+
* 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)
|
|
35
35
|
*
|
|
36
36
|
* @param {string} cargoId
|
|
37
37
|
* @param {Chrt.CargoClientUpdate1} request
|
|
@@ -20,7 +20,7 @@ export class Cargos {
|
|
|
20
20
|
this._options = _options;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
-
* Updates
|
|
23
|
+
* 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)
|
|
24
24
|
*
|
|
25
25
|
* @param {string} cargoId
|
|
26
26
|
* @param {Chrt.CargoClientUpdate1} request
|
|
@@ -123,7 +123,7 @@ export declare class Orders {
|
|
|
123
123
|
typeaheadLabelV1(request: Chrt.shipping.OrdersTypeaheadLabelV1Request, requestOptions?: Orders.RequestOptions): core.HttpResponsePromise<string[]>;
|
|
124
124
|
private __typeaheadLabelV1;
|
|
125
125
|
/**
|
|
126
|
-
* Returns distinct
|
|
126
|
+
* 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])
|
|
127
127
|
*
|
|
128
128
|
* @param {Chrt.shipping.OrdersTypeaheadV1Request} request
|
|
129
129
|
* @param {Orders.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -404,7 +404,7 @@ export class Orders {
|
|
|
404
404
|
});
|
|
405
405
|
}
|
|
406
406
|
/**
|
|
407
|
-
* Returns distinct
|
|
407
|
+
* 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])
|
|
408
408
|
*
|
|
409
409
|
* @param {Chrt.shipping.OrdersTypeaheadV1Request} request
|
|
410
410
|
* @param {Orders.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -47,7 +47,7 @@ export declare class TaskGroup {
|
|
|
47
47
|
addV1(request: Chrt.shipping.orders.drafts.OrderDraftAddTaskGroupReq, requestOptions?: TaskGroup.RequestOptions): core.HttpResponsePromise<string>;
|
|
48
48
|
private __addV1;
|
|
49
49
|
/**
|
|
50
|
-
* Assigns an executor organization to a draft task group. Coordinator-only;
|
|
50
|
+
* 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)
|
|
51
51
|
*
|
|
52
52
|
* @param {string} taskGroupId
|
|
53
53
|
* @param {Chrt.shipping.orders.drafts.OrderDraftAddExecutorReq} request
|
|
@@ -85,7 +85,7 @@ export class TaskGroup {
|
|
|
85
85
|
});
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
|
-
* Assigns an executor organization to a draft task group. Coordinator-only;
|
|
88
|
+
* 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)
|
|
89
89
|
*
|
|
90
90
|
* @param {string} taskGroupId
|
|
91
91
|
* @param {Chrt.shipping.orders.drafts.OrderDraftAddExecutorReq} request
|
package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs
CHANGED
|
@@ -312,7 +312,7 @@ export class Expanded {
|
|
|
312
312
|
__listForCoordinatorOperatorsV1(request, requestOptions) {
|
|
313
313
|
return __awaiter(this, void 0, void 0, function* () {
|
|
314
314
|
var _a, _b, _c, _d, _e, _f;
|
|
315
|
-
const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, filter_status: filterStatus, filter_draft_started_at_timestamp_lte: filterDraftStartedAtTimestampLte, filter_draft_started_at_timestamp_gte: filterDraftStartedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_in_progress_at_timestamp_lte: filterInProgressAtTimestampLte, filter_in_progress_at_timestamp_gte: filterInProgressAtTimestampGte, filter_completed_at_timestamp_lte: filterCompletedAtTimestampLte, filter_completed_at_timestamp_gte: filterCompletedAtTimestampGte, filter_cancelled_at_timestamp_lte: filterCancelledAtTimestampLte, filter_cancelled_at_timestamp_gte: filterCancelledAtTimestampGte, filter_exception_at_timestamp_lte: filterExceptionAtTimestampLte, filter_exception_at_timestamp_gte: filterExceptionAtTimestampGte, filter_executor_org_id: filterExecutorOrgId, filter_shipper_org_id: filterShipperOrgId, filter_off_chrt_shipper_org_data_id: filterOffChrtShipperOrgDataId, filter_coordinator_department_id: filterCoordinatorDepartmentId, filter_coordinator_assigned_user_ids: filterCoordinatorAssignedUserIds, filter_coordinator_label: filterCoordinatorLabel, body: _body, } = request;
|
|
315
|
+
const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, filter_status: filterStatus, filter_order_classification_by_task_group_type: filterOrderClassificationByTaskGroupType, filter_draft_started_at_timestamp_lte: filterDraftStartedAtTimestampLte, filter_draft_started_at_timestamp_gte: filterDraftStartedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_in_progress_at_timestamp_lte: filterInProgressAtTimestampLte, filter_in_progress_at_timestamp_gte: filterInProgressAtTimestampGte, filter_completed_at_timestamp_lte: filterCompletedAtTimestampLte, filter_completed_at_timestamp_gte: filterCompletedAtTimestampGte, filter_cancelled_at_timestamp_lte: filterCancelledAtTimestampLte, filter_cancelled_at_timestamp_gte: filterCancelledAtTimestampGte, filter_exception_at_timestamp_lte: filterExceptionAtTimestampLte, filter_exception_at_timestamp_gte: filterExceptionAtTimestampGte, filter_executor_org_id: filterExecutorOrgId, filter_shipper_org_id: filterShipperOrgId, filter_off_chrt_shipper_org_data_id: filterOffChrtShipperOrgDataId, filter_coordinator_department_id: filterCoordinatorDepartmentId, filter_coordinator_assigned_user_ids: filterCoordinatorAssignedUserIds, filter_coordinator_label: filterCoordinatorLabel, body: _body, } = request;
|
|
316
316
|
const _queryParams = {};
|
|
317
317
|
if (sortBy !== undefined) {
|
|
318
318
|
_queryParams["sort_by"] = sortBy;
|
|
@@ -337,6 +337,16 @@ export class Expanded {
|
|
|
337
337
|
_queryParams["filter_status"] = filterStatus;
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
|
+
if (filterOrderClassificationByTaskGroupType !== undefined) {
|
|
341
|
+
if (Array.isArray(filterOrderClassificationByTaskGroupType)) {
|
|
342
|
+
_queryParams["filter_order_classification_by_task_group_type"] =
|
|
343
|
+
filterOrderClassificationByTaskGroupType.map((item) => item);
|
|
344
|
+
}
|
|
345
|
+
else {
|
|
346
|
+
_queryParams["filter_order_classification_by_task_group_type"] =
|
|
347
|
+
filterOrderClassificationByTaskGroupType;
|
|
348
|
+
}
|
|
349
|
+
}
|
|
340
350
|
if (filterDraftStartedAtTimestampLte !== undefined) {
|
|
341
351
|
_queryParams["filter_draft_started_at_timestamp_lte"] = filterDraftStartedAtTimestampLte;
|
|
342
352
|
}
|
|
@@ -483,7 +493,7 @@ export class Expanded {
|
|
|
483
493
|
__listForExecutorOperatorsV1(request, requestOptions) {
|
|
484
494
|
return __awaiter(this, void 0, void 0, function* () {
|
|
485
495
|
var _a, _b, _c, _d, _e, _f;
|
|
486
|
-
const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, filter_status: filterStatus, filter_draft_started_at_timestamp_lte: filterDraftStartedAtTimestampLte, filter_draft_started_at_timestamp_gte: filterDraftStartedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_in_progress_at_timestamp_lte: filterInProgressAtTimestampLte, filter_in_progress_at_timestamp_gte: filterInProgressAtTimestampGte, filter_completed_at_timestamp_lte: filterCompletedAtTimestampLte, filter_completed_at_timestamp_gte: filterCompletedAtTimestampGte, filter_cancelled_at_timestamp_lte: filterCancelledAtTimestampLte, filter_cancelled_at_timestamp_gte: filterCancelledAtTimestampGte, filter_exception_at_timestamp_lte: filterExceptionAtTimestampLte, filter_exception_at_timestamp_gte: filterExceptionAtTimestampGte, filter_coordinator_org_id: filterCoordinatorOrgId, filter_shipper_org_id: filterShipperOrgId, filter_off_chrt_shipper_org_data_id: filterOffChrtShipperOrgDataId, body: _body, } = request;
|
|
496
|
+
const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, filter_status: filterStatus, filter_order_classification_by_task_group_type: filterOrderClassificationByTaskGroupType, filter_draft_started_at_timestamp_lte: filterDraftStartedAtTimestampLte, filter_draft_started_at_timestamp_gte: filterDraftStartedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_in_progress_at_timestamp_lte: filterInProgressAtTimestampLte, filter_in_progress_at_timestamp_gte: filterInProgressAtTimestampGte, filter_completed_at_timestamp_lte: filterCompletedAtTimestampLte, filter_completed_at_timestamp_gte: filterCompletedAtTimestampGte, filter_cancelled_at_timestamp_lte: filterCancelledAtTimestampLte, filter_cancelled_at_timestamp_gte: filterCancelledAtTimestampGte, filter_exception_at_timestamp_lte: filterExceptionAtTimestampLte, filter_exception_at_timestamp_gte: filterExceptionAtTimestampGte, filter_coordinator_org_id: filterCoordinatorOrgId, filter_shipper_org_id: filterShipperOrgId, filter_off_chrt_shipper_org_data_id: filterOffChrtShipperOrgDataId, body: _body, } = request;
|
|
487
497
|
const _queryParams = {};
|
|
488
498
|
if (sortBy !== undefined) {
|
|
489
499
|
_queryParams["sort_by"] = sortBy;
|
|
@@ -508,6 +518,16 @@ export class Expanded {
|
|
|
508
518
|
_queryParams["filter_status"] = filterStatus;
|
|
509
519
|
}
|
|
510
520
|
}
|
|
521
|
+
if (filterOrderClassificationByTaskGroupType !== undefined) {
|
|
522
|
+
if (Array.isArray(filterOrderClassificationByTaskGroupType)) {
|
|
523
|
+
_queryParams["filter_order_classification_by_task_group_type"] =
|
|
524
|
+
filterOrderClassificationByTaskGroupType.map((item) => item);
|
|
525
|
+
}
|
|
526
|
+
else {
|
|
527
|
+
_queryParams["filter_order_classification_by_task_group_type"] =
|
|
528
|
+
filterOrderClassificationByTaskGroupType;
|
|
529
|
+
}
|
|
530
|
+
}
|
|
511
531
|
if (filterDraftStartedAtTimestampLte !== undefined) {
|
|
512
532
|
_queryParams["filter_draft_started_at_timestamp_lte"] = filterDraftStartedAtTimestampLte;
|
|
513
533
|
}
|
|
@@ -644,7 +664,7 @@ export class Expanded {
|
|
|
644
664
|
__listForProviderOperatorsV1(request, requestOptions) {
|
|
645
665
|
return __awaiter(this, void 0, void 0, function* () {
|
|
646
666
|
var _a, _b, _c, _d, _e, _f;
|
|
647
|
-
const { provider_role: providerRole, sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, filter_status: filterStatus, filter_draft_started_at_timestamp_lte: filterDraftStartedAtTimestampLte, filter_draft_started_at_timestamp_gte: filterDraftStartedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_in_progress_at_timestamp_lte: filterInProgressAtTimestampLte, filter_in_progress_at_timestamp_gte: filterInProgressAtTimestampGte, filter_completed_at_timestamp_lte: filterCompletedAtTimestampLte, filter_completed_at_timestamp_gte: filterCompletedAtTimestampGte, filter_cancelled_at_timestamp_lte: filterCancelledAtTimestampLte, filter_cancelled_at_timestamp_gte: filterCancelledAtTimestampGte, filter_exception_at_timestamp_lte: filterExceptionAtTimestampLte, filter_exception_at_timestamp_gte: filterExceptionAtTimestampGte, filter_executor_org_id: filterExecutorOrgId, filter_coordinator_org_id: filterCoordinatorOrgId, filter_shipper_org_id: filterShipperOrgId, filter_off_chrt_shipper_org_data_id: filterOffChrtShipperOrgDataId, filter_coordinator_department_id: filterCoordinatorDepartmentId, filter_coordinator_assigned_user_ids: filterCoordinatorAssignedUserIds, filter_coordinator_label: filterCoordinatorLabel, body: _body, } = request;
|
|
667
|
+
const { provider_role: providerRole, sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, filter_status: filterStatus, filter_order_classification_by_task_group_type: filterOrderClassificationByTaskGroupType, filter_draft_started_at_timestamp_lte: filterDraftStartedAtTimestampLte, filter_draft_started_at_timestamp_gte: filterDraftStartedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_in_progress_at_timestamp_lte: filterInProgressAtTimestampLte, filter_in_progress_at_timestamp_gte: filterInProgressAtTimestampGte, filter_completed_at_timestamp_lte: filterCompletedAtTimestampLte, filter_completed_at_timestamp_gte: filterCompletedAtTimestampGte, filter_cancelled_at_timestamp_lte: filterCancelledAtTimestampLte, filter_cancelled_at_timestamp_gte: filterCancelledAtTimestampGte, filter_exception_at_timestamp_lte: filterExceptionAtTimestampLte, filter_exception_at_timestamp_gte: filterExceptionAtTimestampGte, filter_executor_org_id: filterExecutorOrgId, filter_coordinator_org_id: filterCoordinatorOrgId, filter_shipper_org_id: filterShipperOrgId, filter_off_chrt_shipper_org_data_id: filterOffChrtShipperOrgDataId, filter_coordinator_department_id: filterCoordinatorDepartmentId, filter_coordinator_assigned_user_ids: filterCoordinatorAssignedUserIds, filter_coordinator_label: filterCoordinatorLabel, body: _body, } = request;
|
|
648
668
|
const _queryParams = {};
|
|
649
669
|
if (providerRole !== undefined) {
|
|
650
670
|
_queryParams["provider_role"] = providerRole;
|
|
@@ -672,6 +692,16 @@ export class Expanded {
|
|
|
672
692
|
_queryParams["filter_status"] = filterStatus;
|
|
673
693
|
}
|
|
674
694
|
}
|
|
695
|
+
if (filterOrderClassificationByTaskGroupType !== undefined) {
|
|
696
|
+
if (Array.isArray(filterOrderClassificationByTaskGroupType)) {
|
|
697
|
+
_queryParams["filter_order_classification_by_task_group_type"] =
|
|
698
|
+
filterOrderClassificationByTaskGroupType.map((item) => item);
|
|
699
|
+
}
|
|
700
|
+
else {
|
|
701
|
+
_queryParams["filter_order_classification_by_task_group_type"] =
|
|
702
|
+
filterOrderClassificationByTaskGroupType;
|
|
703
|
+
}
|
|
704
|
+
}
|
|
675
705
|
if (filterDraftStartedAtTimestampLte !== undefined) {
|
|
676
706
|
_queryParams["filter_draft_started_at_timestamp_lte"] = filterDraftStartedAtTimestampLte;
|
|
677
707
|
}
|
|
@@ -820,7 +850,7 @@ export class Expanded {
|
|
|
820
850
|
__listForShipperOperatorsV1(request, requestOptions) {
|
|
821
851
|
return __awaiter(this, void 0, void 0, function* () {
|
|
822
852
|
var _a, _b, _c, _d, _e, _f;
|
|
823
|
-
const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, filter_status: filterStatus, filter_draft_started_at_timestamp_lte: filterDraftStartedAtTimestampLte, filter_draft_started_at_timestamp_gte: filterDraftStartedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_in_progress_at_timestamp_lte: filterInProgressAtTimestampLte, filter_in_progress_at_timestamp_gte: filterInProgressAtTimestampGte, filter_completed_at_timestamp_lte: filterCompletedAtTimestampLte, filter_completed_at_timestamp_gte: filterCompletedAtTimestampGte, filter_cancelled_at_timestamp_lte: filterCancelledAtTimestampLte, filter_cancelled_at_timestamp_gte: filterCancelledAtTimestampGte, filter_exception_at_timestamp_lte: filterExceptionAtTimestampLte, filter_exception_at_timestamp_gte: filterExceptionAtTimestampGte, filter_executor_org_id: filterExecutorOrgId, filter_coordinator_org_id: filterCoordinatorOrgId, body: _body, } = request;
|
|
853
|
+
const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, filter_status: filterStatus, filter_order_classification_by_task_group_type: filterOrderClassificationByTaskGroupType, filter_draft_started_at_timestamp_lte: filterDraftStartedAtTimestampLte, filter_draft_started_at_timestamp_gte: filterDraftStartedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_in_progress_at_timestamp_lte: filterInProgressAtTimestampLte, filter_in_progress_at_timestamp_gte: filterInProgressAtTimestampGte, filter_completed_at_timestamp_lte: filterCompletedAtTimestampLte, filter_completed_at_timestamp_gte: filterCompletedAtTimestampGte, filter_cancelled_at_timestamp_lte: filterCancelledAtTimestampLte, filter_cancelled_at_timestamp_gte: filterCancelledAtTimestampGte, filter_exception_at_timestamp_lte: filterExceptionAtTimestampLte, filter_exception_at_timestamp_gte: filterExceptionAtTimestampGte, filter_executor_org_id: filterExecutorOrgId, filter_coordinator_org_id: filterCoordinatorOrgId, body: _body, } = request;
|
|
824
854
|
const _queryParams = {};
|
|
825
855
|
if (sortBy !== undefined) {
|
|
826
856
|
_queryParams["sort_by"] = sortBy;
|
|
@@ -845,6 +875,16 @@ export class Expanded {
|
|
|
845
875
|
_queryParams["filter_status"] = filterStatus;
|
|
846
876
|
}
|
|
847
877
|
}
|
|
878
|
+
if (filterOrderClassificationByTaskGroupType !== undefined) {
|
|
879
|
+
if (Array.isArray(filterOrderClassificationByTaskGroupType)) {
|
|
880
|
+
_queryParams["filter_order_classification_by_task_group_type"] =
|
|
881
|
+
filterOrderClassificationByTaskGroupType.map((item) => item);
|
|
882
|
+
}
|
|
883
|
+
else {
|
|
884
|
+
_queryParams["filter_order_classification_by_task_group_type"] =
|
|
885
|
+
filterOrderClassificationByTaskGroupType;
|
|
886
|
+
}
|
|
887
|
+
}
|
|
848
888
|
if (filterDraftStartedAtTimestampLte !== undefined) {
|
|
849
889
|
_queryParams["filter_draft_started_at_timestamp_lte"] = filterDraftStartedAtTimestampLte;
|
|
850
890
|
}
|
|
@@ -36,9 +36,11 @@ export interface ExpandedListForCoordinatorOperatorsV1Request {
|
|
|
36
36
|
sort_order?: Chrt.SortOrderEnum | null;
|
|
37
37
|
page?: number | null;
|
|
38
38
|
page_size?: number | null;
|
|
39
|
-
/** Full-text search query (searches order
|
|
39
|
+
/** Full-text search query (searches order short ID, off-CHRT reference ID, and AWB) */
|
|
40
40
|
search?: string | null;
|
|
41
41
|
filter_status?: (Chrt.OrderStatusEnum1 | null) | (Chrt.OrderStatusEnum1 | null)[];
|
|
42
|
+
/** Filter by global order classification (OBC takes precedence over flight, then ground) */
|
|
43
|
+
filter_order_classification_by_task_group_type?: (Chrt.TaskGroupTypeEnum1 | null) | (Chrt.TaskGroupTypeEnum1 | null)[];
|
|
42
44
|
filter_draft_started_at_timestamp_lte?: string | null;
|
|
43
45
|
filter_draft_started_at_timestamp_gte?: string | null;
|
|
44
46
|
filter_staged_at_timestamp_lte?: string | null;
|
|
@@ -34,9 +34,11 @@ export interface ExpandedListForExecutorOperatorsV1Request {
|
|
|
34
34
|
sort_order?: Chrt.SortOrderEnum | null;
|
|
35
35
|
page?: number | null;
|
|
36
36
|
page_size?: number | null;
|
|
37
|
-
/** Full-text search query (searches order
|
|
37
|
+
/** Full-text search query (searches order short ID, off-CHRT reference ID, and AWB) */
|
|
38
38
|
search?: string | null;
|
|
39
39
|
filter_status?: (Chrt.OrderStatusEnum1 | null) | (Chrt.OrderStatusEnum1 | null)[];
|
|
40
|
+
/** Filter by global order classification (OBC takes precedence over flight, then ground) */
|
|
41
|
+
filter_order_classification_by_task_group_type?: (Chrt.TaskGroupTypeEnum1 | null) | (Chrt.TaskGroupTypeEnum1 | null)[];
|
|
40
42
|
filter_draft_started_at_timestamp_lte?: string | null;
|
|
41
43
|
filter_draft_started_at_timestamp_gte?: string | null;
|
|
42
44
|
filter_staged_at_timestamp_lte?: string | null;
|
|
@@ -39,9 +39,11 @@ export interface ExpandedListForProviderOperatorsV1Request {
|
|
|
39
39
|
sort_order?: Chrt.SortOrderEnum | null;
|
|
40
40
|
page?: number | null;
|
|
41
41
|
page_size?: number | null;
|
|
42
|
-
/** Full-text search query (searches order
|
|
42
|
+
/** Full-text search query (searches order short ID, off-CHRT reference ID, and AWB) */
|
|
43
43
|
search?: string | null;
|
|
44
44
|
filter_status?: (Chrt.OrderStatusEnum1 | null) | (Chrt.OrderStatusEnum1 | null)[];
|
|
45
|
+
/** Filter by global order classification (OBC takes precedence over flight, then ground) */
|
|
46
|
+
filter_order_classification_by_task_group_type?: (Chrt.TaskGroupTypeEnum1 | null) | (Chrt.TaskGroupTypeEnum1 | null)[];
|
|
45
47
|
filter_draft_started_at_timestamp_lte?: string | null;
|
|
46
48
|
filter_draft_started_at_timestamp_gte?: string | null;
|
|
47
49
|
filter_staged_at_timestamp_lte?: string | null;
|
|
@@ -33,9 +33,11 @@ export interface ExpandedListForShipperOperatorsV1Request {
|
|
|
33
33
|
sort_order?: Chrt.SortOrderEnum | null;
|
|
34
34
|
page?: number | null;
|
|
35
35
|
page_size?: number | null;
|
|
36
|
-
/** Full-text search query (searches order
|
|
36
|
+
/** Full-text search query (searches order short ID, off-CHRT reference ID, and AWB) */
|
|
37
37
|
search?: string | null;
|
|
38
38
|
filter_status?: (Chrt.OrderStatusEnum1 | null) | (Chrt.OrderStatusEnum1 | null)[];
|
|
39
|
+
/** Filter by global order classification (OBC takes precedence over flight, then ground) */
|
|
40
|
+
filter_order_classification_by_task_group_type?: (Chrt.TaskGroupTypeEnum1 | null) | (Chrt.TaskGroupTypeEnum1 | null)[];
|
|
39
41
|
filter_draft_started_at_timestamp_lte?: string | null;
|
|
40
42
|
filter_draft_started_at_timestamp_gte?: string | null;
|
|
41
43
|
filter_staged_at_timestamp_lte?: string | null;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem {
|
|
6
|
+
coordinator_executor_connection: Chrt.CoordinatorExecutorConnection1;
|
|
7
|
+
distance_meters?: number | null;
|
|
8
|
+
executor_org_public_data?: Chrt.OrgPublicData1 | null;
|
|
9
|
+
off_chrt_executor_org_data?: Chrt.OffChrtOrgData1 | null;
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface CoordinatorExecutorConnectionForCoordinatorListItem {
|
|
6
|
+
coordinator_executor_connection: Chrt.CoordinatorExecutorConnection1;
|
|
7
|
+
executor_org_public_data?: Chrt.OrgPublicData1 | null;
|
|
8
|
+
off_chrt_executor_org_data?: Chrt.OffChrtOrgData1 | null;
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface CoordinatorExecutorConnectionForExecutorListItem {
|
|
6
|
+
coordinator_executor_connection: Chrt.CoordinatorExecutorConnection1;
|
|
7
|
+
coordinator_org_public_data?: Chrt.OrgPublicData1 | null;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes {
|
|
6
|
+
items: Chrt.CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem[];
|
|
7
|
+
total_count: number;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface CoordinatorExecutorConnectionsForCoordinatorListRes {
|
|
6
|
+
items: Chrt.CoordinatorExecutorConnectionForCoordinatorListItem[];
|
|
7
|
+
total_count: number;
|
|
8
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Chrt from "../index.mjs";
|
|
5
|
-
export interface
|
|
6
|
-
items: Chrt.
|
|
5
|
+
export interface CoordinatorExecutorConnectionsForExecutorListRes {
|
|
6
|
+
items: Chrt.CoordinatorExecutorConnectionForExecutorListItem[];
|
|
7
7
|
total_count: number;
|
|
8
8
|
}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
import * as Chrt from "../index.mjs";
|
|
5
5
|
export interface Order1 {
|
|
6
6
|
_id: string;
|
|
7
|
+
awb_numbers?: string[];
|
|
7
8
|
cancelled_at_timestamp?: string | null;
|
|
8
9
|
completed_at_timestamp?: string | null;
|
|
9
10
|
coordinator_assigned_user_ids?: string[];
|
|
@@ -24,6 +25,7 @@ export interface Order1 {
|
|
|
24
25
|
/** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
|
|
25
26
|
off_chrt_reference_id?: string | null;
|
|
26
27
|
off_chrt_shipper_org_data_id?: string | null;
|
|
28
|
+
order_classification_by_task_group_type?: Chrt.TaskGroupTypeEnum1 | null;
|
|
27
29
|
order_schedule_id?: string | null;
|
|
28
30
|
order_schedule_run_idempotency_key?: string | null;
|
|
29
31
|
order_template_id?: string | null;
|
|
@@ -8,6 +8,7 @@ import * as Chrt from "../index.mjs";
|
|
|
8
8
|
*/
|
|
9
9
|
export interface OrderLimitedForCoordinator1 {
|
|
10
10
|
_id: string;
|
|
11
|
+
awb_numbers?: string[];
|
|
11
12
|
cancelled_at_timestamp?: string | null;
|
|
12
13
|
completed_at_timestamp?: string | null;
|
|
13
14
|
coordinator_assigned_user_ids?: string[];
|
|
@@ -28,6 +29,7 @@ export interface OrderLimitedForCoordinator1 {
|
|
|
28
29
|
/** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
|
|
29
30
|
off_chrt_reference_id?: string | null;
|
|
30
31
|
off_chrt_shipper_org_data_id?: string | null;
|
|
32
|
+
order_classification_by_task_group_type?: Chrt.TaskGroupTypeEnum1 | null;
|
|
31
33
|
order_schedule_id?: string | null;
|
|
32
34
|
order_schedule_run_idempotency_key?: string | null;
|
|
33
35
|
order_template_id?: string | null;
|
|
@@ -8,6 +8,7 @@ import * as Chrt from "../index.mjs";
|
|
|
8
8
|
*/
|
|
9
9
|
export interface OrderLimitedForExecutor1 {
|
|
10
10
|
_id: string;
|
|
11
|
+
awb_numbers?: string[];
|
|
11
12
|
cancelled_at_timestamp?: string | null;
|
|
12
13
|
completed_at_timestamp?: string | null;
|
|
13
14
|
draft_started_at_timestamp: string;
|
|
@@ -16,6 +17,7 @@ export interface OrderLimitedForExecutor1 {
|
|
|
16
17
|
in_progress_at_timestamp?: string | null;
|
|
17
18
|
/** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
|
|
18
19
|
off_chrt_reference_id?: string | null;
|
|
20
|
+
order_classification_by_task_group_type?: Chrt.TaskGroupTypeEnum1 | null;
|
|
19
21
|
schema_version: number;
|
|
20
22
|
short_id: string;
|
|
21
23
|
staged_at_timestamp?: string | null;
|
|
@@ -9,6 +9,7 @@ import * as Chrt from "../index.mjs";
|
|
|
9
9
|
*/
|
|
10
10
|
export interface OrderLimitedForProvider1 {
|
|
11
11
|
_id: string;
|
|
12
|
+
awb_numbers?: string[];
|
|
12
13
|
cancelled_at_timestamp?: string | null;
|
|
13
14
|
completed_at_timestamp?: string | null;
|
|
14
15
|
coordinator_assigned_user_ids?: string[];
|
|
@@ -28,6 +29,7 @@ export interface OrderLimitedForProvider1 {
|
|
|
28
29
|
/** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
|
|
29
30
|
off_chrt_reference_id?: string | null;
|
|
30
31
|
off_chrt_shipper_org_data_id?: string | null;
|
|
32
|
+
order_classification_by_task_group_type?: Chrt.TaskGroupTypeEnum1 | null;
|
|
31
33
|
order_schedule_id?: string | null;
|
|
32
34
|
order_schedule_run_idempotency_key?: string | null;
|
|
33
35
|
order_template_id?: string | null;
|
|
@@ -8,6 +8,7 @@ import * as Chrt from "../index.mjs";
|
|
|
8
8
|
*/
|
|
9
9
|
export interface OrderLimitedForShipper1 {
|
|
10
10
|
_id: string;
|
|
11
|
+
awb_numbers?: string[];
|
|
11
12
|
cancelled_at_timestamp?: string | null;
|
|
12
13
|
completed_at_timestamp?: string | null;
|
|
13
14
|
/** Must be a string starting with `org_` */
|
|
@@ -24,6 +25,7 @@ export interface OrderLimitedForShipper1 {
|
|
|
24
25
|
/** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
|
|
25
26
|
off_chrt_reference_id?: string | null;
|
|
26
27
|
off_chrt_shipper_org_data_id?: string | null;
|
|
28
|
+
order_classification_by_task_group_type?: Chrt.TaskGroupTypeEnum1 | null;
|
|
27
29
|
order_schedule_id?: string | null;
|
|
28
30
|
order_schedule_run_idempotency_key?: string | null;
|
|
29
31
|
order_template_id?: string | null;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
4
5
|
export interface OrderTaskGroupExecutorDetails1 {
|
|
5
6
|
executor_assigned_user_ids?: string[];
|
|
6
7
|
executor_department_id?: string | null;
|
|
@@ -9,4 +10,5 @@ export interface OrderTaskGroupExecutorDetails1 {
|
|
|
9
10
|
executor_org_id?: string | null;
|
|
10
11
|
off_chrt_executor_org_data_id?: string | null;
|
|
11
12
|
task_group_id: string;
|
|
13
|
+
task_group_type: Chrt.TaskGroupTypeEnum1;
|
|
12
14
|
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
4
5
|
export interface OrderTaskGroupSharedDetails1 {
|
|
5
6
|
/** Must be a string starting with `org_` */
|
|
6
7
|
executor_org_id?: string | null;
|
|
7
8
|
off_chrt_executor_org_data_id?: string | null;
|
|
8
9
|
task_group_id: string;
|
|
10
|
+
task_group_type: Chrt.TaskGroupTypeEnum1;
|
|
9
11
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export type OrderTypeaheadFieldEnum = "off_chrt_reference_id" | "short_id";
|
|
4
|
+
export type OrderTypeaheadFieldEnum = "off_chrt_reference_id" | "short_id" | "awb_numbers";
|
|
5
5
|
export declare const OrderTypeaheadFieldEnum: {
|
|
6
6
|
readonly OffChrtReferenceId: "off_chrt_reference_id";
|
|
7
7
|
readonly ShortId: "short_id";
|
|
8
|
+
readonly AwbNumbers: "awb_numbers";
|
|
8
9
|
};
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Chrt from "../index.mjs";
|
|
5
|
-
export interface
|
|
5
|
+
export interface ShipperCoordinatorConnectionForCoordinatorListItem {
|
|
6
6
|
off_chrt_shipper_org_data?: Chrt.OffChrtOrgData1 | null;
|
|
7
|
+
shipper_coordinator_connection: Chrt.ShipperCoordinatorConnection1;
|
|
7
8
|
shipper_org_public_data?: Chrt.OrgPublicData1 | null;
|
|
8
|
-
shipper_provider_connection: Chrt.ShipperProviderConnection1;
|
|
9
9
|
}
|