@chrt-inc/typescript-sdk 1.899.0 → 1.900.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 (1627) hide show
  1. package/README.md +21 -21
  2. package/dist/cjs/Client.d.ts +3 -0
  3. package/dist/cjs/Client.js +29 -24
  4. package/dist/cjs/api/resources/agent/client/Client.d.ts +23 -0
  5. package/dist/cjs/api/resources/agent/client/Client.js +17 -0
  6. package/dist/cjs/api/resources/agent/resources/index.d.ts +2 -0
  7. package/dist/cjs/api/resources/agent/resources/index.js +41 -0
  8. package/dist/cjs/api/resources/agent/resources/orderInformation/client/Client.d.ts +79 -0
  9. package/dist/cjs/api/resources/agent/resources/orderInformation/client/Client.js +260 -0
  10. package/dist/cjs/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.d.ts +11 -0
  11. package/dist/cjs/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.d.ts +12 -0
  12. package/dist/cjs/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.d.ts +13 -0
  13. package/dist/cjs/api/resources/agent/resources/orderInformation/client/requests/index.d.ts +3 -0
  14. package/dist/cjs/api/resources/billing/client/Client.d.ts +0 -27
  15. package/dist/cjs/api/resources/billing/client/Client.js +4 -49
  16. package/dist/cjs/api/resources/billing/resources/index.d.ts +0 -17
  17. package/dist/cjs/api/resources/billing/resources/index.js +1 -18
  18. package/dist/cjs/api/resources/billingNew/client/Client.d.ts +9 -3
  19. package/dist/cjs/api/resources/billingNew/client/Client.js +17 -7
  20. package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/Client.d.ts +168 -0
  21. package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/Client.js +647 -0
  22. package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.d.ts +34 -0
  23. package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.d.ts +20 -0
  24. package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.d.ts +54 -0
  25. package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/requests/index.d.ts +3 -0
  26. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.d.ts +134 -0
  27. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.js +540 -0
  28. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesClientCreate1.d.ts +46 -0
  29. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesClientUpdate1.d.ts +53 -0
  30. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.d.ts +61 -0
  31. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ResolveChrtGroundProviderRatesReq.d.ts +12 -0
  32. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/index.d.ts +4 -0
  33. package/dist/cjs/api/resources/billingNew/resources/index.d.ts +6 -2
  34. package/dist/cjs/api/resources/billingNew/resources/index.js +7 -3
  35. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/Client.d.ts +130 -9
  36. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/Client.js +439 -15
  37. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAmountReq.d.ts +4 -0
  38. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.d.ts +17 -0
  39. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromLineItemsReq.d.ts +1 -0
  40. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/InvoiceLineItemsApproveManyReq.d.ts +12 -0
  41. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/InvoiceLineItemsListV1Request.d.ts +6 -3
  42. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/RecalculateOrderTaxInvoiceLineItemsReq.d.ts +12 -0
  43. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/index.d.ts +3 -1
  44. package/dist/cjs/api/resources/billingNew/resources/invoices/client/Client.d.ts +2 -1
  45. package/dist/cjs/api/resources/billingNew/resources/invoices/client/Client.js +6 -2
  46. package/dist/cjs/api/resources/billingNew/resources/invoices/client/requests/InvoiceClientCreate1.d.ts +1 -0
  47. package/dist/cjs/api/resources/billingNew/resources/invoices/client/requests/InvoicesListV1Request.d.ts +3 -0
  48. package/dist/cjs/api/resources/billingNew/resources/orders/client/Client.d.ts +86 -0
  49. package/dist/cjs/api/resources/billingNew/resources/orders/client/Client.js +318 -0
  50. package/dist/cjs/api/resources/billingNew/resources/orders/client/requests/OrderBillingExpandedListReq.d.ts +70 -0
  51. package/dist/cjs/api/resources/billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.d.ts +14 -0
  52. package/dist/cjs/api/resources/billingNew/resources/orders/client/requests/index.d.ts +2 -0
  53. package/dist/cjs/api/resources/index.d.ts +1 -0
  54. package/dist/cjs/api/resources/index.js +2 -1
  55. package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.d.ts +2 -2
  56. package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.js +2 -2
  57. package/dist/cjs/api/resources/listing/resources/listings/client/Client.d.ts +1 -1
  58. package/dist/cjs/api/resources/listing/resources/listings/client/Client.js +1 -1
  59. package/dist/cjs/api/resources/operations/resources/orderInternalMessages/resources/s3Objects/client/Client.d.ts +2 -2
  60. package/dist/cjs/api/resources/operations/resources/orderInternalMessages/resources/s3Objects/client/Client.js +5 -2
  61. package/dist/cjs/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.d.ts +2 -2
  62. package/dist/cjs/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.js +5 -2
  63. package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.d.ts +2 -0
  64. package/dist/cjs/api/resources/shipping/client/Client.d.ts +3 -12
  65. package/dist/cjs/api/resources/shipping/client/Client.js +18 -33
  66. package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.d.ts +2 -2
  67. package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.js +5 -2
  68. package/dist/cjs/api/resources/shipping/resources/index.d.ts +3 -10
  69. package/dist/cjs/api/resources/shipping/resources/index.js +4 -11
  70. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.js +9 -1
  71. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.ts +1 -0
  72. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.ts +1 -0
  73. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.ts +2 -0
  74. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/Client.d.ts +186 -0
  75. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/Client.js +695 -0
  76. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientCreate1.d.ts +31 -0
  77. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientUpdate1.d.ts +32 -0
  78. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewDateparserResolveReq.d.ts +16 -0
  79. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplatesNewListV1Request.d.ts +45 -0
  80. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/index.d.ts +4 -0
  81. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.d.ts +93 -0
  82. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.js +320 -0
  83. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoClientCreate1.d.ts +25 -0
  84. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoClientUpdate1.d.ts +32 -0
  85. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoReorderReq1.d.ts +10 -0
  86. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/requests/index.d.ts +3 -0
  87. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/index.d.ts +8 -0
  88. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/index.js +47 -0
  89. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/Client.d.ts +112 -0
  90. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/Client.js +388 -0
  91. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactClientCreate1.d.ts +15 -0
  92. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactClientUpdate1.d.ts +12 -0
  93. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactMoveReq1.d.ts +12 -0
  94. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactReorderReq1.d.ts +10 -0
  95. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/index.d.ts +4 -0
  96. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/Client.d.ts +93 -0
  97. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/Client.js +320 -0
  98. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupClientCreate1.d.ts +20 -0
  99. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupClientUpdate1.d.ts +23 -0
  100. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupReorderReq1.d.ts +10 -0
  101. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/index.d.ts +3 -0
  102. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/Client.d.ts +125 -0
  103. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/Client.js +450 -0
  104. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskCargoAssociationsReq1.d.ts +10 -0
  105. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskClientCreate1.d.ts +22 -0
  106. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskClientUpdate1.d.ts +20 -0
  107. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskMoveReq1.d.ts +12 -0
  108. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskReorderReq1.d.ts +10 -0
  109. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/index.d.ts +5 -0
  110. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +37 -36
  111. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +103 -135
  112. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/OrdersUpdateDepartmentReq.d.ts +11 -0
  113. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/OrdersUpdateLabelReq.d.ts +11 -0
  114. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/index.d.ts +2 -1
  115. package/dist/cjs/api/resources/shipping/resources/orders/index.d.ts +1 -1
  116. package/dist/cjs/api/resources/shipping/resources/orders/index.js +1 -1
  117. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/Client.d.ts +101 -0
  118. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/Client.js +331 -0
  119. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/requests/CargoClientUpdate1.d.ts +32 -0
  120. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersAddCargoReq.d.ts +18 -0
  121. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersAssociateCargoWithTaskReq.d.ts +16 -0
  122. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersUnassociateCargoWithTaskReq.d.ts +16 -0
  123. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/requests/index.d.ts +4 -0
  124. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/Client.d.ts +14 -57
  125. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/Client.js +37 -248
  126. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersCreateDraftFromOrderTemplateNewReq.d.ts +14 -0
  127. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersDraftUpdateReq.d.ts +2 -3
  128. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.ts +1 -5
  129. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/index.d.ts +1 -1
  130. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/index.d.ts +0 -1
  131. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/index.js +0 -1
  132. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/Client.d.ts +0 -70
  133. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/Client.js +0 -265
  134. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/index.d.ts +0 -1
  135. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/index.js +0 -15
  136. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/index.d.ts +0 -7
  137. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/index.js +1 -11
  138. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.ts +0 -141
  139. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.js +0 -575
  140. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/index.d.ts +0 -1
  141. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/index.js +0 -15
  142. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +2 -2
  143. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +38 -6
  144. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.ts +2 -0
  145. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +2 -0
  146. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.ts +2 -0
  147. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.ts +2 -0
  148. package/dist/cjs/api/resources/shipping/resources/orders/resources/index.d.ts +10 -1
  149. package/dist/cjs/api/resources/shipping/resources/orders/resources/index.js +11 -2
  150. package/dist/cjs/api/resources/shipping/resources/orders/resources/task/client/Client.d.ts +79 -0
  151. package/dist/cjs/api/resources/shipping/resources/orders/resources/task/client/Client.js +257 -0
  152. package/dist/cjs/api/resources/shipping/resources/orders/resources/task/client/requests/OrdersAddTaskReq.d.ts +20 -0
  153. package/dist/cjs/api/resources/shipping/resources/orders/resources/task/client/requests/TaskClientUpdate1.d.ts +20 -0
  154. package/dist/cjs/api/resources/shipping/resources/orders/resources/task/client/requests/index.d.ts +2 -0
  155. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskArtifact/client/Client.d.ts +66 -0
  156. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskArtifact/client/Client.js +195 -0
  157. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/OrdersAddTaskArtifactReq.d.ts +25 -0
  158. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/OrdersAddTaskArtifactReq.js +13 -0
  159. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/index.d.ts +1 -0
  160. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/Client.d.ts +162 -0
  161. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/Client.js +582 -0
  162. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupExecutorReq.d.ts +13 -0
  163. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupReq.d.ts +17 -0
  164. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupFlightInfoReq.d.ts +22 -0
  165. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupTaskOrderingReq.d.ts +13 -0
  166. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupVehicleTypeReq.d.ts +13 -0
  167. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersUpdateTaskGroupDriverReq.d.ts +13 -0
  168. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/index.d.ts +6 -0
  169. package/dist/cjs/api/resources/shipping/resources/orders/resources/utils/client/Client.d.ts +50 -0
  170. package/dist/cjs/api/resources/shipping/resources/orders/resources/utils/client/Client.js +136 -0
  171. package/dist/cjs/api/resources/shipping/resources/orders/resources/utils/client/requests/BodyPostShippingOrdersUtilsImageToTextV1.d.ts +13 -0
  172. package/dist/cjs/api/resources/shipping/resources/orders/resources/utils/client/requests/index.d.ts +1 -0
  173. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.d.ts +0 -34
  174. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.js +0 -128
  175. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/index.d.ts +0 -1
  176. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/index.js +0 -15
  177. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.ts +3 -3
  178. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.js +2 -2
  179. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +0 -314
  180. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +10 -1329
  181. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/index.d.ts +0 -6
  182. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.d.ts +2 -2
  183. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.js +1 -1
  184. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.d.ts +5 -38
  185. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.js +13 -141
  186. package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/TaskLocationFromReferenceReq.d.ts +11 -0
  187. package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/index.d.ts +1 -1
  188. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/Client.d.ts +0 -3
  189. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/Client.js +0 -5
  190. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.ts +48 -16
  191. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.js +173 -43
  192. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.d.ts +16 -0
  193. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.d.ts +12 -0
  194. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.d.ts +2 -0
  195. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/index.d.ts +0 -2
  196. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/index.js +1 -3
  197. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.d.ts +17 -0
  198. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.js +67 -0
  199. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.d.ts +14 -0
  200. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.d.ts +1 -0
  201. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.d.ts +2 -2
  202. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.js +2 -2
  203. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.d.ts +2 -2
  204. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.js +2 -2
  205. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.d.ts +2 -2
  206. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.js +2 -2
  207. package/dist/cjs/api/types/AdHocInvoiceLineItem1.d.ts +8 -0
  208. package/dist/cjs/api/types/AdHocInvoiceLineItemsReq.d.ts +8 -0
  209. package/dist/cjs/api/types/AiImageDescription.d.ts +1 -1
  210. package/dist/cjs/api/types/ArchivedModel.d.ts +15 -0
  211. package/dist/cjs/api/types/ArchivedModel.js +14 -0
  212. package/dist/cjs/api/types/BillingPeriod1.d.ts +34 -0
  213. package/dist/cjs/api/types/BillingPeriodCycleEnum1.d.ts +11 -0
  214. package/dist/cjs/api/types/BillingPeriodCycleEnum1.js +13 -0
  215. package/dist/cjs/api/types/BillingPeriodExpanded1.d.ts +9 -0
  216. package/dist/cjs/api/types/BillingPeriodListRes.d.ts +8 -0
  217. package/dist/cjs/api/types/BillingPeriodSortByEnum.d.ts +12 -0
  218. package/dist/cjs/api/types/BillingPeriodSortByEnum.js +14 -0
  219. package/dist/cjs/api/types/BillingPeriodStatusEnum1.d.ts +8 -0
  220. package/dist/cjs/api/types/BillingPeriodStatusEnum1.js +10 -0
  221. package/dist/cjs/api/types/BillingPeriodTaskGroupsReq.d.ts +6 -0
  222. package/dist/cjs/api/types/Cargo1.d.ts +2 -0
  223. package/dist/cjs/api/types/CargoClientCreate1.d.ts +1 -0
  224. package/dist/cjs/api/types/CargoTypeEnum1.d.ts +2 -1
  225. package/dist/cjs/api/types/CargoTypeEnum1.js +1 -0
  226. package/dist/cjs/api/types/ChrtGroundProviderRates1.d.ts +11 -3
  227. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.d.ts +9 -0
  228. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.d.ts +11 -0
  229. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsItem1.d.ts +13 -0
  230. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.d.ts +9 -0
  231. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.d.ts +9 -0
  232. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.js +11 -0
  233. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRes.d.ts +10 -0
  234. package/dist/cjs/api/types/FromPayables1.d.ts +9 -0
  235. package/dist/cjs/api/types/Invoice1.d.ts +1 -0
  236. package/dist/cjs/api/types/InvoiceExpandedRes.d.ts +1 -0
  237. package/dist/cjs/api/types/InvoiceLineItem1.d.ts +8 -1
  238. package/dist/cjs/api/types/InvoiceLineItemClientCreate1.d.ts +23 -0
  239. package/dist/cjs/api/types/InvoiceLineItemServerCreate1.d.ts +37 -0
  240. package/dist/cjs/api/types/InvoiceLineItemStatusEnum1.d.ts +9 -0
  241. package/dist/cjs/api/types/InvoiceLineItemStatusEnum1.js +11 -0
  242. package/dist/cjs/api/types/InvoiceLineItemTypeEnum1.d.ts +4 -1
  243. package/dist/cjs/api/types/InvoiceLineItemTypeEnum1.js +3 -0
  244. package/dist/cjs/api/types/InvoiceLineItemsByOrderExpandedRes.d.ts +3 -1
  245. package/dist/cjs/api/types/InvoiceLineItemsFromChrtGroundProviderRateSheetsReq.d.ts +7 -0
  246. package/dist/cjs/api/types/Model.d.ts +12 -0
  247. package/dist/cjs/api/types/Model.js +11 -0
  248. package/dist/cjs/api/types/NotificationEventsForOrgsEnum.d.ts +1 -6
  249. package/dist/cjs/api/types/NotificationEventsForOrgsEnum.js +0 -5
  250. package/dist/cjs/api/types/NotificationEventsForUsersEnum.d.ts +1 -3
  251. package/dist/cjs/api/types/NotificationEventsForUsersEnum.js +0 -2
  252. package/dist/cjs/api/types/OffChrtOrgData1.d.ts +1 -0
  253. package/dist/cjs/api/types/OffChrtOrgDataClientCreate1.d.ts +1 -0
  254. package/dist/cjs/api/types/Order1.d.ts +4 -2
  255. package/dist/cjs/api/types/OrderAwbBillingAccount1.d.ts +8 -0
  256. package/dist/cjs/api/types/OrderAwbBillingListItem1.d.ts +12 -0
  257. package/dist/cjs/api/types/OrderAwbBillingListRes.d.ts +8 -0
  258. package/dist/cjs/api/types/OrderBillingAccount1.d.ts +7 -0
  259. package/dist/cjs/api/types/OrderBillingCurrencyTotals1.d.ts +9 -0
  260. package/dist/cjs/api/types/OrderBillingExecutor1.d.ts +11 -0
  261. package/dist/cjs/api/types/OrderBillingExpandedListItem1.d.ts +20 -0
  262. package/dist/cjs/api/types/OrderBillingExpandedListRes.d.ts +8 -0
  263. package/dist/cjs/api/types/OrderBillingPeriod1.d.ts +11 -0
  264. package/dist/cjs/api/types/OrderBillingShipper1.d.ts +9 -0
  265. package/dist/cjs/api/types/OrderBillingSortByEnum.d.ts +12 -0
  266. package/dist/cjs/api/types/OrderBillingSortByEnum.js +14 -0
  267. package/dist/cjs/api/types/OrderExpandedForCoordinator.d.ts +1 -0
  268. package/dist/cjs/api/types/OrderExpandedForShipper.d.ts +1 -0
  269. package/dist/cjs/api/types/OrderInformationConversationRes.d.ts +7 -0
  270. package/dist/cjs/api/types/OrderLimitedForCoordinator1.d.ts +4 -2
  271. package/dist/cjs/api/types/OrderLimitedForExecutor1.d.ts +1 -0
  272. package/dist/cjs/api/types/OrderLimitedForProvider1.d.ts +2 -0
  273. package/dist/cjs/api/types/OrderLimitedForShipper1.d.ts +4 -2
  274. package/dist/cjs/api/types/OrderTemplate1.d.ts +1 -0
  275. package/dist/cjs/api/types/OrderTemplateNew1.d.ts +33 -0
  276. package/dist/cjs/api/types/OrderTemplateNewCargo1.d.ts +20 -0
  277. package/dist/cjs/api/types/OrderTemplateNewCore1.d.ts +22 -0
  278. package/dist/cjs/api/types/OrderTemplateNewDateTimeWindow1.d.ts +9 -0
  279. package/dist/cjs/api/types/OrderTemplateNewDateparserResolveRes.d.ts +11 -0
  280. package/dist/cjs/api/types/OrderTemplateNewListRes.d.ts +8 -0
  281. package/dist/cjs/api/types/OrderTemplateNewSortByEnum.d.ts +10 -0
  282. package/dist/cjs/api/types/OrderTemplateNewSortByEnum.js +12 -0
  283. package/dist/cjs/api/types/OrderTemplateNewTask1.d.ts +20 -0
  284. package/dist/cjs/api/types/OrderTemplateNewTaskArtifact1.d.ts +10 -0
  285. package/dist/cjs/api/types/OrderTemplateNewTaskGroup1.d.ts +16 -0
  286. package/dist/cjs/api/types/OrdersDraftDeleteManyRes.d.ts +0 -1
  287. package/dist/cjs/api/types/OrdersDraftUpdateRes.d.ts +2 -2
  288. package/dist/cjs/api/types/ProFormaLineItem1.d.ts +9 -7
  289. package/dist/cjs/api/types/ProFormaLineItemProvenanceEnum1.d.ts +9 -0
  290. package/dist/cjs/api/types/ProFormaLineItemProvenanceEnum1.js +11 -0
  291. package/dist/cjs/api/types/ReelablesDataPoint1.d.ts +2 -0
  292. package/dist/cjs/api/types/ResolvedTaskGroupChrtGroundProviderRates1.d.ts +9 -0
  293. package/dist/cjs/api/types/ServiceLineEnum.d.ts +8 -0
  294. package/dist/cjs/api/types/ServiceLineEnum.js +10 -0
  295. package/dist/cjs/api/types/StoredModel.d.ts +5 -0
  296. package/dist/cjs/api/types/Task1.d.ts +1 -0
  297. package/dist/cjs/api/types/TaskClientCreate1.d.ts +1 -0
  298. package/dist/cjs/api/types/TaskGroup1.d.ts +2 -12
  299. package/dist/cjs/api/types/TaskGroupChrtGroundProviderRateSheetIds1.d.ts +7 -0
  300. package/dist/cjs/api/types/TaskGroupInvoiceLineItemsFromChrtGroundProviderRateSheetsPreview1.d.ts +9 -0
  301. package/dist/cjs/api/types/TaxRate1.d.ts +9 -0
  302. package/dist/cjs/api/types/VehicleTypeEnum.d.ts +2 -1
  303. package/dist/cjs/api/types/VehicleTypeEnum.js +1 -0
  304. package/dist/cjs/api/types/index.d.ts +51 -84
  305. package/dist/cjs/api/types/index.js +51 -84
  306. package/dist/cjs/core/index.d.ts +0 -1
  307. package/dist/cjs/core/index.js +0 -1
  308. package/dist/cjs/version.d.ts +1 -1
  309. package/dist/cjs/version.js +1 -1
  310. package/dist/esm/Client.d.mts +3 -0
  311. package/dist/esm/Client.mjs +7 -2
  312. package/dist/esm/api/resources/agent/client/Client.d.mts +23 -0
  313. package/dist/esm/api/resources/agent/client/Client.mjs +13 -0
  314. package/dist/esm/api/resources/agent/resources/index.d.mts +2 -0
  315. package/dist/esm/api/resources/agent/resources/index.mjs +2 -0
  316. package/dist/esm/api/resources/agent/resources/orderInformation/client/Client.d.mts +79 -0
  317. package/dist/esm/api/resources/agent/resources/orderInformation/client/Client.mjs +223 -0
  318. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.d.mts +11 -0
  319. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.d.mts +12 -0
  320. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.d.mts +13 -0
  321. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/index.d.mts +3 -0
  322. package/dist/esm/api/resources/billing/client/Client.d.mts +0 -27
  323. package/dist/esm/api/resources/billing/client/Client.mjs +0 -45
  324. package/dist/esm/api/resources/billing/resources/index.d.mts +0 -17
  325. package/dist/esm/api/resources/billing/resources/index.mjs +0 -17
  326. package/dist/esm/api/resources/billingNew/client/Client.d.mts +9 -3
  327. package/dist/esm/api/resources/billingNew/client/Client.mjs +13 -3
  328. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/Client.d.mts +168 -0
  329. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/Client.mjs +610 -0
  330. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.d.mts +34 -0
  331. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.d.mts +20 -0
  332. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.d.mts +54 -0
  333. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/index.d.mts +3 -0
  334. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.d.mts +134 -0
  335. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.mjs +503 -0
  336. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesClientCreate1.d.mts +46 -0
  337. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesClientUpdate1.d.mts +53 -0
  338. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.d.mts +61 -0
  339. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ResolveChrtGroundProviderRatesReq.d.mts +12 -0
  340. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/index.d.mts +4 -0
  341. package/dist/esm/api/resources/billingNew/resources/index.d.mts +6 -2
  342. package/dist/esm/api/resources/billingNew/resources/index.mjs +6 -2
  343. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.d.mts +130 -9
  344. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.mjs +439 -15
  345. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAmountReq.d.mts +4 -0
  346. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.d.mts +17 -0
  347. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromLineItemsReq.d.mts +1 -0
  348. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/InvoiceLineItemsApproveManyReq.d.mts +12 -0
  349. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/InvoiceLineItemsListV1Request.d.mts +6 -3
  350. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/RecalculateOrderTaxInvoiceLineItemsReq.d.mts +12 -0
  351. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/index.d.mts +3 -1
  352. package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.d.mts +2 -1
  353. package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.mjs +6 -2
  354. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoiceClientCreate1.d.mts +1 -0
  355. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoicesListV1Request.d.mts +3 -0
  356. package/dist/esm/api/resources/billingNew/resources/orders/client/Client.d.mts +86 -0
  357. package/dist/esm/api/resources/billingNew/resources/orders/client/Client.mjs +281 -0
  358. package/dist/esm/api/resources/billingNew/resources/orders/client/requests/OrderBillingExpandedListReq.d.mts +70 -0
  359. package/dist/esm/api/resources/billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.d.mts +14 -0
  360. package/dist/esm/api/resources/billingNew/resources/orders/client/requests/index.d.mts +2 -0
  361. package/dist/esm/api/resources/index.d.mts +1 -0
  362. package/dist/esm/api/resources/index.mjs +1 -0
  363. package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.d.mts +2 -2
  364. package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.mjs +2 -2
  365. package/dist/esm/api/resources/listing/resources/listings/client/Client.d.mts +1 -1
  366. package/dist/esm/api/resources/listing/resources/listings/client/Client.mjs +1 -1
  367. package/dist/esm/api/resources/operations/resources/orderInternalMessages/resources/s3Objects/client/Client.d.mts +2 -2
  368. package/dist/esm/api/resources/operations/resources/orderInternalMessages/resources/s3Objects/client/Client.mjs +5 -2
  369. package/dist/esm/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.d.mts +2 -2
  370. package/dist/esm/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.mjs +5 -2
  371. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.d.mts +2 -0
  372. package/dist/esm/api/resources/shipping/client/Client.d.mts +3 -12
  373. package/dist/esm/api/resources/shipping/client/Client.mjs +5 -20
  374. package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.d.mts +2 -2
  375. package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.mjs +5 -2
  376. package/dist/esm/api/resources/shipping/resources/index.d.mts +3 -10
  377. package/dist/esm/api/resources/shipping/resources/index.mjs +3 -10
  378. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.mjs +9 -1
  379. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.mts +1 -0
  380. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.mts +1 -0
  381. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.mts +2 -0
  382. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/Client.d.mts +186 -0
  383. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/Client.mjs +658 -0
  384. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientCreate1.d.mts +31 -0
  385. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientUpdate1.d.mts +32 -0
  386. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewDateparserResolveReq.d.mts +16 -0
  387. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplatesNewListV1Request.d.mts +45 -0
  388. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/index.d.mts +4 -0
  389. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.d.mts +93 -0
  390. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.mjs +283 -0
  391. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoClientCreate1.d.mts +25 -0
  392. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoClientUpdate1.d.mts +32 -0
  393. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoReorderReq1.d.mts +10 -0
  394. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/requests/index.d.mts +3 -0
  395. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/index.d.mts +8 -0
  396. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/index.mjs +8 -0
  397. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/Client.d.mts +112 -0
  398. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/Client.mjs +351 -0
  399. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactClientCreate1.d.mts +15 -0
  400. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactClientUpdate1.d.mts +12 -0
  401. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactMoveReq1.d.mts +12 -0
  402. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactReorderReq1.d.mts +10 -0
  403. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/index.d.mts +4 -0
  404. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/Client.d.mts +93 -0
  405. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/Client.mjs +283 -0
  406. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupClientCreate1.d.mts +20 -0
  407. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupClientUpdate1.d.mts +23 -0
  408. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupReorderReq1.d.mts +10 -0
  409. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/index.d.mts +3 -0
  410. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/Client.d.mts +125 -0
  411. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/Client.mjs +413 -0
  412. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskCargoAssociationsReq1.d.mts +10 -0
  413. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskClientCreate1.d.mts +22 -0
  414. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskClientUpdate1.d.mts +20 -0
  415. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskMoveReq1.d.mts +12 -0
  416. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskReorderReq1.d.mts +10 -0
  417. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/index.d.mts +5 -0
  418. package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +37 -36
  419. package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +99 -131
  420. package/dist/esm/api/resources/shipping/resources/orders/client/requests/OrdersUpdateDepartmentReq.d.mts +11 -0
  421. package/dist/esm/api/resources/shipping/resources/orders/client/requests/OrdersUpdateLabelReq.d.mts +11 -0
  422. package/dist/esm/api/resources/shipping/resources/orders/client/requests/index.d.mts +2 -1
  423. package/dist/esm/api/resources/shipping/resources/orders/index.d.mts +1 -1
  424. package/dist/esm/api/resources/shipping/resources/orders/index.mjs +1 -1
  425. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/Client.d.mts +101 -0
  426. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/Client.mjs +294 -0
  427. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/requests/CargoClientUpdate1.d.mts +32 -0
  428. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersAddCargoReq.d.mts +18 -0
  429. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersAssociateCargoWithTaskReq.d.mts +16 -0
  430. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersUnassociateCargoWithTaskReq.d.mts +16 -0
  431. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/requests/index.d.mts +4 -0
  432. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/Client.d.mts +14 -57
  433. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/Client.mjs +35 -246
  434. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersCreateDraftFromOrderTemplateNewReq.d.mts +14 -0
  435. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersDraftUpdateReq.d.mts +2 -3
  436. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.mts +1 -5
  437. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/index.d.mts +1 -1
  438. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/index.d.mts +0 -1
  439. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/index.mjs +0 -1
  440. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/Client.d.mts +0 -70
  441. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/Client.mjs +0 -265
  442. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/index.d.mts +0 -1
  443. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/index.mjs +1 -1
  444. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/index.d.mts +0 -7
  445. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/index.mjs +0 -7
  446. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.mts +0 -141
  447. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.mjs +0 -575
  448. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/index.d.mts +0 -1
  449. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/index.mjs +1 -1
  450. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +2 -2
  451. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +38 -6
  452. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.mts +2 -0
  453. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +2 -0
  454. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.mts +2 -0
  455. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.mts +2 -0
  456. package/dist/esm/api/resources/shipping/resources/orders/resources/index.d.mts +10 -1
  457. package/dist/esm/api/resources/shipping/resources/orders/resources/index.mjs +10 -1
  458. package/dist/esm/api/resources/shipping/resources/orders/resources/task/client/Client.d.mts +79 -0
  459. package/dist/esm/api/resources/shipping/resources/orders/resources/task/client/Client.mjs +220 -0
  460. package/dist/esm/api/resources/shipping/resources/orders/resources/task/client/requests/OrdersAddTaskReq.d.mts +20 -0
  461. package/dist/esm/api/resources/shipping/resources/orders/resources/task/client/requests/TaskClientUpdate1.d.mts +20 -0
  462. package/dist/esm/api/resources/shipping/resources/orders/resources/task/client/requests/index.d.mts +2 -0
  463. package/dist/esm/api/resources/shipping/resources/orders/resources/taskArtifact/client/Client.d.mts +66 -0
  464. package/dist/esm/api/resources/shipping/resources/orders/resources/taskArtifact/client/Client.mjs +158 -0
  465. package/dist/esm/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/OrdersAddTaskArtifactReq.d.mts +25 -0
  466. package/dist/esm/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/OrdersAddTaskArtifactReq.mjs +10 -0
  467. package/dist/esm/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/index.d.mts +1 -0
  468. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/Client.d.mts +162 -0
  469. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/Client.mjs +545 -0
  470. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupExecutorReq.d.mts +13 -0
  471. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupReq.d.mts +17 -0
  472. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupFlightInfoReq.d.mts +22 -0
  473. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupTaskOrderingReq.d.mts +13 -0
  474. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupVehicleTypeReq.d.mts +13 -0
  475. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersUpdateTaskGroupDriverReq.d.mts +13 -0
  476. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/index.d.mts +6 -0
  477. package/dist/esm/api/resources/shipping/resources/orders/resources/utils/client/Client.d.mts +50 -0
  478. package/dist/esm/api/resources/shipping/resources/orders/resources/utils/client/Client.mjs +99 -0
  479. package/dist/esm/api/resources/shipping/resources/orders/resources/utils/client/requests/BodyPostShippingOrdersUtilsImageToTextV1.d.mts +13 -0
  480. package/dist/esm/api/resources/shipping/resources/orders/resources/utils/client/requests/index.d.mts +1 -0
  481. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.d.mts +0 -34
  482. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.mjs +0 -128
  483. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/index.d.mts +0 -1
  484. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/index.mjs +1 -1
  485. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.mts +3 -3
  486. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.mjs +2 -2
  487. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +0 -314
  488. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +10 -1329
  489. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/index.d.mts +0 -6
  490. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.d.mts +2 -2
  491. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.mjs +1 -1
  492. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.d.mts +5 -38
  493. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.mjs +13 -141
  494. package/dist/esm/api/resources/shipping/resources/tasks/client/requests/TaskLocationFromReferenceReq.d.mts +11 -0
  495. package/dist/esm/api/resources/shipping/resources/tasks/client/requests/index.d.mts +1 -1
  496. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/client/Client.d.mts +0 -3
  497. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/client/Client.mjs +0 -5
  498. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.mts +48 -16
  499. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.mjs +173 -43
  500. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.d.mts +16 -0
  501. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.d.mts +12 -0
  502. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.d.mts +2 -0
  503. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/index.d.mts +0 -2
  504. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/index.mjs +0 -2
  505. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.d.mts +17 -0
  506. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.mjs +67 -0
  507. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.d.mts +14 -0
  508. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.d.mts +1 -0
  509. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.d.mts +2 -2
  510. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.mjs +2 -2
  511. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.d.mts +2 -2
  512. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.mjs +2 -2
  513. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.d.mts +2 -2
  514. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.mjs +2 -2
  515. package/dist/esm/api/types/AdHocInvoiceLineItem1.d.mts +8 -0
  516. package/dist/esm/api/types/AdHocInvoiceLineItemsReq.d.mts +8 -0
  517. package/dist/esm/api/types/AiImageDescription.d.mts +1 -1
  518. package/dist/esm/api/types/ArchivedModel.d.mts +15 -0
  519. package/dist/esm/api/types/ArchivedModel.mjs +11 -0
  520. package/dist/esm/api/types/BillingPeriod1.d.mts +34 -0
  521. package/dist/esm/api/types/BillingPeriodCycleEnum1.d.mts +11 -0
  522. package/dist/esm/api/types/BillingPeriodCycleEnum1.mjs +10 -0
  523. package/dist/esm/api/types/BillingPeriodExpanded1.d.mts +9 -0
  524. package/dist/esm/api/types/BillingPeriodListRes.d.mts +8 -0
  525. package/dist/esm/api/types/BillingPeriodSortByEnum.d.mts +12 -0
  526. package/dist/esm/api/types/BillingPeriodSortByEnum.mjs +11 -0
  527. package/dist/esm/api/types/BillingPeriodStatusEnum1.d.mts +8 -0
  528. package/dist/esm/api/types/BillingPeriodStatusEnum1.mjs +7 -0
  529. package/dist/esm/api/types/BillingPeriodTaskGroupsReq.d.mts +6 -0
  530. package/dist/esm/api/types/Cargo1.d.mts +2 -0
  531. package/dist/esm/api/types/CargoClientCreate1.d.mts +1 -0
  532. package/dist/esm/api/types/CargoTypeEnum1.d.mts +2 -1
  533. package/dist/esm/api/types/CargoTypeEnum1.mjs +1 -0
  534. package/dist/esm/api/types/ChrtGroundProviderRates1.d.mts +11 -3
  535. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.d.mts +9 -0
  536. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.d.mts +11 -0
  537. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsItem1.d.mts +13 -0
  538. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.d.mts +9 -0
  539. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.d.mts +9 -0
  540. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.mjs +8 -0
  541. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRes.d.mts +10 -0
  542. package/dist/esm/api/types/FromPayables1.d.mts +9 -0
  543. package/dist/esm/api/types/Invoice1.d.mts +1 -0
  544. package/dist/esm/api/types/InvoiceExpandedRes.d.mts +1 -0
  545. package/dist/esm/api/types/InvoiceLineItem1.d.mts +8 -1
  546. package/dist/esm/api/types/InvoiceLineItemClientCreate1.d.mts +23 -0
  547. package/dist/esm/api/types/InvoiceLineItemServerCreate1.d.mts +37 -0
  548. package/dist/esm/api/types/InvoiceLineItemStatusEnum1.d.mts +9 -0
  549. package/dist/esm/api/types/InvoiceLineItemStatusEnum1.mjs +8 -0
  550. package/dist/esm/api/types/InvoiceLineItemTypeEnum1.d.mts +4 -1
  551. package/dist/esm/api/types/InvoiceLineItemTypeEnum1.mjs +3 -0
  552. package/dist/esm/api/types/InvoiceLineItemsByOrderExpandedRes.d.mts +3 -1
  553. package/dist/esm/api/types/InvoiceLineItemsFromChrtGroundProviderRateSheetsReq.d.mts +7 -0
  554. package/dist/esm/api/types/Model.d.mts +12 -0
  555. package/dist/esm/api/types/Model.mjs +8 -0
  556. package/dist/esm/api/types/NotificationEventsForOrgsEnum.d.mts +1 -6
  557. package/dist/esm/api/types/NotificationEventsForOrgsEnum.mjs +0 -5
  558. package/dist/esm/api/types/NotificationEventsForUsersEnum.d.mts +1 -3
  559. package/dist/esm/api/types/NotificationEventsForUsersEnum.mjs +0 -2
  560. package/dist/esm/api/types/OffChrtOrgData1.d.mts +1 -0
  561. package/dist/esm/api/types/OffChrtOrgDataClientCreate1.d.mts +1 -0
  562. package/dist/esm/api/types/Order1.d.mts +4 -2
  563. package/dist/esm/api/types/OrderAwbBillingAccount1.d.mts +8 -0
  564. package/dist/esm/api/types/OrderAwbBillingListItem1.d.mts +12 -0
  565. package/dist/esm/api/types/OrderAwbBillingListRes.d.mts +8 -0
  566. package/dist/esm/api/types/OrderBillingAccount1.d.mts +7 -0
  567. package/dist/esm/api/types/OrderBillingCurrencyTotals1.d.mts +9 -0
  568. package/dist/esm/api/types/OrderBillingExecutor1.d.mts +11 -0
  569. package/dist/esm/api/types/OrderBillingExpandedListItem1.d.mts +20 -0
  570. package/dist/esm/api/types/OrderBillingExpandedListRes.d.mts +8 -0
  571. package/dist/esm/api/types/OrderBillingPeriod1.d.mts +11 -0
  572. package/dist/esm/api/types/OrderBillingShipper1.d.mts +9 -0
  573. package/dist/esm/api/types/OrderBillingSortByEnum.d.mts +12 -0
  574. package/dist/esm/api/types/OrderBillingSortByEnum.mjs +11 -0
  575. package/dist/esm/api/types/OrderExpandedForCoordinator.d.mts +1 -0
  576. package/dist/esm/api/types/OrderExpandedForShipper.d.mts +1 -0
  577. package/dist/esm/api/types/OrderInformationConversationRes.d.mts +7 -0
  578. package/dist/esm/api/types/OrderLimitedForCoordinator1.d.mts +4 -2
  579. package/dist/esm/api/types/OrderLimitedForExecutor1.d.mts +1 -0
  580. package/dist/esm/api/types/OrderLimitedForProvider1.d.mts +2 -0
  581. package/dist/esm/api/types/OrderLimitedForShipper1.d.mts +4 -2
  582. package/dist/esm/api/types/OrderTemplate1.d.mts +1 -0
  583. package/dist/esm/api/types/OrderTemplateNew1.d.mts +33 -0
  584. package/dist/esm/api/types/OrderTemplateNewCargo1.d.mts +20 -0
  585. package/dist/esm/api/types/OrderTemplateNewCore1.d.mts +22 -0
  586. package/dist/esm/api/types/OrderTemplateNewDateTimeWindow1.d.mts +9 -0
  587. package/dist/esm/api/types/OrderTemplateNewDateparserResolveRes.d.mts +11 -0
  588. package/dist/esm/api/types/OrderTemplateNewListRes.d.mts +8 -0
  589. package/dist/esm/api/types/OrderTemplateNewSortByEnum.d.mts +10 -0
  590. package/dist/esm/api/types/OrderTemplateNewSortByEnum.mjs +9 -0
  591. package/dist/esm/api/types/OrderTemplateNewTask1.d.mts +20 -0
  592. package/dist/esm/api/types/OrderTemplateNewTaskArtifact1.d.mts +10 -0
  593. package/dist/esm/api/types/OrderTemplateNewTaskGroup1.d.mts +16 -0
  594. package/dist/esm/api/types/OrdersDraftDeleteManyRes.d.mts +0 -1
  595. package/dist/esm/api/types/OrdersDraftUpdateRes.d.mts +2 -2
  596. package/dist/esm/api/types/ProFormaLineItem1.d.mts +9 -7
  597. package/dist/esm/api/types/ProFormaLineItemProvenanceEnum1.d.mts +9 -0
  598. package/dist/esm/api/types/ProFormaLineItemProvenanceEnum1.mjs +8 -0
  599. package/dist/esm/api/types/ReelablesDataPoint1.d.mts +2 -0
  600. package/dist/esm/api/types/ResolvedTaskGroupChrtGroundProviderRates1.d.mts +9 -0
  601. package/dist/esm/api/types/ServiceLineEnum.d.mts +8 -0
  602. package/dist/esm/api/types/ServiceLineEnum.mjs +7 -0
  603. package/dist/esm/api/types/StoredModel.d.mts +5 -0
  604. package/dist/esm/api/types/Task1.d.mts +1 -0
  605. package/dist/esm/api/types/TaskClientCreate1.d.mts +1 -0
  606. package/dist/esm/api/types/TaskGroup1.d.mts +2 -12
  607. package/dist/esm/api/types/TaskGroupChrtGroundProviderRateSheetIds1.d.mts +7 -0
  608. package/dist/esm/api/types/TaskGroupInvoiceLineItemsFromChrtGroundProviderRateSheetsPreview1.d.mts +9 -0
  609. package/dist/esm/api/types/TaxRate1.d.mts +9 -0
  610. package/dist/esm/api/types/VehicleTypeEnum.d.mts +2 -1
  611. package/dist/esm/api/types/VehicleTypeEnum.mjs +1 -0
  612. package/dist/esm/api/types/index.d.mts +51 -84
  613. package/dist/esm/api/types/index.mjs +51 -84
  614. package/dist/esm/core/index.d.mts +0 -1
  615. package/dist/esm/core/index.mjs +0 -1
  616. package/dist/esm/version.d.mts +1 -1
  617. package/dist/esm/version.mjs +1 -1
  618. package/package.json +1 -1
  619. package/reference.md +3523 -9525
  620. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.ts +0 -115
  621. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.js +0 -425
  622. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.d.ts +0 -14
  623. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.d.ts +0 -41
  624. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.d.ts +0 -17
  625. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/index.d.ts +0 -3
  626. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.d.ts +0 -110
  627. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.js +0 -411
  628. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.ts +0 -23
  629. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.d.ts +0 -13
  630. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.d.ts +0 -32
  631. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/index.d.ts +0 -3
  632. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.d.ts +0 -132
  633. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.js +0 -505
  634. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.d.ts +0 -19
  635. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.d.ts +0 -21
  636. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.d.ts +0 -16
  637. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.d.ts +0 -3
  638. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.d.ts +0 -132
  639. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.js +0 -508
  640. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.d.ts +0 -35
  641. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.d.ts +0 -46
  642. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.d.ts +0 -16
  643. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.d.ts +0 -3
  644. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.d.ts +0 -307
  645. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.js +0 -1203
  646. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.ts +0 -23
  647. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.d.ts +0 -53
  648. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.ts +0 -23
  649. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.ts +0 -24
  650. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/index.d.ts +0 -4
  651. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/index.d.ts +0 -4
  652. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/index.js +0 -43
  653. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.d.ts +0 -50
  654. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.js +0 -133
  655. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.d.ts +0 -12
  656. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/index.d.ts +0 -1
  657. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.d.ts +0 -83
  658. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.js +0 -308
  659. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.d.ts +0 -13
  660. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.d.ts +0 -1
  661. package/dist/cjs/api/resources/billing/resources/lineItems/client/Client.d.ts +0 -23
  662. package/dist/cjs/api/resources/billing/resources/lineItems/client/Client.js +0 -17
  663. package/dist/cjs/api/resources/billing/resources/lineItems/resources/index.d.ts +0 -2
  664. package/dist/cjs/api/resources/billing/resources/lineItems/resources/index.js +0 -41
  665. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.ts +0 -83
  666. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.js +0 -308
  667. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.d.ts +0 -13
  668. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.d.ts +0 -1
  669. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/Client.d.ts +0 -132
  670. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/Client.js +0 -505
  671. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.d.ts +0 -16
  672. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.d.ts +0 -15
  673. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.d.ts +0 -16
  674. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.d.ts +0 -3
  675. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/Client.d.ts +0 -155
  676. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/Client.js +0 -582
  677. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.ts +0 -20
  678. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.d.ts +0 -18
  679. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.d.ts +0 -14
  680. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/index.d.ts +0 -3
  681. package/dist/cjs/api/resources/billing/resources/statements/client/Client.d.ts +0 -321
  682. package/dist/cjs/api/resources/billing/resources/statements/client/Client.js +0 -1334
  683. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.ts +0 -21
  684. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementExpandedRetrieveReq.d.ts +0 -12
  685. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.d.ts +0 -13
  686. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.ts +0 -71
  687. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.ts +0 -71
  688. package/dist/cjs/api/resources/billing/resources/statements/client/requests/index.d.ts +0 -5
  689. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/ApplyChrtGroundProviderRatesReq.d.ts +0 -22
  690. package/dist/cjs/api/resources/billingNew/resources/rates/client/Client.d.ts +0 -145
  691. package/dist/cjs/api/resources/billingNew/resources/rates/client/Client.js +0 -578
  692. package/dist/cjs/api/resources/billingNew/resources/rates/client/requests/ChrtGroundProviderRatesAddCounterpartiesReq.d.ts +0 -13
  693. package/dist/cjs/api/resources/billingNew/resources/rates/client/requests/ChrtGroundProviderRatesClientCreate1.d.ts +0 -37
  694. package/dist/cjs/api/resources/billingNew/resources/rates/client/requests/ChrtGroundProviderRatesClientUpdate1.d.ts +0 -43
  695. package/dist/cjs/api/resources/billingNew/resources/rates/client/requests/ChrtGroundProviderRatesRemoveCounterpartiesReq.d.ts +0 -13
  696. package/dist/cjs/api/resources/billingNew/resources/rates/client/requests/RatesListV1Request.d.ts +0 -54
  697. package/dist/cjs/api/resources/billingNew/resources/rates/client/requests/index.d.ts +0 -5
  698. package/dist/cjs/api/resources/shipping/resources/cargos/client/Client.d.ts +0 -101
  699. package/dist/cjs/api/resources/shipping/resources/cargos/client/Client.js +0 -331
  700. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/CargoAddToOrderReq.d.ts +0 -18
  701. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/CargoAssociateWithTaskReq.d.ts +0 -16
  702. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/CargoUnassociateWithTaskReq.d.ts +0 -16
  703. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/index.d.ts +0 -3
  704. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/Client.d.ts +0 -142
  705. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/Client.js +0 -530
  706. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.d.ts +0 -16
  707. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.d.ts +0 -12
  708. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.d.ts +0 -13
  709. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.d.ts +0 -30
  710. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/index.d.ts +0 -4
  711. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.d.ts +0 -177
  712. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.js +0 -710
  713. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/index.d.ts +0 -2
  714. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/index.js +0 -17
  715. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.d.ts +0 -38
  716. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/requests/index.d.ts +0 -1
  717. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/requests/index.js +0 -2
  718. package/dist/cjs/api/resources/shipping/resources/orderSchedules/index.d.ts +0 -2
  719. package/dist/cjs/api/resources/shipping/resources/orderSchedules/index.js +0 -18
  720. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.d.ts +0 -64
  721. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.js +0 -196
  722. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/index.d.ts +0 -2
  723. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/index.js +0 -17
  724. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.d.ts +0 -19
  725. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.d.ts +0 -16
  726. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/index.d.ts +0 -2
  727. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/index.js +0 -2
  728. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/index.d.ts +0 -1
  729. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/index.js +0 -17
  730. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/index.d.ts +0 -2
  731. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/index.js +0 -41
  732. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/OrdersUpdateDepartmentAndLabelReq.d.ts +0 -13
  733. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/BodyPostShippingOrdersDraftsImageToTextV1.d.ts +0 -13
  734. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAddCargoReq.d.ts +0 -18
  735. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.d.ts +0 -16
  736. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.d.ts +0 -16
  737. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUpdateCargoReq.d.ts +0 -15
  738. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/index.d.ts +0 -4
  739. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/index.js +0 -2
  740. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/Client.d.ts +0 -62
  741. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/Client.js +0 -197
  742. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/index.d.ts +0 -1
  743. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/index.js +0 -2
  744. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/index.d.ts +0 -1
  745. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/index.js +0 -17
  746. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/Client.d.ts +0 -81
  747. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/Client.js +0 -259
  748. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/index.d.ts +0 -2
  749. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/index.js +0 -17
  750. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftAddTaskReqV1.d.ts +0 -18
  751. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftUpdateTaskReq.d.ts +0 -15
  752. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/index.d.ts +0 -2
  753. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/index.js +0 -2
  754. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/index.d.ts +0 -1
  755. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/index.js +0 -17
  756. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/Client.d.ts +0 -63
  757. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/Client.js +0 -192
  758. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/index.d.ts +0 -2
  759. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/index.js +0 -17
  760. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.d.ts +0 -16
  761. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/index.d.ts +0 -1
  762. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/index.js +0 -2
  763. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/index.d.ts +0 -1
  764. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/index.js +0 -17
  765. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.d.ts +0 -13
  766. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.ts +0 -17
  767. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftUpdateDriverReq.d.ts +0 -13
  768. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.d.ts +0 -13
  769. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetTaskOrderingDraftReq.d.ts +0 -13
  770. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetVehicleTypeReq.d.ts +0 -12
  771. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/index.d.ts +0 -6
  772. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/index.js +0 -2
  773. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/types/OrderBuilderStreamEvent.d.ts +0 -26
  774. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/types/OrderBuilderStreamEvent.js +0 -14
  775. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/types/index.d.ts +0 -1
  776. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/types/index.js +0 -17
  777. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.d.ts +0 -73
  778. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.js +0 -252
  779. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/index.d.ts +0 -2
  780. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/index.js +0 -17
  781. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.d.ts +0 -32
  782. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.d.ts +0 -23
  783. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.d.ts +0 -2
  784. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.js +0 -2
  785. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/index.d.ts +0 -1
  786. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/index.js +0 -17
  787. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.d.ts +0 -19
  788. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/requests/index.d.ts +0 -1
  789. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/requests/index.js +0 -2
  790. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.d.ts +0 -13
  791. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/SetTaskOrderingReq.d.ts +0 -13
  792. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.ts +0 -13
  793. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.ts +0 -13
  794. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.ts +0 -13
  795. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/UpdateDriverReq.d.ts +0 -13
  796. package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.d.ts +0 -21
  797. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.d.ts +0 -62
  798. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.js +0 -197
  799. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.d.ts +0 -2
  800. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.js +0 -17
  801. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.d.ts +0 -21
  802. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.d.ts +0 -1
  803. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.js +0 -2
  804. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.d.ts +0 -1
  805. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.js +0 -17
  806. package/dist/cjs/api/types/ApplyChrtGroundProviderRatesRes.d.ts +0 -7
  807. package/dist/cjs/api/types/AttachBillingLedgerPeriodReq.d.ts +0 -6
  808. package/dist/cjs/api/types/AttachLigToVectorClientReq.d.ts +0 -6
  809. package/dist/cjs/api/types/BillingCycleEnum.d.ts +0 -11
  810. package/dist/cjs/api/types/BillingCycleEnum.js +0 -13
  811. package/dist/cjs/api/types/BillingLedger1.d.ts +0 -27
  812. package/dist/cjs/api/types/BillingLedgerListRes.d.ts +0 -8
  813. package/dist/cjs/api/types/BillingLedgerPeriod1.d.ts +0 -35
  814. package/dist/cjs/api/types/BillingLedgerPeriodListRes.d.ts +0 -8
  815. package/dist/cjs/api/types/BillingLedgerPeriodSortByEnum.d.ts +0 -9
  816. package/dist/cjs/api/types/BillingLedgerPeriodSortByEnum.js +0 -11
  817. package/dist/cjs/api/types/BillingLedgerPeriodStatusEnum.d.ts +0 -8
  818. package/dist/cjs/api/types/BillingLedgerPeriodStatusEnum.js +0 -10
  819. package/dist/cjs/api/types/BillingLedgerSortByEnum.d.ts +0 -4
  820. package/dist/cjs/api/types/BillingLedgerStatusEnum.d.ts +0 -8
  821. package/dist/cjs/api/types/BillingLedgerStatusEnum.js +0 -10
  822. package/dist/cjs/api/types/BillingLineItemGroupMessageWebhookPayload.d.ts +0 -13
  823. package/dist/cjs/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.ts +0 -10
  824. package/dist/cjs/api/types/BillingLineItemS3ObjectAddedWebhookPayload.d.ts +0 -14
  825. package/dist/cjs/api/types/BillingReviewStatusEnum.d.ts +0 -15
  826. package/dist/cjs/api/types/BillingReviewStatusEnum.js +0 -12
  827. package/dist/cjs/api/types/BillingStatementOpenedWebhookPayload.d.ts +0 -10
  828. package/dist/cjs/api/types/BillingStatementPaidWebhookPayload.d.ts +0 -10
  829. package/dist/cjs/api/types/CargoClientUpdate1.d.ts +0 -26
  830. package/dist/cjs/api/types/CargoOnFlightRateSheet1.d.ts +0 -16
  831. package/dist/cjs/api/types/CargoOnFlightRateSheetListRes.d.ts +0 -8
  832. package/dist/cjs/api/types/ChrtGroundProviderRateSheet1.d.ts +0 -32
  833. package/dist/cjs/api/types/ChrtGroundProviderRateSheetListRes.d.ts +0 -8
  834. package/dist/cjs/api/types/CreateLigFromRateSheetForVectorClientReq.d.ts +0 -7
  835. package/dist/cjs/api/types/LineItem1.d.ts +0 -32
  836. package/dist/cjs/api/types/LineItemClientCreate1.d.ts +0 -14
  837. package/dist/cjs/api/types/LineItemEnum1.d.ts +0 -39
  838. package/dist/cjs/api/types/LineItemEnum1.js +0 -35
  839. package/dist/cjs/api/types/LineItemGroup1.d.ts +0 -59
  840. package/dist/cjs/api/types/LineItemGroup1.js +0 -5
  841. package/dist/cjs/api/types/LineItemGroupLineItemsRes.d.ts +0 -11
  842. package/dist/cjs/api/types/LineItemGroupLineItemsRes.js +0 -5
  843. package/dist/cjs/api/types/LineItemGroupListRes.d.ts +0 -8
  844. package/dist/cjs/api/types/LineItemGroupListRes.js +0 -5
  845. package/dist/cjs/api/types/LineItemGroupMessage1.d.ts +0 -12
  846. package/dist/cjs/api/types/LineItemGroupMessage1.js +0 -5
  847. package/dist/cjs/api/types/LineItemGroupS3ObjectMetadata1.d.ts +0 -19
  848. package/dist/cjs/api/types/LineItemGroupS3ObjectMetadata1.js +0 -5
  849. package/dist/cjs/api/types/LineItemGroupStatusEnum1.d.ts +0 -30
  850. package/dist/cjs/api/types/LineItemGroupStatusEnum1.js +0 -13
  851. package/dist/cjs/api/types/LineItemProvenanceEnum.d.ts +0 -9
  852. package/dist/cjs/api/types/LineItemProvenanceEnum.js +0 -11
  853. package/dist/cjs/api/types/LineItemS3ObjectMetadata1.d.ts +0 -19
  854. package/dist/cjs/api/types/LineItemS3ObjectMetadata1.js +0 -5
  855. package/dist/cjs/api/types/LineItemStatusEnum.d.ts +0 -9
  856. package/dist/cjs/api/types/LineItemStatusEnum.js +0 -11
  857. package/dist/cjs/api/types/LlmModelEnum.d.ts +0 -12
  858. package/dist/cjs/api/types/LlmModelEnum.js +0 -14
  859. package/dist/cjs/api/types/OnboardCourierRateSheet1.d.ts +0 -13
  860. package/dist/cjs/api/types/OnboardCourierRateSheet1.js +0 -5
  861. package/dist/cjs/api/types/OnboardCourierRateSheetListRes.d.ts +0 -8
  862. package/dist/cjs/api/types/OnboardCourierRateSheetListRes.js +0 -5
  863. package/dist/cjs/api/types/OrderBuilderReq.d.ts +0 -11
  864. package/dist/cjs/api/types/OrderBuilderReq.js +0 -5
  865. package/dist/cjs/api/types/OrderBuilderRes.d.ts +0 -11
  866. package/dist/cjs/api/types/OrderBuilderRes.js +0 -5
  867. package/dist/cjs/api/types/OrderDraftExpandedForCoordinator.d.ts +0 -15
  868. package/dist/cjs/api/types/OrderDraftExpandedForCoordinator.js +0 -5
  869. package/dist/cjs/api/types/OrderDraftExpandedForShipper.d.ts +0 -15
  870. package/dist/cjs/api/types/OrderDraftExpandedForShipper.js +0 -5
  871. package/dist/cjs/api/types/OrderGroup1.d.ts +0 -21
  872. package/dist/cjs/api/types/OrderGroup1.js +0 -5
  873. package/dist/cjs/api/types/OrderGroupExpandedListRes.d.ts +0 -8
  874. package/dist/cjs/api/types/OrderGroupExpandedListRes.js +0 -5
  875. package/dist/cjs/api/types/OrderGroupExpandedRow.d.ts +0 -9
  876. package/dist/cjs/api/types/OrderGroupExpandedRow.js +0 -5
  877. package/dist/cjs/api/types/OrderGroupExpandedSortByEnum.d.ts +0 -10
  878. package/dist/cjs/api/types/OrderGroupExpandedSortByEnum.js +0 -12
  879. package/dist/cjs/api/types/OrderGroupListRes.d.ts +0 -8
  880. package/dist/cjs/api/types/OrderGroupListRes.js +0 -5
  881. package/dist/cjs/api/types/OrderGroupSortByEnum.d.ts +0 -9
  882. package/dist/cjs/api/types/OrderGroupSortByEnum.js +0 -11
  883. package/dist/cjs/api/types/OrderSchedule1.d.ts +0 -24
  884. package/dist/cjs/api/types/OrderSchedule1.js +0 -5
  885. package/dist/cjs/api/types/OrderScheduleAboutRes.d.ts +0 -9
  886. package/dist/cjs/api/types/OrderScheduleAboutRes.js +0 -5
  887. package/dist/cjs/api/types/OrderScheduleBuildSeedRes.d.ts +0 -10
  888. package/dist/cjs/api/types/OrderScheduleBuildSeedRes.js +0 -5
  889. package/dist/cjs/api/types/OrderScheduleListRes.d.ts +0 -8
  890. package/dist/cjs/api/types/OrderScheduleListRes.js +0 -5
  891. package/dist/cjs/api/types/OrderScheduleOrchestratorScheduleActionResult.d.ts +0 -8
  892. package/dist/cjs/api/types/OrderScheduleOrchestratorScheduleActionResult.js +0 -5
  893. package/dist/cjs/api/types/OrderScheduleOrchestratorScheduleStatus.d.ts +0 -11
  894. package/dist/cjs/api/types/OrderScheduleOrchestratorScheduleStatus.js +0 -5
  895. package/dist/cjs/api/types/OrderScheduleSortByEnum.d.ts +0 -10
  896. package/dist/cjs/api/types/OrderScheduleSortByEnum.js +0 -12
  897. package/dist/cjs/api/types/OrderScheduleSpec1.d.ts +0 -11
  898. package/dist/cjs/api/types/OrderScheduleSpec1.js +0 -5
  899. package/dist/cjs/api/types/OrderScheduleStatusEnum1.d.ts +0 -10
  900. package/dist/cjs/api/types/OrderScheduleStatusEnum1.js +0 -12
  901. package/dist/cjs/api/types/OrderTemplateCore1.d.ts +0 -27
  902. package/dist/cjs/api/types/OrderTemplateCore1.js +0 -5
  903. package/dist/cjs/api/types/OrderTemplateReferencesExpanded1.d.ts +0 -13
  904. package/dist/cjs/api/types/OrderTemplateReferencesExpanded1.js +0 -5
  905. package/dist/cjs/api/types/OrderTemplateResolvabilityRes.d.ts +0 -12
  906. package/dist/cjs/api/types/OrderTemplateResolvabilityRes.js +0 -5
  907. package/dist/cjs/api/types/RateSheetMapping1.d.ts +0 -17
  908. package/dist/cjs/api/types/RateSheetMapping1.js +0 -5
  909. package/dist/cjs/api/types/RateSheetMappingListRes.d.ts +0 -8
  910. package/dist/cjs/api/types/RateSheetMappingListRes.js +0 -5
  911. package/dist/cjs/api/types/ReelablesAssetSyncRes.d.ts +0 -8
  912. package/dist/cjs/api/types/ReelablesAssetSyncRes.js +0 -5
  913. package/dist/cjs/api/types/ReelablesWorkspace1.d.ts +0 -13
  914. package/dist/cjs/api/types/ReelablesWorkspace1.js +0 -5
  915. package/dist/cjs/api/types/ReelablesWorkspaceListRes.d.ts +0 -8
  916. package/dist/cjs/api/types/ReelablesWorkspaceListRes.js +0 -5
  917. package/dist/cjs/api/types/ReelablesWorkspaceSortByEnum.d.ts +0 -4
  918. package/dist/cjs/api/types/ReelablesWorkspaceSortByEnum.js +0 -5
  919. package/dist/cjs/api/types/ReelablesWorkspaceSyncRes.d.ts +0 -9
  920. package/dist/cjs/api/types/ReelablesWorkspaceSyncRes.js +0 -5
  921. package/dist/cjs/api/types/SetFlightInfoReq.d.ts +0 -8
  922. package/dist/cjs/api/types/SetFlightInfoReq.js +0 -5
  923. package/dist/cjs/api/types/SettlementTypeEnum1.d.ts +0 -8
  924. package/dist/cjs/api/types/SettlementTypeEnum1.js +0 -10
  925. package/dist/cjs/api/types/Statement1.d.ts +0 -45
  926. package/dist/cjs/api/types/Statement1.js +0 -5
  927. package/dist/cjs/api/types/StatementExpandedListItem.d.ts +0 -9
  928. package/dist/cjs/api/types/StatementExpandedListItem.js +0 -5
  929. package/dist/cjs/api/types/StatementExpandedRes.d.ts +0 -8
  930. package/dist/cjs/api/types/StatementExpandedRes.js +0 -5
  931. package/dist/cjs/api/types/StatementSortByEnum.d.ts +0 -11
  932. package/dist/cjs/api/types/StatementSortByEnum.js +0 -13
  933. package/dist/cjs/api/types/StatementStatusEnum1.d.ts +0 -10
  934. package/dist/cjs/api/types/StatementStatusEnum1.js +0 -12
  935. package/dist/cjs/api/types/StatementsExpandedListRes.d.ts +0 -8
  936. package/dist/cjs/api/types/StatementsExpandedListRes.js +0 -5
  937. package/dist/cjs/api/types/StatementsListRes.d.ts +0 -8
  938. package/dist/cjs/api/types/StatementsListRes.js +0 -5
  939. package/dist/cjs/api/types/StripeConnectInvoiceStatusEnum.d.ts +0 -12
  940. package/dist/cjs/api/types/StripeConnectInvoiceStatusEnum.js +0 -14
  941. package/dist/cjs/api/types/TaskClientUpdate1.d.ts +0 -15
  942. package/dist/cjs/api/types/TaskGroupQuoteResp.d.ts +0 -37
  943. package/dist/cjs/api/types/TaskGroupQuoteResp.js +0 -5
  944. package/dist/cjs/api/types/UngroupedOrderListRes.d.ts +0 -8
  945. package/dist/cjs/api/types/UngroupedOrderListRes.js +0 -5
  946. package/dist/cjs/api/types/UngroupedOrderRow.d.ts +0 -7
  947. package/dist/cjs/api/types/UngroupedOrderRow.js +0 -5
  948. package/dist/cjs/api/types/UngroupedOrderSortByEnum.d.ts +0 -11
  949. package/dist/cjs/api/types/UngroupedOrderSortByEnum.js +0 -13
  950. package/dist/cjs/api/types/UnitsEnum.d.ts +0 -8
  951. package/dist/cjs/api/types/UnitsEnum.js +0 -10
  952. package/dist/cjs/core/stream/Stream.d.ts +0 -46
  953. package/dist/cjs/core/stream/Stream.js +0 -169
  954. package/dist/cjs/core/stream/index.d.ts +0 -1
  955. package/dist/cjs/core/stream/index.js +0 -5
  956. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.mts +0 -115
  957. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.mjs +0 -388
  958. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.d.mts +0 -14
  959. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.d.mts +0 -41
  960. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.d.mts +0 -17
  961. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/index.d.mts +0 -3
  962. package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.d.mts +0 -110
  963. package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.mjs +0 -374
  964. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.mts +0 -23
  965. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.d.mts +0 -13
  966. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.d.mts +0 -32
  967. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/index.d.mts +0 -3
  968. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.d.mts +0 -132
  969. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.mjs +0 -468
  970. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.d.mts +0 -19
  971. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.d.mts +0 -21
  972. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.d.mts +0 -16
  973. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.d.mts +0 -3
  974. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.d.mts +0 -132
  975. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.mjs +0 -471
  976. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.d.mts +0 -35
  977. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.d.mts +0 -46
  978. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.d.mts +0 -16
  979. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.d.mts +0 -3
  980. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.d.mts +0 -307
  981. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.mjs +0 -1166
  982. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.mts +0 -23
  983. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.d.mts +0 -53
  984. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.mts +0 -23
  985. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.mts +0 -24
  986. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/index.d.mts +0 -4
  987. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/index.d.mts +0 -4
  988. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/index.mjs +0 -4
  989. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.d.mts +0 -50
  990. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.mjs +0 -96
  991. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.d.mts +0 -12
  992. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/index.d.mts +0 -1
  993. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.d.mts +0 -83
  994. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.mjs +0 -271
  995. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.d.mts +0 -13
  996. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.d.mts +0 -1
  997. package/dist/esm/api/resources/billing/resources/lineItems/client/Client.d.mts +0 -23
  998. package/dist/esm/api/resources/billing/resources/lineItems/client/Client.mjs +0 -13
  999. package/dist/esm/api/resources/billing/resources/lineItems/resources/index.d.mts +0 -2
  1000. package/dist/esm/api/resources/billing/resources/lineItems/resources/index.mjs +0 -2
  1001. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.mts +0 -83
  1002. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.mjs +0 -271
  1003. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.d.mts +0 -13
  1004. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.d.mts +0 -1
  1005. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/Client.d.mts +0 -132
  1006. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/Client.mjs +0 -468
  1007. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.d.mts +0 -16
  1008. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.d.mts +0 -15
  1009. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.d.mts +0 -16
  1010. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.d.mts +0 -3
  1011. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.d.mts +0 -155
  1012. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.mjs +0 -545
  1013. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.mts +0 -20
  1014. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.d.mts +0 -18
  1015. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.d.mts +0 -14
  1016. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/index.d.mts +0 -3
  1017. package/dist/esm/api/resources/billing/resources/statements/client/Client.d.mts +0 -321
  1018. package/dist/esm/api/resources/billing/resources/statements/client/Client.mjs +0 -1297
  1019. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.mts +0 -21
  1020. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementExpandedRetrieveReq.d.mts +0 -12
  1021. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.d.mts +0 -13
  1022. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.mts +0 -71
  1023. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.mts +0 -71
  1024. package/dist/esm/api/resources/billing/resources/statements/client/requests/index.d.mts +0 -5
  1025. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/ApplyChrtGroundProviderRatesReq.d.mts +0 -22
  1026. package/dist/esm/api/resources/billingNew/resources/rates/client/Client.d.mts +0 -145
  1027. package/dist/esm/api/resources/billingNew/resources/rates/client/Client.mjs +0 -541
  1028. package/dist/esm/api/resources/billingNew/resources/rates/client/requests/ChrtGroundProviderRatesAddCounterpartiesReq.d.mts +0 -13
  1029. package/dist/esm/api/resources/billingNew/resources/rates/client/requests/ChrtGroundProviderRatesClientCreate1.d.mts +0 -37
  1030. package/dist/esm/api/resources/billingNew/resources/rates/client/requests/ChrtGroundProviderRatesClientUpdate1.d.mts +0 -43
  1031. package/dist/esm/api/resources/billingNew/resources/rates/client/requests/ChrtGroundProviderRatesRemoveCounterpartiesReq.d.mts +0 -13
  1032. package/dist/esm/api/resources/billingNew/resources/rates/client/requests/RatesListV1Request.d.mts +0 -54
  1033. package/dist/esm/api/resources/billingNew/resources/rates/client/requests/index.d.mts +0 -5
  1034. package/dist/esm/api/resources/shipping/resources/cargos/client/Client.d.mts +0 -101
  1035. package/dist/esm/api/resources/shipping/resources/cargos/client/Client.mjs +0 -294
  1036. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/CargoAddToOrderReq.d.mts +0 -18
  1037. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/CargoAssociateWithTaskReq.d.mts +0 -16
  1038. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/CargoUnassociateWithTaskReq.d.mts +0 -16
  1039. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/index.d.mts +0 -3
  1040. package/dist/esm/api/resources/shipping/resources/orderGroups/client/Client.d.mts +0 -142
  1041. package/dist/esm/api/resources/shipping/resources/orderGroups/client/Client.mjs +0 -493
  1042. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.d.mts +0 -16
  1043. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.d.mts +0 -12
  1044. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.d.mts +0 -13
  1045. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.d.mts +0 -30
  1046. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/index.d.mts +0 -4
  1047. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.d.mts +0 -177
  1048. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.mjs +0 -673
  1049. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/index.d.mts +0 -2
  1050. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/index.mjs +0 -1
  1051. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.d.mts +0 -38
  1052. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/requests/index.d.mts +0 -1
  1053. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/requests/index.mjs +0 -1
  1054. package/dist/esm/api/resources/shipping/resources/orderSchedules/index.d.mts +0 -2
  1055. package/dist/esm/api/resources/shipping/resources/orderSchedules/index.mjs +0 -2
  1056. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.d.mts +0 -64
  1057. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.mjs +0 -159
  1058. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/index.d.mts +0 -2
  1059. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/index.mjs +0 -1
  1060. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.d.mts +0 -19
  1061. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.d.mts +0 -16
  1062. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/index.d.mts +0 -2
  1063. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/index.mjs +0 -1
  1064. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/index.d.mts +0 -1
  1065. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/index.mjs +0 -1
  1066. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/index.d.mts +0 -2
  1067. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/index.mjs +0 -2
  1068. package/dist/esm/api/resources/shipping/resources/orders/client/requests/OrdersUpdateDepartmentAndLabelReq.d.mts +0 -13
  1069. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/BodyPostShippingOrdersDraftsImageToTextV1.d.mts +0 -13
  1070. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAddCargoReq.d.mts +0 -18
  1071. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.d.mts +0 -16
  1072. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.d.mts +0 -16
  1073. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUpdateCargoReq.d.mts +0 -15
  1074. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/index.d.mts +0 -4
  1075. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/index.mjs +0 -1
  1076. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/Client.d.mts +0 -62
  1077. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/Client.mjs +0 -160
  1078. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/index.d.mts +0 -1
  1079. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/index.mjs +0 -1
  1080. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/index.d.mts +0 -1
  1081. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/index.mjs +0 -1
  1082. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/Client.d.mts +0 -81
  1083. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/Client.mjs +0 -222
  1084. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/index.d.mts +0 -2
  1085. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/index.mjs +0 -1
  1086. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftAddTaskReqV1.d.mts +0 -18
  1087. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftUpdateTaskReq.d.mts +0 -15
  1088. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/index.d.mts +0 -2
  1089. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/index.mjs +0 -1
  1090. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/index.d.mts +0 -1
  1091. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/index.mjs +0 -1
  1092. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/Client.d.mts +0 -63
  1093. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/Client.mjs +0 -155
  1094. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/index.d.mts +0 -2
  1095. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/index.mjs +0 -1
  1096. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.d.mts +0 -16
  1097. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/index.d.mts +0 -1
  1098. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/index.mjs +0 -1
  1099. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/index.d.mts +0 -1
  1100. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/index.mjs +0 -1
  1101. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.d.mts +0 -13
  1102. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.mts +0 -17
  1103. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftUpdateDriverReq.d.mts +0 -13
  1104. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.d.mts +0 -13
  1105. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetTaskOrderingDraftReq.d.mts +0 -13
  1106. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetVehicleTypeReq.d.mts +0 -12
  1107. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/index.d.mts +0 -6
  1108. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/index.mjs +0 -1
  1109. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/types/OrderBuilderStreamEvent.d.mts +0 -26
  1110. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/types/OrderBuilderStreamEvent.mjs +0 -11
  1111. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/types/index.d.mts +0 -1
  1112. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/types/index.mjs +0 -1
  1113. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.d.mts +0 -73
  1114. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.mjs +0 -215
  1115. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/index.d.mts +0 -2
  1116. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/index.mjs +0 -1
  1117. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.d.mts +0 -32
  1118. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.d.mts +0 -23
  1119. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.d.mts +0 -2
  1120. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.mjs +0 -1
  1121. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/index.d.mts +0 -1
  1122. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/index.mjs +0 -1
  1123. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.d.mts +0 -19
  1124. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/requests/index.d.mts +0 -1
  1125. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/requests/index.mjs +0 -1
  1126. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.d.mts +0 -13
  1127. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/SetTaskOrderingReq.d.mts +0 -13
  1128. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.mts +0 -13
  1129. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.mts +0 -13
  1130. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.mts +0 -13
  1131. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/UpdateDriverReq.d.mts +0 -13
  1132. package/dist/esm/api/resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.d.mts +0 -21
  1133. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.d.mts +0 -62
  1134. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.mjs +0 -160
  1135. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.d.mts +0 -2
  1136. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.mjs +0 -1
  1137. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.d.mts +0 -21
  1138. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.d.mts +0 -1
  1139. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.mjs +0 -1
  1140. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.d.mts +0 -1
  1141. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.mjs +0 -1
  1142. package/dist/esm/api/types/ApplyChrtGroundProviderRatesRes.d.mts +0 -7
  1143. package/dist/esm/api/types/AttachBillingLedgerPeriodReq.d.mts +0 -6
  1144. package/dist/esm/api/types/AttachLigToVectorClientReq.d.mts +0 -6
  1145. package/dist/esm/api/types/BillingCycleEnum.d.mts +0 -11
  1146. package/dist/esm/api/types/BillingCycleEnum.mjs +0 -10
  1147. package/dist/esm/api/types/BillingLedger1.d.mts +0 -27
  1148. package/dist/esm/api/types/BillingLedgerListRes.d.mts +0 -8
  1149. package/dist/esm/api/types/BillingLedgerPeriod1.d.mts +0 -35
  1150. package/dist/esm/api/types/BillingLedgerPeriodListRes.d.mts +0 -8
  1151. package/dist/esm/api/types/BillingLedgerPeriodSortByEnum.d.mts +0 -9
  1152. package/dist/esm/api/types/BillingLedgerPeriodSortByEnum.mjs +0 -8
  1153. package/dist/esm/api/types/BillingLedgerPeriodStatusEnum.d.mts +0 -8
  1154. package/dist/esm/api/types/BillingLedgerPeriodStatusEnum.mjs +0 -7
  1155. package/dist/esm/api/types/BillingLedgerSortByEnum.d.mts +0 -4
  1156. package/dist/esm/api/types/BillingLedgerStatusEnum.d.mts +0 -8
  1157. package/dist/esm/api/types/BillingLedgerStatusEnum.mjs +0 -7
  1158. package/dist/esm/api/types/BillingLineItemGroupMessageWebhookPayload.d.mts +0 -13
  1159. package/dist/esm/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.mts +0 -10
  1160. package/dist/esm/api/types/BillingLineItemS3ObjectAddedWebhookPayload.d.mts +0 -14
  1161. package/dist/esm/api/types/BillingReviewStatusEnum.d.mts +0 -15
  1162. package/dist/esm/api/types/BillingReviewStatusEnum.mjs +0 -9
  1163. package/dist/esm/api/types/BillingStatementOpenedWebhookPayload.d.mts +0 -10
  1164. package/dist/esm/api/types/BillingStatementPaidWebhookPayload.d.mts +0 -10
  1165. package/dist/esm/api/types/CargoClientUpdate1.d.mts +0 -26
  1166. package/dist/esm/api/types/CargoOnFlightRateSheet1.d.mts +0 -16
  1167. package/dist/esm/api/types/CargoOnFlightRateSheetListRes.d.mts +0 -8
  1168. package/dist/esm/api/types/ChrtGroundProviderRateSheet1.d.mts +0 -32
  1169. package/dist/esm/api/types/ChrtGroundProviderRateSheetListRes.d.mts +0 -8
  1170. package/dist/esm/api/types/CreateLigFromRateSheetForVectorClientReq.d.mts +0 -7
  1171. package/dist/esm/api/types/LineItem1.d.mts +0 -32
  1172. package/dist/esm/api/types/LineItemClientCreate1.d.mts +0 -14
  1173. package/dist/esm/api/types/LineItemEnum1.d.mts +0 -39
  1174. package/dist/esm/api/types/LineItemEnum1.mjs +0 -32
  1175. package/dist/esm/api/types/LineItemGroup1.d.mts +0 -59
  1176. package/dist/esm/api/types/LineItemGroup1.mjs +0 -4
  1177. package/dist/esm/api/types/LineItemGroupLineItemsRes.d.mts +0 -11
  1178. package/dist/esm/api/types/LineItemGroupLineItemsRes.mjs +0 -4
  1179. package/dist/esm/api/types/LineItemGroupListRes.d.mts +0 -8
  1180. package/dist/esm/api/types/LineItemGroupListRes.mjs +0 -4
  1181. package/dist/esm/api/types/LineItemGroupMessage1.d.mts +0 -12
  1182. package/dist/esm/api/types/LineItemGroupMessage1.mjs +0 -4
  1183. package/dist/esm/api/types/LineItemGroupS3ObjectMetadata1.d.mts +0 -19
  1184. package/dist/esm/api/types/LineItemGroupS3ObjectMetadata1.mjs +0 -4
  1185. package/dist/esm/api/types/LineItemGroupStatusEnum1.d.mts +0 -30
  1186. package/dist/esm/api/types/LineItemGroupStatusEnum1.mjs +0 -10
  1187. package/dist/esm/api/types/LineItemProvenanceEnum.d.mts +0 -9
  1188. package/dist/esm/api/types/LineItemProvenanceEnum.mjs +0 -8
  1189. package/dist/esm/api/types/LineItemS3ObjectMetadata1.d.mts +0 -19
  1190. package/dist/esm/api/types/LineItemS3ObjectMetadata1.mjs +0 -4
  1191. package/dist/esm/api/types/LineItemStatusEnum.d.mts +0 -9
  1192. package/dist/esm/api/types/LineItemStatusEnum.mjs +0 -8
  1193. package/dist/esm/api/types/LlmModelEnum.d.mts +0 -12
  1194. package/dist/esm/api/types/LlmModelEnum.mjs +0 -11
  1195. package/dist/esm/api/types/OnboardCourierRateSheet1.d.mts +0 -13
  1196. package/dist/esm/api/types/OnboardCourierRateSheet1.mjs +0 -4
  1197. package/dist/esm/api/types/OnboardCourierRateSheetListRes.d.mts +0 -8
  1198. package/dist/esm/api/types/OnboardCourierRateSheetListRes.mjs +0 -4
  1199. package/dist/esm/api/types/OrderBuilderReq.d.mts +0 -11
  1200. package/dist/esm/api/types/OrderBuilderReq.mjs +0 -4
  1201. package/dist/esm/api/types/OrderBuilderRes.d.mts +0 -11
  1202. package/dist/esm/api/types/OrderBuilderRes.mjs +0 -4
  1203. package/dist/esm/api/types/OrderDraftExpandedForCoordinator.d.mts +0 -15
  1204. package/dist/esm/api/types/OrderDraftExpandedForCoordinator.mjs +0 -4
  1205. package/dist/esm/api/types/OrderDraftExpandedForShipper.d.mts +0 -15
  1206. package/dist/esm/api/types/OrderDraftExpandedForShipper.mjs +0 -4
  1207. package/dist/esm/api/types/OrderGroup1.d.mts +0 -21
  1208. package/dist/esm/api/types/OrderGroup1.mjs +0 -4
  1209. package/dist/esm/api/types/OrderGroupExpandedListRes.d.mts +0 -8
  1210. package/dist/esm/api/types/OrderGroupExpandedListRes.mjs +0 -4
  1211. package/dist/esm/api/types/OrderGroupExpandedRow.d.mts +0 -9
  1212. package/dist/esm/api/types/OrderGroupExpandedRow.mjs +0 -4
  1213. package/dist/esm/api/types/OrderGroupExpandedSortByEnum.d.mts +0 -10
  1214. package/dist/esm/api/types/OrderGroupExpandedSortByEnum.mjs +0 -9
  1215. package/dist/esm/api/types/OrderGroupListRes.d.mts +0 -8
  1216. package/dist/esm/api/types/OrderGroupListRes.mjs +0 -4
  1217. package/dist/esm/api/types/OrderGroupSortByEnum.d.mts +0 -9
  1218. package/dist/esm/api/types/OrderGroupSortByEnum.mjs +0 -8
  1219. package/dist/esm/api/types/OrderSchedule1.d.mts +0 -24
  1220. package/dist/esm/api/types/OrderSchedule1.mjs +0 -4
  1221. package/dist/esm/api/types/OrderScheduleAboutRes.d.mts +0 -9
  1222. package/dist/esm/api/types/OrderScheduleAboutRes.mjs +0 -4
  1223. package/dist/esm/api/types/OrderScheduleBuildSeedRes.d.mts +0 -10
  1224. package/dist/esm/api/types/OrderScheduleBuildSeedRes.mjs +0 -4
  1225. package/dist/esm/api/types/OrderScheduleListRes.d.mts +0 -8
  1226. package/dist/esm/api/types/OrderScheduleListRes.mjs +0 -4
  1227. package/dist/esm/api/types/OrderScheduleOrchestratorScheduleActionResult.d.mts +0 -8
  1228. package/dist/esm/api/types/OrderScheduleOrchestratorScheduleActionResult.mjs +0 -4
  1229. package/dist/esm/api/types/OrderScheduleOrchestratorScheduleStatus.d.mts +0 -11
  1230. package/dist/esm/api/types/OrderScheduleOrchestratorScheduleStatus.mjs +0 -4
  1231. package/dist/esm/api/types/OrderScheduleSortByEnum.d.mts +0 -10
  1232. package/dist/esm/api/types/OrderScheduleSortByEnum.mjs +0 -9
  1233. package/dist/esm/api/types/OrderScheduleSpec1.d.mts +0 -11
  1234. package/dist/esm/api/types/OrderScheduleSpec1.mjs +0 -4
  1235. package/dist/esm/api/types/OrderScheduleStatusEnum1.d.mts +0 -10
  1236. package/dist/esm/api/types/OrderScheduleStatusEnum1.mjs +0 -9
  1237. package/dist/esm/api/types/OrderTemplateCore1.d.mts +0 -27
  1238. package/dist/esm/api/types/OrderTemplateCore1.mjs +0 -4
  1239. package/dist/esm/api/types/OrderTemplateReferencesExpanded1.d.mts +0 -13
  1240. package/dist/esm/api/types/OrderTemplateReferencesExpanded1.mjs +0 -4
  1241. package/dist/esm/api/types/OrderTemplateResolvabilityRes.d.mts +0 -12
  1242. package/dist/esm/api/types/OrderTemplateResolvabilityRes.mjs +0 -4
  1243. package/dist/esm/api/types/RateSheetMapping1.d.mts +0 -17
  1244. package/dist/esm/api/types/RateSheetMapping1.mjs +0 -4
  1245. package/dist/esm/api/types/RateSheetMappingListRes.d.mts +0 -8
  1246. package/dist/esm/api/types/RateSheetMappingListRes.mjs +0 -4
  1247. package/dist/esm/api/types/ReelablesAssetSyncRes.d.mts +0 -8
  1248. package/dist/esm/api/types/ReelablesAssetSyncRes.mjs +0 -4
  1249. package/dist/esm/api/types/ReelablesWorkspace1.d.mts +0 -13
  1250. package/dist/esm/api/types/ReelablesWorkspace1.mjs +0 -4
  1251. package/dist/esm/api/types/ReelablesWorkspaceListRes.d.mts +0 -8
  1252. package/dist/esm/api/types/ReelablesWorkspaceListRes.mjs +0 -4
  1253. package/dist/esm/api/types/ReelablesWorkspaceSortByEnum.d.mts +0 -4
  1254. package/dist/esm/api/types/ReelablesWorkspaceSortByEnum.mjs +0 -4
  1255. package/dist/esm/api/types/ReelablesWorkspaceSyncRes.d.mts +0 -9
  1256. package/dist/esm/api/types/ReelablesWorkspaceSyncRes.mjs +0 -4
  1257. package/dist/esm/api/types/SetFlightInfoReq.d.mts +0 -8
  1258. package/dist/esm/api/types/SetFlightInfoReq.mjs +0 -4
  1259. package/dist/esm/api/types/SettlementTypeEnum1.d.mts +0 -8
  1260. package/dist/esm/api/types/SettlementTypeEnum1.mjs +0 -7
  1261. package/dist/esm/api/types/Statement1.d.mts +0 -45
  1262. package/dist/esm/api/types/Statement1.mjs +0 -4
  1263. package/dist/esm/api/types/StatementExpandedListItem.d.mts +0 -9
  1264. package/dist/esm/api/types/StatementExpandedListItem.mjs +0 -4
  1265. package/dist/esm/api/types/StatementExpandedRes.d.mts +0 -8
  1266. package/dist/esm/api/types/StatementExpandedRes.mjs +0 -4
  1267. package/dist/esm/api/types/StatementSortByEnum.d.mts +0 -11
  1268. package/dist/esm/api/types/StatementSortByEnum.mjs +0 -10
  1269. package/dist/esm/api/types/StatementStatusEnum1.d.mts +0 -10
  1270. package/dist/esm/api/types/StatementStatusEnum1.mjs +0 -9
  1271. package/dist/esm/api/types/StatementsExpandedListRes.d.mts +0 -8
  1272. package/dist/esm/api/types/StatementsExpandedListRes.mjs +0 -4
  1273. package/dist/esm/api/types/StatementsListRes.d.mts +0 -8
  1274. package/dist/esm/api/types/StatementsListRes.mjs +0 -4
  1275. package/dist/esm/api/types/StripeConnectInvoiceStatusEnum.d.mts +0 -12
  1276. package/dist/esm/api/types/StripeConnectInvoiceStatusEnum.mjs +0 -11
  1277. package/dist/esm/api/types/TaskClientUpdate1.d.mts +0 -15
  1278. package/dist/esm/api/types/TaskGroupQuoteResp.d.mts +0 -37
  1279. package/dist/esm/api/types/TaskGroupQuoteResp.mjs +0 -4
  1280. package/dist/esm/api/types/UngroupedOrderListRes.d.mts +0 -8
  1281. package/dist/esm/api/types/UngroupedOrderListRes.mjs +0 -4
  1282. package/dist/esm/api/types/UngroupedOrderRow.d.mts +0 -7
  1283. package/dist/esm/api/types/UngroupedOrderRow.mjs +0 -4
  1284. package/dist/esm/api/types/UngroupedOrderSortByEnum.d.mts +0 -11
  1285. package/dist/esm/api/types/UngroupedOrderSortByEnum.mjs +0 -10
  1286. package/dist/esm/api/types/UnitsEnum.d.mts +0 -8
  1287. package/dist/esm/api/types/UnitsEnum.mjs +0 -7
  1288. package/dist/esm/core/stream/Stream.d.mts +0 -46
  1289. package/dist/esm/core/stream/Stream.mjs +0 -164
  1290. package/dist/esm/core/stream/index.d.mts +0 -1
  1291. package/dist/esm/core/stream/index.mjs +0 -1
  1292. /package/dist/cjs/api/resources/{billing/resources/lineItems → agent}/client/index.d.ts +0 -0
  1293. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests → agent/client}/index.js +0 -0
  1294. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups → agent}/index.d.ts +0 -0
  1295. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups → agent}/index.js +0 -0
  1296. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/client/index.d.ts +0 -0
  1297. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/client/index.js +0 -0
  1298. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.js → agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.js} +0 -0
  1299. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.js → agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.js} +0 -0
  1300. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.js → agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.js} +0 -0
  1301. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → agent/resources/orderInformation}/client/requests/index.js +0 -0
  1302. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/index.d.ts +0 -0
  1303. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/index.js +0 -0
  1304. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/client/index.d.ts +0 -0
  1305. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/client/index.js +0 -0
  1306. /package/dist/cjs/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.js → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.js} +0 -0
  1307. /package/dist/cjs/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.js → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.js} +0 -0
  1308. /package/dist/cjs/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.js → billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.js} +0 -0
  1309. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/billingPeriods}/client/requests/index.js +0 -0
  1310. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/index.d.ts +0 -0
  1311. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/index.js +0 -0
  1312. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/chrtGroundProviderRates}/client/index.d.ts +0 -0
  1313. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/chrtGroundProviderRates}/client/index.js +0 -0
  1314. /package/dist/cjs/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/requests/ChrtGroundProviderRatesClientCreate1.js +0 -0
  1315. /package/dist/cjs/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/requests/ChrtGroundProviderRatesClientUpdate1.js +0 -0
  1316. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.js → billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.js} +0 -0
  1317. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.js → billingNew/resources/chrtGroundProviderRates/client/requests/ResolveChrtGroundProviderRatesReq.js} +0 -0
  1318. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → billingNew/resources/chrtGroundProviderRates}/client/requests/index.js +0 -0
  1319. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/chrtGroundProviderRates}/index.d.ts +0 -0
  1320. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/chrtGroundProviderRates}/index.js +0 -0
  1321. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.js → billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.js} +0 -0
  1322. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.js → billingNew/resources/invoiceLineItems/client/requests/InvoiceLineItemsApproveManyReq.js} +0 -0
  1323. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.js → billingNew/resources/invoiceLineItems/client/requests/RecalculateOrderTaxInvoiceLineItemsReq.js} +0 -0
  1324. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → billingNew/resources/orders}/client/index.d.ts +0 -0
  1325. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → billingNew/resources/orders}/client/index.js +0 -0
  1326. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.js → billingNew/resources/orders/client/requests/OrderBillingExpandedListReq.js} +0 -0
  1327. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.js → billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.js} +0 -0
  1328. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups → billingNew/resources/orders}/client/requests/index.js +0 -0
  1329. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → billingNew/resources/orders}/index.d.ts +0 -0
  1330. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → billingNew/resources/orders}/index.js +0 -0
  1331. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups → shipping/resources/orderTemplatesNew}/client/index.d.ts +0 -0
  1332. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups → shipping/resources/orderTemplatesNew}/client/index.js +0 -0
  1333. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.js → shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientCreate1.js} +0 -0
  1334. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.js → shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientUpdate1.js} +0 -0
  1335. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.js → shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewDateparserResolveReq.js} +0 -0
  1336. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.js → shipping/resources/orderTemplatesNew/client/requests/OrderTemplatesNewListV1Request.js} +0 -0
  1337. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orderTemplatesNew}/client/requests/index.js +0 -0
  1338. /package/dist/cjs/api/resources/{billing/resources/lineItems → shipping/resources/orderTemplatesNew}/index.d.ts +0 -0
  1339. /package/dist/cjs/api/resources/{billing/resources/lineItems → shipping/resources/orderTemplatesNew}/index.js +0 -0
  1340. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orderTemplatesNew/resources/cargos}/client/index.d.ts +0 -0
  1341. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orderTemplatesNew/resources/cargos}/client/index.js +0 -0
  1342. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.js → shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoClientCreate1.js} +0 -0
  1343. /package/dist/cjs/api/resources/{billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.js → shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoClientUpdate1.js} +0 -0
  1344. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.js → shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoReorderReq1.js} +0 -0
  1345. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/cargos}/client/requests/index.js +0 -0
  1346. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orderTemplatesNew/resources/cargos}/index.d.ts +0 -0
  1347. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orderTemplatesNew/resources/cargos}/index.js +0 -0
  1348. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskArtifacts}/client/index.d.ts +0 -0
  1349. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskArtifacts}/client/index.js +0 -0
  1350. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.js → shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactClientCreate1.js} +0 -0
  1351. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.js → shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactClientUpdate1.js} +0 -0
  1352. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.js → shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactMoveReq1.js} +0 -0
  1353. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.js → shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactReorderReq1.js} +0 -0
  1354. /package/dist/cjs/api/resources/{billing/resources/lineItems/client → shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests}/index.js +0 -0
  1355. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskArtifacts}/index.d.ts +0 -0
  1356. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskArtifacts}/index.js +0 -0
  1357. /package/dist/cjs/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskGroups}/client/index.d.ts +0 -0
  1358. /package/dist/cjs/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskGroups}/client/index.js +0 -0
  1359. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.js → shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupClientCreate1.js} +0 -0
  1360. /package/dist/cjs/api/resources/{billing/resources/statements/client/requests/StatementCreateClientReq.js → shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupClientUpdate1.js} +0 -0
  1361. /package/dist/cjs/api/resources/{billing/resources/statements/client/requests/StatementExpandedRetrieveReq.js → shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupReorderReq1.js} +0 -0
  1362. /package/dist/cjs/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskGroups}/client/requests/index.js +0 -0
  1363. /package/dist/cjs/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskGroups}/index.d.ts +0 -0
  1364. /package/dist/cjs/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskGroups}/index.js +0 -0
  1365. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orderTemplatesNew/resources/tasks}/client/index.d.ts +0 -0
  1366. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orderTemplatesNew/resources/tasks}/client/index.js +0 -0
  1367. /package/dist/cjs/api/resources/{billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.js → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskCargoAssociationsReq1.js} +0 -0
  1368. /package/dist/cjs/api/resources/{billing/resources/statements/client/requests/StatementsExpandedListV1Request.js → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskClientCreate1.js} +0 -0
  1369. /package/dist/cjs/api/resources/{billing/resources/statements/client/requests/StatementsListV1Request.js → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskClientUpdate1.js} +0 -0
  1370. /package/dist/cjs/api/resources/{billingNew/resources/invoiceLineItems/client/requests/ApplyChrtGroundProviderRatesReq.js → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskMoveReq1.js} +0 -0
  1371. /package/dist/cjs/api/resources/{billingNew/resources/rates/client/requests/ChrtGroundProviderRatesAddCounterpartiesReq.js → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskReorderReq1.js} +0 -0
  1372. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orderTemplatesNew/resources/tasks}/client/requests/index.js +0 -0
  1373. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orderTemplatesNew/resources/tasks}/index.d.ts +0 -0
  1374. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orderTemplatesNew/resources/tasks}/index.js +0 -0
  1375. /package/dist/cjs/api/resources/{billingNew/resources/rates/client/requests/ChrtGroundProviderRatesRemoveCounterpartiesReq.js → shipping/resources/orders/client/requests/OrdersUpdateDepartmentReq.js} +0 -0
  1376. /package/dist/cjs/api/resources/{billingNew/resources/rates/client/requests/RatesListV1Request.js → shipping/resources/orders/client/requests/OrdersUpdateLabelReq.js} +0 -0
  1377. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orders/resources/cargo}/client/index.d.ts +0 -0
  1378. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orders/resources/cargo}/client/index.js +0 -0
  1379. /package/dist/cjs/api/{types → resources/shipping/resources/orders/resources/cargo/client/requests}/CargoClientUpdate1.js +0 -0
  1380. /package/dist/cjs/api/resources/shipping/resources/{cargos/client/requests/CargoAddToOrderReq.js → orders/resources/cargo/client/requests/OrdersAddCargoReq.js} +0 -0
  1381. /package/dist/cjs/api/resources/shipping/resources/{cargos/client/requests/CargoAssociateWithTaskReq.js → orders/resources/cargo/client/requests/OrdersAssociateCargoWithTaskReq.js} +0 -0
  1382. /package/dist/cjs/api/resources/shipping/resources/{cargos/client/requests/CargoUnassociateWithTaskReq.js → orders/resources/cargo/client/requests/OrdersUnassociateCargoWithTaskReq.js} +0 -0
  1383. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orders/resources/cargo}/client/requests/index.js +0 -0
  1384. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orders/resources/cargo}/index.d.ts +0 -0
  1385. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orders/resources/cargo}/index.js +0 -0
  1386. /package/dist/cjs/api/resources/shipping/resources/{orderGroups/client/requests/OrderGroupClientCreate1.js → orders/resources/drafts/client/requests/OrdersCreateDraftFromOrderTemplateNewReq.js} +0 -0
  1387. /package/dist/cjs/api/resources/{billing/resources/statements → shipping/resources/orders/resources/task}/client/index.d.ts +0 -0
  1388. /package/dist/cjs/api/resources/{billing/resources/statements → shipping/resources/orders/resources/task}/client/index.js +0 -0
  1389. /package/dist/cjs/api/resources/shipping/resources/{orderGroups/client/requests/OrderGroupClientUpdate1.js → orders/resources/task/client/requests/OrdersAddTaskReq.js} +0 -0
  1390. /package/dist/cjs/api/{types → resources/shipping/resources/orders/resources/task/client/requests}/TaskClientUpdate1.js +0 -0
  1391. /package/dist/cjs/api/resources/{billing/resources/statements → shipping/resources/orders/resources/task}/client/requests/index.js +0 -0
  1392. /package/dist/cjs/api/resources/{billing/resources/statements → shipping/resources/orders/resources/task}/index.d.ts +0 -0
  1393. /package/dist/cjs/api/resources/{billing/resources/statements → shipping/resources/orders/resources/task}/index.js +0 -0
  1394. /package/dist/cjs/api/resources/{billingNew/resources/rates → shipping/resources/orders/resources/taskArtifact}/client/index.d.ts +0 -0
  1395. /package/dist/cjs/api/resources/{billingNew/resources/rates → shipping/resources/orders/resources/taskArtifact}/client/index.js +0 -0
  1396. /package/dist/cjs/api/resources/{billingNew/resources/rates → shipping/resources/orders/resources/taskArtifact}/client/requests/index.js +0 -0
  1397. /package/dist/cjs/api/resources/{billingNew/resources/rates → shipping/resources/orders/resources/taskArtifact}/index.d.ts +0 -0
  1398. /package/dist/cjs/api/resources/{billingNew/resources/rates → shipping/resources/orders/resources/taskArtifact}/index.js +0 -0
  1399. /package/dist/cjs/api/resources/shipping/resources/{cargos → orders/resources/taskGroup}/client/index.d.ts +0 -0
  1400. /package/dist/cjs/api/resources/shipping/resources/{cargos → orders/resources/taskGroup}/client/index.js +0 -0
  1401. /package/dist/cjs/api/resources/shipping/resources/{orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.js → orders/resources/taskGroup/client/requests/OrdersAddTaskGroupExecutorReq.js} +0 -0
  1402. /package/dist/cjs/api/resources/shipping/resources/{orderGroups/client/requests/OrderGroupsListV1Request.js → orders/resources/taskGroup/client/requests/OrdersAddTaskGroupReq.js} +0 -0
  1403. /package/dist/cjs/api/resources/shipping/resources/{orderSchedules/client/requests/OrderSchedulesListV1Request.js → orders/resources/taskGroup/client/requests/OrdersSetTaskGroupFlightInfoReq.js} +0 -0
  1404. /package/dist/cjs/api/resources/shipping/resources/{orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.js → orders/resources/taskGroup/client/requests/OrdersSetTaskGroupTaskOrderingReq.js} +0 -0
  1405. /package/dist/cjs/api/resources/shipping/resources/{orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.js → orders/resources/taskGroup/client/requests/OrdersSetTaskGroupVehicleTypeReq.js} +0 -0
  1406. /package/dist/cjs/api/resources/shipping/resources/orders/{client/requests/OrdersUpdateDepartmentAndLabelReq.js → resources/taskGroup/client/requests/OrdersUpdateTaskGroupDriverReq.js} +0 -0
  1407. /package/dist/cjs/api/resources/shipping/resources/{cargos → orders/resources/taskGroup}/client/requests/index.js +0 -0
  1408. /package/dist/cjs/api/resources/shipping/resources/{cargos → orders/resources/taskGroup}/index.d.ts +0 -0
  1409. /package/dist/cjs/api/resources/shipping/resources/{cargos → orders/resources/taskGroup}/index.js +0 -0
  1410. /package/dist/cjs/api/resources/shipping/resources/{orderGroups → orders/resources/utils}/client/index.d.ts +0 -0
  1411. /package/dist/cjs/api/resources/shipping/resources/{orderGroups → orders/resources/utils}/client/index.js +0 -0
  1412. /package/dist/cjs/api/resources/shipping/resources/orders/resources/{drafts/client/requests/BodyPostShippingOrdersDraftsImageToTextV1.js → utils/client/requests/BodyPostShippingOrdersUtilsImageToTextV1.js} +0 -0
  1413. /package/dist/cjs/api/resources/shipping/resources/{orderGroups → orders/resources/utils}/client/requests/index.js +0 -0
  1414. /package/dist/cjs/api/resources/shipping/resources/{orderGroups → orders/resources/utils}/index.d.ts +0 -0
  1415. /package/dist/cjs/api/resources/shipping/resources/{orderGroups → orders/resources/utils}/index.js +0 -0
  1416. /package/dist/cjs/api/resources/shipping/resources/{orders/resources/drafts/resources/cargo/client/requests/OrderDraftAddCargoReq.js → tasks/client/requests/TaskLocationFromReferenceReq.js} +0 -0
  1417. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.js → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.js} +0 -0
  1418. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.js → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.js} +0 -0
  1419. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUpdateCargoReq.js → trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.js} +0 -0
  1420. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftAddTaskReqV1.js → types/AdHocInvoiceLineItem1.js} +0 -0
  1421. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftUpdateTaskReq.js → types/AdHocInvoiceLineItemsReq.js} +0 -0
  1422. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.js → types/BillingPeriod1.js} +0 -0
  1423. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.js → types/BillingPeriodExpanded1.js} +0 -0
  1424. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.js → types/BillingPeriodListRes.js} +0 -0
  1425. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftUpdateDriverReq.js → types/BillingPeriodTaskGroupsReq.js} +0 -0
  1426. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.js → types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.js} +0 -0
  1427. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetTaskOrderingDraftReq.js → types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.js} +0 -0
  1428. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetVehicleTypeReq.js → types/CreateInvoiceLineItemsFromAwbCostsItem1.js} +0 -0
  1429. /package/dist/cjs/api/{resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.js → types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.js} +0 -0
  1430. /package/dist/cjs/api/{resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.js → types/CreateInvoiceLineItemsFromAwbCostsRes.js} +0 -0
  1431. /package/dist/cjs/api/{resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.js → types/FromPayables1.js} +0 -0
  1432. /package/dist/cjs/api/{resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.js → types/InvoiceLineItemClientCreate1.js} +0 -0
  1433. /package/dist/cjs/api/{resources/shipping/resources/taskGroups/client/requests/SetTaskOrderingReq.js → types/InvoiceLineItemServerCreate1.js} +0 -0
  1434. /package/dist/cjs/api/{resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.js → types/InvoiceLineItemsFromChrtGroundProviderRateSheetsReq.js} +0 -0
  1435. /package/dist/cjs/api/{resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.js → types/OrderAwbBillingAccount1.js} +0 -0
  1436. /package/dist/cjs/api/{resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.js → types/OrderAwbBillingListItem1.js} +0 -0
  1437. /package/dist/cjs/api/{resources/shipping/resources/taskGroups/client/requests/UpdateDriverReq.js → types/OrderAwbBillingListRes.js} +0 -0
  1438. /package/dist/cjs/api/{resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.js → types/OrderBillingAccount1.js} +0 -0
  1439. /package/dist/cjs/api/{resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.js → types/OrderBillingCurrencyTotals1.js} +0 -0
  1440. /package/dist/cjs/api/types/{ApplyChrtGroundProviderRatesRes.js → OrderBillingExecutor1.js} +0 -0
  1441. /package/dist/cjs/api/types/{AttachBillingLedgerPeriodReq.js → OrderBillingExpandedListItem1.js} +0 -0
  1442. /package/dist/cjs/api/types/{AttachLigToVectorClientReq.js → OrderBillingExpandedListRes.js} +0 -0
  1443. /package/dist/cjs/api/types/{BillingLedger1.js → OrderBillingPeriod1.js} +0 -0
  1444. /package/dist/cjs/api/types/{BillingLedgerListRes.js → OrderBillingShipper1.js} +0 -0
  1445. /package/dist/cjs/api/types/{BillingLedgerPeriod1.js → OrderInformationConversationRes.js} +0 -0
  1446. /package/dist/cjs/api/types/{BillingLedgerPeriodListRes.js → OrderTemplateNew1.js} +0 -0
  1447. /package/dist/cjs/api/types/{BillingLedgerSortByEnum.js → OrderTemplateNewCargo1.js} +0 -0
  1448. /package/dist/cjs/api/types/{BillingLineItemGroupMessageWebhookPayload.js → OrderTemplateNewCore1.js} +0 -0
  1449. /package/dist/cjs/api/types/{BillingLineItemGroupS3ObjectAddedWebhookPayload.js → OrderTemplateNewDateTimeWindow1.js} +0 -0
  1450. /package/dist/cjs/api/types/{BillingLineItemS3ObjectAddedWebhookPayload.js → OrderTemplateNewDateparserResolveRes.js} +0 -0
  1451. /package/dist/cjs/api/types/{BillingStatementOpenedWebhookPayload.js → OrderTemplateNewListRes.js} +0 -0
  1452. /package/dist/cjs/api/types/{BillingStatementPaidWebhookPayload.js → OrderTemplateNewTask1.js} +0 -0
  1453. /package/dist/cjs/api/types/{CargoOnFlightRateSheet1.js → OrderTemplateNewTaskArtifact1.js} +0 -0
  1454. /package/dist/cjs/api/types/{CargoOnFlightRateSheetListRes.js → OrderTemplateNewTaskGroup1.js} +0 -0
  1455. /package/dist/cjs/api/types/{ChrtGroundProviderRateSheet1.js → ResolvedTaskGroupChrtGroundProviderRates1.js} +0 -0
  1456. /package/dist/cjs/api/types/{ChrtGroundProviderRateSheetListRes.js → StoredModel.js} +0 -0
  1457. /package/dist/cjs/api/types/{CreateLigFromRateSheetForVectorClientReq.js → TaskGroupChrtGroundProviderRateSheetIds1.js} +0 -0
  1458. /package/dist/cjs/api/types/{LineItem1.js → TaskGroupInvoiceLineItemsFromChrtGroundProviderRateSheetsPreview1.js} +0 -0
  1459. /package/dist/cjs/api/types/{LineItemClientCreate1.js → TaxRate1.js} +0 -0
  1460. /package/dist/esm/api/resources/{billing/resources/lineItems → agent}/client/index.d.mts +0 -0
  1461. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests → agent/client}/index.mjs +0 -0
  1462. /package/dist/esm/api/resources/{billing/resources/lineItemGroups → agent}/index.d.mts +0 -0
  1463. /package/dist/esm/api/resources/{billing/resources/lineItemGroups → agent}/index.mjs +0 -0
  1464. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/client/index.d.mts +0 -0
  1465. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/client/index.mjs +0 -0
  1466. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.mjs} +0 -0
  1467. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.mjs} +0 -0
  1468. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.mjs} +0 -0
  1469. /package/dist/esm/api/resources/{billing/resources/billingLedgers → agent/resources/orderInformation}/client/requests/index.mjs +0 -0
  1470. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/index.d.mts +0 -0
  1471. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/index.mjs +0 -0
  1472. /package/dist/esm/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/client/index.d.mts +0 -0
  1473. /package/dist/esm/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/client/index.mjs +0 -0
  1474. /package/dist/esm/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.mjs → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.mjs} +0 -0
  1475. /package/dist/esm/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.mjs → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.mjs} +0 -0
  1476. /package/dist/esm/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.mjs → billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.mjs} +0 -0
  1477. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/billingPeriods}/client/requests/index.mjs +0 -0
  1478. /package/dist/esm/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/index.d.mts +0 -0
  1479. /package/dist/esm/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/index.mjs +0 -0
  1480. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/chrtGroundProviderRates}/client/index.d.mts +0 -0
  1481. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/chrtGroundProviderRates}/client/index.mjs +0 -0
  1482. /package/dist/esm/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/requests/ChrtGroundProviderRatesClientCreate1.mjs +0 -0
  1483. /package/dist/esm/api/resources/billingNew/resources/{rates → chrtGroundProviderRates}/client/requests/ChrtGroundProviderRatesClientUpdate1.mjs +0 -0
  1484. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.mjs → billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.mjs} +0 -0
  1485. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.mjs → billingNew/resources/chrtGroundProviderRates/client/requests/ResolveChrtGroundProviderRatesReq.mjs} +0 -0
  1486. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → billingNew/resources/chrtGroundProviderRates}/client/requests/index.mjs +0 -0
  1487. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/chrtGroundProviderRates}/index.d.mts +0 -0
  1488. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/chrtGroundProviderRates}/index.mjs +0 -0
  1489. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.mjs → billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.mjs} +0 -0
  1490. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.mjs → billingNew/resources/invoiceLineItems/client/requests/InvoiceLineItemsApproveManyReq.mjs} +0 -0
  1491. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.mjs → billingNew/resources/invoiceLineItems/client/requests/RecalculateOrderTaxInvoiceLineItemsReq.mjs} +0 -0
  1492. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → billingNew/resources/orders}/client/index.d.mts +0 -0
  1493. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → billingNew/resources/orders}/client/index.mjs +0 -0
  1494. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.mjs → billingNew/resources/orders/client/requests/OrderBillingExpandedListReq.mjs} +0 -0
  1495. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.mjs → billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.mjs} +0 -0
  1496. /package/dist/esm/api/resources/{billing/resources/lineItemGroups → billingNew/resources/orders}/client/requests/index.mjs +0 -0
  1497. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → billingNew/resources/orders}/index.d.mts +0 -0
  1498. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → billingNew/resources/orders}/index.mjs +0 -0
  1499. /package/dist/esm/api/resources/{billing/resources/lineItemGroups → shipping/resources/orderTemplatesNew}/client/index.d.mts +0 -0
  1500. /package/dist/esm/api/resources/{billing/resources/lineItemGroups → shipping/resources/orderTemplatesNew}/client/index.mjs +0 -0
  1501. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.mjs → shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientCreate1.mjs} +0 -0
  1502. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.mjs → shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientUpdate1.mjs} +0 -0
  1503. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.mjs → shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewDateparserResolveReq.mjs} +0 -0
  1504. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.mjs → shipping/resources/orderTemplatesNew/client/requests/OrderTemplatesNewListV1Request.mjs} +0 -0
  1505. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orderTemplatesNew}/client/requests/index.mjs +0 -0
  1506. /package/dist/esm/api/resources/{billing/resources/lineItems → shipping/resources/orderTemplatesNew}/index.d.mts +0 -0
  1507. /package/dist/esm/api/resources/{billing/resources/lineItems → shipping/resources/orderTemplatesNew}/index.mjs +0 -0
  1508. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orderTemplatesNew/resources/cargos}/client/index.d.mts +0 -0
  1509. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orderTemplatesNew/resources/cargos}/client/index.mjs +0 -0
  1510. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.mjs → shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoClientCreate1.mjs} +0 -0
  1511. /package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.mjs → shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoClientUpdate1.mjs} +0 -0
  1512. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.mjs → shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoReorderReq1.mjs} +0 -0
  1513. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/cargos}/client/requests/index.mjs +0 -0
  1514. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orderTemplatesNew/resources/cargos}/index.d.mts +0 -0
  1515. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orderTemplatesNew/resources/cargos}/index.mjs +0 -0
  1516. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskArtifacts}/client/index.d.mts +0 -0
  1517. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskArtifacts}/client/index.mjs +0 -0
  1518. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.mjs → shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactClientCreate1.mjs} +0 -0
  1519. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.mjs → shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactClientUpdate1.mjs} +0 -0
  1520. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.mjs → shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactMoveReq1.mjs} +0 -0
  1521. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.mjs → shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactReorderReq1.mjs} +0 -0
  1522. /package/dist/esm/api/resources/{billing/resources/lineItems/client → shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests}/index.mjs +0 -0
  1523. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskArtifacts}/index.d.mts +0 -0
  1524. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskArtifacts}/index.mjs +0 -0
  1525. /package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskGroups}/client/index.d.mts +0 -0
  1526. /package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskGroups}/client/index.mjs +0 -0
  1527. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.mjs → shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupClientCreate1.mjs} +0 -0
  1528. /package/dist/esm/api/resources/{billing/resources/statements/client/requests/StatementCreateClientReq.mjs → shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupClientUpdate1.mjs} +0 -0
  1529. /package/dist/esm/api/resources/{billing/resources/statements/client/requests/StatementExpandedRetrieveReq.mjs → shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupReorderReq1.mjs} +0 -0
  1530. /package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskGroups}/client/requests/index.mjs +0 -0
  1531. /package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskGroups}/index.d.mts +0 -0
  1532. /package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskGroups}/index.mjs +0 -0
  1533. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orderTemplatesNew/resources/tasks}/client/index.d.mts +0 -0
  1534. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orderTemplatesNew/resources/tasks}/client/index.mjs +0 -0
  1535. /package/dist/esm/api/resources/{billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.mjs → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskCargoAssociationsReq1.mjs} +0 -0
  1536. /package/dist/esm/api/resources/{billing/resources/statements/client/requests/StatementsExpandedListV1Request.mjs → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskClientCreate1.mjs} +0 -0
  1537. /package/dist/esm/api/resources/{billing/resources/statements/client/requests/StatementsListV1Request.mjs → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskClientUpdate1.mjs} +0 -0
  1538. /package/dist/esm/api/resources/{billingNew/resources/invoiceLineItems/client/requests/ApplyChrtGroundProviderRatesReq.mjs → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskMoveReq1.mjs} +0 -0
  1539. /package/dist/esm/api/resources/{billingNew/resources/rates/client/requests/ChrtGroundProviderRatesAddCounterpartiesReq.mjs → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskReorderReq1.mjs} +0 -0
  1540. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orderTemplatesNew/resources/tasks}/client/requests/index.mjs +0 -0
  1541. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orderTemplatesNew/resources/tasks}/index.d.mts +0 -0
  1542. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orderTemplatesNew/resources/tasks}/index.mjs +0 -0
  1543. /package/dist/esm/api/resources/{billingNew/resources/rates/client/requests/ChrtGroundProviderRatesRemoveCounterpartiesReq.mjs → shipping/resources/orders/client/requests/OrdersUpdateDepartmentReq.mjs} +0 -0
  1544. /package/dist/esm/api/resources/{billingNew/resources/rates/client/requests/RatesListV1Request.mjs → shipping/resources/orders/client/requests/OrdersUpdateLabelReq.mjs} +0 -0
  1545. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orders/resources/cargo}/client/index.d.mts +0 -0
  1546. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orders/resources/cargo}/client/index.mjs +0 -0
  1547. /package/dist/esm/api/{types → resources/shipping/resources/orders/resources/cargo/client/requests}/CargoClientUpdate1.mjs +0 -0
  1548. /package/dist/esm/api/resources/shipping/resources/{cargos/client/requests/CargoAddToOrderReq.mjs → orders/resources/cargo/client/requests/OrdersAddCargoReq.mjs} +0 -0
  1549. /package/dist/esm/api/resources/shipping/resources/{cargos/client/requests/CargoAssociateWithTaskReq.mjs → orders/resources/cargo/client/requests/OrdersAssociateCargoWithTaskReq.mjs} +0 -0
  1550. /package/dist/esm/api/resources/shipping/resources/{cargos/client/requests/CargoUnassociateWithTaskReq.mjs → orders/resources/cargo/client/requests/OrdersUnassociateCargoWithTaskReq.mjs} +0 -0
  1551. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orders/resources/cargo}/client/requests/index.mjs +0 -0
  1552. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orders/resources/cargo}/index.d.mts +0 -0
  1553. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orders/resources/cargo}/index.mjs +0 -0
  1554. /package/dist/esm/api/resources/shipping/resources/{orderGroups/client/requests/OrderGroupClientCreate1.mjs → orders/resources/drafts/client/requests/OrdersCreateDraftFromOrderTemplateNewReq.mjs} +0 -0
  1555. /package/dist/esm/api/resources/{billing/resources/statements → shipping/resources/orders/resources/task}/client/index.d.mts +0 -0
  1556. /package/dist/esm/api/resources/{billing/resources/statements → shipping/resources/orders/resources/task}/client/index.mjs +0 -0
  1557. /package/dist/esm/api/resources/shipping/resources/{orderGroups/client/requests/OrderGroupClientUpdate1.mjs → orders/resources/task/client/requests/OrdersAddTaskReq.mjs} +0 -0
  1558. /package/dist/esm/api/{types → resources/shipping/resources/orders/resources/task/client/requests}/TaskClientUpdate1.mjs +0 -0
  1559. /package/dist/esm/api/resources/{billing/resources/statements → shipping/resources/orders/resources/task}/client/requests/index.mjs +0 -0
  1560. /package/dist/esm/api/resources/{billing/resources/statements → shipping/resources/orders/resources/task}/index.d.mts +0 -0
  1561. /package/dist/esm/api/resources/{billing/resources/statements → shipping/resources/orders/resources/task}/index.mjs +0 -0
  1562. /package/dist/esm/api/resources/{billingNew/resources/rates → shipping/resources/orders/resources/taskArtifact}/client/index.d.mts +0 -0
  1563. /package/dist/esm/api/resources/{billingNew/resources/rates → shipping/resources/orders/resources/taskArtifact}/client/index.mjs +0 -0
  1564. /package/dist/esm/api/resources/{billingNew/resources/rates → shipping/resources/orders/resources/taskArtifact}/client/requests/index.mjs +0 -0
  1565. /package/dist/esm/api/resources/{billingNew/resources/rates → shipping/resources/orders/resources/taskArtifact}/index.d.mts +0 -0
  1566. /package/dist/esm/api/resources/{billingNew/resources/rates → shipping/resources/orders/resources/taskArtifact}/index.mjs +0 -0
  1567. /package/dist/esm/api/resources/shipping/resources/{cargos → orders/resources/taskGroup}/client/index.d.mts +0 -0
  1568. /package/dist/esm/api/resources/shipping/resources/{cargos → orders/resources/taskGroup}/client/index.mjs +0 -0
  1569. /package/dist/esm/api/resources/shipping/resources/{orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.mjs → orders/resources/taskGroup/client/requests/OrdersAddTaskGroupExecutorReq.mjs} +0 -0
  1570. /package/dist/esm/api/resources/shipping/resources/{orderGroups/client/requests/OrderGroupsListV1Request.mjs → orders/resources/taskGroup/client/requests/OrdersAddTaskGroupReq.mjs} +0 -0
  1571. /package/dist/esm/api/resources/shipping/resources/{orderSchedules/client/requests/OrderSchedulesListV1Request.mjs → orders/resources/taskGroup/client/requests/OrdersSetTaskGroupFlightInfoReq.mjs} +0 -0
  1572. /package/dist/esm/api/resources/shipping/resources/{orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.mjs → orders/resources/taskGroup/client/requests/OrdersSetTaskGroupTaskOrderingReq.mjs} +0 -0
  1573. /package/dist/esm/api/resources/shipping/resources/{orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.mjs → orders/resources/taskGroup/client/requests/OrdersSetTaskGroupVehicleTypeReq.mjs} +0 -0
  1574. /package/dist/esm/api/resources/shipping/resources/orders/{client/requests/OrdersUpdateDepartmentAndLabelReq.mjs → resources/taskGroup/client/requests/OrdersUpdateTaskGroupDriverReq.mjs} +0 -0
  1575. /package/dist/esm/api/resources/shipping/resources/{cargos → orders/resources/taskGroup}/client/requests/index.mjs +0 -0
  1576. /package/dist/esm/api/resources/shipping/resources/{cargos → orders/resources/taskGroup}/index.d.mts +0 -0
  1577. /package/dist/esm/api/resources/shipping/resources/{cargos → orders/resources/taskGroup}/index.mjs +0 -0
  1578. /package/dist/esm/api/resources/shipping/resources/{orderGroups → orders/resources/utils}/client/index.d.mts +0 -0
  1579. /package/dist/esm/api/resources/shipping/resources/{orderGroups → orders/resources/utils}/client/index.mjs +0 -0
  1580. /package/dist/esm/api/resources/shipping/resources/orders/resources/{drafts/client/requests/BodyPostShippingOrdersDraftsImageToTextV1.mjs → utils/client/requests/BodyPostShippingOrdersUtilsImageToTextV1.mjs} +0 -0
  1581. /package/dist/esm/api/resources/shipping/resources/{orderGroups → orders/resources/utils}/client/requests/index.mjs +0 -0
  1582. /package/dist/esm/api/resources/shipping/resources/{orderGroups → orders/resources/utils}/index.d.mts +0 -0
  1583. /package/dist/esm/api/resources/shipping/resources/{orderGroups → orders/resources/utils}/index.mjs +0 -0
  1584. /package/dist/esm/api/resources/shipping/resources/{orders/resources/drafts/resources/cargo/client/requests/OrderDraftAddCargoReq.mjs → tasks/client/requests/TaskLocationFromReferenceReq.mjs} +0 -0
  1585. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.mjs → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.mjs} +0 -0
  1586. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.mjs → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.mjs} +0 -0
  1587. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUpdateCargoReq.mjs → trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.mjs} +0 -0
  1588. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftAddTaskReqV1.mjs → types/AdHocInvoiceLineItem1.mjs} +0 -0
  1589. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftUpdateTaskReq.mjs → types/AdHocInvoiceLineItemsReq.mjs} +0 -0
  1590. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.mjs → types/BillingPeriod1.mjs} +0 -0
  1591. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.mjs → types/BillingPeriodExpanded1.mjs} +0 -0
  1592. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.mjs → types/BillingPeriodListRes.mjs} +0 -0
  1593. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftUpdateDriverReq.mjs → types/BillingPeriodTaskGroupsReq.mjs} +0 -0
  1594. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.mjs → types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.mjs} +0 -0
  1595. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetTaskOrderingDraftReq.mjs → types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.mjs} +0 -0
  1596. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetVehicleTypeReq.mjs → types/CreateInvoiceLineItemsFromAwbCostsItem1.mjs} +0 -0
  1597. /package/dist/esm/api/{resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.mjs → types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.mjs} +0 -0
  1598. /package/dist/esm/api/{resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.mjs → types/CreateInvoiceLineItemsFromAwbCostsRes.mjs} +0 -0
  1599. /package/dist/esm/api/{resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.mjs → types/FromPayables1.mjs} +0 -0
  1600. /package/dist/esm/api/{resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.mjs → types/InvoiceLineItemClientCreate1.mjs} +0 -0
  1601. /package/dist/esm/api/{resources/shipping/resources/taskGroups/client/requests/SetTaskOrderingReq.mjs → types/InvoiceLineItemServerCreate1.mjs} +0 -0
  1602. /package/dist/esm/api/{resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.mjs → types/InvoiceLineItemsFromChrtGroundProviderRateSheetsReq.mjs} +0 -0
  1603. /package/dist/esm/api/{resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.mjs → types/OrderAwbBillingAccount1.mjs} +0 -0
  1604. /package/dist/esm/api/{resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.mjs → types/OrderAwbBillingListItem1.mjs} +0 -0
  1605. /package/dist/esm/api/{resources/shipping/resources/taskGroups/client/requests/UpdateDriverReq.mjs → types/OrderAwbBillingListRes.mjs} +0 -0
  1606. /package/dist/esm/api/{resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.mjs → types/OrderBillingAccount1.mjs} +0 -0
  1607. /package/dist/esm/api/{resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.mjs → types/OrderBillingCurrencyTotals1.mjs} +0 -0
  1608. /package/dist/esm/api/types/{ApplyChrtGroundProviderRatesRes.mjs → OrderBillingExecutor1.mjs} +0 -0
  1609. /package/dist/esm/api/types/{AttachBillingLedgerPeriodReq.mjs → OrderBillingExpandedListItem1.mjs} +0 -0
  1610. /package/dist/esm/api/types/{AttachLigToVectorClientReq.mjs → OrderBillingExpandedListRes.mjs} +0 -0
  1611. /package/dist/esm/api/types/{BillingLedger1.mjs → OrderBillingPeriod1.mjs} +0 -0
  1612. /package/dist/esm/api/types/{BillingLedgerListRes.mjs → OrderBillingShipper1.mjs} +0 -0
  1613. /package/dist/esm/api/types/{BillingLedgerPeriod1.mjs → OrderInformationConversationRes.mjs} +0 -0
  1614. /package/dist/esm/api/types/{BillingLedgerPeriodListRes.mjs → OrderTemplateNew1.mjs} +0 -0
  1615. /package/dist/esm/api/types/{BillingLedgerSortByEnum.mjs → OrderTemplateNewCargo1.mjs} +0 -0
  1616. /package/dist/esm/api/types/{BillingLineItemGroupMessageWebhookPayload.mjs → OrderTemplateNewCore1.mjs} +0 -0
  1617. /package/dist/esm/api/types/{BillingLineItemGroupS3ObjectAddedWebhookPayload.mjs → OrderTemplateNewDateTimeWindow1.mjs} +0 -0
  1618. /package/dist/esm/api/types/{BillingLineItemS3ObjectAddedWebhookPayload.mjs → OrderTemplateNewDateparserResolveRes.mjs} +0 -0
  1619. /package/dist/esm/api/types/{BillingStatementOpenedWebhookPayload.mjs → OrderTemplateNewListRes.mjs} +0 -0
  1620. /package/dist/esm/api/types/{BillingStatementPaidWebhookPayload.mjs → OrderTemplateNewTask1.mjs} +0 -0
  1621. /package/dist/esm/api/types/{CargoOnFlightRateSheet1.mjs → OrderTemplateNewTaskArtifact1.mjs} +0 -0
  1622. /package/dist/esm/api/types/{CargoOnFlightRateSheetListRes.mjs → OrderTemplateNewTaskGroup1.mjs} +0 -0
  1623. /package/dist/esm/api/types/{ChrtGroundProviderRateSheet1.mjs → ResolvedTaskGroupChrtGroundProviderRates1.mjs} +0 -0
  1624. /package/dist/esm/api/types/{ChrtGroundProviderRateSheetListRes.mjs → StoredModel.mjs} +0 -0
  1625. /package/dist/esm/api/types/{CreateLigFromRateSheetForVectorClientReq.mjs → TaskGroupChrtGroundProviderRateSheetIds1.mjs} +0 -0
  1626. /package/dist/esm/api/types/{LineItem1.mjs → TaskGroupInvoiceLineItemsFromChrtGroundProviderRateSheetsPreview1.mjs} +0 -0
  1627. /package/dist/esm/api/types/{LineItemClientCreate1.mjs → TaxRate1.mjs} +0 -0
