@chrt-inc/typescript-sdk 1.326.0 → 1.331.0

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 (418) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/courierPayDriverLineItemGroups/client/Client.d.ts +4 -4
  3. package/dist/cjs/api/resources/courierPayDriverLineItemGroups/client/Client.js +4 -4
  4. package/dist/cjs/api/resources/courierPayDriverLineItemGroups/resources/addLineItems/client/Client.d.ts +1 -1
  5. package/dist/cjs/api/resources/courierPayDriverLineItemGroups/resources/addLineItems/client/Client.js +1 -1
  6. package/dist/cjs/api/resources/courierPayDriverLineItemGroups/resources/removeLineItems/client/Client.d.ts +1 -1
  7. package/dist/cjs/api/resources/courierPayDriverLineItemGroups/resources/removeLineItems/client/Client.js +1 -1
  8. package/dist/cjs/api/resources/courierPayDriverPayouts/client/Client.d.ts +4 -4
  9. package/dist/cjs/api/resources/courierPayDriverPayouts/client/Client.js +4 -4
  10. package/dist/cjs/api/resources/courierPayDriverRateSheets/client/Client.d.ts +6 -6
  11. package/dist/cjs/api/resources/courierPayDriverRateSheets/client/Client.js +6 -6
  12. package/dist/cjs/api/resources/courierPayDriverStatements/client/Client.d.ts +4 -4
  13. package/dist/cjs/api/resources/courierPayDriverStatements/client/Client.js +4 -4
  14. package/dist/cjs/api/resources/drivers/client/Client.d.ts +2 -1
  15. package/dist/cjs/api/resources/drivers/client/Client.js +20 -3
  16. package/dist/cjs/api/resources/drivers/client/requests/DriverClientCreate1.d.ts +2 -0
  17. package/dist/cjs/api/resources/orders/resources/expanded/client/Client.d.ts +2 -2
  18. package/dist/cjs/api/resources/orders/resources/expanded/client/Client.js +2 -2
  19. package/dist/cjs/api/resources/payments/client/Client.d.ts +5 -5
  20. package/dist/cjs/api/resources/payments/client/Client.js +5 -5
  21. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/Client.d.ts +5 -5
  22. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/Client.js +5 -5
  23. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/Client.d.ts +1 -1
  24. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/Client.js +1 -1
  25. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.d.ts +1 -1
  26. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.js +1 -1
  27. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/Client.d.ts +1 -1
  28. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/Client.js +1 -1
  29. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.d.ts +3 -3
  30. package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.js +3 -3
  31. package/dist/cjs/api/resources/shipperPayCourierPayments/client/Client.d.ts +7 -7
  32. package/dist/cjs/api/resources/shipperPayCourierPayments/client/Client.js +7 -7
  33. package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/Client.d.ts +5 -5
  34. package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/Client.js +5 -5
  35. package/dist/cjs/api/resources/shipperPayCourierStatements/client/Client.d.ts +7 -7
  36. package/dist/cjs/api/resources/shipperPayCourierStatements/client/Client.js +7 -7
  37. package/dist/cjs/api/resources/tracking/client/Client.d.ts +9 -12
  38. package/dist/cjs/api/resources/tracking/client/Client.js +15 -20
  39. package/dist/cjs/api/resources/tracking/resources/devices/client/Client.d.ts +25 -25
  40. package/dist/cjs/api/resources/tracking/resources/devices/client/Client.js +73 -73
  41. package/dist/cjs/api/resources/tracking/resources/devices/client/requests/index.d.ts +1 -1
  42. package/dist/cjs/api/resources/tracking/resources/driver/client/Client.d.ts +1 -2
  43. package/dist/cjs/api/resources/tracking/resources/driver/client/Client.js +1 -2
  44. package/dist/cjs/api/resources/tracking/resources/driver/client/requests/DriverUpdateReq.d.ts +0 -2
  45. package/dist/cjs/api/resources/tracking/resources/index.d.ts +5 -8
  46. package/dist/cjs/api/resources/tracking/resources/index.js +6 -9
  47. package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.d.ts +164 -0
  48. package/dist/cjs/api/resources/tracking/resources/{sessionByDevice → sessions}/client/Client.js +50 -394
  49. package/dist/cjs/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceCreateSessionRequest1.d.ts → sessions/client/requests/SessionCreateSessionRequest1.d.ts} +1 -1
  50. package/dist/cjs/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceUpdateRequest1.d.ts → sessions/client/requests/SessionUpdateRequest1.d.ts} +1 -1
  51. package/dist/{esm/api/resources/tracking/resources/sessionByDevice/client/requests/SessionByDeviceGetV1Request.d.mts → cjs/api/resources/tracking/resources/sessions/client/requests/SessionsDeleteV1Request.d.ts} +1 -1
  52. package/dist/cjs/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceGetV1Request.d.ts → sessions/client/requests/SessionsGetV1Request.d.ts} +1 -1
  53. package/dist/{esm/api/resources/tracking/resources/sessionByDevice/client/requests/SessionByDeviceDeleteV1Request.d.mts → cjs/api/resources/tracking/resources/sessions/client/requests/SessionsPauseRecordingV1Request.d.ts} +1 -1
  54. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionsResumeRecordingV1Request.d.ts +12 -0
  55. package/dist/{esm/api/resources/tracking/resources/sessionByDevice/client/requests/SessionByDeviceStartV1Request.d.mts → cjs/api/resources/tracking/resources/sessions/client/requests/SessionsStartV1Request.d.ts} +1 -1
  56. package/dist/cjs/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceStartV1Request.d.ts → sessions/client/requests/SessionsTerminateV1Request.d.ts} +1 -1
  57. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/index.d.ts +8 -0
  58. package/dist/cjs/api/resources/tracking/resources/sharing/client/Client.d.ts +100 -0
  59. package/dist/cjs/api/resources/tracking/resources/sharing/client/Client.js +330 -0
  60. package/dist/cjs/api/resources/tracking/resources/sharing/client/requests/CargoByDeviceSharingSettingsUpdateReq.d.ts +18 -0
  61. package/dist/cjs/api/resources/tracking/resources/sharing/client/requests/CargoByDriverSharingSettingsUpdateReq.d.ts +18 -0
  62. package/dist/cjs/api/resources/tracking/resources/sharing/client/requests/TaskGroupByDriverSharingSettingsUpdateReq.d.ts +16 -0
  63. package/dist/cjs/api/resources/tracking/resources/sharing/client/requests/index.d.ts +3 -0
  64. package/dist/cjs/api/resources/tracking/resources/timeseries/client/Client.d.ts +32 -0
  65. package/dist/cjs/api/resources/tracking/resources/timeseries/client/Client.js +32 -0
  66. package/dist/cjs/api/resources/tracking/resources/timeseries/index.d.ts +2 -0
  67. package/dist/cjs/api/resources/tracking/resources/timeseries/index.js +18 -0
  68. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.d.ts +116 -0
  69. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.js +414 -0
  70. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/CargoByDeviceDataPointsPublicV1Request.d.ts +16 -0
  71. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/CargoByDeviceDataPointsV1Request.d.ts +16 -0
  72. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/CargoByDeviceLastSeenPublicV1Request.d.ts +14 -0
  73. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/CargoByDeviceMarkOutliersRequest1.d.ts +14 -0
  74. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/index.d.ts +5 -0
  75. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.d.ts +100 -0
  76. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.js +346 -0
  77. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/CargoByDriverDataPointsPublicV1Request.d.ts +16 -0
  78. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/CargoByDriverDataPointsV1Request.d.ts +16 -0
  79. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/CargoByDriverLastSeenPublicV1Request.d.ts +14 -0
  80. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/index.d.ts +4 -0
  81. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/index.js +2 -0
  82. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/index.d.ts +8 -0
  83. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/index.js +47 -0
  84. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.d.ts +112 -0
  85. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.js +406 -0
  86. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/index.d.ts +2 -0
  87. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/index.js +17 -0
  88. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/index.d.ts +5 -0
  89. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/index.js +2 -0
  90. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/index.d.ts +1 -0
  91. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/index.js +17 -0
  92. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.ts +96 -0
  93. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.js +338 -0
  94. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/index.d.ts +2 -0
  95. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/index.js +17 -0
  96. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/TaskGroupByDriverDataPointsPublicV1Request.d.ts +14 -0
  97. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/TaskGroupByDriverDataPointsPublicV1Request.js +5 -0
  98. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/TaskGroupByDriverDataPointsV1Request.d.ts +14 -0
  99. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/TaskGroupByDriverDataPointsV1Request.js +5 -0
  100. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/TaskGroupByDriverLastSeenPublicV1Request.d.ts +12 -0
  101. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/TaskGroupByDriverLastSeenPublicV1Request.js +5 -0
  102. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/TaskGroupByDriverLastSeenV1Request.js +5 -0
  103. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/index.d.ts +4 -0
  104. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/index.js +2 -0
  105. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/index.d.ts +1 -0
  106. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/index.js +17 -0
  107. package/dist/cjs/api/types/{TrackingCargoByDeviceDataPoint1.d.ts → CargoByDeviceDataPoint1.d.ts} +2 -2
  108. package/dist/cjs/api/types/CargoByDeviceDataPoint1.js +5 -0
  109. package/dist/cjs/api/types/{TrackingCargoByDeviceDataPointMetadata1.d.ts → CargoByDeviceDataPointMetadata1.d.ts} +3 -3
  110. package/dist/cjs/api/types/CargoByDeviceDataPointMetadata1.js +5 -0
  111. package/dist/cjs/api/types/CargoByDeviceMarkOutliersResponse1.d.ts +7 -0
  112. package/dist/cjs/api/types/CargoByDeviceMarkOutliersResponse1.js +5 -0
  113. package/dist/cjs/api/types/CargoByDeviceSharingSettings1.d.ts +16 -0
  114. package/dist/cjs/api/types/CargoByDeviceSharingSettings1.js +5 -0
  115. package/dist/cjs/api/types/{TrackingCargoByDriverDataPoint1.d.ts → CargoByDriverDataPoint1.d.ts} +2 -2
  116. package/dist/cjs/api/types/CargoByDriverDataPoint1.js +5 -0
  117. package/dist/cjs/api/types/{TrackingCargoByDriverDataPointMetadata1.d.ts → CargoByDriverDataPointMetadata1.d.ts} +3 -3
  118. package/dist/cjs/api/types/CargoByDriverDataPointMetadata1.js +5 -0
  119. package/dist/cjs/api/types/CargoByDriverSharingSettings1.d.ts +16 -0
  120. package/dist/cjs/api/types/CargoByDriverSharingSettings1.js +5 -0
  121. package/dist/cjs/api/types/Driver1.d.ts +1 -1
  122. package/dist/cjs/api/types/DriverUpdateRes.d.ts +1 -1
  123. package/dist/cjs/api/types/{TrackingSessionByDeviceDataPoint1.d.ts → SessionByDeviceDataPoint1.d.ts} +2 -2
  124. package/dist/cjs/api/types/SessionByDeviceDataPoint1.js +5 -0
  125. package/dist/cjs/api/types/{TrackingSessionByDeviceDataPointMetadata1.d.ts → SessionByDeviceDataPointMetadata1.d.ts} +1 -1
  126. package/dist/cjs/api/types/SessionByDeviceDataPointMetadata1.js +5 -0
  127. package/dist/cjs/api/types/{SessionByDeviceDeleteResponse1.d.ts → SessionDeleteResponse1.d.ts} +1 -1
  128. package/dist/cjs/api/types/SessionDeleteResponse1.js +5 -0
  129. package/dist/cjs/api/types/{TrackingTaskGroupByDriverDataPoint1.d.ts → TaskGroupByDriverDataPoint1.d.ts} +2 -2
  130. package/dist/cjs/api/types/TaskGroupByDriverDataPoint1.js +5 -0
  131. package/dist/cjs/api/types/{TrackingTaskGroupByDriverDataPointMetadata1.d.ts → TaskGroupByDriverDataPointMetadata1.d.ts} +2 -2
  132. package/dist/cjs/api/types/TaskGroupByDriverDataPointMetadata1.js +5 -0
  133. package/dist/cjs/api/types/TaskGroupByDriverSharingSettings1.d.ts +15 -0
  134. package/dist/cjs/api/types/TaskGroupByDriverSharingSettings1.js +5 -0
  135. package/dist/cjs/api/types/TrackingSharingSettingsRes.d.ts +11 -0
  136. package/dist/cjs/api/types/TrackingSharingSettingsRes.js +5 -0
  137. package/dist/cjs/api/types/index.d.ts +14 -9
  138. package/dist/cjs/api/types/index.js +14 -9
  139. package/dist/cjs/version.d.ts +1 -1
  140. package/dist/cjs/version.js +1 -1
  141. package/dist/esm/Client.mjs +2 -2
  142. package/dist/esm/api/resources/courierPayDriverLineItemGroups/client/Client.d.mts +4 -4
  143. package/dist/esm/api/resources/courierPayDriverLineItemGroups/client/Client.mjs +4 -4
  144. package/dist/esm/api/resources/courierPayDriverLineItemGroups/resources/addLineItems/client/Client.d.mts +1 -1
  145. package/dist/esm/api/resources/courierPayDriverLineItemGroups/resources/addLineItems/client/Client.mjs +1 -1
  146. package/dist/esm/api/resources/courierPayDriverLineItemGroups/resources/removeLineItems/client/Client.d.mts +1 -1
  147. package/dist/esm/api/resources/courierPayDriverLineItemGroups/resources/removeLineItems/client/Client.mjs +1 -1
  148. package/dist/esm/api/resources/courierPayDriverPayouts/client/Client.d.mts +4 -4
  149. package/dist/esm/api/resources/courierPayDriverPayouts/client/Client.mjs +4 -4
  150. package/dist/esm/api/resources/courierPayDriverRateSheets/client/Client.d.mts +6 -6
  151. package/dist/esm/api/resources/courierPayDriverRateSheets/client/Client.mjs +6 -6
  152. package/dist/esm/api/resources/courierPayDriverStatements/client/Client.d.mts +4 -4
  153. package/dist/esm/api/resources/courierPayDriverStatements/client/Client.mjs +4 -4
  154. package/dist/esm/api/resources/drivers/client/Client.d.mts +2 -1
  155. package/dist/esm/api/resources/drivers/client/Client.mjs +20 -3
  156. package/dist/esm/api/resources/drivers/client/requests/DriverClientCreate1.d.mts +2 -0
  157. package/dist/esm/api/resources/orders/resources/expanded/client/Client.d.mts +2 -2
  158. package/dist/esm/api/resources/orders/resources/expanded/client/Client.mjs +2 -2
  159. package/dist/esm/api/resources/payments/client/Client.d.mts +5 -5
  160. package/dist/esm/api/resources/payments/client/Client.mjs +5 -5
  161. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/Client.d.mts +5 -5
  162. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/Client.mjs +5 -5
  163. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/Client.d.mts +1 -1
  164. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/addLineItems/client/Client.mjs +1 -1
  165. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.d.mts +1 -1
  166. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.mjs +1 -1
  167. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/Client.d.mts +1 -1
  168. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/removeLineItems/client/Client.mjs +1 -1
  169. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.d.mts +3 -3
  170. package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.mjs +3 -3
  171. package/dist/esm/api/resources/shipperPayCourierPayments/client/Client.d.mts +7 -7
  172. package/dist/esm/api/resources/shipperPayCourierPayments/client/Client.mjs +7 -7
  173. package/dist/esm/api/resources/shipperPayCourierRateSheets/client/Client.d.mts +5 -5
  174. package/dist/esm/api/resources/shipperPayCourierRateSheets/client/Client.mjs +5 -5
  175. package/dist/esm/api/resources/shipperPayCourierStatements/client/Client.d.mts +7 -7
  176. package/dist/esm/api/resources/shipperPayCourierStatements/client/Client.mjs +7 -7
  177. package/dist/esm/api/resources/tracking/client/Client.d.mts +9 -12
  178. package/dist/esm/api/resources/tracking/client/Client.mjs +11 -16
  179. package/dist/esm/api/resources/tracking/resources/devices/client/Client.d.mts +25 -25
  180. package/dist/esm/api/resources/tracking/resources/devices/client/Client.mjs +73 -73
  181. package/dist/esm/api/resources/tracking/resources/devices/client/requests/index.d.mts +1 -1
  182. package/dist/esm/api/resources/tracking/resources/driver/client/Client.d.mts +1 -2
  183. package/dist/esm/api/resources/tracking/resources/driver/client/Client.mjs +1 -2
  184. package/dist/esm/api/resources/tracking/resources/driver/client/requests/DriverUpdateReq.d.mts +0 -2
  185. package/dist/esm/api/resources/tracking/resources/index.d.mts +5 -8
  186. package/dist/esm/api/resources/tracking/resources/index.mjs +5 -8
  187. package/dist/esm/api/resources/tracking/resources/sessions/client/Client.d.mts +164 -0
  188. package/dist/esm/api/resources/tracking/resources/{sessionByDevice → sessions}/client/Client.mjs +48 -392
  189. package/dist/esm/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceCreateSessionRequest1.d.mts → sessions/client/requests/SessionCreateSessionRequest1.d.mts} +1 -1
  190. package/dist/esm/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceUpdateRequest1.d.mts → sessions/client/requests/SessionUpdateRequest1.d.mts} +1 -1
  191. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionsDeleteV1Request.d.mts +12 -0
  192. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionsGetV1Request.d.mts +12 -0
  193. package/dist/{cjs/api/resources/tracking/resources/sessionByDevice/client/requests/SessionByDeviceDeleteV1Request.d.ts → esm/api/resources/tracking/resources/sessions/client/requests/SessionsPauseRecordingV1Request.d.mts} +1 -1
  194. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionsResumeRecordingV1Request.d.mts +12 -0
  195. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionsStartV1Request.d.mts +12 -0
  196. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionsTerminateV1Request.d.mts +12 -0
  197. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/index.d.mts +8 -0
  198. package/dist/esm/api/resources/tracking/resources/sharing/client/Client.d.mts +100 -0
  199. package/dist/esm/api/resources/tracking/resources/sharing/client/Client.mjs +293 -0
  200. package/dist/esm/api/resources/tracking/resources/sharing/client/requests/CargoByDeviceSharingSettingsUpdateReq.d.mts +18 -0
  201. package/dist/esm/api/resources/tracking/resources/sharing/client/requests/CargoByDriverSharingSettingsUpdateReq.d.mts +18 -0
  202. package/dist/esm/api/resources/tracking/resources/sharing/client/requests/TaskGroupByDriverSharingSettingsUpdateReq.d.mts +16 -0
  203. package/dist/esm/api/resources/tracking/resources/sharing/client/requests/index.d.mts +3 -0
  204. package/dist/esm/api/resources/tracking/resources/timeseries/client/Client.d.mts +32 -0
  205. package/dist/esm/api/resources/tracking/resources/timeseries/client/Client.mjs +28 -0
  206. package/dist/esm/api/resources/tracking/resources/timeseries/client/index.mjs +1 -0
  207. package/dist/esm/api/resources/tracking/resources/timeseries/index.d.mts +2 -0
  208. package/dist/esm/api/resources/tracking/resources/timeseries/index.mjs +2 -0
  209. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.d.mts +116 -0
  210. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.mjs +377 -0
  211. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/CargoByDeviceDataPointsPublicV1Request.d.mts +16 -0
  212. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/CargoByDeviceDataPointsV1Request.d.mts +16 -0
  213. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/CargoByDeviceLastSeenPublicV1Request.d.mts +14 -0
  214. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/CargoByDeviceMarkOutliersRequest1.d.mts +14 -0
  215. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/index.d.mts +5 -0
  216. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/index.mjs +1 -0
  217. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.d.mts +100 -0
  218. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.mjs +309 -0
  219. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/CargoByDriverDataPointsPublicV1Request.d.mts +16 -0
  220. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/CargoByDriverDataPointsV1Request.d.mts +16 -0
  221. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/CargoByDriverLastSeenPublicV1Request.d.mts +14 -0
  222. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/index.d.mts +4 -0
  223. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/index.mjs +1 -0
  224. package/dist/esm/api/resources/tracking/resources/timeseries/resources/index.d.mts +8 -0
  225. package/dist/esm/api/resources/tracking/resources/timeseries/resources/index.mjs +8 -0
  226. package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.d.mts +112 -0
  227. package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.mjs +369 -0
  228. package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/index.d.mts +2 -0
  229. package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/index.mjs +1 -0
  230. package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/index.d.mts +5 -0
  231. package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/index.mjs +1 -0
  232. package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/index.d.mts +1 -0
  233. package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/index.mjs +1 -0
  234. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.mts +96 -0
  235. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.mjs +301 -0
  236. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/index.d.mts +2 -0
  237. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/index.mjs +1 -0
  238. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/TaskGroupByDriverDataPointsPublicV1Request.d.mts +14 -0
  239. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/TaskGroupByDriverDataPointsPublicV1Request.mjs +4 -0
  240. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/TaskGroupByDriverDataPointsV1Request.d.mts +14 -0
  241. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/TaskGroupByDriverDataPointsV1Request.mjs +4 -0
  242. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/TaskGroupByDriverLastSeenPublicV1Request.d.mts +12 -0
  243. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/TaskGroupByDriverLastSeenPublicV1Request.mjs +4 -0
  244. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/TaskGroupByDriverLastSeenV1Request.mjs +4 -0
  245. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/index.d.mts +4 -0
  246. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/index.mjs +1 -0
  247. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/index.d.mts +1 -0
  248. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/index.mjs +1 -0
  249. package/dist/esm/api/types/{TrackingCargoByDeviceDataPoint1.d.mts → CargoByDeviceDataPoint1.d.mts} +2 -2
  250. package/dist/esm/api/types/CargoByDeviceDataPoint1.mjs +4 -0
  251. package/dist/esm/api/types/{TrackingCargoByDeviceDataPointMetadata1.d.mts → CargoByDeviceDataPointMetadata1.d.mts} +3 -3
  252. package/dist/esm/api/types/CargoByDeviceDataPointMetadata1.mjs +4 -0
  253. package/dist/esm/api/types/CargoByDeviceMarkOutliersResponse1.d.mts +7 -0
  254. package/dist/esm/api/types/CargoByDeviceMarkOutliersResponse1.mjs +4 -0
  255. package/dist/esm/api/types/CargoByDeviceSharingSettings1.d.mts +16 -0
  256. package/dist/esm/api/types/CargoByDeviceSharingSettings1.mjs +4 -0
  257. package/dist/esm/api/types/{TrackingCargoByDriverDataPoint1.d.mts → CargoByDriverDataPoint1.d.mts} +2 -2
  258. package/dist/esm/api/types/CargoByDriverDataPoint1.mjs +4 -0
  259. package/dist/esm/api/types/{TrackingCargoByDriverDataPointMetadata1.d.mts → CargoByDriverDataPointMetadata1.d.mts} +3 -3
  260. package/dist/esm/api/types/CargoByDriverDataPointMetadata1.mjs +4 -0
  261. package/dist/esm/api/types/CargoByDriverSharingSettings1.d.mts +16 -0
  262. package/dist/esm/api/types/CargoByDriverSharingSettings1.mjs +4 -0
  263. package/dist/esm/api/types/Driver1.d.mts +1 -1
  264. package/dist/esm/api/types/DriverUpdateRes.d.mts +1 -1
  265. package/dist/esm/api/types/{TrackingSessionByDeviceDataPoint1.d.mts → SessionByDeviceDataPoint1.d.mts} +2 -2
  266. package/dist/esm/api/types/SessionByDeviceDataPoint1.mjs +4 -0
  267. package/dist/esm/api/types/{TrackingSessionByDeviceDataPointMetadata1.d.mts → SessionByDeviceDataPointMetadata1.d.mts} +1 -1
  268. package/dist/esm/api/types/SessionByDeviceDataPointMetadata1.mjs +4 -0
  269. package/dist/esm/api/types/{SessionByDeviceDeleteResponse1.d.mts → SessionDeleteResponse1.d.mts} +1 -1
  270. package/dist/esm/api/types/SessionDeleteResponse1.mjs +4 -0
  271. package/dist/esm/api/types/{TrackingTaskGroupByDriverDataPoint1.d.mts → TaskGroupByDriverDataPoint1.d.mts} +2 -2
  272. package/dist/esm/api/types/TaskGroupByDriverDataPoint1.mjs +4 -0
  273. package/dist/esm/api/types/{TrackingTaskGroupByDriverDataPointMetadata1.d.mts → TaskGroupByDriverDataPointMetadata1.d.mts} +2 -2
  274. package/dist/esm/api/types/TaskGroupByDriverDataPointMetadata1.mjs +4 -0
  275. package/dist/esm/api/types/TaskGroupByDriverSharingSettings1.d.mts +15 -0
  276. package/dist/esm/api/types/TaskGroupByDriverSharingSettings1.mjs +4 -0
  277. package/dist/esm/api/types/TrackingSharingSettingsRes.d.mts +11 -0
  278. package/dist/esm/api/types/TrackingSharingSettingsRes.mjs +4 -0
  279. package/dist/esm/api/types/index.d.mts +14 -9
  280. package/dist/esm/api/types/index.mjs +14 -9
  281. package/dist/esm/version.d.mts +1 -1
  282. package/dist/esm/version.mjs +1 -1
  283. package/package.json +1 -1
  284. package/reference.md +1150 -217
  285. package/dist/cjs/api/resources/tracking/resources/cargoByDevice/client/Client.d.ts +0 -50
  286. package/dist/cjs/api/resources/tracking/resources/cargoByDevice/client/Client.js +0 -137
  287. package/dist/cjs/api/resources/tracking/resources/cargoByDevice/client/requests/index.d.ts +0 -1
  288. package/dist/cjs/api/resources/tracking/resources/cargoByDriver/client/Client.d.ts +0 -50
  289. package/dist/cjs/api/resources/tracking/resources/cargoByDriver/client/Client.js +0 -137
  290. package/dist/cjs/api/resources/tracking/resources/cargoByDriver/client/requests/index.d.ts +0 -1
  291. package/dist/cjs/api/resources/tracking/resources/sessionByDevice/client/Client.d.ts +0 -242
  292. package/dist/cjs/api/resources/tracking/resources/sessionByDevice/client/requests/SessionByDevicePauseRecordingV1Request.d.ts +0 -12
  293. package/dist/cjs/api/resources/tracking/resources/sessionByDevice/client/requests/SessionByDeviceResumeRecordingV1Request.d.ts +0 -12
  294. package/dist/cjs/api/resources/tracking/resources/sessionByDevice/client/requests/SessionByDeviceTerminateV1Request.d.ts +0 -12
  295. package/dist/cjs/api/resources/tracking/resources/sessionByDevice/client/requests/index.d.ts +0 -13
  296. package/dist/cjs/api/resources/tracking/resources/taskGroupByDriver/client/Client.d.ts +0 -49
  297. package/dist/cjs/api/resources/tracking/resources/taskGroupByDriver/client/Client.js +0 -135
  298. package/dist/cjs/api/resources/tracking/resources/taskGroupByDriver/client/requests/index.d.ts +0 -1
  299. package/dist/esm/api/resources/tracking/resources/cargoByDevice/client/Client.d.mts +0 -50
  300. package/dist/esm/api/resources/tracking/resources/cargoByDevice/client/Client.mjs +0 -100
  301. package/dist/esm/api/resources/tracking/resources/cargoByDevice/client/requests/index.d.mts +0 -1
  302. package/dist/esm/api/resources/tracking/resources/cargoByDriver/client/Client.d.mts +0 -50
  303. package/dist/esm/api/resources/tracking/resources/cargoByDriver/client/Client.mjs +0 -100
  304. package/dist/esm/api/resources/tracking/resources/cargoByDriver/client/requests/index.d.mts +0 -1
  305. package/dist/esm/api/resources/tracking/resources/sessionByDevice/client/Client.d.mts +0 -242
  306. package/dist/esm/api/resources/tracking/resources/sessionByDevice/client/requests/SessionByDevicePauseRecordingV1Request.d.mts +0 -12
  307. package/dist/esm/api/resources/tracking/resources/sessionByDevice/client/requests/SessionByDeviceResumeRecordingV1Request.d.mts +0 -12
  308. package/dist/esm/api/resources/tracking/resources/sessionByDevice/client/requests/SessionByDeviceTerminateV1Request.d.mts +0 -12
  309. package/dist/esm/api/resources/tracking/resources/sessionByDevice/client/requests/index.d.mts +0 -13
  310. package/dist/esm/api/resources/tracking/resources/taskGroupByDriver/client/Client.d.mts +0 -49
  311. package/dist/esm/api/resources/tracking/resources/taskGroupByDriver/client/Client.mjs +0 -98
  312. package/dist/esm/api/resources/tracking/resources/taskGroupByDriver/client/requests/index.d.mts +0 -1
  313. /package/dist/cjs/api/resources/tracking/resources/{cargoByDevice → sessions}/client/index.d.ts +0 -0
  314. /package/dist/cjs/api/resources/tracking/resources/{cargoByDevice → sessions}/client/index.js +0 -0
  315. /package/dist/cjs/api/resources/tracking/resources/{cargoByDevice/client/requests/CargoByDeviceLastSeenV1Request.js → sessions/client/requests/SessionCreateSessionRequest1.js} +0 -0
  316. /package/dist/cjs/api/resources/tracking/resources/{cargoByDriver/client/requests/CargoByDriverLastSeenV1Request.js → sessions/client/requests/SessionUpdateRequest1.js} +0 -0
  317. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceCreateSessionRequest1.js → sessions/client/requests/SessionsDeleteV1Request.js} +0 -0
  318. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceDataPointsPublicV1Request.js → sessions/client/requests/SessionsGetV1Request.js} +0 -0
  319. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceDataPointsV1Request.js → sessions/client/requests/SessionsPauseRecordingV1Request.js} +0 -0
  320. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceDeleteV1Request.js → sessions/client/requests/SessionsResumeRecordingV1Request.js} +0 -0
  321. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceGetV1Request.js → sessions/client/requests/SessionsStartV1Request.js} +0 -0
  322. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceLastSeenPublicV1Request.js → sessions/client/requests/SessionsTerminateV1Request.js} +0 -0
  323. /package/dist/cjs/api/resources/tracking/resources/{cargoByDevice → sessions}/client/requests/index.js +0 -0
  324. /package/dist/cjs/api/resources/tracking/resources/{cargoByDevice → sessions}/index.d.ts +0 -0
  325. /package/dist/cjs/api/resources/tracking/resources/{cargoByDevice → sessions}/index.js +0 -0
  326. /package/dist/cjs/api/resources/tracking/resources/{cargoByDriver → sharing}/client/index.d.ts +0 -0
  327. /package/dist/cjs/api/resources/tracking/resources/{cargoByDriver → sharing}/client/index.js +0 -0
  328. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceLastSeenV1Request.js → sharing/client/requests/CargoByDeviceSharingSettingsUpdateReq.js} +0 -0
  329. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceMarkOutliersRequest1.js → sharing/client/requests/CargoByDriverSharingSettingsUpdateReq.js} +0 -0
  330. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDevicePauseRecordingV1Request.js → sharing/client/requests/TaskGroupByDriverSharingSettingsUpdateReq.js} +0 -0
  331. /package/dist/cjs/api/resources/tracking/resources/{cargoByDriver → sharing}/client/requests/index.js +0 -0
  332. /package/dist/cjs/api/resources/tracking/resources/{cargoByDriver → sharing}/index.d.ts +0 -0
  333. /package/dist/cjs/api/resources/tracking/resources/{cargoByDriver → sharing}/index.js +0 -0
  334. /package/dist/{esm/api/resources/tracking/resources/cargoByDevice/client/requests/index.mjs → cjs/api/resources/tracking/resources/timeseries/client/index.d.ts} +0 -0
  335. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice/client/requests → timeseries/client}/index.js +0 -0
  336. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice → timeseries/resources/cargoByDevice}/client/index.d.ts +0 -0
  337. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice → timeseries/resources/cargoByDevice}/client/index.js +0 -0
  338. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceResumeRecordingV1Request.js → timeseries/resources/cargoByDevice/client/requests/CargoByDeviceDataPointsPublicV1Request.js} +0 -0
  339. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceStartV1Request.js → timeseries/resources/cargoByDevice/client/requests/CargoByDeviceDataPointsV1Request.js} +0 -0
  340. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceTerminateV1Request.js → timeseries/resources/cargoByDevice/client/requests/CargoByDeviceLastSeenPublicV1Request.js} +0 -0
  341. /package/dist/cjs/api/resources/tracking/resources/{cargoByDevice → timeseries/resources/cargoByDevice}/client/requests/CargoByDeviceLastSeenV1Request.d.ts +0 -0
  342. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceUpdateRequest1.js → timeseries/resources/cargoByDevice/client/requests/CargoByDeviceLastSeenV1Request.js} +0 -0
  343. /package/dist/cjs/api/resources/tracking/resources/{taskGroupByDriver/client/requests/TaskGroupByDriverLastSeenV1Request.js → timeseries/resources/cargoByDevice/client/requests/CargoByDeviceMarkOutliersRequest1.js} +0 -0
  344. /package/dist/cjs/api/resources/tracking/resources/{taskGroupByDriver → timeseries/resources/cargoByDevice}/client/requests/index.js +0 -0
  345. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice → timeseries/resources/cargoByDevice}/index.d.ts +0 -0
  346. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice → timeseries/resources/cargoByDevice}/index.js +0 -0
  347. /package/dist/cjs/api/resources/tracking/resources/{taskGroupByDriver → timeseries/resources/cargoByDriver}/client/index.d.ts +0 -0
  348. /package/dist/cjs/api/resources/tracking/resources/{taskGroupByDriver → timeseries/resources/cargoByDriver}/client/index.js +0 -0
  349. /package/dist/cjs/api/{types/SessionByDeviceDeleteResponse1.js → resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/CargoByDriverDataPointsPublicV1Request.js} +0 -0
  350. /package/dist/cjs/api/{types/TrackingCargoByDeviceDataPoint1.js → resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/CargoByDriverDataPointsV1Request.js} +0 -0
  351. /package/dist/cjs/api/{types/TrackingCargoByDeviceDataPointMetadata1.js → resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/CargoByDriverLastSeenPublicV1Request.js} +0 -0
  352. /package/dist/cjs/api/resources/tracking/resources/{cargoByDriver → timeseries/resources/cargoByDriver}/client/requests/CargoByDriverLastSeenV1Request.d.ts +0 -0
  353. /package/dist/cjs/api/{types/TrackingCargoByDriverDataPoint1.js → resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/CargoByDriverLastSeenV1Request.js} +0 -0
  354. /package/dist/cjs/api/resources/tracking/resources/{taskGroupByDriver → timeseries/resources/cargoByDriver}/index.d.ts +0 -0
  355. /package/dist/cjs/api/resources/tracking/resources/{taskGroupByDriver → timeseries/resources/cargoByDriver}/index.js +0 -0
  356. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice → timeseries/resources/sessionByDevice}/client/requests/SessionByDeviceDataPointsPublicV1Request.d.ts +0 -0
  357. /package/dist/cjs/api/{types/TrackingCargoByDriverDataPointMetadata1.js → resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/SessionByDeviceDataPointsPublicV1Request.js} +0 -0
  358. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice → timeseries/resources/sessionByDevice}/client/requests/SessionByDeviceDataPointsV1Request.d.ts +0 -0
  359. /package/dist/cjs/api/{types/TrackingSessionByDeviceDataPoint1.js → resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/SessionByDeviceDataPointsV1Request.js} +0 -0
  360. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice → timeseries/resources/sessionByDevice}/client/requests/SessionByDeviceLastSeenPublicV1Request.d.ts +0 -0
  361. /package/dist/cjs/api/{types/TrackingSessionByDeviceDataPointMetadata1.js → resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/SessionByDeviceLastSeenPublicV1Request.js} +0 -0
  362. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice → timeseries/resources/sessionByDevice}/client/requests/SessionByDeviceLastSeenV1Request.d.ts +0 -0
  363. /package/dist/cjs/api/{types/TrackingTaskGroupByDriverDataPoint1.js → resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/SessionByDeviceLastSeenV1Request.js} +0 -0
  364. /package/dist/cjs/api/resources/tracking/resources/{sessionByDevice → timeseries/resources/sessionByDevice}/client/requests/SessionByDeviceMarkOutliersRequest1.d.ts +0 -0
  365. /package/dist/cjs/api/{types/TrackingTaskGroupByDriverDataPointMetadata1.js → resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/SessionByDeviceMarkOutliersRequest1.js} +0 -0
  366. /package/dist/cjs/api/resources/tracking/resources/{taskGroupByDriver → timeseries/resources/taskGroupByDriver}/client/requests/TaskGroupByDriverLastSeenV1Request.d.ts +0 -0
  367. /package/dist/esm/api/resources/tracking/resources/{cargoByDevice → sessions}/client/index.d.mts +0 -0
  368. /package/dist/esm/api/resources/tracking/resources/{cargoByDevice → sessions}/client/index.mjs +0 -0
  369. /package/dist/esm/api/resources/tracking/resources/{cargoByDevice/client/requests/CargoByDeviceLastSeenV1Request.mjs → sessions/client/requests/SessionCreateSessionRequest1.mjs} +0 -0
  370. /package/dist/esm/api/resources/tracking/resources/{cargoByDriver/client/requests/CargoByDriverLastSeenV1Request.mjs → sessions/client/requests/SessionUpdateRequest1.mjs} +0 -0
  371. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceCreateSessionRequest1.mjs → sessions/client/requests/SessionsDeleteV1Request.mjs} +0 -0
  372. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceDataPointsPublicV1Request.mjs → sessions/client/requests/SessionsGetV1Request.mjs} +0 -0
  373. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceDataPointsV1Request.mjs → sessions/client/requests/SessionsPauseRecordingV1Request.mjs} +0 -0
  374. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceDeleteV1Request.mjs → sessions/client/requests/SessionsResumeRecordingV1Request.mjs} +0 -0
  375. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceGetV1Request.mjs → sessions/client/requests/SessionsStartV1Request.mjs} +0 -0
  376. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceLastSeenPublicV1Request.mjs → sessions/client/requests/SessionsTerminateV1Request.mjs} +0 -0
  377. /package/dist/esm/api/resources/tracking/resources/{cargoByDriver → sessions}/client/requests/index.mjs +0 -0
  378. /package/dist/esm/api/resources/tracking/resources/{cargoByDevice → sessions}/index.d.mts +0 -0
  379. /package/dist/esm/api/resources/tracking/resources/{cargoByDevice → sessions}/index.mjs +0 -0
  380. /package/dist/esm/api/resources/tracking/resources/{cargoByDriver → sharing}/client/index.d.mts +0 -0
  381. /package/dist/esm/api/resources/tracking/resources/{cargoByDriver → sharing}/client/index.mjs +0 -0
  382. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceLastSeenV1Request.mjs → sharing/client/requests/CargoByDeviceSharingSettingsUpdateReq.mjs} +0 -0
  383. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceMarkOutliersRequest1.mjs → sharing/client/requests/CargoByDriverSharingSettingsUpdateReq.mjs} +0 -0
  384. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDevicePauseRecordingV1Request.mjs → sharing/client/requests/TaskGroupByDriverSharingSettingsUpdateReq.mjs} +0 -0
  385. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice → sharing}/client/requests/index.mjs +0 -0
  386. /package/dist/esm/api/resources/tracking/resources/{cargoByDriver → sharing}/index.d.mts +0 -0
  387. /package/dist/esm/api/resources/tracking/resources/{cargoByDriver → sharing}/index.mjs +0 -0
  388. /package/dist/esm/api/resources/tracking/resources/{taskGroupByDriver/client/requests/index.mjs → timeseries/client/index.d.mts} +0 -0
  389. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice → timeseries/resources/cargoByDevice}/client/index.d.mts +0 -0
  390. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice → timeseries/resources/cargoByDevice}/client/index.mjs +0 -0
  391. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceResumeRecordingV1Request.mjs → timeseries/resources/cargoByDevice/client/requests/CargoByDeviceDataPointsPublicV1Request.mjs} +0 -0
  392. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceStartV1Request.mjs → timeseries/resources/cargoByDevice/client/requests/CargoByDeviceDataPointsV1Request.mjs} +0 -0
  393. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceTerminateV1Request.mjs → timeseries/resources/cargoByDevice/client/requests/CargoByDeviceLastSeenPublicV1Request.mjs} +0 -0
  394. /package/dist/esm/api/resources/tracking/resources/{cargoByDevice → timeseries/resources/cargoByDevice}/client/requests/CargoByDeviceLastSeenV1Request.d.mts +0 -0
  395. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice/client/requests/SessionByDeviceUpdateRequest1.mjs → timeseries/resources/cargoByDevice/client/requests/CargoByDeviceLastSeenV1Request.mjs} +0 -0
  396. /package/dist/esm/api/resources/tracking/resources/{taskGroupByDriver/client/requests/TaskGroupByDriverLastSeenV1Request.mjs → timeseries/resources/cargoByDevice/client/requests/CargoByDeviceMarkOutliersRequest1.mjs} +0 -0
  397. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice → timeseries/resources/cargoByDevice}/index.d.mts +0 -0
  398. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice → timeseries/resources/cargoByDevice}/index.mjs +0 -0
  399. /package/dist/esm/api/resources/tracking/resources/{taskGroupByDriver → timeseries/resources/cargoByDriver}/client/index.d.mts +0 -0
  400. /package/dist/esm/api/resources/tracking/resources/{taskGroupByDriver → timeseries/resources/cargoByDriver}/client/index.mjs +0 -0
  401. /package/dist/esm/api/{types/SessionByDeviceDeleteResponse1.mjs → resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/CargoByDriverDataPointsPublicV1Request.mjs} +0 -0
  402. /package/dist/esm/api/{types/TrackingCargoByDeviceDataPoint1.mjs → resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/CargoByDriverDataPointsV1Request.mjs} +0 -0
  403. /package/dist/esm/api/{types/TrackingCargoByDeviceDataPointMetadata1.mjs → resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/CargoByDriverLastSeenPublicV1Request.mjs} +0 -0
  404. /package/dist/esm/api/resources/tracking/resources/{cargoByDriver → timeseries/resources/cargoByDriver}/client/requests/CargoByDriverLastSeenV1Request.d.mts +0 -0
  405. /package/dist/esm/api/{types/TrackingCargoByDriverDataPoint1.mjs → resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/CargoByDriverLastSeenV1Request.mjs} +0 -0
  406. /package/dist/esm/api/resources/tracking/resources/{taskGroupByDriver → timeseries/resources/cargoByDriver}/index.d.mts +0 -0
  407. /package/dist/esm/api/resources/tracking/resources/{taskGroupByDriver → timeseries/resources/cargoByDriver}/index.mjs +0 -0
  408. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice → timeseries/resources/sessionByDevice}/client/requests/SessionByDeviceDataPointsPublicV1Request.d.mts +0 -0
  409. /package/dist/esm/api/{types/TrackingCargoByDriverDataPointMetadata1.mjs → resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/SessionByDeviceDataPointsPublicV1Request.mjs} +0 -0
  410. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice → timeseries/resources/sessionByDevice}/client/requests/SessionByDeviceDataPointsV1Request.d.mts +0 -0
  411. /package/dist/esm/api/{types/TrackingSessionByDeviceDataPoint1.mjs → resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/SessionByDeviceDataPointsV1Request.mjs} +0 -0
  412. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice → timeseries/resources/sessionByDevice}/client/requests/SessionByDeviceLastSeenPublicV1Request.d.mts +0 -0
  413. /package/dist/esm/api/{types/TrackingSessionByDeviceDataPointMetadata1.mjs → resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/SessionByDeviceLastSeenPublicV1Request.mjs} +0 -0
  414. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice → timeseries/resources/sessionByDevice}/client/requests/SessionByDeviceLastSeenV1Request.d.mts +0 -0
  415. /package/dist/esm/api/{types/TrackingTaskGroupByDriverDataPoint1.mjs → resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/SessionByDeviceLastSeenV1Request.mjs} +0 -0
  416. /package/dist/esm/api/resources/tracking/resources/{sessionByDevice → timeseries/resources/sessionByDevice}/client/requests/SessionByDeviceMarkOutliersRequest1.d.mts +0 -0
  417. /package/dist/esm/api/{types/TrackingTaskGroupByDriverDataPointMetadata1.mjs → resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/SessionByDeviceMarkOutliersRequest1.mjs} +0 -0
  418. /package/dist/esm/api/resources/tracking/resources/{taskGroupByDriver → timeseries/resources/taskGroupByDriver}/client/requests/TaskGroupByDriverLastSeenV1Request.d.mts +0 -0
