@chrt-inc/typescript-sdk 1.254.0 → 1.259.2

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 (259) hide show
  1. package/README.md +13 -2
  2. package/dist/cjs/Client.d.ts +4 -2
  3. package/dist/cjs/Client.js +2 -2
  4. package/dist/cjs/api/resources/connections/client/Client.d.ts +4 -2
  5. package/dist/cjs/api/resources/connections/client/Client.js +10 -6
  6. package/dist/cjs/api/resources/connections/resources/connectionToCourier/client/Client.d.ts +4 -2
  7. package/dist/cjs/api/resources/connections/resources/connectionToCourier/client/Client.js +5 -3
  8. package/dist/cjs/api/resources/courierPayDriverLineItemGroups/client/Client.d.ts +4 -2
  9. package/dist/cjs/api/resources/courierPayDriverLineItemGroups/client/Client.js +20 -12
  10. package/dist/cjs/api/resources/courierPayDriverLineItemGroups/resources/addLineItems/client/Client.d.ts +4 -2
  11. package/dist/cjs/api/resources/courierPayDriverLineItemGroups/resources/addLineItems/client/Client.js +5 -3
  12. package/dist/cjs/api/resources/courierPayDriverLineItemGroups/resources/removeLineItems/client/Client.d.ts +4 -2
  13. package/dist/cjs/api/resources/courierPayDriverLineItemGroups/resources/removeLineItems/client/Client.js +5 -3
  14. package/dist/cjs/api/resources/courierPayDriverPayouts/client/Client.d.ts +4 -2
  15. package/dist/cjs/api/resources/courierPayDriverPayouts/client/Client.js +20 -12
  16. package/dist/cjs/api/resources/courierPayDriverRateSheets/client/Client.d.ts +4 -2
  17. package/dist/cjs/api/resources/courierPayDriverRateSheets/client/Client.js +30 -18
  18. package/dist/cjs/api/resources/dev/client/Client.d.ts +4 -2
  19. package/dist/cjs/api/resources/dev/client/Client.js +30 -18
  20. package/dist/cjs/api/resources/drivers/client/Client.d.ts +4 -2
  21. package/dist/cjs/api/resources/drivers/client/Client.js +50 -30
  22. package/dist/cjs/api/resources/milestoneNotifications/client/Client.d.ts +4 -2
  23. package/dist/cjs/api/resources/milestoneNotifications/client/Client.js +10 -6
  24. package/dist/cjs/api/resources/milestones/client/Client.d.ts +4 -2
  25. package/dist/cjs/api/resources/milestones/client/Client.js +10 -6
  26. package/dist/cjs/api/resources/milestones/resources/blurhash/client/Client.d.ts +4 -2
  27. package/dist/cjs/api/resources/milestones/resources/blurhash/client/Client.js +5 -3
  28. package/dist/cjs/api/resources/milestones/resources/images/client/Client.d.ts +5 -2
  29. package/dist/cjs/api/resources/milestones/resources/images/client/Client.js +16 -10
  30. package/dist/cjs/api/resources/milestones/resources/images/client/requests/BodyPostMilestonesUploadImageOortMilestonesImagesUploadMilestoneIdPost.d.ts +1 -1
  31. package/dist/cjs/api/resources/notifications/client/Client.d.ts +1 -1
  32. package/dist/cjs/api/resources/notifications/resources/courier/client/Client.d.ts +4 -2
  33. package/dist/cjs/api/resources/notifications/resources/courier/client/Client.js +10 -6
  34. package/dist/cjs/api/resources/notifications/resources/shipper/client/Client.d.ts +4 -2
  35. package/dist/cjs/api/resources/notifications/resources/shipper/client/Client.js +10 -6
  36. package/dist/cjs/api/resources/offChrtShipperOrgInfo/client/Client.d.ts +4 -2
  37. package/dist/cjs/api/resources/offChrtShipperOrgInfo/client/Client.js +25 -15
  38. package/dist/cjs/api/resources/orders/client/Client.d.ts +4 -2
  39. package/dist/cjs/api/resources/orders/client/Client.js +25 -15
  40. package/dist/cjs/api/resources/orders/resources/full/client/Client.d.ts +4 -2
  41. package/dist/cjs/api/resources/orders/resources/full/client/Client.js +15 -9
  42. package/dist/cjs/api/resources/orgConnectionInfos/client/Client.d.ts +1 -1
  43. package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/client/Client.d.ts +4 -2
  44. package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/client/Client.js +15 -9
  45. package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/Client.d.ts +4 -2
  46. package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/Client.js +15 -9
  47. package/dist/cjs/api/resources/orgProfiles/client/Client.d.ts +4 -2
  48. package/dist/cjs/api/resources/orgProfiles/client/Client.js +25 -15
  49. package/dist/cjs/api/resources/orgs/client/Client.d.ts +4 -2
  50. package/dist/cjs/api/resources/orgs/client/Client.js +40 -24
  51. package/dist/cjs/api/resources/payments/client/Client.d.ts +4 -2
  52. package/dist/cjs/api/resources/payments/client/Client.js +25 -15
  53. package/dist/cjs/api/resources/root/client/Client.d.ts +4 -2
  54. package/dist/cjs/api/resources/root/client/Client.js +25 -15
  55. package/dist/cjs/api/resources/shipperContactInfo/client/Client.d.ts +4 -2
  56. package/dist/cjs/api/resources/shipperContactInfo/client/Client.js +45 -27
  57. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/Client.d.ts +4 -2
  58. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/Client.js +25 -15
  59. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/Client.d.ts +4 -2
  60. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/Client.js +5 -3
  61. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.d.ts +4 -2
  62. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.js +5 -3
  63. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/Client.d.ts +4 -2
  64. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/Client.js +5 -3
  65. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.d.ts +4 -2
  66. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.js +15 -9
  67. package/dist/cjs/api/resources/shipperPayCourierPayments/client/Client.d.ts +4 -2
  68. package/dist/cjs/api/resources/shipperPayCourierPayments/client/Client.js +35 -21
  69. package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/Client.d.ts +4 -2
  70. package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/Client.js +25 -15
  71. package/dist/cjs/api/resources/taskGroups/client/Client.d.ts +4 -2
  72. package/dist/cjs/api/resources/taskGroups/client/Client.js +30 -18
  73. package/dist/cjs/api/resources/taskGroups/resources/full/client/Client.d.ts +4 -2
  74. package/dist/cjs/api/resources/taskGroups/resources/full/client/Client.js +10 -6
  75. package/dist/cjs/api/resources/taskGroups/resources/togglePause/client/Client.d.ts +4 -2
  76. package/dist/cjs/api/resources/taskGroups/resources/togglePause/client/Client.js +5 -3
  77. package/dist/cjs/api/resources/tracking/client/Client.d.ts +1 -1
  78. package/dist/cjs/api/resources/tracking/resources/cargoByDevice/client/Client.d.ts +4 -2
  79. package/dist/cjs/api/resources/tracking/resources/cargoByDevice/client/Client.js +5 -4
  80. package/dist/cjs/api/resources/tracking/resources/cargoByDriver/client/Client.d.ts +4 -2
  81. package/dist/cjs/api/resources/tracking/resources/cargoByDriver/client/Client.js +5 -4
  82. package/dist/cjs/api/resources/tracking/resources/devices/client/Client.d.ts +7 -7
  83. package/dist/cjs/api/resources/tracking/resources/devices/client/Client.js +37 -28
  84. package/dist/cjs/api/resources/tracking/resources/devices/client/requests/DevicesGetRequest.d.ts +3 -4
  85. package/dist/cjs/api/resources/tracking/resources/driver/client/Client.d.ts +4 -2
  86. package/dist/cjs/api/resources/tracking/resources/driver/client/Client.js +5 -3
  87. package/dist/cjs/api/resources/tracking/resources/sessionByDevice/client/Client.d.ts +14 -2
  88. package/dist/cjs/api/resources/tracking/resources/sessionByDevice/client/Client.js +96 -34
  89. package/dist/cjs/api/resources/tracking/resources/taskGroupByDriver/client/Client.d.ts +4 -2
  90. package/dist/cjs/api/resources/tracking/resources/taskGroupByDriver/client/Client.js +5 -4
  91. package/dist/cjs/api/resources/users/client/Client.d.ts +4 -2
  92. package/dist/cjs/api/resources/users/client/Client.js +5 -3
  93. package/dist/cjs/api/resources/utils/client/Client.d.ts +4 -2
  94. package/dist/cjs/api/resources/utils/client/Client.js +5 -4
  95. package/dist/cjs/api/resources/utils/client/requests/UtilsGetTimezoneRequest.d.ts +2 -6
  96. package/dist/cjs/api/types/Session1.d.ts +14 -0
  97. package/dist/cjs/api/types/Session1.js +5 -0
  98. package/dist/cjs/api/types/index.d.ts +1 -0
  99. package/dist/cjs/api/types/index.js +1 -0
  100. package/dist/cjs/core/auth/AuthProvider.d.ts +4 -0
  101. package/dist/cjs/core/auth/AuthRequest.d.ts +9 -0
  102. package/dist/cjs/core/auth/AuthRequest.js +2 -0
  103. package/dist/cjs/core/auth/index.d.ts +2 -0
  104. package/dist/cjs/core/exports.d.ts +1 -0
  105. package/dist/cjs/core/exports.js +17 -0
  106. package/dist/cjs/core/fetcher/Fetcher.d.ts +2 -2
  107. package/dist/cjs/core/fetcher/Fetcher.js +2 -2
  108. package/dist/cjs/core/fetcher/index.d.ts +5 -5
  109. package/dist/cjs/core/fetcher/index.js +5 -5
  110. package/dist/cjs/core/fetcher/requestWithRetries.js +44 -8
  111. package/dist/cjs/core/file/exports.d.ts +1 -0
  112. package/dist/cjs/core/file/exports.js +2 -0
  113. package/dist/cjs/core/file/file.d.ts +5 -0
  114. package/dist/cjs/core/file/file.js +203 -0
  115. package/dist/cjs/core/file/index.d.ts +2 -0
  116. package/dist/cjs/core/file/index.js +18 -0
  117. package/dist/cjs/core/file/types.d.ts +66 -0
  118. package/dist/cjs/core/file/types.js +2 -0
  119. package/dist/cjs/core/headers.d.ts +2 -2
  120. package/dist/cjs/core/index.d.ts +1 -1
  121. package/dist/cjs/core/index.js +2 -2
  122. package/dist/cjs/exports.d.ts +1 -0
  123. package/dist/cjs/exports.js +17 -0
  124. package/dist/cjs/index.d.ts +1 -0
  125. package/dist/cjs/index.js +4 -0
  126. package/dist/cjs/version.d.ts +1 -1
  127. package/dist/cjs/version.js +1 -1
  128. package/dist/esm/Client.d.mts +4 -2
  129. package/dist/esm/Client.mjs +2 -2
  130. package/dist/esm/api/resources/connections/client/Client.d.mts +4 -2
  131. package/dist/esm/api/resources/connections/client/Client.mjs +10 -6
  132. package/dist/esm/api/resources/connections/resources/connectionToCourier/client/Client.d.mts +4 -2
  133. package/dist/esm/api/resources/connections/resources/connectionToCourier/client/Client.mjs +5 -3
  134. package/dist/esm/api/resources/courierPayDriverLineItemGroups/client/Client.d.mts +4 -2
  135. package/dist/esm/api/resources/courierPayDriverLineItemGroups/client/Client.mjs +20 -12
  136. package/dist/esm/api/resources/courierPayDriverLineItemGroups/resources/addLineItems/client/Client.d.mts +4 -2
  137. package/dist/esm/api/resources/courierPayDriverLineItemGroups/resources/addLineItems/client/Client.mjs +5 -3
  138. package/dist/esm/api/resources/courierPayDriverLineItemGroups/resources/removeLineItems/client/Client.d.mts +4 -2
  139. package/dist/esm/api/resources/courierPayDriverLineItemGroups/resources/removeLineItems/client/Client.mjs +5 -3
  140. package/dist/esm/api/resources/courierPayDriverPayouts/client/Client.d.mts +4 -2
  141. package/dist/esm/api/resources/courierPayDriverPayouts/client/Client.mjs +20 -12
  142. package/dist/esm/api/resources/courierPayDriverRateSheets/client/Client.d.mts +4 -2
  143. package/dist/esm/api/resources/courierPayDriverRateSheets/client/Client.mjs +30 -18
  144. package/dist/esm/api/resources/dev/client/Client.d.mts +4 -2
  145. package/dist/esm/api/resources/dev/client/Client.mjs +30 -18
  146. package/dist/esm/api/resources/drivers/client/Client.d.mts +4 -2
  147. package/dist/esm/api/resources/drivers/client/Client.mjs +50 -30
  148. package/dist/esm/api/resources/milestoneNotifications/client/Client.d.mts +4 -2
  149. package/dist/esm/api/resources/milestoneNotifications/client/Client.mjs +10 -6
  150. package/dist/esm/api/resources/milestones/client/Client.d.mts +4 -2
  151. package/dist/esm/api/resources/milestones/client/Client.mjs +10 -6
  152. package/dist/esm/api/resources/milestones/resources/blurhash/client/Client.d.mts +4 -2
  153. package/dist/esm/api/resources/milestones/resources/blurhash/client/Client.mjs +5 -3
  154. package/dist/esm/api/resources/milestones/resources/images/client/Client.d.mts +5 -2
  155. package/dist/esm/api/resources/milestones/resources/images/client/Client.mjs +16 -10
  156. package/dist/esm/api/resources/milestones/resources/images/client/requests/BodyPostMilestonesUploadImageOortMilestonesImagesUploadMilestoneIdPost.d.mts +1 -1
  157. package/dist/esm/api/resources/notifications/client/Client.d.mts +1 -1
  158. package/dist/esm/api/resources/notifications/resources/courier/client/Client.d.mts +4 -2
  159. package/dist/esm/api/resources/notifications/resources/courier/client/Client.mjs +10 -6
  160. package/dist/esm/api/resources/notifications/resources/shipper/client/Client.d.mts +4 -2
  161. package/dist/esm/api/resources/notifications/resources/shipper/client/Client.mjs +10 -6
  162. package/dist/esm/api/resources/offChrtShipperOrgInfo/client/Client.d.mts +4 -2
  163. package/dist/esm/api/resources/offChrtShipperOrgInfo/client/Client.mjs +25 -15
  164. package/dist/esm/api/resources/orders/client/Client.d.mts +4 -2
  165. package/dist/esm/api/resources/orders/client/Client.mjs +25 -15
  166. package/dist/esm/api/resources/orders/resources/full/client/Client.d.mts +4 -2
  167. package/dist/esm/api/resources/orders/resources/full/client/Client.mjs +15 -9
  168. package/dist/esm/api/resources/orgConnectionInfos/client/Client.d.mts +1 -1
  169. package/dist/esm/api/resources/orgConnectionInfos/resources/courier/client/Client.d.mts +4 -2
  170. package/dist/esm/api/resources/orgConnectionInfos/resources/courier/client/Client.mjs +15 -9
  171. package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/Client.d.mts +4 -2
  172. package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/Client.mjs +15 -9
  173. package/dist/esm/api/resources/orgProfiles/client/Client.d.mts +4 -2
  174. package/dist/esm/api/resources/orgProfiles/client/Client.mjs +25 -15
  175. package/dist/esm/api/resources/orgs/client/Client.d.mts +4 -2
  176. package/dist/esm/api/resources/orgs/client/Client.mjs +40 -24
  177. package/dist/esm/api/resources/payments/client/Client.d.mts +4 -2
  178. package/dist/esm/api/resources/payments/client/Client.mjs +25 -15
  179. package/dist/esm/api/resources/root/client/Client.d.mts +4 -2
  180. package/dist/esm/api/resources/root/client/Client.mjs +25 -15
  181. package/dist/esm/api/resources/shipperContactInfo/client/Client.d.mts +4 -2
  182. package/dist/esm/api/resources/shipperContactInfo/client/Client.mjs +45 -27
  183. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/Client.d.mts +4 -2
  184. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/Client.mjs +25 -15
  185. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/Client.d.mts +4 -2
  186. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/Client.mjs +5 -3
  187. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.d.mts +4 -2
  188. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.mjs +5 -3
  189. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/Client.d.mts +4 -2
  190. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/Client.mjs +5 -3
  191. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.d.mts +4 -2
  192. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.mjs +15 -9
  193. package/dist/esm/api/resources/shipperPayCourierPayments/client/Client.d.mts +4 -2
  194. package/dist/esm/api/resources/shipperPayCourierPayments/client/Client.mjs +35 -21
  195. package/dist/esm/api/resources/shipperPayCourierRateSheets/client/Client.d.mts +4 -2
  196. package/dist/esm/api/resources/shipperPayCourierRateSheets/client/Client.mjs +25 -15
  197. package/dist/esm/api/resources/taskGroups/client/Client.d.mts +4 -2
  198. package/dist/esm/api/resources/taskGroups/client/Client.mjs +30 -18
  199. package/dist/esm/api/resources/taskGroups/resources/full/client/Client.d.mts +4 -2
  200. package/dist/esm/api/resources/taskGroups/resources/full/client/Client.mjs +10 -6
  201. package/dist/esm/api/resources/taskGroups/resources/togglePause/client/Client.d.mts +4 -2
  202. package/dist/esm/api/resources/taskGroups/resources/togglePause/client/Client.mjs +5 -3
  203. package/dist/esm/api/resources/tracking/client/Client.d.mts +1 -1
  204. package/dist/esm/api/resources/tracking/resources/cargoByDevice/client/Client.d.mts +4 -2
  205. package/dist/esm/api/resources/tracking/resources/cargoByDevice/client/Client.mjs +5 -4
  206. package/dist/esm/api/resources/tracking/resources/cargoByDriver/client/Client.d.mts +4 -2
  207. package/dist/esm/api/resources/tracking/resources/cargoByDriver/client/Client.mjs +5 -4
  208. package/dist/esm/api/resources/tracking/resources/devices/client/Client.d.mts +7 -7
  209. package/dist/esm/api/resources/tracking/resources/devices/client/Client.mjs +37 -28
  210. package/dist/esm/api/resources/tracking/resources/devices/client/requests/DevicesGetRequest.d.mts +3 -4
  211. package/dist/esm/api/resources/tracking/resources/driver/client/Client.d.mts +4 -2
  212. package/dist/esm/api/resources/tracking/resources/driver/client/Client.mjs +5 -3
  213. package/dist/esm/api/resources/tracking/resources/sessionByDevice/client/Client.d.mts +14 -2
  214. package/dist/esm/api/resources/tracking/resources/sessionByDevice/client/Client.mjs +96 -34
  215. package/dist/esm/api/resources/tracking/resources/taskGroupByDriver/client/Client.d.mts +4 -2
  216. package/dist/esm/api/resources/tracking/resources/taskGroupByDriver/client/Client.mjs +5 -4
  217. package/dist/esm/api/resources/users/client/Client.d.mts +4 -2
  218. package/dist/esm/api/resources/users/client/Client.mjs +5 -3
  219. package/dist/esm/api/resources/utils/client/Client.d.mts +4 -2
  220. package/dist/esm/api/resources/utils/client/Client.mjs +5 -4
  221. package/dist/esm/api/resources/utils/client/requests/UtilsGetTimezoneRequest.d.mts +2 -6
  222. package/dist/esm/api/types/Session1.d.mts +14 -0
  223. package/dist/esm/api/types/Session1.mjs +4 -0
  224. package/dist/esm/api/types/index.d.mts +1 -0
  225. package/dist/esm/api/types/index.mjs +1 -0
  226. package/dist/esm/core/auth/AuthProvider.d.mts +4 -0
  227. package/dist/esm/core/auth/AuthRequest.d.mts +9 -0
  228. package/dist/esm/core/auth/AuthRequest.mjs +1 -0
  229. package/dist/esm/core/auth/index.d.mts +2 -0
  230. package/dist/esm/core/exports.d.mts +1 -0
  231. package/dist/esm/core/exports.mjs +1 -0
  232. package/dist/esm/core/fetcher/Fetcher.d.mts +2 -2
  233. package/dist/esm/core/fetcher/Fetcher.mjs +2 -2
  234. package/dist/esm/core/fetcher/index.d.mts +5 -5
  235. package/dist/esm/core/fetcher/index.mjs +2 -2
  236. package/dist/esm/core/fetcher/requestWithRetries.mjs +44 -8
  237. package/dist/esm/core/file/exports.d.mts +1 -0
  238. package/dist/esm/core/file/exports.mjs +1 -0
  239. package/dist/esm/core/file/file.d.mts +5 -0
  240. package/dist/esm/core/file/file.mjs +167 -0
  241. package/dist/esm/core/file/index.d.mts +2 -0
  242. package/dist/esm/core/file/index.mjs +2 -0
  243. package/dist/esm/core/file/types.d.mts +66 -0
  244. package/dist/esm/core/file/types.mjs +1 -0
  245. package/dist/esm/core/headers.d.mts +2 -2
  246. package/dist/esm/core/index.d.mts +1 -1
  247. package/dist/esm/core/index.mjs +1 -1
  248. package/dist/esm/exports.d.mts +1 -0
  249. package/dist/esm/exports.mjs +1 -0
  250. package/dist/esm/index.d.mts +1 -0
  251. package/dist/esm/index.mjs +1 -0
  252. package/dist/esm/version.d.mts +1 -1
  253. package/dist/esm/version.mjs +1 -1
  254. package/package.json +1 -1
  255. package/reference.md +120 -4
  256. package/dist/cjs/core/file.d.ts +0 -1
  257. package/dist/esm/core/file.d.mts +0 -1
  258. /package/dist/cjs/core/{file.js → auth/AuthProvider.js} +0 -0
  259. /package/dist/esm/core/{file.mjs → auth/AuthProvider.mjs} +0 -0
