@chrt-inc/typescript-sdk 0.0.170-h → 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 (522) hide show
  1. package/dist/cjs/Client.d.ts +30 -30
  2. package/dist/cjs/Client.js +42 -42
  3. package/dist/cjs/api/index.d.ts +1 -1
  4. package/dist/cjs/api/index.js +1 -1
  5. package/dist/cjs/api/resources/connections/client/Client.d.ts +4 -0
  6. package/dist/cjs/api/resources/connections/client/Client.js +4 -0
  7. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/client/Client.d.ts +11 -49
  8. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/client/Client.js +19 -166
  9. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/client/requests/index.d.ts +0 -2
  10. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/index.d.ts +1 -0
  11. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/index.js +1 -0
  12. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/addLineItems/client/Client.d.ts +53 -0
  13. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/addLineItems/client/Client.js +136 -0
  14. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/{client → resources/addLineItems/client}/requests/AddLineItemsReq.d.ts +1 -3
  15. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/addLineItems/client/requests/index.d.ts +1 -0
  16. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/index.d.ts +4 -0
  17. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/index.js +43 -0
  18. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/removeLineItems/client/Client.d.ts +53 -0
  19. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/removeLineItems/client/Client.js +136 -0
  20. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/{client → resources/removeLineItems/client}/requests/RemoveLineItemsReq.d.ts +1 -3
  21. package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/removeLineItems/client/requests/index.d.ts +1 -0
  22. package/dist/cjs/api/resources/courierPayDriverPayouts/client/Client.d.ts +6 -6
  23. package/dist/cjs/api/resources/courierPayDriverPayouts/client/Client.js +10 -10
  24. package/dist/cjs/api/resources/courierPayDriverRateSheets/client/Client.d.ts +111 -0
  25. package/dist/cjs/api/resources/{oortOrgConnectionInfos → courierPayDriverRateSheets}/client/Client.js +81 -113
  26. package/dist/cjs/api/resources/courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetsGetRequest.d.ts +11 -0
  27. package/dist/cjs/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverRateSheets}/client/requests/index.d.ts +1 -0
  28. package/dist/cjs/api/resources/courierPayDriverRateSheets/index.d.ts +2 -0
  29. package/dist/cjs/api/resources/courierPayDriverRateSheets/index.js +18 -0
  30. package/dist/cjs/api/resources/courierPayDriverRateSheets/types/CourierPayDriverRateSheetsGetResponse.d.ts +5 -0
  31. package/dist/cjs/api/resources/courierPayDriverRateSheets/types/index.d.ts +1 -0
  32. package/dist/cjs/api/resources/courierPayDriverRateSheets/types/index.js +17 -0
  33. package/dist/cjs/api/resources/dev/client/Client.d.ts +2 -0
  34. package/dist/cjs/api/resources/dev/client/Client.js +2 -0
  35. package/dist/cjs/api/resources/drivers/client/Client.d.ts +152 -0
  36. package/dist/cjs/api/resources/{oortDrivers → drivers}/client/Client.js +118 -113
  37. package/dist/cjs/api/resources/index.d.ts +20 -20
  38. package/dist/cjs/api/resources/index.js +21 -21
  39. package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/client/Client.d.ts +16 -12
  40. package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/client/Client.js +21 -17
  41. package/dist/cjs/api/resources/milestones/client/Client.d.ts +69 -0
  42. package/dist/cjs/api/resources/milestones/client/Client.js +203 -0
  43. package/dist/cjs/api/resources/milestones/client/requests/index.d.ts +2 -0
  44. package/dist/cjs/api/resources/milestones/index.d.ts +2 -0
  45. package/dist/cjs/api/resources/milestones/index.js +18 -0
  46. package/dist/cjs/api/resources/milestones/resources/blurhash/client/Client.d.ts +48 -0
  47. package/dist/cjs/api/resources/milestones/resources/blurhash/client/Client.js +129 -0
  48. package/dist/cjs/api/resources/milestones/resources/images/client/Client.d.ts +74 -0
  49. package/dist/cjs/api/resources/milestones/resources/images/client/Client.js +253 -0
  50. package/dist/{esm/api/resources/oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.d.mts → cjs/api/resources/milestones/resources/images/client/requests/BodyPostMilestonesUploadImageOortMilestonesImagesUploadMilestoneIdPost.d.ts} +2 -2
  51. package/dist/cjs/api/resources/milestones/resources/images/client/requests/index.d.ts +1 -0
  52. package/dist/cjs/api/resources/milestones/resources/index.d.ts +3 -0
  53. package/dist/cjs/api/resources/milestones/resources/index.js +42 -0
  54. package/dist/cjs/api/resources/notifications/client/Client.d.ts +3 -3
  55. package/dist/cjs/api/resources/notifications/client/Client.js +3 -3
  56. package/dist/cjs/api/resources/notifications/resources/{courier → courierPreferences}/client/Client.d.ts +13 -13
  57. package/dist/cjs/api/resources/notifications/resources/{courier → courierPreferences}/client/Client.js +18 -18
  58. package/dist/cjs/api/resources/notifications/resources/index.d.ts +2 -2
  59. package/dist/cjs/api/resources/notifications/resources/index.js +3 -3
  60. package/dist/cjs/api/resources/notifications/resources/shipper/client/Client.d.ts +7 -7
  61. package/dist/cjs/api/resources/notifications/resources/shipper/client/Client.js +13 -13
  62. package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/Client.d.ts +20 -20
  63. package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/Client.js +25 -25
  64. package/dist/cjs/api/resources/orders/client/Client.d.ts +108 -0
  65. package/dist/cjs/api/resources/orders/client/Client.js +359 -0
  66. package/dist/cjs/api/resources/orders/index.d.ts +2 -0
  67. package/dist/cjs/api/resources/orders/index.js +18 -0
  68. package/dist/cjs/api/resources/orders/resources/full/client/Client.d.ts +65 -0
  69. package/dist/cjs/api/resources/orders/resources/full/client/Client.js +223 -0
  70. package/dist/cjs/api/resources/orders/resources/full/client/index.js +2 -0
  71. package/dist/cjs/api/resources/orders/resources/index.d.ts +1 -0
  72. package/dist/cjs/api/resources/orders/resources/index.js +37 -0
  73. package/dist/cjs/api/resources/orgConnectionInfos/client/Client.d.ts +26 -0
  74. package/dist/cjs/api/resources/orgConnectionInfos/client/Client.js +22 -0
  75. package/dist/cjs/api/resources/orgConnectionInfos/client/index.js +2 -0
  76. package/dist/cjs/api/resources/orgConnectionInfos/index.d.ts +2 -0
  77. package/dist/cjs/api/resources/orgConnectionInfos/index.js +18 -0
  78. package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/client/Client.d.ts +71 -0
  79. package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/client/Client.js +240 -0
  80. package/dist/cjs/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/courier}/client/requests/CourierOrgConnectionInfoClientCreate1.d.ts +1 -1
  81. package/dist/cjs/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/courier}/client/requests/CourierOrgConnectionInfoClientUpdate1.d.ts +1 -1
  82. package/dist/cjs/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/courier}/client/requests/index.d.ts +0 -2
  83. package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/client/requests/index.js +2 -0
  84. package/dist/cjs/api/resources/orgConnectionInfos/resources/index.d.ts +4 -0
  85. package/dist/cjs/api/resources/orgConnectionInfos/resources/index.js +43 -0
  86. package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/Client.d.ts +71 -0
  87. package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/Client.js +240 -0
  88. package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/index.d.ts +2 -0
  89. package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/index.js +17 -0
  90. package/dist/cjs/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/shipper}/client/requests/ShipperOrgConnectionInfoClientCreate1.d.ts +1 -1
  91. package/dist/cjs/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/shipper}/client/requests/ShipperOrgConnectionInfoClientUpdate1.d.ts +1 -1
  92. package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/requests/index.d.ts +2 -0
  93. package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/requests/index.js +2 -0
  94. package/dist/cjs/api/resources/orgProfiles/client/Client.d.ts +101 -0
  95. package/dist/cjs/api/resources/{oortOrgProfiles → orgProfiles}/client/Client.js +85 -79
  96. package/dist/cjs/api/resources/orgProfiles/client/index.d.ts +2 -0
  97. package/dist/cjs/api/resources/orgProfiles/client/index.js +17 -0
  98. package/dist/{esm/api/resources/oortOrgProfiles/client/requests/GetAvatarRequest.d.mts → cjs/api/resources/orgProfiles/client/requests/OrgProfilesGetAvatarRequest.d.ts} +1 -1
  99. package/dist/cjs/api/resources/{oortOrgProfiles → orgProfiles}/client/requests/index.d.ts +1 -1
  100. package/dist/cjs/api/resources/orgProfiles/client/requests/index.js +2 -0
  101. package/dist/cjs/api/resources/orgProfiles/index.d.ts +1 -0
  102. package/dist/cjs/api/resources/orgProfiles/index.js +17 -0
  103. package/dist/cjs/api/resources/orgs/client/Client.d.ts +8 -0
  104. package/dist/cjs/api/resources/orgs/client/Client.js +47 -0
  105. package/dist/cjs/api/resources/shipperContactInfo/client/Client.d.ts +148 -0
  106. package/dist/cjs/api/resources/{oortShipperContactInfo → shipperContactInfo}/client/Client.js +112 -112
  107. package/dist/cjs/api/resources/shipperContactInfo/client/index.d.ts +2 -0
  108. package/dist/cjs/api/resources/shipperContactInfo/client/index.js +17 -0
  109. package/dist/cjs/api/resources/shipperContactInfo/client/requests/index.js +2 -0
  110. package/dist/cjs/api/resources/shipperContactInfo/index.d.ts +1 -0
  111. package/dist/cjs/api/resources/shipperContactInfo/index.js +17 -0
  112. package/dist/cjs/api/resources/taskGroups/client/Client.d.ts +96 -0
  113. package/dist/cjs/api/resources/taskGroups/client/Client.js +354 -0
  114. package/dist/cjs/api/resources/taskGroups/client/index.d.ts +2 -0
  115. package/dist/cjs/api/resources/taskGroups/client/index.js +17 -0
  116. package/dist/cjs/api/resources/taskGroups/client/requests/UpdateTaskGroupReq.js +5 -0
  117. package/dist/cjs/api/resources/taskGroups/client/requests/index.d.ts +1 -0
  118. package/dist/cjs/api/resources/taskGroups/client/requests/index.js +2 -0
  119. package/dist/cjs/api/resources/taskGroups/index.d.ts +2 -0
  120. package/dist/cjs/api/resources/taskGroups/index.js +18 -0
  121. package/dist/cjs/api/resources/taskGroups/resources/full/client/Client.d.ts +55 -0
  122. package/dist/cjs/api/resources/taskGroups/resources/full/client/Client.js +177 -0
  123. package/dist/cjs/api/resources/taskGroups/resources/full/client/index.js +2 -0
  124. package/dist/cjs/api/resources/taskGroups/resources/full/index.d.ts +1 -0
  125. package/dist/cjs/api/resources/taskGroups/resources/full/index.js +17 -0
  126. package/dist/cjs/api/resources/taskGroups/resources/index.d.ts +3 -0
  127. package/dist/cjs/api/resources/taskGroups/resources/index.js +42 -0
  128. package/dist/cjs/api/resources/taskGroups/resources/togglePause/client/Client.d.ts +47 -0
  129. package/dist/cjs/api/resources/taskGroups/resources/togglePause/client/Client.js +130 -0
  130. package/dist/cjs/api/resources/taskGroups/resources/togglePause/client/index.d.ts +2 -0
  131. package/dist/cjs/api/resources/taskGroups/resources/togglePause/client/index.js +17 -0
  132. package/dist/cjs/api/resources/taskGroups/resources/togglePause/client/requests/SetTaskGroupPauseReq.js +5 -0
  133. package/dist/cjs/api/resources/{oortTaskGroups → taskGroups/resources/togglePause}/client/requests/index.d.ts +0 -1
  134. package/dist/cjs/api/resources/taskGroups/resources/togglePause/client/requests/index.js +2 -0
  135. package/dist/cjs/api/resources/taskGroups/resources/togglePause/index.d.ts +1 -0
  136. package/dist/cjs/api/resources/taskGroups/resources/togglePause/index.js +17 -0
  137. package/dist/cjs/version.d.ts +1 -1
  138. package/dist/cjs/version.js +1 -1
  139. package/dist/esm/Client.d.mts +30 -30
  140. package/dist/esm/Client.mjs +34 -34
  141. package/dist/esm/api/index.d.mts +1 -1
  142. package/dist/esm/api/index.mjs +1 -1
  143. package/dist/esm/api/resources/connections/client/Client.d.mts +4 -0
  144. package/dist/esm/api/resources/connections/client/Client.mjs +4 -0
  145. package/dist/esm/api/resources/courierPayDriverLineItemGroup/client/Client.d.mts +11 -49
  146. package/dist/esm/api/resources/courierPayDriverLineItemGroup/client/Client.mjs +19 -166
  147. package/dist/esm/api/resources/courierPayDriverLineItemGroup/client/requests/index.d.mts +0 -2
  148. package/dist/esm/api/resources/courierPayDriverLineItemGroup/index.d.mts +1 -0
  149. package/dist/esm/api/resources/courierPayDriverLineItemGroup/index.mjs +1 -0
  150. package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/addLineItems/client/Client.d.mts +53 -0
  151. package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/addLineItems/client/Client.mjs +99 -0
  152. package/dist/esm/api/resources/courierPayDriverLineItemGroup/{client → resources/addLineItems/client}/requests/AddLineItemsReq.d.mts +1 -3
  153. package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/addLineItems/client/requests/index.d.mts +1 -0
  154. package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/index.d.mts +4 -0
  155. package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/index.mjs +4 -0
  156. package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/removeLineItems/client/Client.d.mts +53 -0
  157. package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/removeLineItems/client/Client.mjs +99 -0
  158. package/dist/esm/api/resources/courierPayDriverLineItemGroup/{client → resources/removeLineItems/client}/requests/RemoveLineItemsReq.d.mts +1 -3
  159. package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/removeLineItems/client/requests/index.d.mts +1 -0
  160. package/dist/esm/api/resources/courierPayDriverPayouts/client/Client.d.mts +6 -6
  161. package/dist/esm/api/resources/courierPayDriverPayouts/client/Client.mjs +10 -10
  162. package/dist/esm/api/resources/courierPayDriverRateSheets/client/Client.d.mts +111 -0
  163. package/dist/esm/api/resources/{oortOrgConnectionInfos → courierPayDriverRateSheets}/client/Client.mjs +79 -111
  164. package/dist/esm/api/resources/courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetsGetRequest.d.mts +11 -0
  165. package/dist/esm/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverRateSheets}/client/requests/index.d.mts +1 -0
  166. package/dist/esm/api/resources/courierPayDriverRateSheets/index.d.mts +2 -0
  167. package/dist/esm/api/resources/courierPayDriverRateSheets/index.mjs +2 -0
  168. package/dist/esm/api/resources/courierPayDriverRateSheets/types/CourierPayDriverRateSheetsGetResponse.d.mts +5 -0
  169. package/dist/esm/api/resources/courierPayDriverRateSheets/types/index.d.mts +1 -0
  170. package/dist/esm/api/resources/courierPayDriverRateSheets/types/index.mjs +1 -0
  171. package/dist/esm/api/resources/dev/client/Client.d.mts +2 -0
  172. package/dist/esm/api/resources/dev/client/Client.mjs +2 -0
  173. package/dist/esm/api/resources/drivers/client/Client.d.mts +152 -0
  174. package/dist/esm/api/resources/{oortDrivers → drivers}/client/Client.mjs +116 -111
  175. package/dist/esm/api/resources/index.d.mts +20 -20
  176. package/dist/esm/api/resources/index.mjs +20 -20
  177. package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/client/Client.d.mts +16 -12
  178. package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/client/Client.mjs +19 -15
  179. package/dist/esm/api/resources/milestones/client/Client.d.mts +69 -0
  180. package/dist/esm/api/resources/milestones/client/Client.mjs +166 -0
  181. package/dist/esm/api/resources/milestones/client/requests/index.d.mts +2 -0
  182. package/dist/esm/api/resources/milestones/index.d.mts +2 -0
  183. package/dist/esm/api/resources/milestones/index.mjs +2 -0
  184. package/dist/esm/api/resources/milestones/resources/blurhash/client/Client.d.mts +48 -0
  185. package/dist/esm/api/resources/milestones/resources/blurhash/client/Client.mjs +92 -0
  186. package/dist/esm/api/resources/milestones/resources/blurhash/client/index.mjs +1 -0
  187. package/dist/esm/api/resources/milestones/resources/images/client/Client.d.mts +74 -0
  188. package/dist/esm/api/resources/milestones/resources/images/client/Client.mjs +216 -0
  189. package/dist/{cjs/api/resources/oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.d.ts → esm/api/resources/milestones/resources/images/client/requests/BodyPostMilestonesUploadImageOortMilestonesImagesUploadMilestoneIdPost.d.mts} +2 -2
  190. package/dist/esm/api/resources/milestones/resources/images/client/requests/index.d.mts +1 -0
  191. package/dist/esm/api/resources/milestones/resources/images/client/requests/index.mjs +1 -0
  192. package/dist/esm/api/resources/milestones/resources/index.d.mts +3 -0
  193. package/dist/esm/api/resources/milestones/resources/index.mjs +3 -0
  194. package/dist/esm/api/resources/notifications/client/Client.d.mts +3 -3
  195. package/dist/esm/api/resources/notifications/client/Client.mjs +3 -3
  196. package/dist/esm/api/resources/notifications/resources/{courier → courierPreferences}/client/Client.d.mts +13 -13
  197. package/dist/esm/api/resources/notifications/resources/{courier → courierPreferences}/client/Client.mjs +16 -16
  198. package/dist/esm/api/resources/notifications/resources/courierPreferences/client/requests/index.mjs +1 -0
  199. package/dist/esm/api/resources/notifications/resources/index.d.mts +2 -2
  200. package/dist/esm/api/resources/notifications/resources/index.mjs +2 -2
  201. package/dist/esm/api/resources/notifications/resources/shipper/client/Client.d.mts +7 -7
  202. package/dist/esm/api/resources/notifications/resources/shipper/client/Client.mjs +13 -13
  203. package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/Client.d.mts +20 -20
  204. package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/Client.mjs +23 -23
  205. package/dist/esm/api/resources/offChrtShipperOrgConnectionInfo/client/requests/index.mjs +1 -0
  206. package/dist/esm/api/resources/orders/client/Client.d.mts +108 -0
  207. package/dist/esm/api/resources/orders/client/Client.mjs +322 -0
  208. package/dist/esm/api/resources/orders/client/requests/index.mjs +1 -0
  209. package/dist/esm/api/resources/orders/index.d.mts +2 -0
  210. package/dist/esm/api/resources/orders/index.mjs +2 -0
  211. package/dist/esm/api/resources/orders/resources/full/client/Client.d.mts +65 -0
  212. package/dist/esm/api/resources/orders/resources/full/client/Client.mjs +186 -0
  213. package/dist/esm/api/resources/orders/resources/full/client/index.d.mts +1 -0
  214. package/dist/esm/api/resources/orders/resources/full/client/index.mjs +1 -0
  215. package/dist/esm/api/resources/orders/resources/index.d.mts +1 -0
  216. package/dist/esm/api/resources/orders/resources/index.mjs +1 -0
  217. package/dist/esm/api/resources/orgConnectionInfos/client/Client.d.mts +26 -0
  218. package/dist/esm/api/resources/orgConnectionInfos/client/Client.mjs +18 -0
  219. package/dist/esm/api/resources/orgConnectionInfos/client/index.d.mts +1 -0
  220. package/dist/esm/api/resources/orgConnectionInfos/client/index.mjs +1 -0
  221. package/dist/esm/api/resources/orgConnectionInfos/index.d.mts +2 -0
  222. package/dist/esm/api/resources/orgConnectionInfos/index.mjs +2 -0
  223. package/dist/esm/api/resources/orgConnectionInfos/resources/courier/client/Client.d.mts +71 -0
  224. package/dist/esm/api/resources/orgConnectionInfos/resources/courier/client/Client.mjs +203 -0
  225. package/dist/esm/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/courier}/client/requests/CourierOrgConnectionInfoClientCreate1.d.mts +1 -1
  226. package/dist/esm/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/courier}/client/requests/CourierOrgConnectionInfoClientUpdate1.d.mts +1 -1
  227. package/dist/esm/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/courier}/client/requests/index.d.mts +0 -2
  228. package/dist/esm/api/resources/orgConnectionInfos/resources/courier/client/requests/index.mjs +1 -0
  229. package/dist/esm/api/resources/orgConnectionInfos/resources/index.d.mts +4 -0
  230. package/dist/esm/api/resources/orgConnectionInfos/resources/index.mjs +4 -0
  231. package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/Client.d.mts +71 -0
  232. package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/Client.mjs +203 -0
  233. package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/index.d.mts +2 -0
  234. package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/index.mjs +1 -0
  235. package/dist/esm/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/shipper}/client/requests/ShipperOrgConnectionInfoClientCreate1.d.mts +1 -1
  236. package/dist/esm/api/resources/{oortOrgConnectionInfos → orgConnectionInfos/resources/shipper}/client/requests/ShipperOrgConnectionInfoClientUpdate1.d.mts +1 -1
  237. package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/requests/index.d.mts +2 -0
  238. package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/requests/index.mjs +1 -0
  239. package/dist/esm/api/resources/orgProfiles/client/Client.d.mts +101 -0
  240. package/dist/esm/api/resources/{oortOrgProfiles → orgProfiles}/client/Client.mjs +83 -77
  241. package/dist/esm/api/resources/orgProfiles/client/index.d.mts +2 -0
  242. package/dist/esm/api/resources/orgProfiles/client/index.mjs +1 -0
  243. package/dist/{cjs/api/resources/oortOrgProfiles/client/requests/GetAvatarRequest.d.ts → esm/api/resources/orgProfiles/client/requests/OrgProfilesGetAvatarRequest.d.mts} +1 -1
  244. package/dist/esm/api/resources/{oortOrgProfiles → orgProfiles}/client/requests/index.d.mts +1 -1
  245. package/dist/esm/api/resources/orgProfiles/client/requests/index.mjs +1 -0
  246. package/dist/esm/api/resources/orgProfiles/index.d.mts +1 -0
  247. package/dist/esm/api/resources/orgProfiles/index.mjs +1 -0
  248. package/dist/esm/api/resources/orgs/client/Client.d.mts +8 -0
  249. package/dist/esm/api/resources/orgs/client/Client.mjs +47 -0
  250. package/dist/esm/api/resources/shipperContactInfo/client/Client.d.mts +148 -0
  251. package/dist/esm/api/resources/{oortShipperContactInfo → shipperContactInfo}/client/Client.mjs +110 -110
  252. package/dist/esm/api/resources/shipperContactInfo/client/index.d.mts +2 -0
  253. package/dist/esm/api/resources/shipperContactInfo/client/index.mjs +1 -0
  254. package/dist/esm/api/resources/shipperContactInfo/client/requests/index.mjs +1 -0
  255. package/dist/esm/api/resources/shipperContactInfo/index.d.mts +1 -0
  256. package/dist/esm/api/resources/shipperContactInfo/index.mjs +1 -0
  257. package/dist/esm/api/resources/taskGroups/client/Client.d.mts +96 -0
  258. package/dist/esm/api/resources/taskGroups/client/Client.mjs +317 -0
  259. package/dist/esm/api/resources/taskGroups/client/index.d.mts +2 -0
  260. package/dist/esm/api/resources/taskGroups/client/index.mjs +1 -0
  261. package/dist/esm/api/resources/taskGroups/client/requests/UpdateTaskGroupReq.mjs +4 -0
  262. package/dist/esm/api/resources/taskGroups/client/requests/index.d.mts +1 -0
  263. package/dist/esm/api/resources/taskGroups/client/requests/index.mjs +1 -0
  264. package/dist/esm/api/resources/taskGroups/index.d.mts +2 -0
  265. package/dist/esm/api/resources/taskGroups/index.mjs +2 -0
  266. package/dist/esm/api/resources/taskGroups/resources/full/client/Client.d.mts +55 -0
  267. package/dist/esm/api/resources/taskGroups/resources/full/client/Client.mjs +140 -0
  268. package/dist/esm/api/resources/taskGroups/resources/full/client/index.d.mts +1 -0
  269. package/dist/esm/api/resources/taskGroups/resources/full/client/index.mjs +1 -0
  270. package/dist/esm/api/resources/taskGroups/resources/full/index.d.mts +1 -0
  271. package/dist/esm/api/resources/taskGroups/resources/full/index.mjs +1 -0
  272. package/dist/esm/api/resources/taskGroups/resources/index.d.mts +3 -0
  273. package/dist/esm/api/resources/taskGroups/resources/index.mjs +3 -0
  274. package/dist/esm/api/resources/taskGroups/resources/togglePause/client/Client.d.mts +47 -0
  275. package/dist/esm/api/resources/taskGroups/resources/togglePause/client/Client.mjs +93 -0
  276. package/dist/esm/api/resources/taskGroups/resources/togglePause/client/index.d.mts +2 -0
  277. package/dist/esm/api/resources/taskGroups/resources/togglePause/client/index.mjs +1 -0
  278. package/dist/esm/api/resources/taskGroups/resources/togglePause/client/requests/SetTaskGroupPauseReq.mjs +4 -0
  279. package/dist/esm/api/resources/{oortTaskGroups → taskGroups/resources/togglePause}/client/requests/index.d.mts +0 -1
  280. package/dist/esm/api/resources/taskGroups/resources/togglePause/client/requests/index.mjs +1 -0
  281. package/dist/esm/api/resources/taskGroups/resources/togglePause/index.d.mts +1 -0
  282. package/dist/esm/api/resources/taskGroups/resources/togglePause/index.mjs +1 -0
  283. package/dist/esm/version.d.mts +1 -1
  284. package/dist/esm/version.mjs +1 -1
  285. package/package.json +1 -1
  286. package/reference.md +965 -805
  287. package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/Client.d.ts +0 -134
  288. package/dist/cjs/api/resources/oortCourierPayDriverRateSheets/client/Client.js +0 -474
  289. package/dist/cjs/api/resources/oortDrivers/client/Client.d.ts +0 -147
  290. package/dist/cjs/api/resources/oortMilestones/client/Client.d.ts +0 -114
  291. package/dist/cjs/api/resources/oortMilestones/client/Client.js +0 -431
  292. package/dist/cjs/api/resources/oortMilestones/client/requests/index.d.ts +0 -3
  293. package/dist/cjs/api/resources/oortOrders/client/Client.d.ts +0 -138
  294. package/dist/cjs/api/resources/oortOrders/client/Client.js +0 -509
  295. package/dist/cjs/api/resources/oortOrgConnectionInfos/client/Client.d.ts +0 -110
  296. package/dist/cjs/api/resources/oortOrgProfiles/client/Client.d.ts +0 -95
  297. package/dist/cjs/api/resources/oortShipperContactInfo/client/Client.d.ts +0 -148
  298. package/dist/cjs/api/resources/oortTaskGroups/client/Client.d.ts +0 -128
  299. package/dist/cjs/api/resources/oortTaskGroups/client/Client.js +0 -515
  300. package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/Client.d.mts +0 -134
  301. package/dist/esm/api/resources/oortCourierPayDriverRateSheets/client/Client.mjs +0 -437
  302. package/dist/esm/api/resources/oortDrivers/client/Client.d.mts +0 -147
  303. package/dist/esm/api/resources/oortMilestones/client/Client.d.mts +0 -114
  304. package/dist/esm/api/resources/oortMilestones/client/Client.mjs +0 -394
  305. package/dist/esm/api/resources/oortMilestones/client/requests/index.d.mts +0 -3
  306. package/dist/esm/api/resources/oortOrders/client/Client.d.mts +0 -138
  307. package/dist/esm/api/resources/oortOrders/client/Client.mjs +0 -472
  308. package/dist/esm/api/resources/oortOrgConnectionInfos/client/Client.d.mts +0 -110
  309. package/dist/esm/api/resources/oortOrgProfiles/client/Client.d.mts +0 -95
  310. package/dist/esm/api/resources/oortShipperContactInfo/client/Client.d.mts +0 -148
  311. package/dist/esm/api/resources/oortTaskGroups/client/Client.d.mts +0 -128
  312. package/dist/esm/api/resources/oortTaskGroups/client/Client.mjs +0 -478
  313. /package/dist/cjs/api/resources/{notifications/resources/courier → courierPayDriverLineItemGroup/resources/addLineItems}/client/index.d.ts +0 -0
  314. /package/dist/cjs/api/resources/{notifications/resources/courier → courierPayDriverLineItemGroup/resources/addLineItems}/client/index.js +0 -0
  315. /package/dist/cjs/api/resources/courierPayDriverLineItemGroup/{client → resources/addLineItems/client}/requests/AddLineItemsReq.js +0 -0
  316. /package/dist/cjs/api/resources/{notifications/resources/courier → courierPayDriverLineItemGroup/resources/addLineItems}/client/requests/index.js +0 -0
  317. /package/dist/cjs/api/resources/{notifications/resources/courier → courierPayDriverLineItemGroup/resources/addLineItems}/index.d.ts +0 -0
  318. /package/dist/cjs/api/resources/{notifications/resources/courier → courierPayDriverLineItemGroup/resources/addLineItems}/index.js +0 -0
  319. /package/dist/cjs/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverLineItemGroup/resources/removeLineItems}/client/index.d.ts +0 -0
  320. /package/dist/cjs/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverLineItemGroup/resources/removeLineItems}/client/index.js +0 -0
  321. /package/dist/cjs/api/resources/courierPayDriverLineItemGroup/{client → resources/removeLineItems/client}/requests/RemoveLineItemsReq.js +0 -0
  322. /package/dist/cjs/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverLineItemGroup/resources/removeLineItems}/client/requests/index.js +0 -0
  323. /package/dist/cjs/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverLineItemGroup/resources/removeLineItems}/index.d.ts +0 -0
  324. /package/dist/cjs/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverLineItemGroup/resources/removeLineItems}/index.js +0 -0
  325. /package/dist/cjs/api/resources/{oortDrivers → courierPayDriverRateSheets}/client/index.d.ts +0 -0
  326. /package/dist/cjs/api/resources/{oortDrivers → courierPayDriverRateSheets}/client/index.js +0 -0
  327. /package/dist/cjs/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverRateSheets}/client/requests/CourierPayDriverRateSheetClientCreate1.d.ts +0 -0
  328. /package/dist/cjs/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverRateSheets}/client/requests/CourierPayDriverRateSheetClientCreate1.js +0 -0
  329. /package/dist/cjs/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverRateSheets}/client/requests/CourierPayDriverRateSheetClientUpdate1.d.ts +0 -0
  330. /package/dist/cjs/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverRateSheets}/client/requests/CourierPayDriverRateSheetClientUpdate1.js +0 -0
  331. /package/dist/cjs/api/resources/{notifications/resources/courier/client/requests/CourierNotificationPreferencesClientCreate1.js → courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetsGetRequest.js} +0 -0
  332. /package/dist/cjs/api/resources/{oortDrivers → courierPayDriverRateSheets}/client/requests/index.js +0 -0
  333. /package/dist/cjs/api/resources/{oortDrivers/client/requests/DriverCreateReq.js → courierPayDriverRateSheets/types/CourierPayDriverRateSheetsGetResponse.js} +0 -0
  334. /package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → drivers}/client/index.d.ts +0 -0
  335. /package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → drivers}/client/index.js +0 -0
  336. /package/dist/cjs/api/resources/{oortDrivers → drivers}/client/requests/DriverCreateReq.d.ts +0 -0
  337. /package/dist/cjs/api/resources/{oortDrivers/client/requests/DriverLastSeenReq.js → drivers/client/requests/DriverCreateReq.js} +0 -0
  338. /package/dist/cjs/api/resources/{oortDrivers → drivers}/client/requests/DriverLastSeenReq.d.ts +0 -0
  339. /package/dist/cjs/api/resources/{oortDrivers/client/requests/SetDriverActivationReq.js → drivers/client/requests/DriverLastSeenReq.js} +0 -0
  340. /package/dist/cjs/api/resources/{oortDrivers → drivers}/client/requests/SetDriverActivationReq.d.ts +0 -0
  341. /package/dist/cjs/api/resources/{oortDrivers/client/requests/UpdateDriverDetailsReq.js → drivers/client/requests/SetDriverActivationReq.js} +0 -0
  342. /package/dist/cjs/api/resources/{oortDrivers → drivers}/client/requests/UpdateDriverDetailsReq.d.ts +0 -0
  343. /package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences/client/requests/MilestoneNotificationPreferencesClientCreate1.js → drivers/client/requests/UpdateDriverDetailsReq.js} +0 -0
  344. /package/dist/cjs/api/resources/{oortDrivers → drivers}/client/requests/index.d.ts +0 -0
  345. /package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → drivers}/client/requests/index.js +0 -0
  346. /package/dist/cjs/api/resources/{oortDrivers → drivers}/index.d.ts +0 -0
  347. /package/dist/cjs/api/resources/{oortDrivers → drivers}/index.js +0 -0
  348. /package/dist/cjs/api/resources/{oortMilestones → milestoneNotifications}/client/index.d.ts +0 -0
  349. /package/dist/cjs/api/resources/{oortMilestones → milestoneNotifications}/client/index.js +0 -0
  350. /package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/client/requests/MilestoneNotificationPreferencesClientCreate1.d.ts +0 -0
  351. /package/dist/cjs/api/resources/{oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.js → milestoneNotifications/client/requests/MilestoneNotificationPreferencesClientCreate1.js} +0 -0
  352. /package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/client/requests/index.d.ts +0 -0
  353. /package/dist/cjs/api/resources/{oortMilestones → milestoneNotifications}/client/requests/index.js +0 -0
  354. /package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/index.d.ts +0 -0
  355. /package/dist/cjs/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/index.js +0 -0
  356. /package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → milestones}/client/index.d.ts +0 -0
  357. /package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → milestones}/client/index.js +0 -0
  358. /package/dist/cjs/api/resources/{oortMilestones → milestones}/client/requests/MilestoneAddToTaskReq.d.ts +0 -0
  359. /package/dist/cjs/api/resources/{oortMilestones → milestones}/client/requests/MilestoneAddToTaskReq.js +0 -0
  360. /package/dist/cjs/api/resources/{oortMilestones → milestones}/client/requests/MilestoneUpdateReq.d.ts +0 -0
  361. /package/dist/cjs/api/resources/{oortMilestones → milestones}/client/requests/MilestoneUpdateReq.js +0 -0
  362. /package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → milestones}/client/requests/index.js +0 -0
  363. /package/dist/{esm/api/resources/notifications/resources/courier/client/requests/index.mjs → cjs/api/resources/milestones/resources/blurhash/client/index.d.ts} +0 -0
  364. /package/dist/cjs/api/resources/{oortOrders/client/requests → milestones/resources/blurhash/client}/index.js +0 -0
  365. /package/dist/cjs/api/resources/{oortMilestones → milestones/resources/blurhash}/index.d.ts +0 -0
  366. /package/dist/cjs/api/resources/{oortMilestones → milestones/resources/blurhash}/index.js +0 -0
  367. /package/dist/cjs/api/resources/{oortOrders → milestones/resources/images}/client/index.d.ts +0 -0
  368. /package/dist/cjs/api/resources/{oortOrders → milestones/resources/images}/client/index.js +0 -0
  369. /package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.js → milestones/resources/images/client/requests/BodyPostMilestonesUploadImageOortMilestonesImagesUploadMilestoneIdPost.js} +0 -0
  370. /package/dist/cjs/api/resources/{oortOrgConnectionInfos → milestones/resources/images}/client/requests/index.js +0 -0
  371. /package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → milestones/resources/images}/index.d.ts +0 -0
  372. /package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → milestones/resources/images}/index.js +0 -0
  373. /package/dist/cjs/api/resources/{oortOrgConnectionInfos → notifications/resources/courierPreferences}/client/index.d.ts +0 -0
  374. /package/dist/cjs/api/resources/{oortOrgConnectionInfos → notifications/resources/courierPreferences}/client/index.js +0 -0
  375. /package/dist/cjs/api/resources/notifications/resources/{courier → courierPreferences}/client/requests/CourierNotificationPreferencesClientCreate1.d.ts +0 -0
  376. /package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.js → notifications/resources/courierPreferences/client/requests/CourierNotificationPreferencesClientCreate1.js} +0 -0
  377. /package/dist/cjs/api/resources/notifications/resources/{courier → courierPreferences}/client/requests/index.d.ts +0 -0
  378. /package/dist/cjs/api/resources/{oortOrgProfiles → notifications/resources/courierPreferences}/client/requests/index.js +0 -0
  379. /package/dist/cjs/api/resources/{oortOrders → notifications/resources/courierPreferences}/index.d.ts +0 -0
  380. /package/dist/cjs/api/resources/{oortOrders → notifications/resources/courierPreferences}/index.js +0 -0
  381. /package/dist/cjs/api/resources/{oortOrgProfiles → offChrtShipperOrgConnectionInfo}/client/index.d.ts +0 -0
  382. /package/dist/cjs/api/resources/{oortOrgProfiles → offChrtShipperOrgConnectionInfo}/client/index.js +0 -0
  383. /package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.d.ts +0 -0
  384. /package/dist/cjs/api/resources/{oortOrders/client/requests/CreateOrderReq.js → offChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.js} +0 -0
  385. /package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.d.ts +0 -0
  386. /package/dist/cjs/api/resources/{oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.js → offChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.js} +0 -0
  387. /package/dist/cjs/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/requests/index.d.ts +0 -0
  388. /package/dist/cjs/api/resources/{oortShipperContactInfo → offChrtShipperOrgConnectionInfo}/client/requests/index.js +0 -0
  389. /package/dist/cjs/api/resources/{oortOrgConnectionInfos → offChrtShipperOrgConnectionInfo}/index.d.ts +0 -0
  390. /package/dist/cjs/api/resources/{oortOrgConnectionInfos → offChrtShipperOrgConnectionInfo}/index.js +0 -0
  391. /package/dist/cjs/api/resources/{oortShipperContactInfo → orders}/client/index.d.ts +0 -0
  392. /package/dist/cjs/api/resources/{oortShipperContactInfo → orders}/client/index.js +0 -0
  393. /package/dist/cjs/api/resources/{oortOrders → orders}/client/requests/CreateOrderReq.d.ts +0 -0
  394. /package/dist/cjs/api/resources/{oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientUpdate1.js → orders/client/requests/CreateOrderReq.js} +0 -0
  395. /package/dist/cjs/api/resources/{oortOrders → orders}/client/requests/index.d.ts +0 -0
  396. /package/dist/cjs/api/resources/{oortTaskGroups → orders}/client/requests/index.js +0 -0
  397. /package/dist/{esm/api/resources/oortCourierPayDriverRateSheets/client/requests/index.mjs → cjs/api/resources/orders/resources/full/client/index.d.ts} +0 -0
  398. /package/dist/cjs/api/resources/{oortOrgProfiles → orders/resources/full}/index.d.ts +0 -0
  399. /package/dist/cjs/api/resources/{oortOrgProfiles → orders/resources/full}/index.js +0 -0
  400. /package/dist/{esm/api/resources/oortDrivers/client/requests/index.mjs → cjs/api/resources/orgConnectionInfos/client/index.d.ts} +0 -0
  401. /package/dist/cjs/api/resources/{oortTaskGroups → orgConnectionInfos/resources/courier}/client/index.d.ts +0 -0
  402. /package/dist/cjs/api/resources/{oortTaskGroups → orgConnectionInfos/resources/courier}/client/index.js +0 -0
  403. /package/dist/cjs/api/resources/{oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.js → orgConnectionInfos/resources/courier/client/requests/CourierOrgConnectionInfoClientCreate1.js} +0 -0
  404. /package/dist/cjs/api/resources/{oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.js → orgConnectionInfos/resources/courier/client/requests/CourierOrgConnectionInfoClientUpdate1.js} +0 -0
  405. /package/dist/cjs/api/resources/{oortShipperContactInfo → orgConnectionInfos/resources/courier}/index.d.ts +0 -0
  406. /package/dist/cjs/api/resources/{oortShipperContactInfo → orgConnectionInfos/resources/courier}/index.js +0 -0
  407. /package/dist/cjs/api/resources/{oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.js → orgConnectionInfos/resources/shipper/client/requests/ShipperOrgConnectionInfoClientCreate1.js} +0 -0
  408. /package/dist/cjs/api/resources/{oortOrgProfiles/client/requests/CourierOrgProfileClientUpdate3.js → orgConnectionInfos/resources/shipper/client/requests/ShipperOrgConnectionInfoClientUpdate1.js} +0 -0
  409. /package/dist/cjs/api/resources/{oortTaskGroups → orgConnectionInfos/resources/shipper}/index.d.ts +0 -0
  410. /package/dist/cjs/api/resources/{oortTaskGroups → orgConnectionInfos/resources/shipper}/index.js +0 -0
  411. /package/dist/cjs/api/resources/{oortOrgProfiles → orgProfiles}/client/requests/CourierOrgProfileClientCreate3.d.ts +0 -0
  412. /package/dist/cjs/api/resources/{oortOrgProfiles/client/requests/GetAvatarRequest.js → orgProfiles/client/requests/CourierOrgProfileClientCreate3.js} +0 -0
  413. /package/dist/cjs/api/resources/{oortOrgProfiles → orgProfiles}/client/requests/CourierOrgProfileClientUpdate3.d.ts +0 -0
  414. /package/dist/cjs/api/resources/{oortShipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.js → orgProfiles/client/requests/CourierOrgProfileClientUpdate3.js} +0 -0
  415. /package/dist/cjs/api/resources/{oortTaskGroups/client/requests/SetTaskGroupPauseReq.js → orgProfiles/client/requests/OrgProfilesGetAvatarRequest.js} +0 -0
  416. /package/dist/cjs/api/resources/{oortShipperContactInfo → shipperContactInfo}/client/requests/ShipperContactInfoClientUpdate1.d.ts +0 -0
  417. /package/dist/cjs/api/resources/{oortTaskGroups/client/requests/UpdateTaskGroupReq.js → shipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.js} +0 -0
  418. /package/dist/cjs/api/resources/{oortShipperContactInfo → shipperContactInfo}/client/requests/index.d.ts +0 -0
  419. /package/dist/cjs/api/resources/{oortTaskGroups → taskGroups}/client/requests/UpdateTaskGroupReq.d.ts +0 -0
  420. /package/dist/{esm/api/resources/oortMilestoneNotificationPreferences/client/requests/index.mjs → cjs/api/resources/taskGroups/resources/full/client/index.d.ts} +0 -0
  421. /package/dist/cjs/api/resources/{oortTaskGroups → taskGroups/resources/togglePause}/client/requests/SetTaskGroupPauseReq.d.ts +0 -0
  422. /package/dist/esm/api/resources/{notifications/resources/courier → courierPayDriverLineItemGroup/resources/addLineItems}/client/index.d.mts +0 -0
  423. /package/dist/esm/api/resources/{notifications/resources/courier → courierPayDriverLineItemGroup/resources/addLineItems}/client/index.mjs +0 -0
  424. /package/dist/esm/api/resources/courierPayDriverLineItemGroup/{client → resources/addLineItems/client}/requests/AddLineItemsReq.mjs +0 -0
  425. /package/dist/esm/api/resources/{oortMilestones → courierPayDriverLineItemGroup/resources/addLineItems}/client/requests/index.mjs +0 -0
  426. /package/dist/esm/api/resources/{notifications/resources/courier → courierPayDriverLineItemGroup/resources/addLineItems}/index.d.mts +0 -0
  427. /package/dist/esm/api/resources/{notifications/resources/courier → courierPayDriverLineItemGroup/resources/addLineItems}/index.mjs +0 -0
  428. /package/dist/esm/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverLineItemGroup/resources/removeLineItems}/client/index.d.mts +0 -0
  429. /package/dist/esm/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverLineItemGroup/resources/removeLineItems}/client/index.mjs +0 -0
  430. /package/dist/esm/api/resources/courierPayDriverLineItemGroup/{client → resources/removeLineItems/client}/requests/RemoveLineItemsReq.mjs +0 -0
  431. /package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → courierPayDriverLineItemGroup/resources/removeLineItems}/client/requests/index.mjs +0 -0
  432. /package/dist/esm/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverLineItemGroup/resources/removeLineItems}/index.d.mts +0 -0
  433. /package/dist/esm/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverLineItemGroup/resources/removeLineItems}/index.mjs +0 -0
  434. /package/dist/esm/api/resources/{oortDrivers → courierPayDriverRateSheets}/client/index.d.mts +0 -0
  435. /package/dist/esm/api/resources/{oortDrivers → courierPayDriverRateSheets}/client/index.mjs +0 -0
  436. /package/dist/esm/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverRateSheets}/client/requests/CourierPayDriverRateSheetClientCreate1.d.mts +0 -0
  437. /package/dist/esm/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverRateSheets}/client/requests/CourierPayDriverRateSheetClientCreate1.mjs +0 -0
  438. /package/dist/esm/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverRateSheets}/client/requests/CourierPayDriverRateSheetClientUpdate1.d.mts +0 -0
  439. /package/dist/esm/api/resources/{oortCourierPayDriverRateSheets → courierPayDriverRateSheets}/client/requests/CourierPayDriverRateSheetClientUpdate1.mjs +0 -0
  440. /package/dist/esm/api/resources/{notifications/resources/courier/client/requests/CourierNotificationPreferencesClientCreate1.mjs → courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetsGetRequest.mjs} +0 -0
  441. /package/dist/esm/api/resources/{oortOrders → courierPayDriverRateSheets}/client/requests/index.mjs +0 -0
  442. /package/dist/esm/api/resources/{oortDrivers/client/requests/DriverCreateReq.mjs → courierPayDriverRateSheets/types/CourierPayDriverRateSheetsGetResponse.mjs} +0 -0
  443. /package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → drivers}/client/index.d.mts +0 -0
  444. /package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → drivers}/client/index.mjs +0 -0
  445. /package/dist/esm/api/resources/{oortDrivers → drivers}/client/requests/DriverCreateReq.d.mts +0 -0
  446. /package/dist/esm/api/resources/{oortDrivers/client/requests/DriverLastSeenReq.mjs → drivers/client/requests/DriverCreateReq.mjs} +0 -0
  447. /package/dist/esm/api/resources/{oortDrivers → drivers}/client/requests/DriverLastSeenReq.d.mts +0 -0
  448. /package/dist/esm/api/resources/{oortDrivers/client/requests/SetDriverActivationReq.mjs → drivers/client/requests/DriverLastSeenReq.mjs} +0 -0
  449. /package/dist/esm/api/resources/{oortDrivers → drivers}/client/requests/SetDriverActivationReq.d.mts +0 -0
  450. /package/dist/esm/api/resources/{oortDrivers/client/requests/UpdateDriverDetailsReq.mjs → drivers/client/requests/SetDriverActivationReq.mjs} +0 -0
  451. /package/dist/esm/api/resources/{oortDrivers → drivers}/client/requests/UpdateDriverDetailsReq.d.mts +0 -0
  452. /package/dist/esm/api/resources/{oortMilestoneNotificationPreferences/client/requests/MilestoneNotificationPreferencesClientCreate1.mjs → drivers/client/requests/UpdateDriverDetailsReq.mjs} +0 -0
  453. /package/dist/esm/api/resources/{oortDrivers → drivers}/client/requests/index.d.mts +0 -0
  454. /package/dist/esm/api/resources/{oortOrgConnectionInfos → drivers}/client/requests/index.mjs +0 -0
  455. /package/dist/esm/api/resources/{oortDrivers → drivers}/index.d.mts +0 -0
  456. /package/dist/esm/api/resources/{oortDrivers → drivers}/index.mjs +0 -0
  457. /package/dist/esm/api/resources/{oortMilestones → milestoneNotifications}/client/index.d.mts +0 -0
  458. /package/dist/esm/api/resources/{oortMilestones → milestoneNotifications}/client/index.mjs +0 -0
  459. /package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/client/requests/MilestoneNotificationPreferencesClientCreate1.d.mts +0 -0
  460. /package/dist/esm/api/resources/{oortMilestones/client/requests/BodyPostOortMilestonesUploadImageOortMilestonesUploadImageMilestoneIdPost.mjs → milestoneNotifications/client/requests/MilestoneNotificationPreferencesClientCreate1.mjs} +0 -0
  461. /package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/client/requests/index.d.mts +0 -0
  462. /package/dist/esm/api/resources/{oortOrgProfiles → milestoneNotifications}/client/requests/index.mjs +0 -0
  463. /package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/index.d.mts +0 -0
  464. /package/dist/esm/api/resources/{oortMilestoneNotificationPreferences → milestoneNotifications}/index.mjs +0 -0
  465. /package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → milestones}/client/index.d.mts +0 -0
  466. /package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → milestones}/client/index.mjs +0 -0
  467. /package/dist/esm/api/resources/{oortMilestones → milestones}/client/requests/MilestoneAddToTaskReq.d.mts +0 -0
  468. /package/dist/esm/api/resources/{oortMilestones → milestones}/client/requests/MilestoneAddToTaskReq.mjs +0 -0
  469. /package/dist/esm/api/resources/{oortMilestones → milestones}/client/requests/MilestoneUpdateReq.d.mts +0 -0
  470. /package/dist/esm/api/resources/{oortMilestones → milestones}/client/requests/MilestoneUpdateReq.mjs +0 -0
  471. /package/dist/esm/api/resources/{oortShipperContactInfo → milestones}/client/requests/index.mjs +0 -0
  472. /package/dist/esm/api/resources/{oortTaskGroups/client/requests/index.mjs → milestones/resources/blurhash/client/index.d.mts} +0 -0
  473. /package/dist/esm/api/resources/{oortMilestones → milestones/resources/blurhash}/index.d.mts +0 -0
  474. /package/dist/esm/api/resources/{oortMilestones → milestones/resources/blurhash}/index.mjs +0 -0
  475. /package/dist/esm/api/resources/{oortOrders → milestones/resources/images}/client/index.d.mts +0 -0
  476. /package/dist/esm/api/resources/{oortOrders → milestones/resources/images}/client/index.mjs +0 -0
  477. /package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.mjs → milestones/resources/images/client/requests/BodyPostMilestonesUploadImageOortMilestonesImagesUploadMilestoneIdPost.mjs} +0 -0
  478. /package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → milestones/resources/images}/index.d.mts +0 -0
  479. /package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → milestones/resources/images}/index.mjs +0 -0
  480. /package/dist/esm/api/resources/{oortOrgConnectionInfos → notifications/resources/courierPreferences}/client/index.d.mts +0 -0
  481. /package/dist/esm/api/resources/{oortOrgConnectionInfos → notifications/resources/courierPreferences}/client/index.mjs +0 -0
  482. /package/dist/esm/api/resources/notifications/resources/{courier → courierPreferences}/client/requests/CourierNotificationPreferencesClientCreate1.d.mts +0 -0
  483. /package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.mjs → notifications/resources/courierPreferences/client/requests/CourierNotificationPreferencesClientCreate1.mjs} +0 -0
  484. /package/dist/esm/api/resources/notifications/resources/{courier → courierPreferences}/client/requests/index.d.mts +0 -0
  485. /package/dist/esm/api/resources/{oortOrders → notifications/resources/courierPreferences}/index.d.mts +0 -0
  486. /package/dist/esm/api/resources/{oortOrders → notifications/resources/courierPreferences}/index.mjs +0 -0
  487. /package/dist/esm/api/resources/{oortOrgProfiles → offChrtShipperOrgConnectionInfo}/client/index.d.mts +0 -0
  488. /package/dist/esm/api/resources/{oortOrgProfiles → offChrtShipperOrgConnectionInfo}/client/index.mjs +0 -0
  489. /package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.d.mts +0 -0
  490. /package/dist/esm/api/resources/{oortOrders/client/requests/CreateOrderReq.mjs → offChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.mjs} +0 -0
  491. /package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.d.mts +0 -0
  492. /package/dist/esm/api/resources/{oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientCreate1.mjs → offChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.mjs} +0 -0
  493. /package/dist/esm/api/resources/{oortOffChrtShipperOrgConnectionInfo → offChrtShipperOrgConnectionInfo}/client/requests/index.d.mts +0 -0
  494. /package/dist/esm/api/resources/{oortOrgConnectionInfos → offChrtShipperOrgConnectionInfo}/index.d.mts +0 -0
  495. /package/dist/esm/api/resources/{oortOrgConnectionInfos → offChrtShipperOrgConnectionInfo}/index.mjs +0 -0
  496. /package/dist/esm/api/resources/{oortShipperContactInfo → orders}/client/index.d.mts +0 -0
  497. /package/dist/esm/api/resources/{oortShipperContactInfo → orders}/client/index.mjs +0 -0
  498. /package/dist/esm/api/resources/{oortOrders → orders}/client/requests/CreateOrderReq.d.mts +0 -0
  499. /package/dist/esm/api/resources/{oortOrgConnectionInfos/client/requests/CourierOrgConnectionInfoClientUpdate1.mjs → orders/client/requests/CreateOrderReq.mjs} +0 -0
  500. /package/dist/esm/api/resources/{oortOrders → orders}/client/requests/index.d.mts +0 -0
  501. /package/dist/esm/api/resources/{oortOrgProfiles → orders/resources/full}/index.d.mts +0 -0
  502. /package/dist/esm/api/resources/{oortOrgProfiles → orders/resources/full}/index.mjs +0 -0
  503. /package/dist/esm/api/resources/{oortTaskGroups → orgConnectionInfos/resources/courier}/client/index.d.mts +0 -0
  504. /package/dist/esm/api/resources/{oortTaskGroups → orgConnectionInfos/resources/courier}/client/index.mjs +0 -0
  505. /package/dist/esm/api/resources/{oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientCreate1.mjs → orgConnectionInfos/resources/courier/client/requests/CourierOrgConnectionInfoClientCreate1.mjs} +0 -0
  506. /package/dist/esm/api/resources/{oortOrgConnectionInfos/client/requests/ShipperOrgConnectionInfoClientUpdate1.mjs → orgConnectionInfos/resources/courier/client/requests/CourierOrgConnectionInfoClientUpdate1.mjs} +0 -0
  507. /package/dist/esm/api/resources/{oortShipperContactInfo → orgConnectionInfos/resources/courier}/index.d.mts +0 -0
  508. /package/dist/esm/api/resources/{oortShipperContactInfo → orgConnectionInfos/resources/courier}/index.mjs +0 -0
  509. /package/dist/esm/api/resources/{oortOrgProfiles/client/requests/CourierOrgProfileClientCreate3.mjs → orgConnectionInfos/resources/shipper/client/requests/ShipperOrgConnectionInfoClientCreate1.mjs} +0 -0
  510. /package/dist/esm/api/resources/{oortOrgProfiles/client/requests/CourierOrgProfileClientUpdate3.mjs → orgConnectionInfos/resources/shipper/client/requests/ShipperOrgConnectionInfoClientUpdate1.mjs} +0 -0
  511. /package/dist/esm/api/resources/{oortTaskGroups → orgConnectionInfos/resources/shipper}/index.d.mts +0 -0
  512. /package/dist/esm/api/resources/{oortTaskGroups → orgConnectionInfos/resources/shipper}/index.mjs +0 -0
  513. /package/dist/esm/api/resources/{oortOrgProfiles → orgProfiles}/client/requests/CourierOrgProfileClientCreate3.d.mts +0 -0
  514. /package/dist/esm/api/resources/{oortOrgProfiles/client/requests/GetAvatarRequest.mjs → orgProfiles/client/requests/CourierOrgProfileClientCreate3.mjs} +0 -0
  515. /package/dist/esm/api/resources/{oortOrgProfiles → orgProfiles}/client/requests/CourierOrgProfileClientUpdate3.d.mts +0 -0
  516. /package/dist/esm/api/resources/{oortShipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.mjs → orgProfiles/client/requests/CourierOrgProfileClientUpdate3.mjs} +0 -0
  517. /package/dist/esm/api/resources/{oortTaskGroups/client/requests/SetTaskGroupPauseReq.mjs → orgProfiles/client/requests/OrgProfilesGetAvatarRequest.mjs} +0 -0
  518. /package/dist/esm/api/resources/{oortShipperContactInfo → shipperContactInfo}/client/requests/ShipperContactInfoClientUpdate1.d.mts +0 -0
  519. /package/dist/esm/api/resources/{oortTaskGroups/client/requests/UpdateTaskGroupReq.mjs → shipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.mjs} +0 -0
  520. /package/dist/esm/api/resources/{oortShipperContactInfo → shipperContactInfo}/client/requests/index.d.mts +0 -0
  521. /package/dist/esm/api/resources/{oortTaskGroups → taskGroups}/client/requests/UpdateTaskGroupReq.d.mts +0 -0
  522. /package/dist/esm/api/resources/{oortTaskGroups → taskGroups/resources/togglePause}/client/requests/SetTaskGroupPauseReq.d.mts +0 -0
