@chrt-inc/typescript-sdk 1.924.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 (282) 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/orgs/resources/contacts/client/Client.d.ts +1 -1
  55. package/dist/cjs/api/resources/orgs/resources/contacts/client/Client.js +1 -1
  56. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.d.ts +14 -0
  57. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.js +60 -0
  58. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/Client.d.ts +13 -0
  59. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/Client.js +59 -0
  60. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +2 -105
  61. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +6 -518
  62. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.ts +3 -0
  63. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/index.d.ts +0 -2
  64. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.ts +1 -1
  65. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.js +1 -1
  66. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.ts +18 -31
  67. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.js +34 -93
  68. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/{ExpandedListForDriverForExecutorV1Request.d.ts → ExpandedListForDriverV1Request.d.ts} +1 -1
  69. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/{ExpandedListForExecutorOperatorsV1Request.d.ts → ExpandedListForProviderOperatorsV1Request.d.ts} +3 -1
  70. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.ts +2 -2
  71. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/index.d.ts +1 -0
  72. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/index.js +1 -0
  73. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.ts +11 -7
  74. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.js +23 -15
  75. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.d.ts +1 -0
  76. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.js +15 -0
  77. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.d.ts +13 -0
  78. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.d.ts +1 -0
  79. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.js +2 -0
  80. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.ts +4 -4
  81. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.js +2 -2
  82. package/dist/cjs/api/types/AiImageDescription.d.ts +1 -1
  83. package/dist/cjs/api/types/{LlmModelEnum.d.ts → ArchivedModel.d.ts} +5 -2
  84. package/dist/cjs/api/types/{LlmModelEnum.js → ArchivedModel.js} +2 -2
  85. package/dist/cjs/api/types/ChrtGroundProviderRates1.d.ts +0 -1
  86. package/dist/cjs/api/types/ContactExpandedListItem.d.ts +10 -0
  87. package/dist/cjs/api/types/ContactListRes.d.ts +1 -1
  88. package/dist/cjs/api/types/Invoice1.d.ts +2 -0
  89. package/dist/cjs/api/types/InvoiceExpandedListItem.d.ts +11 -0
  90. package/dist/cjs/api/types/InvoiceLineItemExpandedListItem.d.ts +8 -0
  91. package/dist/cjs/api/types/InvoiceLineItemExpandedListItem.js +5 -0
  92. package/dist/cjs/api/types/InvoiceLineItemListRes.d.ts +1 -1
  93. package/dist/cjs/api/types/InvoiceListRes.d.ts +1 -1
  94. package/dist/cjs/api/types/Model.d.ts +12 -0
  95. package/dist/cjs/api/types/Model.js +11 -0
  96. package/dist/cjs/api/types/OperationsTaskExpandedListItem.d.ts +1 -0
  97. package/dist/cjs/api/types/OperationsTasksStatusUpdateRes1.d.ts +7 -0
  98. package/dist/cjs/api/types/OperationsTasksStatusUpdateRes1.js +5 -0
  99. package/dist/cjs/api/types/OrderAndTaskGroupExpandedReq.d.ts +1 -0
  100. package/dist/cjs/api/types/OrderExpandedForProvider.d.ts +2 -0
  101. package/dist/cjs/api/types/OrderExpandedForShipper.d.ts +1 -0
  102. package/dist/cjs/api/types/OrderInformationConversationRes.d.ts +7 -0
  103. package/dist/cjs/api/types/OrderInformationConversationRes.js +5 -0
  104. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyRes.d.ts +12 -0
  105. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyRes.js +5 -0
  106. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyResult1.d.ts +11 -0
  107. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyResult1.js +5 -0
  108. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.d.ts +9 -0
  109. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.js +11 -0
  110. package/dist/cjs/api/types/StoredModel.d.ts +5 -0
  111. package/dist/cjs/api/types/StoredModel.js +5 -0
  112. package/dist/cjs/api/types/TaskGroupByDriverDataPointsRes.d.ts +8 -0
  113. package/dist/cjs/api/types/TaskGroupByDriverDataPointsRes.js +5 -0
  114. package/dist/cjs/api/types/TaskGroupByDriverLastSeenRes.d.ts +8 -0
  115. package/dist/cjs/api/types/TaskGroupByDriverLastSeenRes.js +5 -0
  116. package/dist/cjs/api/types/TaskGroupProviderRoleFilterEnum.d.ts +9 -0
  117. package/dist/cjs/api/types/TaskGroupProviderRoleFilterEnum.js +11 -0
  118. package/dist/cjs/api/types/index.d.ts +14 -7
  119. package/dist/cjs/api/types/index.js +14 -7
  120. package/dist/cjs/version.d.ts +1 -1
  121. package/dist/cjs/version.js +1 -1
  122. package/dist/esm/Client.d.mts +3 -0
  123. package/dist/esm/Client.mjs +7 -2
  124. package/dist/esm/api/resources/agent/client/Client.d.mts +23 -0
  125. package/dist/esm/api/resources/agent/client/Client.mjs +13 -0
  126. package/dist/esm/api/resources/agent/client/index.d.mts +1 -0
  127. package/dist/esm/api/resources/agent/client/index.mjs +1 -0
  128. package/dist/esm/api/resources/agent/index.d.mts +2 -0
  129. package/dist/esm/api/resources/agent/index.mjs +2 -0
  130. package/dist/esm/api/resources/agent/resources/index.d.mts +2 -0
  131. package/dist/esm/api/resources/agent/resources/index.mjs +2 -0
  132. package/dist/esm/api/resources/agent/resources/orderInformation/client/Client.d.mts +79 -0
  133. package/dist/esm/api/resources/agent/resources/orderInformation/client/Client.mjs +223 -0
  134. package/dist/esm/api/resources/agent/resources/orderInformation/client/index.d.mts +2 -0
  135. package/dist/esm/api/resources/agent/resources/orderInformation/client/index.mjs +1 -0
  136. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.d.mts +11 -0
  137. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.d.mts +12 -0
  138. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.d.mts +13 -0
  139. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/index.d.mts +3 -0
  140. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/index.mjs +1 -0
  141. package/dist/esm/api/resources/agent/resources/orderInformation/index.d.mts +1 -0
  142. package/dist/esm/api/resources/agent/resources/orderInformation/index.mjs +1 -0
  143. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.d.mts +0 -1
  144. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.mjs +1 -5
  145. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesClientCreate1.d.mts +0 -1
  146. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.d.mts +0 -3
  147. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.d.mts +1 -1
  148. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.mjs +1 -1
  149. package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.d.mts +19 -2
  150. package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.mjs +68 -2
  151. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoiceClientCreate1.d.mts +2 -0
  152. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.d.mts +14 -0
  153. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/index.d.mts +1 -0
  154. package/dist/esm/api/resources/billingNew/resources/orders/client/Client.d.mts +3 -0
  155. package/dist/esm/api/resources/billingNew/resources/orders/client/Client.mjs +5 -0
  156. package/dist/esm/api/resources/billingNew/resources/orders/index.d.mts +1 -0
  157. package/dist/esm/api/resources/billingNew/resources/orders/index.mjs +1 -0
  158. package/dist/esm/api/resources/billingNew/resources/orders/resources/index.d.mts +2 -0
  159. package/dist/esm/api/resources/billingNew/resources/orders/resources/index.mjs +2 -0
  160. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.d.mts +49 -0
  161. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.mjs +98 -0
  162. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/index.d.mts +2 -0
  163. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/index.mjs +1 -0
  164. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/OrderRateSheetLineItemsGenerateManyReq.d.mts +12 -0
  165. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/index.d.mts +1 -0
  166. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/index.mjs +1 -0
  167. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/index.d.mts +1 -0
  168. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/index.mjs +1 -0
  169. package/dist/esm/api/resources/index.d.mts +1 -0
  170. package/dist/esm/api/resources/index.mjs +1 -0
  171. package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.d.mts +7 -7
  172. package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.mjs +10 -10
  173. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/{OperationsTaskStatusReq.d.mts → OperationsTasksSetStatusReq1.d.mts} +3 -1
  174. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/index.d.mts +1 -1
  175. package/dist/esm/api/resources/orgs/resources/contacts/client/Client.d.mts +1 -1
  176. package/dist/esm/api/resources/orgs/resources/contacts/client/Client.mjs +1 -1
  177. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.d.mts +14 -0
  178. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.mjs +60 -0
  179. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/Client.d.mts +13 -0
  180. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/Client.mjs +59 -0
  181. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +2 -105
  182. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +6 -518
  183. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.mts +3 -0
  184. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/index.d.mts +0 -2
  185. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.mts +1 -1
  186. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.mjs +1 -1
  187. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.mts +18 -31
  188. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.mjs +34 -93
  189. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/{ExpandedListForDriverForExecutorV1Request.d.mts → ExpandedListForDriverV1Request.d.mts} +1 -1
  190. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/{ExpandedListForExecutorOperatorsV1Request.d.mts → ExpandedListForProviderOperatorsV1Request.d.mts} +3 -1
  191. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.mts +2 -2
  192. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/index.d.mts +1 -0
  193. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/index.mjs +1 -0
  194. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.mts +11 -7
  195. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.mjs +23 -15
  196. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.d.mts +1 -0
  197. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.mjs +1 -1
  198. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.d.mts +13 -0
  199. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.d.mts +1 -0
  200. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.mjs +1 -0
  201. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.mts +4 -4
  202. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.mjs +2 -2
  203. package/dist/esm/api/types/AiImageDescription.d.mts +1 -1
  204. package/dist/esm/api/types/{LlmModelEnum.d.mts → ArchivedModel.d.mts} +5 -2
  205. package/dist/esm/api/types/{LlmModelEnum.mjs → ArchivedModel.mjs} +1 -1
  206. package/dist/esm/api/types/ChrtGroundProviderRates1.d.mts +0 -1
  207. package/dist/esm/api/types/ContactExpandedListItem.d.mts +10 -0
  208. package/dist/esm/api/types/ContactListRes.d.mts +1 -1
  209. package/dist/esm/api/types/Invoice1.d.mts +2 -0
  210. package/dist/esm/api/types/InvoiceExpandedListItem.d.mts +11 -0
  211. package/dist/esm/api/types/InvoiceLineItemExpandedListItem.d.mts +8 -0
  212. package/dist/esm/api/types/InvoiceLineItemExpandedListItem.mjs +4 -0
  213. package/dist/esm/api/types/InvoiceLineItemListRes.d.mts +1 -1
  214. package/dist/esm/api/types/InvoiceListRes.d.mts +1 -1
  215. package/dist/esm/api/types/Model.d.mts +12 -0
  216. package/dist/esm/api/types/Model.mjs +8 -0
  217. package/dist/esm/api/types/OperationsTaskExpandedListItem.d.mts +1 -0
  218. package/dist/esm/api/types/OperationsTasksStatusUpdateRes1.d.mts +7 -0
  219. package/dist/esm/api/types/OperationsTasksStatusUpdateRes1.mjs +4 -0
  220. package/dist/esm/api/types/OrderAndTaskGroupExpandedReq.d.mts +1 -0
  221. package/dist/esm/api/types/OrderExpandedForProvider.d.mts +2 -0
  222. package/dist/esm/api/types/OrderExpandedForShipper.d.mts +1 -0
  223. package/dist/esm/api/types/OrderInformationConversationRes.d.mts +7 -0
  224. package/dist/esm/api/types/OrderInformationConversationRes.mjs +4 -0
  225. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyRes.d.mts +12 -0
  226. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyRes.mjs +4 -0
  227. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyResult1.d.mts +11 -0
  228. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyResult1.mjs +4 -0
  229. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.d.mts +9 -0
  230. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.mjs +8 -0
  231. package/dist/esm/api/types/StoredModel.d.mts +5 -0
  232. package/dist/esm/api/types/StoredModel.mjs +4 -0
  233. package/dist/esm/api/types/TaskGroupByDriverDataPointsRes.d.mts +8 -0
  234. package/dist/esm/api/types/TaskGroupByDriverDataPointsRes.mjs +4 -0
  235. package/dist/esm/api/types/TaskGroupByDriverLastSeenRes.d.mts +8 -0
  236. package/dist/esm/api/types/TaskGroupByDriverLastSeenRes.mjs +4 -0
  237. package/dist/esm/api/types/TaskGroupProviderRoleFilterEnum.d.mts +9 -0
  238. package/dist/esm/api/types/TaskGroupProviderRoleFilterEnum.mjs +8 -0
  239. package/dist/esm/api/types/index.d.mts +14 -7
  240. package/dist/esm/api/types/index.mjs +14 -7
  241. package/dist/esm/version.d.mts +1 -1
  242. package/dist/esm/version.mjs +1 -1
  243. package/package.json +1 -1
  244. package/reference.md +577 -476
  245. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.ts +0 -73
  246. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +0 -66
  247. package/dist/cjs/api/types/OrderExpandedForCoordinator.d.ts +0 -15
  248. package/dist/cjs/api/types/OrderExpandedForExecutor.d.ts +0 -14
  249. package/dist/cjs/api/types/OrderLimitedForCoordinator1.d.ts +0 -47
  250. package/dist/cjs/api/types/OrderLimitedForExecutor1.d.ts +0 -27
  251. package/dist/cjs/api/types/OrdersExpandedListForCoordinatorRes.d.ts +0 -8
  252. package/dist/cjs/api/types/OrdersExpandedListForExecutorRes.d.ts +0 -8
  253. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.mts +0 -73
  254. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +0 -66
  255. package/dist/esm/api/types/OrderExpandedForCoordinator.d.mts +0 -15
  256. package/dist/esm/api/types/OrderExpandedForExecutor.d.mts +0 -14
  257. package/dist/esm/api/types/OrderLimitedForCoordinator1.d.mts +0 -47
  258. package/dist/esm/api/types/OrderLimitedForExecutor1.d.mts +0 -27
  259. package/dist/esm/api/types/OrdersExpandedListForCoordinatorRes.d.mts +0 -8
  260. package/dist/esm/api/types/OrdersExpandedListForExecutorRes.d.mts +0 -8
  261. /package/dist/cjs/api/resources/{operations/resources/operationsTasks/client/requests/OperationsTaskStatusReq.js → agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.js} +0 -0
  262. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.js → agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.js} +0 -0
  263. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.js → agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.js} +0 -0
  264. /package/dist/cjs/api/resources/{shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.js → billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.js} +0 -0
  265. /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
  266. /package/dist/cjs/api/{types/OrderExpandedForCoordinator.js → resources/operations/resources/operationsTasks/client/requests/OperationsTasksSetStatusReq1.js} +0 -0
  267. /package/dist/cjs/api/{types/OrderExpandedForExecutor.js → resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverV1Request.js} +0 -0
  268. /package/dist/cjs/api/{types/OrderLimitedForCoordinator1.js → resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.js} +0 -0
  269. /package/dist/cjs/api/{types/OrderLimitedForExecutor1.js → resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.js} +0 -0
  270. /package/dist/cjs/api/types/{OrdersExpandedListForCoordinatorRes.js → ContactExpandedListItem.js} +0 -0
  271. /package/dist/cjs/api/types/{OrdersExpandedListForExecutorRes.js → InvoiceExpandedListItem.js} +0 -0
  272. /package/dist/esm/api/resources/{operations/resources/operationsTasks/client/requests/OperationsTaskStatusReq.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.mjs} +0 -0
  273. /package/dist/esm/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.mjs} +0 -0
  274. /package/dist/esm/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.mjs} +0 -0
  275. /package/dist/esm/api/resources/{shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.mjs → billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.mjs} +0 -0
  276. /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
  277. /package/dist/esm/api/{types/OrderExpandedForCoordinator.mjs → resources/operations/resources/operationsTasks/client/requests/OperationsTasksSetStatusReq1.mjs} +0 -0
  278. /package/dist/esm/api/{types/OrderExpandedForExecutor.mjs → resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverV1Request.mjs} +0 -0
  279. /package/dist/esm/api/{types/OrderLimitedForCoordinator1.mjs → resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.mjs} +0 -0
  280. /package/dist/esm/api/{types/OrderLimitedForExecutor1.mjs → resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.mjs} +0 -0
  281. /package/dist/esm/api/types/{OrdersExpandedListForCoordinatorRes.mjs → ContactExpandedListItem.mjs} +0 -0
  282. /package/dist/esm/api/types/{OrdersExpandedListForExecutorRes.mjs → InvoiceExpandedListItem.mjs} +0 -0
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.924.0";
1
+ export declare const SDK_VERSION = "1.925.0";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "1.924.0";
4
+ exports.SDK_VERSION = "1.925.0";
@@ -6,6 +6,7 @@ import * as core from "./core/index.mjs";
6
6
  import { Flights } from "./api/resources/flights/client/Client.mjs";