@@ -2,10 +2,10 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Chrt from "../index.js";
5
- export interface TrackingCargoByDriverDataPoint1 {
5
+ export interface CargoByDriverDataPoint1 {
6
6
  schema_version: number;
7
7
  timestamp: string;
8
- metadata: Chrt.TrackingCargoByDriverDataPointMetadata1;
8
+ metadata: Chrt.CargoByDriverDataPointMetadata1;
9
9
  location: Chrt.LocationFeature;
10
10
  _id: string;
11
11
  }
@@ -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 });
@@ -2,10 +2,10 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Chrt from "../index.js";
5
- export interface TrackingCargoByDriverDataPointMetadata1 {
6
- driver_id: string;
7
- cargo_id: string;
5
+ export interface CargoByDriverDataPointMetadata1 {
8
6
  task_group_id: string;
7
+ cargo_id: string;
8
+ driver_id: string;
9
9
  outlier?: boolean | null;
10
10
  outlier_labeller?: Chrt.OutlierLabellerEnum | null;
11
11
  pytest?: boolean | null;
@@ -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 });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface CargoByDriverSharingSettings1 {
5
+ schema_version: number;
6
+ task_group_id: string;
7
+ cargo_id: string;
8
+ driver_id: string;
9
+ public?: boolean;
10
+ /** Must be a string starting with `user_` */
11
+ last_changed_by_user_id?: string | null;
12
+ /** Must be a string starting with `org_` */
13
+ last_changed_by_org_id?: string | null;
14
+ last_changed_timestamp?: string | null;
15
+ _id: string;
16
+ }
@@ -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 });
@@ -19,7 +19,7 @@ export interface Driver1 {
19
19
  status?: Chrt.DriverStatusEnum;
20
20
  available_according_to_driver?: boolean;
21
21
  available_according_to_operators?: boolean;
22
- non_terminal_task_group_ids?: string[];
22
+ active_task_group_ids?: string[];
23
23
  last_seen_at_location?: Chrt.LocationFeature | null;
24
24
  last_seen_at_timestamp?: string | null;
25
25
  }
