@chrt-inc/typescript-sdk 0.0.162-b → 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
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export type APIResponse<Success, Failure> = SuccessfulResponse<Success> | FailedResponse<Failure>;
|
|
2
|
-
export interface SuccessfulResponse<T> {
|
|
3
|
-
ok: true;
|
|
4
|
-
body: T;
|
|
5
|
-
headers?: Record<string, any>;
|
|
6
|
-
}
|
|
7
|
-
export interface FailedResponse<T> {
|
|
8
|
-
ok: false;
|
|
9
|
-
error: T;
|
|
10
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { APIResponse } from "./APIResponse";
|
|
2
|
-
export type FetchFunction = <R = unknown>(args: Fetcher.Args) => Promise<APIResponse<R, Fetcher.Error>>;
|
|
3
|
-
export declare namespace Fetcher {
|
|
4
|
-
interface Args {
|
|
5
|
-
url: string;
|
|
6
|
-
method: string;
|
|
7
|
-
contentType?: string;
|
|
8
|
-
headers?: Record<string, string | undefined>;
|
|
9
|
-
queryParameters?: Record<string, string | string[] | object | object[] | null>;
|
|
10
|
-
body?: unknown;
|
|
11
|
-
timeoutMs?: number;
|
|
12
|
-
maxRetries?: number;
|
|
13
|
-
withCredentials?: boolean;
|
|
14
|
-
abortSignal?: AbortSignal;
|
|
15
|
-
requestType?: "json" | "file" | "bytes";
|
|
16
|
-
responseType?: "json" | "blob" | "sse" | "streaming" | "text" | "arrayBuffer";
|
|
17
|
-
duplex?: "half";
|
|
18
|
-
}
|
|
19
|
-
type Error = FailedStatusCodeError | NonJsonError | TimeoutError | UnknownError;
|
|
20
|
-
interface FailedStatusCodeError {
|
|
21
|
-
reason: "status-code";
|
|
22
|
-
statusCode: number;
|
|
23
|
-
body: unknown;
|
|
24
|
-
}
|
|
25
|
-
interface NonJsonError {
|
|
26
|
-
reason: "non-json";
|
|
27
|
-
statusCode: number;
|
|
28
|
-
rawBody: string;
|
|
29
|
-
}
|
|
30
|
-
interface TimeoutError {
|
|
31
|
-
reason: "timeout";
|
|
32
|
-
}
|
|
33
|
-
interface UnknownError {
|
|
34
|
-
reason: "unknown";
|
|
35
|
-
errorMessage: string;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
export declare function fetcherImpl<R = unknown>(args: Fetcher.Args): Promise<APIResponse<R, Fetcher.Error>>;
|
|
39
|
-
export declare const fetcher: FetchFunction;
|
package/core/fetcher/Fetcher.js
DELETED
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.fetcher = void 0;
|
|
13
|
-
exports.fetcherImpl = fetcherImpl;
|
|
14
|
-
const json_1 = require("../json");
|
|
15
|
-
const createRequestUrl_1 = require("./createRequestUrl");
|
|
16
|
-
const getFetchFn_1 = require("./getFetchFn");
|
|
17
|
-
const getRequestBody_1 = require("./getRequestBody");
|
|
18
|
-
const getResponseBody_1 = require("./getResponseBody");
|
|
19
|
-
const makeRequest_1 = require("./makeRequest");
|
|
20
|
-
const requestWithRetries_1 = require("./requestWithRetries");
|
|
21
|
-
function fetcherImpl(args) {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const headers = {};
|
|
24
|
-
if (args.body !== undefined && args.contentType != null) {
|
|
25
|
-
headers["Content-Type"] = args.contentType;
|
|
26
|
-
}
|
|
27
|
-
if (args.headers != null) {
|
|
28
|
-
for (const [key, value] of Object.entries(args.headers)) {
|
|
29
|
-
if (value != null) {
|
|
30
|
-
headers[key] = value;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
const url = (0, createRequestUrl_1.createRequestUrl)(args.url, args.queryParameters);
|
|
35
|
-
const requestBody = yield (0, getRequestBody_1.getRequestBody)({
|
|
36
|
-
body: args.body,
|
|
37
|
-
type: args.requestType === "json" ? "json" : "other",
|
|
38
|
-
});
|
|
39
|
-
const fetchFn = yield (0, getFetchFn_1.getFetchFn)();
|
|
40
|
-
try {
|
|
41
|
-
const response = yield (0, requestWithRetries_1.requestWithRetries)(() => __awaiter(this, void 0, void 0, function* () {
|
|
42
|
-
return (0, makeRequest_1.makeRequest)(fetchFn, url, args.method, headers, requestBody, args.timeoutMs, args.abortSignal, args.withCredentials, args.duplex);
|
|
43
|
-
}), args.maxRetries);
|
|
44
|
-
const responseBody = yield (0, getResponseBody_1.getResponseBody)(response, args.responseType);
|
|
45
|
-
if (response.status >= 200 && response.status < 400) {
|
|
46
|
-
return {
|
|
47
|
-
ok: true,
|
|
48
|
-
body: responseBody,
|
|
49
|
-
headers: response.headers,
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
else {
|
|
53
|
-
return {
|
|
54
|
-
ok: false,
|
|
55
|
-
error: {
|
|
56
|
-
reason: "status-code",
|
|
57
|
-
statusCode: response.status,
|
|
58
|
-
body: responseBody,
|
|
59
|
-
},
|
|
60
|
-
};
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
catch (error) {
|
|
64
|
-
if (args.abortSignal != null && args.abortSignal.aborted) {
|
|
65
|
-
return {
|
|
66
|
-
ok: false,
|
|
67
|
-
error: {
|
|
68
|
-
reason: "unknown",
|
|
69
|
-
errorMessage: "The user aborted a request",
|
|
70
|
-
},
|
|
71
|
-
};
|
|
72
|
-
}
|
|
73
|
-
else if (error instanceof Error && error.name === "AbortError") {
|
|
74
|
-
return {
|
|
75
|
-
ok: false,
|
|
76
|
-
error: {
|
|
77
|
-
reason: "timeout",
|
|
78
|
-
},
|
|
79
|
-
};
|
|
80
|
-
}
|
|
81
|
-
else if (error instanceof Error) {
|
|
82
|
-
return {
|
|
83
|
-
ok: false,
|
|
84
|
-
error: {
|
|
85
|
-
reason: "unknown",
|
|
86
|
-
errorMessage: error.message,
|
|
87
|
-
},
|
|
88
|
-
};
|
|
89
|
-
}
|
|
90
|
-
return {
|
|
91
|
-
ok: false,
|
|
92
|
-
error: {
|
|
93
|
-
reason: "unknown",
|
|
94
|
-
errorMessage: (0, json_1.toJson)(error),
|
|
95
|
-
},
|
|
96
|
-
};
|
|
97
|
-
}
|
|
98
|
-
});
|
|
99
|
-
}
|
|
100
|
-
exports.fetcher = fetcherImpl;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function createRequestUrl(baseUrl: string, queryParameters?: Record<string, string | string[] | object | object[] | null>): string;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.createRequestUrl = createRequestUrl;
|
|
7
|
-
const qs_1 = __importDefault(require("qs"));
|
|
8
|
-
function createRequestUrl(baseUrl, queryParameters) {
|
|
9
|
-
return Object.keys(queryParameters !== null && queryParameters !== void 0 ? queryParameters : {}).length > 0
|
|
10
|
-
? `${baseUrl}?${qs_1.default.stringify(queryParameters, { arrayFormat: "repeat" })}`
|
|
11
|
-
: baseUrl;
|
|
12
|
-
}
|
|
@@ -1,68 +0,0 @@
|
|
|
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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
36
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
37
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
38
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
39
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
40
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
41
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
42
|
-
});
|
|
43
|
-
};
|
|
44
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45
|
-
exports.getFetchFn = getFetchFn;
|
|
46
|
-
const runtime_1 = require("../runtime");
|
|
47
|
-
/**
|
|
48
|
-
* Returns a fetch function based on the runtime
|
|
49
|
-
*/
|
|
50
|
-
function getFetchFn() {
|
|
51
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
52
|
-
// In Node.js 18+ environments, use native fetch
|
|
53
|
-
if (runtime_1.RUNTIME.type === "node" && runtime_1.RUNTIME.parsedVersion != null && runtime_1.RUNTIME.parsedVersion >= 18) {
|
|
54
|
-
return fetch;
|
|
55
|
-
}
|
|
56
|
-
// In Node.js 18 or lower environments, the SDK always uses`node-fetch`.
|
|
57
|
-
if (runtime_1.RUNTIME.type === "node") {
|
|
58
|
-
return (yield Promise.resolve().then(() => __importStar(require("node-fetch")))).default;
|
|
59
|
-
}
|
|
60
|
-
// Otherwise the SDK uses global fetch if available,
|
|
61
|
-
// and falls back to node-fetch.
|
|
62
|
-
if (typeof fetch == "function") {
|
|
63
|
-
return fetch;
|
|
64
|
-
}
|
|
65
|
-
// Defaults to node `node-fetch` if global fetch isn't available
|
|
66
|
-
return (yield Promise.resolve().then(() => __importStar(require("node-fetch")))).default;
|
|
67
|
-
});
|
|
68
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.getRequestBody = getRequestBody;
|
|
13
|
-
const json_1 = require("../json");
|
|
14
|
-
function getRequestBody(_a) {
|
|
15
|
-
return __awaiter(this, arguments, void 0, function* ({ body, type }) {
|
|
16
|
-
if (type.includes("json")) {
|
|
17
|
-
return (0, json_1.toJson)(body);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
return body;
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.getResponseBody = getResponseBody;
|
|
13
|
-
const chooseStreamWrapper_1 = require("./stream-wrappers/chooseStreamWrapper");
|
|
14
|
-
function getResponseBody(response, responseType) {
|
|
15
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
16
|
-
if (response.body != null && responseType === "blob") {
|
|
17
|
-
return yield response.blob();
|
|
18
|
-
}
|
|
19
|
-
else if (response.body != null && responseType === "arrayBuffer") {
|
|
20
|
-
return yield response.arrayBuffer();
|
|
21
|
-
}
|
|
22
|
-
else if (response.body != null && responseType === "sse") {
|
|
23
|
-
return response.body;
|
|
24
|
-
}
|
|
25
|
-
else if (response.body != null && responseType === "streaming") {
|
|
26
|
-
return (0, chooseStreamWrapper_1.chooseStreamWrapper)(response.body);
|
|
27
|
-
}
|
|
28
|
-
else if (response.body != null && responseType === "text") {
|
|
29
|
-
return yield response.text();
|
|
30
|
-
}
|
|
31
|
-
else {
|
|
32
|
-
const text = yield response.text();
|
|
33
|
-
if (text.length > 0) {
|
|
34
|
-
try {
|
|
35
|
-
let responseBody = JSON.parse(text);
|
|
36
|
-
return responseBody;
|
|
37
|
-
}
|
|
38
|
-
catch (err) {
|
|
39
|
-
return {
|
|
40
|
-
ok: false,
|
|
41
|
-
error: {
|
|
42
|
-
reason: "non-json",
|
|
43
|
-
statusCode: response.status,
|
|
44
|
-
rawBody: text,
|
|
45
|
-
},
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
else {
|
|
50
|
-
return undefined;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
});
|
|
54
|
-
}
|
package/core/fetcher/index.d.ts
DELETED
package/core/fetcher/index.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Supplier = exports.getHeader = exports.fetcher = void 0;
|
|
4
|
-
var Fetcher_1 = require("./Fetcher");
|
|
5
|
-
Object.defineProperty(exports, "fetcher", { enumerable: true, get: function () { return Fetcher_1.fetcher; } });
|
|
6
|
-
var getHeader_1 = require("./getHeader");
|
|
7
|
-
Object.defineProperty(exports, "getHeader", { enumerable: true, get: function () { return getHeader_1.getHeader; } });
|
|
8
|
-
var Supplier_1 = require("./Supplier");
|
|
9
|
-
Object.defineProperty(exports, "Supplier", { enumerable: true, get: function () { return Supplier_1.Supplier; } });
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.makeRequest = void 0;
|
|
13
|
-
const signals_1 = require("./signals");
|
|
14
|
-
const makeRequest = (fetchFn, url, method, headers, requestBody, timeoutMs, abortSignal, withCredentials, duplex) => __awaiter(void 0, void 0, void 0, function* () {
|
|
15
|
-
const signals = [];
|
|
16
|
-
// Add timeout signal
|
|
17
|
-
let timeoutAbortId = undefined;
|
|
18
|
-
if (timeoutMs != null) {
|
|
19
|
-
const { signal, abortId } = (0, signals_1.getTimeoutSignal)(timeoutMs);
|
|
20
|
-
timeoutAbortId = abortId;
|
|
21
|
-
signals.push(signal);
|
|
22
|
-
}
|
|
23
|
-
// Add arbitrary signal
|
|
24
|
-
if (abortSignal != null) {
|
|
25
|
-
signals.push(abortSignal);
|
|
26
|
-
}
|
|
27
|
-
let newSignals = (0, signals_1.anySignal)(signals);
|
|
28
|
-
const response = yield fetchFn(url, {
|
|
29
|
-
method: method,
|
|
30
|
-
headers,
|
|
31
|
-
body: requestBody,
|
|
32
|
-
signal: newSignals,
|
|
33
|
-
credentials: withCredentials ? "include" : undefined,
|
|
34
|
-
// @ts-ignore
|
|
35
|
-
duplex,
|
|
36
|
-
});
|
|
37
|
-
if (timeoutAbortId != null) {
|
|
38
|
-
clearTimeout(timeoutAbortId);
|
|
39
|
-
}
|
|
40
|
-
return response;
|
|
41
|
-
});
|
|
42
|
-
exports.makeRequest = makeRequest;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import type { Writable } from "readable-stream";
|
|
2
|
-
import { EventCallback, StreamWrapper } from "./chooseStreamWrapper";
|
|
3
|
-
export declare class Node18UniversalStreamWrapper<ReadFormat extends Uint8Array | Uint16Array | Uint32Array> implements StreamWrapper<Node18UniversalStreamWrapper<ReadFormat> | Writable | WritableStream<ReadFormat>, ReadFormat> {
|
|
4
|
-
private readableStream;
|
|
5
|
-
private reader;
|
|
6
|
-
private events;
|
|
7
|
-
private paused;
|
|
8
|
-
private resumeCallback;
|
|
9
|
-
private encoding;
|
|
10
|
-
constructor(readableStream: ReadableStream<ReadFormat>);
|
|
11
|
-
on(event: string, callback: EventCallback): void;
|
|
12
|
-
off(event: string, callback: EventCallback): void;
|
|
13
|
-
pipe(dest: Node18UniversalStreamWrapper<ReadFormat> | Writable | WritableStream<ReadFormat>): Node18UniversalStreamWrapper<ReadFormat> | Writable | WritableStream<ReadFormat>;
|
|
14
|
-
pipeTo(dest: Node18UniversalStreamWrapper<ReadFormat> | Writable | WritableStream<ReadFormat>): Node18UniversalStreamWrapper<ReadFormat> | Writable | WritableStream<ReadFormat>;
|
|
15
|
-
unpipe(dest: Node18UniversalStreamWrapper<ReadFormat> | Writable | WritableStream<ReadFormat>): void;
|
|
16
|
-
destroy(error?: Error): void;
|
|
17
|
-
pause(): void;
|
|
18
|
-
resume(): void;
|
|
19
|
-
get isPaused(): boolean;
|
|
20
|
-
read(): Promise<ReadFormat | undefined>;
|
|
21
|
-
setEncoding(encoding: string): void;
|
|
22
|
-
text(): Promise<string>;
|
|
23
|
-
json<T>(): Promise<T>;
|
|
24
|
-
private _write;
|
|
25
|
-
private _end;
|
|
26
|
-
private _error;
|
|
27
|
-
private _emit;
|
|
28
|
-
private _startReading;
|
|
29
|
-
[Symbol.asyncIterator](): AsyncIterableIterator<ReadFormat>;
|
|
30
|
-
}
|
|
@@ -1,247 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.Node18UniversalStreamWrapper = void 0;
|
|
13
|
-
class Node18UniversalStreamWrapper {
|
|
14
|
-
constructor(readableStream) {
|
|
15
|
-
this.readableStream = readableStream;
|
|
16
|
-
this.reader = this.readableStream.getReader();
|
|
17
|
-
this.events = {
|
|
18
|
-
data: [],
|
|
19
|
-
end: [],
|
|
20
|
-
error: [],
|
|
21
|
-
readable: [],
|
|
22
|
-
close: [],
|
|
23
|
-
pause: [],
|
|
24
|
-
resume: [],
|
|
25
|
-
};
|
|
26
|
-
this.paused = false;
|
|
27
|
-
this.resumeCallback = null;
|
|
28
|
-
this.encoding = null;
|
|
29
|
-
}
|
|
30
|
-
on(event, callback) {
|
|
31
|
-
var _a;
|
|
32
|
-
(_a = this.events[event]) === null || _a === void 0 ? void 0 : _a.push(callback);
|
|
33
|
-
}
|
|
34
|
-
off(event, callback) {
|
|
35
|
-
var _a;
|
|
36
|
-
this.events[event] = (_a = this.events[event]) === null || _a === void 0 ? void 0 : _a.filter((cb) => cb !== callback);
|
|
37
|
-
}
|
|
38
|
-
pipe(dest) {
|
|
39
|
-
this.on("data", (chunk) => __awaiter(this, void 0, void 0, function* () {
|
|
40
|
-
if (dest instanceof Node18UniversalStreamWrapper) {
|
|
41
|
-
dest._write(chunk);
|
|
42
|
-
}
|
|
43
|
-
else if (dest instanceof WritableStream) {
|
|
44
|
-
const writer = dest.getWriter();
|
|
45
|
-
writer.write(chunk).then(() => writer.releaseLock());
|
|
46
|
-
}
|
|
47
|
-
else {
|
|
48
|
-
dest.write(chunk);
|
|
49
|
-
}
|
|
50
|
-
}));
|
|
51
|
-
this.on("end", () => __awaiter(this, void 0, void 0, function* () {
|
|
52
|
-
if (dest instanceof Node18UniversalStreamWrapper) {
|
|
53
|
-
dest._end();
|
|
54
|
-
}
|
|
55
|
-
else if (dest instanceof WritableStream) {
|
|
56
|
-
const writer = dest.getWriter();
|
|
57
|
-
writer.close();
|
|
58
|
-
}
|
|
59
|
-
else {
|
|
60
|
-
dest.end();
|
|
61
|
-
}
|
|
62
|
-
}));
|
|
63
|
-
this.on("error", (error) => __awaiter(this, void 0, void 0, function* () {
|
|
64
|
-
if (dest instanceof Node18UniversalStreamWrapper) {
|
|
65
|
-
dest._error(error);
|
|
66
|
-
}
|
|
67
|
-
else if (dest instanceof WritableStream) {
|
|
68
|
-
const writer = dest.getWriter();
|
|
69
|
-
writer.abort(error);
|
|
70
|
-
}
|
|
71
|
-
else {
|
|
72
|
-
dest.destroy(error);
|
|
73
|
-
}
|
|
74
|
-
}));
|
|
75
|
-
this._startReading();
|
|
76
|
-
return dest;
|
|
77
|
-
}
|
|
78
|
-
pipeTo(dest) {
|
|
79
|
-
return this.pipe(dest);
|
|
80
|
-
}
|
|
81
|
-
unpipe(dest) {
|
|
82
|
-
this.off("data", (chunk) => __awaiter(this, void 0, void 0, function* () {
|
|
83
|
-
if (dest instanceof Node18UniversalStreamWrapper) {
|
|
84
|
-
dest._write(chunk);
|
|
85
|
-
}
|
|
86
|
-
else if (dest instanceof WritableStream) {
|
|
87
|
-
const writer = dest.getWriter();
|
|
88
|
-
writer.write(chunk).then(() => writer.releaseLock());
|
|
89
|
-
}
|
|
90
|
-
else {
|
|
91
|
-
dest.write(chunk);
|
|
92
|
-
}
|
|
93
|
-
}));
|
|
94
|
-
this.off("end", () => __awaiter(this, void 0, void 0, function* () {
|
|
95
|
-
if (dest instanceof Node18UniversalStreamWrapper) {
|
|
96
|
-
dest._end();
|
|
97
|
-
}
|
|
98
|
-
else if (dest instanceof WritableStream) {
|
|
99
|
-
const writer = dest.getWriter();
|
|
100
|
-
writer.close();
|
|
101
|
-
}
|
|
102
|
-
else {
|
|
103
|
-
dest.end();
|
|
104
|
-
}
|
|
105
|
-
}));
|
|
106
|
-
this.off("error", (error) => __awaiter(this, void 0, void 0, function* () {
|
|
107
|
-
if (dest instanceof Node18UniversalStreamWrapper) {
|
|
108
|
-
dest._error(error);
|
|
109
|
-
}
|
|
110
|
-
else if (dest instanceof WritableStream) {
|
|
111
|
-
const writer = dest.getWriter();
|
|
112
|
-
writer.abort(error);
|
|
113
|
-
}
|
|
114
|
-
else {
|
|
115
|
-
dest.destroy(error);
|
|
116
|
-
}
|
|
117
|
-
}));
|
|
118
|
-
}
|
|
119
|
-
destroy(error) {
|
|
120
|
-
this.reader
|
|
121
|
-
.cancel(error)
|
|
122
|
-
.then(() => {
|
|
123
|
-
this._emit("close");
|
|
124
|
-
})
|
|
125
|
-
.catch((err) => {
|
|
126
|
-
this._emit("error", err);
|
|
127
|
-
});
|
|
128
|
-
}
|
|
129
|
-
pause() {
|
|
130
|
-
this.paused = true;
|
|
131
|
-
this._emit("pause");
|
|
132
|
-
}
|
|
133
|
-
resume() {
|
|
134
|
-
if (this.paused) {
|
|
135
|
-
this.paused = false;
|
|
136
|
-
this._emit("resume");
|
|
137
|
-
if (this.resumeCallback) {
|
|
138
|
-
this.resumeCallback();
|
|
139
|
-
this.resumeCallback = null;
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
get isPaused() {
|
|
144
|
-
return this.paused;
|
|
145
|
-
}
|
|
146
|
-
read() {
|
|
147
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
148
|
-
if (this.paused) {
|
|
149
|
-
yield new Promise((resolve) => {
|
|
150
|
-
this.resumeCallback = resolve;
|
|
151
|
-
});
|
|
152
|
-
}
|
|
153
|
-
const { done, value } = yield this.reader.read();
|
|
154
|
-
if (done) {
|
|
155
|
-
return undefined;
|
|
156
|
-
}
|
|
157
|
-
return value;
|
|
158
|
-
});
|
|
159
|
-
}
|
|
160
|
-
setEncoding(encoding) {
|
|
161
|
-
this.encoding = encoding;
|
|
162
|
-
}
|
|
163
|
-
text() {
|
|
164
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
165
|
-
const chunks = [];
|
|
166
|
-
while (true) {
|
|
167
|
-
const { done, value } = yield this.reader.read();
|
|
168
|
-
if (done) {
|
|
169
|
-
break;
|
|
170
|
-
}
|
|
171
|
-
if (value) {
|
|
172
|
-
chunks.push(value);
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
const decoder = new TextDecoder(this.encoding || "utf-8");
|
|
176
|
-
return decoder.decode(yield new Blob(chunks).arrayBuffer());
|
|
177
|
-
});
|
|
178
|
-
}
|
|
179
|
-
json() {
|
|
180
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
181
|
-
const text = yield this.text();
|
|
182
|
-
return JSON.parse(text);
|
|
183
|
-
});
|
|
184
|
-
}
|
|
185
|
-
_write(chunk) {
|
|
186
|
-
this._emit("data", chunk);
|
|
187
|
-
}
|
|
188
|
-
_end() {
|
|
189
|
-
this._emit("end");
|
|
190
|
-
}
|
|
191
|
-
_error(error) {
|
|
192
|
-
this._emit("error", error);
|
|
193
|
-
}
|
|
194
|
-
_emit(event, data) {
|
|
195
|
-
if (this.events[event]) {
|
|
196
|
-
for (const callback of this.events[event] || []) {
|
|
197
|
-
callback(data);
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
_startReading() {
|
|
202
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
203
|
-
try {
|
|
204
|
-
this._emit("readable");
|
|
205
|
-
while (true) {
|
|
206
|
-
if (this.paused) {
|
|
207
|
-
yield new Promise((resolve) => {
|
|
208
|
-
this.resumeCallback = resolve;
|
|
209
|
-
});
|
|
210
|
-
}
|
|
211
|
-
const { done, value } = yield this.reader.read();
|
|
212
|
-
if (done) {
|
|
213
|
-
this._emit("end");
|
|
214
|
-
this._emit("close");
|
|
215
|
-
break;
|
|
216
|
-
}
|
|
217
|
-
if (value) {
|
|
218
|
-
this._emit("data", value);
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
catch (error) {
|
|
223
|
-
this._emit("error", error);
|
|
224
|
-
}
|
|
225
|
-
});
|
|
226
|
-
}
|
|
227
|
-
[Symbol.asyncIterator]() {
|
|
228
|
-
return {
|
|
229
|
-
next: () => __awaiter(this, void 0, void 0, function* () {
|
|
230
|
-
if (this.paused) {
|
|
231
|
-
yield new Promise((resolve) => {
|
|
232
|
-
this.resumeCallback = resolve;
|
|
233
|
-
});
|
|
234
|
-
}
|
|
235
|
-
const { done, value } = yield this.reader.read();
|
|
236
|
-
if (done) {
|
|
237
|
-
return { done: true, value: undefined };
|
|
238
|
-
}
|
|
239
|
-
return { done: false, value };
|
|
240
|
-
}),
|
|
241
|
-
[Symbol.asyncIterator]() {
|
|
242
|
-
return this;
|
|
243
|
-
},
|
|
244
|
-
};
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
exports.Node18UniversalStreamWrapper = Node18UniversalStreamWrapper;
|