@@ -35,1283 +35,29 @@ export class TaskGroups {
35
35
  return ((_a = this._taskGroupId) !== null && _a !== void 0 ? _a : (this._taskGroupId = new TaskGroupId(this._options)));
36
36
  }
37
37
  /**
38
- * Assigns an executor organization (on-chrt or off-chrt) to a task group. Coordinator-only. Requires both executor_org_id and off_chrt_executor_org_data_id to be None (use remove_executor/v1 first to swap). | authz_personas=[coordinator_org_operators] | (AddExecutorReq) -> (bool)
39
- *
40
- * @param {string} taskGroupId
41
- * @param {Chrt.shipping.AddExecutorReq} request
42
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
43
- *
44
- * @throws {@link Chrt.UnprocessableEntityError}
45
- *
46
- * @example
47
- * await client.shipping.taskGroups.addExecutorV1("task_group_id")
48
- */
49
- addExecutorV1(taskGroupId, request = {}, requestOptions) {
50
- return core.HttpResponsePromise.fromPromise(this.__addExecutorV1(taskGroupId, request, requestOptions));
51
- }
52
- __addExecutorV1(taskGroupId_1) {
53
- return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
54
- var _a, _b, _c, _d;
55
- 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);
56
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
57
- 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, `shipping/task_groups/add_executor/v1/${encodeURIComponent(taskGroupId)}`),
58
- method: "PATCH",
59
- headers: _headers,
60
- contentType: "application/json",
61
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
62
- requestType: "json",
63
- body: request,
64
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
65
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
66
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
67
- });
68
- if (_response.ok) {
69
- return { data: _response.body, rawResponse: _response.rawResponse };
70
- }
71
- if (_response.error.reason === "status-code") {
72
- switch (_response.error.statusCode) {
73
- case 422:
74
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
75
- default:
76
- throw new errors.ChrtError({
77
- statusCode: _response.error.statusCode,
78
- body: _response.error.body,
79
- rawResponse: _response.rawResponse,
80
- });
81
- }
82
- }
83
- switch (_response.error.reason) {
84
- case "non-json":
85
- throw new errors.ChrtError({
86
- statusCode: _response.error.statusCode,
87
- body: _response.error.rawBody,
88
- rawResponse: _response.rawResponse,
89
- });
90
- case "timeout":
91
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/add_executor/v1/{task_group_id}.");
92
- case "unknown":
93
- throw new errors.ChrtError({
94
- message: _response.error.errorMessage,
95
- rawResponse: _response.rawResponse,
96
- });
97
- }
98
- });
99
- }
100
- /**
101
- * Adds a message to a task group's message log. | authz_personas=[driver_for_executor, executor_org_operators, coordinator_org_operators, shipper_org_operators] | (AddMessageReq) -> (bool)
102
- *
103
- * @param {string} taskGroupId
104
- * @param {Chrt.shipping.AddMessageReq} request
105
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
106
- *
107
- * @throws {@link Chrt.UnprocessableEntityError}
108
- *
109
- * @example
110
- * await client.shipping.taskGroups.addMessageV1("task_group_id", {
111
- * message: "message"
112
- * })
113
- */
114
- addMessageV1(taskGroupId, request, requestOptions) {
115
- return core.HttpResponsePromise.fromPromise(this.__addMessageV1(taskGroupId, request, requestOptions));
116
- }
117
- __addMessageV1(taskGroupId, request, requestOptions) {
118
- return __awaiter(this, void 0, void 0, function* () {
119
- var _a, _b, _c, _d;
120
- 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);
121
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
122
- 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, `shipping/task_groups/add_message/v1/${encodeURIComponent(taskGroupId)}`),
123
- method: "POST",
124
- headers: _headers,
125
- contentType: "application/json",
126
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
127
- requestType: "json",
128
- body: request,
129
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
130
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
131
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
132
- });
133
- if (_response.ok) {
134
- return { data: _response.body, rawResponse: _response.rawResponse };
135
- }
136
- if (_response.error.reason === "status-code") {
137
- switch (_response.error.statusCode) {
138
- case 422:
139
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
140
- default:
141
- throw new errors.ChrtError({
142
- statusCode: _response.error.statusCode,
143
- body: _response.error.body,
144
- rawResponse: _response.rawResponse,
145
- });
146
- }
147
- }
148
- switch (_response.error.reason) {
149
- case "non-json":
150
- throw new errors.ChrtError({
151
- statusCode: _response.error.statusCode,
152
- body: _response.error.rawBody,
153
- rawResponse: _response.rawResponse,
154
- });
155
- case "timeout":
156
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/add_message/v1/{task_group_id}.");
157
- case "unknown":
158
- throw new errors.ChrtError({
159
- message: _response.error.errorMessage,
160
- rawResponse: _response.rawResponse,
161
- });
162
- }
163
- });
164
- }
165
- /**
166
- * Links the operator-supplied OPEN BillingLedgerPeriod to this TaskGroup's PPD vector. Period parties must match the TG's PPD parties. The PPD vector must have no ledger attached and no rate sheet (rate-sheet/ledger exclusivity). Ad-hoc LIGs without a rate sheet may coexist. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | (AttachBillingLedgerPeriodReq) -> (BillingLedgerPeriod1)
167
- *
168
- * @param {string} taskGroupId
169
- * @param {Chrt.AttachBillingLedgerPeriodReq} request
170
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
171
- *
172
- * @throws {@link Chrt.UnprocessableEntityError}
173
- *
174
- * @example
175
- * await client.shipping.taskGroups.attachBillingLedgerPeriodToProviderPayDriverV1("task_group_id", {
176
- * billing_ledger_period_id: "billing_ledger_period_id"
177
- * })
178
- */
179
- attachBillingLedgerPeriodToProviderPayDriverV1(taskGroupId, request, requestOptions) {
180
- return core.HttpResponsePromise.fromPromise(this.__attachBillingLedgerPeriodToProviderPayDriverV1(taskGroupId, request, requestOptions));
181
- }
182
- __attachBillingLedgerPeriodToProviderPayDriverV1(taskGroupId, request, requestOptions) {
183
- return __awaiter(this, void 0, void 0, function* () {
184
- var _a, _b, _c, _d;
185
- 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);
186
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
187
- 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, `shipping/task_groups/attach_billing_ledger_period_to_provider_pay_driver/v1/${encodeURIComponent(taskGroupId)}`),
188
- method: "POST",
189
- headers: _headers,
190
- contentType: "application/json",
191
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
192
- requestType: "json",
193
- body: request,
194
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
195
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
196
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
197
- });
198
- if (_response.ok) {
199
- return { data: _response.body, rawResponse: _response.rawResponse };
200
- }
201
- if (_response.error.reason === "status-code") {
202
- switch (_response.error.statusCode) {
203
- case 422:
204
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
205
- default:
206
- throw new errors.ChrtError({
207
- statusCode: _response.error.statusCode,
208
- body: _response.error.body,
209
- rawResponse: _response.rawResponse,
210
- });
211
- }
212
- }
213
- switch (_response.error.reason) {
214
- case "non-json":
215
- throw new errors.ChrtError({
216
- statusCode: _response.error.statusCode,
217
- body: _response.error.rawBody,
218
- rawResponse: _response.rawResponse,
219
- });
220
- case "timeout":
221
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_billing_ledger_period_to_provider_pay_driver/v1/{task_group_id}.");
222
- case "unknown":
223
- throw new errors.ChrtError({
224
- message: _response.error.errorMessage,
225
- rawResponse: _response.rawResponse,
226
- });
227
- }
228
- });
229
- }
230
- /**
231
- * Links the operator-supplied OPEN BillingLedgerPeriod to this TaskGroup's PPP vector. Period parties must match the TG's PPP parties. The PPP vector must have no ledger attached and no rate sheet (rate-sheet/ledger exclusivity). Ad-hoc LIGs without a rate sheet may coexist. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (AttachBillingLedgerPeriodReq) -> (BillingLedgerPeriod1)
232
- *
233
- * @param {string} taskGroupId
234
- * @param {Chrt.AttachBillingLedgerPeriodReq} request
235
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
236
- *
237
- * @throws {@link Chrt.UnprocessableEntityError}
238
- *
239
- * @example
240
- * await client.shipping.taskGroups.attachBillingLedgerPeriodToProviderPayProviderV1("task_group_id", {
241
- * billing_ledger_period_id: "billing_ledger_period_id"
242
- * })
243
- */
244
- attachBillingLedgerPeriodToProviderPayProviderV1(taskGroupId, request, requestOptions) {
245
- return core.HttpResponsePromise.fromPromise(this.__attachBillingLedgerPeriodToProviderPayProviderV1(taskGroupId, request, requestOptions));
246
- }
247
- __attachBillingLedgerPeriodToProviderPayProviderV1(taskGroupId, request, requestOptions) {
248
- return __awaiter(this, void 0, void 0, function* () {
249
- var _a, _b, _c, _d;
250
- 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);
251
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
252
- 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, `shipping/task_groups/attach_billing_ledger_period_to_provider_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
253
- method: "POST",
254
- headers: _headers,
255
- contentType: "application/json",
256
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
257
- requestType: "json",
258
- body: request,
259
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
260
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
261
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
262
- });
263
- if (_response.ok) {
264
- return { data: _response.body, rawResponse: _response.rawResponse };
265
- }
266
- if (_response.error.reason === "status-code") {
267
- switch (_response.error.statusCode) {
268
- case 422:
269
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
270
- default:
271
- throw new errors.ChrtError({
272
- statusCode: _response.error.statusCode,
273
- body: _response.error.body,
274
- rawResponse: _response.rawResponse,
275
- });
276
- }
277
- }
278
- switch (_response.error.reason) {
279
- case "non-json":
280
- throw new errors.ChrtError({
281
- statusCode: _response.error.statusCode,
282
- body: _response.error.rawBody,
283
- rawResponse: _response.rawResponse,
284
- });
285
- case "timeout":
286
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_billing_ledger_period_to_provider_pay_provider/v1/{task_group_id}.");
287
- case "unknown":
288
- throw new errors.ChrtError({
289
- message: _response.error.errorMessage,
290
- rawResponse: _response.rawResponse,
291
- });
292
- }
293
- });
294
- }
295
- /**
296
- * Links the operator-supplied OPEN BillingLedgerPeriod to this TaskGroup's SPP vector. Period parties must match the TG's SPP parties. The SPP vector must have no ledger attached and no rate sheet (rate-sheet/ledger exclusivity). Ad-hoc LIGs without a rate sheet may coexist. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (AttachBillingLedgerPeriodReq) -> (BillingLedgerPeriod1)
297
- *
298
- * @param {string} taskGroupId
299
- * @param {Chrt.AttachBillingLedgerPeriodReq} request
300
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
301
- *
302
- * @throws {@link Chrt.UnprocessableEntityError}
303
- *
304
- * @example
305
- * await client.shipping.taskGroups.attachBillingLedgerPeriodToShipperPayProviderV1("task_group_id", {
306
- * billing_ledger_period_id: "billing_ledger_period_id"
307
- * })
308
- */
309
- attachBillingLedgerPeriodToShipperPayProviderV1(taskGroupId, request, requestOptions) {
310
- return core.HttpResponsePromise.fromPromise(this.__attachBillingLedgerPeriodToShipperPayProviderV1(taskGroupId, request, requestOptions));
311
- }
312
- __attachBillingLedgerPeriodToShipperPayProviderV1(taskGroupId, request, requestOptions) {
313
- return __awaiter(this, void 0, void 0, function* () {
314
- var _a, _b, _c, _d;
315
- 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);
316
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
317
- 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, `shipping/task_groups/attach_billing_ledger_period_to_shipper_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
318
- method: "POST",
319
- headers: _headers,
320
- contentType: "application/json",
321
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
322
- requestType: "json",
323
- body: request,
324
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
325
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
326
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
327
- });
328
- if (_response.ok) {
329
- return { data: _response.body, rawResponse: _response.rawResponse };
330
- }
331
- if (_response.error.reason === "status-code") {
332
- switch (_response.error.statusCode) {
333
- case 422:
334
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
335
- default:
336
- throw new errors.ChrtError({
337
- statusCode: _response.error.statusCode,
338
- body: _response.error.body,
339
- rawResponse: _response.rawResponse,
340
- });
341
- }
342
- }
343
- switch (_response.error.reason) {
344
- case "non-json":
345
- throw new errors.ChrtError({
346
- statusCode: _response.error.statusCode,
347
- body: _response.error.rawBody,
348
- rawResponse: _response.rawResponse,
349
- });
350
- case "timeout":
351
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_billing_ledger_period_to_shipper_pay_provider/v1/{task_group_id}.");
352
- case "unknown":
353
- throw new errors.ChrtError({
354
- message: _response.error.errorMessage,
355
- rawResponse: _response.rawResponse,
356
- });
357
- }
358
- });
359
- }
360
- /**
361
- * Attaches a STAGED, detached LineItemGroup to the PPD vector AND sets `LineItemGroup1.task_group_id` (one txn). The LIG must have `task_group_id is None`, be owned by the executor, and be party-matched to PPD. The PPD vector must have no LIG attached; if the LIG carries `rate_sheet_id`, no billing ledger period may be attached either (rate-sheet/ledger exclusivity). The LIG's `rate_sheet_id` is stamped onto `provider_pay_driver_rate_sheet_id` as a breadcrumb. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | (AttachLigToVectorClientReq) -> (bool)
362
- *
363
- * @param {string} taskGroupId
364
- * @param {Chrt.AttachLigToVectorClientReq} request
365
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
366
- *
367
- * @throws {@link Chrt.UnprocessableEntityError}
368
- *
369
- * @example
370
- * await client.shipping.taskGroups.attachLigToProviderPayDriverV1("task_group_id", {
371
- * line_item_group_id: "line_item_group_id"
372
- * })
373
- */
374
- attachLigToProviderPayDriverV1(taskGroupId, request, requestOptions) {
375
- return core.HttpResponsePromise.fromPromise(this.__attachLigToProviderPayDriverV1(taskGroupId, request, requestOptions));
376
- }
377
- __attachLigToProviderPayDriverV1(taskGroupId, request, requestOptions) {
378
- return __awaiter(this, void 0, void 0, function* () {
379
- var _a, _b, _c, _d;
380
- 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);
381
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
382
- 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, `shipping/task_groups/attach_lig_to_provider_pay_driver/v1/${encodeURIComponent(taskGroupId)}`),
383
- method: "POST",
384
- headers: _headers,
385
- contentType: "application/json",
386
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
387
- requestType: "json",
388
- body: request,
389
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
390
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
391
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
392
- });
393
- if (_response.ok) {
394
- return { data: _response.body, rawResponse: _response.rawResponse };
395
- }
396
- if (_response.error.reason === "status-code") {
397
- switch (_response.error.statusCode) {
398
- case 422:
399
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
400
- default:
401
- throw new errors.ChrtError({
402
- statusCode: _response.error.statusCode,
403
- body: _response.error.body,
404
- rawResponse: _response.rawResponse,
405
- });
406
- }
407
- }
408
- switch (_response.error.reason) {
409
- case "non-json":
410
- throw new errors.ChrtError({
411
- statusCode: _response.error.statusCode,
412
- body: _response.error.rawBody,
413
- rawResponse: _response.rawResponse,
414
- });
415
- case "timeout":
416
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_lig_to_provider_pay_driver/v1/{task_group_id}.");
417
- case "unknown":
418
- throw new errors.ChrtError({
419
- message: _response.error.errorMessage,
420
- rawResponse: _response.rawResponse,
421
- });
422
- }
423
- });
424
- }
425
- /**
426
- * Attaches a STAGED, detached LineItemGroup to the PPP vector AND sets `LineItemGroup1.task_group_id` (one txn). The LIG must have `task_group_id is None`, be owned by the coordinator, and be party-matched to PPP. The PPP vector must have no LIG attached; if the LIG carries `rate_sheet_id`, no billing ledger period may be attached either (rate-sheet/ledger exclusivity). The LIG's `rate_sheet_id` is stamped onto `provider_pay_provider_rate_sheet_id` as a breadcrumb. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (AttachLigToVectorClientReq) -> (bool)
427
- *
428
- * @param {string} taskGroupId
429
- * @param {Chrt.AttachLigToVectorClientReq} request
430
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
431
- *
432
- * @throws {@link Chrt.UnprocessableEntityError}
433
- *
434
- * @example
435
- * await client.shipping.taskGroups.attachLigToProviderPayProviderV1("task_group_id", {
436
- * line_item_group_id: "line_item_group_id"
437
- * })
438
- */
439
- attachLigToProviderPayProviderV1(taskGroupId, request, requestOptions) {
440
- return core.HttpResponsePromise.fromPromise(this.__attachLigToProviderPayProviderV1(taskGroupId, request, requestOptions));
441
- }
442
- __attachLigToProviderPayProviderV1(taskGroupId, request, requestOptions) {
443
- return __awaiter(this, void 0, void 0, function* () {
444
- var _a, _b, _c, _d;
445
- 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);
446
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
447
- 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, `shipping/task_groups/attach_lig_to_provider_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
448
- method: "POST",
449
- headers: _headers,
450
- contentType: "application/json",
451
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
452
- requestType: "json",
453
- body: request,
454
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
455
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
456
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
457
- });
458
- if (_response.ok) {
459
- return { data: _response.body, rawResponse: _response.rawResponse };
460
- }
461
- if (_response.error.reason === "status-code") {
462
- switch (_response.error.statusCode) {
463
- case 422:
464
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
465
- default:
466
- throw new errors.ChrtError({
467
- statusCode: _response.error.statusCode,
468
- body: _response.error.body,
469
- rawResponse: _response.rawResponse,
470
- });
471
- }
472
- }
473
- switch (_response.error.reason) {
474
- case "non-json":
475
- throw new errors.ChrtError({
476
- statusCode: _response.error.statusCode,
477
- body: _response.error.rawBody,
478
- rawResponse: _response.rawResponse,
479
- });
480
- case "timeout":
481
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_lig_to_provider_pay_provider/v1/{task_group_id}.");
482
- case "unknown":
483
- throw new errors.ChrtError({
484
- message: _response.error.errorMessage,
485
- rawResponse: _response.rawResponse,
486
- });
487
- }
488
- });
489
- }
490
- /**
491
- * Attaches a STAGED, detached LineItemGroup to the SPP vector AND sets `LineItemGroup1.task_group_id` (one txn). The LIG must have `task_group_id is None`, be owned by the coordinator, and be party-matched to SPP. The SPP vector must have no LIG attached; if the LIG carries `rate_sheet_id`, no billing ledger period may be attached either (rate-sheet/ledger exclusivity). The LIG's `rate_sheet_id` is stamped onto `shipper_pay_provider_rate_sheet_id` as a breadcrumb. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (AttachLigToVectorClientReq) -> (bool)
492
- *
493
- * @param {string} taskGroupId
494
- * @param {Chrt.AttachLigToVectorClientReq} request
495
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
496
- *
497
- * @throws {@link Chrt.UnprocessableEntityError}
498
- *
499
- * @example
500
- * await client.shipping.taskGroups.attachLigToShipperPayProviderV1("task_group_id", {
501
- * line_item_group_id: "line_item_group_id"
502
- * })
503
- */
504
- attachLigToShipperPayProviderV1(taskGroupId, request, requestOptions) {
505
- return core.HttpResponsePromise.fromPromise(this.__attachLigToShipperPayProviderV1(taskGroupId, request, requestOptions));
506
- }
507
- __attachLigToShipperPayProviderV1(taskGroupId, request, requestOptions) {
508
- return __awaiter(this, void 0, void 0, function* () {
509
- var _a, _b, _c, _d;
510
- 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);
511
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
512
- 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, `shipping/task_groups/attach_lig_to_shipper_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
513
- method: "POST",
514
- headers: _headers,
515
- contentType: "application/json",
516
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
517
- requestType: "json",
518
- body: request,
519
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
520
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
521
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
522
- });
523
- if (_response.ok) {
524
- return { data: _response.body, rawResponse: _response.rawResponse };
525
- }
526
- if (_response.error.reason === "status-code") {
527
- switch (_response.error.statusCode) {
528
- case 422:
529
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
530
- default:
531
- throw new errors.ChrtError({
532
- statusCode: _response.error.statusCode,
533
- body: _response.error.body,
534
- rawResponse: _response.rawResponse,
535
- });
536
- }
537
- }
538
- switch (_response.error.reason) {
539
- case "non-json":
540
- throw new errors.ChrtError({
541
- statusCode: _response.error.statusCode,
542
- body: _response.error.rawBody,
543
- rawResponse: _response.rawResponse,
544
- });
545
- case "timeout":
546
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_lig_to_shipper_pay_provider/v1/{task_group_id}.");
547
- case "unknown":
548
- throw new errors.ChrtError({
549
- message: _response.error.errorMessage,
550
- rawResponse: _response.rawResponse,
551
- });
552
- }
553
- });
554
- }
555
- /**
556
- * Detaches the PPD billing ledger period from this TaskGroup. Reverses attach_billing_ledger_period_to_provider_pay_driver/v1. Linked period must be OPEN. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | () -> (bool)
557
- *
558
- * @param {string} taskGroupId
559
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
560
- *
561
- * @throws {@link Chrt.UnprocessableEntityError}
562
- *
563
- * @example
564
- * await client.shipping.taskGroups.detachBillingLedgerPeriodFromProviderPayDriverV1("task_group_id")
565
- */
566
- detachBillingLedgerPeriodFromProviderPayDriverV1(taskGroupId, requestOptions) {
567
- return core.HttpResponsePromise.fromPromise(this.__detachBillingLedgerPeriodFromProviderPayDriverV1(taskGroupId, requestOptions));
568
- }
569
- __detachBillingLedgerPeriodFromProviderPayDriverV1(taskGroupId, requestOptions) {
570
- return __awaiter(this, void 0, void 0, function* () {
571
- var _a, _b, _c, _d;
572
- 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);
573
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
574
- 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, `shipping/task_groups/detach_billing_ledger_period_from_provider_pay_driver/v1/${encodeURIComponent(taskGroupId)}`),
575
- method: "DELETE",
576
- headers: _headers,
577
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
578
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
579
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
580
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
581
- });
582
- if (_response.ok) {
583
- return { data: _response.body, rawResponse: _response.rawResponse };
584
- }
585
- if (_response.error.reason === "status-code") {
586
- switch (_response.error.statusCode) {
587
- case 422:
588
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
589
- default:
590
- throw new errors.ChrtError({
591
- statusCode: _response.error.statusCode,
592
- body: _response.error.body,
593
- rawResponse: _response.rawResponse,
594
- });
595
- }
596
- }
597
- switch (_response.error.reason) {
598
- case "non-json":
599
- throw new errors.ChrtError({
600
- statusCode: _response.error.statusCode,
601
- body: _response.error.rawBody,
602
- rawResponse: _response.rawResponse,
603
- });
604
- case "timeout":
605
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_billing_ledger_period_from_provider_pay_driver/v1/{task_group_id}.");
606
- case "unknown":
607
- throw new errors.ChrtError({
608
- message: _response.error.errorMessage,
609
- rawResponse: _response.rawResponse,
610
- });
611
- }
612
- });
613
- }
614
- /**
615
- * Detaches the PPP billing ledger period from this TaskGroup. Reverses attach_billing_ledger_period_to_provider_pay_provider/v1. Linked period must be OPEN. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | () -> (bool)
616
- *
617
- * @param {string} taskGroupId
618
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
619
- *
620
- * @throws {@link Chrt.UnprocessableEntityError}
621
- *
622
- * @example
623
- * await client.shipping.taskGroups.detachBillingLedgerPeriodFromProviderPayProviderV1("task_group_id")
624
- */
625
- detachBillingLedgerPeriodFromProviderPayProviderV1(taskGroupId, requestOptions) {
626
- return core.HttpResponsePromise.fromPromise(this.__detachBillingLedgerPeriodFromProviderPayProviderV1(taskGroupId, requestOptions));
627
- }
628
- __detachBillingLedgerPeriodFromProviderPayProviderV1(taskGroupId, requestOptions) {
629
- return __awaiter(this, void 0, void 0, function* () {
630
- var _a, _b, _c, _d;
631
- 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);
632
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
633
- 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, `shipping/task_groups/detach_billing_ledger_period_from_provider_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
634
- method: "DELETE",
635
- headers: _headers,
636
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
637
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
638
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
639
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
640
- });
641
- if (_response.ok) {
642
- return { data: _response.body, rawResponse: _response.rawResponse };
643
- }
644
- if (_response.error.reason === "status-code") {
645
- switch (_response.error.statusCode) {
646
- case 422:
647
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
648
- default:
649
- throw new errors.ChrtError({
650
- statusCode: _response.error.statusCode,
651
- body: _response.error.body,
652
- rawResponse: _response.rawResponse,
653
- });
654
- }
655
- }
656
- switch (_response.error.reason) {
657
- case "non-json":
658
- throw new errors.ChrtError({
659
- statusCode: _response.error.statusCode,
660
- body: _response.error.rawBody,
661
- rawResponse: _response.rawResponse,
662
- });
663
- case "timeout":
664
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_billing_ledger_period_from_provider_pay_provider/v1/{task_group_id}.");
665
- case "unknown":
666
- throw new errors.ChrtError({
667
- message: _response.error.errorMessage,
668
- rawResponse: _response.rawResponse,
669
- });
670
- }
671
- });
672
- }
673
- /**
674
- * Detaches the SPP billing ledger period from this TaskGroup. Reverses attach_billing_ledger_period_to_shipper_pay_provider/v1. Linked period must be OPEN. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | () -> (bool)
675
- *
676
- * @param {string} taskGroupId
677
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
678
- *
679
- * @throws {@link Chrt.UnprocessableEntityError}
680
- *
681
- * @example
682
- * await client.shipping.taskGroups.detachBillingLedgerPeriodFromShipperPayProviderV1("task_group_id")
683
- */
684
- detachBillingLedgerPeriodFromShipperPayProviderV1(taskGroupId, requestOptions) {
685
- return core.HttpResponsePromise.fromPromise(this.__detachBillingLedgerPeriodFromShipperPayProviderV1(taskGroupId, requestOptions));
686
- }
687
- __detachBillingLedgerPeriodFromShipperPayProviderV1(taskGroupId, requestOptions) {
688
- return __awaiter(this, void 0, void 0, function* () {
689
- var _a, _b, _c, _d;
690
- 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);
691
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
692
- 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, `shipping/task_groups/detach_billing_ledger_period_from_shipper_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
693
- method: "DELETE",
694
- headers: _headers,
695
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
696
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
697
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
698
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
699
- });
700
- if (_response.ok) {
701
- return { data: _response.body, rawResponse: _response.rawResponse };
702
- }
703
- if (_response.error.reason === "status-code") {
704
- switch (_response.error.statusCode) {
705
- case 422:
706
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
707
- default:
708
- throw new errors.ChrtError({
709
- statusCode: _response.error.statusCode,
710
- body: _response.error.body,
711
- rawResponse: _response.rawResponse,
712
- });
713
- }
714
- }
715
- switch (_response.error.reason) {
716
- case "non-json":
717
- throw new errors.ChrtError({
718
- statusCode: _response.error.statusCode,
719
- body: _response.error.rawBody,
720
- rawResponse: _response.rawResponse,
721
- });
722
- case "timeout":
723
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_billing_ledger_period_from_shipper_pay_provider/v1/{task_group_id}.");
724
- case "unknown":
725
- throw new errors.ChrtError({
726
- message: _response.error.errorMessage,
727
- rawResponse: _response.rawResponse,
728
- });
729
- }
730
- });
731
- }
732
- /**
733
- * Clears the PPD vector's `_line_item_group_id` and `_rate_sheet_id` AND clears the LIG's `task_group_id` back-ref (one txn). The LIG document and its line items remain alive but fully detached on both sides. The PPD vector must currently have a LIG attached. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | () -> (bool)
734
- *
735
- * @param {string} taskGroupId
736
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
737
- *
738
- * @throws {@link Chrt.UnprocessableEntityError}
739
- *
740
- * @example
741
- * await client.shipping.taskGroups.detachLigFromProviderPayDriverV1("task_group_id")
742
- */
743
- detachLigFromProviderPayDriverV1(taskGroupId, requestOptions) {
744
- return core.HttpResponsePromise.fromPromise(this.__detachLigFromProviderPayDriverV1(taskGroupId, requestOptions));
745
- }
746
- __detachLigFromProviderPayDriverV1(taskGroupId, requestOptions) {
747
- return __awaiter(this, void 0, void 0, function* () {
748
- var _a, _b, _c, _d;
749
- 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);
750
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
751
- 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, `shipping/task_groups/detach_lig_from_provider_pay_driver/v1/${encodeURIComponent(taskGroupId)}`),
752
- method: "DELETE",
753
- headers: _headers,
754
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
755
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
756
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
757
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
758
- });
759
- if (_response.ok) {
760
- return { data: _response.body, rawResponse: _response.rawResponse };
761
- }
762
- if (_response.error.reason === "status-code") {
763
- switch (_response.error.statusCode) {
764
- case 422:
765
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
766
- default:
767
- throw new errors.ChrtError({
768
- statusCode: _response.error.statusCode,
769
- body: _response.error.body,
770
- rawResponse: _response.rawResponse,
771
- });
772
- }
773
- }
774
- switch (_response.error.reason) {
775
- case "non-json":
776
- throw new errors.ChrtError({
777
- statusCode: _response.error.statusCode,
778
- body: _response.error.rawBody,
779
- rawResponse: _response.rawResponse,
780
- });
781
- case "timeout":
782
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_lig_from_provider_pay_driver/v1/{task_group_id}.");
783
- case "unknown":
784
- throw new errors.ChrtError({
785
- message: _response.error.errorMessage,
786
- rawResponse: _response.rawResponse,
787
- });
788
- }
789
- });
790
- }
791
- /**
792
- * Clears the PPP vector's `_line_item_group_id` and `_rate_sheet_id` AND clears the LIG's `task_group_id` back-ref (one txn). The LIG document and its line items remain alive but fully detached on both sides. The PPP vector must currently have a LIG attached. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | () -> (bool)
793
- *
794
- * @param {string} taskGroupId
795
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
796
- *
797
- * @throws {@link Chrt.UnprocessableEntityError}
798
- *
799
- * @example
800
- * await client.shipping.taskGroups.detachLigFromProviderPayProviderV1("task_group_id")
801
- */
802
- detachLigFromProviderPayProviderV1(taskGroupId, requestOptions) {
803
- return core.HttpResponsePromise.fromPromise(this.__detachLigFromProviderPayProviderV1(taskGroupId, requestOptions));
804
- }
805
- __detachLigFromProviderPayProviderV1(taskGroupId, requestOptions) {
806
- return __awaiter(this, void 0, void 0, function* () {
807
- var _a, _b, _c, _d;
808
- 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);
809
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
810
- 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, `shipping/task_groups/detach_lig_from_provider_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
811
- method: "DELETE",
812
- headers: _headers,
813
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
814
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
815
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
816
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
817
- });
818
- if (_response.ok) {
819
- return { data: _response.body, rawResponse: _response.rawResponse };
820
- }
821
- if (_response.error.reason === "status-code") {
822
- switch (_response.error.statusCode) {
823
- case 422:
824
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
825
- default:
826
- throw new errors.ChrtError({
827
- statusCode: _response.error.statusCode,
828
- body: _response.error.body,
829
- rawResponse: _response.rawResponse,
830
- });
831
- }
832
- }
833
- switch (_response.error.reason) {
834
- case "non-json":
835
- throw new errors.ChrtError({
836
- statusCode: _response.error.statusCode,
837
- body: _response.error.rawBody,
838
- rawResponse: _response.rawResponse,
839
- });
840
- case "timeout":
841
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_lig_from_provider_pay_provider/v1/{task_group_id}.");
842
- case "unknown":
843
- throw new errors.ChrtError({
844
- message: _response.error.errorMessage,
845
- rawResponse: _response.rawResponse,
846
- });
847
- }
848
- });
849
- }
850
- /**
851
- * Clears the SPP vector's `_line_item_group_id` and `_rate_sheet_id` AND clears the LIG's `task_group_id` back-ref (one txn). The LIG document and its line items remain alive but fully detached on both sides. The SPP vector must currently have a LIG attached. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | () -> (bool)
852
- *
853
- * @param {string} taskGroupId
854
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
855
- *
856
- * @throws {@link Chrt.UnprocessableEntityError}
857
- *
858
- * @example
859
- * await client.shipping.taskGroups.detachLigFromShipperPayProviderV1("task_group_id")
860
- */
861
- detachLigFromShipperPayProviderV1(taskGroupId, requestOptions) {
862
- return core.HttpResponsePromise.fromPromise(this.__detachLigFromShipperPayProviderV1(taskGroupId, requestOptions));
863
- }
864
- __detachLigFromShipperPayProviderV1(taskGroupId, requestOptions) {
865
- return __awaiter(this, void 0, void 0, function* () {
866
- var _a, _b, _c, _d;
867
- 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);
868
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
869
- 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, `shipping/task_groups/detach_lig_from_shipper_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
870
- method: "DELETE",
871
- headers: _headers,
872
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
873
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
874
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
875
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
876
- });
877
- if (_response.ok) {
878
- return { data: _response.body, rawResponse: _response.rawResponse };
879
- }
880
- if (_response.error.reason === "status-code") {
881
- switch (_response.error.statusCode) {
882
- case 422:
883
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
884
- default:
885
- throw new errors.ChrtError({
886
- statusCode: _response.error.statusCode,
887
- body: _response.error.body,
888
- rawResponse: _response.rawResponse,
889
- });
890
- }
891
- }
892
- switch (_response.error.reason) {
893
- case "non-json":
894
- throw new errors.ChrtError({
895
- statusCode: _response.error.statusCode,
896
- body: _response.error.rawBody,
897
- rawResponse: _response.rawResponse,
898
- });
899
- case "timeout":
900
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_lig_from_shipper_pay_provider/v1/{task_group_id}.");
901
- case "unknown":
902
- throw new errors.ChrtError({
903
- message: _response.error.errorMessage,
904
- rawResponse: _response.rawResponse,
905
- });
906
- }
907
- });
908
- }
909
- /**
910
- * Preview the LineItem materialization that would result from applying a rate sheet to the PPD vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (executor -> driver). Auto-resolves the rate sheet via RateSheetMapping1 for the requested driver unless body.rate_sheet_id is provided. PPD is on-chrt-executor only — TGs with an off-chrt executor are 400'd. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_provider_pay_driver/v1 then attach_lig_to_provider_pay_driver/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | (TaskGroupQuoteForProviderPayDriverClientReq) -> (TaskGroupQuoteResp)
911
- *
912
- * @param {string} taskGroupId
913
- * @param {Chrt.shipping.TaskGroupQuoteForProviderPayDriverClientReq} request
914
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
915
- *
916
- * @throws {@link Chrt.UnprocessableEntityError}
917
- *
918
- * @example
919
- * await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {
920
- * driver_id: "driver_id"
921
- * })
922
- */
923
- quoteForProviderPayDriverV1(taskGroupId, request, requestOptions) {
924
- return core.HttpResponsePromise.fromPromise(this.__quoteForProviderPayDriverV1(taskGroupId, request, requestOptions));
925
- }
926
- __quoteForProviderPayDriverV1(taskGroupId, request, requestOptions) {
927
- return __awaiter(this, void 0, void 0, function* () {
928
- var _a, _b, _c, _d;
929
- 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);
930
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
931
- 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, `shipping/task_groups/quote_for_provider_pay_driver/v1/${encodeURIComponent(taskGroupId)}`),
932
- method: "POST",
933
- headers: _headers,
934
- contentType: "application/json",
935
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
936
- requestType: "json",
937
- body: request,
938
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
939
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
940
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
941
- });
942
- if (_response.ok) {
943
- return { data: _response.body, rawResponse: _response.rawResponse };
944
- }
945
- if (_response.error.reason === "status-code") {
946
- switch (_response.error.statusCode) {
947
- case 422:
948
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
949
- default:
950
- throw new errors.ChrtError({
951
- statusCode: _response.error.statusCode,
952
- body: _response.error.body,
953
- rawResponse: _response.rawResponse,
954
- });
955
- }
956
- }
957
- switch (_response.error.reason) {
958
- case "non-json":
959
- throw new errors.ChrtError({
960
- statusCode: _response.error.statusCode,
961
- body: _response.error.rawBody,
962
- rawResponse: _response.rawResponse,
963
- });
964
- case "timeout":
965
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/quote_for_provider_pay_driver/v1/{task_group_id}.");
966
- case "unknown":
967
- throw new errors.ChrtError({
968
- message: _response.error.errorMessage,
969
- rawResponse: _response.rawResponse,
970
- });
971
- }
972
- });
973
- }
974
- /**
975
- * Preview the LineItem materialization that would result from applying a rate sheet to the PPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (coordinator -> executor). Auto-resolves the rate sheet via RateSheetMapping1 for the requested executor unless body.rate_sheet_id is provided. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_provider_pay_provider/v1 then attach_lig_to_provider_pay_provider/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (TaskGroupQuoteForProviderPayProviderClientReq) -> (TaskGroupQuoteResp)
976
- *
977
- * @param {string} taskGroupId
978
- * @param {Chrt.shipping.TaskGroupQuoteForProviderPayProviderClientReq} request
979
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
980
- *
981
- * @throws {@link Chrt.UnprocessableEntityError}
982
- *
983
- * @example
984
- * await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id")
985
- */
986
- quoteForProviderPayProviderV1(taskGroupId, request = {}, requestOptions) {
987
- return core.HttpResponsePromise.fromPromise(this.__quoteForProviderPayProviderV1(taskGroupId, request, requestOptions));
988
- }
989
- __quoteForProviderPayProviderV1(taskGroupId_1) {
990
- return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
991
- var _a, _b, _c, _d;
992
- 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);
993
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
994
- 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, `shipping/task_groups/quote_for_provider_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
995
- method: "POST",
996
- headers: _headers,
997
- contentType: "application/json",
998
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
999
- requestType: "json",
1000
- body: request,
1001
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1002
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1003
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1004
- });
1005
- if (_response.ok) {
1006
- return { data: _response.body, rawResponse: _response.rawResponse };
1007
- }
1008
- if (_response.error.reason === "status-code") {
1009
- switch (_response.error.statusCode) {
1010
- case 422:
1011
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1012
- default:
1013
- throw new errors.ChrtError({
1014
- statusCode: _response.error.statusCode,
1015
- body: _response.error.body,
1016
- rawResponse: _response.rawResponse,
1017
- });
1018
- }
1019
- }
1020
- switch (_response.error.reason) {
1021
- case "non-json":
1022
- throw new errors.ChrtError({
1023
- statusCode: _response.error.statusCode,
1024
- body: _response.error.rawBody,
1025
- rawResponse: _response.rawResponse,
1026
- });
1027
- case "timeout":
1028
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/quote_for_provider_pay_provider/v1/{task_group_id}.");
1029
- case "unknown":
1030
- throw new errors.ChrtError({
1031
- message: _response.error.errorMessage,
1032
- rawResponse: _response.rawResponse,
1033
- });
1034
- }
1035
- });
1036
- }
1037
- /**
1038
- * Preview the LineItem materialization that would result from applying a rate sheet to the SPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (shipper -> coordinator). Auto-resolves the rate sheet via RateSheetMapping1 for the requested shipper unless body.rate_sheet_id is provided. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_shipper_pay_provider/v1 then attach_lig_to_shipper_pay_provider/v1. | authz: allowed_org_types=[provider, shipper], min_org_role=operator, authz_personas=[task_group_coordinator_operators, shipper_org_operators] | (TaskGroupQuoteForShipperPayProviderClientReq) -> (TaskGroupQuoteResp)
1039
- *
1040
- * @param {string} taskGroupId
1041
- * @param {Chrt.shipping.TaskGroupQuoteForShipperPayProviderClientReq} request
1042
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1043
- *
1044
- * @throws {@link Chrt.UnprocessableEntityError}
1045
- *
1046
- * @example
1047
- * await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id")
1048
- */
1049
- quoteForShipperPayProviderV1(taskGroupId, request = {}, requestOptions) {
1050
- return core.HttpResponsePromise.fromPromise(this.__quoteForShipperPayProviderV1(taskGroupId, request, requestOptions));
1051
- }
1052
- __quoteForShipperPayProviderV1(taskGroupId_1) {
1053
- return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
1054
- var _a, _b, _c, _d;
1055
- 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);
1056
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1057
- 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, `shipping/task_groups/quote_for_shipper_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
1058
- method: "POST",
1059
- headers: _headers,
1060
- contentType: "application/json",
1061
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
1062
- requestType: "json",
1063
- body: request,
1064
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1065
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1066
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1067
- });
1068
- if (_response.ok) {
1069
- return { data: _response.body, rawResponse: _response.rawResponse };
1070
- }
1071
- if (_response.error.reason === "status-code") {
1072
- switch (_response.error.statusCode) {
1073
- case 422:
1074
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1075
- default:
1076
- throw new errors.ChrtError({
1077
- statusCode: _response.error.statusCode,
1078
- body: _response.error.body,
1079
- rawResponse: _response.rawResponse,
1080
- });
1081
- }
1082
- }
1083
- switch (_response.error.reason) {
1084
- case "non-json":
1085
- throw new errors.ChrtError({
1086
- statusCode: _response.error.statusCode,
1087
- body: _response.error.rawBody,
1088
- rawResponse: _response.rawResponse,
1089
- });
1090
- case "timeout":
1091
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/quote_for_shipper_pay_provider/v1/{task_group_id}.");
1092
- case "unknown":
1093
- throw new errors.ChrtError({
1094
- message: _response.error.errorMessage,
1095
- rawResponse: _response.rawResponse,
1096
- });
1097
- }
1098
- });
1099
- }
1100
- /**
1101
- * Removes the driver from a task group (sets driver_id to null). Allowed when STAGED or IN_PROGRESS (if no tasks have reached a terminal status). | authz_personas=[executor_org_operators, driver_for_executor] | () -> (bool)
1102
- *
1103
- * @param {string} taskGroupId
1104
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1105
- *
1106
- * @throws {@link Chrt.UnprocessableEntityError}
1107
- *
1108
- * @example
1109
- * await client.shipping.taskGroups.removeDriverV1("task_group_id")
1110
- */
1111
- removeDriverV1(taskGroupId, requestOptions) {
1112
- return core.HttpResponsePromise.fromPromise(this.__removeDriverV1(taskGroupId, requestOptions));
1113
- }
1114
- __removeDriverV1(taskGroupId, requestOptions) {
1115
- return __awaiter(this, void 0, void 0, function* () {
1116
- var _a, _b, _c, _d;
1117
- 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);
1118
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1119
- 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, `shipping/task_groups/remove_driver/v1/${encodeURIComponent(taskGroupId)}`),
1120
- method: "PATCH",
1121
- headers: _headers,
1122
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
1123
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1124
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1125
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1126
- });
1127
- if (_response.ok) {
1128
- return { data: _response.body, rawResponse: _response.rawResponse };
1129
- }
1130
- if (_response.error.reason === "status-code") {
1131
- switch (_response.error.statusCode) {
1132
- case 422:
1133
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1134
- default:
1135
- throw new errors.ChrtError({
1136
- statusCode: _response.error.statusCode,
1137
- body: _response.error.body,
1138
- rawResponse: _response.rawResponse,
1139
- });
1140
- }
1141
- }
1142
- switch (_response.error.reason) {
1143
- case "non-json":
1144
- throw new errors.ChrtError({
1145
- statusCode: _response.error.statusCode,
1146
- body: _response.error.rawBody,
1147
- rawResponse: _response.rawResponse,
1148
- });
1149
- case "timeout":
1150
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/remove_driver/v1/{task_group_id}.");
1151
- case "unknown":
1152
- throw new errors.ChrtError({
1153
- message: _response.error.errorMessage,
1154
- rawResponse: _response.rawResponse,
1155
- });
1156
- }
1157
- });
1158
- }
1159
- /**
1160
- * Clears the executor and assigned driver on a task group. Refuses while PPP or PPD billing is attached; detach billing explicitly first. | authz_personas=[coordinator_org_operators] | () -> (bool)
1161
- *
1162
- * @param {string} taskGroupId
1163
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1164
- *
1165
- * @throws {@link Chrt.UnprocessableEntityError}
1166
- *
1167
- * @example
1168
- * await client.shipping.taskGroups.removeExecutorV1("task_group_id")
1169
- */
1170
- removeExecutorV1(taskGroupId, requestOptions) {
1171
- return core.HttpResponsePromise.fromPromise(this.__removeExecutorV1(taskGroupId, requestOptions));
1172
- }
1173
- __removeExecutorV1(taskGroupId, requestOptions) {
1174
- return __awaiter(this, void 0, void 0, function* () {
1175
- var _a, _b, _c, _d;
1176
- 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);
1177
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1178
- 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, `shipping/task_groups/remove_executor/v1/${encodeURIComponent(taskGroupId)}`),
1179
- method: "PATCH",
1180
- headers: _headers,
1181
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
1182
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1183
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1184
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1185
- });
1186
- if (_response.ok) {
1187
- return { data: _response.body, rawResponse: _response.rawResponse };
1188
- }
1189
- if (_response.error.reason === "status-code") {
1190
- switch (_response.error.statusCode) {
1191
- case 422:
1192
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1193
- default:
1194
- throw new errors.ChrtError({
1195
- statusCode: _response.error.statusCode,
1196
- body: _response.error.body,
1197
- rawResponse: _response.rawResponse,
1198
- });
1199
- }
1200
- }
1201
- switch (_response.error.reason) {
1202
- case "non-json":
1203
- throw new errors.ChrtError({
1204
- statusCode: _response.error.statusCode,
1205
- body: _response.error.rawBody,
1206
- rawResponse: _response.rawResponse,
1207
- });
1208
- case "timeout":
1209
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/remove_executor/v1/{task_group_id}.");
1210
- case "unknown":
1211
- throw new errors.ChrtError({
1212
- message: _response.error.errorMessage,
1213
- rawResponse: _response.rawResponse,
1214
- });
1215
- }
1216
- });
1217
- }
1218
- /**
1219
- * Replaces the ordered list of flights on a task group. | authz_personas=[lig_owner_operators] | (SetFlightInfoReq) -> (bool)
1220
- *
1221
- * @param {string} taskGroupId
1222
- * @param {Chrt.SetFlightInfoReq} request
1223
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1224
- *
1225
- * @throws {@link Chrt.UnprocessableEntityError}
1226
- *
1227
- * @example
1228
- * await client.shipping.taskGroups.setFlightInfoV1("task_group_id", {
1229
- * flight_legs: [{
1230
- * carrier_iata: "carrier_iata",
1231
- * destination_iata: "destination_iata",
1232
- * flight_number: "flight_number",
1233
- * origin_iata: "origin_iata",
1234
- * provenance: "manual",
1235
- * scheduled_departure_utc: "2024-01-15T09:30:00Z",
1236
- * schema_version: 1
1237
- * }]
1238
- * })
1239
- */
1240
- setFlightInfoV1(taskGroupId, request, requestOptions) {
1241
- return core.HttpResponsePromise.fromPromise(this.__setFlightInfoV1(taskGroupId, request, requestOptions));
1242
- }
1243
- __setFlightInfoV1(taskGroupId, request, requestOptions) {
1244
- return __awaiter(this, void 0, void 0, function* () {
1245
- var _a, _b, _c, _d;
1246
- 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);
1247
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1248
- 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, `shipping/task_groups/set_flight_info/v1/${encodeURIComponent(taskGroupId)}`),
1249
- method: "PATCH",
1250
- headers: _headers,
1251
- contentType: "application/json",
1252
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
1253
- requestType: "json",
1254
- body: request,
1255
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1256
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1257
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1258
- });
1259
- if (_response.ok) {
1260
- return { data: _response.body, rawResponse: _response.rawResponse };
1261
- }
1262
- if (_response.error.reason === "status-code") {
1263
- switch (_response.error.statusCode) {
1264
- case 422:
1265
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1266
- default:
1267
- throw new errors.ChrtError({
1268
- statusCode: _response.error.statusCode,
1269
- body: _response.error.body,
1270
- rawResponse: _response.rawResponse,
1271
- });
1272
- }
1273
- }
1274
- switch (_response.error.reason) {
1275
- case "non-json":
1276
- throw new errors.ChrtError({
1277
- statusCode: _response.error.statusCode,
1278
- body: _response.error.rawBody,
1279
- rawResponse: _response.rawResponse,
1280
- });
1281
- case "timeout":
1282
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/set_flight_info/v1/{task_group_id}.");
1283
- case "unknown":
1284
- throw new errors.ChrtError({
1285
- message: _response.error.errorMessage,
1286
- rawResponse: _response.rawResponse,
1287
- });
1288
- }
1289
- });
1290
- }
1291
- /**
1292
- * Sets the ordering of tasks within a task group. Requires complete list of task IDs in desired order. Completed tasks must be before staged tasks. | authz_personas=[lig_owner_operators] | (SetTaskOrderingReq) -> (bool)
38
+ * Adds a message to a task group's message log. | authz_personas=[driver_for_executor, executor_org_operators, coordinator_org_operators, shipper_org_operators] | (AddMessageReq) -> (bool)
1293
39
  *
1294
40
  * @param {string} taskGroupId
1295
- * @param {Chrt.shipping.SetTaskOrderingReq} request
41
+ * @param {Chrt.shipping.AddMessageReq} request
1296
42
  * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1297
43
  *
1298
44
  * @throws {@link Chrt.UnprocessableEntityError}
1299
45
  *
1300
46
  * @example
1301
- * await client.shipping.taskGroups.setTaskOrderingV1("task_group_id", {
1302
- * task_ids: ["task_ids"]
47
+ * await client.shipping.taskGroups.addMessageV1("task_group_id", {
48
+ * message: "message"
1303
49
  * })
1304
50
  */
