@chrt-inc/typescript-sdk 1.441.2 → 1.449.1

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 (624) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/analytics/resources/shipping/client/Client.d.ts +2 -2
  3. package/dist/cjs/api/resources/analytics/resources/shipping/client/Client.js +2 -2
  4. package/dist/cjs/api/resources/analytics/resources/shipping/client/requests/AnalyticsTimePeriodRequest.d.ts +4 -4
  5. package/dist/cjs/api/resources/billing/client/Client.d.ts +6 -6
  6. package/dist/cjs/api/resources/billing/client/Client.js +12 -12
  7. package/dist/cjs/api/resources/billing/resources/index.d.ts +3 -3
  8. package/dist/cjs/api/resources/billing/resources/index.js +4 -4
  9. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.d.ts +43 -43
  10. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.js +112 -112
  11. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/AdjustLineItemReq.d.ts +4 -4
  12. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/index.d.ts +2 -2
  13. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/Client.d.ts +22 -22
  14. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/Client.js +44 -44
  15. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/requests/CreateAdHocLineItemGroupReq.d.ts +8 -8
  16. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/requests/LineItemClientCreate1.d.ts +4 -4
  17. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/requests/index.d.ts +1 -1
  18. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.d.ts +20 -20
  19. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.js +52 -52
  20. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1BillingLineItemGroupsS3ObjectsAddV1LineItemGroupIdPost.d.ts +3 -2
  21. package/dist/cjs/api/resources/billing/resources/rateSheets/client/Client.d.ts +59 -59
  22. package/dist/cjs/api/resources/billing/resources/rateSheets/client/Client.js +159 -159
  23. package/dist/cjs/api/resources/billing/resources/rateSheets/client/requests/RateSheetClientCreate1.d.ts +13 -13
  24. package/dist/cjs/api/resources/billing/resources/rateSheets/client/requests/RateSheetClientUpdate1.d.ts +2 -2
  25. package/dist/cjs/api/resources/billing/resources/rateSheets/client/requests/index.d.ts +4 -4
  26. package/dist/cjs/api/resources/billing/resources/statements/client/Client.d.ts +46 -46
  27. package/dist/cjs/api/resources/billing/resources/statements/client/Client.js +120 -120
  28. package/dist/cjs/api/resources/billing/resources/statements/client/requests/CreateStatementReq.d.ts +8 -8
  29. package/dist/cjs/api/resources/billing/resources/statements/client/requests/index.d.ts +3 -3
  30. package/dist/cjs/api/resources/billing/resources/stripeConnect/client/Client.d.ts +8 -8
  31. package/dist/cjs/api/resources/billing/resources/stripeConnect/client/Client.js +19 -19
  32. package/dist/cjs/api/resources/notifications/resources/adHoc/client/Client.d.ts +15 -15
  33. package/dist/cjs/api/resources/notifications/resources/adHoc/client/Client.js +33 -33
  34. package/dist/cjs/api/resources/notifications/resources/adHoc/client/requests/NotificationIntentAdHocClientCreate1.d.ts +3 -3
  35. package/dist/cjs/api/resources/notifications/resources/groups/client/Client.d.ts +57 -57
  36. package/dist/cjs/api/resources/notifications/resources/groups/client/Client.js +146 -146
  37. package/dist/cjs/api/resources/notifications/resources/groups/client/requests/NotificationGroupClientCreate1.d.ts +3 -3
  38. package/dist/cjs/api/resources/notifications/resources/userPreferences/client/Client.d.ts +8 -8
  39. package/dist/cjs/api/resources/notifications/resources/userPreferences/client/Client.js +16 -16
  40. package/dist/cjs/api/resources/notifications/resources/userPreferences/client/requests/UserNotificationPreferencesUpdateRequest.d.ts +2 -2
  41. package/dist/cjs/api/resources/notifications/resources/webhookSetup/client/Client.d.ts +14 -14
  42. package/dist/cjs/api/resources/notifications/resources/webhookSetup/client/Client.js +28 -28
  43. package/dist/cjs/api/resources/orgs/resources/connections/client/Client.d.ts +31 -31
  44. package/dist/cjs/api/resources/orgs/resources/connections/client/Client.js +98 -98
  45. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/Client.d.ts +2 -2
  46. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/Client.js +2 -2
  47. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.d.ts +9 -9
  48. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.d.ts +4 -4
  49. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/client/Client.d.ts +3 -3
  50. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/client/Client.js +9 -9
  51. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/courier/client/Client.d.ts +19 -19
  52. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/courier/client/Client.js +51 -51
  53. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/courier/client/requests/CourierOrgInfoForConnectionsClientCreate1.d.ts +7 -7
  54. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/courier/client/requests/CourierOrgInfoForConnectionsClientUpdate1.d.ts +4 -4
  55. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/forwarder/client/Client.d.ts +12 -12
  56. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/forwarder/client/Client.js +51 -51
  57. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientCreate1.d.ts +7 -7
  58. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientUpdate1.d.ts +4 -4
  59. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/index.d.ts +2 -2
  60. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/index.js +3 -3
  61. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.d.ts +12 -12
  62. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.js +51 -51
  63. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.d.ts +7 -7
  64. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.d.ts +4 -4
  65. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/Client.d.ts +32 -32
  66. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/Client.js +66 -66
  67. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/CourierOrgProfileClientCreate1.d.ts +3 -3
  68. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/ForwarderOrgProfileClientCreate1.d.ts +3 -3
  69. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/index.d.ts +1 -1
  70. package/dist/cjs/api/resources/orgs/resources/publicData/client/Client.d.ts +13 -13
  71. package/dist/cjs/api/resources/orgs/resources/publicData/client/Client.js +59 -59
  72. package/dist/cjs/api/resources/orgs/resources/publicData/client/requests/CreateOrgPublicDataReq.d.ts +1 -1
  73. package/dist/cjs/api/resources/orgs/resources/publicData/client/requests/UpdateOrgPublicDataReq.d.ts +1 -1
  74. package/dist/cjs/api/resources/shipping/client/Client.d.ts +9 -9
  75. package/dist/cjs/api/resources/shipping/client/Client.js +12 -12
  76. package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.d.ts +38 -38
  77. package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.js +126 -126
  78. package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriverClientCreate1.d.ts +3 -3
  79. package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriverClientUpdate1.d.ts +7 -7
  80. package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/index.d.ts +2 -2
  81. package/dist/cjs/api/resources/shipping/resources/index.d.ts +2 -2
  82. package/dist/cjs/api/resources/shipping/resources/index.js +3 -3
  83. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.d.ts +22 -22
  84. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.js +49 -49
  85. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrdersDraftUpdateReq.d.ts +2 -2
  86. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.ts +1 -1
  87. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.d.ts +19 -19
  88. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.js +30 -30
  89. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftAddCargoReq.d.ts +5 -5
  90. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.d.ts +3 -3
  91. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.d.ts +14 -14
  92. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.js +55 -55
  93. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/index.d.ts +5 -5
  94. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/index.js +6 -6
  95. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/task/client/Client.d.ts +15 -15
  96. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/task/client/Client.js +26 -26
  97. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/task/client/requests/OrderDraftAddTaskReqV1.d.ts +4 -4
  98. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/Client.d.ts +2 -2
  99. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/Client.js +2 -2
  100. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.d.ts +3 -3
  101. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.d.ts +34 -34
  102. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.js +73 -73
  103. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.ts +4 -4
  104. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/SetRateSheetsReq.d.ts +2 -2
  105. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/index.d.ts +2 -2
  106. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +8 -8
  107. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +16 -16
  108. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +8 -8
  109. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +14 -14
  110. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.d.ts +10 -10
  111. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.js +18 -18
  112. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.d.ts +3 -3
  113. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.ts +20 -20
  114. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.js +52 -52
  115. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/requests/BodyPostTaskArtifactsS3ObjectAddV1ShippingTaskArtifactsS3ObjectAddV1TaskArtifactIdPost.d.ts +3 -2
  116. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +50 -50
  117. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +85 -85
  118. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/index.d.ts +2 -2
  119. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.ts +26 -26
  120. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.js +44 -44
  121. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.ts +1 -1
  122. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/types/index.d.ts +1 -1
  123. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/types/index.js +1 -1
  124. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/index.d.ts +2 -2
  125. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/index.js +3 -3
  126. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.d.ts +20 -20
  127. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.js +52 -52
  128. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/requests/BodyPostTaskGroupsS3ObjectAddV1ShippingTaskGroupsS3ObjectAddV1TaskGroupIdPost.d.ts +3 -2
  129. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.ts +8 -8
  130. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.js +14 -14
  131. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.d.ts +16 -16
  132. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.js +31 -31
  133. package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.d.ts +6 -6
  134. package/dist/cjs/api/resources/tracking/resources/devices/client/Client.d.ts +54 -54
  135. package/dist/cjs/api/resources/tracking/resources/devices/client/Client.js +191 -191
  136. package/dist/cjs/api/resources/tracking/resources/devices/client/requests/DeviceClientCreate1.d.ts +5 -5
  137. package/dist/cjs/api/resources/tracking/resources/devices/client/requests/DeviceClientUpdate1.d.ts +3 -3
  138. package/dist/cjs/api/resources/tracking/resources/devices/client/requests/DevicesUpdateSharedOrgsReq1.d.ts +1 -1
  139. package/dist/cjs/api/resources/tracking/resources/devices/client/requests/index.d.ts +4 -4
  140. package/dist/cjs/api/resources/tracking/resources/driver/client/Client.d.ts +2 -2
  141. package/dist/cjs/api/resources/tracking/resources/driver/client/Client.js +2 -2
  142. package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.d.ts +80 -80
  143. package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.js +237 -237
  144. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionAddFlightReq1.d.ts +4 -4
  145. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.ts +5 -5
  146. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionClientUpdate1.d.ts +3 -3
  147. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionRemoveFlightReq1.d.ts +4 -4
  148. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionsUpdateSharedOrgsReq1.d.ts +1 -1
  149. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/index.d.ts +7 -7
  150. package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/Client.d.ts +30 -30
  151. package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/Client.js +52 -52
  152. package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/requests/CargoByDeviceSharingSettingsUpdateReq.d.ts +3 -3
  153. package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/requests/CargoByDriverSharingSettingsUpdateReq.d.ts +3 -3
  154. package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/requests/TaskGroupByDriverSharingSettingsUpdateReq.d.ts +3 -3
  155. package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/requests/index.d.ts +2 -2
  156. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.d.ts +26 -26
  157. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.js +64 -64
  158. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/CargoByDeviceMarkOutliersRequest1.d.ts +3 -3
  159. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/index.d.ts +3 -3
  160. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.d.ts +23 -23
  161. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.js +51 -51
  162. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/index.d.ts +2 -2
  163. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.d.ts +25 -25
  164. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.js +62 -62
  165. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/SessionByDeviceMarkOutliersRequest1.d.ts +3 -3
  166. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/index.d.ts +3 -3
  167. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.ts +23 -23
  168. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.js +51 -51
  169. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/index.d.ts +2 -2
  170. package/dist/cjs/api/resources/users/client/Client.d.ts +6 -6
  171. package/dist/cjs/api/resources/users/client/Client.js +6 -6
  172. package/dist/cjs/api/resources/users/resources/directoryEntries/client/Client.d.ts +22 -22
  173. package/dist/cjs/api/resources/users/resources/directoryEntries/client/Client.js +56 -56
  174. package/dist/cjs/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.d.ts +8 -8
  175. package/dist/cjs/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.ts +4 -4
  176. package/dist/cjs/api/resources/users/resources/index.d.ts +3 -3
  177. package/dist/cjs/api/resources/users/resources/index.js +4 -4
  178. package/dist/cjs/api/resources/users/resources/privateData/client/Client.d.ts +15 -15
  179. package/dist/cjs/api/resources/users/resources/privateData/client/Client.js +59 -59
  180. package/dist/cjs/api/resources/users/resources/privateData/client/requests/UserPrivateDataClientCreate1.d.ts +2 -2
  181. package/dist/cjs/api/resources/users/resources/privateData/client/requests/UserPrivateDataClientUpdate1.d.ts +1 -1
  182. package/dist/cjs/api/resources/users/resources/privateData/client/requests/index.d.ts +1 -1
  183. package/dist/cjs/api/resources/utils/client/Client.d.ts +3 -3
  184. package/dist/cjs/api/resources/utils/client/Client.js +6 -6
  185. package/dist/cjs/api/resources/utils/resources/dev/client/Client.d.ts +24 -24
  186. package/dist/cjs/api/resources/utils/resources/dev/client/Client.js +75 -75
  187. package/dist/cjs/api/resources/utils/resources/index.d.ts +1 -1
  188. package/dist/cjs/api/resources/utils/resources/index.js +2 -2
  189. package/dist/cjs/api/resources/utils/resources/root/client/Client.d.ts +16 -16
  190. package/dist/cjs/api/resources/utils/resources/root/client/Client.js +28 -28
  191. package/dist/cjs/api/types/AgentRes.d.ts +1 -1
  192. package/dist/cjs/api/types/BillingLineItemGroupMessageWebhookPayload.d.ts +1 -1
  193. package/dist/cjs/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.ts +1 -1
  194. package/dist/cjs/api/types/BillingStatementOpenedWebhookPayload.d.ts +1 -1
  195. package/dist/cjs/api/types/BillingStatementPaidWebhookPayload.d.ts +1 -1
  196. package/dist/cjs/api/types/Cargo1.d.ts +16 -16
  197. package/dist/cjs/api/types/CargoByDeviceDataPoint1.d.ts +4 -4
  198. package/dist/cjs/api/types/CargoByDeviceDataPointMetadata1.d.ts +1 -1
  199. package/dist/cjs/api/types/CargoByDeviceMarkOutliersResponse1.d.ts +1 -1
  200. package/dist/cjs/api/types/CargoByDeviceSharingSettings1.d.ts +6 -6
  201. package/dist/cjs/api/types/CargoByDriverDataPoint1.d.ts +3 -3
  202. package/dist/cjs/api/types/CargoByDriverDataPointMetadata1.d.ts +1 -1
  203. package/dist/cjs/api/types/CargoByDriverSharingSettings1.d.ts +6 -6
  204. package/dist/cjs/api/types/CargoClientCreate1.d.ts +6 -6
  205. package/dist/cjs/api/types/CargoClientUpdate1.d.ts +5 -5
  206. package/dist/cjs/api/types/CourierConnectionRes.d.ts +1 -1
  207. package/dist/cjs/api/types/CourierOrgInfoForConnections1.d.ts +10 -10
  208. package/dist/cjs/api/types/CourierOrgProfile1.d.ts +3 -3
  209. package/dist/cjs/api/types/CreateOrgPublicDataRes.d.ts +1 -1
  210. package/dist/cjs/api/types/DecodedJwtWithOrgAndUserId.d.ts +7 -7
  211. package/dist/cjs/api/types/DeviceExpandedRes.d.ts +3 -3
  212. package/dist/cjs/api/types/DeviceLimitedForList1.d.ts +11 -11
  213. package/dist/cjs/api/types/DirectoryEntry1.d.ts +13 -13
  214. package/dist/cjs/api/types/Driver1.d.ts +13 -13
  215. package/dist/cjs/api/types/DriverUpdateRes.d.ts +1 -1
  216. package/dist/cjs/api/types/FirebaseCloudMessagingTokenData1.d.ts +1 -1
  217. package/dist/cjs/api/types/FlightAwareAlertFlight.d.ts +3 -3
  218. package/dist/cjs/api/types/FlightAwareAlertPayload.d.ts +3 -3
  219. package/dist/cjs/api/types/FlightAwareWebhookResponse.d.ts +1 -1
  220. package/dist/cjs/api/types/FlightInfoForTaskRes.d.ts +1 -1
  221. package/dist/cjs/api/types/ForwarderConnectionRes.d.ts +1 -1
  222. package/dist/cjs/api/types/ForwarderCourierConnection1.d.ts +7 -7
  223. package/dist/cjs/api/types/ForwarderOrgInfoForConnections1.d.ts +8 -8
  224. package/dist/cjs/api/types/ForwarderOrgProfile1.d.ts +3 -3
  225. package/dist/cjs/api/types/LineItem1.d.ts +6 -6
  226. package/dist/cjs/api/types/LineItemGroup1.d.ts +11 -11
  227. package/dist/cjs/api/types/LineItemGroupMessage1.d.ts +2 -2
  228. package/dist/cjs/api/types/LineItemGroupS3ObjectMetadata1.d.ts +8 -8
  229. package/dist/cjs/api/types/LocationFeature.d.ts +2 -2
  230. package/dist/cjs/api/types/NotificationGroup1.d.ts +7 -7
  231. package/dist/cjs/api/types/NotificationGroupLimitedForDriver1.d.ts +5 -5
  232. package/dist/cjs/api/types/NotificationIntentAdHoc1.d.ts +3 -3
  233. package/dist/cjs/api/types/NotificationUserPreferences1.d.ts +5 -5
  234. package/dist/cjs/api/types/OffChrtShipperOrg1.d.ts +12 -12
  235. package/dist/cjs/api/types/Order1.d.ts +12 -12
  236. package/dist/cjs/api/types/OrderAndTaskGroupExpandedReq.d.ts +8 -8
  237. package/dist/cjs/api/types/OrderDraftExpanded.d.ts +4 -4
  238. package/dist/cjs/api/types/OrderExpanded.d.ts +3 -3
  239. package/dist/cjs/api/types/OrdersDraftUpdateRes.d.ts +3 -3
  240. package/dist/cjs/api/types/OrgInfoResponse.d.ts +6 -6
  241. package/dist/cjs/api/types/OrgMemberDetails.d.ts +2 -2
  242. package/dist/cjs/api/types/OrgMembersAndDrivers.d.ts +1 -1
  243. package/dist/cjs/api/types/OrgPrivateData1.d.ts +12 -12
  244. package/dist/cjs/api/types/OrgPublicData1.d.ts +5 -5
  245. package/dist/cjs/api/types/Quote.d.ts +2 -2
  246. package/dist/cjs/api/types/RateSheet1.d.ts +17 -17
  247. package/dist/cjs/api/types/Session1.d.ts +14 -14
  248. package/dist/cjs/api/types/SessionByDeviceDataPoint1.d.ts +4 -4
  249. package/dist/cjs/api/types/SessionByDeviceDataPointMetadata1.d.ts +1 -1
  250. package/dist/cjs/api/types/SessionByDeviceMarkOutliersResponse1.d.ts +1 -1
  251. package/dist/cjs/api/types/SetFlightInfoReq.d.ts +2 -2
  252. package/dist/cjs/api/types/ShipperConnectionRes.d.ts +1 -1
  253. package/dist/cjs/api/types/ShipperCourierConnection1.d.ts +7 -7
  254. package/dist/cjs/api/types/ShipperForwarderConnection1.d.ts +7 -7
  255. package/dist/cjs/api/types/ShipperOrgInfoForConnections1.d.ts +6 -6
  256. package/dist/cjs/api/types/ShippingOrderCancelledWebhookPayload.d.ts +1 -1
  257. package/dist/cjs/api/types/ShippingOrderCompletedWebhookPayload.d.ts +1 -1
  258. package/dist/cjs/api/types/ShippingOrderStagedWebhookPayload.d.ts +1 -1
  259. package/dist/cjs/api/types/ShippingTaskAddedWebhookPayload.d.ts +5 -5
  260. package/dist/cjs/api/types/ShippingTaskCompletedWebhookPayload.d.ts +5 -5
  261. package/dist/cjs/api/types/ShippingTaskDeletedWebhookPayload.d.ts +5 -5
  262. package/dist/cjs/api/types/ShippingTaskGroupCourierOrgAssignedWebhookPayload.d.ts +3 -3
  263. package/dist/cjs/api/types/ShippingTaskGroupDriverAssignedWebhookPayload.d.ts +3 -3
  264. package/dist/cjs/api/types/ShippingTaskGroupFlightInfoUpdatedWebhookPayload.d.ts +5 -5
  265. package/dist/cjs/api/types/ShippingTaskGroupInProgressWebhookPayload.d.ts +1 -1
  266. package/dist/cjs/api/types/ShippingTaskGroupMessageWebhookPayload.d.ts +3 -3
  267. package/dist/cjs/api/types/ShippingTaskGroupS3ObjectAddedWebhookPayload.d.ts +1 -1
  268. package/dist/cjs/api/types/ShippingTaskGroupTasksOrderingUpdatedWebhookPayload.d.ts +1 -1
  269. package/dist/cjs/api/types/ShippingTaskSkippedWebhookPayload.d.ts +5 -5
  270. package/dist/cjs/api/types/ShippingTaskTaskArtifactCompletedWebhookPayload.d.ts +5 -5
  271. package/dist/cjs/api/types/Statement1.d.ts +20 -20
  272. package/dist/cjs/api/types/StatementExpandedRes.d.ts +1 -1
  273. package/dist/cjs/api/types/Task1.d.ts +19 -19
  274. package/dist/cjs/api/types/TaskArtifact1.d.ts +16 -16
  275. package/dist/cjs/api/types/TaskArtifactS3ObjectMetadata1.d.ts +8 -8
  276. package/dist/cjs/api/types/TaskClientCreate1.d.ts +4 -4
  277. package/dist/cjs/api/types/TaskClientUpdate1.d.ts +2 -2
  278. package/dist/cjs/api/types/TaskExpanded.d.ts +2 -2
  279. package/dist/cjs/api/types/TaskGroup1.d.ts +25 -25
  280. package/dist/cjs/api/types/TaskGroupByDriverDataPoint1.d.ts +3 -3
  281. package/dist/cjs/api/types/TaskGroupByDriverDataPointMetadata1.d.ts +1 -1
  282. package/dist/cjs/api/types/TaskGroupByDriverSharingSettings1.d.ts +6 -6
  283. package/dist/cjs/api/types/TaskGroupExpanded.d.ts +4 -4
  284. package/dist/cjs/api/types/TaskGroupMessage1.d.ts +2 -2
  285. package/dist/cjs/api/types/TaskGroupS3ObjectMetadata1.d.ts +8 -8
  286. package/dist/cjs/api/types/TimezoneResponse.d.ts +1 -1
  287. package/dist/cjs/api/types/TrackingSharingSettingsRes.d.ts +1 -1
  288. package/dist/cjs/api/types/TrackingWebhookResponse.d.ts +1 -1
  289. package/dist/cjs/api/types/UserPrivateData1.d.ts +6 -6
  290. package/dist/cjs/api/types/UserPublicData1.d.ts +2 -2
  291. package/dist/cjs/api/types/ValidationError.d.ts +2 -2
  292. package/dist/cjs/api/types/Vehicle1.d.ts +1 -1
  293. package/dist/cjs/api/types/WebhookAppPortalAccessRes.d.ts +1 -1
  294. package/dist/cjs/core/exports.d.ts +1 -0
  295. package/dist/cjs/core/exports.js +17 -0
  296. package/dist/cjs/core/file/exports.d.ts +1 -0
  297. package/dist/cjs/core/file/exports.js +2 -0
  298. package/dist/cjs/core/file/file.d.ts +5 -0
  299. package/dist/cjs/core/file/file.js +203 -0
  300. package/dist/cjs/core/file/index.d.ts +2 -0
  301. package/dist/cjs/core/file/index.js +18 -0
  302. package/dist/cjs/core/file/types.d.ts +66 -0
  303. package/dist/cjs/core/file/types.js +2 -0
  304. package/dist/cjs/core/index.d.ts +1 -0
  305. package/dist/cjs/core/index.js +2 -1
  306. package/dist/cjs/exports.d.ts +1 -0
  307. package/dist/cjs/exports.js +17 -0
  308. package/dist/cjs/index.d.ts +1 -0
  309. package/dist/cjs/index.js +4 -0
  310. package/dist/cjs/version.d.ts +1 -1
  311. package/dist/cjs/version.js +1 -1
  312. package/dist/esm/Client.mjs +2 -2
  313. package/dist/esm/api/resources/analytics/resources/shipping/client/Client.d.mts +2 -2
  314. package/dist/esm/api/resources/analytics/resources/shipping/client/Client.mjs +2 -2
  315. package/dist/esm/api/resources/analytics/resources/shipping/client/requests/AnalyticsTimePeriodRequest.d.mts +4 -4
  316. package/dist/esm/api/resources/billing/client/Client.d.mts +6 -6
  317. package/dist/esm/api/resources/billing/client/Client.mjs +10 -10
  318. package/dist/esm/api/resources/billing/resources/index.d.mts +3 -3
  319. package/dist/esm/api/resources/billing/resources/index.mjs +3 -3
  320. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.d.mts +43 -43
  321. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.mjs +112 -112
  322. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/AdjustLineItemReq.d.mts +4 -4
  323. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/index.d.mts +2 -2
  324. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/Client.d.mts +22 -22
  325. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/Client.mjs +44 -44
  326. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/requests/CreateAdHocLineItemGroupReq.d.mts +8 -8
  327. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/requests/LineItemClientCreate1.d.mts +4 -4
  328. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/requests/index.d.mts +1 -1
  329. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.d.mts +20 -20
  330. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.mjs +52 -52
  331. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1BillingLineItemGroupsS3ObjectsAddV1LineItemGroupIdPost.d.mts +3 -2
  332. package/dist/esm/api/resources/billing/resources/rateSheets/client/Client.d.mts +59 -59
  333. package/dist/esm/api/resources/billing/resources/rateSheets/client/Client.mjs +159 -159
  334. package/dist/esm/api/resources/billing/resources/rateSheets/client/requests/RateSheetClientCreate1.d.mts +13 -13
  335. package/dist/esm/api/resources/billing/resources/rateSheets/client/requests/RateSheetClientUpdate1.d.mts +2 -2
  336. package/dist/esm/api/resources/billing/resources/rateSheets/client/requests/index.d.mts +4 -4
  337. package/dist/esm/api/resources/billing/resources/statements/client/Client.d.mts +46 -46
  338. package/dist/esm/api/resources/billing/resources/statements/client/Client.mjs +120 -120
  339. package/dist/esm/api/resources/billing/resources/statements/client/requests/CreateStatementReq.d.mts +8 -8
  340. package/dist/esm/api/resources/billing/resources/statements/client/requests/index.d.mts +3 -3
  341. package/dist/esm/api/resources/billing/resources/stripeConnect/client/Client.d.mts +8 -8
  342. package/dist/esm/api/resources/billing/resources/stripeConnect/client/Client.mjs +19 -19
  343. package/dist/esm/api/resources/notifications/resources/adHoc/client/Client.d.mts +15 -15
  344. package/dist/esm/api/resources/notifications/resources/adHoc/client/Client.mjs +33 -33
  345. package/dist/esm/api/resources/notifications/resources/adHoc/client/requests/NotificationIntentAdHocClientCreate1.d.mts +3 -3
  346. package/dist/esm/api/resources/notifications/resources/groups/client/Client.d.mts +57 -57
  347. package/dist/esm/api/resources/notifications/resources/groups/client/Client.mjs +146 -146
  348. package/dist/esm/api/resources/notifications/resources/groups/client/requests/NotificationGroupClientCreate1.d.mts +3 -3
  349. package/dist/esm/api/resources/notifications/resources/userPreferences/client/Client.d.mts +8 -8
  350. package/dist/esm/api/resources/notifications/resources/userPreferences/client/Client.mjs +16 -16
  351. package/dist/esm/api/resources/notifications/resources/userPreferences/client/requests/UserNotificationPreferencesUpdateRequest.d.mts +2 -2
  352. package/dist/esm/api/resources/notifications/resources/webhookSetup/client/Client.d.mts +14 -14
  353. package/dist/esm/api/resources/notifications/resources/webhookSetup/client/Client.mjs +28 -28
  354. package/dist/esm/api/resources/orgs/resources/connections/client/Client.d.mts +31 -31
  355. package/dist/esm/api/resources/orgs/resources/connections/client/Client.mjs +98 -98
  356. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/Client.d.mts +2 -2
  357. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/Client.mjs +2 -2
  358. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.d.mts +9 -9
  359. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.d.mts +4 -4
  360. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/client/Client.d.mts +3 -3
  361. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/client/Client.mjs +5 -5
  362. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/courier/client/Client.d.mts +19 -19
  363. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/courier/client/Client.mjs +51 -51
  364. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/courier/client/requests/CourierOrgInfoForConnectionsClientCreate1.d.mts +7 -7
  365. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/courier/client/requests/CourierOrgInfoForConnectionsClientUpdate1.d.mts +4 -4
  366. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/forwarder/client/Client.d.mts +12 -12
  367. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/forwarder/client/Client.mjs +51 -51
  368. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientCreate1.d.mts +7 -7
  369. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientUpdate1.d.mts +4 -4
  370. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/index.d.mts +2 -2
  371. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/index.mjs +2 -2
  372. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.d.mts +12 -12
  373. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.mjs +51 -51
  374. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.d.mts +7 -7
  375. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.d.mts +4 -4
  376. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/Client.d.mts +32 -32
  377. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/Client.mjs +66 -66
  378. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/CourierOrgProfileClientCreate1.d.mts +3 -3
  379. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/ForwarderOrgProfileClientCreate1.d.mts +3 -3
  380. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/index.d.mts +1 -1
  381. package/dist/esm/api/resources/orgs/resources/publicData/client/Client.d.mts +13 -13
  382. package/dist/esm/api/resources/orgs/resources/publicData/client/Client.mjs +59 -59
  383. package/dist/esm/api/resources/orgs/resources/publicData/client/requests/CreateOrgPublicDataReq.d.mts +1 -1
  384. package/dist/esm/api/resources/orgs/resources/publicData/client/requests/UpdateOrgPublicDataReq.d.mts +1 -1
  385. package/dist/esm/api/resources/shipping/client/Client.d.mts +9 -9
  386. package/dist/esm/api/resources/shipping/client/Client.mjs +11 -11
  387. package/dist/esm/api/resources/shipping/resources/drivers/client/Client.d.mts +38 -38
  388. package/dist/esm/api/resources/shipping/resources/drivers/client/Client.mjs +126 -126
  389. package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriverClientCreate1.d.mts +3 -3
  390. package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriverClientUpdate1.d.mts +7 -7
  391. package/dist/esm/api/resources/shipping/resources/drivers/client/requests/index.d.mts +2 -2
  392. package/dist/esm/api/resources/shipping/resources/index.d.mts +2 -2
  393. package/dist/esm/api/resources/shipping/resources/index.mjs +2 -2
  394. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.d.mts +22 -22
  395. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.mjs +45 -45
  396. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrdersDraftUpdateReq.d.mts +2 -2
  397. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.mts +1 -1
  398. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.d.mts +19 -19
  399. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.mjs +30 -30
  400. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftAddCargoReq.d.mts +5 -5
  401. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.d.mts +3 -3
  402. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.d.mts +14 -14
  403. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.mjs +55 -55
  404. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/index.d.mts +5 -5
  405. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/index.mjs +5 -5
  406. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/task/client/Client.d.mts +15 -15
  407. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/task/client/Client.mjs +26 -26
  408. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/task/client/requests/OrderDraftAddTaskReqV1.d.mts +4 -4
  409. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/Client.d.mts +2 -2
  410. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/Client.mjs +2 -2
  411. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.d.mts +3 -3
  412. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.d.mts +34 -34
  413. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.mjs +73 -73
  414. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.mts +4 -4
  415. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/SetRateSheetsReq.d.mts +2 -2
  416. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/index.d.mts +2 -2
  417. package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +8 -8
  418. package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +16 -16
  419. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +8 -8
  420. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +14 -14
  421. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.d.mts +10 -10
  422. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.mjs +18 -18
  423. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.d.mts +3 -3
  424. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.mts +20 -20
  425. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.mjs +52 -52
  426. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/requests/BodyPostTaskArtifactsS3ObjectAddV1ShippingTaskArtifactsS3ObjectAddV1TaskArtifactIdPost.d.mts +3 -2
  427. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +50 -50
  428. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +85 -85
  429. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/index.d.mts +2 -2
  430. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.mts +26 -26
  431. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.mjs +44 -44
  432. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.mts +1 -1
  433. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/types/index.d.mts +1 -1
  434. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/types/index.mjs +1 -1
  435. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/index.d.mts +2 -2
  436. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/index.mjs +2 -2
  437. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.d.mts +20 -20
  438. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.mjs +52 -52
  439. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/requests/BodyPostTaskGroupsS3ObjectAddV1ShippingTaskGroupsS3ObjectAddV1TaskGroupIdPost.d.mts +3 -2
  440. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.mts +8 -8
  441. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.mjs +14 -14
  442. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.d.mts +16 -16
  443. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.mjs +31 -31
  444. package/dist/esm/api/resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.d.mts +6 -6
  445. package/dist/esm/api/resources/tracking/resources/devices/client/Client.d.mts +54 -54
  446. package/dist/esm/api/resources/tracking/resources/devices/client/Client.mjs +191 -191
  447. package/dist/esm/api/resources/tracking/resources/devices/client/requests/DeviceClientCreate1.d.mts +5 -5
  448. package/dist/esm/api/resources/tracking/resources/devices/client/requests/DeviceClientUpdate1.d.mts +3 -3
  449. package/dist/esm/api/resources/tracking/resources/devices/client/requests/DevicesUpdateSharedOrgsReq1.d.mts +1 -1
  450. package/dist/esm/api/resources/tracking/resources/devices/client/requests/index.d.mts +4 -4
  451. package/dist/esm/api/resources/tracking/resources/driver/client/Client.d.mts +2 -2
  452. package/dist/esm/api/resources/tracking/resources/driver/client/Client.mjs +2 -2
  453. package/dist/esm/api/resources/tracking/resources/sessions/client/Client.d.mts +80 -80
  454. package/dist/esm/api/resources/tracking/resources/sessions/client/Client.mjs +237 -237
  455. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionAddFlightReq1.d.mts +4 -4
  456. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.mts +5 -5
  457. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionClientUpdate1.d.mts +3 -3
  458. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionRemoveFlightReq1.d.mts +4 -4
  459. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionsUpdateSharedOrgsReq1.d.mts +1 -1
  460. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/index.d.mts +7 -7
  461. package/dist/esm/api/resources/tracking/resources/sharingSettings/client/Client.d.mts +30 -30
  462. package/dist/esm/api/resources/tracking/resources/sharingSettings/client/Client.mjs +52 -52
  463. package/dist/esm/api/resources/tracking/resources/sharingSettings/client/requests/CargoByDeviceSharingSettingsUpdateReq.d.mts +3 -3
  464. package/dist/esm/api/resources/tracking/resources/sharingSettings/client/requests/CargoByDriverSharingSettingsUpdateReq.d.mts +3 -3
  465. package/dist/esm/api/resources/tracking/resources/sharingSettings/client/requests/TaskGroupByDriverSharingSettingsUpdateReq.d.mts +3 -3
  466. package/dist/esm/api/resources/tracking/resources/sharingSettings/client/requests/index.d.mts +2 -2
  467. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.d.mts +26 -26
  468. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.mjs +64 -64
  469. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/CargoByDeviceMarkOutliersRequest1.d.mts +3 -3
  470. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/index.d.mts +3 -3
  471. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.d.mts +23 -23
  472. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.mjs +51 -51
  473. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/index.d.mts +2 -2
  474. package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.d.mts +25 -25
  475. package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.mjs +62 -62
  476. package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/SessionByDeviceMarkOutliersRequest1.d.mts +3 -3
  477. package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/index.d.mts +3 -3
  478. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.mts +23 -23
  479. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.mjs +51 -51
  480. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/index.d.mts +2 -2
  481. package/dist/esm/api/resources/users/client/Client.d.mts +6 -6
  482. package/dist/esm/api/resources/users/client/Client.mjs +6 -6
  483. package/dist/esm/api/resources/users/resources/directoryEntries/client/Client.d.mts +22 -22
  484. package/dist/esm/api/resources/users/resources/directoryEntries/client/Client.mjs +56 -56
  485. package/dist/esm/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.d.mts +8 -8
  486. package/dist/esm/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.mts +4 -4
  487. package/dist/esm/api/resources/users/resources/index.d.mts +3 -3
  488. package/dist/esm/api/resources/users/resources/index.mjs +3 -3
  489. package/dist/esm/api/resources/users/resources/privateData/client/Client.d.mts +15 -15
  490. package/dist/esm/api/resources/users/resources/privateData/client/Client.mjs +59 -59
  491. package/dist/esm/api/resources/users/resources/privateData/client/requests/UserPrivateDataClientCreate1.d.mts +2 -2
  492. package/dist/esm/api/resources/users/resources/privateData/client/requests/UserPrivateDataClientUpdate1.d.mts +1 -1
  493. package/dist/esm/api/resources/users/resources/privateData/client/requests/index.d.mts +1 -1
  494. package/dist/esm/api/resources/utils/client/Client.d.mts +3 -3
  495. package/dist/esm/api/resources/utils/client/Client.mjs +5 -5
  496. package/dist/esm/api/resources/utils/resources/dev/client/Client.d.mts +24 -24
  497. package/dist/esm/api/resources/utils/resources/dev/client/Client.mjs +75 -75
  498. package/dist/esm/api/resources/utils/resources/index.d.mts +1 -1
  499. package/dist/esm/api/resources/utils/resources/index.mjs +1 -1
  500. package/dist/esm/api/resources/utils/resources/root/client/Client.d.mts +16 -16
  501. package/dist/esm/api/resources/utils/resources/root/client/Client.mjs +28 -28
  502. package/dist/esm/api/types/AgentRes.d.mts +1 -1
  503. package/dist/esm/api/types/BillingLineItemGroupMessageWebhookPayload.d.mts +1 -1
  504. package/dist/esm/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.mts +1 -1
  505. package/dist/esm/api/types/BillingStatementOpenedWebhookPayload.d.mts +1 -1
  506. package/dist/esm/api/types/BillingStatementPaidWebhookPayload.d.mts +1 -1
  507. package/dist/esm/api/types/Cargo1.d.mts +16 -16
  508. package/dist/esm/api/types/CargoByDeviceDataPoint1.d.mts +4 -4
  509. package/dist/esm/api/types/CargoByDeviceDataPointMetadata1.d.mts +1 -1
  510. package/dist/esm/api/types/CargoByDeviceMarkOutliersResponse1.d.mts +1 -1
  511. package/dist/esm/api/types/CargoByDeviceSharingSettings1.d.mts +6 -6
  512. package/dist/esm/api/types/CargoByDriverDataPoint1.d.mts +3 -3
  513. package/dist/esm/api/types/CargoByDriverDataPointMetadata1.d.mts +1 -1
  514. package/dist/esm/api/types/CargoByDriverSharingSettings1.d.mts +6 -6
  515. package/dist/esm/api/types/CargoClientCreate1.d.mts +6 -6
  516. package/dist/esm/api/types/CargoClientUpdate1.d.mts +5 -5
  517. package/dist/esm/api/types/CourierConnectionRes.d.mts +1 -1
  518. package/dist/esm/api/types/CourierOrgInfoForConnections1.d.mts +10 -10
  519. package/dist/esm/api/types/CourierOrgProfile1.d.mts +3 -3
  520. package/dist/esm/api/types/CreateOrgPublicDataRes.d.mts +1 -1
  521. package/dist/esm/api/types/DecodedJwtWithOrgAndUserId.d.mts +7 -7
  522. package/dist/esm/api/types/DeviceExpandedRes.d.mts +3 -3
  523. package/dist/esm/api/types/DeviceLimitedForList1.d.mts +11 -11
  524. package/dist/esm/api/types/DirectoryEntry1.d.mts +13 -13
  525. package/dist/esm/api/types/Driver1.d.mts +13 -13
  526. package/dist/esm/api/types/DriverUpdateRes.d.mts +1 -1
  527. package/dist/esm/api/types/FirebaseCloudMessagingTokenData1.d.mts +1 -1
  528. package/dist/esm/api/types/FlightAwareAlertFlight.d.mts +3 -3
  529. package/dist/esm/api/types/FlightAwareAlertPayload.d.mts +3 -3
  530. package/dist/esm/api/types/FlightAwareWebhookResponse.d.mts +1 -1
  531. package/dist/esm/api/types/FlightInfoForTaskRes.d.mts +1 -1
  532. package/dist/esm/api/types/ForwarderConnectionRes.d.mts +1 -1
  533. package/dist/esm/api/types/ForwarderCourierConnection1.d.mts +7 -7
  534. package/dist/esm/api/types/ForwarderOrgInfoForConnections1.d.mts +8 -8
  535. package/dist/esm/api/types/ForwarderOrgProfile1.d.mts +3 -3
  536. package/dist/esm/api/types/LineItem1.d.mts +6 -6
  537. package/dist/esm/api/types/LineItemGroup1.d.mts +11 -11
  538. package/dist/esm/api/types/LineItemGroupMessage1.d.mts +2 -2
  539. package/dist/esm/api/types/LineItemGroupS3ObjectMetadata1.d.mts +8 -8
  540. package/dist/esm/api/types/LocationFeature.d.mts +2 -2
  541. package/dist/esm/api/types/NotificationGroup1.d.mts +7 -7
  542. package/dist/esm/api/types/NotificationGroupLimitedForDriver1.d.mts +5 -5
  543. package/dist/esm/api/types/NotificationIntentAdHoc1.d.mts +3 -3
  544. package/dist/esm/api/types/NotificationUserPreferences1.d.mts +5 -5
  545. package/dist/esm/api/types/OffChrtShipperOrg1.d.mts +12 -12
  546. package/dist/esm/api/types/Order1.d.mts +12 -12
  547. package/dist/esm/api/types/OrderAndTaskGroupExpandedReq.d.mts +8 -8
  548. package/dist/esm/api/types/OrderDraftExpanded.d.mts +4 -4
  549. package/dist/esm/api/types/OrderExpanded.d.mts +3 -3
  550. package/dist/esm/api/types/OrdersDraftUpdateRes.d.mts +3 -3
  551. package/dist/esm/api/types/OrgInfoResponse.d.mts +6 -6
  552. package/dist/esm/api/types/OrgMemberDetails.d.mts +2 -2
  553. package/dist/esm/api/types/OrgMembersAndDrivers.d.mts +1 -1
  554. package/dist/esm/api/types/OrgPrivateData1.d.mts +12 -12
  555. package/dist/esm/api/types/OrgPublicData1.d.mts +5 -5
  556. package/dist/esm/api/types/Quote.d.mts +2 -2
  557. package/dist/esm/api/types/RateSheet1.d.mts +17 -17
  558. package/dist/esm/api/types/Session1.d.mts +14 -14
  559. package/dist/esm/api/types/SessionByDeviceDataPoint1.d.mts +4 -4
  560. package/dist/esm/api/types/SessionByDeviceDataPointMetadata1.d.mts +1 -1
  561. package/dist/esm/api/types/SessionByDeviceMarkOutliersResponse1.d.mts +1 -1
  562. package/dist/esm/api/types/SetFlightInfoReq.d.mts +2 -2
  563. package/dist/esm/api/types/ShipperConnectionRes.d.mts +1 -1
  564. package/dist/esm/api/types/ShipperCourierConnection1.d.mts +7 -7
  565. package/dist/esm/api/types/ShipperForwarderConnection1.d.mts +7 -7
  566. package/dist/esm/api/types/ShipperOrgInfoForConnections1.d.mts +6 -6
  567. package/dist/esm/api/types/ShippingOrderCancelledWebhookPayload.d.mts +1 -1
  568. package/dist/esm/api/types/ShippingOrderCompletedWebhookPayload.d.mts +1 -1
  569. package/dist/esm/api/types/ShippingOrderStagedWebhookPayload.d.mts +1 -1
  570. package/dist/esm/api/types/ShippingTaskAddedWebhookPayload.d.mts +5 -5
  571. package/dist/esm/api/types/ShippingTaskCompletedWebhookPayload.d.mts +5 -5
  572. package/dist/esm/api/types/ShippingTaskDeletedWebhookPayload.d.mts +5 -5
  573. package/dist/esm/api/types/ShippingTaskGroupCourierOrgAssignedWebhookPayload.d.mts +3 -3
  574. package/dist/esm/api/types/ShippingTaskGroupDriverAssignedWebhookPayload.d.mts +3 -3
  575. package/dist/esm/api/types/ShippingTaskGroupFlightInfoUpdatedWebhookPayload.d.mts +5 -5
  576. package/dist/esm/api/types/ShippingTaskGroupInProgressWebhookPayload.d.mts +1 -1
  577. package/dist/esm/api/types/ShippingTaskGroupMessageWebhookPayload.d.mts +3 -3
  578. package/dist/esm/api/types/ShippingTaskGroupS3ObjectAddedWebhookPayload.d.mts +1 -1
  579. package/dist/esm/api/types/ShippingTaskGroupTasksOrderingUpdatedWebhookPayload.d.mts +1 -1
  580. package/dist/esm/api/types/ShippingTaskSkippedWebhookPayload.d.mts +5 -5
  581. package/dist/esm/api/types/ShippingTaskTaskArtifactCompletedWebhookPayload.d.mts +5 -5
  582. package/dist/esm/api/types/Statement1.d.mts +20 -20
  583. package/dist/esm/api/types/StatementExpandedRes.d.mts +1 -1
  584. package/dist/esm/api/types/Task1.d.mts +19 -19
  585. package/dist/esm/api/types/TaskArtifact1.d.mts +16 -16
  586. package/dist/esm/api/types/TaskArtifactS3ObjectMetadata1.d.mts +8 -8
  587. package/dist/esm/api/types/TaskClientCreate1.d.mts +4 -4
  588. package/dist/esm/api/types/TaskClientUpdate1.d.mts +2 -2
  589. package/dist/esm/api/types/TaskExpanded.d.mts +2 -2
  590. package/dist/esm/api/types/TaskGroup1.d.mts +25 -25
  591. package/dist/esm/api/types/TaskGroupByDriverDataPoint1.d.mts +3 -3
  592. package/dist/esm/api/types/TaskGroupByDriverDataPointMetadata1.d.mts +1 -1
  593. package/dist/esm/api/types/TaskGroupByDriverSharingSettings1.d.mts +6 -6
  594. package/dist/esm/api/types/TaskGroupExpanded.d.mts +4 -4
  595. package/dist/esm/api/types/TaskGroupMessage1.d.mts +2 -2
  596. package/dist/esm/api/types/TaskGroupS3ObjectMetadata1.d.mts +8 -8
  597. package/dist/esm/api/types/TimezoneResponse.d.mts +1 -1
  598. package/dist/esm/api/types/TrackingSharingSettingsRes.d.mts +1 -1
  599. package/dist/esm/api/types/TrackingWebhookResponse.d.mts +1 -1
  600. package/dist/esm/api/types/UserPrivateData1.d.mts +6 -6
  601. package/dist/esm/api/types/UserPublicData1.d.mts +2 -2
  602. package/dist/esm/api/types/ValidationError.d.mts +2 -2
  603. package/dist/esm/api/types/Vehicle1.d.mts +1 -1
  604. package/dist/esm/api/types/WebhookAppPortalAccessRes.d.mts +1 -1
  605. package/dist/esm/core/exports.d.mts +1 -0
  606. package/dist/esm/core/exports.mjs +1 -0
  607. package/dist/esm/core/file/exports.d.mts +1 -0
  608. package/dist/esm/core/file/exports.mjs +1 -0
  609. package/dist/esm/core/file/file.d.mts +5 -0
  610. package/dist/esm/core/file/file.mjs +167 -0
  611. package/dist/esm/core/file/index.d.mts +2 -0
  612. package/dist/esm/core/file/index.mjs +2 -0
  613. package/dist/esm/core/file/types.d.mts +66 -0
  614. package/dist/esm/core/file/types.mjs +1 -0
  615. package/dist/esm/core/index.d.mts +1 -0
  616. package/dist/esm/core/index.mjs +1 -0
  617. package/dist/esm/exports.d.mts +1 -0
  618. package/dist/esm/exports.mjs +1 -0
  619. package/dist/esm/index.d.mts +1 -0
  620. package/dist/esm/index.mjs +1 -0
  621. package/dist/esm/version.d.mts +1 -1
  622. package/dist/esm/version.mjs +1 -1
  623. package/package.json +1 -1
  624. package/reference.md +1577 -1577
