@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
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
39
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
40
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
41
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
42
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
43
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
44
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
45
|
+
});
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
exports.Shippers = void 0;
|
|
49
|
+
const environments = __importStar(require("../../../../../../../../environments.js"));
|
|
50
|
+
const core = __importStar(require("../../../../../../../../core/index.js"));
|
|
51
|
+
const Chrt = __importStar(require("../../../../../../../index.js"));
|
|
52
|
+
const headers_js_1 = require("../../../../../../../../core/headers.js");
|
|
53
|
+
const errors = __importStar(require("../../../../../../../../errors/index.js"));
|
|
54
|
+
class Shippers {
|
|
55
|
+
constructor(_options = {}) {
|
|
56
|
+
this._options = _options;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Returns distinct connected-shipper names matching the query, with the matching connection IDs. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (list[ConnectionTypeaheadResult])
|
|
60
|
+
*
|
|
61
|
+
* @param {Chrt.orgs.connections.ShippersTypeaheadV1Request} request
|
|
62
|
+
* @param {Shippers.RequestOptions} requestOptions - Request-specific configuration.
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link Chrt.UnprocessableEntityError}
|
|
65
|
+
*
|
|
66
|
+
* @example
|
|
67
|
+
* await client.orgs.connections.shippers.typeaheadV1({
|
|
68
|
+
* query: "query",
|
|
69
|
+
* limit: 1
|
|
70
|
+
* })
|
|
71
|
+
*/
|
|
72
|
+
typeaheadV1(request, requestOptions) {
|
|
73
|
+
return core.HttpResponsePromise.fromPromise(this.__typeaheadV1(request, requestOptions));
|
|
74
|
+
}
|
|
75
|
+
__typeaheadV1(request, requestOptions) {
|
|
76
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
77
|
+
var _a, _b, _c, _d, _e;
|
|
78
|
+
const { query, limit } = request;
|
|
79
|
+
const _queryParams = {};
|
|
80
|
+
_queryParams["query"] = query;
|
|
81
|
+
if (limit !== undefined) {
|
|
82
|
+
_queryParams["limit"] = (_a = limit === null || limit === void 0 ? void 0 : limit.toString()) !== null && _a !== void 0 ? _a : null;
|
|
83
|
+
}
|
|
84
|
+
let _headers = (0, headers_js_1.mergeHeaders)((_b = this._options) === null || _b === void 0 ? void 0 : _b.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
85
|
+
const _response = yield ((_c = this._options.fetcher) !== null && _c !== void 0 ? _c : core.fetcher)({
|
|
86
|
+
url: core.url.join((_e = (_d = (yield core.Supplier.get(this._options.baseUrl))) !== null && _d !== void 0 ? _d : (yield core.Supplier.get(this._options.environment))) !== null && _e !== void 0 ? _e : environments.ChrtEnvironment.Local, "orgs/connections/shippers/typeahead/v1"),
|
|
87
|
+
method: "GET",
|
|
88
|
+
headers: _headers,
|
|
89
|
+
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
90
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
91
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
92
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
93
|
+
});
|
|
94
|
+
if (_response.ok) {
|
|
95
|
+
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
96
|
+
}
|
|
97
|
+
if (_response.error.reason === "status-code") {
|
|
98
|
+
switch (_response.error.statusCode) {
|
|
99
|
+
case 422:
|
|
100
|
+
throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
101
|
+
default:
|
|
102
|
+
throw new errors.ChrtError({
|
|
103
|
+
statusCode: _response.error.statusCode,
|
|
104
|
+
body: _response.error.body,
|
|
105
|
+
rawResponse: _response.rawResponse,
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
switch (_response.error.reason) {
|
|
110
|
+
case "non-json":
|
|
111
|
+
throw new errors.ChrtError({
|
|
112
|
+
statusCode: _response.error.statusCode,
|
|
113
|
+
body: _response.error.rawBody,
|
|
114
|
+
rawResponse: _response.rawResponse,
|
|
115
|
+
});
|
|
116
|
+
case "timeout":
|
|
117
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /orgs/connections/shippers/typeahead/v1.");
|
|
118
|
+
case "unknown":
|
|
119
|
+
throw new errors.ChrtError({
|
|
120
|
+
message: _response.error.errorMessage,
|
|
121
|
+
rawResponse: _response.rawResponse,
|
|
122
|
+
});
|
|
123
|
+
}
|
|
124
|
+
});
|
|
125
|
+
}
|
|
126
|
+
_getAuthorizationHeader() {
|
|
127
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
128
|
+
const bearer = yield core.Supplier.get(this._options.token);
|
|
129
|
+
if (bearer != null) {
|
|
130
|
+
return `Bearer ${bearer}`;
|
|
131
|
+
}
|
|
132
|
+
return undefined;
|
|
133
|
+
});
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
exports.Shippers = Shippers;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* {
|
|
7
|
+
* query: "query",
|
|
8
|
+
* limit: 1
|
|
9
|
+
* }
|
|
10
|
+
*/
|
|
11
|
+
export interface ShippersTypeaheadV1Request {
|
|
12
|
+
/** Typeahead search query */
|
|
13
|
+
query: string;
|
|
14
|
+
/** Max results per field */
|
|
15
|
+
limit?: number | null;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type ShippersTypeaheadV1Request } from "./ShippersTypeaheadV1Request.js";
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Chrt from "../../../../../index.js";
|
|
5
|
-
export type ConnectionsGetByHandleV1Response = Chrt.
|
|
5
|
+
export type ConnectionsGetByHandleV1Response = Chrt.ShipperCoordinatorConnection1 | Chrt.CoordinatorExecutorConnection1;
|
|
@@ -31,22 +31,23 @@ export declare class DirectoryEntries {
|
|
|
31
31
|
protected readonly _options: DirectoryEntries.Options;
|
|
32
32
|
constructor(_options?: DirectoryEntries.Options);
|
|
33
33
|
/**
|
|
34
|
-
* Creates
|
|
34
|
+
* Creates an organization-owned directory entry. | authz: min_org_role=operator | (DirectoryEntryClientCreate1) -> (PydanticObjectId)
|
|
35
35
|
*
|
|
36
|
-
* @param {Chrt.
|
|
36
|
+
* @param {Chrt.orgs.DirectoryEntryClientCreate1} request
|
|
37
37
|
* @param {DirectoryEntries.RequestOptions} requestOptions - Request-specific configuration.
|
|
38
38
|
*
|
|
39
39
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
40
40
|
*
|
|
41
41
|
* @example
|
|
42
|
-
* await client.
|
|
42
|
+
* await client.orgs.directoryEntries.createV1({
|
|
43
|
+
* name: "name",
|
|
43
44
|
* schema_version: 1
|
|
44
45
|
* })
|
|
45
46
|
*/
|
|
46
|
-
createV1(request: Chrt.
|
|
47
|
+
createV1(request: Chrt.orgs.DirectoryEntryClientCreate1, requestOptions?: DirectoryEntries.RequestOptions): core.HttpResponsePromise<string>;
|
|
47
48
|
private __createV1;
|
|
48
49
|
/**
|
|
49
|
-
* Deletes
|
|
50
|
+
* Deletes an organization-owned directory entry. | authz: min_org_role=operator | () -> (bool)
|
|
50
51
|
*
|
|
51
52
|
* @param {string} directoryEntryId
|
|
52
53
|
* @param {DirectoryEntries.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -54,46 +55,47 @@ export declare class DirectoryEntries {
|
|
|
54
55
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
55
56
|
*
|
|
56
57
|
* @example
|
|
57
|
-
* await client.
|
|
58
|
+
* await client.orgs.directoryEntries.deleteV1("directory_entry_id")
|
|
58
59
|
*/
|
|
59
60
|
deleteV1(directoryEntryId: string, requestOptions?: DirectoryEntries.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
60
61
|
private __deleteV1;
|
|
61
62
|
/**
|
|
62
|
-
* Lists directory entries with
|
|
63
|
+
* Lists organization-owned directory entries with association filters and search. | authz: min_org_role=operator | () -> (DirectoryEntryListRes)
|
|
63
64
|
*
|
|
64
|
-
* @param {Chrt.
|
|
65
|
+
* @param {Chrt.orgs.DirectoryEntriesListV1Request} request
|
|
65
66
|
* @param {DirectoryEntries.RequestOptions} requestOptions - Request-specific configuration.
|
|
66
67
|
*
|
|
67
68
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
68
69
|
*
|
|
69
70
|
* @example
|
|
70
|
-
* await client.
|
|
71
|
+
* await client.orgs.directoryEntries.listV1({
|
|
71
72
|
* search: "search",
|
|
72
73
|
* filter_entry_org_id: "filter_entry_org_id",
|
|
73
|
-
*
|
|
74
|
+
* filter_entry_off_chrt_org_data_id: "filter_entry_off_chrt_org_data_id",
|
|
75
|
+
* sort_by: "name",
|
|
74
76
|
* sort_order: "asc",
|
|
75
77
|
* page: 1,
|
|
76
78
|
* page_size: 1
|
|
77
79
|
* })
|
|
78
80
|
*/
|
|
79
|
-
listV1(request?: Chrt.
|
|
81
|
+
listV1(request?: Chrt.orgs.DirectoryEntriesListV1Request, requestOptions?: DirectoryEntries.RequestOptions): core.HttpResponsePromise<Chrt.DirectoryEntryListRes>;
|
|
80
82
|
private __listV1;
|
|
81
83
|
/**
|
|
82
|
-
* Updates
|
|
84
|
+
* Updates an organization-owned directory entry. | authz: min_org_role=operator | (DirectoryEntryClientUpdate1) -> (bool)
|
|
83
85
|
*
|
|
84
86
|
* @param {string} directoryEntryId
|
|
85
|
-
* @param {Chrt.
|
|
87
|
+
* @param {Chrt.orgs.DirectoryEntryClientUpdate1} request
|
|
86
88
|
* @param {DirectoryEntries.RequestOptions} requestOptions - Request-specific configuration.
|
|
87
89
|
*
|
|
88
90
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
89
91
|
*
|
|
90
92
|
* @example
|
|
91
|
-
* await client.
|
|
93
|
+
* await client.orgs.directoryEntries.updateV1("directory_entry_id")
|
|
92
94
|
*/
|
|
93
|
-
updateV1(directoryEntryId: string, request?: Chrt.
|
|
95
|
+
updateV1(directoryEntryId: string, request?: Chrt.orgs.DirectoryEntryClientUpdate1, requestOptions?: DirectoryEntries.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
94
96
|
private __updateV1;
|
|
95
97
|
/**
|
|
96
|
-
* Retrieves
|
|
98
|
+
* Retrieves an organization-owned directory entry. | authz: min_org_role=operator | () -> (DirectoryEntry1)
|
|
97
99
|
*
|
|
98
100
|
* @param {string} directoryEntryId
|
|
99
101
|
* @param {DirectoryEntries.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -101,7 +103,7 @@ export declare class DirectoryEntries {
|
|
|
101
103
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
102
104
|
*
|
|
103
105
|
* @example
|
|
104
|
-
* await client.
|
|
106
|
+
* await client.orgs.directoryEntries.getV1("directory_entry_id")
|
|
105
107
|
*/
|
|
106
108
|
getV1(directoryEntryId: string, requestOptions?: DirectoryEntries.RequestOptions): core.HttpResponsePromise<Chrt.DirectoryEntry1>;
|
|
107
109
|
private __getV1;
|
|
@@ -56,15 +56,16 @@ class DirectoryEntries {
|
|
|
56
56
|
this._options = _options;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
|
-
* Creates
|
|
59
|
+
* Creates an organization-owned directory entry. | authz: min_org_role=operator | (DirectoryEntryClientCreate1) -> (PydanticObjectId)
|
|
60
60
|
*
|
|
61
|
-
* @param {Chrt.
|
|
61
|
+
* @param {Chrt.orgs.DirectoryEntryClientCreate1} request
|
|
62
62
|
* @param {DirectoryEntries.RequestOptions} requestOptions - Request-specific configuration.
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
65
65
|
*
|
|
66
66
|
* @example
|
|
67
|
-
* await client.
|
|
67
|
+
* await client.orgs.directoryEntries.createV1({
|
|
68
|
+
* name: "name",
|
|
68
69
|
* schema_version: 1
|
|
69
70
|
* })
|
|
70
71
|
*/
|
|
@@ -76,7 +77,7 @@ class DirectoryEntries {
|
|
|
76
77
|
var _a, _b, _c, _d;
|
|
77
78
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
78
79
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
79
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, "
|
|
80
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, "orgs/directory_entries/create/v1"),
|
|
80
81
|
method: "POST",
|
|
81
82
|
headers: _headers,
|
|
82
83
|
contentType: "application/json",
|
|
@@ -110,7 +111,7 @@ class DirectoryEntries {
|
|
|
110
111
|
rawResponse: _response.rawResponse,
|
|
111
112
|
});
|
|
112
113
|
case "timeout":
|
|
113
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /
|
|
114
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /orgs/directory_entries/create/v1.");
|
|
114
115
|
case "unknown":
|
|
115
116
|
throw new errors.ChrtError({
|
|
116
117
|
message: _response.error.errorMessage,
|
|
@@ -120,7 +121,7 @@ class DirectoryEntries {
|
|
|
120
121
|
});
|
|
121
122
|
}
|
|
122
123
|
/**
|
|
123
|
-
* Deletes
|
|
124
|
+
* Deletes an organization-owned directory entry. | authz: min_org_role=operator | () -> (bool)
|
|
124
125
|
*
|
|
125
126
|
* @param {string} directoryEntryId
|
|
126
127
|
* @param {DirectoryEntries.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -128,7 +129,7 @@ class DirectoryEntries {
|
|
|
128
129
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
129
130
|
*
|
|
130
131
|
* @example
|
|
131
|
-
* await client.
|
|
132
|
+
* await client.orgs.directoryEntries.deleteV1("directory_entry_id")
|
|
132
133
|
*/
|
|
133
134
|
deleteV1(directoryEntryId, requestOptions) {
|
|
134
135
|
return core.HttpResponsePromise.fromPromise(this.__deleteV1(directoryEntryId, requestOptions));
|
|
@@ -138,7 +139,7 @@ class DirectoryEntries {
|
|
|
138
139
|
var _a, _b, _c, _d;
|
|
139
140
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
140
141
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
141
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `
|
|
142
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `orgs/directory_entries/delete/v1/${encodeURIComponent(directoryEntryId)}`),
|
|
142
143
|
method: "DELETE",
|
|
143
144
|
headers: _headers,
|
|
144
145
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -169,7 +170,7 @@ class DirectoryEntries {
|
|
|
169
170
|
rawResponse: _response.rawResponse,
|
|
170
171
|
});
|
|
171
172
|
case "timeout":
|
|
172
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /
|
|
173
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /orgs/directory_entries/delete/v1/{directory_entry_id}.");
|
|
173
174
|
case "unknown":
|
|
174
175
|
throw new errors.ChrtError({
|
|
175
176
|
message: _response.error.errorMessage,
|
|
@@ -179,18 +180,19 @@ class DirectoryEntries {
|
|
|
179
180
|
});
|
|
180
181
|
}
|
|
181
182
|
/**
|
|
182
|
-
* Lists directory entries with
|
|
183
|
+
* Lists organization-owned directory entries with association filters and search. | authz: min_org_role=operator | () -> (DirectoryEntryListRes)
|
|
183
184
|
*
|
|
184
|
-
* @param {Chrt.
|
|
185
|
+
* @param {Chrt.orgs.DirectoryEntriesListV1Request} request
|
|
185
186
|
* @param {DirectoryEntries.RequestOptions} requestOptions - Request-specific configuration.
|
|
186
187
|
*
|
|
187
188
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
188
189
|
*
|
|
189
190
|
* @example
|
|
190
|
-
* await client.
|
|
191
|
+
* await client.orgs.directoryEntries.listV1({
|
|
191
192
|
* search: "search",
|
|
192
193
|
* filter_entry_org_id: "filter_entry_org_id",
|
|
193
|
-
*
|
|
194
|
+
* filter_entry_off_chrt_org_data_id: "filter_entry_off_chrt_org_data_id",
|
|
195
|
+
* sort_by: "name",
|
|
194
196
|
* sort_order: "asc",
|
|
195
197
|
* page: 1,
|
|
196
198
|
* page_size: 1
|
|
@@ -202,7 +204,7 @@ class DirectoryEntries {
|
|
|
202
204
|
__listV1() {
|
|
203
205
|
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
204
206
|
var _a, _b, _c, _d, _e, _f;
|
|
205
|
-
const { search, filter_entry_org_id: filterEntryOrgId, sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, } = request;
|
|
207
|
+
const { search, filter_entry_org_id: filterEntryOrgId, filter_entry_off_chrt_org_data_id: filterEntryOffChrtOrgDataId, sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, } = request;
|
|
206
208
|
const _queryParams = {};
|
|
207
209
|
if (search !== undefined) {
|
|
208
210
|
_queryParams["search"] = search;
|
|
@@ -210,6 +212,9 @@ class DirectoryEntries {
|
|
|
210
212
|
if (filterEntryOrgId !== undefined) {
|
|
211
213
|
_queryParams["filter_entry_org_id"] = filterEntryOrgId;
|
|
212
214
|
}
|
|
215
|
+
if (filterEntryOffChrtOrgDataId !== undefined) {
|
|
216
|
+
_queryParams["filter_entry_off_chrt_org_data_id"] = filterEntryOffChrtOrgDataId;
|
|
217
|
+
}
|
|
213
218
|
if (sortBy !== undefined) {
|
|
214
219
|
_queryParams["sort_by"] = sortBy;
|
|
215
220
|
}
|
|
@@ -224,7 +229,7 @@ class DirectoryEntries {
|
|
|
224
229
|
}
|
|
225
230
|
let _headers = (0, headers_js_1.mergeHeaders)((_c = this._options) === null || _c === void 0 ? void 0 : _c.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
226
231
|
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
227
|
-
url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ChrtEnvironment.Local, "
|
|
232
|
+
url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ChrtEnvironment.Local, "orgs/directory_entries/list/v1"),
|
|
228
233
|
method: "GET",
|
|
229
234
|
headers: _headers,
|
|
230
235
|
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
@@ -255,7 +260,7 @@ class DirectoryEntries {
|
|
|
255
260
|
rawResponse: _response.rawResponse,
|
|
256
261
|
});
|
|
257
262
|
case "timeout":
|
|
258
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /
|
|
263
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /orgs/directory_entries/list/v1.");
|
|
259
264
|
case "unknown":
|
|
260
265
|
throw new errors.ChrtError({
|
|
261
266
|
message: _response.error.errorMessage,
|
|
@@ -265,16 +270,16 @@ class DirectoryEntries {
|
|
|
265
270
|
});
|
|
266
271
|
}
|
|
267
272
|
/**
|
|
268
|
-
* Updates
|
|
273
|
+
* Updates an organization-owned directory entry. | authz: min_org_role=operator | (DirectoryEntryClientUpdate1) -> (bool)
|
|
269
274
|
*
|
|
270
275
|
* @param {string} directoryEntryId
|
|
271
|
-
* @param {Chrt.
|
|
276
|
+
* @param {Chrt.orgs.DirectoryEntryClientUpdate1} request
|
|
272
277
|
* @param {DirectoryEntries.RequestOptions} requestOptions - Request-specific configuration.
|
|
273
278
|
*
|
|
274
279
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
275
280
|
*
|
|
276
281
|
* @example
|
|
277
|
-
* await client.
|
|
282
|
+
* await client.orgs.directoryEntries.updateV1("directory_entry_id")
|
|
278
283
|
*/
|
|
279
284
|
updateV1(directoryEntryId, request = {}, requestOptions) {
|
|
280
285
|
return core.HttpResponsePromise.fromPromise(this.__updateV1(directoryEntryId, request, requestOptions));
|
|
@@ -284,7 +289,7 @@ class DirectoryEntries {
|
|
|
284
289
|
var _a, _b, _c, _d;
|
|
285
290
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
286
291
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
287
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `
|
|
292
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `orgs/directory_entries/update/v1/${encodeURIComponent(directoryEntryId)}`),
|
|
288
293
|
method: "PATCH",
|
|
289
294
|
headers: _headers,
|
|
290
295
|
contentType: "application/json",
|
|
@@ -318,7 +323,7 @@ class DirectoryEntries {
|
|
|
318
323
|
rawResponse: _response.rawResponse,
|
|
319
324
|
});
|
|
320
325
|
case "timeout":
|
|
321
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /
|
|
326
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /orgs/directory_entries/update/v1/{directory_entry_id}.");
|
|
322
327
|
case "unknown":
|
|
323
328
|
throw new errors.ChrtError({
|
|
324
329
|
message: _response.error.errorMessage,
|
|
@@ -328,7 +333,7 @@ class DirectoryEntries {
|
|
|
328
333
|
});
|
|
329
334
|
}
|
|
330
335
|
/**
|
|
331
|
-
* Retrieves
|
|
336
|
+
* Retrieves an organization-owned directory entry. | authz: min_org_role=operator | () -> (DirectoryEntry1)
|
|
332
337
|
*
|
|
333
338
|
* @param {string} directoryEntryId
|
|
334
339
|
* @param {DirectoryEntries.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -336,7 +341,7 @@ class DirectoryEntries {
|
|
|
336
341
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
337
342
|
*
|
|
338
343
|
* @example
|
|
339
|
-
* await client.
|
|
344
|
+
* await client.orgs.directoryEntries.getV1("directory_entry_id")
|
|
340
345
|
*/
|
|
341
346
|
getV1(directoryEntryId, requestOptions) {
|
|
342
347
|
return core.HttpResponsePromise.fromPromise(this.__getV1(directoryEntryId, requestOptions));
|
|
@@ -346,7 +351,7 @@ class DirectoryEntries {
|
|
|
346
351
|
var _a, _b, _c, _d;
|
|
347
352
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
348
353
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
349
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `
|
|
354
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `orgs/directory_entries/v1/${encodeURIComponent(directoryEntryId)}`),
|
|
350
355
|
method: "GET",
|
|
351
356
|
headers: _headers,
|
|
352
357
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -377,7 +382,7 @@ class DirectoryEntries {
|
|
|
377
382
|
rawResponse: _response.rawResponse,
|
|
378
383
|
});
|
|
379
384
|
case "timeout":
|
|
380
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /
|
|
385
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /orgs/directory_entries/v1/{directory_entry_id}.");
|
|
381
386
|
case "unknown":
|
|
382
387
|
throw new errors.ChrtError({
|
|
383
388
|
message: _response.error.errorMessage,
|
|
@@ -7,7 +7,8 @@ import * as Chrt from "../../../../../../index.js";
|
|
|
7
7
|
* {
|
|
8
8
|
* search: "search",
|
|
9
9
|
* filter_entry_org_id: "filter_entry_org_id",
|
|
10
|
-
*
|
|
10
|
+
* filter_entry_off_chrt_org_data_id: "filter_entry_off_chrt_org_data_id",
|
|
11
|
+
* sort_by: "name",
|
|
11
12
|
* sort_order: "asc",
|
|
12
13
|
* page: 1,
|
|
13
14
|
* page_size: 1
|
|
@@ -16,11 +17,13 @@ import * as Chrt from "../../../../../../index.js";
|
|
|
16
17
|
export interface DirectoryEntriesListV1Request {
|
|
17
18
|
/** Full-text search query */
|
|
18
19
|
search?: string | null;
|
|
19
|
-
/** Filter by
|
|
20
|
+
/** Filter by associated on-CHRT organization */
|
|
20
21
|
filter_entry_org_id?: string | null;
|
|
22
|
+
/** Filter by associated off-CHRT organization data */
|
|
23
|
+
filter_entry_off_chrt_org_data_id?: string | null;
|
|
21
24
|
/** Field to sort by */
|
|
22
25
|
sort_by?: Chrt.DirectoryEntrySortByEnum | null;
|
|
23
|
-
/** Sort order
|
|
26
|
+
/** Sort order */
|
|
24
27
|
sort_order?: Chrt.SortOrderEnum | null;
|
|
25
28
|
page?: number | null;
|
|
26
29
|
page_size?: number | null;
|
|
@@ -5,23 +5,19 @@ import * as Chrt from "../../../../../../index.js";
|
|
|
5
5
|
/**
|
|
6
6
|
* @example
|
|
7
7
|
* {
|
|
8
|
+
* name: "name",
|
|
8
9
|
* schema_version: 1
|
|
9
10
|
* }
|
|
10
11
|
*/
|
|
11
12
|
export interface DirectoryEntryClientCreate1 {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
contact_last_name?: string | null;
|
|
15
|
-
email_address_primary?: string | null;
|
|
16
|
-
email_address_secondary?: string | null;
|
|
17
|
-
entry_off_chrt_shipper_org_id?: string | null;
|
|
13
|
+
email_address?: string | null;
|
|
14
|
+
entry_off_chrt_org_data_id?: string | null;
|
|
18
15
|
/** Must be a string starting with `org_` */
|
|
19
16
|
entry_org_id?: string | null;
|
|
20
|
-
industry?: string | null;
|
|
21
17
|
job_title?: string | null;
|
|
22
18
|
location?: Chrt.LocationFeature | null;
|
|
19
|
+
name: string;
|
|
23
20
|
notes?: string | null;
|
|
24
|
-
|
|
25
|
-
phone_number_secondary?: string | null;
|
|
21
|
+
phone_number?: string | null;
|
|
26
22
|
schema_version: number;
|
|
27
23
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../../../../../../index.js";
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* {}
|
|
8
|
+
*/
|
|
9
|
+
export interface DirectoryEntryClientUpdate1 {
|
|
10
|
+
email_address?: string | null;
|
|
11
|
+
email_address__set_to_None?: boolean;
|
|
12
|
+
job_title?: string | null;
|
|
13
|
+
job_title__set_to_None?: boolean;
|
|
14
|
+
location?: Chrt.LocationFeature | null;
|
|
15
|
+
location__set_to_None?: boolean;
|
|
16
|
+
name?: string | null;
|
|
17
|
+
notes?: string | null;
|
|
18
|
+
notes__set_to_None?: boolean;
|
|
19
|
+
phone_number?: string | null;
|
|
20
|
+
phone_number__set_to_None?: boolean;
|
|
21
|
+
}
|
|
@@ -1,19 +1,14 @@
|
|
|
1
1
|
export * as connections from "./connections/index.js";
|
|
2
2
|
export * from "./connections/types/index.js";
|
|
3
3
|
export * as complianceDocuments from "./complianceDocuments/index.js";
|
|
4
|
-
export * as
|
|
5
|
-
export * as
|
|
4
|
+
export * as directoryEntries from "./directoryEntries/index.js";
|
|
5
|
+
export * as offChrtOrgData from "./offChrtOrgData/index.js";
|
|
6
6
|
export * as offChrtVendor from "./offChrtVendor/index.js";
|
|
7
7
|
export * as privateData from "./privateData/index.js";
|
|
8
|
-
export * as orgProfiles from "./orgProfiles/index.js";
|
|
9
8
|
export * as publicData from "./publicData/index.js";
|
|
10
|
-
export * as providers from "./providers/index.js";
|
|
11
|
-
export * as orgInfoForConnections from "./orgInfoForConnections/index.js";
|
|
12
9
|
export * from "./complianceDocuments/client/requests/index.js";
|
|
13
10
|
export * from "./connections/client/requests/index.js";
|
|
14
|
-
export * from "./
|
|
15
|
-
export * from "./
|
|
11
|
+
export * from "./directoryEntries/client/requests/index.js";
|
|
12
|
+
export * from "./offChrtOrgData/client/requests/index.js";
|
|
16
13
|
export * from "./offChrtVendor/client/requests/index.js";
|
|
17
|
-
export * from "./orgProfiles/client/requests/index.js";
|
|
18
14
|
export * from "./publicData/client/requests/index.js";
|
|
19
|
-
export * from "./providers/client/requests/index.js";
|
|
@@ -36,23 +36,18 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
39
|
+
exports.publicData = exports.privateData = exports.offChrtVendor = exports.offChrtOrgData = exports.directoryEntries = exports.complianceDocuments = exports.connections = void 0;
|
|
40
40
|
exports.connections = __importStar(require("./connections/index.js"));
|
|
41
41
|
__exportStar(require("./connections/types/index.js"), exports);
|
|
42
42
|
exports.complianceDocuments = __importStar(require("./complianceDocuments/index.js"));
|
|
43
|
-
exports.
|
|
44
|
-
exports.
|
|
43
|
+
exports.directoryEntries = __importStar(require("./directoryEntries/index.js"));
|
|
44
|
+
exports.offChrtOrgData = __importStar(require("./offChrtOrgData/index.js"));
|
|
45
45
|
exports.offChrtVendor = __importStar(require("./offChrtVendor/index.js"));
|
|
46
46
|
exports.privateData = __importStar(require("./privateData/index.js"));
|
|
47
|
-
exports.orgProfiles = __importStar(require("./orgProfiles/index.js"));
|
|
48
47
|
exports.publicData = __importStar(require("./publicData/index.js"));
|
|
49
|
-
exports.providers = __importStar(require("./providers/index.js"));
|
|
50
|
-
exports.orgInfoForConnections = __importStar(require("./orgInfoForConnections/index.js"));
|
|
51
48
|
__exportStar(require("./complianceDocuments/client/requests/index.js"), exports);
|
|
52
49
|
__exportStar(require("./connections/client/requests/index.js"), exports);
|
|
53
|
-
__exportStar(require("./
|
|
54
|
-
__exportStar(require("./
|
|
50
|
+
__exportStar(require("./directoryEntries/client/requests/index.js"), exports);
|
|
51
|
+
__exportStar(require("./offChrtOrgData/client/requests/index.js"), exports);
|
|
55
52
|
__exportStar(require("./offChrtVendor/client/requests/index.js"), exports);
|
|
56
|
-
__exportStar(require("./orgProfiles/client/requests/index.js"), exports);
|
|
57
53
|
__exportStar(require("./publicData/client/requests/index.js"), exports);
|
|
58
|
-
__exportStar(require("./providers/client/requests/index.js"), exports);
|