@chrt-inc/typescript-sdk 1.923.0 → 1.925.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 (298) 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 +19 -2
  29. package/dist/cjs/api/resources/billingNew/resources/invoices/client/Client.js +68 -2
  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 +7 -7
  51. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.js +10 -10
  52. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/{OperationsTaskStatusReq.d.ts → OperationsTasksSetStatusReq1.d.ts} +3 -1
  53. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/index.d.ts +1 -1
  54. package/dist/cjs/api/resources/operations/resources/orderInternalMessages/resources/s3Objects/client/Client.d.ts +2 -2
  55. package/dist/cjs/api/resources/operations/resources/orderInternalMessages/resources/s3Objects/client/Client.js +5 -2
  56. package/dist/cjs/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.d.ts +2 -2
  57. package/dist/cjs/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.js +5 -2
  58. package/dist/cjs/api/resources/orgs/resources/contacts/client/Client.d.ts +1 -1
  59. package/dist/cjs/api/resources/orgs/resources/contacts/client/Client.js +1 -1
  60. package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.d.ts +2 -2
  61. package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.js +5 -2
  62. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.d.ts +14 -0
  63. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.js +60 -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/taskArtifacts/resources/s3Object/client/Client.d.ts +3 -3
  71. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.js +2 -2
  72. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.ts +18 -31
  73. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.js +34 -93
  74. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/{ExpandedListForDriverForExecutorV1Request.d.ts → ExpandedListForDriverV1Request.d.ts} +1 -1
  75. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/{ExpandedListForExecutorOperatorsV1Request.d.ts → ExpandedListForProviderOperatorsV1Request.d.ts} +3 -1
  76. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.ts +2 -2
  77. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/index.d.ts +1 -0
  78. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/index.js +1 -0
  79. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.d.ts +2 -2
  80. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.js +1 -1
  81. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.ts +11 -7
  82. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.js +23 -15
  83. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.d.ts +1 -0
  84. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.js +15 -0
  85. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.d.ts +13 -0
  86. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.d.ts +1 -0
  87. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.js +2 -0
  88. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.ts +4 -4
  89. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.js +2 -2
  90. package/dist/cjs/api/types/AiImageDescription.d.ts +1 -1
  91. package/dist/cjs/api/types/{LlmModelEnum.d.ts → ArchivedModel.d.ts} +5 -2
  92. package/dist/cjs/api/types/{LlmModelEnum.js → ArchivedModel.js} +2 -2
  93. package/dist/cjs/api/types/ChrtGroundProviderRates1.d.ts +0 -1
  94. package/dist/cjs/api/types/ContactExpandedListItem.d.ts +10 -0
  95. package/dist/cjs/api/types/ContactListRes.d.ts +1 -1
  96. package/dist/cjs/api/types/Invoice1.d.ts +2 -0
  97. package/dist/cjs/api/types/InvoiceExpandedListItem.d.ts +11 -0
  98. package/dist/cjs/api/types/InvoiceLineItemExpandedListItem.d.ts +8 -0
  99. package/dist/cjs/api/types/InvoiceLineItemExpandedListItem.js +5 -0
  100. package/dist/cjs/api/types/InvoiceLineItemListRes.d.ts +1 -1
  101. package/dist/cjs/api/types/InvoiceListRes.d.ts +1 -1
  102. package/dist/cjs/api/types/Model.d.ts +12 -0
  103. package/dist/cjs/api/types/Model.js +11 -0
  104. package/dist/cjs/api/types/OperationsTaskExpandedListItem.d.ts +1 -0
  105. package/dist/cjs/api/types/OperationsTasksStatusUpdateRes1.d.ts +7 -0
  106. package/dist/cjs/api/types/OperationsTasksStatusUpdateRes1.js +5 -0
  107. package/dist/cjs/api/types/OrderAndTaskGroupExpandedReq.d.ts +1 -0
  108. package/dist/cjs/api/types/OrderExpandedForProvider.d.ts +2 -0
  109. package/dist/cjs/api/types/OrderExpandedForShipper.d.ts +1 -0
  110. package/dist/cjs/api/types/OrderInformationConversationRes.d.ts +7 -0
  111. package/dist/cjs/api/types/OrderInformationConversationRes.js +5 -0
  112. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyRes.d.ts +12 -0
  113. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyRes.js +5 -0
  114. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyResult1.d.ts +11 -0
  115. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyResult1.js +5 -0
  116. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.d.ts +9 -0
  117. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.js +11 -0
  118. package/dist/cjs/api/types/StoredModel.d.ts +5 -0
  119. package/dist/cjs/api/types/StoredModel.js +5 -0
  120. package/dist/cjs/api/types/TaskGroupByDriverDataPointsRes.d.ts +8 -0
  121. package/dist/cjs/api/types/TaskGroupByDriverDataPointsRes.js +5 -0
  122. package/dist/cjs/api/types/TaskGroupByDriverLastSeenRes.d.ts +8 -0
  123. package/dist/cjs/api/types/TaskGroupByDriverLastSeenRes.js +5 -0
  124. package/dist/cjs/api/types/TaskGroupProviderRoleFilterEnum.d.ts +9 -0
  125. package/dist/cjs/api/types/TaskGroupProviderRoleFilterEnum.js +11 -0
  126. package/dist/cjs/api/types/index.d.ts +14 -7
  127. package/dist/cjs/api/types/index.js +14 -7
  128. package/dist/cjs/version.d.ts +1 -1
  129. package/dist/cjs/version.js +1 -1
  130. package/dist/esm/Client.d.mts +3 -0
  131. package/dist/esm/Client.mjs +7 -2
  132. package/dist/esm/api/resources/agent/client/Client.d.mts +23 -0
  133. package/dist/esm/api/resources/agent/client/Client.mjs +13 -0
  134. package/dist/esm/api/resources/agent/client/index.d.mts +1 -0
  135. package/dist/esm/api/resources/agent/client/index.mjs +1 -0
  136. package/dist/esm/api/resources/agent/index.d.mts +2 -0
  137. package/dist/esm/api/resources/agent/index.mjs +2 -0
  138. package/dist/esm/api/resources/agent/resources/index.d.mts +2 -0
  139. package/dist/esm/api/resources/agent/resources/index.mjs +2 -0
  140. package/dist/esm/api/resources/agent/resources/orderInformation/client/Client.d.mts +79 -0
  141. package/dist/esm/api/resources/agent/resources/orderInformation/client/Client.mjs +223 -0
  142. package/dist/esm/api/resources/agent/resources/orderInformation/client/index.d.mts +2 -0
  143. package/dist/esm/api/resources/agent/resources/orderInformation/client/index.mjs +1 -0
  144. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.d.mts +11 -0
  145. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.d.mts +12 -0
  146. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.d.mts +13 -0
  147. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/index.d.mts +3 -0
  148. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/index.mjs +1 -0
  149. package/dist/esm/api/resources/agent/resources/orderInformation/index.d.mts +1 -0
  150. package/dist/esm/api/resources/agent/resources/orderInformation/index.mjs +1 -0
  151. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.d.mts +0 -1
  152. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.mjs +1 -5
  153. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesClientCreate1.d.mts +0 -1
  154. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.d.mts +0 -3
  155. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.d.mts +1 -1
  156. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.mjs +1 -1
  157. package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.d.mts +19 -2
  158. package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.mjs +68 -2
  159. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoiceClientCreate1.d.mts +2 -0
  160. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.d.mts +14 -0
  161. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/index.d.mts +1 -0
  162. package/dist/esm/api/resources/billingNew/resources/orders/client/Client.d.mts +3 -0
  163. package/dist/esm/api/resources/billingNew/resources/orders/client/Client.mjs +5 -0
  164. package/dist/esm/api/resources/billingNew/resources/orders/index.d.mts +1 -0
  165. package/dist/esm/api/resources/billingNew/resources/orders/index.mjs +1 -0
  166. package/dist/esm/api/resources/billingNew/resources/orders/resources/index.d.mts +2 -0
  167. package/dist/esm/api/resources/billingNew/resources/orders/resources/index.mjs +2 -0
  168. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.d.mts +49 -0
  169. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.mjs +98 -0
  170. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/index.d.mts +2 -0
  171. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/index.mjs +1 -0
  172. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/OrderRateSheetLineItemsGenerateManyReq.d.mts +12 -0
  173. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/index.d.mts +1 -0
  174. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/index.mjs +1 -0
  175. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/index.d.mts +1 -0
  176. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/index.mjs +1 -0
  177. package/dist/esm/api/resources/index.d.mts +1 -0
  178. package/dist/esm/api/resources/index.mjs +1 -0
  179. package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.d.mts +7 -7
  180. package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.mjs +10 -10
  181. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/{OperationsTaskStatusReq.d.mts → OperationsTasksSetStatusReq1.d.mts} +3 -1
  182. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/index.d.mts +1 -1
  183. package/dist/esm/api/resources/operations/resources/orderInternalMessages/resources/s3Objects/client/Client.d.mts +2 -2
  184. package/dist/esm/api/resources/operations/resources/orderInternalMessages/resources/s3Objects/client/Client.mjs +5 -2
  185. package/dist/esm/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.d.mts +2 -2
  186. package/dist/esm/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.mjs +5 -2
  187. package/dist/esm/api/resources/orgs/resources/contacts/client/Client.d.mts +1 -1
  188. package/dist/esm/api/resources/orgs/resources/contacts/client/Client.mjs +1 -1
  189. package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.d.mts +2 -2
  190. package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.mjs +5 -2
  191. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.d.mts +14 -0
  192. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.mjs +60 -0
  193. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/Client.d.mts +13 -0
  194. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/Client.mjs +59 -0
  195. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +2 -105
  196. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +6 -518
  197. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.mts +3 -0
  198. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/index.d.mts +0 -2
  199. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.mts +3 -3
  200. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.mjs +2 -2
  201. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.mts +18 -31
  202. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.mjs +34 -93
  203. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/{ExpandedListForDriverForExecutorV1Request.d.mts → ExpandedListForDriverV1Request.d.mts} +1 -1
  204. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/{ExpandedListForExecutorOperatorsV1Request.d.mts → ExpandedListForProviderOperatorsV1Request.d.mts} +3 -1
  205. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.mts +2 -2
  206. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/index.d.mts +1 -0
  207. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/index.mjs +1 -0
  208. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.d.mts +2 -2
  209. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.mjs +1 -1
  210. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.mts +11 -7
  211. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.mjs +23 -15
  212. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.d.mts +1 -0
  213. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.mjs +1 -1
  214. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.d.mts +13 -0
  215. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.d.mts +1 -0
  216. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.mjs +1 -0
  217. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.mts +4 -4
  218. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.mjs +2 -2
  219. package/dist/esm/api/types/AiImageDescription.d.mts +1 -1
  220. package/dist/esm/api/types/{LlmModelEnum.d.mts → ArchivedModel.d.mts} +5 -2
  221. package/dist/esm/api/types/{LlmModelEnum.mjs → ArchivedModel.mjs} +1 -1
  222. package/dist/esm/api/types/ChrtGroundProviderRates1.d.mts +0 -1
  223. package/dist/esm/api/types/ContactExpandedListItem.d.mts +10 -0
  224. package/dist/esm/api/types/ContactListRes.d.mts +1 -1
  225. package/dist/esm/api/types/Invoice1.d.mts +2 -0
  226. package/dist/esm/api/types/InvoiceExpandedListItem.d.mts +11 -0
  227. package/dist/esm/api/types/InvoiceLineItemExpandedListItem.d.mts +8 -0
  228. package/dist/esm/api/types/InvoiceLineItemExpandedListItem.mjs +4 -0
  229. package/dist/esm/api/types/InvoiceLineItemListRes.d.mts +1 -1
  230. package/dist/esm/api/types/InvoiceListRes.d.mts +1 -1
  231. package/dist/esm/api/types/Model.d.mts +12 -0
  232. package/dist/esm/api/types/Model.mjs +8 -0
  233. package/dist/esm/api/types/OperationsTaskExpandedListItem.d.mts +1 -0
  234. package/dist/esm/api/types/OperationsTasksStatusUpdateRes1.d.mts +7 -0
  235. package/dist/esm/api/types/OperationsTasksStatusUpdateRes1.mjs +4 -0
  236. package/dist/esm/api/types/OrderAndTaskGroupExpandedReq.d.mts +1 -0
  237. package/dist/esm/api/types/OrderExpandedForProvider.d.mts +2 -0
  238. package/dist/esm/api/types/OrderExpandedForShipper.d.mts +1 -0
  239. package/dist/esm/api/types/OrderInformationConversationRes.d.mts +7 -0
  240. package/dist/esm/api/types/OrderInformationConversationRes.mjs +4 -0
  241. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyRes.d.mts +12 -0
  242. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyRes.mjs +4 -0
  243. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyResult1.d.mts +11 -0
  244. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyResult1.mjs +4 -0
  245. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.d.mts +9 -0
  246. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.mjs +8 -0
  247. package/dist/esm/api/types/StoredModel.d.mts +5 -0
  248. package/dist/esm/api/types/StoredModel.mjs +4 -0
  249. package/dist/esm/api/types/TaskGroupByDriverDataPointsRes.d.mts +8 -0
  250. package/dist/esm/api/types/TaskGroupByDriverDataPointsRes.mjs +4 -0
  251. package/dist/esm/api/types/TaskGroupByDriverLastSeenRes.d.mts +8 -0
  252. package/dist/esm/api/types/TaskGroupByDriverLastSeenRes.mjs +4 -0
  253. package/dist/esm/api/types/TaskGroupProviderRoleFilterEnum.d.mts +9 -0
  254. package/dist/esm/api/types/TaskGroupProviderRoleFilterEnum.mjs +8 -0
  255. package/dist/esm/api/types/index.d.mts +14 -7
  256. package/dist/esm/api/types/index.mjs +14 -7
  257. package/dist/esm/version.d.mts +1 -1
  258. package/dist/esm/version.mjs +1 -1
  259. package/package.json +1 -1
  260. package/reference.md +587 -486
  261. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.ts +0 -73
  262. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +0 -66
  263. package/dist/cjs/api/types/OrderExpandedForCoordinator.d.ts +0 -15
  264. package/dist/cjs/api/types/OrderExpandedForExecutor.d.ts +0 -14
  265. package/dist/cjs/api/types/OrderLimitedForCoordinator1.d.ts +0 -47
  266. package/dist/cjs/api/types/OrderLimitedForExecutor1.d.ts +0 -27
  267. package/dist/cjs/api/types/OrdersExpandedListForCoordinatorRes.d.ts +0 -8
  268. package/dist/cjs/api/types/OrdersExpandedListForExecutorRes.d.ts +0 -8
  269. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.mts +0 -73
  270. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +0 -66
  271. package/dist/esm/api/types/OrderExpandedForCoordinator.d.mts +0 -15
  272. package/dist/esm/api/types/OrderExpandedForExecutor.d.mts +0 -14
  273. package/dist/esm/api/types/OrderLimitedForCoordinator1.d.mts +0 -47
  274. package/dist/esm/api/types/OrderLimitedForExecutor1.d.mts +0 -27
  275. package/dist/esm/api/types/OrdersExpandedListForCoordinatorRes.d.mts +0 -8
  276. package/dist/esm/api/types/OrdersExpandedListForExecutorRes.d.mts +0 -8
  277. /package/dist/cjs/api/resources/{operations/resources/operationsTasks/client/requests/OperationsTaskStatusReq.js → agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.js} +0 -0
  278. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.js → agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.js} +0 -0
  279. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.js → agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.js} +0 -0
  280. /package/dist/cjs/api/resources/{shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.js → billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.js} +0 -0
  281. /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
  282. /package/dist/cjs/api/{types/OrderExpandedForCoordinator.js → resources/operations/resources/operationsTasks/client/requests/OperationsTasksSetStatusReq1.js} +0 -0
  283. /package/dist/cjs/api/{types/OrderExpandedForExecutor.js → resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverV1Request.js} +0 -0
  284. /package/dist/cjs/api/{types/OrderLimitedForCoordinator1.js → resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.js} +0 -0
  285. /package/dist/cjs/api/{types/OrderLimitedForExecutor1.js → resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.js} +0 -0
  286. /package/dist/cjs/api/types/{OrdersExpandedListForCoordinatorRes.js → ContactExpandedListItem.js} +0 -0
  287. /package/dist/cjs/api/types/{OrdersExpandedListForExecutorRes.js → InvoiceExpandedListItem.js} +0 -0
  288. /package/dist/esm/api/resources/{operations/resources/operationsTasks/client/requests/OperationsTaskStatusReq.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.mjs} +0 -0
  289. /package/dist/esm/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.mjs} +0 -0
  290. /package/dist/esm/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.mjs} +0 -0
  291. /package/dist/esm/api/resources/{shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.mjs → billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.mjs} +0 -0
  292. /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
  293. /package/dist/esm/api/{types/OrderExpandedForCoordinator.mjs → resources/operations/resources/operationsTasks/client/requests/OperationsTasksSetStatusReq1.mjs} +0 -0
  294. /package/dist/esm/api/{types/OrderExpandedForExecutor.mjs → resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverV1Request.mjs} +0 -0
  295. /package/dist/esm/api/{types/OrderLimitedForCoordinator1.mjs → resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.mjs} +0 -0
  296. /package/dist/esm/api/{types/OrderLimitedForExecutor1.mjs → resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.mjs} +0 -0
  297. /package/dist/esm/api/types/{OrdersExpandedListForCoordinatorRes.mjs → ContactExpandedListItem.mjs} +0 -0
  298. /package/dist/esm/api/types/{OrdersExpandedListForExecutorRes.mjs → InvoiceExpandedListItem.mjs} +0 -0