@@ -67,103 +67,35 @@ class Sessions {
67
67
  this._options = _options;
68
68
  }
69
69
  /**
70
- * Lists sessions with filtering, sorting, and pagination. Use org_scope to restrict to owned, shared, or both (default). | authz: min_org_role=operator | () -> (SessionListRes)
70
+ * Adds a flight number and FA flight IDs to an existing session. Creates or reuses a FlightAware alert. | authz: min_org_role=operator | (SessionAddFlightReq1) -> (bool)
71
71
  *
72
- * @param {Chrt.tracking.SessionsListV1Request} request
72
+ * @param {Chrt.tracking.SessionAddFlightReq1} request
73
73
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
74
74
  *
75
75
  * @throws {@link Chrt.UnprocessableEntityError}
76
76
  *
77
77
  * @example
78
- * await client.tracking.sessions.listV1({
79
- * sort_by: "created_at_timestamp",
80
- * sort_order: "asc",
81
- * page: 1,
82
- * page_size: 1,
83
- * org_scope: "owned",
84
- * filter_terminated: true,
85
- * filter_public: true,
86
- * filter_device_id: "filter_device_id",
87
- * filter_off_chrt_reference_id: "filter_off_chrt_reference_id",
88
- * filter_flight_number: "filter_flight_number",
89
- * filter_fa_flight_id: "filter_fa_flight_id",
90
- * filter_flight_loaded_status: "filter_flight_loaded_status",
91
- * filter_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
92
- * filter_created_at_timestamp_lte: "2024-01-15T09:30:00Z",
93
- * filter_termination_scheduled_for_timestamp_gte: "2024-01-15T09:30:00Z",
94
- * filter_termination_scheduled_for_timestamp_lte: "2024-01-15T09:30:00Z",
95
- * filter_terminated_at_timestamp_gte: "2024-01-15T09:30:00Z",
96
- * filter_terminated_at_timestamp_lte: "2024-01-15T09:30:00Z"
78
+ * await client.tracking.sessions.addFlightV1({
79
+ * fa_flight_ids: ["fa_flight_ids"],
80
+ * flight_number: "flight_number",
81
+ * session_id: "session_id"
97
82
  * })
98
83
  */
