@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,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
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.js";
|
|
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.js";
|
|
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.js";
|
|
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.js";
|
|
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.js";
|
|
|
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.js";
|
|
|
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.js";
|
|
|
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.js";
|
|
|
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.js";
|
|
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.js";
|
|
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.js";
|
|
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
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
5
|
+
export interface ShipperCoordinatorConnectionForShipperListItem {
|
|
6
|
+
coordinator_org_public_data?: Chrt.OrgPublicData1 | null;
|
|
7
|
+
shipper_coordinator_connection: Chrt.ShipperCoordinatorConnection1;
|
|
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.js";
|
|
5
|
+
export interface ShipperCoordinatorConnectionsForCoordinatorListRes {
|
|
6
|
+
items: Chrt.ShipperCoordinatorConnectionForCoordinatorListItem[];
|
|
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.js";
|
|
5
|
-
export interface
|
|
6
|
-
items: Chrt.
|
|
5
|
+
export interface ShipperCoordinatorConnectionsForShipperListRes {
|
|
6
|
+
items: Chrt.ShipperCoordinatorConnectionForShipperListItem[];
|
|
7
7
|
total_count: number;
|
|
8
8
|
}
|
|
@@ -118,6 +118,16 @@ export * from "./CiriumFlightStatus.js";
|
|
|
118
118
|
export * from "./CiriumOperationalTimes.js";
|
|
119
119
|
export * from "./ConnectionSearchByEnum.js";
|
|
120
120
|
export * from "./ConnectionSearchPreferenceEnum.js";
|
|
121
|
+
export * from "./ConnectionTypeaheadFieldEnum.js";
|
|
122
|
+
export * from "./ConnectionTypeaheadResult.js";
|
|
123
|
+
export * from "./ConnectionTypeaheadValue.js";
|
|
124
|
+
export * from "./CoordinatorExecutorConnection1.js";
|
|
125
|
+
export * from "./CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.js";
|
|
126
|
+
export * from "./CoordinatorExecutorConnectionForCoordinatorListItem.js";
|
|
127
|
+
export * from "./CoordinatorExecutorConnectionForExecutorListItem.js";
|
|
128
|
+
export * from "./CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes.js";
|
|
129
|
+
export * from "./CoordinatorExecutorConnectionsForCoordinatorListRes.js";
|
|
130
|
+
export * from "./CoordinatorExecutorConnectionsForExecutorListRes.js";
|
|
121
131
|
export * from "./CreateCheckoutSessionRes.js";
|
|
122
132
|
export * from "./CreateConnectionReq.js";
|
|
123
133
|
export * from "./CreateCustomerPortalSessionRes.js";
|
|
@@ -336,10 +346,6 @@ export * from "./Polygon.js";
|
|
|
336
346
|
export * from "./Position2D.js";
|
|
337
347
|
export * from "./Position3D.js";
|
|
338
348
|
export * from "./ProFormaLineItem1.js";
|
|
339
|
-
export * from "./ProviderProviderConnection1.js";
|
|
340
|
-
export * from "./ProviderProviderConnectionCallerRoleEnum.js";
|
|
341
|
-
export * from "./ProviderProviderConnectionListItem.js";
|
|
342
|
-
export * from "./ProviderProviderConnectionListRes.js";
|
|
343
349
|
export * from "./RateSheetMapping1.js";
|
|
344
350
|
export * from "./RateSheetMappingListRes.js";
|
|
345
351
|
export * from "./ScanPayloadKindEnum.js";
|
|
@@ -355,11 +361,11 @@ export * from "./SessionListRes.js";
|
|
|
355
361
|
export * from "./SessionSortByEnum.js";
|
|
356
362
|
export * from "./SetFlightInfoReq.js";
|
|
357
363
|
export * from "./SettlementTypeEnum1.js";
|
|
358
|
-
export * from "./
|
|
359
|
-
export * from "./
|
|
360
|
-
export * from "./
|
|
361
|
-
export * from "./
|
|
362
|
-
export * from "./
|
|
364
|
+
export * from "./ShipperCoordinatorConnection1.js";
|
|
365
|
+
export * from "./ShipperCoordinatorConnectionForCoordinatorListItem.js";
|
|
366
|
+
export * from "./ShipperCoordinatorConnectionForShipperListItem.js";
|
|
367
|
+
export * from "./ShipperCoordinatorConnectionsForCoordinatorListRes.js";
|
|
368
|
+
export * from "./ShipperCoordinatorConnectionsForShipperListRes.js";
|
|
363
369
|
export * from "./ShippingOrderCancelledWebhookPayload.js";
|
|
364
370
|
export * from "./ShippingOrderCompletedWebhookPayload.js";
|
|
365
371
|
export * from "./ShippingOrderStagedWebhookPayload.js";
|
|
@@ -134,6 +134,16 @@ __exportStar(require("./CiriumFlightStatus.js"), exports);
|
|
|
134
134
|
__exportStar(require("./CiriumOperationalTimes.js"), exports);
|
|
135
135
|
__exportStar(require("./ConnectionSearchByEnum.js"), exports);
|
|
136
136
|
__exportStar(require("./ConnectionSearchPreferenceEnum.js"), exports);
|
|
137
|
+
__exportStar(require("./ConnectionTypeaheadFieldEnum.js"), exports);
|
|
138
|
+
__exportStar(require("./ConnectionTypeaheadResult.js"), exports);
|
|
139
|
+
__exportStar(require("./ConnectionTypeaheadValue.js"), exports);
|
|
140
|
+
__exportStar(require("./CoordinatorExecutorConnection1.js"), exports);
|
|
141
|
+
__exportStar(require("./CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.js"), exports);
|
|
142
|
+
__exportStar(require("./CoordinatorExecutorConnectionForCoordinatorListItem.js"), exports);
|
|
143
|
+
__exportStar(require("./CoordinatorExecutorConnectionForExecutorListItem.js"), exports);
|
|
144
|
+
__exportStar(require("./CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes.js"), exports);
|
|
145
|
+
__exportStar(require("./CoordinatorExecutorConnectionsForCoordinatorListRes.js"), exports);
|
|
146
|
+
__exportStar(require("./CoordinatorExecutorConnectionsForExecutorListRes.js"), exports);
|
|
137
147
|
__exportStar(require("./CreateCheckoutSessionRes.js"), exports);
|
|
138
148
|
__exportStar(require("./CreateConnectionReq.js"), exports);
|
|
139
149
|
__exportStar(require("./CreateCustomerPortalSessionRes.js"), exports);
|
|
@@ -352,10 +362,6 @@ __exportStar(require("./Polygon.js"), exports);
|
|
|
352
362
|
__exportStar(require("./Position2D.js"), exports);
|
|
353
363
|
__exportStar(require("./Position3D.js"), exports);
|
|
354
364
|
__exportStar(require("./ProFormaLineItem1.js"), exports);
|
|
355
|
-
__exportStar(require("./ProviderProviderConnection1.js"), exports);
|
|
356
|
-
__exportStar(require("./ProviderProviderConnectionCallerRoleEnum.js"), exports);
|
|
357
|
-
__exportStar(require("./ProviderProviderConnectionListItem.js"), exports);
|
|
358
|
-
__exportStar(require("./ProviderProviderConnectionListRes.js"), exports);
|
|
359
365
|
__exportStar(require("./RateSheetMapping1.js"), exports);
|
|
360
366
|
__exportStar(require("./RateSheetMappingListRes.js"), exports);
|
|
361
367
|
__exportStar(require("./ScanPayloadKindEnum.js"), exports);
|
|
@@ -371,11 +377,11 @@ __exportStar(require("./SessionListRes.js"), exports);
|
|
|
371
377
|
__exportStar(require("./SessionSortByEnum.js"), exports);
|
|
372
378
|
__exportStar(require("./SetFlightInfoReq.js"), exports);
|
|
373
379
|
__exportStar(require("./SettlementTypeEnum1.js"), exports);
|
|
374
|
-
__exportStar(require("./
|
|
375
|
-
__exportStar(require("./
|
|
376
|
-
__exportStar(require("./
|
|
377
|
-
__exportStar(require("./
|
|
378
|
-
__exportStar(require("./
|
|
380
|
+
__exportStar(require("./ShipperCoordinatorConnection1.js"), exports);
|
|
381
|
+
__exportStar(require("./ShipperCoordinatorConnectionForCoordinatorListItem.js"), exports);
|
|
382
|
+
__exportStar(require("./ShipperCoordinatorConnectionForShipperListItem.js"), exports);
|
|
383
|
+
__exportStar(require("./ShipperCoordinatorConnectionsForCoordinatorListRes.js"), exports);
|
|
384
|
+
__exportStar(require("./ShipperCoordinatorConnectionsForShipperListRes.js"), exports);
|
|
379
385
|
__exportStar(require("./ShippingOrderCancelledWebhookPayload.js"), exports);
|
|
380
386
|
__exportStar(require("./ShippingOrderCompletedWebhookPayload.js"), exports);
|
|
381
387
|
__exportStar(require("./ShippingOrderStagedWebhookPayload.js"), exports);
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.
|
|
1
|
+
export declare const SDK_VERSION = "1.880.0";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/Client.mjs
CHANGED
|
@@ -21,8 +21,8 @@ export class ChrtClient {
|
|
|
21
21
|
this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
|
|
22
22
|
"X-Fern-Language": "JavaScript",
|
|
23
23
|
"X-Fern-SDK-Name": "@chrt-inc/typescript-sdk",
|
|
24
|
-
"X-Fern-SDK-Version": "1.
|
|
25
|
-
"User-Agent": "@chrt-inc/typescript-sdk/1.
|
|
24
|
+
"X-Fern-SDK-Version": "1.880.0",
|
|
25
|
+
"User-Agent": "@chrt-inc/typescript-sdk/1.880.0",
|
|
26
26
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
27
27
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
28
28
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
import * as environments from "../../../../../../environments.mjs";
|
|
5
5
|
import * as core from "../../../../../../core/index.mjs";
|
|
6
6
|
import * as Chrt from "../../../../../index.mjs";
|
|
7
|
+
import { Coordinators } from "../resources/coordinators/client/Client.mjs";
|
|
8
|
+
import { Executors } from "../resources/executors/client/Client.mjs";
|
|
9
|
+
import { Shippers } from "../resources/shippers/client/Client.mjs";
|
|
7
10
|
export declare namespace Connections {
|
|
8
11
|
interface Options {
|
|
9
12
|
environment?: core.Supplier<environments.ChrtEnvironment | string>;
|
|
@@ -29,9 +32,15 @@ export declare namespace Connections {
|
|
|
29
32
|
}
|
|
30
33
|
export declare class Connections {
|
|
31
34
|
protected readonly _options: Connections.Options;
|
|
35
|
+
protected _coordinators: Coordinators | undefined;
|
|
36
|
+
protected _executors: Executors | undefined;
|
|
37
|
+
protected _shippers: Shippers | undefined;
|
|
32
38
|
constructor(_options?: Connections.Options);
|
|
39
|
+
get coordinators(): Coordinators;
|
|
40
|
+
get executors(): Executors;
|
|
41
|
+
get shippers(): Shippers;
|
|
33
42
|
/**
|
|
34
|
-
* Gets the connection between caller's org and the org with the specified handle. | () -> (
|
|
43
|
+
* Gets the connection between caller's org and the org with the specified handle. | () -> (ShipperCoordinatorConnection1 | CoordinatorExecutorConnection1 | None)
|
|
35
44
|
*
|
|
36
45
|
* @param {string} handle
|
|
37
46
|
* @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -44,7 +53,44 @@ export declare class Connections {
|
|
|
44
53
|
getByHandleV1(handle: string, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<(Chrt.orgs.ConnectionsGetByHandleV1Response | null) | undefined>;
|
|
45
54
|
private __getByHandleV1;
|
|
46
55
|
/**
|
|
47
|
-
*
|
|
56
|
+
* Lists the caller's coordinator connections with filtering, pagination, and identity search. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (CoordinatorExecutorConnectionsForExecutorListRes)
|
|
57
|
+
*
|
|
58
|
+
* @param {Chrt.orgs.ConnectionsListCoordinatorsForExecutorV1Request} request
|
|
59
|
+
* @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link Chrt.UnprocessableEntityError}
|
|
62
|
+
*
|
|
63
|
+
* @example
|
|
64
|
+
* await client.orgs.connections.listCoordinatorsForExecutorV1({
|
|
65
|
+
* search: "search",
|
|
66
|
+
* page: 1,
|
|
67
|
+
* page_size: 1,
|
|
68
|
+
* filter_auto_assign_enabled: true,
|
|
69
|
+
* filter_connected: true
|
|
70
|
+
* })
|
|
71
|
+
*/
|
|
72
|
+
listCoordinatorsForExecutorV1(request?: Chrt.orgs.ConnectionsListCoordinatorsForExecutorV1Request, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<Chrt.CoordinatorExecutorConnectionsForExecutorListRes>;
|
|
73
|
+
private __listCoordinatorsForExecutorV1;
|
|
74
|
+
/**
|
|
75
|
+
* Lists the caller's coordinator connections with filtering, pagination, and identity search. | authz: allowed_org_types=[shipper] | () -> (ShipperCoordinatorConnectionsForShipperListRes)
|
|
76
|
+
*
|
|
77
|
+
* @param {Chrt.orgs.ConnectionsListCoordinatorsForShipperV1Request} request
|
|
78
|
+
* @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link Chrt.UnprocessableEntityError}
|
|
81
|
+
*
|
|
82
|
+
* @example
|
|
83
|
+
* await client.orgs.connections.listCoordinatorsForShipperV1({
|
|
84
|
+
* search: "search",
|
|
85
|
+
* page: 1,
|
|
86
|
+
* page_size: 1,
|
|
87
|
+
* filter_connected: true
|
|
88
|
+
* })
|
|
89
|
+
*/
|
|
90
|
+
listCoordinatorsForShipperV1(request?: Chrt.orgs.ConnectionsListCoordinatorsForShipperV1Request, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<Chrt.ShipperCoordinatorConnectionsForShipperListRes>;
|
|
91
|
+
private __listCoordinatorsForShipperV1;
|
|
92
|
+
/**
|
|
93
|
+
* Creates a shipper-coordinator or coordinator-executor connection to an on-CHRT provider. | (CreateConnectionReq) -> (PydanticObjectId)
|
|
48
94
|
*
|
|
49
95
|
* @param {Chrt.CreateConnectionReq} request
|
|
50
96
|
* @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -59,7 +105,7 @@ export declare class Connections {
|
|
|
59
105
|
createConnectionToProviderV1(request: Chrt.CreateConnectionReq, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<string>;
|
|
60
106
|
private __createConnectionToProviderV1;
|
|
61
107
|
/**
|
|
62
|
-
* Creates a connection to an on-CHRT shipper. | authz: allowed_org_types=[provider] | (CreateConnectionReq) -> (PydanticObjectId)
|
|
108
|
+
* Creates a shipper-coordinator connection to an on-CHRT shipper. | authz: allowed_org_types=[provider] | (CreateConnectionReq) -> (PydanticObjectId)
|
|
63
109
|
*
|
|
64
110
|
* @param {Chrt.CreateConnectionReq} request
|
|
65
111
|
* @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -74,90 +120,91 @@ export declare class Connections {
|
|
|
74
120
|
createConnectionToShipperV1(request: Chrt.CreateConnectionReq, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<string>;
|
|
75
121
|
private __createConnectionToShipperV1;
|
|
76
122
|
/**
|
|
77
|
-
* Lists
|
|
123
|
+
* 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)
|
|
78
124
|
*
|
|
79
|
-
* @param {Chrt.orgs.
|
|
125
|
+
* @param {Chrt.orgs.ConnectionsListExecutorsGeoSearchForCoordinatorV1Request} request
|
|
80
126
|
* @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
|
|
81
127
|
*
|
|
82
128
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
83
129
|
*
|
|
84
130
|
* @example
|
|
85
|
-
* await client.orgs.connections.
|
|
86
|
-
*
|
|
131
|
+
* await client.orgs.connections.listExecutorsGeoSearchForCoordinatorV1({
|
|
132
|
+
* near_latitude: 1.1,
|
|
133
|
+
* near_longitude: 1.1,
|
|
87
134
|
* page: 1,
|
|
88
135
|
* page_size: 1,
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
* filter_caller_connection_role: "coordinator",
|
|
92
|
-
* filter_connected: true,
|
|
93
|
-
* filter_auto_assign_enabled: true
|
|
136
|
+
* filter_auto_assign_enabled: true,
|
|
137
|
+
* filter_connected: true
|
|
94
138
|
* })
|
|
95
139
|
*/
|
|
96
|
-
|
|
97
|
-
private
|
|
140
|
+
listExecutorsGeoSearchForCoordinatorV1(request: Chrt.orgs.ConnectionsListExecutorsGeoSearchForCoordinatorV1Request, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<Chrt.CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes>;
|
|
141
|
+
private __listExecutorsGeoSearchForCoordinatorV1;
|
|
98
142
|
/**
|
|
99
|
-
* Lists
|
|
143
|
+
* Lists the caller's executor connections with filtering, pagination, and identity search. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (CoordinatorExecutorConnectionsForCoordinatorListRes)
|
|
100
144
|
*
|
|
101
|
-
* @param {Chrt.orgs.
|
|
145
|
+
* @param {Chrt.orgs.ConnectionsListExecutorsForCoordinatorV1Request} request
|
|
102
146
|
* @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
|
|
103
147
|
*
|
|
104
148
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
105
149
|
*
|
|
106
150
|
* @example
|
|
107
|
-
* await client.orgs.connections.
|
|
151
|
+
* await client.orgs.connections.listExecutorsForCoordinatorV1({
|
|
108
152
|
* search: "search",
|
|
109
153
|
* page: 1,
|
|
110
|
-
* page_size: 1
|
|
154
|
+
* page_size: 1,
|
|
155
|
+
* filter_auto_assign_enabled: true,
|
|
156
|
+
* filter_connected: true
|
|
111
157
|
* })
|
|
112
158
|
*/
|
|
113
|
-
|
|
114
|
-
private
|
|
159
|
+
listExecutorsForCoordinatorV1(request?: Chrt.orgs.ConnectionsListExecutorsForCoordinatorV1Request, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<Chrt.CoordinatorExecutorConnectionsForCoordinatorListRes>;
|
|
160
|
+
private __listExecutorsForCoordinatorV1;
|
|
115
161
|
/**
|
|
116
|
-
* Sets an executor's consent to direct task-group assignment. | authz: allowed_org_types=[provider], min_org_role=administrator | (
|
|
162
|
+
* Sets an executor's consent to direct task-group assignment. | authz: allowed_org_types=[provider], min_org_role=administrator | (CoordinatorExecutorUpdateAutoAssignReq) -> (bool)
|
|
117
163
|
*
|
|
118
164
|
* @param {string} connectionId
|
|
119
|
-
* @param {Chrt.orgs.
|
|
165
|
+
* @param {Chrt.orgs.CoordinatorExecutorUpdateAutoAssignReq} request
|
|
120
166
|
* @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
|
|
121
167
|
*
|
|
122
168
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
123
169
|
*
|
|
124
170
|
* @example
|
|
125
|
-
* await client.orgs.connections.
|
|
171
|
+
* await client.orgs.connections.setCoordinatorExecutorAutoAssignV1("connection_id", {
|
|
126
172
|
* auto_assign_enabled: true
|
|
127
173
|
* })
|
|
128
174
|
*/
|
|
129
|
-
|
|
130
|
-
private
|
|
175
|
+
setCoordinatorExecutorAutoAssignV1(connectionId: string, request: Chrt.orgs.CoordinatorExecutorUpdateAutoAssignReq, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
176
|
+
private __setCoordinatorExecutorAutoAssignV1;
|
|
131
177
|
/**
|
|
132
|
-
* Sets or clears the coordinator's default department for a shipper connection. | authz: allowed_org_types=[provider], min_org_role=operator | (
|
|
178
|
+
* Sets or clears the coordinator's default department for a shipper-coordinator connection. | authz: allowed_org_types=[provider], min_org_role=operator | (ShipperCoordinatorConnectionClientUpdate1) -> (bool)
|
|
133
179
|
*
|
|
134
180
|
* @param {string} connectionId
|
|
135
|
-
* @param {Chrt.orgs.
|
|
181
|
+
* @param {Chrt.orgs.ShipperCoordinatorConnectionClientUpdate1} request
|
|
136
182
|
* @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
|
|
137
183
|
*
|
|
138
184
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
139
185
|
*
|
|
140
186
|
* @example
|
|
141
|
-
* await client.orgs.connections.
|
|
187
|
+
* await client.orgs.connections.setShipperCoordinatorDefaultDepartmentV1("connection_id")
|
|
142
188
|
*/
|
|
143
|
-
|
|
144
|
-
private
|
|
189
|
+
setShipperCoordinatorDefaultDepartmentV1(connectionId: string, request?: Chrt.orgs.ShipperCoordinatorConnectionClientUpdate1, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
190
|
+
private __setShipperCoordinatorDefaultDepartmentV1;
|
|
145
191
|
/**
|
|
146
|
-
* Lists
|
|
192
|
+
* Lists the caller's shipper connections with filtering, pagination, and identity search. | authz: allowed_org_types=[provider] | () -> (ShipperCoordinatorConnectionsForCoordinatorListRes)
|
|
147
193
|
*
|
|
148
|
-
* @param {Chrt.orgs.
|
|
194
|
+
* @param {Chrt.orgs.ConnectionsListShippersForCoordinatorV1Request} request
|
|
149
195
|
* @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
|
|
150
196
|
*
|
|
151
197
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
152
198
|
*
|
|
153
199
|
* @example
|
|
154
|
-
* await client.orgs.connections.
|
|
200
|
+
* await client.orgs.connections.listShippersForCoordinatorV1({
|
|
155
201
|
* search: "search",
|
|
156
202
|
* page: 1,
|
|
157
|
-
* page_size: 1
|
|
203
|
+
* page_size: 1,
|
|
204
|
+
* filter_connected: true
|
|
158
205
|
* })
|
|
159
206
|
*/
|
|
160
|
-
|
|
161
|
-
private
|
|
207
|
+
listShippersForCoordinatorV1(request?: Chrt.orgs.ConnectionsListShippersForCoordinatorV1Request, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<Chrt.ShipperCoordinatorConnectionsForCoordinatorListRes>;
|
|
208
|
+
private __listShippersForCoordinatorV1;
|
|
162
209
|
protected _getAuthorizationHeader(): Promise<string | undefined>;
|
|
163
210
|
}
|