1305
- setTaskOrderingV1(taskGroupId, request, requestOptions) {
1306
- return core.HttpResponsePromise.fromPromise(this.__setTaskOrderingV1(taskGroupId, request, requestOptions));
51
+ addMessageV1(taskGroupId, request, requestOptions) {
52
+ return core.HttpResponsePromise.fromPromise(this.__addMessageV1(taskGroupId, request, requestOptions));
1307
53
  }
1308
- __setTaskOrderingV1(taskGroupId, request, requestOptions) {
54
+ __addMessageV1(taskGroupId, request, requestOptions) {
1309
55
  return __awaiter(this, void 0, void 0, function* () {
1310
56
  var _a, _b, _c, _d;
1311
57
  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);
1312
58
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1313
- 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, `shipping/task_groups/set_task_ordering/v1/${encodeURIComponent(taskGroupId)}`),
1314
- method: "PUT",
59
+ 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, `shipping/task_groups/add_message/v1/${encodeURIComponent(taskGroupId)}`),
60
+ method: "POST",
1315
61
  headers: _headers,
1316
62
  contentType: "application/json",
1317
63
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
@@ -1344,7 +90,7 @@ export class TaskGroups {
1344
90
  rawResponse: _response.rawResponse,
1345
91
  });
1346
92
  case "timeout":
1347
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/task_groups/set_task_ordering/v1/{task_group_id}.");
93
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/add_message/v1/{task_group_id}.");
1348
94
  case "unknown":
1349
95
  throw new errors.ChrtError({
1350
96
  message: _response.error.errorMessage,
@@ -1480,71 +226,6 @@ export class TaskGroups {
1480
226
  }
1481
227
  });
1482
228
  }
