@chrt-inc/typescript-sdk 1.881.0 → 1.887.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/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 +114 -0
- package/dist/cjs/api/resources/orgs/resources/{offChrtVendor → accounts}/client/Client.js +84 -55
- package/dist/cjs/api/resources/orgs/resources/accounts/client/requests/AccountClientCreate1.d.ts +19 -0
- package/dist/cjs/api/resources/orgs/resources/accounts/client/requests/AccountClientUpdate1.d.ts +13 -0
- package/dist/cjs/api/resources/orgs/resources/accounts/client/requests/AccountsListV1Request.d.ts +30 -0
- package/dist/cjs/api/resources/orgs/resources/accounts/client/requests/AccountsTypeaheadV1Request.d.ts +16 -0
- package/dist/cjs/api/resources/orgs/resources/accounts/client/requests/index.d.ts +4 -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 +36 -4
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.ts +5 -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 +5 -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} +6 -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/{DirectoryEntrySortByEnum.d.ts → AccountTypeaheadFieldEnum.d.ts} +1 -1
- package/dist/cjs/api/types/AccountTypeaheadResult.d.ts +8 -0
- package/dist/cjs/api/types/AccountTypeaheadResult.js +5 -0
- package/dist/cjs/api/types/AccountTypeaheadValue.d.ts +7 -0
- package/dist/cjs/api/types/AccountTypeaheadValue.js +5 -0
- package/dist/cjs/api/types/{DirectoryEntry1.d.ts → Contact1.d.ts} +6 -7
- package/dist/cjs/api/types/Contact1.js +5 -0
- package/dist/cjs/api/types/{DirectoryEntryListRes.d.ts → ContactListRes.d.ts} +2 -2
- package/dist/cjs/api/types/ContactListRes.js +5 -0
- package/dist/cjs/api/types/ContactSortByEnum.d.ts +4 -0
- package/dist/cjs/api/types/ContactSortByEnum.js +5 -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/NotificationEventsForAdHocEnum.d.ts +1 -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/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/index.d.ts +9 -5
- package/dist/cjs/api/types/index.js +9 -5
- 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/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 +114 -0
- package/dist/esm/api/resources/orgs/resources/{offChrtVendor → accounts}/client/Client.mjs +82 -53
- package/dist/esm/api/resources/orgs/resources/accounts/client/requests/AccountClientCreate1.d.mts +19 -0
- package/dist/esm/api/resources/orgs/resources/accounts/client/requests/AccountClientUpdate1.d.mts +13 -0
- package/dist/esm/api/resources/orgs/resources/accounts/client/requests/AccountsListV1Request.d.mts +30 -0
- package/dist/esm/api/resources/orgs/resources/accounts/client/requests/AccountsTypeaheadV1Request.d.mts +16 -0
- package/dist/esm/api/resources/orgs/resources/accounts/client/requests/index.d.mts +4 -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 +36 -4
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.mts +5 -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 +5 -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} +6 -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/AccountTypeaheadFieldEnum.d.mts +4 -0
- package/dist/esm/api/types/AccountTypeaheadResult.d.mts +8 -0
- package/dist/esm/api/types/AccountTypeaheadResult.mjs +4 -0
- package/dist/esm/api/types/AccountTypeaheadValue.d.mts +7 -0
- package/dist/esm/api/types/AccountTypeaheadValue.mjs +4 -0
- package/dist/esm/api/types/{DirectoryEntry1.d.mts → Contact1.d.mts} +6 -7
- package/dist/esm/api/types/Contact1.mjs +4 -0
- package/dist/esm/api/types/{DirectoryEntryListRes.d.mts → ContactListRes.d.mts} +2 -2
- package/dist/esm/api/types/ContactListRes.mjs +4 -0
- package/dist/esm/api/types/ContactSortByEnum.d.mts +4 -0
- package/dist/esm/api/types/ContactSortByEnum.mjs +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/NotificationEventsForAdHocEnum.d.mts +1 -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/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/index.d.mts +9 -5
- package/dist/esm/api/types/index.mjs +9 -5
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +388 -233
- 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/OffChrtVendorClientCreate1.d.ts +0 -15
- package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorClientUpdate1.d.ts +0 -12
- 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/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/OffChrtVendorClientCreate1.d.mts +0 -15
- package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorClientUpdate1.d.mts +0 -12
- 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/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/DirectoryEntriesListV1Request.js → accounts/client/requests/AccountClientCreate1.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientCreate1.js → accounts/client/requests/AccountClientUpdate1.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientUpdate1.js → accounts/client/requests/AccountsListV1Request.js} +0 -0
- /package/dist/cjs/api/resources/orgs/resources/{offChrtVendor/client/requests/OffChrtVendorClientCreate1.js → accounts/client/requests/AccountsTypeaheadV1Request.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 → AccountTypeaheadFieldEnum.js} +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/DirectoryEntriesListV1Request.mjs → accounts/client/requests/AccountClientCreate1.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientCreate1.mjs → accounts/client/requests/AccountClientUpdate1.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/{directoryEntries/client/requests/DirectoryEntryClientUpdate1.mjs → accounts/client/requests/AccountsListV1Request.mjs} +0 -0
- /package/dist/esm/api/resources/orgs/resources/{offChrtVendor/client/requests/OffChrtVendorClientCreate1.mjs → accounts/client/requests/AccountsTypeaheadV1Request.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 → AccountTypeaheadFieldEnum.mjs} +0 -0
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export interface OrderAndTaskGroupExpandedReq {
|
|
5
5
|
expand_cargos?: boolean;
|
|
6
|
+
expand_contacts?: boolean;
|
|
6
7
|
expand_coordinator_org_company_name?: boolean;
|
|
7
8
|
expand_coordinator_org_handle?: boolean;
|
|
8
|
-
expand_directory_entries?: boolean;
|
|
9
9
|
expand_driver?: boolean;
|
|
10
10
|
expand_executor_org_company_name?: boolean;
|
|
11
11
|
expand_executor_org_handle?: boolean;
|
|
@@ -5,6 +5,7 @@ export interface OrderDraftValidationRequirements {
|
|
|
5
5
|
all_entities_are_draft?: boolean | null;
|
|
6
6
|
at_least_one_task_has_time_window?: boolean | null;
|
|
7
7
|
cargos_have_valid_lifecycle?: boolean | null;
|
|
8
|
+
coordinator_shipper_accounts_match_order?: boolean | null;
|
|
8
9
|
order_has_coordinator?: boolean | null;
|
|
9
10
|
order_has_shipper?: boolean | null;
|
|
10
11
|
order_has_task_groups?: boolean | null;
|
|
@@ -16,6 +16,7 @@ export interface OrderLimitedForCoordinator1 {
|
|
|
16
16
|
coordinator_label?: string | null;
|
|
17
17
|
/** Must be a string starting with `org_` */
|
|
18
18
|
coordinator_org_id?: string | null;
|
|
19
|
+
coordinator_shipper_account_ids?: string[];
|
|
19
20
|
coordinator_task_lists_to_apply_at_order_staging?: Chrt.TaskListToApplyToOrder1[];
|
|
20
21
|
/** Must be a string starting with `org_` */
|
|
21
22
|
created_by_org_id: string;
|
|
@@ -17,6 +17,7 @@ export interface OrderLimitedForProvider1 {
|
|
|
17
17
|
coordinator_label?: string | null;
|
|
18
18
|
/** Must be a string starting with `org_` */
|
|
19
19
|
coordinator_org_id?: string | null;
|
|
20
|
+
coordinator_shipper_account_ids?: string[];
|
|
20
21
|
coordinator_task_lists_to_apply_at_order_staging?: Chrt.TaskListToApplyToOrder1[];
|
|
21
22
|
/** Must be a string starting with `org_` */
|
|
22
23
|
created_by_org_id: string;
|
|
@@ -5,13 +5,14 @@ import * as Chrt from "../index.mjs";
|
|
|
5
5
|
export interface OrderTemplate1 {
|
|
6
6
|
_id: string;
|
|
7
7
|
archived_at_timestamp?: string | null;
|
|
8
|
+
contact_ids?: string[];
|
|
8
9
|
coordinator_label?: string | null;
|
|
9
10
|
/** Must be a string starting with `org_` */
|
|
10
11
|
coordinator_org_id?: string | null;
|
|
12
|
+
coordinator_shipper_account_ids?: string[];
|
|
11
13
|
created_at_timestamp: string;
|
|
12
14
|
department_id?: string | null;
|
|
13
15
|
description?: string | null;
|
|
14
|
-
directory_entry_ids?: string[];
|
|
15
16
|
driver_ids?: string[];
|
|
16
17
|
executor_org_ids?: string[];
|
|
17
18
|
last_edited_at_timestamp: string;
|
|
@@ -8,11 +8,12 @@ import * as Chrt from "../index.mjs";
|
|
|
8
8
|
* NOTE - some fields have multiple values and must be properly mapped to an entity by the order builder, e.g. for `driver_ids` each resolves to a single task group
|
|
9
9
|
*/
|
|
10
10
|
export interface OrderTemplateCore1 {
|
|
11
|
+
contact_ids?: string[];
|
|
11
12
|
coordinator_label?: string | null;
|
|
12
13
|
/** Must be a string starting with `org_` */
|
|
13
14
|
coordinator_org_id?: string | null;
|
|
15
|
+
coordinator_shipper_account_ids?: string[];
|
|
14
16
|
department_id?: string | null;
|
|
15
|
-
directory_entry_ids?: string[];
|
|
16
17
|
driver_ids?: string[];
|
|
17
18
|
executor_org_ids?: string[];
|
|
18
19
|
off_chrt_executor_org_data_ids?: string[];
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Chrt from "../index.mjs";
|
|
5
5
|
export interface OrderTemplateExpanded1 {
|
|
6
|
-
|
|
6
|
+
contacts?: Chrt.Contact1[];
|
|
7
7
|
drivers?: Chrt.Driver1[];
|
|
8
8
|
executor_orgs?: Chrt.OrderTemplateOrgInfo1[];
|
|
9
9
|
off_chrt_executor_orgs?: Chrt.OffChrtOrgData1[];
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export type OrderTemplateReferenceColumnEnum1 = "shipper_org_id" | "off_chrt_shipper_org_data_id" | "executor_org_ids" | "off_chrt_executor_org_data_ids" | "driver_ids" | "
|
|
4
|
+
export type OrderTemplateReferenceColumnEnum1 = "shipper_org_id" | "off_chrt_shipper_org_data_id" | "coordinator_shipper_account_ids" | "executor_org_ids" | "off_chrt_executor_org_data_ids" | "driver_ids" | "contact_ids";
|
|
5
5
|
export declare const OrderTemplateReferenceColumnEnum1: {
|
|
6
6
|
readonly ShipperOrgId: "shipper_org_id";
|
|
7
7
|
readonly OffChrtShipperOrgDataId: "off_chrt_shipper_org_data_id";
|
|
8
|
+
readonly CoordinatorShipperAccountIds: "coordinator_shipper_account_ids";
|
|
8
9
|
readonly ExecutorOrgIds: "executor_org_ids";
|
|
9
10
|
readonly OffChrtExecutorOrgDataIds: "off_chrt_executor_org_data_ids";
|
|
10
11
|
readonly DriverIds: "driver_ids";
|
|
11
|
-
readonly
|
|
12
|
+
readonly ContactIds: "contact_ids";
|
|
12
13
|
};
|
|
@@ -4,8 +4,9 @@
|
|
|
4
4
|
export const OrderTemplateReferenceColumnEnum1 = {
|
|
5
5
|
ShipperOrgId: "shipper_org_id",
|
|
6
6
|
OffChrtShipperOrgDataId: "off_chrt_shipper_org_data_id",
|
|
7
|
+
CoordinatorShipperAccountIds: "coordinator_shipper_account_ids",
|
|
7
8
|
ExecutorOrgIds: "executor_org_ids",
|
|
8
9
|
OffChrtExecutorOrgDataIds: "off_chrt_executor_org_data_ids",
|
|
9
10
|
DriverIds: "driver_ids",
|
|
10
|
-
|
|
11
|
+
ContactIds: "contact_ids",
|
|
11
12
|
};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Chrt from "../index.mjs";
|
|
5
5
|
export interface OrderTemplateReferencesExpanded1 {
|
|
6
|
-
|
|
6
|
+
contacts?: Chrt.Contact1[];
|
|
7
7
|
drivers?: Chrt.Driver1[];
|
|
8
8
|
executor_orgs?: Chrt.OrderTemplateOrgInfo1[];
|
|
9
9
|
off_chrt_executor_orgs?: Chrt.OffChrtOrgData1[];
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
export interface OrderTemplateResolvabilityRes {
|
|
5
|
+
unresolvable_contact_ids?: string[];
|
|
5
6
|
unresolvable_coordinator?: boolean;
|
|
6
|
-
|
|
7
|
+
unresolvable_coordinator_shipper_account_ids?: string[];
|
|
7
8
|
unresolvable_driver_ids?: string[];
|
|
8
9
|
unresolvable_off_chrt_executor_org_data_ids?: string[];
|
|
9
10
|
unresolvable_off_chrt_shipper?: boolean;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export type OrgTypeEnum = "provider" | "shipper";
|
|
4
|
+
export type OrgTypeEnum = "provider" | "shipper" | "vendor";
|
|
5
5
|
export declare const OrgTypeEnum: {
|
|
6
6
|
readonly Provider: "provider";
|
|
7
7
|
readonly Shipper: "shipper";
|
|
8
|
+
readonly Vendor: "vendor";
|
|
8
9
|
};
|
|
@@ -24,7 +24,6 @@ export interface Statement1 {
|
|
|
24
24
|
paid_at_timestamp?: string | null;
|
|
25
25
|
payment_destination_driver_id?: string | null;
|
|
26
26
|
payment_destination_off_chrt_provider_org_data_id?: string | null;
|
|
27
|
-
payment_destination_off_chrt_vendor_id?: string | null;
|
|
28
27
|
/** Must be a string starting with `org_` */
|
|
29
28
|
payment_destination_org_id?: string | null;
|
|
30
29
|
payment_origin_off_chrt_shipper_org_data_id?: string | null;
|
|
@@ -13,12 +13,12 @@ export interface Task1 {
|
|
|
13
13
|
completed_by_org_id?: string | null;
|
|
14
14
|
/** Must be a string starting with `user_` */
|
|
15
15
|
completed_by_user_id?: string | null;
|
|
16
|
+
contact_ids?: string[];
|
|
16
17
|
/** Must be a string starting with `org_` */
|
|
17
18
|
created_by_org_id: string;
|
|
18
19
|
/** Must be a string starting with `user_` */
|
|
19
20
|
created_by_user_id?: string | null;
|
|
20
21
|
datetime_windows?: Chrt.DateTimeWindow1[];
|
|
21
|
-
directory_entry_ids?: string[];
|
|
22
22
|
draft_started_at_timestamp: string;
|
|
23
23
|
exception_at_timestamp?: string | null;
|
|
24
24
|
executor_org_notes?: Chrt.TaskExecutorOrgNote1[];
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
import * as Chrt from "../index.mjs";
|
|
5
5
|
export interface TaskClientCreate1 {
|
|
6
6
|
action?: TaskClientCreate1.Action | null;
|
|
7
|
+
contact_ids?: string[];
|
|
7
8
|
datetime_windows?: Chrt.DateTimeWindow1[];
|
|
8
|
-
directory_entry_ids?: string[];
|
|
9
9
|
geofence_distance_miles?: number;
|
|
10
10
|
location?: Chrt.LocationFeature | null;
|
|
11
11
|
order_placer_comments?: string | null;
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
import * as Chrt from "../index.mjs";
|
|
5
5
|
export interface TaskClientUpdate1 {
|
|
6
6
|
action?: TaskClientUpdate1.Action | null;
|
|
7
|
+
contact_ids?: string[];
|
|
7
8
|
datetime_windows?: Chrt.DateTimeWindow1[];
|
|
8
|
-
directory_entry_ids?: string[];
|
|
9
9
|
location?: Chrt.LocationFeature | null;
|
|
10
10
|
order_placer_comments?: string | null;
|
|
11
11
|
order_placer_comments__set_to_None?: boolean;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as Chrt from "../index.mjs";
|
|
5
5
|
export interface TaskExpanded {
|
|
6
6
|
cargos?: Chrt.Cargo1[] | null;
|
|
7
|
-
|
|
7
|
+
contacts?: Chrt.Contact1[] | null;
|
|
8
8
|
task: Chrt.Task1;
|
|
9
9
|
task_artifacts?: Chrt.TaskArtifact1[] | null;
|
|
10
10
|
}
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
export * from "./AiImageDescription.mjs";
|
|
2
|
+
export * from "./Account1.mjs";
|
|
3
|
+
export * from "./AccountListRes.mjs";
|
|
4
|
+
export * from "./AccountSortByEnum.mjs";
|
|
5
|
+
export * from "./AccountTypeaheadFieldEnum.mjs";
|
|
6
|
+
export * from "./AccountTypeaheadResult.mjs";
|
|
7
|
+
export * from "./AccountTypeaheadValue.mjs";
|
|
2
8
|
export * from "./AlertCallback.mjs";
|
|
3
9
|
export * from "./AlertEvent.mjs";
|
|
4
10
|
export * from "./AlertMessage.mjs";
|
|
@@ -121,6 +127,9 @@ export * from "./ConnectionSearchPreferenceEnum.mjs";
|
|
|
121
127
|
export * from "./ConnectionTypeaheadFieldEnum.mjs";
|
|
122
128
|
export * from "./ConnectionTypeaheadResult.mjs";
|
|
123
129
|
export * from "./ConnectionTypeaheadValue.mjs";
|
|
130
|
+
export * from "./Contact1.mjs";
|
|
131
|
+
export * from "./ContactListRes.mjs";
|
|
132
|
+
export * from "./ContactSortByEnum.mjs";
|
|
124
133
|
export * from "./CoordinatorExecutorConnection1.mjs";
|
|
125
134
|
export * from "./CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.mjs";
|
|
126
135
|
export * from "./CoordinatorExecutorConnectionForCoordinatorListItem.mjs";
|
|
@@ -146,9 +155,6 @@ export * from "./DeviceLimitedForList1.mjs";
|
|
|
146
155
|
export * from "./DeviceListRes.mjs";
|
|
147
156
|
export * from "./DevicePausedTimeWindow1.mjs";
|
|
148
157
|
export * from "./DeviceSortByEnum.mjs";
|
|
149
|
-
export * from "./DirectoryEntry1.mjs";
|
|
150
|
-
export * from "./DirectoryEntryListRes.mjs";
|
|
151
|
-
export * from "./DirectoryEntrySortByEnum.mjs";
|
|
152
158
|
export * from "./Driver1.mjs";
|
|
153
159
|
export * from "./DriverAnalyticsDay.mjs";
|
|
154
160
|
export * from "./DriverAnalyticsTaskGroup.mjs";
|
|
@@ -236,8 +242,6 @@ export * from "./OffChrtOrgData1.mjs";
|
|
|
236
242
|
export * from "./OffChrtOrgDataClientCreate1.mjs";
|
|
237
243
|
export * from "./OffChrtOrgDataListRes.mjs";
|
|
238
244
|
export * from "./OffChrtOrgDataSortByEnum.mjs";
|
|
239
|
-
export * from "./OffChrtVendor1.mjs";
|
|
240
|
-
export * from "./OffChrtVendorListRes.mjs";
|
|
241
245
|
export * from "./OnboardCourierRateSheet1.mjs";
|
|
242
246
|
export * from "./OnboardCourierRateSheetListRes.mjs";
|
|
243
247
|
export * from "./OnboardCourierTaskActionEnum1.mjs";
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
export * from "./AiImageDescription.mjs";
|
|
2
|
+
export * from "./Account1.mjs";
|
|
3
|
+
export * from "./AccountListRes.mjs";
|
|
4
|
+
export * from "./AccountSortByEnum.mjs";
|
|
5
|
+
export * from "./AccountTypeaheadFieldEnum.mjs";
|
|
6
|
+
export * from "./AccountTypeaheadResult.mjs";
|
|
7
|
+
export * from "./AccountTypeaheadValue.mjs";
|
|
2
8
|
export * from "./AlertCallback.mjs";
|
|
3
9
|
export * from "./AlertEvent.mjs";
|
|
4
10
|
export * from "./AlertMessage.mjs";
|
|
@@ -121,6 +127,9 @@ export * from "./ConnectionSearchPreferenceEnum.mjs";
|
|
|
121
127
|
export * from "./ConnectionTypeaheadFieldEnum.mjs";
|
|
122
128
|
export * from "./ConnectionTypeaheadResult.mjs";
|
|
123
129
|
export * from "./ConnectionTypeaheadValue.mjs";
|
|
130
|
+
export * from "./Contact1.mjs";
|
|
131
|
+
export * from "./ContactListRes.mjs";
|
|
132
|
+
export * from "./ContactSortByEnum.mjs";
|
|
124
133
|
export * from "./CoordinatorExecutorConnection1.mjs";
|
|
125
134
|
export * from "./CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.mjs";
|
|
126
135
|
export * from "./CoordinatorExecutorConnectionForCoordinatorListItem.mjs";
|
|
@@ -146,9 +155,6 @@ export * from "./DeviceLimitedForList1.mjs";
|
|
|
146
155
|
export * from "./DeviceListRes.mjs";
|
|
147
156
|
export * from "./DevicePausedTimeWindow1.mjs";
|
|
148
157
|
export * from "./DeviceSortByEnum.mjs";
|
|
149
|
-
export * from "./DirectoryEntry1.mjs";
|
|
150
|
-
export * from "./DirectoryEntryListRes.mjs";
|
|
151
|
-
export * from "./DirectoryEntrySortByEnum.mjs";
|
|
152
158
|
export * from "./Driver1.mjs";
|
|
153
159
|
export * from "./DriverAnalyticsDay.mjs";
|
|
154
160
|
export * from "./DriverAnalyticsTaskGroup.mjs";
|
|
@@ -236,8 +242,6 @@ export * from "./OffChrtOrgData1.mjs";
|
|
|
236
242
|
export * from "./OffChrtOrgDataClientCreate1.mjs";
|
|
237
243
|
export * from "./OffChrtOrgDataListRes.mjs";
|
|
238
244
|
export * from "./OffChrtOrgDataSortByEnum.mjs";
|
|
239
|
-
export * from "./OffChrtVendor1.mjs";
|
|
240
|
-
export * from "./OffChrtVendorListRes.mjs";
|
|
241
245
|
export * from "./OnboardCourierRateSheet1.mjs";
|
|
242
246
|
export * from "./OnboardCourierRateSheetListRes.mjs";
|
|
243
247
|
export * from "./OnboardCourierTaskActionEnum1.mjs";
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.
|
|
1
|
+
export declare const SDK_VERSION = "1.887.0";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "1.
|
|
1
|
+
export const SDK_VERSION = "1.887.0";
|