@chrt-inc/typescript-sdk 1.908.0 → 1.914.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 (2034) hide show
  1. package/README.md +21 -21
  2. package/dist/cjs/Client.d.ts +6 -0
  3. package/dist/cjs/Client.js +34 -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 +3 -0
  19. package/dist/cjs/api/resources/billingNew/client/Client.js +13 -8
  20. package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/Client.d.ts +171 -0
  21. package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/Client.js +650 -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 +57 -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 +6 -1
  27. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.js +6 -1
  28. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesClientCreate1.d.ts +1 -1
  29. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.d.ts +6 -1
  30. package/dist/cjs/api/resources/billingNew/resources/index.d.ts +2 -0
  31. package/dist/cjs/api/resources/billingNew/resources/index.js +3 -1
  32. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/Client.d.ts +26 -2
  33. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/Client.js +82 -3
  34. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAmountReq.d.ts +3 -0
  35. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.d.ts +17 -0
  36. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromLineItemsReq.d.ts +1 -0
  37. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/InvoiceLineItemsListV1Request.d.ts +7 -0
  38. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/index.d.ts +1 -0
  39. package/dist/cjs/api/resources/billingNew/resources/invoices/client/Client.d.ts +24 -3
  40. package/dist/cjs/api/resources/billingNew/resources/invoices/client/Client.js +77 -4
  41. package/dist/cjs/api/resources/billingNew/resources/invoices/client/requests/InvoiceClientCreate1.d.ts +3 -0
  42. package/dist/cjs/api/resources/billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.d.ts +14 -0
  43. package/dist/cjs/api/resources/billingNew/resources/invoices/client/requests/InvoicesListV1Request.d.ts +6 -0
  44. package/dist/cjs/api/resources/billingNew/resources/invoices/client/requests/index.d.ts +1 -0
  45. package/dist/cjs/api/resources/billingNew/resources/orders/client/Client.d.ts +21 -0
  46. package/dist/cjs/api/resources/billingNew/resources/orders/client/Client.js +77 -0
  47. package/dist/cjs/api/resources/billingNew/resources/orders/client/requests/OrderBillingExpandedListReq.d.ts +2 -0
  48. package/dist/cjs/api/resources/billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.d.ts +14 -0
  49. package/dist/cjs/api/resources/billingNew/resources/orders/client/requests/index.d.ts +1 -0
  50. package/dist/cjs/api/resources/billingNew/resources/orders/index.d.ts +1 -0
  51. package/dist/cjs/api/resources/billingNew/resources/orders/index.js +1 -0
  52. package/dist/cjs/api/resources/billingNew/resources/orders/resources/index.d.ts +2 -0
  53. package/dist/cjs/api/resources/billingNew/resources/orders/resources/index.js +41 -0
  54. package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.d.ts +49 -0
  55. package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.js +135 -0
  56. package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/OrderRateSheetLineItemsGenerateManyReq.d.ts +12 -0
  57. package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/index.d.ts +1 -0
  58. package/dist/cjs/api/resources/index.d.ts +2 -0
  59. package/dist/cjs/api/resources/index.js +3 -1
  60. package/dist/cjs/api/resources/integrations/resources/cargoaiTrackAndTrace/client/Client.d.ts +2 -2
  61. package/dist/cjs/api/resources/integrations/resources/cargoaiTrackAndTrace/client/Client.js +2 -2
  62. package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.d.ts +4 -2
  63. package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.js +4 -2
  64. package/dist/cjs/api/resources/listing/resources/bidThreads/client/requests/BidThreadsListForBidderV1Request.d.ts +1 -0
  65. package/dist/cjs/api/resources/listing/resources/bidThreads/client/requests/BidThreadsListForListingV1Request.d.ts +1 -0
  66. package/dist/cjs/api/resources/listing/resources/listings/client/Client.d.ts +7 -1
  67. package/dist/cjs/api/resources/listing/resources/listings/client/Client.js +7 -1
  68. package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingsListByOrgV1Request.d.ts +2 -0
  69. package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingsListForDriverBidderV1Request.d.ts +2 -0
  70. package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingsListForProviderBidderV1Request.d.ts +2 -0
  71. package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/client/Client.d.ts +2 -2
  72. package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/client/Client.js +2 -2
  73. package/dist/cjs/api/resources/notifications/resources/groups/client/Client.d.ts +2 -2
  74. package/dist/cjs/api/resources/notifications/resources/groups/client/Client.js +2 -2
  75. package/dist/cjs/api/resources/operations/resources/departments/client/Client.d.ts +4 -3
  76. package/dist/cjs/api/resources/operations/resources/departments/client/Client.js +4 -3
  77. package/dist/cjs/api/resources/operations/resources/departments/client/requests/DepartmentsListV1Request.d.ts +2 -1
  78. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.d.ts +16 -8
  79. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.js +27 -13
  80. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksExpandedListV1Request.d.ts +6 -0
  81. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksListV1Request.d.ts +6 -0
  82. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksSetStatusReq1.d.ts +15 -0
  83. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/index.d.ts +1 -1
  84. package/dist/cjs/api/resources/operations/resources/orderInternalMessages/resources/s3Objects/client/Client.d.ts +2 -2
  85. package/dist/cjs/api/resources/operations/resources/orderInternalMessages/resources/s3Objects/client/Client.js +5 -2
  86. package/dist/cjs/api/resources/orgs/client/Client.d.ts +1 -0
  87. package/dist/cjs/api/resources/orgs/client/Client.js +1 -0
  88. package/dist/cjs/api/resources/orgs/client/requests/OrgsListMembersV1Request.d.ts +1 -0
  89. package/dist/cjs/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.d.ts +2 -2
  90. package/dist/cjs/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.js +5 -2
  91. package/dist/cjs/api/resources/orgs/resources/connections/client/Client.d.ts +1 -1
  92. package/dist/cjs/api/resources/orgs/resources/connections/client/Client.js +1 -1
  93. package/dist/cjs/api/resources/orgs/resources/contacts/client/Client.d.ts +1 -1
  94. package/dist/cjs/api/resources/orgs/resources/contacts/client/Client.js +1 -1
  95. package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.d.ts +2 -0
  96. package/dist/cjs/api/resources/orgs/resources/publicData/client/Client.d.ts +4 -4
  97. package/dist/cjs/api/resources/orgs/resources/publicData/client/Client.js +4 -4
  98. package/dist/cjs/api/resources/shipping/client/Client.d.ts +3 -15
  99. package/dist/cjs/api/resources/shipping/client/Client.js +15 -35
  100. package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.d.ts +3 -1
  101. package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.js +3 -1
  102. package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriversListOrgMembersAndDriversV1Request.d.ts +1 -0
  103. package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriversListV1Request.d.ts +2 -1
  104. package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.d.ts +2 -2
  105. package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.js +5 -2
  106. package/dist/cjs/api/resources/shipping/resources/flights/client/Client.d.ts +6 -3
  107. package/dist/cjs/api/resources/shipping/resources/flights/client/Client.js +19 -11
  108. package/dist/cjs/api/resources/shipping/resources/flights/client/index.d.ts +1 -0
  109. package/dist/cjs/api/resources/shipping/resources/flights/client/index.js +15 -0
  110. package/dist/cjs/api/resources/shipping/resources/flights/client/requests/FlightsGetFlightTrackForFlightLegV1Request.d.ts +13 -0
  111. package/dist/cjs/api/resources/shipping/resources/flights/client/requests/index.d.ts +1 -0
  112. package/dist/cjs/api/resources/shipping/resources/index.d.ts +4 -12
  113. package/dist/cjs/api/resources/shipping/resources/index.js +5 -13
  114. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/Client.d.ts +192 -0
  115. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/Client.js +724 -0
  116. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientCreate1.d.ts +31 -0
  117. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientUpdate1.d.ts +32 -0
  118. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewDateparserResolveReq.d.ts +16 -0
  119. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplatesNewListV1Request.d.ts +63 -0
  120. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/index.d.ts +4 -0
  121. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.d.ts +107 -0
  122. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.js +380 -0
  123. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoClientCreate1.d.ts +25 -0
  124. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoClientUpdate1.d.ts +32 -0
  125. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoReorderReq1.d.ts +10 -0
  126. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/requests/index.d.ts +3 -0
  127. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/index.d.ts +8 -0
  128. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/index.js +47 -0
  129. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/Client.d.ts +112 -0
  130. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/Client.js +388 -0
  131. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactClientCreate1.d.ts +15 -0
  132. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactClientUpdate1.d.ts +12 -0
  133. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactMoveReq1.d.ts +12 -0
  134. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactReorderReq1.d.ts +10 -0
  135. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/index.d.ts +4 -0
  136. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/Client.d.ts +93 -0
  137. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/Client.js +320 -0
  138. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupClientCreate1.d.ts +20 -0
  139. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupClientUpdate1.d.ts +23 -0
  140. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupReorderReq1.d.ts +10 -0
  141. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/index.d.ts +3 -0
  142. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/Client.d.ts +125 -0
  143. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/Client.js +450 -0
  144. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskCargoAssociationsReq1.d.ts +10 -0
  145. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskClientCreate1.d.ts +22 -0
  146. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskClientUpdate1.d.ts +21 -0
  147. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskMoveReq1.d.ts +12 -0
  148. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskReorderReq1.d.ts +10 -0
  149. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/index.d.ts +5 -0
  150. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +140 -8
  151. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +545 -15
  152. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/OrdersAddCoordinatorTaskListToApplyAtOrderStagingV1Request.d.ts +14 -0
  153. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/OrdersDeleteManyDraftsReq.d.ts +12 -0
  154. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/OrdersTaskGroupOrderingReq.d.ts +13 -0
  155. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/OrdersUpdateDepartmentReq.d.ts +11 -0
  156. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/OrdersUpdateDraftReq.d.ts +19 -0
  157. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/OrdersUpdateLabelReq.d.ts +11 -0
  158. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/index.d.ts +6 -1
  159. package/dist/cjs/api/resources/shipping/resources/orders/index.d.ts +1 -1
  160. package/dist/cjs/api/resources/shipping/resources/orders/index.js +1 -1
  161. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/Client.d.ts +127 -0
  162. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/Client.js +449 -0
  163. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/requests/CargoClientUpdate1.d.ts +32 -0
  164. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersAddCargoReq.d.ts +18 -0
  165. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersAssociateCargoWithTaskReq.d.ts +16 -0
  166. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersUnassociateCargoWithTaskReq.d.ts +16 -0
  167. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/requests/index.d.ts +4 -0
  168. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/Client.d.ts +5 -157
  169. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/Client.js +10 -673
  170. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersCreateDraftFromOrderTemplateNewReq.d.ts +14 -0
  171. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.ts +0 -6
  172. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/index.d.ts +1 -5
  173. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/index.d.ts +0 -2
  174. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/index.js +0 -2
  175. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +11 -106
  176. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +15 -519
  177. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.ts +8 -0
  178. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.ts +3 -0
  179. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/index.d.ts +0 -2
  180. package/dist/cjs/api/resources/shipping/resources/orders/resources/index.d.ts +10 -1
  181. package/dist/cjs/api/resources/shipping/resources/orders/resources/index.js +11 -2
  182. package/dist/cjs/api/resources/shipping/resources/orders/resources/task/client/Client.d.ts +79 -0
  183. package/dist/cjs/api/resources/shipping/resources/orders/resources/task/client/Client.js +257 -0
  184. package/dist/cjs/api/resources/shipping/resources/orders/resources/task/client/requests/OrdersAddTaskReq.d.ts +20 -0
  185. package/dist/cjs/api/resources/shipping/resources/orders/resources/task/client/requests/TaskClientUpdate1.d.ts +21 -0
  186. package/dist/cjs/api/resources/shipping/resources/orders/resources/task/client/requests/index.d.ts +2 -0
  187. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskArtifact/client/Client.d.ts +66 -0
  188. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskArtifact/client/Client.js +195 -0
  189. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/OrdersAddTaskArtifactReq.d.ts +25 -0
  190. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/OrdersAddTaskArtifactReq.js +13 -0
  191. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/index.d.ts +1 -0
  192. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/Client.d.ts +175 -0
  193. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/Client.js +641 -0
  194. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupExecutorReq.d.ts +13 -0
  195. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupReq.d.ts +17 -0
  196. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupFlightInfoReq.d.ts +22 -0
  197. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupTaskOrderingReq.d.ts +13 -0
  198. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupVehicleTypeReq.d.ts +13 -0
  199. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersUpdateTaskGroupDriverReq.d.ts +13 -0
  200. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/index.d.ts +6 -0
  201. package/dist/cjs/api/resources/shipping/resources/orders/resources/utils/client/Client.d.ts +50 -0
  202. package/dist/cjs/api/resources/shipping/resources/orders/resources/utils/client/Client.js +136 -0
  203. package/dist/cjs/api/resources/shipping/resources/orders/resources/utils/client/requests/BodyPostShippingOrdersUtilsImageToTextV1.d.ts +13 -0
  204. package/dist/cjs/api/resources/shipping/resources/orders/resources/utils/client/requests/index.d.ts +1 -0
  205. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.d.ts +0 -34
  206. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.js +0 -128
  207. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/index.d.ts +0 -1
  208. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/index.js +0 -15
  209. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.ts +3 -3
  210. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.js +2 -2
  211. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +0 -314
  212. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +10 -1329
  213. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/index.d.ts +0 -6
  214. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.ts +20 -31
  215. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.js +36 -93
  216. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverV1Request.d.ts +61 -0
  217. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.ts +65 -0
  218. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.ts +2 -2
  219. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/index.d.ts +1 -0
  220. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/index.js +1 -0
  221. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.d.ts +2 -2
  222. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.js +1 -1
  223. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.ts +11 -7
  224. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.js +23 -15
  225. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.d.ts +1 -0
  226. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.js +15 -0
  227. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.d.ts +13 -0
  228. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.d.ts +1 -0
  229. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.d.ts +11 -41
  230. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.js +24 -146
  231. package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/TaskCompleteReq.d.ts +10 -0
  232. package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/TaskCompletionTimestampUpdateReq.d.ts +12 -0
  233. package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/index.d.ts +2 -1
  234. package/dist/cjs/api/resources/shippingIntegrations/client/Client.d.ts +29 -0
  235. package/dist/cjs/api/resources/shippingIntegrations/client/Client.js +27 -0
  236. package/dist/cjs/api/resources/shippingIntegrations/resources/connections/client/Client.d.ts +44 -0
  237. package/dist/cjs/api/resources/shippingIntegrations/resources/connections/client/Client.js +121 -0
  238. package/dist/cjs/api/resources/shippingIntegrations/resources/index.d.ts +4 -0
  239. package/dist/cjs/api/resources/shippingIntegrations/resources/index.js +43 -0
  240. package/dist/cjs/api/resources/shippingIntegrations/resources/orders/client/Client.d.ts +105 -0
  241. package/dist/cjs/api/resources/shippingIntegrations/resources/orders/client/Client.js +404 -0
  242. package/dist/cjs/api/resources/shippingIntegrations/resources/orders/client/requests/OrdersListV1Request.d.ts +60 -0
  243. package/dist/cjs/api/resources/shippingIntegrations/resources/orders/client/requests/OrdersStatusSummaryV1Request.d.ts +50 -0
  244. package/dist/cjs/api/resources/shippingIntegrations/resources/orders/client/requests/index.d.ts +2 -0
  245. package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/client/Client.d.ts +26 -0
  246. package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/client/Client.js +22 -0
  247. package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/index.d.ts +2 -0
  248. package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/index.js +18 -0
  249. package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/resources/creds/client/Client.d.ts +116 -0
  250. package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/resources/creds/client/Client.js +427 -0
  251. package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/resources/creds/client/requests/XceleratorCredsClientCreate1.d.ts +19 -0
  252. package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/resources/creds/client/requests/XceleratorCredsClientUpdate1.d.ts +15 -0
  253. package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/resources/creds/client/requests/index.d.ts +2 -0
  254. package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/resources/index.d.ts +4 -0
  255. package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/resources/index.js +43 -0
  256. package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/Client.d.ts +104 -0
  257. package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/Client.js +371 -0
  258. package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/requests/OrdersListV1Request.d.ts +48 -0
  259. package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/requests/XceleratorOrderSyncOneReq.d.ts +15 -0
  260. package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/requests/index.d.ts +2 -0
  261. package/dist/cjs/api/resources/tracking/client/Client.d.ts +6 -0
  262. package/dist/cjs/api/resources/tracking/client/Client.js +16 -6
  263. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/Client.d.ts +140 -0
  264. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/Client.js +494 -0
  265. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/requests/GeofenceTemplatesListV1Request.d.ts +45 -0
  266. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientCreate1.d.ts +28 -0
  267. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientUpdate1.d.ts +14 -0
  268. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/requests/index.d.ts +3 -0
  269. package/dist/cjs/api/resources/tracking/resources/index.d.ts +4 -0
  270. package/dist/cjs/api/resources/tracking/resources/index.js +5 -1
  271. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/Client.d.ts +117 -0
  272. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/Client.js +393 -0
  273. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceApplyTemplateReq.d.ts +12 -0
  274. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceClientUpdate1.d.ts +13 -0
  275. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceReorderReq.d.ts +10 -0
  276. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/requests/index.d.ts +3 -0
  277. package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.d.ts +11 -10
  278. package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.js +16 -12
  279. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionClientUpdate2.d.ts +20 -0
  280. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionsCreateV1Req.d.ts +25 -0
  281. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionsFlightTrackV1Request.d.ts +4 -1
  282. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/index.d.ts +2 -2
  283. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.ts +4 -4
  284. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.js +2 -2
  285. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/Client.d.ts +0 -3
  286. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/Client.js +0 -5
  287. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.ts +48 -16
  288. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.js +173 -43
  289. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.d.ts +16 -0
  290. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.d.ts +12 -0
  291. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.d.ts +2 -0
  292. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/index.d.ts +0 -2
  293. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/index.js +1 -3
  294. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.d.ts +17 -0
  295. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.js +67 -0
  296. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.d.ts +14 -0
  297. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.d.ts +1 -0
  298. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.d.ts +2 -2
  299. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.js +2 -2
  300. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.d.ts +2 -2
  301. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.js +2 -2
  302. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.d.ts +2 -2
  303. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.js +2 -2
  304. package/dist/cjs/api/types/AiImageDescription.d.ts +1 -1
  305. package/dist/cjs/api/types/ArchivedModel.d.ts +15 -0
  306. package/dist/cjs/api/types/ArchivedModel.js +14 -0
  307. package/dist/cjs/api/types/BillingInvoiceApprovedWebhookPayload.d.ts +10 -0
  308. package/dist/cjs/api/types/BillingPeriod1.d.ts +34 -0
  309. package/dist/cjs/api/types/BillingPeriodCycleEnum1.d.ts +11 -0
  310. package/dist/cjs/api/types/BillingPeriodCycleEnum1.js +13 -0
  311. package/dist/cjs/api/types/BillingPeriodExpanded1.d.ts +9 -0
  312. package/dist/cjs/api/types/BillingPeriodListRes.d.ts +8 -0
  313. package/dist/cjs/api/types/BillingPeriodSortByEnum.d.ts +12 -0
  314. package/dist/cjs/api/types/BillingPeriodSortByEnum.js +14 -0
  315. package/dist/cjs/api/types/BillingPeriodStatusEnum1.d.ts +8 -0
  316. package/dist/cjs/api/types/BillingPeriodStatusEnum1.js +10 -0
  317. package/dist/cjs/api/types/BillingPeriodTaskGroupsReq.d.ts +6 -0
  318. package/dist/cjs/api/types/Cargo1.d.ts +2 -0
  319. package/dist/cjs/api/types/CargoClientCreate1.d.ts +1 -0
  320. package/dist/cjs/api/types/CargoTypeEnum1.d.ts +2 -1
  321. package/dist/cjs/api/types/CargoTypeEnum1.js +1 -0
  322. package/dist/cjs/api/types/ChrtGroundProviderRates1.d.ts +1 -1
  323. package/dist/cjs/api/types/ContactExpandedListItem.d.ts +10 -0
  324. package/dist/cjs/api/types/ContactListRes.d.ts +1 -1
  325. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.d.ts +9 -0
  326. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.d.ts +11 -0
  327. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsItem1.d.ts +13 -0
  328. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.d.ts +9 -0
  329. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.d.ts +9 -0
  330. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.js +11 -0
  331. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRes.d.ts +10 -0
  332. package/dist/cjs/api/types/DeviceExpandedRes.d.ts +2 -2
  333. package/dist/cjs/api/types/GeofencePointLocationFeature1.d.ts +14 -0
  334. package/dist/cjs/api/types/GeofenceTemplateListRes.d.ts +8 -0
  335. package/dist/cjs/api/types/GeofenceTemplateSortByEnum.d.ts +10 -0
  336. package/dist/cjs/api/types/GeofenceTemplateSortByEnum.js +12 -0
  337. package/dist/cjs/api/types/GeometriesItem.d.ts +28 -0
  338. package/dist/cjs/api/types/GeometryCollection.d.ts +1 -1
  339. package/dist/cjs/api/types/InternalDelegationJwtReq.d.ts +1 -1
  340. package/dist/cjs/api/types/Invoice1.d.ts +3 -0
  341. package/dist/cjs/api/types/InvoiceExpandedListItem.d.ts +11 -0
  342. package/dist/cjs/api/types/InvoiceExpandedRes.d.ts +2 -1
  343. package/dist/cjs/api/types/InvoiceLineItem1.d.ts +4 -0
  344. package/dist/cjs/api/types/InvoiceLineItemClientCreate1.d.ts +3 -0
  345. package/dist/cjs/api/types/InvoiceLineItemExpandedListItem.d.ts +8 -0
  346. package/dist/cjs/api/types/InvoiceLineItemExpandedRes.d.ts +12 -0
  347. package/dist/cjs/api/types/InvoiceLineItemListRes.d.ts +1 -1
  348. package/dist/cjs/api/types/InvoiceLineItemServerCreate1.d.ts +4 -0
  349. package/dist/cjs/api/types/InvoiceLineItemsByOrderExpandedRes.d.ts +2 -0
  350. package/dist/cjs/api/types/InvoiceListRes.d.ts +1 -1
  351. package/dist/cjs/api/types/Model.d.ts +12 -0
  352. package/dist/cjs/api/types/Model.js +11 -0
  353. package/dist/cjs/api/types/NotificationEventsForAdHocEnum.d.ts +2 -2
  354. package/dist/cjs/api/types/NotificationEventsForAdHocEnum.js +1 -1
  355. package/dist/cjs/api/types/NotificationEventsForOrgsEnum.d.ts +3 -7
  356. package/dist/cjs/api/types/NotificationEventsForOrgsEnum.js +2 -6
  357. package/dist/cjs/api/types/NotificationEventsForUsersEnum.d.ts +3 -4
  358. package/dist/cjs/api/types/NotificationEventsForUsersEnum.js +2 -3
  359. package/dist/cjs/api/types/OffChrtOrgData1.d.ts +1 -0
  360. package/dist/cjs/api/types/OffChrtOrgDataClientCreate1.d.ts +1 -0
  361. package/dist/cjs/api/types/OperationsTaskExpandedListItem.d.ts +1 -0
  362. package/dist/cjs/api/types/OperationsTasksStatusUpdateRes1.d.ts +7 -0
  363. package/dist/cjs/api/types/OrderAndTaskGroupExpandedReq.d.ts +2 -0
  364. package/dist/cjs/api/types/OrderAwbBillingAccount1.d.ts +8 -0
  365. package/dist/cjs/api/types/OrderAwbBillingListItem1.d.ts +12 -0
  366. package/dist/cjs/api/types/OrderAwbBillingListRes.d.ts +8 -0
  367. package/dist/cjs/api/types/OrderBillingExpandedListItem1.d.ts +1 -0
  368. package/dist/cjs/api/types/OrderBillingPeriod1.d.ts +11 -0
  369. package/dist/cjs/api/types/OrderExpandedForProvider.d.ts +3 -0
  370. package/dist/cjs/api/types/OrderExpandedForShipper.d.ts +2 -0
  371. package/dist/cjs/api/types/OrderInformationConversationRes.d.ts +7 -0
  372. package/dist/cjs/api/types/OrderLimitedForProvider1.d.ts +1 -1
  373. package/dist/cjs/api/types/OrderLimitedForShipper1.d.ts +3 -3
  374. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyRes.d.ts +12 -0
  375. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyResult1.d.ts +11 -0
  376. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.d.ts +9 -0
  377. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.js +11 -0
  378. package/dist/cjs/api/types/OrderTemplateNew1.d.ts +33 -0
  379. package/dist/cjs/api/types/OrderTemplateNewCargo1.d.ts +20 -0
  380. package/dist/cjs/api/types/OrderTemplateNewCore1.d.ts +22 -0
  381. package/dist/cjs/api/types/OrderTemplateNewDateTimeWindow1.d.ts +9 -0
  382. package/dist/cjs/api/types/OrderTemplateNewDateparserResolveRes.d.ts +11 -0
  383. package/dist/cjs/api/types/OrderTemplateNewExpanded1.d.ts +37 -0
  384. package/dist/cjs/api/types/OrderTemplateNewListRes.d.ts +8 -0
  385. package/dist/cjs/api/types/OrderTemplateNewSortByEnum.d.ts +10 -0
  386. package/dist/cjs/api/types/OrderTemplateNewSortByEnum.js +12 -0
  387. package/dist/cjs/api/types/OrderTemplateNewTask1.d.ts +20 -0
  388. package/dist/cjs/api/types/OrderTemplateNewTaskArtifact1.d.ts +10 -0
  389. package/dist/cjs/api/types/OrderTemplateNewTaskGroup1.d.ts +16 -0
  390. package/dist/cjs/api/types/OrderTemplateNewTaskGroupExpanded1.d.ts +10 -0
  391. package/dist/cjs/api/types/OrdersDeleteManyDraftsRes.d.ts +6 -0
  392. package/dist/cjs/api/types/OrdersUpdateDraftRes.d.ts +14 -0
  393. package/dist/cjs/api/types/OrgShippingIntegrationEnum1.d.ts +11 -0
  394. package/dist/cjs/api/types/OrgShippingIntegrationEnum1.js +13 -0
  395. package/dist/cjs/api/types/Point.d.ts +1 -0
  396. package/dist/cjs/api/types/ProFormaLineItem1.d.ts +9 -7
  397. package/dist/cjs/api/types/ProFormaLineItemProvenanceEnum1.d.ts +9 -0
  398. package/dist/cjs/api/types/ProFormaLineItemProvenanceEnum1.js +11 -0
  399. package/dist/cjs/api/types/ReelablesDataPoint1.d.ts +2 -0
  400. package/dist/cjs/api/types/Session2.d.ts +31 -0
  401. package/dist/cjs/api/types/SessionGeofence1.d.ts +12 -0
  402. package/dist/cjs/api/types/SessionGeofenceBase1.d.ts +9 -0
  403. package/dist/cjs/api/types/SessionGeofenceClientCreate1.d.ts +9 -0
  404. package/dist/cjs/api/types/SessionGeofenceTemplate1.d.ts +19 -0
  405. package/dist/cjs/api/types/SessionListRes.d.ts +1 -1
  406. package/dist/cjs/api/types/ShippingIntegrationConnection.d.ts +24 -0
  407. package/dist/cjs/api/types/ShippingIntegrationConnectionListRes.d.ts +8 -0
  408. package/dist/cjs/api/types/ShippingIntegrationOrder1.d.ts +25 -0
  409. package/dist/cjs/api/types/ShippingIntegrationOrderListRes.d.ts +8 -0
  410. package/dist/cjs/api/types/ShippingIntegrationOrderPlace1.d.ts +21 -0
  411. package/dist/cjs/api/types/ShippingIntegrationOrderSortByEnum.d.ts +11 -0
  412. package/dist/cjs/api/types/ShippingIntegrationOrderSortByEnum.js +13 -0
  413. package/dist/cjs/api/types/ShippingIntegrationOrderStatusEnum1.d.ts +11 -0
  414. package/dist/cjs/api/types/ShippingIntegrationOrderStatusEnum1.js +13 -0
  415. package/dist/cjs/api/types/ShippingIntegrationOrderStatusSummaryRes.d.ts +14 -0
  416. package/dist/cjs/api/types/StoredModel.d.ts +5 -0
  417. package/dist/cjs/api/types/Task1.d.ts +1 -0
  418. package/dist/cjs/api/types/TaskGroup1.d.ts +1 -9
  419. package/dist/cjs/api/types/TaskGroupByDriverDataPointsRes.d.ts +8 -0
  420. package/dist/cjs/api/types/TaskGroupByDriverLastSeenRes.d.ts +8 -0
  421. package/dist/cjs/api/types/TaskGroupProviderRoleFilterEnum.d.ts +9 -0
  422. package/dist/cjs/api/types/TaskGroupProviderRoleFilterEnum.js +11 -0
  423. package/dist/cjs/api/types/TaskListToApplyToOrderExpanded.d.ts +8 -0
  424. package/dist/cjs/api/types/TrackingSessionGeofenceEnteredWebhookPayload.d.ts +14 -0
  425. package/dist/cjs/api/types/VehicleTypeEnum.d.ts +2 -1
  426. package/dist/cjs/api/types/VehicleTypeEnum.js +1 -0
  427. package/dist/cjs/api/types/WorkflowCaller.d.ts +14 -0
  428. package/dist/cjs/api/types/XceleratorCredsLimited1.d.ts +27 -0
  429. package/dist/cjs/api/types/XceleratorCredsListRes.d.ts +8 -0
  430. package/dist/cjs/api/types/XceleratorCredsTestRes.d.ts +11 -0
  431. package/dist/cjs/api/types/XceleratorOrder1.d.ts +19 -0
  432. package/dist/cjs/api/types/XceleratorOrderExtraResponse1.d.ts +11 -0
  433. package/dist/cjs/api/types/XceleratorOrderListRes.d.ts +8 -0
  434. package/dist/cjs/api/types/XceleratorOrderPackageResponse1.d.ts +9 -0
  435. package/dist/cjs/api/types/XceleratorOrderResponse1.d.ts +82 -0
  436. package/dist/cjs/api/types/XceleratorOrderSortByEnum.d.ts +10 -0
  437. package/dist/cjs/api/types/XceleratorOrderSortByEnum.js +12 -0
  438. package/dist/cjs/api/types/index.d.ts +78 -102
  439. package/dist/cjs/api/types/index.js +78 -102
  440. package/dist/cjs/core/index.d.ts +0 -1
  441. package/dist/cjs/core/index.js +0 -1
  442. package/dist/cjs/version.d.ts +1 -1
  443. package/dist/cjs/version.js +1 -1
  444. package/dist/esm/Client.d.mts +6 -0
  445. package/dist/esm/Client.mjs +12 -2
  446. package/dist/esm/api/resources/agent/client/Client.d.mts +23 -0
  447. package/dist/esm/api/resources/agent/client/Client.mjs +13 -0
  448. package/dist/esm/api/resources/agent/resources/index.d.mts +2 -0
  449. package/dist/esm/api/resources/agent/resources/index.mjs +2 -0
  450. package/dist/esm/api/resources/agent/resources/orderInformation/client/Client.d.mts +79 -0
  451. package/dist/esm/api/resources/agent/resources/orderInformation/client/Client.mjs +223 -0
  452. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.d.mts +11 -0
  453. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.d.mts +12 -0
  454. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.d.mts +13 -0
  455. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/index.d.mts +3 -0
  456. package/dist/esm/api/resources/billing/client/Client.d.mts +0 -27
  457. package/dist/esm/api/resources/billing/client/Client.mjs +0 -45
  458. package/dist/esm/api/resources/billing/resources/index.d.mts +0 -17
  459. package/dist/esm/api/resources/billing/resources/index.mjs +0 -17
  460. package/dist/esm/api/resources/billingNew/client/Client.d.mts +3 -0
  461. package/dist/esm/api/resources/billingNew/client/Client.mjs +5 -0
  462. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/Client.d.mts +171 -0
  463. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/Client.mjs +613 -0
  464. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.d.mts +34 -0
  465. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.d.mts +20 -0
  466. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.d.mts +57 -0
  467. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/index.d.mts +3 -0
  468. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.d.mts +6 -1
  469. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.mjs +6 -1
  470. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesClientCreate1.d.mts +1 -1
  471. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.d.mts +6 -1
  472. package/dist/esm/api/resources/billingNew/resources/index.d.mts +2 -0
  473. package/dist/esm/api/resources/billingNew/resources/index.mjs +2 -0
  474. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.d.mts +26 -2
  475. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.mjs +82 -3
  476. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAmountReq.d.mts +3 -0
  477. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.d.mts +17 -0
  478. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromLineItemsReq.d.mts +1 -0
  479. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/InvoiceLineItemsListV1Request.d.mts +7 -0
  480. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/index.d.mts +1 -0
  481. package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.d.mts +24 -3
  482. package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.mjs +77 -4
  483. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoiceClientCreate1.d.mts +3 -0
  484. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.d.mts +14 -0
  485. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoicesListV1Request.d.mts +6 -0
  486. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/index.d.mts +1 -0
  487. package/dist/esm/api/resources/billingNew/resources/orders/client/Client.d.mts +21 -0
  488. package/dist/esm/api/resources/billingNew/resources/orders/client/Client.mjs +77 -0
  489. package/dist/esm/api/resources/billingNew/resources/orders/client/requests/OrderBillingExpandedListReq.d.mts +2 -0
  490. package/dist/esm/api/resources/billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.d.mts +14 -0
  491. package/dist/esm/api/resources/billingNew/resources/orders/client/requests/index.d.mts +1 -0
  492. package/dist/esm/api/resources/billingNew/resources/orders/index.d.mts +1 -0
  493. package/dist/esm/api/resources/billingNew/resources/orders/index.mjs +1 -0
  494. package/dist/esm/api/resources/billingNew/resources/orders/resources/index.d.mts +2 -0
  495. package/dist/esm/api/resources/billingNew/resources/orders/resources/index.mjs +2 -0
  496. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.d.mts +49 -0
  497. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.mjs +98 -0
  498. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/OrderRateSheetLineItemsGenerateManyReq.d.mts +12 -0
  499. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/index.d.mts +1 -0
  500. package/dist/esm/api/resources/index.d.mts +2 -0
  501. package/dist/esm/api/resources/index.mjs +2 -0
  502. package/dist/esm/api/resources/integrations/resources/cargoaiTrackAndTrace/client/Client.d.mts +2 -2
  503. package/dist/esm/api/resources/integrations/resources/cargoaiTrackAndTrace/client/Client.mjs +2 -2
  504. package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.d.mts +4 -2
  505. package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.mjs +4 -2
  506. package/dist/esm/api/resources/listing/resources/bidThreads/client/requests/BidThreadsListForBidderV1Request.d.mts +1 -0
  507. package/dist/esm/api/resources/listing/resources/bidThreads/client/requests/BidThreadsListForListingV1Request.d.mts +1 -0
  508. package/dist/esm/api/resources/listing/resources/listings/client/Client.d.mts +7 -1
  509. package/dist/esm/api/resources/listing/resources/listings/client/Client.mjs +7 -1
  510. package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingsListByOrgV1Request.d.mts +2 -0
  511. package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingsListForDriverBidderV1Request.d.mts +2 -0
  512. package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingsListForProviderBidderV1Request.d.mts +2 -0
  513. package/dist/esm/api/resources/listing/resources/orgBiddingGroups/client/Client.d.mts +2 -2
  514. package/dist/esm/api/resources/listing/resources/orgBiddingGroups/client/Client.mjs +2 -2
  515. package/dist/esm/api/resources/notifications/resources/groups/client/Client.d.mts +2 -2
  516. package/dist/esm/api/resources/notifications/resources/groups/client/Client.mjs +2 -2
  517. package/dist/esm/api/resources/operations/resources/departments/client/Client.d.mts +4 -3
  518. package/dist/esm/api/resources/operations/resources/departments/client/Client.mjs +4 -3
  519. package/dist/esm/api/resources/operations/resources/departments/client/requests/DepartmentsListV1Request.d.mts +2 -1
  520. package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.d.mts +16 -8
  521. package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.mjs +27 -13
  522. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksExpandedListV1Request.d.mts +6 -0
  523. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksListV1Request.d.mts +6 -0
  524. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksSetStatusReq1.d.mts +15 -0
  525. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/index.d.mts +1 -1
  526. package/dist/esm/api/resources/operations/resources/orderInternalMessages/resources/s3Objects/client/Client.d.mts +2 -2
  527. package/dist/esm/api/resources/operations/resources/orderInternalMessages/resources/s3Objects/client/Client.mjs +5 -2
  528. package/dist/esm/api/resources/orgs/client/Client.d.mts +1 -0
  529. package/dist/esm/api/resources/orgs/client/Client.mjs +1 -0
  530. package/dist/esm/api/resources/orgs/client/requests/OrgsListMembersV1Request.d.mts +1 -0
  531. package/dist/esm/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.d.mts +2 -2
  532. package/dist/esm/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.mjs +5 -2
  533. package/dist/esm/api/resources/orgs/resources/connections/client/Client.d.mts +1 -1
  534. package/dist/esm/api/resources/orgs/resources/connections/client/Client.mjs +1 -1
  535. package/dist/esm/api/resources/orgs/resources/contacts/client/Client.d.mts +1 -1
  536. package/dist/esm/api/resources/orgs/resources/contacts/client/Client.mjs +1 -1
  537. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.d.mts +2 -0
  538. package/dist/esm/api/resources/orgs/resources/publicData/client/Client.d.mts +4 -4
  539. package/dist/esm/api/resources/orgs/resources/publicData/client/Client.mjs +4 -4
  540. package/dist/esm/api/resources/shipping/client/Client.d.mts +3 -15
  541. package/dist/esm/api/resources/shipping/client/Client.mjs +3 -23
  542. package/dist/esm/api/resources/shipping/resources/drivers/client/Client.d.mts +3 -1
  543. package/dist/esm/api/resources/shipping/resources/drivers/client/Client.mjs +3 -1
  544. package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriversListOrgMembersAndDriversV1Request.d.mts +1 -0
  545. package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriversListV1Request.d.mts +2 -1
  546. package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.d.mts +2 -2
  547. package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.mjs +5 -2
  548. package/dist/esm/api/resources/shipping/resources/flights/client/Client.d.mts +6 -3
  549. package/dist/esm/api/resources/shipping/resources/flights/client/Client.mjs +19 -11
  550. package/dist/esm/api/resources/shipping/resources/flights/client/index.d.mts +1 -0
  551. package/dist/esm/api/resources/shipping/resources/flights/client/index.mjs +1 -1
  552. package/dist/esm/api/resources/shipping/resources/flights/client/requests/FlightsGetFlightTrackForFlightLegV1Request.d.mts +13 -0
  553. package/dist/esm/api/resources/shipping/resources/flights/client/requests/index.d.mts +1 -0
  554. package/dist/esm/api/resources/shipping/resources/index.d.mts +4 -12
  555. package/dist/esm/api/resources/shipping/resources/index.mjs +4 -12
  556. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/Client.d.mts +192 -0
  557. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/Client.mjs +687 -0
  558. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientCreate1.d.mts +31 -0
  559. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientUpdate1.d.mts +32 -0
  560. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewDateparserResolveReq.d.mts +16 -0
  561. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplatesNewListV1Request.d.mts +63 -0
  562. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/index.d.mts +4 -0
  563. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.d.mts +107 -0
  564. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.mjs +343 -0
  565. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoClientCreate1.d.mts +25 -0
  566. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoClientUpdate1.d.mts +32 -0
  567. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoReorderReq1.d.mts +10 -0
  568. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/requests/index.d.mts +3 -0
  569. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/index.d.mts +8 -0
  570. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/index.mjs +8 -0
  571. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/Client.d.mts +112 -0
  572. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/Client.mjs +351 -0
  573. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactClientCreate1.d.mts +15 -0
  574. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactClientUpdate1.d.mts +12 -0
  575. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactMoveReq1.d.mts +12 -0
  576. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactReorderReq1.d.mts +10 -0
  577. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/index.d.mts +4 -0
  578. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/Client.d.mts +93 -0
  579. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/Client.mjs +283 -0
  580. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupClientCreate1.d.mts +20 -0
  581. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupClientUpdate1.d.mts +23 -0
  582. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupReorderReq1.d.mts +10 -0
  583. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/index.d.mts +3 -0
  584. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/Client.d.mts +125 -0
  585. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/Client.mjs +413 -0
  586. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskCargoAssociationsReq1.d.mts +10 -0
  587. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskClientCreate1.d.mts +22 -0
  588. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskClientUpdate1.d.mts +21 -0
  589. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskMoveReq1.d.mts +12 -0
  590. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskReorderReq1.d.mts +10 -0
  591. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/tasks/client/requests/index.d.mts +5 -0
  592. package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +140 -8
  593. package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +541 -11
  594. package/dist/esm/api/resources/shipping/resources/orders/client/requests/OrdersAddCoordinatorTaskListToApplyAtOrderStagingV1Request.d.mts +14 -0
  595. package/dist/esm/api/resources/shipping/resources/orders/client/requests/OrdersDeleteManyDraftsReq.d.mts +12 -0
  596. package/dist/esm/api/resources/shipping/resources/orders/client/requests/OrdersTaskGroupOrderingReq.d.mts +13 -0
  597. package/dist/esm/api/resources/shipping/resources/orders/client/requests/OrdersUpdateDepartmentReq.d.mts +11 -0
  598. package/dist/esm/api/resources/shipping/resources/orders/client/requests/OrdersUpdateDraftReq.d.mts +19 -0
  599. package/dist/esm/api/resources/shipping/resources/orders/client/requests/OrdersUpdateLabelReq.d.mts +11 -0
  600. package/dist/esm/api/resources/shipping/resources/orders/client/requests/index.d.mts +6 -1
  601. package/dist/esm/api/resources/shipping/resources/orders/index.d.mts +1 -1
  602. package/dist/esm/api/resources/shipping/resources/orders/index.mjs +1 -1
  603. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/Client.d.mts +127 -0
  604. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/Client.mjs +412 -0
  605. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/requests/CargoClientUpdate1.d.mts +32 -0
  606. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersAddCargoReq.d.mts +18 -0
  607. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersAssociateCargoWithTaskReq.d.mts +16 -0
  608. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersUnassociateCargoWithTaskReq.d.mts +16 -0
  609. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/requests/index.d.mts +4 -0
  610. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/Client.d.mts +5 -157
  611. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/Client.mjs +10 -673
  612. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersCreateDraftFromOrderTemplateNewReq.d.mts +14 -0
  613. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.mts +0 -6
  614. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/index.d.mts +1 -5
  615. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/index.d.mts +0 -2
  616. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/index.mjs +0 -2
  617. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +11 -106
  618. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +15 -519
  619. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.mts +8 -0
  620. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.mts +3 -0
  621. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/index.d.mts +0 -2
  622. package/dist/esm/api/resources/shipping/resources/orders/resources/index.d.mts +10 -1
  623. package/dist/esm/api/resources/shipping/resources/orders/resources/index.mjs +10 -1
  624. package/dist/esm/api/resources/shipping/resources/orders/resources/task/client/Client.d.mts +79 -0
  625. package/dist/esm/api/resources/shipping/resources/orders/resources/task/client/Client.mjs +220 -0
  626. package/dist/esm/api/resources/shipping/resources/orders/resources/task/client/requests/OrdersAddTaskReq.d.mts +20 -0
  627. package/dist/esm/api/resources/shipping/resources/orders/resources/task/client/requests/TaskClientUpdate1.d.mts +21 -0
  628. package/dist/esm/api/resources/shipping/resources/orders/resources/task/client/requests/index.d.mts +2 -0
  629. package/dist/esm/api/resources/shipping/resources/orders/resources/taskArtifact/client/Client.d.mts +66 -0
  630. package/dist/esm/api/resources/shipping/resources/orders/resources/taskArtifact/client/Client.mjs +158 -0
  631. package/dist/esm/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/OrdersAddTaskArtifactReq.d.mts +25 -0
  632. package/dist/esm/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/OrdersAddTaskArtifactReq.mjs +10 -0
  633. package/dist/esm/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/index.d.mts +1 -0
  634. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/Client.d.mts +175 -0
  635. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/Client.mjs +604 -0
  636. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupExecutorReq.d.mts +13 -0
  637. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupReq.d.mts +17 -0
  638. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupFlightInfoReq.d.mts +22 -0
  639. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupTaskOrderingReq.d.mts +13 -0
  640. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupVehicleTypeReq.d.mts +13 -0
  641. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersUpdateTaskGroupDriverReq.d.mts +13 -0
  642. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/index.d.mts +6 -0
  643. package/dist/esm/api/resources/shipping/resources/orders/resources/utils/client/Client.d.mts +50 -0
  644. package/dist/esm/api/resources/shipping/resources/orders/resources/utils/client/Client.mjs +99 -0
  645. package/dist/esm/api/resources/shipping/resources/orders/resources/utils/client/requests/BodyPostShippingOrdersUtilsImageToTextV1.d.mts +13 -0
  646. package/dist/esm/api/resources/shipping/resources/orders/resources/utils/client/requests/index.d.mts +1 -0
  647. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.d.mts +0 -34
  648. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.mjs +0 -128
  649. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/index.d.mts +0 -1
  650. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/index.mjs +1 -1
  651. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.mts +3 -3
  652. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.mjs +2 -2
  653. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +0 -314
  654. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +10 -1329
  655. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/index.d.mts +0 -6
  656. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.mts +20 -31
  657. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.mjs +36 -93
  658. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverV1Request.d.mts +61 -0
  659. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.mts +65 -0
  660. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.mts +2 -2
  661. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/index.d.mts +1 -0
  662. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/index.mjs +1 -0
  663. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.d.mts +2 -2
  664. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.mjs +1 -1
  665. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.mts +11 -7
  666. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.mjs +23 -15
  667. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.d.mts +1 -0
  668. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.mjs +1 -1
  669. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.d.mts +13 -0
  670. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.d.mts +1 -0
  671. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.d.mts +11 -41
  672. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.mjs +24 -146
  673. package/dist/esm/api/resources/shipping/resources/tasks/client/requests/TaskCompleteReq.d.mts +10 -0
  674. package/dist/esm/api/resources/shipping/resources/tasks/client/requests/TaskCompletionTimestampUpdateReq.d.mts +12 -0
  675. package/dist/esm/api/resources/shipping/resources/tasks/client/requests/index.d.mts +2 -1
  676. package/dist/esm/api/resources/shippingIntegrations/client/Client.d.mts +29 -0
  677. package/dist/esm/api/resources/shippingIntegrations/client/Client.mjs +23 -0
  678. package/dist/esm/api/resources/shippingIntegrations/resources/connections/client/Client.d.mts +44 -0
  679. package/dist/esm/api/resources/shippingIntegrations/resources/connections/client/Client.mjs +84 -0
  680. package/dist/esm/api/resources/shippingIntegrations/resources/index.d.mts +4 -0
  681. package/dist/esm/api/resources/shippingIntegrations/resources/index.mjs +4 -0
  682. package/dist/esm/api/resources/shippingIntegrations/resources/orders/client/Client.d.mts +105 -0
  683. package/dist/esm/api/resources/shippingIntegrations/resources/orders/client/Client.mjs +367 -0
  684. package/dist/esm/api/resources/shippingIntegrations/resources/orders/client/requests/OrdersListV1Request.d.mts +60 -0
  685. package/dist/esm/api/resources/shippingIntegrations/resources/orders/client/requests/OrdersStatusSummaryV1Request.d.mts +50 -0
  686. package/dist/esm/api/resources/shippingIntegrations/resources/orders/client/requests/index.d.mts +2 -0
  687. package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/client/Client.d.mts +26 -0
  688. package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/client/Client.mjs +18 -0
  689. package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/index.d.mts +2 -0
  690. package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/index.mjs +2 -0
  691. package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/resources/creds/client/Client.d.mts +116 -0
  692. package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/resources/creds/client/Client.mjs +390 -0
  693. package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/resources/creds/client/requests/XceleratorCredsClientCreate1.d.mts +19 -0
  694. package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/resources/creds/client/requests/XceleratorCredsClientUpdate1.d.mts +15 -0
  695. package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/resources/creds/client/requests/index.d.mts +2 -0
  696. package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/resources/index.d.mts +4 -0
  697. package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/resources/index.mjs +4 -0
  698. package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/Client.d.mts +104 -0
  699. package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/Client.mjs +334 -0
  700. package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/requests/OrdersListV1Request.d.mts +48 -0
  701. package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/requests/XceleratorOrderSyncOneReq.d.mts +15 -0
  702. package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/requests/index.d.mts +2 -0
  703. package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/requests/index.mjs +1 -0
  704. package/dist/esm/api/resources/tracking/client/Client.d.mts +6 -0
  705. package/dist/esm/api/resources/tracking/client/Client.mjs +10 -0
  706. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/Client.d.mts +140 -0
  707. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/Client.mjs +457 -0
  708. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/requests/GeofenceTemplatesListV1Request.d.mts +45 -0
  709. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientCreate1.d.mts +28 -0
  710. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientUpdate1.d.mts +14 -0
  711. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/requests/index.d.mts +3 -0
  712. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/requests/index.mjs +1 -0
  713. package/dist/esm/api/resources/tracking/resources/index.d.mts +4 -0
  714. package/dist/esm/api/resources/tracking/resources/index.mjs +4 -0
  715. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/Client.d.mts +117 -0
  716. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/Client.mjs +356 -0
  717. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceApplyTemplateReq.d.mts +12 -0
  718. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceClientUpdate1.d.mts +13 -0
  719. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceReorderReq.d.mts +10 -0
  720. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/requests/index.d.mts +3 -0
  721. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/requests/index.mjs +1 -0
  722. package/dist/esm/api/resources/tracking/resources/sessions/client/Client.d.mts +11 -10
  723. package/dist/esm/api/resources/tracking/resources/sessions/client/Client.mjs +16 -12
  724. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionClientUpdate2.d.mts +20 -0
  725. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionsCreateV1Req.d.mts +25 -0
  726. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionsFlightTrackV1Request.d.mts +4 -1
  727. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/index.d.mts +2 -2
  728. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.mts +4 -4
  729. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.mjs +2 -2
  730. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/client/Client.d.mts +0 -3
  731. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/client/Client.mjs +0 -5
  732. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.mts +48 -16
  733. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.mjs +173 -43
  734. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.d.mts +16 -0
  735. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.d.mts +12 -0
  736. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.d.mts +2 -0
  737. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/index.d.mts +0 -2
  738. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/index.mjs +0 -2
  739. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.d.mts +17 -0
  740. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.mjs +67 -0
  741. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.d.mts +14 -0
  742. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.d.mts +1 -0
  743. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.d.mts +2 -2
  744. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.mjs +2 -2
  745. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.d.mts +2 -2
  746. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.mjs +2 -2
  747. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.d.mts +2 -2
  748. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.mjs +2 -2
  749. package/dist/esm/api/types/AiImageDescription.d.mts +1 -1
  750. package/dist/esm/api/types/ArchivedModel.d.mts +15 -0
  751. package/dist/esm/api/types/ArchivedModel.mjs +11 -0
  752. package/dist/esm/api/types/BillingInvoiceApprovedWebhookPayload.d.mts +10 -0
  753. package/dist/esm/api/types/BillingPeriod1.d.mts +34 -0
  754. package/dist/esm/api/types/BillingPeriodCycleEnum1.d.mts +11 -0
  755. package/dist/esm/api/types/BillingPeriodCycleEnum1.mjs +10 -0
  756. package/dist/esm/api/types/BillingPeriodExpanded1.d.mts +9 -0
  757. package/dist/esm/api/types/BillingPeriodListRes.d.mts +8 -0
  758. package/dist/esm/api/types/BillingPeriodSortByEnum.d.mts +12 -0
  759. package/dist/esm/api/types/BillingPeriodSortByEnum.mjs +11 -0
  760. package/dist/esm/api/types/BillingPeriodStatusEnum1.d.mts +8 -0
  761. package/dist/esm/api/types/BillingPeriodStatusEnum1.mjs +7 -0
  762. package/dist/esm/api/types/BillingPeriodTaskGroupsReq.d.mts +6 -0
  763. package/dist/esm/api/types/Cargo1.d.mts +2 -0
  764. package/dist/esm/api/types/CargoClientCreate1.d.mts +1 -0
  765. package/dist/esm/api/types/CargoTypeEnum1.d.mts +2 -1
  766. package/dist/esm/api/types/CargoTypeEnum1.mjs +1 -0
  767. package/dist/esm/api/types/ChrtGroundProviderRates1.d.mts +1 -1
  768. package/dist/esm/api/types/ContactExpandedListItem.d.mts +10 -0
  769. package/dist/esm/api/types/ContactListRes.d.mts +1 -1
  770. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.d.mts +9 -0
  771. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.d.mts +11 -0
  772. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsItem1.d.mts +13 -0
  773. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.d.mts +9 -0
  774. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.d.mts +9 -0
  775. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.mjs +8 -0
  776. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRes.d.mts +10 -0
  777. package/dist/esm/api/types/DeviceExpandedRes.d.mts +2 -2
  778. package/dist/esm/api/types/GeofencePointLocationFeature1.d.mts +14 -0
  779. package/dist/esm/api/types/GeofenceTemplateListRes.d.mts +8 -0
  780. package/dist/esm/api/types/GeofenceTemplateSortByEnum.d.mts +10 -0
  781. package/dist/esm/api/types/GeofenceTemplateSortByEnum.mjs +9 -0
  782. package/dist/esm/api/types/GeometriesItem.d.mts +28 -0
  783. package/dist/esm/api/types/GeometryCollection.d.mts +1 -1
  784. package/dist/esm/api/types/InternalDelegationJwtReq.d.mts +1 -1
  785. package/dist/esm/api/types/Invoice1.d.mts +3 -0
  786. package/dist/esm/api/types/InvoiceExpandedListItem.d.mts +11 -0
  787. package/dist/esm/api/types/InvoiceExpandedRes.d.mts +2 -1
  788. package/dist/esm/api/types/InvoiceLineItem1.d.mts +4 -0
  789. package/dist/esm/api/types/InvoiceLineItemClientCreate1.d.mts +3 -0
  790. package/dist/esm/api/types/InvoiceLineItemExpandedListItem.d.mts +8 -0
  791. package/dist/esm/api/types/InvoiceLineItemExpandedRes.d.mts +12 -0
  792. package/dist/esm/api/types/InvoiceLineItemListRes.d.mts +1 -1
  793. package/dist/esm/api/types/InvoiceLineItemServerCreate1.d.mts +4 -0
  794. package/dist/esm/api/types/InvoiceLineItemsByOrderExpandedRes.d.mts +2 -0
  795. package/dist/esm/api/types/InvoiceListRes.d.mts +1 -1
  796. package/dist/esm/api/types/Model.d.mts +12 -0
  797. package/dist/esm/api/types/Model.mjs +8 -0
  798. package/dist/esm/api/types/NotificationEventsForAdHocEnum.d.mts +2 -2
  799. package/dist/esm/api/types/NotificationEventsForAdHocEnum.mjs +1 -1
  800. package/dist/esm/api/types/NotificationEventsForOrgsEnum.d.mts +3 -7
  801. package/dist/esm/api/types/NotificationEventsForOrgsEnum.mjs +2 -6
  802. package/dist/esm/api/types/NotificationEventsForUsersEnum.d.mts +3 -4
  803. package/dist/esm/api/types/NotificationEventsForUsersEnum.mjs +2 -3
  804. package/dist/esm/api/types/OffChrtOrgData1.d.mts +1 -0
  805. package/dist/esm/api/types/OffChrtOrgDataClientCreate1.d.mts +1 -0
  806. package/dist/esm/api/types/OperationsTaskExpandedListItem.d.mts +1 -0
  807. package/dist/esm/api/types/OperationsTasksStatusUpdateRes1.d.mts +7 -0
  808. package/dist/esm/api/types/OrderAndTaskGroupExpandedReq.d.mts +2 -0
  809. package/dist/esm/api/types/OrderAwbBillingAccount1.d.mts +8 -0
  810. package/dist/esm/api/types/OrderAwbBillingListItem1.d.mts +12 -0
  811. package/dist/esm/api/types/OrderAwbBillingListRes.d.mts +8 -0
  812. package/dist/esm/api/types/OrderBillingExpandedListItem1.d.mts +1 -0
  813. package/dist/esm/api/types/OrderBillingPeriod1.d.mts +11 -0
  814. package/dist/esm/api/types/OrderExpandedForProvider.d.mts +3 -0
  815. package/dist/esm/api/types/OrderExpandedForShipper.d.mts +2 -0
  816. package/dist/esm/api/types/OrderInformationConversationRes.d.mts +7 -0
  817. package/dist/esm/api/types/OrderLimitedForProvider1.d.mts +1 -1
  818. package/dist/esm/api/types/OrderLimitedForShipper1.d.mts +3 -3
  819. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyRes.d.mts +12 -0
  820. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyResult1.d.mts +11 -0
  821. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.d.mts +9 -0
  822. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.mjs +8 -0
  823. package/dist/esm/api/types/OrderTemplateNew1.d.mts +33 -0
  824. package/dist/esm/api/types/OrderTemplateNewCargo1.d.mts +20 -0
  825. package/dist/esm/api/types/OrderTemplateNewCore1.d.mts +22 -0
  826. package/dist/esm/api/types/OrderTemplateNewDateTimeWindow1.d.mts +9 -0
  827. package/dist/esm/api/types/OrderTemplateNewDateparserResolveRes.d.mts +11 -0
  828. package/dist/esm/api/types/OrderTemplateNewExpanded1.d.mts +37 -0
  829. package/dist/esm/api/types/OrderTemplateNewListRes.d.mts +8 -0
  830. package/dist/esm/api/types/OrderTemplateNewSortByEnum.d.mts +10 -0
  831. package/dist/esm/api/types/OrderTemplateNewSortByEnum.mjs +9 -0
  832. package/dist/esm/api/types/OrderTemplateNewTask1.d.mts +20 -0
  833. package/dist/esm/api/types/OrderTemplateNewTaskArtifact1.d.mts +10 -0
  834. package/dist/esm/api/types/OrderTemplateNewTaskGroup1.d.mts +16 -0
  835. package/dist/esm/api/types/OrderTemplateNewTaskGroupExpanded1.d.mts +10 -0
  836. package/dist/esm/api/types/OrdersDeleteManyDraftsRes.d.mts +6 -0
  837. package/dist/esm/api/types/OrdersUpdateDraftRes.d.mts +14 -0
  838. package/dist/esm/api/types/OrgShippingIntegrationEnum1.d.mts +11 -0
  839. package/dist/esm/api/types/OrgShippingIntegrationEnum1.mjs +10 -0
  840. package/dist/esm/api/types/Point.d.mts +1 -0
  841. package/dist/esm/api/types/ProFormaLineItem1.d.mts +9 -7
  842. package/dist/esm/api/types/ProFormaLineItemProvenanceEnum1.d.mts +9 -0
  843. package/dist/esm/api/types/ProFormaLineItemProvenanceEnum1.mjs +8 -0
  844. package/dist/esm/api/types/ReelablesDataPoint1.d.mts +2 -0
  845. package/dist/esm/api/types/Session2.d.mts +31 -0
  846. package/dist/esm/api/types/SessionGeofence1.d.mts +12 -0
  847. package/dist/esm/api/types/SessionGeofenceBase1.d.mts +9 -0
  848. package/dist/esm/api/types/SessionGeofenceClientCreate1.d.mts +9 -0
  849. package/dist/esm/api/types/SessionGeofenceTemplate1.d.mts +19 -0
  850. package/dist/esm/api/types/SessionListRes.d.mts +1 -1
  851. package/dist/esm/api/types/ShippingIntegrationConnection.d.mts +24 -0
  852. package/dist/esm/api/types/ShippingIntegrationConnectionListRes.d.mts +8 -0
  853. package/dist/esm/api/types/ShippingIntegrationOrder1.d.mts +25 -0
  854. package/dist/esm/api/types/ShippingIntegrationOrderListRes.d.mts +8 -0
  855. package/dist/esm/api/types/ShippingIntegrationOrderPlace1.d.mts +21 -0
  856. package/dist/esm/api/types/ShippingIntegrationOrderSortByEnum.d.mts +11 -0
  857. package/dist/esm/api/types/ShippingIntegrationOrderSortByEnum.mjs +10 -0
  858. package/dist/esm/api/types/ShippingIntegrationOrderStatusEnum1.d.mts +11 -0
  859. package/dist/esm/api/types/ShippingIntegrationOrderStatusEnum1.mjs +10 -0
  860. package/dist/esm/api/types/ShippingIntegrationOrderStatusSummaryRes.d.mts +14 -0
  861. package/dist/esm/api/types/StoredModel.d.mts +5 -0
  862. package/dist/esm/api/types/Task1.d.mts +1 -0
  863. package/dist/esm/api/types/TaskGroup1.d.mts +1 -9
  864. package/dist/esm/api/types/TaskGroupByDriverDataPointsRes.d.mts +8 -0
  865. package/dist/esm/api/types/TaskGroupByDriverLastSeenRes.d.mts +8 -0
  866. package/dist/esm/api/types/TaskGroupProviderRoleFilterEnum.d.mts +9 -0
  867. package/dist/esm/api/types/TaskGroupProviderRoleFilterEnum.mjs +8 -0
  868. package/dist/esm/api/types/TaskListToApplyToOrderExpanded.d.mts +8 -0
  869. package/dist/esm/api/types/TrackingSessionGeofenceEnteredWebhookPayload.d.mts +14 -0
  870. package/dist/esm/api/types/VehicleTypeEnum.d.mts +2 -1
  871. package/dist/esm/api/types/VehicleTypeEnum.mjs +1 -0
  872. package/dist/esm/api/types/WorkflowCaller.d.mts +14 -0
  873. package/dist/esm/api/types/XceleratorCredsLimited1.d.mts +27 -0
  874. package/dist/esm/api/types/XceleratorCredsListRes.d.mts +8 -0
  875. package/dist/esm/api/types/XceleratorCredsTestRes.d.mts +11 -0
  876. package/dist/esm/api/types/XceleratorOrder1.d.mts +19 -0
  877. package/dist/esm/api/types/XceleratorOrderExtraResponse1.d.mts +11 -0
  878. package/dist/esm/api/types/XceleratorOrderListRes.d.mts +8 -0
  879. package/dist/esm/api/types/XceleratorOrderPackageResponse1.d.mts +9 -0
  880. package/dist/esm/api/types/XceleratorOrderResponse1.d.mts +82 -0
  881. package/dist/esm/api/types/XceleratorOrderSortByEnum.d.mts +10 -0
  882. package/dist/esm/api/types/XceleratorOrderSortByEnum.mjs +9 -0
  883. package/dist/esm/api/types/index.d.mts +78 -102
  884. package/dist/esm/api/types/index.mjs +78 -102
  885. package/dist/esm/core/index.d.mts +0 -1
  886. package/dist/esm/core/index.mjs +0 -1
  887. package/dist/esm/version.d.mts +1 -1
  888. package/dist/esm/version.mjs +1 -1
  889. package/package.json +1 -1
  890. package/reference.md +4209 -9349
  891. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.ts +0 -115
  892. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.js +0 -425
  893. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.d.ts +0 -14
  894. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.d.ts +0 -41
  895. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.d.ts +0 -17
  896. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/index.d.ts +0 -3
  897. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.d.ts +0 -110
  898. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.js +0 -411
  899. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.ts +0 -23
  900. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.d.ts +0 -13
  901. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.d.ts +0 -32
  902. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/index.d.ts +0 -3
  903. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.d.ts +0 -132
  904. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.js +0 -505
  905. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.d.ts +0 -19
  906. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.d.ts +0 -21
  907. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.d.ts +0 -16
  908. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.d.ts +0 -3
  909. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.d.ts +0 -132
  910. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.js +0 -508
  911. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.d.ts +0 -35
  912. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.d.ts +0 -46
  913. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.d.ts +0 -16
  914. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.d.ts +0 -3
  915. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.d.ts +0 -307
  916. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.js +0 -1203
  917. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.ts +0 -23
  918. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.d.ts +0 -53
  919. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.ts +0 -23
  920. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.ts +0 -24
  921. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/index.d.ts +0 -4
  922. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/index.d.ts +0 -4
  923. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/index.js +0 -43
  924. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.d.ts +0 -50
  925. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.js +0 -133
  926. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.d.ts +0 -12
  927. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/index.d.ts +0 -1
  928. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.d.ts +0 -83
  929. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.js +0 -308
  930. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.d.ts +0 -13
  931. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.d.ts +0 -1
  932. package/dist/cjs/api/resources/billing/resources/lineItems/client/Client.d.ts +0 -23
  933. package/dist/cjs/api/resources/billing/resources/lineItems/client/Client.js +0 -17
  934. package/dist/cjs/api/resources/billing/resources/lineItems/resources/index.d.ts +0 -2
  935. package/dist/cjs/api/resources/billing/resources/lineItems/resources/index.js +0 -41
  936. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.ts +0 -83
  937. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.js +0 -308
  938. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.d.ts +0 -13
  939. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.d.ts +0 -1
  940. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/Client.d.ts +0 -132
  941. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/Client.js +0 -505
  942. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.d.ts +0 -16
  943. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.d.ts +0 -15
  944. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.d.ts +0 -16
  945. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.d.ts +0 -3
  946. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/Client.d.ts +0 -155
  947. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/Client.js +0 -582
  948. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.ts +0 -20
  949. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.d.ts +0 -18
  950. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.d.ts +0 -14
  951. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/index.d.ts +0 -3
  952. package/dist/cjs/api/resources/billing/resources/statements/client/Client.d.ts +0 -321
  953. package/dist/cjs/api/resources/billing/resources/statements/client/Client.js +0 -1334
  954. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.ts +0 -21
  955. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementExpandedRetrieveReq.d.ts +0 -12
  956. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.d.ts +0 -13
  957. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.ts +0 -71
  958. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.ts +0 -71
  959. package/dist/cjs/api/resources/billing/resources/statements/client/requests/index.d.ts +0 -5
  960. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskStatusReq.d.ts +0 -13
  961. package/dist/cjs/api/resources/shipping/resources/cargos/client/Client.d.ts +0 -101
  962. package/dist/cjs/api/resources/shipping/resources/cargos/client/Client.js +0 -331
  963. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/CargoAddToOrderReq.d.ts +0 -18
  964. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/CargoAssociateWithTaskReq.d.ts +0 -16
  965. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/CargoUnassociateWithTaskReq.d.ts +0 -16
  966. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/index.d.ts +0 -3
  967. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/Client.d.ts +0 -142
  968. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/Client.js +0 -530
  969. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.d.ts +0 -16
  970. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.d.ts +0 -12
  971. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.d.ts +0 -13
  972. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.d.ts +0 -30
  973. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/index.d.ts +0 -4
  974. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.d.ts +0 -177
  975. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.js +0 -718
  976. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.d.ts +0 -40
  977. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/requests/index.d.ts +0 -1
  978. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.d.ts +0 -64
  979. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.js +0 -196
  980. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.d.ts +0 -19
  981. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.d.ts +0 -16
  982. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/index.d.ts +0 -2
  983. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/index.d.ts +0 -2
  984. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/index.js +0 -41
  985. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.d.ts +0 -182
  986. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.js +0 -720
  987. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.ts +0 -33
  988. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.ts +0 -37
  989. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateRemoveReferenceReq.d.ts +0 -14
  990. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.ts +0 -80
  991. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/index.d.ts +0 -4
  992. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/OrdersUpdateDepartmentAndLabelReq.d.ts +0 -13
  993. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/BodyPostShippingOrdersDraftsImageToTextV1.d.ts +0 -13
  994. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/DraftsAddCoordinatorTaskListToApplyAtOrderStagingV1Request.d.ts +0 -14
  995. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersDraftDeleteManyReq.d.ts +0 -12
  996. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersDraftUpdateReq.d.ts +0 -22
  997. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/SetTaskGroupOrderingDraftReq.d.ts +0 -13
  998. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/Client.d.ts +0 -116
  999. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/Client.js +0 -392
  1000. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAddCargoReq.d.ts +0 -18
  1001. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.d.ts +0 -16
  1002. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.d.ts +0 -16
  1003. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUpdateCargoReq.d.ts +0 -15
  1004. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/index.d.ts +0 -4
  1005. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/Client.d.ts +0 -62
  1006. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/Client.js +0 -197
  1007. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/index.d.ts +0 -9
  1008. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/index.js +0 -48
  1009. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/Client.d.ts +0 -81
  1010. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/Client.js +0 -259
  1011. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftAddTaskReqV1.d.ts +0 -18
  1012. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftUpdateTaskReq.d.ts +0 -15
  1013. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/index.d.ts +0 -2
  1014. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/Client.d.ts +0 -63
  1015. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/Client.js +0 -192
  1016. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/index.d.ts +0 -2
  1017. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/index.js +0 -17
  1018. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.d.ts +0 -16
  1019. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/index.d.ts +0 -1
  1020. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.ts +0 -189
  1021. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.js +0 -704
  1022. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/index.d.ts +0 -2
  1023. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/index.js +0 -17
  1024. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.d.ts +0 -13
  1025. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.ts +0 -17
  1026. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftUpdateDriverReq.d.ts +0 -13
  1027. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.d.ts +0 -13
  1028. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetTaskOrderingDraftReq.d.ts +0 -13
  1029. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetVehicleTypeReq.d.ts +0 -13
  1030. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/index.d.ts +0 -6
  1031. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/index.d.ts +0 -1
  1032. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/index.js +0 -17
  1033. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/types/OrderBuilderStreamEvent.d.ts +0 -26
  1034. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/types/OrderBuilderStreamEvent.js +0 -14
  1035. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/types/index.d.ts +0 -1
  1036. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/types/index.js +0 -17
  1037. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.ts +0 -73
  1038. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +0 -66
  1039. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.d.ts +0 -73
  1040. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.js +0 -260
  1041. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/index.d.ts +0 -2
  1042. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/index.js +0 -17
  1043. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.d.ts +0 -32
  1044. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.d.ts +0 -25
  1045. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.d.ts +0 -2
  1046. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/index.d.ts +0 -1
  1047. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/index.js +0 -17
  1048. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.d.ts +0 -19
  1049. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/requests/index.d.ts +0 -1
  1050. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.d.ts +0 -13
  1051. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/SetTaskOrderingReq.d.ts +0 -13
  1052. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.ts +0 -13
  1053. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.ts +0 -13
  1054. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.ts +0 -13
  1055. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/UpdateDriverReq.d.ts +0 -13
  1056. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.d.ts +0 -60
  1057. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +0 -62
  1058. package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.d.ts +0 -21
  1059. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.ts +0 -25
  1060. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionClientUpdate1.d.ts +0 -24
  1061. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.d.ts +0 -62
  1062. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.js +0 -197
  1063. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.d.ts +0 -2
  1064. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.js +0 -17
  1065. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.d.ts +0 -21
  1066. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.d.ts +0 -1
  1067. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.js +0 -2
  1068. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.d.ts +0 -1
  1069. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.js +0 -17
  1070. package/dist/cjs/api/types/AttachBillingLedgerPeriodReq.d.ts +0 -6
  1071. package/dist/cjs/api/types/AttachLigToVectorClientReq.d.ts +0 -6
  1072. package/dist/cjs/api/types/BillingCycleEnum.d.ts +0 -11
  1073. package/dist/cjs/api/types/BillingCycleEnum.js +0 -13
  1074. package/dist/cjs/api/types/BillingLedger1.d.ts +0 -27
  1075. package/dist/cjs/api/types/BillingLedgerListRes.d.ts +0 -8
  1076. package/dist/cjs/api/types/BillingLedgerPeriod1.d.ts +0 -35
  1077. package/dist/cjs/api/types/BillingLedgerPeriodListRes.d.ts +0 -8
  1078. package/dist/cjs/api/types/BillingLedgerPeriodSortByEnum.d.ts +0 -9
  1079. package/dist/cjs/api/types/BillingLedgerPeriodSortByEnum.js +0 -11
  1080. package/dist/cjs/api/types/BillingLedgerPeriodStatusEnum.d.ts +0 -8
  1081. package/dist/cjs/api/types/BillingLedgerPeriodStatusEnum.js +0 -10
  1082. package/dist/cjs/api/types/BillingLedgerSortByEnum.d.ts +0 -4
  1083. package/dist/cjs/api/types/BillingLedgerStatusEnum.d.ts +0 -8
  1084. package/dist/cjs/api/types/BillingLedgerStatusEnum.js +0 -10
  1085. package/dist/cjs/api/types/BillingLineItemGroupMessageWebhookPayload.d.ts +0 -13
  1086. package/dist/cjs/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.ts +0 -10
  1087. package/dist/cjs/api/types/BillingLineItemS3ObjectAddedWebhookPayload.d.ts +0 -14
  1088. package/dist/cjs/api/types/BillingReviewStatusEnum.d.ts +0 -15
  1089. package/dist/cjs/api/types/BillingReviewStatusEnum.js +0 -12
  1090. package/dist/cjs/api/types/BillingStatementOpenedWebhookPayload.d.ts +0 -10
  1091. package/dist/cjs/api/types/BillingStatementPaidWebhookPayload.d.ts +0 -10
  1092. package/dist/cjs/api/types/CargoClientUpdate1.d.ts +0 -26
  1093. package/dist/cjs/api/types/CargoOnFlightRateSheet1.d.ts +0 -16
  1094. package/dist/cjs/api/types/CargoOnFlightRateSheetListRes.d.ts +0 -8
  1095. package/dist/cjs/api/types/ChrtGroundProviderRateSheet1.d.ts +0 -32
  1096. package/dist/cjs/api/types/ChrtGroundProviderRateSheetListRes.d.ts +0 -8
  1097. package/dist/cjs/api/types/CreateLigFromRateSheetForVectorClientReq.d.ts +0 -7
  1098. package/dist/cjs/api/types/GeometryCollectionGeometriesItem.d.ts +0 -28
  1099. package/dist/cjs/api/types/LineItem1.d.ts +0 -32
  1100. package/dist/cjs/api/types/LineItemClientCreate1.d.ts +0 -14
  1101. package/dist/cjs/api/types/LineItemEnum1.d.ts +0 -39
  1102. package/dist/cjs/api/types/LineItemEnum1.js +0 -35
  1103. package/dist/cjs/api/types/LineItemGroup1.d.ts +0 -59
  1104. package/dist/cjs/api/types/LineItemGroupLineItemsRes.d.ts +0 -11
  1105. package/dist/cjs/api/types/LineItemGroupListRes.d.ts +0 -8
  1106. package/dist/cjs/api/types/LineItemGroupMessage1.d.ts +0 -12
  1107. package/dist/cjs/api/types/LineItemGroupS3ObjectMetadata1.d.ts +0 -19
  1108. package/dist/cjs/api/types/LineItemGroupStatusEnum1.d.ts +0 -30
  1109. package/dist/cjs/api/types/LineItemGroupStatusEnum1.js +0 -13
  1110. package/dist/cjs/api/types/LineItemProvenanceEnum.d.ts +0 -9
  1111. package/dist/cjs/api/types/LineItemProvenanceEnum.js +0 -11
  1112. package/dist/cjs/api/types/LineItemS3ObjectMetadata1.d.ts +0 -19
  1113. package/dist/cjs/api/types/LineItemStatusEnum.d.ts +0 -9
  1114. package/dist/cjs/api/types/LineItemStatusEnum.js +0 -11
  1115. package/dist/cjs/api/types/LlmModelEnum.d.ts +0 -12
  1116. package/dist/cjs/api/types/LlmModelEnum.js +0 -14
  1117. package/dist/cjs/api/types/OnboardCourierRateSheet1.d.ts +0 -13
  1118. package/dist/cjs/api/types/OnboardCourierRateSheetListRes.d.ts +0 -8
  1119. package/dist/cjs/api/types/Order1.d.ts +0 -42
  1120. package/dist/cjs/api/types/OrderBuilderReq.d.ts +0 -11
  1121. package/dist/cjs/api/types/OrderBuilderRes.d.ts +0 -11
  1122. package/dist/cjs/api/types/OrderDraftExpandedForCoordinator.d.ts +0 -15
  1123. package/dist/cjs/api/types/OrderDraftExpandedForShipper.d.ts +0 -15
  1124. package/dist/cjs/api/types/OrderExpandedForCoordinator.d.ts +0 -14
  1125. package/dist/cjs/api/types/OrderExpandedForExecutor.d.ts +0 -14
  1126. package/dist/cjs/api/types/OrderGroup1.d.ts +0 -21
  1127. package/dist/cjs/api/types/OrderGroupExpandedListRes.d.ts +0 -8
  1128. package/dist/cjs/api/types/OrderGroupExpandedRow.d.ts +0 -9
  1129. package/dist/cjs/api/types/OrderGroupExpandedSortByEnum.d.ts +0 -10
  1130. package/dist/cjs/api/types/OrderGroupExpandedSortByEnum.js +0 -12
  1131. package/dist/cjs/api/types/OrderGroupListRes.d.ts +0 -8
  1132. package/dist/cjs/api/types/OrderGroupSortByEnum.d.ts +0 -9
  1133. package/dist/cjs/api/types/OrderGroupSortByEnum.js +0 -11
  1134. package/dist/cjs/api/types/OrderLimitedForCoordinator1.d.ts +0 -46
  1135. package/dist/cjs/api/types/OrderLimitedForExecutor1.d.ts +0 -27
  1136. package/dist/cjs/api/types/OrderSchedule1.d.ts +0 -24
  1137. package/dist/cjs/api/types/OrderScheduleAboutRes.d.ts +0 -9
  1138. package/dist/cjs/api/types/OrderScheduleBuildSeedRes.d.ts +0 -10
  1139. package/dist/cjs/api/types/OrderScheduleListRes.d.ts +0 -8
  1140. package/dist/cjs/api/types/OrderScheduleOrchestratorScheduleActionResult.d.ts +0 -8
  1141. package/dist/cjs/api/types/OrderScheduleOrchestratorScheduleStatus.d.ts +0 -11
  1142. package/dist/cjs/api/types/OrderScheduleSortByEnum.d.ts +0 -10
  1143. package/dist/cjs/api/types/OrderScheduleSortByEnum.js +0 -12
  1144. package/dist/cjs/api/types/OrderScheduleSpec1.d.ts +0 -11
  1145. package/dist/cjs/api/types/OrderScheduleStatusEnum1.d.ts +0 -10
  1146. package/dist/cjs/api/types/OrderScheduleStatusEnum1.js +0 -12
  1147. package/dist/cjs/api/types/OrderTemplate1.d.ts +0 -35
  1148. package/dist/cjs/api/types/OrderTemplateCore1.d.ts +0 -28
  1149. package/dist/cjs/api/types/OrderTemplateExpanded1.d.ts +0 -16
  1150. package/dist/cjs/api/types/OrderTemplateListRes.d.ts +0 -8
  1151. package/dist/cjs/api/types/OrderTemplateOrgInfo1.d.ts +0 -10
  1152. package/dist/cjs/api/types/OrderTemplateReferenceColumnEnum1.d.ts +0 -13
  1153. package/dist/cjs/api/types/OrderTemplateReferenceColumnEnum1.js +0 -15
  1154. package/dist/cjs/api/types/OrderTemplateReferencesExpanded1.d.ts +0 -13
  1155. package/dist/cjs/api/types/OrderTemplateResolvabilityRes.d.ts +0 -12
  1156. package/dist/cjs/api/types/OrderTemplateResolvabilityRes.js +0 -5
  1157. package/dist/cjs/api/types/OrderTemplateSortByEnum.d.ts +0 -11
  1158. package/dist/cjs/api/types/OrderTemplateSortByEnum.js +0 -13
  1159. package/dist/cjs/api/types/OrdersDraftDeleteManyRes.d.ts +0 -7
  1160. package/dist/cjs/api/types/OrdersDraftDeleteManyRes.js +0 -5
  1161. package/dist/cjs/api/types/OrdersDraftUpdateRes.d.ts +0 -16
  1162. package/dist/cjs/api/types/OrdersDraftUpdateRes.js +0 -5
  1163. package/dist/cjs/api/types/OrdersExpandedListForCoordinatorRes.d.ts +0 -8
  1164. package/dist/cjs/api/types/OrdersExpandedListForCoordinatorRes.js +0 -5
  1165. package/dist/cjs/api/types/OrdersExpandedListForExecutorRes.d.ts +0 -8
  1166. package/dist/cjs/api/types/OrdersExpandedListForExecutorRes.js +0 -5
  1167. package/dist/cjs/api/types/RateSheetMapping1.d.ts +0 -17
  1168. package/dist/cjs/api/types/RateSheetMapping1.js +0 -5
  1169. package/dist/cjs/api/types/RateSheetMappingListRes.d.ts +0 -8
  1170. package/dist/cjs/api/types/RateSheetMappingListRes.js +0 -5
  1171. package/dist/cjs/api/types/ReelablesAssetSyncRes.d.ts +0 -8
  1172. package/dist/cjs/api/types/ReelablesAssetSyncRes.js +0 -5
  1173. package/dist/cjs/api/types/ReelablesWorkspace1.d.ts +0 -13
  1174. package/dist/cjs/api/types/ReelablesWorkspace1.js +0 -5
  1175. package/dist/cjs/api/types/ReelablesWorkspaceListRes.d.ts +0 -8
  1176. package/dist/cjs/api/types/ReelablesWorkspaceListRes.js +0 -5
  1177. package/dist/cjs/api/types/ReelablesWorkspaceSortByEnum.d.ts +0 -4
  1178. package/dist/cjs/api/types/ReelablesWorkspaceSortByEnum.js +0 -5
  1179. package/dist/cjs/api/types/ReelablesWorkspaceSyncRes.d.ts +0 -9
  1180. package/dist/cjs/api/types/ReelablesWorkspaceSyncRes.js +0 -5
  1181. package/dist/cjs/api/types/Session1.d.ts +0 -33
  1182. package/dist/cjs/api/types/Session1.js +0 -5
  1183. package/dist/cjs/api/types/SetFlightInfoReq.d.ts +0 -8
  1184. package/dist/cjs/api/types/SetFlightInfoReq.js +0 -5
  1185. package/dist/cjs/api/types/SettlementTypeEnum1.d.ts +0 -8
  1186. package/dist/cjs/api/types/SettlementTypeEnum1.js +0 -10
  1187. package/dist/cjs/api/types/Statement1.d.ts +0 -45
  1188. package/dist/cjs/api/types/Statement1.js +0 -5
  1189. package/dist/cjs/api/types/StatementExpandedListItem.d.ts +0 -9
  1190. package/dist/cjs/api/types/StatementExpandedListItem.js +0 -5
  1191. package/dist/cjs/api/types/StatementExpandedRes.d.ts +0 -8
  1192. package/dist/cjs/api/types/StatementExpandedRes.js +0 -5
  1193. package/dist/cjs/api/types/StatementSortByEnum.d.ts +0 -11
  1194. package/dist/cjs/api/types/StatementSortByEnum.js +0 -13
  1195. package/dist/cjs/api/types/StatementStatusEnum1.d.ts +0 -10
  1196. package/dist/cjs/api/types/StatementStatusEnum1.js +0 -12
  1197. package/dist/cjs/api/types/StatementsExpandedListRes.d.ts +0 -8
  1198. package/dist/cjs/api/types/StatementsExpandedListRes.js +0 -5
  1199. package/dist/cjs/api/types/StatementsListRes.d.ts +0 -8
  1200. package/dist/cjs/api/types/StatementsListRes.js +0 -5
  1201. package/dist/cjs/api/types/StripeConnectInvoiceStatusEnum.d.ts +0 -12
  1202. package/dist/cjs/api/types/StripeConnectInvoiceStatusEnum.js +0 -14
  1203. package/dist/cjs/api/types/TaskClientUpdate1.d.ts +0 -16
  1204. package/dist/cjs/api/types/TaskClientUpdate1.js +0 -5
  1205. package/dist/cjs/api/types/TaskGroupQuoteResp.d.ts +0 -37
  1206. package/dist/cjs/api/types/TaskGroupQuoteResp.js +0 -5
  1207. package/dist/cjs/api/types/TrackingSessionDestinationGeofenceEnteredWebhookPayload.d.ts +0 -10
  1208. package/dist/cjs/api/types/TrackingSessionDestinationGeofenceEnteredWebhookPayload.js +0 -5
  1209. package/dist/cjs/api/types/UngroupedOrderListRes.d.ts +0 -8
  1210. package/dist/cjs/api/types/UngroupedOrderListRes.js +0 -5
  1211. package/dist/cjs/api/types/UngroupedOrderRow.d.ts +0 -7
  1212. package/dist/cjs/api/types/UngroupedOrderRow.js +0 -5
  1213. package/dist/cjs/api/types/UngroupedOrderSortByEnum.d.ts +0 -11
  1214. package/dist/cjs/api/types/UngroupedOrderSortByEnum.js +0 -13
  1215. package/dist/cjs/api/types/UnitsEnum.d.ts +0 -8
  1216. package/dist/cjs/api/types/UnitsEnum.js +0 -10
  1217. package/dist/cjs/api/types/WorkflowActor.d.ts +0 -14
  1218. package/dist/cjs/api/types/WorkflowActor.js +0 -5
  1219. package/dist/cjs/core/stream/Stream.d.ts +0 -46
  1220. package/dist/cjs/core/stream/Stream.js +0 -169
  1221. package/dist/cjs/core/stream/index.d.ts +0 -1
  1222. package/dist/cjs/core/stream/index.js +0 -5
  1223. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.mts +0 -115
  1224. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.mjs +0 -388
  1225. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.d.mts +0 -14
  1226. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.d.mts +0 -41
  1227. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.d.mts +0 -17
  1228. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/index.d.mts +0 -3
  1229. package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.d.mts +0 -110
  1230. package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.mjs +0 -374
  1231. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.mts +0 -23
  1232. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.d.mts +0 -13
  1233. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.d.mts +0 -32
  1234. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/index.d.mts +0 -3
  1235. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.d.mts +0 -132
  1236. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.mjs +0 -468
  1237. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.d.mts +0 -19
  1238. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.d.mts +0 -21
  1239. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.d.mts +0 -16
  1240. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.d.mts +0 -3
  1241. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.d.mts +0 -132
  1242. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.mjs +0 -471
  1243. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.d.mts +0 -35
  1244. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.d.mts +0 -46
  1245. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.d.mts +0 -16
  1246. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.d.mts +0 -3
  1247. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.d.mts +0 -307
  1248. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.mjs +0 -1166
  1249. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.mts +0 -23
  1250. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.d.mts +0 -53
  1251. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.mts +0 -23
  1252. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.mts +0 -24
  1253. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/index.d.mts +0 -4
  1254. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/index.d.mts +0 -4
  1255. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/index.mjs +0 -4
  1256. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.d.mts +0 -50
  1257. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.mjs +0 -96
  1258. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.d.mts +0 -12
  1259. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/index.d.mts +0 -1
  1260. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.d.mts +0 -83
  1261. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.mjs +0 -271
  1262. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.d.mts +0 -13
  1263. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.d.mts +0 -1
  1264. package/dist/esm/api/resources/billing/resources/lineItems/client/Client.d.mts +0 -23
  1265. package/dist/esm/api/resources/billing/resources/lineItems/client/Client.mjs +0 -13
  1266. package/dist/esm/api/resources/billing/resources/lineItems/resources/index.d.mts +0 -2
  1267. package/dist/esm/api/resources/billing/resources/lineItems/resources/index.mjs +0 -2
  1268. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.mts +0 -83
  1269. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.mjs +0 -271
  1270. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.d.mts +0 -13
  1271. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.d.mts +0 -1
  1272. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/Client.d.mts +0 -132
  1273. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/Client.mjs +0 -468
  1274. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.d.mts +0 -16
  1275. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.d.mts +0 -15
  1276. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.d.mts +0 -16
  1277. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.d.mts +0 -3
  1278. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.d.mts +0 -155
  1279. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.mjs +0 -545
  1280. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.mts +0 -20
  1281. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.d.mts +0 -18
  1282. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.d.mts +0 -14
  1283. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/index.d.mts +0 -3
  1284. package/dist/esm/api/resources/billing/resources/statements/client/Client.d.mts +0 -321
  1285. package/dist/esm/api/resources/billing/resources/statements/client/Client.mjs +0 -1297
  1286. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.mts +0 -21
  1287. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementExpandedRetrieveReq.d.mts +0 -12
  1288. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.d.mts +0 -13
  1289. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.mts +0 -71
  1290. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.mts +0 -71
  1291. package/dist/esm/api/resources/billing/resources/statements/client/requests/index.d.mts +0 -5
  1292. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskStatusReq.d.mts +0 -13
  1293. package/dist/esm/api/resources/shipping/resources/cargos/client/Client.d.mts +0 -101
  1294. package/dist/esm/api/resources/shipping/resources/cargos/client/Client.mjs +0 -294
  1295. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/CargoAddToOrderReq.d.mts +0 -18
  1296. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/CargoAssociateWithTaskReq.d.mts +0 -16
  1297. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/CargoUnassociateWithTaskReq.d.mts +0 -16
  1298. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/index.d.mts +0 -3
  1299. package/dist/esm/api/resources/shipping/resources/orderGroups/client/Client.d.mts +0 -142
  1300. package/dist/esm/api/resources/shipping/resources/orderGroups/client/Client.mjs +0 -493
  1301. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.d.mts +0 -16
  1302. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.d.mts +0 -12
  1303. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.d.mts +0 -13
  1304. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.d.mts +0 -30
  1305. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/index.d.mts +0 -4
  1306. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.d.mts +0 -177
  1307. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.mjs +0 -681
  1308. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.d.mts +0 -40
  1309. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/requests/index.d.mts +0 -1
  1310. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.d.mts +0 -64
  1311. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.mjs +0 -159
  1312. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.d.mts +0 -19
  1313. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.d.mts +0 -16
  1314. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/index.d.mts +0 -2
  1315. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/index.d.mts +0 -2
  1316. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/index.mjs +0 -2
  1317. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.d.mts +0 -182
  1318. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.mjs +0 -683
  1319. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.mts +0 -33
  1320. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.mts +0 -37
  1321. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateRemoveReferenceReq.d.mts +0 -14
  1322. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.mts +0 -80
  1323. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/index.d.mts +0 -4
  1324. package/dist/esm/api/resources/shipping/resources/orders/client/requests/OrdersUpdateDepartmentAndLabelReq.d.mts +0 -13
  1325. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/BodyPostShippingOrdersDraftsImageToTextV1.d.mts +0 -13
  1326. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/DraftsAddCoordinatorTaskListToApplyAtOrderStagingV1Request.d.mts +0 -14
  1327. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersDraftDeleteManyReq.d.mts +0 -12
  1328. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersDraftUpdateReq.d.mts +0 -22
  1329. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/SetTaskGroupOrderingDraftReq.d.mts +0 -13
  1330. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/Client.d.mts +0 -116
  1331. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/Client.mjs +0 -355
  1332. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAddCargoReq.d.mts +0 -18
  1333. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.d.mts +0 -16
  1334. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.d.mts +0 -16
  1335. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUpdateCargoReq.d.mts +0 -15
  1336. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/index.d.mts +0 -4
  1337. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/Client.d.mts +0 -62
  1338. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/Client.mjs +0 -160
  1339. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/index.d.mts +0 -9
  1340. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/index.mjs +0 -9
  1341. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/Client.d.mts +0 -81
  1342. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/Client.mjs +0 -222
  1343. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftAddTaskReqV1.d.mts +0 -18
  1344. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftUpdateTaskReq.d.mts +0 -15
  1345. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/index.d.mts +0 -2
  1346. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/Client.d.mts +0 -63
  1347. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/Client.mjs +0 -155
  1348. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/index.d.mts +0 -2
  1349. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/index.mjs +0 -1
  1350. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.d.mts +0 -16
  1351. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/index.d.mts +0 -1
  1352. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.mts +0 -189
  1353. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.mjs +0 -667
  1354. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/index.d.mts +0 -2
  1355. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/index.mjs +0 -1
  1356. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.d.mts +0 -13
  1357. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.mts +0 -17
  1358. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftUpdateDriverReq.d.mts +0 -13
  1359. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.d.mts +0 -13
  1360. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetTaskOrderingDraftReq.d.mts +0 -13
  1361. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetVehicleTypeReq.d.mts +0 -13
  1362. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/index.d.mts +0 -6
  1363. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/index.d.mts +0 -1
  1364. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/index.mjs +0 -1
  1365. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/types/OrderBuilderStreamEvent.d.mts +0 -26
  1366. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/types/OrderBuilderStreamEvent.mjs +0 -11
  1367. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/types/index.d.mts +0 -1
  1368. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/types/index.mjs +0 -1
  1369. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.mts +0 -73
  1370. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +0 -66
  1371. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.d.mts +0 -73
  1372. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.mjs +0 -223
  1373. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/index.d.mts +0 -2
  1374. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/index.mjs +0 -1
  1375. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.d.mts +0 -32
  1376. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.d.mts +0 -25
  1377. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.d.mts +0 -2
  1378. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/index.d.mts +0 -1
  1379. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/index.mjs +0 -1
  1380. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.d.mts +0 -19
  1381. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/requests/index.d.mts +0 -1
  1382. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.d.mts +0 -13
  1383. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/SetTaskOrderingReq.d.mts +0 -13
  1384. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.mts +0 -13
  1385. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.mts +0 -13
  1386. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.mts +0 -13
  1387. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/UpdateDriverReq.d.mts +0 -13
  1388. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.d.mts +0 -60
  1389. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +0 -62
  1390. package/dist/esm/api/resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.d.mts +0 -21
  1391. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.mts +0 -25
  1392. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionClientUpdate1.d.mts +0 -24
  1393. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.d.mts +0 -62
  1394. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.mjs +0 -160
  1395. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.d.mts +0 -2
  1396. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.mjs +0 -1
  1397. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.d.mts +0 -21
  1398. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.d.mts +0 -1
  1399. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.d.mts +0 -1
  1400. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.mjs +0 -1
  1401. package/dist/esm/api/types/AttachBillingLedgerPeriodReq.d.mts +0 -6
  1402. package/dist/esm/api/types/AttachLigToVectorClientReq.d.mts +0 -6
  1403. package/dist/esm/api/types/BillingCycleEnum.d.mts +0 -11
  1404. package/dist/esm/api/types/BillingCycleEnum.mjs +0 -10
  1405. package/dist/esm/api/types/BillingLedger1.d.mts +0 -27
  1406. package/dist/esm/api/types/BillingLedgerListRes.d.mts +0 -8
  1407. package/dist/esm/api/types/BillingLedgerPeriod1.d.mts +0 -35
  1408. package/dist/esm/api/types/BillingLedgerPeriodListRes.d.mts +0 -8
  1409. package/dist/esm/api/types/BillingLedgerPeriodSortByEnum.d.mts +0 -9
  1410. package/dist/esm/api/types/BillingLedgerPeriodSortByEnum.mjs +0 -8
  1411. package/dist/esm/api/types/BillingLedgerPeriodStatusEnum.d.mts +0 -8
  1412. package/dist/esm/api/types/BillingLedgerPeriodStatusEnum.mjs +0 -7
  1413. package/dist/esm/api/types/BillingLedgerSortByEnum.d.mts +0 -4
  1414. package/dist/esm/api/types/BillingLedgerStatusEnum.d.mts +0 -8
  1415. package/dist/esm/api/types/BillingLedgerStatusEnum.mjs +0 -7
  1416. package/dist/esm/api/types/BillingLineItemGroupMessageWebhookPayload.d.mts +0 -13
  1417. package/dist/esm/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.mts +0 -10
  1418. package/dist/esm/api/types/BillingLineItemS3ObjectAddedWebhookPayload.d.mts +0 -14
  1419. package/dist/esm/api/types/BillingReviewStatusEnum.d.mts +0 -15
  1420. package/dist/esm/api/types/BillingReviewStatusEnum.mjs +0 -9
  1421. package/dist/esm/api/types/BillingStatementOpenedWebhookPayload.d.mts +0 -10
  1422. package/dist/esm/api/types/BillingStatementPaidWebhookPayload.d.mts +0 -10
  1423. package/dist/esm/api/types/CargoClientUpdate1.d.mts +0 -26
  1424. package/dist/esm/api/types/CargoOnFlightRateSheet1.d.mts +0 -16
  1425. package/dist/esm/api/types/CargoOnFlightRateSheetListRes.d.mts +0 -8
  1426. package/dist/esm/api/types/ChrtGroundProviderRateSheet1.d.mts +0 -32
  1427. package/dist/esm/api/types/ChrtGroundProviderRateSheetListRes.d.mts +0 -8
  1428. package/dist/esm/api/types/CreateLigFromRateSheetForVectorClientReq.d.mts +0 -7
  1429. package/dist/esm/api/types/GeometryCollectionGeometriesItem.d.mts +0 -28
  1430. package/dist/esm/api/types/LineItem1.d.mts +0 -32
  1431. package/dist/esm/api/types/LineItemClientCreate1.d.mts +0 -14
  1432. package/dist/esm/api/types/LineItemEnum1.d.mts +0 -39
  1433. package/dist/esm/api/types/LineItemEnum1.mjs +0 -32
  1434. package/dist/esm/api/types/LineItemGroup1.d.mts +0 -59
  1435. package/dist/esm/api/types/LineItemGroupLineItemsRes.d.mts +0 -11
  1436. package/dist/esm/api/types/LineItemGroupListRes.d.mts +0 -8
  1437. package/dist/esm/api/types/LineItemGroupMessage1.d.mts +0 -12
  1438. package/dist/esm/api/types/LineItemGroupS3ObjectMetadata1.d.mts +0 -19
  1439. package/dist/esm/api/types/LineItemGroupStatusEnum1.d.mts +0 -30
  1440. package/dist/esm/api/types/LineItemGroupStatusEnum1.mjs +0 -10
  1441. package/dist/esm/api/types/LineItemProvenanceEnum.d.mts +0 -9
  1442. package/dist/esm/api/types/LineItemProvenanceEnum.mjs +0 -8
  1443. package/dist/esm/api/types/LineItemS3ObjectMetadata1.d.mts +0 -19
  1444. package/dist/esm/api/types/LineItemStatusEnum.d.mts +0 -9
  1445. package/dist/esm/api/types/LineItemStatusEnum.mjs +0 -8
  1446. package/dist/esm/api/types/LlmModelEnum.d.mts +0 -12
  1447. package/dist/esm/api/types/LlmModelEnum.mjs +0 -11
  1448. package/dist/esm/api/types/OnboardCourierRateSheet1.d.mts +0 -13
  1449. package/dist/esm/api/types/OnboardCourierRateSheetListRes.d.mts +0 -8
  1450. package/dist/esm/api/types/Order1.d.mts +0 -42
  1451. package/dist/esm/api/types/OrderBuilderReq.d.mts +0 -11
  1452. package/dist/esm/api/types/OrderBuilderRes.d.mts +0 -11
  1453. package/dist/esm/api/types/OrderDraftExpandedForCoordinator.d.mts +0 -15
  1454. package/dist/esm/api/types/OrderDraftExpandedForShipper.d.mts +0 -15
  1455. package/dist/esm/api/types/OrderExpandedForCoordinator.d.mts +0 -14
  1456. package/dist/esm/api/types/OrderExpandedForExecutor.d.mts +0 -14
  1457. package/dist/esm/api/types/OrderGroup1.d.mts +0 -21
  1458. package/dist/esm/api/types/OrderGroupExpandedListRes.d.mts +0 -8
  1459. package/dist/esm/api/types/OrderGroupExpandedRow.d.mts +0 -9
  1460. package/dist/esm/api/types/OrderGroupExpandedSortByEnum.d.mts +0 -10
  1461. package/dist/esm/api/types/OrderGroupExpandedSortByEnum.mjs +0 -9
  1462. package/dist/esm/api/types/OrderGroupListRes.d.mts +0 -8
  1463. package/dist/esm/api/types/OrderGroupSortByEnum.d.mts +0 -9
  1464. package/dist/esm/api/types/OrderGroupSortByEnum.mjs +0 -8
  1465. package/dist/esm/api/types/OrderLimitedForCoordinator1.d.mts +0 -46
  1466. package/dist/esm/api/types/OrderLimitedForExecutor1.d.mts +0 -27
  1467. package/dist/esm/api/types/OrderSchedule1.d.mts +0 -24
  1468. package/dist/esm/api/types/OrderScheduleAboutRes.d.mts +0 -9
  1469. package/dist/esm/api/types/OrderScheduleBuildSeedRes.d.mts +0 -10
  1470. package/dist/esm/api/types/OrderScheduleListRes.d.mts +0 -8
  1471. package/dist/esm/api/types/OrderScheduleOrchestratorScheduleActionResult.d.mts +0 -8
  1472. package/dist/esm/api/types/OrderScheduleOrchestratorScheduleStatus.d.mts +0 -11
  1473. package/dist/esm/api/types/OrderScheduleSortByEnum.d.mts +0 -10
  1474. package/dist/esm/api/types/OrderScheduleSortByEnum.mjs +0 -9
  1475. package/dist/esm/api/types/OrderScheduleSpec1.d.mts +0 -11
  1476. package/dist/esm/api/types/OrderScheduleStatusEnum1.d.mts +0 -10
  1477. package/dist/esm/api/types/OrderScheduleStatusEnum1.mjs +0 -9
  1478. package/dist/esm/api/types/OrderTemplate1.d.mts +0 -35
  1479. package/dist/esm/api/types/OrderTemplateCore1.d.mts +0 -28
  1480. package/dist/esm/api/types/OrderTemplateExpanded1.d.mts +0 -16
  1481. package/dist/esm/api/types/OrderTemplateListRes.d.mts +0 -8
  1482. package/dist/esm/api/types/OrderTemplateOrgInfo1.d.mts +0 -10
  1483. package/dist/esm/api/types/OrderTemplateReferenceColumnEnum1.d.mts +0 -13
  1484. package/dist/esm/api/types/OrderTemplateReferenceColumnEnum1.mjs +0 -12
  1485. package/dist/esm/api/types/OrderTemplateReferencesExpanded1.d.mts +0 -13
  1486. package/dist/esm/api/types/OrderTemplateResolvabilityRes.d.mts +0 -12
  1487. package/dist/esm/api/types/OrderTemplateResolvabilityRes.mjs +0 -4
  1488. package/dist/esm/api/types/OrderTemplateSortByEnum.d.mts +0 -11
  1489. package/dist/esm/api/types/OrderTemplateSortByEnum.mjs +0 -10
  1490. package/dist/esm/api/types/OrdersDraftDeleteManyRes.d.mts +0 -7
  1491. package/dist/esm/api/types/OrdersDraftDeleteManyRes.mjs +0 -4
  1492. package/dist/esm/api/types/OrdersDraftUpdateRes.d.mts +0 -16
  1493. package/dist/esm/api/types/OrdersDraftUpdateRes.mjs +0 -4
  1494. package/dist/esm/api/types/OrdersExpandedListForCoordinatorRes.d.mts +0 -8
  1495. package/dist/esm/api/types/OrdersExpandedListForCoordinatorRes.mjs +0 -4
  1496. package/dist/esm/api/types/OrdersExpandedListForExecutorRes.d.mts +0 -8
  1497. package/dist/esm/api/types/OrdersExpandedListForExecutorRes.mjs +0 -4
  1498. package/dist/esm/api/types/RateSheetMapping1.d.mts +0 -17
  1499. package/dist/esm/api/types/RateSheetMapping1.mjs +0 -4
  1500. package/dist/esm/api/types/RateSheetMappingListRes.d.mts +0 -8
  1501. package/dist/esm/api/types/RateSheetMappingListRes.mjs +0 -4
  1502. package/dist/esm/api/types/ReelablesAssetSyncRes.d.mts +0 -8
  1503. package/dist/esm/api/types/ReelablesAssetSyncRes.mjs +0 -4
  1504. package/dist/esm/api/types/ReelablesWorkspace1.d.mts +0 -13
  1505. package/dist/esm/api/types/ReelablesWorkspace1.mjs +0 -4
  1506. package/dist/esm/api/types/ReelablesWorkspaceListRes.d.mts +0 -8
  1507. package/dist/esm/api/types/ReelablesWorkspaceListRes.mjs +0 -4
  1508. package/dist/esm/api/types/ReelablesWorkspaceSortByEnum.d.mts +0 -4
  1509. package/dist/esm/api/types/ReelablesWorkspaceSortByEnum.mjs +0 -4
  1510. package/dist/esm/api/types/ReelablesWorkspaceSyncRes.d.mts +0 -9
  1511. package/dist/esm/api/types/ReelablesWorkspaceSyncRes.mjs +0 -4
  1512. package/dist/esm/api/types/Session1.d.mts +0 -33
  1513. package/dist/esm/api/types/Session1.mjs +0 -4
  1514. package/dist/esm/api/types/SetFlightInfoReq.d.mts +0 -8
  1515. package/dist/esm/api/types/SetFlightInfoReq.mjs +0 -4
  1516. package/dist/esm/api/types/SettlementTypeEnum1.d.mts +0 -8
  1517. package/dist/esm/api/types/SettlementTypeEnum1.mjs +0 -7
  1518. package/dist/esm/api/types/Statement1.d.mts +0 -45
  1519. package/dist/esm/api/types/Statement1.mjs +0 -4
  1520. package/dist/esm/api/types/StatementExpandedListItem.d.mts +0 -9
  1521. package/dist/esm/api/types/StatementExpandedListItem.mjs +0 -4
  1522. package/dist/esm/api/types/StatementExpandedRes.d.mts +0 -8
  1523. package/dist/esm/api/types/StatementExpandedRes.mjs +0 -4
  1524. package/dist/esm/api/types/StatementSortByEnum.d.mts +0 -11
  1525. package/dist/esm/api/types/StatementSortByEnum.mjs +0 -10
  1526. package/dist/esm/api/types/StatementStatusEnum1.d.mts +0 -10
  1527. package/dist/esm/api/types/StatementStatusEnum1.mjs +0 -9
  1528. package/dist/esm/api/types/StatementsExpandedListRes.d.mts +0 -8
  1529. package/dist/esm/api/types/StatementsExpandedListRes.mjs +0 -4
  1530. package/dist/esm/api/types/StatementsListRes.d.mts +0 -8
  1531. package/dist/esm/api/types/StatementsListRes.mjs +0 -4
  1532. package/dist/esm/api/types/StripeConnectInvoiceStatusEnum.d.mts +0 -12
  1533. package/dist/esm/api/types/StripeConnectInvoiceStatusEnum.mjs +0 -11
  1534. package/dist/esm/api/types/TaskClientUpdate1.d.mts +0 -16
  1535. package/dist/esm/api/types/TaskClientUpdate1.mjs +0 -4
  1536. package/dist/esm/api/types/TaskGroupQuoteResp.d.mts +0 -37
  1537. package/dist/esm/api/types/TaskGroupQuoteResp.mjs +0 -4
  1538. package/dist/esm/api/types/TrackingSessionDestinationGeofenceEnteredWebhookPayload.d.mts +0 -10
  1539. package/dist/esm/api/types/TrackingSessionDestinationGeofenceEnteredWebhookPayload.mjs +0 -4
  1540. package/dist/esm/api/types/UngroupedOrderListRes.d.mts +0 -8
  1541. package/dist/esm/api/types/UngroupedOrderListRes.mjs +0 -4
  1542. package/dist/esm/api/types/UngroupedOrderRow.d.mts +0 -7
  1543. package/dist/esm/api/types/UngroupedOrderRow.mjs +0 -4
  1544. package/dist/esm/api/types/UngroupedOrderSortByEnum.d.mts +0 -11
  1545. package/dist/esm/api/types/UngroupedOrderSortByEnum.mjs +0 -10
  1546. package/dist/esm/api/types/UnitsEnum.d.mts +0 -8
  1547. package/dist/esm/api/types/UnitsEnum.mjs +0 -7
  1548. package/dist/esm/api/types/WorkflowActor.d.mts +0 -14
  1549. package/dist/esm/api/types/WorkflowActor.mjs +0 -4
  1550. package/dist/esm/core/stream/Stream.d.mts +0 -46
  1551. package/dist/esm/core/stream/Stream.mjs +0 -164
  1552. package/dist/esm/core/stream/index.d.mts +0 -1
  1553. package/dist/esm/core/stream/index.mjs +0 -1
  1554. /package/dist/cjs/api/resources/{billing/resources/lineItems → agent}/client/index.d.ts +0 -0
  1555. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests → agent/client}/index.js +0 -0
  1556. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups → agent}/index.d.ts +0 -0
  1557. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups → agent}/index.js +0 -0
  1558. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/client/index.d.ts +0 -0
  1559. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/client/index.js +0 -0
  1560. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.js → agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.js} +0 -0
  1561. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.js → agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.js} +0 -0
  1562. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.js → agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.js} +0 -0
  1563. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → agent/resources/orderInformation}/client/requests/index.js +0 -0
  1564. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/index.d.ts +0 -0
  1565. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/index.js +0 -0
  1566. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/client/index.d.ts +0 -0
  1567. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/client/index.js +0 -0
  1568. /package/dist/cjs/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.js → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.js} +0 -0
  1569. /package/dist/cjs/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.js → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.js} +0 -0
  1570. /package/dist/cjs/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.js → billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.js} +0 -0
  1571. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/billingPeriods}/client/requests/index.js +0 -0
  1572. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/index.d.ts +0 -0
  1573. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/index.js +0 -0
  1574. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.js → billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.js} +0 -0
  1575. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.js → billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.js} +0 -0
  1576. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.js → billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.js} +0 -0
  1577. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/orders/resources/rateSheetLineItems}/client/index.d.ts +0 -0
  1578. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/orders/resources/rateSheetLineItems}/client/index.js +0 -0
  1579. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.js → billingNew/resources/orders/resources/rateSheetLineItems/client/requests/OrderRateSheetLineItemsGenerateManyReq.js} +0 -0
  1580. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → billingNew/resources/orders/resources/rateSheetLineItems}/client/requests/index.js +0 -0
  1581. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/orders/resources/rateSheetLineItems}/index.d.ts +0 -0
  1582. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/orders/resources/rateSheetLineItems}/index.js +0 -0
  1583. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.js → operations/resources/operationsTasks/client/requests/OperationsTasksSetStatusReq1.js} +0 -0
  1584. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.js → shipping/resources/flights/client/requests/FlightsGetFlightTrackForFlightLegV1Request.js} +0 -0
  1585. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups → shipping/resources/flights}/client/requests/index.js +0 -0
  1586. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orderTemplatesNew}/client/index.d.ts +0 -0
  1587. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orderTemplatesNew}/client/index.js +0 -0
  1588. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.js → shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientCreate1.js} +0 -0
  1589. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.js → shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientUpdate1.js} +0 -0
  1590. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.js → shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewDateparserResolveReq.js} +0 -0
  1591. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.js → shipping/resources/orderTemplatesNew/client/requests/OrderTemplatesNewListV1Request.js} +0 -0
  1592. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orderTemplatesNew}/client/requests/index.js +0 -0
  1593. /package/dist/cjs/api/resources/{billing/resources/lineItems → shipping/resources/orderTemplatesNew}/index.d.ts +0 -0
  1594. /package/dist/cjs/api/resources/{billing/resources/lineItems → shipping/resources/orderTemplatesNew}/index.js +0 -0
  1595. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups → shipping/resources/orderTemplatesNew/resources/cargos}/client/index.d.ts +0 -0
  1596. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups → shipping/resources/orderTemplatesNew/resources/cargos}/client/index.js +0 -0
  1597. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.js → shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoClientCreate1.js} +0 -0
  1598. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.js → shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoClientUpdate1.js} +0 -0
  1599. /package/dist/cjs/api/resources/{billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.js → shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoReorderReq1.js} +0 -0
  1600. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/cargos}/client/requests/index.js +0 -0
  1601. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orderTemplatesNew/resources/cargos}/index.d.ts +0 -0
  1602. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orderTemplatesNew/resources/cargos}/index.js +0 -0
  1603. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orderTemplatesNew/resources/taskArtifacts}/client/index.d.ts +0 -0
  1604. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orderTemplatesNew/resources/taskArtifacts}/client/index.js +0 -0
  1605. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.js → shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactClientCreate1.js} +0 -0
  1606. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.js → shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactClientUpdate1.js} +0 -0
  1607. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.js → shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactMoveReq1.js} +0 -0
  1608. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.js → shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactReorderReq1.js} +0 -0
  1609. /package/dist/cjs/api/resources/{billing/resources/lineItems/client → shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests}/index.js +0 -0
  1610. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orderTemplatesNew/resources/taskArtifacts}/index.d.ts +0 -0
  1611. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orderTemplatesNew/resources/taskArtifacts}/index.js +0 -0
  1612. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskGroups}/client/index.d.ts +0 -0
  1613. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskGroups}/client/index.js +0 -0
  1614. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.js → shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupClientCreate1.js} +0 -0
  1615. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.js → shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupClientUpdate1.js} +0 -0
  1616. /package/dist/cjs/api/resources/{billing/resources/statements/client/requests/StatementCreateClientReq.js → shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupReorderReq1.js} +0 -0
  1617. /package/dist/cjs/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskGroups}/client/requests/index.js +0 -0
  1618. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskGroups}/index.d.ts +0 -0
  1619. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskGroups}/index.js +0 -0
  1620. /package/dist/cjs/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/tasks}/client/index.d.ts +0 -0
  1621. /package/dist/cjs/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/tasks}/client/index.js +0 -0
  1622. /package/dist/cjs/api/resources/{billing/resources/statements/client/requests/StatementExpandedRetrieveReq.js → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskCargoAssociationsReq1.js} +0 -0
  1623. /package/dist/cjs/api/resources/{billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.js → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskClientCreate1.js} +0 -0
  1624. /package/dist/cjs/api/resources/{billing/resources/statements/client/requests/StatementsExpandedListV1Request.js → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskClientUpdate1.js} +0 -0
  1625. /package/dist/cjs/api/resources/{billing/resources/statements/client/requests/StatementsListV1Request.js → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskMoveReq1.js} +0 -0
  1626. /package/dist/cjs/api/resources/{operations/resources/operationsTasks/client/requests/OperationsTaskStatusReq.js → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskReorderReq1.js} +0 -0
  1627. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orderTemplatesNew/resources/tasks}/client/requests/index.js +0 -0
  1628. /package/dist/cjs/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/tasks}/index.d.ts +0 -0
  1629. /package/dist/cjs/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/tasks}/index.js +0 -0
  1630. /package/dist/cjs/api/resources/shipping/resources/{cargos/client/requests/CargoAddToOrderReq.js → orders/client/requests/OrdersAddCoordinatorTaskListToApplyAtOrderStagingV1Request.js} +0 -0
  1631. /package/dist/cjs/api/resources/shipping/resources/{cargos/client/requests/CargoAssociateWithTaskReq.js → orders/client/requests/OrdersDeleteManyDraftsReq.js} +0 -0
  1632. /package/dist/cjs/api/resources/shipping/resources/{cargos/client/requests/CargoUnassociateWithTaskReq.js → orders/client/requests/OrdersTaskGroupOrderingReq.js} +0 -0
  1633. /package/dist/cjs/api/resources/shipping/resources/{orderGroups/client/requests/OrderGroupClientCreate1.js → orders/client/requests/OrdersUpdateDepartmentReq.js} +0 -0
  1634. /package/dist/cjs/api/resources/shipping/resources/{orderGroups/client/requests/OrderGroupClientUpdate1.js → orders/client/requests/OrdersUpdateDraftReq.js} +0 -0
  1635. /package/dist/cjs/api/resources/shipping/resources/{orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.js → orders/client/requests/OrdersUpdateLabelReq.js} +0 -0
  1636. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orders/resources/cargo}/client/index.d.ts +0 -0
  1637. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orders/resources/cargo}/client/index.js +0 -0
  1638. /package/dist/cjs/api/{types → resources/shipping/resources/orders/resources/cargo/client/requests}/CargoClientUpdate1.js +0 -0
  1639. /package/dist/cjs/api/resources/shipping/resources/{orderGroups/client/requests/OrderGroupsListV1Request.js → orders/resources/cargo/client/requests/OrdersAddCargoReq.js} +0 -0
  1640. /package/dist/cjs/api/resources/shipping/resources/{orderSchedules/client/requests/OrderSchedulesListV1Request.js → orders/resources/cargo/client/requests/OrdersAssociateCargoWithTaskReq.js} +0 -0
  1641. /package/dist/cjs/api/resources/shipping/resources/{orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.js → orders/resources/cargo/client/requests/OrdersUnassociateCargoWithTaskReq.js} +0 -0
  1642. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orders/resources/cargo}/client/requests/index.js +0 -0
  1643. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orders/resources/cargo}/index.d.ts +0 -0
  1644. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orders/resources/cargo}/index.js +0 -0
  1645. /package/dist/cjs/api/resources/shipping/resources/{orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.js → orders/resources/drafts/client/requests/OrdersCreateDraftFromOrderTemplateNewReq.js} +0 -0
  1646. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orders/resources/task}/client/index.d.ts +0 -0
  1647. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orders/resources/task}/client/index.js +0 -0
  1648. /package/dist/cjs/api/resources/shipping/resources/{orderTemplates/client/requests/OrderTemplateClientCreate1.js → orders/resources/task/client/requests/OrdersAddTaskReq.js} +0 -0
  1649. /package/dist/cjs/api/resources/shipping/resources/{orderTemplates/client/requests/OrderTemplateClientUpdate1.js → orders/resources/task/client/requests/TaskClientUpdate1.js} +0 -0
  1650. /package/dist/cjs/api/resources/{billing/resources/statements → shipping/resources/orders/resources/task}/client/requests/index.js +0 -0
  1651. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orders/resources/task}/index.d.ts +0 -0
  1652. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orders/resources/task}/index.js +0 -0
  1653. /package/dist/cjs/api/resources/{billing/resources/statements → shipping/resources/orders/resources/taskArtifact}/client/index.d.ts +0 -0
  1654. /package/dist/cjs/api/resources/{billing/resources/statements → shipping/resources/orders/resources/taskArtifact}/client/index.js +0 -0
  1655. /package/dist/cjs/api/resources/shipping/resources/{cargos → orders/resources/taskArtifact}/client/requests/index.js +0 -0
  1656. /package/dist/cjs/api/resources/{billing/resources/statements → shipping/resources/orders/resources/taskArtifact}/index.d.ts +0 -0
  1657. /package/dist/cjs/api/resources/{billing/resources/statements → shipping/resources/orders/resources/taskArtifact}/index.js +0 -0
  1658. /package/dist/cjs/api/resources/shipping/resources/{cargos → orders/resources/taskGroup}/client/index.d.ts +0 -0
  1659. /package/dist/cjs/api/resources/shipping/resources/{cargos → orders/resources/taskGroup}/client/index.js +0 -0
  1660. /package/dist/cjs/api/resources/shipping/resources/{orderTemplates/client/requests/OrderTemplateRemoveReferenceReq.js → orders/resources/taskGroup/client/requests/OrdersAddTaskGroupExecutorReq.js} +0 -0
  1661. /package/dist/cjs/api/resources/shipping/resources/{orderTemplates/client/requests/OrderTemplatesListV1Request.js → orders/resources/taskGroup/client/requests/OrdersAddTaskGroupReq.js} +0 -0
  1662. /package/dist/cjs/api/resources/shipping/resources/orders/{client/requests/OrdersUpdateDepartmentAndLabelReq.js → resources/taskGroup/client/requests/OrdersSetTaskGroupFlightInfoReq.js} +0 -0
  1663. /package/dist/cjs/api/resources/shipping/resources/orders/resources/{drafts/client/requests/BodyPostShippingOrdersDraftsImageToTextV1.js → taskGroup/client/requests/OrdersSetTaskGroupTaskOrderingReq.js} +0 -0
  1664. /package/dist/cjs/api/resources/shipping/resources/orders/resources/{drafts/client/requests/DraftsAddCoordinatorTaskListToApplyAtOrderStagingV1Request.js → taskGroup/client/requests/OrdersSetTaskGroupVehicleTypeReq.js} +0 -0
  1665. /package/dist/cjs/api/resources/shipping/resources/orders/resources/{drafts/client/requests/OrdersDraftDeleteManyReq.js → taskGroup/client/requests/OrdersUpdateTaskGroupDriverReq.js} +0 -0
  1666. /package/dist/cjs/api/resources/shipping/resources/{orderGroups → orders/resources/taskGroup}/client/requests/index.js +0 -0
  1667. /package/dist/cjs/api/resources/shipping/resources/{cargos → orders/resources/taskGroup}/index.d.ts +0 -0
  1668. /package/dist/cjs/api/resources/shipping/resources/{cargos → orders/resources/taskGroup}/index.js +0 -0
  1669. /package/dist/cjs/api/resources/shipping/resources/{orderGroups → orders/resources/utils}/client/index.d.ts +0 -0
  1670. /package/dist/cjs/api/resources/shipping/resources/{orderGroups → orders/resources/utils}/client/index.js +0 -0
  1671. /package/dist/cjs/api/resources/shipping/resources/orders/resources/{drafts/client/requests/OrdersDraftUpdateReq.js → utils/client/requests/BodyPostShippingOrdersUtilsImageToTextV1.js} +0 -0
  1672. /package/dist/cjs/api/resources/shipping/resources/{orderSchedules → orders/resources/utils}/client/requests/index.js +0 -0
  1673. /package/dist/cjs/api/resources/shipping/resources/{orderGroups → orders/resources/utils}/index.d.ts +0 -0
  1674. /package/dist/cjs/api/resources/shipping/resources/{orderGroups → orders/resources/utils}/index.js +0 -0
  1675. /package/dist/cjs/api/resources/shipping/resources/{orders/resources/drafts/client/requests/SetTaskGroupOrderingDraftReq.js → taskGroups/resources/expanded/client/requests/ExpandedListForDriverV1Request.js} +0 -0
  1676. /package/dist/cjs/api/resources/shipping/resources/{orders/resources/drafts/resources/cargo/client/requests/OrderDraftAddCargoReq.js → taskGroups/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.js} +0 -0
  1677. /package/dist/cjs/api/resources/shipping/resources/{orders/resources/drafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.js → taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.js} +0 -0
  1678. /package/dist/cjs/api/resources/shipping/resources/{orderSchedules/resources/draft → taskGroups/resources/taskGroupId}/client/requests/index.js +0 -0
  1679. /package/dist/cjs/api/resources/shipping/resources/{orders/resources/drafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.js → tasks/client/requests/TaskCompleteReq.js} +0 -0
  1680. /package/dist/cjs/api/resources/shipping/resources/{orders/resources/drafts/resources/cargo/client/requests/OrderDraftUpdateCargoReq.js → tasks/client/requests/TaskCompletionTimestampUpdateReq.js} +0 -0
  1681. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/expanded → shippingIntegrations}/client/index.d.ts +0 -0
  1682. /package/dist/cjs/api/resources/{shipping/resources/orderTemplates/client/requests → shippingIntegrations/client}/index.js +0 -0
  1683. /package/dist/cjs/api/resources/{shipping/resources/orderSchedules → shippingIntegrations}/index.d.ts +0 -0
  1684. /package/dist/cjs/api/resources/{shipping/resources/orderSchedules → shippingIntegrations}/index.js +0 -0
  1685. /package/dist/{esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/index.mjs → cjs/api/resources/shippingIntegrations/resources/connections/client/index.d.ts} +0 -0
  1686. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/cargo/client/requests → shippingIntegrations/resources/connections/client}/index.js +0 -0
  1687. /package/dist/cjs/api/resources/{shipping/resources/orderSchedules/resources/draft → shippingIntegrations/resources/connections}/index.d.ts +0 -0
  1688. /package/dist/cjs/api/resources/{shipping/resources/orderSchedules/resources/draft → shippingIntegrations/resources/connections}/index.js +0 -0
  1689. /package/dist/cjs/api/resources/{shipping/resources/orderSchedules → shippingIntegrations/resources/orders}/client/index.d.ts +0 -0
  1690. /package/dist/cjs/api/resources/{shipping/resources/orderSchedules → shippingIntegrations/resources/orders}/client/index.js +0 -0
  1691. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftAddTaskReqV1.js → shippingIntegrations/resources/orders/client/requests/OrdersListV1Request.js} +0 -0
  1692. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftUpdateTaskReq.js → shippingIntegrations/resources/orders/client/requests/OrdersStatusSummaryV1Request.js} +0 -0
  1693. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/expanded/client → shippingIntegrations/resources/orders/client/requests}/index.js +0 -0
  1694. /package/dist/cjs/api/resources/{shipping/resources/orderTemplates → shippingIntegrations/resources/orders}/index.d.ts +0 -0
  1695. /package/dist/cjs/api/resources/{shipping/resources/orderTemplates → shippingIntegrations/resources/orders}/index.js +0 -0
  1696. /package/dist/{esm/api/resources/billing/resources/billingLedgers/client/requests/index.mjs → cjs/api/resources/shippingIntegrations/resources/xcelerator/client/index.d.ts} +0 -0
  1697. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/task/client/requests → shippingIntegrations/resources/xcelerator/client}/index.js +0 -0
  1698. /package/dist/cjs/api/resources/{shipping/resources/orderSchedules/resources/draft → shippingIntegrations/resources/xcelerator/resources/creds}/client/index.d.ts +0 -0
  1699. /package/dist/cjs/api/resources/{shipping/resources/orderSchedules/resources/draft → shippingIntegrations/resources/xcelerator/resources/creds}/client/index.js +0 -0
  1700. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.js → shippingIntegrations/resources/xcelerator/resources/creds/client/requests/XceleratorCredsClientCreate1.js} +0 -0
  1701. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.js → shippingIntegrations/resources/xcelerator/resources/creds/client/requests/XceleratorCredsClientUpdate1.js} +0 -0
  1702. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/taskArtifact → shippingIntegrations/resources/xcelerator/resources/creds}/client/requests/index.js +0 -0
  1703. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/cargo → shippingIntegrations/resources/xcelerator/resources/creds}/index.d.ts +0 -0
  1704. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/cargo → shippingIntegrations/resources/xcelerator/resources/creds}/index.js +0 -0
  1705. /package/dist/cjs/api/resources/{shipping/resources/orderTemplates → shippingIntegrations/resources/xcelerator/resources/orders}/client/index.d.ts +0 -0
  1706. /package/dist/cjs/api/resources/{shipping/resources/orderTemplates → shippingIntegrations/resources/xcelerator/resources/orders}/client/index.js +0 -0
  1707. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.js → shippingIntegrations/resources/xcelerator/resources/orders/client/requests/OrdersListV1Request.js} +0 -0
  1708. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftUpdateDriverReq.js → shippingIntegrations/resources/xcelerator/resources/orders/client/requests/XceleratorOrderSyncOneReq.js} +0 -0
  1709. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/taskGroup → shippingIntegrations/resources/xcelerator/resources/orders}/client/requests/index.js +0 -0
  1710. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/expanded → shippingIntegrations/resources/xcelerator/resources/orders}/index.d.ts +0 -0
  1711. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/expanded → shippingIntegrations/resources/xcelerator/resources/orders}/index.js +0 -0
  1712. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/cargo → tracking/resources/geofenceTemplates}/client/index.d.ts +0 -0
  1713. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/cargo → tracking/resources/geofenceTemplates}/client/index.js +0 -0
  1714. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.js → tracking/resources/geofenceTemplates/client/requests/GeofenceTemplatesListV1Request.js} +0 -0
  1715. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetTaskOrderingDraftReq.js → tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientCreate1.js} +0 -0
  1716. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetVehicleTypeReq.js → tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientUpdate1.js} +0 -0
  1717. /package/dist/cjs/api/resources/{shipping/resources/ordersAndOrderGroups → tracking/resources/geofenceTemplates}/client/requests/index.js +0 -0
  1718. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/task → tracking/resources/geofenceTemplates}/index.d.ts +0 -0
  1719. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/task → tracking/resources/geofenceTemplates}/index.js +0 -0
  1720. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/task → tracking/resources/sessionGeofences}/client/index.d.ts +0 -0
  1721. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/task → tracking/resources/sessionGeofences}/client/index.js +0 -0
  1722. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.js → tracking/resources/sessionGeofences/client/requests/SessionGeofenceApplyTemplateReq.js} +0 -0
  1723. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.js → tracking/resources/sessionGeofences/client/requests/SessionGeofenceClientUpdate1.js} +0 -0
  1724. /package/dist/cjs/api/resources/{shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.js → tracking/resources/sessionGeofences/client/requests/SessionGeofenceReorderReq.js} +0 -0
  1725. /package/dist/cjs/api/resources/{shipping/resources/taskArtifacts → tracking/resources/sessionGeofences}/client/requests/index.js +0 -0
  1726. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/taskArtifact → tracking/resources/sessionGeofences}/index.d.ts +0 -0
  1727. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/drafts/resources/taskArtifact → tracking/resources/sessionGeofences}/index.js +0 -0
  1728. /package/dist/cjs/api/resources/{shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.js → tracking/resources/sessions/client/requests/SessionClientUpdate2.js} +0 -0
  1729. /package/dist/cjs/api/resources/{shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.js → tracking/resources/sessions/client/requests/SessionsCreateV1Req.js} +0 -0
  1730. /package/dist/cjs/api/resources/{shipping/resources/taskGroups/client/requests/AddExecutorReq.js → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.js} +0 -0
  1731. /package/dist/cjs/api/resources/{shipping/resources/taskGroups/client/requests/SetTaskOrderingReq.js → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.js} +0 -0
  1732. /package/dist/cjs/api/resources/{shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.js → trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.js} +0 -0
  1733. /package/dist/cjs/api/{resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.js → types/BillingInvoiceApprovedWebhookPayload.js} +0 -0
  1734. /package/dist/cjs/api/{resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.js → types/BillingPeriod1.js} +0 -0
  1735. /package/dist/cjs/api/{resources/shipping/resources/taskGroups/client/requests/UpdateDriverReq.js → types/BillingPeriodExpanded1.js} +0 -0
  1736. /package/dist/cjs/api/{resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.js → types/BillingPeriodListRes.js} +0 -0
  1737. /package/dist/cjs/api/{resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.js → types/BillingPeriodTaskGroupsReq.js} +0 -0
  1738. /package/dist/cjs/api/{resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.js → types/ContactExpandedListItem.js} +0 -0
  1739. /package/dist/cjs/api/{resources/tracking/resources/sessions/client/requests/SessionClientCreate1.js → types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.js} +0 -0
  1740. /package/dist/cjs/api/{resources/tracking/resources/sessions/client/requests/SessionClientUpdate1.js → types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.js} +0 -0
  1741. /package/dist/cjs/api/{resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.js → types/CreateInvoiceLineItemsFromAwbCostsItem1.js} +0 -0
  1742. /package/dist/cjs/api/types/{AttachBillingLedgerPeriodReq.js → CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.js} +0 -0
  1743. /package/dist/cjs/api/types/{AttachLigToVectorClientReq.js → CreateInvoiceLineItemsFromAwbCostsRes.js} +0 -0
  1744. /package/dist/cjs/api/types/{BillingLedger1.js → GeofencePointLocationFeature1.js} +0 -0
  1745. /package/dist/cjs/api/types/{BillingLedgerListRes.js → GeofenceTemplateListRes.js} +0 -0
  1746. /package/dist/cjs/api/types/{BillingLedgerPeriod1.js → GeometriesItem.js} +0 -0
  1747. /package/dist/cjs/api/types/{BillingLedgerPeriodListRes.js → InvoiceExpandedListItem.js} +0 -0
  1748. /package/dist/cjs/api/types/{BillingLedgerSortByEnum.js → InvoiceLineItemExpandedListItem.js} +0 -0
  1749. /package/dist/cjs/api/types/{BillingLineItemGroupMessageWebhookPayload.js → InvoiceLineItemExpandedRes.js} +0 -0
  1750. /package/dist/cjs/api/types/{BillingLineItemGroupS3ObjectAddedWebhookPayload.js → OperationsTasksStatusUpdateRes1.js} +0 -0
  1751. /package/dist/cjs/api/types/{BillingLineItemS3ObjectAddedWebhookPayload.js → OrderAwbBillingAccount1.js} +0 -0
  1752. /package/dist/cjs/api/types/{BillingStatementOpenedWebhookPayload.js → OrderAwbBillingListItem1.js} +0 -0
  1753. /package/dist/cjs/api/types/{BillingStatementPaidWebhookPayload.js → OrderAwbBillingListRes.js} +0 -0
  1754. /package/dist/cjs/api/types/{CargoOnFlightRateSheet1.js → OrderBillingPeriod1.js} +0 -0
  1755. /package/dist/cjs/api/types/{CargoOnFlightRateSheetListRes.js → OrderInformationConversationRes.js} +0 -0
  1756. /package/dist/cjs/api/types/{ChrtGroundProviderRateSheet1.js → OrderRateSheetLineItemsGenerateManyRes.js} +0 -0
  1757. /package/dist/cjs/api/types/{ChrtGroundProviderRateSheetListRes.js → OrderRateSheetLineItemsGenerateManyResult1.js} +0 -0
  1758. /package/dist/cjs/api/types/{CreateLigFromRateSheetForVectorClientReq.js → OrderTemplateNew1.js} +0 -0
  1759. /package/dist/cjs/api/types/{GeometryCollectionGeometriesItem.js → OrderTemplateNewCargo1.js} +0 -0
  1760. /package/dist/cjs/api/types/{LineItem1.js → OrderTemplateNewCore1.js} +0 -0
  1761. /package/dist/cjs/api/types/{LineItemClientCreate1.js → OrderTemplateNewDateTimeWindow1.js} +0 -0
  1762. /package/dist/cjs/api/types/{LineItemGroup1.js → OrderTemplateNewDateparserResolveRes.js} +0 -0
  1763. /package/dist/cjs/api/types/{LineItemGroupLineItemsRes.js → OrderTemplateNewExpanded1.js} +0 -0
  1764. /package/dist/cjs/api/types/{LineItemGroupListRes.js → OrderTemplateNewListRes.js} +0 -0
  1765. /package/dist/cjs/api/types/{LineItemGroupMessage1.js → OrderTemplateNewTask1.js} +0 -0
  1766. /package/dist/cjs/api/types/{LineItemGroupS3ObjectMetadata1.js → OrderTemplateNewTaskArtifact1.js} +0 -0
  1767. /package/dist/cjs/api/types/{LineItemS3ObjectMetadata1.js → OrderTemplateNewTaskGroup1.js} +0 -0
  1768. /package/dist/cjs/api/types/{OnboardCourierRateSheet1.js → OrderTemplateNewTaskGroupExpanded1.js} +0 -0
  1769. /package/dist/cjs/api/types/{OnboardCourierRateSheetListRes.js → OrdersDeleteManyDraftsRes.js} +0 -0
  1770. /package/dist/cjs/api/types/{Order1.js → OrdersUpdateDraftRes.js} +0 -0
  1771. /package/dist/cjs/api/types/{OrderBuilderReq.js → Session2.js} +0 -0
  1772. /package/dist/cjs/api/types/{OrderBuilderRes.js → SessionGeofence1.js} +0 -0
  1773. /package/dist/cjs/api/types/{OrderDraftExpandedForCoordinator.js → SessionGeofenceBase1.js} +0 -0
  1774. /package/dist/cjs/api/types/{OrderDraftExpandedForShipper.js → SessionGeofenceClientCreate1.js} +0 -0
  1775. /package/dist/cjs/api/types/{OrderExpandedForCoordinator.js → SessionGeofenceTemplate1.js} +0 -0
  1776. /package/dist/cjs/api/types/{OrderExpandedForExecutor.js → ShippingIntegrationConnection.js} +0 -0
  1777. /package/dist/cjs/api/types/{OrderGroup1.js → ShippingIntegrationConnectionListRes.js} +0 -0
  1778. /package/dist/cjs/api/types/{OrderGroupExpandedListRes.js → ShippingIntegrationOrder1.js} +0 -0
  1779. /package/dist/cjs/api/types/{OrderGroupExpandedRow.js → ShippingIntegrationOrderListRes.js} +0 -0
  1780. /package/dist/cjs/api/types/{OrderGroupListRes.js → ShippingIntegrationOrderPlace1.js} +0 -0
  1781. /package/dist/cjs/api/types/{OrderLimitedForCoordinator1.js → ShippingIntegrationOrderStatusSummaryRes.js} +0 -0
  1782. /package/dist/cjs/api/types/{OrderLimitedForExecutor1.js → StoredModel.js} +0 -0
  1783. /package/dist/cjs/api/types/{OrderSchedule1.js → TaskGroupByDriverDataPointsRes.js} +0 -0
  1784. /package/dist/cjs/api/types/{OrderScheduleAboutRes.js → TaskGroupByDriverLastSeenRes.js} +0 -0
  1785. /package/dist/cjs/api/types/{OrderScheduleBuildSeedRes.js → TaskListToApplyToOrderExpanded.js} +0 -0
  1786. /package/dist/cjs/api/types/{OrderScheduleListRes.js → TrackingSessionGeofenceEnteredWebhookPayload.js} +0 -0
  1787. /package/dist/cjs/api/types/{OrderScheduleOrchestratorScheduleActionResult.js → WorkflowCaller.js} +0 -0
  1788. /package/dist/cjs/api/types/{OrderScheduleOrchestratorScheduleStatus.js → XceleratorCredsLimited1.js} +0 -0
  1789. /package/dist/cjs/api/types/{OrderScheduleSpec1.js → XceleratorCredsListRes.js} +0 -0
  1790. /package/dist/cjs/api/types/{OrderTemplate1.js → XceleratorCredsTestRes.js} +0 -0
  1791. /package/dist/cjs/api/types/{OrderTemplateCore1.js → XceleratorOrder1.js} +0 -0
  1792. /package/dist/cjs/api/types/{OrderTemplateExpanded1.js → XceleratorOrderExtraResponse1.js} +0 -0
  1793. /package/dist/cjs/api/types/{OrderTemplateListRes.js → XceleratorOrderListRes.js} +0 -0
  1794. /package/dist/cjs/api/types/{OrderTemplateOrgInfo1.js → XceleratorOrderPackageResponse1.js} +0 -0
  1795. /package/dist/cjs/api/types/{OrderTemplateReferencesExpanded1.js → XceleratorOrderResponse1.js} +0 -0
  1796. /package/dist/esm/api/resources/{billing/resources/lineItems → agent}/client/index.d.mts +0 -0
  1797. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests → agent/client}/index.mjs +0 -0
  1798. /package/dist/esm/api/resources/{billing/resources/lineItemGroups → agent}/index.d.mts +0 -0
  1799. /package/dist/esm/api/resources/{billing/resources/lineItemGroups → agent}/index.mjs +0 -0
  1800. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/client/index.d.mts +0 -0
  1801. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/client/index.mjs +0 -0
  1802. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.mjs} +0 -0
  1803. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.mjs} +0 -0
  1804. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.mjs} +0 -0
  1805. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → agent/resources/orderInformation}/client/requests/index.mjs +0 -0
  1806. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/index.d.mts +0 -0
  1807. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/index.mjs +0 -0
  1808. /package/dist/esm/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/client/index.d.mts +0 -0
  1809. /package/dist/esm/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/client/index.mjs +0 -0
  1810. /package/dist/esm/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.mjs → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.mjs} +0 -0
  1811. /package/dist/esm/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.mjs → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.mjs} +0 -0
  1812. /package/dist/esm/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.mjs → billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.mjs} +0 -0
  1813. /package/dist/esm/api/resources/{billing/resources/lineItemGroups → billingNew/resources/billingPeriods}/client/requests/index.mjs +0 -0
  1814. /package/dist/esm/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/index.d.mts +0 -0
  1815. /package/dist/esm/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/index.mjs +0 -0
  1816. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.mjs → billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.mjs} +0 -0
  1817. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.mjs → billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.mjs} +0 -0
  1818. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.mjs → billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.mjs} +0 -0
  1819. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/orders/resources/rateSheetLineItems}/client/index.d.mts +0 -0
  1820. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/orders/resources/rateSheetLineItems}/client/index.mjs +0 -0
  1821. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.mjs → billingNew/resources/orders/resources/rateSheetLineItems/client/requests/OrderRateSheetLineItemsGenerateManyReq.mjs} +0 -0
  1822. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → billingNew/resources/orders/resources/rateSheetLineItems}/client/requests/index.mjs +0 -0
  1823. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/orders/resources/rateSheetLineItems}/index.d.mts +0 -0
  1824. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/orders/resources/rateSheetLineItems}/index.mjs +0 -0
  1825. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.mjs → operations/resources/operationsTasks/client/requests/OperationsTasksSetStatusReq1.mjs} +0 -0
  1826. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.mjs → shipping/resources/flights/client/requests/FlightsGetFlightTrackForFlightLegV1Request.mjs} +0 -0
  1827. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/flights}/client/requests/index.mjs +0 -0
  1828. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orderTemplatesNew}/client/index.d.mts +0 -0
  1829. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orderTemplatesNew}/client/index.mjs +0 -0
  1830. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.mjs → shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientCreate1.mjs} +0 -0
  1831. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.mjs → shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewClientUpdate1.mjs} +0 -0
  1832. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.mjs → shipping/resources/orderTemplatesNew/client/requests/OrderTemplateNewDateparserResolveReq.mjs} +0 -0
  1833. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.mjs → shipping/resources/orderTemplatesNew/client/requests/OrderTemplatesNewListV1Request.mjs} +0 -0
  1834. /package/dist/esm/api/resources/{billing/resources/lineItems/client → shipping/resources/orderTemplatesNew/client/requests}/index.mjs +0 -0
  1835. /package/dist/esm/api/resources/{billing/resources/lineItems → shipping/resources/orderTemplatesNew}/index.d.mts +0 -0
  1836. /package/dist/esm/api/resources/{billing/resources/lineItems → shipping/resources/orderTemplatesNew}/index.mjs +0 -0
  1837. /package/dist/esm/api/resources/{billing/resources/lineItemGroups → shipping/resources/orderTemplatesNew/resources/cargos}/client/index.d.mts +0 -0
  1838. /package/dist/esm/api/resources/{billing/resources/lineItemGroups → shipping/resources/orderTemplatesNew/resources/cargos}/client/index.mjs +0 -0
  1839. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.mjs → shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoClientCreate1.mjs} +0 -0
  1840. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.mjs → shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoClientUpdate1.mjs} +0 -0
  1841. /package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.mjs → shipping/resources/orderTemplatesNew/resources/cargos/client/requests/OrderTemplateNewCargoReorderReq1.mjs} +0 -0
  1842. /package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/cargos}/client/requests/index.mjs +0 -0
  1843. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orderTemplatesNew/resources/cargos}/index.d.mts +0 -0
  1844. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orderTemplatesNew/resources/cargos}/index.mjs +0 -0
  1845. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orderTemplatesNew/resources/taskArtifacts}/client/index.d.mts +0 -0
  1846. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orderTemplatesNew/resources/taskArtifacts}/client/index.mjs +0 -0
  1847. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.mjs → shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactClientCreate1.mjs} +0 -0
  1848. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.mjs → shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactClientUpdate1.mjs} +0 -0
  1849. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.mjs → shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactMoveReq1.mjs} +0 -0
  1850. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.mjs → shipping/resources/orderTemplatesNew/resources/taskArtifacts/client/requests/OrderTemplateNewTaskArtifactReorderReq1.mjs} +0 -0
  1851. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orderTemplatesNew/resources/taskArtifacts}/client/requests/index.mjs +0 -0
  1852. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orderTemplatesNew/resources/taskArtifacts}/index.d.mts +0 -0
  1853. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orderTemplatesNew/resources/taskArtifacts}/index.mjs +0 -0
  1854. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskGroups}/client/index.d.mts +0 -0
  1855. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskGroups}/client/index.mjs +0 -0
  1856. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.mjs → shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupClientCreate1.mjs} +0 -0
  1857. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.mjs → shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupClientUpdate1.mjs} +0 -0
  1858. /package/dist/esm/api/resources/{billing/resources/statements/client/requests/StatementCreateClientReq.mjs → shipping/resources/orderTemplatesNew/resources/taskGroups/client/requests/OrderTemplateNewTaskGroupReorderReq1.mjs} +0 -0
  1859. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orderTemplatesNew/resources/taskGroups}/client/requests/index.mjs +0 -0
  1860. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskGroups}/index.d.mts +0 -0
  1861. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/taskGroups}/index.mjs +0 -0
  1862. /package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/tasks}/client/index.d.mts +0 -0
  1863. /package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/tasks}/client/index.mjs +0 -0
  1864. /package/dist/esm/api/resources/{billing/resources/statements/client/requests/StatementExpandedRetrieveReq.mjs → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskCargoAssociationsReq1.mjs} +0 -0
  1865. /package/dist/esm/api/resources/{billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.mjs → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskClientCreate1.mjs} +0 -0
  1866. /package/dist/esm/api/resources/{billing/resources/statements/client/requests/StatementsExpandedListV1Request.mjs → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskClientUpdate1.mjs} +0 -0
  1867. /package/dist/esm/api/resources/{billing/resources/statements/client/requests/StatementsListV1Request.mjs → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskMoveReq1.mjs} +0 -0
  1868. /package/dist/esm/api/resources/{operations/resources/operationsTasks/client/requests/OperationsTaskStatusReq.mjs → shipping/resources/orderTemplatesNew/resources/tasks/client/requests/OrderTemplateNewTaskReorderReq1.mjs} +0 -0
  1869. /package/dist/esm/api/resources/{billing/resources/statements → shipping/resources/orderTemplatesNew/resources/tasks}/client/requests/index.mjs +0 -0
  1870. /package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/tasks}/index.d.mts +0 -0
  1871. /package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orderTemplatesNew/resources/tasks}/index.mjs +0 -0
  1872. /package/dist/esm/api/resources/shipping/resources/{cargos/client/requests/CargoAddToOrderReq.mjs → orders/client/requests/OrdersAddCoordinatorTaskListToApplyAtOrderStagingV1Request.mjs} +0 -0
  1873. /package/dist/esm/api/resources/shipping/resources/{cargos/client/requests/CargoAssociateWithTaskReq.mjs → orders/client/requests/OrdersDeleteManyDraftsReq.mjs} +0 -0
  1874. /package/dist/esm/api/resources/shipping/resources/{cargos/client/requests/CargoUnassociateWithTaskReq.mjs → orders/client/requests/OrdersTaskGroupOrderingReq.mjs} +0 -0
  1875. /package/dist/esm/api/resources/shipping/resources/{orderGroups/client/requests/OrderGroupClientCreate1.mjs → orders/client/requests/OrdersUpdateDepartmentReq.mjs} +0 -0
  1876. /package/dist/esm/api/resources/shipping/resources/{orderGroups/client/requests/OrderGroupClientUpdate1.mjs → orders/client/requests/OrdersUpdateDraftReq.mjs} +0 -0
  1877. /package/dist/esm/api/resources/shipping/resources/{orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.mjs → orders/client/requests/OrdersUpdateLabelReq.mjs} +0 -0
  1878. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orders/resources/cargo}/client/index.d.mts +0 -0
  1879. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orders/resources/cargo}/client/index.mjs +0 -0
  1880. /package/dist/esm/api/{types → resources/shipping/resources/orders/resources/cargo/client/requests}/CargoClientUpdate1.mjs +0 -0
  1881. /package/dist/esm/api/resources/shipping/resources/{orderGroups/client/requests/OrderGroupsListV1Request.mjs → orders/resources/cargo/client/requests/OrdersAddCargoReq.mjs} +0 -0
  1882. /package/dist/esm/api/resources/shipping/resources/{orderSchedules/client/requests/OrderSchedulesListV1Request.mjs → orders/resources/cargo/client/requests/OrdersAssociateCargoWithTaskReq.mjs} +0 -0
  1883. /package/dist/esm/api/resources/shipping/resources/{orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.mjs → orders/resources/cargo/client/requests/OrdersUnassociateCargoWithTaskReq.mjs} +0 -0
  1884. /package/dist/esm/api/resources/shipping/resources/{cargos → orders/resources/cargo}/client/requests/index.mjs +0 -0
  1885. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orders/resources/cargo}/index.d.mts +0 -0
  1886. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orders/resources/cargo}/index.mjs +0 -0
  1887. /package/dist/esm/api/resources/shipping/resources/{orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.mjs → orders/resources/drafts/client/requests/OrdersCreateDraftFromOrderTemplateNewReq.mjs} +0 -0
  1888. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orders/resources/task}/client/index.d.mts +0 -0
  1889. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orders/resources/task}/client/index.mjs +0 -0
  1890. /package/dist/esm/api/resources/shipping/resources/{orderTemplates/client/requests/OrderTemplateClientCreate1.mjs → orders/resources/task/client/requests/OrdersAddTaskReq.mjs} +0 -0
  1891. /package/dist/esm/api/resources/shipping/resources/{orderTemplates/client/requests/OrderTemplateClientUpdate1.mjs → orders/resources/task/client/requests/TaskClientUpdate1.mjs} +0 -0
  1892. /package/dist/esm/api/resources/shipping/resources/{orderGroups → orders/resources/task}/client/requests/index.mjs +0 -0
  1893. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orders/resources/task}/index.d.mts +0 -0
  1894. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings → shipping/resources/orders/resources/task}/index.mjs +0 -0
  1895. /package/dist/esm/api/resources/{billing/resources/statements → shipping/resources/orders/resources/taskArtifact}/client/index.d.mts +0 -0
  1896. /package/dist/esm/api/resources/{billing/resources/statements → shipping/resources/orders/resources/taskArtifact}/client/index.mjs +0 -0
  1897. /package/dist/esm/api/resources/shipping/resources/{orderSchedules → orders/resources/taskArtifact}/client/requests/index.mjs +0 -0
  1898. /package/dist/esm/api/resources/{billing/resources/statements → shipping/resources/orders/resources/taskArtifact}/index.d.mts +0 -0
  1899. /package/dist/esm/api/resources/{billing/resources/statements → shipping/resources/orders/resources/taskArtifact}/index.mjs +0 -0
  1900. /package/dist/esm/api/resources/shipping/resources/{cargos → orders/resources/taskGroup}/client/index.d.mts +0 -0
  1901. /package/dist/esm/api/resources/shipping/resources/{cargos → orders/resources/taskGroup}/client/index.mjs +0 -0
  1902. /package/dist/esm/api/resources/shipping/resources/{orderTemplates/client/requests/OrderTemplateRemoveReferenceReq.mjs → orders/resources/taskGroup/client/requests/OrdersAddTaskGroupExecutorReq.mjs} +0 -0
  1903. /package/dist/esm/api/resources/shipping/resources/{orderTemplates/client/requests/OrderTemplatesListV1Request.mjs → orders/resources/taskGroup/client/requests/OrdersAddTaskGroupReq.mjs} +0 -0
  1904. /package/dist/esm/api/resources/shipping/resources/orders/{client/requests/OrdersUpdateDepartmentAndLabelReq.mjs → resources/taskGroup/client/requests/OrdersSetTaskGroupFlightInfoReq.mjs} +0 -0
  1905. /package/dist/esm/api/resources/shipping/resources/orders/resources/{drafts/client/requests/BodyPostShippingOrdersDraftsImageToTextV1.mjs → taskGroup/client/requests/OrdersSetTaskGroupTaskOrderingReq.mjs} +0 -0
  1906. /package/dist/esm/api/resources/shipping/resources/orders/resources/{drafts/client/requests/DraftsAddCoordinatorTaskListToApplyAtOrderStagingV1Request.mjs → taskGroup/client/requests/OrdersSetTaskGroupVehicleTypeReq.mjs} +0 -0
  1907. /package/dist/esm/api/resources/shipping/resources/orders/resources/{drafts/client/requests/OrdersDraftDeleteManyReq.mjs → taskGroup/client/requests/OrdersUpdateTaskGroupDriverReq.mjs} +0 -0
  1908. /package/dist/esm/api/resources/shipping/resources/{orderSchedules/resources/draft → orders/resources/taskGroup}/client/requests/index.mjs +0 -0
  1909. /package/dist/esm/api/resources/shipping/resources/{cargos → orders/resources/taskGroup}/index.d.mts +0 -0
  1910. /package/dist/esm/api/resources/shipping/resources/{cargos → orders/resources/taskGroup}/index.mjs +0 -0
  1911. /package/dist/esm/api/resources/shipping/resources/{orderGroups → orders/resources/utils}/client/index.d.mts +0 -0
  1912. /package/dist/esm/api/resources/shipping/resources/{orderGroups → orders/resources/utils}/client/index.mjs +0 -0
  1913. /package/dist/esm/api/resources/shipping/resources/orders/resources/{drafts/client/requests/OrdersDraftUpdateReq.mjs → utils/client/requests/BodyPostShippingOrdersUtilsImageToTextV1.mjs} +0 -0
  1914. /package/dist/esm/api/resources/shipping/resources/{orderTemplates → orders/resources/utils}/client/requests/index.mjs +0 -0
  1915. /package/dist/esm/api/resources/shipping/resources/{orderGroups → orders/resources/utils}/index.d.mts +0 -0
  1916. /package/dist/esm/api/resources/shipping/resources/{orderGroups → orders/resources/utils}/index.mjs +0 -0
  1917. /package/dist/esm/api/resources/shipping/resources/{orders/resources/drafts/client/requests/SetTaskGroupOrderingDraftReq.mjs → taskGroups/resources/expanded/client/requests/ExpandedListForDriverV1Request.mjs} +0 -0
  1918. /package/dist/esm/api/resources/shipping/resources/{orders/resources/drafts/resources/cargo/client/requests/OrderDraftAddCargoReq.mjs → taskGroups/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.mjs} +0 -0
  1919. /package/dist/esm/api/resources/shipping/resources/{orders/resources/drafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.mjs → taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.mjs} +0 -0
  1920. /package/dist/esm/api/resources/shipping/resources/{orders/resources/drafts/resources/cargo → taskGroups/resources/taskGroupId}/client/requests/index.mjs +0 -0
  1921. /package/dist/esm/api/resources/shipping/resources/{orders/resources/drafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.mjs → tasks/client/requests/TaskCompleteReq.mjs} +0 -0
  1922. /package/dist/esm/api/resources/shipping/resources/{orders/resources/drafts/resources/cargo/client/requests/OrderDraftUpdateCargoReq.mjs → tasks/client/requests/TaskCompletionTimestampUpdateReq.mjs} +0 -0
  1923. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/expanded → shippingIntegrations}/client/index.d.mts +0 -0
  1924. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/expanded → shippingIntegrations}/client/index.mjs +0 -0
  1925. /package/dist/esm/api/resources/{shipping/resources/orderSchedules → shippingIntegrations}/index.d.mts +0 -0
  1926. /package/dist/esm/api/resources/{shipping/resources/orderSchedules → shippingIntegrations}/index.mjs +0 -0
  1927. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/task/client/requests/index.mjs → shippingIntegrations/resources/connections/client/index.d.mts} +0 -0
  1928. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests → shippingIntegrations/resources/connections/client}/index.mjs +0 -0
  1929. /package/dist/esm/api/resources/{shipping/resources/orderSchedules/resources/draft → shippingIntegrations/resources/connections}/index.d.mts +0 -0
  1930. /package/dist/esm/api/resources/{shipping/resources/orderSchedules/resources/draft → shippingIntegrations/resources/connections}/index.mjs +0 -0
  1931. /package/dist/esm/api/resources/{shipping/resources/orderSchedules → shippingIntegrations/resources/orders}/client/index.d.mts +0 -0
  1932. /package/dist/esm/api/resources/{shipping/resources/orderSchedules → shippingIntegrations/resources/orders}/client/index.mjs +0 -0
  1933. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftAddTaskReqV1.mjs → shippingIntegrations/resources/orders/client/requests/OrdersListV1Request.mjs} +0 -0
  1934. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftUpdateTaskReq.mjs → shippingIntegrations/resources/orders/client/requests/OrdersStatusSummaryV1Request.mjs} +0 -0
  1935. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/taskGroup → shippingIntegrations/resources/orders}/client/requests/index.mjs +0 -0
  1936. /package/dist/esm/api/resources/{shipping/resources/orderTemplates → shippingIntegrations/resources/orders}/index.d.mts +0 -0
  1937. /package/dist/esm/api/resources/{shipping/resources/orderTemplates → shippingIntegrations/resources/orders}/index.mjs +0 -0
  1938. /package/dist/esm/api/resources/{shipping/resources/ordersAndOrderGroups/client/requests/index.mjs → shippingIntegrations/resources/xcelerator/client/index.d.mts} +0 -0
  1939. /package/dist/esm/api/resources/{shipping/resources/taskArtifacts/client/requests → shippingIntegrations/resources/xcelerator/client}/index.mjs +0 -0
  1940. /package/dist/esm/api/resources/{shipping/resources/orderSchedules/resources/draft → shippingIntegrations/resources/xcelerator/resources/creds}/client/index.d.mts +0 -0
  1941. /package/dist/esm/api/resources/{shipping/resources/orderSchedules/resources/draft → shippingIntegrations/resources/xcelerator/resources/creds}/client/index.mjs +0 -0
  1942. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.mjs → shippingIntegrations/resources/xcelerator/resources/creds/client/requests/XceleratorCredsClientCreate1.mjs} +0 -0
  1943. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.mjs → shippingIntegrations/resources/xcelerator/resources/creds/client/requests/XceleratorCredsClientUpdate1.mjs} +0 -0
  1944. /package/dist/esm/api/resources/{trackingIntegrations/resources/reelables/resources/workspaces → shippingIntegrations/resources/xcelerator/resources/creds}/client/requests/index.mjs +0 -0
  1945. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/cargo → shippingIntegrations/resources/xcelerator/resources/creds}/index.d.mts +0 -0
  1946. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/cargo → shippingIntegrations/resources/xcelerator/resources/creds}/index.mjs +0 -0
  1947. /package/dist/esm/api/resources/{shipping/resources/orderTemplates → shippingIntegrations/resources/xcelerator/resources/orders}/client/index.d.mts +0 -0
  1948. /package/dist/esm/api/resources/{shipping/resources/orderTemplates → shippingIntegrations/resources/xcelerator/resources/orders}/client/index.mjs +0 -0
  1949. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.mjs → shippingIntegrations/resources/xcelerator/resources/orders/client/requests/OrdersListV1Request.mjs} +0 -0
  1950. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftUpdateDriverReq.mjs → shippingIntegrations/resources/xcelerator/resources/orders/client/requests/XceleratorOrderSyncOneReq.mjs} +0 -0
  1951. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/expanded → shippingIntegrations/resources/xcelerator/resources/orders}/index.d.mts +0 -0
  1952. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/expanded → shippingIntegrations/resources/xcelerator/resources/orders}/index.mjs +0 -0
  1953. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/cargo → tracking/resources/geofenceTemplates}/client/index.d.mts +0 -0
  1954. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/cargo → tracking/resources/geofenceTemplates}/client/index.mjs +0 -0
  1955. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.mjs → tracking/resources/geofenceTemplates/client/requests/GeofenceTemplatesListV1Request.mjs} +0 -0
  1956. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetTaskOrderingDraftReq.mjs → tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientCreate1.mjs} +0 -0
  1957. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetVehicleTypeReq.mjs → tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientUpdate1.mjs} +0 -0
  1958. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/task → tracking/resources/geofenceTemplates}/index.d.mts +0 -0
  1959. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/task → tracking/resources/geofenceTemplates}/index.mjs +0 -0
  1960. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/task → tracking/resources/sessionGeofences}/client/index.d.mts +0 -0
  1961. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/task → tracking/resources/sessionGeofences}/client/index.mjs +0 -0
  1962. /package/dist/esm/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.mjs → tracking/resources/sessionGeofences/client/requests/SessionGeofenceApplyTemplateReq.mjs} +0 -0
  1963. /package/dist/esm/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.mjs → tracking/resources/sessionGeofences/client/requests/SessionGeofenceClientUpdate1.mjs} +0 -0
  1964. /package/dist/esm/api/resources/{shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.mjs → tracking/resources/sessionGeofences/client/requests/SessionGeofenceReorderReq.mjs} +0 -0
  1965. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/taskArtifact → tracking/resources/sessionGeofences}/index.d.mts +0 -0
  1966. /package/dist/esm/api/resources/{shipping/resources/orders/resources/drafts/resources/taskArtifact → tracking/resources/sessionGeofences}/index.mjs +0 -0
  1967. /package/dist/esm/api/resources/{shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.mjs → tracking/resources/sessions/client/requests/SessionClientUpdate2.mjs} +0 -0
  1968. /package/dist/esm/api/resources/{shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.mjs → tracking/resources/sessions/client/requests/SessionsCreateV1Req.mjs} +0 -0
  1969. /package/dist/esm/api/resources/{shipping/resources/taskGroups/client/requests/AddExecutorReq.mjs → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.mjs} +0 -0
  1970. /package/dist/esm/api/resources/{shipping/resources/taskGroups/client/requests/SetTaskOrderingReq.mjs → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.mjs} +0 -0
  1971. /package/dist/esm/api/resources/{shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.mjs → trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.mjs} +0 -0
  1972. /package/dist/esm/api/{resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.mjs → types/BillingInvoiceApprovedWebhookPayload.mjs} +0 -0
  1973. /package/dist/esm/api/{resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.mjs → types/BillingPeriod1.mjs} +0 -0
  1974. /package/dist/esm/api/{resources/shipping/resources/taskGroups/client/requests/UpdateDriverReq.mjs → types/BillingPeriodExpanded1.mjs} +0 -0
  1975. /package/dist/esm/api/{resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.mjs → types/BillingPeriodListRes.mjs} +0 -0
  1976. /package/dist/esm/api/{resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.mjs → types/BillingPeriodTaskGroupsReq.mjs} +0 -0
  1977. /package/dist/esm/api/{resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.mjs → types/ContactExpandedListItem.mjs} +0 -0
  1978. /package/dist/esm/api/{resources/tracking/resources/sessions/client/requests/SessionClientCreate1.mjs → types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.mjs} +0 -0
  1979. /package/dist/esm/api/{resources/tracking/resources/sessions/client/requests/SessionClientUpdate1.mjs → types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.mjs} +0 -0
  1980. /package/dist/esm/api/{resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.mjs → types/CreateInvoiceLineItemsFromAwbCostsItem1.mjs} +0 -0
  1981. /package/dist/esm/api/types/{AttachBillingLedgerPeriodReq.mjs → CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.mjs} +0 -0
  1982. /package/dist/esm/api/types/{AttachLigToVectorClientReq.mjs → CreateInvoiceLineItemsFromAwbCostsRes.mjs} +0 -0
  1983. /package/dist/esm/api/types/{BillingLedger1.mjs → GeofencePointLocationFeature1.mjs} +0 -0
  1984. /package/dist/esm/api/types/{BillingLedgerListRes.mjs → GeofenceTemplateListRes.mjs} +0 -0
  1985. /package/dist/esm/api/types/{BillingLedgerPeriod1.mjs → GeometriesItem.mjs} +0 -0
  1986. /package/dist/esm/api/types/{BillingLedgerPeriodListRes.mjs → InvoiceExpandedListItem.mjs} +0 -0
  1987. /package/dist/esm/api/types/{BillingLedgerSortByEnum.mjs → InvoiceLineItemExpandedListItem.mjs} +0 -0
  1988. /package/dist/esm/api/types/{BillingLineItemGroupMessageWebhookPayload.mjs → InvoiceLineItemExpandedRes.mjs} +0 -0
  1989. /package/dist/esm/api/types/{BillingLineItemGroupS3ObjectAddedWebhookPayload.mjs → OperationsTasksStatusUpdateRes1.mjs} +0 -0
  1990. /package/dist/esm/api/types/{BillingLineItemS3ObjectAddedWebhookPayload.mjs → OrderAwbBillingAccount1.mjs} +0 -0
  1991. /package/dist/esm/api/types/{BillingStatementOpenedWebhookPayload.mjs → OrderAwbBillingListItem1.mjs} +0 -0
  1992. /package/dist/esm/api/types/{BillingStatementPaidWebhookPayload.mjs → OrderAwbBillingListRes.mjs} +0 -0
  1993. /package/dist/esm/api/types/{CargoOnFlightRateSheet1.mjs → OrderBillingPeriod1.mjs} +0 -0
  1994. /package/dist/esm/api/types/{CargoOnFlightRateSheetListRes.mjs → OrderInformationConversationRes.mjs} +0 -0
  1995. /package/dist/esm/api/types/{ChrtGroundProviderRateSheet1.mjs → OrderRateSheetLineItemsGenerateManyRes.mjs} +0 -0
  1996. /package/dist/esm/api/types/{ChrtGroundProviderRateSheetListRes.mjs → OrderRateSheetLineItemsGenerateManyResult1.mjs} +0 -0
  1997. /package/dist/esm/api/types/{CreateLigFromRateSheetForVectorClientReq.mjs → OrderTemplateNew1.mjs} +0 -0
  1998. /package/dist/esm/api/types/{GeometryCollectionGeometriesItem.mjs → OrderTemplateNewCargo1.mjs} +0 -0
  1999. /package/dist/esm/api/types/{LineItem1.mjs → OrderTemplateNewCore1.mjs} +0 -0
  2000. /package/dist/esm/api/types/{LineItemClientCreate1.mjs → OrderTemplateNewDateTimeWindow1.mjs} +0 -0
  2001. /package/dist/esm/api/types/{LineItemGroup1.mjs → OrderTemplateNewDateparserResolveRes.mjs} +0 -0
  2002. /package/dist/esm/api/types/{LineItemGroupLineItemsRes.mjs → OrderTemplateNewExpanded1.mjs} +0 -0
  2003. /package/dist/esm/api/types/{LineItemGroupListRes.mjs → OrderTemplateNewListRes.mjs} +0 -0
  2004. /package/dist/esm/api/types/{LineItemGroupMessage1.mjs → OrderTemplateNewTask1.mjs} +0 -0
  2005. /package/dist/esm/api/types/{LineItemGroupS3ObjectMetadata1.mjs → OrderTemplateNewTaskArtifact1.mjs} +0 -0
  2006. /package/dist/esm/api/types/{LineItemS3ObjectMetadata1.mjs → OrderTemplateNewTaskGroup1.mjs} +0 -0
  2007. /package/dist/esm/api/types/{OnboardCourierRateSheet1.mjs → OrderTemplateNewTaskGroupExpanded1.mjs} +0 -0
  2008. /package/dist/esm/api/types/{OnboardCourierRateSheetListRes.mjs → OrdersDeleteManyDraftsRes.mjs} +0 -0
  2009. /package/dist/esm/api/types/{Order1.mjs → OrdersUpdateDraftRes.mjs} +0 -0
  2010. /package/dist/esm/api/types/{OrderBuilderReq.mjs → Session2.mjs} +0 -0
  2011. /package/dist/esm/api/types/{OrderBuilderRes.mjs → SessionGeofence1.mjs} +0 -0
  2012. /package/dist/esm/api/types/{OrderDraftExpandedForCoordinator.mjs → SessionGeofenceBase1.mjs} +0 -0
  2013. /package/dist/esm/api/types/{OrderDraftExpandedForShipper.mjs → SessionGeofenceClientCreate1.mjs} +0 -0
  2014. /package/dist/esm/api/types/{OrderExpandedForCoordinator.mjs → SessionGeofenceTemplate1.mjs} +0 -0
  2015. /package/dist/esm/api/types/{OrderExpandedForExecutor.mjs → ShippingIntegrationConnection.mjs} +0 -0
  2016. /package/dist/esm/api/types/{OrderGroup1.mjs → ShippingIntegrationConnectionListRes.mjs} +0 -0
  2017. /package/dist/esm/api/types/{OrderGroupExpandedListRes.mjs → ShippingIntegrationOrder1.mjs} +0 -0
  2018. /package/dist/esm/api/types/{OrderGroupExpandedRow.mjs → ShippingIntegrationOrderListRes.mjs} +0 -0
  2019. /package/dist/esm/api/types/{OrderGroupListRes.mjs → ShippingIntegrationOrderPlace1.mjs} +0 -0
  2020. /package/dist/esm/api/types/{OrderLimitedForCoordinator1.mjs → ShippingIntegrationOrderStatusSummaryRes.mjs} +0 -0
  2021. /package/dist/esm/api/types/{OrderLimitedForExecutor1.mjs → StoredModel.mjs} +0 -0
  2022. /package/dist/esm/api/types/{OrderSchedule1.mjs → TaskGroupByDriverDataPointsRes.mjs} +0 -0
  2023. /package/dist/esm/api/types/{OrderScheduleAboutRes.mjs → TaskGroupByDriverLastSeenRes.mjs} +0 -0
  2024. /package/dist/esm/api/types/{OrderScheduleBuildSeedRes.mjs → TaskListToApplyToOrderExpanded.mjs} +0 -0
  2025. /package/dist/esm/api/types/{OrderScheduleListRes.mjs → TrackingSessionGeofenceEnteredWebhookPayload.mjs} +0 -0
  2026. /package/dist/esm/api/types/{OrderScheduleOrchestratorScheduleActionResult.mjs → WorkflowCaller.mjs} +0 -0
  2027. /package/dist/esm/api/types/{OrderScheduleOrchestratorScheduleStatus.mjs → XceleratorCredsLimited1.mjs} +0 -0
  2028. /package/dist/esm/api/types/{OrderScheduleSpec1.mjs → XceleratorCredsListRes.mjs} +0 -0
  2029. /package/dist/esm/api/types/{OrderTemplate1.mjs → XceleratorCredsTestRes.mjs} +0 -0
  2030. /package/dist/esm/api/types/{OrderTemplateCore1.mjs → XceleratorOrder1.mjs} +0 -0
  2031. /package/dist/esm/api/types/{OrderTemplateExpanded1.mjs → XceleratorOrderExtraResponse1.mjs} +0 -0
  2032. /package/dist/esm/api/types/{OrderTemplateListRes.mjs → XceleratorOrderListRes.mjs} +0 -0
  2033. /package/dist/esm/api/types/{OrderTemplateOrgInfo1.mjs → XceleratorOrderPackageResponse1.mjs} +0 -0
  2034. /package/dist/esm/api/types/{OrderTemplateReferencesExpanded1.mjs → XceleratorOrderResponse1.mjs} +0 -0