@@ -6,6 +6,6 @@
6
6
  */
7
7
  export interface DriverUpdateRes {
8
8
  driver_updated: boolean;
9
- task_group_tracking_written: boolean;
9
+ task_group_tracking_count: number;
10
10
  cargo_tracking_count: number;
11
11
  }
@@ -2,10 +2,10 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Chrt from "../index.js";
5
- export interface TrackingSessionByDeviceDataPoint1 {
5
+ export interface SessionByDeviceDataPoint1 {
6
6
  schema_version: number;
7
7
  timestamp: string;
8
- metadata: Chrt.TrackingSessionByDeviceDataPointMetadata1;
8
+ metadata: Chrt.SessionByDeviceDataPointMetadata1;
9
9
  location: Chrt.LocationFeature;
10
10
  temperature?: number | null;
11
11
  _id: string;
@@ -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 });
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Chrt from "../index.js";
5
- export interface TrackingSessionByDeviceDataPointMetadata1 {
5
+ export interface SessionByDeviceDataPointMetadata1 {
6
6
  session_id: string;
7
7
  outlier?: boolean | null;
8
8
  outlier_labeller?: Chrt.OutlierLabellerEnum | null;
@@ -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 });
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export interface SessionByDeviceDeleteResponse1 {
4
+ export interface SessionDeleteResponse1 {
5
5
  session_deleted: boolean;
6
6
  tracking_session_by_device_data_points_deleted: number;
7
7
  }
@@ -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 });
@@ -2,10 +2,10 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Chrt from "../index.js";
5
- export interface TrackingTaskGroupByDriverDataPoint1 {
5
+ export interface TaskGroupByDriverDataPoint1 {
6
6
  schema_version: number;
7
7
  timestamp: string;
8
- metadata: Chrt.TrackingTaskGroupByDriverDataPointMetadata1;
8
+ metadata: Chrt.TaskGroupByDriverDataPointMetadata1;
9
9
  location: Chrt.LocationFeature;
10
10
  _id: string;
11
11
  }
@@ -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 });
@@ -2,9 +2,9 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Chrt from "../index.js";
5
- export interface TrackingTaskGroupByDriverDataPointMetadata1 {
6
- driver_id: string;
5
+ export interface TaskGroupByDriverDataPointMetadata1 {
7
6
  task_group_id: string;
7
+ driver_id: string;
8
8
  outlier?: boolean | null;
9
9
  outlier_labeller?: Chrt.OutlierLabellerEnum | null;
10
10
  pytest?: boolean | null;
@@ -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 });
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface TaskGroupByDriverSharingSettings1 {
5
+ schema_version: number;
6
+ task_group_id: string;
7
+ driver_id: string;
8
+ public?: boolean;
9
+ /** Must be a string starting with `user_` */
10
+ last_changed_by_user_id?: string | null;
11
+ /** Must be a string starting with `org_` */
12
+ last_changed_by_org_id?: string | null;
13
+ last_changed_timestamp?: string | null;
14
+ _id: string;
15
+ }
@@ -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 });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface TrackingSharingSettingsRes {
6
+ task_group_id: string;
7
+ sharing_settings: TrackingSharingSettingsRes.SharingSettings;
8
+ }
9
+ export declare namespace TrackingSharingSettingsRes {
10
+ type SharingSettings = Chrt.TaskGroupByDriverSharingSettings1 | Chrt.CargoByDriverSharingSettings1 | Chrt.CargoByDeviceSharingSettings1;
11
+ }
@@ -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 });
@@ -1,4 +1,11 @@
1
1
  export * from "./Cargo1.js";
