@chrt-inc/typescript-sdk 0.0.170 → 0.0.174

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 (765) hide show
  1. package/README.md +7 -7
  2. package/dist/cjs/Client.d.ts +45 -57
  3. package/dist/cjs/Client.js +59 -79
  4. package/dist/cjs/api/resources/connections/client/Client.d.ts +55 -0
  5. package/dist/cjs/api/resources/connections/client/Client.js +170 -0
  6. package/dist/cjs/api/resources/connections/index.d.ts +2 -0
  7. package/dist/cjs/api/resources/connections/index.js +18 -0
  8. package/dist/cjs/api/resources/connections/resources/connectionToCourier/client/Client.d.ts +47 -0
  9. package/dist/cjs/api/resources/{directory → connections/resources/connectionToCourier}/client/Client.js +20 -18
  10. package/dist/cjs/api/resources/connections/resources/index.d.ts +2 -0
  11. package/dist/cjs/api/resources/connections/resources/index.js +41 -0
  12. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/client/Client.d.ts +96 -0
  13. package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups → courierPayDriverLineItemGroup}/client/Client.js +68 -206
  14. package/dist/{esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/CreateCourierPayDriverLineItemGroupRequest.d.mts → cjs/api/resources/courierPayDriverLineItemGroup/client/requests/CourierPayDriverLineItemGroupCreateRequest.d.ts} +1 -1
  15. package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/GetCalculateCourierPayDriverLineItemGroupRequest.d.ts → courierPayDriverLineItemGroup/client/requests/CourierPayDriverLineItemGroupPreviewRequest.d.ts} +1 -1
  16. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/client/requests/index.d.ts +2 -0
  17. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/index.d.ts +2 -0
  18. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/index.js +18 -0
  19. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/addLineItems/client/Client.d.ts +53 -0
  20. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/addLineItems/client/Client.js +136 -0
  21. package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups → courierPayDriverLineItemGroup/resources/addLineItems}/client/requests/AddLineItemsReq.d.ts +1 -1
  22. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/addLineItems/client/requests/index.d.ts +1 -0
  23. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/index.d.ts +4 -0
  24. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/index.js +43 -0
  25. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/removeLineItems/client/Client.d.ts +53 -0
  26. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/removeLineItems/client/Client.js +136 -0
  27. package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups → courierPayDriverLineItemGroup/resources/removeLineItems}/client/requests/RemoveLineItemsReq.d.ts +1 -1
  28. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/removeLineItems/client/requests/index.d.ts +1 -0
  29. package/dist/cjs/api/resources/{oortCourierPayDriverPayouts → courierPayDriverPayouts}/client/Client.d.ts +23 -23
  30. package/dist/cjs/api/resources/{oortCourierPayDriverPayouts → courierPayDriverPayouts}/client/Client.js +36 -36
  31. package/dist/cjs/api/resources/{oortCourierPayDriverPayouts → courierPayDriverPayouts}/client/requests/CourierPayDriverPayoutClientCreate1.d.ts +3 -3
  32. package/dist/cjs/api/resources/courierPayDriverRateSheets/client/Client.d.ts +111 -0
  33. package/dist/cjs/api/resources/{oortOrgConnectionInfos → courierPayDriverRateSheets}/client/Client.js +78 -110
  34. package/dist/cjs/api/resources/{oortCourierPayDriverRate → courierPayDriverRateSheets}/client/requests/CourierPayDriverRateSheetClientCreate1.d.ts +24 -24
  35. package/dist/cjs/api/resources/courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetsGetRequest.d.ts +11 -0
  36. package/dist/cjs/api/resources/courierPayDriverRateSheets/client/requests/index.d.ts +3 -0
  37. package/dist/cjs/api/resources/courierPayDriverRateSheets/index.d.ts +2 -0
  38. package/dist/cjs/api/resources/courierPayDriverRateSheets/index.js +18 -0
  39. package/dist/cjs/api/resources/courierPayDriverRateSheets/types/CourierPayDriverRateSheetsGetResponse.d.ts +5 -0
  40. package/dist/cjs/api/resources/courierPayDriverRateSheets/types/index.d.ts +1 -0
  41. package/dist/cjs/api/resources/courierPayDriverRateSheets/types/index.js +17 -0
  42. package/dist/cjs/api/resources/dev/client/Client.d.ts +13 -11
  43. package/dist/cjs/api/resources/dev/client/Client.js +54 -52
  44. package/dist/cjs/api/resources/drivers/client/Client.d.ts +152 -0
  45. package/dist/cjs/api/resources/{oortDrivers → drivers}/client/Client.js +139 -134
  46. package/dist/cjs/api/resources/{oortDrivers → drivers}/client/requests/SetDriverActivationReq.d.ts +3 -3
  47. package/dist/cjs/api/resources/index.d.ts +26 -36
  48. package/dist/cjs/api/resources/index.js +27 -37
  49. package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/client/Client.d.ts +16 -12
  50. package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/client/Client.js +21 -17
  51. package/dist/cjs/api/resources/milestones/client/Client.d.ts +69 -0
  52. package/dist/cjs/api/resources/milestones/client/Client.js +203 -0
  53. package/dist/cjs/api/resources/milestones/client/requests/index.d.ts +2 -0
  54. package/dist/cjs/api/resources/milestones/index.d.ts +2 -0
  55. package/dist/cjs/api/resources/milestones/index.js +18 -0
  56. package/dist/cjs/api/resources/milestones/resources/blurhash/client/Client.d.ts +48 -0
  57. package/dist/cjs/api/resources/milestones/resources/blurhash/client/Client.js +129 -0
  58. package/dist/cjs/api/resources/milestones/resources/images/client/Client.d.ts +74 -0
  59. package/dist/cjs/api/resources/{oortCourierPayDriverRateSheets → milestones/resources/images}/client/Client.js +54 -44
  60. package/dist/cjs/api/resources/{oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.d.ts → milestones/resources/images/client/requests/BodyPostMilestonesUploadImageOortMilestonesImagesUploadMilestoneIdPost.d.ts} +2 -2
  61. package/dist/cjs/api/resources/milestones/resources/images/client/requests/index.d.ts +1 -0
  62. package/dist/cjs/api/resources/milestones/resources/index.d.ts +3 -0
  63. package/dist/cjs/api/resources/milestones/resources/index.js +42 -0
  64. package/dist/cjs/api/resources/notifications/client/Client.d.ts +26 -0
  65. package/dist/cjs/api/resources/notifications/client/Client.js +22 -0
  66. package/dist/cjs/api/resources/notifications/index.d.ts +2 -0
  67. package/dist/cjs/api/resources/notifications/index.js +18 -0
  68. package/dist/cjs/api/resources/notifications/resources/courierPreferences/client/Client.d.ts +57 -0
  69. package/dist/cjs/api/resources/{notificationsShipperNotificationPreferences → notifications/resources/courierPreferences}/client/Client.js +24 -24
  70. package/dist/cjs/api/resources/{notificationsCourierNotificationPreferences → notifications/resources/courierPreferences}/client/requests/CourierNotificationPreferencesClientCreate1.d.ts +4 -4
  71. package/dist/cjs/api/resources/notifications/resources/index.d.ts +4 -0
  72. package/dist/cjs/api/resources/notifications/resources/index.js +43 -0
  73. package/dist/cjs/api/resources/notifications/resources/shipper/client/Client.d.ts +57 -0
  74. package/dist/cjs/api/resources/{notificationsCourierNotificationPreferences → notifications/resources/shipper}/client/Client.js +24 -24
  75. package/dist/cjs/api/resources/{notificationsShipperNotificationPreferences → notifications/resources/shipper}/client/requests/ShipperNotificationPreferencesClientCreate1.d.ts +4 -4
  76. package/dist/cjs/api/resources/offChrtShipperOrgConnectionInfo/client/Client.d.ts +85 -0
  77. package/dist/cjs/api/resources/{oortCourierPayDriverRate → offChrtShipperOrgConnectionInfo}/client/Client.js +83 -78
  78. package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.d.ts +8 -8
  79. package/dist/cjs/api/resources/orders/client/Client.d.ts +108 -0
  80. package/dist/cjs/api/resources/orders/client/Client.js +359 -0
  81. package/dist/cjs/api/resources/{oortOrders → orders}/client/requests/CreateOrderReq.d.ts +16 -16
  82. package/dist/cjs/api/resources/orders/index.d.ts +2 -0
  83. package/dist/cjs/api/resources/orders/index.js +18 -0
  84. package/dist/cjs/api/resources/orders/resources/full/client/Client.d.ts +65 -0
  85. package/dist/cjs/api/resources/{oortConnections → orders/resources/full}/client/Client.js +36 -37
  86. package/dist/cjs/api/resources/orders/resources/index.d.ts +1 -0
  87. package/dist/cjs/api/resources/orders/resources/index.js +37 -0
  88. package/dist/cjs/api/resources/orgConnectionInfos/client/Client.d.ts +26 -0
  89. package/dist/cjs/api/resources/orgConnectionInfos/client/Client.js +22 -0
  90. package/dist/cjs/api/resources/orgConnectionInfos/client/index.js +2 -0
  91. package/dist/cjs/api/resources/orgConnectionInfos/index.d.ts +2 -0
  92. package/dist/cjs/api/resources/orgConnectionInfos/index.js +18 -0
  93. package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/client/Client.d.ts +71 -0
  94. package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → orgConnectionInfos/resources/courier}/client/Client.js +49 -61
  95. package/dist/cjs/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/courier}/client/requests/CourierOrgConnectionInfoClientCreate1.d.ts +8 -8
  96. package/dist/cjs/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/courier}/client/requests/CourierOrgConnectionInfoClientUpdate1.d.ts +5 -5
  97. package/dist/cjs/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/courier}/client/requests/index.d.ts +0 -2
  98. package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/client/requests/index.js +2 -0
  99. package/dist/cjs/api/resources/orgConnectionInfos/resources/index.d.ts +4 -0
  100. package/dist/cjs/api/resources/orgConnectionInfos/resources/index.js +43 -0
  101. package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/Client.d.ts +71 -0
  102. package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/Client.js +240 -0
  103. package/dist/cjs/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/shipper}/client/requests/ShipperOrgConnectionInfoClientCreate1.d.ts +8 -8
  104. package/dist/cjs/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/shipper}/client/requests/ShipperOrgConnectionInfoClientUpdate1.d.ts +5 -5
  105. package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/requests/index.d.ts +2 -0
  106. package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/requests/index.js +2 -0
  107. package/dist/cjs/api/resources/orgProfiles/client/Client.d.ts +101 -0
  108. package/dist/cjs/api/resources/{oortOrgProfiles → orgProfiles}/client/Client.js +68 -62
  109. package/dist/cjs/api/resources/{oortOrgProfiles → orgProfiles}/client/requests/CourierOrgProfileClientCreate3.d.ts +3 -3
  110. package/dist/cjs/api/resources/{oortOrgProfiles/client/requests/GetAvatarRequest.d.ts → orgProfiles/client/requests/OrgProfilesGetAvatarRequest.d.ts} +1 -1
  111. package/dist/cjs/api/resources/{oortOrgProfiles → orgProfiles}/client/requests/index.d.ts +1 -1
  112. package/dist/cjs/api/resources/orgProfiles/client/requests/index.js +2 -0
  113. package/dist/cjs/api/resources/orgs/client/Client.d.ts +46 -38
  114. package/dist/cjs/api/resources/orgs/client/Client.js +144 -97
  115. package/dist/cjs/api/resources/orgs/client/requests/CreateOrgPublicDataReq.d.ts +3 -3
  116. package/dist/cjs/api/resources/orgs/client/requests/UpdateOrgPublicDataReq.d.ts +1 -1
  117. package/dist/cjs/api/resources/payments/client/Client.d.ts +0 -8
  118. package/dist/cjs/api/resources/payments/client/Client.js +0 -47
  119. package/dist/cjs/api/resources/root/client/Client.d.ts +16 -35
  120. package/dist/cjs/api/resources/root/client/Client.js +29 -125
  121. package/dist/cjs/api/resources/root/index.d.ts +0 -1
  122. package/dist/cjs/api/resources/root/index.js +0 -1
  123. package/dist/cjs/api/resources/shipperContactInfo/client/Client.d.ts +148 -0
  124. package/dist/cjs/api/resources/{oortShipperContactInfo → shipperContactInfo}/client/Client.js +114 -114
  125. package/dist/cjs/api/resources/shipperContactInfo/client/index.d.ts +2 -0
  126. package/dist/cjs/api/resources/shipperContactInfo/client/index.js +17 -0
  127. package/dist/cjs/api/resources/shipperContactInfo/client/requests/index.js +2 -0
  128. package/dist/cjs/api/resources/taskGroups/client/Client.d.ts +96 -0
  129. package/dist/cjs/api/resources/taskGroups/client/Client.js +354 -0
  130. package/dist/cjs/api/resources/taskGroups/client/index.d.ts +2 -0
  131. package/dist/cjs/api/resources/taskGroups/client/index.js +17 -0
  132. package/dist/cjs/api/resources/taskGroups/client/requests/index.d.ts +1 -0
  133. package/dist/cjs/api/resources/taskGroups/client/requests/index.js +2 -0
  134. package/dist/cjs/api/resources/taskGroups/index.d.ts +2 -0
  135. package/dist/cjs/api/resources/taskGroups/index.js +18 -0
  136. package/dist/cjs/api/resources/taskGroups/resources/full/client/Client.d.ts +55 -0
  137. package/dist/cjs/api/resources/taskGroups/resources/full/client/Client.js +177 -0
  138. package/dist/cjs/api/resources/taskGroups/resources/full/client/index.js +2 -0
  139. package/dist/cjs/api/resources/taskGroups/resources/index.d.ts +3 -0
  140. package/dist/cjs/api/resources/taskGroups/resources/index.js +42 -0
  141. package/dist/cjs/api/resources/{directory → taskGroups/resources/togglePause}/client/Client.d.ts +16 -14
  142. package/dist/cjs/api/resources/taskGroups/resources/togglePause/client/Client.js +130 -0
  143. package/dist/cjs/api/resources/taskGroups/resources/togglePause/client/index.d.ts +2 -0
  144. package/dist/cjs/api/resources/taskGroups/resources/togglePause/client/index.js +17 -0
  145. package/dist/cjs/api/resources/{oortTaskGroups → taskGroups/resources/togglePause}/client/requests/SetTaskGroupPauseReq.d.ts +3 -3
  146. package/dist/cjs/api/resources/{oortTaskGroups → taskGroups/resources/togglePause}/client/requests/index.d.ts +0 -1
  147. package/dist/cjs/api/resources/taskGroups/resources/togglePause/client/requests/index.js +2 -0
  148. package/dist/cjs/api/resources/users/client/Client.d.ts +3 -3
  149. package/dist/cjs/api/resources/users/client/Client.js +4 -4
  150. package/dist/cjs/api/types/Cargo1.d.ts +6 -6
  151. package/dist/cjs/api/types/CargoClientCreate1.d.ts +3 -3
  152. package/dist/cjs/api/types/CourierNotificationPreferences1.d.ts +9 -9
  153. package/dist/cjs/api/types/CourierOrgConnectionInfo1.d.ts +10 -10
  154. package/dist/cjs/api/types/CourierOrgProfile3.d.ts +3 -3
  155. package/dist/cjs/api/types/CourierPayDriverLineItemGroup1.d.ts +5 -5
  156. package/dist/cjs/api/types/CourierPayDriverLineItemGroupClientCreate1.d.ts +1 -1
  157. package/dist/cjs/api/types/CourierPayDriverRateSheet1.d.ts +16 -16
  158. package/dist/cjs/api/types/DecodedJwtWithOrgAndUserId.d.ts +8 -8
  159. package/dist/cjs/api/types/Driver1.d.ts +6 -6
  160. package/dist/cjs/api/types/Expense1.d.ts +3 -3
  161. package/dist/cjs/api/types/Feature.d.ts +3 -3
  162. package/dist/cjs/api/types/GetOrderFullRes.d.ts +2 -2
  163. package/dist/cjs/api/types/Incident1.d.ts +1 -1
  164. package/dist/cjs/api/types/Insurance1.d.ts +1 -1
  165. package/dist/cjs/api/types/LineItem1.d.ts +1 -1
  166. package/dist/cjs/api/types/Milestone1.d.ts +13 -13
  167. package/dist/cjs/api/types/MilestoneClientCreate1.d.ts +1 -1
  168. package/dist/cjs/api/types/MilestoneNotificationPreferences1.d.ts +9 -9
  169. package/dist/cjs/api/types/OffChrtShipperOrgConnectionInfo1.d.ts +11 -11
  170. package/dist/cjs/api/types/Order1.d.ts +11 -11
  171. package/dist/cjs/api/types/OrgMemberDetails.d.ts +2 -2
  172. package/dist/cjs/api/types/OrgMembersAndDrivers.d.ts +1 -1
  173. package/dist/cjs/api/types/OrgPublicData2.d.ts +4 -4
  174. package/dist/cjs/api/types/PayablesInvoice1.d.ts +11 -11
  175. package/dist/cjs/api/types/ReceivablesInvoice1.d.ts +7 -7
  176. package/dist/cjs/api/types/ShipperContactInfo1.d.ts +11 -11
  177. package/dist/cjs/api/types/ShipperContactInfoClientCreate1.d.ts +6 -6
  178. package/dist/cjs/api/types/ShipperCourierConnection1.d.ts +4 -4
  179. package/dist/cjs/api/types/ShipperNotificationPreferences1.d.ts +9 -9
  180. package/dist/cjs/api/types/ShipperOrgConnectionInfo1.d.ts +6 -6
  181. package/dist/cjs/api/types/StripeConnectInvoice1.d.ts +5 -5
  182. package/dist/cjs/api/types/Task1.d.ts +13 -13
  183. package/dist/cjs/api/types/TaskClientCreate1.d.ts +4 -4
  184. package/dist/cjs/api/types/TaskCreateBundle.d.ts +2 -2
  185. package/dist/cjs/api/types/TaskGroup1.d.ts +11 -11
  186. package/dist/cjs/api/types/TaskWithDetails.d.ts +2 -2
  187. package/dist/cjs/api/types/Tracker1.d.ts +1 -1
  188. package/dist/cjs/api/types/TrackerSession1.d.ts +1 -1
  189. package/dist/cjs/api/types/UserPublicData6.d.ts +6 -6
  190. package/dist/cjs/api/types/Vehicle1.d.ts +1 -1
  191. package/dist/cjs/api/types/index.d.ts +0 -4
  192. package/dist/cjs/api/types/index.js +0 -4
  193. package/dist/cjs/version.d.ts +1 -1
  194. package/dist/cjs/version.js +1 -1
  195. package/dist/esm/Client.d.mts +45 -57
  196. package/dist/esm/Client.mjs +53 -73
  197. package/dist/esm/api/resources/connections/client/Client.d.mts +55 -0
  198. package/dist/esm/api/resources/connections/client/Client.mjs +133 -0
  199. package/dist/esm/api/resources/connections/index.d.mts +2 -0
  200. package/dist/esm/api/resources/connections/index.mjs +2 -0
  201. package/dist/esm/api/resources/connections/resources/connectionToCourier/client/Client.d.mts +47 -0
  202. package/dist/esm/api/resources/{directory → connections/resources/connectionToCourier}/client/Client.mjs +18 -16
  203. package/dist/esm/api/resources/connections/resources/index.d.mts +2 -0
  204. package/dist/esm/api/resources/connections/resources/index.mjs +2 -0
  205. package/dist/esm/api/resources/courierPayDriverLineItemGroup/client/Client.d.mts +96 -0
  206. package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups → courierPayDriverLineItemGroup}/client/Client.mjs +66 -204
  207. package/dist/{cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/CreateCourierPayDriverLineItemGroupRequest.d.ts → esm/api/resources/courierPayDriverLineItemGroup/client/requests/CourierPayDriverLineItemGroupCreateRequest.d.mts} +1 -1
  208. package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/GetCalculateCourierPayDriverLineItemGroupRequest.d.mts → courierPayDriverLineItemGroup/client/requests/CourierPayDriverLineItemGroupPreviewRequest.d.mts} +1 -1
  209. package/dist/esm/api/resources/courierPayDriverLineItemGroup/client/requests/index.d.mts +2 -0
  210. package/dist/esm/api/resources/courierPayDriverLineItemGroup/index.d.mts +2 -0
  211. package/dist/esm/api/resources/courierPayDriverLineItemGroup/index.mjs +2 -0
  212. package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/addLineItems/client/Client.d.mts +53 -0
  213. package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/addLineItems/client/Client.mjs +99 -0
  214. package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups → courierPayDriverLineItemGroup/resources/addLineItems}/client/requests/AddLineItemsReq.d.mts +1 -1
  215. package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/addLineItems/client/requests/index.d.mts +1 -0
  216. package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/index.d.mts +4 -0
  217. package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/index.mjs +4 -0
  218. package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/removeLineItems/client/Client.d.mts +53 -0
  219. package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/removeLineItems/client/Client.mjs +99 -0
  220. package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups → courierPayDriverLineItemGroup/resources/removeLineItems}/client/requests/RemoveLineItemsReq.d.mts +1 -1
  221. package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/removeLineItems/client/requests/index.d.mts +1 -0
  222. package/dist/esm/api/resources/{oortCourierPayDriverPayouts → courierPayDriverPayouts}/client/Client.d.mts +23 -23
  223. package/dist/esm/api/resources/{oortCourierPayDriverPayouts → courierPayDriverPayouts}/client/Client.mjs +34 -34
  224. package/dist/esm/api/resources/{oortCourierPayDriverPayouts → courierPayDriverPayouts}/client/requests/CourierPayDriverPayoutClientCreate1.d.mts +3 -3
  225. package/dist/esm/api/resources/courierPayDriverRateSheets/client/Client.d.mts +111 -0
  226. package/dist/esm/api/resources/{oortOrgConnectionInfos → courierPayDriverRateSheets}/client/Client.mjs +76 -108
  227. package/dist/esm/api/resources/{oortCourierPayDriverRate → courierPayDriverRateSheets}/client/requests/CourierPayDriverRateSheetClientCreate1.d.mts +24 -24
  228. package/dist/esm/api/resources/courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetsGetRequest.d.mts +11 -0
  229. package/dist/esm/api/resources/courierPayDriverRateSheets/client/requests/index.d.mts +3 -0
  230. package/dist/esm/api/resources/courierPayDriverRateSheets/index.d.mts +2 -0
  231. package/dist/esm/api/resources/courierPayDriverRateSheets/index.mjs +2 -0
  232. package/dist/esm/api/resources/courierPayDriverRateSheets/types/CourierPayDriverRateSheetsGetResponse.d.mts +5 -0
  233. package/dist/esm/api/resources/courierPayDriverRateSheets/types/index.d.mts +1 -0
  234. package/dist/esm/api/resources/courierPayDriverRateSheets/types/index.mjs +1 -0
  235. package/dist/esm/api/resources/dev/client/Client.d.mts +13 -11
  236. package/dist/esm/api/resources/dev/client/Client.mjs +54 -52
  237. package/dist/esm/api/resources/drivers/client/Client.d.mts +152 -0
  238. package/dist/esm/api/resources/{oortDrivers → drivers}/client/Client.mjs +137 -132
  239. package/dist/esm/api/resources/{oortDrivers → drivers}/client/requests/SetDriverActivationReq.d.mts +3 -3
  240. package/dist/esm/api/resources/index.d.mts +26 -36
  241. package/dist/esm/api/resources/index.mjs +26 -36
  242. package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/client/Client.d.mts +16 -12
  243. package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/client/Client.mjs +19 -15
  244. package/dist/esm/api/resources/milestones/client/Client.d.mts +69 -0
  245. package/dist/esm/api/resources/milestones/client/Client.mjs +166 -0
  246. package/dist/esm/api/resources/milestones/client/requests/index.d.mts +2 -0
  247. package/dist/esm/api/resources/milestones/index.d.mts +2 -0
  248. package/dist/esm/api/resources/milestones/index.mjs +2 -0
  249. package/dist/esm/api/resources/milestones/resources/blurhash/client/Client.d.mts +48 -0
  250. package/dist/esm/api/resources/milestones/resources/blurhash/client/Client.mjs +92 -0
  251. package/dist/esm/api/resources/milestones/resources/images/client/Client.d.mts +74 -0
  252. package/dist/esm/api/resources/{oortCourierPayDriverRateSheets → milestones/resources/images}/client/Client.mjs +52 -42
  253. package/dist/esm/api/resources/{oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.d.mts → milestones/resources/images/client/requests/BodyPostMilestonesUploadImageOortMilestonesImagesUploadMilestoneIdPost.d.mts} +2 -2
  254. package/dist/esm/api/resources/milestones/resources/images/client/requests/index.d.mts +1 -0
  255. package/dist/esm/api/resources/milestones/resources/index.d.mts +3 -0
  256. package/dist/esm/api/resources/milestones/resources/index.mjs +3 -0
  257. package/dist/esm/api/resources/notifications/client/Client.d.mts +26 -0
  258. package/dist/esm/api/resources/notifications/client/Client.mjs +18 -0
  259. package/dist/esm/api/resources/notifications/client/index.d.mts +1 -0
  260. package/dist/esm/api/resources/notifications/client/index.mjs +1 -0
  261. package/dist/esm/api/resources/notifications/index.d.mts +2 -0
  262. package/dist/esm/api/resources/notifications/index.mjs +2 -0
  263. package/dist/esm/api/resources/notifications/resources/courierPreferences/client/Client.d.mts +57 -0
  264. package/dist/esm/api/resources/{notificationsCourierNotificationPreferences → notifications/resources/courierPreferences}/client/Client.mjs +22 -22
  265. package/dist/esm/api/resources/{notificationsCourierNotificationPreferences → notifications/resources/courierPreferences}/client/requests/CourierNotificationPreferencesClientCreate1.d.mts +4 -4
  266. package/dist/esm/api/resources/notifications/resources/courierPreferences/client/requests/index.mjs +1 -0
  267. package/dist/esm/api/resources/notifications/resources/index.d.mts +4 -0
  268. package/dist/esm/api/resources/notifications/resources/index.mjs +4 -0
  269. package/dist/esm/api/resources/notifications/resources/shipper/client/Client.d.mts +57 -0
  270. package/dist/esm/api/resources/{notificationsShipperNotificationPreferences → notifications/resources/shipper}/client/Client.mjs +22 -22
  271. package/dist/esm/api/resources/{notificationsShipperNotificationPreferences → notifications/resources/shipper}/client/requests/ShipperNotificationPreferencesClientCreate1.d.mts +4 -4
  272. package/dist/esm/api/resources/notifications/resources/shipper/client/requests/index.mjs +1 -0
  273. package/dist/esm/api/resources/offChrtShipperOrgConnectionInfo/client/Client.d.mts +85 -0
  274. package/dist/esm/api/resources/{oortCourierPayDriverRate → offChrtShipperOrgConnectionInfo}/client/Client.mjs +81 -76
  275. package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.d.mts +8 -8
  276. package/dist/esm/api/resources/offChrtShipperOrgConnectionInfo/client/requests/index.mjs +1 -0
  277. package/dist/esm/api/resources/orders/client/Client.d.mts +108 -0
  278. package/dist/esm/api/resources/orders/client/Client.mjs +322 -0
  279. package/dist/esm/api/resources/{oortOrders → orders}/client/requests/CreateOrderReq.d.mts +16 -16
  280. package/dist/esm/api/resources/orders/client/requests/index.mjs +1 -0
  281. package/dist/esm/api/resources/orders/index.d.mts +2 -0
  282. package/dist/esm/api/resources/orders/index.mjs +2 -0
  283. package/dist/esm/api/resources/orders/resources/full/client/Client.d.mts +65 -0
  284. package/dist/esm/api/resources/{oortConnections → orders/resources/full}/client/Client.mjs +34 -35
  285. package/dist/esm/api/resources/orders/resources/full/client/index.d.mts +1 -0
  286. package/dist/esm/api/resources/orders/resources/full/client/index.mjs +1 -0
  287. package/dist/esm/api/resources/orders/resources/index.d.mts +1 -0
  288. package/dist/esm/api/resources/orders/resources/index.mjs +1 -0
  289. package/dist/esm/api/resources/orgConnectionInfos/client/Client.d.mts +26 -0
  290. package/dist/esm/api/resources/orgConnectionInfos/client/Client.mjs +18 -0
  291. package/dist/esm/api/resources/orgConnectionInfos/client/index.d.mts +1 -0
  292. package/dist/esm/api/resources/orgConnectionInfos/client/index.mjs +1 -0
  293. package/dist/esm/api/resources/orgConnectionInfos/index.d.mts +2 -0
  294. package/dist/esm/api/resources/orgConnectionInfos/index.mjs +2 -0
  295. package/dist/esm/api/resources/orgConnectionInfos/resources/courier/client/Client.d.mts +71 -0
  296. package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → orgConnectionInfos/resources/courier}/client/Client.mjs +47 -59
  297. package/dist/esm/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/courier}/client/requests/CourierOrgConnectionInfoClientCreate1.d.mts +8 -8
  298. package/dist/esm/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/courier}/client/requests/CourierOrgConnectionInfoClientUpdate1.d.mts +5 -5
  299. package/dist/esm/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/courier}/client/requests/index.d.mts +0 -2
  300. package/dist/esm/api/resources/orgConnectionInfos/resources/courier/client/requests/index.mjs +1 -0
  301. package/dist/esm/api/resources/orgConnectionInfos/resources/index.d.mts +4 -0
  302. package/dist/esm/api/resources/orgConnectionInfos/resources/index.mjs +4 -0
  303. package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/Client.d.mts +71 -0
  304. package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/Client.mjs +203 -0
  305. package/dist/esm/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/shipper}/client/requests/ShipperOrgConnectionInfoClientCreate1.d.mts +8 -8
  306. package/dist/esm/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/shipper}/client/requests/ShipperOrgConnectionInfoClientUpdate1.d.mts +5 -5
  307. package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/requests/index.d.mts +2 -0
  308. package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/requests/index.mjs +1 -0
  309. package/dist/esm/api/resources/orgProfiles/client/Client.d.mts +101 -0
  310. package/dist/esm/api/resources/{oortOrgProfiles → orgProfiles}/client/Client.mjs +66 -60
  311. package/dist/esm/api/resources/{oortOrgProfiles → orgProfiles}/client/requests/CourierOrgProfileClientCreate3.d.mts +3 -3
  312. package/dist/esm/api/resources/{oortOrgProfiles/client/requests/GetAvatarRequest.d.mts → orgProfiles/client/requests/OrgProfilesGetAvatarRequest.d.mts} +1 -1
  313. package/dist/esm/api/resources/{oortOrgProfiles → orgProfiles}/client/requests/index.d.mts +1 -1
  314. package/dist/esm/api/resources/orgProfiles/client/requests/index.mjs +1 -0
  315. package/dist/esm/api/resources/orgs/client/Client.d.mts +46 -38
  316. package/dist/esm/api/resources/orgs/client/Client.mjs +144 -97
  317. package/dist/esm/api/resources/orgs/client/requests/CreateOrgPublicDataReq.d.mts +3 -3
  318. package/dist/esm/api/resources/orgs/client/requests/UpdateOrgPublicDataReq.d.mts +1 -1
  319. package/dist/esm/api/resources/payments/client/Client.d.mts +0 -8
  320. package/dist/esm/api/resources/payments/client/Client.mjs +0 -47
  321. package/dist/esm/api/resources/root/client/Client.d.mts +16 -35
  322. package/dist/esm/api/resources/root/client/Client.mjs +29 -125
  323. package/dist/esm/api/resources/root/index.d.mts +0 -1
  324. package/dist/esm/api/resources/root/index.mjs +0 -1
  325. package/dist/esm/api/resources/shipperContactInfo/client/Client.d.mts +148 -0
  326. package/dist/esm/api/resources/{oortShipperContactInfo → shipperContactInfo}/client/Client.mjs +112 -112
  327. package/dist/esm/api/resources/shipperContactInfo/client/index.d.mts +2 -0
  328. package/dist/esm/api/resources/shipperContactInfo/client/index.mjs +1 -0
  329. package/dist/esm/api/resources/shipperContactInfo/client/requests/index.mjs +1 -0
  330. package/dist/esm/api/resources/taskGroups/client/Client.d.mts +96 -0
  331. package/dist/esm/api/resources/taskGroups/client/Client.mjs +317 -0
  332. package/dist/esm/api/resources/taskGroups/client/index.d.mts +2 -0
  333. package/dist/esm/api/resources/taskGroups/client/index.mjs +1 -0
  334. package/dist/esm/api/resources/taskGroups/client/requests/index.d.mts +1 -0
  335. package/dist/esm/api/resources/taskGroups/client/requests/index.mjs +1 -0
  336. package/dist/esm/api/resources/taskGroups/index.d.mts +2 -0
  337. package/dist/esm/api/resources/taskGroups/index.mjs +2 -0
  338. package/dist/esm/api/resources/taskGroups/resources/full/client/Client.d.mts +55 -0
  339. package/dist/esm/api/resources/taskGroups/resources/full/client/Client.mjs +140 -0
  340. package/dist/esm/api/resources/taskGroups/resources/full/client/index.d.mts +1 -0
  341. package/dist/esm/api/resources/taskGroups/resources/full/client/index.mjs +1 -0
  342. package/dist/esm/api/resources/taskGroups/resources/index.d.mts +3 -0
  343. package/dist/esm/api/resources/taskGroups/resources/index.mjs +3 -0
  344. package/dist/esm/api/resources/{directory → taskGroups/resources/togglePause}/client/Client.d.mts +16 -14
  345. package/dist/esm/api/resources/taskGroups/resources/togglePause/client/Client.mjs +93 -0
  346. package/dist/esm/api/resources/taskGroups/resources/togglePause/client/index.d.mts +2 -0
  347. package/dist/esm/api/resources/taskGroups/resources/togglePause/client/index.mjs +1 -0
  348. package/dist/esm/api/resources/{oortTaskGroups → taskGroups/resources/togglePause}/client/requests/SetTaskGroupPauseReq.d.mts +3 -3
  349. package/dist/esm/api/resources/{oortTaskGroups → taskGroups/resources/togglePause}/client/requests/index.d.mts +0 -1
  350. package/dist/esm/api/resources/taskGroups/resources/togglePause/client/requests/index.mjs +1 -0
  351. package/dist/esm/api/resources/users/client/Client.d.mts +3 -3
  352. package/dist/esm/api/resources/users/client/Client.mjs +4 -4
  353. package/dist/esm/api/types/Cargo1.d.mts +6 -6
  354. package/dist/esm/api/types/CargoClientCreate1.d.mts +3 -3
  355. package/dist/esm/api/types/CourierNotificationPreferences1.d.mts +9 -9
  356. package/dist/esm/api/types/CourierOrgConnectionInfo1.d.mts +10 -10
  357. package/dist/esm/api/types/CourierOrgProfile3.d.mts +3 -3
  358. package/dist/esm/api/types/CourierPayDriverLineItemGroup1.d.mts +5 -5
  359. package/dist/esm/api/types/CourierPayDriverLineItemGroupClientCreate1.d.mts +1 -1
  360. package/dist/esm/api/types/CourierPayDriverRateSheet1.d.mts +16 -16
  361. package/dist/esm/api/types/DecodedJwtWithOrgAndUserId.d.mts +8 -8
  362. package/dist/esm/api/types/Driver1.d.mts +6 -6
  363. package/dist/esm/api/types/Expense1.d.mts +3 -3
  364. package/dist/esm/api/types/Feature.d.mts +3 -3
  365. package/dist/esm/api/types/GetOrderFullRes.d.mts +2 -2
  366. package/dist/esm/api/types/Incident1.d.mts +1 -1
  367. package/dist/esm/api/types/Insurance1.d.mts +1 -1
  368. package/dist/esm/api/types/LineItem1.d.mts +1 -1
  369. package/dist/esm/api/types/Milestone1.d.mts +13 -13
  370. package/dist/esm/api/types/MilestoneClientCreate1.d.mts +1 -1
  371. package/dist/esm/api/types/MilestoneNotificationPreferences1.d.mts +9 -9
  372. package/dist/esm/api/types/OffChrtShipperOrgConnectionInfo1.d.mts +11 -11
  373. package/dist/esm/api/types/Order1.d.mts +11 -11
  374. package/dist/esm/api/types/OrgMemberDetails.d.mts +2 -2
  375. package/dist/esm/api/types/OrgMembersAndDrivers.d.mts +1 -1
  376. package/dist/esm/api/types/OrgPublicData2.d.mts +4 -4
  377. package/dist/esm/api/types/PayablesInvoice1.d.mts +11 -11
  378. package/dist/esm/api/types/ReceivablesInvoice1.d.mts +7 -7
  379. package/dist/esm/api/types/ShipperContactInfo1.d.mts +11 -11
  380. package/dist/esm/api/types/ShipperContactInfoClientCreate1.d.mts +6 -6
  381. package/dist/esm/api/types/ShipperCourierConnection1.d.mts +4 -4
  382. package/dist/esm/api/types/ShipperNotificationPreferences1.d.mts +9 -9
  383. package/dist/esm/api/types/ShipperOrgConnectionInfo1.d.mts +6 -6
  384. package/dist/esm/api/types/StripeConnectInvoice1.d.mts +5 -5
  385. package/dist/esm/api/types/Task1.d.mts +13 -13
  386. package/dist/esm/api/types/TaskClientCreate1.d.mts +4 -4
  387. package/dist/esm/api/types/TaskCreateBundle.d.mts +2 -2
  388. package/dist/esm/api/types/TaskGroup1.d.mts +11 -11
  389. package/dist/esm/api/types/TaskWithDetails.d.mts +2 -2
  390. package/dist/esm/api/types/Tracker1.d.mts +1 -1
  391. package/dist/esm/api/types/TrackerSession1.d.mts +1 -1
  392. package/dist/esm/api/types/UserPublicData6.d.mts +6 -6
  393. package/dist/esm/api/types/Vehicle1.d.mts +1 -1
  394. package/dist/esm/api/types/index.d.mts +0 -4
  395. package/dist/esm/api/types/index.mjs +0 -4
  396. package/dist/esm/version.d.mts +1 -1
  397. package/dist/esm/version.mjs +1 -1
  398. package/package.json +1 -1
  399. package/reference.md +1190 -1679
  400. package/dist/cjs/api/resources/directory/client/requests/DbQueryParams.d.ts +0 -12
  401. package/dist/cjs/api/resources/directory/client/requests/index.d.ts +0 -1
  402. package/dist/cjs/api/resources/mirror/client/Client.d.ts +0 -138
  403. package/dist/cjs/api/resources/mirror/client/Client.js +0 -658
  404. package/dist/cjs/api/resources/notificationsCourierNotificationPreferences/client/Client.d.ts +0 -57
  405. package/dist/cjs/api/resources/notificationsShipperNotificationPreferences/client/Client.d.ts +0 -57
  406. package/dist/cjs/api/resources/oortConnections/client/Client.d.ts +0 -63
  407. package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/Client.d.ts +0 -136
  408. package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByIdRequest.d.ts +0 -12
  409. package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByTaskGroupIdRequest.d.ts +0 -12
  410. package/dist/cjs/api/resources/oortCourierPayDriverLineItemGroups/client/requests/index.d.ts +0 -6
  411. package/dist/cjs/api/resources/oortCourierPayDriverRate/client/Client.d.ts +0 -94
  412. package/dist/cjs/api/resources/oortCourierPayDriverRate/client/requests/index.d.ts +0 -1
  413. package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/Client.d.ts +0 -72
  414. package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/requests/index.d.ts +0 -1
  415. package/dist/cjs/api/resources/oortDrivers/client/Client.d.ts +0 -147
  416. package/dist/cjs/api/resources/oortMilestones/client/Client.d.ts +0 -114
  417. package/dist/cjs/api/resources/oortMilestones/client/Client.js +0 -431
  418. package/dist/cjs/api/resources/oortMilestones/client/requests/index.d.ts +0 -3
  419. package/dist/cjs/api/resources/oortOffChrtShipperOrgConnectionInfo/client/Client.d.ts +0 -75
  420. package/dist/cjs/api/resources/oortOrders/client/Client.d.ts +0 -138
  421. package/dist/cjs/api/resources/oortOrders/client/Client.js +0 -509
  422. package/dist/cjs/api/resources/oortOrgConnectionInfos/client/Client.d.ts +0 -110
  423. package/dist/cjs/api/resources/oortOrgProfiles/client/Client.d.ts +0 -95
  424. package/dist/cjs/api/resources/oortOrgProfiles/client/requests/GetAvatarRequest.js +0 -5
  425. package/dist/cjs/api/resources/oortShipperContactInfo/client/Client.d.ts +0 -148
  426. package/dist/cjs/api/resources/oortTaskGroups/client/Client.d.ts +0 -128
  427. package/dist/cjs/api/resources/oortTaskGroups/client/Client.js +0 -515
  428. package/dist/cjs/api/resources/root/types/PydanticResponse.d.ts +0 -8
  429. package/dist/cjs/api/resources/root/types/PydanticResponse.js +0 -5
  430. package/dist/cjs/api/resources/root/types/index.d.ts +0 -1
  431. package/dist/cjs/api/resources/root/types/index.js +0 -17
  432. package/dist/cjs/api/types/EmailReq.d.ts +0 -6
  433. package/dist/cjs/api/types/EmailReq.js +0 -5
  434. package/dist/cjs/api/types/EmailRes.d.ts +0 -7
  435. package/dist/cjs/api/types/EmailRes.js +0 -5
  436. package/dist/cjs/api/types/Shipper2.d.ts +0 -20
  437. package/dist/cjs/api/types/Shipper2.js +0 -5
  438. package/dist/cjs/api/types/StreetAddress1.d.ts +0 -18
  439. package/dist/cjs/api/types/StreetAddress1.js +0 -5
  440. package/dist/esm/api/resources/directory/client/requests/DbQueryParams.d.mts +0 -12
  441. package/dist/esm/api/resources/directory/client/requests/index.d.mts +0 -1
  442. package/dist/esm/api/resources/mirror/client/Client.d.mts +0 -138
  443. package/dist/esm/api/resources/mirror/client/Client.mjs +0 -621
  444. package/dist/esm/api/resources/notificationsCourierNotificationPreferences/client/Client.d.mts +0 -57
  445. package/dist/esm/api/resources/notificationsShipperNotificationPreferences/client/Client.d.mts +0 -57
  446. package/dist/esm/api/resources/oortConnections/client/Client.d.mts +0 -63
  447. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/Client.d.mts +0 -136
  448. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByIdRequest.d.mts +0 -12
  449. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByTaskGroupIdRequest.d.mts +0 -12
  450. package/dist/esm/api/resources/oortCourierPayDriverLineItemGroups/client/requests/index.d.mts +0 -6
  451. package/dist/esm/api/resources/oortCourierPayDriverRate/client/Client.d.mts +0 -94
  452. package/dist/esm/api/resources/oortCourierPayDriverRate/client/requests/index.d.mts +0 -1
  453. package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/Client.d.mts +0 -72
  454. package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/requests/index.d.mts +0 -1
  455. package/dist/esm/api/resources/oortDrivers/client/Client.d.mts +0 -147
  456. package/dist/esm/api/resources/oortMilestones/client/Client.d.mts +0 -114
  457. package/dist/esm/api/resources/oortMilestones/client/Client.mjs +0 -394
  458. package/dist/esm/api/resources/oortMilestones/client/requests/index.d.mts +0 -3
  459. package/dist/esm/api/resources/oortOffChrtShipperOrgConnectionInfo/client/Client.d.mts +0 -75
  460. package/dist/esm/api/resources/oortOrders/client/Client.d.mts +0 -138
  461. package/dist/esm/api/resources/oortOrders/client/Client.mjs +0 -472
  462. package/dist/esm/api/resources/oortOrgConnectionInfos/client/Client.d.mts +0 -110
  463. package/dist/esm/api/resources/oortOrgProfiles/client/Client.d.mts +0 -95
  464. package/dist/esm/api/resources/oortOrgProfiles/client/requests/GetAvatarRequest.mjs +0 -4
  465. package/dist/esm/api/resources/oortShipperContactInfo/client/Client.d.mts +0 -148
  466. package/dist/esm/api/resources/oortTaskGroups/client/Client.d.mts +0 -128
  467. package/dist/esm/api/resources/oortTaskGroups/client/Client.mjs +0 -478
  468. package/dist/esm/api/resources/root/types/PydanticResponse.d.mts +0 -8
  469. package/dist/esm/api/resources/root/types/PydanticResponse.mjs +0 -4
  470. package/dist/esm/api/resources/root/types/index.d.mts +0 -1
  471. package/dist/esm/api/resources/root/types/index.mjs +0 -1
  472. package/dist/esm/api/types/EmailReq.d.mts +0 -6
  473. package/dist/esm/api/types/EmailReq.mjs +0 -4
  474. package/dist/esm/api/types/EmailRes.d.mts +0 -7
  475. package/dist/esm/api/types/EmailRes.mjs +0 -4
  476. package/dist/esm/api/types/Shipper2.d.mts +0 -20
  477. package/dist/esm/api/types/Shipper2.mjs +0 -4
  478. package/dist/esm/api/types/StreetAddress1.d.mts +0 -18
  479. package/dist/esm/api/types/StreetAddress1.mjs +0 -4
  480. package/dist/cjs/api/resources/{mirror → connections}/client/index.d.ts +0 -0
  481. package/dist/cjs/api/resources/{directory/client/requests → connections/client}/index.js +0 -0
  482. package/dist/cjs/api/resources/{directory → connections/resources/connectionToCourier}/client/index.d.ts +0 -0
  483. package/dist/cjs/api/resources/{directory → connections/resources/connectionToCourier}/client/index.js +0 -0
  484. package/dist/cjs/api/resources/{oortConnections → connections/resources/connectionToCourier}/client/requests/CreateConnectionReq.d.ts +0 -0
  485. package/dist/cjs/api/resources/{oortConnections → connections/resources/connectionToCourier}/client/requests/CreateConnectionReq.js +0 -0
  486. package/dist/cjs/api/resources/{oortConnections → connections/resources/connectionToCourier}/client/requests/index.d.ts +0 -0
  487. package/dist/cjs/api/resources/{mirror/client → connections/resources/connectionToCourier/client/requests}/index.js +0 -0
  488. package/dist/cjs/api/resources/{directory → connections/resources/connectionToCourier}/index.d.ts +0 -0
  489. package/dist/cjs/api/resources/{directory → connections/resources/connectionToCourier}/index.js +0 -0
  490. package/dist/cjs/api/resources/{notificationsCourierNotificationPreferences → courierPayDriverLineItemGroup}/client/index.d.ts +0 -0
  491. package/dist/cjs/api/resources/{notificationsCourierNotificationPreferences → courierPayDriverLineItemGroup}/client/index.js +0 -0
  492. package/dist/cjs/api/resources/{directory/client/requests/DbQueryParams.js → courierPayDriverLineItemGroup/client/requests/CourierPayDriverLineItemGroupCreateRequest.js} +0 -0
  493. package/dist/cjs/api/resources/{notificationsCourierNotificationPreferences/client/requests/CourierNotificationPreferencesClientCreate1.js → courierPayDriverLineItemGroup/client/requests/CourierPayDriverLineItemGroupPreviewRequest.js} +0 -0
  494. package/dist/cjs/api/resources/{notificationsCourierNotificationPreferences → courierPayDriverLineItemGroup}/client/requests/index.js +0 -0
  495. package/dist/cjs/api/resources/{notificationsShipperNotificationPreferences → courierPayDriverLineItemGroup/resources/addLineItems}/client/index.d.ts +0 -0
  496. package/dist/cjs/api/resources/{notificationsShipperNotificationPreferences → courierPayDriverLineItemGroup/resources/addLineItems}/client/index.js +0 -0
  497. package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups → courierPayDriverLineItemGroup/resources/addLineItems}/client/requests/AddLineItemsReq.js +0 -0
  498. package/dist/cjs/api/resources/{notificationsShipperNotificationPreferences → courierPayDriverLineItemGroup/resources/addLineItems}/client/requests/index.js +0 -0
  499. package/dist/cjs/api/resources/{mirror → courierPayDriverLineItemGroup/resources/addLineItems}/index.d.ts +0 -0
  500. package/dist/cjs/api/resources/{mirror → courierPayDriverLineItemGroup/resources/addLineItems}/index.js +0 -0
  501. package/dist/cjs/api/resources/{oortConnections → courierPayDriverLineItemGroup/resources/removeLineItems}/client/index.d.ts +0 -0
  502. package/dist/cjs/api/resources/{oortConnections → courierPayDriverLineItemGroup/resources/removeLineItems}/client/index.js +0 -0
  503. package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups → courierPayDriverLineItemGroup/resources/removeLineItems}/client/requests/RemoveLineItemsReq.js +0 -0
  504. package/dist/cjs/api/resources/{oortConnections → courierPayDriverLineItemGroup/resources/removeLineItems}/client/requests/index.js +0 -0
  505. package/dist/cjs/api/resources/{notificationsCourierNotificationPreferences → courierPayDriverLineItemGroup/resources/removeLineItems}/index.d.ts +0 -0
  506. package/dist/cjs/api/resources/{notificationsCourierNotificationPreferences → courierPayDriverLineItemGroup/resources/removeLineItems}/index.js +0 -0
  507. package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups → courierPayDriverPayouts}/client/index.d.ts +0 -0
  508. package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups → courierPayDriverPayouts}/client/index.js +0 -0
  509. package/dist/cjs/api/resources/{oortCourierPayDriverPayouts → courierPayDriverPayouts}/client/requests/CourierPayDriverPayoutClientCreate1.js +0 -0
  510. package/dist/cjs/api/resources/{oortCourierPayDriverPayouts → courierPayDriverPayouts}/client/requests/index.d.ts +0 -0
  511. package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups → courierPayDriverPayouts}/client/requests/index.js +0 -0
  512. package/dist/cjs/api/resources/{notificationsShipperNotificationPreferences → courierPayDriverPayouts}/index.d.ts +0 -0
  513. package/dist/cjs/api/resources/{notificationsShipperNotificationPreferences → courierPayDriverPayouts}/index.js +0 -0
  514. package/dist/cjs/api/resources/{oortCourierPayDriverPayouts → courierPayDriverRateSheets}/client/index.d.ts +0 -0
  515. package/dist/cjs/api/resources/{oortCourierPayDriverPayouts → courierPayDriverRateSheets}/client/index.js +0 -0
  516. package/dist/cjs/api/resources/{oortCourierPayDriverRate → courierPayDriverRateSheets}/client/requests/CourierPayDriverRateSheetClientCreate1.js +0 -0
  517. package/dist/cjs/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverRateSheets}/client/requests/CourierPayDriverRateSheetClientUpdate1.d.ts +12 -12
  518. package/dist/cjs/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverRateSheets}/client/requests/CourierPayDriverRateSheetClientUpdate1.js +0 -0
  519. package/dist/cjs/api/resources/{notificationsShipperNotificationPreferences/client/requests/ShipperNotificationPreferencesClientCreate1.js → courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetsGetRequest.js} +0 -0
  520. package/dist/cjs/api/resources/{oortCourierPayDriverPayouts → courierPayDriverRateSheets}/client/requests/index.js +0 -0
  521. package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/CreateCourierPayDriverLineItemGroupRequest.js → courierPayDriverRateSheets/types/CourierPayDriverRateSheetsGetResponse.js} +0 -0
  522. package/dist/cjs/api/resources/{oortCourierPayDriverRate → drivers}/client/index.d.ts +0 -0
  523. package/dist/cjs/api/resources/{oortCourierPayDriverRate → drivers}/client/index.js +0 -0
  524. package/dist/cjs/api/resources/{oortDrivers → drivers}/client/requests/DriverCreateReq.d.ts +0 -0
  525. package/dist/cjs/api/resources/{oortDrivers → drivers}/client/requests/DriverCreateReq.js +0 -0
  526. package/dist/cjs/api/resources/{oortDrivers → drivers}/client/requests/DriverLastSeenReq.d.ts +0 -0
  527. package/dist/cjs/api/resources/{oortDrivers → drivers}/client/requests/DriverLastSeenReq.js +0 -0
  528. package/dist/cjs/api/resources/{oortDrivers → drivers}/client/requests/SetDriverActivationReq.js +0 -0
  529. package/dist/cjs/api/resources/{oortDrivers → drivers}/client/requests/UpdateDriverDetailsReq.d.ts +0 -0
  530. package/dist/cjs/api/resources/{oortDrivers → drivers}/client/requests/UpdateDriverDetailsReq.js +0 -0
  531. package/dist/cjs/api/resources/{oortDrivers → drivers}/client/requests/index.d.ts +2 -2
  532. package/dist/cjs/api/resources/{oortCourierPayDriverRate → drivers}/client/requests/index.js +0 -0
  533. package/dist/cjs/api/resources/{oortConnections → drivers}/index.d.ts +0 -0
  534. package/dist/cjs/api/resources/{oortConnections → drivers}/index.js +0 -0
  535. package/dist/cjs/api/resources/{oortCourierPayDriverRateSheets → milestoneNotifications}/client/index.d.ts +0 -0
  536. package/dist/cjs/api/resources/{oortCourierPayDriverRateSheets → milestoneNotifications}/client/index.js +0 -0
  537. package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/client/requests/MilestoneNotificationPreferencesClientCreate1.d.ts +3 -3
  538. package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/client/requests/MilestoneNotificationPreferencesClientCreate1.js +0 -0
  539. package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/client/requests/index.d.ts +0 -0
  540. package/dist/cjs/api/resources/{oortCourierPayDriverRateSheets → milestoneNotifications}/client/requests/index.js +0 -0
  541. package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups → milestoneNotifications}/index.d.ts +0 -0
  542. package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups → milestoneNotifications}/index.js +0 -0
  543. package/dist/cjs/api/resources/{oortDrivers → milestones}/client/index.d.ts +0 -0
  544. package/dist/cjs/api/resources/{oortDrivers → milestones}/client/index.js +0 -0
  545. package/dist/cjs/api/resources/{oortMilestones → milestones}/client/requests/MilestoneAddToTaskReq.d.ts +1 -1
  546. package/dist/cjs/api/resources/{oortMilestones → milestones}/client/requests/MilestoneAddToTaskReq.js +0 -0
  547. package/dist/cjs/api/resources/{oortMilestones → milestones}/client/requests/MilestoneUpdateReq.d.ts +1 -1
  548. package/dist/cjs/api/resources/{oortMilestones → milestones}/client/requests/MilestoneUpdateReq.js +0 -0
  549. package/dist/cjs/api/resources/{oortDrivers → milestones}/client/requests/index.js +0 -0
  550. package/dist/{esm/api/resources/directory/client/requests/index.mjs → cjs/api/resources/milestones/resources/blurhash/client/index.d.ts} +0 -0
  551. package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences/client/requests → milestones/resources/blurhash/client}/index.js +0 -0
  552. package/dist/cjs/api/resources/{oortCourierPayDriverPayouts → milestones/resources/blurhash}/index.d.ts +0 -0
  553. package/dist/cjs/api/resources/{oortCourierPayDriverPayouts → milestones/resources/blurhash}/index.js +0 -0
  554. package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → milestones/resources/images}/client/index.d.ts +0 -0
  555. package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → milestones/resources/images}/client/index.js +0 -0
  556. package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/GetCalculateCourierPayDriverLineItemGroupRequest.js → milestones/resources/images/client/requests/BodyPostMilestonesUploadImageOortMilestonesImagesUploadMilestoneIdPost.js} +0 -0
  557. package/dist/cjs/api/resources/{oortMilestones → milestones/resources/images}/client/requests/index.js +0 -0
  558. package/dist/cjs/api/resources/{oortCourierPayDriverRate → milestones/resources/images}/index.d.ts +0 -0
  559. package/dist/cjs/api/resources/{oortCourierPayDriverRate → milestones/resources/images}/index.js +0 -0
  560. package/dist/{esm/api/resources/mirror/client/index.d.mts → cjs/api/resources/notifications/client/index.d.ts} +0 -0
  561. package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo/client/requests → notifications/client}/index.js +0 -0
  562. package/dist/cjs/api/resources/{oortMilestones → notifications/resources/courierPreferences}/client/index.d.ts +0 -0
  563. package/dist/cjs/api/resources/{oortMilestones → notifications/resources/courierPreferences}/client/index.js +0 -0
  564. package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByIdRequest.js → notifications/resources/courierPreferences/client/requests/CourierNotificationPreferencesClientCreate1.js} +0 -0
  565. package/dist/cjs/api/resources/{notificationsCourierNotificationPreferences → notifications/resources/courierPreferences}/client/requests/index.d.ts +0 -0
  566. package/dist/cjs/api/resources/{oortOrders → notifications/resources/courierPreferences}/client/requests/index.js +0 -0
  567. package/dist/cjs/api/resources/{oortCourierPayDriverRateSheets → notifications/resources/courierPreferences}/index.d.ts +0 -0
  568. package/dist/cjs/api/resources/{oortCourierPayDriverRateSheets → notifications/resources/courierPreferences}/index.js +0 -0
  569. package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → notifications/resources/shipper}/client/index.d.ts +0 -0
  570. package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → notifications/resources/shipper}/client/index.js +0 -0
  571. package/dist/cjs/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByTaskGroupIdRequest.js → notifications/resources/shipper/client/requests/ShipperNotificationPreferencesClientCreate1.js} +0 -0
  572. package/dist/cjs/api/resources/{notificationsShipperNotificationPreferences → notifications/resources/shipper}/client/requests/index.d.ts +0 -0
  573. package/dist/cjs/api/resources/{oortOrgConnectionInfos → notifications/resources/shipper}/client/requests/index.js +0 -0
  574. package/dist/cjs/api/resources/{oortDrivers → notifications/resources/shipper}/index.d.ts +0 -0
  575. package/dist/cjs/api/resources/{oortDrivers → notifications/resources/shipper}/index.js +0 -0
  576. package/dist/cjs/api/resources/{oortOrders → offChrtShipperOrgConnectionInfo}/client/index.d.ts +0 -0
  577. package/dist/cjs/api/resources/{oortOrders → offChrtShipperOrgConnectionInfo}/client/index.js +0 -0
  578. package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.js +0 -0
  579. package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.d.ts +4 -4
  580. package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.js +0 -0
  581. package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/requests/index.d.ts +0 -0
  582. package/dist/cjs/api/resources/{oortOrgProfiles → offChrtShipperOrgConnectionInfo}/client/requests/index.js +0 -0
  583. package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → offChrtShipperOrgConnectionInfo}/index.d.ts +0 -0
  584. package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → offChrtShipperOrgConnectionInfo}/index.js +0 -0
  585. package/dist/cjs/api/resources/{oortOrgConnectionInfos → orders}/client/index.d.ts +0 -0
  586. package/dist/cjs/api/resources/{oortOrgConnectionInfos → orders}/client/index.js +0 -0
  587. package/dist/cjs/api/resources/{oortOrders → orders}/client/requests/CreateOrderReq.js +0 -0
  588. package/dist/cjs/api/resources/{oortOrders → orders}/client/requests/index.d.ts +0 -0
  589. package/dist/cjs/api/resources/{oortShipperContactInfo → orders}/client/requests/index.js +0 -0
  590. package/dist/{esm/api/resources/mirror/client/index.mjs → cjs/api/resources/orders/resources/full/client/index.d.ts} +0 -0
  591. package/dist/cjs/api/resources/{oortTaskGroups/client/requests → orders/resources/full/client}/index.js +0 -0
  592. package/dist/cjs/api/resources/{oortMilestones → orders/resources/full}/index.d.ts +0 -0
  593. package/dist/cjs/api/resources/{oortMilestones → orders/resources/full}/index.js +0 -0
  594. package/dist/{esm/api/resources/notificationsCourierNotificationPreferences/client/requests/index.mjs → cjs/api/resources/orgConnectionInfos/client/index.d.ts} +0 -0
  595. package/dist/cjs/api/resources/{oortOrgProfiles → orgConnectionInfos/resources/courier}/client/index.d.ts +0 -0
  596. package/dist/cjs/api/resources/{oortOrgProfiles → orgConnectionInfos/resources/courier}/client/index.js +0 -0
  597. package/dist/cjs/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/courier}/client/requests/CourierOrgConnectionInfoClientCreate1.js +0 -0
  598. package/dist/cjs/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/courier}/client/requests/CourierOrgConnectionInfoClientUpdate1.js +0 -0
  599. package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → orgConnectionInfos/resources/courier}/index.d.ts +0 -0
  600. package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → orgConnectionInfos/resources/courier}/index.js +0 -0
  601. package/dist/cjs/api/resources/{oortShipperContactInfo → orgConnectionInfos/resources/shipper}/client/index.d.ts +0 -0
  602. package/dist/cjs/api/resources/{oortShipperContactInfo → orgConnectionInfos/resources/shipper}/client/index.js +0 -0
  603. package/dist/cjs/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/shipper}/client/requests/ShipperOrgConnectionInfoClientCreate1.js +0 -0
  604. package/dist/cjs/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/shipper}/client/requests/ShipperOrgConnectionInfoClientUpdate1.js +0 -0
  605. package/dist/cjs/api/resources/{oortOrders → orgConnectionInfos/resources/shipper}/index.d.ts +0 -0
  606. package/dist/cjs/api/resources/{oortOrders → orgConnectionInfos/resources/shipper}/index.js +0 -0
  607. package/dist/cjs/api/resources/{oortTaskGroups → orgProfiles}/client/index.d.ts +0 -0
  608. package/dist/cjs/api/resources/{oortTaskGroups → orgProfiles}/client/index.js +0 -0
  609. package/dist/cjs/api/resources/{oortOrgProfiles → orgProfiles}/client/requests/CourierOrgProfileClientCreate3.js +0 -0
  610. package/dist/cjs/api/resources/{oortOrgProfiles → orgProfiles}/client/requests/CourierOrgProfileClientUpdate3.d.ts +0 -0
  611. package/dist/cjs/api/resources/{oortOrgProfiles → orgProfiles}/client/requests/CourierOrgProfileClientUpdate3.js +0 -0
  612. package/dist/cjs/api/resources/{oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.js → orgProfiles/client/requests/OrgProfilesGetAvatarRequest.js} +0 -0
  613. package/dist/cjs/api/resources/{oortOrgConnectionInfos → orgProfiles}/index.d.ts +0 -0
  614. package/dist/cjs/api/resources/{oortOrgConnectionInfos → orgProfiles}/index.js +0 -0
  615. package/dist/cjs/api/resources/{oortShipperContactInfo → shipperContactInfo}/client/requests/ShipperContactInfoClientUpdate1.d.ts +4 -4
  616. package/dist/cjs/api/resources/{oortShipperContactInfo → shipperContactInfo}/client/requests/ShipperContactInfoClientUpdate1.js +0 -0
  617. package/dist/cjs/api/resources/{oortShipperContactInfo → shipperContactInfo}/client/requests/index.d.ts +0 -0
  618. package/dist/cjs/api/resources/{oortOrgProfiles → shipperContactInfo}/index.d.ts +0 -0
  619. package/dist/cjs/api/resources/{oortOrgProfiles → shipperContactInfo}/index.js +0 -0
  620. package/dist/cjs/api/resources/{oortTaskGroups → taskGroups}/client/requests/UpdateTaskGroupReq.d.ts +2 -2
  621. package/dist/cjs/api/resources/{oortTaskGroups → taskGroups}/client/requests/UpdateTaskGroupReq.js +0 -0
  622. package/dist/{esm/api/resources/notificationsShipperNotificationPreferences/client/requests/index.mjs → cjs/api/resources/taskGroups/resources/full/client/index.d.ts} +0 -0
  623. package/dist/cjs/api/resources/{oortShipperContactInfo → taskGroups/resources/full}/index.d.ts +0 -0
  624. package/dist/cjs/api/resources/{oortShipperContactInfo → taskGroups/resources/full}/index.js +0 -0
  625. package/dist/cjs/api/resources/{oortTaskGroups → taskGroups/resources/togglePause}/client/requests/SetTaskGroupPauseReq.js +0 -0
  626. package/dist/cjs/api/resources/{oortTaskGroups → taskGroups/resources/togglePause}/index.d.ts +0 -0
  627. package/dist/cjs/api/resources/{oortTaskGroups → taskGroups/resources/togglePause}/index.js +0 -0
  628. package/dist/esm/api/resources/{oortConnections/client/requests/index.mjs → connections/client/index.d.mts} +0 -0
  629. package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups/client/requests → connections/client}/index.mjs +0 -0
  630. package/dist/esm/api/resources/{directory → connections/resources/connectionToCourier}/client/index.d.mts +0 -0
  631. package/dist/esm/api/resources/{directory → connections/resources/connectionToCourier}/client/index.mjs +0 -0
  632. package/dist/esm/api/resources/{oortConnections → connections/resources/connectionToCourier}/client/requests/CreateConnectionReq.d.mts +0 -0
  633. package/dist/esm/api/resources/{oortConnections → connections/resources/connectionToCourier}/client/requests/CreateConnectionReq.mjs +0 -0
  634. package/dist/esm/api/resources/{oortConnections → connections/resources/connectionToCourier}/client/requests/index.d.mts +0 -0
  635. package/dist/esm/api/resources/{oortCourierPayDriverPayouts → connections/resources/connectionToCourier}/client/requests/index.mjs +0 -0
  636. package/dist/esm/api/resources/{directory → connections/resources/connectionToCourier}/index.d.mts +0 -0
  637. package/dist/esm/api/resources/{directory → connections/resources/connectionToCourier}/index.mjs +0 -0
  638. package/dist/esm/api/resources/{notificationsCourierNotificationPreferences → courierPayDriverLineItemGroup}/client/index.d.mts +0 -0
  639. package/dist/esm/api/resources/{notificationsCourierNotificationPreferences → courierPayDriverLineItemGroup}/client/index.mjs +0 -0
  640. package/dist/esm/api/resources/{directory/client/requests/DbQueryParams.mjs → courierPayDriverLineItemGroup/client/requests/CourierPayDriverLineItemGroupCreateRequest.mjs} +0 -0
  641. package/dist/esm/api/resources/{notificationsCourierNotificationPreferences/client/requests/CourierNotificationPreferencesClientCreate1.mjs → courierPayDriverLineItemGroup/client/requests/CourierPayDriverLineItemGroupPreviewRequest.mjs} +0 -0
  642. package/dist/esm/api/resources/{oortCourierPayDriverRate → courierPayDriverLineItemGroup}/client/requests/index.mjs +0 -0
  643. package/dist/esm/api/resources/{notificationsShipperNotificationPreferences → courierPayDriverLineItemGroup/resources/addLineItems}/client/index.d.mts +0 -0
  644. package/dist/esm/api/resources/{notificationsShipperNotificationPreferences → courierPayDriverLineItemGroup/resources/addLineItems}/client/index.mjs +0 -0
  645. package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups → courierPayDriverLineItemGroup/resources/addLineItems}/client/requests/AddLineItemsReq.mjs +0 -0
  646. package/dist/esm/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverLineItemGroup/resources/addLineItems}/client/requests/index.mjs +0 -0
  647. package/dist/esm/api/resources/{mirror → courierPayDriverLineItemGroup/resources/addLineItems}/index.d.mts +0 -0
  648. package/dist/esm/api/resources/{mirror → courierPayDriverLineItemGroup/resources/addLineItems}/index.mjs +0 -0
  649. package/dist/esm/api/resources/{oortConnections → courierPayDriverLineItemGroup/resources/removeLineItems}/client/index.d.mts +0 -0
  650. package/dist/esm/api/resources/{oortConnections → courierPayDriverLineItemGroup/resources/removeLineItems}/client/index.mjs +0 -0
  651. package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups → courierPayDriverLineItemGroup/resources/removeLineItems}/client/requests/RemoveLineItemsReq.mjs +0 -0
  652. package/dist/esm/api/resources/{oortDrivers → courierPayDriverLineItemGroup/resources/removeLineItems}/client/requests/index.mjs +0 -0
  653. package/dist/esm/api/resources/{notificationsCourierNotificationPreferences → courierPayDriverLineItemGroup/resources/removeLineItems}/index.d.mts +0 -0
  654. package/dist/esm/api/resources/{notificationsCourierNotificationPreferences → courierPayDriverLineItemGroup/resources/removeLineItems}/index.mjs +0 -0
  655. package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups → courierPayDriverPayouts}/client/index.d.mts +0 -0
  656. package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups → courierPayDriverPayouts}/client/index.mjs +0 -0
  657. package/dist/esm/api/resources/{oortCourierPayDriverPayouts → courierPayDriverPayouts}/client/requests/CourierPayDriverPayoutClientCreate1.mjs +0 -0
  658. package/dist/esm/api/resources/{oortCourierPayDriverPayouts → courierPayDriverPayouts}/client/requests/index.d.mts +0 -0
  659. package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → courierPayDriverPayouts}/client/requests/index.mjs +0 -0
  660. package/dist/esm/api/resources/{notificationsShipperNotificationPreferences → courierPayDriverPayouts}/index.d.mts +0 -0
  661. package/dist/esm/api/resources/{notificationsShipperNotificationPreferences → courierPayDriverPayouts}/index.mjs +0 -0
  662. package/dist/esm/api/resources/{oortCourierPayDriverPayouts → courierPayDriverRateSheets}/client/index.d.mts +0 -0
  663. package/dist/esm/api/resources/{oortCourierPayDriverPayouts → courierPayDriverRateSheets}/client/index.mjs +0 -0
  664. package/dist/esm/api/resources/{oortCourierPayDriverRate → courierPayDriverRateSheets}/client/requests/CourierPayDriverRateSheetClientCreate1.mjs +0 -0
  665. package/dist/esm/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverRateSheets}/client/requests/CourierPayDriverRateSheetClientUpdate1.d.mts +12 -12
  666. package/dist/esm/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverRateSheets}/client/requests/CourierPayDriverRateSheetClientUpdate1.mjs +0 -0
  667. package/dist/esm/api/resources/{notificationsShipperNotificationPreferences/client/requests/ShipperNotificationPreferencesClientCreate1.mjs → courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetsGetRequest.mjs} +0 -0
  668. package/dist/esm/api/resources/{oortMilestones → courierPayDriverRateSheets}/client/requests/index.mjs +0 -0
  669. package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/CreateCourierPayDriverLineItemGroupRequest.mjs → courierPayDriverRateSheets/types/CourierPayDriverRateSheetsGetResponse.mjs} +0 -0
  670. package/dist/esm/api/resources/{oortCourierPayDriverRate → drivers}/client/index.d.mts +0 -0
  671. package/dist/esm/api/resources/{oortCourierPayDriverRate → drivers}/client/index.mjs +0 -0
  672. package/dist/esm/api/resources/{oortDrivers → drivers}/client/requests/DriverCreateReq.d.mts +0 -0
  673. package/dist/esm/api/resources/{oortDrivers → drivers}/client/requests/DriverCreateReq.mjs +0 -0
  674. package/dist/esm/api/resources/{oortDrivers → drivers}/client/requests/DriverLastSeenReq.d.mts +0 -0
  675. package/dist/esm/api/resources/{oortDrivers → drivers}/client/requests/DriverLastSeenReq.mjs +0 -0
  676. package/dist/esm/api/resources/{oortDrivers → drivers}/client/requests/SetDriverActivationReq.mjs +0 -0
  677. package/dist/esm/api/resources/{oortDrivers → drivers}/client/requests/UpdateDriverDetailsReq.d.mts +0 -0
  678. package/dist/esm/api/resources/{oortDrivers → drivers}/client/requests/UpdateDriverDetailsReq.mjs +0 -0
  679. package/dist/esm/api/resources/{oortDrivers → drivers}/client/requests/index.d.mts +2 -2
  680. package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → drivers}/client/requests/index.mjs +0 -0
  681. package/dist/esm/api/resources/{oortConnections → drivers}/index.d.mts +0 -0
  682. package/dist/esm/api/resources/{oortConnections → drivers}/index.mjs +0 -0
  683. package/dist/esm/api/resources/{oortCourierPayDriverRateSheets → milestoneNotifications}/client/index.d.mts +0 -0
  684. package/dist/esm/api/resources/{oortCourierPayDriverRateSheets → milestoneNotifications}/client/index.mjs +0 -0
  685. package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/client/requests/MilestoneNotificationPreferencesClientCreate1.d.mts +3 -3
  686. package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/client/requests/MilestoneNotificationPreferencesClientCreate1.mjs +0 -0
  687. package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/client/requests/index.d.mts +0 -0
  688. package/dist/esm/api/resources/{oortOrders → milestoneNotifications}/client/requests/index.mjs +0 -0
  689. package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups → milestoneNotifications}/index.d.mts +0 -0
  690. package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups → milestoneNotifications}/index.mjs +0 -0
  691. package/dist/esm/api/resources/{oortDrivers → milestones}/client/index.d.mts +0 -0
  692. package/dist/esm/api/resources/{oortDrivers → milestones}/client/index.mjs +0 -0
  693. package/dist/esm/api/resources/{oortMilestones → milestones}/client/requests/MilestoneAddToTaskReq.d.mts +1 -1
  694. package/dist/esm/api/resources/{oortMilestones → milestones}/client/requests/MilestoneAddToTaskReq.mjs +0 -0
  695. package/dist/esm/api/resources/{oortMilestones → milestones}/client/requests/MilestoneUpdateReq.d.mts +1 -1
  696. package/dist/esm/api/resources/{oortMilestones → milestones}/client/requests/MilestoneUpdateReq.mjs +0 -0
  697. package/dist/esm/api/resources/{oortOrgConnectionInfos → milestones}/client/requests/index.mjs +0 -0
  698. package/dist/esm/api/resources/{oortOrgProfiles/client/requests/index.mjs → milestones/resources/blurhash/client/index.d.mts} +0 -0
  699. package/dist/esm/api/resources/{oortShipperContactInfo/client/requests → milestones/resources/blurhash/client}/index.mjs +0 -0
  700. package/dist/esm/api/resources/{oortCourierPayDriverPayouts → milestones/resources/blurhash}/index.d.mts +0 -0
  701. package/dist/esm/api/resources/{oortCourierPayDriverPayouts → milestones/resources/blurhash}/index.mjs +0 -0
  702. package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → milestones/resources/images}/client/index.d.mts +0 -0
  703. package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → milestones/resources/images}/client/index.mjs +0 -0
  704. package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/GetCalculateCourierPayDriverLineItemGroupRequest.mjs → milestones/resources/images/client/requests/BodyPostMilestonesUploadImageOortMilestonesImagesUploadMilestoneIdPost.mjs} +0 -0
  705. package/dist/esm/api/resources/{oortTaskGroups → milestones/resources/images}/client/requests/index.mjs +0 -0
  706. package/dist/esm/api/resources/{oortCourierPayDriverRate → milestones/resources/images}/index.d.mts +0 -0
  707. package/dist/esm/api/resources/{oortCourierPayDriverRate → milestones/resources/images}/index.mjs +0 -0
  708. package/dist/esm/api/resources/{oortMilestones → notifications/resources/courierPreferences}/client/index.d.mts +0 -0
  709. package/dist/esm/api/resources/{oortMilestones → notifications/resources/courierPreferences}/client/index.mjs +0 -0
  710. package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByIdRequest.mjs → notifications/resources/courierPreferences/client/requests/CourierNotificationPreferencesClientCreate1.mjs} +0 -0
  711. package/dist/esm/api/resources/{notificationsCourierNotificationPreferences → notifications/resources/courierPreferences}/client/requests/index.d.mts +0 -0
  712. package/dist/esm/api/resources/{oortCourierPayDriverRateSheets → notifications/resources/courierPreferences}/index.d.mts +0 -0
  713. package/dist/esm/api/resources/{oortCourierPayDriverRateSheets → notifications/resources/courierPreferences}/index.mjs +0 -0
  714. package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → notifications/resources/shipper}/client/index.d.mts +0 -0
  715. package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → notifications/resources/shipper}/client/index.mjs +0 -0
  716. package/dist/esm/api/resources/{oortCourierPayDriverLineItemGroups/client/requests/GetCourierPayDriverLineItemGroupByTaskGroupIdRequest.mjs → notifications/resources/shipper/client/requests/ShipperNotificationPreferencesClientCreate1.mjs} +0 -0
  717. package/dist/esm/api/resources/{notificationsShipperNotificationPreferences → notifications/resources/shipper}/client/requests/index.d.mts +0 -0
  718. package/dist/esm/api/resources/{oortDrivers → notifications/resources/shipper}/index.d.mts +0 -0
  719. package/dist/esm/api/resources/{oortDrivers → notifications/resources/shipper}/index.mjs +0 -0
  720. package/dist/esm/api/resources/{oortOrders → offChrtShipperOrgConnectionInfo}/client/index.d.mts +0 -0
  721. package/dist/esm/api/resources/{oortOrders → offChrtShipperOrgConnectionInfo}/client/index.mjs +0 -0
  722. package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.mjs +0 -0
  723. package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.d.mts +4 -4
  724. package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.mjs +0 -0
  725. package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/requests/index.d.mts +0 -0
  726. package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → offChrtShipperOrgConnectionInfo}/index.d.mts +0 -0
  727. package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → offChrtShipperOrgConnectionInfo}/index.mjs +0 -0
  728. package/dist/esm/api/resources/{oortOrgConnectionInfos → orders}/client/index.d.mts +0 -0
  729. package/dist/esm/api/resources/{oortOrgConnectionInfos → orders}/client/index.mjs +0 -0
  730. package/dist/esm/api/resources/{oortOrders → orders}/client/requests/CreateOrderReq.mjs +0 -0
  731. package/dist/esm/api/resources/{oortOrders → orders}/client/requests/index.d.mts +0 -0
  732. package/dist/esm/api/resources/{oortMilestones → orders/resources/full}/index.d.mts +0 -0
  733. package/dist/esm/api/resources/{oortMilestones → orders/resources/full}/index.mjs +0 -0
  734. package/dist/esm/api/resources/{oortOrgProfiles → orgConnectionInfos/resources/courier}/client/index.d.mts +0 -0
  735. package/dist/esm/api/resources/{oortOrgProfiles → orgConnectionInfos/resources/courier}/client/index.mjs +0 -0
  736. package/dist/esm/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/courier}/client/requests/CourierOrgConnectionInfoClientCreate1.mjs +0 -0
  737. package/dist/esm/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/courier}/client/requests/CourierOrgConnectionInfoClientUpdate1.mjs +0 -0
  738. package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → orgConnectionInfos/resources/courier}/index.d.mts +0 -0
  739. package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → orgConnectionInfos/resources/courier}/index.mjs +0 -0
  740. package/dist/esm/api/resources/{oortShipperContactInfo → orgConnectionInfos/resources/shipper}/client/index.d.mts +0 -0
  741. package/dist/esm/api/resources/{oortShipperContactInfo → orgConnectionInfos/resources/shipper}/client/index.mjs +0 -0
  742. package/dist/esm/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/shipper}/client/requests/ShipperOrgConnectionInfoClientCreate1.mjs +0 -0
  743. package/dist/esm/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/shipper}/client/requests/ShipperOrgConnectionInfoClientUpdate1.mjs +0 -0
  744. package/dist/esm/api/resources/{oortOrders → orgConnectionInfos/resources/shipper}/index.d.mts +0 -0
  745. package/dist/esm/api/resources/{oortOrders → orgConnectionInfos/resources/shipper}/index.mjs +0 -0
  746. package/dist/esm/api/resources/{oortTaskGroups → orgProfiles}/client/index.d.mts +0 -0
  747. package/dist/esm/api/resources/{oortTaskGroups → orgProfiles}/client/index.mjs +0 -0
  748. package/dist/esm/api/resources/{oortOrgProfiles → orgProfiles}/client/requests/CourierOrgProfileClientCreate3.mjs +0 -0
  749. package/dist/esm/api/resources/{oortOrgProfiles → orgProfiles}/client/requests/CourierOrgProfileClientUpdate3.d.mts +0 -0
  750. package/dist/esm/api/resources/{oortOrgProfiles → orgProfiles}/client/requests/CourierOrgProfileClientUpdate3.mjs +0 -0
  751. package/dist/esm/api/resources/{oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.mjs → orgProfiles/client/requests/OrgProfilesGetAvatarRequest.mjs} +0 -0
  752. package/dist/esm/api/resources/{oortOrgConnectionInfos → orgProfiles}/index.d.mts +0 -0
  753. package/dist/esm/api/resources/{oortOrgConnectionInfos → orgProfiles}/index.mjs +0 -0
  754. package/dist/esm/api/resources/{oortShipperContactInfo → shipperContactInfo}/client/requests/ShipperContactInfoClientUpdate1.d.mts +4 -4
  755. package/dist/esm/api/resources/{oortShipperContactInfo → shipperContactInfo}/client/requests/ShipperContactInfoClientUpdate1.mjs +0 -0
  756. package/dist/esm/api/resources/{oortShipperContactInfo → shipperContactInfo}/client/requests/index.d.mts +0 -0
  757. package/dist/esm/api/resources/{oortOrgProfiles → shipperContactInfo}/index.d.mts +0 -0
  758. package/dist/esm/api/resources/{oortOrgProfiles → shipperContactInfo}/index.mjs +0 -0
  759. package/dist/esm/api/resources/{oortTaskGroups → taskGroups}/client/requests/UpdateTaskGroupReq.d.mts +2 -2
  760. /package/dist/esm/api/resources/{oortTaskGroups → taskGroups}/client/requests/UpdateTaskGroupReq.mjs +0 -0
  761. /package/dist/esm/api/resources/{oortShipperContactInfo → taskGroups/resources/full}/index.d.mts +0 -0
  762. /package/dist/esm/api/resources/{oortShipperContactInfo → taskGroups/resources/full}/index.mjs +0 -0
  763. /package/dist/esm/api/resources/{oortTaskGroups → taskGroups/resources/togglePause}/client/requests/SetTaskGroupPauseReq.mjs +0 -0
  764. /package/dist/esm/api/resources/{oortTaskGroups → taskGroups/resources/togglePause}/index.d.mts +0 -0
  765. /package/dist/esm/api/resources/{oortTaskGroups → taskGroups/resources/togglePause}/index.mjs +0 -0