@@ -71,1283 +71,29 @@ class TaskGroups {
71
71
  return ((_a = this._taskGroupId) !== null && _a !== void 0 ? _a : (this._taskGroupId = new Client_js_3.TaskGroupId(this._options)));
72
72
  }
73
73
  /**
74
- * 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)
75
- *
76
- * @param {string} taskGroupId
77
- * @param {Chrt.shipping.AddExecutorReq} request
78
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
79
- *
80
- * @throws {@link Chrt.UnprocessableEntityError}
81
- *
82
- * @example
83
- * await client.shipping.taskGroups.addExecutorV1("task_group_id")
84
- */
85
- addExecutorV1(taskGroupId, request = {}, requestOptions) {
86
- return core.HttpResponsePromise.fromPromise(this.__addExecutorV1(taskGroupId, request, requestOptions));
87
- }
88
- __addExecutorV1(taskGroupId_1) {
89
- return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
90
- var _a, _b, _c, _d;
91
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
92
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
93
- 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)}`),
94
- method: "PATCH",
95
- headers: _headers,
96
- contentType: "application/json",
97
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
98
- requestType: "json",
99
- body: request,
100
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
101
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
102
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
103
- });
104
- if (_response.ok) {
105
- return { data: _response.body, rawResponse: _response.rawResponse };
106
- }
107
- if (_response.error.reason === "status-code") {
108
- switch (_response.error.statusCode) {
109
- case 422:
110
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
111
- default:
112
- throw new errors.ChrtError({
113
- statusCode: _response.error.statusCode,
114
- body: _response.error.body,
115
- rawResponse: _response.rawResponse,
116
- });
117
- }
118
- }
119
- switch (_response.error.reason) {
120
- case "non-json":
121
- throw new errors.ChrtError({
122
- statusCode: _response.error.statusCode,
123
- body: _response.error.rawBody,
124
- rawResponse: _response.rawResponse,
125
- });
126
- case "timeout":
127
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/add_executor/v1/{task_group_id}.");
128
- case "unknown":
129
- throw new errors.ChrtError({
130
- message: _response.error.errorMessage,
131
- rawResponse: _response.rawResponse,
132
- });
133
- }
134
- });
135
- }
136
- /**
137
- * 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)
138
- *
139
- * @param {string} taskGroupId
140
- * @param {Chrt.shipping.AddMessageReq} request
141
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
142
- *
143
- * @throws {@link Chrt.UnprocessableEntityError}
144
- *
145
- * @example
146
- * await client.shipping.taskGroups.addMessageV1("task_group_id", {
147
- * message: "message"
148
- * })
149
- */
150
- addMessageV1(taskGroupId, request, requestOptions) {
151
- return core.HttpResponsePromise.fromPromise(this.__addMessageV1(taskGroupId, request, requestOptions));
152
- }
153
- __addMessageV1(taskGroupId, request, requestOptions) {
154
- return __awaiter(this, void 0, void 0, function* () {
155
- var _a, _b, _c, _d;
156
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
157
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
158
- 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)}`),
159
- method: "POST",
160
- headers: _headers,
161
- contentType: "application/json",
162
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
163
- requestType: "json",
164
- body: request,
165
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
166
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
167
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
168
- });
169
- if (_response.ok) {
170
- return { data: _response.body, rawResponse: _response.rawResponse };
171
- }
172
- if (_response.error.reason === "status-code") {
173
- switch (_response.error.statusCode) {
174
- case 422:
175
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
176
- default:
177
- throw new errors.ChrtError({
178
- statusCode: _response.error.statusCode,
179
- body: _response.error.body,
180
- rawResponse: _response.rawResponse,
181
- });
182
- }
183
- }
184
- switch (_response.error.reason) {
185
- case "non-json":
186
- throw new errors.ChrtError({
187
- statusCode: _response.error.statusCode,
188
- body: _response.error.rawBody,
189
- rawResponse: _response.rawResponse,
190
- });
191
- case "timeout":
192
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/add_message/v1/{task_group_id}.");
193
- case "unknown":
194
- throw new errors.ChrtError({
195
- message: _response.error.errorMessage,
196
- rawResponse: _response.rawResponse,
197
- });
198
- }
199
- });
200
- }
201
- /**
202
- * 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)
203
- *
204
- * @param {string} taskGroupId
205
- * @param {Chrt.AttachBillingLedgerPeriodReq} request
206
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
207
- *
208
- * @throws {@link Chrt.UnprocessableEntityError}
209
- *
210
- * @example
211
- * await client.shipping.taskGroups.attachBillingLedgerPeriodToProviderPayDriverV1("task_group_id", {
212
- * billing_ledger_period_id: "billing_ledger_period_id"
213
- * })
214
- */
215
- attachBillingLedgerPeriodToProviderPayDriverV1(taskGroupId, request, requestOptions) {
216
- return core.HttpResponsePromise.fromPromise(this.__attachBillingLedgerPeriodToProviderPayDriverV1(taskGroupId, request, requestOptions));
217
- }
218
- __attachBillingLedgerPeriodToProviderPayDriverV1(taskGroupId, request, requestOptions) {
219
- return __awaiter(this, void 0, void 0, function* () {
220
- var _a, _b, _c, _d;
221
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
222
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
223
- 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)}`),
224
- method: "POST",
225
- headers: _headers,
226
- contentType: "application/json",
227
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
228
- requestType: "json",
229
- body: request,
230
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
231
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
232
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
233
- });
234
- if (_response.ok) {
235
- return { data: _response.body, rawResponse: _response.rawResponse };
236
- }
237
- if (_response.error.reason === "status-code") {
238
- switch (_response.error.statusCode) {
239
- case 422:
240
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
241
- default:
242
- throw new errors.ChrtError({
243
- statusCode: _response.error.statusCode,
244
- body: _response.error.body,
245
- rawResponse: _response.rawResponse,
246
- });
247
- }
248
- }
249
- switch (_response.error.reason) {
250
- case "non-json":
251
- throw new errors.ChrtError({
252
- statusCode: _response.error.statusCode,
253
- body: _response.error.rawBody,
254
- rawResponse: _response.rawResponse,
255
- });
256
- case "timeout":
257
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_billing_ledger_period_to_provider_pay_driver/v1/{task_group_id}.");
258
- case "unknown":
259
- throw new errors.ChrtError({
260
- message: _response.error.errorMessage,
261
- rawResponse: _response.rawResponse,
262
- });
263
- }
264
- });
265
- }
266
- /**
267
- * 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)
268
- *
269
- * @param {string} taskGroupId
270
- * @param {Chrt.AttachBillingLedgerPeriodReq} request
271
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
272
- *
273
- * @throws {@link Chrt.UnprocessableEntityError}
274
- *
275
- * @example
276
- * await client.shipping.taskGroups.attachBillingLedgerPeriodToProviderPayProviderV1("task_group_id", {
277
- * billing_ledger_period_id: "billing_ledger_period_id"
278
- * })
279
- */
280
- attachBillingLedgerPeriodToProviderPayProviderV1(taskGroupId, request, requestOptions) {
281
- return core.HttpResponsePromise.fromPromise(this.__attachBillingLedgerPeriodToProviderPayProviderV1(taskGroupId, request, requestOptions));
282
- }
283
- __attachBillingLedgerPeriodToProviderPayProviderV1(taskGroupId, request, requestOptions) {
284
- return __awaiter(this, void 0, void 0, function* () {
285
- var _a, _b, _c, _d;
286
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
287
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
288
- 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)}`),
289
- method: "POST",
290
- headers: _headers,
291
- contentType: "application/json",
292
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
293
- requestType: "json",
294
- body: request,
295
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
296
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
297
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
298
- });
299
- if (_response.ok) {
300
- return { data: _response.body, rawResponse: _response.rawResponse };
301
- }
302
- if (_response.error.reason === "status-code") {
303
- switch (_response.error.statusCode) {
304
- case 422:
305
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
306
- default:
307
- throw new errors.ChrtError({
308
- statusCode: _response.error.statusCode,
309
- body: _response.error.body,
310
- rawResponse: _response.rawResponse,
311
- });
312
- }
313
- }
314
- switch (_response.error.reason) {
315
- case "non-json":
316
- throw new errors.ChrtError({
317
- statusCode: _response.error.statusCode,
318
- body: _response.error.rawBody,
319
- rawResponse: _response.rawResponse,
320
- });
321
- case "timeout":
322
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_billing_ledger_period_to_provider_pay_provider/v1/{task_group_id}.");
323
- case "unknown":
324
- throw new errors.ChrtError({
325
- message: _response.error.errorMessage,
326
- rawResponse: _response.rawResponse,
327
- });
328
- }
329
- });
330
- }
331
- /**
332
- * 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)
333
- *
334
- * @param {string} taskGroupId
335
- * @param {Chrt.AttachBillingLedgerPeriodReq} request
336
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
337
- *
338
- * @throws {@link Chrt.UnprocessableEntityError}
339
- *
340
- * @example
341
- * await client.shipping.taskGroups.attachBillingLedgerPeriodToShipperPayProviderV1("task_group_id", {
342
- * billing_ledger_period_id: "billing_ledger_period_id"
343
- * })
344
- */
345
- attachBillingLedgerPeriodToShipperPayProviderV1(taskGroupId, request, requestOptions) {
346
- return core.HttpResponsePromise.fromPromise(this.__attachBillingLedgerPeriodToShipperPayProviderV1(taskGroupId, request, requestOptions));
347
- }
348
- __attachBillingLedgerPeriodToShipperPayProviderV1(taskGroupId, request, requestOptions) {
349
- return __awaiter(this, void 0, void 0, function* () {
350
- var _a, _b, _c, _d;
351
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
352
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
353
- 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)}`),
354
- method: "POST",
355
- headers: _headers,
356
- contentType: "application/json",
357
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
358
- requestType: "json",
359
- body: request,
360
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
361
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
362
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
363
- });
364
- if (_response.ok) {
365
- return { data: _response.body, rawResponse: _response.rawResponse };
366
- }
367
- if (_response.error.reason === "status-code") {
368
- switch (_response.error.statusCode) {
369
- case 422:
370
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
371
- default:
372
- throw new errors.ChrtError({
373
- statusCode: _response.error.statusCode,
374
- body: _response.error.body,
375
- rawResponse: _response.rawResponse,
376
- });
377
- }
378
- }
379
- switch (_response.error.reason) {
380
- case "non-json":
381
- throw new errors.ChrtError({
382
- statusCode: _response.error.statusCode,
383
- body: _response.error.rawBody,
384
- rawResponse: _response.rawResponse,
385
- });
386
- case "timeout":
387
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_billing_ledger_period_to_shipper_pay_provider/v1/{task_group_id}.");
388
- case "unknown":
389
- throw new errors.ChrtError({
390
- message: _response.error.errorMessage,
391
- rawResponse: _response.rawResponse,
392
- });
393
- }
394
- });
395
- }
396
- /**
397
- * 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)
398
- *
399
- * @param {string} taskGroupId
400
- * @param {Chrt.AttachLigToVectorClientReq} request
401
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
402
- *
403
- * @throws {@link Chrt.UnprocessableEntityError}
404
- *
405
- * @example
406
- * await client.shipping.taskGroups.attachLigToProviderPayDriverV1("task_group_id", {
407
- * line_item_group_id: "line_item_group_id"
408
- * })
409
- */
410
- attachLigToProviderPayDriverV1(taskGroupId, request, requestOptions) {
411
- return core.HttpResponsePromise.fromPromise(this.__attachLigToProviderPayDriverV1(taskGroupId, request, requestOptions));
412
- }
413
- __attachLigToProviderPayDriverV1(taskGroupId, request, requestOptions) {
414
- return __awaiter(this, void 0, void 0, function* () {
415
- var _a, _b, _c, _d;
416
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
417
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
418
- 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)}`),
419
- method: "POST",
420
- headers: _headers,
421
- contentType: "application/json",
422
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
423
- requestType: "json",
424
- body: request,
425
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
426
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
427
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
428
- });
429
- if (_response.ok) {
430
- return { data: _response.body, rawResponse: _response.rawResponse };
431
- }
432
- if (_response.error.reason === "status-code") {
433
- switch (_response.error.statusCode) {
434
- case 422:
435
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
436
- default:
437
- throw new errors.ChrtError({
438
- statusCode: _response.error.statusCode,
439
- body: _response.error.body,
440
- rawResponse: _response.rawResponse,
441
- });
442
- }
443
- }
444
- switch (_response.error.reason) {
445
- case "non-json":
446
- throw new errors.ChrtError({
447
- statusCode: _response.error.statusCode,
448
- body: _response.error.rawBody,
449
- rawResponse: _response.rawResponse,
450
- });
451
- case "timeout":
452
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_lig_to_provider_pay_driver/v1/{task_group_id}.");
453
- case "unknown":
454
- throw new errors.ChrtError({
455
- message: _response.error.errorMessage,
456
- rawResponse: _response.rawResponse,
457
- });
458
- }
459
- });
460
- }
461
- /**
462
- * 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)
463
- *
464
- * @param {string} taskGroupId
465
- * @param {Chrt.AttachLigToVectorClientReq} request
466
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
467
- *
468
- * @throws {@link Chrt.UnprocessableEntityError}
469
- *
470
- * @example
471
- * await client.shipping.taskGroups.attachLigToProviderPayProviderV1("task_group_id", {
472
- * line_item_group_id: "line_item_group_id"
473
- * })
474
- */
475
- attachLigToProviderPayProviderV1(taskGroupId, request, requestOptions) {
476
- return core.HttpResponsePromise.fromPromise(this.__attachLigToProviderPayProviderV1(taskGroupId, request, requestOptions));
477
- }
478
- __attachLigToProviderPayProviderV1(taskGroupId, request, requestOptions) {
479
- return __awaiter(this, void 0, void 0, function* () {
480
- var _a, _b, _c, _d;
481
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
482
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
483
- 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)}`),
484
- method: "POST",
485
- headers: _headers,
486
- contentType: "application/json",
487
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
488
- requestType: "json",
489
- body: request,
490
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
491
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
492
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
493
- });
494
- if (_response.ok) {
495
- return { data: _response.body, rawResponse: _response.rawResponse };
496
- }
497
- if (_response.error.reason === "status-code") {
498
- switch (_response.error.statusCode) {
499
- case 422:
500
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
501
- default:
502
- throw new errors.ChrtError({
503
- statusCode: _response.error.statusCode,
504
- body: _response.error.body,
505
- rawResponse: _response.rawResponse,
506
- });
507
- }
508
- }
509
- switch (_response.error.reason) {
510
- case "non-json":
511
- throw new errors.ChrtError({
512
- statusCode: _response.error.statusCode,
513
- body: _response.error.rawBody,
514
- rawResponse: _response.rawResponse,
515
- });
516
- case "timeout":
517
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_lig_to_provider_pay_provider/v1/{task_group_id}.");
518
- case "unknown":
519
- throw new errors.ChrtError({
520
- message: _response.error.errorMessage,
521
- rawResponse: _response.rawResponse,
522
- });
523
- }
524
- });
525
- }
526
- /**
527
- * 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)
528
- *
529
- * @param {string} taskGroupId
530
- * @param {Chrt.AttachLigToVectorClientReq} request
531
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
532
- *
533
- * @throws {@link Chrt.UnprocessableEntityError}
534
- *
535
- * @example
536
- * await client.shipping.taskGroups.attachLigToShipperPayProviderV1("task_group_id", {
537
- * line_item_group_id: "line_item_group_id"
538
- * })
539
- */
540
- attachLigToShipperPayProviderV1(taskGroupId, request, requestOptions) {
541
- return core.HttpResponsePromise.fromPromise(this.__attachLigToShipperPayProviderV1(taskGroupId, request, requestOptions));
542
- }
543
- __attachLigToShipperPayProviderV1(taskGroupId, request, requestOptions) {
544
- return __awaiter(this, void 0, void 0, function* () {
545
- var _a, _b, _c, _d;
546
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
547
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
548
- 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)}`),
549
- method: "POST",
550
- headers: _headers,
551
- contentType: "application/json",
552
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
553
- requestType: "json",
554
- body: request,
555
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
556
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
557
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
558
- });
559
- if (_response.ok) {
560
- return { data: _response.body, rawResponse: _response.rawResponse };
561
- }
562
- if (_response.error.reason === "status-code") {
563
- switch (_response.error.statusCode) {
564
- case 422:
565
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
566
- default:
567
- throw new errors.ChrtError({
568
- statusCode: _response.error.statusCode,
569
- body: _response.error.body,
570
- rawResponse: _response.rawResponse,
571
- });
572
- }
573
- }
574
- switch (_response.error.reason) {
575
- case "non-json":
576
- throw new errors.ChrtError({
577
- statusCode: _response.error.statusCode,
578
- body: _response.error.rawBody,
579
- rawResponse: _response.rawResponse,
580
- });
581
- case "timeout":
582
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_lig_to_shipper_pay_provider/v1/{task_group_id}.");
583
- case "unknown":
584
- throw new errors.ChrtError({
585
- message: _response.error.errorMessage,
586
- rawResponse: _response.rawResponse,
587
- });
588
- }
589
- });
590
- }
591
- /**
592
- * 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)
593
- *
594
- * @param {string} taskGroupId
595
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
596
- *
597
- * @throws {@link Chrt.UnprocessableEntityError}
598
- *
599
- * @example
600
- * await client.shipping.taskGroups.detachBillingLedgerPeriodFromProviderPayDriverV1("task_group_id")
601
- */
602
- detachBillingLedgerPeriodFromProviderPayDriverV1(taskGroupId, requestOptions) {
603
- return core.HttpResponsePromise.fromPromise(this.__detachBillingLedgerPeriodFromProviderPayDriverV1(taskGroupId, requestOptions));
604
- }
605
- __detachBillingLedgerPeriodFromProviderPayDriverV1(taskGroupId, requestOptions) {
606
- return __awaiter(this, void 0, void 0, function* () {
607
- var _a, _b, _c, _d;
608
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
609
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
610
- 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)}`),
611
- method: "DELETE",
612
- headers: _headers,
613
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
614
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
615
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
616
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
617
- });
618
- if (_response.ok) {
619
- return { data: _response.body, rawResponse: _response.rawResponse };
620
- }
621
- if (_response.error.reason === "status-code") {
622
- switch (_response.error.statusCode) {
623
- case 422:
624
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
625
- default:
626
- throw new errors.ChrtError({
627
- statusCode: _response.error.statusCode,
628
- body: _response.error.body,
629
- rawResponse: _response.rawResponse,
630
- });
631
- }
632
- }
633
- switch (_response.error.reason) {
634
- case "non-json":
635
- throw new errors.ChrtError({
636
- statusCode: _response.error.statusCode,
637
- body: _response.error.rawBody,
638
- rawResponse: _response.rawResponse,
639
- });
640
- case "timeout":
641
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_billing_ledger_period_from_provider_pay_driver/v1/{task_group_id}.");
642
- case "unknown":
643
- throw new errors.ChrtError({
644
- message: _response.error.errorMessage,
645
- rawResponse: _response.rawResponse,
646
- });
647
- }
648
- });
649
- }
650
- /**
651
- * 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)
652
- *
653
- * @param {string} taskGroupId
654
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
655
- *
656
- * @throws {@link Chrt.UnprocessableEntityError}
657
- *
658
- * @example
659
- * await client.shipping.taskGroups.detachBillingLedgerPeriodFromProviderPayProviderV1("task_group_id")
660
- */
661
- detachBillingLedgerPeriodFromProviderPayProviderV1(taskGroupId, requestOptions) {
662
- return core.HttpResponsePromise.fromPromise(this.__detachBillingLedgerPeriodFromProviderPayProviderV1(taskGroupId, requestOptions));
663
- }
664
- __detachBillingLedgerPeriodFromProviderPayProviderV1(taskGroupId, requestOptions) {
665
- return __awaiter(this, void 0, void 0, function* () {
666
- var _a, _b, _c, _d;
667
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
668
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
669
- 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)}`),
670
- method: "DELETE",
671
- headers: _headers,
672
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
673
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
674
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
675
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
676
- });
677
- if (_response.ok) {
678
- return { data: _response.body, rawResponse: _response.rawResponse };
679
- }
680
- if (_response.error.reason === "status-code") {
681
- switch (_response.error.statusCode) {
682
- case 422:
683
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
684
- default:
685
- throw new errors.ChrtError({
686
- statusCode: _response.error.statusCode,
687
- body: _response.error.body,
688
- rawResponse: _response.rawResponse,
689
- });
690
- }
691
- }
692
- switch (_response.error.reason) {
693
- case "non-json":
694
- throw new errors.ChrtError({
695
- statusCode: _response.error.statusCode,
696
- body: _response.error.rawBody,
697
- rawResponse: _response.rawResponse,
698
- });
699
- case "timeout":
700
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_billing_ledger_period_from_provider_pay_provider/v1/{task_group_id}.");
701
- case "unknown":
702
- throw new errors.ChrtError({
703
- message: _response.error.errorMessage,
704
- rawResponse: _response.rawResponse,
705
- });
706
- }
707
- });
708
- }
709
- /**
710
- * 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)
711
- *
712
- * @param {string} taskGroupId
713
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
714
- *
715
- * @throws {@link Chrt.UnprocessableEntityError}
716
- *
717
- * @example
718
- * await client.shipping.taskGroups.detachBillingLedgerPeriodFromShipperPayProviderV1("task_group_id")
719
- */
720
- detachBillingLedgerPeriodFromShipperPayProviderV1(taskGroupId, requestOptions) {
721
- return core.HttpResponsePromise.fromPromise(this.__detachBillingLedgerPeriodFromShipperPayProviderV1(taskGroupId, requestOptions));
722
- }
723
- __detachBillingLedgerPeriodFromShipperPayProviderV1(taskGroupId, requestOptions) {
724
- return __awaiter(this, void 0, void 0, function* () {
725
- var _a, _b, _c, _d;
726
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
727
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
728
- 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)}`),
729
- method: "DELETE",
730
- headers: _headers,
731
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
732
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
733
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
734
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
735
- });
736
- if (_response.ok) {
737
- return { data: _response.body, rawResponse: _response.rawResponse };
738
- }
739
- if (_response.error.reason === "status-code") {
740
- switch (_response.error.statusCode) {
741
- case 422:
742
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
743
- default:
744
- throw new errors.ChrtError({
745
- statusCode: _response.error.statusCode,
746
- body: _response.error.body,
747
- rawResponse: _response.rawResponse,
748
- });
749
- }
750
- }
751
- switch (_response.error.reason) {
752
- case "non-json":
753
- throw new errors.ChrtError({
754
- statusCode: _response.error.statusCode,
755
- body: _response.error.rawBody,
756
- rawResponse: _response.rawResponse,
757
- });
758
- case "timeout":
759
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_billing_ledger_period_from_shipper_pay_provider/v1/{task_group_id}.");
760
- case "unknown":
761
- throw new errors.ChrtError({
762
- message: _response.error.errorMessage,
763
- rawResponse: _response.rawResponse,
764
- });
765
- }
766
- });
767
- }
768
- /**
769
- * 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)
770
- *
771
- * @param {string} taskGroupId
772
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
773
- *
774
- * @throws {@link Chrt.UnprocessableEntityError}
775
- *
776
- * @example
777
- * await client.shipping.taskGroups.detachLigFromProviderPayDriverV1("task_group_id")
778
- */
779
- detachLigFromProviderPayDriverV1(taskGroupId, requestOptions) {
780
- return core.HttpResponsePromise.fromPromise(this.__detachLigFromProviderPayDriverV1(taskGroupId, requestOptions));
781
- }
782
- __detachLigFromProviderPayDriverV1(taskGroupId, requestOptions) {
783
- return __awaiter(this, void 0, void 0, function* () {
784
- var _a, _b, _c, _d;
785
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
786
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
787
- 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)}`),
788
- method: "DELETE",
789
- headers: _headers,
790
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
791
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
792
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
793
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
794
- });
795
- if (_response.ok) {
796
- return { data: _response.body, rawResponse: _response.rawResponse };
797
- }
798
- if (_response.error.reason === "status-code") {
799
- switch (_response.error.statusCode) {
800
- case 422:
801
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
802
- default:
803
- throw new errors.ChrtError({
804
- statusCode: _response.error.statusCode,
805
- body: _response.error.body,
806
- rawResponse: _response.rawResponse,
807
- });
808
- }
809
- }
810
- switch (_response.error.reason) {
811
- case "non-json":
812
- throw new errors.ChrtError({
813
- statusCode: _response.error.statusCode,
814
- body: _response.error.rawBody,
815
- rawResponse: _response.rawResponse,
816
- });
817
- case "timeout":
818
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_lig_from_provider_pay_driver/v1/{task_group_id}.");
819
- case "unknown":
820
- throw new errors.ChrtError({
821
- message: _response.error.errorMessage,
822
- rawResponse: _response.rawResponse,
823
- });
824
- }
825
- });
826
- }
827
- /**
828
- * 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)
829
- *
830
- * @param {string} taskGroupId
831
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
832
- *
833
- * @throws {@link Chrt.UnprocessableEntityError}
834
- *
835
- * @example
836
- * await client.shipping.taskGroups.detachLigFromProviderPayProviderV1("task_group_id")
837
- */
838
- detachLigFromProviderPayProviderV1(taskGroupId, requestOptions) {
839
- return core.HttpResponsePromise.fromPromise(this.__detachLigFromProviderPayProviderV1(taskGroupId, requestOptions));
840
- }
841
- __detachLigFromProviderPayProviderV1(taskGroupId, requestOptions) {
842
- return __awaiter(this, void 0, void 0, function* () {
843
- var _a, _b, _c, _d;
844
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
845
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
846
- 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)}`),
847
- method: "DELETE",
848
- headers: _headers,
849
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
850
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
851
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
852
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
853
- });
854
- if (_response.ok) {
855
- return { data: _response.body, rawResponse: _response.rawResponse };
856
- }
857
- if (_response.error.reason === "status-code") {
858
- switch (_response.error.statusCode) {
859
- case 422:
860
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
861
- default:
862
- throw new errors.ChrtError({
863
- statusCode: _response.error.statusCode,
864
- body: _response.error.body,
865
- rawResponse: _response.rawResponse,
866
- });
867
- }
868
- }
869
- switch (_response.error.reason) {
870
- case "non-json":
871
- throw new errors.ChrtError({
872
- statusCode: _response.error.statusCode,
873
- body: _response.error.rawBody,
874
- rawResponse: _response.rawResponse,
875
- });
876
- case "timeout":
877
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_lig_from_provider_pay_provider/v1/{task_group_id}.");
878
- case "unknown":
879
- throw new errors.ChrtError({
880
- message: _response.error.errorMessage,
881
- rawResponse: _response.rawResponse,
882
- });
883
- }
884
- });
885
- }
886
- /**
887
- * 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)
888
- *
889
- * @param {string} taskGroupId
890
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
891
- *
892
- * @throws {@link Chrt.UnprocessableEntityError}
893
- *
894
- * @example
895
- * await client.shipping.taskGroups.detachLigFromShipperPayProviderV1("task_group_id")
896
- */
897
- detachLigFromShipperPayProviderV1(taskGroupId, requestOptions) {
898
- return core.HttpResponsePromise.fromPromise(this.__detachLigFromShipperPayProviderV1(taskGroupId, requestOptions));
899
- }
900
- __detachLigFromShipperPayProviderV1(taskGroupId, requestOptions) {
901
- return __awaiter(this, void 0, void 0, function* () {
902
- var _a, _b, _c, _d;
903
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
904
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
905
- 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)}`),
906
- method: "DELETE",
907
- headers: _headers,
908
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
909
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
910
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
911
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
912
- });
913
- if (_response.ok) {
914
- return { data: _response.body, rawResponse: _response.rawResponse };
915
- }
916
- if (_response.error.reason === "status-code") {
917
- switch (_response.error.statusCode) {
918
- case 422:
919
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
920
- default:
921
- throw new errors.ChrtError({
922
- statusCode: _response.error.statusCode,
923
- body: _response.error.body,
924
- rawResponse: _response.rawResponse,
925
- });
926
- }
927
- }
928
- switch (_response.error.reason) {
929
- case "non-json":
930
- throw new errors.ChrtError({
931
- statusCode: _response.error.statusCode,
932
- body: _response.error.rawBody,
933
- rawResponse: _response.rawResponse,
934
- });
935
- case "timeout":
936
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_lig_from_shipper_pay_provider/v1/{task_group_id}.");
937
- case "unknown":
938
- throw new errors.ChrtError({
939
- message: _response.error.errorMessage,
940
- rawResponse: _response.rawResponse,
941
- });
942
- }
943
- });
944
- }
945
- /**
946
- * 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)
947
- *
948
- * @param {string} taskGroupId
949
- * @param {Chrt.shipping.TaskGroupQuoteForProviderPayDriverClientReq} request
950
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
951
- *
952
- * @throws {@link Chrt.UnprocessableEntityError}
953
- *
954
- * @example
955
- * await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {
956
- * driver_id: "driver_id"
957
- * })
958
- */
959
- quoteForProviderPayDriverV1(taskGroupId, request, requestOptions) {
960
- return core.HttpResponsePromise.fromPromise(this.__quoteForProviderPayDriverV1(taskGroupId, request, requestOptions));
961
- }
962
- __quoteForProviderPayDriverV1(taskGroupId, request, requestOptions) {
963
- return __awaiter(this, void 0, void 0, function* () {
964
- var _a, _b, _c, _d;
965
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
966
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
967
- 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)}`),
968
- method: "POST",
969
- headers: _headers,
970
- contentType: "application/json",
971
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
972
- requestType: "json",
973
- body: request,
974
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
975
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
976
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
977
- });
978
- if (_response.ok) {
979
- return { data: _response.body, rawResponse: _response.rawResponse };
980
- }
981
- if (_response.error.reason === "status-code") {
982
- switch (_response.error.statusCode) {
983
- case 422:
984
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
985
- default:
986
- throw new errors.ChrtError({
987
- statusCode: _response.error.statusCode,
988
- body: _response.error.body,
989
- rawResponse: _response.rawResponse,
990
- });
991
- }
992
- }
993
- switch (_response.error.reason) {
994
- case "non-json":
995
- throw new errors.ChrtError({
996
- statusCode: _response.error.statusCode,
997
- body: _response.error.rawBody,
998
- rawResponse: _response.rawResponse,
999
- });
1000
- case "timeout":
1001
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/quote_for_provider_pay_driver/v1/{task_group_id}.");
1002
- case "unknown":
1003
- throw new errors.ChrtError({
1004
- message: _response.error.errorMessage,
1005
- rawResponse: _response.rawResponse,
1006
- });
1007
- }
1008
- });
1009
- }
1010
- /**
1011
- * 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)
1012
- *
1013
- * @param {string} taskGroupId
1014
- * @param {Chrt.shipping.TaskGroupQuoteForProviderPayProviderClientReq} request
1015
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1016
- *
1017
- * @throws {@link Chrt.UnprocessableEntityError}
1018
- *
1019
- * @example
1020
- * await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id")
1021
- */
1022
- quoteForProviderPayProviderV1(taskGroupId, request = {}, requestOptions) {
1023
- return core.HttpResponsePromise.fromPromise(this.__quoteForProviderPayProviderV1(taskGroupId, request, requestOptions));
1024
- }
1025
- __quoteForProviderPayProviderV1(taskGroupId_1) {
1026
- return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
1027
- var _a, _b, _c, _d;
1028
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1029
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1030
- 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)}`),
1031
- method: "POST",
1032
- headers: _headers,
1033
- contentType: "application/json",
1034
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
1035
- requestType: "json",
1036
- body: request,
1037
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1038
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1039
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1040
- });
1041
- if (_response.ok) {
1042
- return { data: _response.body, rawResponse: _response.rawResponse };
1043
- }
1044
- if (_response.error.reason === "status-code") {
1045
- switch (_response.error.statusCode) {
1046
- case 422:
1047
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1048
- default:
1049
- throw new errors.ChrtError({
1050
- statusCode: _response.error.statusCode,
1051
- body: _response.error.body,
1052
- rawResponse: _response.rawResponse,
1053
- });
1054
- }
1055
- }
1056
- switch (_response.error.reason) {
1057
- case "non-json":
1058
- throw new errors.ChrtError({
1059
- statusCode: _response.error.statusCode,
1060
- body: _response.error.rawBody,
1061
- rawResponse: _response.rawResponse,
1062
- });
1063
- case "timeout":
1064
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/quote_for_provider_pay_provider/v1/{task_group_id}.");
1065
- case "unknown":
1066
- throw new errors.ChrtError({
1067
- message: _response.error.errorMessage,
1068
- rawResponse: _response.rawResponse,
1069
- });
1070
- }
1071
- });
1072
- }
1073
- /**
1074
- * 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)
1075
- *
1076
- * @param {string} taskGroupId
1077
- * @param {Chrt.shipping.TaskGroupQuoteForShipperPayProviderClientReq} request
1078
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1079
- *
1080
- * @throws {@link Chrt.UnprocessableEntityError}
1081
- *
1082
- * @example
1083
- * await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id")
1084
- */
1085
- quoteForShipperPayProviderV1(taskGroupId, request = {}, requestOptions) {
1086
- return core.HttpResponsePromise.fromPromise(this.__quoteForShipperPayProviderV1(taskGroupId, request, requestOptions));
1087
- }
1088
- __quoteForShipperPayProviderV1(taskGroupId_1) {
1089
- return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
1090
- var _a, _b, _c, _d;
1091
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1092
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1093
- 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)}`),
1094
- method: "POST",
1095
- headers: _headers,
1096
- contentType: "application/json",
1097
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
1098
- requestType: "json",
1099
- body: request,
1100
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1101
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1102
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1103
- });
1104
- if (_response.ok) {
1105
- return { data: _response.body, rawResponse: _response.rawResponse };
1106
- }
1107
- if (_response.error.reason === "status-code") {
1108
- switch (_response.error.statusCode) {
1109
- case 422:
1110
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1111
- default:
1112
- throw new errors.ChrtError({
1113
- statusCode: _response.error.statusCode,
1114
- body: _response.error.body,
1115
- rawResponse: _response.rawResponse,
1116
- });
1117
- }
1118
- }
1119
- switch (_response.error.reason) {
1120
- case "non-json":
1121
- throw new errors.ChrtError({
1122
- statusCode: _response.error.statusCode,
1123
- body: _response.error.rawBody,
1124
- rawResponse: _response.rawResponse,
1125
- });
1126
- case "timeout":
1127
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/quote_for_shipper_pay_provider/v1/{task_group_id}.");
1128
- case "unknown":
1129
- throw new errors.ChrtError({
1130
- message: _response.error.errorMessage,
1131
- rawResponse: _response.rawResponse,
1132
- });
1133
- }
1134
- });
1135
- }
1136
- /**
1137
- * 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)
1138
- *
1139
- * @param {string} taskGroupId
1140
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1141
- *
1142
- * @throws {@link Chrt.UnprocessableEntityError}
1143
- *
1144
- * @example
1145
- * await client.shipping.taskGroups.removeDriverV1("task_group_id")
1146
- */
1147
- removeDriverV1(taskGroupId, requestOptions) {
1148
- return core.HttpResponsePromise.fromPromise(this.__removeDriverV1(taskGroupId, requestOptions));
1149
- }
1150
- __removeDriverV1(taskGroupId, requestOptions) {
1151
- return __awaiter(this, void 0, void 0, function* () {
1152
- var _a, _b, _c, _d;
1153
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1154
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1155
- 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)}`),
1156
- method: "PATCH",
1157
- headers: _headers,
1158
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
1159
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1160
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1161
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1162
- });
1163
- if (_response.ok) {
1164
- return { data: _response.body, rawResponse: _response.rawResponse };
1165
- }
1166
- if (_response.error.reason === "status-code") {
1167
- switch (_response.error.statusCode) {
1168
- case 422:
1169
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1170
- default:
1171
- throw new errors.ChrtError({
1172
- statusCode: _response.error.statusCode,
1173
- body: _response.error.body,
1174
- rawResponse: _response.rawResponse,
1175
- });
1176
- }
1177
- }
1178
- switch (_response.error.reason) {
1179
- case "non-json":
1180
- throw new errors.ChrtError({
1181
- statusCode: _response.error.statusCode,
1182
- body: _response.error.rawBody,
1183
- rawResponse: _response.rawResponse,
1184
- });
1185
- case "timeout":
1186
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/remove_driver/v1/{task_group_id}.");
1187
- case "unknown":
1188
- throw new errors.ChrtError({
1189
- message: _response.error.errorMessage,
1190
- rawResponse: _response.rawResponse,
1191
- });
1192
- }
1193
- });
1194
- }
1195
- /**
1196
- * 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)
1197
- *
1198
- * @param {string} taskGroupId
1199
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1200
- *
1201
- * @throws {@link Chrt.UnprocessableEntityError}
1202
- *
1203
- * @example
1204
- * await client.shipping.taskGroups.removeExecutorV1("task_group_id")
1205
- */
1206
- removeExecutorV1(taskGroupId, requestOptions) {
1207
- return core.HttpResponsePromise.fromPromise(this.__removeExecutorV1(taskGroupId, requestOptions));
1208
- }
1209
- __removeExecutorV1(taskGroupId, requestOptions) {
1210
- return __awaiter(this, void 0, void 0, function* () {
1211
- var _a, _b, _c, _d;
1212
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1213
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1214
- 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)}`),
1215
- method: "PATCH",
1216
- headers: _headers,
1217
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
1218
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1219
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1220
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1221
- });
1222
- if (_response.ok) {
1223
- return { data: _response.body, rawResponse: _response.rawResponse };
1224
- }
1225
- if (_response.error.reason === "status-code") {
1226
- switch (_response.error.statusCode) {
1227
- case 422:
1228
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1229
- default:
1230
- throw new errors.ChrtError({
1231
- statusCode: _response.error.statusCode,
1232
- body: _response.error.body,
1233
- rawResponse: _response.rawResponse,
1234
- });
1235
- }
1236
- }
1237
- switch (_response.error.reason) {
1238
- case "non-json":
1239
- throw new errors.ChrtError({
1240
- statusCode: _response.error.statusCode,
1241
- body: _response.error.rawBody,
1242
- rawResponse: _response.rawResponse,
1243
- });
1244
- case "timeout":
1245
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/remove_executor/v1/{task_group_id}.");
1246
- case "unknown":
1247
- throw new errors.ChrtError({
1248
- message: _response.error.errorMessage,
1249
- rawResponse: _response.rawResponse,
1250
- });
1251
- }
1252
- });
1253
- }
1254
- /**
1255
- * Replaces the ordered list of flights on a task group. | authz_personas=[lig_owner_operators] | (SetFlightInfoReq) -> (bool)
1256
- *
1257
- * @param {string} taskGroupId
1258
- * @param {Chrt.SetFlightInfoReq} request
1259
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1260
- *
1261
- * @throws {@link Chrt.UnprocessableEntityError}
1262
- *
1263
- * @example
1264
- * await client.shipping.taskGroups.setFlightInfoV1("task_group_id", {
1265
- * flight_legs: [{
1266
- * carrier_iata: "carrier_iata",
1267
- * destination_iata: "destination_iata",
1268
- * flight_number: "flight_number",
1269
- * origin_iata: "origin_iata",
1270
- * provenance: "manual",
1271
- * scheduled_departure_utc: "2024-01-15T09:30:00Z",
1272
- * schema_version: 1
1273
- * }]
1274
- * })
1275
- */
1276
- setFlightInfoV1(taskGroupId, request, requestOptions) {
1277
- return core.HttpResponsePromise.fromPromise(this.__setFlightInfoV1(taskGroupId, request, requestOptions));
1278
- }
1279
- __setFlightInfoV1(taskGroupId, request, requestOptions) {
1280
- return __awaiter(this, void 0, void 0, function* () {
1281
- var _a, _b, _c, _d;
1282
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1283
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1284
- 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)}`),
1285
- method: "PATCH",
1286
- headers: _headers,
1287
- contentType: "application/json",
1288
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
1289
- requestType: "json",
1290
- body: request,
1291
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1292
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1293
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1294
- });
1295
- if (_response.ok) {
1296
- return { data: _response.body, rawResponse: _response.rawResponse };
1297
- }
1298
- if (_response.error.reason === "status-code") {
1299
- switch (_response.error.statusCode) {
1300
- case 422:
1301
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1302
- default:
1303
- throw new errors.ChrtError({
1304
- statusCode: _response.error.statusCode,
1305
- body: _response.error.body,
1306
- rawResponse: _response.rawResponse,
1307
- });
1308
- }
1309
- }
1310
- switch (_response.error.reason) {
1311
- case "non-json":
1312
- throw new errors.ChrtError({
1313
- statusCode: _response.error.statusCode,
1314
- body: _response.error.rawBody,
1315
- rawResponse: _response.rawResponse,
1316
- });
1317
- case "timeout":
1318
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/set_flight_info/v1/{task_group_id}.");
1319
- case "unknown":
1320
- throw new errors.ChrtError({
1321
- message: _response.error.errorMessage,
1322
- rawResponse: _response.rawResponse,
1323
- });
1324
- }
1325
- });
1326
- }
1327
- /**
1328
- * 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)
74
+ * 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)
1329
75
  *
1330
76
  * @param {string} taskGroupId
1331
- * @param {Chrt.shipping.SetTaskOrderingReq} request
77
+ * @param {Chrt.shipping.AddMessageReq} request
1332
78
  * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1333
79
  *
1334
80
  * @throws {@link Chrt.UnprocessableEntityError}
1335
81
  *
1336
82
  * @example
1337
- * await client.shipping.taskGroups.setTaskOrderingV1("task_group_id", {
1338
- * task_ids: ["task_ids"]
83
+ * await client.shipping.taskGroups.addMessageV1("task_group_id", {
84
+ * message: "message"
1339
85
  * })
1340
86
  */