2
+ export * from "./CargoByDeviceDataPoint1.js";
3
+ export * from "./CargoByDeviceDataPointMetadata1.js";
4
+ export * from "./CargoByDeviceMarkOutliersResponse1.js";
5
+ export * from "./CargoByDeviceSharingSettings1.js";
6
+ export * from "./CargoByDriverDataPoint1.js";
7
+ export * from "./CargoByDriverDataPointMetadata1.js";
8
+ export * from "./CargoByDriverSharingSettings1.js";
2
9
  export * from "./CargoClientCreate1.js";
3
10
  export * from "./CargoClientUpdate1.js";
4
11
  export * from "./CargoStatusEnum1.js";
@@ -81,8 +88,10 @@ export * from "./Position3D.js";
81
88
  export * from "./PriceNameEnum.js";
82
89
  export * from "./RouteTypeEnum1.js";
83
90
  export * from "./Session1.js";
84
- export * from "./SessionByDeviceDeleteResponse1.js";
91
+ export * from "./SessionByDeviceDataPoint1.js";
92
+ export * from "./SessionByDeviceDataPointMetadata1.js";
85
93
  export * from "./SessionByDeviceMarkOutliersResponse1.js";
94
+ export * from "./SessionDeleteResponse1.js";
86
95
  export * from "./ShipperConnectionRes.js";
