@chrt-inc/typescript-sdk 1.875.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/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.ts +2 -2
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.ts +2 -2
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.ts +1 -1
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/Client.js +7 -7
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.ts +2 -2
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.d.ts +4 -4
- package/dist/cjs/api/resources/billing/resources/statements/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/billing/resources/statements/client/Client.js +10 -8
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.ts +2 -2
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.ts +2 -2
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.ts +2 -2
- package/dist/cjs/api/resources/operations/client/Client.d.ts +0 -3
- package/dist/cjs/api/resources/operations/client/Client.js +8 -13
- package/dist/cjs/api/resources/operations/resources/index.d.ts +0 -2
- package/dist/cjs/api/resources/operations/resources/index.js +1 -3
- package/dist/cjs/api/resources/orgs/client/Client.d.ts +8 -16
- package/dist/cjs/api/resources/orgs/client/Client.js +10 -24
- package/dist/cjs/api/resources/orgs/client/requests/SetupOrgReq.d.ts +3 -1
- package/dist/cjs/api/resources/orgs/resources/connections/client/Client.d.ts +92 -29
- package/dist/cjs/api/resources/orgs/resources/connections/client/Client.js +322 -64
- package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ConnectionsListProviderProviderV1Request.d.ts → ConnectionsListCoordinatorsForExecutorV1Request.d.ts} +6 -10
- 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/cjs/api/resources/orgs/resources/connections/client/requests/ShipperCoordinatorConnectionClientUpdate1.d.ts +11 -0
- package/dist/cjs/api/resources/orgs/resources/connections/client/requests/index.d.ts +7 -4
- 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/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/{providers → connections/resources/executors}/client/Client.d.ts +15 -19
- package/dist/cjs/api/resources/orgs/resources/{providers → connections/resources/executors}/client/Client.js +28 -49
- 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/index.d.ts +6 -0
- package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections → connections}/resources/index.js +7 -5
- 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/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/types/ConnectionsGetByHandleV1Response.d.ts +1 -1
- package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/Client.d.ts +19 -17
- package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/Client.js +30 -25
- package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntriesListV1Request.d.ts +6 -3
- package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.d.ts +5 -9
- package/dist/cjs/api/resources/orgs/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.ts +21 -0
- package/dist/cjs/api/resources/orgs/resources/index.d.ts +4 -9
- package/dist/cjs/api/resources/orgs/resources/index.js +5 -10
- package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/Client.d.ts +100 -0
- package/dist/cjs/api/resources/orgs/resources/{offChrtShipperOrg → offChrtOrgData}/client/Client.js +53 -97
- package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/requests/CreateOffChrtOrgReq.d.ts +18 -0
- package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.d.ts +19 -0
- package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataListV1Request.d.ts +26 -0
- package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/requests/index.d.ts +3 -0
- package/dist/cjs/api/resources/orgs/resources/publicData/client/Client.d.ts +27 -1
- package/dist/cjs/api/resources/orgs/resources/publicData/client/Client.js +119 -1
- package/dist/cjs/api/resources/orgs/resources/publicData/client/requests/UpdateOrgPublicDataReq.d.ts +12 -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/orderTemplates/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.js +4 -4
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.ts +2 -2
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.ts +3 -3
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.ts +3 -3
- package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +2 -2
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersDraftUpdateReq.d.ts +2 -2
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.ts +1 -3
- 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/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +53 -13
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.ts +5 -3
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +5 -3
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.ts +5 -3
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.ts +3 -1
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +1 -1
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.d.ts +3 -3
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.js +8 -8
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.d.ts +2 -2
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +2 -2
- package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.ts +1 -1
- package/dist/cjs/api/resources/users/client/Client.d.ts +0 -3
- package/dist/cjs/api/resources/users/client/Client.js +4 -9
- package/dist/cjs/api/resources/users/resources/index.d.ts +0 -2
- package/dist/cjs/api/resources/users/resources/index.js +1 -3
- package/dist/cjs/api/types/BillingLedger1.d.ts +2 -2
- package/dist/cjs/api/types/BillingLedgerPeriod1.d.ts +2 -2
- package/dist/cjs/api/types/ConnectionTypeaheadFieldEnum.d.ts +4 -0
- package/dist/cjs/api/types/ConnectionTypeaheadResult.d.ts +8 -0
- package/dist/cjs/api/types/ConnectionTypeaheadValue.d.ts +7 -0
- package/dist/cjs/api/types/{ProviderProviderConnection1.d.ts → CoordinatorExecutorConnection1.d.ts} +4 -3
- package/dist/cjs/api/types/CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.d.ts +10 -0
- package/dist/cjs/api/types/CoordinatorExecutorConnectionForCoordinatorListItem.d.ts +9 -0
- package/dist/cjs/api/types/CoordinatorExecutorConnectionForExecutorListItem.d.ts +8 -0
- package/dist/cjs/api/types/CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes.d.ts +8 -0
- package/dist/cjs/api/types/CoordinatorExecutorConnectionsForCoordinatorListRes.d.ts +8 -0
- package/dist/cjs/api/types/{ProviderOnAndOffChrtExecutorListPage.d.ts → CoordinatorExecutorConnectionsForExecutorListRes.d.ts} +2 -2
- package/dist/cjs/api/types/CreateOffChrtOrgRes.d.ts +7 -0
- package/dist/cjs/api/types/DeviceLimitedForList1.d.ts +1 -1
- package/dist/cjs/api/types/DirectoryEntry1.d.ts +6 -11
- package/dist/cjs/api/types/DirectoryEntrySortByEnum.d.ts +1 -6
- package/dist/cjs/api/types/DirectoryEntrySortByEnum.js +0 -6
- package/dist/cjs/api/types/LineItemGroup1.d.ts +2 -2
- package/dist/cjs/api/types/OffChrtOrgData1.d.ts +18 -0
- package/dist/cjs/api/types/OffChrtOrgDataClientCreate1.d.ts +13 -0
- package/dist/cjs/api/types/{OffChrtShipperOrgListRes.d.ts → OffChrtOrgDataListRes.d.ts} +2 -2
- package/dist/cjs/api/types/OffChrtOrgDataSortByEnum.d.ts +4 -0
- package/dist/cjs/api/types/Order1.d.ts +3 -1
- package/dist/cjs/api/types/OrderLimitedForCoordinator1.d.ts +3 -1
- package/dist/cjs/api/types/OrderLimitedForExecutor1.d.ts +2 -0
- package/dist/cjs/api/types/OrderLimitedForProvider1.d.ts +3 -1
- package/dist/cjs/api/types/OrderLimitedForShipper1.d.ts +3 -1
- package/dist/cjs/api/types/OrderTaskGroupExecutorDetails1.d.ts +3 -1
- package/dist/cjs/api/types/OrderTaskGroupSharedDetails1.d.ts +3 -1
- package/dist/cjs/api/types/OrderTemplate1.d.ts +2 -2
- package/dist/cjs/api/types/OrderTemplateCore1.d.ts +2 -2
- package/dist/cjs/api/types/OrderTemplateExpanded1.d.ts +2 -2
- package/dist/cjs/api/types/OrderTemplateReferenceColumnEnum1.d.ts +3 -3
- package/dist/cjs/api/types/OrderTemplateReferenceColumnEnum1.js +2 -2
- package/dist/cjs/api/types/OrderTemplateReferencesExpanded1.d.ts +2 -2
- package/dist/cjs/api/types/OrderTemplateResolvabilityRes.d.ts +1 -1
- package/dist/cjs/api/types/OrderTypeaheadFieldEnum.d.ts +2 -1
- package/dist/cjs/api/types/OrderTypeaheadFieldEnum.js +1 -0
- package/dist/cjs/api/types/OrdersDraftUpdateRes.d.ts +1 -1
- package/dist/cjs/api/types/OrgPublicData1.d.ts +6 -1
- package/dist/cjs/api/types/RateSheetMapping1.d.ts +2 -2
- package/dist/cjs/api/types/Session1.d.ts +1 -1
- package/dist/{esm/api/types/ShipperProviderConnection1.d.mts → cjs/api/types/ShipperCoordinatorConnection1.d.ts} +4 -2
- package/dist/cjs/api/types/ShipperCoordinatorConnectionForCoordinatorListItem.d.ts +9 -0
- package/dist/cjs/api/types/ShipperCoordinatorConnectionForShipperListItem.d.ts +8 -0
- package/dist/cjs/api/types/ShipperCoordinatorConnectionsForCoordinatorListRes.d.ts +8 -0
- package/dist/cjs/api/types/{ProviderConnectionListRes.d.ts → ShipperCoordinatorConnectionsForShipperListRes.d.ts} +2 -2
- package/dist/cjs/api/types/Statement1.d.ts +2 -2
- package/dist/cjs/api/types/TaskGroup1.d.ts +2 -2
- package/dist/cjs/api/types/TaskGroupExpanded.d.ts +1 -1
- package/dist/cjs/api/types/TaskGroupQuoteResp.d.ts +2 -2
- package/dist/cjs/api/types/index.d.ts +20 -22
- package/dist/cjs/api/types/index.js +20 -22
- 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/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.mts +2 -2
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.mts +2 -2
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.mts +1 -1
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.mjs +7 -7
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.mts +2 -2
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.d.mts +4 -4
- package/dist/esm/api/resources/billing/resources/statements/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/billing/resources/statements/client/Client.mjs +10 -8
- package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.mts +2 -2
- package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.mts +2 -2
- package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.mts +2 -2
- package/dist/esm/api/resources/operations/client/Client.d.mts +0 -3
- package/dist/esm/api/resources/operations/client/Client.mjs +0 -5
- package/dist/esm/api/resources/operations/resources/index.d.mts +0 -2
- package/dist/esm/api/resources/operations/resources/index.mjs +0 -2
- package/dist/esm/api/resources/orgs/client/Client.d.mts +8 -16
- package/dist/esm/api/resources/orgs/client/Client.mjs +8 -22
- package/dist/esm/api/resources/orgs/client/requests/SetupOrgReq.d.mts +3 -1
- package/dist/esm/api/resources/orgs/resources/connections/client/Client.d.mts +92 -29
- package/dist/esm/api/resources/orgs/resources/connections/client/Client.mjs +322 -64
- 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/esm/api/resources/orgs/resources/connections/client/requests/ShipperCoordinatorConnectionClientUpdate1.d.mts +11 -0
- package/dist/esm/api/resources/orgs/resources/connections/client/requests/index.d.mts +7 -4
- 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/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/{providers → connections/resources/executors}/client/Client.d.mts +15 -19
- package/dist/esm/api/resources/orgs/resources/{providers → connections/resources/executors}/client/Client.mjs +26 -47
- 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/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/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/types/ConnectionsGetByHandleV1Response.d.mts +1 -1
- package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/Client.d.mts +19 -17
- package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/Client.mjs +30 -25
- package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntriesListV1Request.d.mts +6 -3
- package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.d.mts +5 -9
- package/dist/esm/api/resources/orgs/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.mts +21 -0
- package/dist/esm/api/resources/orgs/resources/index.d.mts +4 -9
- package/dist/esm/api/resources/orgs/resources/index.mjs +4 -9
- package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/Client.d.mts +100 -0
- package/dist/esm/api/resources/orgs/resources/{offChrtShipperOrg → offChrtOrgData}/client/Client.mjs +51 -95
- package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/CreateOffChrtOrgReq.d.mts +18 -0
- package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.d.mts +19 -0
- package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataListV1Request.d.mts +26 -0
- package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/index.d.mts +3 -0
- package/dist/esm/api/resources/orgs/resources/publicData/client/Client.d.mts +27 -1
- package/dist/esm/api/resources/orgs/resources/publicData/client/Client.mjs +119 -1
- package/dist/esm/api/resources/orgs/resources/publicData/client/requests/UpdateOrgPublicDataReq.d.mts +12 -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/orderTemplates/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.mjs +4 -4
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.mts +2 -2
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.mts +3 -3
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.mts +3 -3
- package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +2 -2
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersDraftUpdateReq.d.mts +2 -2
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.mts +1 -3
- 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/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +53 -13
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.mts +5 -3
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +5 -3
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.mts +5 -3
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.mts +3 -1
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +1 -1
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.d.mts +3 -3
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.mjs +8 -8
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.d.mts +2 -2
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +2 -2
- package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.mts +1 -1
- package/dist/esm/api/resources/users/client/Client.d.mts +0 -3
- package/dist/esm/api/resources/users/client/Client.mjs +0 -5
- package/dist/esm/api/resources/users/resources/index.d.mts +0 -2
- package/dist/esm/api/resources/users/resources/index.mjs +0 -2
- package/dist/esm/api/types/BillingLedger1.d.mts +2 -2
- package/dist/esm/api/types/BillingLedgerPeriod1.d.mts +2 -2
- package/dist/esm/api/types/ConnectionTypeaheadFieldEnum.d.mts +4 -0
- package/dist/esm/api/types/ConnectionTypeaheadResult.d.mts +8 -0
- package/dist/esm/api/types/ConnectionTypeaheadValue.d.mts +7 -0
- package/dist/esm/api/types/{ProviderProviderConnection1.d.mts → CoordinatorExecutorConnection1.d.mts} +4 -3
- package/dist/esm/api/types/CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.d.mts +10 -0
- package/dist/esm/api/types/CoordinatorExecutorConnectionForCoordinatorListItem.d.mts +9 -0
- package/dist/esm/api/types/CoordinatorExecutorConnectionForExecutorListItem.d.mts +8 -0
- package/dist/esm/api/types/CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes.d.mts +8 -0
- package/dist/esm/api/types/CoordinatorExecutorConnectionsForCoordinatorListRes.d.mts +8 -0
- package/dist/esm/api/types/{ProviderConnectionListRes.d.mts → CoordinatorExecutorConnectionsForExecutorListRes.d.mts} +2 -2
- package/dist/esm/api/types/CreateOffChrtOrgRes.d.mts +7 -0
- package/dist/esm/api/types/DeviceLimitedForList1.d.mts +1 -1
- package/dist/esm/api/types/DirectoryEntry1.d.mts +6 -11
- package/dist/esm/api/types/DirectoryEntrySortByEnum.d.mts +1 -6
- package/dist/esm/api/types/DirectoryEntrySortByEnum.mjs +1 -5
- package/dist/esm/api/types/LineItemGroup1.d.mts +2 -2
- package/dist/esm/api/types/OffChrtOrgData1.d.mts +18 -0
- package/dist/esm/api/types/OffChrtOrgDataClientCreate1.d.mts +13 -0
- package/dist/esm/api/types/{OffChrtShipperOrgListRes.d.mts → OffChrtOrgDataListRes.d.mts} +2 -2
- package/dist/esm/api/types/OffChrtOrgDataSortByEnum.d.mts +4 -0
- package/dist/esm/api/types/Order1.d.mts +3 -1
- package/dist/esm/api/types/OrderLimitedForCoordinator1.d.mts +3 -1
- package/dist/esm/api/types/OrderLimitedForExecutor1.d.mts +2 -0
- package/dist/esm/api/types/OrderLimitedForProvider1.d.mts +3 -1
- package/dist/esm/api/types/OrderLimitedForShipper1.d.mts +3 -1
- package/dist/esm/api/types/OrderTaskGroupExecutorDetails1.d.mts +3 -1
- package/dist/esm/api/types/OrderTaskGroupSharedDetails1.d.mts +3 -1
- package/dist/esm/api/types/OrderTemplate1.d.mts +2 -2
- package/dist/esm/api/types/OrderTemplateCore1.d.mts +2 -2
- package/dist/esm/api/types/OrderTemplateExpanded1.d.mts +2 -2
- package/dist/esm/api/types/OrderTemplateReferenceColumnEnum1.d.mts +3 -3
- package/dist/esm/api/types/OrderTemplateReferenceColumnEnum1.mjs +2 -2
- package/dist/esm/api/types/OrderTemplateReferencesExpanded1.d.mts +2 -2
- package/dist/esm/api/types/OrderTemplateResolvabilityRes.d.mts +1 -1
- package/dist/esm/api/types/OrderTypeaheadFieldEnum.d.mts +2 -1
- package/dist/esm/api/types/OrderTypeaheadFieldEnum.mjs +1 -0
- package/dist/esm/api/types/OrdersDraftUpdateRes.d.mts +1 -1
- package/dist/esm/api/types/OrgPublicData1.d.mts +6 -1
- package/dist/esm/api/types/RateSheetMapping1.d.mts +2 -2
- package/dist/esm/api/types/Session1.d.mts +1 -1
- package/dist/{cjs/api/types/ShipperProviderConnection1.d.ts → esm/api/types/ShipperCoordinatorConnection1.d.mts} +4 -2
- package/dist/esm/api/types/ShipperCoordinatorConnectionForCoordinatorListItem.d.mts +9 -0
- package/dist/esm/api/types/ShipperCoordinatorConnectionForShipperListItem.d.mts +8 -0
- package/dist/esm/api/types/ShipperCoordinatorConnectionsForCoordinatorListRes.d.mts +8 -0
- package/dist/esm/api/types/{OffChrtProviderOrgListRes.d.mts → ShipperCoordinatorConnectionsForShipperListRes.d.mts} +2 -2
- package/dist/esm/api/types/Statement1.d.mts +2 -2
- package/dist/esm/api/types/TaskGroup1.d.mts +2 -2
- package/dist/esm/api/types/TaskGroupExpanded.d.mts +1 -1
- package/dist/esm/api/types/TaskGroupQuoteResp.d.mts +2 -2
- package/dist/esm/api/types/index.d.mts +20 -22
- package/dist/esm/api/types/index.mjs +20 -22
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +2404 -3250
- package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/Client.d.ts +0 -76
- package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/Client.js +0 -254
- package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.d.ts +0 -17
- package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.d.ts +0 -14
- package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/requests/index.d.ts +0 -2
- 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/resources/orgs/resources/offChrtProviderOrg/client/Client.d.ts +0 -106
- package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/Client.js +0 -384
- package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.d.ts +0 -25
- package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.d.ts +0 -29
- package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgListV1Request.d.ts +0 -14
- package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/index.d.ts +0 -3
- package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/Client.d.ts +0 -107
- package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.d.ts +0 -26
- package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.d.ts +0 -29
- package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgListV1Request.d.ts +0 -17
- package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/index.d.ts +0 -3
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/client/Client.d.ts +0 -26
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/client/Client.js +0 -22
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/client/index.d.ts +0 -1
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/index.d.ts +0 -2
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/index.js +0 -18
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/index.d.ts +0 -4
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.d.ts +0 -83
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.js +0 -300
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.d.ts +0 -24
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.d.ts +0 -29
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/index.d.ts +0 -2
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.d.ts +0 -73
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.js +0 -246
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.d.ts +0 -24
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.d.ts +0 -29
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/index.d.ts +0 -2
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/Client.d.ts +0 -101
- package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/Client.js +0 -366
- package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/index.js +0 -17
- package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.d.ts +0 -19
- package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientUpdate1.d.ts +0 -12
- package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/index.d.ts +0 -2
- package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/orgs/resources/orgProfiles/index.d.ts +0 -1
- package/dist/cjs/api/resources/orgs/resources/orgProfiles/index.js +0 -17
- package/dist/cjs/api/resources/orgs/resources/providers/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/orgs/resources/providers/client/index.js +0 -17
- package/dist/cjs/api/resources/orgs/resources/providers/client/requests/ProvidersListOnAndOffChrtExecutorsV1Request.d.ts +0 -26
- package/dist/cjs/api/resources/orgs/resources/providers/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/orgs/resources/providers/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/orgs/resources/providers/index.d.ts +0 -1
- package/dist/cjs/api/resources/orgs/resources/providers/index.js +0 -17
- package/dist/cjs/api/resources/users/resources/directoryEntries/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/users/resources/directoryEntries/client/index.js +0 -17
- package/dist/cjs/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.ts +0 -32
- package/dist/cjs/api/resources/users/resources/directoryEntries/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/users/resources/directoryEntries/index.d.ts +0 -1
- package/dist/cjs/api/resources/users/resources/directoryEntries/index.js +0 -17
- package/dist/cjs/api/types/DepartmentRoutingRule1.d.ts +0 -16
- package/dist/cjs/api/types/OffChrtProviderOrg1.d.ts +0 -23
- package/dist/cjs/api/types/OffChrtProviderOrgListRes.d.ts +0 -8
- package/dist/cjs/api/types/OffChrtShipperOrg1.d.ts +0 -24
- package/dist/cjs/api/types/ProviderConnectionRes.d.ts +0 -8
- package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorListItem.d.ts +0 -20
- package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorListRes.d.ts +0 -8
- package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorSourceEnum.d.ts +0 -8
- package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorSourceEnum.js +0 -10
- package/dist/cjs/api/types/ProviderOrgInfoForConnections1.d.ts +0 -22
- package/dist/cjs/api/types/ProviderOrgProfile1.d.ts +0 -13
- 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 -14
- package/dist/cjs/api/types/ProviderProviderConnectionListRes.d.ts +0 -8
- package/dist/cjs/api/types/ProviderProviderConnectionListRes.js +0 -5
- package/dist/cjs/api/types/ShipperConnectionListRes.d.ts +0 -8
- package/dist/cjs/api/types/ShipperConnectionListRes.js +0 -5
- package/dist/cjs/api/types/ShipperConnectionRes.d.ts +0 -8
- package/dist/cjs/api/types/ShipperConnectionRes.js +0 -5
- package/dist/cjs/api/types/ShipperOrgInfoForConnections1.d.ts +0 -22
- package/dist/cjs/api/types/ShipperOrgInfoForConnections1.js +0 -5
- package/dist/cjs/api/types/ShipperProviderConnection1.js +0 -5
- package/dist/cjs/api/types/ShippingTurnClientCreate1.d.ts +0 -17
- package/dist/cjs/api/types/ShippingTurnClientCreate1.js +0 -5
- package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.d.mts +0 -76
- package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.mjs +0 -217
- package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.d.mts +0 -17
- package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.d.mts +0 -14
- package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/requests/index.d.mts +0 -2
- package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListProviderProviderV1Request.d.mts +0 -27
- 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/resources/orgs/resources/offChrtProviderOrg/client/Client.d.mts +0 -106
- package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/Client.mjs +0 -347
- package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.d.mts +0 -25
- package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.d.mts +0 -29
- package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgListV1Request.d.mts +0 -14
- package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/index.d.mts +0 -3
- package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/Client.d.mts +0 -107
- package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.d.mts +0 -26
- package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.d.mts +0 -29
- package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgListV1Request.d.mts +0 -17
- package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/index.d.mts +0 -3
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/client/Client.d.mts +0 -26
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/client/Client.mjs +0 -18
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/client/index.d.mts +0 -1
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/index.d.mts +0 -2
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/index.mjs +0 -2
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/index.d.mts +0 -4
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/index.mjs +0 -4
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.d.mts +0 -83
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.mjs +0 -263
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.d.mts +0 -24
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.d.mts +0 -29
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/index.d.mts +0 -2
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.d.mts +0 -73
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.mjs +0 -209
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.d.mts +0 -24
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.d.mts +0 -29
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/index.d.mts +0 -2
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/orgs/resources/orgProfiles/client/Client.d.mts +0 -101
- package/dist/esm/api/resources/orgs/resources/orgProfiles/client/Client.mjs +0 -329
- package/dist/esm/api/resources/orgs/resources/orgProfiles/client/index.d.mts +0 -2
- package/dist/esm/api/resources/orgs/resources/orgProfiles/client/index.mjs +0 -1
- package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.d.mts +0 -19
- package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientUpdate1.d.mts +0 -12
- package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/index.d.mts +0 -2
- package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/orgs/resources/orgProfiles/index.d.mts +0 -1
- package/dist/esm/api/resources/orgs/resources/orgProfiles/index.mjs +0 -1
- package/dist/esm/api/resources/orgs/resources/providers/client/index.d.mts +0 -2
- package/dist/esm/api/resources/orgs/resources/providers/client/index.mjs +0 -1
- package/dist/esm/api/resources/orgs/resources/providers/client/requests/ProvidersListOnAndOffChrtExecutorsV1Request.d.mts +0 -26
- package/dist/esm/api/resources/orgs/resources/providers/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/orgs/resources/providers/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/orgs/resources/providers/index.d.mts +0 -1
- package/dist/esm/api/resources/orgs/resources/providers/index.mjs +0 -1
- package/dist/esm/api/resources/users/resources/directoryEntries/client/index.d.mts +0 -2
- package/dist/esm/api/resources/users/resources/directoryEntries/client/index.mjs +0 -1
- package/dist/esm/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.mts +0 -32
- package/dist/esm/api/resources/users/resources/directoryEntries/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/users/resources/directoryEntries/index.d.mts +0 -1
- package/dist/esm/api/resources/users/resources/directoryEntries/index.mjs +0 -1
- package/dist/esm/api/types/DepartmentRoutingRule1.d.mts +0 -16
- package/dist/esm/api/types/OffChrtProviderOrg1.d.mts +0 -23
- package/dist/esm/api/types/OffChrtShipperOrg1.d.mts +0 -24
- package/dist/esm/api/types/ProviderConnectionRes.d.mts +0 -8
- package/dist/esm/api/types/ProviderOnAndOffChrtExecutorListItem.d.mts +0 -20
- package/dist/esm/api/types/ProviderOnAndOffChrtExecutorListPage.d.mts +0 -8
- package/dist/esm/api/types/ProviderOnAndOffChrtExecutorListRes.d.mts +0 -8
- package/dist/esm/api/types/ProviderOnAndOffChrtExecutorSourceEnum.d.mts +0 -8
- package/dist/esm/api/types/ProviderOnAndOffChrtExecutorSourceEnum.mjs +0 -7
- package/dist/esm/api/types/ProviderOrgInfoForConnections1.d.mts +0 -22
- package/dist/esm/api/types/ProviderOrgProfile1.d.mts +0 -13
- 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 -14
- package/dist/esm/api/types/ProviderProviderConnectionListRes.d.mts +0 -8
- package/dist/esm/api/types/ProviderProviderConnectionListRes.mjs +0 -4
- package/dist/esm/api/types/ShipperConnectionListRes.d.mts +0 -8
- package/dist/esm/api/types/ShipperConnectionListRes.mjs +0 -4
- package/dist/esm/api/types/ShipperConnectionRes.d.mts +0 -8
- package/dist/esm/api/types/ShipperConnectionRes.mjs +0 -4
- package/dist/esm/api/types/ShipperOrgInfoForConnections1.d.mts +0 -22
- package/dist/esm/api/types/ShipperOrgInfoForConnections1.mjs +0 -4
- package/dist/esm/api/types/ShipperProviderConnection1.mjs +0 -4
- package/dist/esm/api/types/ShippingTurnClientCreate1.d.mts +0 -17
- package/dist/esm/api/types/ShippingTurnClientCreate1.mjs +0 -4
- /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.js → orgs/resources/connections/client/requests/ConnectionsListCoordinatorsForExecutorV1Request.js} +0 -0
- /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.js → orgs/resources/connections/client/requests/ConnectionsListCoordinatorsForShipperV1Request.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ConnectionsListProviderProviderV1Request.js → ConnectionsListExecutorsForCoordinatorV1Request.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ConnectionsListProvidersV1Request.js → ConnectionsListExecutorsGeoSearchForCoordinatorV1Request.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ConnectionsListShippersV1Request.js → ConnectionsListShippersForCoordinatorV1Request.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ProviderProviderUpdateAutoAssignReq.js → CoordinatorExecutorUpdateAutoAssignReq.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.js → connections/client/requests/ShipperCoordinatorConnectionClientUpdate1.js} +0 -0
- /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/client/index.js +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.js → connections/resources/coordinators/client/requests/CoordinatorsTypeaheadV1Request.js} +0 -0
- /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/index.js +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/client/index.js +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg/client/requests/OffChrtProviderOrgListV1Request.js → connections/resources/executors/client/requests/ExecutorsTypeaheadV1Request.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/index.js +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/client/index.js +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.js → connections/resources/shippers/client/requests/ShippersTypeaheadV1Request.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/index.js +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → directoryEntries}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → directoryEntries}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntriesListV1Request.js +0 -0
- /package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.js +0 -0
- /package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.js +0 -0
- /package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/requests/index.d.ts +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/client → directoryEntries/client/requests}/index.js +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → directoryEntries}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → directoryEntries}/index.js +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/shipper → offChrtOrgData}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/shipper → offChrtOrgData}/client/index.js +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.js → offChrtOrgData/client/requests/CreateOffChrtOrgReq.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtShipperOrg/client/requests/OffChrtShipperOrgListV1Request.js → offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.js → offChrtOrgData/client/requests/OffChrtOrgDataListV1Request.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → offChrtOrgData}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/shipper → offChrtOrgData}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/shipper → offChrtOrgData}/index.js +0 -0
- /package/dist/cjs/api/{resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.js → types/ConnectionTypeaheadFieldEnum.js} +0 -0
- /package/dist/cjs/api/{resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.js → types/ConnectionTypeaheadResult.js} +0 -0
- /package/dist/cjs/api/{resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.js → types/ConnectionTypeaheadValue.js} +0 -0
- /package/dist/cjs/api/{resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.js → types/CoordinatorExecutorConnection1.js} +0 -0
- /package/dist/cjs/api/{resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientUpdate1.js → types/CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.js} +0 -0
- /package/dist/cjs/api/{resources/orgs/resources/providers/client/requests/ProvidersListOnAndOffChrtExecutorsV1Request.js → types/CoordinatorExecutorConnectionForCoordinatorListItem.js} +0 -0
- /package/dist/cjs/api/types/{DepartmentRoutingRule1.js → CoordinatorExecutorConnectionForExecutorListItem.js} +0 -0
- /package/dist/cjs/api/types/{OffChrtProviderOrg1.js → CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes.js} +0 -0
- /package/dist/cjs/api/types/{OffChrtProviderOrgListRes.js → CoordinatorExecutorConnectionsForCoordinatorListRes.js} +0 -0
- /package/dist/cjs/api/types/{OffChrtShipperOrg1.js → CoordinatorExecutorConnectionsForExecutorListRes.js} +0 -0
- /package/dist/cjs/api/types/{OffChrtShipperOrgListRes.js → CreateOffChrtOrgRes.js} +0 -0
- /package/dist/cjs/api/types/{ProviderConnectionListRes.js → OffChrtOrgData1.js} +0 -0
- /package/dist/cjs/api/types/{ProviderConnectionRes.js → OffChrtOrgDataClientCreate1.js} +0 -0
- /package/dist/cjs/api/types/{ProviderOnAndOffChrtExecutorListItem.js → OffChrtOrgDataListRes.js} +0 -0
- /package/dist/cjs/api/types/{ProviderOnAndOffChrtExecutorListPage.js → OffChrtOrgDataSortByEnum.js} +0 -0
- /package/dist/cjs/api/types/{ProviderOnAndOffChrtExecutorListRes.js → ShipperCoordinatorConnection1.js} +0 -0
- /package/dist/cjs/api/types/{ProviderOrgInfoForConnections1.js → ShipperCoordinatorConnectionForCoordinatorListItem.js} +0 -0
- /package/dist/cjs/api/types/{ProviderOrgProfile1.js → ShipperCoordinatorConnectionForShipperListItem.js} +0 -0
- /package/dist/cjs/api/types/{ProviderProviderConnection1.js → ShipperCoordinatorConnectionsForCoordinatorListRes.js} +0 -0
- /package/dist/cjs/api/types/{ProviderProviderConnectionListItem.js → ShipperCoordinatorConnectionsForShipperListRes.js} +0 -0
- /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.mjs → orgs/resources/connections/client/requests/ConnectionsListCoordinatorsForExecutorV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.mjs → orgs/resources/connections/client/requests/ConnectionsListCoordinatorsForShipperV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ConnectionsListProviderProviderV1Request.mjs → ConnectionsListExecutorsForCoordinatorV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ConnectionsListProvidersV1Request.mjs → ConnectionsListExecutorsGeoSearchForCoordinatorV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ConnectionsListShippersV1Request.mjs → ConnectionsListShippersForCoordinatorV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ProviderProviderUpdateAutoAssignReq.mjs → CoordinatorExecutorUpdateAutoAssignReq.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.mjs → connections/client/requests/ShipperCoordinatorConnectionClientUpdate1.mjs} +0 -0
- /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.mjs → connections/resources/coordinators/client/requests/CoordinatorsTypeaheadV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/index.mjs +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg/client/requests/OffChrtProviderOrgListV1Request.mjs → connections/resources/executors/client/requests/ExecutorsTypeaheadV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/index.d.mts +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/index.mjs +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.mjs → connections/resources/shippers/client/requests/ShippersTypeaheadV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/index.d.mts +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/index.mjs +0 -0
- /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → directoryEntries}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → directoryEntries}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntriesListV1Request.mjs +0 -0
- /package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.mjs +0 -0
- /package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.mjs +0 -0
- /package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/requests/index.d.mts +0 -0
- /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/client → directoryEntries/client/requests}/index.mjs +0 -0
- /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → directoryEntries}/index.d.mts +0 -0
- /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → directoryEntries}/index.mjs +0 -0
- /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/shipper → offChrtOrgData}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/shipper → offChrtOrgData}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.mjs → offChrtOrgData/client/requests/CreateOffChrtOrgReq.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtShipperOrg/client/requests/OffChrtShipperOrgListV1Request.mjs → offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.mjs → offChrtOrgData/client/requests/OffChrtOrgDataListV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → offChrtOrgData}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/shipper → offChrtOrgData}/index.d.mts +0 -0
- /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/shipper → offChrtOrgData}/index.mjs +0 -0
- /package/dist/esm/api/{resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.mjs → types/ConnectionTypeaheadFieldEnum.mjs} +0 -0
- /package/dist/esm/api/{resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.mjs → types/ConnectionTypeaheadResult.mjs} +0 -0
- /package/dist/esm/api/{resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.mjs → types/ConnectionTypeaheadValue.mjs} +0 -0
- /package/dist/esm/api/{resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.mjs → types/CoordinatorExecutorConnection1.mjs} +0 -0
- /package/dist/esm/api/{resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientUpdate1.mjs → types/CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.mjs} +0 -0
- /package/dist/esm/api/{resources/orgs/resources/providers/client/requests/ProvidersListOnAndOffChrtExecutorsV1Request.mjs → types/CoordinatorExecutorConnectionForCoordinatorListItem.mjs} +0 -0
- /package/dist/esm/api/types/{DepartmentRoutingRule1.mjs → CoordinatorExecutorConnectionForExecutorListItem.mjs} +0 -0
- /package/dist/esm/api/types/{OffChrtProviderOrg1.mjs → CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes.mjs} +0 -0
- /package/dist/esm/api/types/{OffChrtProviderOrgListRes.mjs → CoordinatorExecutorConnectionsForCoordinatorListRes.mjs} +0 -0
- /package/dist/esm/api/types/{OffChrtShipperOrg1.mjs → CoordinatorExecutorConnectionsForExecutorListRes.mjs} +0 -0
- /package/dist/esm/api/types/{OffChrtShipperOrgListRes.mjs → CreateOffChrtOrgRes.mjs} +0 -0
- /package/dist/esm/api/types/{ProviderConnectionListRes.mjs → OffChrtOrgData1.mjs} +0 -0
- /package/dist/esm/api/types/{ProviderConnectionRes.mjs → OffChrtOrgDataClientCreate1.mjs} +0 -0
- /package/dist/esm/api/types/{ProviderOnAndOffChrtExecutorListItem.mjs → OffChrtOrgDataListRes.mjs} +0 -0
- /package/dist/esm/api/types/{ProviderOnAndOffChrtExecutorListPage.mjs → OffChrtOrgDataSortByEnum.mjs} +0 -0
- /package/dist/esm/api/types/{ProviderOnAndOffChrtExecutorListRes.mjs → ShipperCoordinatorConnection1.mjs} +0 -0
- /package/dist/esm/api/types/{ProviderOrgInfoForConnections1.mjs → ShipperCoordinatorConnectionForCoordinatorListItem.mjs} +0 -0
- /package/dist/esm/api/types/{ProviderOrgProfile1.mjs → ShipperCoordinatorConnectionForShipperListItem.mjs} +0 -0
- /package/dist/esm/api/types/{ProviderProviderConnection1.mjs → ShipperCoordinatorConnectionsForCoordinatorListRes.mjs} +0 -0
- /package/dist/esm/api/types/{ProviderProviderConnectionListItem.mjs → ShipperCoordinatorConnectionsForShipperListRes.mjs} +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export type OrderTemplateReferenceColumnEnum1 = "shipper_org_id" | "
|
|
4
|
+
export type OrderTemplateReferenceColumnEnum1 = "shipper_org_id" | "off_chrt_shipper_org_data_id" | "executor_org_ids" | "off_chrt_executor_org_data_ids" | "driver_ids" | "directory_entry_ids";
|
|
5
5
|
export declare const OrderTemplateReferenceColumnEnum1: {
|
|
6
6
|
readonly ShipperOrgId: "shipper_org_id";
|
|
7
|
-
readonly
|
|
7
|
+
readonly OffChrtShipperOrgDataId: "off_chrt_shipper_org_data_id";
|
|
8
8
|
readonly ExecutorOrgIds: "executor_org_ids";
|
|
9
|
-
readonly
|
|
9
|
+
readonly OffChrtExecutorOrgDataIds: "off_chrt_executor_org_data_ids";
|
|
10
10
|
readonly DriverIds: "driver_ids";
|
|
11
11
|
readonly DirectoryEntryIds: "directory_entry_ids";
|
|
12
12
|
};
|
|
@@ -6,9 +6,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.OrderTemplateReferenceColumnEnum1 = void 0;
|
|
7
7
|
exports.OrderTemplateReferenceColumnEnum1 = {
|
|
8
8
|
ShipperOrgId: "shipper_org_id",
|
|
9
|
-
|
|
9
|
+
OffChrtShipperOrgDataId: "off_chrt_shipper_org_data_id",
|
|
10
10
|
ExecutorOrgIds: "executor_org_ids",
|
|
11
|
-
|
|
11
|
+
OffChrtExecutorOrgDataIds: "off_chrt_executor_org_data_ids",
|
|
12
12
|
DriverIds: "driver_ids",
|
|
13
13
|
DirectoryEntryIds: "directory_entry_ids",
|
|
14
14
|
};
|
|
@@ -6,7 +6,7 @@ export interface OrderTemplateReferencesExpanded1 {
|
|
|
6
6
|
directory_entries?: Chrt.DirectoryEntry1[];
|
|
7
7
|
drivers?: Chrt.Driver1[];
|
|
8
8
|
executor_orgs?: Chrt.OrderTemplateOrgInfo1[];
|
|
9
|
-
off_chrt_executor_orgs?: Chrt.
|
|
10
|
-
off_chrt_shipper_org?: Chrt.
|
|
9
|
+
off_chrt_executor_orgs?: Chrt.OffChrtOrgData1[];
|
|
10
|
+
off_chrt_shipper_org?: Chrt.OffChrtOrgData1 | null;
|
|
11
11
|
shipper_org?: Chrt.OrderTemplateOrgInfo1 | null;
|
|
12
12
|
}
|
|
@@ -5,7 +5,7 @@ export interface OrderTemplateResolvabilityRes {
|
|
|
5
5
|
unresolvable_coordinator?: boolean;
|
|
6
6
|
unresolvable_directory_entry_ids?: string[];
|
|
7
7
|
unresolvable_driver_ids?: string[];
|
|
8
|
-
|
|
8
|
+
unresolvable_off_chrt_executor_org_data_ids?: string[];
|
|
9
9
|
unresolvable_off_chrt_shipper?: boolean;
|
|
10
10
|
valid: boolean;
|
|
11
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
|
};
|
|
@@ -6,7 +6,7 @@ export interface OrdersDraftUpdateRes {
|
|
|
6
6
|
coordinator_org_id?: string | null;
|
|
7
7
|
/** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
|
|
8
8
|
off_chrt_reference_id?: string | null;
|
|
9
|
-
|
|
9
|
+
off_chrt_shipper_org_data_id?: string | null;
|
|
10
10
|
order_id: string;
|
|
11
11
|
order_short_id: string;
|
|
12
12
|
/** Must be a string starting with `org_` */
|
|
@@ -4,11 +4,16 @@
|
|
|
4
4
|
import * as Chrt from "../index.js";
|
|
5
5
|
export interface OrgPublicData1 {
|
|
6
6
|
_id: string;
|
|
7
|
-
|
|
7
|
+
description?: string | null;
|
|
8
|
+
email_address?: string | null;
|
|
8
9
|
/** Must be a string starting with `@`. May only contain a-z, A-Z, 0-9, _, -. May not be longer than 30 characters. */
|
|
9
10
|
handle?: string | null;
|
|
11
|
+
industry?: string | null;
|
|
12
|
+
name: string;
|
|
10
13
|
/** Must be a string starting with `org_` */
|
|
11
14
|
org_id: string;
|
|
12
15
|
org_type: Chrt.OrgTypeEnum;
|
|
16
|
+
phone_number?: string | null;
|
|
13
17
|
schema_version: number;
|
|
18
|
+
street_address?: Chrt.LocationFeature | null;
|
|
14
19
|
}
|
|
@@ -6,8 +6,8 @@ export interface RateSheetMapping1 {
|
|
|
6
6
|
cargo_on_flight_rate_sheet_ids?: string[];
|
|
7
7
|
chrt_ground_provider_rate_sheet_ids?: string[];
|
|
8
8
|
counterparty_driver_id?: string | null;
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
counterparty_off_chrt_provider_org_data_id?: string | null;
|
|
10
|
+
counterparty_off_chrt_shipper_org_data_id?: string | null;
|
|
11
11
|
/** Must be a string starting with `org_` */
|
|
12
12
|
counterparty_org_id?: string | null;
|
|
13
13
|
onboard_courier_rate_sheet_ids?: string[];
|
|
@@ -21,7 +21,7 @@ export interface Session1 {
|
|
|
21
21
|
last_seen_at_timestamp?: string | null;
|
|
22
22
|
/** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
|
|
23
23
|
off_chrt_reference_id?: string | null;
|
|
24
|
-
|
|
24
|
+
off_chrt_shipper_org_data_id?: string | null;
|
|
25
25
|
/** Must be a string starting with `org_` */
|
|
26
26
|
org_id: string;
|
|
27
27
|
public?: boolean;
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export interface
|
|
4
|
+
export interface ShipperCoordinatorConnection1 {
|
|
5
5
|
_id: string;
|
|
6
6
|
connected?: boolean;
|
|
7
|
+
coordinator_default_department_id?: string | null;
|
|
7
8
|
/** Must be a string starting with `org_` */
|
|
8
9
|
coordinator_org_id: string;
|
|
10
|
+
off_chrt_shipper_org_data_id?: string | null;
|
|
9
11
|
schema_version: number;
|
|
10
12
|
shipper_customer_id_for_coordinator_stripe_connect_account?: string | null;
|
|
11
13
|
/** Must be a string starting with `org_` */
|
|
12
|
-
shipper_org_id
|
|
14
|
+
shipper_org_id?: string | null;
|
|
13
15
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
5
|
+
export interface ShipperCoordinatorConnectionForCoordinatorListItem {
|
|
6
|
+
off_chrt_shipper_org_data?: Chrt.OffChrtOrgData1 | null;
|
|
7
|
+
shipper_coordinator_connection: Chrt.ShipperCoordinatorConnection1;
|
|
8
|
+
shipper_org_public_data?: Chrt.OrgPublicData1 | 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.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
|
}
|
|
@@ -23,11 +23,11 @@ export interface Statement1 {
|
|
|
23
23
|
owned_by_org_id: string;
|
|
24
24
|
paid_at_timestamp?: string | null;
|
|
25
25
|
payment_destination_driver_id?: string | null;
|
|
26
|
-
|
|
26
|
+
payment_destination_off_chrt_provider_org_data_id?: string | null;
|
|
27
27
|
payment_destination_off_chrt_vendor_id?: string | null;
|
|
28
28
|
/** Must be a string starting with `org_` */
|
|
29
29
|
payment_destination_org_id?: string | null;
|
|
30
|
-
|
|
30
|
+
payment_origin_off_chrt_shipper_org_data_id?: string | null;
|
|
31
31
|
/** Must be a string starting with `org_` */
|
|
32
32
|
payment_origin_org_id?: string | null;
|
|
33
33
|
schema_version: number;
|
|
@@ -24,8 +24,8 @@ export interface TaskGroup1 {
|
|
|
24
24
|
mileage_asserted?: boolean;
|
|
25
25
|
mileage_estimated?: number | null;
|
|
26
26
|
mileage_observed?: number | null;
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
off_chrt_executor_org_data_id?: string | null;
|
|
28
|
+
off_chrt_shipper_org_data_id?: string | null;
|
|
29
29
|
order_id: string;
|
|
30
30
|
/** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
|
|
31
31
|
order_off_chrt_reference_id?: string | null;
|
|
@@ -16,7 +16,7 @@ export interface TaskGroupExpanded {
|
|
|
16
16
|
/** Must be a string starting with `org_` */
|
|
17
17
|
executor_org_id?: string | null;
|
|
18
18
|
off_chrt_shipper_org_company_name?: string | null;
|
|
19
|
-
|
|
19
|
+
off_chrt_shipper_org_data_id?: string | null;
|
|
20
20
|
shipper_org_company_name?: string | null;
|
|
21
21
|
/** Must be a string starting with `org_` */
|
|
22
22
|
shipper_org_id?: string | null;
|
|
@@ -23,10 +23,10 @@ export interface TaskGroupQuoteResp {
|
|
|
23
23
|
/** Must be a string starting with `org_` */
|
|
24
24
|
owned_by_org_id: string;
|
|
25
25
|
payment_destination_driver_id?: string | null;
|
|
26
|
-
|
|
26
|
+
payment_destination_off_chrt_provider_org_data_id?: string | null;
|
|
27
27
|
/** Must be a string starting with `org_` */
|
|
28
28
|
payment_destination_org_id?: string | null;
|
|
29
|
-
|
|
29
|
+
payment_origin_off_chrt_shipper_org_data_id?: string | null;
|
|
30
30
|
/** Must be a string starting with `org_` */
|
|
31
31
|
payment_origin_org_id?: string | null;
|
|
32
32
|
rate_sheet_id: string;
|
|
@@ -118,17 +118,27 @@ 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";
|
|
124
134
|
export * from "./CreateLigFromRateSheetForVectorClientReq.js";
|
|
135
|
+
export * from "./CreateOffChrtOrgRes.js";
|
|
125
136
|
export * from "./CreateStripeConnectAccountRes.js";
|
|
126
137
|
export * from "./CredentialInfoRes.js";
|
|
127
138
|
export * from "./DateTimeWindow1.js";
|
|
128
139
|
export * from "./DeadlineAnchorEnum.js";
|
|
129
140
|
export * from "./Department1.js";
|
|
130
141
|
export * from "./DepartmentListRes.js";
|
|
131
|
-
export * from "./DepartmentRoutingRule1.js";
|
|
132
142
|
export * from "./DepartmentSortByEnum.js";
|
|
133
143
|
export * from "./DepartmentTypeEnum.js";
|
|
134
144
|
export * from "./DeviceExpandedRes.js";
|
|
@@ -222,10 +232,10 @@ export * from "./NotificationGroupUserListRes.js";
|
|
|
222
232
|
export * from "./NotificationIntentAdHoc1.js";
|
|
223
233
|
export * from "./NotificationIntentAdHocClientCreate1.js";
|
|
224
234
|
export * from "./NotificationUserPreferences1.js";
|
|
225
|
-
export * from "./
|
|
226
|
-
export * from "./
|
|
227
|
-
export * from "./
|
|
228
|
-
export * from "./
|
|
235
|
+
export * from "./OffChrtOrgData1.js";
|
|
236
|
+
export * from "./OffChrtOrgDataClientCreate1.js";
|
|
237
|
+
export * from "./OffChrtOrgDataListRes.js";
|
|
238
|
+
export * from "./OffChrtOrgDataSortByEnum.js";
|
|
229
239
|
export * from "./OffChrtVendor1.js";
|
|
230
240
|
export * from "./OffChrtVendorListRes.js";
|
|
231
241
|
export * from "./OnboardCourierRateSheet1.js";
|
|
@@ -336,18 +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 "./ProviderConnectionListRes.js";
|
|
340
|
-
export * from "./ProviderConnectionRes.js";
|
|
341
|
-
export * from "./ProviderOnAndOffChrtExecutorListItem.js";
|
|
342
|
-
export * from "./ProviderOnAndOffChrtExecutorListPage.js";
|
|
343
|
-
export * from "./ProviderOnAndOffChrtExecutorListRes.js";
|
|
344
|
-
export * from "./ProviderOnAndOffChrtExecutorSourceEnum.js";
|
|
345
|
-
export * from "./ProviderOrgInfoForConnections1.js";
|
|
346
|
-
export * from "./ProviderOrgProfile1.js";
|
|
347
|
-
export * from "./ProviderProviderConnection1.js";
|
|
348
|
-
export * from "./ProviderProviderConnectionCallerRoleEnum.js";
|
|
349
|
-
export * from "./ProviderProviderConnectionListItem.js";
|
|
350
|
-
export * from "./ProviderProviderConnectionListRes.js";
|
|
351
349
|
export * from "./RateSheetMapping1.js";
|
|
352
350
|
export * from "./RateSheetMappingListRes.js";
|
|
353
351
|
export * from "./ScanPayloadKindEnum.js";
|
|
@@ -363,10 +361,11 @@ export * from "./SessionListRes.js";
|
|
|
363
361
|
export * from "./SessionSortByEnum.js";
|
|
364
362
|
export * from "./SetFlightInfoReq.js";
|
|
365
363
|
export * from "./SettlementTypeEnum1.js";
|
|
366
|
-
export * from "./
|
|
367
|
-
export * from "./
|
|
368
|
-
export * from "./
|
|
369
|
-
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";
|
|
370
369
|
export * from "./ShippingOrderCancelledWebhookPayload.js";
|
|
371
370
|
export * from "./ShippingOrderCompletedWebhookPayload.js";
|
|
372
371
|
export * from "./ShippingOrderStagedWebhookPayload.js";
|
|
@@ -384,7 +383,6 @@ export * from "./ShippingTaskGroupS3ObjectAddedWebhookPayload.js";
|
|
|
384
383
|
export * from "./ShippingTaskGroupTasksOrderingUpdatedWebhookPayload.js";
|
|
385
384
|
export * from "./ShippingTaskSkippedWebhookPayload.js";
|
|
386
385
|
export * from "./ShippingTaskTaskArtifactCompletedWebhookPayload.js";
|
|
387
|
-
export * from "./ShippingTurnClientCreate1.js";
|
|
388
386
|
export * from "./SortOrderEnum.js";
|
|
389
387
|
export * from "./StartOfWeek.js";
|
|
390
388
|
export * from "./Statement1.js";
|
|
@@ -134,17 +134,27 @@ __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);
|
|
140
150
|
__exportStar(require("./CreateLigFromRateSheetForVectorClientReq.js"), exports);
|
|
151
|
+
__exportStar(require("./CreateOffChrtOrgRes.js"), exports);
|
|
141
152
|
__exportStar(require("./CreateStripeConnectAccountRes.js"), exports);
|
|
142
153
|
__exportStar(require("./CredentialInfoRes.js"), exports);
|
|
143
154
|
__exportStar(require("./DateTimeWindow1.js"), exports);
|
|
144
155
|
__exportStar(require("./DeadlineAnchorEnum.js"), exports);
|
|
145
156
|
__exportStar(require("./Department1.js"), exports);
|
|
146
157
|
__exportStar(require("./DepartmentListRes.js"), exports);
|
|
147
|
-
__exportStar(require("./DepartmentRoutingRule1.js"), exports);
|
|
148
158
|
__exportStar(require("./DepartmentSortByEnum.js"), exports);
|
|
149
159
|
__exportStar(require("./DepartmentTypeEnum.js"), exports);
|
|
150
160
|
__exportStar(require("./DeviceExpandedRes.js"), exports);
|
|
@@ -238,10 +248,10 @@ __exportStar(require("./NotificationGroupUserListRes.js"), exports);
|
|
|
238
248
|
__exportStar(require("./NotificationIntentAdHoc1.js"), exports);
|
|
239
249
|
__exportStar(require("./NotificationIntentAdHocClientCreate1.js"), exports);
|
|
240
250
|
__exportStar(require("./NotificationUserPreferences1.js"), exports);
|
|
241
|
-
__exportStar(require("./
|
|
242
|
-
__exportStar(require("./
|
|
243
|
-
__exportStar(require("./
|
|
244
|
-
__exportStar(require("./
|
|
251
|
+
__exportStar(require("./OffChrtOrgData1.js"), exports);
|
|
252
|
+
__exportStar(require("./OffChrtOrgDataClientCreate1.js"), exports);
|
|
253
|
+
__exportStar(require("./OffChrtOrgDataListRes.js"), exports);
|
|
254
|
+
__exportStar(require("./OffChrtOrgDataSortByEnum.js"), exports);
|
|
245
255
|
__exportStar(require("./OffChrtVendor1.js"), exports);
|
|
246
256
|
__exportStar(require("./OffChrtVendorListRes.js"), exports);
|
|
247
257
|
__exportStar(require("./OnboardCourierRateSheet1.js"), exports);
|
|
@@ -352,18 +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("./ProviderConnectionListRes.js"), exports);
|
|
356
|
-
__exportStar(require("./ProviderConnectionRes.js"), exports);
|
|
357
|
-
__exportStar(require("./ProviderOnAndOffChrtExecutorListItem.js"), exports);
|
|
358
|
-
__exportStar(require("./ProviderOnAndOffChrtExecutorListPage.js"), exports);
|
|
359
|
-
__exportStar(require("./ProviderOnAndOffChrtExecutorListRes.js"), exports);
|
|
360
|
-
__exportStar(require("./ProviderOnAndOffChrtExecutorSourceEnum.js"), exports);
|
|
361
|
-
__exportStar(require("./ProviderOrgInfoForConnections1.js"), exports);
|
|
362
|
-
__exportStar(require("./ProviderOrgProfile1.js"), exports);
|
|
363
|
-
__exportStar(require("./ProviderProviderConnection1.js"), exports);
|
|
364
|
-
__exportStar(require("./ProviderProviderConnectionCallerRoleEnum.js"), exports);
|
|
365
|
-
__exportStar(require("./ProviderProviderConnectionListItem.js"), exports);
|
|
366
|
-
__exportStar(require("./ProviderProviderConnectionListRes.js"), exports);
|
|
367
365
|
__exportStar(require("./RateSheetMapping1.js"), exports);
|
|
368
366
|
__exportStar(require("./RateSheetMappingListRes.js"), exports);
|
|
369
367
|
__exportStar(require("./ScanPayloadKindEnum.js"), exports);
|
|
@@ -379,10 +377,11 @@ __exportStar(require("./SessionListRes.js"), exports);
|
|
|
379
377
|
__exportStar(require("./SessionSortByEnum.js"), exports);
|
|
380
378
|
__exportStar(require("./SetFlightInfoReq.js"), exports);
|
|
381
379
|
__exportStar(require("./SettlementTypeEnum1.js"), exports);
|
|
382
|
-
__exportStar(require("./
|
|
383
|
-
__exportStar(require("./
|
|
384
|
-
__exportStar(require("./
|
|
385
|
-
__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);
|
|
386
385
|
__exportStar(require("./ShippingOrderCancelledWebhookPayload.js"), exports);
|
|
387
386
|
__exportStar(require("./ShippingOrderCompletedWebhookPayload.js"), exports);
|
|
388
387
|
__exportStar(require("./ShippingOrderStagedWebhookPayload.js"), exports);
|
|
@@ -400,7 +399,6 @@ __exportStar(require("./ShippingTaskGroupS3ObjectAddedWebhookPayload.js"), expor
|
|
|
400
399
|
__exportStar(require("./ShippingTaskGroupTasksOrderingUpdatedWebhookPayload.js"), exports);
|
|
401
400
|
__exportStar(require("./ShippingTaskSkippedWebhookPayload.js"), exports);
|
|
402
401
|
__exportStar(require("./ShippingTaskTaskArtifactCompletedWebhookPayload.js"), exports);
|
|
403
|
-
__exportStar(require("./ShippingTurnClientCreate1.js"), exports);
|
|
404
402
|
__exportStar(require("./SortOrderEnum.js"), exports);
|
|
405
403
|
__exportStar(require("./StartOfWeek.js"), exports);
|
|
406
404
|
__exportStar(require("./Statement1.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) });
|
|
@@ -12,10 +12,10 @@ export interface BillingLedgerClientCreate1 {
|
|
|
12
12
|
comments?: string | null;
|
|
13
13
|
name?: string | null;
|
|
14
14
|
payment_destination_driver_id?: string | null;
|
|
15
|
-
|
|
15
|
+
payment_destination_off_chrt_provider_org_data_id?: string | null;
|
|
16
16
|
/** Must be a string starting with `org_` */
|
|
17
17
|
payment_destination_org_id?: string | null;
|
|
18
|
-
|
|
18
|
+
payment_origin_off_chrt_shipper_org_data_id?: string | null;
|
|
19
19
|
/** Must be a string starting with `org_` */
|
|
20
20
|
payment_origin_org_id?: string | null;
|
|
21
21
|
schema_version: number;
|
|
@@ -14,11 +14,11 @@ export interface LineItemGroupAdHocCreateClientReq {
|
|
|
14
14
|
/** Must be a string starting with `org_` */
|
|
15
15
|
owned_by_org_id: string;
|
|
16
16
|
payment_destination_driver_id?: string | null;
|
|
17
|
-
|
|
17
|
+
payment_destination_off_chrt_provider_org_data_id?: string | null;
|
|
18
18
|
payment_destination_off_chrt_vendor_id?: string | null;
|
|
19
19
|
/** Must be a string starting with `org_` */
|
|
20
20
|
payment_destination_org_id?: string | null;
|
|
21
|
-
|
|
21
|
+
payment_origin_off_chrt_shipper_org_data_id?: string | null;
|
|
22
22
|
/** Must be a string starting with `org_` */
|
|
23
23
|
payment_origin_org_id?: string | null;
|
|
24
24
|
}
|
|
@@ -15,7 +15,7 @@ export interface SharedTaskGroupMileageCreateForProviderPayProviderClientReq {
|
|
|
15
15
|
end_location_label?: string | null;
|
|
16
16
|
/** Must be a string starting with `org_` */
|
|
17
17
|
executor_org_id?: string | null;
|
|
18
|
-
|
|
18
|
+
off_chrt_executor_org_data_id?: string | null;
|
|
19
19
|
order_group_id: string;
|
|
20
20
|
rate_sheet_id: string;
|
|
21
21
|
start_location?: Chrt.LocationFeature | null;
|
|
@@ -115,8 +115,8 @@ export declare class RateSheetMappings {
|
|
|
115
115
|
* await client.billing.rateSheetMappings.listRateSheetIdsByCounterpartyV1("chrt_ground_provider", {
|
|
116
116
|
* counterparty_org_id: "counterparty_org_id",
|
|
117
117
|
* counterparty_driver_id: "counterparty_driver_id",
|
|
118
|
-
*
|
|
119
|
-
*
|
|
118
|
+
* counterparty_off_chrt_provider_org_data_id: "counterparty_off_chrt_provider_org_data_id",
|
|
119
|
+
* counterparty_off_chrt_shipper_org_data_id: "counterparty_off_chrt_shipper_org_data_id"
|
|
120
120
|
* })
|
|
121
121
|
*/
|
|
122
122
|
listRateSheetIdsByCounterpartyV1(tgType: Chrt.TaskGroupTypeEnum1, request?: Chrt.billing.RateSheetMappingsListRateSheetIdsByCounterpartyV1Request, requestOptions?: RateSheetMappings.RequestOptions): core.HttpResponsePromise<string[]>;
|
|
@@ -345,8 +345,8 @@ export class RateSheetMappings {
|
|
|
345
345
|
* await client.billing.rateSheetMappings.listRateSheetIdsByCounterpartyV1("chrt_ground_provider", {
|
|
346
346
|
* counterparty_org_id: "counterparty_org_id",
|
|
347
347
|
* counterparty_driver_id: "counterparty_driver_id",
|
|
348
|
-
*
|
|
349
|
-
*
|
|
348
|
+
* counterparty_off_chrt_provider_org_data_id: "counterparty_off_chrt_provider_org_data_id",
|
|
349
|
+
* counterparty_off_chrt_shipper_org_data_id: "counterparty_off_chrt_shipper_org_data_id"
|
|
350
350
|
* })
|
|
351
351
|
*/
|
|
352
352
|
listRateSheetIdsByCounterpartyV1(tgType, request = {}, requestOptions) {
|
|
@@ -355,7 +355,7 @@ export class RateSheetMappings {
|
|
|
355
355
|
__listRateSheetIdsByCounterpartyV1(tgType_1) {
|
|
356
356
|
return __awaiter(this, arguments, void 0, function* (tgType, request = {}, requestOptions) {
|
|
357
357
|
var _a, _b, _c, _d;
|
|
358
|
-
const { counterparty_org_id: counterpartyOrgId, counterparty_driver_id: counterpartyDriverId,
|
|
358
|
+
const { counterparty_org_id: counterpartyOrgId, counterparty_driver_id: counterpartyDriverId, counterparty_off_chrt_provider_org_data_id: counterpartyOffChrtProviderOrgDataId, counterparty_off_chrt_shipper_org_data_id: counterpartyOffChrtShipperOrgDataId, } = request;
|
|
359
359
|
const _queryParams = {};
|
|
360
360
|
if (counterpartyOrgId !== undefined) {
|
|
361
361
|
_queryParams["counterparty_org_id"] = counterpartyOrgId;
|
|
@@ -363,11 +363,11 @@ export class RateSheetMappings {
|
|
|
363
363
|
if (counterpartyDriverId !== undefined) {
|
|
364
364
|
_queryParams["counterparty_driver_id"] = counterpartyDriverId;
|
|
365
365
|
}
|
|
366
|
-
if (
|
|
367
|
-
_queryParams["
|
|
366
|
+
if (counterpartyOffChrtProviderOrgDataId !== undefined) {
|
|
367
|
+
_queryParams["counterparty_off_chrt_provider_org_data_id"] = counterpartyOffChrtProviderOrgDataId;
|
|
368
368
|
}
|
|
369
|
-
if (
|
|
370
|
-
_queryParams["
|
|
369
|
+
if (counterpartyOffChrtShipperOrgDataId !== undefined) {
|
|
370
|
+
_queryParams["counterparty_off_chrt_shipper_org_data_id"] = counterpartyOffChrtShipperOrgDataId;
|
|
371
371
|
}
|
|
372
372
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
373
373
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
@@ -11,8 +11,8 @@ export interface RateSheetMappingClientCreate1 {
|
|
|
11
11
|
cargo_on_flight_rate_sheet_ids?: string[];
|
|
12
12
|
chrt_ground_provider_rate_sheet_ids?: string[];
|
|
13
13
|
counterparty_driver_id?: string | null;
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
counterparty_off_chrt_provider_org_data_id?: string | null;
|
|
15
|
+
counterparty_off_chrt_shipper_org_data_id?: string | null;
|
|
16
16
|
/** Must be a string starting with `org_` */
|
|
17
17
|
counterparty_org_id?: string | null;
|
|
18
18
|
onboard_courier_rate_sheet_ids?: string[];
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
* {
|
|
7
7
|
* counterparty_org_id: "counterparty_org_id",
|
|
8
8
|
* counterparty_driver_id: "counterparty_driver_id",
|
|
9
|
-
*
|
|
10
|
-
*
|
|
9
|
+
* counterparty_off_chrt_provider_org_data_id: "counterparty_off_chrt_provider_org_data_id",
|
|
10
|
+
* counterparty_off_chrt_shipper_org_data_id: "counterparty_off_chrt_shipper_org_data_id"
|
|
11
11
|
* }
|
|
12
12
|
*/
|
|
13
13
|
export interface RateSheetMappingsListRateSheetIdsByCounterpartyV1Request {
|
|
14
14
|
counterparty_org_id?: string | null;
|
|
15
15
|
counterparty_driver_id?: string | null;
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
counterparty_off_chrt_provider_org_data_id?: string | null;
|
|
17
|
+
counterparty_off_chrt_shipper_org_data_id?: string | null;
|
|
18
18
|
}
|
|
@@ -146,7 +146,7 @@ export declare class Statements {
|
|
|
146
146
|
* filter_order_short_id: "filter_order_short_id",
|
|
147
147
|
* filter_order_off_chrt_reference_id: "filter_order_off_chrt_reference_id",
|
|
148
148
|
* filter_payment_origin_org_id: "filter_payment_origin_org_id",
|
|
149
|
-
*
|
|
149
|
+
* filter_payment_origin_off_chrt_shipper_org_data_id: "filter_payment_origin_off_chrt_shipper_org_data_id",
|
|
150
150
|
* filter_payment_destination_org_id: "filter_payment_destination_org_id",
|
|
151
151
|
* filter_owned_by_org_id: "filter_owned_by_org_id",
|
|
152
152
|
* filter_staged_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
@@ -195,7 +195,7 @@ export declare class Statements {
|
|
|
195
195
|
* filter_order_short_id: "filter_order_short_id",
|
|
196
196
|
* filter_order_off_chrt_reference_id: "filter_order_off_chrt_reference_id",
|
|
197
197
|
* filter_payment_origin_org_id: "filter_payment_origin_org_id",
|
|
198
|
-
*
|
|
198
|
+
* filter_payment_origin_off_chrt_shipper_org_data_id: "filter_payment_origin_off_chrt_shipper_org_data_id",
|
|
199
199
|
* filter_payment_destination_org_id: "filter_payment_destination_org_id",
|
|
200
200
|
* filter_owned_by_org_id: "filter_owned_by_org_id",
|
|
201
201
|
* filter_staged_at_timestamp_gte: "2024-01-15T09:30:00Z",
|