1341
- setTaskOrderingV1(taskGroupId, request, requestOptions) {
1342
- return core.HttpResponsePromise.fromPromise(this.__setTaskOrderingV1(taskGroupId, request, requestOptions));
87
+ addMessageV1(taskGroupId, request, requestOptions) {
88
+ return core.HttpResponsePromise.fromPromise(this.__addMessageV1(taskGroupId, request, requestOptions));
1343
89
  }
1344
- __setTaskOrderingV1(taskGroupId, request, requestOptions) {
90
+ __addMessageV1(taskGroupId, request, requestOptions) {
1345
91
  return __awaiter(this, void 0, void 0, function* () {
1346
92
  var _a, _b, _c, _d;
1347
93
  let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1348
94
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1349
- 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)}`),
1350
- method: "PUT",
95
+ 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)}`),
96
+ method: "POST",
1351
97
  headers: _headers,
1352
98
  contentType: "application/json",
1353
99
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
@@ -1380,7 +126,7 @@ class TaskGroups {
1380
126
  rawResponse: _response.rawResponse,
1381
127
  });
1382
128
  case "timeout":
1383
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/task_groups/set_task_ordering/v1/{task_group_id}.");
129
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/add_message/v1/{task_group_id}.");
1384
130
  case "unknown":
1385
131
  throw new errors.ChrtError({
1386
132
  message: _response.error.errorMessage,
@@ -1516,71 +262,6 @@ class TaskGroups {
1516
262
  }
1517
263
  });
1518
264
  }