87
96
  export * from "./ShipperContact1.js";
88
97
  export * from "./ShipperContactClientCreate1.js";
@@ -110,6 +119,9 @@ export * from "./TaskClientCreate1.js";
110
119
  export * from "./TaskClientUpdate1.js";
111
120
  export * from "./TaskExpanded.js";
112
121
  export * from "./TaskGroup1.js";
122
+ export * from "./TaskGroupByDriverDataPoint1.js";
123
+ export * from "./TaskGroupByDriverDataPointMetadata1.js";
124
+ export * from "./TaskGroupByDriverSharingSettings1.js";
113
125
  export * from "./TaskGroupExpanded.js";
114
126
  export * from "./TaskGroupExpandedListRes.js";
115
127
  export * from "./TaskGroupMessage1.js";
@@ -122,15 +134,8 @@ export * from "./TaskStatusEnum1.js";
122
134
  export * from "./TemplateRes.js";
123
135
  export * from "./TimeWindow1.js";
124
136
  export * from "./TimezoneResponse.js";
125
- export * from "./TrackingCargoByDeviceDataPoint1.js";
126
- export * from "./TrackingCargoByDeviceDataPointMetadata1.js";
127
- export * from "./TrackingCargoByDriverDataPoint1.js";
128
- export * from "./TrackingCargoByDriverDataPointMetadata1.js";
129
137
  export * from "./TrackingDeviceTypeEnum1.js";
