@chrt-inc/typescript-sdk 0.1.0-beta1 → 0.226.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/README.md +398 -8
- package/dist/cjs/Client.d.ts +54 -42
- package/dist/cjs/Client.js +74 -54
- package/dist/cjs/api/index.d.ts +1 -1
- package/dist/cjs/api/index.js +1 -1
- package/dist/cjs/api/resources/connections/client/Client.d.ts +55 -0
- package/dist/cjs/api/resources/connections/client/Client.js +170 -0
- package/dist/cjs/api/resources/connections/index.d.ts +2 -0
- package/dist/cjs/api/resources/connections/index.js +18 -0
- package/dist/cjs/api/resources/connections/resources/connectionToCourier/client/Client.d.ts +47 -0
- package/dist/cjs/api/resources/connections/resources/connectionToCourier/client/Client.js +130 -0
- package/dist/cjs/api/resources/connections/resources/connectionToCourier/client/requests/CreateConnectionReq.d.ts +12 -0
- package/dist/cjs/api/resources/connections/resources/connectionToCourier/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/connections/resources/index.d.ts +2 -0
- package/dist/cjs/api/resources/connections/resources/index.js +41 -0
- package/dist/cjs/api/resources/courierPayDriverLineItemGroups/client/Client.d.ts +97 -0
- package/dist/cjs/api/resources/courierPayDriverLineItemGroups/client/Client.js +322 -0
- package/dist/cjs/api/resources/courierPayDriverLineItemGroups/index.d.ts +2 -0
- package/dist/cjs/api/resources/courierPayDriverLineItemGroups/index.js +18 -0
- package/dist/cjs/api/resources/courierPayDriverLineItemGroups/resources/addLineItems/client/Client.d.ts +53 -0
- package/dist/cjs/api/resources/courierPayDriverLineItemGroups/resources/addLineItems/client/Client.js +136 -0
- package/dist/cjs/api/resources/courierPayDriverLineItemGroups/resources/addLineItems/client/requests/CourierPayDriverLineItemGroupAddLineItemsReq.d.ts +19 -0
- package/dist/cjs/api/resources/courierPayDriverLineItemGroups/resources/addLineItems/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/courierPayDriverLineItemGroups/resources/index.d.ts +4 -0
- package/dist/cjs/api/resources/courierPayDriverLineItemGroups/resources/index.js +43 -0
- package/dist/cjs/api/resources/courierPayDriverLineItemGroups/resources/removeLineItems/client/Client.d.ts +48 -0
- package/dist/cjs/api/resources/courierPayDriverLineItemGroups/resources/removeLineItems/client/Client.js +131 -0
- package/dist/cjs/api/resources/courierPayDriverLineItemGroups/resources/removeLineItems/client/requests/CourierPayDriverLineItemGroupRemoveLineItemsReq.d.ts +12 -0
- package/dist/cjs/api/resources/courierPayDriverLineItemGroups/resources/removeLineItems/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/courierPayDriverPayouts/client/Client.d.ts +88 -0
- package/dist/cjs/api/resources/courierPayDriverPayouts/client/Client.js +306 -0
- package/dist/cjs/api/resources/courierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientCreate1.d.ts +14 -0
- package/dist/cjs/api/resources/courierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientUpdate1.d.ts +14 -0
- package/dist/cjs/api/resources/courierPayDriverPayouts/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/courierPayDriverRateSheets/client/Client.d.ts +124 -0
- package/dist/cjs/api/resources/courierPayDriverRateSheets/client/Client.js +425 -0
- package/dist/cjs/api/resources/courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientCreate1.d.ts +50 -0
- package/dist/cjs/api/resources/courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.d.ts +29 -0
- package/dist/cjs/api/resources/courierPayDriverRateSheets/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/dev/client/Client.d.ts +23 -3
- package/dist/cjs/api/resources/dev/client/Client.js +63 -4
- package/dist/cjs/api/resources/drivers/client/Client.d.ts +154 -0
- package/dist/cjs/api/resources/drivers/client/Client.js +583 -0
- package/dist/cjs/api/resources/drivers/client/requests/DriverCreateReq.d.ts +17 -0
- package/dist/cjs/api/resources/drivers/client/requests/DriverLastSeenReq.d.ts +15 -0
- package/dist/cjs/api/resources/drivers/client/requests/UpdateDriverDetailsReq.d.ts +18 -0
- package/dist/cjs/api/resources/drivers/client/requests/index.d.ts +4 -0
- package/dist/cjs/api/resources/index.d.ts +32 -27
- package/dist/cjs/api/resources/index.js +33 -28
- package/dist/cjs/api/resources/milestoneNotifications/client/Client.d.ts +57 -0
- package/dist/cjs/api/resources/milestoneNotifications/client/Client.js +182 -0
- package/dist/cjs/api/resources/milestoneNotifications/client/requests/MilestoneNotificationPreferencesClientCreate1.d.ts +18 -0
- package/dist/cjs/api/resources/milestoneNotifications/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/milestones/client/Client.d.ts +69 -0
- package/dist/cjs/api/resources/milestones/client/Client.js +203 -0
- package/dist/cjs/api/resources/milestones/client/requests/MilestoneAddToTaskReq.d.ts +16 -0
- package/dist/cjs/api/resources/milestones/client/requests/MilestoneUpdateReq.d.ts +14 -0
- package/dist/cjs/api/resources/milestones/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/milestones/index.d.ts +2 -0
- package/dist/cjs/api/resources/milestones/index.js +18 -0
- package/dist/cjs/api/resources/milestones/resources/blurhash/client/Client.d.ts +44 -0
- package/dist/cjs/api/resources/milestones/resources/blurhash/client/Client.js +125 -0
- package/dist/cjs/api/resources/milestones/resources/images/client/Client.d.ts +67 -0
- package/dist/cjs/api/resources/milestones/resources/images/client/Client.js +247 -0
- package/dist/cjs/api/resources/milestones/resources/images/client/requests/BodyPostMilestonesUploadImageOortMilestonesImagesUploadMilestoneIdPost.d.ts +14 -0
- package/dist/cjs/api/resources/milestones/resources/images/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/milestones/resources/index.d.ts +3 -0
- package/dist/cjs/api/resources/milestones/resources/index.js +42 -0
- package/dist/cjs/api/resources/notifications/client/Client.d.ts +26 -0
- package/dist/cjs/api/resources/notifications/client/Client.js +22 -0
- package/dist/cjs/api/resources/notifications/index.d.ts +2 -0
- package/dist/cjs/api/resources/notifications/index.js +18 -0
- package/dist/cjs/api/resources/notifications/resources/courier/client/Client.d.ts +57 -0
- package/dist/cjs/api/resources/notifications/resources/courier/client/Client.js +179 -0
- package/dist/cjs/api/resources/notifications/resources/courier/client/requests/CourierNotificationPreferencesClientCreate1.d.ts +18 -0
- package/dist/cjs/api/resources/notifications/resources/courier/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/notifications/resources/index.d.ts +4 -0
- package/dist/cjs/api/resources/notifications/resources/index.js +43 -0
- package/dist/cjs/api/resources/notifications/resources/shipper/client/Client.d.ts +57 -0
- package/dist/cjs/api/resources/notifications/resources/shipper/client/Client.js +179 -0
- package/dist/cjs/api/resources/notifications/resources/shipper/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/notifications/resources/shipper/client/index.js +17 -0
- package/dist/cjs/api/resources/notifications/resources/shipper/client/requests/ShipperNotificationPreferencesClientCreate1.d.ts +18 -0
- package/dist/cjs/api/resources/notifications/resources/shipper/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/notifications/resources/shipper/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/offChrtShipperOrgInfo/client/Client.d.ts +98 -0
- package/dist/cjs/api/resources/offChrtShipperOrgInfo/client/Client.js +355 -0
- package/dist/cjs/api/resources/offChrtShipperOrgInfo/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/offChrtShipperOrgInfo/client/index.js +17 -0
- package/dist/cjs/api/resources/offChrtShipperOrgInfo/client/requests/OffChrtShipperOrgInfoClientCreate1.d.ts +26 -0
- package/dist/cjs/api/resources/offChrtShipperOrgInfo/client/requests/OffChrtShipperOrgInfoClientUpdate1.d.ts +20 -0
- package/dist/cjs/api/resources/offChrtShipperOrgInfo/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/offChrtShipperOrgInfo/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/orders/client/Client.d.ts +112 -0
- package/dist/cjs/api/resources/orders/client/Client.js +363 -0
- package/dist/cjs/api/resources/orders/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/orders/client/index.js +17 -0
- package/dist/cjs/api/resources/orders/client/requests/CreateOrderReq.d.ts +45 -0
- package/dist/cjs/api/resources/orders/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/orders/index.d.ts +2 -0
- package/dist/cjs/api/resources/orders/index.js +18 -0
- package/dist/cjs/api/resources/orders/resources/full/client/Client.d.ts +65 -0
- package/dist/cjs/api/resources/orders/resources/full/client/Client.js +223 -0
- package/dist/cjs/api/resources/orders/resources/full/client/index.js +2 -0
- package/dist/cjs/api/resources/orders/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/orders/resources/index.js +37 -0
- package/dist/cjs/api/resources/orgConnectionInfos/client/Client.d.ts +26 -0
- package/dist/cjs/api/resources/orgConnectionInfos/client/Client.js +22 -0
- package/dist/cjs/api/resources/orgConnectionInfos/client/index.js +2 -0
- package/dist/cjs/api/resources/orgConnectionInfos/index.d.ts +2 -0
- package/dist/cjs/api/resources/orgConnectionInfos/index.js +18 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/client/Client.d.ts +71 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/client/Client.js +240 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/client/index.js +17 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/client/requests/CourierOrgConnectionInfoClientCreate1.d.ts +24 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/client/requests/CourierOrgConnectionInfoClientUpdate1.d.ts +20 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/index.d.ts +1 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/index.js +17 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/index.d.ts +4 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/index.js +43 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/Client.d.ts +71 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/Client.js +240 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/index.js +17 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/requests/ShipperOrgConnectionInfoClientCreate1.d.ts +24 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/requests/ShipperOrgConnectionInfoClientUpdate1.d.ts +20 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/index.d.ts +1 -0
- package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/index.js +17 -0
- package/dist/cjs/api/resources/orgProfiles/client/Client.d.ts +99 -0
- package/dist/cjs/api/resources/orgProfiles/client/Client.js +356 -0
- package/dist/cjs/api/resources/orgProfiles/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/orgProfiles/client/index.js +17 -0
- package/dist/cjs/api/resources/orgProfiles/client/requests/CourierOrgProfileClientCreate3.d.ts +18 -0
- package/dist/cjs/api/resources/orgProfiles/client/requests/CourierOrgProfileClientUpdate3.d.ts +12 -0
- package/dist/cjs/api/resources/orgProfiles/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/orgProfiles/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/orgProfiles/index.d.ts +1 -0
- package/dist/cjs/api/resources/orgProfiles/index.js +17 -0
- package/dist/cjs/api/resources/orgs/client/Client.d.ts +77 -11
- package/dist/cjs/api/resources/orgs/client/Client.js +298 -19
- package/dist/cjs/api/resources/orgs/client/requests/CreateOrgPublicDataReq.d.ts +14 -0
- package/dist/cjs/api/resources/orgs/client/requests/UpdateOrgPublicDataReq.d.ts +11 -0
- package/dist/cjs/api/resources/orgs/client/requests/index.d.ts +2 -1
- package/dist/cjs/api/resources/payments/client/Client.d.ts +36 -13
- package/dist/cjs/api/resources/payments/client/Client.js +124 -15
- package/dist/cjs/api/resources/payments/client/requests/CreateCheckoutSessionReq.d.ts +13 -0
- package/dist/cjs/api/resources/payments/client/requests/GenerateInvoiceReq.d.ts +14 -0
- package/dist/cjs/api/resources/payments/client/requests/index.d.ts +2 -1
- package/dist/cjs/api/resources/root/client/Client.d.ts +19 -32
- package/dist/cjs/api/resources/root/client/Client.js +25 -115
- package/dist/cjs/api/resources/root/index.d.ts +0 -1
- package/dist/cjs/api/resources/root/index.js +0 -1
- package/dist/cjs/api/resources/shipperContactInfo/client/Client.d.ts +148 -0
- package/dist/cjs/api/resources/shipperContactInfo/client/Client.js +579 -0
- package/dist/cjs/api/resources/shipperContactInfo/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipperContactInfo/client/index.js +17 -0
- package/dist/cjs/api/resources/shipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.d.ts +21 -0
- package/dist/cjs/api/resources/shipperContactInfo/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperContactInfo/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/shipperContactInfo/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperContactInfo/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/Client.d.ts +115 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/Client.js +388 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/index.js +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/index.js +18 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/Client.d.ts +53 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/Client.js +136 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/requests/ShipperPayCourierLineItemGroupAddLineItemsReq.d.ts +19 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.d.ts +42 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.js +119 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/index.js +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/index.d.ts +6 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/index.js +45 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/Client.d.ts +48 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/Client.js +131 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/requests/ShipperPayCourierLineItemGroupRemoveLineItemsReq.d.ts +12 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.d.ts +68 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.js +234 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/index.js +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierPayments/client/Client.d.ts +131 -0
- package/dist/cjs/api/resources/shipperPayCourierPayments/client/Client.js +493 -0
- package/dist/cjs/api/resources/shipperPayCourierPayments/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipperPayCourierPayments/client/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierPayments/client/requests/ListPaymentsByCourierReq.d.ts +16 -0
- package/dist/cjs/api/resources/shipperPayCourierPayments/client/requests/ListPaymentsByShipperReq.d.ts +15 -0
- package/dist/cjs/api/resources/shipperPayCourierPayments/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipperPayCourierPayments/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/shipperPayCourierPayments/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierPayments/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/Client.d.ts +110 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/Client.js +367 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientCreate1.d.ts +49 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientUpdate1.d.ts +31 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/index.js +17 -0
- package/dist/cjs/api/resources/taskGroups/client/Client.d.ts +117 -0
- package/dist/cjs/api/resources/taskGroups/client/Client.js +422 -0
- package/dist/cjs/api/resources/taskGroups/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/taskGroups/client/index.js +17 -0
- package/dist/cjs/api/resources/taskGroups/client/requests/TaskGroupsExpandedReq.d.ts +18 -0
- package/dist/cjs/api/resources/taskGroups/client/requests/UpdateTaskGroupReq.d.ts +14 -0
- package/dist/cjs/api/resources/taskGroups/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/taskGroups/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/taskGroups/index.d.ts +2 -0
- package/dist/cjs/api/resources/taskGroups/index.js +18 -0
- package/dist/cjs/api/resources/taskGroups/resources/full/client/Client.d.ts +55 -0
- package/dist/cjs/api/resources/taskGroups/resources/full/client/Client.js +177 -0
- package/dist/cjs/api/resources/taskGroups/resources/full/client/index.js +2 -0
- package/dist/cjs/api/resources/taskGroups/resources/full/index.d.ts +1 -0
- package/dist/cjs/api/resources/taskGroups/resources/full/index.js +17 -0
- package/dist/cjs/api/resources/taskGroups/resources/index.d.ts +3 -0
- package/dist/cjs/api/resources/taskGroups/resources/index.js +42 -0
- package/dist/cjs/api/resources/taskGroups/resources/togglePause/client/Client.d.ts +49 -0
- package/dist/cjs/api/resources/taskGroups/resources/togglePause/client/Client.js +132 -0
- package/dist/cjs/api/resources/taskGroups/resources/togglePause/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/taskGroups/resources/togglePause/client/index.js +17 -0
- package/dist/cjs/api/resources/taskGroups/resources/togglePause/client/requests/SetTaskGroupPauseReq.d.ts +14 -0
- package/dist/cjs/api/resources/taskGroups/resources/togglePause/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/taskGroups/resources/togglePause/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/taskGroups/resources/togglePause/index.d.ts +1 -0
- package/dist/cjs/api/resources/taskGroups/resources/togglePause/index.js +17 -0
- package/dist/cjs/api/resources/users/client/Client.d.ts +5 -3
- package/dist/cjs/api/resources/users/client/Client.js +6 -4
- package/dist/cjs/api/resources/utils/client/Client.d.ts +48 -0
- package/dist/cjs/api/resources/utils/client/Client.js +133 -0
- package/dist/cjs/api/resources/utils/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/utils/client/index.js +17 -0
- package/dist/cjs/api/resources/utils/client/requests/UtilsGetTimezoneRequest.d.ts +20 -0
- package/dist/cjs/api/resources/utils/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/utils/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/utils/index.d.ts +1 -0
- package/dist/cjs/api/resources/utils/index.js +17 -0
- package/dist/cjs/api/types/Cargo1.d.ts +5 -5
- package/dist/cjs/api/types/CargoClientCreate1.d.ts +5 -5
- package/dist/cjs/api/types/ClerkOrgData.d.ts +11 -0
- package/dist/cjs/api/types/CourierNotificationEventEnum.d.ts +7 -0
- package/dist/cjs/api/types/CourierNotificationPreferences1.d.ts +18 -0
- package/dist/cjs/api/types/CourierOrgConnectionInfo1.d.ts +22 -0
- package/dist/cjs/api/types/CourierOrgProfile3.d.ts +2 -1
- package/dist/cjs/api/types/CourierPayDriverLineItemGroup1.d.ts +15 -0
- package/dist/cjs/api/types/CourierPayDriverLineItemGroupCreateReq.d.ts +17 -0
- package/dist/cjs/api/types/CourierPayDriverLineItemGroupServerCreate1.d.ts +14 -0
- package/dist/cjs/api/types/CourierPayDriverPayout1.d.ts +21 -0
- package/dist/cjs/api/types/CourierPayDriverRateSheet1.d.ts +31 -0
- package/dist/cjs/api/types/CreateCheckoutSessionRes.d.ts +6 -0
- package/dist/cjs/api/types/CreateConnectAccountLinkRes.d.ts +6 -0
- package/dist/cjs/api/types/CreateShipperPayCourierPaymentReq.d.ts +6 -0
- package/dist/cjs/api/types/DecodedJwtWithOrgAndUserId.d.ts +16 -18
- package/dist/cjs/api/types/Driver1.d.ts +13 -11
- package/dist/cjs/api/types/DriverStatusEnum.d.ts +9 -0
- package/dist/cjs/api/types/DriverStatusEnum.js +11 -0
- package/dist/cjs/api/types/Expense1.d.ts +2 -2
- package/dist/cjs/api/types/GenerateInvoiceRes.d.ts +9 -0
- package/dist/cjs/api/types/GetShipperPayCourierPaymentsForShipperRes.d.ts +7 -0
- package/dist/cjs/api/types/LineItem1.d.ts +4 -2
- package/dist/cjs/api/types/LineItemClientCreate1.d.ts +11 -0
- package/dist/cjs/api/types/LocationFeature.d.ts +17 -0
- package/dist/cjs/api/types/LocationFeatureInputGeometry.d.ts +28 -0
- package/dist/cjs/api/types/LocationFeatureOutputGeometry.d.ts +28 -0
- package/dist/cjs/api/types/LocationFeatureOutputGeometry.js +5 -0
- package/dist/cjs/api/types/LocationProperties.d.ts +11 -0
- package/dist/cjs/api/types/LocationProperties.js +5 -0
- package/dist/cjs/api/types/Milestone1.d.ts +12 -8
- package/dist/cjs/api/types/MilestoneClientCreate1.d.ts +1 -1
- package/dist/cjs/api/types/MilestoneNotificationPreferences1.d.ts +18 -0
- package/dist/cjs/api/types/MilestoneNotificationPreferences1.js +5 -0
- package/dist/cjs/api/types/MilestoneTypeEnum1.d.ts +3 -2
- package/dist/cjs/api/types/MilestoneTypeEnum1.js +2 -1
- package/dist/cjs/api/types/MultipleTaskGroupsDetailsResponse.d.ts +7 -0
- package/dist/cjs/api/types/MultipleTaskGroupsDetailsResponse.js +5 -0
- package/dist/cjs/api/types/MultipleTaskGroupsWithTasks.d.ts +7 -0
- package/dist/cjs/api/types/MultipleTaskGroupsWithTasks.js +5 -0
- package/dist/cjs/api/types/NotificationChannelEnum.d.ts +13 -0
- package/dist/cjs/api/types/NotificationChannelEnum.js +12 -0
- package/dist/cjs/api/types/OffChrtShipperOrgInfo1.d.ts +24 -0
- package/dist/cjs/api/types/OffChrtShipperOrgInfo1.js +5 -0
- package/dist/cjs/api/types/Order1.d.ts +9 -8
- package/dist/cjs/api/types/OrderStatusEnum1.d.ts +10 -0
- package/dist/cjs/api/types/OrderStatusEnum1.js +12 -0
- package/dist/cjs/api/types/OrgMemberDetails.d.ts +3 -3
- package/dist/cjs/api/types/OrgMembersAndDrivers.d.ts +1 -1
- package/dist/cjs/api/types/OrgPublicData2.d.ts +6 -1
- package/dist/cjs/api/types/PaymentPreviewResponse.d.ts +10 -0
- package/dist/cjs/api/types/PaymentPreviewResponse.js +5 -0
- package/dist/cjs/api/types/PayoutStatusEnum.d.ts +10 -0
- package/dist/cjs/api/types/PayoutStatusEnum.js +12 -0
- package/dist/cjs/api/types/PriceNameEnum.d.ts +4 -4
- package/dist/cjs/api/types/PriceNameEnum.js +3 -3
- package/dist/cjs/api/types/ShipperContactInfo1.d.ts +28 -0
- package/dist/cjs/api/types/ShipperContactInfo1.js +5 -0
- package/dist/cjs/api/types/ShipperContactInfoClientCreate1.d.ts +23 -0
- package/dist/cjs/api/types/ShipperContactInfoClientCreate1.js +5 -0
- package/dist/cjs/api/types/ShipperNotificationEventEnum.d.ts +7 -0
- package/dist/cjs/api/types/ShipperNotificationEventEnum.js +5 -0
- package/dist/cjs/api/types/ShipperNotificationPreferences1.d.ts +18 -0
- package/dist/cjs/api/types/ShipperNotificationPreferences1.js +5 -0
- package/dist/cjs/api/types/ShipperOrgConnectionInfo1.d.ts +22 -0
- package/dist/cjs/api/types/ShipperOrgConnectionInfo1.js +5 -0
- package/dist/cjs/api/types/ShipperPayCourierLineItemGroup1.d.ts +17 -0
- package/dist/cjs/api/types/ShipperPayCourierLineItemGroup1.js +5 -0
- package/dist/cjs/api/types/ShipperPayCourierLineItemGroupCreateReq.d.ts +17 -0
- package/dist/cjs/api/types/ShipperPayCourierLineItemGroupCreateReq.js +5 -0
- package/dist/cjs/api/types/ShipperPayCourierLineItemGroupServerCreate1.d.ts +16 -0
- package/dist/cjs/api/types/ShipperPayCourierLineItemGroupServerCreate1.js +5 -0
- package/dist/cjs/api/types/ShipperPayCourierPayment1.d.ts +24 -0
- package/dist/cjs/api/types/ShipperPayCourierPayment1.js +5 -0
- package/dist/cjs/api/types/ShipperPayCourierRateSheet1.d.ts +33 -0
- package/dist/cjs/api/types/ShipperPayCourierRateSheet1.js +5 -0
- package/dist/cjs/api/types/StripeConnectAccountEvent.d.ts +11 -0
- package/dist/cjs/api/types/StripeConnectAccountEvent.js +5 -0
- package/dist/cjs/api/types/StripeConnectAccountEventEnum.d.ts +8 -0
- package/dist/cjs/api/types/StripeConnectAccountEventEnum.js +10 -0
- package/dist/cjs/api/types/StripeConnectInvoiceStatusEnum.d.ts +13 -0
- package/dist/cjs/api/types/StripeConnectInvoiceStatusEnum.js +15 -0
- package/dist/cjs/api/types/Task1.d.ts +12 -14
- package/dist/cjs/api/types/TaskClientCreate1.d.ts +8 -8
- package/dist/cjs/api/types/TaskCreateBundle.d.ts +5 -3
- package/dist/cjs/api/types/TaskExpanded.d.ts +13 -0
- package/dist/cjs/api/types/TaskExpanded.js +5 -0
- package/dist/cjs/api/types/TaskGroup1.d.ts +8 -6
- package/dist/cjs/api/types/TaskGroupDetailsResponse.d.ts +8 -0
- package/dist/cjs/api/types/TaskGroupDetailsResponse.js +5 -0
- package/dist/cjs/api/types/TaskGroupExpanded.d.ts +11 -0
- package/dist/cjs/api/types/TaskGroupExpanded.js +5 -0
- package/dist/cjs/api/types/TaskGroupStatusEnum1.d.ts +9 -0
- package/dist/cjs/api/types/TaskGroupStatusEnum1.js +11 -0
- package/dist/cjs/api/types/TaskGroupWithDetails.d.ts +8 -0
- package/dist/cjs/api/types/TaskGroupWithDetails.js +5 -0
- package/dist/cjs/api/types/TaskGroupWithTasks.d.ts +8 -0
- package/dist/cjs/api/types/TaskGroupWithTasks.js +5 -0
- package/dist/cjs/api/types/TaskGroupsExpandedRes.d.ts +10 -0
- package/dist/cjs/api/types/TaskGroupsExpandedRes.js +5 -0
- package/dist/cjs/api/types/TaskWithDetails.d.ts +9 -0
- package/dist/cjs/api/types/TaskWithDetails.js +5 -0
- package/dist/cjs/api/types/TimezoneResponse.d.ts +12 -0
- package/dist/cjs/api/types/TimezoneResponse.js +5 -0
- package/dist/cjs/api/types/UpdateTaskGroupRes.d.ts +6 -0
- package/dist/cjs/api/types/UpdateTaskGroupRes.js +5 -0
- package/dist/cjs/api/types/UserPublicData1.d.ts +11 -0
- package/dist/cjs/api/types/UserPublicData1.js +5 -0
- package/dist/cjs/api/types/Vehicle1.d.ts +7 -0
- package/dist/cjs/api/types/Vehicle1.js +5 -0
- package/dist/cjs/api/types/index.d.ts +53 -47
- package/dist/cjs/api/types/index.js +53 -47
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.d.mts +54 -42
- package/dist/esm/Client.mjs +66 -46
- package/dist/esm/api/index.d.mts +1 -1
- package/dist/esm/api/index.mjs +1 -1
- package/dist/esm/api/resources/connections/client/Client.d.mts +55 -0
- package/dist/esm/api/resources/connections/client/Client.mjs +133 -0
- package/dist/esm/api/resources/connections/index.d.mts +2 -0
- package/dist/esm/api/resources/connections/index.mjs +2 -0
- package/dist/esm/api/resources/connections/resources/connectionToCourier/client/Client.d.mts +47 -0
- package/dist/esm/api/resources/connections/resources/connectionToCourier/client/Client.mjs +93 -0
- package/dist/esm/api/resources/connections/resources/connectionToCourier/client/requests/CreateConnectionReq.d.mts +12 -0
- package/dist/esm/api/resources/connections/resources/connectionToCourier/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/connections/resources/index.d.mts +2 -0
- package/dist/esm/api/resources/connections/resources/index.mjs +2 -0
- package/dist/esm/api/resources/courierPayDriverLineItemGroups/client/Client.d.mts +97 -0
- package/dist/esm/api/resources/courierPayDriverLineItemGroups/client/Client.mjs +285 -0
- package/dist/esm/api/resources/courierPayDriverLineItemGroups/index.d.mts +2 -0
- package/dist/esm/api/resources/courierPayDriverLineItemGroups/index.mjs +2 -0
- package/dist/esm/api/resources/courierPayDriverLineItemGroups/resources/addLineItems/client/Client.d.mts +53 -0
- package/dist/esm/api/resources/courierPayDriverLineItemGroups/resources/addLineItems/client/Client.mjs +99 -0
- package/dist/esm/api/resources/courierPayDriverLineItemGroups/resources/addLineItems/client/requests/CourierPayDriverLineItemGroupAddLineItemsReq.d.mts +19 -0
- package/dist/esm/api/resources/courierPayDriverLineItemGroups/resources/addLineItems/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/courierPayDriverLineItemGroups/resources/index.d.mts +4 -0
- package/dist/esm/api/resources/courierPayDriverLineItemGroups/resources/index.mjs +4 -0
- package/dist/esm/api/resources/courierPayDriverLineItemGroups/resources/removeLineItems/client/Client.d.mts +48 -0
- package/dist/esm/api/resources/courierPayDriverLineItemGroups/resources/removeLineItems/client/Client.mjs +94 -0
- package/dist/esm/api/resources/courierPayDriverLineItemGroups/resources/removeLineItems/client/requests/CourierPayDriverLineItemGroupRemoveLineItemsReq.d.mts +12 -0
- package/dist/esm/api/resources/courierPayDriverLineItemGroups/resources/removeLineItems/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/courierPayDriverPayouts/client/Client.d.mts +88 -0
- package/dist/esm/api/resources/courierPayDriverPayouts/client/Client.mjs +269 -0
- package/dist/esm/api/resources/courierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientCreate1.d.mts +14 -0
- package/dist/esm/api/resources/courierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientUpdate1.d.mts +14 -0
- package/dist/esm/api/resources/courierPayDriverPayouts/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/courierPayDriverRateSheets/client/Client.d.mts +124 -0
- package/dist/esm/api/resources/courierPayDriverRateSheets/client/Client.mjs +388 -0
- package/dist/esm/api/resources/courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientCreate1.d.mts +50 -0
- package/dist/esm/api/resources/courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.d.mts +29 -0
- package/dist/esm/api/resources/courierPayDriverRateSheets/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/dev/client/Client.d.mts +23 -3
- package/dist/esm/api/resources/dev/client/Client.mjs +63 -4
- package/dist/esm/api/resources/drivers/client/Client.d.mts +154 -0
- package/dist/esm/api/resources/drivers/client/Client.mjs +546 -0
- package/dist/esm/api/resources/drivers/client/requests/DriverCreateReq.d.mts +17 -0
- package/dist/esm/api/resources/drivers/client/requests/DriverLastSeenReq.d.mts +15 -0
- package/dist/esm/api/resources/drivers/client/requests/UpdateDriverDetailsReq.d.mts +18 -0
- package/dist/esm/api/resources/drivers/client/requests/index.d.mts +4 -0
- package/dist/esm/api/resources/index.d.mts +32 -27
- package/dist/esm/api/resources/index.mjs +32 -27
- package/dist/esm/api/resources/milestoneNotifications/client/Client.d.mts +57 -0
- package/dist/esm/api/resources/milestoneNotifications/client/Client.mjs +145 -0
- package/dist/esm/api/resources/milestoneNotifications/client/requests/MilestoneNotificationPreferencesClientCreate1.d.mts +18 -0
- package/dist/esm/api/resources/milestoneNotifications/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/milestones/client/Client.d.mts +69 -0
- package/dist/esm/api/resources/milestones/client/Client.mjs +166 -0
- package/dist/esm/api/resources/milestones/client/requests/MilestoneAddToTaskReq.d.mts +16 -0
- package/dist/esm/api/resources/milestones/client/requests/MilestoneUpdateReq.d.mts +14 -0
- package/dist/esm/api/resources/milestones/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/milestones/index.d.mts +2 -0
- package/dist/esm/api/resources/milestones/index.mjs +2 -0
- package/dist/esm/api/resources/milestones/resources/blurhash/client/Client.d.mts +44 -0
- package/dist/esm/api/resources/milestones/resources/blurhash/client/Client.mjs +88 -0
- package/dist/esm/api/resources/milestones/resources/blurhash/client/index.d.mts +1 -0
- package/dist/esm/api/resources/milestones/resources/blurhash/client/index.mjs +1 -0
- package/dist/esm/api/resources/milestones/resources/images/client/Client.d.mts +67 -0
- package/dist/esm/api/resources/milestones/resources/images/client/Client.mjs +210 -0
- package/dist/esm/api/resources/milestones/resources/images/client/requests/BodyPostMilestonesUploadImageOortMilestonesImagesUploadMilestoneIdPost.d.mts +14 -0
- package/dist/esm/api/resources/milestones/resources/images/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/milestones/resources/images/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/milestones/resources/index.d.mts +3 -0
- package/dist/esm/api/resources/milestones/resources/index.mjs +3 -0
- package/dist/esm/api/resources/notifications/client/Client.d.mts +26 -0
- package/dist/esm/api/resources/notifications/client/Client.mjs +18 -0
- package/dist/esm/api/resources/notifications/client/index.d.mts +1 -0
- package/dist/esm/api/resources/notifications/client/index.mjs +1 -0
- package/dist/esm/api/resources/notifications/index.d.mts +2 -0
- package/dist/esm/api/resources/notifications/index.mjs +2 -0
- package/dist/esm/api/resources/notifications/resources/courier/client/Client.d.mts +57 -0
- package/dist/esm/api/resources/notifications/resources/courier/client/Client.mjs +142 -0
- package/dist/esm/api/resources/notifications/resources/courier/client/requests/CourierNotificationPreferencesClientCreate1.d.mts +18 -0
- package/dist/esm/api/resources/notifications/resources/courier/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/notifications/resources/courier/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/notifications/resources/index.d.mts +4 -0
- package/dist/esm/api/resources/notifications/resources/index.mjs +4 -0
- package/dist/esm/api/resources/notifications/resources/shipper/client/Client.d.mts +57 -0
- package/dist/esm/api/resources/notifications/resources/shipper/client/Client.mjs +142 -0
- package/dist/esm/api/resources/notifications/resources/shipper/client/index.d.mts +2 -0
- package/dist/esm/api/resources/notifications/resources/shipper/client/index.mjs +1 -0
- package/dist/esm/api/resources/notifications/resources/shipper/client/requests/ShipperNotificationPreferencesClientCreate1.d.mts +18 -0
- package/dist/esm/api/resources/notifications/resources/shipper/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/notifications/resources/shipper/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/offChrtShipperOrgInfo/client/Client.d.mts +98 -0
- package/dist/esm/api/resources/offChrtShipperOrgInfo/client/Client.mjs +318 -0
- package/dist/esm/api/resources/offChrtShipperOrgInfo/client/index.d.mts +2 -0
- package/dist/esm/api/resources/offChrtShipperOrgInfo/client/index.mjs +1 -0
- package/dist/esm/api/resources/offChrtShipperOrgInfo/client/requests/OffChrtShipperOrgInfoClientCreate1.d.mts +26 -0
- package/dist/esm/api/resources/offChrtShipperOrgInfo/client/requests/OffChrtShipperOrgInfoClientUpdate1.d.mts +20 -0
- package/dist/esm/api/resources/offChrtShipperOrgInfo/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/offChrtShipperOrgInfo/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/orders/client/Client.d.mts +112 -0
- package/dist/esm/api/resources/orders/client/Client.mjs +326 -0
- package/dist/esm/api/resources/orders/client/index.d.mts +2 -0
- package/dist/esm/api/resources/orders/client/index.mjs +1 -0
- package/dist/esm/api/resources/orders/client/requests/CreateOrderReq.d.mts +45 -0
- package/dist/esm/api/resources/orders/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/orders/index.d.mts +2 -0
- package/dist/esm/api/resources/orders/index.mjs +2 -0
- package/dist/esm/api/resources/orders/resources/full/client/Client.d.mts +65 -0
- package/dist/esm/api/resources/orders/resources/full/client/Client.mjs +186 -0
- package/dist/esm/api/resources/orders/resources/full/client/index.d.mts +1 -0
- package/dist/esm/api/resources/orders/resources/full/client/index.mjs +1 -0
- package/dist/esm/api/resources/orders/resources/index.d.mts +1 -0
- package/dist/esm/api/resources/orders/resources/index.mjs +1 -0
- package/dist/esm/api/resources/orgConnectionInfos/client/Client.d.mts +26 -0
- package/dist/esm/api/resources/orgConnectionInfos/client/Client.mjs +18 -0
- package/dist/esm/api/resources/orgConnectionInfos/client/index.d.mts +1 -0
- package/dist/esm/api/resources/orgConnectionInfos/client/index.mjs +1 -0
- package/dist/esm/api/resources/orgConnectionInfos/index.d.mts +2 -0
- package/dist/esm/api/resources/orgConnectionInfos/index.mjs +2 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/courier/client/Client.d.mts +71 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/courier/client/Client.mjs +203 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/courier/client/index.d.mts +2 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/courier/client/index.mjs +1 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/courier/client/requests/CourierOrgConnectionInfoClientCreate1.d.mts +24 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/courier/client/requests/CourierOrgConnectionInfoClientUpdate1.d.mts +20 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/courier/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/courier/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/courier/index.d.mts +1 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/courier/index.mjs +1 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/index.d.mts +4 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/index.mjs +4 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/Client.d.mts +71 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/Client.mjs +203 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/index.d.mts +2 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/index.mjs +1 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/requests/ShipperOrgConnectionInfoClientCreate1.d.mts +24 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/requests/ShipperOrgConnectionInfoClientUpdate1.d.mts +20 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/index.d.mts +1 -0
- package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/index.mjs +1 -0
- package/dist/esm/api/resources/orgProfiles/client/Client.d.mts +99 -0
- package/dist/esm/api/resources/orgProfiles/client/Client.mjs +319 -0
- package/dist/esm/api/resources/orgProfiles/client/index.d.mts +2 -0
- package/dist/esm/api/resources/orgProfiles/client/index.mjs +1 -0
- package/dist/esm/api/resources/orgProfiles/client/requests/CourierOrgProfileClientCreate3.d.mts +18 -0
- package/dist/esm/api/resources/orgProfiles/client/requests/CourierOrgProfileClientUpdate3.d.mts +12 -0
- package/dist/esm/api/resources/orgProfiles/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/orgProfiles/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/orgProfiles/index.d.mts +1 -0
- package/dist/esm/api/resources/orgProfiles/index.mjs +1 -0
- package/dist/esm/api/resources/orgs/client/Client.d.mts +77 -11
- package/dist/esm/api/resources/orgs/client/Client.mjs +298 -19
- package/dist/esm/api/resources/orgs/client/requests/CreateOrgPublicDataReq.d.mts +14 -0
- package/dist/esm/api/resources/orgs/client/requests/UpdateOrgPublicDataReq.d.mts +11 -0
- package/dist/esm/api/resources/orgs/client/requests/index.d.mts +2 -1
- package/dist/esm/api/resources/payments/client/Client.d.mts +36 -13
- package/dist/esm/api/resources/payments/client/Client.mjs +124 -15
- package/dist/esm/api/resources/payments/client/requests/CreateCheckoutSessionReq.d.mts +13 -0
- package/dist/esm/api/resources/payments/client/requests/GenerateInvoiceReq.d.mts +14 -0
- package/dist/esm/api/resources/payments/client/requests/index.d.mts +2 -1
- package/dist/esm/api/resources/root/client/Client.d.mts +19 -32
- package/dist/esm/api/resources/root/client/Client.mjs +25 -115
- package/dist/esm/api/resources/root/index.d.mts +0 -1
- package/dist/esm/api/resources/root/index.mjs +0 -1
- package/dist/esm/api/resources/shipperContactInfo/client/Client.d.mts +148 -0
- package/dist/esm/api/resources/shipperContactInfo/client/Client.mjs +542 -0
- package/dist/esm/api/resources/shipperContactInfo/client/index.d.mts +2 -0
- package/dist/esm/api/resources/shipperContactInfo/client/index.mjs +1 -0
- package/dist/esm/api/resources/shipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.d.mts +21 -0
- package/dist/esm/api/resources/shipperContactInfo/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperContactInfo/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/shipperContactInfo/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperContactInfo/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/Client.d.mts +115 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/Client.mjs +351 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/index.d.mts +2 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/index.mjs +2 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/Client.d.mts +53 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/Client.mjs +99 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/index.d.mts +2 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/requests/ShipperPayCourierLineItemGroupAddLineItemsReq.d.mts +19 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.d.mts +42 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.mjs +82 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/index.d.mts +6 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/index.mjs +6 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/Client.d.mts +48 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/Client.mjs +94 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/index.d.mts +2 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/requests/ShipperPayCourierLineItemGroupRemoveLineItemsReq.d.mts +12 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.d.mts +68 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.mjs +197 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierPayments/client/Client.d.mts +131 -0
- package/dist/esm/api/resources/shipperPayCourierPayments/client/Client.mjs +456 -0
- package/dist/esm/api/resources/shipperPayCourierPayments/client/index.d.mts +2 -0
- package/dist/esm/api/resources/shipperPayCourierPayments/client/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierPayments/client/requests/ListPaymentsByCourierReq.d.mts +16 -0
- package/dist/esm/api/resources/shipperPayCourierPayments/client/requests/ListPaymentsByShipperReq.d.mts +15 -0
- package/dist/esm/api/resources/shipperPayCourierPayments/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/shipperPayCourierPayments/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierPayments/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierPayments/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/Client.d.mts +110 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/Client.mjs +330 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/index.d.mts +2 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientCreate1.d.mts +49 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientUpdate1.d.mts +31 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/index.mjs +1 -0
- package/dist/esm/api/resources/taskGroups/client/Client.d.mts +117 -0
- package/dist/esm/api/resources/taskGroups/client/Client.mjs +385 -0
- package/dist/esm/api/resources/taskGroups/client/index.d.mts +2 -0
- package/dist/esm/api/resources/taskGroups/client/index.mjs +1 -0
- package/dist/esm/api/resources/taskGroups/client/requests/TaskGroupsExpandedReq.d.mts +18 -0
- package/dist/esm/api/resources/taskGroups/client/requests/UpdateTaskGroupReq.d.mts +14 -0
- package/dist/esm/api/resources/taskGroups/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/taskGroups/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/taskGroups/index.d.mts +2 -0
- package/dist/esm/api/resources/taskGroups/index.mjs +2 -0
- package/dist/esm/api/resources/taskGroups/resources/full/client/Client.d.mts +55 -0
- package/dist/esm/api/resources/taskGroups/resources/full/client/Client.mjs +140 -0
- package/dist/esm/api/resources/taskGroups/resources/full/client/index.d.mts +1 -0
- package/dist/esm/api/resources/taskGroups/resources/full/client/index.mjs +1 -0
- package/dist/esm/api/resources/taskGroups/resources/full/index.d.mts +1 -0
- package/dist/esm/api/resources/taskGroups/resources/full/index.mjs +1 -0
- package/dist/esm/api/resources/taskGroups/resources/index.d.mts +3 -0
- package/dist/esm/api/resources/taskGroups/resources/index.mjs +3 -0
- package/dist/esm/api/resources/taskGroups/resources/togglePause/client/Client.d.mts +49 -0
- package/dist/esm/api/resources/taskGroups/resources/togglePause/client/Client.mjs +95 -0
- package/dist/esm/api/resources/taskGroups/resources/togglePause/client/index.d.mts +2 -0
- package/dist/esm/api/resources/taskGroups/resources/togglePause/client/index.mjs +1 -0
- package/dist/esm/api/resources/taskGroups/resources/togglePause/client/requests/SetTaskGroupPauseReq.d.mts +14 -0
- package/dist/esm/api/resources/taskGroups/resources/togglePause/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/taskGroups/resources/togglePause/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/taskGroups/resources/togglePause/index.d.mts +1 -0
- package/dist/esm/api/resources/taskGroups/resources/togglePause/index.mjs +1 -0
- package/dist/esm/api/resources/users/client/Client.d.mts +5 -3
- package/dist/esm/api/resources/users/client/Client.mjs +6 -4
- package/dist/esm/api/resources/utils/client/Client.d.mts +48 -0
- package/dist/esm/api/resources/utils/client/Client.mjs +96 -0
- package/dist/esm/api/resources/utils/client/index.d.mts +2 -0
- package/dist/esm/api/resources/utils/client/index.mjs +1 -0
- package/dist/esm/api/resources/utils/client/requests/UtilsGetTimezoneRequest.d.mts +20 -0
- package/dist/esm/api/resources/utils/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/utils/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/utils/index.d.mts +1 -0
- package/dist/esm/api/resources/utils/index.mjs +1 -0
- package/dist/esm/api/types/Cargo1.d.mts +5 -5
- package/dist/esm/api/types/CargoClientCreate1.d.mts +5 -5
- package/dist/esm/api/types/ClerkOrgData.d.mts +11 -0
- package/dist/esm/api/types/CourierNotificationEventEnum.d.mts +7 -0
- package/dist/esm/api/types/CourierNotificationPreferences1.d.mts +18 -0
- package/dist/esm/api/types/CourierOrgConnectionInfo1.d.mts +22 -0
- package/dist/esm/api/types/CourierOrgProfile3.d.mts +2 -1
- package/dist/esm/api/types/CourierPayDriverLineItemGroup1.d.mts +15 -0
- package/dist/esm/api/types/CourierPayDriverLineItemGroupCreateReq.d.mts +17 -0
- package/dist/esm/api/types/CourierPayDriverLineItemGroupServerCreate1.d.mts +14 -0
- package/dist/esm/api/types/CourierPayDriverPayout1.d.mts +21 -0
- package/dist/esm/api/types/CourierPayDriverRateSheet1.d.mts +31 -0
- package/dist/esm/api/types/CreateCheckoutSessionRes.d.mts +6 -0
- package/dist/esm/api/types/CreateConnectAccountLinkRes.d.mts +6 -0
- package/dist/esm/api/types/CreateShipperPayCourierPaymentReq.d.mts +6 -0
- package/dist/esm/api/types/DecodedJwtWithOrgAndUserId.d.mts +16 -18
- package/dist/esm/api/types/Driver1.d.mts +13 -11
- package/dist/esm/api/types/DriverStatusEnum.d.mts +9 -0
- package/dist/esm/api/types/DriverStatusEnum.mjs +8 -0
- package/dist/esm/api/types/Expense1.d.mts +2 -2
- package/dist/esm/api/types/GenerateInvoiceRes.d.mts +9 -0
- package/dist/esm/api/types/GetShipperPayCourierPaymentsForShipperRes.d.mts +7 -0
- package/dist/esm/api/types/LineItem1.d.mts +4 -2
- package/dist/esm/api/types/LineItemClientCreate1.d.mts +11 -0
- package/dist/esm/api/types/LocationFeature.d.mts +17 -0
- package/dist/esm/api/types/LocationFeatureInputGeometry.d.mts +28 -0
- package/dist/esm/api/types/LocationFeatureOutputGeometry.d.mts +28 -0
- package/dist/esm/api/types/LocationFeatureOutputGeometry.mjs +4 -0
- package/dist/esm/api/types/LocationProperties.d.mts +11 -0
- package/dist/esm/api/types/LocationProperties.mjs +4 -0
- package/dist/esm/api/types/Milestone1.d.mts +12 -8
- package/dist/esm/api/types/MilestoneClientCreate1.d.mts +1 -1
- package/dist/esm/api/types/MilestoneNotificationPreferences1.d.mts +18 -0
- package/dist/esm/api/types/MilestoneNotificationPreferences1.mjs +4 -0
- package/dist/esm/api/types/MilestoneTypeEnum1.d.mts +3 -2
- package/dist/esm/api/types/MilestoneTypeEnum1.mjs +2 -1
- package/dist/esm/api/types/MultipleTaskGroupsDetailsResponse.d.mts +7 -0
- package/dist/esm/api/types/MultipleTaskGroupsDetailsResponse.mjs +4 -0
- package/dist/esm/api/types/MultipleTaskGroupsWithTasks.d.mts +7 -0
- package/dist/esm/api/types/MultipleTaskGroupsWithTasks.mjs +4 -0
- package/dist/esm/api/types/NotificationChannelEnum.d.mts +13 -0
- package/dist/esm/api/types/NotificationChannelEnum.mjs +9 -0
- package/dist/esm/api/types/OffChrtShipperOrgInfo1.d.mts +24 -0
- package/dist/esm/api/types/OffChrtShipperOrgInfo1.mjs +4 -0
- package/dist/esm/api/types/Order1.d.mts +9 -8
- package/dist/esm/api/types/OrderStatusEnum1.d.mts +10 -0
- package/dist/esm/api/types/OrderStatusEnum1.mjs +9 -0
- package/dist/esm/api/types/OrgMemberDetails.d.mts +3 -3
- package/dist/esm/api/types/OrgMembersAndDrivers.d.mts +1 -1
- package/dist/esm/api/types/OrgPublicData2.d.mts +6 -1
- package/dist/esm/api/types/PaymentPreviewResponse.d.mts +10 -0
- package/dist/esm/api/types/PaymentPreviewResponse.mjs +4 -0
- package/dist/esm/api/types/PayoutStatusEnum.d.mts +10 -0
- package/dist/esm/api/types/PayoutStatusEnum.mjs +9 -0
- package/dist/esm/api/types/PriceNameEnum.d.mts +4 -4
- package/dist/esm/api/types/PriceNameEnum.mjs +3 -3
- package/dist/esm/api/types/ShipperContactInfo1.d.mts +28 -0
- package/dist/esm/api/types/ShipperContactInfo1.mjs +4 -0
- package/dist/esm/api/types/ShipperContactInfoClientCreate1.d.mts +23 -0
- package/dist/esm/api/types/ShipperContactInfoClientCreate1.mjs +4 -0
- package/dist/esm/api/types/ShipperNotificationEventEnum.d.mts +7 -0
- package/dist/esm/api/types/ShipperNotificationEventEnum.mjs +4 -0
- package/dist/esm/api/types/ShipperNotificationPreferences1.d.mts +18 -0
- package/dist/esm/api/types/ShipperNotificationPreferences1.mjs +4 -0
- package/dist/esm/api/types/ShipperOrgConnectionInfo1.d.mts +22 -0
- package/dist/esm/api/types/ShipperOrgConnectionInfo1.mjs +4 -0
- package/dist/esm/api/types/ShipperPayCourierLineItemGroup1.d.mts +17 -0
- package/dist/esm/api/types/ShipperPayCourierLineItemGroup1.mjs +4 -0
- package/dist/esm/api/types/ShipperPayCourierLineItemGroupCreateReq.d.mts +17 -0
- package/dist/esm/api/types/ShipperPayCourierLineItemGroupCreateReq.mjs +4 -0
- package/dist/esm/api/types/ShipperPayCourierLineItemGroupServerCreate1.d.mts +16 -0
- package/dist/esm/api/types/ShipperPayCourierLineItemGroupServerCreate1.mjs +4 -0
- package/dist/esm/api/types/ShipperPayCourierPayment1.d.mts +24 -0
- package/dist/esm/api/types/ShipperPayCourierPayment1.mjs +4 -0
- package/dist/esm/api/types/ShipperPayCourierRateSheet1.d.mts +33 -0
- package/dist/esm/api/types/ShipperPayCourierRateSheet1.mjs +4 -0
- package/dist/esm/api/types/StripeConnectAccountEvent.d.mts +11 -0
- package/dist/esm/api/types/StripeConnectAccountEvent.mjs +4 -0
- package/dist/esm/api/types/StripeConnectAccountEventEnum.d.mts +8 -0
- package/dist/esm/api/types/StripeConnectAccountEventEnum.mjs +7 -0
- package/dist/esm/api/types/StripeConnectInvoiceStatusEnum.d.mts +13 -0
- package/dist/esm/api/types/StripeConnectInvoiceStatusEnum.mjs +12 -0
- package/dist/esm/api/types/Task1.d.mts +12 -14
- package/dist/esm/api/types/TaskClientCreate1.d.mts +8 -8
- package/dist/esm/api/types/TaskCreateBundle.d.mts +5 -3
- package/dist/esm/api/types/TaskExpanded.d.mts +13 -0
- package/dist/esm/api/types/TaskExpanded.mjs +4 -0
- package/dist/esm/api/types/TaskGroup1.d.mts +8 -6
- package/dist/esm/api/types/TaskGroupDetailsResponse.d.mts +8 -0
- package/dist/esm/api/types/TaskGroupDetailsResponse.mjs +4 -0
- package/dist/esm/api/types/TaskGroupExpanded.d.mts +11 -0
- package/dist/esm/api/types/TaskGroupExpanded.mjs +4 -0
- package/dist/esm/api/types/TaskGroupStatusEnum1.d.mts +9 -0
- package/dist/esm/api/types/TaskGroupStatusEnum1.mjs +8 -0
- package/dist/esm/api/types/TaskGroupWithDetails.d.mts +8 -0
- package/dist/esm/api/types/TaskGroupWithDetails.mjs +4 -0
- package/dist/esm/api/types/TaskGroupWithTasks.d.mts +8 -0
- package/dist/esm/api/types/TaskGroupWithTasks.mjs +4 -0
- package/dist/esm/api/types/TaskGroupsExpandedRes.d.mts +10 -0
- package/dist/esm/api/types/TaskGroupsExpandedRes.mjs +4 -0
- package/dist/esm/api/types/TaskWithDetails.d.mts +9 -0
- package/dist/esm/api/types/TaskWithDetails.mjs +4 -0
- package/dist/esm/api/types/TimezoneResponse.d.mts +12 -0
- package/dist/esm/api/types/TimezoneResponse.mjs +4 -0
- package/dist/esm/api/types/UpdateTaskGroupRes.d.mts +6 -0
- package/dist/esm/api/types/UpdateTaskGroupRes.mjs +4 -0
- package/dist/esm/api/types/UserPublicData1.d.mts +11 -0
- package/dist/esm/api/types/UserPublicData1.mjs +4 -0
- package/dist/esm/api/types/Vehicle1.d.mts +7 -0
- package/dist/esm/api/types/Vehicle1.mjs +4 -0
- package/dist/esm/api/types/index.d.mts +53 -47
- package/dist/esm/api/types/index.mjs +53 -47
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +4833 -577
- package/dist/cjs/api/resources/directory/client/Client.d.ts +0 -45
- package/dist/cjs/api/resources/directory/client/Client.js +0 -128
- package/dist/cjs/api/resources/directory/client/requests/DbQueryParams.d.ts +0 -12
- package/dist/cjs/api/resources/directory/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/messages/client/Client.d.ts +0 -61
- package/dist/cjs/api/resources/messages/client/Client.js +0 -198
- package/dist/cjs/api/resources/messages/client/requests/ShipperToCourierCreate1.d.ts +0 -27
- package/dist/cjs/api/resources/messages/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/mirror/client/Client.d.ts +0 -111
- package/dist/cjs/api/resources/mirror/client/Client.js +0 -537
- package/dist/cjs/api/resources/oortCourierPayDriverRate/client/Client.d.ts +0 -64
- package/dist/cjs/api/resources/oortCourierPayDriverRate/client/Client.js +0 -256
- package/dist/cjs/api/resources/oortDrivers/client/Client.d.ts +0 -134
- package/dist/cjs/api/resources/oortDrivers/client/Client.js +0 -519
- package/dist/cjs/api/resources/oortDrivers/client/requests/DriverLastSeenReq.d.ts +0 -15
- package/dist/cjs/api/resources/oortDrivers/client/requests/UpdateDriverDetailsReq.d.ts +0 -16
- package/dist/cjs/api/resources/oortDrivers/client/requests/index.d.ts +0 -3
- package/dist/cjs/api/resources/oortHandles/client/Client.d.ts +0 -70
- package/dist/cjs/api/resources/oortHandles/client/Client.js +0 -236
- package/dist/cjs/api/resources/oortHandles/client/requests/HandlesReq.d.ts +0 -12
- package/dist/cjs/api/resources/oortHandles/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/oortMilestones/client/Client.d.ts +0 -83
- package/dist/cjs/api/resources/oortMilestones/client/Client.js +0 -309
- package/dist/cjs/api/resources/oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.d.ts +0 -14
- package/dist/cjs/api/resources/oortMilestones/client/requests/MilestoneUpdateReq.d.ts +0 -14
- package/dist/cjs/api/resources/oortMilestones/client/requests/index.d.ts +0 -2
- package/dist/cjs/api/resources/oortOrders/client/Client.d.ts +0 -117
- package/dist/cjs/api/resources/oortOrders/client/Client.js +0 -405
- package/dist/cjs/api/resources/oortOrders/client/requests/CreateOrderReq.d.ts +0 -43
- package/dist/cjs/api/resources/oortOrgProfiles/client/Client.d.ts +0 -67
- package/dist/cjs/api/resources/oortOrgProfiles/client/Client.js +0 -233
- package/dist/cjs/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.d.ts +0 -19
- package/dist/cjs/api/resources/oortOrgProfiles/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/oortRateSheets/client/Client.d.ts +0 -70
- package/dist/cjs/api/resources/oortRateSheets/client/Client.js +0 -192
- package/dist/cjs/api/resources/oortRateSheets/client/requests/RateSheetClientCreate1.d.ts +0 -49
- package/dist/cjs/api/resources/oortRateSheets/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/oortRoutes/client/Client.d.ts +0 -112
- package/dist/cjs/api/resources/oortRoutes/client/Client.js +0 -475
- package/dist/cjs/api/resources/oortRoutes/client/requests/GetOortRoutesByIdRequest.d.ts +0 -29
- package/dist/cjs/api/resources/oortRoutes/client/requests/RouteCreateReq.d.ts +0 -11
- package/dist/cjs/api/resources/oortRoutes/client/requests/UpdateRouteReq.d.ts +0 -16
- package/dist/cjs/api/resources/oortRoutes/client/requests/index.d.ts +0 -3
- package/dist/cjs/api/resources/oortShippers/client/Client.d.ts +0 -48
- package/dist/cjs/api/resources/oortShippers/client/Client.js +0 -161
- package/dist/cjs/api/resources/oortTaskGroups/client/Client.d.ts +0 -74
- package/dist/cjs/api/resources/oortTaskGroups/client/Client.js +0 -279
- package/dist/cjs/api/resources/orgs/client/requests/PostOrgPublicDataReq.d.ts +0 -12
- package/dist/cjs/api/resources/payments/client/requests/CreateCheckoutSessionReq2.d.ts +0 -13
- package/dist/cjs/api/resources/profiles/client/Client.d.ts +0 -72
- package/dist/cjs/api/resources/profiles/client/Client.js +0 -256
- package/dist/cjs/api/resources/profiles/client/requests/CourierProfileCreate2.d.ts +0 -32
- package/dist/cjs/api/resources/profiles/client/requests/GetCourierProfileRequest.d.ts +0 -12
- package/dist/cjs/api/resources/profiles/client/requests/GetHandleIsAvailableRequest.d.ts +0 -15
- package/dist/cjs/api/resources/profiles/client/requests/index.d.ts +0 -3
- package/dist/cjs/api/resources/profiles/index.d.ts +0 -2
- package/dist/cjs/api/resources/profiles/index.js +0 -18
- package/dist/cjs/api/resources/profiles/types/Type.d.ts +0 -8
- package/dist/cjs/api/resources/profiles/types/Type.js +0 -10
- package/dist/cjs/api/resources/profiles/types/index.d.ts +0 -1
- package/dist/cjs/api/resources/profiles/types/index.js +0 -17
- package/dist/cjs/api/resources/root/types/PydanticResponse.d.ts +0 -8
- package/dist/cjs/api/resources/root/types/index.d.ts +0 -1
- package/dist/cjs/api/resources/root/types/index.js +0 -17
- package/dist/cjs/api/types/AppModelsDbOortVehicle1Vehicle1.d.ts +0 -7
- package/dist/cjs/api/types/AppModelsDbProfilesCourierOrgProfile2Vehicle1.d.ts +0 -10
- package/dist/cjs/api/types/BaseModel.d.ts +0 -5
- package/dist/cjs/api/types/CourierAvailabilityEnum.d.ts +0 -9
- package/dist/cjs/api/types/CourierAvailabilityEnum.js +0 -11
- package/dist/cjs/api/types/CourierCity.d.ts +0 -9
- package/dist/cjs/api/types/CourierOrgInfo1.d.ts +0 -23
- package/dist/cjs/api/types/CourierProfile2.d.ts +0 -28
- package/dist/cjs/api/types/CourierProfileRes2.d.ts +0 -8
- package/dist/cjs/api/types/CourierServiceEnum.d.ts +0 -20
- package/dist/cjs/api/types/CourierServiceEnum.js +0 -22
- package/dist/cjs/api/types/CourierState.d.ts +0 -8
- package/dist/cjs/api/types/CreateCheckoutSessionRes2.d.ts +0 -6
- package/dist/cjs/api/types/EmailAddress1.d.ts +0 -8
- package/dist/cjs/api/types/Feature.d.ts +0 -18
- package/dist/cjs/api/types/FeatureInputGeometry.d.ts +0 -28
- package/dist/cjs/api/types/FeatureOutputGeometry.d.ts +0 -28
- package/dist/cjs/api/types/GetTaskGroupWithFullTaskInfoRes.d.ts +0 -8
- package/dist/cjs/api/types/GetTaskGroupWithTasksRes.d.ts +0 -8
- package/dist/cjs/api/types/GetTaskGroupsWithFullTaskInfoListRes.d.ts +0 -7
- package/dist/cjs/api/types/GetTaskGroupsWithTasksListRes.d.ts +0 -7
- package/dist/cjs/api/types/GetTaskInfoListRes.d.ts +0 -8
- package/dist/cjs/api/types/Incident1.d.ts +0 -7
- package/dist/cjs/api/types/IncidentEnum1.d.ts +0 -12
- package/dist/cjs/api/types/IncidentEnum1.js +0 -14
- package/dist/cjs/api/types/IndustryEnum.d.ts +0 -21
- package/dist/cjs/api/types/IndustryEnum.js +0 -23
- package/dist/cjs/api/types/Insurance1.d.ts +0 -7
- package/dist/cjs/api/types/PayablesInvoice1.d.ts +0 -34
- package/dist/cjs/api/types/PayablesInvoice1.js +0 -18
- package/dist/cjs/api/types/PhoneNumber1.d.ts +0 -8
- package/dist/cjs/api/types/RateSheet1.d.ts +0 -31
- package/dist/cjs/api/types/ReceivablesInvoice1.d.ts +0 -34
- package/dist/cjs/api/types/ReceivablesInvoice1.js +0 -18
- package/dist/cjs/api/types/Route1.d.ts +0 -13
- package/dist/cjs/api/types/RouteByIdEnum.d.ts +0 -8
- package/dist/cjs/api/types/RouteByIdEnum.js +0 -10
- package/dist/cjs/api/types/RouteDetailRes.d.ts +0 -9
- package/dist/cjs/api/types/Shipper2.d.ts +0 -20
- package/dist/cjs/api/types/ShipperCourierConnection1.d.ts +0 -13
- package/dist/cjs/api/types/ShipperOrgInfo1.d.ts +0 -23
- package/dist/cjs/api/types/ShipperToCourier1.d.ts +0 -16
- package/dist/cjs/api/types/ShipperUserInfo1.d.ts +0 -23
- package/dist/cjs/api/types/SocialLinks.d.ts +0 -8
- package/dist/cjs/api/types/StreetAddress1.d.ts +0 -18
- package/dist/cjs/api/types/StripeConnectInvoice1.d.ts +0 -32
- package/dist/cjs/api/types/StripeConnectInvoice1.js +0 -18
- package/dist/cjs/api/types/TaskDetailRes.d.ts +0 -9
- package/dist/cjs/api/types/TaskGroupDetailRes.d.ts +0 -8
- package/dist/cjs/api/types/TaskInfo.d.ts +0 -9
- package/dist/cjs/api/types/UpdateRouteRes.d.ts +0 -6
- package/dist/cjs/api/types/UsStatesEnum.d.ts +0 -58
- package/dist/cjs/api/types/UsStatesEnum.js +0 -60
- package/dist/cjs/api/types/UserPublicData5.d.ts +0 -15
- package/dist/cjs/api/types/Vehicle1Input.d.ts +0 -10
- package/dist/cjs/api/types/VehicleRate1.d.ts +0 -9
- package/dist/esm/api/resources/directory/client/Client.d.mts +0 -45
- package/dist/esm/api/resources/directory/client/Client.mjs +0 -91
- package/dist/esm/api/resources/directory/client/requests/DbQueryParams.d.mts +0 -12
- package/dist/esm/api/resources/directory/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/messages/client/Client.d.mts +0 -61
- package/dist/esm/api/resources/messages/client/Client.mjs +0 -161
- package/dist/esm/api/resources/messages/client/requests/ShipperToCourierCreate1.d.mts +0 -27
- package/dist/esm/api/resources/messages/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/mirror/client/Client.d.mts +0 -111
- package/dist/esm/api/resources/mirror/client/Client.mjs +0 -500
- package/dist/esm/api/resources/oortCourierPayDriverRate/client/Client.d.mts +0 -64
- package/dist/esm/api/resources/oortCourierPayDriverRate/client/Client.mjs +0 -219
- package/dist/esm/api/resources/oortDrivers/client/Client.d.mts +0 -134
- package/dist/esm/api/resources/oortDrivers/client/Client.mjs +0 -482
- package/dist/esm/api/resources/oortDrivers/client/requests/DriverLastSeenReq.d.mts +0 -15
- package/dist/esm/api/resources/oortDrivers/client/requests/UpdateDriverDetailsReq.d.mts +0 -16
- package/dist/esm/api/resources/oortDrivers/client/requests/index.d.mts +0 -3
- package/dist/esm/api/resources/oortHandles/client/Client.d.mts +0 -70
- package/dist/esm/api/resources/oortHandles/client/Client.mjs +0 -199
- package/dist/esm/api/resources/oortHandles/client/requests/HandlesReq.d.mts +0 -12
- package/dist/esm/api/resources/oortHandles/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/oortMilestones/client/Client.d.mts +0 -83
- package/dist/esm/api/resources/oortMilestones/client/Client.mjs +0 -272
- package/dist/esm/api/resources/oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.d.mts +0 -14
- package/dist/esm/api/resources/oortMilestones/client/requests/MilestoneUpdateReq.d.mts +0 -14
- package/dist/esm/api/resources/oortMilestones/client/requests/index.d.mts +0 -2
- package/dist/esm/api/resources/oortOrders/client/Client.d.mts +0 -117
- package/dist/esm/api/resources/oortOrders/client/Client.mjs +0 -368
- package/dist/esm/api/resources/oortOrders/client/requests/CreateOrderReq.d.mts +0 -43
- package/dist/esm/api/resources/oortOrgProfiles/client/Client.d.mts +0 -67
- package/dist/esm/api/resources/oortOrgProfiles/client/Client.mjs +0 -196
- package/dist/esm/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.d.mts +0 -19
- package/dist/esm/api/resources/oortOrgProfiles/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/oortRateSheets/client/Client.d.mts +0 -70
- package/dist/esm/api/resources/oortRateSheets/client/Client.mjs +0 -155
- package/dist/esm/api/resources/oortRateSheets/client/requests/RateSheetClientCreate1.d.mts +0 -49
- package/dist/esm/api/resources/oortRateSheets/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/oortRoutes/client/Client.d.mts +0 -112
- package/dist/esm/api/resources/oortRoutes/client/Client.mjs +0 -438
- package/dist/esm/api/resources/oortRoutes/client/requests/GetOortRoutesByIdRequest.d.mts +0 -29
- package/dist/esm/api/resources/oortRoutes/client/requests/RouteCreateReq.d.mts +0 -11
- package/dist/esm/api/resources/oortRoutes/client/requests/UpdateRouteReq.d.mts +0 -16
- package/dist/esm/api/resources/oortRoutes/client/requests/index.d.mts +0 -3
- package/dist/esm/api/resources/oortShippers/client/Client.d.mts +0 -48
- package/dist/esm/api/resources/oortShippers/client/Client.mjs +0 -124
- package/dist/esm/api/resources/oortTaskGroups/client/Client.d.mts +0 -74
- package/dist/esm/api/resources/oortTaskGroups/client/Client.mjs +0 -242
- package/dist/esm/api/resources/orgs/client/requests/PostOrgPublicDataReq.d.mts +0 -12
- package/dist/esm/api/resources/payments/client/requests/CreateCheckoutSessionReq2.d.mts +0 -13
- package/dist/esm/api/resources/profiles/client/Client.d.mts +0 -72
- package/dist/esm/api/resources/profiles/client/Client.mjs +0 -219
- package/dist/esm/api/resources/profiles/client/requests/CourierProfileCreate2.d.mts +0 -32
- package/dist/esm/api/resources/profiles/client/requests/GetCourierProfileRequest.d.mts +0 -12
- package/dist/esm/api/resources/profiles/client/requests/GetHandleIsAvailableRequest.d.mts +0 -15
- package/dist/esm/api/resources/profiles/client/requests/index.d.mts +0 -3
- package/dist/esm/api/resources/profiles/index.d.mts +0 -2
- package/dist/esm/api/resources/profiles/index.mjs +0 -2
- package/dist/esm/api/resources/profiles/types/Type.d.mts +0 -8
- package/dist/esm/api/resources/profiles/types/Type.mjs +0 -7
- package/dist/esm/api/resources/profiles/types/index.d.mts +0 -1
- package/dist/esm/api/resources/profiles/types/index.mjs +0 -1
- package/dist/esm/api/resources/root/types/PydanticResponse.d.mts +0 -8
- package/dist/esm/api/resources/root/types/index.d.mts +0 -1
- package/dist/esm/api/resources/root/types/index.mjs +0 -1
- package/dist/esm/api/types/AppModelsDbOortVehicle1Vehicle1.d.mts +0 -7
- package/dist/esm/api/types/AppModelsDbProfilesCourierOrgProfile2Vehicle1.d.mts +0 -10
- package/dist/esm/api/types/BaseModel.d.mts +0 -5
- package/dist/esm/api/types/CourierAvailabilityEnum.d.mts +0 -9
- package/dist/esm/api/types/CourierAvailabilityEnum.mjs +0 -8
- package/dist/esm/api/types/CourierCity.d.mts +0 -9
- package/dist/esm/api/types/CourierOrgInfo1.d.mts +0 -23
- package/dist/esm/api/types/CourierProfile2.d.mts +0 -28
- package/dist/esm/api/types/CourierProfileRes2.d.mts +0 -8
- package/dist/esm/api/types/CourierServiceEnum.d.mts +0 -20
- package/dist/esm/api/types/CourierServiceEnum.mjs +0 -19
- package/dist/esm/api/types/CourierState.d.mts +0 -8
- package/dist/esm/api/types/CreateCheckoutSessionRes2.d.mts +0 -6
- package/dist/esm/api/types/EmailAddress1.d.mts +0 -8
- package/dist/esm/api/types/Feature.d.mts +0 -18
- package/dist/esm/api/types/FeatureInputGeometry.d.mts +0 -28
- package/dist/esm/api/types/FeatureOutputGeometry.d.mts +0 -28
- package/dist/esm/api/types/GetTaskGroupWithFullTaskInfoRes.d.mts +0 -8
- package/dist/esm/api/types/GetTaskGroupWithTasksRes.d.mts +0 -8
- package/dist/esm/api/types/GetTaskGroupsWithFullTaskInfoListRes.d.mts +0 -7
- package/dist/esm/api/types/GetTaskGroupsWithTasksListRes.d.mts +0 -7
- package/dist/esm/api/types/GetTaskInfoListRes.d.mts +0 -8
- package/dist/esm/api/types/Incident1.d.mts +0 -7
- package/dist/esm/api/types/IncidentEnum1.d.mts +0 -12
- package/dist/esm/api/types/IncidentEnum1.mjs +0 -11
- package/dist/esm/api/types/IndustryEnum.d.mts +0 -21
- package/dist/esm/api/types/IndustryEnum.mjs +0 -20
- package/dist/esm/api/types/Insurance1.d.mts +0 -7
- package/dist/esm/api/types/PayablesInvoice1.d.mts +0 -34
- package/dist/esm/api/types/PayablesInvoice1.mjs +0 -15
- package/dist/esm/api/types/PhoneNumber1.d.mts +0 -8
- package/dist/esm/api/types/RateSheet1.d.mts +0 -31
- package/dist/esm/api/types/ReceivablesInvoice1.d.mts +0 -34
- package/dist/esm/api/types/ReceivablesInvoice1.mjs +0 -15
- package/dist/esm/api/types/Route1.d.mts +0 -13
- package/dist/esm/api/types/RouteByIdEnum.d.mts +0 -8
- package/dist/esm/api/types/RouteByIdEnum.mjs +0 -7
- package/dist/esm/api/types/RouteDetailRes.d.mts +0 -9
- package/dist/esm/api/types/Shipper2.d.mts +0 -20
- package/dist/esm/api/types/ShipperCourierConnection1.d.mts +0 -13
- package/dist/esm/api/types/ShipperOrgInfo1.d.mts +0 -23
- package/dist/esm/api/types/ShipperToCourier1.d.mts +0 -16
- package/dist/esm/api/types/ShipperUserInfo1.d.mts +0 -23
- package/dist/esm/api/types/SocialLinks.d.mts +0 -8
- package/dist/esm/api/types/StreetAddress1.d.mts +0 -18
- package/dist/esm/api/types/StripeConnectInvoice1.d.mts +0 -32
- package/dist/esm/api/types/StripeConnectInvoice1.mjs +0 -15
- package/dist/esm/api/types/TaskDetailRes.d.mts +0 -9
- package/dist/esm/api/types/TaskGroupDetailRes.d.mts +0 -8
- package/dist/esm/api/types/TaskInfo.d.mts +0 -9
- package/dist/esm/api/types/UpdateRouteRes.d.mts +0 -6
- package/dist/esm/api/types/UsStatesEnum.d.mts +0 -58
- package/dist/esm/api/types/UsStatesEnum.mjs +0 -57
- package/dist/esm/api/types/UserPublicData5.d.mts +0 -15
- package/dist/esm/api/types/Vehicle1Input.d.mts +0 -10
- package/dist/esm/api/types/VehicleRate1.d.mts +0 -9
- /package/dist/cjs/api/resources/{mirror → connections}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{directory/client/requests → connections/client}/index.js +0 -0
- /package/dist/cjs/api/resources/{directory → connections/resources/connectionToCourier}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{directory → connections/resources/connectionToCourier}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{directory/client/requests/DbQueryParams.js → connections/resources/connectionToCourier/client/requests/CreateConnectionReq.js} +0 -0
- /package/dist/cjs/api/resources/{messages → connections/resources/connectionToCourier}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/{directory → connections/resources/connectionToCourier}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{directory → connections/resources/connectionToCourier}/index.js +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverRate → courierPayDriverLineItemGroups}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{mirror → courierPayDriverLineItemGroups}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{messages → courierPayDriverLineItemGroups/resources/addLineItems}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{messages → courierPayDriverLineItemGroups/resources/addLineItems}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{messages/client/requests/ShipperToCourierCreate1.js → courierPayDriverLineItemGroups/resources/addLineItems/client/requests/CourierPayDriverLineItemGroupAddLineItemsReq.js} +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverRate/client → courierPayDriverLineItemGroups/resources/addLineItems/client/requests}/index.js +0 -0
- /package/dist/cjs/api/resources/{messages → courierPayDriverLineItemGroups/resources/addLineItems}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{messages → courierPayDriverLineItemGroups/resources/addLineItems}/index.js +0 -0
- /package/dist/cjs/api/resources/{oortDrivers → courierPayDriverLineItemGroups/resources/removeLineItems}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortDrivers → courierPayDriverLineItemGroups/resources/removeLineItems}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{oortDrivers/client/requests/DriverLastSeenReq.js → courierPayDriverLineItemGroups/resources/removeLineItems/client/requests/CourierPayDriverLineItemGroupRemoveLineItemsReq.js} +0 -0
- /package/dist/cjs/api/resources/{oortDrivers → courierPayDriverLineItemGroups/resources/removeLineItems}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/{mirror → courierPayDriverLineItemGroups/resources/removeLineItems}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{mirror → courierPayDriverLineItemGroups/resources/removeLineItems}/index.js +0 -0
- /package/dist/cjs/api/resources/{oortHandles → courierPayDriverPayouts}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortHandles → courierPayDriverPayouts}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{oortDrivers/client/requests/SetDriverActivationReq.js → courierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientCreate1.js} +0 -0
- /package/dist/cjs/api/resources/{oortDrivers/client/requests/UpdateDriverDetailsReq.js → courierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientUpdate1.js} +0 -0
- /package/dist/cjs/api/resources/{oortHandles → courierPayDriverPayouts}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverRate → courierPayDriverPayouts}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverRate → courierPayDriverPayouts}/index.js +0 -0
- /package/dist/cjs/api/resources/{oortMilestones → courierPayDriverRateSheets}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortMilestones → courierPayDriverRateSheets}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{oortHandles/client/requests/HandlesReq.js → courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientCreate1.js} +0 -0
- /package/dist/cjs/api/resources/{oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.js → courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.js} +0 -0
- /package/dist/cjs/api/resources/{oortMilestones → courierPayDriverRateSheets}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/{oortDrivers → courierPayDriverRateSheets}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortDrivers → courierPayDriverRateSheets}/index.js +0 -0
- /package/dist/cjs/api/resources/{oortOrders → drivers}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortOrders → drivers}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{oortMilestones/client/requests/MilestoneUpdateReq.js → drivers/client/requests/DriverCreateReq.js} +0 -0
- /package/dist/cjs/api/resources/{oortOrders/client/requests/CreateOrderReq.js → drivers/client/requests/DriverLastSeenReq.js} +0 -0
- /package/dist/cjs/api/resources/{oortDrivers → drivers}/client/requests/SetDriverActivationReq.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.js → drivers/client/requests/SetDriverActivationReq.js} +0 -0
- /package/dist/cjs/api/resources/{oortRateSheets/client/requests/RateSheetClientCreate1.js → drivers/client/requests/UpdateDriverDetailsReq.js} +0 -0
- /package/dist/cjs/api/resources/{oortOrders → drivers}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/{oortHandles → drivers}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortHandles → drivers}/index.js +0 -0
- /package/dist/cjs/api/resources/{oortOrgProfiles → milestoneNotifications}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortOrgProfiles → milestoneNotifications}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{oortRoutes/client/requests/GetOortRoutesByIdRequest.js → milestoneNotifications/client/requests/MilestoneNotificationPreferencesClientCreate1.js} +0 -0
- /package/dist/cjs/api/resources/{oortOrgProfiles → milestoneNotifications}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/{oortMilestones → milestoneNotifications}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortMilestones → milestoneNotifications}/index.js +0 -0
- /package/dist/cjs/api/resources/{oortRateSheets → milestones}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortRateSheets → milestones}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{oortRoutes/client/requests/RouteCreateReq.js → milestones/client/requests/MilestoneAddToTaskReq.js} +0 -0
- /package/dist/cjs/api/resources/{oortRoutes/client/requests/UpdateRouteReq.js → milestones/client/requests/MilestoneUpdateReq.js} +0 -0
- /package/dist/cjs/api/resources/{oortRateSheets → milestones}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/{oortShippers → milestones/resources/blurhash}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortRoutes/client/requests → milestones/resources/blurhash/client}/index.js +0 -0
- /package/dist/cjs/api/resources/{oortOrders → milestones/resources/blurhash}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortOrders → milestones/resources/blurhash}/index.js +0 -0
- /package/dist/cjs/api/resources/{oortRoutes → milestones/resources/images}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortRoutes → milestones/resources/images}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{orgs/client/requests/PostOrgPublicDataReq.js → milestones/resources/images/client/requests/BodyPostMilestonesUploadImageOortMilestonesImagesUploadMilestoneIdPost.js} +0 -0
- /package/dist/cjs/api/resources/{oortShippers/client → milestones/resources/images/client/requests}/index.js +0 -0
- /package/dist/cjs/api/resources/{oortOrgProfiles → milestones/resources/images}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortOrgProfiles → milestones/resources/images}/index.js +0 -0
- /package/dist/cjs/api/resources/{oortTaskGroups → notifications}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortTaskGroups → notifications}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{profiles → notifications/resources/courier}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{profiles → notifications/resources/courier}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{payments/client/requests/CreateCheckoutSessionReq2.js → notifications/resources/courier/client/requests/CourierNotificationPreferencesClientCreate1.js} +0 -0
- /package/dist/cjs/api/resources/{profiles → notifications/resources/courier}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/{oortRateSheets → notifications/resources/courier}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortRateSheets → notifications/resources/courier}/index.js +0 -0
- /package/dist/cjs/api/resources/{profiles/client/requests/CourierProfileCreate2.js → notifications/resources/shipper/client/requests/ShipperNotificationPreferencesClientCreate1.js} +0 -0
- /package/dist/cjs/api/resources/{oortRoutes → notifications/resources/shipper}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortRoutes → notifications/resources/shipper}/index.js +0 -0
- /package/dist/cjs/api/resources/{profiles/client/requests/GetCourierProfileRequest.js → offChrtShipperOrgInfo/client/requests/OffChrtShipperOrgInfoClientCreate1.js} +0 -0
- /package/dist/cjs/api/resources/{profiles/client/requests/GetHandleIsAvailableRequest.js → offChrtShipperOrgInfo/client/requests/OffChrtShipperOrgInfoClientUpdate1.js} +0 -0
- /package/dist/cjs/api/resources/{oortShippers → offChrtShipperOrgInfo}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortShippers → offChrtShipperOrgInfo}/index.js +0 -0
- /package/dist/cjs/api/resources/{root/types/PydanticResponse.js → orders/client/requests/CreateOrderReq.js} +0 -0
- /package/dist/cjs/api/resources/{oortOrders → orders}/client/requests/index.d.ts +0 -0
- /package/dist/{esm/api/resources/directory/client/requests/index.mjs → cjs/api/resources/orders/resources/full/client/index.d.ts} +0 -0
- /package/dist/cjs/api/resources/{oortTaskGroups → orders/resources/full}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortTaskGroups → orders/resources/full}/index.js +0 -0
- /package/dist/{esm/api/resources/messages/client/requests/index.mjs → cjs/api/resources/orgConnectionInfos/client/index.d.ts} +0 -0
- /package/dist/cjs/api/{types/AppModelsDbOortVehicle1Vehicle1.js → resources/orgConnectionInfos/resources/courier/client/requests/CourierOrgConnectionInfoClientCreate1.js} +0 -0
- /package/dist/cjs/api/{types/AppModelsDbProfilesCourierOrgProfile2Vehicle1.js → resources/orgConnectionInfos/resources/courier/client/requests/CourierOrgConnectionInfoClientUpdate1.js} +0 -0
- /package/dist/cjs/api/{types/BaseModel.js → resources/orgConnectionInfos/resources/shipper/client/requests/ShipperOrgConnectionInfoClientCreate1.js} +0 -0
- /package/dist/cjs/api/{types/CourierCity.js → resources/orgConnectionInfos/resources/shipper/client/requests/ShipperOrgConnectionInfoClientUpdate1.js} +0 -0
- /package/dist/cjs/api/{types/CourierOrgInfo1.js → resources/orgProfiles/client/requests/CourierOrgProfileClientCreate3.js} +0 -0
- /package/dist/cjs/api/{types/CourierProfile2.js → resources/orgProfiles/client/requests/CourierOrgProfileClientUpdate3.js} +0 -0
- /package/dist/cjs/api/{types/CourierProfileRes2.js → resources/orgs/client/requests/CreateOrgPublicDataReq.js} +0 -0
- /package/dist/cjs/api/{types/CourierState.js → resources/orgs/client/requests/UpdateOrgPublicDataReq.js} +0 -0
- /package/dist/cjs/api/{types/CreateCheckoutSessionRes2.js → resources/payments/client/requests/CreateCheckoutSessionReq.js} +0 -0
- /package/dist/cjs/api/{types/EmailAddress1.js → resources/payments/client/requests/GenerateInvoiceReq.js} +0 -0
- /package/dist/cjs/api/{types/Feature.js → resources/shipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.js} +0 -0
- /package/dist/{esm/api/resources/mirror/client/index.d.mts → cjs/api/resources/shipperPayCourierLineItemGroups/client/index.d.ts} +0 -0
- /package/dist/cjs/api/{types/FeatureInputGeometry.js → resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/requests/ShipperPayCourierLineItemGroupAddLineItemsReq.js} +0 -0
- /package/dist/{esm/api/resources/mirror/client/index.mjs → cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/index.d.ts} +0 -0
- /package/dist/cjs/api/{types/FeatureOutputGeometry.js → resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/requests/ShipperPayCourierLineItemGroupRemoveLineItemsReq.js} +0 -0
- /package/dist/{esm/api/resources/oortCourierPayDriverRate/client/index.d.mts → cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/index.d.ts} +0 -0
- /package/dist/cjs/api/{types/GetTaskGroupWithFullTaskInfoRes.js → resources/shipperPayCourierPayments/client/requests/ListPaymentsByCourierReq.js} +0 -0
- /package/dist/cjs/api/{types/GetTaskGroupWithTasksRes.js → resources/shipperPayCourierPayments/client/requests/ListPaymentsByShipperReq.js} +0 -0
- /package/dist/cjs/api/{types/GetTaskGroupsWithFullTaskInfoListRes.js → resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientCreate1.js} +0 -0
- /package/dist/cjs/api/{types/GetTaskGroupsWithTasksListRes.js → resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientUpdate1.js} +0 -0
- /package/dist/cjs/api/{types/GetTaskInfoListRes.js → resources/taskGroups/client/requests/TaskGroupsExpandedReq.js} +0 -0
- /package/dist/cjs/api/{types/Incident1.js → resources/taskGroups/client/requests/UpdateTaskGroupReq.js} +0 -0
- /package/dist/{esm/api/resources/oortCourierPayDriverRate/client/index.mjs → cjs/api/resources/taskGroups/resources/full/client/index.d.ts} +0 -0
- /package/dist/cjs/api/{types/Insurance1.js → resources/taskGroups/resources/togglePause/client/requests/SetTaskGroupPauseReq.js} +0 -0
- /package/dist/cjs/api/{types/PhoneNumber1.js → resources/utils/client/requests/UtilsGetTimezoneRequest.js} +0 -0
- /package/dist/cjs/api/types/{RateSheet1.js → ClerkOrgData.js} +0 -0
- /package/dist/cjs/api/types/{Route1.js → CourierNotificationEventEnum.js} +0 -0
- /package/dist/cjs/api/types/{RouteDetailRes.js → CourierNotificationPreferences1.js} +0 -0
- /package/dist/cjs/api/types/{Shipper2.js → CourierOrgConnectionInfo1.js} +0 -0
- /package/dist/cjs/api/types/{ShipperCourierConnection1.js → CourierPayDriverLineItemGroup1.js} +0 -0
- /package/dist/cjs/api/types/{ShipperOrgInfo1.js → CourierPayDriverLineItemGroupCreateReq.js} +0 -0
- /package/dist/cjs/api/types/{ShipperToCourier1.js → CourierPayDriverLineItemGroupServerCreate1.js} +0 -0
- /package/dist/cjs/api/types/{ShipperUserInfo1.js → CourierPayDriverPayout1.js} +0 -0
- /package/dist/cjs/api/types/{SocialLinks.js → CourierPayDriverRateSheet1.js} +0 -0
- /package/dist/cjs/api/types/{StreetAddress1.js → CreateCheckoutSessionRes.js} +0 -0
- /package/dist/cjs/api/types/{TaskDetailRes.js → CreateConnectAccountLinkRes.js} +0 -0
- /package/dist/cjs/api/types/{TaskGroupDetailRes.js → CreateShipperPayCourierPaymentReq.js} +0 -0
- /package/dist/cjs/api/types/{TaskInfo.js → GenerateInvoiceRes.js} +0 -0
- /package/dist/cjs/api/types/{UpdateRouteRes.js → GetShipperPayCourierPaymentsForShipperRes.js} +0 -0
- /package/dist/cjs/api/types/{UserPublicData5.js → LineItemClientCreate1.js} +0 -0
- /package/dist/cjs/api/types/{Vehicle1Input.js → LocationFeature.js} +0 -0
- /package/dist/cjs/api/types/{VehicleRate1.js → LocationFeatureInputGeometry.js} +0 -0
- /package/dist/esm/api/resources/{oortShippers → connections}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortDrivers/client/requests → connections/client}/index.mjs +0 -0
- /package/dist/esm/api/resources/{directory → connections/resources/connectionToCourier}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{directory → connections/resources/connectionToCourier}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{directory/client/requests/DbQueryParams.mjs → connections/resources/connectionToCourier/client/requests/CreateConnectionReq.mjs} +0 -0
- /package/dist/esm/api/resources/{oortHandles → connections/resources/connectionToCourier}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/{directory → connections/resources/connectionToCourier}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{directory → connections/resources/connectionToCourier}/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortTaskGroups → courierPayDriverLineItemGroups}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortMilestones/client/requests → courierPayDriverLineItemGroups/client}/index.mjs +0 -0
- /package/dist/esm/api/resources/{messages → courierPayDriverLineItemGroups/resources/addLineItems}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{messages → courierPayDriverLineItemGroups/resources/addLineItems}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{messages/client/requests/ShipperToCourierCreate1.mjs → courierPayDriverLineItemGroups/resources/addLineItems/client/requests/CourierPayDriverLineItemGroupAddLineItemsReq.mjs} +0 -0
- /package/dist/esm/api/resources/{oortOrders → courierPayDriverLineItemGroups/resources/addLineItems}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/{messages → courierPayDriverLineItemGroups/resources/addLineItems}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{messages → courierPayDriverLineItemGroups/resources/addLineItems}/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortDrivers → courierPayDriverLineItemGroups/resources/removeLineItems}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortDrivers → courierPayDriverLineItemGroups/resources/removeLineItems}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortDrivers/client/requests/DriverLastSeenReq.mjs → courierPayDriverLineItemGroups/resources/removeLineItems/client/requests/CourierPayDriverLineItemGroupRemoveLineItemsReq.mjs} +0 -0
- /package/dist/esm/api/resources/{oortOrgProfiles → courierPayDriverLineItemGroups/resources/removeLineItems}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/{mirror → courierPayDriverLineItemGroups/resources/removeLineItems}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{mirror → courierPayDriverLineItemGroups/resources/removeLineItems}/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortHandles → courierPayDriverPayouts}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortHandles → courierPayDriverPayouts}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortDrivers/client/requests/SetDriverActivationReq.mjs → courierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientCreate1.mjs} +0 -0
- /package/dist/esm/api/resources/{oortDrivers/client/requests/UpdateDriverDetailsReq.mjs → courierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientUpdate1.mjs} +0 -0
- /package/dist/esm/api/resources/{oortRateSheets → courierPayDriverPayouts}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverRate → courierPayDriverPayouts}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverRate → courierPayDriverPayouts}/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortMilestones → courierPayDriverRateSheets}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortMilestones → courierPayDriverRateSheets}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortHandles/client/requests/HandlesReq.mjs → courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientCreate1.mjs} +0 -0
- /package/dist/esm/api/resources/{oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.mjs → courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.mjs} +0 -0
- /package/dist/esm/api/resources/{oortRoutes → courierPayDriverRateSheets}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortDrivers → courierPayDriverRateSheets}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortDrivers → courierPayDriverRateSheets}/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortOrders → drivers}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortOrders → drivers}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortMilestones/client/requests/MilestoneUpdateReq.mjs → drivers/client/requests/DriverCreateReq.mjs} +0 -0
- /package/dist/esm/api/resources/{oortOrders/client/requests/CreateOrderReq.mjs → drivers/client/requests/DriverLastSeenReq.mjs} +0 -0
- /package/dist/esm/api/resources/{oortDrivers → drivers}/client/requests/SetDriverActivationReq.d.mts +0 -0
- /package/dist/esm/api/resources/{oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.mjs → drivers/client/requests/SetDriverActivationReq.mjs} +0 -0
- /package/dist/esm/api/resources/{oortRateSheets/client/requests/RateSheetClientCreate1.mjs → drivers/client/requests/UpdateDriverDetailsReq.mjs} +0 -0
- /package/dist/esm/api/resources/{oortShippers/client → drivers/client/requests}/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortHandles → drivers}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortHandles → drivers}/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortOrgProfiles → milestoneNotifications}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortOrgProfiles → milestoneNotifications}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortRoutes/client/requests/GetOortRoutesByIdRequest.mjs → milestoneNotifications/client/requests/MilestoneNotificationPreferencesClientCreate1.mjs} +0 -0
- /package/dist/esm/api/resources/{oortTaskGroups/client → milestoneNotifications/client/requests}/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortMilestones → milestoneNotifications}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortMilestones → milestoneNotifications}/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortRateSheets → milestones}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortRateSheets → milestones}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortRoutes/client/requests/RouteCreateReq.mjs → milestones/client/requests/MilestoneAddToTaskReq.mjs} +0 -0
- /package/dist/esm/api/resources/{oortRoutes/client/requests/UpdateRouteReq.mjs → milestones/client/requests/MilestoneUpdateReq.mjs} +0 -0
- /package/dist/esm/api/resources/{profiles → milestones}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortOrders → milestones/resources/blurhash}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortOrders → milestones/resources/blurhash}/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortRoutes → milestones/resources/images}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortRoutes → milestones/resources/images}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{orgs/client/requests/PostOrgPublicDataReq.mjs → milestones/resources/images/client/requests/BodyPostMilestonesUploadImageOortMilestonesImagesUploadMilestoneIdPost.mjs} +0 -0
- /package/dist/esm/api/resources/{oortOrgProfiles → milestones/resources/images}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortOrgProfiles → milestones/resources/images}/index.mjs +0 -0
- /package/dist/esm/api/resources/{profiles → notifications/resources/courier}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{profiles → notifications/resources/courier}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{payments/client/requests/CreateCheckoutSessionReq2.mjs → notifications/resources/courier/client/requests/CourierNotificationPreferencesClientCreate1.mjs} +0 -0
- /package/dist/esm/api/resources/{oortRateSheets → notifications/resources/courier}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortRateSheets → notifications/resources/courier}/index.mjs +0 -0
- /package/dist/esm/api/resources/{profiles/client/requests/CourierProfileCreate2.mjs → notifications/resources/shipper/client/requests/ShipperNotificationPreferencesClientCreate1.mjs} +0 -0
- /package/dist/esm/api/resources/{oortRoutes → notifications/resources/shipper}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortRoutes → notifications/resources/shipper}/index.mjs +0 -0
- /package/dist/esm/api/resources/{profiles/client/requests/GetCourierProfileRequest.mjs → offChrtShipperOrgInfo/client/requests/OffChrtShipperOrgInfoClientCreate1.mjs} +0 -0
- /package/dist/esm/api/resources/{profiles/client/requests/GetHandleIsAvailableRequest.mjs → offChrtShipperOrgInfo/client/requests/OffChrtShipperOrgInfoClientUpdate1.mjs} +0 -0
- /package/dist/esm/api/resources/{oortShippers → offChrtShipperOrgInfo}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortShippers → offChrtShipperOrgInfo}/index.mjs +0 -0
- /package/dist/esm/api/resources/{root/types/PydanticResponse.mjs → orders/client/requests/CreateOrderReq.mjs} +0 -0
- /package/dist/esm/api/resources/{oortOrders → orders}/client/requests/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortTaskGroups → orders/resources/full}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortTaskGroups → orders/resources/full}/index.mjs +0 -0
- /package/dist/esm/api/{types/AppModelsDbOortVehicle1Vehicle1.mjs → resources/orgConnectionInfos/resources/courier/client/requests/CourierOrgConnectionInfoClientCreate1.mjs} +0 -0
- /package/dist/esm/api/{types/AppModelsDbProfilesCourierOrgProfile2Vehicle1.mjs → resources/orgConnectionInfos/resources/courier/client/requests/CourierOrgConnectionInfoClientUpdate1.mjs} +0 -0
- /package/dist/esm/api/{types/BaseModel.mjs → resources/orgConnectionInfos/resources/shipper/client/requests/ShipperOrgConnectionInfoClientCreate1.mjs} +0 -0
- /package/dist/esm/api/{types/CourierCity.mjs → resources/orgConnectionInfos/resources/shipper/client/requests/ShipperOrgConnectionInfoClientUpdate1.mjs} +0 -0
- /package/dist/esm/api/{types/CourierOrgInfo1.mjs → resources/orgProfiles/client/requests/CourierOrgProfileClientCreate3.mjs} +0 -0
- /package/dist/esm/api/{types/CourierProfile2.mjs → resources/orgProfiles/client/requests/CourierOrgProfileClientUpdate3.mjs} +0 -0
- /package/dist/esm/api/{types/CourierProfileRes2.mjs → resources/orgs/client/requests/CreateOrgPublicDataReq.mjs} +0 -0
- /package/dist/esm/api/{types/CourierState.mjs → resources/orgs/client/requests/UpdateOrgPublicDataReq.mjs} +0 -0
- /package/dist/esm/api/{types/CreateCheckoutSessionRes2.mjs → resources/payments/client/requests/CreateCheckoutSessionReq.mjs} +0 -0
- /package/dist/esm/api/{types/EmailAddress1.mjs → resources/payments/client/requests/GenerateInvoiceReq.mjs} +0 -0
- /package/dist/esm/api/{types/Feature.mjs → resources/shipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.mjs} +0 -0
- /package/dist/esm/api/{types/FeatureInputGeometry.mjs → resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/requests/ShipperPayCourierLineItemGroupAddLineItemsReq.mjs} +0 -0
- /package/dist/esm/api/{types/FeatureOutputGeometry.mjs → resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/requests/ShipperPayCourierLineItemGroupRemoveLineItemsReq.mjs} +0 -0
- /package/dist/esm/api/{types/GetTaskGroupWithFullTaskInfoRes.mjs → resources/shipperPayCourierPayments/client/requests/ListPaymentsByCourierReq.mjs} +0 -0
- /package/dist/esm/api/{types/GetTaskGroupWithTasksRes.mjs → resources/shipperPayCourierPayments/client/requests/ListPaymentsByShipperReq.mjs} +0 -0
- /package/dist/esm/api/{types/GetTaskGroupsWithFullTaskInfoListRes.mjs → resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientCreate1.mjs} +0 -0
- /package/dist/esm/api/{types/GetTaskGroupsWithTasksListRes.mjs → resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientUpdate1.mjs} +0 -0
- /package/dist/esm/api/{types/GetTaskInfoListRes.mjs → resources/taskGroups/client/requests/TaskGroupsExpandedReq.mjs} +0 -0
- /package/dist/esm/api/{types/Incident1.mjs → resources/taskGroups/client/requests/UpdateTaskGroupReq.mjs} +0 -0
- /package/dist/esm/api/{types/Insurance1.mjs → resources/taskGroups/resources/togglePause/client/requests/SetTaskGroupPauseReq.mjs} +0 -0
- /package/dist/esm/api/{types/PhoneNumber1.mjs → resources/utils/client/requests/UtilsGetTimezoneRequest.mjs} +0 -0
- /package/dist/esm/api/types/{RateSheet1.mjs → ClerkOrgData.mjs} +0 -0
- /package/dist/esm/api/types/{Route1.mjs → CourierNotificationEventEnum.mjs} +0 -0
- /package/dist/esm/api/types/{RouteDetailRes.mjs → CourierNotificationPreferences1.mjs} +0 -0
- /package/dist/esm/api/types/{Shipper2.mjs → CourierOrgConnectionInfo1.mjs} +0 -0
- /package/dist/esm/api/types/{ShipperCourierConnection1.mjs → CourierPayDriverLineItemGroup1.mjs} +0 -0
- /package/dist/esm/api/types/{ShipperOrgInfo1.mjs → CourierPayDriverLineItemGroupCreateReq.mjs} +0 -0
- /package/dist/esm/api/types/{ShipperToCourier1.mjs → CourierPayDriverLineItemGroupServerCreate1.mjs} +0 -0
- /package/dist/esm/api/types/{ShipperUserInfo1.mjs → CourierPayDriverPayout1.mjs} +0 -0
- /package/dist/esm/api/types/{SocialLinks.mjs → CourierPayDriverRateSheet1.mjs} +0 -0
- /package/dist/esm/api/types/{StreetAddress1.mjs → CreateCheckoutSessionRes.mjs} +0 -0
- /package/dist/esm/api/types/{TaskDetailRes.mjs → CreateConnectAccountLinkRes.mjs} +0 -0
- /package/dist/esm/api/types/{TaskGroupDetailRes.mjs → CreateShipperPayCourierPaymentReq.mjs} +0 -0
- /package/dist/esm/api/types/{TaskInfo.mjs → GenerateInvoiceRes.mjs} +0 -0
- /package/dist/esm/api/types/{UpdateRouteRes.mjs → GetShipperPayCourierPaymentsForShipperRes.mjs} +0 -0
- /package/dist/esm/api/types/{UserPublicData5.mjs → LineItemClientCreate1.mjs} +0 -0
- /package/dist/esm/api/types/{Vehicle1Input.mjs → LocationFeature.mjs} +0 -0
- /package/dist/esm/api/types/{VehicleRate1.mjs → LocationFeatureInputGeometry.mjs} +0 -0
|
@@ -14,98 +14,104 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./BaseModel.js"), exports);
|
|
18
17
|
__exportStar(require("./Cargo1.js"), exports);
|
|
19
18
|
__exportStar(require("./CargoClientCreate1.js"), exports);
|
|
20
19
|
__exportStar(require("./CargoTypeEnum1.js"), exports);
|
|
21
|
-
__exportStar(require("./
|
|
22
|
-
__exportStar(require("./
|
|
23
|
-
__exportStar(require("./
|
|
20
|
+
__exportStar(require("./ClerkOrgData.js"), exports);
|
|
21
|
+
__exportStar(require("./CourierNotificationEventEnum.js"), exports);
|
|
22
|
+
__exportStar(require("./CourierNotificationPreferences1.js"), exports);
|
|
23
|
+
__exportStar(require("./CourierOrgConnectionInfo1.js"), exports);
|
|
24
24
|
__exportStar(require("./CourierOrgProfile3.js"), exports);
|
|
25
|
-
__exportStar(require("./
|
|
26
|
-
__exportStar(require("./
|
|
27
|
-
__exportStar(require("./
|
|
28
|
-
__exportStar(require("./
|
|
29
|
-
__exportStar(require("./
|
|
25
|
+
__exportStar(require("./CourierPayDriverLineItemGroup1.js"), exports);
|
|
26
|
+
__exportStar(require("./CourierPayDriverLineItemGroupCreateReq.js"), exports);
|
|
27
|
+
__exportStar(require("./CourierPayDriverLineItemGroupServerCreate1.js"), exports);
|
|
28
|
+
__exportStar(require("./CourierPayDriverPayout1.js"), exports);
|
|
29
|
+
__exportStar(require("./CourierPayDriverRateSheet1.js"), exports);
|
|
30
|
+
__exportStar(require("./CreateCheckoutSessionRes.js"), exports);
|
|
31
|
+
__exportStar(require("./CreateConnectAccountLinkRes.js"), exports);
|
|
30
32
|
__exportStar(require("./CreateOrderRes.js"), exports);
|
|
33
|
+
__exportStar(require("./CreateShipperPayCourierPaymentReq.js"), exports);
|
|
31
34
|
__exportStar(require("./DecodedJwtWithOrgAndUserId.js"), exports);
|
|
32
35
|
__exportStar(require("./Driver1.js"), exports);
|
|
33
|
-
__exportStar(require("./
|
|
36
|
+
__exportStar(require("./DriverStatusEnum.js"), exports);
|
|
34
37
|
__exportStar(require("./Expense1.js"), exports);
|
|
35
|
-
__exportStar(require("./
|
|
36
|
-
__exportStar(require("./Feature.js"), exports);
|
|
37
|
-
__exportStar(require("./FeatureOutputGeometry.js"), exports);
|
|
38
|
+
__exportStar(require("./GenerateInvoiceRes.js"), exports);
|
|
38
39
|
__exportStar(require("./GeometryCollectionInputGeometriesItem.js"), exports);
|
|
39
40
|
__exportStar(require("./GeometryCollection.js"), exports);
|
|
40
41
|
__exportStar(require("./GeometryCollectionOutputGeometriesItem.js"), exports);
|
|
41
42
|
__exportStar(require("./GetOrderFullRes.js"), exports);
|
|
42
43
|
__exportStar(require("./GetOrderRes.js"), exports);
|
|
43
|
-
__exportStar(require("./
|
|
44
|
-
__exportStar(require("./GetTaskGroupWithTasksRes.js"), exports);
|
|
45
|
-
__exportStar(require("./GetTaskGroupsWithFullTaskInfoListRes.js"), exports);
|
|
46
|
-
__exportStar(require("./GetTaskGroupsWithTasksListRes.js"), exports);
|
|
47
|
-
__exportStar(require("./GetTaskInfoListRes.js"), exports);
|
|
44
|
+
__exportStar(require("./GetShipperPayCourierPaymentsForShipperRes.js"), exports);
|
|
48
45
|
__exportStar(require("./HttpValidationError.js"), exports);
|
|
49
|
-
__exportStar(require("./Incident1.js"), exports);
|
|
50
|
-
__exportStar(require("./IncidentEnum1.js"), exports);
|
|
51
|
-
__exportStar(require("./IndustryEnum.js"), exports);
|
|
52
|
-
__exportStar(require("./Insurance1.js"), exports);
|
|
53
46
|
__exportStar(require("./LineItem1.js"), exports);
|
|
47
|
+
__exportStar(require("./LineItemClientCreate1.js"), exports);
|
|
54
48
|
__exportStar(require("./LineItemEnum1.js"), exports);
|
|
55
49
|
__exportStar(require("./LineString.js"), exports);
|
|
50
|
+
__exportStar(require("./LocationFeatureInputGeometry.js"), exports);
|
|
51
|
+
__exportStar(require("./LocationFeature.js"), exports);
|
|
52
|
+
__exportStar(require("./LocationFeatureOutputGeometry.js"), exports);
|
|
53
|
+
__exportStar(require("./LocationProperties.js"), exports);
|
|
56
54
|
__exportStar(require("./Milestone1.js"), exports);
|
|
57
55
|
__exportStar(require("./MilestoneClientCreate1.js"), exports);
|
|
56
|
+
__exportStar(require("./MilestoneNotificationPreferences1.js"), exports);
|
|
58
57
|
__exportStar(require("./MilestoneTypeEnum1.js"), exports);
|
|
59
58
|
__exportStar(require("./MultiLineString.js"), exports);
|
|
60
59
|
__exportStar(require("./MultiPoint.js"), exports);
|
|
61
60
|
__exportStar(require("./MultiPolygon.js"), exports);
|
|
61
|
+
__exportStar(require("./MultipleTaskGroupsDetailsResponse.js"), exports);
|
|
62
|
+
__exportStar(require("./MultipleTaskGroupsWithTasks.js"), exports);
|
|
63
|
+
__exportStar(require("./NotificationChannelEnum.js"), exports);
|
|
62
64
|
__exportStar(require("./ObcNfoTaskActionEnum.js"), exports);
|
|
65
|
+
__exportStar(require("./OffChrtShipperOrgInfo1.js"), exports);
|
|
63
66
|
__exportStar(require("./Order1.js"), exports);
|
|
64
67
|
__exportStar(require("./OrderClientCreate1.js"), exports);
|
|
65
68
|
__exportStar(require("./OrderCreatedByTypeEnum.js"), exports);
|
|
66
69
|
__exportStar(require("./OrderDispatchTypeEnum.js"), exports);
|
|
70
|
+
__exportStar(require("./OrderStatusEnum1.js"), exports);
|
|
67
71
|
__exportStar(require("./OrgMemberDetails.js"), exports);
|
|
68
72
|
__exportStar(require("./OrgMembersAndDrivers.js"), exports);
|
|
69
73
|
__exportStar(require("./OrgPublicData2.js"), exports);
|
|
70
|
-
__exportStar(require("./
|
|
71
|
-
__exportStar(require("./
|
|
74
|
+
__exportStar(require("./PaymentPreviewResponse.js"), exports);
|
|
75
|
+
__exportStar(require("./PayoutStatusEnum.js"), exports);
|
|
72
76
|
__exportStar(require("./Point.js"), exports);
|
|
73
77
|
__exportStar(require("./Polygon.js"), exports);
|
|
74
78
|
__exportStar(require("./Position2D.js"), exports);
|
|
75
79
|
__exportStar(require("./Position3D.js"), exports);
|
|
76
80
|
__exportStar(require("./PriceNameEnum.js"), exports);
|
|
77
|
-
__exportStar(require("./RateSheet1.js"), exports);
|
|
78
|
-
__exportStar(require("./ReceivablesInvoice1.js"), exports);
|
|
79
|
-
__exportStar(require("./Route1.js"), exports);
|
|
80
|
-
__exportStar(require("./RouteByIdEnum.js"), exports);
|
|
81
|
-
__exportStar(require("./RouteDetailRes.js"), exports);
|
|
82
81
|
__exportStar(require("./RouteTypeEnum1.js"), exports);
|
|
83
|
-
__exportStar(require("./
|
|
84
|
-
__exportStar(require("./
|
|
85
|
-
__exportStar(require("./
|
|
86
|
-
__exportStar(require("./
|
|
87
|
-
__exportStar(require("./
|
|
88
|
-
__exportStar(require("./
|
|
89
|
-
__exportStar(require("./
|
|
90
|
-
__exportStar(require("./
|
|
82
|
+
__exportStar(require("./ShipperContactInfo1.js"), exports);
|
|
83
|
+
__exportStar(require("./ShipperContactInfoClientCreate1.js"), exports);
|
|
84
|
+
__exportStar(require("./ShipperNotificationEventEnum.js"), exports);
|
|
85
|
+
__exportStar(require("./ShipperNotificationPreferences1.js"), exports);
|
|
86
|
+
__exportStar(require("./ShipperOrgConnectionInfo1.js"), exports);
|
|
87
|
+
__exportStar(require("./ShipperPayCourierLineItemGroup1.js"), exports);
|
|
88
|
+
__exportStar(require("./ShipperPayCourierLineItemGroupCreateReq.js"), exports);
|
|
89
|
+
__exportStar(require("./ShipperPayCourierLineItemGroupServerCreate1.js"), exports);
|
|
90
|
+
__exportStar(require("./ShipperPayCourierPayment1.js"), exports);
|
|
91
|
+
__exportStar(require("./ShipperPayCourierRateSheet1.js"), exports);
|
|
92
|
+
__exportStar(require("./StripeConnectAccountEvent.js"), exports);
|
|
93
|
+
__exportStar(require("./StripeConnectAccountEventEnum.js"), exports);
|
|
94
|
+
__exportStar(require("./StripeConnectInvoiceStatusEnum.js"), exports);
|
|
91
95
|
__exportStar(require("./Task1.js"), exports);
|
|
92
96
|
__exportStar(require("./TaskActionEnum1.js"), exports);
|
|
93
97
|
__exportStar(require("./TaskClientCreate1.js"), exports);
|
|
94
98
|
__exportStar(require("./TaskCreateBundle.js"), exports);
|
|
95
|
-
__exportStar(require("./
|
|
99
|
+
__exportStar(require("./TaskExpanded.js"), exports);
|
|
96
100
|
__exportStar(require("./TaskGroup1.js"), exports);
|
|
97
|
-
__exportStar(require("./
|
|
98
|
-
__exportStar(require("./
|
|
101
|
+
__exportStar(require("./TaskGroupDetailsResponse.js"), exports);
|
|
102
|
+
__exportStar(require("./TaskGroupExpanded.js"), exports);
|
|
103
|
+
__exportStar(require("./TaskGroupStatusEnum1.js"), exports);
|
|
104
|
+
__exportStar(require("./TaskGroupWithDetails.js"), exports);
|
|
105
|
+
__exportStar(require("./TaskGroupWithTasks.js"), exports);
|
|
106
|
+
__exportStar(require("./TaskGroupsExpandedRes.js"), exports);
|
|
107
|
+
__exportStar(require("./TaskWithDetails.js"), exports);
|
|
99
108
|
__exportStar(require("./TemplateRes.js"), exports);
|
|
109
|
+
__exportStar(require("./TimezoneResponse.js"), exports);
|
|
100
110
|
__exportStar(require("./Tracker1.js"), exports);
|
|
101
111
|
__exportStar(require("./TrackerSession1.js"), exports);
|
|
102
112
|
__exportStar(require("./TransportTypeEnum.js"), exports);
|
|
103
|
-
__exportStar(require("./
|
|
104
|
-
__exportStar(require("./
|
|
105
|
-
__exportStar(require("./UserPublicData5.js"), exports);
|
|
113
|
+
__exportStar(require("./UpdateTaskGroupRes.js"), exports);
|
|
114
|
+
__exportStar(require("./UserPublicData1.js"), exports);
|
|
106
115
|
__exportStar(require("./ValidationError.js"), exports);
|
|
107
|
-
__exportStar(require("./
|
|
108
|
-
__exportStar(require("./VehicleRate1.js"), exports);
|
|
116
|
+
__exportStar(require("./Vehicle1.js"), exports);
|
|
109
117
|
__exportStar(require("./VehicleTypeEnum.js"), exports);
|
|
110
|
-
__exportStar(require("./AppModelsDbOortVehicle1Vehicle1.js"), exports);
|
|
111
|
-
__exportStar(require("./AppModelsDbProfilesCourierOrgProfile2Vehicle1.js"), exports);
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.
|
|
1
|
+
export declare const SDK_VERSION = "0.226.0";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/Client.d.mts
CHANGED
|
@@ -4,24 +4,28 @@
|
|
|
4
4
|
import * as environments from "./environments.mjs";
|
|
5
5
|
import * as core from "./core/index.mjs";
|
|
6
6
|
import { Dev } from "./api/resources/dev/client/Client.mjs";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
7
|
+
import { Drivers } from "./api/resources/drivers/client/Client.mjs";
|
|
8
|
+
import { Milestones } from "./api/resources/milestones/client/Client.mjs";
|
|
9
|
+
import { OffChrtShipperOrgInfo } from "./api/resources/offChrtShipperOrgInfo/client/Client.mjs";
|
|
10
|
+
import { OrgProfiles } from "./api/resources/orgProfiles/client/Client.mjs";
|
|
11
|
+
import { Orders } from "./api/resources/orders/client/Client.mjs";
|
|
12
|
+
import { CourierPayDriverRateSheets } from "./api/resources/courierPayDriverRateSheets/client/Client.mjs";
|
|
13
|
+
import { ShipperPayCourierRateSheets } from "./api/resources/shipperPayCourierRateSheets/client/Client.mjs";
|
|
14
|
+
import { CourierPayDriverLineItemGroups } from "./api/resources/courierPayDriverLineItemGroups/client/Client.mjs";
|
|
15
|
+
import { ShipperPayCourierLineItemGroups } from "./api/resources/shipperPayCourierLineItemGroups/client/Client.mjs";
|
|
16
|
+
import { ShipperPayCourierPayments } from "./api/resources/shipperPayCourierPayments/client/Client.mjs";
|
|
17
|
+
import { CourierPayDriverPayouts } from "./api/resources/courierPayDriverPayouts/client/Client.mjs";
|
|
18
|
+
import { Connections } from "./api/resources/connections/client/Client.mjs";
|
|
19
|
+
import { TaskGroups } from "./api/resources/taskGroups/client/Client.mjs";
|
|
20
|
+
import { ShipperContactInfo } from "./api/resources/shipperContactInfo/client/Client.mjs";
|
|
21
|
+
import { MilestoneNotifications } from "./api/resources/milestoneNotifications/client/Client.mjs";
|
|
18
22
|
import { Orgs } from "./api/resources/orgs/client/Client.mjs";
|
|
19
23
|
import { Payments } from "./api/resources/payments/client/Client.mjs";
|
|
20
|
-
import { Profiles } from "./api/resources/profiles/client/Client.mjs";
|
|
21
24
|
import { Root } from "./api/resources/root/client/Client.mjs";
|
|
22
25
|
import { Users } from "./api/resources/users/client/Client.mjs";
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
26
|
+
import { Utils } from "./api/resources/utils/client/Client.mjs";
|
|
27
|
+
import { Notifications } from "./api/resources/notifications/client/Client.mjs";
|
|
28
|
+
import { OrgConnectionInfos } from "./api/resources/orgConnectionInfos/client/Client.mjs";
|
|
25
29
|
export declare namespace ChrtClient {
|
|
26
30
|
interface Options {
|
|
27
31
|
environment?: core.Supplier<environments.ChrtEnvironment | string>;
|
|
@@ -46,42 +50,50 @@ export declare namespace ChrtClient {
|
|
|
46
50
|
export declare class ChrtClient {
|
|
47
51
|
protected readonly _options: ChrtClient.Options;
|
|
48
52
|
protected _dev: Dev | undefined;
|
|
49
|
-
protected
|
|
50
|
-
protected
|
|
51
|
-
protected
|
|
52
|
-
protected
|
|
53
|
-
protected
|
|
54
|
-
protected
|
|
55
|
-
protected
|
|
56
|
-
protected
|
|
57
|
-
protected
|
|
58
|
-
protected
|
|
59
|
-
protected
|
|
53
|
+
protected _drivers: Drivers | undefined;
|
|
54
|
+
protected _milestones: Milestones | undefined;
|
|
55
|
+
protected _offChrtShipperOrgInfo: OffChrtShipperOrgInfo | undefined;
|
|
56
|
+
protected _orgProfiles: OrgProfiles | undefined;
|
|
57
|
+
protected _orders: Orders | undefined;
|
|
58
|
+
protected _courierPayDriverRateSheets: CourierPayDriverRateSheets | undefined;
|
|
59
|
+
protected _shipperPayCourierRateSheets: ShipperPayCourierRateSheets | undefined;
|
|
60
|
+
protected _courierPayDriverLineItemGroups: CourierPayDriverLineItemGroups | undefined;
|
|
61
|
+
protected _shipperPayCourierLineItemGroups: ShipperPayCourierLineItemGroups | undefined;
|
|
62
|
+
protected _shipperPayCourierPayments: ShipperPayCourierPayments | undefined;
|
|
63
|
+
protected _courierPayDriverPayouts: CourierPayDriverPayouts | undefined;
|
|
64
|
+
protected _connections: Connections | undefined;
|
|
65
|
+
protected _taskGroups: TaskGroups | undefined;
|
|
66
|
+
protected _shipperContactInfo: ShipperContactInfo | undefined;
|
|
67
|
+
protected _milestoneNotifications: MilestoneNotifications | undefined;
|
|
60
68
|
protected _orgs: Orgs | undefined;
|
|
61
69
|
protected _payments: Payments | undefined;
|
|
62
|
-
protected _profiles: Profiles | undefined;
|
|
63
70
|
protected _root: Root | undefined;
|
|
64
71
|
protected _users: Users | undefined;
|
|
65
|
-
protected
|
|
66
|
-
protected
|
|
72
|
+
protected _utils: Utils | undefined;
|
|
73
|
+
protected _notifications: Notifications | undefined;
|
|
74
|
+
protected _orgConnectionInfos: OrgConnectionInfos | undefined;
|
|
67
75
|
constructor(_options?: ChrtClient.Options);
|
|
68
76
|
get dev(): Dev;
|
|
69
|
-
get
|
|
70
|
-
get
|
|
71
|
-
get
|
|
72
|
-
get
|
|
73
|
-
get
|
|
74
|
-
get
|
|
75
|
-
get
|
|
76
|
-
get
|
|
77
|
-
get
|
|
78
|
-
get
|
|
79
|
-
get
|
|
77
|
+
get drivers(): Drivers;
|
|
78
|
+
get milestones(): Milestones;
|
|
79
|
+
get offChrtShipperOrgInfo(): OffChrtShipperOrgInfo;
|
|
80
|
+
get orgProfiles(): OrgProfiles;
|
|
81
|
+
get orders(): Orders;
|
|
82
|
+
get courierPayDriverRateSheets(): CourierPayDriverRateSheets;
|
|
83
|
+
get shipperPayCourierRateSheets(): ShipperPayCourierRateSheets;
|
|
84
|
+
get courierPayDriverLineItemGroups(): CourierPayDriverLineItemGroups;
|
|
85
|
+
get shipperPayCourierLineItemGroups(): ShipperPayCourierLineItemGroups;
|
|
86
|
+
get shipperPayCourierPayments(): ShipperPayCourierPayments;
|
|
87
|
+
get courierPayDriverPayouts(): CourierPayDriverPayouts;
|
|
88
|
+
get connections(): Connections;
|
|
89
|
+
get taskGroups(): TaskGroups;
|
|
90
|
+
get shipperContactInfo(): ShipperContactInfo;
|
|
91
|
+
get milestoneNotifications(): MilestoneNotifications;
|
|
80
92
|
get orgs(): Orgs;
|
|
81
93
|
get payments(): Payments;
|
|
82
|
-
get profiles(): Profiles;
|
|
83
94
|
get root(): Root;
|
|
84
95
|
get users(): Users;
|
|
85
|
-
get
|
|
86
|
-
get
|
|
96
|
+
get utils(): Utils;
|
|
97
|
+
get notifications(): Notifications;
|
|
98
|
+
get orgConnectionInfos(): OrgConnectionInfos;
|
|
87
99
|
}
|
package/dist/esm/Client.mjs
CHANGED
|
@@ -4,31 +4,35 @@
|
|
|
4
4
|
import * as core from "./core/index.mjs";
|
|
5
5
|
import { mergeHeaders } from "./core/headers.mjs";
|
|
6
6
|
import { Dev } from "./api/resources/dev/client/Client.mjs";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
7
|
+
import { Drivers } from "./api/resources/drivers/client/Client.mjs";
|
|
8
|
+
import { Milestones } from "./api/resources/milestones/client/Client.mjs";
|
|
9
|
+
import { OffChrtShipperOrgInfo } from "./api/resources/offChrtShipperOrgInfo/client/Client.mjs";
|
|
10
|
+
import { OrgProfiles } from "./api/resources/orgProfiles/client/Client.mjs";
|
|
11
|
+
import { Orders } from "./api/resources/orders/client/Client.mjs";
|
|
12
|
+
import { CourierPayDriverRateSheets } from "./api/resources/courierPayDriverRateSheets/client/Client.mjs";
|
|
13
|
+
import { ShipperPayCourierRateSheets } from "./api/resources/shipperPayCourierRateSheets/client/Client.mjs";
|
|
14
|
+
import { CourierPayDriverLineItemGroups } from "./api/resources/courierPayDriverLineItemGroups/client/Client.mjs";
|
|
15
|
+
import { ShipperPayCourierLineItemGroups } from "./api/resources/shipperPayCourierLineItemGroups/client/Client.mjs";
|
|
16
|
+
import { ShipperPayCourierPayments } from "./api/resources/shipperPayCourierPayments/client/Client.mjs";
|
|
17
|
+
import { CourierPayDriverPayouts } from "./api/resources/courierPayDriverPayouts/client/Client.mjs";
|
|
18
|
+
import { Connections } from "./api/resources/connections/client/Client.mjs";
|
|
19
|
+
import { TaskGroups } from "./api/resources/taskGroups/client/Client.mjs";
|
|
20
|
+
import { ShipperContactInfo } from "./api/resources/shipperContactInfo/client/Client.mjs";
|
|
21
|
+
import { MilestoneNotifications } from "./api/resources/milestoneNotifications/client/Client.mjs";
|
|
18
22
|
import { Orgs } from "./api/resources/orgs/client/Client.mjs";
|
|
19
23
|
import { Payments } from "./api/resources/payments/client/Client.mjs";
|
|
20
|
-
import { Profiles } from "./api/resources/profiles/client/Client.mjs";
|
|
21
24
|
import { Root } from "./api/resources/root/client/Client.mjs";
|
|
22
25
|
import { Users } from "./api/resources/users/client/Client.mjs";
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
26
|
+
import { Utils } from "./api/resources/utils/client/Client.mjs";
|
|
27
|
+
import { Notifications } from "./api/resources/notifications/client/Client.mjs";
|
|
28
|
+
import { OrgConnectionInfos } from "./api/resources/orgConnectionInfos/client/Client.mjs";
|
|
25
29
|
export class ChrtClient {
|
|
26
30
|
constructor(_options = {}) {
|
|
27
31
|
this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
|
|
28
32
|
"X-Fern-Language": "JavaScript",
|
|
29
33
|
"X-Fern-SDK-Name": "@chrt-inc/typescript-sdk",
|
|
30
|
-
"X-Fern-SDK-Version": "0.
|
|
31
|
-
"User-Agent": "@chrt-inc/typescript-sdk/0.
|
|
34
|
+
"X-Fern-SDK-Version": "0.226.0",
|
|
35
|
+
"User-Agent": "@chrt-inc/typescript-sdk/0.226.0",
|
|
32
36
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
33
37
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
34
38
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -37,49 +41,65 @@ export class ChrtClient {
|
|
|
37
41
|
var _a;
|
|
38
42
|
return ((_a = this._dev) !== null && _a !== void 0 ? _a : (this._dev = new Dev(this._options)));
|
|
39
43
|
}
|
|
40
|
-
get
|
|
44
|
+
get drivers() {
|
|
41
45
|
var _a;
|
|
42
|
-
return ((_a = this.
|
|
46
|
+
return ((_a = this._drivers) !== null && _a !== void 0 ? _a : (this._drivers = new Drivers(this._options)));
|
|
43
47
|
}
|
|
44
|
-
get
|
|
48
|
+
get milestones() {
|
|
45
49
|
var _a;
|
|
46
|
-
return ((_a = this.
|
|
50
|
+
return ((_a = this._milestones) !== null && _a !== void 0 ? _a : (this._milestones = new Milestones(this._options)));
|
|
47
51
|
}
|
|
48
|
-
get
|
|
52
|
+
get offChrtShipperOrgInfo() {
|
|
49
53
|
var _a;
|
|
50
|
-
return ((_a = this.
|
|
54
|
+
return ((_a = this._offChrtShipperOrgInfo) !== null && _a !== void 0 ? _a : (this._offChrtShipperOrgInfo = new OffChrtShipperOrgInfo(this._options)));
|
|
51
55
|
}
|
|
52
|
-
get
|
|
56
|
+
get orgProfiles() {
|
|
53
57
|
var _a;
|
|
54
|
-
return ((_a = this.
|
|
58
|
+
return ((_a = this._orgProfiles) !== null && _a !== void 0 ? _a : (this._orgProfiles = new OrgProfiles(this._options)));
|
|
55
59
|
}
|
|
56
|
-
get
|
|
60
|
+
get orders() {
|
|
57
61
|
var _a;
|
|
58
|
-
return ((_a = this.
|
|
62
|
+
return ((_a = this._orders) !== null && _a !== void 0 ? _a : (this._orders = new Orders(this._options)));
|
|
59
63
|
}
|
|
60
|
-
get
|
|
64
|
+
get courierPayDriverRateSheets() {
|
|
61
65
|
var _a;
|
|
62
|
-
return ((_a = this.
|
|
66
|
+
return ((_a = this._courierPayDriverRateSheets) !== null && _a !== void 0 ? _a : (this._courierPayDriverRateSheets = new CourierPayDriverRateSheets(this._options)));
|
|
63
67
|
}
|
|
64
|
-
get
|
|
68
|
+
get shipperPayCourierRateSheets() {
|
|
65
69
|
var _a;
|
|
66
|
-
return ((_a = this.
|
|
70
|
+
return ((_a = this._shipperPayCourierRateSheets) !== null && _a !== void 0 ? _a : (this._shipperPayCourierRateSheets = new ShipperPayCourierRateSheets(this._options)));
|
|
67
71
|
}
|
|
68
|
-
get
|
|
72
|
+
get courierPayDriverLineItemGroups() {
|
|
69
73
|
var _a;
|
|
70
|
-
return ((_a = this.
|
|
74
|
+
return ((_a = this._courierPayDriverLineItemGroups) !== null && _a !== void 0 ? _a : (this._courierPayDriverLineItemGroups = new CourierPayDriverLineItemGroups(this._options)));
|
|
71
75
|
}
|
|
72
|
-
get
|
|
76
|
+
get shipperPayCourierLineItemGroups() {
|
|
73
77
|
var _a;
|
|
74
|
-
return ((_a = this.
|
|
78
|
+
return ((_a = this._shipperPayCourierLineItemGroups) !== null && _a !== void 0 ? _a : (this._shipperPayCourierLineItemGroups = new ShipperPayCourierLineItemGroups(this._options)));
|
|
75
79
|
}
|
|
76
|
-
get
|
|
80
|
+
get shipperPayCourierPayments() {
|
|
77
81
|
var _a;
|
|
78
|
-
return ((_a = this.
|
|
82
|
+
return ((_a = this._shipperPayCourierPayments) !== null && _a !== void 0 ? _a : (this._shipperPayCourierPayments = new ShipperPayCourierPayments(this._options)));
|
|
79
83
|
}
|
|
80
|
-
get
|
|
84
|
+
get courierPayDriverPayouts() {
|
|
81
85
|
var _a;
|
|
82
|
-
return ((_a = this.
|
|
86
|
+
return ((_a = this._courierPayDriverPayouts) !== null && _a !== void 0 ? _a : (this._courierPayDriverPayouts = new CourierPayDriverPayouts(this._options)));
|
|
87
|
+
}
|
|
88
|
+
get connections() {
|
|
89
|
+
var _a;
|
|
90
|
+
return ((_a = this._connections) !== null && _a !== void 0 ? _a : (this._connections = new Connections(this._options)));
|
|
91
|
+
}
|
|
92
|
+
get taskGroups() {
|
|
93
|
+
var _a;
|
|
94
|
+
return ((_a = this._taskGroups) !== null && _a !== void 0 ? _a : (this._taskGroups = new TaskGroups(this._options)));
|
|
95
|
+
}
|
|
96
|
+
get shipperContactInfo() {
|
|
97
|
+
var _a;
|
|
98
|
+
return ((_a = this._shipperContactInfo) !== null && _a !== void 0 ? _a : (this._shipperContactInfo = new ShipperContactInfo(this._options)));
|
|
99
|
+
}
|
|
100
|
+
get milestoneNotifications() {
|
|
101
|
+
var _a;
|
|
102
|
+
return ((_a = this._milestoneNotifications) !== null && _a !== void 0 ? _a : (this._milestoneNotifications = new MilestoneNotifications(this._options)));
|
|
83
103
|
}
|
|
84
104
|
get orgs() {
|
|
85
105
|
var _a;
|
|
@@ -89,10 +109,6 @@ export class ChrtClient {
|
|
|
89
109
|
var _a;
|
|
90
110
|
return ((_a = this._payments) !== null && _a !== void 0 ? _a : (this._payments = new Payments(this._options)));
|
|
91
111
|
}
|
|
92
|
-
get profiles() {
|
|
93
|
-
var _a;
|
|
94
|
-
return ((_a = this._profiles) !== null && _a !== void 0 ? _a : (this._profiles = new Profiles(this._options)));
|
|
95
|
-
}
|
|
96
112
|
get root() {
|
|
97
113
|
var _a;
|
|
98
114
|
return ((_a = this._root) !== null && _a !== void 0 ? _a : (this._root = new Root(this._options)));
|
|
@@ -101,12 +117,16 @@ export class ChrtClient {
|
|
|
101
117
|
var _a;
|
|
102
118
|
return ((_a = this._users) !== null && _a !== void 0 ? _a : (this._users = new Users(this._options)));
|
|
103
119
|
}
|
|
104
|
-
get
|
|
120
|
+
get utils() {
|
|
121
|
+
var _a;
|
|
122
|
+
return ((_a = this._utils) !== null && _a !== void 0 ? _a : (this._utils = new Utils(this._options)));
|
|
123
|
+
}
|
|
124
|
+
get notifications() {
|
|
105
125
|
var _a;
|
|
106
|
-
return ((_a = this.
|
|
126
|
+
return ((_a = this._notifications) !== null && _a !== void 0 ? _a : (this._notifications = new Notifications(this._options)));
|
|
107
127
|
}
|
|
108
|
-
get
|
|
128
|
+
get orgConnectionInfos() {
|
|
109
129
|
var _a;
|
|
110
|
-
return ((_a = this.
|
|
130
|
+
return ((_a = this._orgConnectionInfos) !== null && _a !== void 0 ? _a : (this._orgConnectionInfos = new OrgConnectionInfos(this._options)));
|
|
111
131
|
}
|
|
112
132
|
}
|
package/dist/esm/api/index.d.mts
CHANGED
package/dist/esm/api/index.mjs
CHANGED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as environments from "../../../../environments.mjs";
|
|
5
|
+
import * as core from "../../../../core/index.mjs";
|
|
6
|
+
import * as Chrt from "../../../index.mjs";
|
|
7
|
+
import { ConnectionToCourier } from "../resources/connectionToCourier/client/Client.mjs";
|
|
8
|
+
export declare namespace Connections {
|
|
9
|
+
interface Options {
|
|
10
|
+
environment?: core.Supplier<environments.ChrtEnvironment | string>;
|
|
11
|
+
/** Specify a custom URL to connect the client to. */
|
|
12
|
+
baseUrl?: core.Supplier<string>;
|
|
13
|
+
token?: core.Supplier<core.BearerToken | undefined>;
|
|
14
|
+
/** Additional headers to include in requests. */
|
|
15
|
+
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
16
|
+
fetcher?: core.FetchFunction;
|
|
17
|
+
}
|
|
18
|
+
interface RequestOptions {
|
|
19
|
+
/** The maximum time to wait for a response in seconds. */
|
|
20
|
+
timeoutInSeconds?: number;
|
|
21
|
+
/** The number of times to retry the request. Defaults to 2. */
|
|
22
|
+
maxRetries?: number;
|
|
23
|
+
/** A hook to abort the request. */
|
|
24
|
+
abortSignal?: AbortSignal;
|
|
25
|
+
/** Additional headers to include in the request. */
|
|
26
|
+
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
export declare class Connections {
|
|
30
|
+
protected readonly _options: Connections.Options;
|
|
31
|
+
protected _connectionToCourier: ConnectionToCourier | undefined;
|
|
32
|
+
constructor(_options?: Connections.Options);
|
|
33
|
+
get connectionToCourier(): ConnectionToCourier;
|
|
34
|
+
/**
|
|
35
|
+
* Lists all shipper organizations connected to the authenticated courier organization.
|
|
36
|
+
*
|
|
37
|
+
* @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* await client.connections.listShippers()
|
|
41
|
+
*/
|
|
42
|
+
listShippers(requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<Chrt.ShipperOrgConnectionInfo1[]>;
|
|
43
|
+
private __listShippers;
|
|
44
|
+
/**
|
|
45
|
+
* Lists all courier organizations connected to the authenticated shipper organization.
|
|
46
|
+
*
|
|
47
|
+
* @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
|
|
48
|
+
*
|
|
49
|
+
* @example
|
|
50
|
+
* await client.connections.listCouriers()
|
|
51
|
+
*/
|
|
52
|
+
listCouriers(requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<Chrt.CourierOrgConnectionInfo1[]>;
|
|
53
|
+
private __listCouriers;
|
|
54
|
+
protected _getAuthorizationHeader(): Promise<string | undefined>;
|
|
55
|
+
}
|