@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
package/dist/cjs/Client.js
CHANGED
|
@@ -40,31 +40,35 @@ exports.ChrtClient = void 0;
|
|
|
40
40
|
const core = __importStar(require("./core/index.js"));
|
|
41
41
|
const headers_js_1 = require("./core/headers.js");
|
|
42
42
|
const Client_js_1 = require("./api/resources/dev/client/Client.js");
|
|
43
|
-
const Client_js_2 = require("./api/resources/
|
|
44
|
-
const Client_js_3 = require("./api/resources/
|
|
45
|
-
const Client_js_4 = require("./api/resources/
|
|
46
|
-
const Client_js_5 = require("./api/resources/
|
|
47
|
-
const Client_js_6 = require("./api/resources/
|
|
48
|
-
const Client_js_7 = require("./api/resources/
|
|
49
|
-
const Client_js_8 = require("./api/resources/
|
|
50
|
-
const Client_js_9 = require("./api/resources/
|
|
51
|
-
const Client_js_10 = require("./api/resources/
|
|
52
|
-
const Client_js_11 = require("./api/resources/
|
|
53
|
-
const Client_js_12 = require("./api/resources/
|
|
54
|
-
const Client_js_13 = require("./api/resources/
|
|
55
|
-
const Client_js_14 = require("./api/resources/
|
|
56
|
-
const Client_js_15 = require("./api/resources/
|
|
57
|
-
const Client_js_16 = require("./api/resources/
|
|
58
|
-
const Client_js_17 = require("./api/resources/
|
|
59
|
-
const Client_js_18 = require("./api/resources/
|
|
60
|
-
const Client_js_19 = require("./api/resources/
|
|
43
|
+
const Client_js_2 = require("./api/resources/drivers/client/Client.js");
|
|
44
|
+
const Client_js_3 = require("./api/resources/milestones/client/Client.js");
|
|
45
|
+
const Client_js_4 = require("./api/resources/offChrtShipperOrgInfo/client/Client.js");
|
|
46
|
+
const Client_js_5 = require("./api/resources/orgProfiles/client/Client.js");
|
|
47
|
+
const Client_js_6 = require("./api/resources/orders/client/Client.js");
|
|
48
|
+
const Client_js_7 = require("./api/resources/courierPayDriverRateSheets/client/Client.js");
|
|
49
|
+
const Client_js_8 = require("./api/resources/shipperPayCourierRateSheets/client/Client.js");
|
|
50
|
+
const Client_js_9 = require("./api/resources/courierPayDriverLineItemGroups/client/Client.js");
|
|
51
|
+
const Client_js_10 = require("./api/resources/shipperPayCourierLineItemGroups/client/Client.js");
|
|
52
|
+
const Client_js_11 = require("./api/resources/shipperPayCourierPayments/client/Client.js");
|
|
53
|
+
const Client_js_12 = require("./api/resources/courierPayDriverPayouts/client/Client.js");
|
|
54
|
+
const Client_js_13 = require("./api/resources/connections/client/Client.js");
|
|
55
|
+
const Client_js_14 = require("./api/resources/taskGroups/client/Client.js");
|
|
56
|
+
const Client_js_15 = require("./api/resources/shipperContactInfo/client/Client.js");
|
|
57
|
+
const Client_js_16 = require("./api/resources/milestoneNotifications/client/Client.js");
|
|
58
|
+
const Client_js_17 = require("./api/resources/orgs/client/Client.js");
|
|
59
|
+
const Client_js_18 = require("./api/resources/payments/client/Client.js");
|
|
60
|
+
const Client_js_19 = require("./api/resources/root/client/Client.js");
|
|
61
|
+
const Client_js_20 = require("./api/resources/users/client/Client.js");
|
|
62
|
+
const Client_js_21 = require("./api/resources/utils/client/Client.js");
|
|
63
|
+
const Client_js_22 = require("./api/resources/notifications/client/Client.js");
|
|
64
|
+
const Client_js_23 = require("./api/resources/orgConnectionInfos/client/Client.js");
|
|
61
65
|
class ChrtClient {
|
|
62
66
|
constructor(_options = {}) {
|
|
63
67
|
this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
|
|
64
68
|
"X-Fern-Language": "JavaScript",
|
|
65
69
|
"X-Fern-SDK-Name": "@chrt-inc/typescript-sdk",
|
|
66
|
-
"X-Fern-SDK-Version": "0.
|
|
67
|
-
"User-Agent": "@chrt-inc/typescript-sdk/0.
|
|
70
|
+
"X-Fern-SDK-Version": "0.226.0",
|
|
71
|
+
"User-Agent": "@chrt-inc/typescript-sdk/0.226.0",
|
|
68
72
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
69
73
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
70
74
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -73,77 +77,93 @@ class ChrtClient {
|
|
|
73
77
|
var _a;
|
|
74
78
|
return ((_a = this._dev) !== null && _a !== void 0 ? _a : (this._dev = new Client_js_1.Dev(this._options)));
|
|
75
79
|
}
|
|
76
|
-
get
|
|
80
|
+
get drivers() {
|
|
77
81
|
var _a;
|
|
78
|
-
return ((_a = this.
|
|
82
|
+
return ((_a = this._drivers) !== null && _a !== void 0 ? _a : (this._drivers = new Client_js_2.Drivers(this._options)));
|
|
79
83
|
}
|
|
80
|
-
get
|
|
84
|
+
get milestones() {
|
|
81
85
|
var _a;
|
|
82
|
-
return ((_a = this.
|
|
86
|
+
return ((_a = this._milestones) !== null && _a !== void 0 ? _a : (this._milestones = new Client_js_3.Milestones(this._options)));
|
|
83
87
|
}
|
|
84
|
-
get
|
|
88
|
+
get offChrtShipperOrgInfo() {
|
|
85
89
|
var _a;
|
|
86
|
-
return ((_a = this.
|
|
90
|
+
return ((_a = this._offChrtShipperOrgInfo) !== null && _a !== void 0 ? _a : (this._offChrtShipperOrgInfo = new Client_js_4.OffChrtShipperOrgInfo(this._options)));
|
|
87
91
|
}
|
|
88
|
-
get
|
|
92
|
+
get orgProfiles() {
|
|
89
93
|
var _a;
|
|
90
|
-
return ((_a = this.
|
|
94
|
+
return ((_a = this._orgProfiles) !== null && _a !== void 0 ? _a : (this._orgProfiles = new Client_js_5.OrgProfiles(this._options)));
|
|
91
95
|
}
|
|
92
|
-
get
|
|
96
|
+
get orders() {
|
|
93
97
|
var _a;
|
|
94
|
-
return ((_a = this.
|
|
98
|
+
return ((_a = this._orders) !== null && _a !== void 0 ? _a : (this._orders = new Client_js_6.Orders(this._options)));
|
|
95
99
|
}
|
|
96
|
-
get
|
|
100
|
+
get courierPayDriverRateSheets() {
|
|
97
101
|
var _a;
|
|
98
|
-
return ((_a = this.
|
|
102
|
+
return ((_a = this._courierPayDriverRateSheets) !== null && _a !== void 0 ? _a : (this._courierPayDriverRateSheets = new Client_js_7.CourierPayDriverRateSheets(this._options)));
|
|
99
103
|
}
|
|
100
|
-
get
|
|
104
|
+
get shipperPayCourierRateSheets() {
|
|
101
105
|
var _a;
|
|
102
|
-
return ((_a = this.
|
|
106
|
+
return ((_a = this._shipperPayCourierRateSheets) !== null && _a !== void 0 ? _a : (this._shipperPayCourierRateSheets = new Client_js_8.ShipperPayCourierRateSheets(this._options)));
|
|
103
107
|
}
|
|
104
|
-
get
|
|
108
|
+
get courierPayDriverLineItemGroups() {
|
|
105
109
|
var _a;
|
|
106
|
-
return ((_a = this.
|
|
110
|
+
return ((_a = this._courierPayDriverLineItemGroups) !== null && _a !== void 0 ? _a : (this._courierPayDriverLineItemGroups = new Client_js_9.CourierPayDriverLineItemGroups(this._options)));
|
|
107
111
|
}
|
|
108
|
-
get
|
|
112
|
+
get shipperPayCourierLineItemGroups() {
|
|
109
113
|
var _a;
|
|
110
|
-
return ((_a = this.
|
|
114
|
+
return ((_a = this._shipperPayCourierLineItemGroups) !== null && _a !== void 0 ? _a : (this._shipperPayCourierLineItemGroups = new Client_js_10.ShipperPayCourierLineItemGroups(this._options)));
|
|
111
115
|
}
|
|
112
|
-
get
|
|
116
|
+
get shipperPayCourierPayments() {
|
|
113
117
|
var _a;
|
|
114
|
-
return ((_a = this.
|
|
118
|
+
return ((_a = this._shipperPayCourierPayments) !== null && _a !== void 0 ? _a : (this._shipperPayCourierPayments = new Client_js_11.ShipperPayCourierPayments(this._options)));
|
|
115
119
|
}
|
|
116
|
-
get
|
|
120
|
+
get courierPayDriverPayouts() {
|
|
117
121
|
var _a;
|
|
118
|
-
return ((_a = this.
|
|
122
|
+
return ((_a = this._courierPayDriverPayouts) !== null && _a !== void 0 ? _a : (this._courierPayDriverPayouts = new Client_js_12.CourierPayDriverPayouts(this._options)));
|
|
119
123
|
}
|
|
120
|
-
get
|
|
124
|
+
get connections() {
|
|
121
125
|
var _a;
|
|
122
|
-
return ((_a = this.
|
|
126
|
+
return ((_a = this._connections) !== null && _a !== void 0 ? _a : (this._connections = new Client_js_13.Connections(this._options)));
|
|
123
127
|
}
|
|
124
|
-
get
|
|
128
|
+
get taskGroups() {
|
|
129
|
+
var _a;
|
|
130
|
+
return ((_a = this._taskGroups) !== null && _a !== void 0 ? _a : (this._taskGroups = new Client_js_14.TaskGroups(this._options)));
|
|
131
|
+
}
|
|
132
|
+
get shipperContactInfo() {
|
|
133
|
+
var _a;
|
|
134
|
+
return ((_a = this._shipperContactInfo) !== null && _a !== void 0 ? _a : (this._shipperContactInfo = new Client_js_15.ShipperContactInfo(this._options)));
|
|
135
|
+
}
|
|
136
|
+
get milestoneNotifications() {
|
|
125
137
|
var _a;
|
|
126
|
-
return ((_a = this.
|
|
138
|
+
return ((_a = this._milestoneNotifications) !== null && _a !== void 0 ? _a : (this._milestoneNotifications = new Client_js_16.MilestoneNotifications(this._options)));
|
|
127
139
|
}
|
|
128
|
-
get
|
|
140
|
+
get orgs() {
|
|
141
|
+
var _a;
|
|
142
|
+
return ((_a = this._orgs) !== null && _a !== void 0 ? _a : (this._orgs = new Client_js_17.Orgs(this._options)));
|
|
143
|
+
}
|
|
144
|
+
get payments() {
|
|
129
145
|
var _a;
|
|
130
|
-
return ((_a = this.
|
|
146
|
+
return ((_a = this._payments) !== null && _a !== void 0 ? _a : (this._payments = new Client_js_18.Payments(this._options)));
|
|
131
147
|
}
|
|
132
148
|
get root() {
|
|
133
149
|
var _a;
|
|
134
|
-
return ((_a = this._root) !== null && _a !== void 0 ? _a : (this._root = new
|
|
150
|
+
return ((_a = this._root) !== null && _a !== void 0 ? _a : (this._root = new Client_js_19.Root(this._options)));
|
|
135
151
|
}
|
|
136
152
|
get users() {
|
|
137
153
|
var _a;
|
|
138
|
-
return ((_a = this._users) !== null && _a !== void 0 ? _a : (this._users = new
|
|
154
|
+
return ((_a = this._users) !== null && _a !== void 0 ? _a : (this._users = new Client_js_20.Users(this._options)));
|
|
155
|
+
}
|
|
156
|
+
get utils() {
|
|
157
|
+
var _a;
|
|
158
|
+
return ((_a = this._utils) !== null && _a !== void 0 ? _a : (this._utils = new Client_js_21.Utils(this._options)));
|
|
139
159
|
}
|
|
140
|
-
get
|
|
160
|
+
get notifications() {
|
|
141
161
|
var _a;
|
|
142
|
-
return ((_a = this.
|
|
162
|
+
return ((_a = this._notifications) !== null && _a !== void 0 ? _a : (this._notifications = new Client_js_22.Notifications(this._options)));
|
|
143
163
|
}
|
|
144
|
-
get
|
|
164
|
+
get orgConnectionInfos() {
|
|
145
165
|
var _a;
|
|
146
|
-
return ((_a = this.
|
|
166
|
+
return ((_a = this._orgConnectionInfos) !== null && _a !== void 0 ? _a : (this._orgConnectionInfos = new Client_js_23.OrgConnectionInfos(this._options)));
|
|
147
167
|
}
|
|
148
168
|
}
|
|
149
169
|
exports.ChrtClient = ChrtClient;
|
package/dist/cjs/api/index.d.ts
CHANGED
package/dist/cjs/api/index.js
CHANGED
|
@@ -14,6 +14,6 @@ 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("./resources/index.js"), exports);
|
|
18
17
|
__exportStar(require("./types/index.js"), exports);
|
|
19
18
|
__exportStar(require("./errors/index.js"), exports);
|
|
19
|
+
__exportStar(require("./resources/index.js"), exports);
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as environments from "../../../../environments.js";
|
|
5
|
+
import * as core from "../../../../core/index.js";
|
|
6
|
+
import * as Chrt from "../../../index.js";
|
|
7
|
+
import { ConnectionToCourier } from "../resources/connectionToCourier/client/Client.js";
|
|
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
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
39
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
40
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
41
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
42
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
43
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
44
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
45
|
+
});
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
exports.Connections = void 0;
|
|
49
|
+
const environments = __importStar(require("../../../../environments.js"));
|
|
50
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
51
|
+
const headers_js_1 = require("../../../../core/headers.js");
|
|
52
|
+
const errors = __importStar(require("../../../../errors/index.js"));
|
|
53
|
+
const Client_js_1 = require("../resources/connectionToCourier/client/Client.js");
|
|
54
|
+
class Connections {
|
|
55
|
+
constructor(_options = {}) {
|
|
56
|
+
this._options = _options;
|
|
57
|
+
}
|
|
58
|
+
get connectionToCourier() {
|
|
59
|
+
var _a;
|
|
60
|
+
return ((_a = this._connectionToCourier) !== null && _a !== void 0 ? _a : (this._connectionToCourier = new Client_js_1.ConnectionToCourier(this._options)));
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Lists all shipper organizations connected to the authenticated courier organization.
|
|
64
|
+
*
|
|
65
|
+
* @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
|
|
66
|
+
*
|
|
67
|
+
* @example
|
|
68
|
+
* await client.connections.listShippers()
|
|
69
|
+
*/
|
|
70
|
+
listShippers(requestOptions) {
|
|
71
|
+
return core.HttpResponsePromise.fromPromise(this.__listShippers(requestOptions));
|
|
72
|
+
}
|
|
73
|
+
__listShippers(requestOptions) {
|
|
74
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
75
|
+
var _a, _b, _c, _d;
|
|
76
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
77
|
+
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.ChrtEnvironment.Local, "oort/connections/shippers/list"),
|
|
78
|
+
method: "GET",
|
|
79
|
+
headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
80
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
81
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
82
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
83
|
+
});
|
|
84
|
+
if (_response.ok) {
|
|
85
|
+
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
86
|
+
}
|
|
87
|
+
if (_response.error.reason === "status-code") {
|
|
88
|
+
throw new errors.ChrtError({
|
|
89
|
+
statusCode: _response.error.statusCode,
|
|
90
|
+
body: _response.error.body,
|
|
91
|
+
rawResponse: _response.rawResponse,
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
switch (_response.error.reason) {
|
|
95
|
+
case "non-json":
|
|
96
|
+
throw new errors.ChrtError({
|
|
97
|
+
statusCode: _response.error.statusCode,
|
|
98
|
+
body: _response.error.rawBody,
|
|
99
|
+
rawResponse: _response.rawResponse,
|
|
100
|
+
});
|
|
101
|
+
case "timeout":
|
|
102
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /oort/connections/shippers/list.");
|
|
103
|
+
case "unknown":
|
|
104
|
+
throw new errors.ChrtError({
|
|
105
|
+
message: _response.error.errorMessage,
|
|
106
|
+
rawResponse: _response.rawResponse,
|
|
107
|
+
});
|
|
108
|
+
}
|
|
109
|
+
});
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* Lists all courier organizations connected to the authenticated shipper organization.
|
|
113
|
+
*
|
|
114
|
+
* @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
|
|
115
|
+
*
|
|
116
|
+
* @example
|
|
117
|
+
* await client.connections.listCouriers()
|
|
118
|
+
*/
|
|
119
|
+
listCouriers(requestOptions) {
|
|
120
|
+
return core.HttpResponsePromise.fromPromise(this.__listCouriers(requestOptions));
|
|
121
|
+
}
|
|
122
|
+
__listCouriers(requestOptions) {
|
|
123
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
124
|
+
var _a, _b, _c, _d;
|
|
125
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
126
|
+
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.ChrtEnvironment.Local, "oort/connections/couriers/list"),
|
|
127
|
+
method: "GET",
|
|
128
|
+
headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
129
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
130
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
131
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
132
|
+
});
|
|
133
|
+
if (_response.ok) {
|
|
134
|
+
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
135
|
+
}
|
|
136
|
+
if (_response.error.reason === "status-code") {
|
|
137
|
+
throw new errors.ChrtError({
|
|
138
|
+
statusCode: _response.error.statusCode,
|
|
139
|
+
body: _response.error.body,
|
|
140
|
+
rawResponse: _response.rawResponse,
|
|
141
|
+
});
|
|
142
|
+
}
|
|
143
|
+
switch (_response.error.reason) {
|
|
144
|
+
case "non-json":
|
|
145
|
+
throw new errors.ChrtError({
|
|
146
|
+
statusCode: _response.error.statusCode,
|
|
147
|
+
body: _response.error.rawBody,
|
|
148
|
+
rawResponse: _response.rawResponse,
|
|
149
|
+
});
|
|
150
|
+
case "timeout":
|
|
151
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /oort/connections/couriers/list.");
|
|
152
|
+
case "unknown":
|
|
153
|
+
throw new errors.ChrtError({
|
|
154
|
+
message: _response.error.errorMessage,
|
|
155
|
+
rawResponse: _response.rawResponse,
|
|
156
|
+
});
|
|
157
|
+
}
|
|
158
|
+
});
|
|
159
|
+
}
|
|
160
|
+
_getAuthorizationHeader() {
|
|
161
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
162
|
+
const bearer = yield core.Supplier.get(this._options.token);
|
|
163
|
+
if (bearer != null) {
|
|
164
|
+
return `Bearer ${bearer}`;
|
|
165
|
+
}
|
|
166
|
+
return undefined;
|
|
167
|
+
});
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
exports.Connections = Connections;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./client/index.js"), exports);
|
|
18
|
+
__exportStar(require("./resources/index.js"), exports);
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as environments from "../../../../../../environments.js";
|
|
5
|
+
import * as core from "../../../../../../core/index.js";
|
|
6
|
+
import * as Chrt from "../../../../../index.js";
|
|
7
|
+
export declare namespace ConnectionToCourier {
|
|
8
|
+
interface Options {
|
|
9
|
+
environment?: core.Supplier<environments.ChrtEnvironment | string>;
|
|
10
|
+
/** Specify a custom URL to connect the client to. */
|
|
11
|
+
baseUrl?: core.Supplier<string>;
|
|
12
|
+
token?: core.Supplier<core.BearerToken | undefined>;
|
|
13
|
+
/** Additional headers to include in requests. */
|
|
14
|
+
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
15
|
+
fetcher?: core.FetchFunction;
|
|
16
|
+
}
|
|
17
|
+
interface RequestOptions {
|
|
18
|
+
/** The maximum time to wait for a response in seconds. */
|
|
19
|
+
timeoutInSeconds?: number;
|
|
20
|
+
/** The number of times to retry the request. Defaults to 2. */
|
|
21
|
+
maxRetries?: number;
|
|
22
|
+
/** A hook to abort the request. */
|
|
23
|
+
abortSignal?: AbortSignal;
|
|
24
|
+
/** Additional headers to include in the request. */
|
|
25
|
+
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
export declare class ConnectionToCourier {
|
|
29
|
+
protected readonly _options: ConnectionToCourier.Options;
|
|
30
|
+
constructor(_options?: ConnectionToCourier.Options);
|
|
31
|
+
/**
|
|
32
|
+
* Creates a new connection between a shipper and courier organization using the courier's handle.
|
|
33
|
+
*
|
|
34
|
+
* @param {Chrt.connections.CreateConnectionReq} request
|
|
35
|
+
* @param {ConnectionToCourier.RequestOptions} requestOptions - Request-specific configuration.
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link Chrt.UnprocessableEntityError}
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* await client.connections.connectionToCourier.create({
|
|
41
|
+
* handle: "handle"
|
|
42
|
+
* })
|
|
43
|
+
*/
|
|
44
|
+
create(request: Chrt.connections.CreateConnectionReq, requestOptions?: ConnectionToCourier.RequestOptions): core.HttpResponsePromise<string>;
|
|
45
|
+
private __create;
|
|
46
|
+
protected _getAuthorizationHeader(): Promise<string | undefined>;
|
|
47
|
+
}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
39
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
40
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
41
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
42
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
43
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
44
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
45
|
+
});
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
exports.ConnectionToCourier = void 0;
|
|
49
|
+
const environments = __importStar(require("../../../../../../environments.js"));
|
|
50
|
+
const core = __importStar(require("../../../../../../core/index.js"));
|
|
51
|
+
const Chrt = __importStar(require("../../../../../index.js"));
|
|
52
|
+
const headers_js_1 = require("../../../../../../core/headers.js");
|
|
53
|
+
const errors = __importStar(require("../../../../../../errors/index.js"));
|
|
54
|
+
class ConnectionToCourier {
|
|
55
|
+
constructor(_options = {}) {
|
|
56
|
+
this._options = _options;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Creates a new connection between a shipper and courier organization using the courier's handle.
|
|
60
|
+
*
|
|
61
|
+
* @param {Chrt.connections.CreateConnectionReq} request
|
|
62
|
+
* @param {ConnectionToCourier.RequestOptions} requestOptions - Request-specific configuration.
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link Chrt.UnprocessableEntityError}
|
|
65
|
+
*
|
|
66
|
+
* @example
|
|
67
|
+
* await client.connections.connectionToCourier.create({
|
|
68
|
+
* handle: "handle"
|
|
69
|
+
* })
|
|
70
|
+
*/
|
|
71
|
+
create(request, requestOptions) {
|
|
72
|
+
return core.HttpResponsePromise.fromPromise(this.__create(request, requestOptions));
|
|
73
|
+
}
|
|
74
|
+
__create(request, requestOptions) {
|
|
75
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
76
|
+
var _a, _b, _c, _d;
|
|
77
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
78
|
+
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.ChrtEnvironment.Local, "oort/connections/connection_to_courier/create"),
|
|
79
|
+
method: "POST",
|
|
80
|
+
headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
81
|
+
contentType: "application/json",
|
|
82
|
+
requestType: "json",
|
|
83
|
+
body: request,
|
|
84
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
85
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
86
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
87
|
+
});
|
|
88
|
+
if (_response.ok) {
|
|
89
|
+
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
90
|
+
}
|
|
91
|
+
if (_response.error.reason === "status-code") {
|
|
92
|
+
switch (_response.error.statusCode) {
|
|
93
|
+
case 422:
|
|
94
|
+
throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
95
|
+
default:
|
|
96
|
+
throw new errors.ChrtError({
|
|
97
|
+
statusCode: _response.error.statusCode,
|
|
98
|
+
body: _response.error.body,
|
|
99
|
+
rawResponse: _response.rawResponse,
|
|
100
|
+
});
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
switch (_response.error.reason) {
|
|
104
|
+
case "non-json":
|
|
105
|
+
throw new errors.ChrtError({
|
|
106
|
+
statusCode: _response.error.statusCode,
|
|
107
|
+
body: _response.error.rawBody,
|
|
108
|
+
rawResponse: _response.rawResponse,
|
|
109
|
+
});
|
|
110
|
+
case "timeout":
|
|
111
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /oort/connections/connection_to_courier/create.");
|
|
112
|
+
case "unknown":
|
|
113
|
+
throw new errors.ChrtError({
|
|
114
|
+
message: _response.error.errorMessage,
|
|
115
|
+
rawResponse: _response.rawResponse,
|
|
116
|
+
});
|
|
117
|
+
}
|
|
118
|
+
});
|
|
119
|
+
}
|
|
120
|
+
_getAuthorizationHeader() {
|
|
121
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
122
|
+
const bearer = yield core.Supplier.get(this._options.token);
|
|
123
|
+
if (bearer != null) {
|
|
124
|
+
return `Bearer ${bearer}`;
|
|
125
|
+
}
|
|
126
|
+
return undefined;
|
|
127
|
+
});
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
exports.ConnectionToCourier = ConnectionToCourier;
|
package/dist/cjs/api/resources/connections/resources/connectionToCourier/client/requests/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type CreateConnectionReq } from "./CreateConnectionReq.js";
|