130
- export * from "./TrackingSessionByDeviceDataPoint1.js";
131
- export * from "./TrackingSessionByDeviceDataPointMetadata1.js";
132
- export * from "./TrackingTaskGroupByDriverDataPoint1.js";
133
- export * from "./TrackingTaskGroupByDriverDataPointMetadata1.js";
138
+ export * from "./TrackingSharingSettingsRes.js";
134
139
  export * from "./TrackingWebhookResponse.js";
135
140
  export * from "./UserPublicData1.js";
136
141
  export * from "./ValidationError.js";
@@ -15,6 +15,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./Cargo1.js"), exports);
18
+ __exportStar(require("./CargoByDeviceDataPoint1.js"), exports);
19
+ __exportStar(require("./CargoByDeviceDataPointMetadata1.js"), exports);
20
+ __exportStar(require("./CargoByDeviceMarkOutliersResponse1.js"), exports);
21
+ __exportStar(require("./CargoByDeviceSharingSettings1.js"), exports);
22
+ __exportStar(require("./CargoByDriverDataPoint1.js"), exports);
23
+ __exportStar(require("./CargoByDriverDataPointMetadata1.js"), exports);
24
+ __exportStar(require("./CargoByDriverSharingSettings1.js"), exports);
18
25
  __exportStar(require("./CargoClientCreate1.js"), exports);
19
26
  __exportStar(require("./CargoClientUpdate1.js"), exports);
20
27
  __exportStar(require("./CargoStatusEnum1.js"), exports);
@@ -97,8 +104,10 @@ __exportStar(require("./Position3D.js"), exports);
97
104
  __exportStar(require("./PriceNameEnum.js"), exports);
98
105
  __exportStar(require("./RouteTypeEnum1.js"), exports);
99
106
  __exportStar(require("./Session1.js"), exports);
100
- __exportStar(require("./SessionByDeviceDeleteResponse1.js"), exports);
107
+ __exportStar(require("./SessionByDeviceDataPoint1.js"), exports);
108
+ __exportStar(require("./SessionByDeviceDataPointMetadata1.js"), exports);
101
109
  __exportStar(require("./SessionByDeviceMarkOutliersResponse1.js"), exports);
110
+ __exportStar(require("./SessionDeleteResponse1.js"), exports);
102
111
  __exportStar(require("./ShipperConnectionRes.js"), exports);
103
112
  __exportStar(require("./ShipperContact1.js"), exports);
104
113
  __exportStar(require("./ShipperContactClientCreate1.js"), exports);
@@ -126,6 +135,9 @@ __exportStar(require("./TaskClientCreate1.js"), exports);
126
135
  __exportStar(require("./TaskClientUpdate1.js"), exports);
127
136
  __exportStar(require("./TaskExpanded.js"), exports);
128
137
  __exportStar(require("./TaskGroup1.js"), exports);
138
+ __exportStar(require("./TaskGroupByDriverDataPoint1.js"), exports);
139
+ __exportStar(require("./TaskGroupByDriverDataPointMetadata1.js"), exports);
140
+ __exportStar(require("./TaskGroupByDriverSharingSettings1.js"), exports);
129
141
  __exportStar(require("./TaskGroupExpanded.js"), exports);
