@chrt-inc/typescript-sdk 0.0.162 → 0.0.170-c

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.
Files changed (1644) hide show
  1. package/README.md +16 -3
  2. package/dist/cjs/Client.d.ts +93 -0
  3. package/dist/cjs/Client.js +159 -0
  4. package/dist/cjs/api/errors/UnprocessableEntityError.d.ts +9 -0
  5. package/dist/cjs/api/errors/UnprocessableEntityError.js +52 -0
  6. package/dist/cjs/api/errors/index.d.ts +1 -0
  7. package/dist/cjs/api/errors/index.js +17 -0
  8. package/dist/cjs/api/index.d.ts +3 -0
  9. package/dist/cjs/api/index.js +19 -0
  10. package/dist/cjs/api/resources/dev/client/Client.d.ts +79 -0
  11. package/dist/cjs/api/resources/dev/client/Client.js +318 -0
  12. package/dist/cjs/api/resources/dev/client/index.d.ts +2 -0
  13. package/dist/cjs/api/resources/dev/client/index.js +17 -0
  14. package/dist/cjs/api/resources/dev/client/requests/index.d.ts +1 -0
  15. package/dist/cjs/api/resources/dev/index.d.ts +1 -0
  16. package/dist/cjs/api/resources/dev/index.js +17 -0
  17. package/dist/cjs/api/resources/directory/client/Client.d.ts +45 -0
  18. package/dist/cjs/api/resources/directory/client/Client.js +128 -0
  19. package/dist/cjs/api/resources/directory/client/index.d.ts +2 -0
  20. package/dist/cjs/api/resources/directory/client/index.js +17 -0
  21. package/dist/cjs/api/resources/directory/client/requests/index.d.ts +1 -0
  22. package/dist/cjs/api/resources/directory/index.d.ts +1 -0
  23. package/dist/cjs/api/resources/directory/index.js +17 -0
  24. package/dist/cjs/api/resources/index.d.ts +41 -0
  25. package/dist/cjs/api/resources/index.js +80 -0
  26. package/dist/cjs/api/resources/notifications/client/Client.d.ts +57 -0
  27. package/dist/cjs/api/resources/notifications/client/Client.js +179 -0
  28. package/dist/cjs/api/resources/notifications/client/index.d.ts +2 -0
  29. package/dist/cjs/api/resources/notifications/client/index.js +17 -0
  30. package/dist/cjs/api/resources/notifications/client/requests/CourierNotificationPreferencesClientCreate1.d.ts +18 -0
  31. package/dist/cjs/api/resources/notifications/client/requests/index.d.ts +1 -0
  32. package/dist/cjs/api/resources/notifications/index.d.ts +1 -0
  33. package/dist/cjs/api/resources/notifications/index.js +17 -0
  34. package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/client/Client.d.ts +57 -0
  35. package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/client/Client.js +179 -0
  36. package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/client/index.d.ts +2 -0
  37. package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/client/index.js +17 -0
  38. package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/client/requests/ShipperNotificationPreferencesClientCreate1.d.ts +18 -0
  39. package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/client/requests/index.d.ts +1 -0
  40. package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/index.d.ts +1 -0
  41. package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/index.js +17 -0
  42. package/dist/cjs/api/resources/oortConnections/client/Client.d.ts +63 -0
  43. package/dist/cjs/api/resources/oortConnections/client/Client.js +224 -0
  44. package/dist/cjs/api/resources/oortConnections/client/index.d.ts +2 -0
  45. package/dist/cjs/api/resources/oortConnections/client/index.js +17 -0
  46. package/dist/cjs/api/resources/oortConnections/client/requests/index.d.ts +1 -0
  47. package/dist/cjs/api/resources/oortConnections/index.d.ts +1 -0
  48. package/dist/cjs/api/resources/oortConnections/index.js +17 -0
  49. package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/Client.d.ts +136 -0
  50. package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/Client.js +487 -0
  51. package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/index.d.ts +2 -0
  52. package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/index.js +17 -0
  53. package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/AddLineItemsReq.d.ts +19 -0
  54. package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/CreateCourierPayDriverLineItemGroupRequest.d.ts +18 -0
  55. package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCalculateCourierPayDriverLineItemGroupRequest.d.ts +18 -0
  56. package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByIdRequest.d.ts +12 -0
  57. package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByTaskGroupIdRequest.d.ts +12 -0
  58. package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/RemoveLineItemsReq.d.ts +19 -0
  59. package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/index.d.ts +6 -0
  60. package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/index.d.ts +1 -0
  61. package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/index.js +17 -0
  62. package/dist/cjs/api/resources/oortCourierPayDriverPayouts/client/Client.d.ts +70 -0
  63. package/dist/cjs/api/resources/oortCourierPayDriverPayouts/client/Client.js +241 -0
  64. package/dist/cjs/api/resources/oortCourierPayDriverPayouts/client/index.d.ts +2 -0
  65. package/dist/cjs/api/resources/oortCourierPayDriverPayouts/client/index.js +17 -0
  66. package/dist/cjs/api/resources/oortCourierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientCreate1.d.ts +14 -0
  67. package/dist/cjs/api/resources/oortCourierPayDriverPayouts/client/requests/index.d.ts +1 -0
  68. package/dist/cjs/api/resources/oortCourierPayDriverPayouts/index.d.ts +1 -0
  69. package/dist/cjs/api/resources/oortCourierPayDriverPayouts/index.js +17 -0
  70. package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/Client.d.ts +134 -0
  71. package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/Client.js +474 -0
  72. package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/index.d.ts +2 -0
  73. package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/index.js +17 -0
  74. package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientCreate1.d.ts +50 -0
  75. package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.d.ts +29 -0
  76. package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/requests/index.d.ts +2 -0
  77. package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/index.d.ts +1 -0
  78. package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/index.js +17 -0
  79. package/dist/cjs/api/resources/oortDrivers/client/Client.d.ts +147 -0
  80. package/dist/cjs/api/resources/oortDrivers/client/Client.js +576 -0
  81. package/dist/cjs/api/resources/oortDrivers/client/index.d.ts +2 -0
  82. package/dist/cjs/api/resources/oortDrivers/client/index.js +17 -0
  83. package/dist/cjs/api/resources/oortDrivers/client/requests/DriverCreateReq.d.ts +17 -0
  84. package/dist/cjs/api/resources/oortDrivers/client/requests/DriverLastSeenReq.d.ts +15 -0
  85. package/dist/cjs/api/resources/oortDrivers/client/requests/UpdateDriverDetailsReq.d.ts +18 -0
  86. package/dist/cjs/api/resources/oortDrivers/client/requests/index.d.ts +4 -0
  87. package/dist/cjs/api/resources/oortDrivers/index.d.ts +1 -0
  88. package/dist/cjs/api/resources/oortDrivers/index.js +17 -0
  89. package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/client/Client.d.ts +53 -0
  90. package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/client/Client.js +178 -0
  91. package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/client/index.d.ts +2 -0
  92. package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/client/index.js +17 -0
  93. package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/client/requests/MilestoneNotificationPreferencesClientCreate1.d.ts +18 -0
  94. package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/client/requests/index.d.ts +1 -0
  95. package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/index.d.ts +1 -0
  96. package/dist/cjs/api/resources/oortMilestoneNotificationPreferences/index.js +17 -0
  97. package/dist/cjs/api/resources/oortMilestones/client/Client.d.ts +114 -0
  98. package/dist/cjs/api/resources/oortMilestones/client/Client.js +431 -0
  99. package/dist/cjs/api/resources/oortMilestones/client/index.d.ts +2 -0
  100. package/dist/cjs/api/resources/oortMilestones/client/index.js +17 -0
  101. package/dist/cjs/api/resources/oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.d.ts +14 -0
  102. package/dist/cjs/api/resources/oortMilestones/client/requests/MilestoneAddToTaskReq.d.ts +16 -0
  103. package/dist/cjs/api/resources/oortMilestones/client/requests/index.d.ts +3 -0
  104. package/dist/cjs/api/resources/oortMilestones/index.d.ts +1 -0
  105. package/dist/cjs/api/resources/oortMilestones/index.js +17 -0
  106. package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/Client.d.ts +75 -0
  107. package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/Client.js +252 -0
  108. package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/index.d.ts +2 -0
  109. package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/index.js +17 -0
  110. package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.d.ts +25 -0
  111. package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.d.ts +20 -0
  112. package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/index.d.ts +2 -0
  113. package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/index.d.ts +1 -0
  114. package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/index.js +17 -0
  115. package/dist/cjs/api/resources/oortOrders/client/Client.d.ts +138 -0
  116. package/dist/cjs/api/resources/oortOrders/client/Client.js +509 -0
  117. package/dist/cjs/api/resources/oortOrders/client/index.d.ts +2 -0
  118. package/dist/cjs/api/resources/oortOrders/client/index.js +17 -0
  119. package/dist/cjs/api/resources/oortOrders/client/requests/CreateOrderReq.d.ts +45 -0
  120. package/dist/cjs/api/resources/oortOrders/client/requests/index.d.ts +1 -0
  121. package/dist/cjs/api/resources/oortOrders/index.d.ts +1 -0
  122. package/dist/cjs/api/resources/oortOrders/index.js +17 -0
  123. package/dist/cjs/api/resources/oortOrgConnectionInfos/client/Client.d.ts +110 -0
  124. package/dist/cjs/api/resources/oortOrgConnectionInfos/client/Client.js +412 -0
  125. package/dist/cjs/api/resources/oortOrgConnectionInfos/client/index.d.ts +2 -0
  126. package/dist/cjs/api/resources/oortOrgConnectionInfos/client/index.js +17 -0
  127. package/dist/cjs/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.d.ts +24 -0
  128. package/dist/cjs/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientUpdate1.d.ts +20 -0
  129. package/dist/cjs/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.d.ts +24 -0
  130. package/dist/cjs/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.d.ts +20 -0
  131. package/dist/cjs/api/resources/oortOrgConnectionInfos/client/requests/index.d.ts +4 -0
  132. package/dist/cjs/api/resources/oortOrgConnectionInfos/index.d.ts +1 -0
  133. package/dist/cjs/api/resources/oortOrgConnectionInfos/index.js +17 -0
  134. package/dist/cjs/api/resources/oortOrgProfiles/client/Client.d.ts +95 -0
  135. package/dist/cjs/api/resources/oortOrgProfiles/client/Client.js +356 -0
  136. package/dist/cjs/api/resources/oortOrgProfiles/client/index.d.ts +2 -0
  137. package/dist/cjs/api/resources/oortOrgProfiles/client/index.js +17 -0
  138. package/dist/cjs/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientUpdate3.d.ts +12 -0
  139. package/dist/cjs/api/resources/oortOrgProfiles/client/requests/index.d.ts +3 -0
  140. package/dist/cjs/api/resources/oortOrgProfiles/index.d.ts +1 -0
  141. package/dist/cjs/api/resources/oortOrgProfiles/index.js +17 -0
  142. package/dist/cjs/api/resources/oortShipperContactInfo/client/Client.d.ts +148 -0
  143. package/dist/cjs/api/resources/oortShipperContactInfo/client/Client.js +579 -0
  144. package/dist/cjs/api/resources/oortShipperContactInfo/client/index.d.ts +2 -0
  145. package/dist/cjs/api/resources/oortShipperContactInfo/client/index.js +17 -0
  146. package/dist/cjs/api/resources/oortShipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.d.ts +21 -0
  147. package/dist/cjs/api/resources/oortShipperContactInfo/client/requests/index.d.ts +1 -0
  148. package/dist/cjs/api/resources/oortShipperContactInfo/index.d.ts +1 -0
  149. package/dist/cjs/api/resources/oortShipperContactInfo/index.js +17 -0
  150. package/dist/cjs/api/resources/oortTaskGroups/client/Client.d.ts +128 -0
  151. package/dist/cjs/api/resources/oortTaskGroups/client/Client.js +515 -0
  152. package/dist/cjs/api/resources/oortTaskGroups/client/index.d.ts +2 -0
  153. package/dist/cjs/api/resources/oortTaskGroups/client/index.js +17 -0
  154. package/dist/cjs/api/resources/oortTaskGroups/client/requests/index.d.ts +2 -0
  155. package/dist/cjs/api/resources/oortTaskGroups/index.d.ts +1 -0
  156. package/dist/cjs/api/resources/oortTaskGroups/index.js +17 -0
  157. package/dist/cjs/api/resources/orgs/client/Client.d.ts +115 -0
  158. package/dist/cjs/api/resources/orgs/client/Client.js +450 -0
  159. package/dist/cjs/api/resources/orgs/client/index.d.ts +2 -0
  160. package/dist/cjs/api/resources/orgs/client/index.js +17 -0
  161. package/dist/cjs/api/resources/orgs/client/requests/index.d.ts +2 -0
  162. package/dist/cjs/api/resources/orgs/index.d.ts +1 -0
  163. package/dist/cjs/api/resources/orgs/index.js +17 -0
  164. package/dist/cjs/api/resources/payments/client/Client.d.ts +69 -0
  165. package/dist/cjs/api/resources/payments/client/Client.js +230 -0
  166. package/dist/cjs/api/resources/payments/client/index.d.ts +2 -0
  167. package/dist/cjs/api/resources/payments/client/index.js +17 -0
  168. package/dist/cjs/api/resources/payments/client/requests/CreateCheckoutSessionReq2.d.ts +13 -0
  169. package/dist/cjs/api/resources/payments/client/requests/index.d.ts +1 -0
  170. package/dist/cjs/api/resources/payments/index.d.ts +1 -0
  171. package/dist/cjs/api/resources/payments/index.js +17 -0
  172. package/dist/cjs/api/resources/root/client/Client.d.ts +94 -0
  173. package/dist/cjs/api/resources/root/client/Client.js +402 -0
  174. package/dist/cjs/api/resources/root/index.d.ts +2 -0
  175. package/dist/cjs/api/resources/root/index.js +18 -0
  176. package/dist/cjs/api/resources/root/types/PydanticResponse.d.ts +8 -0
  177. package/dist/cjs/api/resources/root/types/index.d.ts +1 -0
  178. package/dist/cjs/api/resources/root/types/index.js +17 -0
  179. package/dist/cjs/api/resources/users/client/Client.d.ts +40 -0
  180. package/dist/cjs/api/resources/users/client/Client.js +114 -0
  181. package/dist/cjs/api/resources/users/index.d.ts +1 -0
  182. package/dist/cjs/api/resources/users/index.js +17 -0
  183. package/dist/cjs/api/types/Cargo1.d.ts +16 -0
  184. package/dist/cjs/api/types/CargoClientCreate1.d.ts +13 -0
  185. package/dist/cjs/api/types/CourierNotificationEventEnum.d.ts +7 -0
  186. package/dist/cjs/api/types/CourierNotificationPreferences1.d.ts +18 -0
  187. package/dist/cjs/api/types/CourierOrgConnectionInfo1.d.ts +22 -0
  188. package/dist/cjs/api/types/CourierPayDriverLineItemGroup1.d.ts +14 -0
  189. package/dist/cjs/api/types/CourierPayDriverLineItemGroupClientCreate1.d.ts +10 -0
  190. package/dist/cjs/api/types/CourierPayDriverRateSheet1.d.ts +31 -0
  191. package/dist/cjs/api/types/Driver1.d.ts +23 -0
  192. package/dist/cjs/api/types/Expense1.d.ts +13 -0
  193. package/dist/cjs/api/types/Feature.d.ts +18 -0
  194. package/dist/cjs/api/types/FeatureInputGeometry.d.ts +28 -0
  195. package/dist/cjs/api/types/FeatureOutputGeometry.d.ts +28 -0
  196. package/dist/cjs/api/types/GeometryCollection.d.ts +11 -0
  197. package/dist/cjs/api/types/GeometryCollectionInputGeometriesItem.d.ts +28 -0
  198. package/dist/cjs/api/types/GeometryCollectionOutputGeometriesItem.d.ts +28 -0
  199. package/dist/cjs/api/types/GetOrderFullRes.d.ts +11 -0
  200. package/dist/cjs/api/types/GetOrderRes.d.ts +7 -0
  201. package/dist/cjs/api/types/HttpValidationError.d.ts +7 -0
  202. package/dist/cjs/api/types/LineItem1.d.ts +11 -0
  203. package/dist/cjs/api/types/LineString.d.ts +17 -0
  204. package/dist/cjs/api/types/Milestone1.d.ts +27 -0
  205. package/dist/cjs/api/types/MilestoneClientCreate1.d.ts +9 -0
  206. package/dist/cjs/api/types/MilestoneNotificationPreferences1.d.ts +18 -0
  207. package/dist/cjs/api/types/MultiLineString.d.ts +17 -0
  208. package/dist/cjs/api/types/MultiPoint.d.ts +17 -0
  209. package/dist/cjs/api/types/MultiPolygon.d.ts +17 -0
  210. package/dist/cjs/api/types/MultipleTaskGroupsDetailsResponse.d.ts +7 -0
  211. package/dist/cjs/api/types/MultipleTaskGroupsWithTasks.d.ts +7 -0
  212. package/dist/cjs/api/types/NotificationChannelEnum.d.ts +13 -0
  213. package/dist/cjs/api/types/OffChrtShipperOrgConnectionInfo1.d.ts +23 -0
  214. package/dist/cjs/api/types/Order1.d.ts +29 -0
  215. package/dist/cjs/api/types/OrgMembersAndDrivers.d.ts +8 -0
  216. package/dist/cjs/api/types/PayablesInvoice1.d.ts +34 -0
  217. package/dist/cjs/api/types/PayablesInvoice1.js +18 -0
  218. package/dist/cjs/api/types/Point.d.ts +14 -0
  219. package/dist/cjs/api/types/Polygon.d.ts +17 -0
  220. package/dist/cjs/api/types/ReceivablesInvoice1.d.ts +34 -0
  221. package/dist/cjs/api/types/ReceivablesInvoice1.js +18 -0
  222. package/dist/cjs/api/types/Shipper2.d.ts +20 -0
  223. package/dist/cjs/api/types/ShipperContactInfo1.d.ts +28 -0
  224. package/dist/cjs/api/types/ShipperContactInfoClientCreate1.d.ts +23 -0
  225. package/dist/cjs/api/types/ShipperNotificationEventEnum.d.ts +7 -0
  226. package/dist/cjs/api/types/ShipperNotificationPreferences1.d.ts +18 -0
  227. package/dist/cjs/api/types/ShipperOrgConnectionInfo1.d.ts +22 -0
  228. package/dist/cjs/api/types/StripeConnectInvoice1.d.ts +32 -0
  229. package/dist/cjs/api/types/StripeConnectInvoice1.js +18 -0
  230. package/dist/cjs/api/types/Task1.d.ts +31 -0
  231. package/dist/cjs/api/types/TaskClientCreate1.d.ts +17 -0
  232. package/dist/cjs/api/types/TaskCreateBundle.d.ts +13 -0
  233. package/dist/cjs/api/types/TaskGroup1.d.ts +24 -0
  234. package/dist/cjs/api/types/TaskGroupDetailsResponse.d.ts +8 -0
  235. package/dist/cjs/api/types/TaskGroupWithDetails.d.ts +8 -0
  236. package/dist/cjs/api/types/TaskGroupWithTasks.d.ts +8 -0
  237. package/dist/cjs/api/types/TaskWithDetails.d.ts +9 -0
  238. package/dist/cjs/api/types/UserPublicData6.d.ts +14 -0
  239. package/dist/cjs/api/types/ValidationError.d.ts +14 -0
  240. package/dist/cjs/api/types/index.d.ts +88 -0
  241. package/dist/cjs/api/types/index.js +104 -0
  242. package/dist/cjs/core/auth/BasicAuth.js +26 -0
  243. package/dist/cjs/core/auth/index.d.ts +2 -0
  244. package/dist/cjs/core/auth/index.js +7 -0
  245. package/dist/cjs/core/base64.d.ts +2 -0
  246. package/dist/cjs/core/base64.js +26 -0
  247. package/dist/cjs/core/fetcher/APIResponse.d.ts +20 -0
  248. package/dist/cjs/core/fetcher/BinaryResponse.d.ts +20 -0
  249. package/dist/cjs/core/fetcher/BinaryResponse.js +17 -0
  250. package/dist/cjs/core/fetcher/Fetcher.d.ts +40 -0
  251. package/dist/cjs/core/fetcher/Fetcher.js +120 -0
  252. package/dist/cjs/core/fetcher/Headers.d.ts +2 -0
  253. package/dist/cjs/core/fetcher/Headers.js +84 -0
  254. package/dist/cjs/core/fetcher/HttpResponsePromise.d.ts +58 -0
  255. package/dist/cjs/core/fetcher/HttpResponsePromise.js +103 -0
  256. package/dist/cjs/core/fetcher/RawResponse.d.ts +29 -0
  257. package/dist/cjs/core/fetcher/RawResponse.js +44 -0
  258. package/dist/cjs/core/fetcher/ResponseWithBody.d.ts +4 -0
  259. package/dist/cjs/core/fetcher/ResponseWithBody.js +6 -0
  260. package/dist/cjs/core/fetcher/createRequestUrl.d.ts +1 -0
  261. package/dist/cjs/core/fetcher/createRequestUrl.js +8 -0
  262. package/dist/cjs/core/fetcher/getErrorResponseBody.d.ts +1 -0
  263. package/dist/cjs/core/fetcher/getErrorResponseBody.js +44 -0
  264. package/dist/cjs/core/fetcher/getFetchFn.d.ts +1 -0
  265. package/dist/cjs/core/fetcher/getFetchFn.js +17 -0
  266. package/dist/cjs/core/fetcher/getRequestBody.js +23 -0
  267. package/dist/cjs/core/fetcher/getResponseBody.js +55 -0
  268. package/dist/cjs/core/fetcher/index.d.ts +9 -0
  269. package/dist/cjs/core/fetcher/index.js +15 -0
  270. package/dist/cjs/core/fetcher/makeRequest.js +42 -0
  271. package/dist/cjs/core/file.d.ts +1 -0
  272. package/dist/cjs/core/form-data-utils/FormDataWrapper.d.ts +16 -0
  273. package/dist/cjs/core/form-data-utils/FormDataWrapper.js +208 -0
  274. package/dist/cjs/core/form-data-utils/encodeAsFormParameter.d.ts +1 -0
  275. package/dist/cjs/core/form-data-utils/encodeAsFormParameter.js +12 -0
  276. package/dist/cjs/core/form-data-utils/index.d.ts +2 -0
  277. package/dist/cjs/core/form-data-utils/index.js +20 -0
  278. package/dist/cjs/core/headers.d.ts +3 -0
  279. package/dist/cjs/core/headers.js +29 -0
  280. package/dist/cjs/core/index.d.ts +7 -0
  281. package/dist/cjs/core/index.js +46 -0
  282. package/dist/cjs/core/runtime/index.d.ts +1 -0
  283. package/dist/cjs/core/runtime/index.js +5 -0
  284. package/dist/cjs/core/runtime/runtime.js +102 -0
  285. package/dist/cjs/core/url/index.d.ts +2 -0
  286. package/dist/cjs/core/url/index.js +7 -0
  287. package/dist/cjs/core/url/join.d.ts +1 -0
  288. package/dist/cjs/core/url/join.js +69 -0
  289. package/dist/cjs/core/url/qs.d.ts +6 -0
  290. package/dist/cjs/core/url/qs.js +64 -0
  291. package/dist/cjs/errors/ChrtError.d.ts +15 -0
  292. package/dist/cjs/errors/ChrtError.js +30 -0
  293. package/dist/cjs/errors/index.d.ts +2 -0
  294. package/dist/cjs/errors/index.js +7 -0
  295. package/dist/cjs/index.d.ts +4 -0
  296. package/dist/cjs/index.js +44 -0
  297. package/dist/cjs/version.d.ts +1 -0
  298. package/dist/cjs/version.js +4 -0
  299. package/dist/esm/Client.d.mts +93 -0
  300. package/dist/esm/Client.mjs +122 -0
  301. package/dist/esm/api/errors/UnprocessableEntityError.d.mts +9 -0
  302. package/dist/esm/api/errors/UnprocessableEntityError.mjs +15 -0
  303. package/dist/esm/api/errors/index.d.mts +1 -0
  304. package/dist/esm/api/errors/index.mjs +1 -0
  305. package/dist/esm/api/index.d.mts +3 -0
  306. package/dist/esm/api/index.mjs +3 -0
  307. package/dist/esm/api/resources/dev/client/Client.d.mts +79 -0
  308. package/dist/esm/api/resources/dev/client/Client.mjs +281 -0
  309. package/dist/esm/api/resources/dev/client/index.d.mts +2 -0
  310. package/dist/esm/api/resources/dev/client/index.mjs +1 -0
  311. package/dist/esm/api/resources/dev/client/requests/TemplateReq.mjs +4 -0
  312. package/dist/esm/api/resources/dev/client/requests/index.d.mts +1 -0
  313. package/dist/esm/api/resources/dev/index.d.mts +1 -0
  314. package/dist/esm/api/resources/dev/index.mjs +1 -0
  315. package/dist/esm/api/resources/directory/client/Client.d.mts +45 -0
  316. package/dist/esm/api/resources/directory/client/Client.mjs +91 -0
  317. package/dist/esm/api/resources/directory/client/index.d.mts +2 -0
  318. package/dist/esm/api/resources/directory/client/index.mjs +1 -0
  319. package/dist/esm/api/resources/directory/client/requests/DbQueryParams.mjs +4 -0
  320. package/dist/esm/api/resources/directory/client/requests/index.d.mts +1 -0
  321. package/dist/esm/api/resources/directory/index.d.mts +1 -0
  322. package/dist/esm/api/resources/directory/index.mjs +1 -0
  323. package/dist/esm/api/resources/index.d.mts +41 -0
  324. package/dist/esm/api/resources/index.mjs +41 -0
  325. package/dist/esm/api/resources/notifications/client/Client.d.mts +57 -0
  326. package/dist/esm/api/resources/notifications/client/Client.mjs +142 -0
  327. package/dist/esm/api/resources/notifications/client/index.d.mts +2 -0
  328. package/dist/esm/api/resources/notifications/client/index.mjs +1 -0
  329. package/dist/esm/api/resources/notifications/client/requests/CourierNotificationPreferencesClientCreate1.d.mts +18 -0
  330. package/dist/esm/api/resources/notifications/client/requests/CourierNotificationPreferencesClientCreate1.mjs +4 -0
  331. package/dist/esm/api/resources/notifications/client/requests/index.d.mts +1 -0
  332. package/dist/esm/api/resources/notifications/index.d.mts +1 -0
  333. package/dist/esm/api/resources/notifications/index.mjs +1 -0
  334. package/dist/esm/api/resources/notificationsShipperNotificationPreferences/client/Client.d.mts +57 -0
  335. package/dist/esm/api/resources/notificationsShipperNotificationPreferences/client/Client.mjs +142 -0
  336. package/dist/esm/api/resources/notificationsShipperNotificationPreferences/client/index.d.mts +2 -0
  337. package/dist/esm/api/resources/notificationsShipperNotificationPreferences/client/index.mjs +1 -0
  338. package/dist/esm/api/resources/notificationsShipperNotificationPreferences/client/requests/ShipperNotificationPreferencesClientCreate1.d.mts +18 -0
  339. package/dist/esm/api/resources/notificationsShipperNotificationPreferences/client/requests/ShipperNotificationPreferencesClientCreate1.mjs +4 -0
  340. package/dist/esm/api/resources/notificationsShipperNotificationPreferences/client/requests/index.d.mts +1 -0
  341. package/dist/esm/api/resources/notificationsShipperNotificationPreferences/index.d.mts +1 -0
  342. package/dist/esm/api/resources/notificationsShipperNotificationPreferences/index.mjs +1 -0
  343. package/dist/esm/api/resources/oortConnections/client/Client.d.mts +63 -0
  344. package/dist/esm/api/resources/oortConnections/client/Client.mjs +187 -0
  345. package/dist/esm/api/resources/oortConnections/client/index.d.mts +2 -0
  346. package/dist/esm/api/resources/oortConnections/client/index.mjs +1 -0
  347. package/dist/esm/api/resources/oortConnections/client/requests/CreateConnectionReq.mjs +4 -0
  348. package/dist/esm/api/resources/oortConnections/client/requests/index.d.mts +1 -0
  349. package/dist/esm/api/resources/oortConnections/client/requests/index.mjs +1 -0
  350. package/dist/esm/api/resources/oortConnections/index.d.mts +1 -0
  351. package/dist/esm/api/resources/oortConnections/index.mjs +1 -0
  352. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/Client.d.mts +136 -0
  353. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/Client.mjs +450 -0
  354. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/index.d.mts +2 -0
  355. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/index.mjs +1 -0
  356. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/AddLineItemsReq.d.mts +19 -0
  357. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/AddLineItemsReq.mjs +4 -0
  358. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/CreateCourierPayDriverLineItemGroupRequest.d.mts +18 -0
  359. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/CreateCourierPayDriverLineItemGroupRequest.mjs +4 -0
  360. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCalculateCourierPayDriverLineItemGroupRequest.d.mts +18 -0
  361. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCalculateCourierPayDriverLineItemGroupRequest.mjs +4 -0
  362. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByIdRequest.d.mts +12 -0
  363. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByIdRequest.mjs +4 -0
  364. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByTaskGroupIdRequest.d.mts +12 -0
  365. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByTaskGroupIdRequest.mjs +4 -0
  366. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/RemoveLineItemsReq.d.mts +19 -0
  367. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/RemoveLineItemsReq.mjs +4 -0
  368. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/index.d.mts +6 -0
  369. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/index.mjs +1 -0
  370. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/index.d.mts +1 -0
  371. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/index.mjs +1 -0
  372. package/dist/esm/api/resources/oortCourierPayDriverPayouts/client/Client.d.mts +70 -0
  373. package/dist/esm/api/resources/oortCourierPayDriverPayouts/client/Client.mjs +204 -0
  374. package/dist/esm/api/resources/oortCourierPayDriverPayouts/client/index.d.mts +2 -0
  375. package/dist/esm/api/resources/oortCourierPayDriverPayouts/client/index.mjs +1 -0
  376. package/dist/esm/api/resources/oortCourierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientCreate1.d.mts +14 -0
  377. package/dist/esm/api/resources/oortCourierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientCreate1.mjs +4 -0
  378. package/dist/esm/api/resources/oortCourierPayDriverPayouts/client/requests/index.d.mts +1 -0
  379. package/dist/esm/api/resources/oortCourierPayDriverPayouts/client/requests/index.mjs +1 -0
  380. package/dist/esm/api/resources/oortCourierPayDriverPayouts/index.d.mts +1 -0
  381. package/dist/esm/api/resources/oortCourierPayDriverPayouts/index.mjs +1 -0
  382. package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/Client.d.mts +134 -0
  383. package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/Client.mjs +437 -0
  384. package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/index.d.mts +2 -0
  385. package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/index.mjs +1 -0
  386. package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientCreate1.d.mts +50 -0
  387. package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientCreate1.mjs +4 -0
  388. package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.d.mts +29 -0
  389. package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.mjs +4 -0
  390. package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/requests/index.d.mts +2 -0
  391. package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/requests/index.mjs +1 -0
  392. package/dist/esm/api/resources/oortCourierPayDriverRateSheets/index.d.mts +1 -0
  393. package/dist/esm/api/resources/oortCourierPayDriverRateSheets/index.mjs +1 -0
  394. package/dist/esm/api/resources/oortDrivers/client/Client.d.mts +147 -0
  395. package/dist/esm/api/resources/oortDrivers/client/Client.mjs +539 -0
  396. package/dist/esm/api/resources/oortDrivers/client/index.d.mts +2 -0
  397. package/dist/esm/api/resources/oortDrivers/client/index.mjs +1 -0
  398. package/dist/esm/api/resources/oortDrivers/client/requests/DriverCreateReq.d.mts +17 -0
  399. package/dist/esm/api/resources/oortDrivers/client/requests/DriverCreateReq.mjs +4 -0
  400. package/dist/esm/api/resources/oortDrivers/client/requests/DriverLastSeenReq.d.mts +15 -0
  401. package/dist/esm/api/resources/oortDrivers/client/requests/DriverLastSeenReq.mjs +4 -0
  402. package/dist/esm/api/resources/oortDrivers/client/requests/SetDriverActivationReq.mjs +4 -0
  403. package/dist/esm/api/resources/oortDrivers/client/requests/UpdateDriverDetailsReq.d.mts +18 -0
  404. package/dist/esm/api/resources/oortDrivers/client/requests/UpdateDriverDetailsReq.mjs +4 -0
  405. package/dist/esm/api/resources/oortDrivers/client/requests/index.d.mts +4 -0
  406. package/dist/esm/api/resources/oortDrivers/client/requests/index.mjs +1 -0
  407. package/dist/esm/api/resources/oortDrivers/index.d.mts +1 -0
  408. package/dist/esm/api/resources/oortDrivers/index.mjs +1 -0
  409. package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/Client.d.mts +53 -0
  410. package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/Client.mjs +141 -0
  411. package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/index.d.mts +2 -0
  412. package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/index.mjs +1 -0
  413. package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/requests/MilestoneNotificationPreferencesClientCreate1.d.mts +18 -0
  414. package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/requests/MilestoneNotificationPreferencesClientCreate1.mjs +4 -0
  415. package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/requests/index.d.mts +1 -0
  416. package/dist/esm/api/resources/oortMilestoneNotificationPreferences/client/requests/index.mjs +1 -0
  417. package/dist/esm/api/resources/oortMilestoneNotificationPreferences/index.d.mts +1 -0
  418. package/dist/esm/api/resources/oortMilestoneNotificationPreferences/index.mjs +1 -0
  419. package/dist/esm/api/resources/oortMilestones/client/Client.d.mts +114 -0
  420. package/dist/esm/api/resources/oortMilestones/client/Client.mjs +394 -0
  421. package/dist/esm/api/resources/oortMilestones/client/index.d.mts +2 -0
  422. package/dist/esm/api/resources/oortMilestones/client/index.mjs +1 -0
  423. package/dist/esm/api/resources/oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.d.mts +14 -0
  424. package/dist/esm/api/resources/oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.mjs +4 -0
  425. package/dist/esm/api/resources/oortMilestones/client/requests/MilestoneAddToTaskReq.d.mts +16 -0
  426. package/dist/esm/api/resources/oortMilestones/client/requests/MilestoneAddToTaskReq.mjs +4 -0
  427. package/dist/esm/api/resources/oortMilestones/client/requests/MilestoneUpdateReq.mjs +4 -0
  428. package/dist/esm/api/resources/oortMilestones/client/requests/index.d.mts +3 -0
  429. package/dist/esm/api/resources/oortMilestones/client/requests/index.mjs +1 -0
  430. package/dist/esm/api/resources/oortMilestones/index.d.mts +1 -0
  431. package/dist/esm/api/resources/oortMilestones/index.mjs +1 -0
  432. package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/Client.d.mts +75 -0
  433. package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/Client.mjs +215 -0
  434. package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/index.d.mts +2 -0
  435. package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/index.mjs +1 -0
  436. package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.d.mts +25 -0
  437. package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.mjs +4 -0
  438. package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.d.mts +20 -0
  439. package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.mjs +4 -0
  440. package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/index.d.mts +2 -0
  441. package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/index.mjs +1 -0
  442. package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/index.d.mts +1 -0
  443. package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/index.mjs +1 -0
  444. package/dist/esm/api/resources/oortOrders/client/Client.d.mts +138 -0
  445. package/dist/esm/api/resources/oortOrders/client/Client.mjs +472 -0
  446. package/dist/esm/api/resources/oortOrders/client/index.d.mts +2 -0
  447. package/dist/esm/api/resources/oortOrders/client/index.mjs +1 -0
  448. package/dist/esm/api/resources/oortOrders/client/requests/CreateOrderReq.d.mts +45 -0
  449. package/dist/esm/api/resources/oortOrders/client/requests/CreateOrderReq.mjs +4 -0
  450. package/dist/esm/api/resources/oortOrders/client/requests/index.d.mts +1 -0
  451. package/dist/esm/api/resources/oortOrders/client/requests/index.mjs +1 -0
  452. package/dist/esm/api/resources/oortOrders/index.d.mts +1 -0
  453. package/dist/esm/api/resources/oortOrders/index.mjs +1 -0
  454. package/dist/esm/api/resources/oortOrgConnectionInfos/client/Client.d.mts +110 -0
  455. package/dist/esm/api/resources/oortOrgConnectionInfos/client/Client.mjs +375 -0
  456. package/dist/esm/api/resources/oortOrgConnectionInfos/client/index.d.mts +2 -0
  457. package/dist/esm/api/resources/oortOrgConnectionInfos/client/index.mjs +1 -0
  458. package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.d.mts +24 -0
  459. package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.mjs +4 -0
  460. package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientUpdate1.d.mts +20 -0
  461. package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientUpdate1.mjs +4 -0
  462. package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.d.mts +24 -0
  463. package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.mjs +4 -0
  464. package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.d.mts +20 -0
  465. package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.mjs +4 -0
  466. package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/index.d.mts +4 -0
  467. package/dist/esm/api/resources/oortOrgConnectionInfos/client/requests/index.mjs +1 -0
  468. package/dist/esm/api/resources/oortOrgConnectionInfos/index.d.mts +1 -0
  469. package/dist/esm/api/resources/oortOrgConnectionInfos/index.mjs +1 -0
  470. package/dist/esm/api/resources/oortOrgProfiles/client/Client.d.mts +95 -0
  471. package/dist/esm/api/resources/oortOrgProfiles/client/Client.mjs +319 -0
  472. package/dist/esm/api/resources/oortOrgProfiles/client/index.d.mts +2 -0
  473. package/dist/esm/api/resources/oortOrgProfiles/client/index.mjs +1 -0
  474. package/dist/esm/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.mjs +4 -0
  475. package/dist/esm/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientUpdate3.d.mts +12 -0
  476. package/dist/esm/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientUpdate3.mjs +4 -0
  477. package/dist/esm/api/resources/oortOrgProfiles/client/requests/GetAvatarRequest.mjs +4 -0
  478. package/dist/esm/api/resources/oortOrgProfiles/client/requests/index.d.mts +3 -0
  479. package/dist/esm/api/resources/oortOrgProfiles/client/requests/index.mjs +1 -0
  480. package/dist/esm/api/resources/oortOrgProfiles/index.d.mts +1 -0
  481. package/dist/esm/api/resources/oortOrgProfiles/index.mjs +1 -0
  482. package/dist/esm/api/resources/oortShipperContactInfo/client/Client.d.mts +148 -0
  483. package/dist/esm/api/resources/oortShipperContactInfo/client/Client.mjs +542 -0
  484. package/dist/esm/api/resources/oortShipperContactInfo/client/index.d.mts +2 -0
  485. package/dist/esm/api/resources/oortShipperContactInfo/client/index.mjs +1 -0
  486. package/dist/esm/api/resources/oortShipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.d.mts +21 -0
  487. package/dist/esm/api/resources/oortShipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.mjs +4 -0
  488. package/dist/esm/api/resources/oortShipperContactInfo/client/requests/index.d.mts +1 -0
  489. package/dist/esm/api/resources/oortShipperContactInfo/client/requests/index.mjs +1 -0
  490. package/dist/esm/api/resources/oortShipperContactInfo/index.d.mts +1 -0
  491. package/dist/esm/api/resources/oortShipperContactInfo/index.mjs +1 -0
  492. package/dist/esm/api/resources/oortTaskGroups/client/Client.d.mts +128 -0
  493. package/dist/esm/api/resources/oortTaskGroups/client/Client.mjs +478 -0
  494. package/dist/esm/api/resources/oortTaskGroups/client/index.d.mts +2 -0
  495. package/dist/esm/api/resources/oortTaskGroups/client/index.mjs +1 -0
  496. package/dist/esm/api/resources/oortTaskGroups/client/requests/SetTaskGroupPauseReq.mjs +4 -0
  497. package/dist/esm/api/resources/oortTaskGroups/client/requests/UpdateTaskGroupReq.mjs +4 -0
  498. package/dist/esm/api/resources/oortTaskGroups/client/requests/index.d.mts +2 -0
  499. package/dist/esm/api/resources/oortTaskGroups/client/requests/index.mjs +1 -0
  500. package/dist/esm/api/resources/oortTaskGroups/index.d.mts +1 -0
  501. package/dist/esm/api/resources/oortTaskGroups/index.mjs +1 -0
  502. package/dist/esm/api/resources/orgs/client/Client.d.mts +115 -0
  503. package/dist/esm/api/resources/orgs/client/Client.mjs +413 -0
  504. package/dist/esm/api/resources/orgs/client/index.d.mts +2 -0
  505. package/dist/esm/api/resources/orgs/client/index.mjs +1 -0
  506. package/dist/esm/api/resources/orgs/client/requests/CreateOrgPublicDataReq.mjs +4 -0
  507. package/dist/esm/api/resources/orgs/client/requests/UpdateOrgPublicDataReq.mjs +4 -0
  508. package/dist/esm/api/resources/orgs/client/requests/index.d.mts +2 -0
  509. package/dist/esm/api/resources/orgs/client/requests/index.mjs +1 -0
  510. package/dist/esm/api/resources/orgs/index.d.mts +1 -0
  511. package/dist/esm/api/resources/orgs/index.mjs +1 -0
  512. package/dist/esm/api/resources/payments/client/Client.d.mts +69 -0
  513. package/dist/esm/api/resources/payments/client/Client.mjs +193 -0
  514. package/dist/esm/api/resources/payments/client/index.d.mts +2 -0
  515. package/dist/esm/api/resources/payments/client/index.mjs +1 -0
  516. package/dist/esm/api/resources/payments/client/requests/CreateCheckoutSessionReq2.d.mts +13 -0
  517. package/dist/esm/api/resources/payments/client/requests/CreateCheckoutSessionReq2.mjs +4 -0
  518. package/dist/esm/api/resources/payments/client/requests/index.d.mts +1 -0
  519. package/dist/esm/api/resources/payments/client/requests/index.mjs +1 -0
  520. package/dist/esm/api/resources/payments/index.d.mts +1 -0
  521. package/dist/esm/api/resources/payments/index.mjs +1 -0
  522. package/dist/esm/api/resources/root/client/Client.d.mts +94 -0
  523. package/dist/esm/api/resources/root/client/Client.mjs +365 -0
  524. package/dist/esm/api/resources/root/client/index.d.mts +1 -0
  525. package/dist/esm/api/resources/root/client/index.mjs +1 -0
  526. package/dist/esm/api/resources/root/index.d.mts +2 -0
  527. package/dist/esm/api/resources/root/index.mjs +2 -0
  528. package/dist/esm/api/resources/root/types/PydanticResponse.d.mts +8 -0
  529. package/dist/esm/api/resources/root/types/PydanticResponse.mjs +4 -0
  530. package/dist/esm/api/resources/root/types/index.d.mts +1 -0
  531. package/dist/esm/api/resources/root/types/index.mjs +1 -0
  532. package/dist/esm/api/resources/users/client/Client.d.mts +40 -0
  533. package/dist/esm/api/resources/users/client/Client.mjs +77 -0
  534. package/dist/esm/api/resources/users/client/index.d.mts +1 -0
  535. package/dist/esm/api/resources/users/client/index.mjs +1 -0
  536. package/dist/esm/api/resources/users/index.d.mts +1 -0
  537. package/dist/esm/api/resources/users/index.mjs +1 -0
  538. package/dist/esm/api/types/BaseModel.mjs +4 -0
  539. package/dist/esm/api/types/Cargo1.d.mts +16 -0
  540. package/dist/esm/api/types/Cargo1.mjs +4 -0
  541. package/dist/esm/api/types/CargoClientCreate1.d.mts +13 -0
  542. package/dist/esm/api/types/CargoClientCreate1.mjs +4 -0
  543. package/dist/esm/api/types/CargoTypeEnum1.mjs +24 -0
  544. package/dist/esm/api/types/CourierNotificationEventEnum.d.mts +7 -0
  545. package/dist/esm/api/types/CourierNotificationEventEnum.mjs +4 -0
  546. package/dist/esm/api/types/CourierNotificationPreferences1.d.mts +18 -0
  547. package/dist/esm/api/types/CourierNotificationPreferences1.mjs +4 -0
  548. package/dist/esm/api/types/CourierOrgConnectionInfo1.d.mts +22 -0
  549. package/dist/esm/api/types/CourierOrgConnectionInfo1.mjs +4 -0
  550. package/dist/esm/api/types/CourierOrgProfile3.mjs +4 -0
  551. package/dist/esm/api/types/CourierPayDriverLineItemGroup1.d.mts +14 -0
  552. package/dist/esm/api/types/CourierPayDriverLineItemGroup1.mjs +4 -0
  553. package/dist/esm/api/types/CourierPayDriverLineItemGroupClientCreate1.d.mts +10 -0
  554. package/dist/esm/api/types/CourierPayDriverLineItemGroupClientCreate1.mjs +4 -0
  555. package/dist/esm/api/types/CourierPayDriverRateSheet1.d.mts +31 -0
  556. package/dist/esm/api/types/CourierPayDriverRateSheet1.mjs +4 -0
  557. package/dist/esm/api/types/CreateCheckoutSessionRes2.mjs +4 -0
  558. package/dist/esm/api/types/CreateOrderRes.mjs +4 -0
  559. package/dist/esm/api/types/DecodedJwtWithOrgAndUserId.mjs +4 -0
  560. package/dist/esm/api/types/Driver1.d.mts +23 -0
  561. package/dist/esm/api/types/Driver1.mjs +4 -0
  562. package/dist/esm/api/types/DriverStatusEnum.mjs +8 -0
  563. package/dist/esm/api/types/Expense1.d.mts +13 -0
  564. package/dist/esm/api/types/Expense1.mjs +4 -0
  565. package/dist/esm/api/types/Feature.d.mts +18 -0
  566. package/dist/esm/api/types/Feature.mjs +4 -0
  567. package/dist/esm/api/types/FeatureInputGeometry.d.mts +28 -0
  568. package/dist/esm/api/types/FeatureInputGeometry.mjs +4 -0
  569. package/dist/esm/api/types/FeatureOutputGeometry.d.mts +28 -0
  570. package/dist/esm/api/types/FeatureOutputGeometry.mjs +4 -0
  571. package/dist/esm/api/types/GeometryCollection.d.mts +11 -0
  572. package/dist/esm/api/types/GeometryCollection.mjs +4 -0
  573. package/dist/esm/api/types/GeometryCollectionInputGeometriesItem.d.mts +28 -0
  574. package/dist/esm/api/types/GeometryCollectionInputGeometriesItem.mjs +4 -0
  575. package/dist/esm/api/types/GeometryCollectionOutputGeometriesItem.d.mts +28 -0
  576. package/dist/esm/api/types/GeometryCollectionOutputGeometriesItem.mjs +4 -0
  577. package/dist/esm/api/types/GetOrderFullRes.d.mts +11 -0
  578. package/dist/esm/api/types/GetOrderFullRes.mjs +4 -0
  579. package/dist/esm/api/types/GetOrderRes.d.mts +7 -0
  580. package/dist/esm/api/types/GetOrderRes.mjs +4 -0
  581. package/dist/esm/api/types/HttpValidationError.d.mts +7 -0
  582. package/dist/esm/api/types/HttpValidationError.mjs +4 -0
  583. package/dist/esm/api/types/Incident1.mjs +4 -0
  584. package/dist/esm/api/types/IncidentEnum1.mjs +11 -0
  585. package/dist/esm/api/types/Insurance1.mjs +4 -0
  586. package/dist/esm/api/types/LineItem1.d.mts +11 -0
  587. package/dist/esm/api/types/LineItem1.mjs +4 -0
  588. package/dist/esm/api/types/LineItemEnum1.mjs +27 -0
  589. package/dist/esm/api/types/LineString.d.mts +17 -0
  590. package/dist/esm/api/types/LineString.mjs +4 -0
  591. package/dist/esm/api/types/Milestone1.d.mts +27 -0
  592. package/dist/esm/api/types/Milestone1.mjs +4 -0
  593. package/dist/esm/api/types/MilestoneClientCreate1.d.mts +9 -0
  594. package/dist/esm/api/types/MilestoneClientCreate1.mjs +4 -0
  595. package/dist/esm/api/types/MilestoneNotificationPreferences1.d.mts +18 -0
  596. package/dist/esm/api/types/MilestoneNotificationPreferences1.mjs +4 -0
  597. package/dist/esm/api/types/MilestoneTypeEnum1.mjs +13 -0
  598. package/dist/esm/api/types/MultiLineString.d.mts +17 -0
  599. package/dist/esm/api/types/MultiLineString.mjs +4 -0
  600. package/dist/esm/api/types/MultiPoint.d.mts +17 -0
  601. package/dist/esm/api/types/MultiPoint.mjs +4 -0
  602. package/dist/esm/api/types/MultiPolygon.d.mts +17 -0
  603. package/dist/esm/api/types/MultiPolygon.mjs +4 -0
  604. package/dist/esm/api/types/MultipleTaskGroupsDetailsResponse.d.mts +7 -0
  605. package/dist/esm/api/types/MultipleTaskGroupsDetailsResponse.mjs +4 -0
  606. package/dist/esm/api/types/MultipleTaskGroupsWithTasks.d.mts +7 -0
  607. package/dist/esm/api/types/MultipleTaskGroupsWithTasks.mjs +4 -0
  608. package/dist/esm/api/types/NotificationChannelEnum.d.mts +13 -0
  609. package/dist/esm/api/types/NotificationChannelEnum.mjs +9 -0
  610. package/dist/esm/api/types/ObcNfoTaskActionEnum.mjs +37 -0
  611. package/dist/esm/api/types/OffChrtShipperOrgConnectionInfo1.d.mts +23 -0
  612. package/dist/esm/api/types/OffChrtShipperOrgConnectionInfo1.mjs +4 -0
  613. package/dist/esm/api/types/Order1.d.mts +29 -0
  614. package/dist/esm/api/types/Order1.mjs +4 -0
  615. package/dist/esm/api/types/OrderClientCreate1.mjs +4 -0
  616. package/dist/esm/api/types/OrderCreatedByTypeEnum.mjs +8 -0
  617. package/dist/esm/api/types/OrderDispatchTypeEnum.mjs +8 -0
  618. package/dist/esm/api/types/OrderStatusEnum1.mjs +9 -0
  619. package/dist/esm/api/types/OrgMemberDetails.mjs +4 -0
  620. package/dist/esm/api/types/OrgMembersAndDrivers.d.mts +8 -0
  621. package/dist/esm/api/types/OrgMembersAndDrivers.mjs +4 -0
  622. package/dist/esm/api/types/OrgPublicData2.mjs +4 -0
  623. package/dist/esm/api/types/PayablesInvoice1.d.mts +34 -0
  624. package/dist/esm/api/types/PayablesInvoice1.mjs +15 -0
  625. package/dist/esm/api/types/Point.d.mts +14 -0
  626. package/dist/esm/api/types/Point.mjs +4 -0
  627. package/dist/esm/api/types/Polygon.d.mts +17 -0
  628. package/dist/esm/api/types/Polygon.mjs +4 -0
  629. package/dist/esm/api/types/Position2D.mjs +4 -0
  630. package/dist/esm/api/types/Position3D.mjs +4 -0
  631. package/dist/esm/api/types/PriceNameEnum.mjs +8 -0
  632. package/dist/esm/api/types/ReceivablesInvoice1.d.mts +34 -0
  633. package/dist/esm/api/types/ReceivablesInvoice1.mjs +15 -0
  634. package/dist/esm/api/types/RouteTypeEnum1.mjs +7 -0
  635. package/dist/esm/api/types/Shipper2.d.mts +20 -0
  636. package/dist/esm/api/types/Shipper2.mjs +4 -0
  637. package/dist/esm/api/types/ShipperContactInfo1.d.mts +28 -0
  638. package/dist/esm/api/types/ShipperContactInfo1.mjs +4 -0
  639. package/dist/esm/api/types/ShipperContactInfoClientCreate1.d.mts +23 -0
  640. package/dist/esm/api/types/ShipperContactInfoClientCreate1.mjs +4 -0
  641. package/dist/esm/api/types/ShipperCourierConnection1.mjs +4 -0
  642. package/dist/esm/api/types/ShipperNotificationEventEnum.d.mts +7 -0
  643. package/dist/esm/api/types/ShipperNotificationEventEnum.mjs +4 -0
  644. package/dist/esm/api/types/ShipperNotificationPreferences1.d.mts +18 -0
  645. package/dist/esm/api/types/ShipperNotificationPreferences1.mjs +4 -0
  646. package/dist/esm/api/types/ShipperOrgConnectionInfo1.d.mts +22 -0
  647. package/dist/esm/api/types/ShipperOrgConnectionInfo1.mjs +4 -0
  648. package/dist/esm/api/types/StreetAddress1.mjs +4 -0
  649. package/dist/esm/api/types/StripeConnectInvoice1.d.mts +32 -0
  650. package/dist/esm/api/types/StripeConnectInvoice1.mjs +15 -0
  651. package/dist/esm/api/types/Task1.d.mts +31 -0
  652. package/dist/esm/api/types/Task1.mjs +4 -0
  653. package/dist/esm/api/types/TaskActionEnum1.mjs +13 -0
  654. package/dist/esm/api/types/TaskClientCreate1.d.mts +17 -0
  655. package/dist/esm/api/types/TaskClientCreate1.mjs +4 -0
  656. package/dist/esm/api/types/TaskCreateBundle.d.mts +13 -0
  657. package/dist/esm/api/types/TaskCreateBundle.mjs +4 -0
  658. package/dist/esm/api/types/TaskGroup1.d.mts +24 -0
  659. package/dist/esm/api/types/TaskGroup1.mjs +4 -0
  660. package/dist/esm/api/types/TaskGroupDetailsResponse.d.mts +8 -0
  661. package/dist/esm/api/types/TaskGroupDetailsResponse.mjs +4 -0
  662. package/dist/esm/api/types/TaskGroupStatusEnum1.mjs +8 -0
  663. package/dist/esm/api/types/TaskGroupWithDetails.d.mts +8 -0
  664. package/dist/esm/api/types/TaskGroupWithDetails.mjs +4 -0
  665. package/dist/esm/api/types/TaskGroupWithTasks.d.mts +8 -0
  666. package/dist/esm/api/types/TaskGroupWithTasks.mjs +4 -0
  667. package/dist/esm/api/types/TaskWithDetails.d.mts +9 -0
  668. package/dist/esm/api/types/TaskWithDetails.mjs +4 -0
  669. package/dist/esm/api/types/TemplateRes.mjs +4 -0
  670. package/dist/esm/api/types/Tracker1.mjs +4 -0
  671. package/dist/esm/api/types/TrackerSession1.mjs +4 -0
  672. package/dist/esm/api/types/TransportTypeEnum.mjs +10 -0
  673. package/dist/esm/api/types/UpdateTaskGroupRes.mjs +4 -0
  674. package/dist/esm/api/types/UserPublicData6.d.mts +14 -0
  675. package/dist/esm/api/types/UserPublicData6.mjs +4 -0
  676. package/dist/esm/api/types/ValidationError.d.mts +14 -0
  677. package/dist/esm/api/types/ValidationError.mjs +4 -0
  678. package/dist/esm/api/types/Vehicle1.mjs +4 -0
  679. package/dist/esm/api/types/VehicleTypeEnum.mjs +11 -0
  680. package/dist/esm/api/types/index.d.mts +88 -0
  681. package/dist/esm/api/types/index.mjs +88 -0
  682. package/dist/esm/core/auth/BasicAuth.mjs +23 -0
  683. package/dist/esm/core/auth/BearerToken.mjs +12 -0
  684. package/dist/esm/core/auth/index.d.mts +2 -0
  685. package/dist/esm/core/auth/index.mjs +2 -0
  686. package/dist/esm/core/base64.d.mts +2 -0
  687. package/dist/esm/core/base64.mjs +22 -0
  688. package/dist/esm/core/fetcher/APIResponse.d.mts +20 -0
  689. package/dist/esm/core/fetcher/APIResponse.mjs +1 -0
  690. package/dist/esm/core/fetcher/BinaryResponse.d.mts +20 -0
  691. package/dist/esm/core/fetcher/BinaryResponse.mjs +14 -0
  692. package/dist/esm/core/fetcher/Fetcher.d.mts +40 -0
  693. package/dist/esm/core/fetcher/Fetcher.mjs +116 -0
  694. package/dist/esm/core/fetcher/Headers.d.mts +2 -0
  695. package/dist/esm/core/fetcher/Headers.mjs +82 -0
  696. package/dist/esm/core/fetcher/HttpResponsePromise.d.mts +58 -0
  697. package/dist/esm/core/fetcher/HttpResponsePromise.mjs +99 -0
  698. package/dist/esm/core/fetcher/RawResponse.d.mts +29 -0
  699. package/dist/esm/core/fetcher/RawResponse.mjs +40 -0
  700. package/dist/esm/core/fetcher/ResponseWithBody.d.mts +4 -0
  701. package/dist/esm/core/fetcher/ResponseWithBody.mjs +3 -0
  702. package/dist/esm/core/fetcher/Supplier.mjs +19 -0
  703. package/dist/esm/core/fetcher/createRequestUrl.d.mts +1 -0
  704. package/dist/esm/core/fetcher/createRequestUrl.mjs +5 -0
  705. package/dist/esm/core/fetcher/getErrorResponseBody.d.mts +1 -0
  706. package/dist/esm/core/fetcher/getErrorResponseBody.mjs +41 -0
  707. package/dist/esm/core/fetcher/getFetchFn.d.mts +1 -0
  708. package/dist/esm/core/fetcher/getFetchFn.mjs +14 -0
  709. package/dist/esm/core/fetcher/getHeader.mjs +8 -0
  710. package/dist/esm/core/fetcher/getRequestBody.mjs +20 -0
  711. package/dist/esm/core/fetcher/getResponseBody.mjs +52 -0
  712. package/dist/esm/core/fetcher/index.d.mts +9 -0
  713. package/dist/esm/core/fetcher/index.mjs +5 -0
  714. package/dist/esm/core/fetcher/makeRequest.mjs +38 -0
  715. package/dist/esm/core/fetcher/requestWithRetries.mjs +37 -0
  716. package/dist/esm/core/fetcher/signals.mjs +32 -0
  717. package/dist/esm/core/file.d.mts +1 -0
  718. package/dist/esm/core/file.mjs +1 -0
  719. package/dist/esm/core/form-data-utils/FormDataWrapper.d.mts +16 -0
  720. package/dist/esm/core/form-data-utils/FormDataWrapper.mjs +170 -0
  721. package/dist/esm/core/form-data-utils/encodeAsFormParameter.d.mts +1 -0
  722. package/dist/esm/core/form-data-utils/encodeAsFormParameter.mjs +9 -0
  723. package/dist/esm/core/form-data-utils/index.d.mts +2 -0
  724. package/dist/esm/core/form-data-utils/index.mjs +2 -0
  725. package/dist/esm/core/headers.d.mts +3 -0
  726. package/dist/esm/core/headers.mjs +25 -0
  727. package/dist/esm/core/index.d.mts +7 -0
  728. package/dist/esm/core/index.mjs +7 -0
  729. package/dist/esm/core/json.mjs +19 -0
  730. package/dist/esm/core/runtime/index.d.mts +1 -0
  731. package/dist/esm/core/runtime/index.mjs +1 -0
  732. package/dist/esm/core/runtime/runtime.mjs +99 -0
  733. package/dist/esm/core/url/index.d.mts +2 -0
  734. package/dist/esm/core/url/index.mjs +2 -0
  735. package/dist/esm/core/url/join.d.mts +1 -0
  736. package/dist/esm/core/url/join.mjs +66 -0
  737. package/dist/esm/core/url/qs.d.mts +6 -0
  738. package/dist/esm/core/url/qs.mjs +61 -0
  739. package/dist/esm/environments.mjs +9 -0
  740. package/dist/esm/errors/ChrtError.d.mts +15 -0
  741. package/dist/esm/errors/ChrtError.mjs +26 -0
  742. package/dist/esm/errors/ChrtTimeoutError.mjs +9 -0
  743. package/dist/esm/errors/index.d.mts +2 -0
  744. package/dist/esm/errors/index.mjs +2 -0
  745. package/dist/esm/index.d.mts +4 -0
  746. package/dist/esm/index.mjs +4 -0
  747. package/dist/esm/version.d.mts +1 -0
  748. package/dist/esm/version.mjs +1 -0
  749. package/package.json +45 -24
  750. package/reference.md +1797 -557
  751. package/Client.d.ts +0 -79
  752. package/Client.js +0 -97
  753. package/api/errors/UnprocessableEntityError.d.ts +0 -8
  754. package/api/errors/UnprocessableEntityError.js +0 -51
  755. package/api/errors/index.d.ts +0 -1
  756. package/api/errors/index.js +0 -17
  757. package/api/index.d.ts +0 -3
  758. package/api/index.js +0 -19
  759. package/api/resources/dev/client/Client.d.ts +0 -72
  760. package/api/resources/dev/client/Client.js +0 -299
  761. package/api/resources/dev/client/index.d.ts +0 -1
  762. package/api/resources/dev/client/index.js +0 -17
  763. package/api/resources/dev/client/requests/index.d.ts +0 -1
  764. package/api/resources/dev/index.d.ts +0 -1
  765. package/api/resources/dev/index.js +0 -17
  766. package/api/resources/directory/client/Client.d.ts +0 -42
  767. package/api/resources/directory/client/Client.js +0 -125
  768. package/api/resources/directory/client/index.d.ts +0 -1
  769. package/api/resources/directory/client/index.js +0 -17
  770. package/api/resources/directory/client/requests/index.d.ts +0 -1
  771. package/api/resources/directory/index.d.ts +0 -1
  772. package/api/resources/directory/index.js +0 -17
  773. package/api/resources/index.d.ts +0 -32
  774. package/api/resources/index.js +0 -71
  775. package/api/resources/mirror/client/Client.d.ts +0 -124
  776. package/api/resources/mirror/client/Client.js +0 -609
  777. package/api/resources/mirror/index.d.ts +0 -1
  778. package/api/resources/mirror/index.js +0 -17
  779. package/api/resources/oortConnections/client/Client.d.ts +0 -58
  780. package/api/resources/oortConnections/client/Client.js +0 -213
  781. package/api/resources/oortConnections/client/index.d.ts +0 -1
  782. package/api/resources/oortConnections/client/index.js +0 -17
  783. package/api/resources/oortConnections/client/requests/index.d.ts +0 -1
  784. package/api/resources/oortConnections/index.d.ts +0 -1
  785. package/api/resources/oortConnections/index.js +0 -17
  786. package/api/resources/oortCourierPayDriverRate/client/Client.d.ts +0 -88
  787. package/api/resources/oortCourierPayDriverRate/client/Client.js +0 -284
  788. package/api/resources/oortCourierPayDriverRate/client/index.d.ts +0 -1
  789. package/api/resources/oortCourierPayDriverRate/client/index.js +0 -17
  790. package/api/resources/oortCourierPayDriverRate/client/requests/CourierPayDriverRateSheetClientCreate1.d.ts +0 -50
  791. package/api/resources/oortCourierPayDriverRate/client/requests/index.d.ts +0 -1
  792. package/api/resources/oortCourierPayDriverRate/index.d.ts +0 -1
  793. package/api/resources/oortCourierPayDriverRate/index.js +0 -17
  794. package/api/resources/oortDrivers/client/Client.d.ts +0 -136
  795. package/api/resources/oortDrivers/client/Client.js +0 -535
  796. package/api/resources/oortDrivers/client/index.d.ts +0 -1
  797. package/api/resources/oortDrivers/client/index.js +0 -17
  798. package/api/resources/oortDrivers/client/requests/DriverCreateReq.d.ts +0 -17
  799. package/api/resources/oortDrivers/client/requests/DriverLastSeenReq.d.ts +0 -15
  800. package/api/resources/oortDrivers/client/requests/UpdateDriverDetailsReq.d.ts +0 -18
  801. package/api/resources/oortDrivers/client/requests/index.d.ts +0 -4
  802. package/api/resources/oortDrivers/index.d.ts +0 -1
  803. package/api/resources/oortDrivers/index.js +0 -17
  804. package/api/resources/oortMilestones/client/Client.d.ts +0 -91
  805. package/api/resources/oortMilestones/client/Client.js +0 -346
  806. package/api/resources/oortMilestones/client/index.d.ts +0 -1
  807. package/api/resources/oortMilestones/client/index.js +0 -17
  808. package/api/resources/oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.d.ts +0 -10
  809. package/api/resources/oortMilestones/client/requests/MilestoneAddToTaskReq.d.ts +0 -16
  810. package/api/resources/oortMilestones/client/requests/index.d.ts +0 -3
  811. package/api/resources/oortMilestones/index.d.ts +0 -1
  812. package/api/resources/oortMilestones/index.js +0 -17
  813. package/api/resources/oortNotificationPreferences/client/Client.d.ts +0 -49
  814. package/api/resources/oortNotificationPreferences/client/Client.js +0 -168
  815. package/api/resources/oortNotificationPreferences/client/index.d.ts +0 -1
  816. package/api/resources/oortNotificationPreferences/client/index.js +0 -17
  817. package/api/resources/oortNotificationPreferences/client/requests/NotificationPreferencesClientCreate1.d.ts +0 -18
  818. package/api/resources/oortNotificationPreferences/client/requests/index.d.ts +0 -1
  819. package/api/resources/oortNotificationPreferences/index.d.ts +0 -1
  820. package/api/resources/oortNotificationPreferences/index.js +0 -17
  821. package/api/resources/oortOrders/client/Client.d.ts +0 -119
  822. package/api/resources/oortOrders/client/Client.js +0 -433
  823. package/api/resources/oortOrders/client/index.d.ts +0 -1
  824. package/api/resources/oortOrders/client/index.js +0 -17
  825. package/api/resources/oortOrders/client/requests/CreateOrderReq.d.ts +0 -43
  826. package/api/resources/oortOrders/client/requests/index.d.ts +0 -1
  827. package/api/resources/oortOrders/index.d.ts +0 -1
  828. package/api/resources/oortOrders/index.js +0 -17
  829. package/api/resources/oortOrgConnectionInfos/client/Client.d.ts +0 -102
  830. package/api/resources/oortOrgConnectionInfos/client/Client.js +0 -383
  831. package/api/resources/oortOrgConnectionInfos/client/index.d.ts +0 -1
  832. package/api/resources/oortOrgConnectionInfos/client/index.js +0 -17
  833. package/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.d.ts +0 -24
  834. package/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoUpdate.d.ts +0 -18
  835. package/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.d.ts +0 -24
  836. package/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.d.ts +0 -20
  837. package/api/resources/oortOrgConnectionInfos/client/requests/index.d.ts +0 -4
  838. package/api/resources/oortOrgConnectionInfos/index.d.ts +0 -1
  839. package/api/resources/oortOrgConnectionInfos/index.js +0 -17
  840. package/api/resources/oortOrgProfiles/client/Client.d.ts +0 -74
  841. package/api/resources/oortOrgProfiles/client/Client.js +0 -279
  842. package/api/resources/oortOrgProfiles/client/index.d.ts +0 -1
  843. package/api/resources/oortOrgProfiles/client/index.js +0 -17
  844. package/api/resources/oortOrgProfiles/client/requests/index.d.ts +0 -2
  845. package/api/resources/oortOrgProfiles/index.d.ts +0 -1
  846. package/api/resources/oortOrgProfiles/index.js +0 -17
  847. package/api/resources/oortShipperUserInfo/client/Client.d.ts +0 -73
  848. package/api/resources/oortShipperUserInfo/client/Client.js +0 -275
  849. package/api/resources/oortShipperUserInfo/client/index.d.ts +0 -1
  850. package/api/resources/oortShipperUserInfo/client/index.js +0 -17
  851. package/api/resources/oortShipperUserInfo/client/requests/ShipperUserInfoClientCreate1.d.ts +0 -24
  852. package/api/resources/oortShipperUserInfo/client/requests/ShipperUserInfoClientUpdate1.d.ts +0 -21
  853. package/api/resources/oortShipperUserInfo/client/requests/index.d.ts +0 -2
  854. package/api/resources/oortShipperUserInfo/index.d.ts +0 -1
  855. package/api/resources/oortShipperUserInfo/index.js +0 -17
  856. package/api/resources/oortTaskGroups/client/Client.d.ts +0 -118
  857. package/api/resources/oortTaskGroups/client/Client.js +0 -479
  858. package/api/resources/oortTaskGroups/client/index.d.ts +0 -1
  859. package/api/resources/oortTaskGroups/client/index.js +0 -17
  860. package/api/resources/oortTaskGroups/client/requests/index.d.ts +0 -2
  861. package/api/resources/oortTaskGroups/index.d.ts +0 -1
  862. package/api/resources/oortTaskGroups/index.js +0 -17
  863. package/api/resources/orgs/client/Client.d.ts +0 -106
  864. package/api/resources/orgs/client/Client.js +0 -421
  865. package/api/resources/orgs/client/index.d.ts +0 -1
  866. package/api/resources/orgs/client/index.js +0 -17
  867. package/api/resources/orgs/client/requests/index.d.ts +0 -2
  868. package/api/resources/orgs/index.d.ts +0 -1
  869. package/api/resources/orgs/index.js +0 -17
  870. package/api/resources/payments/client/Client.d.ts +0 -64
  871. package/api/resources/payments/client/Client.js +0 -219
  872. package/api/resources/payments/client/index.d.ts +0 -1
  873. package/api/resources/payments/client/index.js +0 -17
  874. package/api/resources/payments/client/requests/CreateCheckoutSessionReq2.d.ts +0 -13
  875. package/api/resources/payments/client/requests/index.d.ts +0 -1
  876. package/api/resources/payments/index.d.ts +0 -1
  877. package/api/resources/payments/index.js +0 -17
  878. package/api/resources/root/client/Client.d.ts +0 -85
  879. package/api/resources/root/client/Client.js +0 -377
  880. package/api/resources/root/index.d.ts +0 -2
  881. package/api/resources/root/index.js +0 -18
  882. package/api/resources/root/types/PydanticResponse.d.ts +0 -8
  883. package/api/resources/root/types/index.d.ts +0 -1
  884. package/api/resources/root/types/index.js +0 -17
  885. package/api/resources/users/client/Client.d.ts +0 -37
  886. package/api/resources/users/client/Client.js +0 -113
  887. package/api/resources/users/index.d.ts +0 -1
  888. package/api/resources/users/index.js +0 -17
  889. package/api/types/Action.d.ts +0 -5
  890. package/api/types/Cargo1.d.ts +0 -16
  891. package/api/types/CargoClientCreate1.d.ts +0 -13
  892. package/api/types/Coordinates.d.ts +0 -5
  893. package/api/types/CourierOrgConnectionInfo1.d.ts +0 -22
  894. package/api/types/CourierPayDriverRateSheet1.d.ts +0 -31
  895. package/api/types/Driver1.d.ts +0 -23
  896. package/api/types/EmailReq.d.ts +0 -6
  897. package/api/types/EmailRes.d.ts +0 -7
  898. package/api/types/Expense1.d.ts +0 -13
  899. package/api/types/Feature.d.ts +0 -14
  900. package/api/types/FeatureInputGeometry.d.ts +0 -28
  901. package/api/types/FeatureOutputGeometry.d.ts +0 -28
  902. package/api/types/GeometryCollection.d.ts +0 -11
  903. package/api/types/GeometryCollectionInputGeometriesItem.d.ts +0 -28
  904. package/api/types/GeometryCollectionOutputGeometriesItem.d.ts +0 -28
  905. package/api/types/GetOrderFullRes.d.ts +0 -11
  906. package/api/types/GetOrderRes.d.ts +0 -7
  907. package/api/types/HttpValidationError.d.ts +0 -7
  908. package/api/types/Id.d.ts +0 -4
  909. package/api/types/LineItem1.d.ts +0 -11
  910. package/api/types/LineString.d.ts +0 -11
  911. package/api/types/LineStringCoordinatesItem.d.ts +0 -5
  912. package/api/types/Milestone1.d.ts +0 -27
  913. package/api/types/MilestoneClientCreate1.d.ts +0 -9
  914. package/api/types/MultiLineString.d.ts +0 -11
  915. package/api/types/MultiLineStringCoordinatesItemItem.d.ts +0 -5
  916. package/api/types/MultiPoint.d.ts +0 -11
  917. package/api/types/MultiPointCoordinatesItem.d.ts +0 -5
  918. package/api/types/MultiPolygon.d.ts +0 -11
  919. package/api/types/MultiPolygonCoordinatesItemItemItem.d.ts +0 -5
  920. package/api/types/MultipleTaskGroupsDetailsResponse.d.ts +0 -7
  921. package/api/types/MultipleTaskGroupsWithTasks.d.ts +0 -7
  922. package/api/types/NotificationChannelEnum.d.ts +0 -10
  923. package/api/types/NotificationPreferences1.d.ts +0 -18
  924. package/api/types/NotificationPreferences1.js +0 -5
  925. package/api/types/Order1.d.ts +0 -28
  926. package/api/types/OrgMembersAndDrivers.d.ts +0 -8
  927. package/api/types/PayablesInvoice1.d.ts +0 -22
  928. package/api/types/PayablesInvoice1.js +0 -5
  929. package/api/types/Point.d.ts +0 -11
  930. package/api/types/Polygon.d.ts +0 -11
  931. package/api/types/PolygonCoordinatesItemItem.d.ts +0 -5
  932. package/api/types/PolygonCoordinatesItemItem.js +0 -5
  933. package/api/types/Properties.d.ts +0 -5
  934. package/api/types/Properties.js +0 -5
  935. package/api/types/ReceivablesInvoice1.d.ts +0 -22
  936. package/api/types/ReceivablesInvoice1.js +0 -5
  937. package/api/types/Shipper2.d.ts +0 -20
  938. package/api/types/ShipperOrgConnectionInfo1.d.ts +0 -22
  939. package/api/types/ShipperUserInfo1.d.ts +0 -23
  940. package/api/types/ShipperUserInfo1.js +0 -5
  941. package/api/types/Status.d.ts +0 -13
  942. package/api/types/Status.js +0 -15
  943. package/api/types/StripeConnectInvoice1.d.ts +0 -20
  944. package/api/types/StripeConnectInvoice1.js +0 -5
  945. package/api/types/Task1.d.ts +0 -29
  946. package/api/types/TaskClientCreate1.d.ts +0 -15
  947. package/api/types/TaskCreateBundle.d.ts +0 -13
  948. package/api/types/TaskGroup1.d.ts +0 -24
  949. package/api/types/TaskGroupDetailsResponse.d.ts +0 -8
  950. package/api/types/TaskGroupWithDetails.d.ts +0 -8
  951. package/api/types/TaskGroupWithTasks.d.ts +0 -8
  952. package/api/types/TaskWithDetails.d.ts +0 -9
  953. package/api/types/UserPublicData5.d.ts +0 -15
  954. package/api/types/UserPublicData5.js +0 -5
  955. package/api/types/ValidationError.d.ts +0 -9
  956. package/api/types/ValidationErrorLocItem.d.ts +0 -4
  957. package/api/types/ValidationErrorLocItem.js +0 -5
  958. package/api/types/index.d.ts +0 -93
  959. package/api/types/index.js +0 -109
  960. package/core/auth/BasicAuth.js +0 -26
  961. package/core/auth/index.d.ts +0 -2
  962. package/core/auth/index.js +0 -7
  963. package/core/fetcher/APIResponse.d.ts +0 -10
  964. package/core/fetcher/Fetcher.d.ts +0 -39
  965. package/core/fetcher/Fetcher.js +0 -100
  966. package/core/fetcher/createRequestUrl.d.ts +0 -1
  967. package/core/fetcher/createRequestUrl.js +0 -12
  968. package/core/fetcher/getFetchFn.d.ts +0 -4
  969. package/core/fetcher/getFetchFn.js +0 -68
  970. package/core/fetcher/getRequestBody.js +0 -23
  971. package/core/fetcher/getResponseBody.js +0 -54
  972. package/core/fetcher/index.d.ts +0 -5
  973. package/core/fetcher/index.js +0 -9
  974. package/core/fetcher/makeRequest.js +0 -42
  975. package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +0 -30
  976. package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +0 -247
  977. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -21
  978. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +0 -126
  979. package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +0 -31
  980. package/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +0 -229
  981. package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +0 -18
  982. package/core/fetcher/stream-wrappers/chooseStreamWrapper.js +0 -59
  983. package/core/form-data-utils/FormDataWrapper.d.ts +0 -60
  984. package/core/form-data-utils/FormDataWrapper.js +0 -188
  985. package/core/form-data-utils/index.d.ts +0 -1
  986. package/core/form-data-utils/index.js +0 -17
  987. package/core/index.d.ts +0 -4
  988. package/core/index.js +0 -20
  989. package/core/runtime/index.d.ts +0 -1
  990. package/core/runtime/index.js +0 -5
  991. package/core/runtime/runtime.js +0 -103
  992. package/dist/Client.d.ts +0 -79
  993. package/dist/Client.js +0 -97
  994. package/dist/api/errors/UnprocessableEntityError.d.ts +0 -8
  995. package/dist/api/errors/UnprocessableEntityError.js +0 -51
  996. package/dist/api/errors/index.d.ts +0 -1
  997. package/dist/api/errors/index.js +0 -17
  998. package/dist/api/index.d.ts +0 -3
  999. package/dist/api/index.js +0 -19
  1000. package/dist/api/resources/dev/client/Client.d.ts +0 -72
  1001. package/dist/api/resources/dev/client/Client.js +0 -299
  1002. package/dist/api/resources/dev/client/index.d.ts +0 -1
  1003. package/dist/api/resources/dev/client/index.js +0 -17
  1004. package/dist/api/resources/dev/client/requests/TemplateReq.js +0 -5
  1005. package/dist/api/resources/dev/client/requests/index.d.ts +0 -1
  1006. package/dist/api/resources/dev/index.d.ts +0 -1
  1007. package/dist/api/resources/dev/index.js +0 -17
  1008. package/dist/api/resources/directory/client/Client.d.ts +0 -42
  1009. package/dist/api/resources/directory/client/Client.js +0 -125
  1010. package/dist/api/resources/directory/client/index.d.ts +0 -1
  1011. package/dist/api/resources/directory/client/index.js +0 -17
  1012. package/dist/api/resources/directory/client/requests/DbQueryParams.js +0 -5
  1013. package/dist/api/resources/directory/client/requests/index.d.ts +0 -1
  1014. package/dist/api/resources/directory/index.d.ts +0 -1
  1015. package/dist/api/resources/directory/index.js +0 -17
  1016. package/dist/api/resources/index.d.ts +0 -32
  1017. package/dist/api/resources/index.js +0 -71
  1018. package/dist/api/resources/mirror/client/Client.d.ts +0 -124
  1019. package/dist/api/resources/mirror/client/Client.js +0 -609
  1020. package/dist/api/resources/mirror/index.d.ts +0 -1
  1021. package/dist/api/resources/mirror/index.js +0 -17
  1022. package/dist/api/resources/oortConnections/client/Client.d.ts +0 -58
  1023. package/dist/api/resources/oortConnections/client/Client.js +0 -213
  1024. package/dist/api/resources/oortConnections/client/index.d.ts +0 -1
  1025. package/dist/api/resources/oortConnections/client/index.js +0 -17
  1026. package/dist/api/resources/oortConnections/client/requests/CreateConnectionReq.js +0 -5
  1027. package/dist/api/resources/oortConnections/client/requests/index.d.ts +0 -1
  1028. package/dist/api/resources/oortConnections/index.d.ts +0 -1
  1029. package/dist/api/resources/oortConnections/index.js +0 -17
  1030. package/dist/api/resources/oortCourierPayDriverRate/client/Client.d.ts +0 -88
  1031. package/dist/api/resources/oortCourierPayDriverRate/client/Client.js +0 -284
  1032. package/dist/api/resources/oortCourierPayDriverRate/client/index.d.ts +0 -1
  1033. package/dist/api/resources/oortCourierPayDriverRate/client/index.js +0 -17
  1034. package/dist/api/resources/oortCourierPayDriverRate/client/requests/CourierPayDriverRateSheetClientCreate1.d.ts +0 -50
  1035. package/dist/api/resources/oortCourierPayDriverRate/client/requests/index.d.ts +0 -1
  1036. package/dist/api/resources/oortCourierPayDriverRate/index.d.ts +0 -1
  1037. package/dist/api/resources/oortCourierPayDriverRate/index.js +0 -17
  1038. package/dist/api/resources/oortDrivers/client/Client.d.ts +0 -136
  1039. package/dist/api/resources/oortDrivers/client/Client.js +0 -535
  1040. package/dist/api/resources/oortDrivers/client/index.d.ts +0 -1
  1041. package/dist/api/resources/oortDrivers/client/index.js +0 -17
  1042. package/dist/api/resources/oortDrivers/client/requests/DriverCreateReq.d.ts +0 -17
  1043. package/dist/api/resources/oortDrivers/client/requests/DriverLastSeenReq.d.ts +0 -15
  1044. package/dist/api/resources/oortDrivers/client/requests/UpdateDriverDetailsReq.d.ts +0 -18
  1045. package/dist/api/resources/oortDrivers/client/requests/index.d.ts +0 -4
  1046. package/dist/api/resources/oortDrivers/client/requests/index.js +0 -2
  1047. package/dist/api/resources/oortDrivers/index.d.ts +0 -1
  1048. package/dist/api/resources/oortDrivers/index.js +0 -17
  1049. package/dist/api/resources/oortMilestones/client/Client.d.ts +0 -91
  1050. package/dist/api/resources/oortMilestones/client/Client.js +0 -346
  1051. package/dist/api/resources/oortMilestones/client/index.d.ts +0 -1
  1052. package/dist/api/resources/oortMilestones/client/index.js +0 -17
  1053. package/dist/api/resources/oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.d.ts +0 -10
  1054. package/dist/api/resources/oortMilestones/client/requests/MilestoneAddToTaskReq.d.ts +0 -16
  1055. package/dist/api/resources/oortMilestones/client/requests/index.d.ts +0 -3
  1056. package/dist/api/resources/oortMilestones/client/requests/index.js +0 -2
  1057. package/dist/api/resources/oortMilestones/index.d.ts +0 -1
  1058. package/dist/api/resources/oortMilestones/index.js +0 -17
  1059. package/dist/api/resources/oortNotificationPreferences/client/Client.d.ts +0 -49
  1060. package/dist/api/resources/oortNotificationPreferences/client/Client.js +0 -168
  1061. package/dist/api/resources/oortNotificationPreferences/client/index.d.ts +0 -1
  1062. package/dist/api/resources/oortNotificationPreferences/client/index.js +0 -17
  1063. package/dist/api/resources/oortNotificationPreferences/client/requests/NotificationPreferencesClientCreate1.d.ts +0 -18
  1064. package/dist/api/resources/oortNotificationPreferences/client/requests/NotificationPreferencesClientCreate1.js +0 -5
  1065. package/dist/api/resources/oortNotificationPreferences/client/requests/index.d.ts +0 -1
  1066. package/dist/api/resources/oortNotificationPreferences/client/requests/index.js +0 -2
  1067. package/dist/api/resources/oortNotificationPreferences/index.d.ts +0 -1
  1068. package/dist/api/resources/oortNotificationPreferences/index.js +0 -17
  1069. package/dist/api/resources/oortOrders/client/Client.d.ts +0 -119
  1070. package/dist/api/resources/oortOrders/client/Client.js +0 -433
  1071. package/dist/api/resources/oortOrders/client/index.d.ts +0 -1
  1072. package/dist/api/resources/oortOrders/client/index.js +0 -17
  1073. package/dist/api/resources/oortOrders/client/requests/CreateOrderReq.d.ts +0 -43
  1074. package/dist/api/resources/oortOrders/client/requests/index.d.ts +0 -1
  1075. package/dist/api/resources/oortOrders/client/requests/index.js +0 -2
  1076. package/dist/api/resources/oortOrders/index.d.ts +0 -1
  1077. package/dist/api/resources/oortOrders/index.js +0 -17
  1078. package/dist/api/resources/oortOrgConnectionInfos/client/Client.d.ts +0 -102
  1079. package/dist/api/resources/oortOrgConnectionInfos/client/Client.js +0 -383
  1080. package/dist/api/resources/oortOrgConnectionInfos/client/index.d.ts +0 -1
  1081. package/dist/api/resources/oortOrgConnectionInfos/client/index.js +0 -17
  1082. package/dist/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.d.ts +0 -24
  1083. package/dist/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoUpdate.d.ts +0 -18
  1084. package/dist/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoUpdate.js +0 -5
  1085. package/dist/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.d.ts +0 -24
  1086. package/dist/api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.d.ts +0 -20
  1087. package/dist/api/resources/oortOrgConnectionInfos/client/requests/index.d.ts +0 -4
  1088. package/dist/api/resources/oortOrgConnectionInfos/client/requests/index.js +0 -2
  1089. package/dist/api/resources/oortOrgConnectionInfos/index.d.ts +0 -1
  1090. package/dist/api/resources/oortOrgConnectionInfos/index.js +0 -17
  1091. package/dist/api/resources/oortOrgProfiles/client/Client.d.ts +0 -74
  1092. package/dist/api/resources/oortOrgProfiles/client/Client.js +0 -279
  1093. package/dist/api/resources/oortOrgProfiles/client/index.d.ts +0 -1
  1094. package/dist/api/resources/oortOrgProfiles/client/index.js +0 -17
  1095. package/dist/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.js +0 -5
  1096. package/dist/api/resources/oortOrgProfiles/client/requests/index.d.ts +0 -2
  1097. package/dist/api/resources/oortOrgProfiles/client/requests/index.js +0 -2
  1098. package/dist/api/resources/oortOrgProfiles/index.d.ts +0 -1
  1099. package/dist/api/resources/oortOrgProfiles/index.js +0 -17
  1100. package/dist/api/resources/oortShipperUserInfo/client/Client.d.ts +0 -73
  1101. package/dist/api/resources/oortShipperUserInfo/client/Client.js +0 -275
  1102. package/dist/api/resources/oortShipperUserInfo/client/index.d.ts +0 -1
  1103. package/dist/api/resources/oortShipperUserInfo/client/index.js +0 -17
  1104. package/dist/api/resources/oortShipperUserInfo/client/requests/ShipperUserInfoClientCreate1.d.ts +0 -24
  1105. package/dist/api/resources/oortShipperUserInfo/client/requests/ShipperUserInfoClientCreate1.js +0 -5
  1106. package/dist/api/resources/oortShipperUserInfo/client/requests/ShipperUserInfoClientUpdate1.d.ts +0 -21
  1107. package/dist/api/resources/oortShipperUserInfo/client/requests/ShipperUserInfoClientUpdate1.js +0 -5
  1108. package/dist/api/resources/oortShipperUserInfo/client/requests/index.d.ts +0 -2
  1109. package/dist/api/resources/oortShipperUserInfo/client/requests/index.js +0 -2
  1110. package/dist/api/resources/oortShipperUserInfo/index.d.ts +0 -1
  1111. package/dist/api/resources/oortShipperUserInfo/index.js +0 -17
  1112. package/dist/api/resources/oortTaskGroups/client/Client.d.ts +0 -118
  1113. package/dist/api/resources/oortTaskGroups/client/Client.js +0 -479
  1114. package/dist/api/resources/oortTaskGroups/client/index.d.ts +0 -1
  1115. package/dist/api/resources/oortTaskGroups/client/index.js +0 -17
  1116. package/dist/api/resources/oortTaskGroups/client/requests/SetTaskGroupPauseReq.js +0 -5
  1117. package/dist/api/resources/oortTaskGroups/client/requests/UpdateTaskGroupReq.js +0 -5
  1118. package/dist/api/resources/oortTaskGroups/client/requests/index.d.ts +0 -2
  1119. package/dist/api/resources/oortTaskGroups/client/requests/index.js +0 -2
  1120. package/dist/api/resources/oortTaskGroups/index.d.ts +0 -1
  1121. package/dist/api/resources/oortTaskGroups/index.js +0 -17
  1122. package/dist/api/resources/orgs/client/Client.d.ts +0 -106
  1123. package/dist/api/resources/orgs/client/Client.js +0 -421
  1124. package/dist/api/resources/orgs/client/index.d.ts +0 -1
  1125. package/dist/api/resources/orgs/client/index.js +0 -17
  1126. package/dist/api/resources/orgs/client/requests/CreateOrgPublicDataReq.js +0 -5
  1127. package/dist/api/resources/orgs/client/requests/UpdateOrgPublicDataReq.js +0 -5
  1128. package/dist/api/resources/orgs/client/requests/index.d.ts +0 -2
  1129. package/dist/api/resources/orgs/client/requests/index.js +0 -2
  1130. package/dist/api/resources/orgs/index.d.ts +0 -1
  1131. package/dist/api/resources/orgs/index.js +0 -17
  1132. package/dist/api/resources/payments/client/Client.d.ts +0 -64
  1133. package/dist/api/resources/payments/client/Client.js +0 -219
  1134. package/dist/api/resources/payments/client/index.d.ts +0 -1
  1135. package/dist/api/resources/payments/client/index.js +0 -17
  1136. package/dist/api/resources/payments/client/requests/CreateCheckoutSessionReq2.d.ts +0 -13
  1137. package/dist/api/resources/payments/client/requests/CreateCheckoutSessionReq2.js +0 -5
  1138. package/dist/api/resources/payments/client/requests/index.d.ts +0 -1
  1139. package/dist/api/resources/payments/client/requests/index.js +0 -2
  1140. package/dist/api/resources/payments/index.d.ts +0 -1
  1141. package/dist/api/resources/payments/index.js +0 -17
  1142. package/dist/api/resources/root/client/Client.d.ts +0 -85
  1143. package/dist/api/resources/root/client/Client.js +0 -377
  1144. package/dist/api/resources/root/client/index.js +0 -2
  1145. package/dist/api/resources/root/index.d.ts +0 -2
  1146. package/dist/api/resources/root/index.js +0 -18
  1147. package/dist/api/resources/root/types/PydanticResponse.d.ts +0 -8
  1148. package/dist/api/resources/root/types/PydanticResponse.js +0 -5
  1149. package/dist/api/resources/root/types/index.d.ts +0 -1
  1150. package/dist/api/resources/root/types/index.js +0 -17
  1151. package/dist/api/resources/users/client/Client.d.ts +0 -37
  1152. package/dist/api/resources/users/client/Client.js +0 -113
  1153. package/dist/api/resources/users/client/index.js +0 -2
  1154. package/dist/api/resources/users/index.d.ts +0 -1
  1155. package/dist/api/resources/users/index.js +0 -17
  1156. package/dist/api/types/Action.d.ts +0 -5
  1157. package/dist/api/types/Action.js +0 -5
  1158. package/dist/api/types/BaseModel.js +0 -5
  1159. package/dist/api/types/Cargo1.d.ts +0 -16
  1160. package/dist/api/types/Cargo1.js +0 -5
  1161. package/dist/api/types/CargoClientCreate1.d.ts +0 -13
  1162. package/dist/api/types/CargoClientCreate1.js +0 -5
  1163. package/dist/api/types/CargoTypeEnum1.js +0 -27
  1164. package/dist/api/types/Coordinates.d.ts +0 -5
  1165. package/dist/api/types/Coordinates.js +0 -5
  1166. package/dist/api/types/CourierOrgConnectionInfo1.d.ts +0 -22
  1167. package/dist/api/types/CourierOrgConnectionInfo1.js +0 -5
  1168. package/dist/api/types/CourierOrgProfile3.js +0 -5
  1169. package/dist/api/types/CourierPayDriverRateSheet1.d.ts +0 -31
  1170. package/dist/api/types/CreateCheckoutSessionRes2.js +0 -5
  1171. package/dist/api/types/CreateOrderRes.js +0 -5
  1172. package/dist/api/types/DecodedJwtWithOrgAndUserId.js +0 -5
  1173. package/dist/api/types/Driver1.d.ts +0 -23
  1174. package/dist/api/types/Driver1.js +0 -5
  1175. package/dist/api/types/DriverStatusEnum.js +0 -11
  1176. package/dist/api/types/EmailReq.d.ts +0 -6
  1177. package/dist/api/types/EmailReq.js +0 -5
  1178. package/dist/api/types/EmailRes.d.ts +0 -7
  1179. package/dist/api/types/EmailRes.js +0 -5
  1180. package/dist/api/types/Expense1.d.ts +0 -13
  1181. package/dist/api/types/Expense1.js +0 -5
  1182. package/dist/api/types/Feature.d.ts +0 -14
  1183. package/dist/api/types/Feature.js +0 -5
  1184. package/dist/api/types/FeatureInputGeometry.d.ts +0 -28
  1185. package/dist/api/types/FeatureInputGeometry.js +0 -5
  1186. package/dist/api/types/FeatureOutputGeometry.d.ts +0 -28
  1187. package/dist/api/types/FeatureOutputGeometry.js +0 -5
  1188. package/dist/api/types/GeometryCollection.d.ts +0 -11
  1189. package/dist/api/types/GeometryCollection.js +0 -5
  1190. package/dist/api/types/GeometryCollectionInputGeometriesItem.d.ts +0 -28
  1191. package/dist/api/types/GeometryCollectionInputGeometriesItem.js +0 -5
  1192. package/dist/api/types/GeometryCollectionOutputGeometriesItem.d.ts +0 -28
  1193. package/dist/api/types/GeometryCollectionOutputGeometriesItem.js +0 -5
  1194. package/dist/api/types/GetOrderFullRes.d.ts +0 -11
  1195. package/dist/api/types/GetOrderFullRes.js +0 -5
  1196. package/dist/api/types/GetOrderRes.d.ts +0 -7
  1197. package/dist/api/types/GetOrderRes.js +0 -5
  1198. package/dist/api/types/HttpValidationError.d.ts +0 -7
  1199. package/dist/api/types/HttpValidationError.js +0 -5
  1200. package/dist/api/types/Id.d.ts +0 -4
  1201. package/dist/api/types/Id.js +0 -5
  1202. package/dist/api/types/Incident1.js +0 -5
  1203. package/dist/api/types/IncidentEnum1.js +0 -14
  1204. package/dist/api/types/Insurance1.js +0 -5
  1205. package/dist/api/types/LineItem1.d.ts +0 -11
  1206. package/dist/api/types/LineItem1.js +0 -5
  1207. package/dist/api/types/LineItemEnum1.js +0 -30
  1208. package/dist/api/types/LineString.d.ts +0 -11
  1209. package/dist/api/types/LineString.js +0 -5
  1210. package/dist/api/types/LineStringCoordinatesItem.d.ts +0 -5
  1211. package/dist/api/types/LineStringCoordinatesItem.js +0 -5
  1212. package/dist/api/types/Milestone1.d.ts +0 -27
  1213. package/dist/api/types/Milestone1.js +0 -5
  1214. package/dist/api/types/MilestoneClientCreate1.d.ts +0 -9
  1215. package/dist/api/types/MilestoneClientCreate1.js +0 -5
  1216. package/dist/api/types/MilestoneTypeEnum1.js +0 -16
  1217. package/dist/api/types/MultiLineString.d.ts +0 -11
  1218. package/dist/api/types/MultiLineString.js +0 -5
  1219. package/dist/api/types/MultiLineStringCoordinatesItemItem.d.ts +0 -5
  1220. package/dist/api/types/MultiLineStringCoordinatesItemItem.js +0 -5
  1221. package/dist/api/types/MultiPoint.d.ts +0 -11
  1222. package/dist/api/types/MultiPoint.js +0 -5
  1223. package/dist/api/types/MultiPointCoordinatesItem.d.ts +0 -5
  1224. package/dist/api/types/MultiPointCoordinatesItem.js +0 -5
  1225. package/dist/api/types/MultiPolygon.d.ts +0 -11
  1226. package/dist/api/types/MultiPolygon.js +0 -5
  1227. package/dist/api/types/MultiPolygonCoordinatesItemItemItem.d.ts +0 -5
  1228. package/dist/api/types/MultiPolygonCoordinatesItemItemItem.js +0 -5
  1229. package/dist/api/types/MultipleTaskGroupsDetailsResponse.d.ts +0 -7
  1230. package/dist/api/types/MultipleTaskGroupsDetailsResponse.js +0 -5
  1231. package/dist/api/types/MultipleTaskGroupsWithTasks.d.ts +0 -7
  1232. package/dist/api/types/MultipleTaskGroupsWithTasks.js +0 -5
  1233. package/dist/api/types/NotificationChannelEnum.d.ts +0 -10
  1234. package/dist/api/types/NotificationChannelEnum.js +0 -12
  1235. package/dist/api/types/NotificationPreferences1.d.ts +0 -18
  1236. package/dist/api/types/NotificationPreferences1.js +0 -5
  1237. package/dist/api/types/ObcNfoTaskActionEnum.js +0 -40
  1238. package/dist/api/types/Order1.d.ts +0 -28
  1239. package/dist/api/types/Order1.js +0 -5
  1240. package/dist/api/types/OrderClientCreate1.js +0 -5
  1241. package/dist/api/types/OrderCreatedByTypeEnum.js +0 -11
  1242. package/dist/api/types/OrderDispatchTypeEnum.js +0 -11
  1243. package/dist/api/types/OrderStatusEnum1.js +0 -12
  1244. package/dist/api/types/OrgMemberDetails.js +0 -5
  1245. package/dist/api/types/OrgMembersAndDrivers.d.ts +0 -8
  1246. package/dist/api/types/OrgMembersAndDrivers.js +0 -5
  1247. package/dist/api/types/OrgPublicData2.js +0 -5
  1248. package/dist/api/types/PayablesInvoice1.d.ts +0 -22
  1249. package/dist/api/types/PayablesInvoice1.js +0 -5
  1250. package/dist/api/types/Point.d.ts +0 -11
  1251. package/dist/api/types/Point.js +0 -5
  1252. package/dist/api/types/Polygon.d.ts +0 -11
  1253. package/dist/api/types/Polygon.js +0 -5
  1254. package/dist/api/types/PolygonCoordinatesItemItem.d.ts +0 -5
  1255. package/dist/api/types/PolygonCoordinatesItemItem.js +0 -5
  1256. package/dist/api/types/Position2D.js +0 -5
  1257. package/dist/api/types/Position3D.js +0 -5
  1258. package/dist/api/types/PriceNameEnum.js +0 -11
  1259. package/dist/api/types/Properties.d.ts +0 -5
  1260. package/dist/api/types/Properties.js +0 -5
  1261. package/dist/api/types/ReceivablesInvoice1.d.ts +0 -22
  1262. package/dist/api/types/ReceivablesInvoice1.js +0 -5
  1263. package/dist/api/types/RouteTypeEnum1.js +0 -10
  1264. package/dist/api/types/Shipper2.d.ts +0 -20
  1265. package/dist/api/types/Shipper2.js +0 -5
  1266. package/dist/api/types/ShipperCourierConnection1.js +0 -5
  1267. package/dist/api/types/ShipperOrgConnectionInfo1.d.ts +0 -22
  1268. package/dist/api/types/ShipperOrgConnectionInfo1.js +0 -5
  1269. package/dist/api/types/ShipperUserInfo1.d.ts +0 -23
  1270. package/dist/api/types/ShipperUserInfo1.js +0 -5
  1271. package/dist/api/types/Status.d.ts +0 -13
  1272. package/dist/api/types/Status.js +0 -15
  1273. package/dist/api/types/StreetAddress1.js +0 -5
  1274. package/dist/api/types/StripeConnectInvoice1.d.ts +0 -20
  1275. package/dist/api/types/StripeConnectInvoice1.js +0 -5
  1276. package/dist/api/types/Task1.d.ts +0 -29
  1277. package/dist/api/types/Task1.js +0 -5
  1278. package/dist/api/types/TaskActionEnum1.js +0 -16
  1279. package/dist/api/types/TaskClientCreate1.d.ts +0 -15
  1280. package/dist/api/types/TaskClientCreate1.js +0 -5
  1281. package/dist/api/types/TaskCreateBundle.d.ts +0 -13
  1282. package/dist/api/types/TaskCreateBundle.js +0 -5
  1283. package/dist/api/types/TaskGroup1.d.ts +0 -24
  1284. package/dist/api/types/TaskGroup1.js +0 -5
  1285. package/dist/api/types/TaskGroupDetailsResponse.d.ts +0 -8
  1286. package/dist/api/types/TaskGroupDetailsResponse.js +0 -5
  1287. package/dist/api/types/TaskGroupStatusEnum1.js +0 -11
  1288. package/dist/api/types/TaskGroupWithDetails.d.ts +0 -8
  1289. package/dist/api/types/TaskGroupWithDetails.js +0 -5
  1290. package/dist/api/types/TaskGroupWithTasks.d.ts +0 -8
  1291. package/dist/api/types/TaskGroupWithTasks.js +0 -5
  1292. package/dist/api/types/TaskWithDetails.d.ts +0 -9
  1293. package/dist/api/types/TaskWithDetails.js +0 -5
  1294. package/dist/api/types/TemplateRes.js +0 -5
  1295. package/dist/api/types/Tracker1.js +0 -5
  1296. package/dist/api/types/TrackerSession1.js +0 -5
  1297. package/dist/api/types/TransportTypeEnum.js +0 -13
  1298. package/dist/api/types/UpdateTaskGroupRes.js +0 -5
  1299. package/dist/api/types/UserPublicData5.d.ts +0 -15
  1300. package/dist/api/types/UserPublicData5.js +0 -5
  1301. package/dist/api/types/ValidationError.d.ts +0 -9
  1302. package/dist/api/types/ValidationError.js +0 -5
  1303. package/dist/api/types/ValidationErrorLocItem.d.ts +0 -4
  1304. package/dist/api/types/ValidationErrorLocItem.js +0 -5
  1305. package/dist/api/types/Vehicle1.js +0 -5
  1306. package/dist/api/types/VehicleTypeEnum.js +0 -14
  1307. package/dist/api/types/index.d.ts +0 -93
  1308. package/dist/api/types/index.js +0 -109
  1309. package/dist/core/auth/BasicAuth.js +0 -26
  1310. package/dist/core/auth/BearerToken.js +0 -15
  1311. package/dist/core/auth/index.d.ts +0 -2
  1312. package/dist/core/auth/index.js +0 -7
  1313. package/dist/core/fetcher/APIResponse.d.ts +0 -10
  1314. package/dist/core/fetcher/APIResponse.js +0 -2
  1315. package/dist/core/fetcher/Fetcher.d.ts +0 -39
  1316. package/dist/core/fetcher/Fetcher.js +0 -100
  1317. package/dist/core/fetcher/Supplier.js +0 -22
  1318. package/dist/core/fetcher/createRequestUrl.d.ts +0 -1
  1319. package/dist/core/fetcher/createRequestUrl.js +0 -12
  1320. package/dist/core/fetcher/getFetchFn.d.ts +0 -4
  1321. package/dist/core/fetcher/getFetchFn.js +0 -68
  1322. package/dist/core/fetcher/getHeader.js +0 -11
  1323. package/dist/core/fetcher/getRequestBody.js +0 -23
  1324. package/dist/core/fetcher/getResponseBody.js +0 -54
  1325. package/dist/core/fetcher/index.d.ts +0 -5
  1326. package/dist/core/fetcher/index.js +0 -9
  1327. package/dist/core/fetcher/makeRequest.js +0 -42
  1328. package/dist/core/fetcher/requestWithRetries.js +0 -40
  1329. package/dist/core/fetcher/signals.js +0 -36
  1330. package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +0 -30
  1331. package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +0 -247
  1332. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -21
  1333. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +0 -126
  1334. package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +0 -31
  1335. package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +0 -229
  1336. package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +0 -18
  1337. package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.js +0 -59
  1338. package/dist/core/form-data-utils/FormDataWrapper.d.ts +0 -60
  1339. package/dist/core/form-data-utils/FormDataWrapper.js +0 -188
  1340. package/dist/core/form-data-utils/index.d.ts +0 -1
  1341. package/dist/core/form-data-utils/index.js +0 -17
  1342. package/dist/core/index.d.ts +0 -4
  1343. package/dist/core/index.js +0 -20
  1344. package/dist/core/json.js +0 -24
  1345. package/dist/core/runtime/index.d.ts +0 -1
  1346. package/dist/core/runtime/index.js +0 -5
  1347. package/dist/core/runtime/runtime.js +0 -103
  1348. package/dist/errors/ChrtError.d.ts +0 -12
  1349. package/dist/errors/ChrtError.js +0 -33
  1350. package/dist/errors/index.d.ts +0 -2
  1351. package/dist/errors/index.js +0 -7
  1352. package/dist/index.d.ts +0 -4
  1353. package/dist/index.js +0 -44
  1354. package/dist/version.d.ts +0 -1
  1355. package/dist/version.js +0 -4
  1356. package/environments.js +0 -12
  1357. package/errors/ChrtError.d.ts +0 -12
  1358. package/errors/ChrtError.js +0 -33
  1359. package/errors/ChrtTimeoutError.js +0 -13
  1360. package/errors/index.d.ts +0 -2
  1361. package/errors/index.js +0 -7
  1362. package/index.d.ts +0 -4
  1363. package/index.js +0 -44
  1364. package/jest.config.mjs +0 -8
  1365. package/scripts/rename-to-esm-files.js +0 -115
  1366. package/version.d.ts +0 -1
  1367. package/version.js +0 -4
  1368. /package/{api → dist/cjs/api}/resources/dev/client/requests/TemplateReq.d.ts +0 -0
  1369. /package/{api → dist/cjs/api}/resources/dev/client/requests/TemplateReq.js +0 -0
  1370. /package/{api → dist/cjs/api}/resources/dev/client/requests/index.js +0 -0
  1371. /package/{api → dist/cjs/api}/resources/directory/client/requests/DbQueryParams.d.ts +0 -0
  1372. /package/{api → dist/cjs/api}/resources/directory/client/requests/DbQueryParams.js +0 -0
  1373. /package/{api → dist/cjs/api}/resources/directory/client/requests/index.js +0 -0
  1374. /package/{api/resources/oortConnections/client/requests/CreateConnectionReq.js → dist/cjs/api/resources/notifications/client/requests/CourierNotificationPreferencesClientCreate1.js} +0 -0
  1375. /package/{api/resources/mirror/client → dist/cjs/api/resources/notifications/client/requests}/index.js +0 -0
  1376. /package/{api/resources/oortCourierPayDriverRate/client/requests/CourierPayDriverRateSheetClientCreate1.js → dist/cjs/api/resources/notificationsShipperNotificationPreferences/client/requests/ShipperNotificationPreferencesClientCreate1.js} +0 -0
  1377. /package/{api/resources/oortConnections → dist/cjs/api/resources/notificationsShipperNotificationPreferences}/client/requests/index.js +0 -0
  1378. /package/{api → dist/cjs/api}/resources/oortConnections/client/requests/CreateConnectionReq.d.ts +0 -0
  1379. /package/{api/resources/oortDrivers/client/requests/DriverCreateReq.js → dist/cjs/api/resources/oortConnections/client/requests/CreateConnectionReq.js} +0 -0
  1380. /package/{api/resources/oortCourierPayDriverRate → dist/cjs/api/resources/oortConnections}/client/requests/index.js +0 -0
  1381. /package/{api/resources/oortDrivers/client/requests/DriverLastSeenReq.js → dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/AddLineItemsReq.js} +0 -0
  1382. /package/{api/resources/oortDrivers/client/requests/SetDriverActivationReq.js → dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/CreateCourierPayDriverLineItemGroupRequest.js} +0 -0
  1383. /package/{api/resources/oortDrivers/client/requests/UpdateDriverDetailsReq.js → dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCalculateCourierPayDriverLineItemGroupRequest.js} +0 -0
  1384. /package/{api/resources/oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.js → dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByIdRequest.js} +0 -0
  1385. /package/{api/resources/oortMilestones/client/requests/MilestoneAddToTaskReq.js → dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByTaskGroupIdRequest.js} +0 -0
  1386. /package/{api/resources/oortMilestones/client/requests/MilestoneUpdateReq.js → dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/RemoveLineItemsReq.js} +0 -0
  1387. /package/{api/resources/oortDrivers → dist/cjs/api/resources/oortCourierPayDriverLineItemGroups}/client/requests/index.js +0 -0
  1388. /package/{api/resources/oortNotificationPreferences/client/requests/NotificationPreferencesClientCreate1.js → dist/cjs/api/resources/oortCourierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientCreate1.js} +0 -0
  1389. /package/{api/resources/oortMilestones → dist/cjs/api/resources/oortCourierPayDriverPayouts}/client/requests/index.js +0 -0
  1390. /package/dist/{api/resources/oortCourierPayDriverRate → cjs/api/resources/oortCourierPayDriverRateSheets}/client/requests/CourierPayDriverRateSheetClientCreate1.js +0 -0
  1391. /package/{api/resources/oortOrders/client/requests/CreateOrderReq.js → dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.js} +0 -0
  1392. /package/{api/resources/oortNotificationPreferences → dist/cjs/api/resources/oortCourierPayDriverRateSheets}/client/requests/index.js +0 -0
  1393. /package/dist/{api → cjs/api}/resources/oortDrivers/client/requests/DriverCreateReq.js +0 -0
  1394. /package/dist/{api → cjs/api}/resources/oortDrivers/client/requests/DriverLastSeenReq.js +0 -0
  1395. /package/{api → dist/cjs/api}/resources/oortDrivers/client/requests/SetDriverActivationReq.d.ts +0 -0
  1396. /package/dist/{api → cjs/api}/resources/oortDrivers/client/requests/SetDriverActivationReq.js +0 -0
  1397. /package/dist/{api → cjs/api}/resources/oortDrivers/client/requests/UpdateDriverDetailsReq.js +0 -0
  1398. /package/{api/resources/oortOrders → dist/cjs/api/resources/oortDrivers}/client/requests/index.js +0 -0
  1399. /package/{api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.js → dist/cjs/api/resources/oortMilestoneNotificationPreferences/client/requests/MilestoneNotificationPreferencesClientCreate1.js} +0 -0
  1400. /package/{api/resources/oortOrgConnectionInfos → dist/cjs/api/resources/oortMilestoneNotificationPreferences}/client/requests/index.js +0 -0
  1401. /package/dist/{api → cjs/api}/resources/oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.js +0 -0
  1402. /package/dist/{api → cjs/api}/resources/oortMilestones/client/requests/MilestoneAddToTaskReq.js +0 -0
  1403. /package/{api → dist/cjs/api}/resources/oortMilestones/client/requests/MilestoneUpdateReq.d.ts +0 -0
  1404. /package/dist/{api → cjs/api}/resources/oortMilestones/client/requests/MilestoneUpdateReq.js +0 -0
  1405. /package/{api/resources/oortOrgProfiles → dist/cjs/api/resources/oortMilestones}/client/requests/index.js +0 -0
  1406. /package/{api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoUpdate.js → dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.js} +0 -0
  1407. /package/{api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.js → dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.js} +0 -0
  1408. /package/{api/resources/oortShipperUserInfo → dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo}/client/requests/index.js +0 -0
  1409. /package/dist/{api → cjs/api}/resources/oortOrders/client/requests/CreateOrderReq.js +0 -0
  1410. /package/{api/resources/oortTaskGroups → dist/cjs/api/resources/oortOrders}/client/requests/index.js +0 -0
  1411. /package/dist/{api → cjs/api}/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.js +0 -0
  1412. /package/{api/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.js → dist/cjs/api/resources/oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientUpdate1.js} +0 -0
  1413. /package/dist/{api → cjs/api}/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.js +0 -0
  1414. /package/dist/{api → cjs/api}/resources/oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.js +0 -0
  1415. /package/{api/resources/orgs → dist/cjs/api/resources/oortOrgConnectionInfos}/client/requests/index.js +0 -0
  1416. /package/{api → dist/cjs/api}/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.d.ts +0 -0
  1417. /package/{api → dist/cjs/api}/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.js +0 -0
  1418. /package/{api/resources/oortOrgProfiles/client/requests/GetAvatarRequest.js → dist/cjs/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientUpdate3.js} +0 -0
  1419. /package/{api → dist/cjs/api}/resources/oortOrgProfiles/client/requests/GetAvatarRequest.d.ts +0 -0
  1420. /package/dist/{api → cjs/api}/resources/oortOrgProfiles/client/requests/GetAvatarRequest.js +0 -0
  1421. /package/{api/resources/payments → dist/cjs/api/resources/oortOrgProfiles}/client/requests/index.js +0 -0
  1422. /package/{api/resources/oortShipperUserInfo/client/requests/ShipperUserInfoClientCreate1.js → dist/cjs/api/resources/oortShipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.js} +0 -0
  1423. /package/{api/resources/root/client → dist/cjs/api/resources/oortShipperContactInfo/client/requests}/index.js +0 -0
  1424. /package/{api → dist/cjs/api}/resources/oortTaskGroups/client/requests/SetTaskGroupPauseReq.d.ts +0 -0
  1425. /package/{api → dist/cjs/api}/resources/oortTaskGroups/client/requests/SetTaskGroupPauseReq.js +0 -0
  1426. /package/{api → dist/cjs/api}/resources/oortTaskGroups/client/requests/UpdateTaskGroupReq.d.ts +0 -0
  1427. /package/{api → dist/cjs/api}/resources/oortTaskGroups/client/requests/UpdateTaskGroupReq.js +0 -0
  1428. /package/{api/resources/users/client → dist/cjs/api/resources/oortTaskGroups/client/requests}/index.js +0 -0
  1429. /package/{api → dist/cjs/api}/resources/orgs/client/requests/CreateOrgPublicDataReq.d.ts +0 -0
  1430. /package/{api → dist/cjs/api}/resources/orgs/client/requests/CreateOrgPublicDataReq.js +0 -0
  1431. /package/{api → dist/cjs/api}/resources/orgs/client/requests/UpdateOrgPublicDataReq.d.ts +0 -0
  1432. /package/{api → dist/cjs/api}/resources/orgs/client/requests/UpdateOrgPublicDataReq.js +0 -0
  1433. /package/dist/{api/resources/dev → cjs/api/resources/orgs}/client/requests/index.js +0 -0
  1434. /package/{api → dist/cjs/api}/resources/payments/client/requests/CreateCheckoutSessionReq2.js +0 -0
  1435. /package/dist/{api/resources/directory → cjs/api/resources/payments}/client/requests/index.js +0 -0
  1436. /package/{api/resources/mirror → dist/cjs/api/resources/root}/client/index.d.ts +0 -0
  1437. /package/dist/{api/resources/mirror → cjs/api/resources/root}/client/index.js +0 -0
  1438. /package/{api → dist/cjs/api}/resources/root/types/PydanticResponse.js +0 -0
  1439. /package/{api/resources/root → dist/cjs/api/resources/users}/client/index.d.ts +0 -0
  1440. /package/dist/{api/resources/oortConnections/client/requests → cjs/api/resources/users/client}/index.js +0 -0
  1441. /package/{api → dist/cjs/api}/types/BaseModel.d.ts +0 -0
  1442. /package/{api → dist/cjs/api}/types/BaseModel.js +0 -0
  1443. /package/{api → dist/cjs/api}/types/Cargo1.js +0 -0
  1444. /package/{api → dist/cjs/api}/types/CargoClientCreate1.js +0 -0
  1445. /package/{api → dist/cjs/api}/types/CargoTypeEnum1.d.ts +0 -0
  1446. /package/{api → dist/cjs/api}/types/CargoTypeEnum1.js +0 -0
  1447. /package/{api/resources/oortShipperUserInfo/client/requests/ShipperUserInfoClientUpdate1.js → dist/cjs/api/types/CourierNotificationEventEnum.js} +0 -0
  1448. /package/{api/types/Action.js → dist/cjs/api/types/CourierNotificationPreferences1.js} +0 -0
  1449. /package/{api → dist/cjs/api}/types/CourierOrgConnectionInfo1.js +0 -0
  1450. /package/{api → dist/cjs/api}/types/CourierOrgProfile3.d.ts +0 -0
  1451. /package/{api → dist/cjs/api}/types/CourierOrgProfile3.js +0 -0
  1452. /package/{api/types/Coordinates.js → dist/cjs/api/types/CourierPayDriverLineItemGroup1.js} +0 -0
  1453. /package/{api/types/CourierPayDriverRateSheet1.js → dist/cjs/api/types/CourierPayDriverLineItemGroupClientCreate1.js} +0 -0
  1454. /package/dist/{api → cjs/api}/types/CourierPayDriverRateSheet1.js +0 -0
  1455. /package/{api → dist/cjs/api}/types/CreateCheckoutSessionRes2.d.ts +0 -0
  1456. /package/{api → dist/cjs/api}/types/CreateCheckoutSessionRes2.js +0 -0
  1457. /package/{api → dist/cjs/api}/types/CreateOrderRes.d.ts +0 -0
  1458. /package/{api → dist/cjs/api}/types/CreateOrderRes.js +0 -0
  1459. /package/{api → dist/cjs/api}/types/DecodedJwtWithOrgAndUserId.d.ts +0 -0
  1460. /package/{api → dist/cjs/api}/types/DecodedJwtWithOrgAndUserId.js +0 -0
  1461. /package/{api → dist/cjs/api}/types/Driver1.js +0 -0
  1462. /package/{api → dist/cjs/api}/types/DriverStatusEnum.d.ts +0 -0
  1463. /package/{api → dist/cjs/api}/types/DriverStatusEnum.js +0 -0
  1464. /package/{api → dist/cjs/api}/types/Expense1.js +0 -0
  1465. /package/{api → dist/cjs/api}/types/Feature.js +0 -0
  1466. /package/{api → dist/cjs/api}/types/FeatureInputGeometry.js +0 -0
  1467. /package/{api → dist/cjs/api}/types/FeatureOutputGeometry.js +0 -0
  1468. /package/{api → dist/cjs/api}/types/GeometryCollection.js +0 -0
  1469. /package/{api → dist/cjs/api}/types/GeometryCollectionInputGeometriesItem.js +0 -0
  1470. /package/{api → dist/cjs/api}/types/GeometryCollectionOutputGeometriesItem.js +0 -0
  1471. /package/{api → dist/cjs/api}/types/GetOrderFullRes.js +0 -0
  1472. /package/{api → dist/cjs/api}/types/GetOrderRes.js +0 -0
  1473. /package/{api → dist/cjs/api}/types/HttpValidationError.js +0 -0
  1474. /package/{api → dist/cjs/api}/types/Incident1.d.ts +0 -0
  1475. /package/{api → dist/cjs/api}/types/Incident1.js +0 -0
  1476. /package/{api → dist/cjs/api}/types/IncidentEnum1.d.ts +0 -0
  1477. /package/{api → dist/cjs/api}/types/IncidentEnum1.js +0 -0
  1478. /package/{api → dist/cjs/api}/types/Insurance1.d.ts +0 -0
  1479. /package/{api → dist/cjs/api}/types/Insurance1.js +0 -0
  1480. /package/{api → dist/cjs/api}/types/LineItem1.js +0 -0
  1481. /package/{api → dist/cjs/api}/types/LineItemEnum1.d.ts +0 -0
  1482. /package/{api → dist/cjs/api}/types/LineItemEnum1.js +0 -0
  1483. /package/{api → dist/cjs/api}/types/LineString.js +0 -0
  1484. /package/{api → dist/cjs/api}/types/Milestone1.js +0 -0
  1485. /package/{api → dist/cjs/api}/types/MilestoneClientCreate1.js +0 -0
  1486. /package/{api/types/EmailReq.js → dist/cjs/api/types/MilestoneNotificationPreferences1.js} +0 -0
  1487. /package/{api → dist/cjs/api}/types/MilestoneTypeEnum1.d.ts +0 -0
  1488. /package/{api → dist/cjs/api}/types/MilestoneTypeEnum1.js +0 -0
  1489. /package/{api → dist/cjs/api}/types/MultiLineString.js +0 -0
  1490. /package/{api → dist/cjs/api}/types/MultiPoint.js +0 -0
  1491. /package/{api → dist/cjs/api}/types/MultiPolygon.js +0 -0
  1492. /package/{api → dist/cjs/api}/types/MultipleTaskGroupsDetailsResponse.js +0 -0
  1493. /package/{api → dist/cjs/api}/types/MultipleTaskGroupsWithTasks.js +0 -0
  1494. /package/{api → dist/cjs/api}/types/NotificationChannelEnum.js +0 -0
  1495. /package/{api → dist/cjs/api}/types/ObcNfoTaskActionEnum.d.ts +0 -0
  1496. /package/{api → dist/cjs/api}/types/ObcNfoTaskActionEnum.js +0 -0
  1497. /package/{api/types/EmailRes.js → dist/cjs/api/types/OffChrtShipperOrgConnectionInfo1.js} +0 -0
  1498. /package/{api → dist/cjs/api}/types/Order1.js +0 -0
  1499. /package/{api → dist/cjs/api}/types/OrderClientCreate1.d.ts +0 -0
  1500. /package/{api → dist/cjs/api}/types/OrderClientCreate1.js +0 -0
  1501. /package/{api → dist/cjs/api}/types/OrderCreatedByTypeEnum.d.ts +0 -0
  1502. /package/{api → dist/cjs/api}/types/OrderCreatedByTypeEnum.js +0 -0
  1503. /package/{api → dist/cjs/api}/types/OrderDispatchTypeEnum.d.ts +0 -0
  1504. /package/{api → dist/cjs/api}/types/OrderDispatchTypeEnum.js +0 -0
  1505. /package/{api → dist/cjs/api}/types/OrderStatusEnum1.d.ts +0 -0
  1506. /package/{api → dist/cjs/api}/types/OrderStatusEnum1.js +0 -0
  1507. /package/{api → dist/cjs/api}/types/OrgMemberDetails.d.ts +0 -0
  1508. /package/{api → dist/cjs/api}/types/OrgMemberDetails.js +0 -0
  1509. /package/{api → dist/cjs/api}/types/OrgMembersAndDrivers.js +0 -0
  1510. /package/{api → dist/cjs/api}/types/OrgPublicData2.d.ts +0 -0
  1511. /package/{api → dist/cjs/api}/types/OrgPublicData2.js +0 -0
  1512. /package/{api → dist/cjs/api}/types/Point.js +0 -0
  1513. /package/{api → dist/cjs/api}/types/Polygon.js +0 -0
  1514. /package/{api → dist/cjs/api}/types/Position2D.d.ts +0 -0
  1515. /package/{api → dist/cjs/api}/types/Position2D.js +0 -0
  1516. /package/{api → dist/cjs/api}/types/Position3D.d.ts +0 -0
  1517. /package/{api → dist/cjs/api}/types/Position3D.js +0 -0
  1518. /package/{api → dist/cjs/api}/types/PriceNameEnum.d.ts +0 -0
  1519. /package/{api → dist/cjs/api}/types/PriceNameEnum.js +0 -0
  1520. /package/{api → dist/cjs/api}/types/RouteTypeEnum1.d.ts +0 -0
  1521. /package/{api → dist/cjs/api}/types/RouteTypeEnum1.js +0 -0
  1522. /package/{api → dist/cjs/api}/types/Shipper2.js +0 -0
  1523. /package/{api/types/Id.js → dist/cjs/api/types/ShipperContactInfo1.js} +0 -0
  1524. /package/{api/types/LineStringCoordinatesItem.js → dist/cjs/api/types/ShipperContactInfoClientCreate1.js} +0 -0
  1525. /package/{api → dist/cjs/api}/types/ShipperCourierConnection1.d.ts +0 -0
  1526. /package/{api → dist/cjs/api}/types/ShipperCourierConnection1.js +0 -0
  1527. /package/{api/types/MultiLineStringCoordinatesItemItem.js → dist/cjs/api/types/ShipperNotificationEventEnum.js} +0 -0
  1528. /package/{api/types/MultiPointCoordinatesItem.js → dist/cjs/api/types/ShipperNotificationPreferences1.js} +0 -0
  1529. /package/{api → dist/cjs/api}/types/ShipperOrgConnectionInfo1.js +0 -0
  1530. /package/{api → dist/cjs/api}/types/StreetAddress1.d.ts +0 -0
  1531. /package/{api → dist/cjs/api}/types/StreetAddress1.js +0 -0
  1532. /package/{api → dist/cjs/api}/types/Task1.js +0 -0
  1533. /package/{api → dist/cjs/api}/types/TaskActionEnum1.d.ts +0 -0
  1534. /package/{api → dist/cjs/api}/types/TaskActionEnum1.js +0 -0
  1535. /package/{api → dist/cjs/api}/types/TaskClientCreate1.js +0 -0
  1536. /package/{api → dist/cjs/api}/types/TaskCreateBundle.js +0 -0
  1537. /package/{api → dist/cjs/api}/types/TaskGroup1.js +0 -0
  1538. /package/{api → dist/cjs/api}/types/TaskGroupDetailsResponse.js +0 -0
  1539. /package/{api → dist/cjs/api}/types/TaskGroupStatusEnum1.d.ts +0 -0
  1540. /package/{api → dist/cjs/api}/types/TaskGroupStatusEnum1.js +0 -0
  1541. /package/{api → dist/cjs/api}/types/TaskGroupWithDetails.js +0 -0
  1542. /package/{api → dist/cjs/api}/types/TaskGroupWithTasks.js +0 -0
  1543. /package/{api → dist/cjs/api}/types/TaskWithDetails.js +0 -0
  1544. /package/{api → dist/cjs/api}/types/TemplateRes.d.ts +0 -0
  1545. /package/{api → dist/cjs/api}/types/TemplateRes.js +0 -0
  1546. /package/{api → dist/cjs/api}/types/Tracker1.d.ts +0 -0
  1547. /package/{api → dist/cjs/api}/types/Tracker1.js +0 -0
  1548. /package/{api → dist/cjs/api}/types/TrackerSession1.d.ts +0 -0
  1549. /package/{api → dist/cjs/api}/types/TrackerSession1.js +0 -0
  1550. /package/{api → dist/cjs/api}/types/TransportTypeEnum.d.ts +0 -0
  1551. /package/{api → dist/cjs/api}/types/TransportTypeEnum.js +0 -0
  1552. /package/{api → dist/cjs/api}/types/UpdateTaskGroupRes.d.ts +0 -0
  1553. /package/{api → dist/cjs/api}/types/UpdateTaskGroupRes.js +0 -0
  1554. /package/{api/types/MultiPolygonCoordinatesItemItemItem.js → dist/cjs/api/types/UserPublicData6.js} +0 -0
  1555. /package/{api → dist/cjs/api}/types/ValidationError.js +0 -0
  1556. /package/{api → dist/cjs/api}/types/Vehicle1.d.ts +0 -0
  1557. /package/{api → dist/cjs/api}/types/Vehicle1.js +0 -0
  1558. /package/{api → dist/cjs/api}/types/VehicleTypeEnum.d.ts +0 -0
  1559. /package/{api → dist/cjs/api}/types/VehicleTypeEnum.js +0 -0
  1560. /package/{core → dist/cjs/core}/auth/BasicAuth.d.ts +0 -0
  1561. /package/{core → dist/cjs/core}/auth/BearerToken.d.ts +0 -0
  1562. /package/{core → dist/cjs/core}/auth/BearerToken.js +0 -0
  1563. /package/{core → dist/cjs/core}/fetcher/APIResponse.js +0 -0
  1564. /package/{core → dist/cjs/core}/fetcher/Supplier.d.ts +0 -0
  1565. /package/{core → dist/cjs/core}/fetcher/Supplier.js +0 -0
  1566. /package/{core → dist/cjs/core}/fetcher/getHeader.d.ts +0 -0
  1567. /package/{core → dist/cjs/core}/fetcher/getHeader.js +0 -0
  1568. /package/{core → dist/cjs/core}/fetcher/getRequestBody.d.ts +0 -0
  1569. /package/{core → dist/cjs/core}/fetcher/getResponseBody.d.ts +0 -0
  1570. /package/{core → dist/cjs/core}/fetcher/makeRequest.d.ts +0 -0
  1571. /package/{core → dist/cjs/core}/fetcher/requestWithRetries.d.ts +0 -0
  1572. /package/{core → dist/cjs/core}/fetcher/requestWithRetries.js +0 -0
  1573. /package/{core → dist/cjs/core}/fetcher/signals.d.ts +0 -0
  1574. /package/{core → dist/cjs/core}/fetcher/signals.js +0 -0
  1575. /package/dist/{api/resources/oortCourierPayDriverRate/client/requests/index.js → cjs/core/file.js} +0 -0
  1576. /package/{core → dist/cjs/core}/json.d.ts +0 -0
  1577. /package/{core → dist/cjs/core}/json.js +0 -0
  1578. /package/{core → dist/cjs/core}/runtime/runtime.d.ts +0 -0
  1579. /package/dist/{environments.d.ts → cjs/environments.d.ts} +0 -0
  1580. /package/dist/{environments.js → cjs/environments.js} +0 -0
  1581. /package/dist/{errors → cjs/errors}/ChrtTimeoutError.d.ts +0 -0
  1582. /package/dist/{errors → cjs/errors}/ChrtTimeoutError.js +0 -0
  1583. /package/dist/{api/resources/dev/client/requests/TemplateReq.d.ts → esm/api/resources/dev/client/requests/TemplateReq.d.mts} +0 -0
  1584. /package/{api/resources/users/client/index.d.ts → dist/esm/api/resources/dev/client/requests/index.mjs} +0 -0
  1585. /package/dist/{api/resources/directory/client/requests/DbQueryParams.d.ts → esm/api/resources/directory/client/requests/DbQueryParams.d.mts} +0 -0
  1586. /package/dist/{api/resources/mirror/client/index.d.ts → esm/api/resources/directory/client/requests/index.mjs} +0 -0
  1587. /package/dist/{api/resources/root/client/index.d.ts → esm/api/resources/notifications/client/requests/index.mjs} +0 -0
  1588. /package/dist/{api/resources/users/client/index.d.ts → esm/api/resources/notificationsShipperNotificationPreferences/client/requests/index.mjs} +0 -0
  1589. /package/dist/{api/resources/oortConnections/client/requests/CreateConnectionReq.d.ts → esm/api/resources/oortConnections/client/requests/CreateConnectionReq.d.mts} +0 -0
  1590. /package/dist/{api/resources/oortDrivers/client/requests/SetDriverActivationReq.d.ts → esm/api/resources/oortDrivers/client/requests/SetDriverActivationReq.d.mts} +0 -0
  1591. /package/dist/{api/resources/oortMilestones/client/requests/MilestoneUpdateReq.d.ts → esm/api/resources/oortMilestones/client/requests/MilestoneUpdateReq.d.mts} +0 -0
  1592. /package/dist/{api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.d.ts → esm/api/resources/oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.d.mts} +0 -0
  1593. /package/dist/{api/resources/oortOrgProfiles/client/requests/GetAvatarRequest.d.ts → esm/api/resources/oortOrgProfiles/client/requests/GetAvatarRequest.d.mts} +0 -0
  1594. /package/dist/{api/resources/oortTaskGroups/client/requests/SetTaskGroupPauseReq.d.ts → esm/api/resources/oortTaskGroups/client/requests/SetTaskGroupPauseReq.d.mts} +0 -0
  1595. /package/dist/{api/resources/oortTaskGroups/client/requests/UpdateTaskGroupReq.d.ts → esm/api/resources/oortTaskGroups/client/requests/UpdateTaskGroupReq.d.mts} +0 -0
  1596. /package/dist/{api/resources/orgs/client/requests/CreateOrgPublicDataReq.d.ts → esm/api/resources/orgs/client/requests/CreateOrgPublicDataReq.d.mts} +0 -0
  1597. /package/dist/{api/resources/orgs/client/requests/UpdateOrgPublicDataReq.d.ts → esm/api/resources/orgs/client/requests/UpdateOrgPublicDataReq.d.mts} +0 -0
  1598. /package/dist/{api/types/BaseModel.d.ts → esm/api/types/BaseModel.d.mts} +0 -0
  1599. /package/dist/{api/types/CargoTypeEnum1.d.ts → esm/api/types/CargoTypeEnum1.d.mts} +0 -0
  1600. /package/dist/{api/types/CourierOrgProfile3.d.ts → esm/api/types/CourierOrgProfile3.d.mts} +0 -0
  1601. /package/dist/{api/types/CreateCheckoutSessionRes2.d.ts → esm/api/types/CreateCheckoutSessionRes2.d.mts} +0 -0
  1602. /package/dist/{api/types/CreateOrderRes.d.ts → esm/api/types/CreateOrderRes.d.mts} +0 -0
  1603. /package/dist/{api/types/DecodedJwtWithOrgAndUserId.d.ts → esm/api/types/DecodedJwtWithOrgAndUserId.d.mts} +0 -0
  1604. /package/dist/{api/types/DriverStatusEnum.d.ts → esm/api/types/DriverStatusEnum.d.mts} +0 -0
  1605. /package/dist/{api/types/Incident1.d.ts → esm/api/types/Incident1.d.mts} +0 -0
  1606. /package/dist/{api/types/IncidentEnum1.d.ts → esm/api/types/IncidentEnum1.d.mts} +0 -0
  1607. /package/dist/{api/types/Insurance1.d.ts → esm/api/types/Insurance1.d.mts} +0 -0
  1608. /package/dist/{api/types/LineItemEnum1.d.ts → esm/api/types/LineItemEnum1.d.mts} +0 -0
  1609. /package/dist/{api/types/MilestoneTypeEnum1.d.ts → esm/api/types/MilestoneTypeEnum1.d.mts} +0 -0
  1610. /package/dist/{api/types/ObcNfoTaskActionEnum.d.ts → esm/api/types/ObcNfoTaskActionEnum.d.mts} +0 -0
  1611. /package/dist/{api/types/OrderClientCreate1.d.ts → esm/api/types/OrderClientCreate1.d.mts} +0 -0
  1612. /package/dist/{api/types/OrderCreatedByTypeEnum.d.ts → esm/api/types/OrderCreatedByTypeEnum.d.mts} +0 -0
  1613. /package/dist/{api/types/OrderDispatchTypeEnum.d.ts → esm/api/types/OrderDispatchTypeEnum.d.mts} +0 -0
  1614. /package/dist/{api/types/OrderStatusEnum1.d.ts → esm/api/types/OrderStatusEnum1.d.mts} +0 -0
  1615. /package/dist/{api/types/OrgMemberDetails.d.ts → esm/api/types/OrgMemberDetails.d.mts} +0 -0
  1616. /package/dist/{api/types/OrgPublicData2.d.ts → esm/api/types/OrgPublicData2.d.mts} +0 -0
  1617. /package/dist/{api/types/Position2D.d.ts → esm/api/types/Position2D.d.mts} +0 -0
  1618. /package/dist/{api/types/Position3D.d.ts → esm/api/types/Position3D.d.mts} +0 -0
  1619. /package/dist/{api/types/PriceNameEnum.d.ts → esm/api/types/PriceNameEnum.d.mts} +0 -0
  1620. /package/dist/{api/types/RouteTypeEnum1.d.ts → esm/api/types/RouteTypeEnum1.d.mts} +0 -0
  1621. /package/dist/{api/types/ShipperCourierConnection1.d.ts → esm/api/types/ShipperCourierConnection1.d.mts} +0 -0
  1622. /package/dist/{api/types/StreetAddress1.d.ts → esm/api/types/StreetAddress1.d.mts} +0 -0
  1623. /package/dist/{api/types/TaskActionEnum1.d.ts → esm/api/types/TaskActionEnum1.d.mts} +0 -0
  1624. /package/dist/{api/types/TaskGroupStatusEnum1.d.ts → esm/api/types/TaskGroupStatusEnum1.d.mts} +0 -0
  1625. /package/dist/{api/types/TemplateRes.d.ts → esm/api/types/TemplateRes.d.mts} +0 -0
  1626. /package/dist/{api/types/Tracker1.d.ts → esm/api/types/Tracker1.d.mts} +0 -0
  1627. /package/dist/{api/types/TrackerSession1.d.ts → esm/api/types/TrackerSession1.d.mts} +0 -0
  1628. /package/dist/{api/types/TransportTypeEnum.d.ts → esm/api/types/TransportTypeEnum.d.mts} +0 -0
  1629. /package/dist/{api/types/UpdateTaskGroupRes.d.ts → esm/api/types/UpdateTaskGroupRes.d.mts} +0 -0
  1630. /package/dist/{api/types/Vehicle1.d.ts → esm/api/types/Vehicle1.d.mts} +0 -0
  1631. /package/dist/{api/types/VehicleTypeEnum.d.ts → esm/api/types/VehicleTypeEnum.d.mts} +0 -0
  1632. /package/dist/{core/auth/BasicAuth.d.ts → esm/core/auth/BasicAuth.d.mts} +0 -0
  1633. /package/dist/{core/auth/BearerToken.d.ts → esm/core/auth/BearerToken.d.mts} +0 -0
  1634. /package/dist/{core/fetcher/Supplier.d.ts → esm/core/fetcher/Supplier.d.mts} +0 -0
  1635. /package/dist/{core/fetcher/getHeader.d.ts → esm/core/fetcher/getHeader.d.mts} +0 -0
  1636. /package/dist/{core/fetcher/getRequestBody.d.ts → esm/core/fetcher/getRequestBody.d.mts} +0 -0
  1637. /package/dist/{core/fetcher/getResponseBody.d.ts → esm/core/fetcher/getResponseBody.d.mts} +0 -0
  1638. /package/dist/{core/fetcher/makeRequest.d.ts → esm/core/fetcher/makeRequest.d.mts} +0 -0
  1639. /package/dist/{core/fetcher/requestWithRetries.d.ts → esm/core/fetcher/requestWithRetries.d.mts} +0 -0
  1640. /package/dist/{core/fetcher/signals.d.ts → esm/core/fetcher/signals.d.mts} +0 -0
  1641. /package/dist/{core/json.d.ts → esm/core/json.d.mts} +0 -0
  1642. /package/dist/{core/runtime/runtime.d.ts → esm/core/runtime/runtime.d.mts} +0 -0
  1643. /package/{environments.d.ts → dist/esm/environments.d.mts} +0 -0
  1644. /package/{errors/ChrtTimeoutError.d.ts → dist/esm/errors/ChrtTimeoutError.d.mts} +0 -0