7
7
  import { Orgs } from "./api/resources/orgs/client/Client.mjs";
8
8
  import { Utils } from "./api/resources/utils/client/Client.mjs";
9
+ import { Agent } from "./api/resources/agent/client/Client.mjs";
9
10
  import { Analytics } from "./api/resources/analytics/client/Client.mjs";
10
11
  import { Billing } from "./api/resources/billing/client/Client.mjs";
11
12
  import { BillingNew } from "./api/resources/billingNew/client/Client.mjs";
@@ -45,6 +46,7 @@ export declare class ChrtClient {
45
46
  protected _flights: Flights | undefined;
46
47
  protected _orgs: Orgs | undefined;
47
48
  protected _utils: Utils | undefined;
49
+ protected _agent: Agent | undefined;
48
50
  protected _analytics: Analytics | undefined;
49
51
  protected _billing: Billing | undefined;
50
52
  protected _billingNew: BillingNew | undefined;
@@ -60,6 +62,7 @@ export declare class ChrtClient {
60
62
  get flights(): Flights;
61
63
  get orgs(): Orgs;
62
64
  get utils(): Utils;
65
+ get agent(): Agent;
63
66
  get analytics(): Analytics;
64
67
  get billing(): Billing;
65
68
  get billingNew(): BillingNew;
@@ -6,6 +6,7 @@ import { mergeHeaders } from "./core/headers.mjs";
6
6
  import { Flights } from "./api/resources/flights/client/Client.mjs";
7
7
  import { Orgs } from "./api/resources/orgs/client/Client.mjs";
8
8
  import { Utils } from "./api/resources/utils/client/Client.mjs";
9
+ import { Agent } from "./api/resources/agent/client/Client.mjs";
9
10
  import { Analytics } from "./api/resources/analytics/client/Client.mjs";
10
11
  import { Billing } from "./api/resources/billing/client/Client.mjs";
11
12
  import { BillingNew } from "./api/resources/billingNew/client/Client.mjs";
@@ -22,8 +23,8 @@ export class ChrtClient {
22
23
  this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
23
24
  "X-Fern-Language": "JavaScript",
24
25
  "X-Fern-SDK-Name": "@chrt-inc/typescript-sdk",
25
- "X-Fern-SDK-Version": "1.924.0",
26
- "User-Agent": "@chrt-inc/typescript-sdk/1.924.0",
26
+ "X-Fern-SDK-Version": "1.925.0",
27
+ "User-Agent": "@chrt-inc/typescript-sdk/1.925.0",
27
28
  "X-Fern-Runtime": core.RUNTIME.type,
28
29
  "X-Fern-Runtime-Version": core.RUNTIME.version,
29
30
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -40,6 +41,10 @@ export class ChrtClient {
40
41
  var _a;
41
42
  return ((_a = this._utils) !== null && _a !== void 0 ? _a : (this._utils = new Utils(this._options)));
42
43
  }
44
+ get agent() {
45
+ var _a;
46
+ return ((_a = this._agent) !== null && _a !== void 0 ? _a : (this._agent = new Agent(this._options)));
47
+ }
43
48
  get analytics() {
44
49
  var _a;
45
50
  return ((_a = this._analytics) !== null && _a !== void 0 ? _a : (this._analytics = new Analytics(this._options)));
@@ -0,0 +1,23 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as environments from "../../../../environments.mjs";
5
+ import * as core from "../../../../core/index.mjs";
6
+ import { OrderInformation } from "../resources/orderInformation/client/Client.mjs";
7
+ export declare namespace Agent {
8
+ interface Options {
9
+ environment?: core.Supplier<environments.ChrtEnvironment | string>;
10
+ /** Specify a custom URL to connect the client to. */
11
+ baseUrl?: core.Supplier<string>;
12
+ token?: core.Supplier<core.BearerToken | undefined>;
13
+ /** Additional headers to include in requests. */
14
+ headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
15
+ fetcher?: core.FetchFunction;
16
+ }
17
+ }
18
+ export declare class Agent {
19
+ protected readonly _options: Agent.Options;
20
+ protected _orderInformation: OrderInformation | undefined;
21
+ constructor(_options?: Agent.Options);
22
+ get orderInformation(): OrderInformation;
23
+ }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import { OrderInformation } from "../resources/orderInformation/client/Client.mjs";
5
+ export class Agent {
6
+ constructor(_options = {}) {
7
+ this._options = _options;
8
+ }
9
+ get orderInformation() {
10
+ var _a;
11
+ return ((_a = this._orderInformation) !== null && _a !== void 0 ? _a : (this._orderInformation = new OrderInformation(this._options)));
12
+ }
13
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ export * from "./client/index.mjs";
2
+ export * from "./resources/index.mjs";
@@ -0,0 +1,2 @@
1
+ export * from "./client/index.mjs";
2
+ export * from "./resources/index.mjs";
@@ -0,0 +1,2 @@
1
+ export * as orderInformation from "./orderInformation/index.mjs";
2
+ export * from "./orderInformation/client/requests/index.mjs";
@@ -0,0 +1,2 @@
1
+ export * as orderInformation from "./orderInformation/index.mjs";
2
+ export * from "./orderInformation/client/requests/index.mjs";
@@ -0,0 +1,79 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as environments from "../../../../../../environments.mjs";
5
+ import * as core from "../../../../../../core/index.mjs";
6
+ import * as Chrt from "../../../../../index.mjs";
7
+ export declare namespace OrderInformation {
8
+ interface Options {
9
+ environment?: core.Supplier<environments.ChrtEnvironment | string>;
10
+ /** Specify a custom URL to connect the client to. */
11
+ baseUrl?: core.Supplier<string>;
12
+ token?: core.Supplier<core.BearerToken | undefined>;
13
+ /** Additional headers to include in requests. */
14
+ headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
15
+ fetcher?: core.FetchFunction;
16
+ }
17
+ interface RequestOptions {
18
+ /** The maximum time to wait for a response in seconds. */
19
+ timeoutInSeconds?: number;
20
+ /** The number of times to retry the request. Defaults to 2. */
21
+ maxRetries?: number;
22
+ /** A hook to abort the request. */
23
+ abortSignal?: AbortSignal;
24
+ /** Additional query string parameters to include in the request. */
25
+ queryParams?: Record<string, unknown>;
26
+ /** Additional headers to include in the request. */
27
+ headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
28
+ }
29
+ }
30
+ export declare class OrderInformation {
31
+ protected readonly _options: OrderInformation.Options;
32
+ constructor(_options?: OrderInformation.Options);
33
+ /**
34
+ * Adds a message to an existing order-information conversation for its owner. | authz: allowed_org_types=[shipper, provider], min_org_role=operator | (OrderInformationConversationMessageReq) -> (OrderInformationConversationRes)
35
+ *
36
+ * @param {string} conversationId
37
+ * @param {Chrt.agent.OrderInformationConversationMessageReq} request
38
+ * @param {OrderInformation.RequestOptions} requestOptions - Request-specific configuration.
39
+ *
40
+ * @throws {@link Chrt.UnprocessableEntityError}
41
+ *
42
+ * @example
43
+ * await client.agent.orderInformation.messageV1("conversation_id", {
44
+ * message: "message"
45
+ * })
46
+ */
47
+ messageV1(conversationId: string, request: Chrt.agent.OrderInformationConversationMessageReq, requestOptions?: OrderInformation.RequestOptions): core.HttpResponsePromise<Chrt.OrderInformationConversationRes>;
48
+ private __messageV1;
49
+ /**
50
+ * Starts an order-information conversation for the authenticated operator. | authz: allowed_org_types=[shipper, provider], min_org_role=operator | (OrderInformationConversationStartReq) -> (OrderInformationConversationRes)
51
+ *
52
+ * @param {Chrt.agent.OrderInformationConversationStartReq} request
53
+ * @param {OrderInformation.RequestOptions} requestOptions - Request-specific configuration.
54
+ *
55
+ * @throws {@link Chrt.UnprocessableEntityError}
56
+ *
57
+ * @example
58
+ * await client.agent.orderInformation.startV1({
59
+ * message: "message"
60
+ * })
61
+ */
62
+ startV1(request: Chrt.agent.OrderInformationConversationStartReq, requestOptions?: OrderInformation.RequestOptions): core.HttpResponsePromise<Chrt.OrderInformationConversationRes>;
63
+ private __startV1;
64
+ /**
65
+ * Updates an order-information conversation's title for its owner. | authz: allowed_org_types=[shipper, provider], min_org_role=operator | (OrderInformationConversationClientUpdate1) -> (bool)
66
+ *
67
+ * @param {string} conversationId
68
+ * @param {Chrt.agent.OrderInformationConversationClientUpdate1} request
69
+ * @param {OrderInformation.RequestOptions} requestOptions - Request-specific configuration.
70
+ *
71
+ * @throws {@link Chrt.UnprocessableEntityError}
72
+ *
73
+ * @example
74
+ * await client.agent.orderInformation.updateV1("conversation_id")
75
+ */
76
+ updateV1(conversationId: string, request?: Chrt.agent.OrderInformationConversationClientUpdate1, requestOptions?: OrderInformation.RequestOptions): core.HttpResponsePromise<boolean>;
77
+ private __updateV1;
78
+ protected _getAuthorizationHeader(): Promise<string | undefined>;
79
+ }
@@ -0,0 +1,223 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
5
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
6
+ return new (P || (P = Promise))(function (resolve, reject) {
7
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
8
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
9
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
10
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
11
+ });
12
+ };
13
+ import * as environments from "../../../../../../environments.mjs";
14
+ import * as core from "../../../../../../core/index.mjs";
15
+ import * as Chrt from "../../../../../index.mjs";
16
+ import { mergeHeaders, mergeOnlyDefinedHeaders } from "../../../../../../core/headers.mjs";
17
+ import * as errors from "../../../../../../errors/index.mjs";
18
+ export class OrderInformation {
19
+ constructor(_options = {}) {
20
+ this._options = _options;
21
+ }
22
+ /**
23
+ * Adds a message to an existing order-information conversation for its owner. | authz: allowed_org_types=[shipper, provider], min_org_role=operator | (OrderInformationConversationMessageReq) -> (OrderInformationConversationRes)
24
+ *
25
+ * @param {string} conversationId
26
+ * @param {Chrt.agent.OrderInformationConversationMessageReq} request
27
+ * @param {OrderInformation.RequestOptions} requestOptions - Request-specific configuration.
28
+ *
29
+ * @throws {@link Chrt.UnprocessableEntityError}
30
+ *
31
+ * @example
32
+ * await client.agent.orderInformation.messageV1("conversation_id", {
33
+ * message: "message"
34
+ * })
35
+ */
36
+ messageV1(conversationId, request, requestOptions) {
37
+ return core.HttpResponsePromise.fromPromise(this.__messageV1(conversationId, request, requestOptions));
38
+ }
39
+ __messageV1(conversationId, request, requestOptions) {
40
+ return __awaiter(this, void 0, void 0, function* () {
41
+ var _a, _b, _c, _d;
42
+ let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
43
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
44
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `agent/order_information/message/v1/${encodeURIComponent(conversationId)}`),
45
+ method: "POST",
46
+ headers: _headers,
47
+ contentType: "application/json",
48
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
49
+ requestType: "json",
50
+ body: request,
51
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
52
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
53
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
54
+ });
55
+ if (_response.ok) {
56
+ return { data: _response.body, rawResponse: _response.rawResponse };
57
+ }
58
+ if (_response.error.reason === "status-code") {
59
+ switch (_response.error.statusCode) {
60
+ case 422:
61
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
62
+ default:
63
+ throw new errors.ChrtError({
64
+ statusCode: _response.error.statusCode,
65
+ body: _response.error.body,
66
+ rawResponse: _response.rawResponse,
67
+ });
68
+ }
69
+ }
70
+ switch (_response.error.reason) {
71
+ case "non-json":
72
+ throw new errors.ChrtError({
73
+ statusCode: _response.error.statusCode,
74
+ body: _response.error.rawBody,
75
+ rawResponse: _response.rawResponse,
76
+ });
77
+ case "timeout":
78
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /agent/order_information/message/v1/{conversation_id}.");
79
+ case "unknown":
80
+ throw new errors.ChrtError({
81
+ message: _response.error.errorMessage,
82
+ rawResponse: _response.rawResponse,
83
+ });
84
+ }
85
+ });
86
+ }
87
+ /**
88
+ * Starts an order-information conversation for the authenticated operator. | authz: allowed_org_types=[shipper, provider], min_org_role=operator | (OrderInformationConversationStartReq) -> (OrderInformationConversationRes)
89
+ *
90
+ * @param {Chrt.agent.OrderInformationConversationStartReq} request
91
+ * @param {OrderInformation.RequestOptions} requestOptions - Request-specific configuration.
92
+ *
93
+ * @throws {@link Chrt.UnprocessableEntityError}
94
+ *
95
+ * @example
96
+ * await client.agent.orderInformation.startV1({
97
+ * message: "message"
98
+ * })
99
+ */
100
+ startV1(request, requestOptions) {
101
+ return core.HttpResponsePromise.fromPromise(this.__startV1(request, requestOptions));
102
+ }
103
+ __startV1(request, requestOptions) {
104
+ return __awaiter(this, void 0, void 0, function* () {
105
+ var _a, _b, _c, _d;
106
+ let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
107
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
108
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, "agent/order_information/start/v1"),
109
+ method: "POST",
110
+ headers: _headers,
111
+ contentType: "application/json",
112
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
113
+ requestType: "json",
114
+ body: request,
115
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
116
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
117
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
118
+ });
119
+ if (_response.ok) {
120
+ return { data: _response.body, rawResponse: _response.rawResponse };
121
+ }
122
+ if (_response.error.reason === "status-code") {
123
+ switch (_response.error.statusCode) {
124
+ case 422:
125
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
126
+ default:
127
+ throw new errors.ChrtError({
128
+ statusCode: _response.error.statusCode,
129
+ body: _response.error.body,
130
+ rawResponse: _response.rawResponse,
131
+ });
132
+ }
133
+ }
134
+ switch (_response.error.reason) {
135
+ case "non-json":
136
+ throw new errors.ChrtError({
137
+ statusCode: _response.error.statusCode,
138
+ body: _response.error.rawBody,
139
+ rawResponse: _response.rawResponse,
140
+ });
141
+ case "timeout":
142
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /agent/order_information/start/v1.");
143
+ case "unknown":
144
+ throw new errors.ChrtError({
145
+ message: _response.error.errorMessage,
146
+ rawResponse: _response.rawResponse,
147
+ });
148
+ }
149
+ });
150
+ }
151
+ /**
152
+ * Updates an order-information conversation's title for its owner. | authz: allowed_org_types=[shipper, provider], min_org_role=operator | (OrderInformationConversationClientUpdate1) -> (bool)
153
+ *
154
+ * @param {string} conversationId
155
+ * @param {Chrt.agent.OrderInformationConversationClientUpdate1} request
156
+ * @param {OrderInformation.RequestOptions} requestOptions - Request-specific configuration.
157
+ *
158
+ * @throws {@link Chrt.UnprocessableEntityError}
159
+ *
160
+ * @example
161
+ * await client.agent.orderInformation.updateV1("conversation_id")
162
+ */
163
+ updateV1(conversationId, request = {}, requestOptions) {
164
+ return core.HttpResponsePromise.fromPromise(this.__updateV1(conversationId, request, requestOptions));
165
+ }
166
+ __updateV1(conversationId_1) {
167
+ return __awaiter(this, arguments, void 0, function* (conversationId, request = {}, requestOptions) {
168
+ var _a, _b, _c, _d;
169
+ let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
170
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
171
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `agent/order_information/update/v1/${encodeURIComponent(conversationId)}`),
172
+ method: "PATCH",
173
+ headers: _headers,
174
+ contentType: "application/json",
175
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
176
+ requestType: "json",
177
+ body: request,
178
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
179
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
180
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
181
+ });
182
+ if (_response.ok) {
183
+ return { data: _response.body, rawResponse: _response.rawResponse };
184
+ }
185
+ if (_response.error.reason === "status-code") {
186
+ switch (_response.error.statusCode) {
187
+ case 422:
188
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
189
+ default:
190
+ throw new errors.ChrtError({
191
+ statusCode: _response.error.statusCode,
192
+ body: _response.error.body,
193
+ rawResponse: _response.rawResponse,
194
+ });
195
+ }
196
+ }
197
+ switch (_response.error.reason) {
198
+ case "non-json":
199
+ throw new errors.ChrtError({
200
+ statusCode: _response.error.statusCode,
201
+ body: _response.error.rawBody,
202
+ rawResponse: _response.rawResponse,
203
+ });
204
+ case "timeout":
205
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /agent/order_information/update/v1/{conversation_id}.");
206
+ case "unknown":
207
+ throw new errors.ChrtError({
208
+ message: _response.error.errorMessage,
209
+ rawResponse: _response.rawResponse,
210
+ });
211
+ }
212
+ });
213
+ }
214
+ _getAuthorizationHeader() {
215
+ return __awaiter(this, void 0, void 0, function* () {
216
+ const bearer = yield core.Supplier.get(this._options.token);
217
+ if (bearer != null) {
218
+ return `Bearer ${bearer}`;
219
+ }
220
+ return undefined;
221
+ });
222
+ }
223
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ export * from "./requests/index.mjs";
@@ -0,0 +1 @@
1
+ export * from "./requests/index.mjs";
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * @example
6
+ * {}
7
+ */
8
+ export interface OrderInformationConversationClientUpdate1 {
9
+ title?: string | null;
10
+ title__set_to_None?: boolean;
11
+ }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * @example
6
+ * {
7
+ * message: "message"
8
+ * }
9
+ */
10
+ export interface OrderInformationConversationMessageReq {
11
+ message: string;
12
+ }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * @example
6
+ * {
7
+ * message: "message"
8
+ * }
9
+ */
10
+ export interface OrderInformationConversationStartReq {
11
+ message: string;
12
+ title?: string | null;
13
+ }
@@ -0,0 +1,3 @@
1
+ export { type OrderInformationConversationMessageReq } from "./OrderInformationConversationMessageReq.mjs";
2
+ export { type OrderInformationConversationStartReq } from "./OrderInformationConversationStartReq.mjs";
3
+ export { type OrderInformationConversationClientUpdate1 } from "./OrderInformationConversationClientUpdate1.mjs";
@@ -0,0 +1 @@
1
+ export * from "./client/index.mjs";
@@ -0,0 +1 @@
1
+ export * from "./client/index.mjs";
@@ -92,7 +92,6 @@ export declare class ChrtGroundProviderRates {
92
92
  * filter_counterparty_off_chrt_org_data_id: "filter_counterparty_off_chrt_org_data_id",
93
93
  * filter_shipper_account_id: "filter_shipper_account_id",
94
94
  * filter_counterparty_driver_id: "filter_counterparty_driver_id",
95
- * filter_counterparty_scope_driver_id: "filter_counterparty_scope_driver_id",
96
95
  * filter_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
97
96
  * filter_created_at_timestamp_lte: "2024-01-15T09:30:00Z",
98
97
  * filter_updated_at_timestamp_gte: "2024-01-15T09:30:00Z",
@@ -222,7 +222,6 @@ export class ChrtGroundProviderRates {
222
222
  * filter_counterparty_off_chrt_org_data_id: "filter_counterparty_off_chrt_org_data_id",
223
223
  * filter_shipper_account_id: "filter_shipper_account_id",
224
224
  * filter_counterparty_driver_id: "filter_counterparty_driver_id",
225
- * filter_counterparty_scope_driver_id: "filter_counterparty_scope_driver_id",
226
225
  * filter_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
227
226
  * filter_created_at_timestamp_lte: "2024-01-15T09:30:00Z",
228
227
  * filter_updated_at_timestamp_gte: "2024-01-15T09:30:00Z",
@@ -235,7 +234,7 @@ export class ChrtGroundProviderRates {
235
234
  __listV1() {
236
235
  return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
237
236
  var _a, _b, _c, _d, _e, _f;
238
- const { search, sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, filter_service_line: filterServiceLine, filter_invoice_types: filterInvoiceTypes, filter_currency_codes: filterCurrencyCodes, filter_counterparty_org_id: filterCounterpartyOrgId, filter_counterparty_off_chrt_org_data_id: filterCounterpartyOffChrtOrgDataId, filter_shipper_account_id: filterShipperAccountId, filter_counterparty_driver_id: filterCounterpartyDriverId, filter_counterparty_scope_driver_id: filterCounterpartyScopeDriverId, filter_cargo_types: filterCargoTypes, filter_vehicle_types: filterVehicleTypes, filter_created_at_timestamp_gte: filterCreatedAtTimestampGte, filter_created_at_timestamp_lte: filterCreatedAtTimestampLte, filter_updated_at_timestamp_gte: filterUpdatedAtTimestampGte, filter_updated_at_timestamp_lte: filterUpdatedAtTimestampLte, } = request;
237
+ const { search, sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, filter_service_line: filterServiceLine, filter_invoice_types: filterInvoiceTypes, filter_currency_codes: filterCurrencyCodes, filter_counterparty_org_id: filterCounterpartyOrgId, filter_counterparty_off_chrt_org_data_id: filterCounterpartyOffChrtOrgDataId, filter_shipper_account_id: filterShipperAccountId, filter_counterparty_driver_id: filterCounterpartyDriverId, filter_cargo_types: filterCargoTypes, filter_vehicle_types: filterVehicleTypes, filter_created_at_timestamp_gte: filterCreatedAtTimestampGte, filter_created_at_timestamp_lte: filterCreatedAtTimestampLte, filter_updated_at_timestamp_gte: filterUpdatedAtTimestampGte, filter_updated_at_timestamp_lte: filterUpdatedAtTimestampLte, } = request;
239
238
  const _queryParams = {};
240
239
  if (search !== undefined) {
241
240
  _queryParams["search"] = search;
@@ -288,9 +287,6 @@ export class ChrtGroundProviderRates {
288
287
  if (filterCounterpartyDriverId !== undefined) {
289
288
  _queryParams["filter_counterparty_driver_id"] = filterCounterpartyDriverId;
290
289
  }
291
- if (filterCounterpartyScopeDriverId !== undefined) {
292
- _queryParams["filter_counterparty_scope_driver_id"] = filterCounterpartyScopeDriverId;
293
- }
294
290
  if (filterCargoTypes !== undefined) {
295
291
  if (Array.isArray(filterCargoTypes)) {
296
292
  _queryParams["filter_cargo_types"] = filterCargoTypes.map((item) => item);
@@ -19,7 +19,6 @@ export interface ChrtGroundProviderRatesClientCreate1 {
19
19
  cargo_types?: Chrt.CargoTypeEnum1[];
20
20
  comments?: string | null;
21
21
  counterparty_driver_id?: string | null;
22
- counterparty_driver_ids?: string[];
23
22
  counterparty_off_chrt_org_data_id?: string | null;
24
23
  /** Must be a string starting with `org_` */
25
24
  counterparty_org_id?: string | null;
@@ -14,7 +14,6 @@ import * as Chrt from "../../../../../../index.mjs";
14
14
  * filter_counterparty_off_chrt_org_data_id: "filter_counterparty_off_chrt_org_data_id",
15
15
  * filter_shipper_account_id: "filter_shipper_account_id",
16
16
  * filter_counterparty_driver_id: "filter_counterparty_driver_id",
17
- * filter_counterparty_scope_driver_id: "filter_counterparty_scope_driver_id",
18
17
  * filter_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
19
18
  * filter_created_at_timestamp_lte: "2024-01-15T09:30:00Z",
20
19
  * filter_updated_at_timestamp_gte: "2024-01-15T09:30:00Z",
@@ -44,8 +43,6 @@ export interface ChrtGroundProviderRatesListV1Request {
44
43
  filter_shipper_account_id?: string | null;
45
44
  /** Filter by a driver counterparty. */
46
45
  filter_counterparty_driver_id?: string | null;
47
- /** Filter by a driver included in rate-sheet scope. */
48
- filter_counterparty_scope_driver_id?: string | null;
49
46
  /** Filter by one or more cargo types. */
50
47
  filter_cargo_types?: (Chrt.CargoTypeEnum1 | null) | (Chrt.CargoTypeEnum1 | null)[];
51
48
  /** Filter by one or more vehicle types. */
@@ -236,7 +236,7 @@ export declare class InvoiceLineItems {
236
236
  previewFromRateSheetsV1(request: Chrt.InvoiceLineItemsFromChrtGroundProviderRateSheetsReq, requestOptions?: InvoiceLineItems.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupInvoiceLineItemsFromChrtGroundProviderRateSheetsPreview1[]>;
237
237
  private __previewFromRateSheetsV1;
238
238
  /**
239
- * Lists owner-scoped invoice line items with filtering, sorting, and pagination. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (InvoiceLineItemListRes)
239
+ * Lists owner-scoped invoice line items with attached invoices expanded. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (InvoiceLineItemListRes)
240
240
  *
241
241
  * @param {Chrt.billingNew.InvoiceLineItemsListV1Request} request
242
242
  * @param {InvoiceLineItems.RequestOptions} requestOptions - Request-specific configuration.
@@ -727,7 +727,7 @@ export class InvoiceLineItems {
727
727
  });
728
728
  }
729
729
  /**
730
- * Lists owner-scoped invoice line items with filtering, sorting, and pagination. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (InvoiceLineItemListRes)
730
+ * Lists owner-scoped invoice line items with attached invoices expanded. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (InvoiceLineItemListRes)
731
731
  *
732
732
  * @param {Chrt.billingNew.InvoiceLineItemsListV1Request} request
733
733
  * @param {InvoiceLineItems.RequestOptions} requestOptions - Request-specific configuration.
@@ -44,7 +44,7 @@ export declare class Invoices {
44
44
  approveV1(invoiceId: string, requestOptions?: Invoices.RequestOptions): core.HttpResponsePromise<Chrt.Invoice1>;
45
45
  private __approveV1;
46
46
  /**
47
- * Returns the matching owner-counterparty-type-currency draft invoice, or creates one when absent. | authz: allowed_org_types=[provider], min_org_role=operator | (InvoiceClientCreate1) -> (PydanticObjectId)
47
+ * Returns the matching draft invoice period, or creates one with an optional rolling-month default. | authz: allowed_org_types=[provider], min_org_role=operator | (InvoiceClientCreate1) -> (PydanticObjectId)
48
48
  *
49
49
  * @param {Chrt.billingNew.InvoiceClientCreate1} request
50
50
  * @param {Invoices.RequestOptions} requestOptions - Request-specific configuration.
@@ -147,7 +147,7 @@ export declare class Invoices {
147
147
  removeLineItemsV1(invoiceId: string, request: Chrt.billingNew.InvoiceLineItemsRemoveReq, requestOptions?: Invoices.RequestOptions): core.HttpResponsePromise<Chrt.Invoice1>;
148
148
  private __removeLineItemsV1;
149
149
  /**
150
- * Lists owner-scoped invoices with search, filtering, sorting, and pagination. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (InvoiceListRes)
150
+ * Lists owner-scoped invoices with related orders, counterparties, and accounts expanded. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (InvoiceListRes)
151
151
  *
152
152
  * @param {Chrt.billingNew.InvoicesListV1Request} request
153
153
  * @param {Invoices.RequestOptions} requestOptions - Request-specific configuration.
@@ -187,6 +187,23 @@ export declare class Invoices {
187
187
  */
188
188
  updateV1(invoiceId: string, request?: Chrt.billingNew.InvoiceClientUpdate1, requestOptions?: Invoices.RequestOptions): core.HttpResponsePromise<boolean>;
189
189
  private __updateV1;
190
+ /**
191
+ * Updates the period of a draft invoice without changing its attached line items. | authz: allowed_org_types=[provider], min_org_role=operator | (InvoicePeriodUpdateReq) -> (bool)
192
+ *
193
+ * @param {string} invoiceId
194
+ * @param {Chrt.billingNew.InvoicePeriodUpdateReq} request
195
+ * @param {Invoices.RequestOptions} requestOptions - Request-specific configuration.
196
+ *
197
+ * @throws {@link Chrt.UnprocessableEntityError}
198
+ *
199
+ * @example
200
+ * await client.billingNew.invoices.updatePeriodV1("invoice_id", {
201
+ * period_end_at_timestamp: "2024-01-15T09:30:00Z",
202
+ * period_start_at_timestamp: "2024-01-15T09:30:00Z"
203
+ * })
204
+ */
205
+ updatePeriodV1(invoiceId: string, request: Chrt.billingNew.InvoicePeriodUpdateReq, requestOptions?: Invoices.RequestOptions): core.HttpResponsePromise<boolean>;
206
+ private __updatePeriodV1;
190
207
  /**
191
208
  * Retrieves an invoice owned by the caller's organization. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (Invoice1)
192
209
  *