@@ -15,35 +15,28 @@ import * as core from "../../../../core/index.mjs";
15
15
  import * as Chrt from "../../../index.mjs";
16
16
  import { mergeHeaders, mergeOnlyDefinedHeaders } from "../../../../core/headers.mjs";
17
17
  import * as errors from "../../../../errors/index.mjs";
18
- export class OortOrgProfiles {
18
+ export class OrgProfiles {
19
19
  constructor(_options = {}) {
20
20
  this._options = _options;
21
21
  }
22
22
  /**
23
- * @param {Chrt.GetAvatarRequest} request
24
- * @param {OortOrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
23
+ * Retrieve the courier organization profile for the authenticated organization using the org_id from the JWT token.
25
24
  *
26
- * @throws {@link Chrt.UnprocessableEntityError}
25
+ * @param {OrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
27
26
  *
28
27
  * @example
29
- * await client.oortOrgProfiles.getAvatar({
30
- * handle: "handle"
31
- * })
28
+ * await client.orgProfiles.get()
32
29
  */
33
- getAvatar(request, requestOptions) {
34
- return core.HttpResponsePromise.fromPromise(this.__getAvatar(request, requestOptions));
30
+ get(requestOptions) {
31
+ return core.HttpResponsePromise.fromPromise(this.__get(requestOptions));
35
32
  }
36
- __getAvatar(request, requestOptions) {
33
+ __get(requestOptions) {
37
34
  return __awaiter(this, void 0, void 0, function* () {
38
35
  var _a, _b, _c, _d;
39
- const { handle } = request;
40
- const _queryParams = {};
41
- _queryParams["handle"] = handle;
42
36
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
43
- 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/org_profiles/avatar"),
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/org_profiles/"),
44
38
  method: "GET",
45
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),
46
- queryParameters: _queryParams,
47
40
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
48
41
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
49
42
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -52,16 +45,11 @@ export class OortOrgProfiles {
52
45
  return { data: _response.body, rawResponse: _response.rawResponse };
53
46
  }
54
47
  if (_response.error.reason === "status-code") {
55
- switch (_response.error.statusCode) {
56
- case 422:
57
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
58
- default:
59
- throw new errors.ChrtError({
60
- statusCode: _response.error.statusCode,
61
- body: _response.error.body,
62
- rawResponse: _response.rawResponse,
63
- });
64
- }
48
+ throw new errors.ChrtError({
49
+ statusCode: _response.error.statusCode,
50
+ body: _response.error.body,
51
+ rawResponse: _response.rawResponse,
52
+ });
65
53
  }
66
54
  switch (_response.error.reason) {
67
55
  case "non-json":
@@ -71,7 +59,7 @@ export class OortOrgProfiles {
71
59
  rawResponse: _response.rawResponse,
72
60
  });
73
61
  case "timeout":
74
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /oort/org_profiles/avatar.");
62
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /oort/org_profiles/.");
75
63
  case "unknown":
76
64
  throw new errors.ChrtError({
77
65
  message: _response.error.errorMessage,
@@ -81,24 +69,32 @@ export class OortOrgProfiles {
81
69
  });
82
70
  }
83
71
  /**
84
- * @param {string} handle
85
- * @param {OortOrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
72
+ * Get the avatar image URL for an organization using their handle. Returns the image URL from Clerk or a placeholder if not found.
73
+ *
74
+ * @param {Chrt.OrgProfilesGetAvatarRequest} request
75
+ * @param {OrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
86
76
  *
87
77
  * @throws {@link Chrt.UnprocessableEntityError}
88
78
  *
89
79
  * @example
90
- * await client.oortOrgProfiles.getProfileByHandle("handle")
80
+ * await client.orgProfiles.getAvatar({
81
+ * handle: "handle"
82
+ * })
91
83
  */
92
- getProfileByHandle(handle, requestOptions) {
93
- return core.HttpResponsePromise.fromPromise(this.__getProfileByHandle(handle, requestOptions));
84
+ getAvatar(request, requestOptions) {
85
+ return core.HttpResponsePromise.fromPromise(this.__getAvatar(request, requestOptions));
94
86
  }
95
- __getProfileByHandle(handle, requestOptions) {
87
+ __getAvatar(request, requestOptions) {
96
88
  return __awaiter(this, void 0, void 0, function* () {
97
89
  var _a, _b, _c, _d;
90
+ const { handle } = request;
91
+ const _queryParams = {};
92
+ _queryParams["handle"] = handle;
98
93
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
99
- 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/org_profiles/by_handle/${encodeURIComponent(handle)}`),
94
+ 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/org_profiles/avatar"),
100
95
  method: "GET",
101
96
  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),
97
+ queryParameters: _queryParams,
102
98
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
103
99
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
104
100
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -126,7 +122,7 @@ export class OortOrgProfiles {
126
122
  rawResponse: _response.rawResponse,
127
123
  });
128
124
  case "timeout":
129
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /oort/org_profiles/by_handle/{handle}.");
125
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /oort/org_profiles/avatar.");
130
126
  case "unknown":
131
127
  throw new errors.ChrtError({
132
128
  message: _response.error.errorMessage,
@@ -136,21 +132,34 @@ export class OortOrgProfiles {
136
132
  });
137
133
  }
138
134
  /**
139
- * @param {OortOrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
135
+ * Create a new courier organization profile. This endpoint will fail if a profile already exists for the organization.
136
+ *
137
+ * @param {Chrt.CourierOrgProfileClientCreate3} request
138
+ * @param {OrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
139
+ *
140
+ * @throws {@link Chrt.UnprocessableEntityError}
140
141
  *
141
142
  * @example
142
- * await client.oortOrgProfiles.getProfileByOrgId()
143
+ * await client.orgProfiles.create({
144
+ * description: "description",
145
+ * email_address_primary: "email_address_primary",
146
+ * phone_number_primary: "phone_number_primary",
147
+ * schema_version: 1
148
+ * })
143
149
  */
144
- getProfileByOrgId(requestOptions) {
145
- return core.HttpResponsePromise.fromPromise(this.__getProfileByOrgId(requestOptions));
150
+ create(request, requestOptions) {
151
+ return core.HttpResponsePromise.fromPromise(this.__create(request, requestOptions));
146
152
  }
147
- __getProfileByOrgId(requestOptions) {
153
+ __create(request, requestOptions) {
148
154
  return __awaiter(this, void 0, void 0, function* () {
149
155
  var _a, _b, _c, _d;
150
156
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
151
- 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/org_profiles/by_org_id"),
152
- method: "GET",
157
+ 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/org_profiles/create"),
158
+ method: "POST",
153
159
  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),
160
+ contentType: "application/json",
161
+ requestType: "json",
162
+ body: request,
154
163
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
155
164
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
156
165
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -159,11 +168,16 @@ export class OortOrgProfiles {
159
168
  return { data: _response.body, rawResponse: _response.rawResponse };
160
169
  }
161
170
  if (_response.error.reason === "status-code") {
162
- throw new errors.ChrtError({
163
- statusCode: _response.error.statusCode,
164
- body: _response.error.body,
165
- rawResponse: _response.rawResponse,
166
- });
171
+ switch (_response.error.statusCode) {
172
+ case 422:
173
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
174
+ default:
175
+ throw new errors.ChrtError({
176
+ statusCode: _response.error.statusCode,
177
+ body: _response.error.body,
178
+ rawResponse: _response.rawResponse,
179
+ });
180
+ }
167
181
  }
168
182
  switch (_response.error.reason) {
169
183
  case "non-json":
@@ -173,7 +187,7 @@ export class OortOrgProfiles {
173
187
  rawResponse: _response.rawResponse,
174
188
  });
175
189
  case "timeout":
176
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /oort/org_profiles/by_org_id.");
190
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /oort/org_profiles/create.");
177
191
  case "unknown":
178
192
  throw new errors.ChrtError({
179
193
  message: _response.error.errorMessage,
@@ -183,30 +197,25 @@ export class OortOrgProfiles {
183
197
  });
184
198
  }
185
199
  /**
186
- * Create a new courier org profile. Fails if one already exists.
200
+ * Update an existing courier organization profile. Can update one or more fields. Profile must exist before updating.
187
201
  *
188
- * @param {Chrt.CourierOrgProfileClientCreate3} request
189
- * @param {OortOrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
202
+ * @param {Chrt.CourierOrgProfileClientUpdate3} request
203
+ * @param {OrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
190
204
  *
191
205
  * @throws {@link Chrt.UnprocessableEntityError}
192
206
  *
193
207
  * @example
194
- * await client.oortOrgProfiles.postOrgProfile({
195
- * description: "description",
196
- * email_address_primary: "email_address_primary",
197
- * phone_number_primary: "phone_number_primary",
198
- * schema_version: 1
199
- * })
208
+ * await client.orgProfiles.update()
200
209
  */
201
- postOrgProfile(request, requestOptions) {
202
- return core.HttpResponsePromise.fromPromise(this.__postOrgProfile(request, requestOptions));
210
+ update(request = {}, requestOptions) {
211
+ return core.HttpResponsePromise.fromPromise(this.__update(request, requestOptions));
203
212
  }
204
- __postOrgProfile(request, requestOptions) {
205
- return __awaiter(this, void 0, void 0, function* () {
213
+ __update() {
214
+ return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
206
215
  var _a, _b, _c, _d;
207
216
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
208
- 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/org_profiles/create"),
209
- method: "POST",
217
+ 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/org_profiles/update"),
218
+ method: "PATCH",
210
219
  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),
211
220
  contentType: "application/json",
212
221
  requestType: "json",
@@ -238,7 +247,7 @@ export class OortOrgProfiles {
238
247
  rawResponse: _response.rawResponse,
239
248
  });
240
249
  case "timeout":
241
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /oort/org_profiles/create.");
250
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /oort/org_profiles/update.");
242
251
  case "unknown":
243
252
  throw new errors.ChrtError({
244
253
  message: _response.error.errorMessage,
@@ -248,29 +257,26 @@ export class OortOrgProfiles {
248
257
  });
249
258
  }
250
259
  /**
251
- * Update existing courier org profile. Can update one or more fields.
260
+ * Retrieve a courier organization profile using the organization's handle. This endpoint is used for public profile viewing.
252
261
  *
253
- * @param {Chrt.CourierOrgProfileClientUpdate3} request
254
- * @param {OortOrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
262
+ * @param {string} handle
263
+ * @param {OrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
255
264
  *
256
265
  * @throws {@link Chrt.UnprocessableEntityError}
257
266
  *
258
267
  * @example
259
- * await client.oortOrgProfiles.patchOrgProfile()
268
+ * await client.orgProfiles.getByHandle("handle")
260
269
  */
261
- patchOrgProfile(request = {}, requestOptions) {
262
- return core.HttpResponsePromise.fromPromise(this.__patchOrgProfile(request, requestOptions));
270
+ getByHandle(handle, requestOptions) {
271
+ return core.HttpResponsePromise.fromPromise(this.__getByHandle(handle, requestOptions));
263
272
  }
264
- __patchOrgProfile() {
265
- return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
273
+ __getByHandle(handle, requestOptions) {
274
+ return __awaiter(this, void 0, void 0, function* () {
266
275
  var _a, _b, _c, _d;
267
276
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
268
- 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/org_profiles/update"),
269
- method: "PATCH",
277
+ 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/org_profiles/${encodeURIComponent(handle)}`),
278
+ method: "GET",
270
279
  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),
271
- contentType: "application/json",
272
- requestType: "json",
273
- body: request,
274
280
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
275
281
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
276
282
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -298,7 +304,7 @@ export class OortOrgProfiles {
298
304
  rawResponse: _response.rawResponse,
299
305
  });
300
306
  case "timeout":
301
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /oort/org_profiles/update.");
307
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /oort/org_profiles/{handle}.");
302
308
  case "unknown":
303
309
  throw new errors.ChrtError({
304
310
  message: _response.error.errorMessage,
@@ -0,0 +1,2 @@
1
+ export {};
2
+ export * from "./requests/index.mjs";
@@ -0,0 +1 @@
1
+ export * from "./requests/index.mjs";
@@ -7,6 +7,6 @@
7
7
  * handle: "handle"
8
8
  * }
9
9
  */
10
- export interface GetAvatarRequest {
10
+ export interface OrgProfilesGetAvatarRequest {
11
11
  handle: string;
12
12
  }
@@ -1,3 +1,3 @@
1
- export { type GetAvatarRequest } from "./GetAvatarRequest.mjs";
1
+ export { type OrgProfilesGetAvatarRequest } from "./OrgProfilesGetAvatarRequest.mjs";
2
2
  export { type CourierOrgProfileClientCreate3 } from "./CourierOrgProfileClientCreate3.mjs";
3
3
  export { type CourierOrgProfileClientUpdate3 } from "./CourierOrgProfileClientUpdate3.mjs";
@@ -0,0 +1 @@
1
+ export * from "./client/index.mjs";
@@ -0,0 +1 @@
1
+ export * from "./client/index.mjs";
@@ -51,6 +51,14 @@ export declare class Orgs {
51
51
  */
52
52
  getHandleAvailability(handle: string, requestOptions?: Orgs.RequestOptions): core.HttpResponsePromise<boolean>;
53
53
  private __getHandleAvailability;
54
+ /**
55
+ * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
56
+ *
57
+ * @example
58
+ * await client.orgs.getInfo()
59
+ */
60
+ getInfo(requestOptions?: Orgs.RequestOptions): core.HttpResponsePromise<Chrt.OrgMemberDetails[]>;
61
+ private __getInfo;
54
62
  /**
55
63
  * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
56
64
  *
@@ -125,6 +125,53 @@ export class Orgs {
125
125
  }
126
126
  });
127
127
  }
128
+ /**
129
+ * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
130
+ *
131
+ * @example
132
+ * await client.orgs.getInfo()
133
+ */
134
+ getInfo(requestOptions) {
135
+ return core.HttpResponsePromise.fromPromise(this.__getInfo(requestOptions));
136
+ }
137
+ __getInfo(requestOptions) {
138
+ return __awaiter(this, void 0, void 0, function* () {
139
+ var _a, _b, _c, _d;
140
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
141
+ 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, "orgs/info"),
142
+ method: "GET",
143
+ 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),
144
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
145
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
146
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
147
+ });
148
+ if (_response.ok) {
149
+ return { data: _response.body, rawResponse: _response.rawResponse };
150
+ }
151
+ if (_response.error.reason === "status-code") {
152
+ throw new errors.ChrtError({
153
+ statusCode: _response.error.statusCode,
154
+ body: _response.error.body,
155
+ rawResponse: _response.rawResponse,
156
+ });
157
+ }
158
+ switch (_response.error.reason) {
159
+ case "non-json":
160
+ throw new errors.ChrtError({
161
+ statusCode: _response.error.statusCode,
162
+ body: _response.error.rawBody,
163
+ rawResponse: _response.rawResponse,
164
+ });
165
+ case "timeout":
166
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /orgs/info.");
167
+ case "unknown":
168
+ throw new errors.ChrtError({
169
+ message: _response.error.errorMessage,
170
+ rawResponse: _response.rawResponse,
171
+ });
172
+ }
173
+ });
174
+ }
128
175
  /**
129
176
  * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
130
177
  *
@@ -0,0 +1,148 @@
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 ShipperContactInfo {
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 ShipperContactInfo {
29
+ protected readonly _options: ShipperContactInfo.Options;
30
+ constructor(_options?: ShipperContactInfo.Options);
31
+ /**
32
+ * Get my own shipper contact info (for authenticated shippers users)
33
+ *
34
+ * @param {ShipperContactInfo.RequestOptions} requestOptions - Request-specific configuration.
35
+ *
36
+ * @example
37
+ * await client.shipperContactInfo.getByJwtUserId()
38
+ */
39
+ getByJwtUserId(requestOptions?: ShipperContactInfo.RequestOptions): core.HttpResponsePromise<Chrt.ShipperContactInfo1>;
40
+ private __getByJwtUserId;
41
+ /**
42
+ * Get all contacts accessible to courier org for a specific on-platform shipper.
43
+ * Returns:
44
+ * 1. Contacts created by the courier org that are linked to the shipper org
45
+ * 2. Contacts created by the shipper org themselves (if courier and shipper are connected)
46
+ *
47
+ * @param {string} shipperOrgId
48
+ * @param {ShipperContactInfo.RequestOptions} requestOptions - Request-specific configuration.
49
+ *
50
+ * @throws {@link Chrt.UnprocessableEntityError}
51
+ *
52
+ * @example
53
+ * await client.shipperContactInfo.listCourierContactsByShipperOrgId("shipper_org_id")
54
+ */
55
+ listCourierContactsByShipperOrgId(shipperOrgId: string, requestOptions?: ShipperContactInfo.RequestOptions): core.HttpResponsePromise<Chrt.ShipperContactInfo1[]>;
56
+ private __listCourierContactsByShipperOrgId;
57
+ /**
58
+ * Create shipper contact info for off-platform shipper (scenario 3)
59
+ *
60
+ * @param {Chrt.ShipperContactInfoClientCreate1} request
61
+ * @param {ShipperContactInfo.RequestOptions} requestOptions - Request-specific configuration.
62
+ *
63
+ * @throws {@link Chrt.UnprocessableEntityError}
64
+ *
65
+ * @example
66
+ * await client.shipperContactInfo.createOffPlatform({
67
+ * schema_version: 1
68
+ * })
69
+ */
70
+ createOffPlatform(request: Chrt.ShipperContactInfoClientCreate1, requestOptions?: ShipperContactInfo.RequestOptions): core.HttpResponsePromise<string>;
71
+ private __createOffPlatform;
72
+ /**
73
+ * Create shipper contact info for on-platform shipper (scenarios 1 & 2)
74
+ *
75
+ * @param {Chrt.ShipperContactInfoClientCreate1} request
76
+ * @param {ShipperContactInfo.RequestOptions} requestOptions - Request-specific configuration.
77
+ *
78
+ * @throws {@link Chrt.UnprocessableEntityError}
79
+ *
80
+ * @example
81
+ * await client.shipperContactInfo.createOnPlatform({
82
+ * schema_version: 1
83
+ * })
84
+ */
85
+ createOnPlatform(request: Chrt.ShipperContactInfoClientCreate1, requestOptions?: ShipperContactInfo.RequestOptions): core.HttpResponsePromise<string>;
86
+ private __createOnPlatform;
87
+ /**
88
+ * @param {string} id
89
+ * @param {ShipperContactInfo.RequestOptions} requestOptions - Request-specific configuration.
90
+ *
91
+ * @throws {@link Chrt.UnprocessableEntityError}
92
+ *
93
+ * @example
94
+ * await client.shipperContactInfo.deleteById("id")
95
+ */
96
+ deleteById(id: string, requestOptions?: ShipperContactInfo.RequestOptions): core.HttpResponsePromise<boolean>;
97
+ private __deleteById;
98
+ /**
99
+ * Get all contacts for my organization which were created by the shipper org (for authenticated shipper orgs)
100
+ *
101
+ * @param {ShipperContactInfo.RequestOptions} requestOptions - Request-specific configuration.
102
+ *
103
+ * @example
104
+ * await client.shipperContactInfo.listByJwtOrgId()
105
+ */
106
+ listByJwtOrgId(requestOptions?: ShipperContactInfo.RequestOptions): core.HttpResponsePromise<Chrt.ShipperContactInfo1[]>;
107
+ private __listByJwtOrgId;
108
+ /**
109
+ * Get all contacts accessible to courier org for a specific off-platform shipper.
110
+ * Returns only contacts created by the courier org since off-platform shippers cannot create their own contacts.
111
+ *
112
+ * @param {string} offChrtShipperOrgConnectionInfoId
113
+ * @param {ShipperContactInfo.RequestOptions} requestOptions - Request-specific configuration.
114
+ *
115
+ * @throws {@link Chrt.UnprocessableEntityError}
116
+ *
117
+ * @example
118
+ * await client.shipperContactInfo.listByOffChrtShipperOrgConnectionInfoId("off_chrt_shipper_org_connection_info_id")
119
+ */
120
+ listByOffChrtShipperOrgConnectionInfoId(offChrtShipperOrgConnectionInfoId: string, requestOptions?: ShipperContactInfo.RequestOptions): core.HttpResponsePromise<Chrt.ShipperContactInfo1[]>;
121
+ private __listByOffChrtShipperOrgConnectionInfoId;
122
+ /**
123
+ * @param {string} shipperContactInfoId
124
+ * @param {Chrt.ShipperContactInfoClientUpdate1} request
125
+ * @param {ShipperContactInfo.RequestOptions} requestOptions - Request-specific configuration.
126
+ *
127
+ * @throws {@link Chrt.UnprocessableEntityError}
128
+ *
129
+ * @example
130
+ * await client.shipperContactInfo.update("shipper_contact_info_id")
131
+ */
132
+ update(shipperContactInfoId: string, request?: Chrt.ShipperContactInfoClientUpdate1, requestOptions?: ShipperContactInfo.RequestOptions): core.HttpResponsePromise<boolean>;
133
+ private __update;
134
+ /**
135
+ * Get a specific shipper contact info by ID
136
+ *
137
+ * @param {string} id
138
+ * @param {ShipperContactInfo.RequestOptions} requestOptions - Request-specific configuration.
139
+ *
140
+ * @throws {@link Chrt.UnprocessableEntityError}
141
+ *
142
+ * @example
143
+ * await client.shipperContactInfo.getById("id")
144
+ */
145
+ getById(id: string, requestOptions?: ShipperContactInfo.RequestOptions): core.HttpResponsePromise<Chrt.ShipperContactInfo1>;
146
+ private __getById;
147
+ protected _getAuthorizationHeader(): Promise<string | undefined>;
148
+ }