@chrt-inc/typescript-sdk 1.363.0 → 1.363.1
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.d.ts +6 -6
- package/dist/cjs/Client.js +36 -36
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.js +1 -1
- package/dist/cjs/api/resources/directoryEntries/client/Client.d.ts +99 -0
- package/dist/cjs/api/resources/directoryEntries/client/Client.js +364 -0
- package/dist/cjs/api/{types/ShipperContactClientCreate1.d.ts → resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.d.ts} +11 -7
- package/dist/cjs/api/resources/{shipperContactInfo/client/requests/ShipperContactClientUpdate1.d.ts → directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.ts} +2 -2
- package/dist/cjs/api/resources/directoryEntries/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/drivers/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/index.d.ts +3 -4
- package/dist/cjs/api/resources/index.js +4 -5
- package/dist/cjs/api/resources/notifications/client/Client.d.ts +12 -41
- package/dist/cjs/api/resources/notifications/client/Client.js +16 -169
- package/dist/cjs/api/resources/notifications/client/index.d.ts +0 -1
- package/dist/cjs/api/resources/notifications/client/index.js +0 -15
- package/dist/cjs/api/resources/notifications/index.d.ts +1 -0
- package/dist/cjs/api/resources/notifications/index.js +1 -0
- package/dist/cjs/api/resources/notifications/resources/adHoc/client/Client.d.ts +77 -0
- package/dist/cjs/api/resources/notifications/resources/adHoc/client/Client.js +252 -0
- package/dist/cjs/api/resources/notifications/resources/adHoc/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/notifications/resources/adHoc/client/index.js +17 -0
- package/dist/cjs/api/resources/notifications/resources/adHoc/client/requests/NotificationIntentAdHocClientCreate1.d.ts +18 -0
- package/dist/cjs/api/resources/notifications/resources/adHoc/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/notifications/resources/adHoc/index.d.ts +1 -0
- package/dist/cjs/api/resources/notifications/resources/adHoc/index.js +17 -0
- package/dist/cjs/api/resources/notifications/resources/groups/client/Client.d.ts +209 -0
- package/dist/cjs/api/resources/{shipperContactInfo → notifications/resources/groups}/client/Client.js +305 -118
- package/dist/cjs/api/resources/notifications/resources/groups/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/notifications/resources/groups/client/index.js +17 -0
- package/dist/cjs/api/resources/notifications/resources/groups/client/requests/GroupsUpdateNameV1Request.d.ts +12 -0
- package/dist/cjs/api/resources/notifications/resources/groups/client/requests/NotificationGroupClientCreate1.d.ts +14 -0
- package/dist/cjs/api/resources/notifications/resources/groups/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/notifications/resources/groups/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/notifications/resources/groups/index.d.ts +1 -0
- package/dist/cjs/api/resources/notifications/resources/groups/index.js +17 -0
- package/dist/cjs/api/resources/notifications/resources/index.d.ts +7 -0
- package/dist/cjs/api/resources/notifications/resources/index.js +46 -0
- package/dist/cjs/api/resources/notifications/resources/userPreferences/client/Client.d.ts +67 -0
- package/dist/cjs/api/resources/notifications/resources/userPreferences/client/Client.js +232 -0
- package/dist/cjs/api/resources/notifications/resources/userPreferences/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/notifications/resources/userPreferences/client/index.js +17 -0
- package/dist/cjs/api/resources/notifications/resources/userPreferences/client/requests/UserNotificationPreferencesUpdateRequest.d.ts +15 -0
- package/dist/cjs/api/resources/notifications/resources/userPreferences/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/notifications/resources/userPreferences/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/notifications/resources/userPreferences/index.d.ts +1 -0
- package/dist/cjs/api/resources/notifications/resources/userPreferences/index.js +17 -0
- package/dist/cjs/api/resources/notifications/resources/webhookSetup/client/Client.d.ts +74 -0
- package/dist/cjs/api/resources/notifications/resources/webhookSetup/client/Client.js +271 -0
- package/dist/cjs/api/resources/notifications/resources/webhookSetup/client/index.js +2 -0
- package/dist/cjs/api/resources/notifications/resources/webhookSetup/index.d.ts +1 -0
- package/dist/cjs/api/resources/notifications/resources/webhookSetup/index.js +17 -0
- package/dist/cjs/api/types/BillingLineItemGroupMessageWebhookPayload.d.ts +13 -0
- package/dist/cjs/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.ts +13 -0
- package/dist/cjs/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.js +5 -0
- package/dist/cjs/api/types/BillingStatementOpenedWebhookPayload.d.ts +11 -0
- package/dist/cjs/api/types/BillingStatementOpenedWebhookPayload.js +5 -0
- package/dist/cjs/api/types/BillingStatementPaidWebhookPayload.d.ts +11 -0
- package/dist/cjs/api/types/BillingStatementPaidWebhookPayload.js +5 -0
- package/dist/cjs/api/types/{ShipperContact1.d.ts → DirectoryEntry1.d.ts} +4 -6
- package/dist/cjs/api/types/DirectoryEntry1.js +5 -0
- package/dist/cjs/api/types/{Driver1.d.ts → Driver1Input.d.ts} +1 -1
- package/dist/cjs/api/types/Driver1Input.js +5 -0
- package/dist/cjs/api/types/Driver1Output.d.ts +27 -0
- package/dist/cjs/api/types/Driver1Output.js +5 -0
- package/dist/cjs/api/types/NotificationChannelsEnum.d.ts +12 -0
- package/dist/cjs/api/types/NotificationChannelsEnum.js +11 -0
- package/dist/cjs/api/types/NotificationEventsForAdHocEnum.d.ts +14 -0
- package/dist/cjs/api/types/NotificationEventsForAdHocEnum.js +10 -0
- package/dist/cjs/api/types/NotificationEventsForOrgsEnum.d.ts +29 -0
- package/dist/cjs/api/types/NotificationEventsForOrgsEnum.js +26 -0
- package/dist/cjs/api/types/NotificationEventsForUsersEnum.d.ts +20 -0
- package/dist/cjs/api/types/NotificationEventsForUsersEnum.js +15 -0
- package/dist/cjs/api/types/NotificationGroup1.d.ts +18 -0
- package/dist/cjs/api/types/NotificationGroup1.js +5 -0
- package/dist/cjs/api/types/NotificationGroupLimitedForDriver1.d.ts +23 -0
- package/dist/cjs/api/types/NotificationGroupLimitedForDriver1.js +5 -0
- package/dist/cjs/api/types/NotificationIntentAdHoc1.d.ts +18 -0
- package/dist/cjs/api/types/NotificationIntentAdHoc1.js +5 -0
- package/dist/cjs/api/types/NotificationUserPreferences1.d.ts +15 -0
- package/dist/cjs/api/types/NotificationUserPreferences1.js +5 -0
- package/dist/cjs/api/types/OrderAndTaskGroupExpandedReq.d.ts +1 -1
- package/dist/cjs/api/types/OrgMembersAndDrivers.d.ts +1 -1
- package/dist/cjs/api/types/OrgPrivateData1.d.ts +2 -0
- package/dist/cjs/api/types/ShippingOrderCancelledWebhookPayload.d.ts +11 -0
- package/dist/cjs/api/types/ShippingOrderCancelledWebhookPayload.js +5 -0
- package/dist/cjs/api/types/ShippingOrderCompletedWebhookPayload.d.ts +11 -0
- package/dist/cjs/api/types/ShippingOrderCompletedWebhookPayload.js +5 -0
- package/dist/cjs/api/types/ShippingOrderStagedWebhookPayload.d.ts +11 -0
- package/dist/cjs/api/types/ShippingOrderStagedWebhookPayload.js +5 -0
- package/dist/cjs/api/types/ShippingTaskAddedWebhookPayload.d.ts +15 -0
- package/dist/cjs/api/types/ShippingTaskAddedWebhookPayload.js +5 -0
- package/dist/cjs/api/types/ShippingTaskCompletedWebhookPayload.d.ts +15 -0
- package/dist/cjs/api/types/ShippingTaskCompletedWebhookPayload.js +5 -0
- package/dist/cjs/api/types/ShippingTaskDeletedWebhookPayload.d.ts +14 -0
- package/dist/cjs/api/types/ShippingTaskDeletedWebhookPayload.js +5 -0
- package/dist/cjs/api/types/ShippingTaskGroupCourierOrgAssignedWebhookPayload.d.ts +14 -0
- package/dist/cjs/api/types/ShippingTaskGroupCourierOrgAssignedWebhookPayload.js +5 -0
- package/dist/cjs/api/types/ShippingTaskGroupDriverAssignedWebhookPayload.d.ts +15 -0
- package/dist/cjs/api/types/ShippingTaskGroupDriverAssignedWebhookPayload.js +5 -0
- package/dist/cjs/api/types/ShippingTaskGroupFlightInfoUpdatedWebhookPayload.d.ts +16 -0
- package/dist/cjs/api/types/ShippingTaskGroupFlightInfoUpdatedWebhookPayload.js +5 -0
- package/dist/cjs/api/types/ShippingTaskGroupInProgressWebhookPayload.d.ts +13 -0
- package/dist/cjs/api/types/ShippingTaskGroupInProgressWebhookPayload.js +5 -0
- package/dist/cjs/api/types/ShippingTaskGroupMessageWebhookPayload.d.ts +15 -0
- package/dist/cjs/api/types/ShippingTaskGroupMessageWebhookPayload.js +5 -0
- package/dist/cjs/api/types/ShippingTaskGroupS3ObjectAddedWebhookPayload.d.ts +15 -0
- package/dist/cjs/api/types/ShippingTaskGroupS3ObjectAddedWebhookPayload.js +5 -0
- package/dist/cjs/api/types/ShippingTaskGroupTasksOrderingUpdatedWebhookPayload.d.ts +14 -0
- package/dist/cjs/api/types/ShippingTaskGroupTasksOrderingUpdatedWebhookPayload.js +5 -0
- package/dist/cjs/api/types/ShippingTaskSkippedWebhookPayload.d.ts +15 -0
- package/dist/cjs/api/types/ShippingTaskSkippedWebhookPayload.js +5 -0
- package/dist/cjs/api/types/Statement1.d.ts +1 -1
- package/dist/cjs/api/types/{Task1.d.ts → Task1Input.d.ts} +4 -8
- package/dist/cjs/api/types/Task1Input.js +5 -0
- package/dist/cjs/api/types/Task1Output.d.ts +36 -0
- package/dist/cjs/api/types/Task1Output.js +5 -0
- 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 +2 -2
- package/dist/cjs/api/types/TaskGroupExpanded.d.ts +1 -1
- package/dist/cjs/api/types/UserPublicData1.d.ts +0 -1
- package/dist/cjs/api/types/WebhookAppPortalAccessRes.d.ts +10 -0
- package/dist/cjs/api/types/WebhookAppPortalAccessRes.js +5 -0
- package/dist/cjs/api/types/index.d.ts +32 -6
- package/dist/cjs/api/types/index.js +32 -6
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.d.mts +6 -6
- package/dist/esm/Client.mjs +10 -10
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.mjs +1 -1
- package/dist/esm/api/resources/directoryEntries/client/Client.d.mts +99 -0
- package/dist/esm/api/resources/directoryEntries/client/Client.mjs +327 -0
- package/dist/esm/api/{types/ShipperContactClientCreate1.d.mts → resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.d.mts} +11 -7
- package/dist/esm/api/resources/{shipperContactInfo/client/requests/ShipperContactClientUpdate1.d.mts → directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.mts} +2 -2
- package/dist/esm/api/resources/directoryEntries/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/drivers/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/index.d.mts +3 -4
- package/dist/esm/api/resources/index.mjs +3 -4
- package/dist/esm/api/resources/notifications/client/Client.d.mts +12 -41
- package/dist/esm/api/resources/notifications/client/Client.mjs +16 -136
- package/dist/esm/api/resources/notifications/client/index.d.mts +0 -1
- package/dist/esm/api/resources/notifications/client/index.mjs +1 -1
- package/dist/esm/api/resources/notifications/index.d.mts +1 -0
- package/dist/esm/api/resources/notifications/index.mjs +1 -0
- package/dist/esm/api/resources/notifications/resources/adHoc/client/Client.d.mts +77 -0
- package/dist/esm/api/resources/notifications/resources/adHoc/client/Client.mjs +215 -0
- package/dist/esm/api/resources/notifications/resources/adHoc/client/index.d.mts +2 -0
- package/dist/esm/api/resources/notifications/resources/adHoc/client/index.mjs +1 -0
- package/dist/esm/api/resources/notifications/resources/adHoc/client/requests/NotificationIntentAdHocClientCreate1.d.mts +18 -0
- package/dist/esm/api/resources/notifications/resources/adHoc/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/notifications/resources/adHoc/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/notifications/resources/adHoc/index.d.mts +1 -0
- package/dist/esm/api/resources/notifications/resources/adHoc/index.mjs +1 -0
- package/dist/esm/api/resources/notifications/resources/groups/client/Client.d.mts +209 -0
- package/dist/esm/api/resources/{shipperContactInfo → notifications/resources/groups}/client/Client.mjs +303 -116
- package/dist/esm/api/resources/notifications/resources/groups/client/index.d.mts +2 -0
- package/dist/esm/api/resources/notifications/resources/groups/client/index.mjs +1 -0
- package/dist/esm/api/resources/notifications/resources/groups/client/requests/GroupsUpdateNameV1Request.d.mts +12 -0
- package/dist/esm/api/resources/notifications/resources/groups/client/requests/NotificationGroupClientCreate1.d.mts +14 -0
- package/dist/esm/api/resources/notifications/resources/groups/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/notifications/resources/groups/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/notifications/resources/groups/index.d.mts +1 -0
- package/dist/esm/api/resources/notifications/resources/groups/index.mjs +1 -0
- package/dist/esm/api/resources/notifications/resources/index.d.mts +7 -0
- package/dist/esm/api/resources/notifications/resources/index.mjs +7 -0
- package/dist/esm/api/resources/notifications/resources/userPreferences/client/Client.d.mts +67 -0
- package/dist/esm/api/resources/notifications/resources/userPreferences/client/Client.mjs +195 -0
- package/dist/esm/api/resources/notifications/resources/userPreferences/client/index.d.mts +2 -0
- package/dist/esm/api/resources/notifications/resources/userPreferences/client/index.mjs +1 -0
- package/dist/esm/api/resources/notifications/resources/userPreferences/client/requests/UserNotificationPreferencesUpdateRequest.d.mts +15 -0
- package/dist/esm/api/resources/notifications/resources/userPreferences/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/notifications/resources/userPreferences/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/notifications/resources/userPreferences/index.d.mts +1 -0
- package/dist/esm/api/resources/notifications/resources/userPreferences/index.mjs +1 -0
- package/dist/esm/api/resources/notifications/resources/webhookSetup/client/Client.d.mts +74 -0
- package/dist/esm/api/resources/notifications/resources/webhookSetup/client/Client.mjs +234 -0
- package/dist/esm/api/resources/notifications/resources/webhookSetup/client/index.d.mts +1 -0
- package/dist/esm/api/resources/notifications/resources/webhookSetup/client/index.mjs +1 -0
- package/dist/esm/api/resources/notifications/resources/webhookSetup/index.d.mts +1 -0
- package/dist/esm/api/resources/notifications/resources/webhookSetup/index.mjs +1 -0
- package/dist/esm/api/types/BillingLineItemGroupMessageWebhookPayload.d.mts +13 -0
- package/dist/esm/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.mts +13 -0
- package/dist/esm/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.mjs +4 -0
- package/dist/esm/api/types/BillingStatementOpenedWebhookPayload.d.mts +11 -0
- package/dist/esm/api/types/BillingStatementOpenedWebhookPayload.mjs +4 -0
- package/dist/esm/api/types/BillingStatementPaidWebhookPayload.d.mts +11 -0
- package/dist/esm/api/types/BillingStatementPaidWebhookPayload.mjs +4 -0
- package/dist/esm/api/types/{ShipperContact1.d.mts → DirectoryEntry1.d.mts} +4 -6
- package/dist/esm/api/types/DirectoryEntry1.mjs +4 -0
- package/dist/esm/api/types/{Driver1.d.mts → Driver1Input.d.mts} +1 -1
- package/dist/esm/api/types/Driver1Input.mjs +4 -0
- package/dist/esm/api/types/Driver1Output.d.mts +27 -0
- package/dist/esm/api/types/Driver1Output.mjs +4 -0
- package/dist/esm/api/types/NotificationChannelsEnum.d.mts +12 -0
- package/dist/esm/api/types/NotificationChannelsEnum.mjs +8 -0
- package/dist/esm/api/types/NotificationEventsForAdHocEnum.d.mts +14 -0
- package/dist/esm/api/types/NotificationEventsForAdHocEnum.mjs +7 -0
- package/dist/esm/api/types/NotificationEventsForOrgsEnum.d.mts +29 -0
- package/dist/esm/api/types/NotificationEventsForOrgsEnum.mjs +23 -0
- package/dist/esm/api/types/NotificationEventsForUsersEnum.d.mts +20 -0
- package/dist/esm/api/types/NotificationEventsForUsersEnum.mjs +12 -0
- package/dist/esm/api/types/NotificationGroup1.d.mts +18 -0
- package/dist/esm/api/types/NotificationGroup1.mjs +4 -0
- package/dist/esm/api/types/NotificationGroupLimitedForDriver1.d.mts +23 -0
- package/dist/esm/api/types/NotificationGroupLimitedForDriver1.mjs +4 -0
- package/dist/esm/api/types/NotificationIntentAdHoc1.d.mts +18 -0
- package/dist/esm/api/types/NotificationIntentAdHoc1.mjs +4 -0
- package/dist/esm/api/types/NotificationUserPreferences1.d.mts +15 -0
- package/dist/esm/api/types/NotificationUserPreferences1.mjs +4 -0
- package/dist/esm/api/types/OrderAndTaskGroupExpandedReq.d.mts +1 -1
- package/dist/esm/api/types/OrgMembersAndDrivers.d.mts +1 -1
- package/dist/esm/api/types/OrgPrivateData1.d.mts +2 -0
- package/dist/esm/api/types/ShippingOrderCancelledWebhookPayload.d.mts +11 -0
- package/dist/esm/api/types/ShippingOrderCancelledWebhookPayload.mjs +4 -0
- package/dist/esm/api/types/ShippingOrderCompletedWebhookPayload.d.mts +11 -0
- package/dist/esm/api/types/ShippingOrderCompletedWebhookPayload.mjs +4 -0
- package/dist/esm/api/types/ShippingOrderStagedWebhookPayload.d.mts +11 -0
- package/dist/esm/api/types/ShippingOrderStagedWebhookPayload.mjs +4 -0
- package/dist/esm/api/types/ShippingTaskAddedWebhookPayload.d.mts +15 -0
- package/dist/esm/api/types/ShippingTaskAddedWebhookPayload.mjs +4 -0
- package/dist/esm/api/types/ShippingTaskCompletedWebhookPayload.d.mts +15 -0
- package/dist/esm/api/types/ShippingTaskCompletedWebhookPayload.mjs +4 -0
- package/dist/esm/api/types/ShippingTaskDeletedWebhookPayload.d.mts +14 -0
- package/dist/esm/api/types/ShippingTaskDeletedWebhookPayload.mjs +4 -0
- package/dist/esm/api/types/ShippingTaskGroupCourierOrgAssignedWebhookPayload.d.mts +14 -0
- package/dist/esm/api/types/ShippingTaskGroupCourierOrgAssignedWebhookPayload.mjs +4 -0
- package/dist/esm/api/types/ShippingTaskGroupDriverAssignedWebhookPayload.d.mts +15 -0
- package/dist/esm/api/types/ShippingTaskGroupDriverAssignedWebhookPayload.mjs +4 -0
- package/dist/esm/api/types/ShippingTaskGroupFlightInfoUpdatedWebhookPayload.d.mts +16 -0
- package/dist/esm/api/types/ShippingTaskGroupFlightInfoUpdatedWebhookPayload.mjs +4 -0
- package/dist/esm/api/types/ShippingTaskGroupInProgressWebhookPayload.d.mts +13 -0
- package/dist/esm/api/types/ShippingTaskGroupInProgressWebhookPayload.mjs +4 -0
- package/dist/esm/api/types/ShippingTaskGroupMessageWebhookPayload.d.mts +15 -0
- package/dist/esm/api/types/ShippingTaskGroupMessageWebhookPayload.mjs +4 -0
- package/dist/esm/api/types/ShippingTaskGroupS3ObjectAddedWebhookPayload.d.mts +15 -0
- package/dist/esm/api/types/ShippingTaskGroupS3ObjectAddedWebhookPayload.mjs +4 -0
- package/dist/esm/api/types/ShippingTaskGroupTasksOrderingUpdatedWebhookPayload.d.mts +14 -0
- package/dist/esm/api/types/ShippingTaskGroupTasksOrderingUpdatedWebhookPayload.mjs +4 -0
- package/dist/esm/api/types/ShippingTaskSkippedWebhookPayload.d.mts +15 -0
- package/dist/esm/api/types/ShippingTaskSkippedWebhookPayload.mjs +4 -0
- package/dist/esm/api/types/Statement1.d.mts +1 -1
- package/dist/esm/api/types/{Task1.d.mts → Task1Input.d.mts} +4 -8
- package/dist/esm/api/types/Task1Input.mjs +4 -0
- package/dist/esm/api/types/Task1Output.d.mts +36 -0
- package/dist/esm/api/types/Task1Output.mjs +4 -0
- 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 +2 -2
- package/dist/esm/api/types/TaskGroupExpanded.d.mts +1 -1
- package/dist/esm/api/types/UserPublicData1.d.mts +0 -1
- package/dist/esm/api/types/WebhookAppPortalAccessRes.d.mts +10 -0
- package/dist/esm/api/types/WebhookAppPortalAccessRes.mjs +4 -0
- package/dist/esm/api/types/index.d.mts +32 -6
- package/dist/esm/api/types/index.mjs +32 -6
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +1786 -754
- package/dist/cjs/api/resources/notifications/client/requests/NotificationReq.d.ts +0 -17
- package/dist/cjs/api/resources/notifications/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/shipperContactInfo/client/Client.d.ts +0 -163
- package/dist/cjs/api/resources/shipperContactInfo/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/types/ChrtEmailRecipient.d.ts +0 -10
- package/dist/cjs/api/types/ChrtEmailRecipient.js +0 -12
- package/dist/cjs/api/types/NotificationRes.d.ts +0 -10
- package/dist/esm/api/resources/notifications/client/requests/NotificationReq.d.mts +0 -17
- package/dist/esm/api/resources/notifications/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/shipperContactInfo/client/Client.d.mts +0 -163
- package/dist/esm/api/resources/shipperContactInfo/client/requests/index.d.mts +0 -1
- package/dist/esm/api/types/ChrtEmailRecipient.d.mts +0 -10
- package/dist/esm/api/types/ChrtEmailRecipient.mjs +0 -9
- package/dist/esm/api/types/NotificationRes.d.mts +0 -10
- /package/dist/cjs/api/resources/{shipperContactInfo → directoryEntries}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{shipperContactInfo → directoryEntries}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{notifications/client/requests/NotificationReq.js → directoryEntries/client/requests/DirectoryEntryClientCreate1.js} +0 -0
- /package/dist/cjs/api/resources/{shipperContactInfo/client/requests/ShipperContactClientUpdate1.js → directoryEntries/client/requests/DirectoryEntryClientUpdate1.js} +0 -0
- /package/dist/cjs/api/resources/{notifications → directoryEntries}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/{shipperContactInfo → directoryEntries}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{shipperContactInfo → directoryEntries}/index.js +0 -0
- /package/dist/cjs/api/{types/Driver1.js → resources/notifications/resources/adHoc/client/requests/NotificationIntentAdHocClientCreate1.js} +0 -0
- /package/dist/cjs/api/resources/{shipperContactInfo → notifications/resources/adHoc}/client/requests/index.js +0 -0
- /package/dist/cjs/api/{types/NotificationRes.js → resources/notifications/resources/groups/client/requests/GroupsUpdateNameV1Request.js} +0 -0
- /package/dist/cjs/api/{types/ShipperContact1.js → resources/notifications/resources/groups/client/requests/NotificationGroupClientCreate1.js} +0 -0
- /package/dist/cjs/api/{types/ShipperContactClientCreate1.js → resources/notifications/resources/userPreferences/client/requests/UserNotificationPreferencesUpdateRequest.js} +0 -0
- /package/dist/{esm/api/resources/notifications/client/requests/index.mjs → cjs/api/resources/notifications/resources/webhookSetup/client/index.d.ts} +0 -0
- /package/dist/cjs/api/types/{Task1.js → BillingLineItemGroupMessageWebhookPayload.js} +0 -0
- /package/dist/esm/api/resources/{shipperContactInfo → directoryEntries}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{shipperContactInfo → directoryEntries}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{notifications/client/requests/NotificationReq.mjs → directoryEntries/client/requests/DirectoryEntryClientCreate1.mjs} +0 -0
- /package/dist/esm/api/resources/{shipperContactInfo/client/requests/ShipperContactClientUpdate1.mjs → directoryEntries/client/requests/DirectoryEntryClientUpdate1.mjs} +0 -0
- /package/dist/esm/api/resources/{shipperContactInfo → directoryEntries}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/{shipperContactInfo → directoryEntries}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{shipperContactInfo → directoryEntries}/index.mjs +0 -0
- /package/dist/esm/api/{types/Driver1.mjs → resources/notifications/resources/adHoc/client/requests/NotificationIntentAdHocClientCreate1.mjs} +0 -0
- /package/dist/esm/api/{types/NotificationRes.mjs → resources/notifications/resources/groups/client/requests/GroupsUpdateNameV1Request.mjs} +0 -0
- /package/dist/esm/api/{types/ShipperContact1.mjs → resources/notifications/resources/groups/client/requests/NotificationGroupClientCreate1.mjs} +0 -0
- /package/dist/esm/api/{types/ShipperContactClientCreate1.mjs → resources/notifications/resources/userPreferences/client/requests/UserNotificationPreferencesUpdateRequest.mjs} +0 -0
- /package/dist/esm/api/types/{Task1.mjs → BillingLineItemGroupMessageWebhookPayload.mjs} +0 -0
|
@@ -9,7 +9,7 @@ export interface OrderAndTaskGroupExpandedReq {
|
|
|
9
9
|
expand_tasks?: boolean;
|
|
10
10
|
expand_cargos?: boolean;
|
|
11
11
|
expand_task_artifacts?: boolean;
|
|
12
|
-
|
|
12
|
+
expand_directory_entries?: boolean;
|
|
13
13
|
expand_driver?: boolean;
|
|
14
14
|
expand_courier_org_company_name?: boolean;
|
|
15
15
|
expand_courier_org_handle?: boolean;
|
|
@@ -8,6 +8,8 @@ export interface OrgPrivateData1 {
|
|
|
8
8
|
/** Must be a string starting with `org_` */
|
|
9
9
|
org_id: string;
|
|
10
10
|
stripe_connect_account_id?: string | null;
|
|
11
|
+
webhook_enabled?: boolean;
|
|
12
|
+
svix_app_id?: string | null;
|
|
11
13
|
default_rate_sheet__routed__shipper_pay_courier?: string | null;
|
|
12
14
|
default_rate_sheet__on_demand__shipper_pay_courier?: string | null;
|
|
13
15
|
default_rate_sheet__routed__courier_pay_driver?: string | null;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface ShippingOrderCancelledWebhookPayload {
|
|
6
|
+
event_type?: "shipping.order.cancelled";
|
|
7
|
+
/** UTC timestamp when the event occurred */
|
|
8
|
+
event_timestamp: string;
|
|
9
|
+
/** The order that was cancelled */
|
|
10
|
+
order: Chrt.Order1;
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface ShippingOrderCompletedWebhookPayload {
|
|
6
|
+
event_type?: "shipping.order.completed";
|
|
7
|
+
/** UTC timestamp when the event occurred */
|
|
8
|
+
event_timestamp: string;
|
|
9
|
+
/** The order that was completed */
|
|
10
|
+
order: Chrt.Order1;
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface ShippingOrderStagedWebhookPayload {
|
|
6
|
+
event_type?: "shipping.order.staged";
|
|
7
|
+
/** UTC timestamp when the event occurred */
|
|
8
|
+
event_timestamp: string;
|
|
9
|
+
/** The order that was staged */
|
|
10
|
+
order: Chrt.Order1;
|
|
11
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface ShippingTaskAddedWebhookPayload {
|
|
6
|
+
event_type?: "shipping.task.added";
|
|
7
|
+
/** UTC timestamp when the event occurred */
|
|
8
|
+
event_timestamp: string;
|
|
9
|
+
/** The order containing the task group */
|
|
10
|
+
order_id: string;
|
|
11
|
+
/** The task group the task was added to */
|
|
12
|
+
task_group_id: string;
|
|
13
|
+
/** The task that was added */
|
|
14
|
+
task: Chrt.Task1Input;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface ShippingTaskCompletedWebhookPayload {
|
|
6
|
+
event_type?: "shipping.task.completed";
|
|
7
|
+
/** UTC timestamp when the event occurred */
|
|
8
|
+
event_timestamp: string;
|
|
9
|
+
/** The order containing the task */
|
|
10
|
+
order_id: string;
|
|
11
|
+
/** The task group containing the task */
|
|
12
|
+
task_group_id: string;
|
|
13
|
+
/** The task that was completed */
|
|
14
|
+
task: Chrt.Task1Input;
|
|
15
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface ShippingTaskDeletedWebhookPayload {
|
|
5
|
+
event_type?: "shipping.task.deleted";
|
|
6
|
+
/** UTC timestamp when the event occurred */
|
|
7
|
+
event_timestamp: string;
|
|
8
|
+
/** The order containing the task group */
|
|
9
|
+
order_id: string;
|
|
10
|
+
/** The task group the task was deleted from */
|
|
11
|
+
task_group_id: string;
|
|
12
|
+
/** The ID of the task that was deleted */
|
|
13
|
+
task_id: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface ShippingTaskGroupCourierOrgAssignedWebhookPayload {
|
|
5
|
+
event_type?: "shipping.task_group.courier_org_assigned";
|
|
6
|
+
/** UTC timestamp when the event occurred */
|
|
7
|
+
event_timestamp: string;
|
|
8
|
+
/** The order containing the task group */
|
|
9
|
+
order_id: string;
|
|
10
|
+
/** The task group the courier org was assigned to */
|
|
11
|
+
task_group_id: string;
|
|
12
|
+
/** The courier organization that was assigned */
|
|
13
|
+
courier_org_id: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface ShippingTaskGroupDriverAssignedWebhookPayload {
|
|
6
|
+
event_type?: "shipping.task_group.driver_assigned";
|
|
7
|
+
/** UTC timestamp when the event occurred */
|
|
8
|
+
event_timestamp: string;
|
|
9
|
+
/** The order containing the task group the driver was assigned to */
|
|
10
|
+
order_id: string;
|
|
11
|
+
/** The specific task group the driver was assigned to */
|
|
12
|
+
task_group_id: string;
|
|
13
|
+
/** The driver that was assigned */
|
|
14
|
+
driver: Chrt.Driver1Input;
|
|
15
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface ShippingTaskGroupFlightInfoUpdatedWebhookPayload {
|
|
5
|
+
event_type?: "shipping.task_group.flight_info_updated";
|
|
6
|
+
/** UTC timestamp when the event occurred */
|
|
7
|
+
event_timestamp: string;
|
|
8
|
+
/** The order containing the task group */
|
|
9
|
+
order_id: string;
|
|
10
|
+
/** The task group whose flight info was updated */
|
|
11
|
+
task_group_id: string;
|
|
12
|
+
/** The flight number (if set) */
|
|
13
|
+
flight_number?: string | null;
|
|
14
|
+
/** FlightAware flight UUIDs associated with this task group */
|
|
15
|
+
fa_flight_ids: string[];
|
|
16
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface ShippingTaskGroupInProgressWebhookPayload {
|
|
6
|
+
event_type?: "shipping.task_group.in_progress";
|
|
7
|
+
/** UTC timestamp when the event occurred */
|
|
8
|
+
event_timestamp: string;
|
|
9
|
+
/** The order containing the task group */
|
|
10
|
+
order_id: string;
|
|
11
|
+
/** The task group that is now in progress */
|
|
12
|
+
task_group: Chrt.TaskGroup1;
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface ShippingTaskGroupMessageWebhookPayload {
|
|
6
|
+
event_type?: "shipping.task_group.message";
|
|
7
|
+
/** UTC timestamp when the event occurred */
|
|
8
|
+
event_timestamp: string;
|
|
9
|
+
/** The order containing the task group */
|
|
10
|
+
order_id: string;
|
|
11
|
+
/** The task group the message was added to */
|
|
12
|
+
task_group_id: string;
|
|
13
|
+
/** The message that was added to the task group */
|
|
14
|
+
message: Chrt.TaskGroupMessage1;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface ShippingTaskGroupS3ObjectAddedWebhookPayload {
|
|
6
|
+
event_type?: "shipping.task_group.s3_object_added";
|
|
7
|
+
/** UTC timestamp when the event occurred */
|
|
8
|
+
event_timestamp: string;
|
|
9
|
+
/** The order containing the task group */
|
|
10
|
+
order_id: string;
|
|
11
|
+
/** The task group the S3 object was added to */
|
|
12
|
+
task_group_id: string;
|
|
13
|
+
/** Metadata for the S3 object that was added */
|
|
14
|
+
s3_object_metadata: Chrt.TaskGroupS3ObjectMetadata1;
|
|
15
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface ShippingTaskGroupTasksOrderingUpdatedWebhookPayload {
|
|
5
|
+
event_type?: "shipping.task_group.tasks_ordering_updated";
|
|
6
|
+
/** UTC timestamp when the event occurred */
|
|
7
|
+
event_timestamp: string;
|
|
8
|
+
/** The order containing the task group */
|
|
9
|
+
order_id: string;
|
|
10
|
+
/** The task group whose task ordering was updated */
|
|
11
|
+
task_group_id: string;
|
|
12
|
+
/** The new ordered list of task IDs */
|
|
13
|
+
task_ids: string[];
|
|
14
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface ShippingTaskSkippedWebhookPayload {
|
|
6
|
+
event_type?: "shipping.task.skipped";
|
|
7
|
+
/** UTC timestamp when the event occurred */
|
|
8
|
+
event_timestamp: string;
|
|
9
|
+
/** The order containing the task */
|
|
10
|
+
order_id: string;
|
|
11
|
+
/** The task group containing the task */
|
|
12
|
+
task_group_id: string;
|
|
13
|
+
/** The task that was skipped */
|
|
14
|
+
task: Chrt.Task1Input;
|
|
15
|
+
}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Chrt from "../index.mjs";
|
|
5
|
-
export interface
|
|
5
|
+
export interface Task1Input {
|
|
6
6
|
schema_version: number;
|
|
7
7
|
location?: Chrt.LocationFeature | null;
|
|
8
|
-
action?:
|
|
8
|
+
action?: Task1Input.Action | null;
|
|
9
9
|
time_windows?: Chrt.TimeWindow1[];
|
|
10
10
|
order_placer_comments?: string | null;
|
|
11
|
-
|
|
11
|
+
directory_entry_ids?: string[];
|
|
12
12
|
_id: string;
|
|
13
13
|
order_id: string;
|
|
14
14
|
order_short_id: string;
|
|
@@ -30,11 +30,7 @@ export interface Task1 {
|
|
|
30
30
|
skipped_at_timestamp?: string | null;
|
|
31
31
|
exception_at_timestamp?: string | null;
|
|
32
32
|
order_cancelled?: boolean;
|
|
33
|
-
task_notification_email_ids?: string[];
|
|
34
|
-
task_notification_sms_ids?: string[];
|
|
35
|
-
task_notification_push_ids?: string[];
|
|
36
|
-
task_notification_voice_ids?: string[];
|
|
37
33
|
}
|
|
38
|
-
export declare namespace
|
|
34
|
+
export declare namespace Task1Input {
|
|
39
35
|
type Action = Chrt.ChrtGroundCourierTaskActionEnum1 | Chrt.FlightTaskActionEnum1 | Chrt.OnboardCourierTaskActionEnum1;
|
|
40
36
|
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface Task1Output {
|
|
6
|
+
schema_version: number;
|
|
7
|
+
location?: Chrt.LocationFeature | null;
|
|
8
|
+
action?: Task1Output.Action | null;
|
|
9
|
+
time_windows?: Chrt.TimeWindow1[];
|
|
10
|
+
order_placer_comments?: string | null;
|
|
11
|
+
directory_entry_ids?: string[];
|
|
12
|
+
_id: string;
|
|
13
|
+
order_id: string;
|
|
14
|
+
order_short_id: string;
|
|
15
|
+
task_group_id: string;
|
|
16
|
+
/** Must be a string starting with `org_` */
|
|
17
|
+
created_by_org_id: string;
|
|
18
|
+
/** Must be a string starting with `user_` */
|
|
19
|
+
created_by_user_id: string;
|
|
20
|
+
/** Must be a string starting with `org_` */
|
|
21
|
+
completed_by_org_id?: string | null;
|
|
22
|
+
/** Must be a string starting with `user_` */
|
|
23
|
+
completed_by_user_id?: string | null;
|
|
24
|
+
cargo_ids?: string[];
|
|
25
|
+
task_artifact_ids?: string[];
|
|
26
|
+
status?: Chrt.TaskStatusEnum1;
|
|
27
|
+
draft_started_at_timestamp: string;
|
|
28
|
+
staged_at_timestamp?: string | null;
|
|
29
|
+
completed_at_timestamp?: string | null;
|
|
30
|
+
skipped_at_timestamp?: string | null;
|
|
31
|
+
exception_at_timestamp?: string | null;
|
|
32
|
+
order_cancelled?: boolean;
|
|
33
|
+
}
|
|
34
|
+
export declare namespace Task1Output {
|
|
35
|
+
type Action = Chrt.ChrtGroundCourierTaskActionEnum1 | Chrt.FlightTaskActionEnum1 | Chrt.OnboardCourierTaskActionEnum1;
|
|
36
|
+
}
|
|
@@ -8,7 +8,7 @@ export interface TaskClientCreate1 {
|
|
|
8
8
|
action?: TaskClientCreate1.Action | null;
|
|
9
9
|
time_windows?: Chrt.TimeWindow1[];
|
|
10
10
|
order_placer_comments?: string | null;
|
|
11
|
-
|
|
11
|
+
directory_entry_ids?: string[];
|
|
12
12
|
}
|
|
13
13
|
export declare namespace TaskClientCreate1 {
|
|
14
14
|
type Action = Chrt.ChrtGroundCourierTaskActionEnum1 | Chrt.FlightTaskActionEnum1 | Chrt.OnboardCourierTaskActionEnum1;
|
|
@@ -6,7 +6,7 @@ export interface TaskClientUpdate1 {
|
|
|
6
6
|
location?: Chrt.LocationFeature | null;
|
|
7
7
|
action?: TaskClientUpdate1.Action | null;
|
|
8
8
|
time_windows?: Chrt.TimeWindow1[];
|
|
9
|
-
|
|
9
|
+
directory_entry_ids?: string[];
|
|
10
10
|
}
|
|
11
11
|
export declare namespace TaskClientUpdate1 {
|
|
12
12
|
type Action = Chrt.ChrtGroundCourierTaskActionEnum1 | Chrt.FlightTaskActionEnum1 | Chrt.OnboardCourierTaskActionEnum1;
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Chrt from "../index.mjs";
|
|
5
5
|
export interface TaskExpanded {
|
|
6
|
-
task: Chrt.
|
|
6
|
+
task: Chrt.Task1Output;
|
|
7
7
|
cargos?: Chrt.Cargo1[] | null;
|
|
8
8
|
task_artifacts?: Chrt.TaskArtifact1[] | null;
|
|
9
|
-
|
|
9
|
+
directory_entries?: Chrt.DirectoryEntry1[] | null;
|
|
10
10
|
}
|
|
@@ -5,7 +5,7 @@ import * as Chrt from "../index.mjs";
|
|
|
5
5
|
export interface TaskGroupExpanded {
|
|
6
6
|
task_group: Chrt.TaskGroup1;
|
|
7
7
|
tasks_expanded?: Chrt.TaskExpanded[] | null;
|
|
8
|
-
driver?: Chrt.
|
|
8
|
+
driver?: Chrt.Driver1Output | null;
|
|
9
9
|
courier_org_company_name?: string | null;
|
|
10
10
|
courier_org_handle?: string | null;
|
|
11
11
|
forwarder_org_company_name?: string | null;
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
export * from "./BillingLineItemGroupMessageWebhookPayload.mjs";
|
|
2
|
+
export * from "./BillingLineItemGroupS3ObjectAddedWebhookPayload.mjs";
|
|
3
|
+
export * from "./BillingStatementOpenedWebhookPayload.mjs";
|
|
4
|
+
export * from "./BillingStatementPaidWebhookPayload.mjs";
|
|
1
5
|
export * from "./Cargo1.mjs";
|
|
2
6
|
export * from "./CargoByDeviceDataPoint1.mjs";
|
|
3
7
|
export * from "./CargoByDeviceDataPointMetadata1.mjs";
|
|
@@ -10,7 +14,6 @@ export * from "./CargoClientCreate1.mjs";
|
|
|
10
14
|
export * from "./CargoClientUpdate1.mjs";
|
|
11
15
|
export * from "./CargoStatusEnum1.mjs";
|
|
12
16
|
export * from "./CargoTypeEnum1.mjs";
|
|
13
|
-
export * from "./ChrtEmailRecipient.mjs";
|
|
14
17
|
export * from "./ChrtGroundCourierTaskActionEnum1.mjs";
|
|
15
18
|
export * from "./ClerkOrgData.mjs";
|
|
16
19
|
export * from "./CourierConnectionRes.mjs";
|
|
@@ -22,7 +25,9 @@ export * from "./CreateOrgPublicDataRes.mjs";
|
|
|
22
25
|
export * from "./CreateStripeConnectAccountRes.mjs";
|
|
23
26
|
export * from "./DecodedJwtWithOrgAndUserId.mjs";
|
|
24
27
|
export * from "./Device1.mjs";
|
|
25
|
-
export * from "./
|
|
28
|
+
export * from "./DirectoryEntry1.mjs";
|
|
29
|
+
export * from "./Driver1Input.mjs";
|
|
30
|
+
export * from "./Driver1Output.mjs";
|
|
26
31
|
export * from "./DriverStatusEnum.mjs";
|
|
27
32
|
export * from "./DriverUpdateAvailabilityReq.mjs";
|
|
28
33
|
export * from "./DriverUpdateRes.mjs";
|
|
@@ -50,7 +55,14 @@ export * from "./LocationProperties.mjs";
|
|
|
50
55
|
export * from "./MultiLineString.mjs";
|
|
51
56
|
export * from "./MultiPoint.mjs";
|
|
52
57
|
export * from "./MultiPolygon.mjs";
|
|
53
|
-
export * from "./
|
|
58
|
+
export * from "./NotificationChannelsEnum.mjs";
|
|
59
|
+
export * from "./NotificationEventsForAdHocEnum.mjs";
|
|
60
|
+
export * from "./NotificationEventsForOrgsEnum.mjs";
|
|
61
|
+
export * from "./NotificationEventsForUsersEnum.mjs";
|
|
62
|
+
export * from "./NotificationGroup1.mjs";
|
|
63
|
+
export * from "./NotificationGroupLimitedForDriver1.mjs";
|
|
64
|
+
export * from "./NotificationIntentAdHoc1.mjs";
|
|
65
|
+
export * from "./NotificationUserPreferences1.mjs";
|
|
54
66
|
export * from "./OffChrtShipperOrg1.mjs";
|
|
55
67
|
export * from "./OnboardCourierTaskActionEnum1.mjs";
|
|
56
68
|
export * from "./Order1.mjs";
|
|
@@ -92,11 +104,23 @@ export * from "./SessionDeleteResponse1.mjs";
|
|
|
92
104
|
export * from "./SetFlightInfoReq.mjs";
|
|
93
105
|
export * from "./SettlementTypeEnum1.mjs";
|
|
94
106
|
export * from "./ShipperConnectionRes.mjs";
|
|
95
|
-
export * from "./ShipperContact1.mjs";
|
|
96
|
-
export * from "./ShipperContactClientCreate1.mjs";
|
|
97
107
|
export * from "./ShipperCourierConnection1.mjs";
|
|
98
108
|
export * from "./ShipperForwarderConnection1.mjs";
|
|
99
109
|
export * from "./ShipperOrgInfoForConnections1.mjs";
|
|
110
|
+
export * from "./ShippingOrderCancelledWebhookPayload.mjs";
|
|
111
|
+
export * from "./ShippingOrderCompletedWebhookPayload.mjs";
|
|
112
|
+
export * from "./ShippingOrderStagedWebhookPayload.mjs";
|
|
113
|
+
export * from "./ShippingTaskAddedWebhookPayload.mjs";
|
|
114
|
+
export * from "./ShippingTaskCompletedWebhookPayload.mjs";
|
|
115
|
+
export * from "./ShippingTaskDeletedWebhookPayload.mjs";
|
|
116
|
+
export * from "./ShippingTaskGroupCourierOrgAssignedWebhookPayload.mjs";
|
|
117
|
+
export * from "./ShippingTaskGroupDriverAssignedWebhookPayload.mjs";
|
|
118
|
+
export * from "./ShippingTaskGroupFlightInfoUpdatedWebhookPayload.mjs";
|
|
119
|
+
export * from "./ShippingTaskGroupInProgressWebhookPayload.mjs";
|
|
120
|
+
export * from "./ShippingTaskGroupMessageWebhookPayload.mjs";
|
|
121
|
+
export * from "./ShippingTaskGroupS3ObjectAddedWebhookPayload.mjs";
|
|
122
|
+
export * from "./ShippingTaskGroupTasksOrderingUpdatedWebhookPayload.mjs";
|
|
123
|
+
export * from "./ShippingTaskSkippedWebhookPayload.mjs";
|
|
100
124
|
export * from "./SortOrderEnum.mjs";
|
|
101
125
|
export * from "./Statement1.mjs";
|
|
102
126
|
export * from "./StatementExpandedRes.mjs";
|
|
@@ -105,7 +129,8 @@ export * from "./StatementStatusEnum1.mjs";
|
|
|
105
129
|
export * from "./StatementsListRes.mjs";
|
|
106
130
|
export * from "./StripeConnectAccountOnboardingLinkRes.mjs";
|
|
107
131
|
export * from "./StripeConnectInvoiceStatusEnum.mjs";
|
|
108
|
-
export * from "./
|
|
132
|
+
export * from "./Task1Input.mjs";
|
|
133
|
+
export * from "./Task1Output.mjs";
|
|
109
134
|
export * from "./TaskArtifact1.mjs";
|
|
110
135
|
export * from "./TaskArtifactClientCreate1.mjs";
|
|
111
136
|
export * from "./TaskArtifactS3ObjectMetadata1.mjs";
|
|
@@ -137,3 +162,4 @@ export * from "./UserPublicData1.mjs";
|
|
|
137
162
|
export * from "./ValidationError.mjs";
|
|
138
163
|
export * from "./Vehicle1.mjs";
|
|
139
164
|
export * from "./VehicleTypeEnum.mjs";
|
|
165
|
+
export * from "./WebhookAppPortalAccessRes.mjs";
|