@@ -0,0 +1,539 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
5
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
6
+ return new (P || (P = Promise))(function (resolve, reject) {
7
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
8
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
9
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
10
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
11
+ });
12
+ };
13
+ import * as environments from "../../../../environments.mjs";
14
+ import * as core from "../../../../core/index.mjs";
15
+ import * as Chrt from "../../../index.mjs";
16
+ import { mergeHeaders, mergeOnlyDefinedHeaders } from "../../../../core/headers.mjs";
17
+ import * as errors from "../../../../errors/index.mjs";
18
+ export class OortDrivers {
19
+ constructor(_options = {}) {
20
+ this._options = _options;
21
+ }
22
+ /**
23
+ * @param {string} driverId
24
+ * @param {OortDrivers.RequestOptions} requestOptions - Request-specific configuration.
25
+ *
26
+ * @throws {@link Chrt.UnprocessableEntityError}
27
+ *
28
+ * @example
29
+ * await client.oortDrivers.getOortDriversByDriverId("driver_id")
30
+ */
31
+ getOortDriversByDriverId(driverId, requestOptions) {
32
+ return core.HttpResponsePromise.fromPromise(this.__getOortDriversByDriverId(driverId, requestOptions));
33
+ }
34
+ __getOortDriversByDriverId(driverId, requestOptions) {
35
+ return __awaiter(this, void 0, void 0, function* () {
36
+ var _a, _b, _c, _d;
37
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
38
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.ChrtEnvironment.Local, `oort/drivers/by_driver_id/${encodeURIComponent(driverId)}`),
39
+ method: "GET",
40
+ headers: mergeHeaders((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
41
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
42
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
43
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
44
+ });
45
+ if (_response.ok) {
46
+ return { data: _response.body, rawResponse: _response.rawResponse };
47
+ }
48
+ if (_response.error.reason === "status-code") {
49
+ switch (_response.error.statusCode) {
50
+ case 422:
51
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
52
+ default:
53
+ throw new errors.ChrtError({
54
+ statusCode: _response.error.statusCode,
55
+ body: _response.error.body,
56
+ rawResponse: _response.rawResponse,
57
+ });
58
+ }
59
+ }
60
+ switch (_response.error.reason) {
61
+ case "non-json":
62
+ throw new errors.ChrtError({
63
+ statusCode: _response.error.statusCode,
64
+ body: _response.error.rawBody,
65
+ rawResponse: _response.rawResponse,
66
+ });
67
+ case "timeout":
68
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /oort/drivers/by_driver_id/{driver_id}.");
69
+ case "unknown":
70
+ throw new errors.ChrtError({
71
+ message: _response.error.errorMessage,
72
+ rawResponse: _response.rawResponse,
73
+ });
74
+ }
75
+ });
76
+ }
77
+ /**
78
+ * Uses user_id from the JWT. (originally included for use by Pytest)
79
+ *
80
+ * @param {OortDrivers.RequestOptions} requestOptions - Request-specific configuration.
81
+ *
82
+ * @example
83
+ * await client.oortDrivers.getOortDriversByUserId()
84
+ */
85
+ getOortDriversByUserId(requestOptions) {
86
+ return core.HttpResponsePromise.fromPromise(this.__getOortDriversByUserId(requestOptions));
87
+ }
88
+ __getOortDriversByUserId(requestOptions) {
89
+ return __awaiter(this, void 0, void 0, function* () {
90
+ var _a, _b, _c, _d;
91
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
92
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.ChrtEnvironment.Local, "oort/drivers/by_user_id"),
93
+ method: "GET",
94
+ headers: mergeHeaders((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
95
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
96
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
97
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
98
+ });
99
+ if (_response.ok) {
100
+ return { data: _response.body, rawResponse: _response.rawResponse };
101
+ }
102
+ if (_response.error.reason === "status-code") {
103
+ throw new errors.ChrtError({
104
+ statusCode: _response.error.statusCode,
105
+ body: _response.error.body,
106
+ rawResponse: _response.rawResponse,
107
+ });
108
+ }
109
+ switch (_response.error.reason) {
110
+ case "non-json":
111
+ throw new errors.ChrtError({
112
+ statusCode: _response.error.statusCode,
113
+ body: _response.error.rawBody,
114
+ rawResponse: _response.rawResponse,
115
+ });
116
+ case "timeout":
117
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /oort/drivers/by_user_id.");
118
+ case "unknown":
119
+ throw new errors.ChrtError({
120
+ message: _response.error.errorMessage,
121
+ rawResponse: _response.rawResponse,
122
+ });
123
+ }
124
+ });
125
+ }
126
+ /**
127
+ * @param {Chrt.DriverCreateReq} request
128
+ * @param {OortDrivers.RequestOptions} requestOptions - Request-specific configuration.
129
+ *
130
+ * @throws {@link Chrt.UnprocessableEntityError}
131
+ *
132
+ * @example
133
+ * await client.oortDrivers.postOortDriversCreate({
134
+ * org_member: {
135
+ * role: "role",
136
+ * user_id: "user_id"
137
+ * }
138
+ * })
139
+ */
140
+ postOortDriversCreate(request, requestOptions) {
141
+ return core.HttpResponsePromise.fromPromise(this.__postOortDriversCreate(request, requestOptions));
142
+ }
143
+ __postOortDriversCreate(request, requestOptions) {
144
+ return __awaiter(this, void 0, void 0, function* () {
145
+ var _a, _b, _c, _d;
146
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
147
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.ChrtEnvironment.Local, "oort/drivers/create"),
148
+ method: "POST",
149
+ headers: mergeHeaders((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
150
+ contentType: "application/json",
151
+ requestType: "json",
152
+ body: request,
153
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
154
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
155
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
156
+ });
157
+ if (_response.ok) {
158
+ return { data: _response.body, rawResponse: _response.rawResponse };
159
+ }
160
+ if (_response.error.reason === "status-code") {
161
+ switch (_response.error.statusCode) {
162
+ case 422:
163
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
164
+ default:
165
+ throw new errors.ChrtError({
166
+ statusCode: _response.error.statusCode,
167
+ body: _response.error.body,
168
+ rawResponse: _response.rawResponse,
169
+ });
170
+ }
171
+ }
172
+ switch (_response.error.reason) {
173
+ case "non-json":
174
+ throw new errors.ChrtError({
175
+ statusCode: _response.error.statusCode,
176
+ body: _response.error.rawBody,
177
+ rawResponse: _response.rawResponse,
178
+ });
179
+ case "timeout":
180
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /oort/drivers/create.");
181
+ case "unknown":
182
+ throw new errors.ChrtError({
183
+ message: _response.error.errorMessage,
184
+ rawResponse: _response.rawResponse,
185
+ });
186
+ }
187
+ });
188
+ }
189
+ /**
190
+ * @param {Chrt.DriverLastSeenReq} request
191
+ * @param {OortDrivers.RequestOptions} requestOptions - Request-specific configuration.
192
+ *
193
+ * @throws {@link Chrt.UnprocessableEntityError}
194
+ *
195
+ * @example
196
+ * await client.oortDrivers.postOortDriversLastSeen({
197
+ * location: {
198
+ * type: "Feature"
199
+ * }
200
+ * })
201
+ */
202
+ postOortDriversLastSeen(request, requestOptions) {
203
+ return core.HttpResponsePromise.fromPromise(this.__postOortDriversLastSeen(request, requestOptions));
204
+ }
205
+ __postOortDriversLastSeen(request, requestOptions) {
206
+ return __awaiter(this, void 0, void 0, function* () {
207
+ var _a, _b, _c, _d;
208
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
209
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.ChrtEnvironment.Local, "oort/drivers/last_seen"),
210
+ method: "POST",
211
+ headers: mergeHeaders((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
212
+ contentType: "application/json",
213
+ requestType: "json",
214
+ body: request,
215
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
216
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
217
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
218
+ });
219
+ if (_response.ok) {
220
+ return { data: _response.body, rawResponse: _response.rawResponse };
221
+ }
222
+ if (_response.error.reason === "status-code") {
223
+ switch (_response.error.statusCode) {
224
+ case 422:
225
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
226
+ default:
227
+ throw new errors.ChrtError({
228
+ statusCode: _response.error.statusCode,
229
+ body: _response.error.body,
230
+ rawResponse: _response.rawResponse,
231
+ });
232
+ }
233
+ }
234
+ switch (_response.error.reason) {
235
+ case "non-json":
236
+ throw new errors.ChrtError({
237
+ statusCode: _response.error.statusCode,
238
+ body: _response.error.rawBody,
239
+ rawResponse: _response.rawResponse,
240
+ });
241
+ case "timeout":
242
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /oort/drivers/last_seen.");
243
+ case "unknown":
244
+ throw new errors.ChrtError({
245
+ message: _response.error.errorMessage,
246
+ rawResponse: _response.rawResponse,
247
+ });
248
+ }
249
+ });
250
+ }
251
+ /**
252
+ * Used org_id from the JWT
253
+ *
254
+ * @param {OortDrivers.RequestOptions} requestOptions - Request-specific configuration.
255
+ *
256
+ * @example
257
+ * await client.oortDrivers.getOortDriversByOrgId()
258
+ */
259
+ getOortDriversByOrgId(requestOptions) {
260
+ return core.HttpResponsePromise.fromPromise(this.__getOortDriversByOrgId(requestOptions));
261
+ }
262
+ __getOortDriversByOrgId(requestOptions) {
263
+ return __awaiter(this, void 0, void 0, function* () {
264
+ var _a, _b, _c, _d;
265
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
266
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.ChrtEnvironment.Local, "oort/drivers/list/by_org_id"),
267
+ method: "GET",
268
+ headers: mergeHeaders((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
269
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
270
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
271
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
272
+ });
273
+ if (_response.ok) {
274
+ return { data: _response.body, rawResponse: _response.rawResponse };
275
+ }
276
+ if (_response.error.reason === "status-code") {
277
+ throw new errors.ChrtError({
278
+ statusCode: _response.error.statusCode,
279
+ body: _response.error.body,
280
+ rawResponse: _response.rawResponse,
281
+ });
282
+ }
283
+ switch (_response.error.reason) {
284
+ case "non-json":
285
+ throw new errors.ChrtError({
286
+ statusCode: _response.error.statusCode,
287
+ body: _response.error.rawBody,
288
+ rawResponse: _response.rawResponse,
289
+ });
290
+ case "timeout":
291
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /oort/drivers/list/by_org_id.");
292
+ case "unknown":
293
+ throw new errors.ChrtError({
294
+ message: _response.error.errorMessage,
295
+ rawResponse: _response.rawResponse,
296
+ });
297
+ }
298
+ });
299
+ }
300
+ /**
301
+ * Uses the org_id from the JWT
302
+ *
303
+ * @param {OortDrivers.RequestOptions} requestOptions - Request-specific configuration.
304
+ *
305
+ * @example
306
+ * await client.oortDrivers.getOortDriversListOrgMembersAndDrivers()
307
+ */
308
+ getOortDriversListOrgMembersAndDrivers(requestOptions) {
309
+ return core.HttpResponsePromise.fromPromise(this.__getOortDriversListOrgMembersAndDrivers(requestOptions));
310
+ }
311
+ __getOortDriversListOrgMembersAndDrivers(requestOptions) {
312
+ return __awaiter(this, void 0, void 0, function* () {
313
+ var _a, _b, _c, _d;
314
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
315
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.ChrtEnvironment.Local, "oort/drivers/list/org_members_and_drivers"),
316
+ method: "GET",
317
+ headers: mergeHeaders((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
318
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
319
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
320
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
321
+ });
322
+ if (_response.ok) {
323
+ return { data: _response.body, rawResponse: _response.rawResponse };
324
+ }
325
+ if (_response.error.reason === "status-code") {
326
+ throw new errors.ChrtError({
327
+ statusCode: _response.error.statusCode,
328
+ body: _response.error.body,
329
+ rawResponse: _response.rawResponse,
330
+ });
331
+ }
332
+ switch (_response.error.reason) {
333
+ case "non-json":
334
+ throw new errors.ChrtError({
335
+ statusCode: _response.error.statusCode,
336
+ body: _response.error.rawBody,
337
+ rawResponse: _response.rawResponse,
338
+ });
339
+ case "timeout":
340
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /oort/drivers/list/org_members_and_drivers.");
341
+ case "unknown":
342
+ throw new errors.ChrtError({
343
+ message: _response.error.errorMessage,
344
+ rawResponse: _response.rawResponse,
345
+ });
346
+ }
347
+ });
348
+ }
349
+ /**
350
+ * Set a driver's activation status (active=true/false).
351
+ * This route is idempotent - setting a driver to their current status is allowed.
352
+ *
353
+ * @param {Chrt.SetDriverActivationReq} request
354
+ * @param {OortDrivers.RequestOptions} requestOptions - Request-specific configuration.
355
+ *
356
+ * @throws {@link Chrt.UnprocessableEntityError}
357
+ *
358
+ * @example
359
+ * await client.oortDrivers.postOortDriversSetActivation({
360
+ * active: true,
361
+ * driver_object_id: "driver_object_id"
362
+ * })
363
+ */
364
+ postOortDriversSetActivation(request, requestOptions) {
365
+ return core.HttpResponsePromise.fromPromise(this.__postOortDriversSetActivation(request, requestOptions));
366
+ }
367
+ __postOortDriversSetActivation(request, requestOptions) {
368
+ return __awaiter(this, void 0, void 0, function* () {
369
+ var _a, _b, _c, _d;
370
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
371
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.ChrtEnvironment.Local, "oort/drivers/set_activation"),
372
+ method: "POST",
373
+ headers: mergeHeaders((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
374
+ contentType: "application/json",
375
+ requestType: "json",
376
+ body: request,
377
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
378
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
379
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
380
+ });
381
+ if (_response.ok) {
382
+ return { data: _response.body, rawResponse: _response.rawResponse };
383
+ }
384
+ if (_response.error.reason === "status-code") {
385
+ switch (_response.error.statusCode) {
386
+ case 422:
387
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
388
+ default:
389
+ throw new errors.ChrtError({
390
+ statusCode: _response.error.statusCode,
391
+ body: _response.error.body,
392
+ rawResponse: _response.rawResponse,
393
+ });
394
+ }
395
+ }
396
+ switch (_response.error.reason) {
397
+ case "non-json":
398
+ throw new errors.ChrtError({
399
+ statusCode: _response.error.statusCode,
400
+ body: _response.error.rawBody,
401
+ rawResponse: _response.rawResponse,
402
+ });
403
+ case "timeout":
404
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /oort/drivers/set_activation.");
405
+ case "unknown":
406
+ throw new errors.ChrtError({
407
+ message: _response.error.errorMessage,
408
+ rawResponse: _response.rawResponse,
409
+ });
410
+ }
411
+ });
412
+ }
413
+ /**
414
+ * @param {Chrt.UpdateDriverDetailsReq} request
415
+ * @param {OortDrivers.RequestOptions} requestOptions - Request-specific configuration.
416
+ *
417
+ * @throws {@link Chrt.UnprocessableEntityError}
418
+ *
419
+ * @example
420
+ * await client.oortDrivers.putOortDriversUpdateDriverDetails({
421
+ * driver_object_id: "driver_object_id"
422
+ * })
423
+ */
424
+ putOortDriversUpdateDriverDetails(request, requestOptions) {
425
+ return core.HttpResponsePromise.fromPromise(this.__putOortDriversUpdateDriverDetails(request, requestOptions));
426
+ }
427
+ __putOortDriversUpdateDriverDetails(request, requestOptions) {
428
+ return __awaiter(this, void 0, void 0, function* () {
429
+ var _a, _b, _c, _d;
430
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
431
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.ChrtEnvironment.Local, "oort/drivers/update_driver_details"),
432
+ method: "PUT",
433
+ headers: mergeHeaders((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
434
+ contentType: "application/json",
435
+ requestType: "json",
436
+ body: request,
437
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
438
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
439
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
440
+ });
441
+ if (_response.ok) {
442
+ return { data: _response.body, rawResponse: _response.rawResponse };
443
+ }
444
+ if (_response.error.reason === "status-code") {
445
+ switch (_response.error.statusCode) {
446
+ case 422:
447
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
448
+ default:
449
+ throw new errors.ChrtError({
450
+ statusCode: _response.error.statusCode,
451
+ body: _response.error.body,
452
+ rawResponse: _response.rawResponse,
453
+ });
454
+ }
455
+ }
456
+ switch (_response.error.reason) {
457
+ case "non-json":
458
+ throw new errors.ChrtError({
459
+ statusCode: _response.error.statusCode,
460
+ body: _response.error.rawBody,
461
+ rawResponse: _response.rawResponse,
462
+ });
463
+ case "timeout":
464
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /oort/drivers/update_driver_details.");
465
+ case "unknown":
466
+ throw new errors.ChrtError({
467
+ message: _response.error.errorMessage,
468
+ rawResponse: _response.rawResponse,
469
+ });
470
+ }
471
+ });
472
+ }
473
+ /**
474
+ * Can be used e.g. if a driver is removed from an org
475
+ *
476
+ * @param {string} driverId
477
+ * @param {OortDrivers.RequestOptions} requestOptions - Request-specific configuration.
478
+ *
479
+ * @throws {@link Chrt.UnprocessableEntityError}
480
+ *
481
+ * @example
482
+ * await client.oortDrivers.deleteOortDrivers("driver_id")
483
+ */
484
+ deleteOortDrivers(driverId, requestOptions) {
485
+ return core.HttpResponsePromise.fromPromise(this.__deleteOortDrivers(driverId, requestOptions));
486
+ }
487
+ __deleteOortDrivers(driverId, requestOptions) {
488
+ return __awaiter(this, void 0, void 0, function* () {
489
+ var _a, _b, _c, _d;
490
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
491
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.ChrtEnvironment.Local, `oort/drivers/${encodeURIComponent(driverId)}`),
492
+ method: "DELETE",
493
+ headers: mergeHeaders((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
494
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
495
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
496
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
497
+ });
498
+ if (_response.ok) {
499
+ return { data: _response.body, rawResponse: _response.rawResponse };
500
+ }
501
+ if (_response.error.reason === "status-code") {
502
+ switch (_response.error.statusCode) {
503
+ case 422:
504
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
505
+ default:
506
+ throw new errors.ChrtError({
507
+ statusCode: _response.error.statusCode,
508
+ body: _response.error.body,
509
+ rawResponse: _response.rawResponse,
510
+ });
511
+ }
512
+ }
513
+ switch (_response.error.reason) {
514
+ case "non-json":
515
+ throw new errors.ChrtError({
516
+ statusCode: _response.error.statusCode,
517
+ body: _response.error.rawBody,
518
+ rawResponse: _response.rawResponse,
519
+ });
520
+ case "timeout":
521
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /oort/drivers/{driver_id}.");
522
+ case "unknown":
523
+ throw new errors.ChrtError({
524
+ message: _response.error.errorMessage,
525
+ rawResponse: _response.rawResponse,
526
+ });
527
+ }
528
+ });
529
+ }
530
+ _getAuthorizationHeader() {
531
+ return __awaiter(this, void 0, void 0, function* () {
532
+ const bearer = yield core.Supplier.get(this._options.token);
533
+ if (bearer != null) {
534
+ return `Bearer ${bearer}`;
535
+ }
536
+ return undefined;
537
+ });
538
+ }
539
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ export * from "./requests/index.mjs";
@@ -0,0 +1 @@
1
+ export * from "./requests/index.mjs";
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../../../../index.mjs";
5
+ /**
6
+ * @example
7
+ * {
8
+ * org_member: {
9
+ * role: "role",
10
+ * user_id: "user_id"
11
+ * }
12
+ * }
13
+ */
14
+ export interface DriverCreateReq {
15
+ org_member: Chrt.OrgMemberDetails;
16
+ vehicle_types?: Chrt.VehicleTypeEnum[];
17
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../../../../index.mjs";
5
+ /**
6
+ * @example
7
+ * {
8
+ * location: {
9
+ * type: "Feature"
10
+ * }
11
+ * }
12
+ */
13
+ export interface DriverLastSeenReq {
14
+ location: Chrt.Feature;
15
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,18 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../../../../index.mjs";
5
+ /**
6
+ * @example
7
+ * {
8
+ * driver_object_id: "driver_object_id"
9
+ * }
10
+ */
11
+ export interface UpdateDriverDetailsReq {
12
+ driver_object_id: string;
13
+ email_address_primary?: string;
14
+ email_address_secondary?: string;
15
+ phone_number_primary?: string;
16
+ phone_number_secondary?: string;
17
+ vehicle_types?: Chrt.VehicleTypeEnum[];
18
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,4 @@
1
+ export { type DriverCreateReq } from "./DriverCreateReq.mjs";
2
+ export { type DriverLastSeenReq } from "./DriverLastSeenReq.mjs";
3
+ export { type SetDriverActivationReq } from "./SetDriverActivationReq.mjs";
4
+ export { type UpdateDriverDetailsReq } from "./UpdateDriverDetailsReq.mjs";
@@ -0,0 +1 @@
1
+ export * from "./client/index.mjs";
@@ -0,0 +1 @@
1
+ export * from "./client/index.mjs";