1519
- /**
1520
- * 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)
1521
- *
1522
- * @param {string} taskGroupId
1523
- * @param {Chrt.shipping.UpdateDriverReq} request
1524
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1525
- *
1526
- * @throws {@link Chrt.UnprocessableEntityError}
1527
- *
1528
- * @example
1529
- * await client.shipping.taskGroups.updateDriverV1("task_group_id", {
1530
- * driver_id: "driver_id"
1531
- * })
1532
- */
1533
- updateDriverV1(taskGroupId, request, requestOptions) {
1534
- return core.HttpResponsePromise.fromPromise(this.__updateDriverV1(taskGroupId, request, requestOptions));
1535
- }
1536
- __updateDriverV1(taskGroupId, request, requestOptions) {
1537
- return __awaiter(this, void 0, void 0, function* () {
1538
- var _a, _b, _c, _d;
1539
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1540
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1541
- 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)}`),
1542
- method: "PATCH",
1543
- headers: _headers,
1544
- contentType: "application/json",
1545
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
1546
- requestType: "json",
1547
- body: request,
1548
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1549
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1550
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1551
- });
1552
- if (_response.ok) {
1553
- return { data: _response.body, rawResponse: _response.rawResponse };
1554
- }
1555
- if (_response.error.reason === "status-code") {
1556
- switch (_response.error.statusCode) {
1557
- case 422:
1558
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1559
- default:
1560
- throw new errors.ChrtError({
1561
- statusCode: _response.error.statusCode,
1562
- body: _response.error.body,
1563
- rawResponse: _response.rawResponse,
1564
- });
1565
- }
1566
- }
1567
- switch (_response.error.reason) {
1568
- case "non-json":
1569
- throw new errors.ChrtError({
1570
- statusCode: _response.error.statusCode,
1571
- body: _response.error.rawBody,
1572
- rawResponse: _response.rawResponse,
1573
- });
1574
- case "timeout":
1575
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/update_driver/v1/{task_group_id}.");
1576
- case "unknown":
1577
- throw new errors.ChrtError({
1578
- message: _response.error.errorMessage,
1579
- rawResponse: _response.rawResponse,
1580
- });
1581
- }
1582
- });
1583
- }
1584
265
  _getAuthorizationHeader() {
1585
266
  return __awaiter(this, void 0, void 0, function* () {
1586
267
  const bearer = yield core.Supplier.get(this._options.token);