@@ -31,7 +31,7 @@ export declare class TaskGroupByDriver {
31
31
  protected readonly _options: TaskGroupByDriver.Options;
32
32
  constructor(_options?: TaskGroupByDriver.Options);
33
33
  /**
34
- * Returns sampled driver location data points for a task group. Excludes outliers. | auth: api_key | authz_personas=[coordinator_org_operators, shipper_org_operators, executor_org_operators, driver_for_executor] | () -> (list[TaskGroupByDriverDataPoint1])
34
+ * Returns sampled driver location data points and the unique drivers for a task group. Excludes outliers. | auth: api_key | authz_personas=[coordinator_org_operators, shipper_org_operators, executor_org_operators, driver_for_executor] | () -> (TaskGroupByDriverDataPointsRes)
35
35
  *
36
36
  * @param {Chrt.tracking.timeseries.TaskGroupByDriverDataPointsV1Request} request
37
37
  * @param {TaskGroupByDriver.RequestOptions} requestOptions - Request-specific configuration.
@@ -44,7 +44,7 @@ export declare class TaskGroupByDriver {
44
44
  * limit: 1
45
45
  * })
46
46
  */
47
- dataPointsV1(request: Chrt.tracking.timeseries.TaskGroupByDriverDataPointsV1Request, requestOptions?: TaskGroupByDriver.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupByDriverDataPoint1[]>;
47
+ dataPointsV1(request: Chrt.tracking.timeseries.TaskGroupByDriverDataPointsV1Request, requestOptions?: TaskGroupByDriver.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupByDriverDataPointsRes>;
48
48
  private __dataPointsV1;
49
49
  /**
50
50
  * Returns sampled driver location data points for a publicly shared task group. Excludes outliers. No authentication required. | () -> (list[TaskGroupByDriverDataPoint1])
@@ -63,7 +63,7 @@ export declare class TaskGroupByDriver {
63
63
  dataPointsPublicV1(request: Chrt.tracking.timeseries.TaskGroupByDriverDataPointsPublicV1Request, requestOptions?: TaskGroupByDriver.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupByDriverDataPoint1[]>;
64
64
  private __dataPointsPublicV1;
65
65
  /**
66
- * Returns the most recent driver location data point for a task group. | auth: api_key | authz_personas=[coordinator_org_operators, shipper_org_operators, executor_org_operators, driver_for_executor] | () -> (TaskGroupByDriverDataPoint1 | None)
66
+ * Returns the most recent driver location data point and driver for a task group. | auth: api_key | authz_personas=[coordinator_org_operators, shipper_org_operators, executor_org_operators, driver_for_executor] | () -> (TaskGroupByDriverLastSeenRes | None)
67
67
  *
68
68
  * @param {Chrt.tracking.timeseries.TaskGroupByDriverLastSeenV1Request} request
69
69
  * @param {TaskGroupByDriver.RequestOptions} requestOptions - Request-specific configuration.
@@ -75,7 +75,7 @@ export declare class TaskGroupByDriver {
75
75
  * task_group_id: "task_group_id"
76
76
  * })
77
77
  */
78
- lastSeenV1(request: Chrt.tracking.timeseries.TaskGroupByDriverLastSeenV1Request, requestOptions?: TaskGroupByDriver.RequestOptions): core.HttpResponsePromise<(Chrt.TaskGroupByDriverDataPoint1 | null) | undefined>;
78
+ lastSeenV1(request: Chrt.tracking.timeseries.TaskGroupByDriverLastSeenV1Request, requestOptions?: TaskGroupByDriver.RequestOptions): core.HttpResponsePromise<(Chrt.TaskGroupByDriverLastSeenRes | null) | undefined>;
79
79
  private __lastSeenV1;
80
80
  /**
81
81
  * Returns the most recent driver location data point for a publicly shared task group. No authentication required. | () -> (TaskGroupByDriverDataPoint1 | None)
@@ -20,7 +20,7 @@ export class TaskGroupByDriver {
20
20
  this._options = _options;
21
21
  }
22
22
  /**
23
- * Returns sampled driver location data points for a task group. Excludes outliers. | auth: api_key | authz_personas=[coordinator_org_operators, shipper_org_operators, executor_org_operators, driver_for_executor] | () -> (list[TaskGroupByDriverDataPoint1])
23
+ * Returns sampled driver location data points and the unique drivers for a task group. Excludes outliers. | auth: api_key | authz_personas=[coordinator_org_operators, shipper_org_operators, executor_org_operators, driver_for_executor] | () -> (TaskGroupByDriverDataPointsRes)
24
24
  *
25
25
  * @param {Chrt.tracking.timeseries.TaskGroupByDriverDataPointsV1Request} request
26
26
  * @param {TaskGroupByDriver.RequestOptions} requestOptions - Request-specific configuration.
@@ -156,7 +156,7 @@ export class TaskGroupByDriver {
156
156
  });
157
157
  }
158
158
  /**
159
- * Returns the most recent driver location data point for a task group. | auth: api_key | authz_personas=[coordinator_org_operators, shipper_org_operators, executor_org_operators, driver_for_executor] | () -> (TaskGroupByDriverDataPoint1 | None)
159
+ * Returns the most recent driver location data point and driver for a task group. | auth: api_key | authz_personas=[coordinator_org_operators, shipper_org_operators, executor_org_operators, driver_for_executor] | () -> (TaskGroupByDriverLastSeenRes | None)
160
160
  *
161
161
  * @param {Chrt.tracking.timeseries.TaskGroupByDriverLastSeenV1Request} request
162
162
  * @param {TaskGroupByDriver.RequestOptions} requestOptions - Request-specific configuration.
@@ -17,7 +17,7 @@ export interface AiImageDescription {
17
17
  dispute_defensibility: string;
18
18
  location_description: string;
19
19
  location_identifiers: string[];
20
- model: Chrt.LlmModelEnum;
20
+ model: Chrt.StoredModel;
21
21
  package_appearance: string;
22
22
  package_count?: number | null;
23
23
  package_types: string[];
@@ -1,8 +1,11 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export type LlmModelEnum = "gpt-5.5" | "gpt-5.4" | "gpt-5.4-mini" | "claude-opus-4-7" | "claude-sonnet-4-6" | "claude-haiku-4-5";
5
- export declare const LlmModelEnum: {
4
+ /**
5
+ * Append-only model identifiers accepted when reading persisted data.
6
+ */
7
+ export type ArchivedModel = "gpt-5.5" | "gpt-5.4" | "gpt-5.4-mini" | "claude-opus-4-7" | "claude-sonnet-4-6" | "claude-haiku-4-5";
8
+ export declare const ArchivedModel: {
6
9
  readonly Gpt55: "gpt-5.5";
7
10
  readonly Gpt54: "gpt-5.4";
8
11
  readonly Gpt54Mini: "gpt-5.4-mini";
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export const LlmModelEnum = {
4
+ export const ArchivedModel = {
5
5
  Gpt55: "gpt-5.5",
6
6
  Gpt54: "gpt-5.4",
7
7
  Gpt54Mini: "gpt-5.4-mini",
@@ -12,7 +12,6 @@ export interface ChrtGroundProviderRates1 {
12
12
  cargo_types?: Chrt.CargoTypeEnum1[];
13
13
  comments?: string | null;
14
14
  counterparty_driver_id?: string | null;
15
- counterparty_driver_ids?: string[];
16
15
  counterparty_off_chrt_org_data_id?: string | null;
17
16
  /** Must be a string starting with `org_` */
18
17
  counterparty_org_id?: string | null;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.mjs";
5
+ export interface ContactExpandedListItem {
6
+ accounts?: Chrt.Account1[];
7
+ contact: Chrt.Contact1;
8
+ off_chrt_org_data?: Chrt.OffChrtOrgData1 | null;
9
+ org_public_data?: Chrt.OrgPublicData1 | null;
10
+ }
@@ -3,6 +3,6 @@
3
3
  */
4
4
  import * as Chrt from "../index.mjs";
5
5
  export interface ContactListRes {
6
- items: Chrt.Contact1[];
6
+ items: Chrt.ContactExpandedListItem[];
7
7
  total_count: number;
8
8
  }
@@ -40,6 +40,8 @@ export interface Invoice1 {
40
40
  name?: string | null;
41
41
  /** Must be a string starting with `org_` */
42
42
  owned_by_org_id: string;
43
+ period_end_at_timestamp: string;
44
+ period_start_at_timestamp: string;
43
45
  schema_version: number;
44
46
  status?: Chrt.InvoiceStatusEnum1;
45
47
  stripe_exported_at_timestamp?: string | null;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.mjs";
5
+ export interface InvoiceExpandedListItem {
6
+ counterparty_accounts?: Chrt.Account1[];
7
+ counterparty_off_chrt_org_data?: Chrt.OffChrtOrgData1 | null;
8
+ counterparty_org?: Chrt.OrgPublicData1 | null;
9
+ invoice: Chrt.Invoice1;
10
+ orders?: Chrt.OrderLimitedForProvider1[];
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.mjs";
5
+ export interface InvoiceLineItemExpandedListItem {
6
+ invoice?: Chrt.Invoice1 | null;
7
+ invoice_line_item: Chrt.InvoiceLineItem1;
8
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -3,6 +3,6 @@
3
3
  */
4
4
  import * as Chrt from "../index.mjs";
5
5
  export interface InvoiceLineItemListRes {
6
- items: Chrt.InvoiceLineItem1[];
6
+ items: Chrt.InvoiceLineItemExpandedListItem[];
7
7
  total_count: number;
8
8
  }
@@ -3,6 +3,6 @@
3
3
  */
4
4
  import * as Chrt from "../index.mjs";
5
5
  export interface InvoiceListRes {
6
- items: Chrt.Invoice1[];
6
+ items: Chrt.InvoiceExpandedListItem[];
7
7
  total_count: number;
8
8
  }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Model identifiers approved for new runtime requests.
6
+ */
7
+ export type Model = "gpt-5.6-terra" | "gpt-5.6-luna" | "gpt-5.6-sol";
8
+ export declare const Model: {
9
+ readonly Gpt56Terra: "gpt-5.6-terra";
10
+ readonly Gpt56Luna: "gpt-5.6-luna";
11
+ readonly Gpt56Sol: "gpt-5.6-sol";
12
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export const Model = {
5
+ Gpt56Terra: "gpt-5.6-terra",
6
+ Gpt56Luna: "gpt-5.6-luna",
7
+ Gpt56Sol: "gpt-5.6-sol",
8
+ };
@@ -6,4 +6,5 @@ export interface OperationsTaskExpandedListItem {
6
6
  assigned_users: Chrt.OrgMemberDetails[];
7
7
  department?: Chrt.Department1 | null;
8
8
  operations_task: Chrt.OperationsTask1;
9
+ operations_task_list?: Chrt.OperationsTaskList1 | null;
9
10
  }
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface OperationsTasksStatusUpdateRes1 {
5
+ /** How many requested tasks were found in the caller's org and updated; a lower count means missing or cross-org task ids were skipped. */
6
+ updated_count: number;
7
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -2,6 +2,7 @@
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;
@@ -6,10 +6,12 @@ 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;
9
10
  notification_intents_ad_hoc?: Chrt.NotificationIntentAdHoc1[] | null;
10
11
  off_chrt_shipper_org_company_name?: string | null;
11
12
  order: Chrt.OrderLimitedForProvider1;
12
13
  provider_roles: Chrt.OrderProviderRoleEnum[];
13
14
  shipper_org_company_name?: string | null;
14
15
  task_groups_expanded?: Chrt.TaskGroupExpanded[] | null;
16
+ unassigned_cargos?: Chrt.Cargo1[] | null;
15
17
  }
@@ -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,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.mjs";
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,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.mjs";
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,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -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,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export const OrderRateSheetLineItemsGenerateManyStatusEnum = {
5
+ Generated: "generated",
6
+ SkippedNoRateSheets: "skipped_no_rate_sheets",
7
+ Failed: "failed",
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.mjs";
5
+ export type StoredModel = Chrt.Model | Chrt.ArchivedModel;
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.mjs";
5
+ export interface TaskGroupByDriverDataPointsRes {
6
+ data_points: Chrt.TaskGroupByDriverDataPoint1[];
7
+ drivers?: Chrt.Driver1[];
8
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.mjs";
5
+ export interface TaskGroupByDriverLastSeenRes {
6
+ data_point: Chrt.TaskGroupByDriverDataPoint1;
7
+ driver?: Chrt.Driver1 | null;
8
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -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,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export const TaskGroupProviderRoleFilterEnum = {
5
+ All: "all",
6
+ Coordinator: "coordinator",
7
+ Executor: "executor",
8
+ };
@@ -16,6 +16,7 @@ export * from "./AlertNameValue.mjs";
16
16
  export * from "./AlertNameValues.mjs";
17
17
  export * from "./AlertRuleEnvelope.mjs";
18
18
  export * from "./AnalyticsTimeBucketRes.mjs";
19
+ export * from "./ArchivedModel.mjs";
19
20
  export * from "./AttemptRate1.mjs";
20
21
  export * from "./BaseMileageRate1.mjs";
21
22
  export * from "./Bid.mjs";
@@ -123,6 +124,7 @@ export * from "./ConnectionTypeaheadFieldEnum.mjs";
123
124
  export * from "./ConnectionTypeaheadResult.mjs";
124
125
  export * from "./ConnectionTypeaheadValue.mjs";
125
126
  export * from "./Contact1.mjs";
127
+ export * from "./ContactExpandedListItem.mjs";
126
128
  export * from "./ContactListRes.mjs";
127
129
  export * from "./ContactSortByEnum.mjs";
128
130
  export * from "./CoordinatorExecutorConnection1.mjs";
@@ -201,11 +203,13 @@ export * from "./HolidayRate1.mjs";
201
203
  export * from "./InternalDelegationJwtReq.mjs";
202
204
  export * from "./InternalDelegationJwtRes.mjs";
203
205
  export * from "./Invoice1.mjs";
206
+ export * from "./InvoiceExpandedListItem.mjs";
204
207
  export * from "./InvoiceExpandedRes.mjs";
205
208
  export * from "./InvoiceLineItem1.mjs";
206
209
  export * from "./InvoiceLineItemAmountTransformation1.mjs";
207
210
  export * from "./InvoiceLineItemAmountTransformationTypeEnum1.mjs";
208
211
  export * from "./InvoiceLineItemClientCreate1.mjs";
212
+ export * from "./InvoiceLineItemExpandedListItem.mjs";
209
213
  export * from "./InvoiceLineItemListRes.mjs";
210
214
  export * from "./InvoiceLineItemServerCreate1.mjs";
211
215
  export * from "./InvoiceLineItemSortByEnum.mjs";
@@ -221,7 +225,6 @@ export * from "./InvoiceSortByEnum.mjs";
221
225
  export * from "./InvoiceStatusEnum1.mjs";
222
226
  export * from "./InvoiceStripeStatusEnum1.mjs";
223
227
  export * from "./InvoiceTypeEnum1.mjs";
224
- export * from "./LlmModelEnum.mjs";
225
228
  export * from "./LineString.mjs";
226
229
  export * from "./Listing1.mjs";
227
230
  export * from "./ListingAudienceEnum.mjs";
@@ -241,6 +244,7 @@ export * from "./Geometry.mjs";
241
244
  export * from "./LocationFeature.mjs";
242
245
  export * from "./LocationProperties.mjs";
243
246
  export * from "./LongDistanceSurchargeRate1.mjs";
247
+ export * from "./Model.mjs";
244
248
  export * from "./MultiLineString.mjs";
245
249
  export * from "./MultiPoint.mjs";
246
250
  export * from "./MultiPolygon.mjs";
@@ -281,6 +285,7 @@ export * from "./OperationsTaskSortByEnum.mjs";
281
285
  export * from "./OperationsTaskStatusEnum.mjs";
282
286
  export * from "./OperationsTaskTypeEnum.mjs";
283
287
  export * from "./OperationsTasksDeadlineTimestampsUpdateRes1.mjs";
288
+ export * from "./OperationsTasksStatusUpdateRes1.mjs";
284
289
  export * from "./Order1.mjs";
285
290
  export * from "./OrderAndTaskGroupExpandedReq.mjs";
286
291
  export * from "./OrderAwbBillingAccount1.mjs";
@@ -296,19 +301,19 @@ export * from "./OrderBillingShipper1.mjs";
296
301
  export * from "./OrderBillingSortByEnum.mjs";
297
302
  export * from "./OrderDraftValidationRequirements.mjs";
298
303
  export * from "./OrderDraftValidationResult.mjs";
299
- export * from "./OrderExpandedForCoordinator.mjs";
300
- export * from "./OrderExpandedForExecutor.mjs";
301
304
  export * from "./OrderExpandedForProvider.mjs";
302
305
  export * from "./OrderExpandedForShipper.mjs";
306
+ export * from "./OrderInformationConversationRes.mjs";
303
307
  export * from "./OrderInternalMessage1.mjs";
304
308
  export * from "./OrderInternalMessageS3ObjectMetadata1.mjs";
305
309
  export * from "./OrderInternalMessages1.mjs";
306
- export * from "./OrderLimitedForCoordinator1.mjs";
307
- export * from "./OrderLimitedForExecutor1.mjs";
308
310
  export * from "./OrderLimitedForProvider1.mjs";
309
311
  export * from "./OrderLimitedForShipper1.mjs";
310
312
  export * from "./OrderProviderRoleEnum.mjs";
311
313
  export * from "./OrderProviderRoleFilterEnum.mjs";
314
+ export * from "./OrderRateSheetLineItemsGenerateManyRes.mjs";
315
+ export * from "./OrderRateSheetLineItemsGenerateManyResult1.mjs";
316
+ export * from "./OrderRateSheetLineItemsGenerateManyStatusEnum.mjs";
312
317
  export * from "./OrderSortByEnum.mjs";
313
318
  export * from "./OrderStatusEnum1.mjs";
314
319
  export * from "./OrderTaskGroupExecutorDetails1.mjs";
@@ -334,8 +339,6 @@ export * from "./OrderTypeaheadResult.mjs";
334
339
  export * from "./OrderTypeaheadValue.mjs";
335
340
  export * from "./OrdersDraftDeleteManyRes.mjs";
336
341
  export * from "./OrdersDraftUpdateRes.mjs";
337
- export * from "./OrdersExpandedListForCoordinatorRes.mjs";
338
- export * from "./OrdersExpandedListForExecutorRes.mjs";
339
342
  export * from "./OrdersExpandedListForProviderRes.mjs";
340
343
  export * from "./OrdersExpandedListForShipperRes.mjs";
341
344
  export * from "./OrdersOpenDraftRes.mjs";
@@ -412,6 +415,7 @@ export * from "./ShippingTaskTaskArtifactCompletedWebhookPayload.mjs";
412
415
  export * from "./SortOrderEnum.mjs";
413
416
  export * from "./StartOfWeek.mjs";
414
417
  export * from "./StationaryCluster.mjs";
418
+ export * from "./StoredModel.mjs";
415
419
  export * from "./StripeConnectAccountOnboardingLinkRes.mjs";
416
420
  export * from "./Task1.mjs";
417
421
  export * from "./TaskArtifact1.mjs";
@@ -425,12 +429,15 @@ export * from "./TaskExpanded.mjs";
425
429
  export * from "./TaskGroup1.mjs";
426
430
  export * from "./TaskGroupByDriverDataPoint1.mjs";
427
431
  export * from "./TaskGroupByDriverDataPointMetadata1.mjs";
432
+ export * from "./TaskGroupByDriverDataPointsRes.mjs";
433
+ export * from "./TaskGroupByDriverLastSeenRes.mjs";
428
434
  export * from "./TaskGroupByDriverSharingSettings1.mjs";
429
435
  export * from "./TaskGroupChrtGroundProviderRateSheetIds1.mjs";
430
436
  export * from "./TaskGroupExpanded.mjs";
431
437
  export * from "./TaskGroupExpandedListRes.mjs";
432
438
  export * from "./TaskGroupInvoiceLineItemsFromChrtGroundProviderRateSheetsPreview1.mjs";
433
439
  export * from "./TaskGroupMessage1.mjs";
440
+ export * from "./TaskGroupProviderRoleFilterEnum.mjs";
434
441
  export * from "./TaskGroupS3ObjectMetadata1.mjs";
435
442
  export * from "./TaskGroupSortByEnum.mjs";
436
443
  export * from "./TaskGroupStatusEnum1.mjs";
@@ -16,6 +16,7 @@ export * from "./AlertNameValue.mjs";
16
16
  export * from "./AlertNameValues.mjs";
17
17
  export * from "./AlertRuleEnvelope.mjs";
18
18
  export * from "./AnalyticsTimeBucketRes.mjs";
19
+ export * from "./ArchivedModel.mjs";
19
20
  export * from "./AttemptRate1.mjs";
20
21
  export * from "./BaseMileageRate1.mjs";
21
22
  export * from "./Bid.mjs";
@@ -123,6 +124,7 @@ export * from "./ConnectionTypeaheadFieldEnum.mjs";
123
124
  export * from "./ConnectionTypeaheadResult.mjs";
124
125
  export * from "./ConnectionTypeaheadValue.mjs";
125
126
  export * from "./Contact1.mjs";
127
+ export * from "./ContactExpandedListItem.mjs";
126
128
  export * from "./ContactListRes.mjs";
127
129
  export * from "./ContactSortByEnum.mjs";
128
130
  export * from "./CoordinatorExecutorConnection1.mjs";
@@ -201,11 +203,13 @@ export * from "./HolidayRate1.mjs";
201
203
  export * from "./InternalDelegationJwtReq.mjs";
202
204
  export * from "./InternalDelegationJwtRes.mjs";
203
205
  export * from "./Invoice1.mjs";
206
+ export * from "./InvoiceExpandedListItem.mjs";
204
207
  export * from "./InvoiceExpandedRes.mjs";
205
208
  export * from "./InvoiceLineItem1.mjs";
206
209
  export * from "./InvoiceLineItemAmountTransformation1.mjs";
207
210
  export * from "./InvoiceLineItemAmountTransformationTypeEnum1.mjs";
208
211
  export * from "./InvoiceLineItemClientCreate1.mjs";
212
+ export * from "./InvoiceLineItemExpandedListItem.mjs";
209
213
  export * from "./InvoiceLineItemListRes.mjs";
210
214
  export * from "./InvoiceLineItemServerCreate1.mjs";
211
215
  export * from "./InvoiceLineItemSortByEnum.mjs";
@@ -221,7 +225,6 @@ export * from "./InvoiceSortByEnum.mjs";
221
225
  export * from "./InvoiceStatusEnum1.mjs";
222
226
  export * from "./InvoiceStripeStatusEnum1.mjs";
223
227
  export * from "./InvoiceTypeEnum1.mjs";
224
- export * from "./LlmModelEnum.mjs";
225
228
  export * from "./LineString.mjs";
226
229
  export * from "./Listing1.mjs";
227
230
  export * from "./ListingAudienceEnum.mjs";
@@ -241,6 +244,7 @@ export * from "./Geometry.mjs";
241
244
  export * from "./LocationFeature.mjs";
242
245
  export * from "./LocationProperties.mjs";
243
246
  export * from "./LongDistanceSurchargeRate1.mjs";
247
+ export * from "./Model.mjs";
244
248
  export * from "./MultiLineString.mjs";
245
249
  export * from "./MultiPoint.mjs";
246
250
  export * from "./MultiPolygon.mjs";
@@ -281,6 +285,7 @@ export * from "./OperationsTaskSortByEnum.mjs";
281
285
  export * from "./OperationsTaskStatusEnum.mjs";
282
286
  export * from "./OperationsTaskTypeEnum.mjs";
283
287
  export * from "./OperationsTasksDeadlineTimestampsUpdateRes1.mjs";
288
+ export * from "./OperationsTasksStatusUpdateRes1.mjs";
284
289
  export * from "./Order1.mjs";
285
290
  export * from "./OrderAndTaskGroupExpandedReq.mjs";
286
291
  export * from "./OrderAwbBillingAccount1.mjs";
@@ -296,19 +301,19 @@ export * from "./OrderBillingShipper1.mjs";
296
301
  export * from "./OrderBillingSortByEnum.mjs";
297
302
  export * from "./OrderDraftValidationRequirements.mjs";
298
303
  export * from "./OrderDraftValidationResult.mjs";
299
- export * from "./OrderExpandedForCoordinator.mjs";
300
- export * from "./OrderExpandedForExecutor.mjs";
301
304
  export * from "./OrderExpandedForProvider.mjs";
302
305
  export * from "./OrderExpandedForShipper.mjs";
306
+ export * from "./OrderInformationConversationRes.mjs";
303
307
  export * from "./OrderInternalMessage1.mjs";
304
308
  export * from "./OrderInternalMessageS3ObjectMetadata1.mjs";
305
309
  export * from "./OrderInternalMessages1.mjs";
306
- export * from "./OrderLimitedForCoordinator1.mjs";
307
- export * from "./OrderLimitedForExecutor1.mjs";
308
310
  export * from "./OrderLimitedForProvider1.mjs";
309
311
  export * from "./OrderLimitedForShipper1.mjs";
310
312
  export * from "./OrderProviderRoleEnum.mjs";
311
313
  export * from "./OrderProviderRoleFilterEnum.mjs";
314
+ export * from "./OrderRateSheetLineItemsGenerateManyRes.mjs";
315
+ export * from "./OrderRateSheetLineItemsGenerateManyResult1.mjs";
316
+ export * from "./OrderRateSheetLineItemsGenerateManyStatusEnum.mjs";
312
317
  export * from "./OrderSortByEnum.mjs";
313
318
  export * from "./OrderStatusEnum1.mjs";
314
319
  export * from "./OrderTaskGroupExecutorDetails1.mjs";
@@ -334,8 +339,6 @@ export * from "./OrderTypeaheadResult.mjs";
334
339
  export * from "./OrderTypeaheadValue.mjs";
335
340
  export * from "./OrdersDraftDeleteManyRes.mjs";
336
341
  export * from "./OrdersDraftUpdateRes.mjs";
337
- export * from "./OrdersExpandedListForCoordinatorRes.mjs";
338
- export * from "./OrdersExpandedListForExecutorRes.mjs";
339
342
  export * from "./OrdersExpandedListForProviderRes.mjs";
340
343
  export * from "./OrdersExpandedListForShipperRes.mjs";
341
344
  export * from "./OrdersOpenDraftRes.mjs";
@@ -412,6 +415,7 @@ export * from "./ShippingTaskTaskArtifactCompletedWebhookPayload.mjs";
412
415
  export * from "./SortOrderEnum.mjs";
413
416
  export * from "./StartOfWeek.mjs";
414
417
  export * from "./StationaryCluster.mjs";
418
+ export * from "./StoredModel.mjs";
415
419
  export * from "./StripeConnectAccountOnboardingLinkRes.mjs";
416
420
  export * from "./Task1.mjs";
417
421
  export * from "./TaskArtifact1.mjs";
@@ -425,12 +429,15 @@ export * from "./TaskExpanded.mjs";
425
429
  export * from "./TaskGroup1.mjs";
426
430
  export * from "./TaskGroupByDriverDataPoint1.mjs";
427
431
  export * from "./TaskGroupByDriverDataPointMetadata1.mjs";
432
+ export * from "./TaskGroupByDriverDataPointsRes.mjs";
433
+ export * from "./TaskGroupByDriverLastSeenRes.mjs";
428
434
  export * from "./TaskGroupByDriverSharingSettings1.mjs";
429
435
  export * from "./TaskGroupChrtGroundProviderRateSheetIds1.mjs";
430
436
  export * from "./TaskGroupExpanded.mjs";
431
437
  export * from "./TaskGroupExpandedListRes.mjs";
432
438
  export * from "./TaskGroupInvoiceLineItemsFromChrtGroundProviderRateSheetsPreview1.mjs";
433
439
  export * from "./TaskGroupMessage1.mjs";
440
+ export * from "./TaskGroupProviderRoleFilterEnum.mjs";
434
441
  export * from "./TaskGroupS3ObjectMetadata1.mjs";
435
442
  export * from "./TaskGroupSortByEnum.mjs";
436
443
  export * from "./TaskGroupStatusEnum1.mjs";
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.923.0";
1
+ export declare const SDK_VERSION = "1.925.0";
@@ -1 +1 @@
1
- export const SDK_VERSION = "1.923.0";
1
+ export const SDK_VERSION = "1.925.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrt-inc/typescript-sdk",
3
- "version": "1.923.0",
3
+ "version": "1.925.0",
4
4
  "private": false,
5
5
  "repository": "github:chrt-inc/typescript-sdk",
6
6
  "type": "commonjs",