@chrt-inc/typescript-sdk 1.924.0 → 1.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (468) hide show
  1. package/dist/cjs/Client.d.ts +3 -0
  2. package/dist/cjs/Client.js +29 -24
  3. package/dist/cjs/api/resources/agent/client/Client.d.ts +23 -0
  4. package/dist/cjs/api/resources/agent/client/Client.js +17 -0
  5. package/dist/cjs/api/resources/agent/client/index.d.ts +1 -0
  6. package/dist/cjs/api/resources/agent/client/index.js +2 -0
  7. package/dist/cjs/api/resources/agent/index.d.ts +2 -0
  8. package/dist/cjs/api/resources/agent/index.js +18 -0
  9. package/dist/cjs/api/resources/agent/resources/index.d.ts +2 -0
  10. package/dist/cjs/api/resources/agent/resources/index.js +41 -0
  11. package/dist/cjs/api/resources/agent/resources/orderInformation/client/Client.d.ts +79 -0
  12. package/dist/cjs/api/resources/agent/resources/orderInformation/client/Client.js +260 -0
  13. package/dist/cjs/api/resources/agent/resources/orderInformation/client/index.d.ts +2 -0
  14. package/dist/cjs/api/resources/agent/resources/orderInformation/client/index.js +17 -0
  15. package/dist/cjs/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.d.ts +11 -0
  16. package/dist/cjs/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.d.ts +12 -0
  17. package/dist/cjs/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.d.ts +13 -0
  18. package/dist/cjs/api/resources/agent/resources/orderInformation/client/requests/index.d.ts +3 -0
  19. package/dist/cjs/api/resources/agent/resources/orderInformation/client/requests/index.js +2 -0
  20. package/dist/cjs/api/resources/agent/resources/orderInformation/index.d.ts +1 -0
  21. package/dist/cjs/api/resources/agent/resources/orderInformation/index.js +17 -0
  22. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.d.ts +0 -1
  23. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.js +1 -5
  24. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesClientCreate1.d.ts +0 -1
  25. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.d.ts +0 -3
  26. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/Client.d.ts +1 -1
  27. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/Client.js +1 -1
  28. package/dist/cjs/api/resources/billingNew/resources/invoices/client/Client.d.ts +20 -3
  29. package/dist/cjs/api/resources/billingNew/resources/invoices/client/Client.js +69 -3
  30. package/dist/cjs/api/resources/billingNew/resources/invoices/client/requests/InvoiceClientCreate1.d.ts +2 -0
  31. package/dist/cjs/api/resources/billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.d.ts +14 -0
  32. package/dist/cjs/api/resources/billingNew/resources/invoices/client/requests/index.d.ts +1 -0
  33. package/dist/cjs/api/resources/billingNew/resources/orders/client/Client.d.ts +3 -0
  34. package/dist/cjs/api/resources/billingNew/resources/orders/client/Client.js +5 -0
  35. package/dist/cjs/api/resources/billingNew/resources/orders/index.d.ts +1 -0
  36. package/dist/cjs/api/resources/billingNew/resources/orders/index.js +1 -0
  37. package/dist/cjs/api/resources/billingNew/resources/orders/resources/index.d.ts +2 -0
  38. package/dist/cjs/api/resources/billingNew/resources/orders/resources/index.js +41 -0
  39. package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.d.ts +49 -0
  40. package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.js +135 -0
  41. package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/index.d.ts +2 -0
  42. package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/index.js +17 -0
  43. package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/OrderRateSheetLineItemsGenerateManyReq.d.ts +12 -0
  44. package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/index.d.ts +1 -0
  45. package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/index.js +2 -0
  46. package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/index.d.ts +1 -0
  47. package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/index.js +17 -0
  48. package/dist/cjs/api/resources/index.d.ts +1 -0
  49. package/dist/cjs/api/resources/index.js +2 -1
  50. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.d.ts +10 -8
  51. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.js +21 -13
  52. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksExpandedListV1Request.d.ts +3 -0
  53. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksListV1Request.d.ts +3 -0
  54. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/{OperationsTaskStatusReq.d.ts → OperationsTasksSetStatusReq1.d.ts} +3 -1
  55. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/index.d.ts +1 -1
  56. package/dist/cjs/api/resources/orgs/resources/contacts/client/Client.d.ts +1 -1
  57. package/dist/cjs/api/resources/orgs/resources/contacts/client/Client.js +1 -1
  58. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/Client.d.ts +6 -1
  59. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/Client.js +30 -2
  60. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplatesNewListV1Request.d.ts +17 -0
  61. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.d.ts +14 -0
  62. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.js +60 -0
  63. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskClientUpdate1.d.ts +1 -0
  64. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/Client.d.ts +13 -0
  65. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/Client.js +59 -0
  66. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +2 -105
  67. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +6 -518
  68. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.ts +3 -0
  69. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/index.d.ts +0 -2
  70. package/dist/cjs/api/resources/shipping/resources/orders/resources/task/client/requests/TaskClientUpdate1.d.ts +1 -0
  71. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.ts +1 -1
  72. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.js +1 -1
  73. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.ts +18 -31
  74. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.js +34 -93
  75. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/{ExpandedListForDriverForExecutorV1Request.d.ts → ExpandedListForDriverV1Request.d.ts} +1 -1
  76. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/{ExpandedListForExecutorOperatorsV1Request.d.ts → ExpandedListForProviderOperatorsV1Request.d.ts} +3 -1
  77. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.ts +2 -2
  78. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/index.d.ts +1 -0
  79. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/index.js +1 -0
  80. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.ts +11 -7
  81. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.js +23 -15
  82. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.d.ts +1 -0
  83. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.js +15 -0
  84. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.d.ts +13 -0
  85. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.d.ts +1 -0
  86. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.js +2 -0
  87. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.d.ts +19 -2
  88. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.js +74 -5
  89. package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/TaskCompleteReq.d.ts +10 -0
  90. package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/TaskCompletionTimestampUpdateReq.d.ts +12 -0
  91. package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/index.d.ts +2 -0
  92. package/dist/cjs/api/resources/tracking/client/Client.d.ts +6 -0
  93. package/dist/cjs/api/resources/tracking/client/Client.js +16 -6
  94. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/Client.d.ts +140 -0
  95. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/Client.js +494 -0
  96. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/index.d.ts +2 -0
  97. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/index.js +17 -0
  98. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/requests/GeofenceTemplatesListV1Request.d.ts +45 -0
  99. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientCreate1.d.ts +28 -0
  100. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientUpdate1.d.ts +14 -0
  101. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/requests/index.d.ts +3 -0
  102. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/requests/index.js +2 -0
  103. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/index.d.ts +1 -0
  104. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/index.js +17 -0
  105. package/dist/cjs/api/resources/tracking/resources/index.d.ts +4 -0
  106. package/dist/cjs/api/resources/tracking/resources/index.js +5 -1
  107. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/Client.d.ts +117 -0
  108. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/Client.js +393 -0
  109. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/index.d.ts +2 -0
  110. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/index.js +17 -0
  111. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceApplyTemplateReq.d.ts +12 -0
  112. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceClientUpdate1.d.ts +13 -0
  113. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceClientUpdate1.js +5 -0
  114. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceReorderReq.d.ts +10 -0
  115. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceReorderReq.js +5 -0
  116. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/requests/index.d.ts +3 -0
  117. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/requests/index.js +2 -0
  118. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/index.d.ts +1 -0
  119. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/index.js +17 -0
  120. package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.d.ts +8 -8
  121. package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.js +5 -5
  122. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/{SessionClientUpdate1.d.ts → SessionClientUpdate2.d.ts} +1 -5
  123. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionClientUpdate2.js +5 -0
  124. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/{SessionClientCreate1.d.ts → SessionsCreateV1Req.d.ts} +3 -3
  125. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionsCreateV1Req.js +5 -0
  126. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/index.d.ts +2 -2
  127. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.ts +4 -4
  128. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.js +2 -2
  129. package/dist/cjs/api/types/AiImageDescription.d.ts +1 -1
  130. package/dist/{esm/api/types/LlmModelEnum.d.mts → cjs/api/types/ArchivedModel.d.ts} +5 -2
  131. package/dist/cjs/api/types/{LlmModelEnum.js → ArchivedModel.js} +2 -2
  132. package/dist/cjs/api/types/BillingInvoiceApprovedWebhookPayload.d.ts +10 -0
  133. package/dist/cjs/api/types/BillingInvoiceApprovedWebhookPayload.js +5 -0
  134. package/dist/cjs/api/types/ChrtGroundProviderRates1.d.ts +0 -1
  135. package/dist/cjs/api/types/ContactExpandedListItem.d.ts +10 -0
  136. package/dist/cjs/api/types/ContactExpandedListItem.js +5 -0
  137. package/dist/cjs/api/types/ContactListRes.d.ts +1 -1
  138. package/dist/cjs/api/types/DeviceExpandedRes.d.ts +2 -2
  139. package/dist/cjs/api/types/GeofencePointLocationFeature1.d.ts +14 -0
  140. package/dist/cjs/api/types/GeofencePointLocationFeature1.js +5 -0
  141. package/dist/cjs/api/types/{OrdersExpandedListForExecutorRes.d.ts → GeofenceTemplateListRes.d.ts} +2 -2
  142. package/dist/cjs/api/types/GeofenceTemplateListRes.js +5 -0
  143. package/dist/cjs/api/types/GeofenceTemplateSortByEnum.d.ts +10 -0
  144. package/dist/cjs/api/types/GeofenceTemplateSortByEnum.js +12 -0
  145. package/dist/cjs/api/types/Invoice1.d.ts +2 -0
  146. package/dist/cjs/api/types/InvoiceExpandedListItem.d.ts +11 -0
  147. package/dist/cjs/api/types/InvoiceExpandedListItem.js +5 -0
  148. package/dist/cjs/api/types/InvoiceExpandedRes.d.ts +1 -1
  149. package/dist/cjs/api/types/InvoiceLineItemExpandedListItem.d.ts +8 -0
  150. package/dist/cjs/api/types/InvoiceLineItemExpandedListItem.js +5 -0
  151. package/dist/cjs/api/types/InvoiceLineItemExpandedRes.d.ts +12 -0
  152. package/dist/cjs/api/types/InvoiceLineItemExpandedRes.js +5 -0
  153. package/dist/cjs/api/types/InvoiceLineItemListRes.d.ts +1 -1
  154. package/dist/cjs/api/types/InvoiceListRes.d.ts +1 -1
  155. package/dist/cjs/api/types/Model.d.ts +12 -0
  156. package/dist/cjs/api/types/Model.js +11 -0
  157. package/dist/cjs/api/types/NotificationEventsForAdHocEnum.d.ts +2 -2
  158. package/dist/cjs/api/types/NotificationEventsForAdHocEnum.js +1 -1
  159. package/dist/cjs/api/types/NotificationEventsForOrgsEnum.d.ts +3 -2
  160. package/dist/cjs/api/types/NotificationEventsForOrgsEnum.js +2 -1
  161. package/dist/cjs/api/types/NotificationEventsForUsersEnum.d.ts +3 -2
  162. package/dist/cjs/api/types/NotificationEventsForUsersEnum.js +2 -1
  163. package/dist/cjs/api/types/OperationsTaskExpandedListItem.d.ts +1 -0
  164. package/dist/cjs/api/types/OperationsTasksStatusUpdateRes1.d.ts +7 -0
  165. package/dist/cjs/api/types/OperationsTasksStatusUpdateRes1.js +5 -0
  166. package/dist/cjs/api/types/OrderAndTaskGroupExpandedReq.d.ts +2 -0
  167. package/dist/cjs/api/types/OrderExpandedForProvider.d.ts +3 -0
  168. package/dist/cjs/api/types/OrderExpandedForShipper.d.ts +1 -0
  169. package/dist/cjs/api/types/OrderInformationConversationRes.d.ts +7 -0
  170. package/dist/cjs/api/types/OrderInformationConversationRes.js +5 -0
  171. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyRes.d.ts +12 -0
  172. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyRes.js +5 -0
  173. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyResult1.d.ts +11 -0
  174. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyResult1.js +5 -0
  175. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.d.ts +9 -0
  176. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.js +11 -0
  177. package/dist/cjs/api/types/OrderTemplateNewExpanded1.d.ts +37 -0
  178. package/dist/cjs/api/types/OrderTemplateNewExpanded1.js +5 -0
  179. package/dist/cjs/api/types/OrderTemplateNewListRes.d.ts +1 -1
  180. package/dist/cjs/api/types/OrderTemplateNewTaskGroupExpanded1.d.ts +10 -0
  181. package/dist/cjs/api/types/OrderTemplateNewTaskGroupExpanded1.js +5 -0
  182. package/dist/cjs/api/types/Point.d.ts +1 -0
  183. package/dist/cjs/api/types/{Session1.d.ts → Session2.d.ts} +2 -4
  184. package/dist/cjs/api/types/Session2.js +5 -0
  185. package/dist/cjs/api/types/SessionGeofence1.d.ts +12 -0
  186. package/dist/cjs/api/types/SessionGeofence1.js +5 -0
  187. package/dist/cjs/api/types/SessionGeofenceBase1.d.ts +9 -0
  188. package/dist/cjs/api/types/SessionGeofenceBase1.js +5 -0
  189. package/dist/cjs/api/types/SessionGeofenceClientCreate1.d.ts +9 -0
  190. package/dist/cjs/api/types/SessionGeofenceClientCreate1.js +5 -0
  191. package/dist/cjs/api/types/SessionGeofenceTemplate1.d.ts +19 -0
  192. package/dist/cjs/api/types/SessionGeofenceTemplate1.js +5 -0
  193. package/dist/cjs/api/types/SessionListRes.d.ts +1 -1
  194. package/dist/cjs/api/types/StoredModel.d.ts +5 -0
  195. package/dist/cjs/api/types/StoredModel.js +5 -0
  196. package/dist/cjs/api/types/Task1.d.ts +1 -0
  197. package/dist/cjs/api/types/TaskGroupByDriverDataPointsRes.d.ts +8 -0
  198. package/dist/cjs/api/types/TaskGroupByDriverDataPointsRes.js +5 -0
  199. package/dist/cjs/api/types/TaskGroupByDriverLastSeenRes.d.ts +8 -0
  200. package/dist/cjs/api/types/TaskGroupByDriverLastSeenRes.js +5 -0
  201. package/dist/cjs/api/types/TaskGroupProviderRoleFilterEnum.d.ts +9 -0
  202. package/dist/cjs/api/types/TaskGroupProviderRoleFilterEnum.js +11 -0
  203. package/dist/cjs/api/types/TaskListToApplyToOrderExpanded.d.ts +8 -0
  204. package/dist/cjs/api/types/TaskListToApplyToOrderExpanded.js +5 -0
  205. package/dist/cjs/api/types/TrackingSessionGeofenceEnteredWebhookPayload.d.ts +14 -0
  206. package/dist/cjs/api/types/TrackingSessionGeofenceEnteredWebhookPayload.js +5 -0
  207. package/dist/cjs/api/types/index.d.ts +28 -9
  208. package/dist/cjs/api/types/index.js +28 -9
  209. package/dist/cjs/version.d.ts +1 -1
  210. package/dist/cjs/version.js +1 -1
  211. package/dist/esm/Client.d.mts +3 -0
  212. package/dist/esm/Client.mjs +7 -2
  213. package/dist/esm/api/resources/agent/client/Client.d.mts +23 -0
  214. package/dist/esm/api/resources/agent/client/Client.mjs +13 -0
  215. package/dist/esm/api/resources/agent/client/index.d.mts +1 -0
  216. package/dist/esm/api/resources/agent/client/index.mjs +1 -0
  217. package/dist/esm/api/resources/agent/index.d.mts +2 -0
  218. package/dist/esm/api/resources/agent/index.mjs +2 -0
  219. package/dist/esm/api/resources/agent/resources/index.d.mts +2 -0
  220. package/dist/esm/api/resources/agent/resources/index.mjs +2 -0
  221. package/dist/esm/api/resources/agent/resources/orderInformation/client/Client.d.mts +79 -0
  222. package/dist/esm/api/resources/agent/resources/orderInformation/client/Client.mjs +223 -0
  223. package/dist/esm/api/resources/agent/resources/orderInformation/client/index.d.mts +2 -0
  224. package/dist/esm/api/resources/agent/resources/orderInformation/client/index.mjs +1 -0
  225. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.d.mts +11 -0
  226. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.d.mts +12 -0
  227. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.d.mts +13 -0
  228. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/index.d.mts +3 -0
  229. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/index.mjs +1 -0
  230. package/dist/esm/api/resources/agent/resources/orderInformation/index.d.mts +1 -0
  231. package/dist/esm/api/resources/agent/resources/orderInformation/index.mjs +1 -0
  232. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.d.mts +0 -1
  233. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.mjs +1 -5
  234. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesClientCreate1.d.mts +0 -1
  235. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.d.mts +0 -3
  236. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.d.mts +1 -1
  237. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.mjs +1 -1
  238. package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.d.mts +20 -3
  239. package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.mjs +69 -3
  240. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoiceClientCreate1.d.mts +2 -0
  241. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.d.mts +14 -0
  242. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/index.d.mts +1 -0
  243. package/dist/esm/api/resources/billingNew/resources/orders/client/Client.d.mts +3 -0
  244. package/dist/esm/api/resources/billingNew/resources/orders/client/Client.mjs +5 -0
  245. package/dist/esm/api/resources/billingNew/resources/orders/index.d.mts +1 -0
  246. package/dist/esm/api/resources/billingNew/resources/orders/index.mjs +1 -0
  247. package/dist/esm/api/resources/billingNew/resources/orders/resources/index.d.mts +2 -0
  248. package/dist/esm/api/resources/billingNew/resources/orders/resources/index.mjs +2 -0
  249. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.d.mts +49 -0
  250. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.mjs +98 -0
  251. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/index.d.mts +2 -0
  252. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/index.mjs +1 -0
  253. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/OrderRateSheetLineItemsGenerateManyReq.d.mts +12 -0
  254. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/index.d.mts +1 -0
  255. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/index.mjs +1 -0
  256. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/index.d.mts +1 -0
  257. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/index.mjs +1 -0
  258. package/dist/esm/api/resources/index.d.mts +1 -0
  259. package/dist/esm/api/resources/index.mjs +1 -0
  260. package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.d.mts +10 -8
  261. package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.mjs +21 -13
  262. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksExpandedListV1Request.d.mts +3 -0
  263. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksListV1Request.d.mts +3 -0
  264. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/{OperationsTaskStatusReq.d.mts → OperationsTasksSetStatusReq1.d.mts} +3 -1
  265. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/index.d.mts +1 -1
  266. package/dist/esm/api/resources/orgs/resources/contacts/client/Client.d.mts +1 -1
  267. package/dist/esm/api/resources/orgs/resources/contacts/client/Client.mjs +1 -1
  268. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/Client.d.mts +6 -1
  269. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/Client.mjs +30 -2
  270. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplatesNewListV1Request.d.mts +17 -0
  271. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.d.mts +14 -0
  272. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.mjs +60 -0
  273. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskClientUpdate1.d.mts +1 -0
  274. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/Client.d.mts +13 -0
  275. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/Client.mjs +59 -0
  276. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +2 -105
  277. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +6 -518
  278. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.mts +3 -0
  279. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/index.d.mts +0 -2
  280. package/dist/esm/api/resources/shipping/resources/orders/resources/task/client/requests/TaskClientUpdate1.d.mts +1 -0
  281. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.mts +1 -1
  282. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.mjs +1 -1
  283. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.mts +18 -31
  284. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.mjs +34 -93
  285. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/{ExpandedListForDriverForExecutorV1Request.d.mts → ExpandedListForDriverV1Request.d.mts} +1 -1
  286. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/{ExpandedListForExecutorOperatorsV1Request.d.mts → ExpandedListForProviderOperatorsV1Request.d.mts} +3 -1
  287. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.mts +2 -2
  288. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/index.d.mts +1 -0
  289. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/index.mjs +1 -0
  290. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.mts +11 -7
  291. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.mjs +23 -15
  292. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.d.mts +1 -0
  293. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.mjs +1 -1
  294. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.d.mts +13 -0
  295. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.d.mts +1 -0
  296. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.mjs +1 -0
  297. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.d.mts +19 -2
  298. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.mjs +74 -5
  299. package/dist/esm/api/resources/shipping/resources/tasks/client/requests/TaskCompleteReq.d.mts +10 -0
  300. package/dist/esm/api/resources/shipping/resources/tasks/client/requests/TaskCompletionTimestampUpdateReq.d.mts +12 -0
  301. package/dist/esm/api/resources/shipping/resources/tasks/client/requests/index.d.mts +2 -0
  302. package/dist/esm/api/resources/tracking/client/Client.d.mts +6 -0
  303. package/dist/esm/api/resources/tracking/client/Client.mjs +10 -0
  304. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/Client.d.mts +140 -0
  305. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/Client.mjs +457 -0
  306. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/index.d.mts +2 -0
  307. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/index.mjs +1 -0
  308. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/requests/GeofenceTemplatesListV1Request.d.mts +45 -0
  309. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientCreate1.d.mts +28 -0
  310. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientUpdate1.d.mts +14 -0
  311. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/requests/index.d.mts +3 -0
  312. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/requests/index.mjs +1 -0
  313. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/index.d.mts +1 -0
  314. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/index.mjs +1 -0
  315. package/dist/esm/api/resources/tracking/resources/index.d.mts +4 -0
  316. package/dist/esm/api/resources/tracking/resources/index.mjs +4 -0
  317. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/Client.d.mts +117 -0
  318. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/Client.mjs +356 -0
  319. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/index.d.mts +2 -0
  320. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/index.mjs +1 -0
  321. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceApplyTemplateReq.d.mts +12 -0
  322. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceClientUpdate1.d.mts +13 -0
  323. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceClientUpdate1.mjs +4 -0
  324. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceReorderReq.d.mts +10 -0
  325. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceReorderReq.mjs +4 -0
  326. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/requests/index.d.mts +3 -0
  327. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/requests/index.mjs +1 -0
  328. package/dist/esm/api/resources/tracking/resources/sessionGeofences/index.d.mts +1 -0
  329. package/dist/esm/api/resources/tracking/resources/sessionGeofences/index.mjs +1 -0
  330. package/dist/esm/api/resources/tracking/resources/sessions/client/Client.d.mts +8 -8
  331. package/dist/esm/api/resources/tracking/resources/sessions/client/Client.mjs +5 -5
  332. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/{SessionClientUpdate1.d.mts → SessionClientUpdate2.d.mts} +1 -5
  333. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionClientUpdate2.mjs +4 -0
  334. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/{SessionClientCreate1.d.mts → SessionsCreateV1Req.d.mts} +3 -3
  335. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionsCreateV1Req.mjs +4 -0
  336. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/index.d.mts +2 -2
  337. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.mts +4 -4
  338. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.mjs +2 -2
  339. package/dist/esm/api/types/AiImageDescription.d.mts +1 -1
  340. package/dist/{cjs/api/types/LlmModelEnum.d.ts → esm/api/types/ArchivedModel.d.mts} +5 -2
  341. package/dist/esm/api/types/{LlmModelEnum.mjs → ArchivedModel.mjs} +1 -1
  342. package/dist/esm/api/types/BillingInvoiceApprovedWebhookPayload.d.mts +10 -0
  343. package/dist/esm/api/types/BillingInvoiceApprovedWebhookPayload.mjs +4 -0
  344. package/dist/esm/api/types/ChrtGroundProviderRates1.d.mts +0 -1
  345. package/dist/esm/api/types/ContactExpandedListItem.d.mts +10 -0
  346. package/dist/esm/api/types/ContactExpandedListItem.mjs +4 -0
  347. package/dist/esm/api/types/ContactListRes.d.mts +1 -1
  348. package/dist/esm/api/types/DeviceExpandedRes.d.mts +2 -2
  349. package/dist/esm/api/types/GeofencePointLocationFeature1.d.mts +14 -0
  350. package/dist/esm/api/types/GeofencePointLocationFeature1.mjs +4 -0
  351. package/dist/esm/api/types/{OrdersExpandedListForExecutorRes.d.mts → GeofenceTemplateListRes.d.mts} +2 -2
  352. package/dist/esm/api/types/GeofenceTemplateListRes.mjs +4 -0
  353. package/dist/esm/api/types/GeofenceTemplateSortByEnum.d.mts +10 -0
  354. package/dist/esm/api/types/GeofenceTemplateSortByEnum.mjs +9 -0
  355. package/dist/esm/api/types/Invoice1.d.mts +2 -0
  356. package/dist/esm/api/types/InvoiceExpandedListItem.d.mts +11 -0
  357. package/dist/esm/api/types/InvoiceExpandedListItem.mjs +4 -0
  358. package/dist/esm/api/types/InvoiceExpandedRes.d.mts +1 -1
  359. package/dist/esm/api/types/InvoiceLineItemExpandedListItem.d.mts +8 -0
  360. package/dist/esm/api/types/InvoiceLineItemExpandedListItem.mjs +4 -0
  361. package/dist/esm/api/types/InvoiceLineItemExpandedRes.d.mts +12 -0
  362. package/dist/esm/api/types/InvoiceLineItemExpandedRes.mjs +4 -0
  363. package/dist/esm/api/types/InvoiceLineItemListRes.d.mts +1 -1
  364. package/dist/esm/api/types/InvoiceListRes.d.mts +1 -1
  365. package/dist/esm/api/types/Model.d.mts +12 -0
  366. package/dist/esm/api/types/Model.mjs +8 -0
  367. package/dist/esm/api/types/NotificationEventsForAdHocEnum.d.mts +2 -2
  368. package/dist/esm/api/types/NotificationEventsForAdHocEnum.mjs +1 -1
  369. package/dist/esm/api/types/NotificationEventsForOrgsEnum.d.mts +3 -2
  370. package/dist/esm/api/types/NotificationEventsForOrgsEnum.mjs +2 -1
  371. package/dist/esm/api/types/NotificationEventsForUsersEnum.d.mts +3 -2
  372. package/dist/esm/api/types/NotificationEventsForUsersEnum.mjs +2 -1
  373. package/dist/esm/api/types/OperationsTaskExpandedListItem.d.mts +1 -0
  374. package/dist/esm/api/types/OperationsTasksStatusUpdateRes1.d.mts +7 -0
  375. package/dist/esm/api/types/OperationsTasksStatusUpdateRes1.mjs +4 -0
  376. package/dist/esm/api/types/OrderAndTaskGroupExpandedReq.d.mts +2 -0
  377. package/dist/esm/api/types/OrderExpandedForProvider.d.mts +3 -0
  378. package/dist/esm/api/types/OrderExpandedForShipper.d.mts +1 -0
  379. package/dist/esm/api/types/OrderInformationConversationRes.d.mts +7 -0
  380. package/dist/esm/api/types/OrderInformationConversationRes.mjs +4 -0
  381. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyRes.d.mts +12 -0
  382. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyRes.mjs +4 -0
  383. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyResult1.d.mts +11 -0
  384. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyResult1.mjs +4 -0
  385. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.d.mts +9 -0
  386. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.mjs +8 -0
  387. package/dist/esm/api/types/OrderTemplateNewExpanded1.d.mts +37 -0
  388. package/dist/esm/api/types/OrderTemplateNewExpanded1.mjs +4 -0
  389. package/dist/esm/api/types/OrderTemplateNewListRes.d.mts +1 -1
  390. package/dist/esm/api/types/OrderTemplateNewTaskGroupExpanded1.d.mts +10 -0
  391. package/dist/esm/api/types/OrderTemplateNewTaskGroupExpanded1.mjs +4 -0
  392. package/dist/esm/api/types/Point.d.mts +1 -0
  393. package/dist/esm/api/types/{Session1.d.mts → Session2.d.mts} +2 -4
  394. package/dist/esm/api/types/Session2.mjs +4 -0
  395. package/dist/esm/api/types/SessionGeofence1.d.mts +12 -0
  396. package/dist/esm/api/types/SessionGeofence1.mjs +4 -0
  397. package/dist/esm/api/types/SessionGeofenceBase1.d.mts +9 -0
  398. package/dist/esm/api/types/SessionGeofenceBase1.mjs +4 -0
  399. package/dist/esm/api/types/SessionGeofenceClientCreate1.d.mts +9 -0
  400. package/dist/esm/api/types/SessionGeofenceClientCreate1.mjs +4 -0
  401. package/dist/esm/api/types/SessionGeofenceTemplate1.d.mts +19 -0
  402. package/dist/esm/api/types/SessionGeofenceTemplate1.mjs +4 -0
  403. package/dist/esm/api/types/SessionListRes.d.mts +1 -1
  404. package/dist/esm/api/types/StoredModel.d.mts +5 -0
  405. package/dist/esm/api/types/StoredModel.mjs +4 -0
  406. package/dist/esm/api/types/Task1.d.mts +1 -0
  407. package/dist/esm/api/types/TaskGroupByDriverDataPointsRes.d.mts +8 -0
  408. package/dist/esm/api/types/TaskGroupByDriverDataPointsRes.mjs +4 -0
  409. package/dist/esm/api/types/TaskGroupByDriverLastSeenRes.d.mts +8 -0
  410. package/dist/esm/api/types/TaskGroupByDriverLastSeenRes.mjs +4 -0
  411. package/dist/esm/api/types/TaskGroupProviderRoleFilterEnum.d.mts +9 -0
  412. package/dist/esm/api/types/TaskGroupProviderRoleFilterEnum.mjs +8 -0
  413. package/dist/esm/api/types/TaskListToApplyToOrderExpanded.d.mts +8 -0
  414. package/dist/esm/api/types/TaskListToApplyToOrderExpanded.mjs +4 -0
  415. package/dist/esm/api/types/TrackingSessionGeofenceEnteredWebhookPayload.d.mts +14 -0
  416. package/dist/esm/api/types/TrackingSessionGeofenceEnteredWebhookPayload.mjs +4 -0
  417. package/dist/esm/api/types/index.d.mts +28 -9
  418. package/dist/esm/api/types/index.mjs +28 -9
  419. package/dist/esm/version.d.mts +1 -1
  420. package/dist/esm/version.mjs +1 -1
  421. package/package.json +1 -1
  422. package/reference.md +1785 -802
  423. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.ts +0 -73
  424. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +0 -66
  425. package/dist/cjs/api/types/OrderExpandedForCoordinator.d.ts +0 -15
  426. package/dist/cjs/api/types/OrderExpandedForExecutor.d.ts +0 -14
  427. package/dist/cjs/api/types/OrderLimitedForCoordinator1.d.ts +0 -47
  428. package/dist/cjs/api/types/OrderLimitedForExecutor1.d.ts +0 -27
  429. package/dist/cjs/api/types/OrdersExpandedListForCoordinatorRes.d.ts +0 -8
  430. package/dist/cjs/api/types/TrackingSessionDestinationGeofenceEnteredWebhookPayload.d.ts +0 -10
  431. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.mts +0 -73
  432. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +0 -66
  433. package/dist/esm/api/types/OrderExpandedForCoordinator.d.mts +0 -15
  434. package/dist/esm/api/types/OrderExpandedForExecutor.d.mts +0 -14
  435. package/dist/esm/api/types/OrderLimitedForCoordinator1.d.mts +0 -47
  436. package/dist/esm/api/types/OrderLimitedForExecutor1.d.mts +0 -27
  437. package/dist/esm/api/types/OrdersExpandedListForCoordinatorRes.d.mts +0 -8
  438. package/dist/esm/api/types/TrackingSessionDestinationGeofenceEnteredWebhookPayload.d.mts +0 -10
  439. /package/dist/cjs/api/resources/{operations/resources/operationsTasks/client/requests/OperationsTaskStatusReq.js → agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.js} +0 -0
  440. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.js → agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.js} +0 -0
  441. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.js → agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.js} +0 -0
  442. /package/dist/cjs/api/resources/{shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.js → billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.js} +0 -0
  443. /package/dist/cjs/api/resources/{shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.js → billingNew/resources/orders/resources/rateSheetLineItems/client/requests/OrderRateSheetLineItemsGenerateManyReq.js} +0 -0
  444. /package/dist/cjs/api/resources/{tracking/resources/sessions/client/requests/SessionClientCreate1.js → operations/resources/operationsTasks/client/requests/OperationsTasksSetStatusReq1.js} +0 -0
  445. /package/dist/cjs/api/resources/{tracking/resources/sessions/client/requests/SessionClientUpdate1.js → shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverV1Request.js} +0 -0
  446. /package/dist/cjs/api/{types/OrderExpandedForCoordinator.js → resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.js} +0 -0
  447. /package/dist/cjs/api/{types/OrderExpandedForExecutor.js → resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.js} +0 -0
  448. /package/dist/cjs/api/{types/OrderLimitedForCoordinator1.js → resources/shipping/resources/tasks/client/requests/TaskCompleteReq.js} +0 -0
  449. /package/dist/cjs/api/{types/OrderLimitedForExecutor1.js → resources/shipping/resources/tasks/client/requests/TaskCompletionTimestampUpdateReq.js} +0 -0
  450. /package/dist/cjs/api/{types/OrdersExpandedListForCoordinatorRes.js → resources/tracking/resources/geofenceTemplates/client/requests/GeofenceTemplatesListV1Request.js} +0 -0
  451. /package/dist/cjs/api/{types/OrdersExpandedListForExecutorRes.js → resources/tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientCreate1.js} +0 -0
  452. /package/dist/cjs/api/{types/Session1.js → resources/tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientUpdate1.js} +0 -0
  453. /package/dist/cjs/api/{types/TrackingSessionDestinationGeofenceEnteredWebhookPayload.js → resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceApplyTemplateReq.js} +0 -0
  454. /package/dist/esm/api/resources/{operations/resources/operationsTasks/client/requests/OperationsTaskStatusReq.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.mjs} +0 -0
  455. /package/dist/esm/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.mjs} +0 -0
  456. /package/dist/esm/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.mjs} +0 -0
  457. /package/dist/esm/api/resources/{shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.mjs → billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.mjs} +0 -0
  458. /package/dist/esm/api/resources/{shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.mjs → billingNew/resources/orders/resources/rateSheetLineItems/client/requests/OrderRateSheetLineItemsGenerateManyReq.mjs} +0 -0
  459. /package/dist/esm/api/resources/{tracking/resources/sessions/client/requests/SessionClientCreate1.mjs → operations/resources/operationsTasks/client/requests/OperationsTasksSetStatusReq1.mjs} +0 -0
  460. /package/dist/esm/api/resources/{tracking/resources/sessions/client/requests/SessionClientUpdate1.mjs → shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverV1Request.mjs} +0 -0
  461. /package/dist/esm/api/{types/OrderExpandedForCoordinator.mjs → resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.mjs} +0 -0
  462. /package/dist/esm/api/{types/OrderExpandedForExecutor.mjs → resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.mjs} +0 -0
  463. /package/dist/esm/api/{types/OrderLimitedForCoordinator1.mjs → resources/shipping/resources/tasks/client/requests/TaskCompleteReq.mjs} +0 -0
  464. /package/dist/esm/api/{types/OrderLimitedForExecutor1.mjs → resources/shipping/resources/tasks/client/requests/TaskCompletionTimestampUpdateReq.mjs} +0 -0
  465. /package/dist/esm/api/{types/OrdersExpandedListForCoordinatorRes.mjs → resources/tracking/resources/geofenceTemplates/client/requests/GeofenceTemplatesListV1Request.mjs} +0 -0
  466. /package/dist/esm/api/{types/OrdersExpandedListForExecutorRes.mjs → resources/tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientCreate1.mjs} +0 -0
  467. /package/dist/esm/api/{types/Session1.mjs → resources/tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientUpdate1.mjs} +0 -0
  468. /package/dist/esm/api/{types/TrackingSessionDestinationGeofenceEnteredWebhookPayload.mjs → resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceApplyTemplateReq.mjs} +0 -0
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -2,10 +2,12 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  export interface OrderAndTaskGroupExpandedReq {
5
+ expand_accounts?: boolean;
5
6
  expand_cargos?: boolean;
6
7
  expand_contacts?: boolean;
7
8
  expand_coordinator_org_company_name?: boolean;
8
9
  expand_coordinator_org_handle?: boolean;
10
+ expand_coordinator_task_lists_to_apply_at_order_staging?: boolean;
9
11
  expand_driver?: boolean;
10
12
  expand_executor_org_company_name?: boolean;
11
13
  expand_executor_org_handle?: boolean;
@@ -6,10 +6,13 @@ export interface OrderExpandedForProvider {
6
6
  coordinator_org_company_name?: string | null;
7
7
  /** Must be a string starting with `@`. May only contain a-z, A-Z, 0-9, _, -. May not be longer than 30 characters. */
8
8
  coordinator_org_handle?: string | null;
9
+ coordinator_shipper_accounts?: Chrt.Account1[] | null;
10
+ coordinator_task_lists_to_apply_at_order_staging_expanded?: Chrt.TaskListToApplyToOrderExpanded[] | null;
9
11
  notification_intents_ad_hoc?: Chrt.NotificationIntentAdHoc1[] | null;
10
12
  off_chrt_shipper_org_company_name?: string | null;
11
13
  order: Chrt.OrderLimitedForProvider1;
12
14
  provider_roles: Chrt.OrderProviderRoleEnum[];
13
15
  shipper_org_company_name?: string | null;
14
16
  task_groups_expanded?: Chrt.TaskGroupExpanded[] | null;
17
+ unassigned_cargos?: Chrt.Cargo1[] | null;
15
18
  }
@@ -6,6 +6,7 @@ export interface OrderExpandedForShipper {
6
6
  coordinator_org_company_name?: string | null;
7
7
  /** Must be a string starting with `@`. May only contain a-z, A-Z, 0-9, _, -. May not be longer than 30 characters. */
8
8
  coordinator_org_handle?: string | null;
9
+ coordinator_shipper_accounts?: Chrt.Account1[] | null;
9
10
  notification_intents_ad_hoc?: Chrt.NotificationIntentAdHoc1[] | null;
10
11
  off_chrt_shipper_org_company_name?: string | null;
11
12
  order: Chrt.OrderLimitedForShipper1;
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface OrderInformationConversationRes {
5
+ conversation_id: string;
6
+ response_text: string;
7
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface OrderRateSheetLineItemsGenerateManyRes {
6
+ created_invoice_line_item_count: number;
7
+ failed_order_count: number;
8
+ results?: Chrt.OrderRateSheetLineItemsGenerateManyResult1[];
9
+ skipped_order_count: number;
10
+ succeeded_order_count: number;
11
+ total_order_count: number;
12
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface OrderRateSheetLineItemsGenerateManyResult1 {
6
+ created_invoice_line_items?: Chrt.InvoiceLineItem1[];
7
+ error_detail?: string | null;
8
+ error_status_code?: number | null;
9
+ order_id: string;
10
+ status: Chrt.OrderRateSheetLineItemsGenerateManyStatusEnum;
11
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type OrderRateSheetLineItemsGenerateManyStatusEnum = "generated" | "skipped_no_rate_sheets" | "failed";
5
+ export declare const OrderRateSheetLineItemsGenerateManyStatusEnum: {
6
+ readonly Generated: "generated";
7
+ readonly SkippedNoRateSheets: "skipped_no_rate_sheets";
8
+ readonly Failed: "failed";
9
+ };
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.OrderRateSheetLineItemsGenerateManyStatusEnum = void 0;
7
+ exports.OrderRateSheetLineItemsGenerateManyStatusEnum = {
8
+ Generated: "generated",
9
+ SkippedNoRateSheets: "skipped_no_rate_sheets",
10
+ Failed: "failed",
11
+ };
@@ -0,0 +1,37 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface OrderTemplateNewExpanded1 {
6
+ _id: string;
7
+ archived_at_timestamp?: string | null;
8
+ cargos?: Chrt.OrderTemplateNewCargo1[];
9
+ coordinator_assigned_user_ids?: string[];
10
+ coordinator_department_id?: string | null;
11
+ coordinator_label?: string | null;
12
+ coordinator_org?: Chrt.OrgPublicData1 | null;
13
+ /** Must be a string starting with `org_` */
14
+ coordinator_org_id?: string | null;
15
+ created_at_timestamp: string;
16
+ description?: string | null;
17
+ last_edited_at_timestamp: string;
18
+ last_used_at_timestamp?: string | null;
19
+ name: string;
20
+ /** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
21
+ off_chrt_reference_id?: string | null;
22
+ off_chrt_shipper_org?: Chrt.OffChrtOrgData1 | null;
23
+ off_chrt_shipper_org_data_id?: string | null;
24
+ /** Must be a string starting with `org_` */
25
+ owned_by_org_id: string;
26
+ /** Must be a string starting with `user_` */
27
+ owned_by_user_id: string;
28
+ schema_version: number;
29
+ service_line?: Chrt.ServiceLineEnum;
30
+ shipper_org?: Chrt.OrgPublicData1 | null;
31
+ /** Must be a string starting with `org_` */
32
+ shipper_org_id?: string | null;
33
+ task_groups?: Chrt.OrderTemplateNewTaskGroup1[];
34
+ task_groups_expanded?: Chrt.OrderTemplateNewTaskGroupExpanded1[];
35
+ task_lists_to_apply_at_order_creation?: Chrt.TaskListToApplyToOrder1[];
36
+ task_lists_to_apply_at_order_staging?: Chrt.TaskListToApplyToOrder1[];
37
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,6 +3,6 @@
3
3
  */
4
4
  import * as Chrt from "../index.js";
5
5
  export interface OrderTemplateNewListRes {
6
- items: Chrt.OrderTemplateNew1[];
6
+ items: Chrt.OrderTemplateNewExpanded1[];
7
7
  total_count: number;
8
8
  }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface OrderTemplateNewTaskGroupExpanded1 {
6
+ coordinator_shipper_accounts_by_task_key?: Record<string, Chrt.Account1[]>;
7
+ executor_org?: Chrt.OrgPublicData1 | null;
8
+ off_chrt_executor_org?: Chrt.OffChrtOrgData1 | null;
9
+ task_group: Chrt.OrderTemplateNewTaskGroup1;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,6 +8,7 @@ import * as Chrt from "../index.js";
8
8
  export interface Point {
9
9
  bbox?: unknown[] | null;
10
10
  coordinates: Point.Coordinates;
11
+ type: "Point";
11
12
  }
12
13
  export declare namespace Point {
13
14
  type Coordinates = Chrt.Position2D | Chrt.Position3D;
@@ -2,19 +2,17 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Chrt from "../index.js";
5
- export interface Session1 {
5
+ export interface Session2 {
6
6
  _id: string;
7
7
  comments?: string | null;
8
8
  created_at_timestamp: string;
9
- destination_geofence_entered?: boolean;
10
- destination_geofence_location?: Chrt.LocationFeature | null;
11
- destination_geofence_radius_miles?: number;
12
9
  device_id: string;
13
10
  device_mac_address: string;
14
11
  flight_leg_ids?: string[];
15
12
  flight_loaded_status_by_flight_leg_id?: Record<string, (string | null) | undefined>;
16
13
  flight_loaded_statuses?: string[];
17
14
  flight_numbers?: string[];
15
+ geofences?: Chrt.SessionGeofence1[];
18
16
  last_seen_at_location?: Chrt.LocationFeature | null;
19
17
  last_seen_at_location_city?: string | null;
20
18
  last_seen_at_location_large_city?: string | null;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface SessionGeofence1 {
6
+ display_name: string;
7
+ entered?: boolean;
8
+ entered_at_timestamp?: string | null;
9
+ geofence_id: string;
10
+ location: Chrt.GeofencePointLocationFeature1;
11
+ radius_miles: number;
12
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface SessionGeofenceBase1 {
6
+ display_name: string;
7
+ location: Chrt.GeofencePointLocationFeature1;
8
+ radius_miles: number;
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface SessionGeofenceClientCreate1 {
6
+ display_name: string;
7
+ location: Chrt.GeofencePointLocationFeature1;
8
+ radius_miles: number;
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,19 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface SessionGeofenceTemplate1 {
6
+ _id: string;
7
+ archived_at_timestamp?: string | null;
8
+ created_at_timestamp: string;
9
+ description?: string | null;
10
+ geofences: Chrt.SessionGeofenceBase1[];
11
+ last_edited_at_timestamp: string;
12
+ last_used_at_timestamp?: string | null;
13
+ name: string;
14
+ /** Must be a string starting with `org_` */
15
+ owned_by_org_id: string;
16
+ /** Must be a string starting with `user_` */
17
+ owned_by_user_id: string;
18
+ schema_version: number;
19
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,6 +3,6 @@
3
3
  */
4
4
  import * as Chrt from "../index.js";
5
5
  export interface SessionListRes {
6
- items: Chrt.Session1[];
6
+ items: Chrt.Session2[];
7
7
  total_count: number;
8
8
  }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export type StoredModel = Chrt.Model | Chrt.ArchivedModel;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -13,6 +13,7 @@ export interface Task1 {
13
13
  completed_by_org_id?: string | null;
14
14
  /** Must be a string starting with `user_` */
15
15
  completed_by_user_id?: string | null;
16
+ completion_submitted_at_timestamp?: string | null;
16
17
  contact_ids?: string[];
17
18
  coordinator_shipper_account_ids?: string[];
18
19
  /** Must be a string starting with `org_` */
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface TaskGroupByDriverDataPointsRes {
6
+ data_points: Chrt.TaskGroupByDriverDataPoint1[];
7
+ drivers?: Chrt.Driver1[];
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface TaskGroupByDriverLastSeenRes {
6
+ data_point: Chrt.TaskGroupByDriverDataPoint1;
7
+ driver?: Chrt.Driver1 | null;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type TaskGroupProviderRoleFilterEnum = "all" | "coordinator" | "executor";
5
+ export declare const TaskGroupProviderRoleFilterEnum: {
6
+ readonly All: "all";
7
+ readonly Coordinator: "coordinator";
8
+ readonly Executor: "executor";
9
+ };
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.TaskGroupProviderRoleFilterEnum = void 0;
7
+ exports.TaskGroupProviderRoleFilterEnum = {
8
+ All: "all",
9
+ Coordinator: "coordinator",
10
+ Executor: "executor",
11
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface TaskListToApplyToOrderExpanded {
6
+ operations_task_list?: Chrt.OperationsTaskList1 | null;
7
+ task_list_to_apply: Chrt.TaskListToApplyToOrder1;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface TrackingSessionGeofenceEnteredWebhookPayload {
5
+ /** UTC timestamp when the event occurred */
6
+ event_timestamp: string;
7
+ event_type?: "tracking.session.geofence_entered";
8
+ /** The display name of the geofence that the tracker entered */
9
+ geofence_display_name: string;
10
+ /** The geofence that the tracker entered */
11
+ geofence_id: string;
12
+ /** The tracking session whose tracker entered a geofence */
13
+ session_id: string;
14
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -16,6 +16,7 @@ export * from "./AlertNameValue.js";
16
16
  export * from "./AlertNameValues.js";
17
17
  export * from "./AlertRuleEnvelope.js";
18
18
  export * from "./AnalyticsTimeBucketRes.js";
19
+ export * from "./ArchivedModel.js";
19
20
  export * from "./AttemptRate1.js";
20
21
  export * from "./BaseMileageRate1.js";
21
22
  export * from "./Bid.js";
@@ -26,6 +27,7 @@ export * from "./BidThreadListRes.js";
26
27
  export * from "./BidThreadSortByEnum.js";
27
28
  export * from "./BidThreadStatusEnum.js";
28
29
  export * from "./BillingCurrencyCodeEnum1.js";
30
+ export * from "./BillingInvoiceApprovedWebhookPayload.js";
29
31
  export * from "./BillingPeriod1.js";
30
32
  export * from "./BillingPeriodCycleEnum1.js";
31
33
  export * from "./BillingPeriodExpanded1.js";
@@ -123,6 +125,7 @@ export * from "./ConnectionTypeaheadFieldEnum.js";
123
125
  export * from "./ConnectionTypeaheadResult.js";
124
126
  export * from "./ConnectionTypeaheadValue.js";
125
127
  export * from "./Contact1.js";
128
+ export * from "./ContactExpandedListItem.js";
126
129
  export * from "./ContactListRes.js";
127
130
  export * from "./ContactSortByEnum.js";
128
131
  export * from "./CoordinatorExecutorConnection1.js";
@@ -193,6 +196,9 @@ export * from "./FlightTrackRes.js";
193
196
  export * from "./FlightTrackWaypoint1.js";
194
197
  export * from "./FromPayables1.js";
195
198
  export * from "./FuelSurchargeRate1.js";
199
+ export * from "./GeofencePointLocationFeature1.js";
200
+ export * from "./GeofenceTemplateListRes.js";
201
+ export * from "./GeofenceTemplateSortByEnum.js";
196
202
  export * from "./GeographyRes.js";
197
203
  export * from "./GeometryCollectionGeometriesItem.js";
198
204
  export * from "./GeometryCollection.js";
@@ -201,11 +207,14 @@ export * from "./HolidayRate1.js";
201
207
  export * from "./InternalDelegationJwtReq.js";
202
208
  export * from "./InternalDelegationJwtRes.js";
203
209
  export * from "./Invoice1.js";
210
+ export * from "./InvoiceExpandedListItem.js";
204
211
  export * from "./InvoiceExpandedRes.js";
205
212
  export * from "./InvoiceLineItem1.js";
206
213
  export * from "./InvoiceLineItemAmountTransformation1.js";
207
214
  export * from "./InvoiceLineItemAmountTransformationTypeEnum1.js";
208
215
  export * from "./InvoiceLineItemClientCreate1.js";
216
+ export * from "./InvoiceLineItemExpandedListItem.js";
217
+ export * from "./InvoiceLineItemExpandedRes.js";
209
218
  export * from "./InvoiceLineItemListRes.js";
210
219
  export * from "./InvoiceLineItemServerCreate1.js";
211
220
  export * from "./InvoiceLineItemSortByEnum.js";
@@ -221,7 +230,6 @@ export * from "./InvoiceSortByEnum.js";
221
230
  export * from "./InvoiceStatusEnum1.js";
222
231
  export * from "./InvoiceStripeStatusEnum1.js";
223
232
  export * from "./InvoiceTypeEnum1.js";
224
- export * from "./LlmModelEnum.js";
225
233
  export * from "./LineString.js";
226
234
  export * from "./Listing1.js";
227
235
  export * from "./ListingAudienceEnum.js";
@@ -241,6 +249,7 @@ export * from "./Geometry.js";
241
249
  export * from "./LocationFeature.js";
242
250
  export * from "./LocationProperties.js";
243
251
  export * from "./LongDistanceSurchargeRate1.js";
252
+ export * from "./Model.js";
244
253
  export * from "./MultiLineString.js";
245
254
  export * from "./MultiPoint.js";
246
255
  export * from "./MultiPolygon.js";
@@ -281,6 +290,7 @@ export * from "./OperationsTaskSortByEnum.js";
281
290
  export * from "./OperationsTaskStatusEnum.js";
282
291
  export * from "./OperationsTaskTypeEnum.js";
283
292
  export * from "./OperationsTasksDeadlineTimestampsUpdateRes1.js";
293
+ export * from "./OperationsTasksStatusUpdateRes1.js";
284
294
  export * from "./Order1.js";
285
295
  export * from "./OrderAndTaskGroupExpandedReq.js";
286
296
  export * from "./OrderAwbBillingAccount1.js";
@@ -296,19 +306,19 @@ export * from "./OrderBillingShipper1.js";
296
306
  export * from "./OrderBillingSortByEnum.js";
297
307
  export * from "./OrderDraftValidationRequirements.js";
298
308
  export * from "./OrderDraftValidationResult.js";
299
- export * from "./OrderExpandedForCoordinator.js";
300
- export * from "./OrderExpandedForExecutor.js";
301
309
  export * from "./OrderExpandedForProvider.js";
302
310
  export * from "./OrderExpandedForShipper.js";
311
+ export * from "./OrderInformationConversationRes.js";
303
312
  export * from "./OrderInternalMessage1.js";
304
313
  export * from "./OrderInternalMessageS3ObjectMetadata1.js";
305
314
  export * from "./OrderInternalMessages1.js";
306
- export * from "./OrderLimitedForCoordinator1.js";
307
- export * from "./OrderLimitedForExecutor1.js";
308
315
  export * from "./OrderLimitedForProvider1.js";
309
316
  export * from "./OrderLimitedForShipper1.js";
310
317
  export * from "./OrderProviderRoleEnum.js";
311
318
  export * from "./OrderProviderRoleFilterEnum.js";
319
+ export * from "./OrderRateSheetLineItemsGenerateManyRes.js";
320
+ export * from "./OrderRateSheetLineItemsGenerateManyResult1.js";
321
+ export * from "./OrderRateSheetLineItemsGenerateManyStatusEnum.js";
312
322
  export * from "./OrderSortByEnum.js";
313
323
  export * from "./OrderStatusEnum1.js";
314
324
  export * from "./OrderTaskGroupExecutorDetails1.js";
@@ -321,11 +331,13 @@ export * from "./OrderTemplateNewCargo1.js";
321
331
  export * from "./OrderTemplateNewCore1.js";
322
332
  export * from "./OrderTemplateNewDateTimeWindow1.js";
323
333
  export * from "./OrderTemplateNewDateparserResolveRes.js";
334
+ export * from "./OrderTemplateNewExpanded1.js";
324
335
  export * from "./OrderTemplateNewListRes.js";
325
336
  export * from "./OrderTemplateNewSortByEnum.js";
326
337
  export * from "./OrderTemplateNewTask1.js";
327
338
  export * from "./OrderTemplateNewTaskArtifact1.js";
328
339
  export * from "./OrderTemplateNewTaskGroup1.js";
340
+ export * from "./OrderTemplateNewTaskGroupExpanded1.js";
329
341
  export * from "./OrderTemplateOrgInfo1.js";
330
342
  export * from "./OrderTemplateReferenceColumnEnum1.js";
331
343
  export * from "./OrderTemplateSortByEnum.js";
@@ -334,8 +346,6 @@ export * from "./OrderTypeaheadResult.js";
334
346
  export * from "./OrderTypeaheadValue.js";
335
347
  export * from "./OrdersDraftDeleteManyRes.js";
336
348
  export * from "./OrdersDraftUpdateRes.js";
337
- export * from "./OrdersExpandedListForCoordinatorRes.js";
338
- export * from "./OrdersExpandedListForExecutorRes.js";
339
349
  export * from "./OrdersExpandedListForProviderRes.js";
340
350
  export * from "./OrdersExpandedListForShipperRes.js";
341
351
  export * from "./OrdersOpenDraftRes.js";
@@ -380,11 +390,15 @@ export * from "./ScheduleCalendarSpec.js";
380
390
  export * from "./ScheduleIntervalSpec.js";
381
391
  export * from "./ScheduleRange.js";
382
392
  export * from "./ServiceLineEnum.js";
383
- export * from "./Session1.js";
393
+ export * from "./Session2.js";
384
394
  export * from "./SessionByDeviceDataPoint1.js";
385
395
  export * from "./SessionByDeviceDataPointMetadata1.js";
386
396
  export * from "./SessionByDeviceHistoryRes1.js";
387
397
  export * from "./SessionByDeviceMarkOutliersResponse1.js";
398
+ export * from "./SessionGeofence1.js";
399
+ export * from "./SessionGeofenceBase1.js";
400
+ export * from "./SessionGeofenceClientCreate1.js";
401
+ export * from "./SessionGeofenceTemplate1.js";
388
402
  export * from "./SessionListRes.js";
389
403
  export * from "./SessionSortByEnum.js";
390
404
  export * from "./ShipperCoordinatorConnection1.js";
@@ -412,6 +426,7 @@ export * from "./ShippingTaskTaskArtifactCompletedWebhookPayload.js";
412
426
  export * from "./SortOrderEnum.js";
413
427
  export * from "./StartOfWeek.js";
414
428
  export * from "./StationaryCluster.js";
429
+ export * from "./StoredModel.js";
415
430
  export * from "./StripeConnectAccountOnboardingLinkRes.js";
416
431
  export * from "./Task1.js";
417
432
  export * from "./TaskArtifact1.js";
@@ -425,12 +440,15 @@ export * from "./TaskExpanded.js";
425
440
  export * from "./TaskGroup1.js";
426
441
  export * from "./TaskGroupByDriverDataPoint1.js";
427
442
  export * from "./TaskGroupByDriverDataPointMetadata1.js";
443
+ export * from "./TaskGroupByDriverDataPointsRes.js";
444
+ export * from "./TaskGroupByDriverLastSeenRes.js";
428
445
  export * from "./TaskGroupByDriverSharingSettings1.js";
429
446
  export * from "./TaskGroupChrtGroundProviderRateSheetIds1.js";
430
447
  export * from "./TaskGroupExpanded.js";
431
448
  export * from "./TaskGroupExpandedListRes.js";
432
449
  export * from "./TaskGroupInvoiceLineItemsFromChrtGroundProviderRateSheetsPreview1.js";
433
450
  export * from "./TaskGroupMessage1.js";
451
+ export * from "./TaskGroupProviderRoleFilterEnum.js";
434
452
  export * from "./TaskGroupS3ObjectMetadata1.js";
435
453
  export * from "./TaskGroupSortByEnum.js";
436
454
  export * from "./TaskGroupStatusEnum1.js";
@@ -438,6 +456,7 @@ export * from "./TaskGroupTypeEnum1.js";
438
456
  export * from "./TaskGroupTypeaheadFieldEnum.js";
439
457
  export * from "./TaskGroupTypeaheadResult.js";
440
458
  export * from "./TaskListToApplyToOrder1.js";
459
+ export * from "./TaskListToApplyToOrderExpanded.js";
441
460
  export * from "./TaskStatusEnum1.js";
442
461
  export * from "./TaskWaitTimeGeofenceRes.js";
443
462
  export * from "./TaxRate1.js";
@@ -458,7 +477,7 @@ export * from "./TiveTimeseriesRes.js";
458
477
  export * from "./TiveTimeseriesSyncRes.js";
459
478
  export * from "./TrackingDeviceTypeEnum1.js";
460
479
  export * from "./TrackingOrgScopeEnum.js";
461
- export * from "./TrackingSessionDestinationGeofenceEnteredWebhookPayload.js";
480
+ export * from "./TrackingSessionGeofenceEnteredWebhookPayload.js";
462
481
  export * from "./TrackingSharingSettingsRes.js";
463
482
  export * from "./TrackingTypeaheadFieldEnum.js";
464
483
  export * from "./TrackingTypeaheadResult.js";