@chrt-inc/typescript-sdk 0.0.162 → 0.0.170
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 +26 -9
- package/dist/cjs/Client.d.ts +99 -0
- package/dist/cjs/Client.js +169 -0
- package/dist/cjs/api/errors/UnprocessableEntityError.d.ts +9 -0
- package/dist/cjs/api/errors/UnprocessableEntityError.js +52 -0
- package/dist/cjs/api/errors/index.d.ts +1 -0
- package/dist/cjs/api/errors/index.js +17 -0
- package/dist/cjs/api/index.d.ts +3 -0
- package/dist/cjs/api/index.js +19 -0
- package/dist/cjs/api/resources/dev/client/Client.d.ts +79 -0
- package/dist/cjs/api/resources/dev/client/Client.js +318 -0
- package/dist/cjs/api/resources/dev/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/dev/client/index.js +17 -0
- package/dist/cjs/api/resources/dev/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/dev/index.d.ts +1 -0
- package/dist/cjs/api/resources/dev/index.js +17 -0
- package/dist/cjs/api/resources/directory/client/Client.d.ts +45 -0
- package/dist/cjs/api/resources/directory/client/Client.js +128 -0
- package/dist/cjs/api/resources/directory/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/directory/client/index.js +17 -0
- package/dist/cjs/api/resources/directory/client/requests/DbQueryParams.d.ts +12 -0
- package/dist/cjs/api/resources/directory/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/directory/index.d.ts +1 -0
- package/dist/cjs/api/resources/directory/index.js +17 -0
- package/dist/cjs/api/resources/index.d.ts +44 -0
- package/dist/cjs/api/resources/index.js +83 -0
- package/dist/cjs/api/resources/mirror/client/Client.d.ts +138 -0
- package/dist/cjs/api/resources/mirror/client/Client.js +658 -0
- package/dist/cjs/api/resources/mirror/index.d.ts +1 -0
- package/dist/cjs/api/resources/mirror/index.js +17 -0
- package/dist/cjs/api/resources/notificationsCourierNotificationPreferences/client/Client.d.ts +57 -0
- package/dist/cjs/api/resources/notificationsCourierNotificationPreferences/client/Client.js +179 -0
- package/dist/cjs/api/resources/notificationsCourierNotificationPreferences/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/notificationsCourierNotificationPreferences/client/index.js +17 -0
- package/dist/cjs/api/resources/notificationsCourierNotificationPreferences/client/requests/CourierNotificationPreferencesClientCreate1.d.ts +18 -0
- package/dist/cjs/api/resources/notificationsCourierNotificationPreferences/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/notificationsCourierNotificationPreferences/index.d.ts +1 -0
- package/dist/cjs/api/resources/notificationsCourierNotificationPreferences/index.js +17 -0
- package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/client/Client.d.ts +57 -0
- package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/client/Client.js +179 -0
- package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/client/index.js +17 -0
- package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/client/requests/ShipperNotificationPreferencesClientCreate1.d.ts +18 -0
- package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/index.d.ts +1 -0
- package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/index.js +17 -0
- package/dist/cjs/api/resources/oortConnections/client/Client.d.ts +63 -0
- package/dist/cjs/api/resources/oortConnections/client/Client.js +224 -0
- package/dist/cjs/api/resources/oortConnections/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/oortConnections/client/index.js +17 -0
- package/dist/cjs/api/resources/oortConnections/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortConnections/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortConnections/index.js +17 -0
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/Client.d.ts +136 -0
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/Client.js +487 -0
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/index.js +17 -0
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/AddLineItemsReq.d.ts +19 -0
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/CreateCourierPayDriverLineItemGroupRequest.d.ts +18 -0
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCalculateCourierPayDriverLineItemGroupRequest.d.ts +18 -0
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByIdRequest.d.ts +12 -0
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByTaskGroupIdRequest.d.ts +12 -0
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/RemoveLineItemsReq.d.ts +19 -0
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/index.d.ts +6 -0
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/index.js +17 -0
- package/dist/cjs/api/resources/oortCourierPayDriverPayouts/client/Client.d.ts +70 -0
- package/dist/cjs/api/resources/oortCourierPayDriverPayouts/client/Client.js +241 -0
- package/dist/cjs/api/resources/oortCourierPayDriverPayouts/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/oortCourierPayDriverPayouts/client/index.js +17 -0
- package/dist/cjs/api/resources/oortCourierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientCreate1.d.ts +14 -0
- package/dist/cjs/api/resources/oortCourierPayDriverPayouts/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortCourierPayDriverPayouts/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortCourierPayDriverPayouts/index.js +17 -0
- package/dist/cjs/api/resources/oortCourierPayDriverRate/client/Client.d.ts +94 -0
- package/dist/cjs/api/resources/oortCourierPayDriverRate/client/Client.js +299 -0
- package/dist/cjs/api/resources/oortCourierPayDriverRate/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/oortCourierPayDriverRate/client/index.js +17 -0
- package/dist/cjs/api/resources/oortCourierPayDriverRate/client/requests/CourierPayDriverRateSheetClientCreate1.d.ts +50 -0
- package/dist/cjs/api/resources/oortCourierPayDriverRate/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortCourierPayDriverRate/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortCourierPayDriverRate/index.js +17 -0
- package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/Client.d.ts +72 -0
- package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/Client.js +243 -0
- package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/index.js +17 -0
- package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.d.ts +29 -0
- package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/index.js +17 -0
- package/dist/cjs/api/resources/oortDrivers/client/Client.d.ts +147 -0
- package/dist/cjs/api/resources/oortDrivers/client/Client.js +576 -0
- package/dist/cjs/api/resources/oortDrivers/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/oortDrivers/client/index.js +17 -0
- package/dist/cjs/api/resources/oortDrivers/client/requests/DriverCreateReq.d.ts +17 -0
- package/dist/cjs/api/resources/oortDrivers/client/requests/DriverLastSeenReq.d.ts +15 -0
- package/dist/cjs/api/resources/oortDrivers/client/requests/SetDriverActivationReq.d.ts +14 -0
- package/dist/cjs/api/resources/oortDrivers/client/requests/UpdateDriverDetailsReq.d.ts +18 -0
- package/dist/cjs/api/resources/oortDrivers/client/requests/index.d.ts +4 -0
- package/dist/cjs/api/resources/oortDrivers/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortDrivers/index.js +17 -0
- package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/client/Client.d.ts +53 -0
- package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/client/Client.js +178 -0
- package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/client/index.js +17 -0
- package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/client/requests/MilestoneNotificationPreferencesClientCreate1.d.ts +18 -0
- package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/index.js +17 -0
- package/dist/cjs/api/resources/oortMilestones/client/Client.d.ts +114 -0
- package/dist/cjs/api/resources/oortMilestones/client/Client.js +431 -0
- package/dist/cjs/api/resources/oortMilestones/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/oortMilestones/client/index.js +17 -0
- package/dist/cjs/api/resources/oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.d.ts +14 -0
- package/dist/cjs/api/resources/oortMilestones/client/requests/MilestoneAddToTaskReq.d.ts +16 -0
- package/dist/cjs/api/resources/oortMilestones/client/requests/MilestoneUpdateReq.d.ts +14 -0
- package/dist/cjs/api/resources/oortMilestones/client/requests/index.d.ts +3 -0
- package/dist/cjs/api/resources/oortMilestones/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortMilestones/index.js +17 -0
- package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/Client.d.ts +75 -0
- package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/Client.js +252 -0
- package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/index.js +17 -0
- package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.d.ts +25 -0
- package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.d.ts +20 -0
- package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/index.js +17 -0
- package/dist/cjs/api/resources/oortOrders/client/Client.d.ts +138 -0
- package/dist/cjs/api/resources/oortOrders/client/Client.js +509 -0
- package/dist/cjs/api/resources/oortOrders/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/oortOrders/client/index.js +17 -0
- package/dist/cjs/api/resources/oortOrders/client/requests/CreateOrderReq.d.ts +45 -0
- package/dist/cjs/api/resources/oortOrders/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortOrders/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortOrders/index.js +17 -0
- package/dist/cjs/api/resources/oortOrgConnectionInfos/client/Client.d.ts +110 -0
- package/dist/cjs/api/resources/oortOrgConnectionInfos/client/Client.js +412 -0
- package/dist/cjs/api/resources/oortOrgConnectionInfos/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/oortOrgConnectionInfos/client/index.js +17 -0
- package/dist/cjs/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.d.ts +24 -0
- package/dist/cjs/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientUpdate1.d.ts +20 -0
- package/dist/cjs/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.d.ts +24 -0
- package/dist/cjs/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.d.ts +20 -0
- package/dist/cjs/api/resources/oortOrgConnectionInfos/client/requests/index.d.ts +4 -0
- package/dist/cjs/api/resources/oortOrgConnectionInfos/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortOrgConnectionInfos/index.js +17 -0
- package/dist/cjs/api/resources/oortOrgProfiles/client/Client.d.ts +95 -0
- package/dist/cjs/api/resources/oortOrgProfiles/client/Client.js +356 -0
- package/dist/cjs/api/resources/oortOrgProfiles/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/oortOrgProfiles/client/index.js +17 -0
- package/dist/cjs/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.d.ts +18 -0
- package/dist/cjs/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientUpdate3.d.ts +12 -0
- package/dist/cjs/api/resources/oortOrgProfiles/client/requests/index.d.ts +3 -0
- package/dist/cjs/api/resources/oortOrgProfiles/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortOrgProfiles/index.js +17 -0
- package/dist/cjs/api/resources/oortShipperContactInfo/client/Client.d.ts +148 -0
- package/dist/cjs/api/resources/oortShipperContactInfo/client/Client.js +579 -0
- package/dist/cjs/api/resources/oortShipperContactInfo/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/oortShipperContactInfo/client/index.js +17 -0
- package/dist/cjs/api/resources/oortShipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.d.ts +21 -0
- package/dist/cjs/api/resources/oortShipperContactInfo/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortShipperContactInfo/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortShipperContactInfo/index.js +17 -0
- package/dist/cjs/api/resources/oortTaskGroups/client/Client.d.ts +128 -0
- package/dist/cjs/api/resources/oortTaskGroups/client/Client.js +515 -0
- package/dist/cjs/api/resources/oortTaskGroups/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/oortTaskGroups/client/index.js +17 -0
- package/dist/cjs/api/resources/oortTaskGroups/client/requests/SetTaskGroupPauseReq.d.ts +14 -0
- package/dist/cjs/api/resources/oortTaskGroups/client/requests/UpdateTaskGroupReq.d.ts +14 -0
- package/dist/cjs/api/resources/oortTaskGroups/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/oortTaskGroups/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortTaskGroups/index.js +17 -0
- package/dist/cjs/api/resources/orgs/client/Client.d.ts +115 -0
- package/dist/cjs/api/resources/orgs/client/Client.js +450 -0
- package/dist/cjs/api/resources/orgs/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/orgs/client/index.js +17 -0
- 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 -0
- package/dist/cjs/api/resources/orgs/index.d.ts +1 -0
- package/dist/cjs/api/resources/orgs/index.js +17 -0
- package/dist/cjs/api/resources/payments/client/Client.d.ts +69 -0
- package/dist/cjs/api/resources/payments/client/Client.js +230 -0
- package/dist/cjs/api/resources/payments/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/payments/client/index.js +17 -0
- package/dist/cjs/api/resources/payments/client/requests/CreateCheckoutSessionReq2.d.ts +13 -0
- package/dist/cjs/api/resources/payments/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/payments/index.d.ts +1 -0
- package/dist/cjs/api/resources/payments/index.js +17 -0
- package/dist/cjs/api/resources/root/client/Client.d.ts +94 -0
- package/dist/cjs/api/resources/root/client/Client.js +402 -0
- package/dist/cjs/api/resources/root/index.d.ts +2 -0
- package/dist/cjs/api/resources/root/index.js +18 -0
- package/dist/cjs/api/resources/root/types/PydanticResponse.d.ts +8 -0
- package/dist/cjs/api/resources/root/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/root/types/index.js +17 -0
- package/dist/cjs/api/resources/users/client/Client.d.ts +40 -0
- package/dist/cjs/api/resources/users/client/Client.js +114 -0
- package/dist/cjs/api/resources/users/index.d.ts +1 -0
- package/dist/cjs/api/resources/users/index.js +17 -0
- package/dist/cjs/api/types/Cargo1.d.ts +16 -0
- package/dist/cjs/api/types/CargoClientCreate1.d.ts +13 -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 +12 -0
- package/dist/cjs/api/types/CourierPayDriverLineItemGroup1.d.ts +14 -0
- package/dist/cjs/api/types/CourierPayDriverLineItemGroupClientCreate1.d.ts +10 -0
- package/dist/cjs/api/types/CourierPayDriverRateSheet1.d.ts +31 -0
- package/dist/cjs/api/types/DecodedJwtWithOrgAndUserId.d.ts +28 -0
- package/dist/cjs/api/types/Driver1.d.ts +23 -0
- package/dist/cjs/api/types/EmailRes.d.ts +7 -0
- package/dist/cjs/api/types/Expense1.d.ts +13 -0
- package/dist/cjs/api/types/Feature.d.ts +18 -0
- package/dist/cjs/api/types/FeatureInputGeometry.d.ts +28 -0
- package/dist/cjs/api/types/FeatureOutputGeometry.d.ts +28 -0
- package/dist/cjs/api/types/GeometryCollection.d.ts +11 -0
- package/dist/cjs/api/types/GeometryCollectionInputGeometriesItem.d.ts +28 -0
- package/dist/cjs/api/types/GeometryCollectionOutputGeometriesItem.d.ts +28 -0
- package/dist/cjs/api/types/GetOrderFullRes.d.ts +11 -0
- package/dist/cjs/api/types/GetOrderRes.d.ts +7 -0
- package/dist/cjs/api/types/HttpValidationError.d.ts +7 -0
- package/dist/cjs/api/types/Incident1.d.ts +7 -0
- package/dist/cjs/api/types/Insurance1.d.ts +7 -0
- package/dist/cjs/api/types/LineItem1.d.ts +11 -0
- package/dist/cjs/api/types/LineString.d.ts +17 -0
- package/dist/cjs/api/types/Milestone1.d.ts +27 -0
- package/dist/cjs/api/types/MilestoneClientCreate1.d.ts +9 -0
- package/dist/cjs/api/types/MilestoneNotificationPreferences1.d.ts +18 -0
- package/dist/cjs/api/types/MultiLineString.d.ts +17 -0
- package/dist/cjs/api/types/MultiPoint.d.ts +17 -0
- package/dist/cjs/api/types/MultiPolygon.d.ts +17 -0
- package/dist/cjs/api/types/MultipleTaskGroupsDetailsResponse.d.ts +7 -0
- package/dist/cjs/api/types/MultipleTaskGroupsWithTasks.d.ts +7 -0
- package/dist/cjs/api/types/NotificationChannelEnum.d.ts +13 -0
- package/dist/cjs/api/types/OffChrtShipperOrgConnectionInfo1.d.ts +23 -0
- package/dist/cjs/api/types/Order1.d.ts +29 -0
- package/dist/cjs/api/types/OrgMemberDetails.d.ts +11 -0
- package/dist/cjs/api/types/OrgMembersAndDrivers.d.ts +8 -0
- package/dist/cjs/api/types/OrgPublicData2.d.ts +11 -0
- package/dist/cjs/api/types/PayablesInvoice1.d.ts +34 -0
- package/dist/cjs/api/types/PayablesInvoice1.js +18 -0
- package/dist/cjs/api/types/Point.d.ts +14 -0
- package/dist/cjs/api/types/Polygon.d.ts +17 -0
- package/dist/cjs/api/types/ReceivablesInvoice1.d.ts +34 -0
- package/dist/cjs/api/types/ReceivablesInvoice1.js +18 -0
- package/dist/cjs/api/types/Shipper2.d.ts +20 -0
- package/dist/cjs/api/types/ShipperContactInfo1.d.ts +28 -0
- package/dist/cjs/api/types/ShipperContactInfoClientCreate1.d.ts +23 -0
- package/dist/cjs/api/types/ShipperCourierConnection1.d.ts +13 -0
- package/dist/cjs/api/types/ShipperNotificationEventEnum.d.ts +7 -0
- package/dist/cjs/api/types/ShipperNotificationPreferences1.d.ts +18 -0
- package/dist/cjs/api/types/ShipperOrgConnectionInfo1.d.ts +22 -0
- package/dist/cjs/api/types/StreetAddress1.d.ts +18 -0
- package/dist/cjs/api/types/StripeConnectInvoice1.d.ts +32 -0
- package/dist/cjs/api/types/StripeConnectInvoice1.js +18 -0
- package/dist/cjs/api/types/Task1.d.ts +31 -0
- package/dist/cjs/api/types/TaskClientCreate1.d.ts +17 -0
- package/dist/cjs/api/types/TaskCreateBundle.d.ts +13 -0
- package/dist/cjs/api/types/TaskGroup1.d.ts +24 -0
- package/dist/cjs/api/types/TaskGroupDetailsResponse.d.ts +8 -0
- package/dist/cjs/api/types/TaskGroupWithDetails.d.ts +8 -0
- package/dist/cjs/api/types/TaskGroupWithTasks.d.ts +8 -0
- package/dist/cjs/api/types/TaskWithDetails.d.ts +9 -0
- package/dist/cjs/api/types/Tracker1.d.ts +7 -0
- package/dist/cjs/api/types/TrackerSession1.d.ts +7 -0
- package/dist/cjs/api/types/UserPublicData6.d.ts +14 -0
- package/dist/cjs/api/types/ValidationError.d.ts +14 -0
- package/dist/cjs/api/types/Vehicle1.d.ts +7 -0
- package/dist/cjs/api/types/index.d.ts +90 -0
- package/dist/cjs/api/types/index.js +106 -0
- package/dist/cjs/core/auth/BasicAuth.js +26 -0
- package/dist/cjs/core/auth/index.d.ts +2 -0
- package/dist/cjs/core/auth/index.js +7 -0
- package/dist/cjs/core/base64.d.ts +2 -0
- package/dist/cjs/core/base64.js +26 -0
- package/dist/cjs/core/fetcher/APIResponse.d.ts +20 -0
- package/dist/cjs/core/fetcher/BinaryResponse.d.ts +20 -0
- package/dist/cjs/core/fetcher/BinaryResponse.js +17 -0
- package/dist/cjs/core/fetcher/Fetcher.d.ts +40 -0
- package/dist/cjs/core/fetcher/Fetcher.js +120 -0
- package/dist/cjs/core/fetcher/Headers.d.ts +2 -0
- package/dist/cjs/core/fetcher/Headers.js +84 -0
- package/dist/cjs/core/fetcher/HttpResponsePromise.d.ts +58 -0
- package/dist/cjs/core/fetcher/HttpResponsePromise.js +103 -0
- package/dist/cjs/core/fetcher/RawResponse.d.ts +29 -0
- package/dist/cjs/core/fetcher/RawResponse.js +44 -0
- package/dist/cjs/core/fetcher/ResponseWithBody.d.ts +4 -0
- package/dist/cjs/core/fetcher/ResponseWithBody.js +6 -0
- package/dist/cjs/core/fetcher/createRequestUrl.d.ts +1 -0
- package/dist/cjs/core/fetcher/createRequestUrl.js +8 -0
- package/dist/cjs/core/fetcher/getErrorResponseBody.d.ts +1 -0
- package/dist/cjs/core/fetcher/getErrorResponseBody.js +44 -0
- package/dist/cjs/core/fetcher/getFetchFn.d.ts +1 -0
- package/dist/cjs/core/fetcher/getFetchFn.js +17 -0
- package/dist/cjs/core/fetcher/getRequestBody.js +23 -0
- package/dist/cjs/core/fetcher/getResponseBody.js +55 -0
- package/dist/cjs/core/fetcher/index.d.ts +9 -0
- package/dist/cjs/core/fetcher/index.js +15 -0
- package/dist/cjs/core/fetcher/makeRequest.js +42 -0
- package/dist/cjs/core/file.d.ts +1 -0
- package/dist/cjs/core/form-data-utils/FormDataWrapper.d.ts +16 -0
- package/dist/cjs/core/form-data-utils/FormDataWrapper.js +208 -0
- package/dist/cjs/core/form-data-utils/encodeAsFormParameter.d.ts +1 -0
- package/dist/cjs/core/form-data-utils/encodeAsFormParameter.js +12 -0
- package/dist/cjs/core/form-data-utils/index.d.ts +2 -0
- package/dist/cjs/core/form-data-utils/index.js +20 -0
- package/dist/cjs/core/headers.d.ts +3 -0
- package/dist/cjs/core/headers.js +29 -0
- package/dist/cjs/core/index.d.ts +7 -0
- package/dist/cjs/core/index.js +46 -0
- package/dist/cjs/core/runtime/index.d.ts +1 -0
- package/dist/cjs/core/runtime/index.js +5 -0
- package/dist/cjs/core/runtime/runtime.js +102 -0
- package/dist/cjs/core/url/index.d.ts +2 -0
- package/dist/cjs/core/url/index.js +7 -0
- package/dist/cjs/core/url/join.d.ts +1 -0
- package/dist/cjs/core/url/join.js +69 -0
- package/dist/cjs/core/url/qs.d.ts +6 -0
- package/dist/cjs/core/url/qs.js +64 -0
- package/dist/cjs/errors/ChrtError.d.ts +15 -0
- package/dist/cjs/errors/ChrtError.js +30 -0
- package/dist/cjs/errors/index.d.ts +2 -0
- package/dist/cjs/errors/index.js +7 -0
- package/dist/cjs/index.d.ts +4 -0
- package/dist/cjs/index.js +44 -0
- package/dist/cjs/version.d.ts +1 -0
- package/dist/cjs/version.js +4 -0
- package/dist/esm/Client.d.mts +99 -0
- package/dist/esm/Client.mjs +132 -0
- package/dist/esm/api/errors/UnprocessableEntityError.d.mts +9 -0
- package/dist/esm/api/errors/UnprocessableEntityError.mjs +15 -0
- package/dist/esm/api/errors/index.d.mts +1 -0
- package/dist/esm/api/errors/index.mjs +1 -0
- package/dist/esm/api/index.d.mts +3 -0
- package/dist/esm/api/index.mjs +3 -0
- package/dist/esm/api/resources/dev/client/Client.d.mts +79 -0
- package/dist/esm/api/resources/dev/client/Client.mjs +281 -0
- package/dist/esm/api/resources/dev/client/index.d.mts +2 -0
- package/dist/esm/api/resources/dev/client/index.mjs +1 -0
- package/dist/esm/api/resources/dev/client/requests/TemplateReq.mjs +4 -0
- package/dist/esm/api/resources/dev/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/dev/index.d.mts +1 -0
- package/dist/esm/api/resources/dev/index.mjs +1 -0
- package/dist/esm/api/resources/directory/client/Client.d.mts +45 -0
- package/dist/esm/api/resources/directory/client/Client.mjs +91 -0
- package/dist/esm/api/resources/directory/client/index.d.mts +2 -0
- package/dist/esm/api/resources/directory/client/index.mjs +1 -0
- package/dist/esm/api/resources/directory/client/requests/DbQueryParams.d.mts +12 -0
- package/dist/esm/api/resources/directory/client/requests/DbQueryParams.mjs +4 -0
- package/dist/esm/api/resources/directory/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/directory/index.d.mts +1 -0
- package/dist/esm/api/resources/directory/index.mjs +1 -0
- package/dist/esm/api/resources/index.d.mts +44 -0
- package/dist/esm/api/resources/index.mjs +44 -0
- package/dist/esm/api/resources/mirror/client/Client.d.mts +138 -0
- package/dist/esm/api/resources/mirror/client/Client.mjs +621 -0
- package/dist/esm/api/resources/mirror/client/index.mjs +1 -0
- package/dist/esm/api/resources/mirror/index.d.mts +1 -0
- package/dist/esm/api/resources/mirror/index.mjs +1 -0
- package/dist/esm/api/resources/notificationsCourierNotificationPreferences/client/Client.d.mts +57 -0
- package/dist/esm/api/resources/notificationsCourierNotificationPreferences/client/Client.mjs +142 -0
- package/dist/esm/api/resources/notificationsCourierNotificationPreferences/client/index.d.mts +2 -0
- package/dist/esm/api/resources/notificationsCourierNotificationPreferences/client/index.mjs +1 -0
- package/dist/esm/api/resources/notificationsCourierNotificationPreferences/client/requests/CourierNotificationPreferencesClientCreate1.d.mts +18 -0
- package/dist/esm/api/resources/notificationsCourierNotificationPreferences/client/requests/CourierNotificationPreferencesClientCreate1.mjs +4 -0
- package/dist/esm/api/resources/notificationsCourierNotificationPreferences/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/notificationsCourierNotificationPreferences/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/notificationsCourierNotificationPreferences/index.d.mts +1 -0
- package/dist/esm/api/resources/notificationsCourierNotificationPreferences/index.mjs +1 -0
- package/dist/esm/api/resources/notificationsShipperNotificationPreferences/client/Client.d.mts +57 -0
- package/dist/esm/api/resources/notificationsShipperNotificationPreferences/client/Client.mjs +142 -0
- package/dist/esm/api/resources/notificationsShipperNotificationPreferences/client/index.d.mts +2 -0
- package/dist/esm/api/resources/notificationsShipperNotificationPreferences/client/index.mjs +1 -0
- package/dist/esm/api/resources/notificationsShipperNotificationPreferences/client/requests/ShipperNotificationPreferencesClientCreate1.d.mts +18 -0
- package/dist/esm/api/resources/notificationsShipperNotificationPreferences/client/requests/ShipperNotificationPreferencesClientCreate1.mjs +4 -0
- package/dist/esm/api/resources/notificationsShipperNotificationPreferences/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/notificationsShipperNotificationPreferences/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/notificationsShipperNotificationPreferences/index.d.mts +1 -0
- package/dist/esm/api/resources/notificationsShipperNotificationPreferences/index.mjs +1 -0
- package/dist/esm/api/resources/oortConnections/client/Client.d.mts +63 -0
- package/dist/esm/api/resources/oortConnections/client/Client.mjs +187 -0
- package/dist/esm/api/resources/oortConnections/client/index.d.mts +2 -0
- package/dist/esm/api/resources/oortConnections/client/index.mjs +1 -0
- package/dist/esm/api/resources/oortConnections/client/requests/CreateConnectionReq.mjs +4 -0
- package/dist/esm/api/resources/oortConnections/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/oortConnections/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/oortConnections/index.d.mts +1 -0
- package/dist/esm/api/resources/oortConnections/index.mjs +1 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/Client.d.mts +136 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/Client.mjs +450 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/index.d.mts +2 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/index.mjs +1 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/AddLineItemsReq.d.mts +19 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/AddLineItemsReq.mjs +4 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/CreateCourierPayDriverLineItemGroupRequest.d.mts +18 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/CreateCourierPayDriverLineItemGroupRequest.mjs +4 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCalculateCourierPayDriverLineItemGroupRequest.d.mts +18 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCalculateCourierPayDriverLineItemGroupRequest.mjs +4 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByIdRequest.d.mts +12 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByIdRequest.mjs +4 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByTaskGroupIdRequest.d.mts +12 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByTaskGroupIdRequest.mjs +4 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/RemoveLineItemsReq.d.mts +19 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/RemoveLineItemsReq.mjs +4 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/index.d.mts +6 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/index.d.mts +1 -0
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/index.mjs +1 -0
- package/dist/esm/api/resources/oortCourierPayDriverPayouts/client/Client.d.mts +70 -0
- package/dist/esm/api/resources/oortCourierPayDriverPayouts/client/Client.mjs +204 -0
- package/dist/esm/api/resources/oortCourierPayDriverPayouts/client/index.d.mts +2 -0
- package/dist/esm/api/resources/oortCourierPayDriverPayouts/client/index.mjs +1 -0
- package/dist/esm/api/resources/oortCourierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientCreate1.d.mts +14 -0
- package/dist/esm/api/resources/oortCourierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientCreate1.mjs +4 -0
- package/dist/esm/api/resources/oortCourierPayDriverPayouts/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/oortCourierPayDriverPayouts/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/oortCourierPayDriverPayouts/index.d.mts +1 -0
- package/dist/esm/api/resources/oortCourierPayDriverPayouts/index.mjs +1 -0
- package/dist/esm/api/resources/oortCourierPayDriverRate/client/Client.d.mts +94 -0
- package/dist/esm/api/resources/oortCourierPayDriverRate/client/Client.mjs +262 -0
- package/dist/esm/api/resources/oortCourierPayDriverRate/client/index.d.mts +2 -0
- package/dist/esm/api/resources/oortCourierPayDriverRate/client/index.mjs +1 -0
- package/dist/esm/api/resources/oortCourierPayDriverRate/client/requests/CourierPayDriverRateSheetClientCreate1.d.mts +50 -0
- package/dist/esm/api/resources/oortCourierPayDriverRate/client/requests/CourierPayDriverRateSheetClientCreate1.mjs +4 -0
- package/dist/esm/api/resources/oortCourierPayDriverRate/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/oortCourierPayDriverRate/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/oortCourierPayDriverRate/index.d.mts +1 -0
- package/dist/esm/api/resources/oortCourierPayDriverRate/index.mjs +1 -0
- package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/Client.d.mts +72 -0
- package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/Client.mjs +206 -0
- package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/index.d.mts +2 -0
- package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/index.mjs +1 -0
- package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.d.mts +29 -0
- package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.mjs +4 -0
- package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/oortCourierPayDriverRateSheets/index.d.mts +1 -0
- package/dist/esm/api/resources/oortCourierPayDriverRateSheets/index.mjs +1 -0
- package/dist/esm/api/resources/oortDrivers/client/Client.d.mts +147 -0
- package/dist/esm/api/resources/oortDrivers/client/Client.mjs +539 -0
- package/dist/esm/api/resources/oortDrivers/client/index.d.mts +2 -0
- package/dist/esm/api/resources/oortDrivers/client/index.mjs +1 -0
- package/dist/esm/api/resources/oortDrivers/client/requests/DriverCreateReq.d.mts +17 -0
- package/dist/esm/api/resources/oortDrivers/client/requests/DriverCreateReq.mjs +4 -0
- package/dist/esm/api/resources/oortDrivers/client/requests/DriverLastSeenReq.d.mts +15 -0
- package/dist/esm/api/resources/oortDrivers/client/requests/DriverLastSeenReq.mjs +4 -0
- package/dist/esm/api/resources/oortDrivers/client/requests/SetDriverActivationReq.d.mts +14 -0
- package/dist/esm/api/resources/oortDrivers/client/requests/SetDriverActivationReq.mjs +4 -0
- package/dist/esm/api/resources/oortDrivers/client/requests/UpdateDriverDetailsReq.d.mts +18 -0
- package/dist/esm/api/resources/oortDrivers/client/requests/UpdateDriverDetailsReq.mjs +4 -0
- package/dist/esm/api/resources/oortDrivers/client/requests/index.d.mts +4 -0
- package/dist/esm/api/resources/oortDrivers/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/oortDrivers/index.d.mts +1 -0
- package/dist/esm/api/resources/oortDrivers/index.mjs +1 -0
- package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/Client.d.mts +53 -0
- package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/Client.mjs +141 -0
- package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/index.d.mts +2 -0
- package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/index.mjs +1 -0
- package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/requests/MilestoneNotificationPreferencesClientCreate1.d.mts +18 -0
- package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/requests/MilestoneNotificationPreferencesClientCreate1.mjs +4 -0
- package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/oortMilestoneNotificationPreferences/index.d.mts +1 -0
- package/dist/esm/api/resources/oortMilestoneNotificationPreferences/index.mjs +1 -0
- package/dist/esm/api/resources/oortMilestones/client/Client.d.mts +114 -0
- package/dist/esm/api/resources/oortMilestones/client/Client.mjs +394 -0
- package/dist/esm/api/resources/oortMilestones/client/index.d.mts +2 -0
- package/dist/esm/api/resources/oortMilestones/client/index.mjs +1 -0
- package/dist/esm/api/resources/oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.d.mts +14 -0
- package/dist/esm/api/resources/oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.mjs +4 -0
- package/dist/esm/api/resources/oortMilestones/client/requests/MilestoneAddToTaskReq.d.mts +16 -0
- package/dist/esm/api/resources/oortMilestones/client/requests/MilestoneAddToTaskReq.mjs +4 -0
- package/dist/esm/api/resources/oortMilestones/client/requests/MilestoneUpdateReq.d.mts +14 -0
- package/dist/esm/api/resources/oortMilestones/client/requests/MilestoneUpdateReq.mjs +4 -0
- package/dist/esm/api/resources/oortMilestones/client/requests/index.d.mts +3 -0
- package/dist/esm/api/resources/oortMilestones/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/oortMilestones/index.d.mts +1 -0
- package/dist/esm/api/resources/oortMilestones/index.mjs +1 -0
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/Client.d.mts +75 -0
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/Client.mjs +215 -0
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/index.d.mts +2 -0
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/index.mjs +1 -0
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.d.mts +25 -0
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.mjs +4 -0
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.d.mts +20 -0
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.mjs +4 -0
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/index.d.mts +1 -0
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/index.mjs +1 -0
- package/dist/esm/api/resources/oortOrders/client/Client.d.mts +138 -0
- package/dist/esm/api/resources/oortOrders/client/Client.mjs +472 -0
- package/dist/esm/api/resources/oortOrders/client/index.d.mts +2 -0
- package/dist/esm/api/resources/oortOrders/client/index.mjs +1 -0
- package/dist/esm/api/resources/oortOrders/client/requests/CreateOrderReq.d.mts +45 -0
- package/dist/esm/api/resources/oortOrders/client/requests/CreateOrderReq.mjs +4 -0
- package/dist/esm/api/resources/oortOrders/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/oortOrders/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/oortOrders/index.d.mts +1 -0
- package/dist/esm/api/resources/oortOrders/index.mjs +1 -0
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/Client.d.mts +110 -0
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/Client.mjs +375 -0
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/index.d.mts +2 -0
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/index.mjs +1 -0
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.d.mts +24 -0
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.mjs +4 -0
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientUpdate1.d.mts +20 -0
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientUpdate1.mjs +4 -0
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.d.mts +24 -0
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.mjs +4 -0
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.d.mts +20 -0
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.mjs +4 -0
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/index.d.mts +4 -0
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/oortOrgConnectionInfos/index.d.mts +1 -0
- package/dist/esm/api/resources/oortOrgConnectionInfos/index.mjs +1 -0
- package/dist/esm/api/resources/oortOrgProfiles/client/Client.d.mts +95 -0
- package/dist/esm/api/resources/oortOrgProfiles/client/Client.mjs +319 -0
- package/dist/esm/api/resources/oortOrgProfiles/client/index.d.mts +2 -0
- package/dist/esm/api/resources/oortOrgProfiles/client/index.mjs +1 -0
- package/dist/esm/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.d.mts +18 -0
- package/dist/esm/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.mjs +4 -0
- package/dist/esm/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientUpdate3.d.mts +12 -0
- package/dist/esm/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientUpdate3.mjs +4 -0
- package/dist/esm/api/resources/oortOrgProfiles/client/requests/GetAvatarRequest.mjs +4 -0
- package/dist/esm/api/resources/oortOrgProfiles/client/requests/index.d.mts +3 -0
- package/dist/esm/api/resources/oortOrgProfiles/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/oortOrgProfiles/index.d.mts +1 -0
- package/dist/esm/api/resources/oortOrgProfiles/index.mjs +1 -0
- package/dist/esm/api/resources/oortShipperContactInfo/client/Client.d.mts +148 -0
- package/dist/esm/api/resources/oortShipperContactInfo/client/Client.mjs +542 -0
- package/dist/esm/api/resources/oortShipperContactInfo/client/index.d.mts +2 -0
- package/dist/esm/api/resources/oortShipperContactInfo/client/index.mjs +1 -0
- package/dist/esm/api/resources/oortShipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.d.mts +21 -0
- package/dist/esm/api/resources/oortShipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.mjs +4 -0
- package/dist/esm/api/resources/oortShipperContactInfo/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/oortShipperContactInfo/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/oortShipperContactInfo/index.d.mts +1 -0
- package/dist/esm/api/resources/oortShipperContactInfo/index.mjs +1 -0
- package/dist/esm/api/resources/oortTaskGroups/client/Client.d.mts +128 -0
- package/dist/esm/api/resources/oortTaskGroups/client/Client.mjs +478 -0
- package/dist/esm/api/resources/oortTaskGroups/client/index.d.mts +2 -0
- package/dist/esm/api/resources/oortTaskGroups/client/index.mjs +1 -0
- package/dist/esm/api/resources/oortTaskGroups/client/requests/SetTaskGroupPauseReq.d.mts +14 -0
- package/dist/esm/api/resources/oortTaskGroups/client/requests/SetTaskGroupPauseReq.mjs +4 -0
- package/dist/esm/api/resources/oortTaskGroups/client/requests/UpdateTaskGroupReq.d.mts +14 -0
- package/dist/esm/api/resources/oortTaskGroups/client/requests/UpdateTaskGroupReq.mjs +4 -0
- package/dist/esm/api/resources/oortTaskGroups/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/oortTaskGroups/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/oortTaskGroups/index.d.mts +1 -0
- package/dist/esm/api/resources/oortTaskGroups/index.mjs +1 -0
- package/dist/esm/api/resources/orgs/client/Client.d.mts +115 -0
- package/dist/esm/api/resources/orgs/client/Client.mjs +413 -0
- package/dist/esm/api/resources/orgs/client/index.d.mts +2 -0
- package/dist/esm/api/resources/orgs/client/index.mjs +1 -0
- package/dist/esm/api/resources/orgs/client/requests/CreateOrgPublicDataReq.d.mts +14 -0
- package/dist/esm/api/resources/orgs/client/requests/CreateOrgPublicDataReq.mjs +4 -0
- package/dist/esm/api/resources/orgs/client/requests/UpdateOrgPublicDataReq.d.mts +11 -0
- package/dist/esm/api/resources/orgs/client/requests/UpdateOrgPublicDataReq.mjs +4 -0
- package/dist/esm/api/resources/orgs/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/orgs/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/orgs/index.d.mts +1 -0
- package/dist/esm/api/resources/orgs/index.mjs +1 -0
- package/dist/esm/api/resources/payments/client/Client.d.mts +69 -0
- package/dist/esm/api/resources/payments/client/Client.mjs +193 -0
- package/dist/esm/api/resources/payments/client/index.d.mts +2 -0
- package/dist/esm/api/resources/payments/client/index.mjs +1 -0
- package/dist/esm/api/resources/payments/client/requests/CreateCheckoutSessionReq2.d.mts +13 -0
- package/dist/esm/api/resources/payments/client/requests/CreateCheckoutSessionReq2.mjs +4 -0
- package/dist/esm/api/resources/payments/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/payments/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/payments/index.d.mts +1 -0
- package/dist/esm/api/resources/payments/index.mjs +1 -0
- package/dist/esm/api/resources/root/client/Client.d.mts +94 -0
- package/dist/esm/api/resources/root/client/Client.mjs +365 -0
- package/dist/esm/api/resources/root/client/index.d.mts +1 -0
- package/dist/esm/api/resources/root/client/index.mjs +1 -0
- package/dist/esm/api/resources/root/index.d.mts +2 -0
- package/dist/esm/api/resources/root/index.mjs +2 -0
- package/dist/esm/api/resources/root/types/PydanticResponse.d.mts +8 -0
- package/dist/esm/api/resources/root/types/PydanticResponse.mjs +4 -0
- package/dist/esm/api/resources/root/types/index.d.mts +1 -0
- package/dist/esm/api/resources/root/types/index.mjs +1 -0
- package/dist/esm/api/resources/users/client/Client.d.mts +40 -0
- package/dist/esm/api/resources/users/client/Client.mjs +77 -0
- package/dist/esm/api/resources/users/client/index.d.mts +1 -0
- package/dist/esm/api/resources/users/client/index.mjs +1 -0
- package/dist/esm/api/resources/users/index.d.mts +1 -0
- package/dist/esm/api/resources/users/index.mjs +1 -0
- package/dist/esm/api/types/BaseModel.mjs +4 -0
- package/dist/esm/api/types/Cargo1.d.mts +16 -0
- package/dist/esm/api/types/Cargo1.mjs +4 -0
- package/dist/esm/api/types/CargoClientCreate1.d.mts +13 -0
- package/dist/esm/api/types/CargoClientCreate1.mjs +4 -0
- package/dist/esm/api/types/CargoTypeEnum1.mjs +24 -0
- package/dist/esm/api/types/CourierNotificationEventEnum.d.mts +7 -0
- package/dist/esm/api/types/CourierNotificationEventEnum.mjs +4 -0
- package/dist/esm/api/types/CourierNotificationPreferences1.d.mts +18 -0
- package/dist/esm/api/types/CourierNotificationPreferences1.mjs +4 -0
- package/dist/esm/api/types/CourierOrgConnectionInfo1.d.mts +22 -0
- package/dist/esm/api/types/CourierOrgConnectionInfo1.mjs +4 -0
- package/dist/esm/api/types/CourierOrgProfile3.d.mts +12 -0
- package/dist/esm/api/types/CourierOrgProfile3.mjs +4 -0
- package/dist/esm/api/types/CourierPayDriverLineItemGroup1.d.mts +14 -0
- package/dist/esm/api/types/CourierPayDriverLineItemGroup1.mjs +4 -0
- package/dist/esm/api/types/CourierPayDriverLineItemGroupClientCreate1.d.mts +10 -0
- package/dist/esm/api/types/CourierPayDriverLineItemGroupClientCreate1.mjs +4 -0
- package/dist/esm/api/types/CourierPayDriverRateSheet1.d.mts +31 -0
- package/dist/esm/api/types/CourierPayDriverRateSheet1.mjs +4 -0
- package/dist/esm/api/types/CreateCheckoutSessionRes2.mjs +4 -0
- package/dist/esm/api/types/CreateOrderRes.mjs +4 -0
- package/dist/esm/api/types/DecodedJwtWithOrgAndUserId.d.mts +28 -0
- package/dist/esm/api/types/DecodedJwtWithOrgAndUserId.mjs +4 -0
- package/dist/esm/api/types/Driver1.d.mts +23 -0
- package/dist/esm/api/types/Driver1.mjs +4 -0
- package/dist/esm/api/types/DriverStatusEnum.mjs +8 -0
- package/dist/esm/api/types/EmailReq.mjs +4 -0
- package/dist/esm/api/types/EmailRes.d.mts +7 -0
- package/dist/esm/api/types/EmailRes.mjs +4 -0
- package/dist/esm/api/types/Expense1.d.mts +13 -0
- package/dist/esm/api/types/Expense1.mjs +4 -0
- package/dist/esm/api/types/Feature.d.mts +18 -0
- package/dist/esm/api/types/Feature.mjs +4 -0
- package/dist/esm/api/types/FeatureInputGeometry.d.mts +28 -0
- package/dist/esm/api/types/FeatureInputGeometry.mjs +4 -0
- package/dist/esm/api/types/FeatureOutputGeometry.d.mts +28 -0
- package/dist/esm/api/types/FeatureOutputGeometry.mjs +4 -0
- package/dist/esm/api/types/GeometryCollection.d.mts +11 -0
- package/dist/esm/api/types/GeometryCollection.mjs +4 -0
- package/dist/esm/api/types/GeometryCollectionInputGeometriesItem.d.mts +28 -0
- package/dist/esm/api/types/GeometryCollectionInputGeometriesItem.mjs +4 -0
- package/dist/esm/api/types/GeometryCollectionOutputGeometriesItem.d.mts +28 -0
- package/dist/esm/api/types/GeometryCollectionOutputGeometriesItem.mjs +4 -0
- package/dist/esm/api/types/GetOrderFullRes.d.mts +11 -0
- package/dist/esm/api/types/GetOrderFullRes.mjs +4 -0
- package/dist/esm/api/types/GetOrderRes.d.mts +7 -0
- package/dist/esm/api/types/GetOrderRes.mjs +4 -0
- package/dist/esm/api/types/HttpValidationError.d.mts +7 -0
- package/dist/esm/api/types/HttpValidationError.mjs +4 -0
- package/dist/esm/api/types/Incident1.d.mts +7 -0
- package/dist/esm/api/types/Incident1.mjs +4 -0
- package/dist/esm/api/types/IncidentEnum1.mjs +11 -0
- package/dist/esm/api/types/Insurance1.d.mts +7 -0
- package/dist/esm/api/types/Insurance1.mjs +4 -0
- package/dist/esm/api/types/LineItem1.d.mts +11 -0
- package/dist/esm/api/types/LineItem1.mjs +4 -0
- package/dist/esm/api/types/LineItemEnum1.mjs +27 -0
- package/dist/esm/api/types/LineString.d.mts +17 -0
- package/dist/esm/api/types/LineString.mjs +4 -0
- package/dist/esm/api/types/Milestone1.d.mts +27 -0
- package/dist/esm/api/types/Milestone1.mjs +4 -0
- package/dist/esm/api/types/MilestoneClientCreate1.d.mts +9 -0
- package/dist/esm/api/types/MilestoneClientCreate1.mjs +4 -0
- 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.mjs +13 -0
- package/dist/esm/api/types/MultiLineString.d.mts +17 -0
- package/dist/esm/api/types/MultiLineString.mjs +4 -0
- package/dist/esm/api/types/MultiPoint.d.mts +17 -0
- package/dist/esm/api/types/MultiPoint.mjs +4 -0
- package/dist/esm/api/types/MultiPolygon.d.mts +17 -0
- package/dist/esm/api/types/MultiPolygon.mjs +4 -0
- 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/ObcNfoTaskActionEnum.mjs +37 -0
- package/dist/esm/api/types/OffChrtShipperOrgConnectionInfo1.d.mts +23 -0
- package/dist/esm/api/types/OffChrtShipperOrgConnectionInfo1.mjs +4 -0
- package/dist/esm/api/types/Order1.d.mts +29 -0
- package/dist/esm/api/types/Order1.mjs +4 -0
- package/dist/esm/api/types/OrderClientCreate1.mjs +4 -0
- package/dist/esm/api/types/OrderCreatedByTypeEnum.mjs +8 -0
- package/dist/esm/api/types/OrderDispatchTypeEnum.mjs +8 -0
- package/dist/esm/api/types/OrderStatusEnum1.mjs +9 -0
- package/dist/esm/api/types/OrgMemberDetails.d.mts +11 -0
- package/dist/esm/api/types/OrgMemberDetails.mjs +4 -0
- package/dist/esm/api/types/OrgMembersAndDrivers.d.mts +8 -0
- package/dist/esm/api/types/OrgMembersAndDrivers.mjs +4 -0
- package/dist/esm/api/types/OrgPublicData2.d.mts +11 -0
- package/dist/esm/api/types/OrgPublicData2.mjs +4 -0
- package/dist/esm/api/types/PayablesInvoice1.d.mts +34 -0
- package/dist/esm/api/types/PayablesInvoice1.mjs +15 -0
- package/dist/esm/api/types/Point.d.mts +14 -0
- package/dist/esm/api/types/Point.mjs +4 -0
- package/dist/esm/api/types/Polygon.d.mts +17 -0
- package/dist/esm/api/types/Polygon.mjs +4 -0
- package/dist/esm/api/types/Position2D.mjs +4 -0
- package/dist/esm/api/types/Position3D.mjs +4 -0
- package/dist/esm/api/types/PriceNameEnum.mjs +8 -0
- package/dist/esm/api/types/ReceivablesInvoice1.d.mts +34 -0
- package/dist/esm/api/types/ReceivablesInvoice1.mjs +15 -0
- package/dist/esm/api/types/RouteTypeEnum1.mjs +7 -0
- package/dist/esm/api/types/Shipper2.d.mts +20 -0
- package/dist/esm/api/types/Shipper2.mjs +4 -0
- 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/ShipperCourierConnection1.d.mts +13 -0
- package/dist/esm/api/types/ShipperCourierConnection1.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/StreetAddress1.d.mts +18 -0
- package/dist/esm/api/types/StreetAddress1.mjs +4 -0
- package/dist/esm/api/types/StripeConnectInvoice1.d.mts +32 -0
- package/dist/esm/api/types/StripeConnectInvoice1.mjs +15 -0
- package/dist/esm/api/types/Task1.d.mts +31 -0
- package/dist/esm/api/types/Task1.mjs +4 -0
- package/dist/esm/api/types/TaskActionEnum1.mjs +13 -0
- package/dist/esm/api/types/TaskClientCreate1.d.mts +17 -0
- package/dist/esm/api/types/TaskClientCreate1.mjs +4 -0
- package/dist/esm/api/types/TaskCreateBundle.d.mts +13 -0
- package/dist/esm/api/types/TaskCreateBundle.mjs +4 -0
- package/dist/esm/api/types/TaskGroup1.d.mts +24 -0
- package/dist/esm/api/types/TaskGroup1.mjs +4 -0
- package/dist/esm/api/types/TaskGroupDetailsResponse.d.mts +8 -0
- package/dist/esm/api/types/TaskGroupDetailsResponse.mjs +4 -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/TaskWithDetails.d.mts +9 -0
- package/dist/esm/api/types/TaskWithDetails.mjs +4 -0
- package/dist/esm/api/types/TemplateRes.mjs +4 -0
- package/dist/esm/api/types/Tracker1.d.mts +7 -0
- package/dist/esm/api/types/Tracker1.mjs +4 -0
- package/dist/esm/api/types/TrackerSession1.d.mts +7 -0
- package/dist/esm/api/types/TrackerSession1.mjs +4 -0
- package/dist/esm/api/types/TransportTypeEnum.mjs +10 -0
- package/dist/esm/api/types/UpdateTaskGroupRes.mjs +4 -0
- package/dist/esm/api/types/UserPublicData6.d.mts +14 -0
- package/dist/esm/api/types/UserPublicData6.mjs +4 -0
- package/dist/esm/api/types/ValidationError.d.mts +14 -0
- package/dist/esm/api/types/ValidationError.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/VehicleTypeEnum.mjs +11 -0
- package/dist/esm/api/types/index.d.mts +90 -0
- package/dist/esm/api/types/index.mjs +90 -0
- package/dist/esm/core/auth/BasicAuth.mjs +23 -0
- package/dist/esm/core/auth/BearerToken.mjs +12 -0
- package/dist/esm/core/auth/index.d.mts +2 -0
- package/dist/esm/core/auth/index.mjs +2 -0
- package/dist/esm/core/base64.d.mts +2 -0
- package/dist/esm/core/base64.mjs +22 -0
- package/dist/esm/core/fetcher/APIResponse.d.mts +20 -0
- package/dist/esm/core/fetcher/APIResponse.mjs +1 -0
- package/dist/esm/core/fetcher/BinaryResponse.d.mts +20 -0
- package/dist/esm/core/fetcher/BinaryResponse.mjs +14 -0
- package/dist/esm/core/fetcher/Fetcher.d.mts +40 -0
- package/dist/esm/core/fetcher/Fetcher.mjs +116 -0
- package/dist/esm/core/fetcher/Headers.d.mts +2 -0
- package/dist/esm/core/fetcher/Headers.mjs +82 -0
- package/dist/esm/core/fetcher/HttpResponsePromise.d.mts +58 -0
- package/dist/esm/core/fetcher/HttpResponsePromise.mjs +99 -0
- package/dist/esm/core/fetcher/RawResponse.d.mts +29 -0
- package/dist/esm/core/fetcher/RawResponse.mjs +40 -0
- package/dist/esm/core/fetcher/ResponseWithBody.d.mts +4 -0
- package/dist/esm/core/fetcher/ResponseWithBody.mjs +3 -0
- package/dist/esm/core/fetcher/Supplier.mjs +19 -0
- package/dist/esm/core/fetcher/createRequestUrl.d.mts +1 -0
- package/dist/esm/core/fetcher/createRequestUrl.mjs +5 -0
- package/dist/esm/core/fetcher/getErrorResponseBody.d.mts +1 -0
- package/dist/esm/core/fetcher/getErrorResponseBody.mjs +41 -0
- package/dist/esm/core/fetcher/getFetchFn.d.mts +1 -0
- package/dist/esm/core/fetcher/getFetchFn.mjs +14 -0
- package/dist/esm/core/fetcher/getHeader.mjs +8 -0
- package/dist/esm/core/fetcher/getRequestBody.mjs +20 -0
- package/dist/esm/core/fetcher/getResponseBody.mjs +52 -0
- package/dist/esm/core/fetcher/index.d.mts +9 -0
- package/dist/esm/core/fetcher/index.mjs +5 -0
- package/dist/esm/core/fetcher/makeRequest.mjs +38 -0
- package/dist/esm/core/fetcher/requestWithRetries.mjs +37 -0
- package/dist/esm/core/fetcher/signals.mjs +32 -0
- package/dist/esm/core/file.d.mts +1 -0
- package/dist/esm/core/file.mjs +1 -0
- package/dist/esm/core/form-data-utils/FormDataWrapper.d.mts +16 -0
- package/dist/esm/core/form-data-utils/FormDataWrapper.mjs +170 -0
- package/dist/esm/core/form-data-utils/encodeAsFormParameter.d.mts +1 -0
- package/dist/esm/core/form-data-utils/encodeAsFormParameter.mjs +9 -0
- package/dist/esm/core/form-data-utils/index.d.mts +2 -0
- package/dist/esm/core/form-data-utils/index.mjs +2 -0
- package/dist/esm/core/headers.d.mts +3 -0
- package/dist/esm/core/headers.mjs +25 -0
- package/dist/esm/core/index.d.mts +7 -0
- package/dist/esm/core/index.mjs +7 -0
- package/dist/esm/core/json.mjs +19 -0
- package/dist/esm/core/runtime/index.d.mts +1 -0
- package/dist/esm/core/runtime/index.mjs +1 -0
- package/dist/esm/core/runtime/runtime.mjs +99 -0
- package/dist/esm/core/url/index.d.mts +2 -0
- package/dist/esm/core/url/index.mjs +2 -0
- package/dist/esm/core/url/join.d.mts +1 -0
- package/dist/esm/core/url/join.mjs +66 -0
- package/dist/esm/core/url/qs.d.mts +6 -0
- package/dist/esm/core/url/qs.mjs +61 -0
- package/dist/esm/environments.mjs +9 -0
- package/dist/esm/errors/ChrtError.d.mts +15 -0
- package/dist/esm/errors/ChrtError.mjs +26 -0
- package/dist/esm/errors/ChrtTimeoutError.mjs +9 -0
- package/dist/esm/errors/index.d.mts +2 -0
- package/dist/esm/errors/index.mjs +2 -0
- package/dist/esm/index.d.mts +4 -0
- package/dist/esm/index.mjs +4 -0
- package/dist/esm/version.d.mts +1 -0
- package/dist/esm/version.mjs +1 -0
- package/package.json +45 -24
- package/reference.md +2504 -760
- package/Client.d.ts +0 -79
- package/Client.js +0 -97
- package/api/errors/UnprocessableEntityError.d.ts +0 -8
- package/api/errors/UnprocessableEntityError.js +0 -51
- package/api/errors/index.d.ts +0 -1
- package/api/errors/index.js +0 -17
- package/api/index.d.ts +0 -3
- package/api/index.js +0 -19
- package/api/resources/dev/client/Client.d.ts +0 -72
- package/api/resources/dev/client/Client.js +0 -299
- package/api/resources/dev/client/index.d.ts +0 -1
- package/api/resources/dev/client/index.js +0 -17
- package/api/resources/dev/client/requests/index.d.ts +0 -1
- package/api/resources/dev/index.d.ts +0 -1
- package/api/resources/dev/index.js +0 -17
- package/api/resources/directory/client/Client.d.ts +0 -42
- package/api/resources/directory/client/Client.js +0 -125
- package/api/resources/directory/client/index.d.ts +0 -1
- package/api/resources/directory/client/index.js +0 -17
- package/api/resources/directory/client/requests/DbQueryParams.d.ts +0 -12
- package/api/resources/directory/client/requests/index.d.ts +0 -1
- package/api/resources/directory/index.d.ts +0 -1
- package/api/resources/directory/index.js +0 -17
- package/api/resources/index.d.ts +0 -32
- package/api/resources/index.js +0 -71
- package/api/resources/mirror/client/Client.d.ts +0 -124
- package/api/resources/mirror/client/Client.js +0 -609
- package/api/resources/mirror/index.d.ts +0 -1
- package/api/resources/mirror/index.js +0 -17
- package/api/resources/oortConnections/client/Client.d.ts +0 -58
- package/api/resources/oortConnections/client/Client.js +0 -213
- package/api/resources/oortConnections/client/index.d.ts +0 -1
- package/api/resources/oortConnections/client/index.js +0 -17
- package/api/resources/oortConnections/client/requests/index.d.ts +0 -1
- package/api/resources/oortConnections/index.d.ts +0 -1
- package/api/resources/oortConnections/index.js +0 -17
- package/api/resources/oortCourierPayDriverRate/client/Client.d.ts +0 -88
- package/api/resources/oortCourierPayDriverRate/client/Client.js +0 -284
- package/api/resources/oortCourierPayDriverRate/client/index.d.ts +0 -1
- package/api/resources/oortCourierPayDriverRate/client/index.js +0 -17
- package/api/resources/oortCourierPayDriverRate/client/requests/CourierPayDriverRateSheetClientCreate1.d.ts +0 -50
- package/api/resources/oortCourierPayDriverRate/client/requests/index.d.ts +0 -1
- package/api/resources/oortCourierPayDriverRate/index.d.ts +0 -1
- package/api/resources/oortCourierPayDriverRate/index.js +0 -17
- package/api/resources/oortDrivers/client/Client.d.ts +0 -136
- package/api/resources/oortDrivers/client/Client.js +0 -535
- package/api/resources/oortDrivers/client/index.d.ts +0 -1
- package/api/resources/oortDrivers/client/index.js +0 -17
- package/api/resources/oortDrivers/client/requests/DriverCreateReq.d.ts +0 -17
- package/api/resources/oortDrivers/client/requests/DriverLastSeenReq.d.ts +0 -15
- package/api/resources/oortDrivers/client/requests/SetDriverActivationReq.d.ts +0 -14
- package/api/resources/oortDrivers/client/requests/UpdateDriverDetailsReq.d.ts +0 -18
- package/api/resources/oortDrivers/client/requests/index.d.ts +0 -4
- package/api/resources/oortDrivers/index.d.ts +0 -1
- package/api/resources/oortDrivers/index.js +0 -17
- package/api/resources/oortMilestones/client/Client.d.ts +0 -91
- package/api/resources/oortMilestones/client/Client.js +0 -346
- package/api/resources/oortMilestones/client/index.d.ts +0 -1
- package/api/resources/oortMilestones/client/index.js +0 -17
- package/api/resources/oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.d.ts +0 -10
- package/api/resources/oortMilestones/client/requests/MilestoneAddToTaskReq.d.ts +0 -16
- package/api/resources/oortMilestones/client/requests/MilestoneUpdateReq.d.ts +0 -14
- package/api/resources/oortMilestones/client/requests/index.d.ts +0 -3
- package/api/resources/oortMilestones/index.d.ts +0 -1
- package/api/resources/oortMilestones/index.js +0 -17
- package/api/resources/oortNotificationPreferences/client/Client.d.ts +0 -49
- package/api/resources/oortNotificationPreferences/client/Client.js +0 -168
- package/api/resources/oortNotificationPreferences/client/index.d.ts +0 -1
- package/api/resources/oortNotificationPreferences/client/index.js +0 -17
- package/api/resources/oortNotificationPreferences/client/requests/NotificationPreferencesClientCreate1.d.ts +0 -18
- package/api/resources/oortNotificationPreferences/client/requests/index.d.ts +0 -1
- package/api/resources/oortNotificationPreferences/index.d.ts +0 -1
- package/api/resources/oortNotificationPreferences/index.js +0 -17
- package/api/resources/oortOrders/client/Client.d.ts +0 -119
- package/api/resources/oortOrders/client/Client.js +0 -433
- package/api/resources/oortOrders/client/index.d.ts +0 -1
- package/api/resources/oortOrders/client/index.js +0 -17
- package/api/resources/oortOrders/client/requests/CreateOrderReq.d.ts +0 -43
- package/api/resources/oortOrders/client/requests/index.d.ts +0 -1
- package/api/resources/oortOrders/index.d.ts +0 -1
- package/api/resources/oortOrders/index.js +0 -17
- package/api/resources/oortOrgConnectionInfos/client/Client.d.ts +0 -102
- package/api/resources/oortOrgConnectionInfos/client/Client.js +0 -383
- package/api/resources/oortOrgConnectionInfos/client/index.d.ts +0 -1
- package/api/resources/oortOrgConnectionInfos/client/index.js +0 -17
- package/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.d.ts +0 -24
- package/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoUpdate.d.ts +0 -18
- package/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.d.ts +0 -24
- package/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.d.ts +0 -20
- package/api/resources/oortOrgConnectionInfos/client/requests/index.d.ts +0 -4
- package/api/resources/oortOrgConnectionInfos/index.d.ts +0 -1
- package/api/resources/oortOrgConnectionInfos/index.js +0 -17
- package/api/resources/oortOrgProfiles/client/Client.d.ts +0 -74
- package/api/resources/oortOrgProfiles/client/Client.js +0 -279
- package/api/resources/oortOrgProfiles/client/index.d.ts +0 -1
- package/api/resources/oortOrgProfiles/client/index.js +0 -17
- package/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.d.ts +0 -18
- package/api/resources/oortOrgProfiles/client/requests/index.d.ts +0 -2
- package/api/resources/oortOrgProfiles/index.d.ts +0 -1
- package/api/resources/oortOrgProfiles/index.js +0 -17
- package/api/resources/oortShipperUserInfo/client/Client.d.ts +0 -73
- package/api/resources/oortShipperUserInfo/client/Client.js +0 -275
- package/api/resources/oortShipperUserInfo/client/index.d.ts +0 -1
- package/api/resources/oortShipperUserInfo/client/index.js +0 -17
- package/api/resources/oortShipperUserInfo/client/requests/ShipperUserInfoClientCreate1.d.ts +0 -24
- package/api/resources/oortShipperUserInfo/client/requests/ShipperUserInfoClientUpdate1.d.ts +0 -21
- package/api/resources/oortShipperUserInfo/client/requests/index.d.ts +0 -2
- package/api/resources/oortShipperUserInfo/index.d.ts +0 -1
- package/api/resources/oortShipperUserInfo/index.js +0 -17
- package/api/resources/oortTaskGroups/client/Client.d.ts +0 -118
- package/api/resources/oortTaskGroups/client/Client.js +0 -479
- package/api/resources/oortTaskGroups/client/index.d.ts +0 -1
- package/api/resources/oortTaskGroups/client/index.js +0 -17
- package/api/resources/oortTaskGroups/client/requests/SetTaskGroupPauseReq.d.ts +0 -14
- package/api/resources/oortTaskGroups/client/requests/UpdateTaskGroupReq.d.ts +0 -14
- package/api/resources/oortTaskGroups/client/requests/index.d.ts +0 -2
- package/api/resources/oortTaskGroups/index.d.ts +0 -1
- package/api/resources/oortTaskGroups/index.js +0 -17
- package/api/resources/orgs/client/Client.d.ts +0 -106
- package/api/resources/orgs/client/Client.js +0 -421
- package/api/resources/orgs/client/index.d.ts +0 -1
- package/api/resources/orgs/client/index.js +0 -17
- package/api/resources/orgs/client/requests/CreateOrgPublicDataReq.d.ts +0 -14
- package/api/resources/orgs/client/requests/UpdateOrgPublicDataReq.d.ts +0 -11
- package/api/resources/orgs/client/requests/index.d.ts +0 -2
- package/api/resources/orgs/index.d.ts +0 -1
- package/api/resources/orgs/index.js +0 -17
- package/api/resources/payments/client/Client.d.ts +0 -64
- package/api/resources/payments/client/Client.js +0 -219
- package/api/resources/payments/client/index.d.ts +0 -1
- package/api/resources/payments/client/index.js +0 -17
- package/api/resources/payments/client/requests/CreateCheckoutSessionReq2.d.ts +0 -13
- package/api/resources/payments/client/requests/index.d.ts +0 -1
- package/api/resources/payments/index.d.ts +0 -1
- package/api/resources/payments/index.js +0 -17
- package/api/resources/root/client/Client.d.ts +0 -85
- package/api/resources/root/client/Client.js +0 -377
- package/api/resources/root/index.d.ts +0 -2
- package/api/resources/root/index.js +0 -18
- package/api/resources/root/types/PydanticResponse.d.ts +0 -8
- package/api/resources/root/types/index.d.ts +0 -1
- package/api/resources/root/types/index.js +0 -17
- package/api/resources/users/client/Client.d.ts +0 -37
- package/api/resources/users/client/Client.js +0 -113
- package/api/resources/users/index.d.ts +0 -1
- package/api/resources/users/index.js +0 -17
- package/api/types/Action.d.ts +0 -5
- package/api/types/Cargo1.d.ts +0 -16
- package/api/types/CargoClientCreate1.d.ts +0 -13
- package/api/types/Coordinates.d.ts +0 -5
- package/api/types/CourierOrgConnectionInfo1.d.ts +0 -22
- package/api/types/CourierOrgProfile3.d.ts +0 -12
- package/api/types/CourierPayDriverRateSheet1.d.ts +0 -31
- package/api/types/DecodedJwtWithOrgAndUserId.d.ts +0 -28
- package/api/types/Driver1.d.ts +0 -23
- package/api/types/EmailRes.d.ts +0 -7
- package/api/types/Expense1.d.ts +0 -13
- package/api/types/Feature.d.ts +0 -14
- package/api/types/FeatureInputGeometry.d.ts +0 -28
- package/api/types/FeatureOutputGeometry.d.ts +0 -28
- package/api/types/GeometryCollection.d.ts +0 -11
- package/api/types/GeometryCollectionInputGeometriesItem.d.ts +0 -28
- package/api/types/GeometryCollectionOutputGeometriesItem.d.ts +0 -28
- package/api/types/GetOrderFullRes.d.ts +0 -11
- package/api/types/GetOrderRes.d.ts +0 -7
- package/api/types/HttpValidationError.d.ts +0 -7
- package/api/types/Id.d.ts +0 -4
- package/api/types/Incident1.d.ts +0 -7
- package/api/types/Insurance1.d.ts +0 -7
- package/api/types/LineItem1.d.ts +0 -11
- package/api/types/LineString.d.ts +0 -11
- package/api/types/LineStringCoordinatesItem.d.ts +0 -5
- package/api/types/Milestone1.d.ts +0 -27
- package/api/types/MilestoneClientCreate1.d.ts +0 -9
- package/api/types/MultiLineString.d.ts +0 -11
- package/api/types/MultiLineStringCoordinatesItemItem.d.ts +0 -5
- package/api/types/MultiPoint.d.ts +0 -11
- package/api/types/MultiPointCoordinatesItem.d.ts +0 -5
- package/api/types/MultiPolygon.d.ts +0 -11
- package/api/types/MultiPolygonCoordinatesItemItemItem.d.ts +0 -5
- package/api/types/MultipleTaskGroupsDetailsResponse.d.ts +0 -7
- package/api/types/MultipleTaskGroupsWithTasks.d.ts +0 -7
- package/api/types/NotificationChannelEnum.d.ts +0 -10
- package/api/types/NotificationPreferences1.d.ts +0 -18
- package/api/types/Order1.d.ts +0 -28
- package/api/types/OrgMemberDetails.d.ts +0 -11
- package/api/types/OrgMembersAndDrivers.d.ts +0 -8
- package/api/types/OrgPublicData2.d.ts +0 -11
- package/api/types/PayablesInvoice1.d.ts +0 -22
- package/api/types/Point.d.ts +0 -11
- package/api/types/Polygon.d.ts +0 -11
- package/api/types/PolygonCoordinatesItemItem.d.ts +0 -5
- package/api/types/PolygonCoordinatesItemItem.js +0 -5
- package/api/types/Properties.d.ts +0 -5
- package/api/types/Properties.js +0 -5
- package/api/types/ReceivablesInvoice1.d.ts +0 -22
- package/api/types/ReceivablesInvoice1.js +0 -5
- package/api/types/Shipper2.d.ts +0 -20
- package/api/types/ShipperCourierConnection1.d.ts +0 -13
- package/api/types/ShipperOrgConnectionInfo1.d.ts +0 -22
- package/api/types/ShipperUserInfo1.d.ts +0 -23
- package/api/types/ShipperUserInfo1.js +0 -5
- package/api/types/Status.d.ts +0 -13
- package/api/types/Status.js +0 -15
- package/api/types/StreetAddress1.d.ts +0 -18
- package/api/types/StripeConnectInvoice1.d.ts +0 -20
- package/api/types/StripeConnectInvoice1.js +0 -5
- package/api/types/Task1.d.ts +0 -29
- package/api/types/TaskClientCreate1.d.ts +0 -15
- package/api/types/TaskCreateBundle.d.ts +0 -13
- package/api/types/TaskGroup1.d.ts +0 -24
- package/api/types/TaskGroupDetailsResponse.d.ts +0 -8
- package/api/types/TaskGroupWithDetails.d.ts +0 -8
- package/api/types/TaskGroupWithTasks.d.ts +0 -8
- package/api/types/TaskWithDetails.d.ts +0 -9
- package/api/types/Tracker1.d.ts +0 -7
- package/api/types/TrackerSession1.d.ts +0 -7
- package/api/types/UserPublicData5.d.ts +0 -15
- package/api/types/UserPublicData5.js +0 -5
- package/api/types/ValidationError.d.ts +0 -9
- package/api/types/ValidationErrorLocItem.d.ts +0 -4
- package/api/types/ValidationErrorLocItem.js +0 -5
- package/api/types/Vehicle1.d.ts +0 -7
- package/api/types/index.d.ts +0 -93
- package/api/types/index.js +0 -109
- package/core/auth/BasicAuth.js +0 -26
- package/core/auth/index.d.ts +0 -2
- package/core/auth/index.js +0 -7
- package/core/fetcher/APIResponse.d.ts +0 -10
- package/core/fetcher/Fetcher.d.ts +0 -39
- package/core/fetcher/Fetcher.js +0 -100
- package/core/fetcher/createRequestUrl.d.ts +0 -1
- package/core/fetcher/createRequestUrl.js +0 -12
- package/core/fetcher/getFetchFn.d.ts +0 -4
- package/core/fetcher/getFetchFn.js +0 -68
- package/core/fetcher/getRequestBody.js +0 -23
- package/core/fetcher/getResponseBody.js +0 -54
- package/core/fetcher/index.d.ts +0 -5
- package/core/fetcher/index.js +0 -9
- package/core/fetcher/makeRequest.js +0 -42
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +0 -30
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +0 -247
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -21
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +0 -126
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +0 -31
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +0 -229
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +0 -18
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.js +0 -59
- package/core/form-data-utils/FormDataWrapper.d.ts +0 -60
- package/core/form-data-utils/FormDataWrapper.js +0 -188
- package/core/form-data-utils/index.d.ts +0 -1
- package/core/form-data-utils/index.js +0 -17
- package/core/index.d.ts +0 -4
- package/core/index.js +0 -20
- package/core/runtime/index.d.ts +0 -1
- package/core/runtime/index.js +0 -5
- package/core/runtime/runtime.js +0 -103
- package/dist/Client.d.ts +0 -79
- package/dist/Client.js +0 -97
- package/dist/api/errors/UnprocessableEntityError.d.ts +0 -8
- package/dist/api/errors/UnprocessableEntityError.js +0 -51
- package/dist/api/errors/index.d.ts +0 -1
- package/dist/api/errors/index.js +0 -17
- package/dist/api/index.d.ts +0 -3
- package/dist/api/index.js +0 -19
- package/dist/api/resources/dev/client/Client.d.ts +0 -72
- package/dist/api/resources/dev/client/Client.js +0 -299
- package/dist/api/resources/dev/client/index.d.ts +0 -1
- package/dist/api/resources/dev/client/index.js +0 -17
- package/dist/api/resources/dev/client/requests/TemplateReq.js +0 -5
- package/dist/api/resources/dev/client/requests/index.d.ts +0 -1
- package/dist/api/resources/dev/index.d.ts +0 -1
- package/dist/api/resources/dev/index.js +0 -17
- package/dist/api/resources/directory/client/Client.d.ts +0 -42
- package/dist/api/resources/directory/client/Client.js +0 -125
- package/dist/api/resources/directory/client/index.d.ts +0 -1
- package/dist/api/resources/directory/client/index.js +0 -17
- package/dist/api/resources/directory/client/requests/DbQueryParams.d.ts +0 -12
- package/dist/api/resources/directory/client/requests/DbQueryParams.js +0 -5
- package/dist/api/resources/directory/client/requests/index.d.ts +0 -1
- package/dist/api/resources/directory/index.d.ts +0 -1
- package/dist/api/resources/directory/index.js +0 -17
- package/dist/api/resources/index.d.ts +0 -32
- package/dist/api/resources/index.js +0 -71
- package/dist/api/resources/mirror/client/Client.d.ts +0 -124
- package/dist/api/resources/mirror/client/Client.js +0 -609
- package/dist/api/resources/mirror/index.d.ts +0 -1
- package/dist/api/resources/mirror/index.js +0 -17
- package/dist/api/resources/oortConnections/client/Client.d.ts +0 -58
- package/dist/api/resources/oortConnections/client/Client.js +0 -213
- package/dist/api/resources/oortConnections/client/index.d.ts +0 -1
- package/dist/api/resources/oortConnections/client/index.js +0 -17
- package/dist/api/resources/oortConnections/client/requests/CreateConnectionReq.js +0 -5
- package/dist/api/resources/oortConnections/client/requests/index.d.ts +0 -1
- package/dist/api/resources/oortConnections/index.d.ts +0 -1
- package/dist/api/resources/oortConnections/index.js +0 -17
- package/dist/api/resources/oortCourierPayDriverRate/client/Client.d.ts +0 -88
- package/dist/api/resources/oortCourierPayDriverRate/client/Client.js +0 -284
- package/dist/api/resources/oortCourierPayDriverRate/client/index.d.ts +0 -1
- package/dist/api/resources/oortCourierPayDriverRate/client/index.js +0 -17
- package/dist/api/resources/oortCourierPayDriverRate/client/requests/CourierPayDriverRateSheetClientCreate1.d.ts +0 -50
- package/dist/api/resources/oortCourierPayDriverRate/client/requests/index.d.ts +0 -1
- package/dist/api/resources/oortCourierPayDriverRate/index.d.ts +0 -1
- package/dist/api/resources/oortCourierPayDriverRate/index.js +0 -17
- package/dist/api/resources/oortDrivers/client/Client.d.ts +0 -136
- package/dist/api/resources/oortDrivers/client/Client.js +0 -535
- package/dist/api/resources/oortDrivers/client/index.d.ts +0 -1
- package/dist/api/resources/oortDrivers/client/index.js +0 -17
- package/dist/api/resources/oortDrivers/client/requests/DriverCreateReq.d.ts +0 -17
- package/dist/api/resources/oortDrivers/client/requests/DriverLastSeenReq.d.ts +0 -15
- package/dist/api/resources/oortDrivers/client/requests/SetDriverActivationReq.d.ts +0 -14
- package/dist/api/resources/oortDrivers/client/requests/UpdateDriverDetailsReq.d.ts +0 -18
- package/dist/api/resources/oortDrivers/client/requests/index.d.ts +0 -4
- package/dist/api/resources/oortDrivers/index.d.ts +0 -1
- package/dist/api/resources/oortDrivers/index.js +0 -17
- package/dist/api/resources/oortMilestones/client/Client.d.ts +0 -91
- package/dist/api/resources/oortMilestones/client/Client.js +0 -346
- package/dist/api/resources/oortMilestones/client/index.d.ts +0 -1
- package/dist/api/resources/oortMilestones/client/index.js +0 -17
- package/dist/api/resources/oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.d.ts +0 -10
- package/dist/api/resources/oortMilestones/client/requests/MilestoneAddToTaskReq.d.ts +0 -16
- package/dist/api/resources/oortMilestones/client/requests/MilestoneUpdateReq.d.ts +0 -14
- package/dist/api/resources/oortMilestones/client/requests/index.d.ts +0 -3
- package/dist/api/resources/oortMilestones/index.d.ts +0 -1
- package/dist/api/resources/oortMilestones/index.js +0 -17
- package/dist/api/resources/oortNotificationPreferences/client/Client.d.ts +0 -49
- package/dist/api/resources/oortNotificationPreferences/client/Client.js +0 -168
- package/dist/api/resources/oortNotificationPreferences/client/index.d.ts +0 -1
- package/dist/api/resources/oortNotificationPreferences/client/index.js +0 -17
- package/dist/api/resources/oortNotificationPreferences/client/requests/NotificationPreferencesClientCreate1.d.ts +0 -18
- package/dist/api/resources/oortNotificationPreferences/client/requests/NotificationPreferencesClientCreate1.js +0 -5
- package/dist/api/resources/oortNotificationPreferences/client/requests/index.d.ts +0 -1
- package/dist/api/resources/oortNotificationPreferences/client/requests/index.js +0 -2
- package/dist/api/resources/oortNotificationPreferences/index.d.ts +0 -1
- package/dist/api/resources/oortNotificationPreferences/index.js +0 -17
- package/dist/api/resources/oortOrders/client/Client.d.ts +0 -119
- package/dist/api/resources/oortOrders/client/Client.js +0 -433
- package/dist/api/resources/oortOrders/client/index.d.ts +0 -1
- package/dist/api/resources/oortOrders/client/index.js +0 -17
- package/dist/api/resources/oortOrders/client/requests/CreateOrderReq.d.ts +0 -43
- package/dist/api/resources/oortOrders/client/requests/index.d.ts +0 -1
- package/dist/api/resources/oortOrders/client/requests/index.js +0 -2
- package/dist/api/resources/oortOrders/index.d.ts +0 -1
- package/dist/api/resources/oortOrders/index.js +0 -17
- package/dist/api/resources/oortOrgConnectionInfos/client/Client.d.ts +0 -102
- package/dist/api/resources/oortOrgConnectionInfos/client/Client.js +0 -383
- package/dist/api/resources/oortOrgConnectionInfos/client/index.d.ts +0 -1
- package/dist/api/resources/oortOrgConnectionInfos/client/index.js +0 -17
- package/dist/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.d.ts +0 -24
- package/dist/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoUpdate.d.ts +0 -18
- package/dist/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoUpdate.js +0 -5
- package/dist/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.d.ts +0 -24
- package/dist/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.d.ts +0 -20
- package/dist/api/resources/oortOrgConnectionInfos/client/requests/index.d.ts +0 -4
- package/dist/api/resources/oortOrgConnectionInfos/client/requests/index.js +0 -2
- package/dist/api/resources/oortOrgConnectionInfos/index.d.ts +0 -1
- package/dist/api/resources/oortOrgConnectionInfos/index.js +0 -17
- package/dist/api/resources/oortOrgProfiles/client/Client.d.ts +0 -74
- package/dist/api/resources/oortOrgProfiles/client/Client.js +0 -279
- package/dist/api/resources/oortOrgProfiles/client/index.d.ts +0 -1
- package/dist/api/resources/oortOrgProfiles/client/index.js +0 -17
- package/dist/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.d.ts +0 -18
- package/dist/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.js +0 -5
- package/dist/api/resources/oortOrgProfiles/client/requests/index.d.ts +0 -2
- package/dist/api/resources/oortOrgProfiles/client/requests/index.js +0 -2
- package/dist/api/resources/oortOrgProfiles/index.d.ts +0 -1
- package/dist/api/resources/oortOrgProfiles/index.js +0 -17
- package/dist/api/resources/oortShipperUserInfo/client/Client.d.ts +0 -73
- package/dist/api/resources/oortShipperUserInfo/client/Client.js +0 -275
- package/dist/api/resources/oortShipperUserInfo/client/index.d.ts +0 -1
- package/dist/api/resources/oortShipperUserInfo/client/index.js +0 -17
- package/dist/api/resources/oortShipperUserInfo/client/requests/ShipperUserInfoClientCreate1.d.ts +0 -24
- package/dist/api/resources/oortShipperUserInfo/client/requests/ShipperUserInfoClientCreate1.js +0 -5
- package/dist/api/resources/oortShipperUserInfo/client/requests/ShipperUserInfoClientUpdate1.d.ts +0 -21
- package/dist/api/resources/oortShipperUserInfo/client/requests/ShipperUserInfoClientUpdate1.js +0 -5
- package/dist/api/resources/oortShipperUserInfo/client/requests/index.d.ts +0 -2
- package/dist/api/resources/oortShipperUserInfo/client/requests/index.js +0 -2
- package/dist/api/resources/oortShipperUserInfo/index.d.ts +0 -1
- package/dist/api/resources/oortShipperUserInfo/index.js +0 -17
- package/dist/api/resources/oortTaskGroups/client/Client.d.ts +0 -118
- package/dist/api/resources/oortTaskGroups/client/Client.js +0 -479
- package/dist/api/resources/oortTaskGroups/client/index.d.ts +0 -1
- package/dist/api/resources/oortTaskGroups/client/index.js +0 -17
- package/dist/api/resources/oortTaskGroups/client/requests/SetTaskGroupPauseReq.d.ts +0 -14
- package/dist/api/resources/oortTaskGroups/client/requests/SetTaskGroupPauseReq.js +0 -5
- package/dist/api/resources/oortTaskGroups/client/requests/UpdateTaskGroupReq.d.ts +0 -14
- package/dist/api/resources/oortTaskGroups/client/requests/UpdateTaskGroupReq.js +0 -5
- package/dist/api/resources/oortTaskGroups/client/requests/index.d.ts +0 -2
- package/dist/api/resources/oortTaskGroups/client/requests/index.js +0 -2
- package/dist/api/resources/oortTaskGroups/index.d.ts +0 -1
- package/dist/api/resources/oortTaskGroups/index.js +0 -17
- package/dist/api/resources/orgs/client/Client.d.ts +0 -106
- package/dist/api/resources/orgs/client/Client.js +0 -421
- package/dist/api/resources/orgs/client/index.d.ts +0 -1
- package/dist/api/resources/orgs/client/index.js +0 -17
- package/dist/api/resources/orgs/client/requests/CreateOrgPublicDataReq.d.ts +0 -14
- package/dist/api/resources/orgs/client/requests/CreateOrgPublicDataReq.js +0 -5
- package/dist/api/resources/orgs/client/requests/UpdateOrgPublicDataReq.d.ts +0 -11
- package/dist/api/resources/orgs/client/requests/UpdateOrgPublicDataReq.js +0 -5
- package/dist/api/resources/orgs/client/requests/index.d.ts +0 -2
- package/dist/api/resources/orgs/client/requests/index.js +0 -2
- package/dist/api/resources/orgs/index.d.ts +0 -1
- package/dist/api/resources/orgs/index.js +0 -17
- package/dist/api/resources/payments/client/Client.d.ts +0 -64
- package/dist/api/resources/payments/client/Client.js +0 -219
- package/dist/api/resources/payments/client/index.d.ts +0 -1
- package/dist/api/resources/payments/client/index.js +0 -17
- package/dist/api/resources/payments/client/requests/CreateCheckoutSessionReq2.d.ts +0 -13
- package/dist/api/resources/payments/client/requests/CreateCheckoutSessionReq2.js +0 -5
- package/dist/api/resources/payments/client/requests/index.d.ts +0 -1
- package/dist/api/resources/payments/client/requests/index.js +0 -2
- package/dist/api/resources/payments/index.d.ts +0 -1
- package/dist/api/resources/payments/index.js +0 -17
- package/dist/api/resources/root/client/Client.d.ts +0 -85
- package/dist/api/resources/root/client/Client.js +0 -377
- package/dist/api/resources/root/client/index.js +0 -2
- package/dist/api/resources/root/index.d.ts +0 -2
- package/dist/api/resources/root/index.js +0 -18
- package/dist/api/resources/root/types/PydanticResponse.d.ts +0 -8
- package/dist/api/resources/root/types/PydanticResponse.js +0 -5
- package/dist/api/resources/root/types/index.d.ts +0 -1
- package/dist/api/resources/root/types/index.js +0 -17
- package/dist/api/resources/users/client/Client.d.ts +0 -37
- package/dist/api/resources/users/client/Client.js +0 -113
- package/dist/api/resources/users/client/index.js +0 -2
- package/dist/api/resources/users/index.d.ts +0 -1
- package/dist/api/resources/users/index.js +0 -17
- package/dist/api/types/Action.d.ts +0 -5
- package/dist/api/types/Action.js +0 -5
- package/dist/api/types/BaseModel.js +0 -5
- package/dist/api/types/Cargo1.d.ts +0 -16
- package/dist/api/types/Cargo1.js +0 -5
- package/dist/api/types/CargoClientCreate1.d.ts +0 -13
- package/dist/api/types/CargoClientCreate1.js +0 -5
- package/dist/api/types/CargoTypeEnum1.js +0 -27
- package/dist/api/types/Coordinates.d.ts +0 -5
- package/dist/api/types/Coordinates.js +0 -5
- package/dist/api/types/CourierOrgConnectionInfo1.d.ts +0 -22
- package/dist/api/types/CourierOrgConnectionInfo1.js +0 -5
- package/dist/api/types/CourierOrgProfile3.d.ts +0 -12
- package/dist/api/types/CourierOrgProfile3.js +0 -5
- package/dist/api/types/CourierPayDriverRateSheet1.d.ts +0 -31
- package/dist/api/types/CreateCheckoutSessionRes2.js +0 -5
- package/dist/api/types/CreateOrderRes.js +0 -5
- package/dist/api/types/DecodedJwtWithOrgAndUserId.d.ts +0 -28
- package/dist/api/types/DecodedJwtWithOrgAndUserId.js +0 -5
- package/dist/api/types/Driver1.d.ts +0 -23
- package/dist/api/types/Driver1.js +0 -5
- package/dist/api/types/DriverStatusEnum.js +0 -11
- package/dist/api/types/EmailReq.js +0 -5
- package/dist/api/types/EmailRes.d.ts +0 -7
- package/dist/api/types/EmailRes.js +0 -5
- package/dist/api/types/Expense1.d.ts +0 -13
- package/dist/api/types/Expense1.js +0 -5
- package/dist/api/types/Feature.d.ts +0 -14
- package/dist/api/types/Feature.js +0 -5
- package/dist/api/types/FeatureInputGeometry.d.ts +0 -28
- package/dist/api/types/FeatureInputGeometry.js +0 -5
- package/dist/api/types/FeatureOutputGeometry.d.ts +0 -28
- package/dist/api/types/FeatureOutputGeometry.js +0 -5
- package/dist/api/types/GeometryCollection.d.ts +0 -11
- package/dist/api/types/GeometryCollection.js +0 -5
- package/dist/api/types/GeometryCollectionInputGeometriesItem.d.ts +0 -28
- package/dist/api/types/GeometryCollectionInputGeometriesItem.js +0 -5
- package/dist/api/types/GeometryCollectionOutputGeometriesItem.d.ts +0 -28
- package/dist/api/types/GeometryCollectionOutputGeometriesItem.js +0 -5
- package/dist/api/types/GetOrderFullRes.d.ts +0 -11
- package/dist/api/types/GetOrderFullRes.js +0 -5
- package/dist/api/types/GetOrderRes.d.ts +0 -7
- package/dist/api/types/GetOrderRes.js +0 -5
- package/dist/api/types/HttpValidationError.d.ts +0 -7
- package/dist/api/types/HttpValidationError.js +0 -5
- package/dist/api/types/Id.d.ts +0 -4
- package/dist/api/types/Id.js +0 -5
- package/dist/api/types/Incident1.d.ts +0 -7
- package/dist/api/types/Incident1.js +0 -5
- package/dist/api/types/IncidentEnum1.js +0 -14
- package/dist/api/types/Insurance1.d.ts +0 -7
- package/dist/api/types/Insurance1.js +0 -5
- package/dist/api/types/LineItem1.d.ts +0 -11
- package/dist/api/types/LineItem1.js +0 -5
- package/dist/api/types/LineItemEnum1.js +0 -30
- package/dist/api/types/LineString.d.ts +0 -11
- package/dist/api/types/LineString.js +0 -5
- package/dist/api/types/LineStringCoordinatesItem.d.ts +0 -5
- package/dist/api/types/LineStringCoordinatesItem.js +0 -5
- package/dist/api/types/Milestone1.d.ts +0 -27
- package/dist/api/types/Milestone1.js +0 -5
- package/dist/api/types/MilestoneClientCreate1.d.ts +0 -9
- package/dist/api/types/MilestoneClientCreate1.js +0 -5
- package/dist/api/types/MilestoneTypeEnum1.js +0 -16
- package/dist/api/types/MultiLineString.d.ts +0 -11
- package/dist/api/types/MultiLineString.js +0 -5
- package/dist/api/types/MultiLineStringCoordinatesItemItem.d.ts +0 -5
- package/dist/api/types/MultiLineStringCoordinatesItemItem.js +0 -5
- package/dist/api/types/MultiPoint.d.ts +0 -11
- package/dist/api/types/MultiPoint.js +0 -5
- package/dist/api/types/MultiPointCoordinatesItem.d.ts +0 -5
- package/dist/api/types/MultiPointCoordinatesItem.js +0 -5
- package/dist/api/types/MultiPolygon.d.ts +0 -11
- package/dist/api/types/MultiPolygon.js +0 -5
- package/dist/api/types/MultiPolygonCoordinatesItemItemItem.d.ts +0 -5
- package/dist/api/types/MultiPolygonCoordinatesItemItemItem.js +0 -5
- package/dist/api/types/MultipleTaskGroupsDetailsResponse.d.ts +0 -7
- package/dist/api/types/MultipleTaskGroupsDetailsResponse.js +0 -5
- package/dist/api/types/MultipleTaskGroupsWithTasks.d.ts +0 -7
- package/dist/api/types/MultipleTaskGroupsWithTasks.js +0 -5
- package/dist/api/types/NotificationChannelEnum.d.ts +0 -10
- package/dist/api/types/NotificationChannelEnum.js +0 -12
- package/dist/api/types/NotificationPreferences1.d.ts +0 -18
- package/dist/api/types/NotificationPreferences1.js +0 -5
- package/dist/api/types/ObcNfoTaskActionEnum.js +0 -40
- package/dist/api/types/Order1.d.ts +0 -28
- package/dist/api/types/Order1.js +0 -5
- package/dist/api/types/OrderClientCreate1.js +0 -5
- package/dist/api/types/OrderCreatedByTypeEnum.js +0 -11
- package/dist/api/types/OrderDispatchTypeEnum.js +0 -11
- package/dist/api/types/OrderStatusEnum1.js +0 -12
- package/dist/api/types/OrgMemberDetails.d.ts +0 -11
- package/dist/api/types/OrgMemberDetails.js +0 -5
- package/dist/api/types/OrgMembersAndDrivers.d.ts +0 -8
- package/dist/api/types/OrgMembersAndDrivers.js +0 -5
- package/dist/api/types/OrgPublicData2.d.ts +0 -11
- package/dist/api/types/OrgPublicData2.js +0 -5
- package/dist/api/types/PayablesInvoice1.d.ts +0 -22
- package/dist/api/types/PayablesInvoice1.js +0 -5
- package/dist/api/types/Point.d.ts +0 -11
- package/dist/api/types/Point.js +0 -5
- package/dist/api/types/Polygon.d.ts +0 -11
- package/dist/api/types/Polygon.js +0 -5
- package/dist/api/types/PolygonCoordinatesItemItem.d.ts +0 -5
- package/dist/api/types/PolygonCoordinatesItemItem.js +0 -5
- package/dist/api/types/Position2D.js +0 -5
- package/dist/api/types/Position3D.js +0 -5
- package/dist/api/types/PriceNameEnum.js +0 -11
- package/dist/api/types/Properties.d.ts +0 -5
- package/dist/api/types/Properties.js +0 -5
- package/dist/api/types/ReceivablesInvoice1.d.ts +0 -22
- package/dist/api/types/ReceivablesInvoice1.js +0 -5
- package/dist/api/types/RouteTypeEnum1.js +0 -10
- package/dist/api/types/Shipper2.d.ts +0 -20
- package/dist/api/types/Shipper2.js +0 -5
- package/dist/api/types/ShipperCourierConnection1.d.ts +0 -13
- package/dist/api/types/ShipperCourierConnection1.js +0 -5
- package/dist/api/types/ShipperOrgConnectionInfo1.d.ts +0 -22
- package/dist/api/types/ShipperOrgConnectionInfo1.js +0 -5
- package/dist/api/types/ShipperUserInfo1.d.ts +0 -23
- package/dist/api/types/ShipperUserInfo1.js +0 -5
- package/dist/api/types/Status.d.ts +0 -13
- package/dist/api/types/Status.js +0 -15
- package/dist/api/types/StreetAddress1.d.ts +0 -18
- package/dist/api/types/StreetAddress1.js +0 -5
- package/dist/api/types/StripeConnectInvoice1.d.ts +0 -20
- package/dist/api/types/StripeConnectInvoice1.js +0 -5
- package/dist/api/types/Task1.d.ts +0 -29
- package/dist/api/types/Task1.js +0 -5
- package/dist/api/types/TaskActionEnum1.js +0 -16
- package/dist/api/types/TaskClientCreate1.d.ts +0 -15
- package/dist/api/types/TaskClientCreate1.js +0 -5
- package/dist/api/types/TaskCreateBundle.d.ts +0 -13
- package/dist/api/types/TaskCreateBundle.js +0 -5
- package/dist/api/types/TaskGroup1.d.ts +0 -24
- package/dist/api/types/TaskGroup1.js +0 -5
- package/dist/api/types/TaskGroupDetailsResponse.d.ts +0 -8
- package/dist/api/types/TaskGroupDetailsResponse.js +0 -5
- package/dist/api/types/TaskGroupStatusEnum1.js +0 -11
- package/dist/api/types/TaskGroupWithDetails.d.ts +0 -8
- package/dist/api/types/TaskGroupWithDetails.js +0 -5
- package/dist/api/types/TaskGroupWithTasks.d.ts +0 -8
- package/dist/api/types/TaskGroupWithTasks.js +0 -5
- package/dist/api/types/TaskWithDetails.d.ts +0 -9
- package/dist/api/types/TaskWithDetails.js +0 -5
- package/dist/api/types/TemplateRes.js +0 -5
- package/dist/api/types/Tracker1.d.ts +0 -7
- package/dist/api/types/Tracker1.js +0 -5
- package/dist/api/types/TrackerSession1.d.ts +0 -7
- package/dist/api/types/TrackerSession1.js +0 -5
- package/dist/api/types/TransportTypeEnum.js +0 -13
- package/dist/api/types/UpdateTaskGroupRes.js +0 -5
- package/dist/api/types/UserPublicData5.d.ts +0 -15
- package/dist/api/types/UserPublicData5.js +0 -5
- package/dist/api/types/ValidationError.d.ts +0 -9
- package/dist/api/types/ValidationError.js +0 -5
- package/dist/api/types/ValidationErrorLocItem.d.ts +0 -4
- package/dist/api/types/ValidationErrorLocItem.js +0 -5
- package/dist/api/types/Vehicle1.d.ts +0 -7
- package/dist/api/types/Vehicle1.js +0 -5
- package/dist/api/types/VehicleTypeEnum.js +0 -14
- package/dist/api/types/index.d.ts +0 -93
- package/dist/api/types/index.js +0 -109
- package/dist/core/auth/BasicAuth.js +0 -26
- package/dist/core/auth/BearerToken.js +0 -15
- package/dist/core/auth/index.d.ts +0 -2
- package/dist/core/auth/index.js +0 -7
- package/dist/core/fetcher/APIResponse.d.ts +0 -10
- package/dist/core/fetcher/APIResponse.js +0 -2
- package/dist/core/fetcher/Fetcher.d.ts +0 -39
- package/dist/core/fetcher/Fetcher.js +0 -100
- package/dist/core/fetcher/Supplier.js +0 -22
- package/dist/core/fetcher/createRequestUrl.d.ts +0 -1
- package/dist/core/fetcher/createRequestUrl.js +0 -12
- package/dist/core/fetcher/getFetchFn.d.ts +0 -4
- package/dist/core/fetcher/getFetchFn.js +0 -68
- package/dist/core/fetcher/getHeader.js +0 -11
- package/dist/core/fetcher/getRequestBody.js +0 -23
- package/dist/core/fetcher/getResponseBody.js +0 -54
- package/dist/core/fetcher/index.d.ts +0 -5
- package/dist/core/fetcher/index.js +0 -9
- package/dist/core/fetcher/makeRequest.js +0 -42
- package/dist/core/fetcher/requestWithRetries.js +0 -40
- package/dist/core/fetcher/signals.js +0 -36
- package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +0 -30
- package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +0 -247
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -21
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +0 -126
- package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +0 -31
- package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +0 -229
- package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +0 -18
- package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.js +0 -59
- package/dist/core/form-data-utils/FormDataWrapper.d.ts +0 -60
- package/dist/core/form-data-utils/FormDataWrapper.js +0 -188
- package/dist/core/form-data-utils/index.d.ts +0 -1
- package/dist/core/form-data-utils/index.js +0 -17
- package/dist/core/index.d.ts +0 -4
- package/dist/core/index.js +0 -20
- package/dist/core/json.js +0 -24
- package/dist/core/runtime/index.d.ts +0 -1
- package/dist/core/runtime/index.js +0 -5
- package/dist/core/runtime/runtime.js +0 -103
- package/dist/errors/ChrtError.d.ts +0 -12
- package/dist/errors/ChrtError.js +0 -33
- package/dist/errors/index.d.ts +0 -2
- package/dist/errors/index.js +0 -7
- package/dist/index.d.ts +0 -4
- package/dist/index.js +0 -44
- package/dist/version.d.ts +0 -1
- package/dist/version.js +0 -4
- package/environments.js +0 -12
- package/errors/ChrtError.d.ts +0 -12
- package/errors/ChrtError.js +0 -33
- package/errors/ChrtTimeoutError.js +0 -13
- package/errors/index.d.ts +0 -2
- package/errors/index.js +0 -7
- package/index.d.ts +0 -4
- package/index.js +0 -44
- package/jest.config.mjs +0 -8
- package/scripts/rename-to-esm-files.js +0 -115
- package/version.d.ts +0 -1
- package/version.js +0 -4
- /package/{api → dist/cjs/api}/resources/dev/client/requests/TemplateReq.d.ts +0 -0
- /package/{api → dist/cjs/api}/resources/dev/client/requests/TemplateReq.js +0 -0
- /package/{api → dist/cjs/api}/resources/dev/client/requests/index.js +0 -0
- /package/{api → dist/cjs/api}/resources/directory/client/requests/DbQueryParams.js +0 -0
- /package/{api → dist/cjs/api}/resources/directory/client/requests/index.js +0 -0
- /package/{api → dist/cjs/api}/resources/mirror/client/index.d.ts +0 -0
- /package/{api → dist/cjs/api}/resources/mirror/client/index.js +0 -0
- /package/{api/resources/oortConnections/client/requests/CreateConnectionReq.js → dist/cjs/api/resources/notificationsCourierNotificationPreferences/client/requests/CourierNotificationPreferencesClientCreate1.js} +0 -0
- /package/{api/resources/oortConnections → dist/cjs/api/resources/notificationsCourierNotificationPreferences}/client/requests/index.js +0 -0
- /package/{api/resources/oortCourierPayDriverRate/client/requests/CourierPayDriverRateSheetClientCreate1.js → dist/cjs/api/resources/notificationsShipperNotificationPreferences/client/requests/ShipperNotificationPreferencesClientCreate1.js} +0 -0
- /package/{api/resources/oortCourierPayDriverRate → dist/cjs/api/resources/notificationsShipperNotificationPreferences}/client/requests/index.js +0 -0
- /package/{api → dist/cjs/api}/resources/oortConnections/client/requests/CreateConnectionReq.d.ts +0 -0
- /package/{api/resources/oortDrivers/client/requests/DriverCreateReq.js → dist/cjs/api/resources/oortConnections/client/requests/CreateConnectionReq.js} +0 -0
- /package/{api/resources/oortDrivers → dist/cjs/api/resources/oortConnections}/client/requests/index.js +0 -0
- /package/{api/resources/oortDrivers/client/requests/DriverLastSeenReq.js → dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/AddLineItemsReq.js} +0 -0
- /package/{api/resources/oortDrivers/client/requests/SetDriverActivationReq.js → dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/CreateCourierPayDriverLineItemGroupRequest.js} +0 -0
- /package/{api/resources/oortDrivers/client/requests/UpdateDriverDetailsReq.js → dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCalculateCourierPayDriverLineItemGroupRequest.js} +0 -0
- /package/{api/resources/oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.js → dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByIdRequest.js} +0 -0
- /package/{api/resources/oortMilestones/client/requests/MilestoneAddToTaskReq.js → dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByTaskGroupIdRequest.js} +0 -0
- /package/{api/resources/oortMilestones/client/requests/MilestoneUpdateReq.js → dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/RemoveLineItemsReq.js} +0 -0
- /package/{api/resources/oortMilestones → dist/cjs/api/resources/oortCourierPayDriverLineItemGroups}/client/requests/index.js +0 -0
- /package/{api/resources/oortNotificationPreferences/client/requests/NotificationPreferencesClientCreate1.js → dist/cjs/api/resources/oortCourierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientCreate1.js} +0 -0
- /package/{api/resources/oortNotificationPreferences → dist/cjs/api/resources/oortCourierPayDriverPayouts}/client/requests/index.js +0 -0
- /package/dist/{api → cjs/api}/resources/oortCourierPayDriverRate/client/requests/CourierPayDriverRateSheetClientCreate1.js +0 -0
- /package/{api/resources/oortOrders → dist/cjs/api/resources/oortCourierPayDriverRate}/client/requests/index.js +0 -0
- /package/{api/resources/oortOrders/client/requests/CreateOrderReq.js → dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.js} +0 -0
- /package/{api/resources/oortOrgConnectionInfos → dist/cjs/api/resources/oortCourierPayDriverRateSheets}/client/requests/index.js +0 -0
- /package/dist/{api → cjs/api}/resources/oortDrivers/client/requests/DriverCreateReq.js +0 -0
- /package/dist/{api → cjs/api}/resources/oortDrivers/client/requests/DriverLastSeenReq.js +0 -0
- /package/dist/{api → cjs/api}/resources/oortDrivers/client/requests/SetDriverActivationReq.js +0 -0
- /package/dist/{api → cjs/api}/resources/oortDrivers/client/requests/UpdateDriverDetailsReq.js +0 -0
- /package/{api/resources/oortOrgProfiles → dist/cjs/api/resources/oortDrivers}/client/requests/index.js +0 -0
- /package/{api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.js → dist/cjs/api/resources/oortMilestoneNotificationPreferences/client/requests/MilestoneNotificationPreferencesClientCreate1.js} +0 -0
- /package/{api/resources/oortShipperUserInfo → dist/cjs/api/resources/oortMilestoneNotificationPreferences}/client/requests/index.js +0 -0
- /package/dist/{api → cjs/api}/resources/oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.js +0 -0
- /package/dist/{api → cjs/api}/resources/oortMilestones/client/requests/MilestoneAddToTaskReq.js +0 -0
- /package/dist/{api → cjs/api}/resources/oortMilestones/client/requests/MilestoneUpdateReq.js +0 -0
- /package/{api/resources/oortTaskGroups → dist/cjs/api/resources/oortMilestones}/client/requests/index.js +0 -0
- /package/{api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoUpdate.js → dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.js} +0 -0
- /package/{api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.js → dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.js} +0 -0
- /package/{api/resources/orgs → dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo}/client/requests/index.js +0 -0
- /package/dist/{api → cjs/api}/resources/oortOrders/client/requests/CreateOrderReq.js +0 -0
- /package/{api/resources/payments → dist/cjs/api/resources/oortOrders}/client/requests/index.js +0 -0
- /package/dist/{api → cjs/api}/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.js +0 -0
- /package/{api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.js → dist/cjs/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientUpdate1.js} +0 -0
- /package/dist/{api → cjs/api}/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.js +0 -0
- /package/dist/{api → cjs/api}/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.js +0 -0
- /package/{api/resources/root/client → dist/cjs/api/resources/oortOrgConnectionInfos/client/requests}/index.js +0 -0
- /package/{api → dist/cjs/api}/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.js +0 -0
- /package/{api/resources/oortOrgProfiles/client/requests/GetAvatarRequest.js → dist/cjs/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientUpdate3.js} +0 -0
- /package/{api → dist/cjs/api}/resources/oortOrgProfiles/client/requests/GetAvatarRequest.d.ts +0 -0
- /package/dist/{api → cjs/api}/resources/oortOrgProfiles/client/requests/GetAvatarRequest.js +0 -0
- /package/{api/resources/users/client → dist/cjs/api/resources/oortOrgProfiles/client/requests}/index.js +0 -0
- /package/{api/resources/oortShipperUserInfo/client/requests/ShipperUserInfoClientCreate1.js → dist/cjs/api/resources/oortShipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.js} +0 -0
- /package/dist/{api/resources/dev → cjs/api/resources/oortShipperContactInfo}/client/requests/index.js +0 -0
- /package/{api → dist/cjs/api}/resources/oortTaskGroups/client/requests/SetTaskGroupPauseReq.js +0 -0
- /package/{api → dist/cjs/api}/resources/oortTaskGroups/client/requests/UpdateTaskGroupReq.js +0 -0
- /package/dist/{api/resources/directory → cjs/api/resources/oortTaskGroups}/client/requests/index.js +0 -0
- /package/{api → dist/cjs/api}/resources/orgs/client/requests/CreateOrgPublicDataReq.js +0 -0
- /package/{api → dist/cjs/api}/resources/orgs/client/requests/UpdateOrgPublicDataReq.js +0 -0
- /package/dist/{api/resources/mirror/client → cjs/api/resources/orgs/client/requests}/index.js +0 -0
- /package/{api → dist/cjs/api}/resources/payments/client/requests/CreateCheckoutSessionReq2.js +0 -0
- /package/dist/{api/resources/oortConnections → cjs/api/resources/payments}/client/requests/index.js +0 -0
- /package/{api → dist/cjs/api}/resources/root/client/index.d.ts +0 -0
- /package/dist/{api/resources/oortCourierPayDriverRate/client/requests → cjs/api/resources/root/client}/index.js +0 -0
- /package/{api → dist/cjs/api}/resources/root/types/PydanticResponse.js +0 -0
- /package/{api → dist/cjs/api}/resources/users/client/index.d.ts +0 -0
- /package/dist/{api/resources/oortDrivers/client/requests → cjs/api/resources/users/client}/index.js +0 -0
- /package/{api → dist/cjs/api}/types/BaseModel.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/BaseModel.js +0 -0
- /package/{api → dist/cjs/api}/types/Cargo1.js +0 -0
- /package/{api → dist/cjs/api}/types/CargoClientCreate1.js +0 -0
- /package/{api → dist/cjs/api}/types/CargoTypeEnum1.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/CargoTypeEnum1.js +0 -0
- /package/{api/resources/oortShipperUserInfo/client/requests/ShipperUserInfoClientUpdate1.js → dist/cjs/api/types/CourierNotificationEventEnum.js} +0 -0
- /package/{api/types/Action.js → dist/cjs/api/types/CourierNotificationPreferences1.js} +0 -0
- /package/{api → dist/cjs/api}/types/CourierOrgConnectionInfo1.js +0 -0
- /package/{api → dist/cjs/api}/types/CourierOrgProfile3.js +0 -0
- /package/{api/types/Coordinates.js → dist/cjs/api/types/CourierPayDriverLineItemGroup1.js} +0 -0
- /package/{api/types/CourierPayDriverRateSheet1.js → dist/cjs/api/types/CourierPayDriverLineItemGroupClientCreate1.js} +0 -0
- /package/dist/{api → cjs/api}/types/CourierPayDriverRateSheet1.js +0 -0
- /package/{api → dist/cjs/api}/types/CreateCheckoutSessionRes2.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/CreateCheckoutSessionRes2.js +0 -0
- /package/{api → dist/cjs/api}/types/CreateOrderRes.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/CreateOrderRes.js +0 -0
- /package/{api → dist/cjs/api}/types/DecodedJwtWithOrgAndUserId.js +0 -0
- /package/{api → dist/cjs/api}/types/Driver1.js +0 -0
- /package/{api → dist/cjs/api}/types/DriverStatusEnum.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/DriverStatusEnum.js +0 -0
- /package/{api → dist/cjs/api}/types/EmailReq.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/EmailReq.js +0 -0
- /package/{api → dist/cjs/api}/types/EmailRes.js +0 -0
- /package/{api → dist/cjs/api}/types/Expense1.js +0 -0
- /package/{api → dist/cjs/api}/types/Feature.js +0 -0
- /package/{api → dist/cjs/api}/types/FeatureInputGeometry.js +0 -0
- /package/{api → dist/cjs/api}/types/FeatureOutputGeometry.js +0 -0
- /package/{api → dist/cjs/api}/types/GeometryCollection.js +0 -0
- /package/{api → dist/cjs/api}/types/GeometryCollectionInputGeometriesItem.js +0 -0
- /package/{api → dist/cjs/api}/types/GeometryCollectionOutputGeometriesItem.js +0 -0
- /package/{api → dist/cjs/api}/types/GetOrderFullRes.js +0 -0
- /package/{api → dist/cjs/api}/types/GetOrderRes.js +0 -0
- /package/{api → dist/cjs/api}/types/HttpValidationError.js +0 -0
- /package/{api → dist/cjs/api}/types/Incident1.js +0 -0
- /package/{api → dist/cjs/api}/types/IncidentEnum1.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/IncidentEnum1.js +0 -0
- /package/{api → dist/cjs/api}/types/Insurance1.js +0 -0
- /package/{api → dist/cjs/api}/types/LineItem1.js +0 -0
- /package/{api → dist/cjs/api}/types/LineItemEnum1.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/LineItemEnum1.js +0 -0
- /package/{api → dist/cjs/api}/types/LineString.js +0 -0
- /package/{api → dist/cjs/api}/types/Milestone1.js +0 -0
- /package/{api → dist/cjs/api}/types/MilestoneClientCreate1.js +0 -0
- /package/{api/types/Id.js → dist/cjs/api/types/MilestoneNotificationPreferences1.js} +0 -0
- /package/{api → dist/cjs/api}/types/MilestoneTypeEnum1.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/MilestoneTypeEnum1.js +0 -0
- /package/{api → dist/cjs/api}/types/MultiLineString.js +0 -0
- /package/{api → dist/cjs/api}/types/MultiPoint.js +0 -0
- /package/{api → dist/cjs/api}/types/MultiPolygon.js +0 -0
- /package/{api → dist/cjs/api}/types/MultipleTaskGroupsDetailsResponse.js +0 -0
- /package/{api → dist/cjs/api}/types/MultipleTaskGroupsWithTasks.js +0 -0
- /package/{api → dist/cjs/api}/types/NotificationChannelEnum.js +0 -0
- /package/{api → dist/cjs/api}/types/ObcNfoTaskActionEnum.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/ObcNfoTaskActionEnum.js +0 -0
- /package/{api/types/LineStringCoordinatesItem.js → dist/cjs/api/types/OffChrtShipperOrgConnectionInfo1.js} +0 -0
- /package/{api → dist/cjs/api}/types/Order1.js +0 -0
- /package/{api → dist/cjs/api}/types/OrderClientCreate1.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/OrderClientCreate1.js +0 -0
- /package/{api → dist/cjs/api}/types/OrderCreatedByTypeEnum.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/OrderCreatedByTypeEnum.js +0 -0
- /package/{api → dist/cjs/api}/types/OrderDispatchTypeEnum.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/OrderDispatchTypeEnum.js +0 -0
- /package/{api → dist/cjs/api}/types/OrderStatusEnum1.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/OrderStatusEnum1.js +0 -0
- /package/{api → dist/cjs/api}/types/OrgMemberDetails.js +0 -0
- /package/{api → dist/cjs/api}/types/OrgMembersAndDrivers.js +0 -0
- /package/{api → dist/cjs/api}/types/OrgPublicData2.js +0 -0
- /package/{api → dist/cjs/api}/types/Point.js +0 -0
- /package/{api → dist/cjs/api}/types/Polygon.js +0 -0
- /package/{api → dist/cjs/api}/types/Position2D.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/Position2D.js +0 -0
- /package/{api → dist/cjs/api}/types/Position3D.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/Position3D.js +0 -0
- /package/{api → dist/cjs/api}/types/PriceNameEnum.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/PriceNameEnum.js +0 -0
- /package/{api → dist/cjs/api}/types/RouteTypeEnum1.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/RouteTypeEnum1.js +0 -0
- /package/{api → dist/cjs/api}/types/Shipper2.js +0 -0
- /package/{api/types/MultiLineStringCoordinatesItemItem.js → dist/cjs/api/types/ShipperContactInfo1.js} +0 -0
- /package/{api/types/MultiPointCoordinatesItem.js → dist/cjs/api/types/ShipperContactInfoClientCreate1.js} +0 -0
- /package/{api → dist/cjs/api}/types/ShipperCourierConnection1.js +0 -0
- /package/{api/types/MultiPolygonCoordinatesItemItemItem.js → dist/cjs/api/types/ShipperNotificationEventEnum.js} +0 -0
- /package/{api/types/NotificationPreferences1.js → dist/cjs/api/types/ShipperNotificationPreferences1.js} +0 -0
- /package/{api → dist/cjs/api}/types/ShipperOrgConnectionInfo1.js +0 -0
- /package/{api → dist/cjs/api}/types/StreetAddress1.js +0 -0
- /package/{api → dist/cjs/api}/types/Task1.js +0 -0
- /package/{api → dist/cjs/api}/types/TaskActionEnum1.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/TaskActionEnum1.js +0 -0
- /package/{api → dist/cjs/api}/types/TaskClientCreate1.js +0 -0
- /package/{api → dist/cjs/api}/types/TaskCreateBundle.js +0 -0
- /package/{api → dist/cjs/api}/types/TaskGroup1.js +0 -0
- /package/{api → dist/cjs/api}/types/TaskGroupDetailsResponse.js +0 -0
- /package/{api → dist/cjs/api}/types/TaskGroupStatusEnum1.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/TaskGroupStatusEnum1.js +0 -0
- /package/{api → dist/cjs/api}/types/TaskGroupWithDetails.js +0 -0
- /package/{api → dist/cjs/api}/types/TaskGroupWithTasks.js +0 -0
- /package/{api → dist/cjs/api}/types/TaskWithDetails.js +0 -0
- /package/{api → dist/cjs/api}/types/TemplateRes.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/TemplateRes.js +0 -0
- /package/{api → dist/cjs/api}/types/Tracker1.js +0 -0
- /package/{api → dist/cjs/api}/types/TrackerSession1.js +0 -0
- /package/{api → dist/cjs/api}/types/TransportTypeEnum.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/TransportTypeEnum.js +0 -0
- /package/{api → dist/cjs/api}/types/UpdateTaskGroupRes.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/UpdateTaskGroupRes.js +0 -0
- /package/{api/types/PayablesInvoice1.js → dist/cjs/api/types/UserPublicData6.js} +0 -0
- /package/{api → dist/cjs/api}/types/ValidationError.js +0 -0
- /package/{api → dist/cjs/api}/types/Vehicle1.js +0 -0
- /package/{api → dist/cjs/api}/types/VehicleTypeEnum.d.ts +0 -0
- /package/{api → dist/cjs/api}/types/VehicleTypeEnum.js +0 -0
- /package/{core → dist/cjs/core}/auth/BasicAuth.d.ts +0 -0
- /package/{core → dist/cjs/core}/auth/BearerToken.d.ts +0 -0
- /package/{core → dist/cjs/core}/auth/BearerToken.js +0 -0
- /package/{core → dist/cjs/core}/fetcher/APIResponse.js +0 -0
- /package/{core → dist/cjs/core}/fetcher/Supplier.d.ts +0 -0
- /package/{core → dist/cjs/core}/fetcher/Supplier.js +0 -0
- /package/{core → dist/cjs/core}/fetcher/getHeader.d.ts +0 -0
- /package/{core → dist/cjs/core}/fetcher/getHeader.js +0 -0
- /package/{core → dist/cjs/core}/fetcher/getRequestBody.d.ts +0 -0
- /package/{core → dist/cjs/core}/fetcher/getResponseBody.d.ts +0 -0
- /package/{core → dist/cjs/core}/fetcher/makeRequest.d.ts +0 -0
- /package/{core → dist/cjs/core}/fetcher/requestWithRetries.d.ts +0 -0
- /package/{core → dist/cjs/core}/fetcher/requestWithRetries.js +0 -0
- /package/{core → dist/cjs/core}/fetcher/signals.d.ts +0 -0
- /package/{core → dist/cjs/core}/fetcher/signals.js +0 -0
- /package/dist/{api/resources/oortMilestones/client/requests/index.js → cjs/core/file.js} +0 -0
- /package/{core → dist/cjs/core}/json.d.ts +0 -0
- /package/{core → dist/cjs/core}/json.js +0 -0
- /package/{core → dist/cjs/core}/runtime/runtime.d.ts +0 -0
- /package/dist/{environments.d.ts → cjs/environments.d.ts} +0 -0
- /package/dist/{environments.js → cjs/environments.js} +0 -0
- /package/dist/{errors → cjs/errors}/ChrtTimeoutError.d.ts +0 -0
- /package/dist/{errors → cjs/errors}/ChrtTimeoutError.js +0 -0
- /package/dist/{api/resources/dev/client/requests/TemplateReq.d.ts → esm/api/resources/dev/client/requests/TemplateReq.d.mts} +0 -0
- /package/dist/{api/resources/mirror/client/index.d.ts → esm/api/resources/dev/client/requests/index.mjs} +0 -0
- /package/dist/{api/resources/root/client/index.d.ts → esm/api/resources/directory/client/requests/index.mjs} +0 -0
- /package/dist/{api/resources/users/client/index.d.ts → esm/api/resources/mirror/client/index.d.mts} +0 -0
- /package/dist/{api/resources/oortConnections/client/requests/CreateConnectionReq.d.ts → esm/api/resources/oortConnections/client/requests/CreateConnectionReq.d.mts} +0 -0
- /package/dist/{api/resources/oortOrgProfiles/client/requests/GetAvatarRequest.d.ts → esm/api/resources/oortOrgProfiles/client/requests/GetAvatarRequest.d.mts} +0 -0
- /package/dist/{api/types/BaseModel.d.ts → esm/api/types/BaseModel.d.mts} +0 -0
- /package/dist/{api/types/CargoTypeEnum1.d.ts → esm/api/types/CargoTypeEnum1.d.mts} +0 -0
- /package/dist/{api/types/CreateCheckoutSessionRes2.d.ts → esm/api/types/CreateCheckoutSessionRes2.d.mts} +0 -0
- /package/dist/{api/types/CreateOrderRes.d.ts → esm/api/types/CreateOrderRes.d.mts} +0 -0
- /package/dist/{api/types/DriverStatusEnum.d.ts → esm/api/types/DriverStatusEnum.d.mts} +0 -0
- /package/dist/{api/types/EmailReq.d.ts → esm/api/types/EmailReq.d.mts} +0 -0
- /package/dist/{api/types/IncidentEnum1.d.ts → esm/api/types/IncidentEnum1.d.mts} +0 -0
- /package/dist/{api/types/LineItemEnum1.d.ts → esm/api/types/LineItemEnum1.d.mts} +0 -0
- /package/dist/{api/types/MilestoneTypeEnum1.d.ts → esm/api/types/MilestoneTypeEnum1.d.mts} +0 -0
- /package/dist/{api/types/ObcNfoTaskActionEnum.d.ts → esm/api/types/ObcNfoTaskActionEnum.d.mts} +0 -0
- /package/dist/{api/types/OrderClientCreate1.d.ts → esm/api/types/OrderClientCreate1.d.mts} +0 -0
- /package/dist/{api/types/OrderCreatedByTypeEnum.d.ts → esm/api/types/OrderCreatedByTypeEnum.d.mts} +0 -0
- /package/dist/{api/types/OrderDispatchTypeEnum.d.ts → esm/api/types/OrderDispatchTypeEnum.d.mts} +0 -0
- /package/dist/{api/types/OrderStatusEnum1.d.ts → esm/api/types/OrderStatusEnum1.d.mts} +0 -0
- /package/dist/{api/types/Position2D.d.ts → esm/api/types/Position2D.d.mts} +0 -0
- /package/dist/{api/types/Position3D.d.ts → esm/api/types/Position3D.d.mts} +0 -0
- /package/dist/{api/types/PriceNameEnum.d.ts → esm/api/types/PriceNameEnum.d.mts} +0 -0
- /package/dist/{api/types/RouteTypeEnum1.d.ts → esm/api/types/RouteTypeEnum1.d.mts} +0 -0
- /package/dist/{api/types/TaskActionEnum1.d.ts → esm/api/types/TaskActionEnum1.d.mts} +0 -0
- /package/dist/{api/types/TaskGroupStatusEnum1.d.ts → esm/api/types/TaskGroupStatusEnum1.d.mts} +0 -0
- /package/dist/{api/types/TemplateRes.d.ts → esm/api/types/TemplateRes.d.mts} +0 -0
- /package/dist/{api/types/TransportTypeEnum.d.ts → esm/api/types/TransportTypeEnum.d.mts} +0 -0
- /package/dist/{api/types/UpdateTaskGroupRes.d.ts → esm/api/types/UpdateTaskGroupRes.d.mts} +0 -0
- /package/dist/{api/types/VehicleTypeEnum.d.ts → esm/api/types/VehicleTypeEnum.d.mts} +0 -0
- /package/dist/{core/auth/BasicAuth.d.ts → esm/core/auth/BasicAuth.d.mts} +0 -0
- /package/dist/{core/auth/BearerToken.d.ts → esm/core/auth/BearerToken.d.mts} +0 -0
- /package/dist/{core/fetcher/Supplier.d.ts → esm/core/fetcher/Supplier.d.mts} +0 -0
- /package/dist/{core/fetcher/getHeader.d.ts → esm/core/fetcher/getHeader.d.mts} +0 -0
- /package/dist/{core/fetcher/getRequestBody.d.ts → esm/core/fetcher/getRequestBody.d.mts} +0 -0
- /package/dist/{core/fetcher/getResponseBody.d.ts → esm/core/fetcher/getResponseBody.d.mts} +0 -0
- /package/dist/{core/fetcher/makeRequest.d.ts → esm/core/fetcher/makeRequest.d.mts} +0 -0
- /package/dist/{core/fetcher/requestWithRetries.d.ts → esm/core/fetcher/requestWithRetries.d.mts} +0 -0
- /package/dist/{core/fetcher/signals.d.ts → esm/core/fetcher/signals.d.mts} +0 -0
- /package/dist/{core/json.d.ts → esm/core/json.d.mts} +0 -0
- /package/dist/{core/runtime/runtime.d.ts → esm/core/runtime/runtime.d.mts} +0 -0
- /package/{environments.d.ts → dist/esm/environments.d.mts} +0 -0
- /package/{errors/ChrtTimeoutError.d.ts → dist/esm/errors/ChrtTimeoutError.d.mts} +0 -0
package/README.md
CHANGED
|
@@ -23,7 +23,11 @@ Instantiate and use the client with the following:
|
|
|
23
23
|
import { ChrtClient } from "@chrt-inc/typescript-sdk";
|
|
24
24
|
|
|
25
25
|
const client = new ChrtClient({ token: "YOUR_TOKEN" });
|
|
26
|
-
await client.
|
|
26
|
+
await client.dev.postTemplate({
|
|
27
|
+
message: "message",
|
|
28
|
+
number: 1,
|
|
29
|
+
timestamp: "2024-01-15T09:30:00Z",
|
|
30
|
+
});
|
|
27
31
|
```
|
|
28
32
|
|
|
29
33
|
## Request And Response Types
|
|
@@ -48,12 +52,13 @@ will be thrown.
|
|
|
48
52
|
import { ChrtError } from "@chrt-inc/typescript-sdk";
|
|
49
53
|
|
|
50
54
|
try {
|
|
51
|
-
await client.
|
|
55
|
+
await client.dev.postTemplate(...);
|
|
52
56
|
} catch (err) {
|
|
53
57
|
if (err instanceof ChrtError) {
|
|
54
58
|
console.log(err.statusCode);
|
|
55
59
|
console.log(err.message);
|
|
56
60
|
console.log(err.body);
|
|
61
|
+
console.log(err.rawResponse);
|
|
57
62
|
}
|
|
58
63
|
}
|
|
59
64
|
```
|
|
@@ -65,7 +70,7 @@ try {
|
|
|
65
70
|
If you would like to send additional headers as part of the request, use the `headers` request option.
|
|
66
71
|
|
|
67
72
|
```typescript
|
|
68
|
-
const response = await client.
|
|
73
|
+
const response = await client.dev.postTemplate(..., {
|
|
69
74
|
headers: {
|
|
70
75
|
'X-Custom-Header': 'custom value'
|
|
71
76
|
}
|
|
@@ -75,10 +80,10 @@ const response = await client.root.postAuthd(..., {
|
|
|
75
80
|
### Retries
|
|
76
81
|
|
|
77
82
|
The SDK is instrumented with automatic retries with exponential backoff. A request will be retried as long
|
|
78
|
-
as the request is deemed
|
|
83
|
+
as the request is deemed retryable and the number of retry attempts has not grown larger than the configured
|
|
79
84
|
retry limit (default: 2).
|
|
80
85
|
|
|
81
|
-
A request is deemed
|
|
86
|
+
A request is deemed retryable when any of the following HTTP status codes is returned:
|
|
82
87
|
|
|
83
88
|
- [408](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/408) (Timeout)
|
|
84
89
|
- [429](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429) (Too Many Requests)
|
|
@@ -87,7 +92,7 @@ A request is deemed retriable when any of the following HTTP status codes is ret
|
|
|
87
92
|
Use the `maxRetries` request option to configure this behavior.
|
|
88
93
|
|
|
89
94
|
```typescript
|
|
90
|
-
const response = await client.
|
|
95
|
+
const response = await client.dev.postTemplate(..., {
|
|
91
96
|
maxRetries: 0 // override maxRetries at the request level
|
|
92
97
|
});
|
|
93
98
|
```
|
|
@@ -97,7 +102,7 @@ const response = await client.root.postAuthd(..., {
|
|
|
97
102
|
The SDK defaults to a 60 second timeout. Use the `timeoutInSeconds` option to configure this behavior.
|
|
98
103
|
|
|
99
104
|
```typescript
|
|
100
|
-
const response = await client.
|
|
105
|
+
const response = await client.dev.postTemplate(..., {
|
|
101
106
|
timeoutInSeconds: 30 // override timeout to 30s
|
|
102
107
|
});
|
|
103
108
|
```
|
|
@@ -108,12 +113,24 @@ The SDK allows users to abort requests at any point by passing in an abort signa
|
|
|
108
113
|
|
|
109
114
|
```typescript
|
|
110
115
|
const controller = new AbortController();
|
|
111
|
-
const response = await client.
|
|
116
|
+
const response = await client.dev.postTemplate(..., {
|
|
112
117
|
abortSignal: controller.signal
|
|
113
118
|
});
|
|
114
119
|
controller.abort(); // aborts the request
|
|
115
120
|
```
|
|
116
121
|
|
|
122
|
+
### Access Raw Response Data
|
|
123
|
+
|
|
124
|
+
The SDK provides access to raw response data, including headers, through the `.withRawResponse()` method.
|
|
125
|
+
The `.withRawResponse()` method returns a promise that results to an object with a `data` and a `rawResponse` property.
|
|
126
|
+
|
|
127
|
+
```typescript
|
|
128
|
+
const { data, rawResponse } = await client.dev.postTemplate(...).withRawResponse();
|
|
129
|
+
|
|
130
|
+
console.log(data);
|
|
131
|
+
console.log(rawResponse.headers['X-My-Header']);
|
|
132
|
+
```
|
|
133
|
+
|
|
117
134
|
### Runtime Compatibility
|
|
118
135
|
|
|
119
136
|
The SDK defaults to `node-fetch` but will use the global fetch client if present. The SDK works in the following
|
|
@@ -128,7 +145,7 @@ runtimes:
|
|
|
128
145
|
|
|
129
146
|
### Customizing Fetch Client
|
|
130
147
|
|
|
131
|
-
The SDK provides a way for
|
|
148
|
+
The SDK provides a way for you to customize the underlying HTTP client / Fetch function. If you're running in an
|
|
132
149
|
unsupported environment, this provides a way for you to break glass and ensure the SDK works.
|
|
133
150
|
|
|
134
151
|
```typescript
|
|
@@ -0,0 +1,99 @@
|
|
|
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 { Dev } from "./api/resources/dev/client/Client.js";
|
|
7
|
+
import { Directory } from "./api/resources/directory/client/Client.js";
|
|
8
|
+
import { Mirror } from "./api/resources/mirror/client/Client.js";
|
|
9
|
+
import { NotificationsShipperNotificationPreferences } from "./api/resources/notificationsShipperNotificationPreferences/client/Client.js";
|
|
10
|
+
import { NotificationsCourierNotificationPreferences } from "./api/resources/notificationsCourierNotificationPreferences/client/Client.js";
|
|
11
|
+
import { OortDrivers } from "./api/resources/oortDrivers/client/Client.js";
|
|
12
|
+
import { OortMilestones } from "./api/resources/oortMilestones/client/Client.js";
|
|
13
|
+
import { OortOffChrtShipperOrgConnectionInfo } from "./api/resources/oortOffChrtShipperOrgConnectionInfo/client/Client.js";
|
|
14
|
+
import { OortOrgConnectionInfos } from "./api/resources/oortOrgConnectionInfos/client/Client.js";
|
|
15
|
+
import { OortOrgProfiles } from "./api/resources/oortOrgProfiles/client/Client.js";
|
|
16
|
+
import { OortOrders } from "./api/resources/oortOrders/client/Client.js";
|
|
17
|
+
import { OortCourierPayDriverRate } from "./api/resources/oortCourierPayDriverRate/client/Client.js";
|
|
18
|
+
import { OortCourierPayDriverRateSheets } from "./api/resources/oortCourierPayDriverRateSheets/client/Client.js";
|
|
19
|
+
import { OortCourierPayDriverLineItemGroups } from "./api/resources/oortCourierPayDriverLineItemGroups/client/Client.js";
|
|
20
|
+
import { OortCourierPayDriverPayouts } from "./api/resources/oortCourierPayDriverPayouts/client/Client.js";
|
|
21
|
+
import { OortConnections } from "./api/resources/oortConnections/client/Client.js";
|
|
22
|
+
import { OortTaskGroups } from "./api/resources/oortTaskGroups/client/Client.js";
|
|
23
|
+
import { OortShipperContactInfo } from "./api/resources/oortShipperContactInfo/client/Client.js";
|
|
24
|
+
import { OortMilestoneNotificationPreferences } from "./api/resources/oortMilestoneNotificationPreferences/client/Client.js";
|
|
25
|
+
import { Orgs } from "./api/resources/orgs/client/Client.js";
|
|
26
|
+
import { Payments } from "./api/resources/payments/client/Client.js";
|
|
27
|
+
import { Root } from "./api/resources/root/client/Client.js";
|
|
28
|
+
import { Users } from "./api/resources/users/client/Client.js";
|
|
29
|
+
export declare namespace ChrtClient {
|
|
30
|
+
interface Options {
|
|
31
|
+
environment?: core.Supplier<environments.ChrtEnvironment | string>;
|
|
32
|
+
/** Specify a custom URL to connect the client to. */
|
|
33
|
+
baseUrl?: core.Supplier<string>;
|
|
34
|
+
token?: core.Supplier<core.BearerToken | undefined>;
|
|
35
|
+
/** Additional headers to include in requests. */
|
|
36
|
+
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
37
|
+
fetcher?: core.FetchFunction;
|
|
38
|
+
}
|
|
39
|
+
interface RequestOptions {
|
|
40
|
+
/** The maximum time to wait for a response in seconds. */
|
|
41
|
+
timeoutInSeconds?: number;
|
|
42
|
+
/** The number of times to retry the request. Defaults to 2. */
|
|
43
|
+
maxRetries?: number;
|
|
44
|
+
/** A hook to abort the request. */
|
|
45
|
+
abortSignal?: AbortSignal;
|
|
46
|
+
/** Additional headers to include in the request. */
|
|
47
|
+
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
export declare class ChrtClient {
|
|
51
|
+
protected readonly _options: ChrtClient.Options;
|
|
52
|
+
protected _dev: Dev | undefined;
|
|
53
|
+
protected _directory: Directory | undefined;
|
|
54
|
+
protected _mirror: Mirror | undefined;
|
|
55
|
+
protected _notificationsShipperNotificationPreferences: NotificationsShipperNotificationPreferences | undefined;
|
|
56
|
+
protected _notificationsCourierNotificationPreferences: NotificationsCourierNotificationPreferences | undefined;
|
|
57
|
+
protected _oortDrivers: OortDrivers | undefined;
|
|
58
|
+
protected _oortMilestones: OortMilestones | undefined;
|
|
59
|
+
protected _oortOffChrtShipperOrgConnectionInfo: OortOffChrtShipperOrgConnectionInfo | undefined;
|
|
60
|
+
protected _oortOrgConnectionInfos: OortOrgConnectionInfos | undefined;
|
|
61
|
+
protected _oortOrgProfiles: OortOrgProfiles | undefined;
|
|
62
|
+
protected _oortOrders: OortOrders | undefined;
|
|
63
|
+
protected _oortCourierPayDriverRate: OortCourierPayDriverRate | undefined;
|
|
64
|
+
protected _oortCourierPayDriverRateSheets: OortCourierPayDriverRateSheets | undefined;
|
|
65
|
+
protected _oortCourierPayDriverLineItemGroups: OortCourierPayDriverLineItemGroups | undefined;
|
|
66
|
+
protected _oortCourierPayDriverPayouts: OortCourierPayDriverPayouts | undefined;
|
|
67
|
+
protected _oortConnections: OortConnections | undefined;
|
|
68
|
+
protected _oortTaskGroups: OortTaskGroups | undefined;
|
|
69
|
+
protected _oortShipperContactInfo: OortShipperContactInfo | undefined;
|
|
70
|
+
protected _oortMilestoneNotificationPreferences: OortMilestoneNotificationPreferences | undefined;
|
|
71
|
+
protected _orgs: Orgs | undefined;
|
|
72
|
+
protected _payments: Payments | undefined;
|
|
73
|
+
protected _root: Root | undefined;
|
|
74
|
+
protected _users: Users | undefined;
|
|
75
|
+
constructor(_options?: ChrtClient.Options);
|
|
76
|
+
get dev(): Dev;
|
|
77
|
+
get directory(): Directory;
|
|
78
|
+
get mirror(): Mirror;
|
|
79
|
+
get notificationsShipperNotificationPreferences(): NotificationsShipperNotificationPreferences;
|
|
80
|
+
get notificationsCourierNotificationPreferences(): NotificationsCourierNotificationPreferences;
|
|
81
|
+
get oortDrivers(): OortDrivers;
|
|
82
|
+
get oortMilestones(): OortMilestones;
|
|
83
|
+
get oortOffChrtShipperOrgConnectionInfo(): OortOffChrtShipperOrgConnectionInfo;
|
|
84
|
+
get oortOrgConnectionInfos(): OortOrgConnectionInfos;
|
|
85
|
+
get oortOrgProfiles(): OortOrgProfiles;
|
|
86
|
+
get oortOrders(): OortOrders;
|
|
87
|
+
get oortCourierPayDriverRate(): OortCourierPayDriverRate;
|
|
88
|
+
get oortCourierPayDriverRateSheets(): OortCourierPayDriverRateSheets;
|
|
89
|
+
get oortCourierPayDriverLineItemGroups(): OortCourierPayDriverLineItemGroups;
|
|
90
|
+
get oortCourierPayDriverPayouts(): OortCourierPayDriverPayouts;
|
|
91
|
+
get oortConnections(): OortConnections;
|
|
92
|
+
get oortTaskGroups(): OortTaskGroups;
|
|
93
|
+
get oortShipperContactInfo(): OortShipperContactInfo;
|
|
94
|
+
get oortMilestoneNotificationPreferences(): OortMilestoneNotificationPreferences;
|
|
95
|
+
get orgs(): Orgs;
|
|
96
|
+
get payments(): Payments;
|
|
97
|
+
get root(): Root;
|
|
98
|
+
get users(): Users;
|
|
99
|
+
}
|
|
@@ -0,0 +1,169 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ChrtClient = void 0;
|
|
40
|
+
const core = __importStar(require("./core/index.js"));
|
|
41
|
+
const headers_js_1 = require("./core/headers.js");
|
|
42
|
+
const Client_js_1 = require("./api/resources/dev/client/Client.js");
|
|
43
|
+
const Client_js_2 = require("./api/resources/directory/client/Client.js");
|
|
44
|
+
const Client_js_3 = require("./api/resources/mirror/client/Client.js");
|
|
45
|
+
const Client_js_4 = require("./api/resources/notificationsShipperNotificationPreferences/client/Client.js");
|
|
46
|
+
const Client_js_5 = require("./api/resources/notificationsCourierNotificationPreferences/client/Client.js");
|
|
47
|
+
const Client_js_6 = require("./api/resources/oortDrivers/client/Client.js");
|
|
48
|
+
const Client_js_7 = require("./api/resources/oortMilestones/client/Client.js");
|
|
49
|
+
const Client_js_8 = require("./api/resources/oortOffChrtShipperOrgConnectionInfo/client/Client.js");
|
|
50
|
+
const Client_js_9 = require("./api/resources/oortOrgConnectionInfos/client/Client.js");
|
|
51
|
+
const Client_js_10 = require("./api/resources/oortOrgProfiles/client/Client.js");
|
|
52
|
+
const Client_js_11 = require("./api/resources/oortOrders/client/Client.js");
|
|
53
|
+
const Client_js_12 = require("./api/resources/oortCourierPayDriverRate/client/Client.js");
|
|
54
|
+
const Client_js_13 = require("./api/resources/oortCourierPayDriverRateSheets/client/Client.js");
|
|
55
|
+
const Client_js_14 = require("./api/resources/oortCourierPayDriverLineItemGroups/client/Client.js");
|
|
56
|
+
const Client_js_15 = require("./api/resources/oortCourierPayDriverPayouts/client/Client.js");
|
|
57
|
+
const Client_js_16 = require("./api/resources/oortConnections/client/Client.js");
|
|
58
|
+
const Client_js_17 = require("./api/resources/oortTaskGroups/client/Client.js");
|
|
59
|
+
const Client_js_18 = require("./api/resources/oortShipperContactInfo/client/Client.js");
|
|
60
|
+
const Client_js_19 = require("./api/resources/oortMilestoneNotificationPreferences/client/Client.js");
|
|
61
|
+
const Client_js_20 = require("./api/resources/orgs/client/Client.js");
|
|
62
|
+
const Client_js_21 = require("./api/resources/payments/client/Client.js");
|
|
63
|
+
const Client_js_22 = require("./api/resources/root/client/Client.js");
|
|
64
|
+
const Client_js_23 = require("./api/resources/users/client/Client.js");
|
|
65
|
+
class ChrtClient {
|
|
66
|
+
constructor(_options = {}) {
|
|
67
|
+
this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
|
|
68
|
+
"X-Fern-Language": "JavaScript",
|
|
69
|
+
"X-Fern-SDK-Name": "@chrt-inc/typescript-sdk",
|
|
70
|
+
"X-Fern-SDK-Version": "0.0.170",
|
|
71
|
+
"User-Agent": "@chrt-inc/typescript-sdk/0.0.170",
|
|
72
|
+
"X-Fern-Runtime": core.RUNTIME.type,
|
|
73
|
+
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
74
|
+
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
75
|
+
}
|
|
76
|
+
get dev() {
|
|
77
|
+
var _a;
|
|
78
|
+
return ((_a = this._dev) !== null && _a !== void 0 ? _a : (this._dev = new Client_js_1.Dev(this._options)));
|
|
79
|
+
}
|
|
80
|
+
get directory() {
|
|
81
|
+
var _a;
|
|
82
|
+
return ((_a = this._directory) !== null && _a !== void 0 ? _a : (this._directory = new Client_js_2.Directory(this._options)));
|
|
83
|
+
}
|
|
84
|
+
get mirror() {
|
|
85
|
+
var _a;
|
|
86
|
+
return ((_a = this._mirror) !== null && _a !== void 0 ? _a : (this._mirror = new Client_js_3.Mirror(this._options)));
|
|
87
|
+
}
|
|
88
|
+
get notificationsShipperNotificationPreferences() {
|
|
89
|
+
var _a;
|
|
90
|
+
return ((_a = this._notificationsShipperNotificationPreferences) !== null && _a !== void 0 ? _a : (this._notificationsShipperNotificationPreferences = new Client_js_4.NotificationsShipperNotificationPreferences(this._options)));
|
|
91
|
+
}
|
|
92
|
+
get notificationsCourierNotificationPreferences() {
|
|
93
|
+
var _a;
|
|
94
|
+
return ((_a = this._notificationsCourierNotificationPreferences) !== null && _a !== void 0 ? _a : (this._notificationsCourierNotificationPreferences = new Client_js_5.NotificationsCourierNotificationPreferences(this._options)));
|
|
95
|
+
}
|
|
96
|
+
get oortDrivers() {
|
|
97
|
+
var _a;
|
|
98
|
+
return ((_a = this._oortDrivers) !== null && _a !== void 0 ? _a : (this._oortDrivers = new Client_js_6.OortDrivers(this._options)));
|
|
99
|
+
}
|
|
100
|
+
get oortMilestones() {
|
|
101
|
+
var _a;
|
|
102
|
+
return ((_a = this._oortMilestones) !== null && _a !== void 0 ? _a : (this._oortMilestones = new Client_js_7.OortMilestones(this._options)));
|
|
103
|
+
}
|
|
104
|
+
get oortOffChrtShipperOrgConnectionInfo() {
|
|
105
|
+
var _a;
|
|
106
|
+
return ((_a = this._oortOffChrtShipperOrgConnectionInfo) !== null && _a !== void 0 ? _a : (this._oortOffChrtShipperOrgConnectionInfo = new Client_js_8.OortOffChrtShipperOrgConnectionInfo(this._options)));
|
|
107
|
+
}
|
|
108
|
+
get oortOrgConnectionInfos() {
|
|
109
|
+
var _a;
|
|
110
|
+
return ((_a = this._oortOrgConnectionInfos) !== null && _a !== void 0 ? _a : (this._oortOrgConnectionInfos = new Client_js_9.OortOrgConnectionInfos(this._options)));
|
|
111
|
+
}
|
|
112
|
+
get oortOrgProfiles() {
|
|
113
|
+
var _a;
|
|
114
|
+
return ((_a = this._oortOrgProfiles) !== null && _a !== void 0 ? _a : (this._oortOrgProfiles = new Client_js_10.OortOrgProfiles(this._options)));
|
|
115
|
+
}
|
|
116
|
+
get oortOrders() {
|
|
117
|
+
var _a;
|
|
118
|
+
return ((_a = this._oortOrders) !== null && _a !== void 0 ? _a : (this._oortOrders = new Client_js_11.OortOrders(this._options)));
|
|
119
|
+
}
|
|
120
|
+
get oortCourierPayDriverRate() {
|
|
121
|
+
var _a;
|
|
122
|
+
return ((_a = this._oortCourierPayDriverRate) !== null && _a !== void 0 ? _a : (this._oortCourierPayDriverRate = new Client_js_12.OortCourierPayDriverRate(this._options)));
|
|
123
|
+
}
|
|
124
|
+
get oortCourierPayDriverRateSheets() {
|
|
125
|
+
var _a;
|
|
126
|
+
return ((_a = this._oortCourierPayDriverRateSheets) !== null && _a !== void 0 ? _a : (this._oortCourierPayDriverRateSheets = new Client_js_13.OortCourierPayDriverRateSheets(this._options)));
|
|
127
|
+
}
|
|
128
|
+
get oortCourierPayDriverLineItemGroups() {
|
|
129
|
+
var _a;
|
|
130
|
+
return ((_a = this._oortCourierPayDriverLineItemGroups) !== null && _a !== void 0 ? _a : (this._oortCourierPayDriverLineItemGroups = new Client_js_14.OortCourierPayDriverLineItemGroups(this._options)));
|
|
131
|
+
}
|
|
132
|
+
get oortCourierPayDriverPayouts() {
|
|
133
|
+
var _a;
|
|
134
|
+
return ((_a = this._oortCourierPayDriverPayouts) !== null && _a !== void 0 ? _a : (this._oortCourierPayDriverPayouts = new Client_js_15.OortCourierPayDriverPayouts(this._options)));
|
|
135
|
+
}
|
|
136
|
+
get oortConnections() {
|
|
137
|
+
var _a;
|
|
138
|
+
return ((_a = this._oortConnections) !== null && _a !== void 0 ? _a : (this._oortConnections = new Client_js_16.OortConnections(this._options)));
|
|
139
|
+
}
|
|
140
|
+
get oortTaskGroups() {
|
|
141
|
+
var _a;
|
|
142
|
+
return ((_a = this._oortTaskGroups) !== null && _a !== void 0 ? _a : (this._oortTaskGroups = new Client_js_17.OortTaskGroups(this._options)));
|
|
143
|
+
}
|
|
144
|
+
get oortShipperContactInfo() {
|
|
145
|
+
var _a;
|
|
146
|
+
return ((_a = this._oortShipperContactInfo) !== null && _a !== void 0 ? _a : (this._oortShipperContactInfo = new Client_js_18.OortShipperContactInfo(this._options)));
|
|
147
|
+
}
|
|
148
|
+
get oortMilestoneNotificationPreferences() {
|
|
149
|
+
var _a;
|
|
150
|
+
return ((_a = this._oortMilestoneNotificationPreferences) !== null && _a !== void 0 ? _a : (this._oortMilestoneNotificationPreferences = new Client_js_19.OortMilestoneNotificationPreferences(this._options)));
|
|
151
|
+
}
|
|
152
|
+
get orgs() {
|
|
153
|
+
var _a;
|
|
154
|
+
return ((_a = this._orgs) !== null && _a !== void 0 ? _a : (this._orgs = new Client_js_20.Orgs(this._options)));
|
|
155
|
+
}
|
|
156
|
+
get payments() {
|
|
157
|
+
var _a;
|
|
158
|
+
return ((_a = this._payments) !== null && _a !== void 0 ? _a : (this._payments = new Client_js_21.Payments(this._options)));
|
|
159
|
+
}
|
|
160
|
+
get root() {
|
|
161
|
+
var _a;
|
|
162
|
+
return ((_a = this._root) !== null && _a !== void 0 ? _a : (this._root = new Client_js_22.Root(this._options)));
|
|
163
|
+
}
|
|
164
|
+
get users() {
|
|
165
|
+
var _a;
|
|
166
|
+
return ((_a = this._users) !== null && _a !== void 0 ? _a : (this._users = new Client_js_23.Users(this._options)));
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
exports.ChrtClient = ChrtClient;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as errors from "../../errors/index.js";
|
|
5
|
+
import * as Chrt from "../index.js";
|
|
6
|
+
import * as core from "../../core/index.js";
|
|
7
|
+
export declare class UnprocessableEntityError extends errors.ChrtError {
|
|
8
|
+
constructor(body: Chrt.HttpValidationError, rawResponse?: core.RawResponse);
|
|
9
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.UnprocessableEntityError = void 0;
|
|
40
|
+
const errors = __importStar(require("../../errors/index.js"));
|
|
41
|
+
class UnprocessableEntityError extends errors.ChrtError {
|
|
42
|
+
constructor(body, rawResponse) {
|
|
43
|
+
super({
|
|
44
|
+
message: "UnprocessableEntityError",
|
|
45
|
+
statusCode: 422,
|
|
46
|
+
body: body,
|
|
47
|
+
rawResponse: rawResponse,
|
|
48
|
+
});
|
|
49
|
+
Object.setPrototypeOf(this, UnprocessableEntityError.prototype);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
exports.UnprocessableEntityError = UnprocessableEntityError;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./UnprocessableEntityError.js";
|
|
@@ -0,0 +1,17 @@
|
|
|
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("./UnprocessableEntityError.js"), exports);
|
|
@@ -0,0 +1,19 @@
|
|
|
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("./resources/index.js"), exports);
|
|
18
|
+
__exportStar(require("./types/index.js"), exports);
|
|
19
|
+
__exportStar(require("./errors/index.js"), exports);
|
|
@@ -0,0 +1,79 @@
|
|
|
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 Dev {
|
|
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 Dev {
|
|
29
|
+
protected readonly _options: Dev.Options;
|
|
30
|
+
constructor(_options?: Dev.Options);
|
|
31
|
+
/**
|
|
32
|
+
* @param {Dev.RequestOptions} requestOptions - Request-specific configuration.
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* await client.dev.getUserId()
|
|
36
|
+
*/
|
|
37
|
+
getUserId(requestOptions?: Dev.RequestOptions): core.HttpResponsePromise<string>;
|
|
38
|
+
private __getUserId;
|
|
39
|
+
/**
|
|
40
|
+
* @param {Dev.RequestOptions} requestOptions - Request-specific configuration.
|
|
41
|
+
*
|
|
42
|
+
* @example
|
|
43
|
+
* await client.dev.getDecodedJwt()
|
|
44
|
+
*/
|
|
45
|
+
getDecodedJwt(requestOptions?: Dev.RequestOptions): core.HttpResponsePromise<Chrt.DecodedJwtWithOrgAndUserId>;
|
|
46
|
+
private __getDecodedJwt;
|
|
47
|
+
/**
|
|
48
|
+
* @param {Dev.RequestOptions} requestOptions - Request-specific configuration.
|
|
49
|
+
*
|
|
50
|
+
* @example
|
|
51
|
+
* await client.dev.getEmail()
|
|
52
|
+
*/
|
|
53
|
+
getEmail(requestOptions?: Dev.RequestOptions): core.HttpResponsePromise<string>;
|
|
54
|
+
private __getEmail;
|
|
55
|
+
/**
|
|
56
|
+
* @param {Dev.RequestOptions} requestOptions - Request-specific configuration.
|
|
57
|
+
*
|
|
58
|
+
* @example
|
|
59
|
+
* await client.dev.getTemplate()
|
|
60
|
+
*/
|
|
61
|
+
getTemplate(requestOptions?: Dev.RequestOptions): core.HttpResponsePromise<string>;
|
|
62
|
+
private __getTemplate;
|
|
63
|
+
/**
|
|
64
|
+
* @param {Chrt.TemplateReq} request
|
|
65
|
+
* @param {Dev.RequestOptions} requestOptions - Request-specific configuration.
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link Chrt.UnprocessableEntityError}
|
|
68
|
+
*
|
|
69
|
+
* @example
|
|
70
|
+
* await client.dev.postTemplate({
|
|
71
|
+
* message: "message",
|
|
72
|
+
* number: 1,
|
|
73
|
+
* timestamp: "2024-01-15T09:30:00Z"
|
|
74
|
+
* })
|
|
75
|
+
*/
|
|
76
|
+
postTemplate(request: Chrt.TemplateReq, requestOptions?: Dev.RequestOptions): core.HttpResponsePromise<Chrt.TemplateRes>;
|
|
77
|
+
private __postTemplate;
|
|
78
|
+
protected _getAuthorizationHeader(): Promise<string | undefined>;
|
|
79
|
+
}
|