@@ -79,11 +79,12 @@ class Utils {
79
79
  const _queryParams = {};
80
80
  _queryParams["lat"] = lat.toString();
81
81
  _queryParams["lng"] = lng.toString();
82
- const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
83
- 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, "utils/timezone"),
82
+ let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
83
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
84
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, "utils/timezone"),
84
85
  method: "GET",
85
- headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
86
- queryParameters: _queryParams,
86
+ headers: _headers,
87
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
87
88
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
88
89
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
89
90
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -9,12 +9,8 @@
9
9
  * }
10
10
  */
11
11
  export interface UtilsGetTimezoneRequest {
12
- /**
13
- * Latitude in decimal degrees (range: -90 to 90)
14
- */
12
+ /** Latitude in decimal degrees (range: -90 to 90) */
15
13
  lat: number;
16
- /**
17
- * Longitude in decimal degrees (range: -180 to 180)
18
- */
14
+ /** Longitude in decimal degrees (range: -180 to 180) */
19
15
  lng: number;
20
16
  }
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface Session1 {
5
+ schema_version: number;
6
+ device_id: string;
7
+ device_mac_address: string;
8
+ /** Must be a string starting with `org_` */
9
+ org_id: string;
10
+ comments?: string | null;
11
+ recording?: boolean;
12
+ terminated?: boolean;
13
+ _id: string;
14
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -66,6 +66,7 @@ export * from "./Position2D.js";
66
66
  export * from "./Position3D.js";
67
67
  export * from "./PriceNameEnum.js";
68
68
  export * from "./RouteTypeEnum1.js";
69
+ export * from "./Session1.js";
69
70
  export * from "./ShipperContactInfo1.js";
70
71
  export * from "./ShipperContactInfoClientCreate1.js";
71
72
  export * from "./ShipperNotificationEventEnum.js";
@@ -82,6 +82,7 @@ __exportStar(require("./Position2D.js"), exports);
82
82
  __exportStar(require("./Position3D.js"), exports);
83
83
  __exportStar(require("./PriceNameEnum.js"), exports);
84
84
  __exportStar(require("./RouteTypeEnum1.js"), exports);
85
+ __exportStar(require("./Session1.js"), exports);
85
86
  __exportStar(require("./ShipperContactInfo1.js"), exports);
86
87
  __exportStar(require("./ShipperContactInfoClientCreate1.js"), exports);
87
88
  __exportStar(require("./ShipperNotificationEventEnum.js"), exports);
@@ -0,0 +1,4 @@
1
+ import { AuthRequest } from "./AuthRequest.js";
2
+ export interface AuthProvider {
3
+ getAuthRequest(): Promise<AuthRequest>;
4
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Request parameters for authentication requests.
3
+ */
4
+ export interface AuthRequest {
5
+ /**
6
+ * The headers to be included in the request.
7
+ */
8
+ headers: Record<string, string>;
9
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +1,4 @@
1
+ export { AuthProvider } from "./AuthProvider.js";
2
+ export { type AuthRequest } from "./AuthRequest.js";
1
3
  export { BasicAuth } from "./BasicAuth.js";
2
4
  export { BearerToken } from "./BearerToken.js";
@@ -0,0 +1 @@
1
+ export * from "./file/exports.js";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./file/exports.js"), exports);
@@ -6,8 +6,8 @@ export declare namespace Fetcher {
6
6
  url: string;
7
7
  method: string;
8
8
  contentType?: string;
9
- headers?: Record<string, string | Supplier<string | undefined> | undefined>;
10
- queryParameters?: Record<string, string | string[] | object | object[] | null>;
9
+ headers?: Record<string, string | Supplier<string | null | undefined> | null | undefined>;
10
+ queryParameters?: Record<string, unknown>;
11
11
  body?: unknown;
12
12
  timeoutMs?: number;
13
13
  maxRetries?: number;
@@ -12,15 +12,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.fetcher = void 0;
13
13
  exports.fetcherImpl = fetcherImpl;
14
14
  const json_js_1 = require("../json.js");
15
- const RawResponse_js_1 = require("./RawResponse.js");
16
- const Supplier_js_1 = require("./Supplier.js");
17
15
  const createRequestUrl_js_1 = require("./createRequestUrl.js");
18
16
  const getErrorResponseBody_js_1 = require("./getErrorResponseBody.js");
19
17
  const getFetchFn_js_1 = require("./getFetchFn.js");
20
18
  const getRequestBody_js_1 = require("./getRequestBody.js");
21
19
  const getResponseBody_js_1 = require("./getResponseBody.js");
22
20
  const makeRequest_js_1 = require("./makeRequest.js");
21
+ const RawResponse_js_1 = require("./RawResponse.js");
23
22
  const requestWithRetries_js_1 = require("./requestWithRetries.js");
23
+ const Supplier_js_1 = require("./Supplier.js");
24
24
  function getHeaders(args) {
25
25
  return __awaiter(this, void 0, void 0, function* () {
26
26
  const newHeaders = {};
@@ -1,9 +1,9 @@
1
1
  export type { APIResponse } from "./APIResponse.js";
2
- export { fetcher } from "./Fetcher.js";
2
+ export type { BinaryResponse } from "./BinaryResponse.js";
3
3
  export type { Fetcher, FetchFunction } from "./Fetcher.js";
4
+ export { fetcher } from "./Fetcher.js";
4
5
  export { getHeader } from "./getHeader.js";
5
- export { Supplier } from "./Supplier.js";
6
- export { abortRawResponse, toRawResponse, unknownRawResponse } from "./RawResponse.js";
7
- export type { RawResponse, WithRawResponse } from "./RawResponse.js";
8
6
  export { HttpResponsePromise } from "./HttpResponsePromise.js";
9
- export { BinaryResponse } from "./BinaryResponse.js";
7
+ export type { RawResponse, WithRawResponse } from "./RawResponse.js";
8
+ export { abortRawResponse, toRawResponse, unknownRawResponse } from "./RawResponse.js";
9
+ export { Supplier } from "./Supplier.js";
@@ -1,15 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.HttpResponsePromise = exports.unknownRawResponse = exports.toRawResponse = exports.abortRawResponse = exports.Supplier = exports.getHeader = exports.fetcher = void 0;
3
+ exports.Supplier = exports.unknownRawResponse = exports.toRawResponse = exports.abortRawResponse = exports.HttpResponsePromise = exports.getHeader = exports.fetcher = void 0;
4
4
  var Fetcher_js_1 = require("./Fetcher.js");
5
5
  Object.defineProperty(exports, "fetcher", { enumerable: true, get: function () { return Fetcher_js_1.fetcher; } });
6
6
  var getHeader_js_1 = require("./getHeader.js");
7
7
  Object.defineProperty(exports, "getHeader", { enumerable: true, get: function () { return getHeader_js_1.getHeader; } });
8
- var Supplier_js_1 = require("./Supplier.js");
9
- Object.defineProperty(exports, "Supplier", { enumerable: true, get: function () { return Supplier_js_1.Supplier; } });
8
+ var HttpResponsePromise_js_1 = require("./HttpResponsePromise.js");
9
+ Object.defineProperty(exports, "HttpResponsePromise", { enumerable: true, get: function () { return HttpResponsePromise_js_1.HttpResponsePromise; } });
10
10
  var RawResponse_js_1 = require("./RawResponse.js");
11
11
  Object.defineProperty(exports, "abortRawResponse", { enumerable: true, get: function () { return RawResponse_js_1.abortRawResponse; } });
12
12
  Object.defineProperty(exports, "toRawResponse", { enumerable: true, get: function () { return RawResponse_js_1.toRawResponse; } });
13
13
  Object.defineProperty(exports, "unknownRawResponse", { enumerable: true, get: function () { return RawResponse_js_1.unknownRawResponse; } });
14
- var HttpResponsePromise_js_1 = require("./HttpResponsePromise.js");
15
- Object.defineProperty(exports, "HttpResponsePromise", { enumerable: true, get: function () { return HttpResponsePromise_js_1.HttpResponsePromise; } });
14
+ var Supplier_js_1 = require("./Supplier.js");
15
+ Object.defineProperty(exports, "Supplier", { enumerable: true, get: function () { return Supplier_js_1.Supplier; } });
@@ -14,21 +14,57 @@ const INITIAL_RETRY_DELAY = 1000; // in milliseconds
14
14
  const MAX_RETRY_DELAY = 60000; // in milliseconds
15
15
  const DEFAULT_MAX_RETRIES = 2;
16
16
  const JITTER_FACTOR = 0.2; // 20% random jitter
17
- function addJitter(delay) {
18
- // Generate a random value between -JITTER_FACTOR and +JITTER_FACTOR
19
- const jitterMultiplier = 1 + (Math.random() * 2 - 1) * JITTER_FACTOR;
17
+ function addPositiveJitter(delay) {
18
+ // Generate a random value between 0 and +JITTER_FACTOR
19
+ const jitterMultiplier = 1 + Math.random() * JITTER_FACTOR;
20
20
  return delay * jitterMultiplier;
21
21
  }
22
+ function addSymmetricJitter(delay) {
23
+ // Generate a random value in a JITTER_FACTOR-sized percentage range around delay
24
+ const jitterMultiplier = 1 + (Math.random() - 0.5) * JITTER_FACTOR;
25
+ return delay * jitterMultiplier;
26
+ }
27
+ function getRetryDelayFromHeaders(response, retryAttempt) {
28
+ // Check for Retry-After header first (RFC 7231), with no jitter
29
+ const retryAfter = response.headers.get("Retry-After");
30
+ if (retryAfter) {
31
+ // Parse as number of seconds...
32
+ const retryAfterSeconds = parseInt(retryAfter, 10);
33
+ if (!isNaN(retryAfterSeconds) && retryAfterSeconds > 0) {
34
+ return Math.min(retryAfterSeconds * 1000, MAX_RETRY_DELAY);
35
+ }
36
+ // ...or as an HTTP date; both are valid
37
+ const retryAfterDate = new Date(retryAfter);
38
+ if (!isNaN(retryAfterDate.getTime())) {
39
+ const delay = retryAfterDate.getTime() - Date.now();
40
+ if (delay > 0) {
41
+ return Math.min(Math.max(delay, 0), MAX_RETRY_DELAY);
42
+ }
43
+ }
44
+ }
45
+ // Then check for industry-standard X-RateLimit-Reset header, with positive jitter
46
+ const rateLimitReset = response.headers.get("X-RateLimit-Reset");
47
+ if (rateLimitReset) {
48
+ const resetTime = parseInt(rateLimitReset, 10);
49
+ if (!isNaN(resetTime)) {
50
+ // Assume Unix timestamp in epoch seconds
51
+ const delay = resetTime * 1000 - Date.now();
52
+ if (delay > 0) {
53
+ return addPositiveJitter(Math.min(delay, MAX_RETRY_DELAY));
54
+ }
55
+ }
56
+ }
57
+ // Fall back to exponential backoff, with symmetric jitter
58
+ return addSymmetricJitter(Math.min(INITIAL_RETRY_DELAY * Math.pow(2, retryAttempt), MAX_RETRY_DELAY));
59
+ }
22
60
  function requestWithRetries(requestFn_1) {
23
61
  return __awaiter(this, arguments, void 0, function* (requestFn, maxRetries = DEFAULT_MAX_RETRIES) {
24
62
  let response = yield requestFn();
25
63
  for (let i = 0; i < maxRetries; ++i) {
26
64
  if ([408, 429].includes(response.status) || response.status >= 500) {
27
- // Calculate base delay using exponential backoff (in milliseconds)
28
- const baseDelay = Math.min(INITIAL_RETRY_DELAY * Math.pow(2, i), MAX_RETRY_DELAY);
29
- // Add jitter to the delay
30
- const delayWithJitter = addJitter(baseDelay);
31
- yield new Promise((resolve) => setTimeout(resolve, delayWithJitter));
65
+ // Get delay with appropriate jitter applied
66
+ const delay = getRetryDelayFromHeaders(response, i);
67
+ yield new Promise((resolve) => setTimeout(resolve, delay));
32
68
  response = yield requestFn();
33
69
  }
34
70
  else {
@@ -0,0 +1 @@
1
+ export { Uploadable } from "./types.js";
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import { Uploadable } from "./types.js";
2
+ export declare function toBinaryUploadRequest(file: Uploadable): Promise<{
3
+ body: Uploadable.FileLike;
4
+ headers?: Record<string, string>;
5
+ }>;
@@ -0,0 +1,203 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
36
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
37
+ return new (P || (P = Promise))(function (resolve, reject) {
38
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
39
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
40
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
41
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
42
+ });
43
+ };
44
+ Object.defineProperty(exports, "__esModule", { value: true });
45
+ exports.toBinaryUploadRequest = toBinaryUploadRequest;
46
+ function toBinaryUploadRequest(file) {
47
+ return __awaiter(this, void 0, void 0, function* () {
48
+ const { data, filename, contentLength, contentType } = yield getFileWithMetadata(file);
49
+ const request = {
50
+ body: data,
51
+ headers: {},
52
+ };
53
+ if (filename) {
54
+ request.headers["Content-Disposition"] = `attachment; filename="${filename}"`;
55
+ }
56
+ if (contentType) {
57
+ request.headers["Content-Type"] = contentType;
58
+ }
59
+ if (contentLength != null) {
60
+ request.headers["Content-Length"] = contentLength.toString();
61
+ }
62
+ return request;
63
+ });
64
+ }
65
+ function getFileWithMetadata(file) {
66
+ return __awaiter(this, void 0, void 0, function* () {
67
+ var _a, _b, _c, _d, _e;
68
+ if (isFileLike(file)) {
69
+ return getFileWithMetadata({
70
+ data: file,
71
+ });
72
+ }
73
+ if ("path" in file) {
74
+ const fs = yield Promise.resolve().then(() => __importStar(require("fs")));
75
+ if (!fs || !fs.createReadStream) {
76
+ throw new Error("File path uploads are not supported in this environment.");
77
+ }
78
+ const data = fs.createReadStream(file.path);
79
+ const contentLength = (_a = file.contentLength) !== null && _a !== void 0 ? _a : (yield tryGetFileSizeFromPath(file.path));
80
+ const filename = (_b = file.filename) !== null && _b !== void 0 ? _b : getNameFromPath(file.path);
81
+ return {
82
+ data,
83
+ filename,
84
+ contentType: file.contentType,
85
+ contentLength,
86
+ };
87
+ }
88
+ if ("data" in file) {
89
+ const data = file.data;
90
+ const contentLength = (_c = file.contentLength) !== null && _c !== void 0 ? _c : (yield tryGetContentLengthFromFileLike(data));
91
+ const filename = (_d = file.filename) !== null && _d !== void 0 ? _d : tryGetNameFromFileLike(data);
92
+ return {
93
+ data,
94
+ filename,
95
+ contentType: (_e = file.contentType) !== null && _e !== void 0 ? _e : tryGetContentTypeFromFileLike(data),
96
+ contentLength,
97
+ };
98
+ }
99
+ throw new Error(`Invalid FileUpload of type ${typeof file}: ${JSON.stringify(file)}`);
100
+ });
101
+ }
102
+ function isFileLike(value) {
103
+ return (isBuffer(value) ||
104
+ isArrayBufferView(value) ||
105
+ isArrayBuffer(value) ||
106
+ isUint8Array(value) ||
107
+ isBlob(value) ||
108
+ isFile(value) ||
109
+ isStreamLike(value) ||
110
+ isReadableStream(value));
111
+ }
112
+ function tryGetFileSizeFromPath(path) {
113
+ return __awaiter(this, void 0, void 0, function* () {
114
+ try {
115
+ const fs = yield Promise.resolve().then(() => __importStar(require("fs")));
116
+ if (!fs || !fs.promises || !fs.promises.stat) {
117
+ return undefined;
118
+ }
119
+ const fileStat = yield fs.promises.stat(path);
120
+ return fileStat.size;
121
+ }
122
+ catch (fallbackError) {
123
+ return undefined;
124
+ }
125
+ });
126
+ }
127
+ function tryGetNameFromFileLike(data) {
128
+ if (isNamedValue(data)) {
129
+ return data.name;
130
+ }
131
+ if (isPathedValue(data)) {
132
+ return getNameFromPath(data.path.toString());
133
+ }
134
+ return undefined;
135
+ }
136
+ function tryGetContentLengthFromFileLike(data) {
137
+ return __awaiter(this, void 0, void 0, function* () {
138
+ if (isBuffer(data)) {
139
+ return data.length;
140
+ }
141
+ if (isArrayBufferView(data)) {
142
+ return data.byteLength;
143
+ }
144
+ if (isArrayBuffer(data)) {
145
+ return data.byteLength;
146
+ }
147
+ if (isBlob(data)) {
148
+ return data.size;
149
+ }
150
+ if (isFile(data)) {
151
+ return data.size;
152
+ }
153
+ if (isPathedValue(data)) {
154
+ return yield tryGetFileSizeFromPath(data.path.toString());
155
+ }
156
+ return undefined;
157
+ });
158
+ }
159
+ function tryGetContentTypeFromFileLike(data) {
160
+ if (isBlob(data)) {
161
+ return data.type;
162
+ }
163
+ if (isFile(data)) {
164
+ return data.type;
165
+ }
166
+ return undefined;
167
+ }
168
+ function getNameFromPath(path) {
169
+ const lastForwardSlash = path.lastIndexOf("/");
170
+ const lastBackSlash = path.lastIndexOf("\\");
171
+ const lastSlashIndex = Math.max(lastForwardSlash, lastBackSlash);
172
+ return lastSlashIndex >= 0 ? path.substring(lastSlashIndex + 1) : path;
173
+ }
174
+ function isNamedValue(value) {
175
+ return typeof value === "object" && value != null && "name" in value;
176
+ }
177
+ function isPathedValue(value) {
178
+ return typeof value === "object" && value != null && "path" in value;
179
+ }
180
+ function isStreamLike(value) {
181
+ return typeof value === "object" && value != null && ("read" in value || "pipe" in value);
182
+ }
183
+ function isReadableStream(value) {
184
+ return typeof value === "object" && value != null && "getReader" in value;
185
+ }
186
+ function isBuffer(value) {
187
+ return typeof Buffer !== "undefined" && Buffer.isBuffer && Buffer.isBuffer(value);
188
+ }
189
+ function isArrayBufferView(value) {
190
+ return typeof ArrayBuffer !== "undefined" && ArrayBuffer.isView(value);
191
+ }
192
+ function isArrayBuffer(value) {
193
+ return typeof ArrayBuffer !== "undefined" && value instanceof ArrayBuffer;
194
+ }
195
+ function isUint8Array(value) {
196
+ return typeof Uint8Array !== "undefined" && value instanceof Uint8Array;
197
+ }
198
+ function isBlob(value) {
199
+ return typeof Blob !== "undefined" && value instanceof Blob;
200
+ }
201
+ function isFile(value) {
202
+ return typeof File !== "undefined" && value instanceof File;
203
+ }
@@ -0,0 +1,2 @@
1
+ export * from "./file.js";
2
+ export * from "./types.js";
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./file.js"), exports);
18
+ __exportStar(require("./types.js"), exports);
@@ -0,0 +1,66 @@
1
+ /**
2
+ * A file that can be uploaded. Can be a file-like object (stream, buffer, blob, etc.),
3
+ * a path to a file, or an object with a file-like object and metadata.
4
+ */
5
+ export type Uploadable = Uploadable.FileLike | Uploadable.FromPath | Uploadable.WithMetadata;
6
+ export declare namespace Uploadable {
7
+ /**
8
+ * Various file-like objects that can be used to upload a file.
9
+ */
10
+ type FileLike = ArrayBuffer | ArrayBufferLike | ArrayBufferView | Uint8Array | import("buffer").Buffer | import("buffer").Blob | import("buffer").File | import("stream").Readable | import("stream/web").ReadableStream | globalThis.Blob | globalThis.File | ReadableStream;
11
+ /**
12
+ * A file path with optional metadata, used for uploading a file from the file system.
13
+ */
14
+ type FromPath = {
15
+ /** The path to the file to upload */
16
+ path: string;
17
+ /**
18
+ * Optional override for the file name (defaults to basename of path).
19
+ * This is used to set the `Content-Disposition` header in upload requests.
20
+ */
21
+ filename?: string;
22
+ /**
23
+ * Optional MIME type of the file (e.g., 'image/jpeg', 'text/plain').
24
+ * This is used to set the `Content-Type` header in upload requests.
25
+ */
26
+ contentType?: string;
27
+ /**
28
+ * Optional file size in bytes.
29
+ * If not provided, the file size will be determined from the file system.
30
+ * The content length is used to set the `Content-Length` header in upload requests.
31
+ */
32
+ contentLength?: number;
33
+ };
34
+ /**
35
+ * A file-like object with metadata, used for uploading files.
36
+ */
37
+ type WithMetadata = {
38
+ /** The file data */
39
+ data: FileLike;
40
+ /**
41
+ * Optional override for the file name (defaults to basename of path).
42
+ * This is used to set the `Content-Disposition` header in upload requests.
43
+ */
44
+ filename?: string;
45
+ /**
46
+ * Optional MIME type of the file (e.g., 'image/jpeg', 'text/plain').
47
+ * This is used to set the `Content-Type` header in upload requests.
48
+ *
49
+ * If not provided, the content type may be determined from the data itself.
50
+ * * If the data is a `File`, `Blob`, or similar, the content type will be determined from the file itself, if the type is set.
51
+ * * Any other data type will not have a content type set, and the upload request will use `Content-Type: application/octet-stream` instead.
52
+ */
53
+ contentType?: string;
54
+ /**
55
+ * Optional file size in bytes.
56
+ * The content length is used to set the `Content-Length` header in upload requests.
57
+ * If the content length is not provided and cannot be determined, the upload request will not include the `Content-Length` header, but will use `Transfer-Encoding: chunked` instead.
58
+ *
59
+ * If not provided, the file size will be determined depending on the data type.
60
+ * * If the data is of type `fs.ReadStream` (`createReadStream`), the size will be determined from the file system.
61
+ * * If the data is a `Buffer`, `ArrayBuffer`, `Uint8Array`, `Blob`, `File`, or similar, the size will be determined from the data itself.
62
+ * * If the data is a `Readable` or `ReadableStream`, the size will not be determined.
63
+ */
64
+ contentLength?: number;
65
+ };
66
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,3 @@
1
1
  import * as core from "./index.js";
2
- export declare function mergeHeaders(...headersArray: (Record<string, string | core.Supplier<string | undefined> | undefined> | undefined)[]): Record<string, string | core.Supplier<string | undefined>>;
3
- export declare function mergeOnlyDefinedHeaders(...headersArray: (Record<string, string | core.Supplier<string | undefined> | undefined> | undefined)[]): Record<string, string | core.Supplier<string | undefined>>;
2
+ export declare function mergeHeaders(...headersArray: (Record<string, string | core.Supplier<string | null | undefined> | null | undefined> | null | undefined)[]): Record<string, string | core.Supplier<string | null | undefined>>;
3
+ export declare function mergeOnlyDefinedHeaders(...headersArray: (Record<string, string | core.Supplier<string | null | undefined> | null | undefined> | null | undefined)[]): Record<string, string | core.Supplier<string | null | undefined>>;
@@ -4,4 +4,4 @@ export * as url from "./url/index.js";
4
4
  export * from "./auth/index.js";
5
5
  export * from "./base64.js";
6
6
  export * from "./form-data-utils/index.js";
7
- export * from "./file.js";
7
+ export * as file from "./file/index.js";
@@ -36,11 +36,11 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.url = void 0;
39
+ exports.file = exports.url = void 0;
40
40
  __exportStar(require("./fetcher/index.js"), exports);
41
41
  __exportStar(require("./runtime/index.js"), exports);
42
42
  exports.url = __importStar(require("./url/index.js"));
43
43
  __exportStar(require("./auth/index.js"), exports);
44
44
  __exportStar(require("./base64.js"), exports);
45
45
  __exportStar(require("./form-data-utils/index.js"), exports);
46
- __exportStar(require("./file.js"), exports);
46
+ exports.file = __importStar(require("./file/index.js"));
@@ -0,0 +1 @@
1
+ export * from "./core/exports.js";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./core/exports.js"), exports);
@@ -2,3 +2,4 @@ export * as Chrt from "./api/index.js";
2
2
  export { ChrtError, ChrtTimeoutError } from "./errors/index.js";
3
3
  export { ChrtClient } from "./Client.js";
4
4
  export { ChrtEnvironment } from "./environments.js";
5
+ export * from "./exports.js";