@chrt-inc/typescript-sdk 0.0.170 → 0.1.0-beta1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/Client.d.ts +24 -36
- package/dist/cjs/Client.js +50 -70
- package/dist/cjs/api/resources/index.d.ts +14 -24
- package/dist/cjs/api/resources/index.js +15 -25
- package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → messages}/client/Client.d.ts +22 -14
- package/dist/cjs/api/resources/{notificationsShipperNotificationPreferences → messages}/client/Client.js +42 -23
- package/dist/cjs/api/resources/messages/client/requests/ShipperToCourierCreate1.d.ts +27 -0
- package/dist/cjs/api/resources/messages/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/mirror/client/Client.d.ts +0 -27
- package/dist/cjs/api/resources/mirror/client/Client.js +0 -121
- package/dist/cjs/api/resources/oortCourierPayDriverRate/client/Client.d.ts +12 -42
- package/dist/cjs/api/resources/oortCourierPayDriverRate/client/Client.js +36 -79
- package/dist/cjs/api/resources/oortCourierPayDriverRate/client/index.d.ts +0 -1
- package/dist/cjs/api/resources/oortCourierPayDriverRate/client/index.js +0 -15
- package/dist/cjs/api/resources/oortDrivers/client/Client.d.ts +4 -17
- package/dist/cjs/api/resources/oortDrivers/client/Client.js +3 -60
- package/dist/cjs/api/resources/oortDrivers/client/requests/UpdateDriverDetailsReq.d.ts +0 -2
- package/dist/cjs/api/resources/oortDrivers/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/{oortConnections → oortHandles}/client/Client.d.ts +25 -18
- package/dist/cjs/api/resources/{oortConnections → oortHandles}/client/Client.js +44 -32
- package/dist/cjs/api/resources/{oortOrgProfiles/client/requests/GetAvatarRequest.d.ts → oortHandles/client/requests/HandlesReq.d.ts} +1 -1
- package/dist/cjs/api/resources/oortHandles/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortMilestones/client/Client.d.ts +0 -31
- package/dist/cjs/api/resources/oortMilestones/client/Client.js +0 -122
- package/dist/cjs/api/resources/oortMilestones/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/oortOrders/client/Client.d.ts +1 -22
- package/dist/cjs/api/resources/oortOrders/client/Client.js +1 -105
- package/dist/cjs/api/resources/oortOrders/client/requests/CreateOrderReq.d.ts +0 -2
- package/dist/cjs/api/resources/oortOrgProfiles/client/Client.d.ts +14 -42
- package/dist/cjs/api/resources/oortOrgProfiles/client/Client.js +34 -157
- package/dist/cjs/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.d.ts +5 -4
- package/dist/cjs/api/resources/oortOrgProfiles/client/requests/index.d.ts +0 -2
- package/dist/cjs/api/resources/oortRateSheets/client/Client.d.ts +70 -0
- package/dist/cjs/api/resources/{notificationsCourierNotificationPreferences → oortRateSheets}/client/Client.js +57 -44
- package/dist/cjs/api/resources/{oortCourierPayDriverRate/client/requests/CourierPayDriverRateSheetClientCreate1.d.ts → oortRateSheets/client/requests/RateSheetClientCreate1.d.ts} +7 -8
- package/dist/cjs/api/resources/oortRateSheets/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/oortRoutes/client/Client.d.ts +112 -0
- package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups → oortRoutes}/client/Client.js +130 -142
- package/dist/cjs/api/resources/oortRoutes/client/requests/GetOortRoutesByIdRequest.d.ts +29 -0
- package/dist/{esm/api/resources/orgs/client/requests/UpdateOrgPublicDataReq.d.mts → cjs/api/resources/oortRoutes/client/requests/RouteCreateReq.d.ts} +3 -3
- package/dist/cjs/api/resources/{oortTaskGroups/client/requests/UpdateTaskGroupReq.d.ts → oortRoutes/client/requests/UpdateRouteReq.d.ts} +5 -3
- package/dist/cjs/api/resources/oortRoutes/client/requests/index.d.ts +3 -0
- package/dist/cjs/api/resources/oortShippers/client/Client.d.ts +48 -0
- package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → oortShippers}/client/Client.js +24 -41
- package/dist/cjs/api/resources/oortTaskGroups/client/Client.d.ts +6 -60
- package/dist/cjs/api/resources/oortTaskGroups/client/Client.js +2 -238
- package/dist/cjs/api/resources/oortTaskGroups/client/index.d.ts +0 -1
- package/dist/cjs/api/resources/oortTaskGroups/client/index.js +0 -15
- package/dist/cjs/api/resources/orgs/client/Client.d.ts +3 -57
- package/dist/cjs/api/resources/orgs/client/Client.js +2 -230
- package/dist/{esm/api/resources/oortConnections/client/requests/CreateConnectionReq.d.mts → cjs/api/resources/orgs/client/requests/PostOrgPublicDataReq.d.ts} +1 -1
- package/dist/cjs/api/resources/orgs/client/requests/index.d.ts +1 -2
- package/dist/cjs/api/resources/profiles/client/Client.d.ts +72 -0
- package/dist/cjs/api/resources/{oortCourierPayDriverPayouts → profiles}/client/Client.js +52 -37
- package/dist/cjs/api/resources/profiles/client/requests/CourierProfileCreate2.d.ts +32 -0
- package/dist/cjs/api/resources/profiles/client/requests/GetCourierProfileRequest.d.ts +12 -0
- package/dist/cjs/api/resources/profiles/client/requests/GetHandleIsAvailableRequest.d.ts +15 -0
- package/dist/cjs/api/resources/profiles/client/requests/index.d.ts +3 -0
- package/dist/cjs/api/resources/profiles/index.d.ts +2 -0
- package/dist/cjs/api/resources/profiles/index.js +18 -0
- package/dist/cjs/api/resources/profiles/types/Type.d.ts +8 -0
- package/dist/cjs/api/resources/profiles/types/Type.js +10 -0
- package/dist/cjs/api/resources/profiles/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/profiles/types/index.js +17 -0
- package/dist/cjs/api/resources/root/types/PydanticResponse.d.ts +1 -1
- package/dist/cjs/api/resources/users/client/Client.d.ts +1 -1
- package/dist/{esm/api/types/Vehicle1.d.mts → cjs/api/types/AppModelsDbOortVehicle1Vehicle1.d.ts} +1 -1
- package/dist/cjs/api/types/AppModelsDbProfilesCourierOrgProfile2Vehicle1.d.ts +10 -0
- package/dist/cjs/api/types/CourierAvailabilityEnum.d.ts +9 -0
- package/dist/cjs/api/types/CourierAvailabilityEnum.js +11 -0
- package/dist/cjs/api/types/{MultipleTaskGroupsDetailsResponse.d.ts → CourierCity.d.ts} +4 -2
- package/dist/cjs/api/types/{CourierOrgConnectionInfo1.d.ts → CourierOrgInfo1.d.ts} +2 -1
- package/dist/cjs/api/types/CourierOrgProfile3.d.ts +1 -2
- package/dist/cjs/api/types/CourierProfile2.d.ts +28 -0
- package/dist/cjs/api/types/{MultipleTaskGroupsWithTasks.d.ts → CourierProfileRes2.d.ts} +3 -2
- package/dist/cjs/api/types/CourierServiceEnum.d.ts +20 -0
- package/dist/cjs/api/types/CourierServiceEnum.js +22 -0
- package/dist/cjs/api/types/CourierState.d.ts +8 -0
- package/dist/cjs/api/types/Driver1.d.ts +4 -6
- package/dist/cjs/api/types/EmailAddress1.d.ts +8 -0
- package/dist/cjs/api/types/{TaskGroupWithDetails.d.ts → GetTaskGroupWithFullTaskInfoRes.d.ts} +2 -2
- package/dist/cjs/api/types/{TaskGroupWithTasks.d.ts → GetTaskGroupWithTasksRes.d.ts} +1 -1
- package/dist/cjs/api/types/GetTaskGroupsWithFullTaskInfoListRes.d.ts +7 -0
- package/dist/cjs/api/types/GetTaskGroupsWithTasksListRes.d.ts +7 -0
- package/dist/cjs/api/types/{TaskGroupDetailsResponse.d.ts → GetTaskInfoListRes.d.ts} +2 -2
- package/dist/cjs/api/types/IndustryEnum.d.ts +21 -0
- package/dist/cjs/api/types/IndustryEnum.js +23 -0
- package/dist/cjs/api/types/Milestone1.d.ts +1 -5
- package/dist/cjs/api/types/MilestoneTypeEnum1.d.ts +2 -3
- package/dist/cjs/api/types/MilestoneTypeEnum1.js +1 -2
- package/dist/cjs/api/types/Order1.d.ts +1 -4
- package/dist/cjs/api/types/OrgPublicData2.d.ts +0 -1
- package/dist/cjs/api/types/PhoneNumber1.d.ts +8 -0
- package/dist/cjs/api/types/{CourierPayDriverRateSheet1.d.ts → RateSheet1.d.ts} +7 -7
- package/dist/cjs/api/types/Route1.d.ts +13 -0
- package/dist/cjs/api/types/RouteByIdEnum.d.ts +8 -0
- package/dist/cjs/api/types/RouteByIdEnum.js +10 -0
- package/dist/cjs/api/types/RouteDetailRes.d.ts +9 -0
- package/dist/cjs/api/types/{ShipperOrgConnectionInfo1.d.ts → ShipperOrgInfo1.d.ts} +2 -1
- package/dist/cjs/api/types/ShipperToCourier1.d.ts +16 -0
- package/dist/cjs/api/types/{ShipperContactInfoClientCreate1.d.ts → ShipperUserInfo1.d.ts} +3 -3
- package/dist/cjs/api/types/SocialLinks.d.ts +8 -0
- package/dist/cjs/api/types/Task1.d.ts +4 -4
- package/dist/cjs/api/types/TaskClientCreate1.d.ts +3 -3
- package/dist/cjs/api/types/TaskCreateBundle.d.ts +0 -2
- package/dist/cjs/api/types/TaskDetailRes.d.ts +9 -0
- package/dist/cjs/api/types/TaskGroup1.d.ts +1 -7
- package/dist/cjs/api/types/TaskGroupDetailRes.d.ts +8 -0
- package/dist/cjs/api/types/{TaskWithDetails.d.ts → TaskInfo.d.ts} +1 -1
- package/dist/cjs/api/types/{UpdateTaskGroupRes.d.ts → UpdateRouteRes.d.ts} +1 -1
- package/dist/cjs/api/types/UsStatesEnum.d.ts +58 -0
- package/dist/cjs/api/types/UsStatesEnum.js +60 -0
- package/dist/cjs/api/types/{UserPublicData6.d.ts → UserPublicData5.d.ts} +2 -1
- package/dist/cjs/api/types/Vehicle1Input.d.ts +10 -0
- package/dist/cjs/api/types/VehicleRate1.d.ts +9 -0
- package/dist/cjs/api/types/index.d.ts +33 -28
- package/dist/cjs/api/types/index.js +33 -28
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.d.mts +24 -36
- package/dist/esm/Client.mjs +34 -54
- package/dist/esm/api/resources/index.d.mts +14 -24
- package/dist/esm/api/resources/index.mjs +14 -24
- package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → messages}/client/Client.d.mts +22 -14
- package/dist/esm/api/resources/{notificationsShipperNotificationPreferences → messages}/client/Client.mjs +40 -21
- package/dist/esm/api/resources/messages/client/requests/ShipperToCourierCreate1.d.mts +27 -0
- package/dist/esm/api/resources/messages/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/mirror/client/Client.d.mts +0 -27
- package/dist/esm/api/resources/mirror/client/Client.mjs +0 -121
- package/dist/esm/api/resources/oortCourierPayDriverRate/client/Client.d.mts +12 -42
- package/dist/esm/api/resources/oortCourierPayDriverRate/client/Client.mjs +36 -79
- package/dist/esm/api/resources/oortCourierPayDriverRate/client/index.d.mts +0 -1
- package/dist/esm/api/resources/oortCourierPayDriverRate/client/index.mjs +1 -1
- package/dist/esm/api/resources/oortDrivers/client/Client.d.mts +4 -17
- package/dist/esm/api/resources/oortDrivers/client/Client.mjs +3 -60
- package/dist/esm/api/resources/oortDrivers/client/requests/UpdateDriverDetailsReq.d.mts +0 -2
- package/dist/esm/api/resources/oortDrivers/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/{oortConnections → oortHandles}/client/Client.d.mts +25 -18
- package/dist/esm/api/resources/{oortConnections → oortHandles}/client/Client.mjs +42 -30
- package/dist/esm/api/resources/{oortOrgProfiles/client/requests/GetAvatarRequest.d.mts → oortHandles/client/requests/HandlesReq.d.mts} +1 -1
- package/dist/esm/api/resources/oortHandles/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/oortMilestones/client/Client.d.mts +0 -31
- package/dist/esm/api/resources/oortMilestones/client/Client.mjs +0 -122
- package/dist/esm/api/resources/oortMilestones/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/oortOrders/client/Client.d.mts +1 -22
- package/dist/esm/api/resources/oortOrders/client/Client.mjs +1 -105
- package/dist/esm/api/resources/oortOrders/client/requests/CreateOrderReq.d.mts +0 -2
- package/dist/esm/api/resources/oortOrgProfiles/client/Client.d.mts +14 -42
- package/dist/esm/api/resources/oortOrgProfiles/client/Client.mjs +34 -157
- package/dist/esm/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.d.mts +5 -4
- package/dist/esm/api/resources/oortOrgProfiles/client/requests/index.d.mts +0 -2
- package/dist/esm/api/resources/oortRateSheets/client/Client.d.mts +70 -0
- package/dist/esm/api/resources/{notificationsCourierNotificationPreferences → oortRateSheets}/client/Client.mjs +55 -42
- package/dist/esm/api/resources/{oortCourierPayDriverRate/client/requests/CourierPayDriverRateSheetClientCreate1.d.mts → oortRateSheets/client/requests/RateSheetClientCreate1.d.mts} +7 -8
- package/dist/esm/api/resources/oortRateSheets/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/oortRoutes/client/Client.d.mts +112 -0
- package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups → oortRoutes}/client/Client.mjs +128 -140
- package/dist/esm/api/resources/oortRoutes/client/requests/GetOortRoutesByIdRequest.d.mts +29 -0
- package/dist/{cjs/api/resources/orgs/client/requests/UpdateOrgPublicDataReq.d.ts → esm/api/resources/oortRoutes/client/requests/RouteCreateReq.d.mts} +3 -3
- package/dist/esm/api/resources/{oortTaskGroups/client/requests/UpdateTaskGroupReq.d.mts → oortRoutes/client/requests/UpdateRouteReq.d.mts} +5 -3
- package/dist/esm/api/resources/oortRoutes/client/requests/index.d.mts +3 -0
- package/dist/esm/api/resources/oortShippers/client/Client.d.mts +48 -0
- package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → oortShippers}/client/Client.mjs +22 -39
- package/dist/esm/api/resources/oortTaskGroups/client/Client.d.mts +6 -60
- package/dist/esm/api/resources/oortTaskGroups/client/Client.mjs +2 -238
- package/dist/esm/api/resources/oortTaskGroups/client/index.d.mts +0 -1
- package/dist/esm/api/resources/oortTaskGroups/client/index.mjs +1 -1
- package/dist/esm/api/resources/orgs/client/Client.d.mts +3 -57
- package/dist/esm/api/resources/orgs/client/Client.mjs +2 -230
- package/dist/{cjs/api/resources/oortConnections/client/requests/CreateConnectionReq.d.ts → esm/api/resources/orgs/client/requests/PostOrgPublicDataReq.d.mts} +1 -1
- package/dist/esm/api/resources/orgs/client/requests/index.d.mts +1 -2
- package/dist/esm/api/resources/profiles/client/Client.d.mts +72 -0
- package/dist/esm/api/resources/{oortCourierPayDriverPayouts → profiles}/client/Client.mjs +50 -35
- package/dist/esm/api/resources/profiles/client/requests/CourierProfileCreate2.d.mts +32 -0
- package/dist/esm/api/resources/profiles/client/requests/GetCourierProfileRequest.d.mts +12 -0
- package/dist/esm/api/resources/profiles/client/requests/GetHandleIsAvailableRequest.d.mts +15 -0
- package/dist/esm/api/resources/profiles/client/requests/index.d.mts +3 -0
- package/dist/esm/api/resources/profiles/index.d.mts +2 -0
- package/dist/esm/api/resources/profiles/index.mjs +2 -0
- package/dist/esm/api/resources/profiles/types/Type.d.mts +8 -0
- package/dist/{cjs/api/types/EmailReq.d.ts → esm/api/resources/profiles/types/Type.mjs} +4 -3
- package/dist/esm/api/resources/profiles/types/index.d.mts +1 -0
- package/dist/esm/api/resources/profiles/types/index.mjs +1 -0
- package/dist/esm/api/resources/root/types/PydanticResponse.d.mts +1 -1
- package/dist/esm/api/resources/users/client/Client.d.mts +1 -1
- package/dist/{cjs/api/types/Vehicle1.d.ts → esm/api/types/AppModelsDbOortVehicle1Vehicle1.d.mts} +1 -1
- package/dist/esm/api/types/AppModelsDbProfilesCourierOrgProfile2Vehicle1.d.mts +10 -0
- package/dist/esm/api/types/CourierAvailabilityEnum.d.mts +9 -0
- package/dist/esm/api/types/CourierAvailabilityEnum.mjs +8 -0
- package/dist/esm/api/types/CourierCity.d.mts +9 -0
- package/dist/esm/api/types/{CourierOrgConnectionInfo1.d.mts → CourierOrgInfo1.d.mts} +2 -1
- package/dist/esm/api/types/CourierOrgProfile3.d.mts +1 -2
- package/dist/esm/api/types/CourierProfile2.d.mts +28 -0
- package/dist/esm/api/types/{MultipleTaskGroupsWithTasks.d.mts → CourierProfileRes2.d.mts} +3 -2
- package/dist/esm/api/types/CourierServiceEnum.d.mts +20 -0
- package/dist/esm/api/types/CourierServiceEnum.mjs +19 -0
- package/dist/esm/api/types/CourierState.d.mts +8 -0
- package/dist/esm/api/types/Driver1.d.mts +4 -6
- package/dist/esm/api/types/EmailAddress1.d.mts +8 -0
- package/dist/esm/api/types/{TaskGroupWithDetails.d.mts → GetTaskGroupWithFullTaskInfoRes.d.mts} +2 -2
- package/dist/esm/api/types/{TaskGroupWithTasks.d.mts → GetTaskGroupWithTasksRes.d.mts} +1 -1
- package/dist/esm/api/types/GetTaskGroupsWithFullTaskInfoListRes.d.mts +7 -0
- package/dist/esm/api/types/GetTaskGroupsWithTasksListRes.d.mts +7 -0
- package/dist/esm/api/types/{TaskGroupDetailsResponse.d.mts → GetTaskInfoListRes.d.mts} +2 -2
- package/dist/esm/api/types/IndustryEnum.d.mts +21 -0
- package/dist/esm/api/types/IndustryEnum.mjs +20 -0
- package/dist/esm/api/types/Milestone1.d.mts +1 -5
- package/dist/esm/api/types/MilestoneTypeEnum1.d.mts +2 -3
- package/dist/esm/api/types/MilestoneTypeEnum1.mjs +1 -2
- package/dist/esm/api/types/Order1.d.mts +1 -4
- package/dist/esm/api/types/OrgPublicData2.d.mts +0 -1
- package/dist/esm/api/types/PhoneNumber1.d.mts +8 -0
- package/dist/esm/api/types/{CourierPayDriverRateSheet1.d.mts → RateSheet1.d.mts} +7 -7
- package/dist/esm/api/types/Route1.d.mts +13 -0
- package/dist/esm/api/types/RouteByIdEnum.d.mts +8 -0
- package/dist/esm/api/types/RouteByIdEnum.mjs +7 -0
- package/dist/esm/api/types/RouteDetailRes.d.mts +9 -0
- package/dist/esm/api/types/{ShipperOrgConnectionInfo1.d.mts → ShipperOrgInfo1.d.mts} +2 -1
- package/dist/esm/api/types/ShipperToCourier1.d.mts +16 -0
- package/dist/esm/api/types/{ShipperContactInfoClientCreate1.d.mts → ShipperUserInfo1.d.mts} +3 -3
- package/dist/esm/api/types/SocialLinks.d.mts +8 -0
- package/dist/esm/api/types/Task1.d.mts +4 -4
- package/dist/esm/api/types/TaskClientCreate1.d.mts +3 -3
- package/dist/esm/api/types/TaskCreateBundle.d.mts +0 -2
- package/dist/esm/api/types/TaskDetailRes.d.mts +9 -0
- package/dist/esm/api/types/TaskGroup1.d.mts +1 -7
- package/dist/esm/api/types/{MultipleTaskGroupsDetailsResponse.d.mts → TaskGroupDetailRes.d.mts} +3 -2
- package/dist/esm/api/types/{TaskWithDetails.d.mts → TaskInfo.d.mts} +1 -1
- package/dist/esm/api/types/{UpdateTaskGroupRes.d.mts → UpdateRouteRes.d.mts} +1 -1
- package/dist/esm/api/types/UsStatesEnum.d.mts +58 -0
- package/dist/esm/api/types/UsStatesEnum.mjs +57 -0
- package/dist/esm/api/types/{UserPublicData6.d.mts → UserPublicData5.d.mts} +2 -1
- package/dist/esm/api/types/Vehicle1Input.d.mts +10 -0
- package/dist/esm/api/types/VehicleRate1.d.mts +9 -0
- package/dist/esm/api/types/index.d.mts +33 -28
- package/dist/esm/api/types/index.mjs +33 -28
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +604 -3034
- package/dist/cjs/api/resources/notificationsCourierNotificationPreferences/client/Client.d.ts +0 -57
- package/dist/cjs/api/resources/notificationsCourierNotificationPreferences/client/requests/CourierNotificationPreferencesClientCreate1.d.ts +0 -18
- package/dist/cjs/api/resources/notificationsCourierNotificationPreferences/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/client/Client.d.ts +0 -57
- package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/client/requests/ShipperNotificationPreferencesClientCreate1.d.ts +0 -18
- package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/oortConnections/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/Client.d.ts +0 -136
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/AddLineItemsReq.d.ts +0 -19
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/CreateCourierPayDriverLineItemGroupRequest.d.ts +0 -18
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCalculateCourierPayDriverLineItemGroupRequest.d.ts +0 -18
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByIdRequest.d.ts +0 -12
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByTaskGroupIdRequest.d.ts +0 -12
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/RemoveLineItemsReq.d.ts +0 -19
- package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/index.d.ts +0 -6
- package/dist/cjs/api/resources/oortCourierPayDriverPayouts/client/Client.d.ts +0 -70
- package/dist/cjs/api/resources/oortCourierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientCreate1.d.ts +0 -14
- package/dist/cjs/api/resources/oortCourierPayDriverPayouts/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/oortCourierPayDriverRate/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/Client.d.ts +0 -72
- package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/Client.js +0 -243
- package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/index.js +0 -17
- package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.d.ts +0 -29
- package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/index.d.ts +0 -1
- package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/index.js +0 -17
- package/dist/cjs/api/resources/oortDrivers/client/requests/DriverCreateReq.d.ts +0 -17
- package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/client/index.js +0 -17
- package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/client/requests/MilestoneNotificationPreferencesClientCreate1.d.ts +0 -18
- package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/index.d.ts +0 -1
- package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/index.js +0 -17
- package/dist/cjs/api/resources/oortMilestones/client/requests/MilestoneAddToTaskReq.d.ts +0 -16
- package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/Client.d.ts +0 -75
- package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/Client.js +0 -252
- package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/index.js +0 -17
- package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.d.ts +0 -25
- package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.d.ts +0 -20
- package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/index.d.ts +0 -2
- package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/index.d.ts +0 -1
- package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/index.js +0 -17
- package/dist/cjs/api/resources/oortOrgConnectionInfos/client/Client.d.ts +0 -110
- package/dist/cjs/api/resources/oortOrgConnectionInfos/client/Client.js +0 -412
- package/dist/cjs/api/resources/oortOrgConnectionInfos/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/oortOrgConnectionInfos/client/index.js +0 -17
- package/dist/cjs/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.d.ts +0 -24
- package/dist/cjs/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientUpdate1.d.ts +0 -20
- package/dist/cjs/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.d.ts +0 -24
- package/dist/cjs/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.d.ts +0 -20
- package/dist/cjs/api/resources/oortOrgConnectionInfos/client/requests/index.d.ts +0 -4
- package/dist/cjs/api/resources/oortOrgConnectionInfos/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/oortOrgConnectionInfos/index.d.ts +0 -1
- package/dist/cjs/api/resources/oortOrgConnectionInfos/index.js +0 -17
- package/dist/cjs/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientUpdate3.d.ts +0 -12
- package/dist/cjs/api/resources/oortShipperContactInfo/client/Client.d.ts +0 -148
- package/dist/cjs/api/resources/oortShipperContactInfo/client/Client.js +0 -579
- package/dist/cjs/api/resources/oortShipperContactInfo/client/index.d.ts +0 -2
- package/dist/cjs/api/resources/oortShipperContactInfo/client/index.js +0 -17
- package/dist/cjs/api/resources/oortShipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.d.ts +0 -21
- package/dist/cjs/api/resources/oortShipperContactInfo/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/oortShipperContactInfo/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/oortShipperContactInfo/index.d.ts +0 -1
- package/dist/cjs/api/resources/oortShipperContactInfo/index.js +0 -17
- package/dist/cjs/api/resources/oortTaskGroups/client/requests/SetTaskGroupPauseReq.d.ts +0 -14
- package/dist/cjs/api/resources/oortTaskGroups/client/requests/index.d.ts +0 -2
- package/dist/cjs/api/resources/oortTaskGroups/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/orgs/client/requests/CreateOrgPublicDataReq.d.ts +0 -14
- package/dist/cjs/api/types/CourierNotificationEventEnum.d.ts +0 -7
- package/dist/cjs/api/types/CourierNotificationPreferences1.d.ts +0 -18
- package/dist/cjs/api/types/CourierPayDriverLineItemGroup1.d.ts +0 -14
- package/dist/cjs/api/types/CourierPayDriverLineItemGroupClientCreate1.d.ts +0 -10
- package/dist/cjs/api/types/DriverStatusEnum.d.ts +0 -9
- package/dist/cjs/api/types/DriverStatusEnum.js +0 -11
- package/dist/cjs/api/types/EmailRes.d.ts +0 -7
- package/dist/cjs/api/types/MilestoneNotificationPreferences1.d.ts +0 -18
- package/dist/cjs/api/types/MultipleTaskGroupsWithTasks.js +0 -5
- package/dist/cjs/api/types/NotificationChannelEnum.d.ts +0 -13
- package/dist/cjs/api/types/NotificationChannelEnum.js +0 -12
- package/dist/cjs/api/types/OffChrtShipperOrgConnectionInfo1.d.ts +0 -23
- package/dist/cjs/api/types/OffChrtShipperOrgConnectionInfo1.js +0 -5
- package/dist/cjs/api/types/OrderStatusEnum1.d.ts +0 -10
- package/dist/cjs/api/types/OrderStatusEnum1.js +0 -12
- package/dist/cjs/api/types/ShipperContactInfo1.d.ts +0 -28
- package/dist/cjs/api/types/ShipperContactInfo1.js +0 -5
- package/dist/cjs/api/types/ShipperContactInfoClientCreate1.js +0 -5
- package/dist/cjs/api/types/ShipperNotificationEventEnum.d.ts +0 -7
- package/dist/cjs/api/types/ShipperNotificationEventEnum.js +0 -5
- package/dist/cjs/api/types/ShipperNotificationPreferences1.d.ts +0 -18
- package/dist/cjs/api/types/ShipperNotificationPreferences1.js +0 -5
- package/dist/cjs/api/types/ShipperOrgConnectionInfo1.js +0 -5
- package/dist/cjs/api/types/TaskGroupDetailsResponse.js +0 -5
- package/dist/cjs/api/types/TaskGroupStatusEnum1.d.ts +0 -9
- package/dist/cjs/api/types/TaskGroupStatusEnum1.js +0 -11
- package/dist/cjs/api/types/TaskGroupWithDetails.js +0 -5
- package/dist/cjs/api/types/TaskGroupWithTasks.js +0 -5
- package/dist/cjs/api/types/TaskWithDetails.js +0 -5
- package/dist/cjs/api/types/UpdateTaskGroupRes.js +0 -5
- package/dist/cjs/api/types/UserPublicData6.js +0 -5
- package/dist/cjs/api/types/Vehicle1.js +0 -5
- package/dist/esm/api/resources/notificationsCourierNotificationPreferences/client/Client.d.mts +0 -57
- package/dist/esm/api/resources/notificationsCourierNotificationPreferences/client/requests/CourierNotificationPreferencesClientCreate1.d.mts +0 -18
- package/dist/esm/api/resources/notificationsCourierNotificationPreferences/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/notificationsShipperNotificationPreferences/client/Client.d.mts +0 -57
- package/dist/esm/api/resources/notificationsShipperNotificationPreferences/client/requests/ShipperNotificationPreferencesClientCreate1.d.mts +0 -18
- package/dist/esm/api/resources/notificationsShipperNotificationPreferences/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/oortConnections/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/Client.d.mts +0 -136
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/AddLineItemsReq.d.mts +0 -19
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/CreateCourierPayDriverLineItemGroupRequest.d.mts +0 -18
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCalculateCourierPayDriverLineItemGroupRequest.d.mts +0 -18
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByIdRequest.d.mts +0 -12
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByTaskGroupIdRequest.d.mts +0 -12
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/RemoveLineItemsReq.d.mts +0 -19
- package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/index.d.mts +0 -6
- package/dist/esm/api/resources/oortCourierPayDriverPayouts/client/Client.d.mts +0 -70
- package/dist/esm/api/resources/oortCourierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientCreate1.d.mts +0 -14
- package/dist/esm/api/resources/oortCourierPayDriverPayouts/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/oortCourierPayDriverRate/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/Client.d.mts +0 -72
- package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/Client.mjs +0 -206
- package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/index.d.mts +0 -2
- package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/index.mjs +0 -1
- package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.d.mts +0 -29
- package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/oortCourierPayDriverRateSheets/index.d.mts +0 -1
- package/dist/esm/api/resources/oortCourierPayDriverRateSheets/index.mjs +0 -1
- package/dist/esm/api/resources/oortDrivers/client/requests/DriverCreateReq.d.mts +0 -17
- package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/index.d.mts +0 -2
- package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/index.mjs +0 -1
- package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/requests/MilestoneNotificationPreferencesClientCreate1.d.mts +0 -18
- package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/oortMilestoneNotificationPreferences/index.d.mts +0 -1
- package/dist/esm/api/resources/oortMilestoneNotificationPreferences/index.mjs +0 -1
- package/dist/esm/api/resources/oortMilestones/client/requests/MilestoneAddToTaskReq.d.mts +0 -16
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/Client.d.mts +0 -75
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/Client.mjs +0 -215
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/index.d.mts +0 -2
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/index.mjs +0 -1
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.d.mts +0 -25
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.d.mts +0 -20
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/index.d.mts +0 -2
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/index.d.mts +0 -1
- package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/index.mjs +0 -1
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/Client.d.mts +0 -110
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/Client.mjs +0 -375
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/index.d.mts +0 -2
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/index.mjs +0 -1
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.d.mts +0 -24
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientUpdate1.d.mts +0 -20
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.d.mts +0 -24
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.d.mts +0 -20
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/index.d.mts +0 -4
- package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/oortOrgConnectionInfos/index.d.mts +0 -1
- package/dist/esm/api/resources/oortOrgConnectionInfos/index.mjs +0 -1
- package/dist/esm/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientUpdate3.d.mts +0 -12
- package/dist/esm/api/resources/oortShipperContactInfo/client/Client.d.mts +0 -148
- package/dist/esm/api/resources/oortShipperContactInfo/client/Client.mjs +0 -542
- package/dist/esm/api/resources/oortShipperContactInfo/client/index.d.mts +0 -2
- package/dist/esm/api/resources/oortShipperContactInfo/client/index.mjs +0 -1
- package/dist/esm/api/resources/oortShipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.d.mts +0 -21
- package/dist/esm/api/resources/oortShipperContactInfo/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/oortShipperContactInfo/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/oortShipperContactInfo/index.d.mts +0 -1
- package/dist/esm/api/resources/oortShipperContactInfo/index.mjs +0 -1
- package/dist/esm/api/resources/oortTaskGroups/client/requests/SetTaskGroupPauseReq.d.mts +0 -14
- package/dist/esm/api/resources/oortTaskGroups/client/requests/index.d.mts +0 -2
- package/dist/esm/api/resources/oortTaskGroups/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/orgs/client/requests/CreateOrgPublicDataReq.d.mts +0 -14
- package/dist/esm/api/types/CourierNotificationEventEnum.d.mts +0 -7
- package/dist/esm/api/types/CourierNotificationPreferences1.d.mts +0 -18
- package/dist/esm/api/types/CourierPayDriverLineItemGroup1.d.mts +0 -14
- package/dist/esm/api/types/CourierPayDriverLineItemGroupClientCreate1.d.mts +0 -10
- package/dist/esm/api/types/DriverStatusEnum.d.mts +0 -9
- package/dist/esm/api/types/DriverStatusEnum.mjs +0 -8
- package/dist/esm/api/types/EmailReq.d.mts +0 -6
- package/dist/esm/api/types/EmailRes.d.mts +0 -7
- package/dist/esm/api/types/MilestoneNotificationPreferences1.d.mts +0 -18
- package/dist/esm/api/types/MultipleTaskGroupsWithTasks.mjs +0 -4
- package/dist/esm/api/types/NotificationChannelEnum.d.mts +0 -13
- package/dist/esm/api/types/NotificationChannelEnum.mjs +0 -9
- package/dist/esm/api/types/OffChrtShipperOrgConnectionInfo1.d.mts +0 -23
- package/dist/esm/api/types/OffChrtShipperOrgConnectionInfo1.mjs +0 -4
- package/dist/esm/api/types/OrderStatusEnum1.d.mts +0 -10
- package/dist/esm/api/types/OrderStatusEnum1.mjs +0 -9
- package/dist/esm/api/types/ShipperContactInfo1.d.mts +0 -28
- package/dist/esm/api/types/ShipperContactInfo1.mjs +0 -4
- package/dist/esm/api/types/ShipperContactInfoClientCreate1.mjs +0 -4
- package/dist/esm/api/types/ShipperNotificationEventEnum.d.mts +0 -7
- package/dist/esm/api/types/ShipperNotificationEventEnum.mjs +0 -4
- package/dist/esm/api/types/ShipperNotificationPreferences1.d.mts +0 -18
- package/dist/esm/api/types/ShipperNotificationPreferences1.mjs +0 -4
- package/dist/esm/api/types/ShipperOrgConnectionInfo1.mjs +0 -4
- package/dist/esm/api/types/TaskGroupDetailsResponse.mjs +0 -4
- package/dist/esm/api/types/TaskGroupStatusEnum1.d.mts +0 -9
- package/dist/esm/api/types/TaskGroupStatusEnum1.mjs +0 -8
- package/dist/esm/api/types/TaskGroupWithDetails.mjs +0 -4
- package/dist/esm/api/types/TaskGroupWithTasks.mjs +0 -4
- package/dist/esm/api/types/TaskWithDetails.mjs +0 -4
- package/dist/esm/api/types/UpdateTaskGroupRes.mjs +0 -4
- package/dist/esm/api/types/UserPublicData6.mjs +0 -4
- package/dist/esm/api/types/Vehicle1.mjs +0 -4
- /package/dist/cjs/api/resources/{notificationsCourierNotificationPreferences → messages}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{notificationsCourierNotificationPreferences → messages}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{notificationsCourierNotificationPreferences/client/requests/CourierNotificationPreferencesClientCreate1.js → messages/client/requests/ShipperToCourierCreate1.js} +0 -0
- /package/dist/cjs/api/resources/{notificationsCourierNotificationPreferences → messages}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/{notificationsCourierNotificationPreferences → messages}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{notificationsCourierNotificationPreferences → messages}/index.js +0 -0
- /package/dist/cjs/api/resources/{notificationsShipperNotificationPreferences → oortHandles}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{notificationsShipperNotificationPreferences → oortHandles}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{notificationsShipperNotificationPreferences/client/requests/ShipperNotificationPreferencesClientCreate1.js → oortHandles/client/requests/HandlesReq.js} +0 -0
- /package/dist/cjs/api/resources/{notificationsShipperNotificationPreferences → oortHandles}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/{notificationsShipperNotificationPreferences → oortHandles}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{notificationsShipperNotificationPreferences → oortHandles}/index.js +0 -0
- /package/dist/cjs/api/resources/{oortConnections → oortRateSheets}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortConnections → oortRateSheets}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{oortConnections/client/requests/CreateConnectionReq.js → oortRateSheets/client/requests/RateSheetClientCreate1.js} +0 -0
- /package/dist/cjs/api/resources/{oortConnections → oortRateSheets}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/{oortConnections → oortRateSheets}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortConnections → oortRateSheets}/index.js +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups → oortRoutes}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups → oortRoutes}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/AddLineItemsReq.js → oortRoutes/client/requests/GetOortRoutesByIdRequest.js} +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/CreateCourierPayDriverLineItemGroupRequest.js → oortRoutes/client/requests/RouteCreateReq.js} +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/GetCalculateCourierPayDriverLineItemGroupRequest.js → oortRoutes/client/requests/UpdateRouteReq.js} +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups → oortRoutes}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups → oortRoutes}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups → oortRoutes}/index.js +0 -0
- /package/dist/{esm/api/resources/notificationsCourierNotificationPreferences/client/requests/index.mjs → cjs/api/resources/oortShippers/client/index.d.ts} +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverPayouts/client/requests → oortShippers/client}/index.js +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverPayouts → oortShippers}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverPayouts → oortShippers}/index.js +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByIdRequest.js → orgs/client/requests/PostOrgPublicDataReq.js} +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverPayouts → profiles}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverPayouts → profiles}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByTaskGroupIdRequest.js → profiles/client/requests/CourierProfileCreate2.js} +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/RemoveLineItemsReq.js → profiles/client/requests/GetCourierProfileRequest.js} +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientCreate1.js → profiles/client/requests/GetHandleIsAvailableRequest.js} +0 -0
- /package/dist/cjs/api/resources/{oortCourierPayDriverRate → profiles}/client/requests/index.js +0 -0
- /package/dist/cjs/api/{resources/oortCourierPayDriverRate/client/requests/CourierPayDriverRateSheetClientCreate1.js → types/AppModelsDbOortVehicle1Vehicle1.js} +0 -0
- /package/dist/cjs/api/{resources/oortCourierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.js → types/AppModelsDbProfilesCourierOrgProfile2Vehicle1.js} +0 -0
- /package/dist/cjs/api/{resources/oortDrivers/client/requests/DriverCreateReq.js → types/CourierCity.js} +0 -0
- /package/dist/cjs/api/{resources/oortMilestoneNotificationPreferences/client/requests/MilestoneNotificationPreferencesClientCreate1.js → types/CourierOrgInfo1.js} +0 -0
- /package/dist/cjs/api/{resources/oortMilestones/client/requests/MilestoneAddToTaskReq.js → types/CourierProfile2.js} +0 -0
- /package/dist/cjs/api/{resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.js → types/CourierProfileRes2.js} +0 -0
- /package/dist/cjs/api/{resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.js → types/CourierState.js} +0 -0
- /package/dist/cjs/api/{resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.js → types/EmailAddress1.js} +0 -0
- /package/dist/cjs/api/{resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientUpdate1.js → types/GetTaskGroupWithFullTaskInfoRes.js} +0 -0
- /package/dist/cjs/api/{resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.js → types/GetTaskGroupWithTasksRes.js} +0 -0
- /package/dist/cjs/api/{resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.js → types/GetTaskGroupsWithFullTaskInfoListRes.js} +0 -0
- /package/dist/cjs/api/{resources/oortOrgProfiles/client/requests/CourierOrgProfileClientUpdate3.js → types/GetTaskGroupsWithTasksListRes.js} +0 -0
- /package/dist/cjs/api/{resources/oortOrgProfiles/client/requests/GetAvatarRequest.js → types/GetTaskInfoListRes.js} +0 -0
- /package/dist/cjs/api/{resources/oortShipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.js → types/PhoneNumber1.js} +0 -0
- /package/dist/cjs/api/{resources/oortTaskGroups/client/requests/SetTaskGroupPauseReq.js → types/RateSheet1.js} +0 -0
- /package/dist/cjs/api/{resources/oortTaskGroups/client/requests/UpdateTaskGroupReq.js → types/Route1.js} +0 -0
- /package/dist/cjs/api/{resources/orgs/client/requests/CreateOrgPublicDataReq.js → types/RouteDetailRes.js} +0 -0
- /package/dist/cjs/api/{resources/orgs/client/requests/UpdateOrgPublicDataReq.js → types/ShipperOrgInfo1.js} +0 -0
- /package/dist/cjs/api/types/{CourierNotificationEventEnum.js → ShipperToCourier1.js} +0 -0
- /package/dist/cjs/api/types/{CourierNotificationPreferences1.js → ShipperUserInfo1.js} +0 -0
- /package/dist/cjs/api/types/{CourierOrgConnectionInfo1.js → SocialLinks.js} +0 -0
- /package/dist/cjs/api/types/{CourierPayDriverLineItemGroup1.js → TaskDetailRes.js} +0 -0
- /package/dist/cjs/api/types/{CourierPayDriverLineItemGroupClientCreate1.js → TaskGroupDetailRes.js} +0 -0
- /package/dist/cjs/api/types/{CourierPayDriverRateSheet1.js → TaskInfo.js} +0 -0
- /package/dist/cjs/api/types/{EmailReq.js → UpdateRouteRes.js} +0 -0
- /package/dist/cjs/api/types/{EmailRes.js → UserPublicData5.js} +0 -0
- /package/dist/cjs/api/types/{MilestoneNotificationPreferences1.js → Vehicle1Input.js} +0 -0
- /package/dist/cjs/api/types/{MultipleTaskGroupsDetailsResponse.js → VehicleRate1.js} +0 -0
- /package/dist/esm/api/resources/{notificationsCourierNotificationPreferences → messages}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{notificationsCourierNotificationPreferences → messages}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{notificationsCourierNotificationPreferences/client/requests/CourierNotificationPreferencesClientCreate1.mjs → messages/client/requests/ShipperToCourierCreate1.mjs} +0 -0
- /package/dist/esm/api/resources/{notificationsShipperNotificationPreferences → messages}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/{notificationsCourierNotificationPreferences → messages}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{notificationsCourierNotificationPreferences → messages}/index.mjs +0 -0
- /package/dist/esm/api/resources/{notificationsShipperNotificationPreferences → oortHandles}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{notificationsShipperNotificationPreferences → oortHandles}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{notificationsShipperNotificationPreferences/client/requests/ShipperNotificationPreferencesClientCreate1.mjs → oortHandles/client/requests/HandlesReq.mjs} +0 -0
- /package/dist/esm/api/resources/{oortConnections → oortHandles}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/{notificationsShipperNotificationPreferences → oortHandles}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{notificationsShipperNotificationPreferences → oortHandles}/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortConnections → oortRateSheets}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortConnections → oortRateSheets}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortConnections/client/requests/CreateConnectionReq.mjs → oortRateSheets/client/requests/RateSheetClientCreate1.mjs} +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups → oortRateSheets}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortConnections → oortRateSheets}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortConnections → oortRateSheets}/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups → oortRoutes}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups → oortRoutes}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/AddLineItemsReq.mjs → oortRoutes/client/requests/GetOortRoutesByIdRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/CreateCourierPayDriverLineItemGroupRequest.mjs → oortRoutes/client/requests/RouteCreateReq.mjs} +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/GetCalculateCourierPayDriverLineItemGroupRequest.mjs → oortRoutes/client/requests/UpdateRouteReq.mjs} +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverPayouts → oortRoutes}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups → oortRoutes}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups → oortRoutes}/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverRate/client/requests/index.mjs → oortShippers/client/index.d.mts} +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverRateSheets/client/requests → oortShippers/client}/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverPayouts → oortShippers}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverPayouts → oortShippers}/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByIdRequest.mjs → orgs/client/requests/PostOrgPublicDataReq.mjs} +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverPayouts → profiles}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverPayouts → profiles}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByTaskGroupIdRequest.mjs → profiles/client/requests/CourierProfileCreate2.mjs} +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/RemoveLineItemsReq.mjs → profiles/client/requests/GetCourierProfileRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{oortCourierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientCreate1.mjs → profiles/client/requests/GetHandleIsAvailableRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → profiles}/client/requests/index.mjs +0 -0
- /package/dist/esm/api/{resources/oortCourierPayDriverRate/client/requests/CourierPayDriverRateSheetClientCreate1.mjs → types/AppModelsDbOortVehicle1Vehicle1.mjs} +0 -0
- /package/dist/esm/api/{resources/oortCourierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.mjs → types/AppModelsDbProfilesCourierOrgProfile2Vehicle1.mjs} +0 -0
- /package/dist/esm/api/{resources/oortDrivers/client/requests/DriverCreateReq.mjs → types/CourierCity.mjs} +0 -0
- /package/dist/esm/api/{resources/oortMilestoneNotificationPreferences/client/requests/MilestoneNotificationPreferencesClientCreate1.mjs → types/CourierOrgInfo1.mjs} +0 -0
- /package/dist/esm/api/{resources/oortMilestones/client/requests/MilestoneAddToTaskReq.mjs → types/CourierProfile2.mjs} +0 -0
- /package/dist/esm/api/{resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.mjs → types/CourierProfileRes2.mjs} +0 -0
- /package/dist/esm/api/{resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.mjs → types/CourierState.mjs} +0 -0
- /package/dist/esm/api/{resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.mjs → types/EmailAddress1.mjs} +0 -0
- /package/dist/esm/api/{resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientUpdate1.mjs → types/GetTaskGroupWithFullTaskInfoRes.mjs} +0 -0
- /package/dist/esm/api/{resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.mjs → types/GetTaskGroupWithTasksRes.mjs} +0 -0
- /package/dist/esm/api/{resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.mjs → types/GetTaskGroupsWithFullTaskInfoListRes.mjs} +0 -0
- /package/dist/esm/api/{resources/oortOrgProfiles/client/requests/CourierOrgProfileClientUpdate3.mjs → types/GetTaskGroupsWithTasksListRes.mjs} +0 -0
- /package/dist/esm/api/{resources/oortOrgProfiles/client/requests/GetAvatarRequest.mjs → types/GetTaskInfoListRes.mjs} +0 -0
- /package/dist/esm/api/{resources/oortShipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.mjs → types/PhoneNumber1.mjs} +0 -0
- /package/dist/esm/api/{resources/oortTaskGroups/client/requests/SetTaskGroupPauseReq.mjs → types/RateSheet1.mjs} +0 -0
- /package/dist/esm/api/{resources/oortTaskGroups/client/requests/UpdateTaskGroupReq.mjs → types/Route1.mjs} +0 -0
- /package/dist/esm/api/{resources/orgs/client/requests/CreateOrgPublicDataReq.mjs → types/RouteDetailRes.mjs} +0 -0
- /package/dist/esm/api/{resources/orgs/client/requests/UpdateOrgPublicDataReq.mjs → types/ShipperOrgInfo1.mjs} +0 -0
- /package/dist/esm/api/types/{CourierNotificationEventEnum.mjs → ShipperToCourier1.mjs} +0 -0
- /package/dist/esm/api/types/{CourierNotificationPreferences1.mjs → ShipperUserInfo1.mjs} +0 -0
- /package/dist/esm/api/types/{CourierOrgConnectionInfo1.mjs → SocialLinks.mjs} +0 -0
- /package/dist/esm/api/types/{CourierPayDriverLineItemGroup1.mjs → TaskDetailRes.mjs} +0 -0
- /package/dist/esm/api/types/{CourierPayDriverLineItemGroupClientCreate1.mjs → TaskGroupDetailRes.mjs} +0 -0
- /package/dist/esm/api/types/{CourierPayDriverRateSheet1.mjs → TaskInfo.mjs} +0 -0
- /package/dist/esm/api/types/{EmailReq.mjs → UpdateRouteRes.mjs} +0 -0
- /package/dist/esm/api/types/{EmailRes.mjs → UserPublicData5.mjs} +0 -0
- /package/dist/esm/api/types/{MilestoneNotificationPreferences1.mjs → Vehicle1Input.mjs} +0 -0
- /package/dist/esm/api/types/{MultipleTaskGroupsDetailsResponse.mjs → VehicleRate1.mjs} +0 -0
|
@@ -6,11 +6,11 @@ export interface Task1 {
|
|
|
6
6
|
schema_version: number;
|
|
7
7
|
location?: Chrt.Feature;
|
|
8
8
|
action?: Task1.Action;
|
|
9
|
-
|
|
9
|
+
primary_point_of_contact_id?: string;
|
|
10
|
+
secondary_point_of_contact_id?: string;
|
|
10
11
|
arrive_by?: string;
|
|
11
12
|
arrive_at?: string;
|
|
12
13
|
comments?: string;
|
|
13
|
-
flight_number?: string;
|
|
14
14
|
_id: string;
|
|
15
15
|
order_id: string;
|
|
16
16
|
order_short_id: string;
|
|
@@ -18,14 +18,14 @@ export interface Task1 {
|
|
|
18
18
|
created_by_org_id: string;
|
|
19
19
|
/** Must be a string starting with `user_` */
|
|
20
20
|
created_by_user_id: string;
|
|
21
|
-
order_cancelled?: boolean;
|
|
22
21
|
completed?: boolean;
|
|
23
22
|
completed_at?: string;
|
|
24
23
|
cargo_ids?: string[];
|
|
25
24
|
milestone_ids?: string[];
|
|
26
25
|
incident_ids?: string[];
|
|
27
26
|
insurance_ids?: string[];
|
|
27
|
+
flight_number?: string;
|
|
28
28
|
}
|
|
29
29
|
export declare namespace Task1 {
|
|
30
|
-
type Action = Chrt.TaskActionEnum1 | Chrt.ObcNfoTaskActionEnum;
|
|
30
|
+
type Action = Chrt.TaskActionEnum1 | Chrt.ObcNfoTaskActionEnum | string;
|
|
31
31
|
}
|
|
@@ -6,12 +6,12 @@ export interface TaskClientCreate1 {
|
|
|
6
6
|
schema_version: number;
|
|
7
7
|
location?: Chrt.Feature;
|
|
8
8
|
action?: TaskClientCreate1.Action;
|
|
9
|
-
|
|
9
|
+
primary_point_of_contact_id?: string;
|
|
10
|
+
secondary_point_of_contact_id?: string;
|
|
10
11
|
arrive_by?: string;
|
|
11
12
|
arrive_at?: string;
|
|
12
13
|
comments?: string;
|
|
13
|
-
flight_number?: string;
|
|
14
14
|
}
|
|
15
15
|
export declare namespace TaskClientCreate1 {
|
|
16
|
-
type Action = Chrt.TaskActionEnum1 | Chrt.ObcNfoTaskActionEnum;
|
|
16
|
+
type Action = Chrt.TaskActionEnum1 | Chrt.ObcNfoTaskActionEnum | string;
|
|
17
17
|
}
|
|
@@ -7,7 +7,5 @@ export interface TaskCreateBundle {
|
|
|
7
7
|
milestone_client_creates?: Chrt.MilestoneClientCreate1[];
|
|
8
8
|
/** Client-side generated UUID that is used with cargo_client_creates_map to find a oort.CargoClientCreate1 object */
|
|
9
9
|
cargo_client_creates_uuids?: string[];
|
|
10
|
-
/** Email addresses to send notifications to for each milestone */
|
|
11
|
-
email_addresses?: string[];
|
|
12
10
|
flight_number?: string;
|
|
13
11
|
}
|
|
@@ -14,11 +14,5 @@ export interface TaskGroup1 {
|
|
|
14
14
|
shipper_org_id?: string;
|
|
15
15
|
/** Must be a string starting with `org_` */
|
|
16
16
|
courier_org_id?: string;
|
|
17
|
-
|
|
18
|
-
status?: Chrt.TaskGroupStatusEnum1;
|
|
19
|
-
driver_id?: string;
|
|
20
|
-
started_at?: string;
|
|
21
|
-
completed_at?: string;
|
|
22
|
-
completed?: boolean;
|
|
23
|
-
paused?: boolean;
|
|
17
|
+
route_id?: string;
|
|
24
18
|
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type UsStatesEnum = "alabama" | "alaska" | "arizona" | "arkansas" | "california" | "colorado" | "connecticut" | "delaware" | "florida" | "georgia" | "hawaii" | "idaho" | "illinois" | "indiana" | "iowa" | "kansas" | "kentucky" | "louisiana" | "maine" | "maryland" | "massachusetts" | "michigan" | "minnesota" | "mississippi" | "missouri" | "montana" | "nebraska" | "nevada" | "new_hampshire" | "new_jersey" | "new_mexico" | "new_york" | "north_carolina" | "north_dakota" | "ohio" | "oklahoma" | "oregon" | "pennsylvania" | "rhode_island" | "south_carolina" | "south_dakota" | "tennessee" | "texas" | "utah" | "vermont" | "virginia" | "washington" | "west_virginia" | "wisconsin" | "wyoming" | "district_of_columbia" | "puerto_rico";
|
|
5
|
+
export declare const UsStatesEnum: {
|
|
6
|
+
readonly Alabama: "alabama";
|
|
7
|
+
readonly Alaska: "alaska";
|
|
8
|
+
readonly Arizona: "arizona";
|
|
9
|
+
readonly Arkansas: "arkansas";
|
|
10
|
+
readonly California: "california";
|
|
11
|
+
readonly Colorado: "colorado";
|
|
12
|
+
readonly Connecticut: "connecticut";
|
|
13
|
+
readonly Delaware: "delaware";
|
|
14
|
+
readonly Florida: "florida";
|
|
15
|
+
readonly Georgia: "georgia";
|
|
16
|
+
readonly Hawaii: "hawaii";
|
|
17
|
+
readonly Idaho: "idaho";
|
|
18
|
+
readonly Illinois: "illinois";
|
|
19
|
+
readonly Indiana: "indiana";
|
|
20
|
+
readonly Iowa: "iowa";
|
|
21
|
+
readonly Kansas: "kansas";
|
|
22
|
+
readonly Kentucky: "kentucky";
|
|
23
|
+
readonly Louisiana: "louisiana";
|
|
24
|
+
readonly Maine: "maine";
|
|
25
|
+
readonly Maryland: "maryland";
|
|
26
|
+
readonly Massachusetts: "massachusetts";
|
|
27
|
+
readonly Michigan: "michigan";
|
|
28
|
+
readonly Minnesota: "minnesota";
|
|
29
|
+
readonly Mississippi: "mississippi";
|
|
30
|
+
readonly Missouri: "missouri";
|
|
31
|
+
readonly Montana: "montana";
|
|
32
|
+
readonly Nebraska: "nebraska";
|
|
33
|
+
readonly Nevada: "nevada";
|
|
34
|
+
readonly NewHampshire: "new_hampshire";
|
|
35
|
+
readonly NewJersey: "new_jersey";
|
|
36
|
+
readonly NewMexico: "new_mexico";
|
|
37
|
+
readonly NewYork: "new_york";
|
|
38
|
+
readonly NorthCarolina: "north_carolina";
|
|
39
|
+
readonly NorthDakota: "north_dakota";
|
|
40
|
+
readonly Ohio: "ohio";
|
|
41
|
+
readonly Oklahoma: "oklahoma";
|
|
42
|
+
readonly Oregon: "oregon";
|
|
43
|
+
readonly Pennsylvania: "pennsylvania";
|
|
44
|
+
readonly RhodeIsland: "rhode_island";
|
|
45
|
+
readonly SouthCarolina: "south_carolina";
|
|
46
|
+
readonly SouthDakota: "south_dakota";
|
|
47
|
+
readonly Tennessee: "tennessee";
|
|
48
|
+
readonly Texas: "texas";
|
|
49
|
+
readonly Utah: "utah";
|
|
50
|
+
readonly Vermont: "vermont";
|
|
51
|
+
readonly Virginia: "virginia";
|
|
52
|
+
readonly Washington: "washington";
|
|
53
|
+
readonly WestVirginia: "west_virginia";
|
|
54
|
+
readonly Wisconsin: "wisconsin";
|
|
55
|
+
readonly Wyoming: "wyoming";
|
|
56
|
+
readonly DistrictOfColumbia: "district_of_columbia";
|
|
57
|
+
readonly PuertoRico: "puerto_rico";
|
|
58
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.UsStatesEnum = void 0;
|
|
7
|
+
exports.UsStatesEnum = {
|
|
8
|
+
Alabama: "alabama",
|
|
9
|
+
Alaska: "alaska",
|
|
10
|
+
Arizona: "arizona",
|
|
11
|
+
Arkansas: "arkansas",
|
|
12
|
+
California: "california",
|
|
13
|
+
Colorado: "colorado",
|
|
14
|
+
Connecticut: "connecticut",
|
|
15
|
+
Delaware: "delaware",
|
|
16
|
+
Florida: "florida",
|
|
17
|
+
Georgia: "georgia",
|
|
18
|
+
Hawaii: "hawaii",
|
|
19
|
+
Idaho: "idaho",
|
|
20
|
+
Illinois: "illinois",
|
|
21
|
+
Indiana: "indiana",
|
|
22
|
+
Iowa: "iowa",
|
|
23
|
+
Kansas: "kansas",
|
|
24
|
+
Kentucky: "kentucky",
|
|
25
|
+
Louisiana: "louisiana",
|
|
26
|
+
Maine: "maine",
|
|
27
|
+
Maryland: "maryland",
|
|
28
|
+
Massachusetts: "massachusetts",
|
|
29
|
+
Michigan: "michigan",
|
|
30
|
+
Minnesota: "minnesota",
|
|
31
|
+
Mississippi: "mississippi",
|
|
32
|
+
Missouri: "missouri",
|
|
33
|
+
Montana: "montana",
|
|
34
|
+
Nebraska: "nebraska",
|
|
35
|
+
Nevada: "nevada",
|
|
36
|
+
NewHampshire: "new_hampshire",
|
|
37
|
+
NewJersey: "new_jersey",
|
|
38
|
+
NewMexico: "new_mexico",
|
|
39
|
+
NewYork: "new_york",
|
|
40
|
+
NorthCarolina: "north_carolina",
|
|
41
|
+
NorthDakota: "north_dakota",
|
|
42
|
+
Ohio: "ohio",
|
|
43
|
+
Oklahoma: "oklahoma",
|
|
44
|
+
Oregon: "oregon",
|
|
45
|
+
Pennsylvania: "pennsylvania",
|
|
46
|
+
RhodeIsland: "rhode_island",
|
|
47
|
+
SouthCarolina: "south_carolina",
|
|
48
|
+
SouthDakota: "south_dakota",
|
|
49
|
+
Tennessee: "tennessee",
|
|
50
|
+
Texas: "texas",
|
|
51
|
+
Utah: "utah",
|
|
52
|
+
Vermont: "vermont",
|
|
53
|
+
Virginia: "virginia",
|
|
54
|
+
Washington: "washington",
|
|
55
|
+
WestVirginia: "west_virginia",
|
|
56
|
+
Wisconsin: "wisconsin",
|
|
57
|
+
Wyoming: "wyoming",
|
|
58
|
+
DistrictOfColumbia: "district_of_columbia",
|
|
59
|
+
PuertoRico: "puerto_rico",
|
|
60
|
+
};
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export interface
|
|
4
|
+
export interface UserPublicData5 {
|
|
5
5
|
schema_version: number;
|
|
6
6
|
created_at: string;
|
|
7
7
|
last_edited: string;
|
|
8
8
|
courier_profile_is_public: boolean;
|
|
9
9
|
user_id: string;
|
|
10
10
|
customer_id?: string;
|
|
11
|
+
handle?: string;
|
|
11
12
|
primary_email_address?: string;
|
|
12
13
|
notes?: Record<string, unknown>;
|
|
13
14
|
_id: string;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
5
|
+
export interface Vehicle1Input {
|
|
6
|
+
vehicle_type: Chrt.VehicleTypeEnum;
|
|
7
|
+
vehicle_count?: number;
|
|
8
|
+
rates_obj?: Chrt.VehicleRate1;
|
|
9
|
+
rates_str?: string;
|
|
10
|
+
}
|
|
@@ -2,20 +2,19 @@ export * from "./BaseModel.js";
|
|
|
2
2
|
export * from "./Cargo1.js";
|
|
3
3
|
export * from "./CargoClientCreate1.js";
|
|
4
4
|
export * from "./CargoTypeEnum1.js";
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
5
|
+
export * from "./CourierAvailabilityEnum.js";
|
|
6
|
+
export * from "./CourierCity.js";
|
|
7
|
+
export * from "./CourierOrgInfo1.js";
|
|
8
8
|
export * from "./CourierOrgProfile3.js";
|
|
9
|
-
export * from "./
|
|
10
|
-
export * from "./
|
|
11
|
-
export * from "./
|
|
9
|
+
export * from "./CourierProfile2.js";
|
|
10
|
+
export * from "./CourierProfileRes2.js";
|
|
11
|
+
export * from "./CourierServiceEnum.js";
|
|
12
|
+
export * from "./CourierState.js";
|
|
12
13
|
export * from "./CreateCheckoutSessionRes2.js";
|
|
13
14
|
export * from "./CreateOrderRes.js";
|
|
14
15
|
export * from "./DecodedJwtWithOrgAndUserId.js";
|
|
15
16
|
export * from "./Driver1.js";
|
|
16
|
-
export * from "./
|
|
17
|
-
export * from "./EmailReq.js";
|
|
18
|
-
export * from "./EmailRes.js";
|
|
17
|
+
export * from "./EmailAddress1.js";
|
|
19
18
|
export * from "./Expense1.js";
|
|
20
19
|
export * from "./FeatureInputGeometry.js";
|
|
21
20
|
export * from "./Feature.js";
|
|
@@ -25,66 +24,72 @@ export * from "./GeometryCollection.js";
|
|
|
25
24
|
export * from "./GeometryCollectionOutputGeometriesItem.js";
|
|
26
25
|
export * from "./GetOrderFullRes.js";
|
|
27
26
|
export * from "./GetOrderRes.js";
|
|
27
|
+
export * from "./GetTaskGroupWithFullTaskInfoRes.js";
|
|
28
|
+
export * from "./GetTaskGroupWithTasksRes.js";
|
|
29
|
+
export * from "./GetTaskGroupsWithFullTaskInfoListRes.js";
|
|
30
|
+
export * from "./GetTaskGroupsWithTasksListRes.js";
|
|
31
|
+
export * from "./GetTaskInfoListRes.js";
|
|
28
32
|
export * from "./HttpValidationError.js";
|
|
29
33
|
export * from "./Incident1.js";
|
|
30
34
|
export * from "./IncidentEnum1.js";
|
|
35
|
+
export * from "./IndustryEnum.js";
|
|
31
36
|
export * from "./Insurance1.js";
|
|
32
37
|
export * from "./LineItem1.js";
|
|
33
38
|
export * from "./LineItemEnum1.js";
|
|
34
39
|
export * from "./LineString.js";
|
|
35
40
|
export * from "./Milestone1.js";
|
|
36
41
|
export * from "./MilestoneClientCreate1.js";
|
|
37
|
-
export * from "./MilestoneNotificationPreferences1.js";
|
|
38
42
|
export * from "./MilestoneTypeEnum1.js";
|
|
39
43
|
export * from "./MultiLineString.js";
|
|
40
44
|
export * from "./MultiPoint.js";
|
|
41
45
|
export * from "./MultiPolygon.js";
|
|
42
|
-
export * from "./MultipleTaskGroupsDetailsResponse.js";
|
|
43
|
-
export * from "./MultipleTaskGroupsWithTasks.js";
|
|
44
|
-
export * from "./NotificationChannelEnum.js";
|
|
45
46
|
export * from "./ObcNfoTaskActionEnum.js";
|
|
46
|
-
export * from "./OffChrtShipperOrgConnectionInfo1.js";
|
|
47
47
|
export * from "./Order1.js";
|
|
48
48
|
export * from "./OrderClientCreate1.js";
|
|
49
49
|
export * from "./OrderCreatedByTypeEnum.js";
|
|
50
50
|
export * from "./OrderDispatchTypeEnum.js";
|
|
51
|
-
export * from "./OrderStatusEnum1.js";
|
|
52
51
|
export * from "./OrgMemberDetails.js";
|
|
53
52
|
export * from "./OrgMembersAndDrivers.js";
|
|
54
53
|
export * from "./OrgPublicData2.js";
|
|
55
54
|
export * from "./PayablesInvoice1.js";
|
|
55
|
+
export * from "./PhoneNumber1.js";
|
|
56
56
|
export * from "./Point.js";
|
|
57
57
|
export * from "./Polygon.js";
|
|
58
58
|
export * from "./Position2D.js";
|
|
59
59
|
export * from "./Position3D.js";
|
|
60
60
|
export * from "./PriceNameEnum.js";
|
|
61
|
+
export * from "./RateSheet1.js";
|
|
61
62
|
export * from "./ReceivablesInvoice1.js";
|
|
63
|
+
export * from "./Route1.js";
|
|
64
|
+
export * from "./RouteByIdEnum.js";
|
|
65
|
+
export * from "./RouteDetailRes.js";
|
|
62
66
|
export * from "./RouteTypeEnum1.js";
|
|
63
67
|
export * from "./Shipper2.js";
|
|
64
|
-
export * from "./ShipperContactInfo1.js";
|
|
65
|
-
export * from "./ShipperContactInfoClientCreate1.js";
|
|
66
68
|
export * from "./ShipperCourierConnection1.js";
|
|
67
|
-
export * from "./
|
|
68
|
-
export * from "./
|
|
69
|
-
export * from "./
|
|
69
|
+
export * from "./ShipperOrgInfo1.js";
|
|
70
|
+
export * from "./ShipperToCourier1.js";
|
|
71
|
+
export * from "./ShipperUserInfo1.js";
|
|
72
|
+
export * from "./SocialLinks.js";
|
|
70
73
|
export * from "./StreetAddress1.js";
|
|
71
74
|
export * from "./StripeConnectInvoice1.js";
|
|
72
75
|
export * from "./Task1.js";
|
|
73
76
|
export * from "./TaskActionEnum1.js";
|
|
74
77
|
export * from "./TaskClientCreate1.js";
|
|
75
78
|
export * from "./TaskCreateBundle.js";
|
|
79
|
+
export * from "./TaskDetailRes.js";
|
|
76
80
|
export * from "./TaskGroup1.js";
|
|
77
|
-
export * from "./
|
|
78
|
-
export * from "./
|
|
79
|
-
export * from "./TaskGroupWithDetails.js";
|
|
80
|
-
export * from "./TaskGroupWithTasks.js";
|
|
81
|
-
export * from "./TaskWithDetails.js";
|
|
81
|
+
export * from "./TaskGroupDetailRes.js";
|
|
82
|
+
export * from "./TaskInfo.js";
|
|
82
83
|
export * from "./TemplateRes.js";
|
|
83
84
|
export * from "./Tracker1.js";
|
|
84
85
|
export * from "./TrackerSession1.js";
|
|
85
86
|
export * from "./TransportTypeEnum.js";
|
|
86
|
-
export * from "./
|
|
87
|
-
export * from "./
|
|
87
|
+
export * from "./UsStatesEnum.js";
|
|
88
|
+
export * from "./UpdateRouteRes.js";
|
|
89
|
+
export * from "./UserPublicData5.js";
|
|
88
90
|
export * from "./ValidationError.js";
|
|
89
|
-
export * from "./
|
|
91
|
+
export * from "./Vehicle1Input.js";
|
|
92
|
+
export * from "./VehicleRate1.js";
|
|
90
93
|
export * from "./VehicleTypeEnum.js";
|
|
94
|
+
export * from "./AppModelsDbOortVehicle1Vehicle1.js";
|
|
95
|
+
export * from "./AppModelsDbProfilesCourierOrgProfile2Vehicle1.js";
|
|
@@ -18,20 +18,19 @@ __exportStar(require("./BaseModel.js"), exports);
|
|
|
18
18
|
__exportStar(require("./Cargo1.js"), exports);
|
|
19
19
|
__exportStar(require("./CargoClientCreate1.js"), exports);
|
|
20
20
|
__exportStar(require("./CargoTypeEnum1.js"), exports);
|
|
21
|
-
__exportStar(require("./
|
|
22
|
-
__exportStar(require("./
|
|
23
|
-
__exportStar(require("./
|
|
21
|
+
__exportStar(require("./CourierAvailabilityEnum.js"), exports);
|
|
22
|
+
__exportStar(require("./CourierCity.js"), exports);
|
|
23
|
+
__exportStar(require("./CourierOrgInfo1.js"), exports);
|
|
24
24
|
__exportStar(require("./CourierOrgProfile3.js"), exports);
|
|
25
|
-
__exportStar(require("./
|
|
26
|
-
__exportStar(require("./
|
|
27
|
-
__exportStar(require("./
|
|
25
|
+
__exportStar(require("./CourierProfile2.js"), exports);
|
|
26
|
+
__exportStar(require("./CourierProfileRes2.js"), exports);
|
|
27
|
+
__exportStar(require("./CourierServiceEnum.js"), exports);
|
|
28
|
+
__exportStar(require("./CourierState.js"), exports);
|
|
28
29
|
__exportStar(require("./CreateCheckoutSessionRes2.js"), exports);
|
|
29
30
|
__exportStar(require("./CreateOrderRes.js"), exports);
|
|
30
31
|
__exportStar(require("./DecodedJwtWithOrgAndUserId.js"), exports);
|
|
31
32
|
__exportStar(require("./Driver1.js"), exports);
|
|
32
|
-
__exportStar(require("./
|
|
33
|
-
__exportStar(require("./EmailReq.js"), exports);
|
|
34
|
-
__exportStar(require("./EmailRes.js"), exports);
|
|
33
|
+
__exportStar(require("./EmailAddress1.js"), exports);
|
|
35
34
|
__exportStar(require("./Expense1.js"), exports);
|
|
36
35
|
__exportStar(require("./FeatureInputGeometry.js"), exports);
|
|
37
36
|
__exportStar(require("./Feature.js"), exports);
|
|
@@ -41,66 +40,72 @@ __exportStar(require("./GeometryCollection.js"), exports);
|
|
|
41
40
|
__exportStar(require("./GeometryCollectionOutputGeometriesItem.js"), exports);
|
|
42
41
|
__exportStar(require("./GetOrderFullRes.js"), exports);
|
|
43
42
|
__exportStar(require("./GetOrderRes.js"), exports);
|
|
43
|
+
__exportStar(require("./GetTaskGroupWithFullTaskInfoRes.js"), exports);
|
|
44
|
+
__exportStar(require("./GetTaskGroupWithTasksRes.js"), exports);
|
|
45
|
+
__exportStar(require("./GetTaskGroupsWithFullTaskInfoListRes.js"), exports);
|
|
46
|
+
__exportStar(require("./GetTaskGroupsWithTasksListRes.js"), exports);
|
|
47
|
+
__exportStar(require("./GetTaskInfoListRes.js"), exports);
|
|
44
48
|
__exportStar(require("./HttpValidationError.js"), exports);
|
|
45
49
|
__exportStar(require("./Incident1.js"), exports);
|
|
46
50
|
__exportStar(require("./IncidentEnum1.js"), exports);
|
|
51
|
+
__exportStar(require("./IndustryEnum.js"), exports);
|
|
47
52
|
__exportStar(require("./Insurance1.js"), exports);
|
|
48
53
|
__exportStar(require("./LineItem1.js"), exports);
|
|
49
54
|
__exportStar(require("./LineItemEnum1.js"), exports);
|
|
50
55
|
__exportStar(require("./LineString.js"), exports);
|
|
51
56
|
__exportStar(require("./Milestone1.js"), exports);
|
|
52
57
|
__exportStar(require("./MilestoneClientCreate1.js"), exports);
|
|
53
|
-
__exportStar(require("./MilestoneNotificationPreferences1.js"), exports);
|
|
54
58
|
__exportStar(require("./MilestoneTypeEnum1.js"), exports);
|
|
55
59
|
__exportStar(require("./MultiLineString.js"), exports);
|
|
56
60
|
__exportStar(require("./MultiPoint.js"), exports);
|
|
57
61
|
__exportStar(require("./MultiPolygon.js"), exports);
|
|
58
|
-
__exportStar(require("./MultipleTaskGroupsDetailsResponse.js"), exports);
|
|
59
|
-
__exportStar(require("./MultipleTaskGroupsWithTasks.js"), exports);
|
|
60
|
-
__exportStar(require("./NotificationChannelEnum.js"), exports);
|
|
61
62
|
__exportStar(require("./ObcNfoTaskActionEnum.js"), exports);
|
|
62
|
-
__exportStar(require("./OffChrtShipperOrgConnectionInfo1.js"), exports);
|
|
63
63
|
__exportStar(require("./Order1.js"), exports);
|
|
64
64
|
__exportStar(require("./OrderClientCreate1.js"), exports);
|
|
65
65
|
__exportStar(require("./OrderCreatedByTypeEnum.js"), exports);
|
|
66
66
|
__exportStar(require("./OrderDispatchTypeEnum.js"), exports);
|
|
67
|
-
__exportStar(require("./OrderStatusEnum1.js"), exports);
|
|
68
67
|
__exportStar(require("./OrgMemberDetails.js"), exports);
|
|
69
68
|
__exportStar(require("./OrgMembersAndDrivers.js"), exports);
|
|
70
69
|
__exportStar(require("./OrgPublicData2.js"), exports);
|
|
71
70
|
__exportStar(require("./PayablesInvoice1.js"), exports);
|
|
71
|
+
__exportStar(require("./PhoneNumber1.js"), exports);
|
|
72
72
|
__exportStar(require("./Point.js"), exports);
|
|
73
73
|
__exportStar(require("./Polygon.js"), exports);
|
|
74
74
|
__exportStar(require("./Position2D.js"), exports);
|
|
75
75
|
__exportStar(require("./Position3D.js"), exports);
|
|
76
76
|
__exportStar(require("./PriceNameEnum.js"), exports);
|
|
77
|
+
__exportStar(require("./RateSheet1.js"), exports);
|
|
77
78
|
__exportStar(require("./ReceivablesInvoice1.js"), exports);
|
|
79
|
+
__exportStar(require("./Route1.js"), exports);
|
|
80
|
+
__exportStar(require("./RouteByIdEnum.js"), exports);
|
|
81
|
+
__exportStar(require("./RouteDetailRes.js"), exports);
|
|
78
82
|
__exportStar(require("./RouteTypeEnum1.js"), exports);
|
|
79
83
|
__exportStar(require("./Shipper2.js"), exports);
|
|
80
|
-
__exportStar(require("./ShipperContactInfo1.js"), exports);
|
|
81
|
-
__exportStar(require("./ShipperContactInfoClientCreate1.js"), exports);
|
|
82
84
|
__exportStar(require("./ShipperCourierConnection1.js"), exports);
|
|
83
|
-
__exportStar(require("./
|
|
84
|
-
__exportStar(require("./
|
|
85
|
-
__exportStar(require("./
|
|
85
|
+
__exportStar(require("./ShipperOrgInfo1.js"), exports);
|
|
86
|
+
__exportStar(require("./ShipperToCourier1.js"), exports);
|
|
87
|
+
__exportStar(require("./ShipperUserInfo1.js"), exports);
|
|
88
|
+
__exportStar(require("./SocialLinks.js"), exports);
|
|
86
89
|
__exportStar(require("./StreetAddress1.js"), exports);
|
|
87
90
|
__exportStar(require("./StripeConnectInvoice1.js"), exports);
|
|
88
91
|
__exportStar(require("./Task1.js"), exports);
|
|
89
92
|
__exportStar(require("./TaskActionEnum1.js"), exports);
|
|
90
93
|
__exportStar(require("./TaskClientCreate1.js"), exports);
|
|
91
94
|
__exportStar(require("./TaskCreateBundle.js"), exports);
|
|
95
|
+
__exportStar(require("./TaskDetailRes.js"), exports);
|
|
92
96
|
__exportStar(require("./TaskGroup1.js"), exports);
|
|
93
|
-
__exportStar(require("./
|
|
94
|
-
__exportStar(require("./
|
|
95
|
-
__exportStar(require("./TaskGroupWithDetails.js"), exports);
|
|
96
|
-
__exportStar(require("./TaskGroupWithTasks.js"), exports);
|
|
97
|
-
__exportStar(require("./TaskWithDetails.js"), exports);
|
|
97
|
+
__exportStar(require("./TaskGroupDetailRes.js"), exports);
|
|
98
|
+
__exportStar(require("./TaskInfo.js"), exports);
|
|
98
99
|
__exportStar(require("./TemplateRes.js"), exports);
|
|
99
100
|
__exportStar(require("./Tracker1.js"), exports);
|
|
100
101
|
__exportStar(require("./TrackerSession1.js"), exports);
|
|
101
102
|
__exportStar(require("./TransportTypeEnum.js"), exports);
|
|
102
|
-
__exportStar(require("./
|
|
103
|
-
__exportStar(require("./
|
|
103
|
+
__exportStar(require("./UsStatesEnum.js"), exports);
|
|
104
|
+
__exportStar(require("./UpdateRouteRes.js"), exports);
|
|
105
|
+
__exportStar(require("./UserPublicData5.js"), exports);
|
|
104
106
|
__exportStar(require("./ValidationError.js"), exports);
|
|
105
|
-
__exportStar(require("./
|
|
107
|
+
__exportStar(require("./Vehicle1Input.js"), exports);
|
|
108
|
+
__exportStar(require("./VehicleRate1.js"), exports);
|
|
106
109
|
__exportStar(require("./VehicleTypeEnum.js"), exports);
|
|
110
|
+
__exportStar(require("./AppModelsDbOortVehicle1Vehicle1.js"), exports);
|
|
111
|
+
__exportStar(require("./AppModelsDbProfilesCourierOrgProfile2Vehicle1.js"), exports);
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.0
|
|
1
|
+
export declare const SDK_VERSION = "0.1.0-beta1";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/Client.d.mts
CHANGED
|
@@ -5,27 +5,23 @@ import * as environments from "./environments.mjs";
|
|
|
5
5
|
import * as core from "./core/index.mjs";
|
|
6
6
|
import { Dev } from "./api/resources/dev/client/Client.mjs";
|
|
7
7
|
import { Directory } from "./api/resources/directory/client/Client.mjs";
|
|
8
|
-
import {
|
|
9
|
-
import { NotificationsShipperNotificationPreferences } from "./api/resources/notificationsShipperNotificationPreferences/client/Client.mjs";
|
|
10
|
-
import { NotificationsCourierNotificationPreferences } from "./api/resources/notificationsCourierNotificationPreferences/client/Client.mjs";
|
|
8
|
+
import { Messages } from "./api/resources/messages/client/Client.mjs";
|
|
11
9
|
import { OortDrivers } from "./api/resources/oortDrivers/client/Client.mjs";
|
|
10
|
+
import { OortHandles } from "./api/resources/oortHandles/client/Client.mjs";
|
|
12
11
|
import { OortMilestones } from "./api/resources/oortMilestones/client/Client.mjs";
|
|
13
|
-
import { OortOffChrtShipperOrgConnectionInfo } from "./api/resources/oortOffChrtShipperOrgConnectionInfo/client/Client.mjs";
|
|
14
|
-
import { OortOrgConnectionInfos } from "./api/resources/oortOrgConnectionInfos/client/Client.mjs";
|
|
15
12
|
import { OortOrgProfiles } from "./api/resources/oortOrgProfiles/client/Client.mjs";
|
|
16
13
|
import { OortOrders } from "./api/resources/oortOrders/client/Client.mjs";
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import { OortCourierPayDriverPayouts } from "./api/resources/oortCourierPayDriverPayouts/client/Client.mjs";
|
|
21
|
-
import { OortConnections } from "./api/resources/oortConnections/client/Client.mjs";
|
|
14
|
+
import { OortRateSheets } from "./api/resources/oortRateSheets/client/Client.mjs";
|
|
15
|
+
import { OortRoutes } from "./api/resources/oortRoutes/client/Client.mjs";
|
|
16
|
+
import { OortShippers } from "./api/resources/oortShippers/client/Client.mjs";
|
|
22
17
|
import { OortTaskGroups } from "./api/resources/oortTaskGroups/client/Client.mjs";
|
|
23
|
-
import { OortShipperContactInfo } from "./api/resources/oortShipperContactInfo/client/Client.mjs";
|
|
24
|
-
import { OortMilestoneNotificationPreferences } from "./api/resources/oortMilestoneNotificationPreferences/client/Client.mjs";
|
|
25
18
|
import { Orgs } from "./api/resources/orgs/client/Client.mjs";
|
|
26
19
|
import { Payments } from "./api/resources/payments/client/Client.mjs";
|
|
20
|
+
import { Profiles } from "./api/resources/profiles/client/Client.mjs";
|
|
27
21
|
import { Root } from "./api/resources/root/client/Client.mjs";
|
|
28
22
|
import { Users } from "./api/resources/users/client/Client.mjs";
|
|
23
|
+
import { Mirror } from "./api/resources/mirror/client/Client.mjs";
|
|
24
|
+
import { OortCourierPayDriverRate } from "./api/resources/oortCourierPayDriverRate/client/Client.mjs";
|
|
29
25
|
export declare namespace ChrtClient {
|
|
30
26
|
interface Options {
|
|
31
27
|
environment?: core.Supplier<environments.ChrtEnvironment | string>;
|
|
@@ -51,49 +47,41 @@ export declare class ChrtClient {
|
|
|
51
47
|
protected readonly _options: ChrtClient.Options;
|
|
52
48
|
protected _dev: Dev | undefined;
|
|
53
49
|
protected _directory: Directory | undefined;
|
|
54
|
-
protected
|
|
55
|
-
protected _notificationsShipperNotificationPreferences: NotificationsShipperNotificationPreferences | undefined;
|
|
56
|
-
protected _notificationsCourierNotificationPreferences: NotificationsCourierNotificationPreferences | undefined;
|
|
50
|
+
protected _messages: Messages | undefined;
|
|
57
51
|
protected _oortDrivers: OortDrivers | undefined;
|
|
52
|
+
protected _oortHandles: OortHandles | undefined;
|
|
58
53
|
protected _oortMilestones: OortMilestones | undefined;
|
|
59
|
-
protected _oortOffChrtShipperOrgConnectionInfo: OortOffChrtShipperOrgConnectionInfo | undefined;
|
|
60
|
-
protected _oortOrgConnectionInfos: OortOrgConnectionInfos | undefined;
|
|
61
54
|
protected _oortOrgProfiles: OortOrgProfiles | undefined;
|
|
62
55
|
protected _oortOrders: OortOrders | undefined;
|
|
63
|
-
protected
|
|
64
|
-
protected
|
|
65
|
-
protected
|
|
66
|
-
protected _oortCourierPayDriverPayouts: OortCourierPayDriverPayouts | undefined;
|
|
67
|
-
protected _oortConnections: OortConnections | undefined;
|
|
56
|
+
protected _oortRateSheets: OortRateSheets | undefined;
|
|
57
|
+
protected _oortRoutes: OortRoutes | undefined;
|
|
58
|
+
protected _oortShippers: OortShippers | undefined;
|
|
68
59
|
protected _oortTaskGroups: OortTaskGroups | undefined;
|
|
69
|
-
protected _oortShipperContactInfo: OortShipperContactInfo | undefined;
|
|
70
|
-
protected _oortMilestoneNotificationPreferences: OortMilestoneNotificationPreferences | undefined;
|
|
71
60
|
protected _orgs: Orgs | undefined;
|
|
72
61
|
protected _payments: Payments | undefined;
|
|
62
|
+
protected _profiles: Profiles | undefined;
|
|
73
63
|
protected _root: Root | undefined;
|
|
74
64
|
protected _users: Users | undefined;
|
|
65
|
+
protected _mirror: Mirror | undefined;
|
|
66
|
+
protected _oortCourierPayDriverRate: OortCourierPayDriverRate | undefined;
|
|
75
67
|
constructor(_options?: ChrtClient.Options);
|
|
76
68
|
get dev(): Dev;
|
|
77
69
|
get directory(): Directory;
|
|
78
|
-
get
|
|
79
|
-
get notificationsShipperNotificationPreferences(): NotificationsShipperNotificationPreferences;
|
|
80
|
-
get notificationsCourierNotificationPreferences(): NotificationsCourierNotificationPreferences;
|
|
70
|
+
get messages(): Messages;
|
|
81
71
|
get oortDrivers(): OortDrivers;
|
|
72
|
+
get oortHandles(): OortHandles;
|
|
82
73
|
get oortMilestones(): OortMilestones;
|
|
83
|
-
get oortOffChrtShipperOrgConnectionInfo(): OortOffChrtShipperOrgConnectionInfo;
|
|
84
|
-
get oortOrgConnectionInfos(): OortOrgConnectionInfos;
|
|
85
74
|
get oortOrgProfiles(): OortOrgProfiles;
|
|
86
75
|
get oortOrders(): OortOrders;
|
|
87
|
-
get
|
|
88
|
-
get
|
|
89
|
-
get
|
|
90
|
-
get oortCourierPayDriverPayouts(): OortCourierPayDriverPayouts;
|
|
91
|
-
get oortConnections(): OortConnections;
|
|
76
|
+
get oortRateSheets(): OortRateSheets;
|
|
77
|
+
get oortRoutes(): OortRoutes;
|
|
78
|
+
get oortShippers(): OortShippers;
|
|
92
79
|
get oortTaskGroups(): OortTaskGroups;
|
|
93
|
-
get oortShipperContactInfo(): OortShipperContactInfo;
|
|
94
|
-
get oortMilestoneNotificationPreferences(): OortMilestoneNotificationPreferences;
|
|
95
80
|
get orgs(): Orgs;
|
|
96
81
|
get payments(): Payments;
|
|
82
|
+
get profiles(): Profiles;
|
|
97
83
|
get root(): Root;
|
|
98
84
|
get users(): Users;
|
|
85
|
+
get mirror(): Mirror;
|
|
86
|
+
get oortCourierPayDriverRate(): OortCourierPayDriverRate;
|
|
99
87
|
}
|