130
142
  __exportStar(require("./TaskGroupExpandedListRes.js"), exports);
131
143
  __exportStar(require("./TaskGroupMessage1.js"), exports);
@@ -138,15 +150,8 @@ __exportStar(require("./TaskStatusEnum1.js"), exports);
138
150
  __exportStar(require("./TemplateRes.js"), exports);
139
151
  __exportStar(require("./TimeWindow1.js"), exports);
140
152
  __exportStar(require("./TimezoneResponse.js"), exports);
141
- __exportStar(require("./TrackingCargoByDeviceDataPoint1.js"), exports);
142
- __exportStar(require("./TrackingCargoByDeviceDataPointMetadata1.js"), exports);
143
- __exportStar(require("./TrackingCargoByDriverDataPoint1.js"), exports);
144
- __exportStar(require("./TrackingCargoByDriverDataPointMetadata1.js"), exports);
145
153
  __exportStar(require("./TrackingDeviceTypeEnum1.js"), exports);
146
- __exportStar(require("./TrackingSessionByDeviceDataPoint1.js"), exports);
147
- __exportStar(require("./TrackingSessionByDeviceDataPointMetadata1.js"), exports);
148
- __exportStar(require("./TrackingTaskGroupByDriverDataPoint1.js"), exports);
149
- __exportStar(require("./TrackingTaskGroupByDriverDataPointMetadata1.js"), exports);
154
+ __exportStar(require("./TrackingSharingSettingsRes.js"), exports);
150
155
  __exportStar(require("./TrackingWebhookResponse.js"), exports);
151
156
  __exportStar(require("./UserPublicData1.js"), exports);