99
- listV1(request = {}, requestOptions) {
100
- return core.HttpResponsePromise.fromPromise(this.__listV1(request, requestOptions));
84
+ addFlightV1(request, requestOptions) {
85
+ return core.HttpResponsePromise.fromPromise(this.__addFlightV1(request, requestOptions));
101
86
  }
102
- __listV1() {
103
- return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
104
- var _a, _b, _c, _d, _e, _f, _g, _h;
105
- const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, org_scope: orgScope, filter_terminated: filterTerminated, filter_public: filterPublic, filter_device_id: filterDeviceId, filter_off_chrt_reference_id: filterOffChrtReferenceId, filter_flight_number: filterFlightNumber, filter_fa_flight_id: filterFaFlightId, filter_flight_loaded_status: filterFlightLoadedStatus, filter_created_at_timestamp_gte: filterCreatedAtTimestampGte, filter_created_at_timestamp_lte: filterCreatedAtTimestampLte, filter_termination_scheduled_for_timestamp_gte: filterTerminationScheduledForTimestampGte, filter_termination_scheduled_for_timestamp_lte: filterTerminationScheduledForTimestampLte, filter_terminated_at_timestamp_gte: filterTerminatedAtTimestampGte, filter_terminated_at_timestamp_lte: filterTerminatedAtTimestampLte, } = request;
106
- const _queryParams = {};
107
- if (sortBy !== undefined) {
108
- _queryParams["sort_by"] = sortBy;
109
- }
110
- if (sortOrder !== undefined) {
111
- _queryParams["sort_order"] = sortOrder;
112
- }
113
- if (page !== undefined) {
114
- _queryParams["page"] = (_a = page === null || page === void 0 ? void 0 : page.toString()) !== null && _a !== void 0 ? _a : null;
115
- }
116
- if (pageSize !== undefined) {
117
- _queryParams["page_size"] = (_b = pageSize === null || pageSize === void 0 ? void 0 : pageSize.toString()) !== null && _b !== void 0 ? _b : null;
118
- }
119
- if (orgScope !== undefined) {
120
- _queryParams["org_scope"] = orgScope;
121
- }
122
- if (filterTerminated !== undefined) {
123
- _queryParams["filter_terminated"] = (_c = filterTerminated === null || filterTerminated === void 0 ? void 0 : filterTerminated.toString()) !== null && _c !== void 0 ? _c : null;
124
- }
125
- if (filterPublic !== undefined) {
126
- _queryParams["filter_public"] = (_d = filterPublic === null || filterPublic === void 0 ? void 0 : filterPublic.toString()) !== null && _d !== void 0 ? _d : null;
127
- }
128
- if (filterDeviceId !== undefined) {
129
- _queryParams["filter_device_id"] = filterDeviceId;
130
- }
131
- if (filterOffChrtReferenceId !== undefined) {
132
- _queryParams["filter_off_chrt_reference_id"] = filterOffChrtReferenceId;
133
- }
134
- if (filterFlightNumber !== undefined) {
135
- _queryParams["filter_flight_number"] = filterFlightNumber;
136
- }
137
- if (filterFaFlightId !== undefined) {
138
- _queryParams["filter_fa_flight_id"] = filterFaFlightId;
139
- }
140
- if (filterFlightLoadedStatus !== undefined) {
141
- _queryParams["filter_flight_loaded_status"] = filterFlightLoadedStatus;
142
- }
143
- if (filterCreatedAtTimestampGte !== undefined) {
144
- _queryParams["filter_created_at_timestamp_gte"] = filterCreatedAtTimestampGte;
145
- }
146
- if (filterCreatedAtTimestampLte !== undefined) {
147
- _queryParams["filter_created_at_timestamp_lte"] = filterCreatedAtTimestampLte;
148
- }
149
- if (filterTerminationScheduledForTimestampGte !== undefined) {
150
- _queryParams["filter_termination_scheduled_for_timestamp_gte"] = filterTerminationScheduledForTimestampGte;
151
- }
152
- if (filterTerminationScheduledForTimestampLte !== undefined) {
153
- _queryParams["filter_termination_scheduled_for_timestamp_lte"] = filterTerminationScheduledForTimestampLte;
154
- }
155
- if (filterTerminatedAtTimestampGte !== undefined) {
156
- _queryParams["filter_terminated_at_timestamp_gte"] = filterTerminatedAtTimestampGte;
157
- }
158
- if (filterTerminatedAtTimestampLte !== undefined) {
159
- _queryParams["filter_terminated_at_timestamp_lte"] = filterTerminatedAtTimestampLte;
160
- }
161
- let _headers = (0, headers_js_1.mergeHeaders)((_e = this._options) === null || _e === void 0 ? void 0 : _e.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
162
- const _response = yield ((_f = this._options.fetcher) !== null && _f !== void 0 ? _f : core.fetcher)({
163
- url: core.url.join((_h = (_g = (yield core.Supplier.get(this._options.baseUrl))) !== null && _g !== void 0 ? _g : (yield core.Supplier.get(this._options.environment))) !== null && _h !== void 0 ? _h : environments.ChrtEnvironment.Local, "tracking/sessions/list/v1"),
164
- method: "GET",
87
+ __addFlightV1(request, requestOptions) {
88
+ return __awaiter(this, void 0, void 0, function* () {
89
+ var _a, _b, _c, _d;
90
+ 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);
91
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
92
+ 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, "tracking/sessions/add_flight/v1"),
93
+ method: "POST",
165
94
  headers: _headers,
166
- queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
95
+ contentType: "application/json",
96
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
97
+ requestType: "json",
98
+ body: request,
167
99
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
168
100
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
169
101
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -191,7 +123,7 @@ class Sessions {
191
123
  rawResponse: _response.rawResponse,
192
124
  });
193
125
  case "timeout":
194
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /tracking/sessions/list/v1.");
126
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /tracking/sessions/add_flight/v1.");
195
127
  case "unknown":
196
128
  throw new errors.ChrtError({
197
129
  message: _response.error.errorMessage,
@@ -201,33 +133,41 @@ class Sessions {
201
133
  });
202
134
  }
203
135
  /**
204
- * Retrieves a single session by its ID. Access restricted to the caller's organization or shared organizations. | authz: min_org_role=operator | () -> (Session1)
136
+ * Creates a new tracking session for a device and automatically starts recording data points. The caller must be the device owner or belong to an org the device is shared with. The device owner remains the session owner (org_id). The device's shared_with_org_ids are copied to the session. The device must not have an active session. Auto-termination is scheduled for ~3 days out at 8 PM PT. Prevent auto termination with `no_auto_termination=True` | (SessionClientCreate1) -> (PydanticObjectId)
205
137
  *
206
- * @param {Chrt.tracking.SessionsGetV1Request} request
138
+ * @param {Chrt.tracking.SessionClientCreate1} request
207
139
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
208
140
  *
209
141
  * @throws {@link Chrt.UnprocessableEntityError}
210
142
  *
211
143
  * @example
212
- * await client.tracking.sessions.getV1({
213
- * session_id: "session_id"
144
+ * await client.tracking.sessions.createSessionV1({
145
+ * device_id: "device_id",
146
+ * no_auto_termination: true,
147
+ * schema_version: 1
214
148
  * })
215
149
  */
216
- getV1(request, requestOptions) {
217
- return core.HttpResponsePromise.fromPromise(this.__getV1(request, requestOptions));
150
+ createSessionV1(request, requestOptions) {
151
+ return core.HttpResponsePromise.fromPromise(this.__createSessionV1(request, requestOptions));
218
152
  }
219
- __getV1(request, requestOptions) {
153
+ __createSessionV1(request, requestOptions) {
220
154
  return __awaiter(this, void 0, void 0, function* () {
221
- var _a, _b, _c, _d;
222
- const { session_id: sessionId } = request;
155
+ var _a, _b, _c, _d, _e;
156
+ const { device_id: deviceId, no_auto_termination: noAutoTermination } = request, _body = __rest(request, ["device_id", "no_auto_termination"]);
223
157
  const _queryParams = {};
224
- _queryParams["session_id"] = sessionId;
225
- 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);
226
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
227
- 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, "tracking/sessions/get/v1"),
228
- method: "GET",
158
+ _queryParams["device_id"] = deviceId;
159
+ if (noAutoTermination !== undefined) {
160
+ _queryParams["no_auto_termination"] = (_a = noAutoTermination === null || noAutoTermination === void 0 ? void 0 : noAutoTermination.toString()) !== null && _a !== void 0 ? _a : null;
161
+ }
162
+ let _headers = (0, headers_js_1.mergeHeaders)((_b = this._options) === null || _b === void 0 ? void 0 : _b.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
163
+ const _response = yield ((_c = this._options.fetcher) !== null && _c !== void 0 ? _c : core.fetcher)({
164
+ url: core.url.join((_e = (_d = (yield core.Supplier.get(this._options.baseUrl))) !== null && _d !== void 0 ? _d : (yield core.Supplier.get(this._options.environment))) !== null && _e !== void 0 ? _e : environments.ChrtEnvironment.Local, "tracking/sessions/create_session/v1"),
165
+ method: "POST",
229
166
  headers: _headers,
167
+ contentType: "application/json",
230
168
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
169
+ requestType: "json",
170
+ body: _body,
231
171
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
232
172
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
233
173
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -255,7 +195,7 @@ class Sessions {
255
195
  rawResponse: _response.rawResponse,
256
196
  });
257
197
  case "timeout":
258
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /tracking/sessions/get/v1.");
198
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /tracking/sessions/create_session/v1.");
259
199
  case "unknown":
260
200
  throw new errors.ChrtError({
261
201
  message: _response.error.errorMessage,
@@ -265,38 +205,30 @@ class Sessions {
265
205
  });
266
206
  }
267
207
  /**
268
- * Returns distinct device_mac_address and off_chrt_reference_id values matching the query via case-insensitive regex, searching sessions. Use org_scope to restrict to owned, shared, or both (default). | authz: min_org_role=operator | () -> (list[TrackingTypeaheadResult])
208
+ * Retrieves a single session by its ID. Access restricted to the caller's organization or shared organizations. | authz: min_org_role=operator | () -> (Session1)
269
209
  *
270
- * @param {Chrt.tracking.SessionsTypeaheadV1Request} request
210
+ * @param {Chrt.tracking.SessionsGetV1Request} request
271
211
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
272
212
  *
273
213
  * @throws {@link Chrt.UnprocessableEntityError}
274
214
  *
275
215
  * @example
276
- * await client.tracking.sessions.typeaheadV1({
277
- * query: "query",
278
- * limit: 1,
279
- * org_scope: "owned"
216
+ * await client.tracking.sessions.getV1({
217
+ * session_id: "session_id"
280
218
  * })
281
219
  */
282
- typeaheadV1(request, requestOptions) {
283
- return core.HttpResponsePromise.fromPromise(this.__typeaheadV1(request, requestOptions));
220
+ getV1(request, requestOptions) {
221
+ return core.HttpResponsePromise.fromPromise(this.__getV1(request, requestOptions));
284
222
  }
285
- __typeaheadV1(request, requestOptions) {
223
+ __getV1(request, requestOptions) {
286
224
  return __awaiter(this, void 0, void 0, function* () {
287
- var _a, _b, _c, _d, _e;
288
- const { query, limit, org_scope: orgScope } = request;
225
+ var _a, _b, _c, _d;
226
+ const { session_id: sessionId } = request;
289
227
  const _queryParams = {};
290
- _queryParams["query"] = query;
291
- if (limit !== undefined) {
292
- _queryParams["limit"] = (_a = limit === null || limit === void 0 ? void 0 : limit.toString()) !== null && _a !== void 0 ? _a : null;
293
- }
294
- if (orgScope !== undefined) {
295
- _queryParams["org_scope"] = orgScope;
296
- }
297
- let _headers = (0, headers_js_1.mergeHeaders)((_b = this._options) === null || _b === void 0 ? void 0 : _b.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
298
- const _response = yield ((_c = this._options.fetcher) !== null && _c !== void 0 ? _c : core.fetcher)({
299
- url: core.url.join((_e = (_d = (yield core.Supplier.get(this._options.baseUrl))) !== null && _d !== void 0 ? _d : (yield core.Supplier.get(this._options.environment))) !== null && _e !== void 0 ? _e : environments.ChrtEnvironment.Local, "tracking/sessions/typeahead/v1"),
228
+ _queryParams["session_id"] = sessionId;
229
+ 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);
230
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
231
+ 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, "tracking/sessions/get/v1"),
300
232
  method: "GET",
301
233
  headers: _headers,
302
234
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
@@ -327,7 +259,7 @@ class Sessions {
327
259
  rawResponse: _response.rawResponse,
328
260
  });
329
261
  case "timeout":
330
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /tracking/sessions/typeahead/v1.");
262
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /tracking/sessions/get/v1.");
331
263
  case "unknown":
332
264
  throw new errors.ChrtError({
333
265
  message: _response.error.errorMessage,
@@ -337,30 +269,49 @@ class Sessions {
337
269
  });
338
270
  }
339
271
  /**
340
- * Search across session comments, device_mac_address, flight_numbers, and off_chrt_reference_id. Handles both partial and full matches. Use org_scope to restrict to owned, shared, or both (default). | authz: min_org_role=operator | () -> (SessionSearchRes)
272
+ * Lists sessions with filtering, sorting, and pagination. Use org_scope to restrict to owned, shared, or both (default). | authz: min_org_role=operator | () -> (SessionListRes)
341
273
  *
342
- * @param {Chrt.tracking.SessionsSearchV1Request} request
274
+ * @param {Chrt.tracking.SessionsListV1Request} request
343
275
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
344
276
  *
345
277
  * @throws {@link Chrt.UnprocessableEntityError}
346
278
  *
347
279
  * @example
348
- * await client.tracking.sessions.searchV1({
349
- * query: "query",
280
+ * await client.tracking.sessions.listV1({
281
+ * sort_by: "created_at_timestamp",
282
+ * sort_order: "asc",
350
283
  * page: 1,
351
284
  * page_size: 1,
352
- * org_scope: "owned"
285
+ * org_scope: "owned",
286
+ * filter_terminated: true,
287
+ * filter_public: true,
288
+ * filter_device_id: "filter_device_id",
289
+ * filter_off_chrt_reference_id: "filter_off_chrt_reference_id",
290
+ * filter_flight_number: "filter_flight_number",
291
+ * filter_fa_flight_id: "filter_fa_flight_id",
292
+ * filter_flight_loaded_status: "filter_flight_loaded_status",
293
+ * filter_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
294
+ * filter_created_at_timestamp_lte: "2024-01-15T09:30:00Z",
295
+ * filter_termination_scheduled_for_timestamp_gte: "2024-01-15T09:30:00Z",
296
+ * filter_termination_scheduled_for_timestamp_lte: "2024-01-15T09:30:00Z",
297
+ * filter_terminated_at_timestamp_gte: "2024-01-15T09:30:00Z",
298
+ * filter_terminated_at_timestamp_lte: "2024-01-15T09:30:00Z"
353
299
  * })
354
300
  */
355
- searchV1(request, requestOptions) {
356
- return core.HttpResponsePromise.fromPromise(this.__searchV1(request, requestOptions));
301
+ listV1(request = {}, requestOptions) {
302
+ return core.HttpResponsePromise.fromPromise(this.__listV1(request, requestOptions));
357
303
  }
358
- __searchV1(request, requestOptions) {
359
- return __awaiter(this, void 0, void 0, function* () {
360
- var _a, _b, _c, _d, _e, _f;
361
- const { query, page, page_size: pageSize, org_scope: orgScope } = request;
304
+ __listV1() {
305
+ return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
306
+ var _a, _b, _c, _d, _e, _f, _g, _h;
307
+ const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, org_scope: orgScope, filter_terminated: filterTerminated, filter_public: filterPublic, filter_device_id: filterDeviceId, filter_off_chrt_reference_id: filterOffChrtReferenceId, filter_flight_number: filterFlightNumber, filter_fa_flight_id: filterFaFlightId, filter_flight_loaded_status: filterFlightLoadedStatus, filter_created_at_timestamp_gte: filterCreatedAtTimestampGte, filter_created_at_timestamp_lte: filterCreatedAtTimestampLte, filter_termination_scheduled_for_timestamp_gte: filterTerminationScheduledForTimestampGte, filter_termination_scheduled_for_timestamp_lte: filterTerminationScheduledForTimestampLte, filter_terminated_at_timestamp_gte: filterTerminatedAtTimestampGte, filter_terminated_at_timestamp_lte: filterTerminatedAtTimestampLte, } = request;
362
308
  const _queryParams = {};
363
- _queryParams["query"] = query;
309
+ if (sortBy !== undefined) {
310
+ _queryParams["sort_by"] = sortBy;
311
+ }
312
+ if (sortOrder !== undefined) {
313
+ _queryParams["sort_order"] = sortOrder;
314
+ }
364
315
  if (page !== undefined) {
365
316
  _queryParams["page"] = (_a = page === null || page === void 0 ? void 0 : page.toString()) !== null && _a !== void 0 ? _a : null;
366
317
  }
@@ -370,9 +321,48 @@ class Sessions {
370
321
  if (orgScope !== undefined) {
371
322
  _queryParams["org_scope"] = orgScope;
372
323
  }
373
- let _headers = (0, headers_js_1.mergeHeaders)((_c = this._options) === null || _c === void 0 ? void 0 : _c.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
374
- const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
375
- url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ChrtEnvironment.Local, "tracking/sessions/search/v1"),
324
+ if (filterTerminated !== undefined) {
325
+ _queryParams["filter_terminated"] = (_c = filterTerminated === null || filterTerminated === void 0 ? void 0 : filterTerminated.toString()) !== null && _c !== void 0 ? _c : null;
326
+ }
327
+ if (filterPublic !== undefined) {
328
+ _queryParams["filter_public"] = (_d = filterPublic === null || filterPublic === void 0 ? void 0 : filterPublic.toString()) !== null && _d !== void 0 ? _d : null;
329
+ }
330
+ if (filterDeviceId !== undefined) {
331
+ _queryParams["filter_device_id"] = filterDeviceId;
332
+ }
333
+ if (filterOffChrtReferenceId !== undefined) {
334
+ _queryParams["filter_off_chrt_reference_id"] = filterOffChrtReferenceId;
335
+ }
336
+ if (filterFlightNumber !== undefined) {
337
+ _queryParams["filter_flight_number"] = filterFlightNumber;
338
+ }
339
+ if (filterFaFlightId !== undefined) {
340
+ _queryParams["filter_fa_flight_id"] = filterFaFlightId;
341
+ }
342
+ if (filterFlightLoadedStatus !== undefined) {
343
+ _queryParams["filter_flight_loaded_status"] = filterFlightLoadedStatus;
344
+ }
345
+ if (filterCreatedAtTimestampGte !== undefined) {
346
+ _queryParams["filter_created_at_timestamp_gte"] = filterCreatedAtTimestampGte;
347
+ }
348
+ if (filterCreatedAtTimestampLte !== undefined) {
349
+ _queryParams["filter_created_at_timestamp_lte"] = filterCreatedAtTimestampLte;
350
+ }
351
+ if (filterTerminationScheduledForTimestampGte !== undefined) {
352
+ _queryParams["filter_termination_scheduled_for_timestamp_gte"] = filterTerminationScheduledForTimestampGte;
353
+ }
354
+ if (filterTerminationScheduledForTimestampLte !== undefined) {
355
+ _queryParams["filter_termination_scheduled_for_timestamp_lte"] = filterTerminationScheduledForTimestampLte;
356
+ }
357
+ if (filterTerminatedAtTimestampGte !== undefined) {
358
+ _queryParams["filter_terminated_at_timestamp_gte"] = filterTerminatedAtTimestampGte;
359
+ }
360
+ if (filterTerminatedAtTimestampLte !== undefined) {
361
+ _queryParams["filter_terminated_at_timestamp_lte"] = filterTerminatedAtTimestampLte;
362
+ }
363
+ let _headers = (0, headers_js_1.mergeHeaders)((_e = this._options) === null || _e === void 0 ? void 0 : _e.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
364
+ const _response = yield ((_f = this._options.fetcher) !== null && _f !== void 0 ? _f : core.fetcher)({
365
+ url: core.url.join((_h = (_g = (yield core.Supplier.get(this._options.baseUrl))) !== null && _g !== void 0 ? _g : (yield core.Supplier.get(this._options.environment))) !== null && _h !== void 0 ? _h : environments.ChrtEnvironment.Local, "tracking/sessions/list/v1"),
376
366
  method: "GET",
377
367
  headers: _headers,
378
368
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
@@ -403,7 +393,7 @@ class Sessions {
403
393
  rawResponse: _response.rawResponse,
404
394
  });
405
395
  case "timeout":
406
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /tracking/sessions/search/v1.");
396
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /tracking/sessions/list/v1.");
407
397
  case "unknown":
408
398
  throw new errors.ChrtError({
409
399
  message: _response.error.errorMessage,
@@ -413,41 +403,35 @@ class Sessions {
413
403
  });
414
404
  }
415
405
  /**
416
- * Creates a new tracking session for a device and automatically starts recording data points. The caller must be the device owner or belong to an org the device is shared with. The device owner remains the session owner (org_id). The device's shared_with_org_ids are copied to the session. The device must not have an active session. Auto-termination is scheduled for ~3 days out at 8 PM PT. Prevent auto termination with `no_auto_termination=True` | (SessionClientCreate1) -> (PydanticObjectId)
406
+ * Removes a flight number and FA flight IDs from a session. Runs the shared-aware FlightAware unsubscribe cycle before removing. | authz: min_org_role=operator | (SessionRemoveFlightReq1) -> (bool)
417
407
  *
418
- * @param {Chrt.tracking.SessionClientCreate1} request
408
+ * @param {Chrt.tracking.SessionRemoveFlightReq1} request
419
409
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
420
410
  *
421
411
  * @throws {@link Chrt.UnprocessableEntityError}
422
412
  *
423
413
  * @example
424
- * await client.tracking.sessions.createSessionV1({
425
- * device_id: "device_id",
426
- * no_auto_termination: true,
427
- * schema_version: 1
414
+ * await client.tracking.sessions.removeFlightV1({
415
+ * fa_flight_ids: ["fa_flight_ids"],
416
+ * flight_number: "flight_number",
417
+ * session_id: "session_id"
428
418
  * })
429
419
  */
430
- createSessionV1(request, requestOptions) {
431
- return core.HttpResponsePromise.fromPromise(this.__createSessionV1(request, requestOptions));
420
+ removeFlightV1(request, requestOptions) {
421
+ return core.HttpResponsePromise.fromPromise(this.__removeFlightV1(request, requestOptions));
432
422
  }
433
- __createSessionV1(request, requestOptions) {
423
+ __removeFlightV1(request, requestOptions) {
434
424
  return __awaiter(this, void 0, void 0, function* () {
435
- var _a, _b, _c, _d, _e;
436
- const { device_id: deviceId, no_auto_termination: noAutoTermination } = request, _body = __rest(request, ["device_id", "no_auto_termination"]);
437
- const _queryParams = {};
438
- _queryParams["device_id"] = deviceId;
439
- if (noAutoTermination !== undefined) {
440
- _queryParams["no_auto_termination"] = (_a = noAutoTermination === null || noAutoTermination === void 0 ? void 0 : noAutoTermination.toString()) !== null && _a !== void 0 ? _a : null;
441
- }
442
- let _headers = (0, headers_js_1.mergeHeaders)((_b = this._options) === null || _b === void 0 ? void 0 : _b.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
443
- const _response = yield ((_c = this._options.fetcher) !== null && _c !== void 0 ? _c : core.fetcher)({
444
- url: core.url.join((_e = (_d = (yield core.Supplier.get(this._options.baseUrl))) !== null && _d !== void 0 ? _d : (yield core.Supplier.get(this._options.environment))) !== null && _e !== void 0 ? _e : environments.ChrtEnvironment.Local, "tracking/sessions/create_session/v1"),
425
+ var _a, _b, _c, _d;
426
+ 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);
427
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
428
+ 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, "tracking/sessions/remove_flight/v1"),
445
429
  method: "POST",
446
430
  headers: _headers,
447
431
  contentType: "application/json",
448
- queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
432
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
449
433
  requestType: "json",
450
- body: _body,
434
+ body: request,
451
435
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
452
436
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
453
437
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -475,7 +459,7 @@ class Sessions {
475
459
  rawResponse: _response.rawResponse,
476
460
  });
477
461
  case "timeout":
478
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /tracking/sessions/create_session/v1.");
462
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /tracking/sessions/remove_flight/v1.");
479
463
  case "unknown":
480
464
  throw new errors.ChrtError({
481
465
  message: _response.error.errorMessage,
@@ -485,36 +469,45 @@ class Sessions {
485
469
  });
486
470
  }
487
471
  /**
488
- * Updates a session's metadata. | (SessionClientUpdate1) -> (bool)
472
+ * Search across session comments, device_mac_address, flight_numbers, and off_chrt_reference_id. Handles both partial and full matches. Use org_scope to restrict to owned, shared, or both (default). | authz: min_org_role=operator | () -> (SessionSearchRes)
489
473
  *
490
- * @param {Chrt.tracking.SessionClientUpdate1} request
474
+ * @param {Chrt.tracking.SessionsSearchV1Request} request
491
475
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
492
476
  *
493
477
  * @throws {@link Chrt.UnprocessableEntityError}
494
478
  *
495
479
  * @example
496
- * await client.tracking.sessions.updateV1({
497
- * session_id: "session_id"
480
+ * await client.tracking.sessions.searchV1({
481
+ * query: "query",
482
+ * page: 1,
483
+ * page_size: 1,
484
+ * org_scope: "owned"
498
485
  * })
499
486
  */
500
- updateV1(request, requestOptions) {
501
- return core.HttpResponsePromise.fromPromise(this.__updateV1(request, requestOptions));
487
+ searchV1(request, requestOptions) {
488
+ return core.HttpResponsePromise.fromPromise(this.__searchV1(request, requestOptions));
502
489
  }
503
- __updateV1(request, requestOptions) {
490
+ __searchV1(request, requestOptions) {
504
491
  return __awaiter(this, void 0, void 0, function* () {
505
- var _a, _b, _c, _d;
506
- const { session_id: sessionId } = request, _body = __rest(request, ["session_id"]);
492
+ var _a, _b, _c, _d, _e, _f;
493
+ const { query, page, page_size: pageSize, org_scope: orgScope } = request;
507
494
  const _queryParams = {};
508
- _queryParams["session_id"] = sessionId;
509
- 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);
510
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
511
- 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, "tracking/sessions/update/v1"),
512
- method: "POST",
495
+ _queryParams["query"] = query;
496
+ if (page !== undefined) {
497
+ _queryParams["page"] = (_a = page === null || page === void 0 ? void 0 : page.toString()) !== null && _a !== void 0 ? _a : null;
498
+ }
499
+ if (pageSize !== undefined) {
500
+ _queryParams["page_size"] = (_b = pageSize === null || pageSize === void 0 ? void 0 : pageSize.toString()) !== null && _b !== void 0 ? _b : null;
501
+ }
502
+ if (orgScope !== undefined) {
503
+ _queryParams["org_scope"] = orgScope;
504
+ }
505
+ let _headers = (0, headers_js_1.mergeHeaders)((_c = this._options) === null || _c === void 0 ? void 0 : _c.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
506
+ const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
507
+ url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ChrtEnvironment.Local, "tracking/sessions/search/v1"),
508
+ method: "GET",
513
509
  headers: _headers,
514
- contentType: "application/json",
515
510
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
516
- requestType: "json",
517
- body: _body,
518
511
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
519
512
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
520
513
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -542,7 +535,7 @@ class Sessions {
542
535
  rawResponse: _response.rawResponse,
543
536
  });
544
537
  case "timeout":
545
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /tracking/sessions/update/v1.");
538
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /tracking/sessions/search/v1.");
546
539
  case "unknown":
547
540
  throw new errors.ChrtError({
548
541
  message: _response.error.errorMessage,
@@ -552,33 +545,33 @@ class Sessions {
552
545
  });
553
546
  }
554
547
  /**
555
- * Adds and/or removes org_ids from a session's shared_with_org_ids list. Only the owning org may modify sharing. Removal overrides addition. | (SessionsUpdateSharedOrgsReq1) -> (bool)
548
+ * Fetches current OOOI timestamps from FlightAware for each fa_flight_id on the session and updates flight_status_by_fa_flight_id. Use when the webhook may have left state out of sync. | authz: min_org_role=operator | () -> (bool)
556
549
  *
557
- * @param {Chrt.tracking.SessionsUpdateSharedOrgsReq1} request
550
+ * @param {Chrt.tracking.SessionsSyncFlightStatusV1Request} request
558
551
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
559
552
  *
560
553
  * @throws {@link Chrt.UnprocessableEntityError}
561
554
  *
562
555
  * @example
563
- * await client.tracking.sessions.updateSharedOrgsV1({
556
+ * await client.tracking.sessions.syncFlightStatusV1({
564
557
  * session_id: "session_id"
565
558
  * })
566
559
  */
567
- updateSharedOrgsV1(request, requestOptions) {
568
- return core.HttpResponsePromise.fromPromise(this.__updateSharedOrgsV1(request, requestOptions));
560
+ syncFlightStatusV1(request, requestOptions) {
561
+ return core.HttpResponsePromise.fromPromise(this.__syncFlightStatusV1(request, requestOptions));
569
562
  }
570
- __updateSharedOrgsV1(request, requestOptions) {
563
+ __syncFlightStatusV1(request, requestOptions) {
571
564
  return __awaiter(this, void 0, void 0, function* () {
572
565
  var _a, _b, _c, _d;
566
+ const { session_id: sessionId } = request;
567
+ const _queryParams = {};
568
+ _queryParams["session_id"] = sessionId;
573
569
  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);
574
570
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
575
- 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, "tracking/sessions/update_shared_orgs/v1"),
571
+ 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, "tracking/sessions/sync_flight_status/v1"),
576
572
  method: "POST",
577
573
  headers: _headers,
578
- contentType: "application/json",
579
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
580
- requestType: "json",
581
- body: request,
574
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
582
575
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
583
576
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
584
577
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -606,7 +599,7 @@ class Sessions {
606
599
  rawResponse: _response.rawResponse,
607
600
  });
608
601
  case "timeout":
609
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /tracking/sessions/update_shared_orgs/v1.");
602
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /tracking/sessions/sync_flight_status/v1.");
610
603
  case "unknown":
611
604
  throw new errors.ChrtError({
612
605
  message: _response.error.errorMessage,
@@ -680,35 +673,41 @@ class Sessions {
680
673
  });
681
674
  }
682
675
  /**
683
- * Adds a flight number and FA flight IDs to an existing session. Creates or reuses a FlightAware alert. | authz: min_org_role=operator | (SessionAddFlightReq1) -> (bool)
676
+ * Returns distinct device_mac_address and off_chrt_reference_id values matching the query via case-insensitive regex, searching sessions. Use org_scope to restrict to owned, shared, or both (default). | authz: min_org_role=operator | () -> (list[TrackingTypeaheadResult])
684
677
  *
685
- * @param {Chrt.tracking.SessionAddFlightReq1} request
678
+ * @param {Chrt.tracking.SessionsTypeaheadV1Request} request
686
679
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
687
680
  *
688
681
  * @throws {@link Chrt.UnprocessableEntityError}
689
682
  *
690
683
  * @example
691
- * await client.tracking.sessions.addFlightV1({
692
- * session_id: "session_id",
693
- * flight_number: "flight_number",
694
- * fa_flight_ids: ["fa_flight_ids"]
684
+ * await client.tracking.sessions.typeaheadV1({
685
+ * query: "query",
686
+ * limit: 1,
687
+ * org_scope: "owned"
695
688
  * })
696
689
  */
697
- addFlightV1(request, requestOptions) {
698
- return core.HttpResponsePromise.fromPromise(this.__addFlightV1(request, requestOptions));
690
+ typeaheadV1(request, requestOptions) {
691
+ return core.HttpResponsePromise.fromPromise(this.__typeaheadV1(request, requestOptions));
699
692
  }
700
- __addFlightV1(request, requestOptions) {
693
+ __typeaheadV1(request, requestOptions) {
701
694
  return __awaiter(this, void 0, void 0, function* () {
702
- var _a, _b, _c, _d;
703
- 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);
704
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
705
- 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, "tracking/sessions/add_flight/v1"),
706
- method: "POST",
695
+ var _a, _b, _c, _d, _e;
696
+ const { query, limit, org_scope: orgScope } = request;
697
+ const _queryParams = {};
698
+ _queryParams["query"] = query;
699
+ if (limit !== undefined) {
700
+ _queryParams["limit"] = (_a = limit === null || limit === void 0 ? void 0 : limit.toString()) !== null && _a !== void 0 ? _a : null;
701
+ }
702
+ if (orgScope !== undefined) {
703
+ _queryParams["org_scope"] = orgScope;
704
+ }
705
+ let _headers = (0, headers_js_1.mergeHeaders)((_b = this._options) === null || _b === void 0 ? void 0 : _b.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
706
+ const _response = yield ((_c = this._options.fetcher) !== null && _c !== void 0 ? _c : core.fetcher)({
707
+ url: core.url.join((_e = (_d = (yield core.Supplier.get(this._options.baseUrl))) !== null && _d !== void 0 ? _d : (yield core.Supplier.get(this._options.environment))) !== null && _e !== void 0 ? _e : environments.ChrtEnvironment.Local, "tracking/sessions/typeahead/v1"),
708
+ method: "GET",
707
709
  headers: _headers,
708
- contentType: "application/json",
709
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
710
- requestType: "json",
711
- body: request,
710
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
712
711
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
713
712
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
714
713
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -736,7 +735,7 @@ class Sessions {
736
735
  rawResponse: _response.rawResponse,
737
736
  });
738
737
  case "timeout":
739
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /tracking/sessions/add_flight/v1.");
738
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /tracking/sessions/typeahead/v1.");
740
739
  case "unknown":
741
740
  throw new errors.ChrtError({
742
741
  message: _response.error.errorMessage,
@@ -746,35 +745,36 @@ class Sessions {
746
745
  });
747
746
  }
748
747
  /**
749
- * Removes a flight number and FA flight IDs from a session. Runs the shared-aware FlightAware unsubscribe cycle before removing. | authz: min_org_role=operator | (SessionRemoveFlightReq1) -> (bool)
748
+ * Updates a session's metadata. | (SessionClientUpdate1) -> (bool)
750
749
  *
751
- * @param {Chrt.tracking.SessionRemoveFlightReq1} request
750
+ * @param {Chrt.tracking.SessionClientUpdate1} request
752
751
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
753
752
  *
754
753
  * @throws {@link Chrt.UnprocessableEntityError}
755
754
  *
756
755
  * @example
757
- * await client.tracking.sessions.removeFlightV1({
758
- * session_id: "session_id",
759
- * flight_number: "flight_number",
760
- * fa_flight_ids: ["fa_flight_ids"]
756
+ * await client.tracking.sessions.updateV1({
757
+ * session_id: "session_id"
761
758
  * })
762
759
  */
763
- removeFlightV1(request, requestOptions) {
764
- return core.HttpResponsePromise.fromPromise(this.__removeFlightV1(request, requestOptions));
760
+ updateV1(request, requestOptions) {
761
+ return core.HttpResponsePromise.fromPromise(this.__updateV1(request, requestOptions));
765
762
  }
766
- __removeFlightV1(request, requestOptions) {
763
+ __updateV1(request, requestOptions) {
767
764
  return __awaiter(this, void 0, void 0, function* () {
768
765
  var _a, _b, _c, _d;
766
+ const { session_id: sessionId } = request, _body = __rest(request, ["session_id"]);
767
+ const _queryParams = {};
768
+ _queryParams["session_id"] = sessionId;
769
769
  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);
770
770
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
771
- 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, "tracking/sessions/remove_flight/v1"),
771
+ 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, "tracking/sessions/update/v1"),
772
772
  method: "POST",
773
773
  headers: _headers,
774
774
  contentType: "application/json",
775
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
775
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
776
776
  requestType: "json",
777
- body: request,
777
+ body: _body,
778
778
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
779
779
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
780
780
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -802,7 +802,7 @@ class Sessions {
802
802
  rawResponse: _response.rawResponse,
803
803
  });
804
804
  case "timeout":
805
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /tracking/sessions/remove_flight/v1.");
805
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /tracking/sessions/update/v1.");
806
806
  case "unknown":
807
807
  throw new errors.ChrtError({
808
808
  message: _response.error.errorMessage,
@@ -812,33 +812,33 @@ class Sessions {
812
812
  });
813
813
  }
814
814
  /**
815
- * Fetches current OOOI timestamps from FlightAware for each fa_flight_id on the session and updates flight_status_by_fa_flight_id. Use when the webhook may have left state out of sync. | authz: min_org_role=operator | () -> (bool)
815
+ * Adds and/or removes org_ids from a session's shared_with_org_ids list. Only the owning org may modify sharing. Removal overrides addition. | (SessionsUpdateSharedOrgsReq1) -> (bool)
816
816
  *
817
- * @param {Chrt.tracking.SessionsSyncFlightStatusV1Request} request
817
+ * @param {Chrt.tracking.SessionsUpdateSharedOrgsReq1} request
818
818
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
819
819
  *
820
820
  * @throws {@link Chrt.UnprocessableEntityError}
821
821
  *
822
822
  * @example
823
- * await client.tracking.sessions.syncFlightStatusV1({
823
+ * await client.tracking.sessions.updateSharedOrgsV1({
824
824
  * session_id: "session_id"
825
825
  * })
826
826
  */
827
- syncFlightStatusV1(request, requestOptions) {
828
- return core.HttpResponsePromise.fromPromise(this.__syncFlightStatusV1(request, requestOptions));
827
+ updateSharedOrgsV1(request, requestOptions) {
828
+ return core.HttpResponsePromise.fromPromise(this.__updateSharedOrgsV1(request, requestOptions));
829
829
  }
830
- __syncFlightStatusV1(request, requestOptions) {
830
+ __updateSharedOrgsV1(request, requestOptions) {
831
831
  return __awaiter(this, void 0, void 0, function* () {
832
832
  var _a, _b, _c, _d;
833
- const { session_id: sessionId } = request;
834
- const _queryParams = {};
835
- _queryParams["session_id"] = sessionId;
836
833
  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);
837
834
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
838
- 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, "tracking/sessions/sync_flight_status/v1"),
835
+ 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, "tracking/sessions/update_shared_orgs/v1"),
839
836
  method: "POST",
840
837
  headers: _headers,
841
- queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
838
+ contentType: "application/json",
839
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
840
+ requestType: "json",
841
+ body: request,
842
842
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
843
843
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
844
844
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -866,7 +866,7 @@ class Sessions {
866
866
  rawResponse: _response.rawResponse,
867
867
  });
868
868
  case "timeout":
869
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /tracking/sessions/sync_flight_status/v1.");
869
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /tracking/sessions/update_shared_orgs/v1.");
870
870
  case "unknown":
871
871
  throw new errors.ChrtError({
872
872
  message: _response.error.errorMessage,