1483
- /**
1484
- * Assigns or swaps the driver on a task group. Driver must belong to the task group's executor organization. | authz_personas=[executor_org_operators] | (UpdateDriverReq) -> (bool)
1485
- *
1486
- * @param {string} taskGroupId
1487
- * @param {Chrt.shipping.UpdateDriverReq} request
1488
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1489
- *
1490
- * @throws {@link Chrt.UnprocessableEntityError}
1491
- *
1492
- * @example
1493
- * await client.shipping.taskGroups.updateDriverV1("task_group_id", {
1494
- * driver_id: "driver_id"
1495
- * })
1496
- */
1497
- updateDriverV1(taskGroupId, request, requestOptions) {
1498
- return core.HttpResponsePromise.fromPromise(this.__updateDriverV1(taskGroupId, request, requestOptions));
1499
- }
1500
- __updateDriverV1(taskGroupId, request, requestOptions) {
1501
- return __awaiter(this, void 0, void 0, function* () {
1502
- var _a, _b, _c, _d;
1503
- 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);
1504
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1505
- 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, `shipping/task_groups/update_driver/v1/${encodeURIComponent(taskGroupId)}`),
1506
- method: "PATCH",
1507
- headers: _headers,
1508
- contentType: "application/json",
1509
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
1510
- requestType: "json",
1511
- body: request,
1512
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1513
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1514
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1515
- });
1516
- if (_response.ok) {
1517
- return { data: _response.body, rawResponse: _response.rawResponse };
1518
- }
1519
- if (_response.error.reason === "status-code") {
1520
- switch (_response.error.statusCode) {
1521
- case 422:
1522
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1523
- default:
1524
- throw new errors.ChrtError({
1525
- statusCode: _response.error.statusCode,
1526
- body: _response.error.body,
1527
- rawResponse: _response.rawResponse,
1528
- });
1529
- }
1530
- }
1531
- switch (_response.error.reason) {
1532
- case "non-json":
1533
- throw new errors.ChrtError({
1534
- statusCode: _response.error.statusCode,
1535
- body: _response.error.rawBody,
1536
- rawResponse: _response.rawResponse,
1537
- });
1538
- case "timeout":
1539
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/update_driver/v1/{task_group_id}.");
1540
- case "unknown":
1541
- throw new errors.ChrtError({
1542
- message: _response.error.errorMessage,
1543
- rawResponse: _response.rawResponse,
1544
- });
1545
- }
1546
- });
1547
- }
1548
229
  _getAuthorizationHeader() {
1549
230
  return __awaiter(this, void 0, void 0, function* () {
1550
231
  const bearer = yield core.Supplier.get(this._options.token);