@@ -0,0 +1,317 @@
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
+ import { Full } from "../resources/full/client/Client.mjs";
19
+ import { TogglePause } from "../resources/togglePause/client/Client.mjs";
20
+ export class TaskGroups {
21
+ constructor(_options = {}) {
22
+ this._options = _options;
23
+ }
24
+ get full() {
25
+ var _a;
26
+ return ((_a = this._full) !== null && _a !== void 0 ? _a : (this._full = new Full(this._options)));
27
+ }
28
+ get togglePause() {
29
+ var _a;
30
+ return ((_a = this._togglePause) !== null && _a !== void 0 ? _a : (this._togglePause = new TogglePause(this._options)));
31
+ }
32
+ /**
33
+ * Uses the org_id from the JWT - returns task groups and with their list of tasks for the courier org
34
+ *
35
+ * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
36
+ *
37
+ * @example
38
+ * await client.taskGroups.listByCourierOrgId()
39
+ */
40
+ listByCourierOrgId(requestOptions) {
41
+ return core.HttpResponsePromise.fromPromise(this.__listByCourierOrgId(requestOptions));
42
+ }
43
+ __listByCourierOrgId(requestOptions) {
44
+ return __awaiter(this, void 0, void 0, function* () {
45
+ var _a, _b, _c, _d;
46
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
47
+ 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/task_groups/by_courier_org_id/list"),
48
+ method: "GET",
49
+ 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),
50
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
51
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
52
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
53
+ });
54
+ if (_response.ok) {
55
+ return { data: _response.body, rawResponse: _response.rawResponse };
56
+ }
57
+ if (_response.error.reason === "status-code") {
58
+ throw new errors.ChrtError({
59
+ statusCode: _response.error.statusCode,
60
+ body: _response.error.body,
61
+ rawResponse: _response.rawResponse,
62
+ });
63
+ }
64
+ switch (_response.error.reason) {
65
+ case "non-json":
66
+ throw new errors.ChrtError({
67
+ statusCode: _response.error.statusCode,
68
+ body: _response.error.rawBody,
69
+ rawResponse: _response.rawResponse,
70
+ });
71
+ case "timeout":
72
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /oort/task_groups/by_courier_org_id/list.");
73
+ case "unknown":
74
+ throw new errors.ChrtError({
75
+ message: _response.error.errorMessage,
76
+ rawResponse: _response.rawResponse,
77
+ });
78
+ }
79
+ });
80
+ }
81
+ /**
82
+ * @param {string} driverId
83
+ * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
84
+ *
85
+ * @throws {@link Chrt.UnprocessableEntityError}
86
+ *
87
+ * @example
88
+ * await client.taskGroups.listByDriverId("driver_id")
89
+ */
90
+ listByDriverId(driverId, requestOptions) {
91
+ return core.HttpResponsePromise.fromPromise(this.__listByDriverId(driverId, requestOptions));
92
+ }
93
+ __listByDriverId(driverId, requestOptions) {
94
+ return __awaiter(this, void 0, void 0, function* () {
95
+ var _a, _b, _c, _d;
96
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
97
+ 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/task_groups/list/${encodeURIComponent(driverId)}`),
98
+ method: "GET",
99
+ 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),
100
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
101
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
102
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
103
+ });
104
+ if (_response.ok) {
105
+ return { data: _response.body, rawResponse: _response.rawResponse };
106
+ }
107
+ if (_response.error.reason === "status-code") {
108
+ switch (_response.error.statusCode) {
109
+ case 422:
110
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
111
+ default:
112
+ throw new errors.ChrtError({
113
+ statusCode: _response.error.statusCode,
114
+ body: _response.error.body,
115
+ rawResponse: _response.rawResponse,
116
+ });
117
+ }
118
+ }
119
+ switch (_response.error.reason) {
120
+ case "non-json":
121
+ throw new errors.ChrtError({
122
+ statusCode: _response.error.statusCode,
123
+ body: _response.error.rawBody,
124
+ rawResponse: _response.rawResponse,
125
+ });
126
+ case "timeout":
127
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /oort/task_groups/list/{driver_id}.");
128
+ case "unknown":
129
+ throw new errors.ChrtError({
130
+ message: _response.error.errorMessage,
131
+ rawResponse: _response.rawResponse,
132
+ });
133
+ }
134
+ });
135
+ }
136
+ /**
137
+ * @param {string} id
138
+ * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
139
+ *
140
+ * @throws {@link Chrt.UnprocessableEntityError}
141
+ *
142
+ * @example
143
+ * await client.taskGroups.start("id")
144
+ */
145
+ start(id, requestOptions) {
146
+ return core.HttpResponsePromise.fromPromise(this.__start(id, requestOptions));
147
+ }
148
+ __start(id, requestOptions) {
149
+ return __awaiter(this, void 0, void 0, function* () {
150
+ var _a, _b, _c, _d;
151
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
152
+ 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/task_groups/start/${encodeURIComponent(id)}`),
153
+ method: "PUT",
154
+ 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),
155
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
156
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
157
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
158
+ });
159
+ if (_response.ok) {
160
+ return { data: _response.body, rawResponse: _response.rawResponse };
161
+ }
162
+ if (_response.error.reason === "status-code") {
163
+ switch (_response.error.statusCode) {
164
+ case 422:
165
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
166
+ default:
167
+ throw new errors.ChrtError({
168
+ statusCode: _response.error.statusCode,
169
+ body: _response.error.body,
170
+ rawResponse: _response.rawResponse,
171
+ });
172
+ }
173
+ }
174
+ switch (_response.error.reason) {
175
+ case "non-json":
176
+ throw new errors.ChrtError({
177
+ statusCode: _response.error.statusCode,
178
+ body: _response.error.rawBody,
179
+ rawResponse: _response.rawResponse,
180
+ });
181
+ case "timeout":
182
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /oort/task_groups/start/{id}.");
183
+ case "unknown":
184
+ throw new errors.ChrtError({
185
+ message: _response.error.errorMessage,
186
+ rawResponse: _response.rawResponse,
187
+ });
188
+ }
189
+ });
190
+ }
191
+ /**
192
+ * @param {Chrt.UpdateTaskGroupReq} request
193
+ * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
194
+ *
195
+ * @throws {@link Chrt.UnprocessableEntityError}
196
+ *
197
+ * @example
198
+ * await client.taskGroups.update({
199
+ * task_group_id: "task_group_id"
200
+ * })
201
+ */
202
+ update(request, requestOptions) {
203
+ return core.HttpResponsePromise.fromPromise(this.__update(request, requestOptions));
204
+ }
205
+ __update(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/task_groups/update"),
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/task_groups/update.");
243
+ case "unknown":
244
+ throw new errors.ChrtError({
245
+ message: _response.error.errorMessage,
246
+ rawResponse: _response.rawResponse,
247
+ });
248
+ }
249
+ });
250
+ }
251
+ /**
252
+ * Returns a single task group and its tasks
253
+ *
254
+ * @param {string} id
255
+ * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
256
+ *
257
+ * @throws {@link Chrt.UnprocessableEntityError}
258
+ *
259
+ * @example
260
+ * await client.taskGroups.getById("id")
261
+ */
262
+ getById(id, requestOptions) {
263
+ return core.HttpResponsePromise.fromPromise(this.__getById(id, requestOptions));
264
+ }
265
+ __getById(id, requestOptions) {
266
+ return __awaiter(this, void 0, void 0, function* () {
267
+ var _a, _b, _c, _d;
268
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
269
+ 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/task_groups/${encodeURIComponent(id)}`),
270
+ method: "GET",
271
+ 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),
272
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
273
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
274
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
275
+ });
276
+ if (_response.ok) {
277
+ return { data: _response.body, rawResponse: _response.rawResponse };
278
+ }
279
+ if (_response.error.reason === "status-code") {
280
+ switch (_response.error.statusCode) {
281
+ case 422:
282
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
283
+ default:
284
+ throw new errors.ChrtError({
285
+ statusCode: _response.error.statusCode,
286
+ body: _response.error.body,
287
+ rawResponse: _response.rawResponse,
288
+ });
289
+ }
290
+ }
291
+ switch (_response.error.reason) {
292
+ case "non-json":
293
+ throw new errors.ChrtError({
294
+ statusCode: _response.error.statusCode,
295
+ body: _response.error.rawBody,
296
+ rawResponse: _response.rawResponse,
297
+ });
298
+ case "timeout":
299
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /oort/task_groups/{id}.");
300
+ case "unknown":
301
+ throw new errors.ChrtError({
302
+ message: _response.error.errorMessage,
303
+ rawResponse: _response.rawResponse,
304
+ });
305
+ }
306
+ });
307
+ }
308
+ _getAuthorizationHeader() {
309
+ return __awaiter(this, void 0, void 0, function* () {
310
+ const bearer = yield core.Supplier.get(this._options.token);
311
+ if (bearer != null) {
312
+ return `Bearer ${bearer}`;
313
+ }
314
+ return undefined;
315
+ });
316
+ }
317
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ export * from "./requests/index.mjs";
@@ -0,0 +1 @@
1
+ export * from "./requests/index.mjs";
@@ -0,0 +1 @@
1
+ export { type UpdateTaskGroupReq } from "./UpdateTaskGroupReq.mjs";
@@ -0,0 +1,2 @@
1
+ export * from "./client/index.mjs";
2
+ export * from "./resources/index.mjs";
@@ -0,0 +1,2 @@
1
+ export * from "./client/index.mjs";
2
+ export * from "./resources/index.mjs";
@@ -0,0 +1,55 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as environments from "../../../../../../environments.mjs";
5
+ import * as core from "../../../../../../core/index.mjs";
6
+ import * as Chrt from "../../../../../index.mjs";
7
+ export declare namespace Full {
8
+ interface Options {
9
+ environment?: core.Supplier<environments.ChrtEnvironment | string>;
10
+ /** Specify a custom URL to connect the client to. */
11
+ baseUrl?: core.Supplier<string>;
12
+ token?: core.Supplier<core.BearerToken | undefined>;
13
+ /** Additional headers to include in requests. */
14
+ headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
15
+ fetcher?: core.FetchFunction;
16
+ }
17
+ interface RequestOptions {
18
+ /** The maximum time to wait for a response in seconds. */
19
+ timeoutInSeconds?: number;
20
+ /** The number of times to retry the request. Defaults to 2. */
21
+ maxRetries?: number;
22
+ /** A hook to abort the request. */
23
+ abortSignal?: AbortSignal;
24
+ /** Additional headers to include in the request. */
25
+ headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
26
+ }
27
+ }
28
+ export declare class Full {
29
+ protected readonly _options: Full.Options;
30
+ constructor(_options?: Full.Options);
31
+ /**
32
+ * Uses the org_id from the JWT - returns multiple task groups with their tasks, milestones, and cargos
33
+ *
34
+ * @param {Full.RequestOptions} requestOptions - Request-specific configuration.
35
+ *
36
+ * @example
37
+ * await client.taskGroups.full.listByCourierOrgId()
38
+ */
39
+ listByCourierOrgId(requestOptions?: Full.RequestOptions): core.HttpResponsePromise<Chrt.MultipleTaskGroupsDetailsResponse>;
40
+ private __listByCourierOrgId;
41
+ /**
42
+ * Returns a single task group and its tasks, milestones, and cargos
43
+ *
44
+ * @param {string} id
45
+ * @param {Full.RequestOptions} requestOptions - Request-specific configuration.
46
+ *
47
+ * @throws {@link Chrt.UnprocessableEntityError}
48
+ *
49
+ * @example
50
+ * await client.taskGroups.full.getByTaskGroupId("id")
51
+ */
52
+ getByTaskGroupId(id: string, requestOptions?: Full.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupWithDetails>;
53
+ private __getByTaskGroupId;
54
+ protected _getAuthorizationHeader(): Promise<string | undefined>;
55
+ }
@@ -0,0 +1,140 @@
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 Full {
19
+ constructor(_options = {}) {
20
+ this._options = _options;
21
+ }
22
+ /**
23
+ * Uses the org_id from the JWT - returns multiple task groups with their tasks, milestones, and cargos
24
+ *
25
+ * @param {Full.RequestOptions} requestOptions - Request-specific configuration.
26
+ *
27
+ * @example
28
+ * await client.taskGroups.full.listByCourierOrgId()
29
+ */
30
+ listByCourierOrgId(requestOptions) {
31
+ return core.HttpResponsePromise.fromPromise(this.__listByCourierOrgId(requestOptions));
32
+ }
33
+ __listByCourierOrgId(requestOptions) {
34
+ return __awaiter(this, void 0, void 0, function* () {
35
+ var _a, _b, _c, _d;
36
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
37
+ 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/task_groups/by_courier_org_id/list/full"),
38
+ method: "GET",
39
+ 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),
40
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
41
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
42
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
43
+ });
44
+ if (_response.ok) {
45
+ return {
46
+ data: _response.body,
47
+ rawResponse: _response.rawResponse,
48
+ };
49
+ }
50
+ if (_response.error.reason === "status-code") {
51
+ throw new errors.ChrtError({
52
+ statusCode: _response.error.statusCode,
53
+ body: _response.error.body,
54
+ rawResponse: _response.rawResponse,
55
+ });
56
+ }
57
+ switch (_response.error.reason) {
58
+ case "non-json":
59
+ throw new errors.ChrtError({
60
+ statusCode: _response.error.statusCode,
61
+ body: _response.error.rawBody,
62
+ rawResponse: _response.rawResponse,
63
+ });
64
+ case "timeout":
65
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /oort/task_groups/by_courier_org_id/list/full.");
66
+ case "unknown":
67
+ throw new errors.ChrtError({
68
+ message: _response.error.errorMessage,
69
+ rawResponse: _response.rawResponse,
70
+ });
71
+ }
72
+ });
73
+ }
74
+ /**
75
+ * Returns a single task group and its tasks, milestones, and cargos
76
+ *
77
+ * @param {string} id
78
+ * @param {Full.RequestOptions} requestOptions - Request-specific configuration.
79
+ *
80
+ * @throws {@link Chrt.UnprocessableEntityError}
81
+ *
82
+ * @example
83
+ * await client.taskGroups.full.getByTaskGroupId("id")
84
+ */
85
+ getByTaskGroupId(id, requestOptions) {
86
+ return core.HttpResponsePromise.fromPromise(this.__getByTaskGroupId(id, requestOptions));
87
+ }
88
+ __getByTaskGroupId(id, 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/task_groups/${encodeURIComponent(id)}/full`),
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
+ switch (_response.error.statusCode) {
104
+ case 422:
105
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
106
+ default:
107
+ throw new errors.ChrtError({
108
+ statusCode: _response.error.statusCode,
109
+ body: _response.error.body,
110
+ rawResponse: _response.rawResponse,
111
+ });
112
+ }
113
+ }
114
+ switch (_response.error.reason) {
115
+ case "non-json":
116
+ throw new errors.ChrtError({
117
+ statusCode: _response.error.statusCode,
118
+ body: _response.error.rawBody,
119
+ rawResponse: _response.rawResponse,
120
+ });
121
+ case "timeout":
122
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /oort/task_groups/{id}/full.");
123
+ case "unknown":
124
+ throw new errors.ChrtError({
125
+ message: _response.error.errorMessage,
126
+ rawResponse: _response.rawResponse,
127
+ });
128
+ }
129
+ });
130
+ }
131
+ _getAuthorizationHeader() {
132
+ return __awaiter(this, void 0, void 0, function* () {
133
+ const bearer = yield core.Supplier.get(this._options.token);
134
+ if (bearer != null) {
135
+ return `Bearer ${bearer}`;
136
+ }
137
+ return undefined;
138
+ });
139
+ }
140
+ }
@@ -0,0 +1,3 @@
1
+ export * as full from "./full/index.mjs";
2
+ export * as togglePause from "./togglePause/index.mjs";
3
+ export * from "./togglePause/client/requests/index.mjs";
@@ -0,0 +1,3 @@
1
+ export * as full from "./full/index.mjs";
2
+ export * as togglePause from "./togglePause/index.mjs";
3
+ export * from "./togglePause/client/requests/index.mjs";
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as environments from "../../../../environments.mjs";
5
- import * as core from "../../../../core/index.mjs";
6
- import * as Chrt from "../../../index.mjs";
7
- export declare namespace Directory {
4
+ import * as environments from "../../../../../../environments.mjs";
5
+ import * as core from "../../../../../../core/index.mjs";
6
+ import * as Chrt from "../../../../../index.mjs";
7
+ export declare namespace TogglePause {
8
8
  interface Options {
9
9
  environment?: core.Supplier<environments.ChrtEnvironment | string>;
10
10
  /** Specify a custom URL to connect the client to. */
@@ -25,21 +25,23 @@ export declare namespace Directory {
25
25
  headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
26
26
  }
27
27
  }
28
- export declare class Directory {
29
- protected readonly _options: Directory.Options;
30
- constructor(_options?: Directory.Options);
28
+ export declare class TogglePause {
29
+ protected readonly _options: TogglePause.Options;
30
+ constructor(_options?: TogglePause.Options);
31
31
  /**
32
- * Retrieve the full list of shippers with optional pagination and sorting
33
- *
34
- * @param {Chrt.DbQueryParams} request
35
- * @param {Directory.RequestOptions} requestOptions - Request-specific configuration.
32
+ * @param {string} id
33
+ * @param {Chrt.taskGroups.SetTaskGroupPauseReq} request
34
+ * @param {TogglePause.RequestOptions} requestOptions - Request-specific configuration.
36
35
  *
37
36
  * @throws {@link Chrt.UnprocessableEntityError}
38
37
  *
39
38
  * @example
40
- * await client.directory.postShippers()
39
+ * await client.taskGroups.togglePause.byId("id", {
40
+ * paused: true,
41
+ * task_group_id: "task_group_id"
42
+ * })
41
43
  */
42
- postShippers(request?: Chrt.DbQueryParams, requestOptions?: Directory.RequestOptions): core.HttpResponsePromise<Chrt.Shipper2[]>;
43
- private __postShippers;
44
+ byId(id: string, request: Chrt.taskGroups.SetTaskGroupPauseReq, requestOptions?: TogglePause.RequestOptions): core.HttpResponsePromise<boolean>;
45
+ private __byId;
44
46
  protected _getAuthorizationHeader(): Promise<string | undefined>;
45
47
  }