152
157
  __exportStar(require("./ValidationError.js"), exports);
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.326.0";
1
+ export declare const SDK_VERSION = "1.331.0";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "1.326.0";
4
+ exports.SDK_VERSION = "1.331.0";
@@ -37,8 +37,8 @@ export class ChrtClient {
37
37
  this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
38
38
  "X-Fern-Language": "JavaScript",
39
39
  "X-Fern-SDK-Name": "@chrt-inc/typescript-sdk",
40
- "X-Fern-SDK-Version": "1.326.0",
41
- "User-Agent": "@chrt-inc/typescript-sdk/1.326.0",
40
+ "X-Fern-SDK-Version": "1.331.0",
41
+ "User-Agent": "@chrt-inc/typescript-sdk/1.331.0",
42
42
  "X-Fern-Runtime": core.RUNTIME.type,
43
43
  "X-Fern-Runtime-Version": core.RUNTIME.version,
44
44
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -37,7 +37,7 @@ export declare class CourierPayDriverLineItemGroups {
37
37
  get addLineItems(): AddLineItems;
38
38
  get removeLineItems(): RemoveLineItems;
39
39
  /**
40
- * Retrieves a courier driver line item group by its ID.
40
+ * Retrieves a courier driver line item group by its ID. | () -> (CourierPayDriverLineItemGroup1)
41
41
  *
42
42
  * @param {string} id
43
43
  * @param {CourierPayDriverLineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
@@ -50,7 +50,7 @@ export declare class CourierPayDriverLineItemGroups {
50
50
  getByIdV1(id: string, requestOptions?: CourierPayDriverLineItemGroups.RequestOptions): core.HttpResponsePromise<Chrt.CourierPayDriverLineItemGroup1>;
51
51
  private __getByIdV1;
52
52
  /**
53
- * Retrieves a courier driver line item group by its associated task group ID.
53
+ * Retrieves a courier driver line item group by its associated task group ID. | () -> (CourierPayDriverLineItemGroup1)
54
54
  *
55
55
  * @param {string} taskGroupId
56
56
  * @param {CourierPayDriverLineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
@@ -63,7 +63,7 @@ export declare class CourierPayDriverLineItemGroups {
63
63
  byTaskGroupIdV1(taskGroupId: string, requestOptions?: CourierPayDriverLineItemGroups.RequestOptions): core.HttpResponsePromise<Chrt.CourierPayDriverLineItemGroup1>;
64
64
  private __byTaskGroupIdV1;
65
65
  /**
66
- * Previews calculated line items for a driver based on a rate sheet and task group. Does not write to the database.
66
+ * Previews calculated line items for a driver based on a rate sheet and task group. Does not write to the database. | (CourierPayDriverLineItemGroupCreateReq) -> (CourierPayDriverLineItemGroupServerCreate1)
67
67
  *
68
68
  * @param {string} driverId
69
69
  * @param {Chrt.CourierPayDriverLineItemGroupCreateReq} request
@@ -80,7 +80,7 @@ export declare class CourierPayDriverLineItemGroups {
80
80
  previewV1(driverId: string, request: Chrt.CourierPayDriverLineItemGroupCreateReq, requestOptions?: CourierPayDriverLineItemGroups.RequestOptions): core.HttpResponsePromise<Chrt.CourierPayDriverLineItemGroupServerCreate1>;
81
81
  private __previewV1;
82
82
  /**
83
- * Creates a courier pay driver line item group by calculating items from a rate sheet and task group.
83
+ * Creates a courier pay driver line item group by calculating items from a rate sheet and task group. | (CourierPayDriverLineItemGroupCreateReq) -> (PydanticObjectId)
84
84
  *
85
85
  * @param {Chrt.CourierPayDriverLineItemGroupCreateReq} request
86
86
  * @param {CourierPayDriverLineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
@@ -30,7 +30,7 @@ export class CourierPayDriverLineItemGroups {
30
30
  return ((_a = this._removeLineItems) !== null && _a !== void 0 ? _a : (this._removeLineItems = new RemoveLineItems(this._options)));
31
31
  }
32
32
  /**
33
- * Retrieves a courier driver line item group by its ID.
33
+ * Retrieves a courier driver line item group by its ID. | () -> (CourierPayDriverLineItemGroup1)
34
34
  *
35
35
  * @param {string} id
36
36
  * @param {CourierPayDriverLineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
@@ -89,7 +89,7 @@ export class CourierPayDriverLineItemGroups {
89
89
  });
90
90
  }
91
91
  /**
92
- * Retrieves a courier driver line item group by its associated task group ID.
92
+ * Retrieves a courier driver line item group by its associated task group ID. | () -> (CourierPayDriverLineItemGroup1)
93
93
  *
94
94
  * @param {string} taskGroupId
95
95
  * @param {CourierPayDriverLineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
@@ -148,7 +148,7 @@ export class CourierPayDriverLineItemGroups {
148
148
  });
149
149
  }
150
150
  /**
151
- * Previews calculated line items for a driver based on a rate sheet and task group. Does not write to the database.
151
+ * Previews calculated line items for a driver based on a rate sheet and task group. Does not write to the database. | (CourierPayDriverLineItemGroupCreateReq) -> (CourierPayDriverLineItemGroupServerCreate1)
152
152
  *
153
153
  * @param {string} driverId
154
154
  * @param {Chrt.CourierPayDriverLineItemGroupCreateReq} request
@@ -217,7 +217,7 @@ export class CourierPayDriverLineItemGroups {
217
217
  });
218
218
  }
219
219
  /**
220
- * Creates a courier pay driver line item group by calculating items from a rate sheet and task group.
220
+ * Creates a courier pay driver line item group by calculating items from a rate sheet and task group. | (CourierPayDriverLineItemGroupCreateReq) -> (PydanticObjectId)
221
221
  *
222
222
  * @param {Chrt.CourierPayDriverLineItemGroupCreateReq} request
223
223
  * @param {CourierPayDriverLineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
@@ -31,7 +31,7 @@ export declare class AddLineItems {
31
31
  protected readonly _options: AddLineItems.Options;
32
32
  constructor(_options?: AddLineItems.Options);
33
33
  /**
34
- * Adds additional line items to an existing courier driver line item group.
34
+ * Adds additional line items to an existing courier driver line item group. | (CourierPayDriverLineItemGroupAddLineItemsReq) -> (CourierPayDriverLineItemGroup1)
35
35
  *
36
36
  * @param {string} id
37
37
  * @param {Chrt.courierPayDriverLineItemGroups.CourierPayDriverLineItemGroupAddLineItemsReq} request
@@ -20,7 +20,7 @@ export class AddLineItems {
20
20
  this._options = _options;
21
21
  }
22
22
  /**
23
- * Adds additional line items to an existing courier driver line item group.
23
+ * Adds additional line items to an existing courier driver line item group. | (CourierPayDriverLineItemGroupAddLineItemsReq) -> (CourierPayDriverLineItemGroup1)
24
24
  *
25
25
  * @param {string} id
26
26
  * @param {Chrt.courierPayDriverLineItemGroups.CourierPayDriverLineItemGroupAddLineItemsReq} request
@@ -31,7 +31,7 @@ export declare class RemoveLineItems {
31
31
  protected readonly _options: RemoveLineItems.Options;
32
32
  constructor(_options?: RemoveLineItems.Options);
33
33
  /**
34
- * Removes specific line items from a courier driver line item group by their UUID identifiers.
34
+ * Removes specific line items from a courier driver line item group by their UUID identifiers. | (CourierPayDriverLineItemGroupRemoveLineItemsReq) -> (CourierPayDriverLineItemGroup1)
35
35
  *
36
36
  * @param {string} id
37
37
  * @param {Chrt.courierPayDriverLineItemGroups.CourierPayDriverLineItemGroupRemoveLineItemsReq} request
@@ -20,7 +20,7 @@ export class RemoveLineItems {
20
20
  this._options = _options;
21
21
  }
22
22
  /**
23
- * Removes specific line items from a courier driver line item group by their UUID identifiers.
23
+ * Removes specific line items from a courier driver line item group by their UUID identifiers. | (CourierPayDriverLineItemGroupRemoveLineItemsReq) -> (CourierPayDriverLineItemGroup1)
24
24
  *
25
25
  * @param {string} id
26
26
  * @param {Chrt.courierPayDriverLineItemGroups.CourierPayDriverLineItemGroupRemoveLineItemsReq} request
@@ -31,7 +31,7 @@ export declare class CourierPayDriverPayouts {
31
31
  protected readonly _options: CourierPayDriverPayouts.Options;
32
32
  constructor(_options?: CourierPayDriverPayouts.Options);
33
33
  /**
34
- * Retrieves a specific courier driver payout by ID for the caller's organization.
34
+ * Retrieves a specific courier driver payout for the caller's organization. | () -> (CourierPayDriverStatement1)
35
35
  *
36
36
  * @param {string} id
37
37
  * @param {CourierPayDriverPayouts.RequestOptions} requestOptions - Request-specific configuration.
@@ -44,7 +44,7 @@ export declare class CourierPayDriverPayouts {
44
44
  getByIdV1(id: string, requestOptions?: CourierPayDriverPayouts.RequestOptions): core.HttpResponsePromise<Chrt.CourierPayDriverStatement1>;
45
45
  private __getByIdV1;
46
46
  /**
47
- * Lists all payouts for a specific driver within the caller's organization.
47
+ * Lists all payouts for a specific driver within the caller's organization. | () -> (list[CourierPayDriverStatement1])
48
48
  *
49
49
  * @param {string} driverId
50
50
  * @param {CourierPayDriverPayouts.RequestOptions} requestOptions - Request-specific configuration.
@@ -57,7 +57,7 @@ export declare class CourierPayDriverPayouts {
57
57
  listByDriverIdV1(driverId: string, requestOptions?: CourierPayDriverPayouts.RequestOptions): core.HttpResponsePromise<Chrt.CourierPayDriverStatement1[]>;
58
58
  private __listByDriverIdV1;
59
59
  /**
60
- * Creates a new driver payout from selected line item groups and calculates the total amount.
60
+ * Creates a new driver payout from selected line item groups and calculates the total amount. | (CourierPayDriverStatementClientCreate1) -> (PydanticObjectId)
61
61
  *
62
62
  * @param {Chrt.CourierPayDriverStatementClientCreate1} request
63
63
  * @param {CourierPayDriverPayouts.RequestOptions} requestOptions - Request-specific configuration.
@@ -73,7 +73,7 @@ export declare class CourierPayDriverPayouts {
73
73
  createV1(request: Chrt.CourierPayDriverStatementClientCreate1, requestOptions?: CourierPayDriverPayouts.RequestOptions): core.HttpResponsePromise<string>;
74
74
  private __createV1;
75
75
  /**
76
- * Updates the status of a courier driver payout with validation of allowed state transitions.
76
+ * Updates the status of a courier driver payout with validation of allowed state transitions. | (CourierPayDriverStatementClientUpdate1) -> (CourierPayDriverStatement1)
77
77
  *
78
78
  * @param {string} id
79
79
  * @param {Chrt.CourierPayDriverStatementClientUpdate1} request
@@ -20,7 +20,7 @@ export class CourierPayDriverPayouts {
20
20
  this._options = _options;
21
21
  }
22
22
  /**
23
- * Retrieves a specific courier driver payout by ID for the caller's organization.
23
+ * Retrieves a specific courier driver payout for the caller's organization. | () -> (CourierPayDriverStatement1)
24
24
  *
25
25
  * @param {string} id
26
26
  * @param {CourierPayDriverPayouts.RequestOptions} requestOptions - Request-specific configuration.
@@ -79,7 +79,7 @@ export class CourierPayDriverPayouts {
79
79
  });
80
80
  }
81
81
  /**
82
- * Lists all payouts for a specific driver within the caller's organization.
82
+ * Lists all payouts for a specific driver within the caller's organization. | () -> (list[CourierPayDriverStatement1])
83
83
  *
84
84
  * @param {string} driverId
85
85
  * @param {CourierPayDriverPayouts.RequestOptions} requestOptions - Request-specific configuration.
@@ -138,7 +138,7 @@ export class CourierPayDriverPayouts {
138
138
  });
139
139
  }
140
140
  /**
141
- * Creates a new driver payout from selected line item groups and calculates the total amount.
141
+ * Creates a new driver payout from selected line item groups and calculates the total amount. | (CourierPayDriverStatementClientCreate1) -> (PydanticObjectId)
142
142
  *
143
143
  * @param {Chrt.CourierPayDriverStatementClientCreate1} request
144
144
  * @param {CourierPayDriverPayouts.RequestOptions} requestOptions - Request-specific configuration.
@@ -203,7 +203,7 @@ export class CourierPayDriverPayouts {
203
203
  });
204
204
  }
205
205
  /**
206
- * Updates the status of a courier driver payout with validation of allowed state transitions.
206
+ * Updates the status of a courier driver payout with validation of allowed state transitions. | (CourierPayDriverStatementClientUpdate1) -> (CourierPayDriverStatement1)
207
207
  *
208
208
  * @param {string} id
209
209
  * @param {Chrt.CourierPayDriverStatementClientUpdate1} request
@@ -31,7 +31,7 @@ export declare class CourierPayDriverRateSheets {
31
31
  protected readonly _options: CourierPayDriverRateSheets.Options;
32
32
  constructor(_options?: CourierPayDriverRateSheets.Options);
33
33
  /**
34
- * Lists all driver rate sheets for the caller's courier organization.
34
+ * Lists all driver rate sheets for the caller's courier organization. | () -> (list[CourierPayDriverRateSheet1])
35
35
  *
36
36
  * @param {CourierPayDriverRateSheets.RequestOptions} requestOptions - Request-specific configuration.
37
37
  *
@@ -41,7 +41,7 @@ export declare class CourierPayDriverRateSheets {
41
41
  listByCourierOrgIdV1(requestOptions?: CourierPayDriverRateSheets.RequestOptions): core.HttpResponsePromise<Chrt.CourierPayDriverRateSheet1[]>;
42
42
  private __listByCourierOrgIdV1;
43
43
  /**
44
- * Retrieves all rate sheets assigned to a specific driver.
44
+ * Retrieves all rate sheets assigned to a specific driver. | () -> (list[CourierPayDriverRateSheet1])
45
45
  *
46
46
  * @param {string} driverId
47
47
  * @param {CourierPayDriverRateSheets.RequestOptions} requestOptions - Request-specific configuration.
@@ -54,7 +54,7 @@ export declare class CourierPayDriverRateSheets {
54
54
  listByDriverIdV1(driverId: string, requestOptions?: CourierPayDriverRateSheets.RequestOptions): core.HttpResponsePromise<Chrt.CourierPayDriverRateSheet1[]>;
55
55
  private __listByDriverIdV1;
56
56
  /**
57
- * Creates a new driver rate sheet for calculating courier payments.
57
+ * Creates a new driver rate sheet for calculating courier payments. | (CourierPayDriverRateSheetClientCreate1) -> (PydanticObjectId)
58
58
  *
59
59
  * @param {Chrt.CourierPayDriverRateSheetClientCreate1} request
60
60
  * @param {CourierPayDriverRateSheets.RequestOptions} requestOptions - Request-specific configuration.
@@ -83,7 +83,7 @@ export declare class CourierPayDriverRateSheets {
83
83
  createV1(request: Chrt.CourierPayDriverRateSheetClientCreate1, requestOptions?: CourierPayDriverRateSheets.RequestOptions): core.HttpResponsePromise<string>;
84
84
  private __createV1;
85
85
  /**
86
- * Retrieves a single rate sheet by its ID.
86
+ * Retrieves a single rate sheet by its ID. | () -> (CourierPayDriverRateSheet1)
87
87
  *
88
88
  * @param {string} id
89
89
  * @param {CourierPayDriverRateSheets.RequestOptions} requestOptions - Request-specific configuration.
@@ -96,7 +96,7 @@ export declare class CourierPayDriverRateSheets {
96
96
  getV1(id: string, requestOptions?: CourierPayDriverRateSheets.RequestOptions): core.HttpResponsePromise<Chrt.CourierPayDriverRateSheet1>;
97
97
  private __getV1;
98
98
  /**
99
- * Deletes a driver rate sheet owned by the caller's organization.
99
+ * Deletes a driver rate sheet owned by the caller's organization. | () -> (bool)
100
100
  *
101
101
  * @param {string} id
102
102
  * @param {CourierPayDriverRateSheets.RequestOptions} requestOptions - Request-specific configuration.
@@ -109,7 +109,7 @@ export declare class CourierPayDriverRateSheets {
109
109
  deleteByIdV1(id: string, requestOptions?: CourierPayDriverRateSheets.RequestOptions): core.HttpResponsePromise<boolean>;
110
110
  private __deleteByIdV1;
111
111
  /**
112
- * Updates an existing driver rate sheet owned by the caller's organization.
112
+ * Updates an existing driver rate sheet owned by the caller's organization. | (CourierPayDriverRateSheetClientUpdate1) -> (CourierPayDriverRateSheet1)
113
113
  *
114
114
  * @param {string} id
115
115
  * @param {Chrt.CourierPayDriverRateSheetClientUpdate1} request