@chrt-inc/typescript-sdk 1.880.0 → 1.885.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/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.ts +0 -1
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.ts +0 -1
- package/dist/cjs/api/resources/notifications/resources/adHoc/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/notifications/resources/adHoc/client/Client.js +2 -2
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.d.ts +25 -9
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.js +80 -12
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksApplyTimeDeltaToDeadlineTimestampsReq1.d.ts +14 -0
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/{OperationsTasksBulkUpdateDeadlinesReq1.d.ts → OperationsTasksSetDeadlineTimestampsReq1.d.ts} +4 -4
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/index.d.ts +2 -1
- package/dist/cjs/api/resources/orgs/client/Client.d.ts +6 -6
- package/dist/cjs/api/resources/orgs/client/Client.js +14 -14
- package/dist/cjs/api/resources/orgs/resources/accounts/client/Client.d.ts +97 -0
- package/dist/cjs/api/resources/orgs/resources/{offChrtVendor → accounts}/client/Client.js +57 -100
- package/dist/{esm/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorClientCreate1.d.mts → cjs/api/resources/orgs/resources/accounts/client/requests/AccountClientCreate1.d.ts} +4 -2
- package/dist/cjs/api/resources/orgs/resources/{offChrtVendor/client/requests/OffChrtVendorClientUpdate1.d.ts → accounts/client/requests/AccountClientUpdate1.d.ts} +1 -3
- package/dist/cjs/api/resources/orgs/resources/accounts/client/requests/AccountsListV1Request.d.ts +27 -0
- package/dist/cjs/api/resources/orgs/resources/accounts/client/requests/index.d.ts +3 -0
- package/dist/cjs/api/resources/orgs/resources/contacts/client/Client.d.ts +112 -0
- package/dist/cjs/api/resources/orgs/resources/{directoryEntries → contacts}/client/Client.js +55 -51
- package/dist/cjs/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientCreate1.d.ts → contacts/client/requests/ContactClientCreate1.d.ts} +5 -4
- package/dist/cjs/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.ts → contacts/client/requests/ContactClientUpdate1.d.ts} +1 -1
- package/dist/cjs/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntriesListV1Request.d.ts → contacts/client/requests/ContactsListV1Request.d.ts} +9 -6
- package/dist/cjs/api/resources/orgs/resources/contacts/client/requests/index.d.ts +3 -0
- package/dist/cjs/api/resources/orgs/resources/index.d.ts +4 -4
- package/dist/cjs/api/resources/orgs/resources/index.js +5 -5
- package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/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 -1
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.ts +2 -1
- 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 +28 -0
- package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +120 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +4 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +20 -4
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.ts +3 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +3 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.ts +3 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.ts +3 -0
- package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.js +1 -1
- package/dist/{esm/api/types/OffChrtVendor1.d.mts → cjs/api/types/Account1.d.ts} +4 -2
- package/dist/cjs/api/types/{OffChrtVendorListRes.d.ts → AccountListRes.d.ts} +2 -2
- package/dist/cjs/api/types/AccountSortByEnum.d.ts +4 -0
- package/dist/cjs/api/types/{DirectoryEntry1.d.ts → Contact1.d.ts} +6 -7
- package/dist/cjs/api/types/{DirectoryEntryListRes.d.ts → ContactListRes.d.ts} +2 -2
- package/dist/cjs/api/types/ContactSortByEnum.d.ts +4 -0
- package/dist/cjs/api/types/CreateOffChrtOrgRes.d.ts +1 -1
- package/dist/cjs/api/types/LineItemGroup1.d.ts +0 -1
- package/dist/cjs/api/types/NotificationIntentAdHoc1.d.ts +1 -1
- package/dist/cjs/api/types/NotificationIntentAdHocClientCreate1.d.ts +1 -1
- package/dist/cjs/api/types/{OperationsTaskDeadlineUpdate1.d.ts → OperationsTaskDeadlineTimestampUpdate1.d.ts} +2 -2
- package/dist/cjs/api/types/OperationsTaskDeadlineTimestampUpdate1.js +5 -0
- package/dist/cjs/api/types/OperationsTasksDeadlineTimestampsUpdateRes1.d.ts +7 -0
- package/dist/cjs/api/types/OperationsTasksDeadlineTimestampsUpdateRes1.js +5 -0
- package/dist/cjs/api/types/Order1.d.ts +1 -0
- package/dist/cjs/api/types/OrderAndTaskGroupExpandedReq.d.ts +1 -1
- package/dist/cjs/api/types/OrderDraftValidationRequirements.d.ts +1 -0
- package/dist/cjs/api/types/OrderLimitedForCoordinator1.d.ts +1 -0
- package/dist/cjs/api/types/OrderLimitedForProvider1.d.ts +1 -0
- package/dist/cjs/api/types/OrderTemplate1.d.ts +2 -1
- package/dist/cjs/api/types/OrderTemplateCore1.d.ts +2 -1
- package/dist/cjs/api/types/OrderTemplateExpanded1.d.ts +1 -1
- package/dist/cjs/api/types/OrderTemplateReferenceColumnEnum1.d.ts +3 -2
- package/dist/cjs/api/types/OrderTemplateReferenceColumnEnum1.js +2 -1
- package/dist/cjs/api/types/OrderTemplateReferencesExpanded1.d.ts +1 -1
- package/dist/cjs/api/types/OrderTemplateResolvabilityRes.d.ts +2 -1
- package/dist/cjs/api/types/OrgTypeEnum.d.ts +2 -1
- package/dist/cjs/api/types/OrgTypeEnum.js +1 -0
- package/dist/cjs/api/types/Statement1.d.ts +0 -1
- package/dist/cjs/api/types/Task1.d.ts +1 -1
- package/dist/cjs/api/types/TaskClientCreate1.d.ts +1 -1
- package/dist/cjs/api/types/TaskClientUpdate1.d.ts +1 -1
- package/dist/cjs/api/types/TaskExpanded.d.ts +1 -1
- package/dist/cjs/api/types/TaskGroupExpanded.d.ts +2 -0
- package/dist/cjs/api/types/index.d.ts +8 -7
- package/dist/cjs/api/types/index.js +8 -7
- 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/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.mts +0 -1
- package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.mts +0 -1
- package/dist/esm/api/resources/notifications/resources/adHoc/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/notifications/resources/adHoc/client/Client.mjs +2 -2
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.d.mts +25 -9
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.mjs +80 -12
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksApplyTimeDeltaToDeadlineTimestampsReq1.d.mts +14 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/{OperationsTasksBulkUpdateDeadlinesReq1.d.mts → OperationsTasksSetDeadlineTimestampsReq1.d.mts} +4 -4
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/index.d.mts +2 -1
- package/dist/esm/api/resources/orgs/client/Client.d.mts +6 -6
- package/dist/esm/api/resources/orgs/client/Client.mjs +8 -8
- package/dist/esm/api/resources/orgs/resources/accounts/client/Client.d.mts +97 -0
- package/dist/esm/api/resources/orgs/resources/{offChrtVendor → accounts}/client/Client.mjs +55 -98
- package/dist/{cjs/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorClientCreate1.d.ts → esm/api/resources/orgs/resources/accounts/client/requests/AccountClientCreate1.d.mts} +4 -2
- package/dist/esm/api/resources/orgs/resources/{offChrtVendor/client/requests/OffChrtVendorClientUpdate1.d.mts → accounts/client/requests/AccountClientUpdate1.d.mts} +1 -3
- package/dist/esm/api/resources/orgs/resources/accounts/client/requests/AccountsListV1Request.d.mts +27 -0
- package/dist/esm/api/resources/orgs/resources/accounts/client/requests/index.d.mts +3 -0
- package/dist/esm/api/resources/orgs/resources/contacts/client/Client.d.mts +112 -0
- package/dist/esm/api/resources/orgs/resources/{directoryEntries → contacts}/client/Client.mjs +53 -49
- package/dist/esm/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientCreate1.d.mts → contacts/client/requests/ContactClientCreate1.d.mts} +5 -4
- package/dist/esm/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.mts → contacts/client/requests/ContactClientUpdate1.d.mts} +1 -1
- package/dist/esm/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntriesListV1Request.d.mts → contacts/client/requests/ContactsListV1Request.d.mts} +9 -6
- package/dist/esm/api/resources/orgs/resources/contacts/client/requests/index.d.mts +3 -0
- package/dist/esm/api/resources/orgs/resources/index.d.mts +4 -4
- package/dist/esm/api/resources/orgs/resources/index.mjs +4 -4
- package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/orgs/resources/offChrtOrgData/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 -1
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.mts +2 -1
- 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 +28 -0
- package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +120 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +4 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +20 -4
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.mts +3 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +3 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.mts +3 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.mts +3 -0
- package/dist/esm/api/resources/shipping/resources/tasks/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/tasks/client/Client.mjs +1 -1
- package/dist/{cjs/api/types/OffChrtVendor1.d.ts → esm/api/types/Account1.d.mts} +4 -2
- package/dist/esm/api/types/{OffChrtVendorListRes.d.mts → AccountListRes.d.mts} +2 -2
- package/dist/esm/api/types/AccountSortByEnum.d.mts +4 -0
- package/dist/esm/api/types/{DirectoryEntry1.d.mts → Contact1.d.mts} +6 -7
- package/dist/esm/api/types/{DirectoryEntryListRes.d.mts → ContactListRes.d.mts} +2 -2
- package/dist/esm/api/types/ContactSortByEnum.d.mts +4 -0
- package/dist/esm/api/types/CreateOffChrtOrgRes.d.mts +1 -1
- package/dist/esm/api/types/LineItemGroup1.d.mts +0 -1
- package/dist/esm/api/types/NotificationIntentAdHoc1.d.mts +1 -1
- package/dist/esm/api/types/NotificationIntentAdHocClientCreate1.d.mts +1 -1
- package/dist/esm/api/types/{OperationsTaskDeadlineUpdate1.d.mts → OperationsTaskDeadlineTimestampUpdate1.d.mts} +2 -2
- package/dist/esm/api/types/OperationsTaskDeadlineTimestampUpdate1.mjs +4 -0
- package/dist/esm/api/types/OperationsTasksDeadlineTimestampsUpdateRes1.d.mts +7 -0
- package/dist/esm/api/types/OperationsTasksDeadlineTimestampsUpdateRes1.mjs +4 -0
- package/dist/esm/api/types/Order1.d.mts +1 -0
- package/dist/esm/api/types/OrderAndTaskGroupExpandedReq.d.mts +1 -1
- package/dist/esm/api/types/OrderDraftValidationRequirements.d.mts +1 -0
- package/dist/esm/api/types/OrderLimitedForCoordinator1.d.mts +1 -0
- package/dist/esm/api/types/OrderLimitedForProvider1.d.mts +1 -0
- package/dist/esm/api/types/OrderTemplate1.d.mts +2 -1
- package/dist/esm/api/types/OrderTemplateCore1.d.mts +2 -1
- package/dist/esm/api/types/OrderTemplateExpanded1.d.mts +1 -1
- package/dist/esm/api/types/OrderTemplateReferenceColumnEnum1.d.mts +3 -2
- package/dist/esm/api/types/OrderTemplateReferenceColumnEnum1.mjs +2 -1
- package/dist/esm/api/types/OrderTemplateReferencesExpanded1.d.mts +1 -1
- package/dist/esm/api/types/OrderTemplateResolvabilityRes.d.mts +2 -1
- package/dist/esm/api/types/OrgTypeEnum.d.mts +2 -1
- package/dist/esm/api/types/OrgTypeEnum.mjs +1 -0
- package/dist/esm/api/types/Statement1.d.mts +0 -1
- package/dist/esm/api/types/Task1.d.mts +1 -1
- package/dist/esm/api/types/TaskClientCreate1.d.mts +1 -1
- package/dist/esm/api/types/TaskClientUpdate1.d.mts +1 -1
- package/dist/esm/api/types/TaskExpanded.d.mts +1 -1
- package/dist/esm/api/types/TaskGroupExpanded.d.mts +2 -0
- package/dist/esm/api/types/index.d.mts +8 -7
- package/dist/esm/api/types/index.mjs +8 -7
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +441 -287
- package/dist/cjs/api/resources/orgs/resources/directoryEntries/client/Client.d.ts +0 -111
- package/dist/cjs/api/resources/orgs/resources/directoryEntries/client/requests/index.d.ts +0 -3
- package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/Client.d.ts +0 -106
- package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorListV1Request.d.ts +0 -14
- package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/requests/index.d.ts +0 -3
- package/dist/cjs/api/types/DirectoryEntrySortByEnum.d.ts +0 -4
- package/dist/cjs/api/types/OperationsTasksBulkUpdateDeadlinesRes1.d.ts +0 -7
- package/dist/esm/api/resources/orgs/resources/directoryEntries/client/Client.d.mts +0 -111
- package/dist/esm/api/resources/orgs/resources/directoryEntries/client/requests/index.d.mts +0 -3
- package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/Client.d.mts +0 -106
- package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorListV1Request.d.mts +0 -14
- package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/requests/index.d.mts +0 -3
- package/dist/esm/api/types/DirectoryEntrySortByEnum.d.mts +0 -4
- package/dist/esm/api/types/OperationsTasksBulkUpdateDeadlinesRes1.d.mts +0 -7
- /package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/{OperationsTasksBulkUpdateDeadlinesReq1.js → OperationsTasksApplyTimeDeltaToDeadlineTimestampsReq1.js} +0 -0
- /package/dist/cjs/api/resources/{orgs/resources/directoryEntries/client/requests/DirectoryEntriesListV1Request.js → operations/resources/operationsTasks/client/requests/OperationsTasksSetDeadlineTimestampsReq1.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{directoryEntries → accounts}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{directoryEntries → accounts}/client/index.js +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientCreate1.js → accounts/client/requests/AccountClientCreate1.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientUpdate1.js → accounts/client/requests/AccountClientUpdate1.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtVendor/client/requests/OffChrtVendorClientCreate1.js → accounts/client/requests/AccountsListV1Request.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{directoryEntries → accounts}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{directoryEntries → accounts}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{directoryEntries → accounts}/index.js +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtVendor → contacts}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtVendor → contacts}/client/index.js +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtVendor/client/requests/OffChrtVendorClientUpdate1.js → contacts/client/requests/ContactClientCreate1.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtVendor/client/requests/OffChrtVendorListV1Request.js → contacts/client/requests/ContactClientUpdate1.js} +0 -0
- /package/dist/cjs/api/{types/DirectoryEntry1.js → resources/orgs/resources/contacts/client/requests/ContactsListV1Request.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtVendor → contacts}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtVendor → contacts}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtVendor → contacts}/index.js +0 -0
- /package/dist/cjs/api/types/{DirectoryEntryListRes.js → Account1.js} +0 -0
- /package/dist/cjs/api/types/{DirectoryEntrySortByEnum.js → AccountListRes.js} +0 -0
- /package/dist/cjs/api/types/{OffChrtVendor1.js → AccountSortByEnum.js} +0 -0
- /package/dist/cjs/api/types/{OffChrtVendorListRes.js → Contact1.js} +0 -0
- /package/dist/cjs/api/types/{OperationsTaskDeadlineUpdate1.js → ContactListRes.js} +0 -0
- /package/dist/cjs/api/types/{OperationsTasksBulkUpdateDeadlinesRes1.js → ContactSortByEnum.js} +0 -0
- /package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/{OperationsTasksBulkUpdateDeadlinesReq1.mjs → OperationsTasksApplyTimeDeltaToDeadlineTimestampsReq1.mjs} +0 -0
- /package/dist/esm/api/resources/{orgs/resources/directoryEntries/client/requests/DirectoryEntriesListV1Request.mjs → operations/resources/operationsTasks/client/requests/OperationsTasksSetDeadlineTimestampsReq1.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/{directoryEntries → accounts}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/orgs/resources/{directoryEntries → accounts}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientCreate1.mjs → accounts/client/requests/AccountClientCreate1.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientUpdate1.mjs → accounts/client/requests/AccountClientUpdate1.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtVendor/client/requests/OffChrtVendorClientCreate1.mjs → accounts/client/requests/AccountsListV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/{directoryEntries → accounts}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/orgs/resources/{directoryEntries → accounts}/index.d.mts +0 -0
- /package/dist/esm/api/resources/orgs/resources/{directoryEntries → accounts}/index.mjs +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtVendor → contacts}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtVendor → contacts}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtVendor/client/requests/OffChrtVendorClientUpdate1.mjs → contacts/client/requests/ContactClientCreate1.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtVendor/client/requests/OffChrtVendorListV1Request.mjs → contacts/client/requests/ContactClientUpdate1.mjs} +0 -0
- /package/dist/esm/api/{types/DirectoryEntry1.mjs → resources/orgs/resources/contacts/client/requests/ContactsListV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtVendor → contacts}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtVendor → contacts}/index.d.mts +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtVendor → contacts}/index.mjs +0 -0
- /package/dist/esm/api/types/{DirectoryEntryListRes.mjs → Account1.mjs} +0 -0
- /package/dist/esm/api/types/{DirectoryEntrySortByEnum.mjs → AccountListRes.mjs} +0 -0
- /package/dist/esm/api/types/{OffChrtVendor1.mjs → AccountSortByEnum.mjs} +0 -0
- /package/dist/esm/api/types/{OffChrtVendorListRes.mjs → Contact1.mjs} +0 -0
- /package/dist/esm/api/types/{OperationsTaskDeadlineUpdate1.mjs → ContactListRes.mjs} +0 -0
- /package/dist/esm/api/types/{OperationsTasksBulkUpdateDeadlinesRes1.mjs → ContactSortByEnum.mjs} +0 -0
package/reference.md
CHANGED
|
@@ -9755,7 +9755,7 @@ Creates or returns an existing ad-hoc notification intent for an order. | authz:
|
|
|
9755
9755
|
|
|
9756
9756
|
```typescript
|
|
9757
9757
|
await client.notifications.adHoc.createV1("order_id", {
|
|
9758
|
-
|
|
9758
|
+
contact_id: "contact_id",
|
|
9759
9759
|
schema_version: 1,
|
|
9760
9760
|
});
|
|
9761
9761
|
```
|
|
@@ -9829,7 +9829,7 @@ Creates a new ad-hoc notification intent for a tracking session. | authz: min_or
|
|
|
9829
9829
|
|
|
9830
9830
|
```typescript
|
|
9831
9831
|
await client.notifications.adHoc.createForSessionV1("session_id", {
|
|
9832
|
-
|
|
9832
|
+
contact_id: "contact_id",
|
|
9833
9833
|
schema_version: 1,
|
|
9834
9834
|
});
|
|
9835
9835
|
```
|
|
@@ -12771,7 +12771,7 @@ await client.operations.operationsTasks.addCommentV1("task_id", {
|
|
|
12771
12771
|
</dl>
|
|
12772
12772
|
</details>
|
|
12773
12773
|
|
|
12774
|
-
<details><summary><code>client.operations.operationsTasks.<a href="/src/api/resources/operations/resources/operationsTasks/client/Client.ts">
|
|
12774
|
+
<details><summary><code>client.operations.operationsTasks.<a href="/src/api/resources/operations/resources/operationsTasks/client/Client.ts">applyTimeDeltaToDeadlineTimestampsV1</a>({ ...params }) -> Chrt.OperationsTasksDeadlineTimestampsUpdateRes1</code></summary>
|
|
12775
12775
|
<dl>
|
|
12776
12776
|
<dd>
|
|
12777
12777
|
|
|
@@ -12783,7 +12783,7 @@ await client.operations.operationsTasks.addCommentV1("task_id", {
|
|
|
12783
12783
|
<dl>
|
|
12784
12784
|
<dd>
|
|
12785
12785
|
|
|
12786
|
-
|
|
12786
|
+
Adds the same ISO 8601 duration to every selected OperationsTask's deadline_timestamp. Missing or cross-org task ids are skipped and reported through updated_count. | authz: min_org_role=operator | (OperationsTasksApplyTimeDeltaToDeadlineTimestampsReq1) -> (OperationsTasksDeadlineTimestampsUpdateRes1)
|
|
12787
12787
|
|
|
12788
12788
|
</dd>
|
|
12789
12789
|
</dl>
|
|
@@ -12799,13 +12799,9 @@ Sets deadline_timestamp on multiple OperationsTasks in one call, each scoped to
|
|
|
12799
12799
|
<dd>
|
|
12800
12800
|
|
|
12801
12801
|
```typescript
|
|
12802
|
-
await client.operations.operationsTasks.
|
|
12803
|
-
|
|
12804
|
-
|
|
12805
|
-
deadline_timestamp: "2024-01-15T09:30:00Z",
|
|
12806
|
-
task_id: "task_id",
|
|
12807
|
-
},
|
|
12808
|
-
],
|
|
12802
|
+
await client.operations.operationsTasks.applyTimeDeltaToDeadlineTimestampsV1({
|
|
12803
|
+
operations_task_ids: ["operations_task_ids"],
|
|
12804
|
+
time_delta: "time_delta",
|
|
12809
12805
|
});
|
|
12810
12806
|
```
|
|
12811
12807
|
|
|
@@ -12822,7 +12818,7 @@ await client.operations.operationsTasks.bulkUpdateDeadlinesV1({
|
|
|
12822
12818
|
<dl>
|
|
12823
12819
|
<dd>
|
|
12824
12820
|
|
|
12825
|
-
**request:** `Chrt.operations.
|
|
12821
|
+
**request:** `Chrt.operations.OperationsTasksApplyTimeDeltaToDeadlineTimestampsReq1`
|
|
12826
12822
|
|
|
12827
12823
|
</dd>
|
|
12828
12824
|
</dl>
|
|
@@ -13062,6 +13058,76 @@ await client.operations.operationsTasks.listV1({
|
|
|
13062
13058
|
</dl>
|
|
13063
13059
|
</details>
|
|
13064
13060
|
|
|
13061
|
+
<details><summary><code>client.operations.operationsTasks.<a href="/src/api/resources/operations/resources/operationsTasks/client/Client.ts">setDeadlineTimestampsV1</a>({ ...params }) -> Chrt.OperationsTasksDeadlineTimestampsUpdateRes1</code></summary>
|
|
13062
|
+
<dl>
|
|
13063
|
+
<dd>
|
|
13064
|
+
|
|
13065
|
+
#### 📝 Description
|
|
13066
|
+
|
|
13067
|
+
<dl>
|
|
13068
|
+
<dd>
|
|
13069
|
+
|
|
13070
|
+
<dl>
|
|
13071
|
+
<dd>
|
|
13072
|
+
|
|
13073
|
+
Sets each selected OperationsTask's deadline_timestamp to its requested timestamp. Missing or cross-org task ids are skipped and reported through updated_count. | authz: min_org_role=operator | (OperationsTasksSetDeadlineTimestampsReq1) -> (OperationsTasksDeadlineTimestampsUpdateRes1)
|
|
13074
|
+
|
|
13075
|
+
</dd>
|
|
13076
|
+
</dl>
|
|
13077
|
+
</dd>
|
|
13078
|
+
</dl>
|
|
13079
|
+
|
|
13080
|
+
#### 🔌 Usage
|
|
13081
|
+
|
|
13082
|
+
<dl>
|
|
13083
|
+
<dd>
|
|
13084
|
+
|
|
13085
|
+
<dl>
|
|
13086
|
+
<dd>
|
|
13087
|
+
|
|
13088
|
+
```typescript
|
|
13089
|
+
await client.operations.operationsTasks.setDeadlineTimestampsV1({
|
|
13090
|
+
updates: [
|
|
13091
|
+
{
|
|
13092
|
+
deadline_timestamp: "2024-01-15T09:30:00Z",
|
|
13093
|
+
operations_task_id: "operations_task_id",
|
|
13094
|
+
},
|
|
13095
|
+
],
|
|
13096
|
+
});
|
|
13097
|
+
```
|
|
13098
|
+
|
|
13099
|
+
</dd>
|
|
13100
|
+
</dl>
|
|
13101
|
+
</dd>
|
|
13102
|
+
</dl>
|
|
13103
|
+
|
|
13104
|
+
#### ⚙️ Parameters
|
|
13105
|
+
|
|
13106
|
+
<dl>
|
|
13107
|
+
<dd>
|
|
13108
|
+
|
|
13109
|
+
<dl>
|
|
13110
|
+
<dd>
|
|
13111
|
+
|
|
13112
|
+
**request:** `Chrt.operations.OperationsTasksSetDeadlineTimestampsReq1`
|
|
13113
|
+
|
|
13114
|
+
</dd>
|
|
13115
|
+
</dl>
|
|
13116
|
+
|
|
13117
|
+
<dl>
|
|
13118
|
+
<dd>
|
|
13119
|
+
|
|
13120
|
+
**requestOptions:** `OperationsTasks.RequestOptions`
|
|
13121
|
+
|
|
13122
|
+
</dd>
|
|
13123
|
+
</dl>
|
|
13124
|
+
</dd>
|
|
13125
|
+
</dl>
|
|
13126
|
+
|
|
13127
|
+
</dd>
|
|
13128
|
+
</dl>
|
|
13129
|
+
</details>
|
|
13130
|
+
|
|
13065
13131
|
<details><summary><code>client.operations.operationsTasks.<a href="/src/api/resources/operations/resources/operationsTasks/client/Client.ts">updateStatusV1</a>(taskId, { ...params }) -> boolean</code></summary>
|
|
13066
13132
|
<dl>
|
|
13067
13133
|
<dd>
|
|
@@ -13876,9 +13942,9 @@ await client.operations.orderInternalMessages.s3Objects.getV1("order_internal_me
|
|
|
13876
13942
|
</dl>
|
|
13877
13943
|
</details>
|
|
13878
13944
|
|
|
13879
|
-
## Orgs
|
|
13945
|
+
## Orgs Accounts
|
|
13880
13946
|
|
|
13881
|
-
<details><summary><code>client.orgs.
|
|
13947
|
+
<details><summary><code>client.orgs.accounts.<a href="/src/api/resources/orgs/resources/accounts/client/Client.ts">createV1</a>({ ...params }) -> string</code></summary>
|
|
13882
13948
|
<dl>
|
|
13883
13949
|
<dd>
|
|
13884
13950
|
|
|
@@ -13890,7 +13956,7 @@ await client.operations.orderInternalMessages.s3Objects.getV1("order_internal_me
|
|
|
13890
13956
|
<dl>
|
|
13891
13957
|
<dd>
|
|
13892
13958
|
|
|
13893
|
-
Creates a
|
|
13959
|
+
Creates a coordinator-private account for a connected on- or off-CHRT shipper. | authz: allowed_org_types=[provider], min_org_role=operator | (AccountClientCreate1) -> (PydanticObjectId)
|
|
13894
13960
|
|
|
13895
13961
|
</dd>
|
|
13896
13962
|
</dl>
|
|
@@ -13906,8 +13972,8 @@ Creates a compliance document record for the caller's provider organization. | a
|
|
|
13906
13972
|
<dd>
|
|
13907
13973
|
|
|
13908
13974
|
```typescript
|
|
13909
|
-
await client.orgs.
|
|
13910
|
-
|
|
13975
|
+
await client.orgs.accounts.createV1({
|
|
13976
|
+
name: "name",
|
|
13911
13977
|
schema_version: 1,
|
|
13912
13978
|
});
|
|
13913
13979
|
```
|
|
@@ -13925,7 +13991,7 @@ await client.orgs.complianceDocuments.createV1({
|
|
|
13925
13991
|
<dl>
|
|
13926
13992
|
<dd>
|
|
13927
13993
|
|
|
13928
|
-
**request:** `Chrt.orgs.
|
|
13994
|
+
**request:** `Chrt.orgs.AccountClientCreate1`
|
|
13929
13995
|
|
|
13930
13996
|
</dd>
|
|
13931
13997
|
</dl>
|
|
@@ -13933,7 +13999,7 @@ await client.orgs.complianceDocuments.createV1({
|
|
|
13933
13999
|
<dl>
|
|
13934
14000
|
<dd>
|
|
13935
14001
|
|
|
13936
|
-
**requestOptions:** `
|
|
14002
|
+
**requestOptions:** `Accounts.RequestOptions`
|
|
13937
14003
|
|
|
13938
14004
|
</dd>
|
|
13939
14005
|
</dl>
|
|
@@ -13944,7 +14010,7 @@ await client.orgs.complianceDocuments.createV1({
|
|
|
13944
14010
|
</dl>
|
|
13945
14011
|
</details>
|
|
13946
14012
|
|
|
13947
|
-
<details><summary><code>client.orgs.
|
|
14013
|
+
<details><summary><code>client.orgs.accounts.<a href="/src/api/resources/orgs/resources/accounts/client/Client.ts">listV1</a>({ ...params }) -> Chrt.AccountListRes</code></summary>
|
|
13948
14014
|
<dl>
|
|
13949
14015
|
<dd>
|
|
13950
14016
|
|
|
@@ -13956,7 +14022,7 @@ await client.orgs.complianceDocuments.createV1({
|
|
|
13956
14022
|
<dl>
|
|
13957
14023
|
<dd>
|
|
13958
14024
|
|
|
13959
|
-
Lists
|
|
14025
|
+
Lists coordinator-created shipper accounts with association filters, sorting, and pagination. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (AccountListRes)
|
|
13960
14026
|
|
|
13961
14027
|
</dd>
|
|
13962
14028
|
</dl>
|
|
@@ -13972,7 +14038,14 @@ Lists compliance documents for the caller's provider organization. | authz: allo
|
|
|
13972
14038
|
<dd>
|
|
13973
14039
|
|
|
13974
14040
|
```typescript
|
|
13975
|
-
await client.orgs.
|
|
14041
|
+
await client.orgs.accounts.listV1({
|
|
14042
|
+
filter_org_id: "filter_org_id",
|
|
14043
|
+
filter_off_chrt_org_data_id: "filter_off_chrt_org_data_id",
|
|
14044
|
+
sort_by: "name",
|
|
14045
|
+
sort_order: "asc",
|
|
14046
|
+
page: 1,
|
|
14047
|
+
page_size: 1,
|
|
14048
|
+
});
|
|
13976
14049
|
```
|
|
13977
14050
|
|
|
13978
14051
|
</dd>
|
|
@@ -13988,7 +14061,15 @@ await client.orgs.complianceDocuments.listV1();
|
|
|
13988
14061
|
<dl>
|
|
13989
14062
|
<dd>
|
|
13990
14063
|
|
|
13991
|
-
**
|
|
14064
|
+
**request:** `Chrt.orgs.AccountsListV1Request`
|
|
14065
|
+
|
|
14066
|
+
</dd>
|
|
14067
|
+
</dl>
|
|
14068
|
+
|
|
14069
|
+
<dl>
|
|
14070
|
+
<dd>
|
|
14071
|
+
|
|
14072
|
+
**requestOptions:** `Accounts.RequestOptions`
|
|
13992
14073
|
|
|
13993
14074
|
</dd>
|
|
13994
14075
|
</dl>
|
|
@@ -13999,7 +14080,7 @@ await client.orgs.complianceDocuments.listV1();
|
|
|
13999
14080
|
</dl>
|
|
14000
14081
|
</details>
|
|
14001
14082
|
|
|
14002
|
-
<details><summary><code>client.orgs.
|
|
14083
|
+
<details><summary><code>client.orgs.accounts.<a href="/src/api/resources/orgs/resources/accounts/client/Client.ts">updateV1</a>(accountId, { ...params }) -> boolean</code></summary>
|
|
14003
14084
|
<dl>
|
|
14004
14085
|
<dd>
|
|
14005
14086
|
|
|
@@ -14011,7 +14092,7 @@ await client.orgs.complianceDocuments.listV1();
|
|
|
14011
14092
|
<dl>
|
|
14012
14093
|
<dd>
|
|
14013
14094
|
|
|
14014
|
-
Updates
|
|
14095
|
+
Updates the name of a coordinator-created shipper account. | authz: allowed_org_types=[provider], min_org_role=operator | (AccountClientUpdate1) -> (bool)
|
|
14015
14096
|
|
|
14016
14097
|
</dd>
|
|
14017
14098
|
</dl>
|
|
@@ -14027,7 +14108,7 @@ Updates an organization compliance document for the caller's provider organizati
|
|
|
14027
14108
|
<dd>
|
|
14028
14109
|
|
|
14029
14110
|
```typescript
|
|
14030
|
-
await client.orgs.
|
|
14111
|
+
await client.orgs.accounts.updateV1("account_id");
|
|
14031
14112
|
```
|
|
14032
14113
|
|
|
14033
14114
|
</dd>
|
|
@@ -14043,7 +14124,7 @@ await client.orgs.complianceDocuments.updateV1("org_compliance_document_id");
|
|
|
14043
14124
|
<dl>
|
|
14044
14125
|
<dd>
|
|
14045
14126
|
|
|
14046
|
-
**
|
|
14127
|
+
**accountId:** `string`
|
|
14047
14128
|
|
|
14048
14129
|
</dd>
|
|
14049
14130
|
</dl>
|
|
@@ -14051,7 +14132,7 @@ await client.orgs.complianceDocuments.updateV1("org_compliance_document_id");
|
|
|
14051
14132
|
<dl>
|
|
14052
14133
|
<dd>
|
|
14053
14134
|
|
|
14054
|
-
**request:** `Chrt.orgs.
|
|
14135
|
+
**request:** `Chrt.orgs.AccountClientUpdate1`
|
|
14055
14136
|
|
|
14056
14137
|
</dd>
|
|
14057
14138
|
</dl>
|
|
@@ -14059,7 +14140,7 @@ await client.orgs.complianceDocuments.updateV1("org_compliance_document_id");
|
|
|
14059
14140
|
<dl>
|
|
14060
14141
|
<dd>
|
|
14061
14142
|
|
|
14062
|
-
**requestOptions:** `
|
|
14143
|
+
**requestOptions:** `Accounts.RequestOptions`
|
|
14063
14144
|
|
|
14064
14145
|
</dd>
|
|
14065
14146
|
</dl>
|
|
@@ -14070,7 +14151,7 @@ await client.orgs.complianceDocuments.updateV1("org_compliance_document_id");
|
|
|
14070
14151
|
</dl>
|
|
14071
14152
|
</details>
|
|
14072
14153
|
|
|
14073
|
-
<details><summary><code>client.orgs.
|
|
14154
|
+
<details><summary><code>client.orgs.accounts.<a href="/src/api/resources/orgs/resources/accounts/client/Client.ts">getV1</a>(accountId) -> Chrt.Account1</code></summary>
|
|
14074
14155
|
<dl>
|
|
14075
14156
|
<dd>
|
|
14076
14157
|
|
|
@@ -14082,7 +14163,7 @@ await client.orgs.complianceDocuments.updateV1("org_compliance_document_id");
|
|
|
14082
14163
|
<dl>
|
|
14083
14164
|
<dd>
|
|
14084
14165
|
|
|
14085
|
-
Retrieves
|
|
14166
|
+
Retrieves a coordinator-created shipper account. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (Account1)
|
|
14086
14167
|
|
|
14087
14168
|
</dd>
|
|
14088
14169
|
</dl>
|
|
@@ -14098,7 +14179,7 @@ Retrieves one compliance document for the caller's provider organization. | auth
|
|
|
14098
14179
|
<dd>
|
|
14099
14180
|
|
|
14100
14181
|
```typescript
|
|
14101
|
-
await client.orgs.
|
|
14182
|
+
await client.orgs.accounts.getV1("account_id");
|
|
14102
14183
|
```
|
|
14103
14184
|
|
|
14104
14185
|
</dd>
|
|
@@ -14114,7 +14195,7 @@ await client.orgs.complianceDocuments.getV1("org_compliance_document_id");
|
|
|
14114
14195
|
<dl>
|
|
14115
14196
|
<dd>
|
|
14116
14197
|
|
|
14117
|
-
**
|
|
14198
|
+
**accountId:** `string`
|
|
14118
14199
|
|
|
14119
14200
|
</dd>
|
|
14120
14201
|
</dl>
|
|
@@ -14122,7 +14203,7 @@ await client.orgs.complianceDocuments.getV1("org_compliance_document_id");
|
|
|
14122
14203
|
<dl>
|
|
14123
14204
|
<dd>
|
|
14124
14205
|
|
|
14125
|
-
**requestOptions:** `
|
|
14206
|
+
**requestOptions:** `Accounts.RequestOptions`
|
|
14126
14207
|
|
|
14127
14208
|
</dd>
|
|
14128
14209
|
</dl>
|
|
@@ -14133,9 +14214,9 @@ await client.orgs.complianceDocuments.getV1("org_compliance_document_id");
|
|
|
14133
14214
|
</dl>
|
|
14134
14215
|
</details>
|
|
14135
14216
|
|
|
14136
|
-
## Orgs
|
|
14217
|
+
## Orgs ComplianceDocuments
|
|
14137
14218
|
|
|
14138
|
-
<details><summary><code>client.orgs.
|
|
14219
|
+
<details><summary><code>client.orgs.complianceDocuments.<a href="/src/api/resources/orgs/resources/complianceDocuments/client/Client.ts">createV1</a>({ ...params }) -> Chrt.OrgComplianceDocument1</code></summary>
|
|
14139
14220
|
<dl>
|
|
14140
14221
|
<dd>
|
|
14141
14222
|
|
|
@@ -14147,7 +14228,7 @@ await client.orgs.complianceDocuments.getV1("org_compliance_document_id");
|
|
|
14147
14228
|
<dl>
|
|
14148
14229
|
<dd>
|
|
14149
14230
|
|
|
14150
|
-
|
|
14231
|
+
Creates a compliance document record for the caller's provider organization. | authz: allowed_org_types=[provider], min_org_role=administrator | (OrgComplianceDocumentClientCreate1) -> (OrgComplianceDocument1)
|
|
14151
14232
|
|
|
14152
14233
|
</dd>
|
|
14153
14234
|
</dl>
|
|
@@ -14163,7 +14244,10 @@ Gets the connection between caller's org and the org with the specified handle.
|
|
|
14163
14244
|
<dd>
|
|
14164
14245
|
|
|
14165
14246
|
```typescript
|
|
14166
|
-
await client.orgs.
|
|
14247
|
+
await client.orgs.complianceDocuments.createV1({
|
|
14248
|
+
document_type: "security_threat_assessment",
|
|
14249
|
+
schema_version: 1,
|
|
14250
|
+
});
|
|
14167
14251
|
```
|
|
14168
14252
|
|
|
14169
14253
|
</dd>
|
|
@@ -14179,7 +14263,7 @@ await client.orgs.connections.getByHandleV1("handle");
|
|
|
14179
14263
|
<dl>
|
|
14180
14264
|
<dd>
|
|
14181
14265
|
|
|
14182
|
-
**
|
|
14266
|
+
**request:** `Chrt.orgs.OrgComplianceDocumentClientCreate1`
|
|
14183
14267
|
|
|
14184
14268
|
</dd>
|
|
14185
14269
|
</dl>
|
|
@@ -14187,7 +14271,7 @@ await client.orgs.connections.getByHandleV1("handle");
|
|
|
14187
14271
|
<dl>
|
|
14188
14272
|
<dd>
|
|
14189
14273
|
|
|
14190
|
-
**requestOptions:** `
|
|
14274
|
+
**requestOptions:** `ComplianceDocuments.RequestOptions`
|
|
14191
14275
|
|
|
14192
14276
|
</dd>
|
|
14193
14277
|
</dl>
|
|
@@ -14198,7 +14282,7 @@ await client.orgs.connections.getByHandleV1("handle");
|
|
|
14198
14282
|
</dl>
|
|
14199
14283
|
</details>
|
|
14200
14284
|
|
|
14201
|
-
<details><summary><code>client.orgs.
|
|
14285
|
+
<details><summary><code>client.orgs.complianceDocuments.<a href="/src/api/resources/orgs/resources/complianceDocuments/client/Client.ts">listV1</a>() -> Chrt.OrgComplianceDocument1[]</code></summary>
|
|
14202
14286
|
<dl>
|
|
14203
14287
|
<dd>
|
|
14204
14288
|
|
|
@@ -14210,7 +14294,7 @@ await client.orgs.connections.getByHandleV1("handle");
|
|
|
14210
14294
|
<dl>
|
|
14211
14295
|
<dd>
|
|
14212
14296
|
|
|
14213
|
-
Lists the caller's
|
|
14297
|
+
Lists compliance documents for the caller's provider organization. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (list[OrgComplianceDocument1])
|
|
14214
14298
|
|
|
14215
14299
|
</dd>
|
|
14216
14300
|
</dl>
|
|
@@ -14226,13 +14310,7 @@ Lists the caller's coordinator connections with filtering, pagination, and ident
|
|
|
14226
14310
|
<dd>
|
|
14227
14311
|
|
|
14228
14312
|
```typescript
|
|
14229
|
-
await client.orgs.
|
|
14230
|
-
search: "search",
|
|
14231
|
-
page: 1,
|
|
14232
|
-
page_size: 1,
|
|
14233
|
-
filter_auto_assign_enabled: true,
|
|
14234
|
-
filter_connected: true,
|
|
14235
|
-
});
|
|
14313
|
+
await client.orgs.complianceDocuments.listV1();
|
|
14236
14314
|
```
|
|
14237
14315
|
|
|
14238
14316
|
</dd>
|
|
@@ -14248,15 +14326,7 @@ await client.orgs.connections.listCoordinatorsForExecutorV1({
|
|
|
14248
14326
|
<dl>
|
|
14249
14327
|
<dd>
|
|
14250
14328
|
|
|
14251
|
-
**
|
|
14252
|
-
|
|
14253
|
-
</dd>
|
|
14254
|
-
</dl>
|
|
14255
|
-
|
|
14256
|
-
<dl>
|
|
14257
|
-
<dd>
|
|
14258
|
-
|
|
14259
|
-
**requestOptions:** `Connections.RequestOptions`
|
|
14329
|
+
**requestOptions:** `ComplianceDocuments.RequestOptions`
|
|
14260
14330
|
|
|
14261
14331
|
</dd>
|
|
14262
14332
|
</dl>
|
|
@@ -14267,7 +14337,7 @@ await client.orgs.connections.listCoordinatorsForExecutorV1({
|
|
|
14267
14337
|
</dl>
|
|
14268
14338
|
</details>
|
|
14269
14339
|
|
|
14270
|
-
<details><summary><code>client.orgs.
|
|
14340
|
+
<details><summary><code>client.orgs.complianceDocuments.<a href="/src/api/resources/orgs/resources/complianceDocuments/client/Client.ts">updateV1</a>(orgComplianceDocumentId, { ...params }) -> Chrt.OrgComplianceDocument1</code></summary>
|
|
14271
14341
|
<dl>
|
|
14272
14342
|
<dd>
|
|
14273
14343
|
|
|
@@ -14279,7 +14349,7 @@ await client.orgs.connections.listCoordinatorsForExecutorV1({
|
|
|
14279
14349
|
<dl>
|
|
14280
14350
|
<dd>
|
|
14281
14351
|
|
|
14282
|
-
|
|
14352
|
+
Updates an organization compliance document for the caller's provider organization. | authz: allowed_org_types=[provider], min_org_role=administrator | (OrgComplianceDocumentClientUpdate1) -> (OrgComplianceDocument1)
|
|
14283
14353
|
|
|
14284
14354
|
</dd>
|
|
14285
14355
|
</dl>
|
|
@@ -14295,12 +14365,7 @@ Lists the caller's coordinator connections with filtering, pagination, and ident
|
|
|
14295
14365
|
<dd>
|
|
14296
14366
|
|
|
14297
14367
|
```typescript
|
|
14298
|
-
await client.orgs.
|
|
14299
|
-
search: "search",
|
|
14300
|
-
page: 1,
|
|
14301
|
-
page_size: 1,
|
|
14302
|
-
filter_connected: true,
|
|
14303
|
-
});
|
|
14368
|
+
await client.orgs.complianceDocuments.updateV1("org_compliance_document_id");
|
|
14304
14369
|
```
|
|
14305
14370
|
|
|
14306
14371
|
</dd>
|
|
@@ -14316,72 +14381,15 @@ await client.orgs.connections.listCoordinatorsForShipperV1({
|
|
|
14316
14381
|
<dl>
|
|
14317
14382
|
<dd>
|
|
14318
14383
|
|
|
14319
|
-
**
|
|
14320
|
-
|
|
14321
|
-
</dd>
|
|
14322
|
-
</dl>
|
|
14323
|
-
|
|
14324
|
-
<dl>
|
|
14325
|
-
<dd>
|
|
14326
|
-
|
|
14327
|
-
**requestOptions:** `Connections.RequestOptions`
|
|
14328
|
-
|
|
14329
|
-
</dd>
|
|
14330
|
-
</dl>
|
|
14331
|
-
</dd>
|
|
14332
|
-
</dl>
|
|
14384
|
+
**orgComplianceDocumentId:** `string`
|
|
14333
14385
|
|
|
14334
14386
|
</dd>
|
|
14335
14387
|
</dl>
|
|
14336
|
-
</details>
|
|
14337
14388
|
|
|
14338
|
-
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">createConnectionToProviderV1</a>({ ...params }) -> string</code></summary>
|
|
14339
14389
|
<dl>
|
|
14340
14390
|
<dd>
|
|
14341
14391
|
|
|
14342
|
-
|
|
14343
|
-
|
|
14344
|
-
<dl>
|
|
14345
|
-
<dd>
|
|
14346
|
-
|
|
14347
|
-
<dl>
|
|
14348
|
-
<dd>
|
|
14349
|
-
|
|
14350
|
-
Creates a shipper-coordinator or coordinator-executor connection to an on-CHRT provider. | (CreateConnectionReq) -> (PydanticObjectId)
|
|
14351
|
-
|
|
14352
|
-
</dd>
|
|
14353
|
-
</dl>
|
|
14354
|
-
</dd>
|
|
14355
|
-
</dl>
|
|
14356
|
-
|
|
14357
|
-
#### 🔌 Usage
|
|
14358
|
-
|
|
14359
|
-
<dl>
|
|
14360
|
-
<dd>
|
|
14361
|
-
|
|
14362
|
-
<dl>
|
|
14363
|
-
<dd>
|
|
14364
|
-
|
|
14365
|
-
```typescript
|
|
14366
|
-
await client.orgs.connections.createConnectionToProviderV1({
|
|
14367
|
-
handle: "handle",
|
|
14368
|
-
});
|
|
14369
|
-
```
|
|
14370
|
-
|
|
14371
|
-
</dd>
|
|
14372
|
-
</dl>
|
|
14373
|
-
</dd>
|
|
14374
|
-
</dl>
|
|
14375
|
-
|
|
14376
|
-
#### ⚙️ Parameters
|
|
14377
|
-
|
|
14378
|
-
<dl>
|
|
14379
|
-
<dd>
|
|
14380
|
-
|
|
14381
|
-
<dl>
|
|
14382
|
-
<dd>
|
|
14383
|
-
|
|
14384
|
-
**request:** `Chrt.CreateConnectionReq`
|
|
14392
|
+
**request:** `Chrt.orgs.OrgComplianceDocumentClientUpdate1`
|
|
14385
14393
|
|
|
14386
14394
|
</dd>
|
|
14387
14395
|
</dl>
|
|
@@ -14389,7 +14397,7 @@ await client.orgs.connections.createConnectionToProviderV1({
|
|
|
14389
14397
|
<dl>
|
|
14390
14398
|
<dd>
|
|
14391
14399
|
|
|
14392
|
-
**requestOptions:** `
|
|
14400
|
+
**requestOptions:** `ComplianceDocuments.RequestOptions`
|
|
14393
14401
|
|
|
14394
14402
|
</dd>
|
|
14395
14403
|
</dl>
|
|
@@ -14400,7 +14408,7 @@ await client.orgs.connections.createConnectionToProviderV1({
|
|
|
14400
14408
|
</dl>
|
|
14401
14409
|
</details>
|
|
14402
14410
|
|
|
14403
|
-
<details><summary><code>client.orgs.
|
|
14411
|
+
<details><summary><code>client.orgs.complianceDocuments.<a href="/src/api/resources/orgs/resources/complianceDocuments/client/Client.ts">getV1</a>(orgComplianceDocumentId) -> Chrt.OrgComplianceDocument1</code></summary>
|
|
14404
14412
|
<dl>
|
|
14405
14413
|
<dd>
|
|
14406
14414
|
|
|
@@ -14412,7 +14420,7 @@ await client.orgs.connections.createConnectionToProviderV1({
|
|
|
14412
14420
|
<dl>
|
|
14413
14421
|
<dd>
|
|
14414
14422
|
|
|
14415
|
-
|
|
14423
|
+
Retrieves one compliance document for the caller's provider organization. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (OrgComplianceDocument1)
|
|
14416
14424
|
|
|
14417
14425
|
</dd>
|
|
14418
14426
|
</dl>
|
|
@@ -14428,9 +14436,7 @@ Creates a shipper-coordinator connection to an on-CHRT shipper. | authz: allowed
|
|
|
14428
14436
|
<dd>
|
|
14429
14437
|
|
|
14430
14438
|
```typescript
|
|
14431
|
-
await client.orgs.
|
|
14432
|
-
handle: "handle",
|
|
14433
|
-
});
|
|
14439
|
+
await client.orgs.complianceDocuments.getV1("org_compliance_document_id");
|
|
14434
14440
|
```
|
|
14435
14441
|
|
|
14436
14442
|
</dd>
|
|
@@ -14446,7 +14452,7 @@ await client.orgs.connections.createConnectionToShipperV1({
|
|
|
14446
14452
|
<dl>
|
|
14447
14453
|
<dd>
|
|
14448
14454
|
|
|
14449
|
-
**
|
|
14455
|
+
**orgComplianceDocumentId:** `string`
|
|
14450
14456
|
|
|
14451
14457
|
</dd>
|
|
14452
14458
|
</dl>
|
|
@@ -14454,7 +14460,7 @@ await client.orgs.connections.createConnectionToShipperV1({
|
|
|
14454
14460
|
<dl>
|
|
14455
14461
|
<dd>
|
|
14456
14462
|
|
|
14457
|
-
**requestOptions:** `
|
|
14463
|
+
**requestOptions:** `ComplianceDocuments.RequestOptions`
|
|
14458
14464
|
|
|
14459
14465
|
</dd>
|
|
14460
14466
|
</dl>
|
|
@@ -14465,7 +14471,9 @@ await client.orgs.connections.createConnectionToShipperV1({
|
|
|
14465
14471
|
</dl>
|
|
14466
14472
|
</details>
|
|
14467
14473
|
|
|
14468
|
-
|
|
14474
|
+
## Orgs Connections
|
|
14475
|
+
|
|
14476
|
+
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">getByHandleV1</a>(handle) -> (Chrt.ConnectionsGetByHandleV1Response | null) | undefined</code></summary>
|
|
14469
14477
|
<dl>
|
|
14470
14478
|
<dd>
|
|
14471
14479
|
|
|
@@ -14477,7 +14485,7 @@ await client.orgs.connections.createConnectionToShipperV1({
|
|
|
14477
14485
|
<dl>
|
|
14478
14486
|
<dd>
|
|
14479
14487
|
|
|
14480
|
-
|
|
14488
|
+
Gets the connection between caller's org and the org with the specified handle. | () -> (ShipperCoordinatorConnection1 | CoordinatorExecutorConnection1 | None)
|
|
14481
14489
|
|
|
14482
14490
|
</dd>
|
|
14483
14491
|
</dl>
|
|
@@ -14493,14 +14501,7 @@ Lists the caller's executor connections nearest to a location, with filtering an
|
|
|
14493
14501
|
<dd>
|
|
14494
14502
|
|
|
14495
14503
|
```typescript
|
|
14496
|
-
await client.orgs.connections.
|
|
14497
|
-
near_latitude: 1.1,
|
|
14498
|
-
near_longitude: 1.1,
|
|
14499
|
-
page: 1,
|
|
14500
|
-
page_size: 1,
|
|
14501
|
-
filter_auto_assign_enabled: true,
|
|
14502
|
-
filter_connected: true,
|
|
14503
|
-
});
|
|
14504
|
+
await client.orgs.connections.getByHandleV1("handle");
|
|
14504
14505
|
```
|
|
14505
14506
|
|
|
14506
14507
|
</dd>
|
|
@@ -14516,7 +14517,7 @@ await client.orgs.connections.listExecutorsGeoSearchForCoordinatorV1({
|
|
|
14516
14517
|
<dl>
|
|
14517
14518
|
<dd>
|
|
14518
14519
|
|
|
14519
|
-
**
|
|
14520
|
+
**handle:** `string`
|
|
14520
14521
|
|
|
14521
14522
|
</dd>
|
|
14522
14523
|
</dl>
|
|
@@ -14535,7 +14536,7 @@ await client.orgs.connections.listExecutorsGeoSearchForCoordinatorV1({
|
|
|
14535
14536
|
</dl>
|
|
14536
14537
|
</details>
|
|
14537
14538
|
|
|
14538
|
-
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">
|
|
14539
|
+
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">listCoordinatorsForExecutorV1</a>({ ...params }) -> Chrt.CoordinatorExecutorConnectionsForExecutorListRes</code></summary>
|
|
14539
14540
|
<dl>
|
|
14540
14541
|
<dd>
|
|
14541
14542
|
|
|
@@ -14547,7 +14548,7 @@ await client.orgs.connections.listExecutorsGeoSearchForCoordinatorV1({
|
|
|
14547
14548
|
<dl>
|
|
14548
14549
|
<dd>
|
|
14549
14550
|
|
|
14550
|
-
Lists the caller's
|
|
14551
|
+
Lists the caller's coordinator connections with filtering, pagination, and identity search. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (CoordinatorExecutorConnectionsForExecutorListRes)
|
|
14551
14552
|
|
|
14552
14553
|
</dd>
|
|
14553
14554
|
</dl>
|
|
@@ -14563,7 +14564,7 @@ Lists the caller's executor connections with filtering, pagination, and identity
|
|
|
14563
14564
|
<dd>
|
|
14564
14565
|
|
|
14565
14566
|
```typescript
|
|
14566
|
-
await client.orgs.connections.
|
|
14567
|
+
await client.orgs.connections.listCoordinatorsForExecutorV1({
|
|
14567
14568
|
search: "search",
|
|
14568
14569
|
page: 1,
|
|
14569
14570
|
page_size: 1,
|
|
@@ -14585,7 +14586,7 @@ await client.orgs.connections.listExecutorsForCoordinatorV1({
|
|
|
14585
14586
|
<dl>
|
|
14586
14587
|
<dd>
|
|
14587
14588
|
|
|
14588
|
-
**request:** `Chrt.orgs.
|
|
14589
|
+
**request:** `Chrt.orgs.ConnectionsListCoordinatorsForExecutorV1Request`
|
|
14589
14590
|
|
|
14590
14591
|
</dd>
|
|
14591
14592
|
</dl>
|
|
@@ -14604,7 +14605,7 @@ await client.orgs.connections.listExecutorsForCoordinatorV1({
|
|
|
14604
14605
|
</dl>
|
|
14605
14606
|
</details>
|
|
14606
14607
|
|
|
14607
|
-
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">
|
|
14608
|
+
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">listCoordinatorsForShipperV1</a>({ ...params }) -> Chrt.ShipperCoordinatorConnectionsForShipperListRes</code></summary>
|
|
14608
14609
|
<dl>
|
|
14609
14610
|
<dd>
|
|
14610
14611
|
|
|
@@ -14616,7 +14617,7 @@ await client.orgs.connections.listExecutorsForCoordinatorV1({
|
|
|
14616
14617
|
<dl>
|
|
14617
14618
|
<dd>
|
|
14618
14619
|
|
|
14619
|
-
|
|
14620
|
+
Lists the caller's coordinator connections with filtering, pagination, and identity search. | authz: allowed_org_types=[shipper] | () -> (ShipperCoordinatorConnectionsForShipperListRes)
|
|
14620
14621
|
|
|
14621
14622
|
</dd>
|
|
14622
14623
|
</dl>
|
|
@@ -14632,8 +14633,11 @@ Sets an executor's consent to direct task-group assignment. | authz: allowed_org
|
|
|
14632
14633
|
<dd>
|
|
14633
14634
|
|
|
14634
14635
|
```typescript
|
|
14635
|
-
await client.orgs.connections.
|
|
14636
|
-
|
|
14636
|
+
await client.orgs.connections.listCoordinatorsForShipperV1({
|
|
14637
|
+
search: "search",
|
|
14638
|
+
page: 1,
|
|
14639
|
+
page_size: 1,
|
|
14640
|
+
filter_connected: true,
|
|
14637
14641
|
});
|
|
14638
14642
|
```
|
|
14639
14643
|
|
|
@@ -14650,15 +14654,7 @@ await client.orgs.connections.setCoordinatorExecutorAutoAssignV1("connection_id"
|
|
|
14650
14654
|
<dl>
|
|
14651
14655
|
<dd>
|
|
14652
14656
|
|
|
14653
|
-
**
|
|
14654
|
-
|
|
14655
|
-
</dd>
|
|
14656
|
-
</dl>
|
|
14657
|
-
|
|
14658
|
-
<dl>
|
|
14659
|
-
<dd>
|
|
14660
|
-
|
|
14661
|
-
**request:** `Chrt.orgs.CoordinatorExecutorUpdateAutoAssignReq`
|
|
14657
|
+
**request:** `Chrt.orgs.ConnectionsListCoordinatorsForShipperV1Request`
|
|
14662
14658
|
|
|
14663
14659
|
</dd>
|
|
14664
14660
|
</dl>
|
|
@@ -14677,7 +14673,7 @@ await client.orgs.connections.setCoordinatorExecutorAutoAssignV1("connection_id"
|
|
|
14677
14673
|
</dl>
|
|
14678
14674
|
</details>
|
|
14679
14675
|
|
|
14680
|
-
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">
|
|
14676
|
+
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">createConnectionToProviderV1</a>({ ...params }) -> string</code></summary>
|
|
14681
14677
|
<dl>
|
|
14682
14678
|
<dd>
|
|
14683
14679
|
|
|
@@ -14689,7 +14685,7 @@ await client.orgs.connections.setCoordinatorExecutorAutoAssignV1("connection_id"
|
|
|
14689
14685
|
<dl>
|
|
14690
14686
|
<dd>
|
|
14691
14687
|
|
|
14692
|
-
|
|
14688
|
+
Creates a shipper-coordinator or coordinator-executor connection to an on-CHRT provider. | (CreateConnectionReq) -> (PydanticObjectId)
|
|
14693
14689
|
|
|
14694
14690
|
</dd>
|
|
14695
14691
|
</dl>
|
|
@@ -14705,7 +14701,9 @@ Sets or clears the coordinator's default department for a shipper-coordinator co
|
|
|
14705
14701
|
<dd>
|
|
14706
14702
|
|
|
14707
14703
|
```typescript
|
|
14708
|
-
await client.orgs.connections.
|
|
14704
|
+
await client.orgs.connections.createConnectionToProviderV1({
|
|
14705
|
+
handle: "handle",
|
|
14706
|
+
});
|
|
14709
14707
|
```
|
|
14710
14708
|
|
|
14711
14709
|
</dd>
|
|
@@ -14721,15 +14719,7 @@ await client.orgs.connections.setShipperCoordinatorDefaultDepartmentV1("connecti
|
|
|
14721
14719
|
<dl>
|
|
14722
14720
|
<dd>
|
|
14723
14721
|
|
|
14724
|
-
**
|
|
14725
|
-
|
|
14726
|
-
</dd>
|
|
14727
|
-
</dl>
|
|
14728
|
-
|
|
14729
|
-
<dl>
|
|
14730
|
-
<dd>
|
|
14731
|
-
|
|
14732
|
-
**request:** `Chrt.orgs.ShipperCoordinatorConnectionClientUpdate1`
|
|
14722
|
+
**request:** `Chrt.CreateConnectionReq`
|
|
14733
14723
|
|
|
14734
14724
|
</dd>
|
|
14735
14725
|
</dl>
|
|
@@ -14748,7 +14738,7 @@ await client.orgs.connections.setShipperCoordinatorDefaultDepartmentV1("connecti
|
|
|
14748
14738
|
</dl>
|
|
14749
14739
|
</details>
|
|
14750
14740
|
|
|
14751
|
-
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">
|
|
14741
|
+
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">createConnectionToShipperV1</a>({ ...params }) -> string</code></summary>
|
|
14752
14742
|
<dl>
|
|
14753
14743
|
<dd>
|
|
14754
14744
|
|
|
@@ -14760,7 +14750,7 @@ await client.orgs.connections.setShipperCoordinatorDefaultDepartmentV1("connecti
|
|
|
14760
14750
|
<dl>
|
|
14761
14751
|
<dd>
|
|
14762
14752
|
|
|
14763
|
-
|
|
14753
|
+
Creates a shipper-coordinator connection to an on-CHRT shipper. | authz: allowed_org_types=[provider] | (CreateConnectionReq) -> (PydanticObjectId)
|
|
14764
14754
|
|
|
14765
14755
|
</dd>
|
|
14766
14756
|
</dl>
|
|
@@ -14776,11 +14766,8 @@ Lists the caller's shipper connections with filtering, pagination, and identity
|
|
|
14776
14766
|
<dd>
|
|
14777
14767
|
|
|
14778
14768
|
```typescript
|
|
14779
|
-
await client.orgs.connections.
|
|
14780
|
-
|
|
14781
|
-
page: 1,
|
|
14782
|
-
page_size: 1,
|
|
14783
|
-
filter_connected: true,
|
|
14769
|
+
await client.orgs.connections.createConnectionToShipperV1({
|
|
14770
|
+
handle: "handle",
|
|
14784
14771
|
});
|
|
14785
14772
|
```
|
|
14786
14773
|
|
|
@@ -14797,7 +14784,7 @@ await client.orgs.connections.listShippersForCoordinatorV1({
|
|
|
14797
14784
|
<dl>
|
|
14798
14785
|
<dd>
|
|
14799
14786
|
|
|
14800
|
-
**request:** `Chrt.
|
|
14787
|
+
**request:** `Chrt.CreateConnectionReq`
|
|
14801
14788
|
|
|
14802
14789
|
</dd>
|
|
14803
14790
|
</dl>
|
|
@@ -14816,9 +14803,7 @@ await client.orgs.connections.listShippersForCoordinatorV1({
|
|
|
14816
14803
|
</dl>
|
|
14817
14804
|
</details>
|
|
14818
14805
|
|
|
14819
|
-
|
|
14820
|
-
|
|
14821
|
-
<details><summary><code>client.orgs.directoryEntries.<a href="/src/api/resources/orgs/resources/directoryEntries/client/Client.ts">createV1</a>({ ...params }) -> string</code></summary>
|
|
14806
|
+
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">listExecutorsGeoSearchForCoordinatorV1</a>({ ...params }) -> Chrt.CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes</code></summary>
|
|
14822
14807
|
<dl>
|
|
14823
14808
|
<dd>
|
|
14824
14809
|
|
|
@@ -14830,7 +14815,7 @@ await client.orgs.connections.listShippersForCoordinatorV1({
|
|
|
14830
14815
|
<dl>
|
|
14831
14816
|
<dd>
|
|
14832
14817
|
|
|
14833
|
-
|
|
14818
|
+
Lists the caller's executor connections nearest to a location, with filtering and pagination. Executors without registered addresses follow geocoded results. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes)
|
|
14834
14819
|
|
|
14835
14820
|
</dd>
|
|
14836
14821
|
</dl>
|
|
@@ -14846,9 +14831,13 @@ Creates an organization-owned directory entry. | authz: min_org_role=operator |
|
|
|
14846
14831
|
<dd>
|
|
14847
14832
|
|
|
14848
14833
|
```typescript
|
|
14849
|
-
await client.orgs.
|
|
14850
|
-
|
|
14851
|
-
|
|
14834
|
+
await client.orgs.connections.listExecutorsGeoSearchForCoordinatorV1({
|
|
14835
|
+
near_latitude: 1.1,
|
|
14836
|
+
near_longitude: 1.1,
|
|
14837
|
+
page: 1,
|
|
14838
|
+
page_size: 1,
|
|
14839
|
+
filter_auto_assign_enabled: true,
|
|
14840
|
+
filter_connected: true,
|
|
14852
14841
|
});
|
|
14853
14842
|
```
|
|
14854
14843
|
|
|
@@ -14865,7 +14854,7 @@ await client.orgs.directoryEntries.createV1({
|
|
|
14865
14854
|
<dl>
|
|
14866
14855
|
<dd>
|
|
14867
14856
|
|
|
14868
|
-
**request:** `Chrt.orgs.
|
|
14857
|
+
**request:** `Chrt.orgs.ConnectionsListExecutorsGeoSearchForCoordinatorV1Request`
|
|
14869
14858
|
|
|
14870
14859
|
</dd>
|
|
14871
14860
|
</dl>
|
|
@@ -14873,7 +14862,7 @@ await client.orgs.directoryEntries.createV1({
|
|
|
14873
14862
|
<dl>
|
|
14874
14863
|
<dd>
|
|
14875
14864
|
|
|
14876
|
-
**requestOptions:** `
|
|
14865
|
+
**requestOptions:** `Connections.RequestOptions`
|
|
14877
14866
|
|
|
14878
14867
|
</dd>
|
|
14879
14868
|
</dl>
|
|
@@ -14884,7 +14873,7 @@ await client.orgs.directoryEntries.createV1({
|
|
|
14884
14873
|
</dl>
|
|
14885
14874
|
</details>
|
|
14886
14875
|
|
|
14887
|
-
<details><summary><code>client.orgs.
|
|
14876
|
+
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">listExecutorsForCoordinatorV1</a>({ ...params }) -> Chrt.CoordinatorExecutorConnectionsForCoordinatorListRes</code></summary>
|
|
14888
14877
|
<dl>
|
|
14889
14878
|
<dd>
|
|
14890
14879
|
|
|
@@ -14896,7 +14885,7 @@ await client.orgs.directoryEntries.createV1({
|
|
|
14896
14885
|
<dl>
|
|
14897
14886
|
<dd>
|
|
14898
14887
|
|
|
14899
|
-
|
|
14888
|
+
Lists the caller's executor connections with filtering, pagination, and identity search. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (CoordinatorExecutorConnectionsForCoordinatorListRes)
|
|
14900
14889
|
|
|
14901
14890
|
</dd>
|
|
14902
14891
|
</dl>
|
|
@@ -14912,7 +14901,13 @@ Deletes an organization-owned directory entry. | authz: min_org_role=operator |
|
|
|
14912
14901
|
<dd>
|
|
14913
14902
|
|
|
14914
14903
|
```typescript
|
|
14915
|
-
await client.orgs.
|
|
14904
|
+
await client.orgs.connections.listExecutorsForCoordinatorV1({
|
|
14905
|
+
search: "search",
|
|
14906
|
+
page: 1,
|
|
14907
|
+
page_size: 1,
|
|
14908
|
+
filter_auto_assign_enabled: true,
|
|
14909
|
+
filter_connected: true,
|
|
14910
|
+
});
|
|
14916
14911
|
```
|
|
14917
14912
|
|
|
14918
14913
|
</dd>
|
|
@@ -14928,7 +14923,7 @@ await client.orgs.directoryEntries.deleteV1("directory_entry_id");
|
|
|
14928
14923
|
<dl>
|
|
14929
14924
|
<dd>
|
|
14930
14925
|
|
|
14931
|
-
**
|
|
14926
|
+
**request:** `Chrt.orgs.ConnectionsListExecutorsForCoordinatorV1Request`
|
|
14932
14927
|
|
|
14933
14928
|
</dd>
|
|
14934
14929
|
</dl>
|
|
@@ -14936,7 +14931,7 @@ await client.orgs.directoryEntries.deleteV1("directory_entry_id");
|
|
|
14936
14931
|
<dl>
|
|
14937
14932
|
<dd>
|
|
14938
14933
|
|
|
14939
|
-
**requestOptions:** `
|
|
14934
|
+
**requestOptions:** `Connections.RequestOptions`
|
|
14940
14935
|
|
|
14941
14936
|
</dd>
|
|
14942
14937
|
</dl>
|
|
@@ -14947,7 +14942,7 @@ await client.orgs.directoryEntries.deleteV1("directory_entry_id");
|
|
|
14947
14942
|
</dl>
|
|
14948
14943
|
</details>
|
|
14949
14944
|
|
|
14950
|
-
<details><summary><code>client.orgs.
|
|
14945
|
+
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">setCoordinatorExecutorAutoAssignV1</a>(connectionId, { ...params }) -> boolean</code></summary>
|
|
14951
14946
|
<dl>
|
|
14952
14947
|
<dd>
|
|
14953
14948
|
|
|
@@ -14959,7 +14954,7 @@ await client.orgs.directoryEntries.deleteV1("directory_entry_id");
|
|
|
14959
14954
|
<dl>
|
|
14960
14955
|
<dd>
|
|
14961
14956
|
|
|
14962
|
-
|
|
14957
|
+
Sets an executor's consent to direct task-group assignment. | authz: allowed_org_types=[provider], min_org_role=administrator | (CoordinatorExecutorUpdateAutoAssignReq) -> (bool)
|
|
14963
14958
|
|
|
14964
14959
|
</dd>
|
|
14965
14960
|
</dl>
|
|
@@ -14975,14 +14970,8 @@ Lists organization-owned directory entries with association filters and search.
|
|
|
14975
14970
|
<dd>
|
|
14976
14971
|
|
|
14977
14972
|
```typescript
|
|
14978
|
-
await client.orgs.
|
|
14979
|
-
|
|
14980
|
-
filter_entry_org_id: "filter_entry_org_id",
|
|
14981
|
-
filter_entry_off_chrt_org_data_id: "filter_entry_off_chrt_org_data_id",
|
|
14982
|
-
sort_by: "name",
|
|
14983
|
-
sort_order: "asc",
|
|
14984
|
-
page: 1,
|
|
14985
|
-
page_size: 1,
|
|
14973
|
+
await client.orgs.connections.setCoordinatorExecutorAutoAssignV1("connection_id", {
|
|
14974
|
+
auto_assign_enabled: true,
|
|
14986
14975
|
});
|
|
14987
14976
|
```
|
|
14988
14977
|
|
|
@@ -14999,7 +14988,15 @@ await client.orgs.directoryEntries.listV1({
|
|
|
14999
14988
|
<dl>
|
|
15000
14989
|
<dd>
|
|
15001
14990
|
|
|
15002
|
-
**
|
|
14991
|
+
**connectionId:** `string`
|
|
14992
|
+
|
|
14993
|
+
</dd>
|
|
14994
|
+
</dl>
|
|
14995
|
+
|
|
14996
|
+
<dl>
|
|
14997
|
+
<dd>
|
|
14998
|
+
|
|
14999
|
+
**request:** `Chrt.orgs.CoordinatorExecutorUpdateAutoAssignReq`
|
|
15003
15000
|
|
|
15004
15001
|
</dd>
|
|
15005
15002
|
</dl>
|
|
@@ -15007,7 +15004,7 @@ await client.orgs.directoryEntries.listV1({
|
|
|
15007
15004
|
<dl>
|
|
15008
15005
|
<dd>
|
|
15009
15006
|
|
|
15010
|
-
**requestOptions:** `
|
|
15007
|
+
**requestOptions:** `Connections.RequestOptions`
|
|
15011
15008
|
|
|
15012
15009
|
</dd>
|
|
15013
15010
|
</dl>
|
|
@@ -15018,7 +15015,7 @@ await client.orgs.directoryEntries.listV1({
|
|
|
15018
15015
|
</dl>
|
|
15019
15016
|
</details>
|
|
15020
15017
|
|
|
15021
|
-
<details><summary><code>client.orgs.
|
|
15018
|
+
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">setShipperCoordinatorDefaultDepartmentV1</a>(connectionId, { ...params }) -> boolean</code></summary>
|
|
15022
15019
|
<dl>
|
|
15023
15020
|
<dd>
|
|
15024
15021
|
|
|
@@ -15030,7 +15027,7 @@ await client.orgs.directoryEntries.listV1({
|
|
|
15030
15027
|
<dl>
|
|
15031
15028
|
<dd>
|
|
15032
15029
|
|
|
15033
|
-
|
|
15030
|
+
Sets or clears the coordinator's default department for a shipper-coordinator connection. | authz: allowed_org_types=[provider], min_org_role=operator | (ShipperCoordinatorConnectionClientUpdate1) -> (bool)
|
|
15034
15031
|
|
|
15035
15032
|
</dd>
|
|
15036
15033
|
</dl>
|
|
@@ -15046,7 +15043,7 @@ Updates an organization-owned directory entry. | authz: min_org_role=operator |
|
|
|
15046
15043
|
<dd>
|
|
15047
15044
|
|
|
15048
15045
|
```typescript
|
|
15049
|
-
await client.orgs.
|
|
15046
|
+
await client.orgs.connections.setShipperCoordinatorDefaultDepartmentV1("connection_id");
|
|
15050
15047
|
```
|
|
15051
15048
|
|
|
15052
15049
|
</dd>
|
|
@@ -15062,7 +15059,7 @@ await client.orgs.directoryEntries.updateV1("directory_entry_id");
|
|
|
15062
15059
|
<dl>
|
|
15063
15060
|
<dd>
|
|
15064
15061
|
|
|
15065
|
-
**
|
|
15062
|
+
**connectionId:** `string`
|
|
15066
15063
|
|
|
15067
15064
|
</dd>
|
|
15068
15065
|
</dl>
|
|
@@ -15070,7 +15067,7 @@ await client.orgs.directoryEntries.updateV1("directory_entry_id");
|
|
|
15070
15067
|
<dl>
|
|
15071
15068
|
<dd>
|
|
15072
15069
|
|
|
15073
|
-
**request:** `Chrt.orgs.
|
|
15070
|
+
**request:** `Chrt.orgs.ShipperCoordinatorConnectionClientUpdate1`
|
|
15074
15071
|
|
|
15075
15072
|
</dd>
|
|
15076
15073
|
</dl>
|
|
@@ -15078,7 +15075,7 @@ await client.orgs.directoryEntries.updateV1("directory_entry_id");
|
|
|
15078
15075
|
<dl>
|
|
15079
15076
|
<dd>
|
|
15080
15077
|
|
|
15081
|
-
**requestOptions:** `
|
|
15078
|
+
**requestOptions:** `Connections.RequestOptions`
|
|
15082
15079
|
|
|
15083
15080
|
</dd>
|
|
15084
15081
|
</dl>
|
|
@@ -15089,7 +15086,7 @@ await client.orgs.directoryEntries.updateV1("directory_entry_id");
|
|
|
15089
15086
|
</dl>
|
|
15090
15087
|
</details>
|
|
15091
15088
|
|
|
15092
|
-
<details><summary><code>client.orgs.
|
|
15089
|
+
<details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">listShippersForCoordinatorV1</a>({ ...params }) -> Chrt.ShipperCoordinatorConnectionsForCoordinatorListRes</code></summary>
|
|
15093
15090
|
<dl>
|
|
15094
15091
|
<dd>
|
|
15095
15092
|
|
|
@@ -15101,7 +15098,7 @@ await client.orgs.directoryEntries.updateV1("directory_entry_id");
|
|
|
15101
15098
|
<dl>
|
|
15102
15099
|
<dd>
|
|
15103
15100
|
|
|
15104
|
-
|
|
15101
|
+
Lists the caller's shipper connections with filtering, pagination, and identity search. | authz: allowed_org_types=[provider] | () -> (ShipperCoordinatorConnectionsForCoordinatorListRes)
|
|
15105
15102
|
|
|
15106
15103
|
</dd>
|
|
15107
15104
|
</dl>
|
|
@@ -15117,7 +15114,12 @@ Retrieves an organization-owned directory entry. | authz: min_org_role=operator
|
|
|
15117
15114
|
<dd>
|
|
15118
15115
|
|
|
15119
15116
|
```typescript
|
|
15120
|
-
await client.orgs.
|
|
15117
|
+
await client.orgs.connections.listShippersForCoordinatorV1({
|
|
15118
|
+
search: "search",
|
|
15119
|
+
page: 1,
|
|
15120
|
+
page_size: 1,
|
|
15121
|
+
filter_connected: true,
|
|
15122
|
+
});
|
|
15121
15123
|
```
|
|
15122
15124
|
|
|
15123
15125
|
</dd>
|
|
@@ -15133,7 +15135,7 @@ await client.orgs.directoryEntries.getV1("directory_entry_id");
|
|
|
15133
15135
|
<dl>
|
|
15134
15136
|
<dd>
|
|
15135
15137
|
|
|
15136
|
-
**
|
|
15138
|
+
**request:** `Chrt.orgs.ConnectionsListShippersForCoordinatorV1Request`
|
|
15137
15139
|
|
|
15138
15140
|
</dd>
|
|
15139
15141
|
</dl>
|
|
@@ -15141,7 +15143,7 @@ await client.orgs.directoryEntries.getV1("directory_entry_id");
|
|
|
15141
15143
|
<dl>
|
|
15142
15144
|
<dd>
|
|
15143
15145
|
|
|
15144
|
-
**requestOptions:** `
|
|
15146
|
+
**requestOptions:** `Connections.RequestOptions`
|
|
15145
15147
|
|
|
15146
15148
|
</dd>
|
|
15147
15149
|
</dl>
|
|
@@ -15152,9 +15154,9 @@ await client.orgs.directoryEntries.getV1("directory_entry_id");
|
|
|
15152
15154
|
</dl>
|
|
15153
15155
|
</details>
|
|
15154
15156
|
|
|
15155
|
-
## Orgs
|
|
15157
|
+
## Orgs Contacts
|
|
15156
15158
|
|
|
15157
|
-
<details><summary><code>client.orgs.
|
|
15159
|
+
<details><summary><code>client.orgs.contacts.<a href="/src/api/resources/orgs/resources/contacts/client/Client.ts">createV1</a>({ ...params }) -> string</code></summary>
|
|
15158
15160
|
<dl>
|
|
15159
15161
|
<dd>
|
|
15160
15162
|
|
|
@@ -15166,7 +15168,7 @@ await client.orgs.directoryEntries.getV1("directory_entry_id");
|
|
|
15166
15168
|
<dl>
|
|
15167
15169
|
<dd>
|
|
15168
15170
|
|
|
15169
|
-
|
|
15171
|
+
Creates an organization-created contact. | authz: min_org_role=operator | (ContactClientCreate1) -> (PydanticObjectId)
|
|
15170
15172
|
|
|
15171
15173
|
</dd>
|
|
15172
15174
|
</dl>
|
|
@@ -15182,12 +15184,9 @@ Atomically creates owner-scoped off-CHRT organization data and its shipper-coord
|
|
|
15182
15184
|
<dd>
|
|
15183
15185
|
|
|
15184
15186
|
```typescript
|
|
15185
|
-
await client.orgs.
|
|
15186
|
-
|
|
15187
|
-
|
|
15188
|
-
org_type: "provider",
|
|
15189
|
-
schema_version: 1,
|
|
15190
|
-
},
|
|
15187
|
+
await client.orgs.contacts.createV1({
|
|
15188
|
+
name: "name",
|
|
15189
|
+
schema_version: 1,
|
|
15191
15190
|
});
|
|
15192
15191
|
```
|
|
15193
15192
|
|
|
@@ -15204,7 +15203,7 @@ await client.orgs.offChrtOrgData.createV1({
|
|
|
15204
15203
|
<dl>
|
|
15205
15204
|
<dd>
|
|
15206
15205
|
|
|
15207
|
-
**request:** `Chrt.orgs.
|
|
15206
|
+
**request:** `Chrt.orgs.ContactClientCreate1`
|
|
15208
15207
|
|
|
15209
15208
|
</dd>
|
|
15210
15209
|
</dl>
|
|
@@ -15212,7 +15211,7 @@ await client.orgs.offChrtOrgData.createV1({
|
|
|
15212
15211
|
<dl>
|
|
15213
15212
|
<dd>
|
|
15214
15213
|
|
|
15215
|
-
**requestOptions:** `
|
|
15214
|
+
**requestOptions:** `Contacts.RequestOptions`
|
|
15216
15215
|
|
|
15217
15216
|
</dd>
|
|
15218
15217
|
</dl>
|
|
@@ -15223,7 +15222,7 @@ await client.orgs.offChrtOrgData.createV1({
|
|
|
15223
15222
|
</dl>
|
|
15224
15223
|
</details>
|
|
15225
15224
|
|
|
15226
|
-
<details><summary><code>client.orgs.
|
|
15225
|
+
<details><summary><code>client.orgs.contacts.<a href="/src/api/resources/orgs/resources/contacts/client/Client.ts">deleteV1</a>(contactId) -> boolean</code></summary>
|
|
15227
15226
|
<dl>
|
|
15228
15227
|
<dd>
|
|
15229
15228
|
|
|
@@ -15235,7 +15234,7 @@ await client.orgs.offChrtOrgData.createV1({
|
|
|
15235
15234
|
<dl>
|
|
15236
15235
|
<dd>
|
|
15237
15236
|
|
|
15238
|
-
|
|
15237
|
+
Deletes an organization-created contact. | authz: min_org_role=operator | () -> (bool)
|
|
15239
15238
|
|
|
15240
15239
|
</dd>
|
|
15241
15240
|
</dl>
|
|
@@ -15251,14 +15250,7 @@ Lists off-CHRT organization data owned by the caller with optional organization-
|
|
|
15251
15250
|
<dd>
|
|
15252
15251
|
|
|
15253
15252
|
```typescript
|
|
15254
|
-
await client.orgs.
|
|
15255
|
-
search: "search",
|
|
15256
|
-
filter_org_type: "provider",
|
|
15257
|
-
sort_by: "name",
|
|
15258
|
-
sort_order: "asc",
|
|
15259
|
-
page: 1,
|
|
15260
|
-
page_size: 1,
|
|
15261
|
-
});
|
|
15253
|
+
await client.orgs.contacts.deleteV1("contact_id");
|
|
15262
15254
|
```
|
|
15263
15255
|
|
|
15264
15256
|
</dd>
|
|
@@ -15274,7 +15266,7 @@ await client.orgs.offChrtOrgData.listV1({
|
|
|
15274
15266
|
<dl>
|
|
15275
15267
|
<dd>
|
|
15276
15268
|
|
|
15277
|
-
**
|
|
15269
|
+
**contactId:** `string`
|
|
15278
15270
|
|
|
15279
15271
|
</dd>
|
|
15280
15272
|
</dl>
|
|
@@ -15282,7 +15274,7 @@ await client.orgs.offChrtOrgData.listV1({
|
|
|
15282
15274
|
<dl>
|
|
15283
15275
|
<dd>
|
|
15284
15276
|
|
|
15285
|
-
**requestOptions:** `
|
|
15277
|
+
**requestOptions:** `Contacts.RequestOptions`
|
|
15286
15278
|
|
|
15287
15279
|
</dd>
|
|
15288
15280
|
</dl>
|
|
@@ -15293,7 +15285,7 @@ await client.orgs.offChrtOrgData.listV1({
|
|
|
15293
15285
|
</dl>
|
|
15294
15286
|
</details>
|
|
15295
15287
|
|
|
15296
|
-
<details><summary><code>client.orgs.
|
|
15288
|
+
<details><summary><code>client.orgs.contacts.<a href="/src/api/resources/orgs/resources/contacts/client/Client.ts">listV1</a>({ ...params }) -> Chrt.ContactListRes</code></summary>
|
|
15297
15289
|
<dl>
|
|
15298
15290
|
<dd>
|
|
15299
15291
|
|
|
@@ -15305,7 +15297,7 @@ await client.orgs.offChrtOrgData.listV1({
|
|
|
15305
15297
|
<dl>
|
|
15306
15298
|
<dd>
|
|
15307
15299
|
|
|
15308
|
-
|
|
15300
|
+
Lists organization-created contacts with association filters and search. | authz: min_org_role=operator | () -> (ContactListRes)
|
|
15309
15301
|
|
|
15310
15302
|
</dd>
|
|
15311
15303
|
</dl>
|
|
@@ -15321,7 +15313,16 @@ Gets owner-scoped off-CHRT organization data by ID. | authz: allowed_org_types=[
|
|
|
15321
15313
|
<dd>
|
|
15322
15314
|
|
|
15323
15315
|
```typescript
|
|
15324
|
-
await client.orgs.
|
|
15316
|
+
await client.orgs.contacts.listV1({
|
|
15317
|
+
search: "search",
|
|
15318
|
+
filter_org_id: "filter_org_id",
|
|
15319
|
+
filter_off_chrt_org_data_id: "filter_off_chrt_org_data_id",
|
|
15320
|
+
filter_account_id: "filter_account_id",
|
|
15321
|
+
sort_by: "name",
|
|
15322
|
+
sort_order: "asc",
|
|
15323
|
+
page: 1,
|
|
15324
|
+
page_size: 1,
|
|
15325
|
+
});
|
|
15325
15326
|
```
|
|
15326
15327
|
|
|
15327
15328
|
</dd>
|
|
@@ -15337,7 +15338,7 @@ await client.orgs.offChrtOrgData.getByIdV1("off_chrt_org_data_id");
|
|
|
15337
15338
|
<dl>
|
|
15338
15339
|
<dd>
|
|
15339
15340
|
|
|
15340
|
-
**
|
|
15341
|
+
**request:** `Chrt.orgs.ContactsListV1Request`
|
|
15341
15342
|
|
|
15342
15343
|
</dd>
|
|
15343
15344
|
</dl>
|
|
@@ -15345,7 +15346,7 @@ await client.orgs.offChrtOrgData.getByIdV1("off_chrt_org_data_id");
|
|
|
15345
15346
|
<dl>
|
|
15346
15347
|
<dd>
|
|
15347
15348
|
|
|
15348
|
-
**requestOptions:** `
|
|
15349
|
+
**requestOptions:** `Contacts.RequestOptions`
|
|
15349
15350
|
|
|
15350
15351
|
</dd>
|
|
15351
15352
|
</dl>
|
|
@@ -15356,7 +15357,7 @@ await client.orgs.offChrtOrgData.getByIdV1("off_chrt_org_data_id");
|
|
|
15356
15357
|
</dl>
|
|
15357
15358
|
</details>
|
|
15358
15359
|
|
|
15359
|
-
<details><summary><code>client.orgs.
|
|
15360
|
+
<details><summary><code>client.orgs.contacts.<a href="/src/api/resources/orgs/resources/contacts/client/Client.ts">updateV1</a>(contactId, { ...params }) -> boolean</code></summary>
|
|
15360
15361
|
<dl>
|
|
15361
15362
|
<dd>
|
|
15362
15363
|
|
|
@@ -15368,7 +15369,7 @@ await client.orgs.offChrtOrgData.getByIdV1("off_chrt_org_data_id");
|
|
|
15368
15369
|
<dl>
|
|
15369
15370
|
<dd>
|
|
15370
15371
|
|
|
15371
|
-
Updates
|
|
15372
|
+
Updates an organization-created contact. | authz: min_org_role=operator | (ContactClientUpdate1) -> (bool)
|
|
15372
15373
|
|
|
15373
15374
|
</dd>
|
|
15374
15375
|
</dl>
|
|
@@ -15384,7 +15385,7 @@ Updates canonical identity fields for owner-scoped off-CHRT organization data. |
|
|
|
15384
15385
|
<dd>
|
|
15385
15386
|
|
|
15386
15387
|
```typescript
|
|
15387
|
-
await client.orgs.
|
|
15388
|
+
await client.orgs.contacts.updateV1("contact_id");
|
|
15388
15389
|
```
|
|
15389
15390
|
|
|
15390
15391
|
</dd>
|
|
@@ -15400,7 +15401,7 @@ await client.orgs.offChrtOrgData.updateByIdV1("off_chrt_org_data_id");
|
|
|
15400
15401
|
<dl>
|
|
15401
15402
|
<dd>
|
|
15402
15403
|
|
|
15403
|
-
**
|
|
15404
|
+
**contactId:** `string`
|
|
15404
15405
|
|
|
15405
15406
|
</dd>
|
|
15406
15407
|
</dl>
|
|
@@ -15408,7 +15409,7 @@ await client.orgs.offChrtOrgData.updateByIdV1("off_chrt_org_data_id");
|
|
|
15408
15409
|
<dl>
|
|
15409
15410
|
<dd>
|
|
15410
15411
|
|
|
15411
|
-
**request:** `Chrt.orgs.
|
|
15412
|
+
**request:** `Chrt.orgs.ContactClientUpdate1`
|
|
15412
15413
|
|
|
15413
15414
|
</dd>
|
|
15414
15415
|
</dl>
|
|
@@ -15416,7 +15417,7 @@ await client.orgs.offChrtOrgData.updateByIdV1("off_chrt_org_data_id");
|
|
|
15416
15417
|
<dl>
|
|
15417
15418
|
<dd>
|
|
15418
15419
|
|
|
15419
|
-
**requestOptions:** `
|
|
15420
|
+
**requestOptions:** `Contacts.RequestOptions`
|
|
15420
15421
|
|
|
15421
15422
|
</dd>
|
|
15422
15423
|
</dl>
|
|
@@ -15427,9 +15428,7 @@ await client.orgs.offChrtOrgData.updateByIdV1("off_chrt_org_data_id");
|
|
|
15427
15428
|
</dl>
|
|
15428
15429
|
</details>
|
|
15429
15430
|
|
|
15430
|
-
|
|
15431
|
-
|
|
15432
|
-
<details><summary><code>client.orgs.offChrtVendor.<a href="/src/api/resources/orgs/resources/offChrtVendor/client/Client.ts">createV1</a>({ ...params }) -> string</code></summary>
|
|
15431
|
+
<details><summary><code>client.orgs.contacts.<a href="/src/api/resources/orgs/resources/contacts/client/Client.ts">getV1</a>(contactId) -> Chrt.Contact1</code></summary>
|
|
15433
15432
|
<dl>
|
|
15434
15433
|
<dd>
|
|
15435
15434
|
|
|
@@ -15441,7 +15440,7 @@ await client.orgs.offChrtOrgData.updateByIdV1("off_chrt_org_data_id");
|
|
|
15441
15440
|
<dl>
|
|
15442
15441
|
<dd>
|
|
15443
15442
|
|
|
15444
|
-
|
|
15443
|
+
Retrieves an organization-created contact. | authz: min_org_role=operator | () -> (Contact1)
|
|
15445
15444
|
|
|
15446
15445
|
</dd>
|
|
15447
15446
|
</dl>
|
|
@@ -15457,10 +15456,7 @@ Creates an off-platform vendor shell owned by the caller's org. Used as an off-C
|
|
|
15457
15456
|
<dd>
|
|
15458
15457
|
|
|
15459
15458
|
```typescript
|
|
15460
|
-
await client.orgs.
|
|
15461
|
-
name: "name",
|
|
15462
|
-
schema_version: 1,
|
|
15463
|
-
});
|
|
15459
|
+
await client.orgs.contacts.getV1("contact_id");
|
|
15464
15460
|
```
|
|
15465
15461
|
|
|
15466
15462
|
</dd>
|
|
@@ -15476,7 +15472,7 @@ await client.orgs.offChrtVendor.createV1({
|
|
|
15476
15472
|
<dl>
|
|
15477
15473
|
<dd>
|
|
15478
15474
|
|
|
15479
|
-
**
|
|
15475
|
+
**contactId:** `string`
|
|
15480
15476
|
|
|
15481
15477
|
</dd>
|
|
15482
15478
|
</dl>
|
|
@@ -15484,7 +15480,7 @@ await client.orgs.offChrtVendor.createV1({
|
|
|
15484
15480
|
<dl>
|
|
15485
15481
|
<dd>
|
|
15486
15482
|
|
|
15487
|
-
**requestOptions:** `
|
|
15483
|
+
**requestOptions:** `Contacts.RequestOptions`
|
|
15488
15484
|
|
|
15489
15485
|
</dd>
|
|
15490
15486
|
</dl>
|
|
@@ -15495,7 +15491,9 @@ await client.orgs.offChrtVendor.createV1({
|
|
|
15495
15491
|
</dl>
|
|
15496
15492
|
</details>
|
|
15497
15493
|
|
|
15498
|
-
|
|
15494
|
+
## Orgs OffChrtOrgData
|
|
15495
|
+
|
|
15496
|
+
<details><summary><code>client.orgs.offChrtOrgData.<a href="/src/api/resources/orgs/resources/offChrtOrgData/client/Client.ts">createV1</a>({ ...params }) -> Chrt.CreateOffChrtOrgRes</code></summary>
|
|
15499
15497
|
<dl>
|
|
15500
15498
|
<dd>
|
|
15501
15499
|
|
|
@@ -15507,7 +15505,7 @@ await client.orgs.offChrtVendor.createV1({
|
|
|
15507
15505
|
<dl>
|
|
15508
15506
|
<dd>
|
|
15509
15507
|
|
|
15510
|
-
|
|
15508
|
+
Creates owner-scoped off-CHRT organization data and, for shippers or providers, its required connection. | authz: allowed_org_types=[provider] | (CreateOffChrtOrgReq) -> (CreateOffChrtOrgRes)
|
|
15511
15509
|
|
|
15512
15510
|
</dd>
|
|
15513
15511
|
</dl>
|
|
@@ -15523,9 +15521,12 @@ Lists all off-chrt vendors created by the caller's organization. Pagination only
|
|
|
15523
15521
|
<dd>
|
|
15524
15522
|
|
|
15525
15523
|
```typescript
|
|
15526
|
-
await client.orgs.
|
|
15527
|
-
|
|
15528
|
-
|
|
15524
|
+
await client.orgs.offChrtOrgData.createV1({
|
|
15525
|
+
off_chrt_org_data: {
|
|
15526
|
+
name: "name",
|
|
15527
|
+
org_type: "provider",
|
|
15528
|
+
schema_version: 1,
|
|
15529
|
+
},
|
|
15529
15530
|
});
|
|
15530
15531
|
```
|
|
15531
15532
|
|
|
@@ -15542,7 +15543,7 @@ await client.orgs.offChrtVendor.listV1({
|
|
|
15542
15543
|
<dl>
|
|
15543
15544
|
<dd>
|
|
15544
15545
|
|
|
15545
|
-
**request:** `Chrt.orgs.
|
|
15546
|
+
**request:** `Chrt.orgs.CreateOffChrtOrgReq`
|
|
15546
15547
|
|
|
15547
15548
|
</dd>
|
|
15548
15549
|
</dl>
|
|
@@ -15550,7 +15551,7 @@ await client.orgs.offChrtVendor.listV1({
|
|
|
15550
15551
|
<dl>
|
|
15551
15552
|
<dd>
|
|
15552
15553
|
|
|
15553
|
-
**requestOptions:** `
|
|
15554
|
+
**requestOptions:** `OffChrtOrgData.RequestOptions`
|
|
15554
15555
|
|
|
15555
15556
|
</dd>
|
|
15556
15557
|
</dl>
|
|
@@ -15561,7 +15562,7 @@ await client.orgs.offChrtVendor.listV1({
|
|
|
15561
15562
|
</dl>
|
|
15562
15563
|
</details>
|
|
15563
15564
|
|
|
15564
|
-
<details><summary><code>client.orgs.
|
|
15565
|
+
<details><summary><code>client.orgs.offChrtOrgData.<a href="/src/api/resources/orgs/resources/offChrtOrgData/client/Client.ts">listV1</a>({ ...params }) -> Chrt.OffChrtOrgDataListRes</code></summary>
|
|
15565
15566
|
<dl>
|
|
15566
15567
|
<dd>
|
|
15567
15568
|
|
|
@@ -15573,7 +15574,7 @@ await client.orgs.offChrtVendor.listV1({
|
|
|
15573
15574
|
<dl>
|
|
15574
15575
|
<dd>
|
|
15575
15576
|
|
|
15576
|
-
|
|
15577
|
+
Lists off-CHRT organization data owned by the caller with optional organization-type filtering, identity search, sorting, and pagination. | authz: allowed_org_types=[provider] | () -> (OffChrtOrgDataListRes)
|
|
15577
15578
|
|
|
15578
15579
|
</dd>
|
|
15579
15580
|
</dl>
|
|
@@ -15589,7 +15590,14 @@ Retrieves a specific off-chrt vendor by ID. Scoped to the caller's org. | () ->
|
|
|
15589
15590
|
<dd>
|
|
15590
15591
|
|
|
15591
15592
|
```typescript
|
|
15592
|
-
await client.orgs.
|
|
15593
|
+
await client.orgs.offChrtOrgData.listV1({
|
|
15594
|
+
search: "search",
|
|
15595
|
+
filter_org_type: "provider",
|
|
15596
|
+
sort_by: "name",
|
|
15597
|
+
sort_order: "asc",
|
|
15598
|
+
page: 1,
|
|
15599
|
+
page_size: 1,
|
|
15600
|
+
});
|
|
15593
15601
|
```
|
|
15594
15602
|
|
|
15595
15603
|
</dd>
|
|
@@ -15605,7 +15613,7 @@ await client.orgs.offChrtVendor.getByIdV1("id");
|
|
|
15605
15613
|
<dl>
|
|
15606
15614
|
<dd>
|
|
15607
15615
|
|
|
15608
|
-
**
|
|
15616
|
+
**request:** `Chrt.orgs.OffChrtOrgDataListV1Request`
|
|
15609
15617
|
|
|
15610
15618
|
</dd>
|
|
15611
15619
|
</dl>
|
|
@@ -15613,7 +15621,7 @@ await client.orgs.offChrtVendor.getByIdV1("id");
|
|
|
15613
15621
|
<dl>
|
|
15614
15622
|
<dd>
|
|
15615
15623
|
|
|
15616
|
-
**requestOptions:** `
|
|
15624
|
+
**requestOptions:** `OffChrtOrgData.RequestOptions`
|
|
15617
15625
|
|
|
15618
15626
|
</dd>
|
|
15619
15627
|
</dl>
|
|
@@ -15624,7 +15632,7 @@ await client.orgs.offChrtVendor.getByIdV1("id");
|
|
|
15624
15632
|
</dl>
|
|
15625
15633
|
</details>
|
|
15626
15634
|
|
|
15627
|
-
<details><summary><code>client.orgs.
|
|
15635
|
+
<details><summary><code>client.orgs.offChrtOrgData.<a href="/src/api/resources/orgs/resources/offChrtOrgData/client/Client.ts">getByIdV1</a>(offChrtOrgDataId) -> Chrt.OffChrtOrgData1</code></summary>
|
|
15628
15636
|
<dl>
|
|
15629
15637
|
<dd>
|
|
15630
15638
|
|
|
@@ -15636,7 +15644,7 @@ await client.orgs.offChrtVendor.getByIdV1("id");
|
|
|
15636
15644
|
<dl>
|
|
15637
15645
|
<dd>
|
|
15638
15646
|
|
|
15639
|
-
|
|
15647
|
+
Gets owner-scoped off-CHRT organization data by ID. | authz: allowed_org_types=[provider] | () -> (OffChrtOrgData1)
|
|
15640
15648
|
|
|
15641
15649
|
</dd>
|
|
15642
15650
|
</dl>
|
|
@@ -15652,7 +15660,7 @@ Deletes an off-chrt vendor owned by the caller's organization. Existing LineItem
|
|
|
15652
15660
|
<dd>
|
|
15653
15661
|
|
|
15654
15662
|
```typescript
|
|
15655
|
-
await client.orgs.
|
|
15663
|
+
await client.orgs.offChrtOrgData.getByIdV1("off_chrt_org_data_id");
|
|
15656
15664
|
```
|
|
15657
15665
|
|
|
15658
15666
|
</dd>
|
|
@@ -15668,7 +15676,7 @@ await client.orgs.offChrtVendor.deleteByIdV1("id");
|
|
|
15668
15676
|
<dl>
|
|
15669
15677
|
<dd>
|
|
15670
15678
|
|
|
15671
|
-
**
|
|
15679
|
+
**offChrtOrgDataId:** `string`
|
|
15672
15680
|
|
|
15673
15681
|
</dd>
|
|
15674
15682
|
</dl>
|
|
@@ -15676,7 +15684,7 @@ await client.orgs.offChrtVendor.deleteByIdV1("id");
|
|
|
15676
15684
|
<dl>
|
|
15677
15685
|
<dd>
|
|
15678
15686
|
|
|
15679
|
-
**requestOptions:** `
|
|
15687
|
+
**requestOptions:** `OffChrtOrgData.RequestOptions`
|
|
15680
15688
|
|
|
15681
15689
|
</dd>
|
|
15682
15690
|
</dl>
|
|
@@ -15687,7 +15695,7 @@ await client.orgs.offChrtVendor.deleteByIdV1("id");
|
|
|
15687
15695
|
</dl>
|
|
15688
15696
|
</details>
|
|
15689
15697
|
|
|
15690
|
-
<details><summary><code>client.orgs.
|
|
15698
|
+
<details><summary><code>client.orgs.offChrtOrgData.<a href="/src/api/resources/orgs/resources/offChrtOrgData/client/Client.ts">updateByIdV1</a>(offChrtOrgDataId, { ...params }) -> boolean</code></summary>
|
|
15691
15699
|
<dl>
|
|
15692
15700
|
<dd>
|
|
15693
15701
|
|
|
@@ -15699,7 +15707,7 @@ await client.orgs.offChrtVendor.deleteByIdV1("id");
|
|
|
15699
15707
|
<dl>
|
|
15700
15708
|
<dd>
|
|
15701
15709
|
|
|
15702
|
-
Updates
|
|
15710
|
+
Updates canonical identity fields for owner-scoped off-CHRT organization data. | authz: allowed_org_types=[provider] | (OffChrtOrgDataClientUpdate1) -> (bool)
|
|
15703
15711
|
|
|
15704
15712
|
</dd>
|
|
15705
15713
|
</dl>
|
|
@@ -15715,7 +15723,7 @@ Updates an existing off-chrt vendor owned by the caller's organization. | (OffCh
|
|
|
15715
15723
|
<dd>
|
|
15716
15724
|
|
|
15717
15725
|
```typescript
|
|
15718
|
-
await client.orgs.
|
|
15726
|
+
await client.orgs.offChrtOrgData.updateByIdV1("off_chrt_org_data_id");
|
|
15719
15727
|
```
|
|
15720
15728
|
|
|
15721
15729
|
</dd>
|
|
@@ -15731,7 +15739,7 @@ await client.orgs.offChrtVendor.updateByIdV1("id");
|
|
|
15731
15739
|
<dl>
|
|
15732
15740
|
<dd>
|
|
15733
15741
|
|
|
15734
|
-
**
|
|
15742
|
+
**offChrtOrgDataId:** `string`
|
|
15735
15743
|
|
|
15736
15744
|
</dd>
|
|
15737
15745
|
</dl>
|
|
@@ -15739,7 +15747,7 @@ await client.orgs.offChrtVendor.updateByIdV1("id");
|
|
|
15739
15747
|
<dl>
|
|
15740
15748
|
<dd>
|
|
15741
15749
|
|
|
15742
|
-
**request:** `Chrt.orgs.
|
|
15750
|
+
**request:** `Chrt.orgs.OffChrtOrgDataClientUpdate1`
|
|
15743
15751
|
|
|
15744
15752
|
</dd>
|
|
15745
15753
|
</dl>
|
|
@@ -15747,7 +15755,7 @@ await client.orgs.offChrtVendor.updateByIdV1("id");
|
|
|
15747
15755
|
<dl>
|
|
15748
15756
|
<dd>
|
|
15749
15757
|
|
|
15750
|
-
**requestOptions:** `
|
|
15758
|
+
**requestOptions:** `OffChrtOrgData.RequestOptions`
|
|
15751
15759
|
|
|
15752
15760
|
</dd>
|
|
15753
15761
|
</dl>
|
|
@@ -19457,7 +19465,7 @@ await client.shipping.orderTemplates.listV1({
|
|
|
19457
19465
|
filter_department_id: "filter_department_id",
|
|
19458
19466
|
filter_coordinator_label: "filter_coordinator_label",
|
|
19459
19467
|
filter_driver_id: "filter_driver_id",
|
|
19460
|
-
|
|
19468
|
+
filter_contact_id: "filter_contact_id",
|
|
19461
19469
|
filter_task_lists_to_apply_at_order_creation_task_list_id:
|
|
19462
19470
|
"filter_task_lists_to_apply_at_order_creation_task_list_id",
|
|
19463
19471
|
filter_task_lists_to_apply_at_order_staging_task_list_id:
|
|
@@ -20105,6 +20113,148 @@ await client.shipping.orders.cancelManyV1({
|
|
|
20105
20113
|
</dl>
|
|
20106
20114
|
</details>
|
|
20107
20115
|
|
|
20116
|
+
<details><summary><code>client.shipping.orders.<a href="/src/api/resources/shipping/resources/orders/client/Client.ts">addCoordinatorShipperAccountIdV1</a>(orderId, coordinatorShipperAccountId) -> boolean</code></summary>
|
|
20117
|
+
<dl>
|
|
20118
|
+
<dd>
|
|
20119
|
+
|
|
20120
|
+
#### 📝 Description
|
|
20121
|
+
|
|
20122
|
+
<dl>
|
|
20123
|
+
<dd>
|
|
20124
|
+
|
|
20125
|
+
<dl>
|
|
20126
|
+
<dd>
|
|
20127
|
+
|
|
20128
|
+
Adds a coordinator-owned account for the order's shipper. | authz_personas=[coordinator_org_operators] | () -> (bool)
|
|
20129
|
+
|
|
20130
|
+
</dd>
|
|
20131
|
+
</dl>
|
|
20132
|
+
</dd>
|
|
20133
|
+
</dl>
|
|
20134
|
+
|
|
20135
|
+
#### 🔌 Usage
|
|
20136
|
+
|
|
20137
|
+
<dl>
|
|
20138
|
+
<dd>
|
|
20139
|
+
|
|
20140
|
+
<dl>
|
|
20141
|
+
<dd>
|
|
20142
|
+
|
|
20143
|
+
```typescript
|
|
20144
|
+
await client.shipping.orders.addCoordinatorShipperAccountIdV1("order_id", "coordinator_shipper_account_id");
|
|
20145
|
+
```
|
|
20146
|
+
|
|
20147
|
+
</dd>
|
|
20148
|
+
</dl>
|
|
20149
|
+
</dd>
|
|
20150
|
+
</dl>
|
|
20151
|
+
|
|
20152
|
+
#### ⚙️ Parameters
|
|
20153
|
+
|
|
20154
|
+
<dl>
|
|
20155
|
+
<dd>
|
|
20156
|
+
|
|
20157
|
+
<dl>
|
|
20158
|
+
<dd>
|
|
20159
|
+
|
|
20160
|
+
**orderId:** `string`
|
|
20161
|
+
|
|
20162
|
+
</dd>
|
|
20163
|
+
</dl>
|
|
20164
|
+
|
|
20165
|
+
<dl>
|
|
20166
|
+
<dd>
|
|
20167
|
+
|
|
20168
|
+
**coordinatorShipperAccountId:** `string`
|
|
20169
|
+
|
|
20170
|
+
</dd>
|
|
20171
|
+
</dl>
|
|
20172
|
+
|
|
20173
|
+
<dl>
|
|
20174
|
+
<dd>
|
|
20175
|
+
|
|
20176
|
+
**requestOptions:** `Orders.RequestOptions`
|
|
20177
|
+
|
|
20178
|
+
</dd>
|
|
20179
|
+
</dl>
|
|
20180
|
+
</dd>
|
|
20181
|
+
</dl>
|
|
20182
|
+
|
|
20183
|
+
</dd>
|
|
20184
|
+
</dl>
|
|
20185
|
+
</details>
|
|
20186
|
+
|
|
20187
|
+
<details><summary><code>client.shipping.orders.<a href="/src/api/resources/shipping/resources/orders/client/Client.ts">removeCoordinatorShipperAccountIdV1</a>(orderId, coordinatorShipperAccountId) -> boolean</code></summary>
|
|
20188
|
+
<dl>
|
|
20189
|
+
<dd>
|
|
20190
|
+
|
|
20191
|
+
#### 📝 Description
|
|
20192
|
+
|
|
20193
|
+
<dl>
|
|
20194
|
+
<dd>
|
|
20195
|
+
|
|
20196
|
+
<dl>
|
|
20197
|
+
<dd>
|
|
20198
|
+
|
|
20199
|
+
Removes a coordinator-owned account for the order's shipper. | authz_personas=[coordinator_org_operators] | () -> (bool)
|
|
20200
|
+
|
|
20201
|
+
</dd>
|
|
20202
|
+
</dl>
|
|
20203
|
+
</dd>
|
|
20204
|
+
</dl>
|
|
20205
|
+
|
|
20206
|
+
#### 🔌 Usage
|
|
20207
|
+
|
|
20208
|
+
<dl>
|
|
20209
|
+
<dd>
|
|
20210
|
+
|
|
20211
|
+
<dl>
|
|
20212
|
+
<dd>
|
|
20213
|
+
|
|
20214
|
+
```typescript
|
|
20215
|
+
await client.shipping.orders.removeCoordinatorShipperAccountIdV1("order_id", "coordinator_shipper_account_id");
|
|
20216
|
+
```
|
|
20217
|
+
|
|
20218
|
+
</dd>
|
|
20219
|
+
</dl>
|
|
20220
|
+
</dd>
|
|
20221
|
+
</dl>
|
|
20222
|
+
|
|
20223
|
+
#### ⚙️ Parameters
|
|
20224
|
+
|
|
20225
|
+
<dl>
|
|
20226
|
+
<dd>
|
|
20227
|
+
|
|
20228
|
+
<dl>
|
|
20229
|
+
<dd>
|
|
20230
|
+
|
|
20231
|
+
**orderId:** `string`
|
|
20232
|
+
|
|
20233
|
+
</dd>
|
|
20234
|
+
</dl>
|
|
20235
|
+
|
|
20236
|
+
<dl>
|
|
20237
|
+
<dd>
|
|
20238
|
+
|
|
20239
|
+
**coordinatorShipperAccountId:** `string`
|
|
20240
|
+
|
|
20241
|
+
</dd>
|
|
20242
|
+
</dl>
|
|
20243
|
+
|
|
20244
|
+
<dl>
|
|
20245
|
+
<dd>
|
|
20246
|
+
|
|
20247
|
+
**requestOptions:** `Orders.RequestOptions`
|
|
20248
|
+
|
|
20249
|
+
</dd>
|
|
20250
|
+
</dl>
|
|
20251
|
+
</dd>
|
|
20252
|
+
</dl>
|
|
20253
|
+
|
|
20254
|
+
</dd>
|
|
20255
|
+
</dl>
|
|
20256
|
+
</details>
|
|
20257
|
+
|
|
20108
20258
|
<details><summary><code>client.shipping.orders.<a href="/src/api/resources/shipping/resources/orders/client/Client.ts">stageV1</a>(orderId) -> boolean</code></summary>
|
|
20109
20259
|
<dl>
|
|
20110
20260
|
<dd>
|
|
@@ -22999,7 +23149,7 @@ await client.shipping.tasks.skipV1("task_id");
|
|
|
22999
23149
|
<dl>
|
|
23000
23150
|
<dd>
|
|
23001
23151
|
|
|
23002
|
-
Updates a task. Operational fields (location, action, datetime_windows) require STAGED status (lig_owner_operators). order_placer_comments can be edited on any non-DRAFT task (order_creator_org_operators).
|
|
23152
|
+
Updates a task. Operational fields (location, action, datetime_windows) require STAGED status (lig_owner_operators). order_placer_comments can be edited on any non-DRAFT task (order_creator_org_operators). contact_ids can be edited on STAGED/IN_PROGRESS orders for tasks still in STAGED status (order_creator_org_operators OR lig_owner_operators). | (TaskClientUpdate1) -> (PydanticObjectId)
|
|
23003
23153
|
|
|
23004
23154
|
</dd>
|
|
23005
23155
|
</dl>
|
|
@@ -25189,6 +25339,7 @@ await client.shipping.orders.expanded.listForCoordinatorOperatorsV1({
|
|
|
25189
25339
|
page: 1,
|
|
25190
25340
|
page_size: 1,
|
|
25191
25341
|
search: "search",
|
|
25342
|
+
filter_awb_number: "filter_awb_number",
|
|
25192
25343
|
filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
25193
25344
|
filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
25194
25345
|
filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -25276,6 +25427,7 @@ await client.shipping.orders.expanded.listForExecutorOperatorsV1({
|
|
|
25276
25427
|
page: 1,
|
|
25277
25428
|
page_size: 1,
|
|
25278
25429
|
search: "search",
|
|
25430
|
+
filter_awb_number: "filter_awb_number",
|
|
25279
25431
|
filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
25280
25432
|
filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
25281
25433
|
filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -25362,6 +25514,7 @@ await client.shipping.orders.expanded.listForProviderOperatorsV1({
|
|
|
25362
25514
|
page: 1,
|
|
25363
25515
|
page_size: 1,
|
|
25364
25516
|
search: "search",
|
|
25517
|
+
filter_awb_number: "filter_awb_number",
|
|
25365
25518
|
filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
25366
25519
|
filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
25367
25520
|
filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -25450,6 +25603,7 @@ await client.shipping.orders.expanded.listForShipperOperatorsV1({
|
|
|
25450
25603
|
page: 1,
|
|
25451
25604
|
page_size: 1,
|
|
25452
25605
|
search: "search",
|
|
25606
|
+
filter_awb_number: "filter_awb_number",
|
|
25453
25607
|
filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
25454
25608
|
filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
25455
25609
|
filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|