@chrt-inc/typescript-sdk 1.920.0 → 1.921.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 (1615) hide show
  1. package/README.md +21 -21
  2. package/dist/cjs/Client.d.ts +3 -0
  3. package/dist/cjs/Client.js +29 -24
  4. package/dist/cjs/api/resources/agent/client/Client.d.ts +23 -0
  5. package/dist/cjs/api/resources/agent/client/Client.js +17 -0
  6. package/dist/cjs/api/resources/agent/resources/index.d.ts +2 -0
  7. package/dist/cjs/api/resources/agent/resources/index.js +41 -0
  8. package/dist/cjs/api/resources/agent/resources/orderInformation/client/Client.d.ts +79 -0
  9. package/dist/cjs/api/resources/agent/resources/orderInformation/client/Client.js +260 -0
  10. package/dist/cjs/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.d.ts +11 -0
  11. package/dist/cjs/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.d.ts +12 -0
  12. package/dist/cjs/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.d.ts +13 -0
  13. package/dist/cjs/api/resources/agent/resources/orderInformation/client/requests/index.d.ts +3 -0
  14. package/dist/cjs/api/resources/billing/client/Client.d.ts +0 -27
  15. package/dist/cjs/api/resources/billing/client/Client.js +4 -49
  16. package/dist/cjs/api/resources/billing/resources/index.d.ts +0 -17
  17. package/dist/cjs/api/resources/billing/resources/index.js +1 -18
  18. package/dist/cjs/api/resources/billingNew/client/Client.d.ts +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 +168 -0
  21. package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/Client.js +647 -0
  22. package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.d.ts +34 -0
  23. package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.d.ts +20 -0
  24. package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.d.ts +54 -0
  25. package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/requests/index.d.ts +3 -0
  26. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.d.ts +1 -1
  27. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.js +1 -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 +1 -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 +22 -2
  33. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/Client.js +78 -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 +3 -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 +21 -3
  40. package/dist/cjs/api/resources/billingNew/resources/invoices/client/Client.js +74 -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 +3 -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 +19 -0
  46. package/dist/cjs/api/resources/billingNew/resources/orders/client/Client.js +75 -0
  47. package/dist/cjs/api/resources/billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.d.ts +14 -0
  48. package/dist/cjs/api/resources/billingNew/resources/orders/client/requests/index.d.ts +1 -0
  49. package/dist/cjs/api/resources/billingNew/resources/orders/index.d.ts +1 -0
  50. package/dist/cjs/api/resources/billingNew/resources/orders/index.js +1 -0
  51. package/dist/cjs/api/resources/billingNew/resources/orders/resources/index.d.ts +2 -0
  52. package/dist/cjs/api/resources/billingNew/resources/orders/resources/index.js +41 -0
  53. package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.d.ts +49 -0
  54. package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.js +135 -0
  55. package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/OrderRateSheetLineItemsGenerateManyReq.d.ts +12 -0
  56. package/dist/cjs/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/index.d.ts +1 -0
  57. package/dist/cjs/api/resources/index.d.ts +1 -0
  58. package/dist/cjs/api/resources/index.js +2 -1
  59. package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.d.ts +2 -2
  60. package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.js +2 -2
  61. package/dist/cjs/api/resources/listing/resources/listings/client/Client.d.ts +1 -1
  62. package/dist/cjs/api/resources/listing/resources/listings/client/Client.js +1 -1
  63. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.d.ts +7 -7
  64. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.js +10 -10
  65. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksSetStatusReq1.d.ts +15 -0
  66. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/index.d.ts +1 -1
  67. package/dist/cjs/api/resources/operations/resources/orderInternalMessages/resources/s3Objects/client/Client.d.ts +2 -2
  68. package/dist/cjs/api/resources/operations/resources/orderInternalMessages/resources/s3Objects/client/Client.js +5 -2
  69. package/dist/cjs/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.d.ts +2 -2
  70. package/dist/cjs/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.js +5 -2
  71. package/dist/cjs/api/resources/orgs/resources/contacts/client/Client.d.ts +1 -1
  72. package/dist/cjs/api/resources/orgs/resources/contacts/client/Client.js +1 -1
  73. package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.d.ts +2 -0
  74. package/dist/cjs/api/resources/shipping/client/Client.d.ts +0 -12
  75. package/dist/cjs/api/resources/shipping/client/Client.js +16 -36
  76. package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.d.ts +2 -2
  77. package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.js +5 -2
  78. package/dist/cjs/api/resources/shipping/resources/index.d.ts +1 -10
  79. package/dist/cjs/api/resources/shipping/resources/index.js +2 -11
  80. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.d.ts +14 -0
  81. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.js +60 -0
  82. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +18 -3
  83. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +32 -7
  84. package/dist/cjs/api/resources/shipping/resources/orders/index.d.ts +1 -1
  85. package/dist/cjs/api/resources/shipping/resources/orders/index.js +1 -1
  86. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/Client.d.ts +114 -0
  87. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/Client.js +390 -0
  88. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/requests/CargoClientUpdate1.d.ts +32 -0
  89. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersAddCargoReq.d.ts +18 -0
  90. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersAssociateCargoWithTaskReq.d.ts +16 -0
  91. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersUnassociateCargoWithTaskReq.d.ts +16 -0
  92. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/requests/index.d.ts +4 -0
  93. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/Client.d.ts +1 -57
  94. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/Client.js +3 -276
  95. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersDraftUpdateReq.d.ts +0 -3
  96. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.ts +0 -4
  97. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/index.d.ts +0 -1
  98. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/index.d.ts +0 -1
  99. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/index.js +0 -1
  100. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/Client.d.ts +0 -70
  101. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/Client.js +0 -265
  102. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/index.d.ts +0 -1
  103. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/index.js +0 -15
  104. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/index.d.ts +0 -7
  105. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/index.js +1 -11
  106. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.ts +0 -143
  107. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.js +0 -577
  108. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/index.d.ts +0 -1
  109. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/index.js +0 -15
  110. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +3 -106
  111. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +7 -519
  112. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.ts +3 -0
  113. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/index.d.ts +0 -2
  114. package/dist/cjs/api/resources/shipping/resources/orders/resources/index.d.ts +10 -1
  115. package/dist/cjs/api/resources/shipping/resources/orders/resources/index.js +11 -2
  116. package/dist/cjs/api/resources/shipping/resources/orders/resources/task/client/Client.d.ts +79 -0
  117. package/dist/cjs/api/resources/shipping/resources/orders/resources/task/client/Client.js +257 -0
  118. package/dist/cjs/api/resources/shipping/resources/orders/resources/task/client/requests/OrdersAddTaskReq.d.ts +20 -0
  119. package/dist/cjs/api/resources/shipping/resources/orders/resources/task/client/requests/TaskClientUpdate1.d.ts +20 -0
  120. package/dist/cjs/api/resources/shipping/resources/orders/resources/task/client/requests/index.d.ts +2 -0
  121. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskArtifact/client/Client.d.ts +66 -0
  122. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskArtifact/client/Client.js +195 -0
  123. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/OrdersAddTaskArtifactReq.d.ts +25 -0
  124. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/OrdersAddTaskArtifactReq.js +13 -0
  125. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/index.d.ts +1 -0
  126. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/Client.d.ts +162 -0
  127. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/Client.js +582 -0
  128. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupExecutorReq.d.ts +13 -0
  129. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupReq.d.ts +17 -0
  130. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupFlightInfoReq.d.ts +22 -0
  131. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupTaskOrderingReq.d.ts +13 -0
  132. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupVehicleTypeReq.d.ts +13 -0
  133. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersUpdateTaskGroupDriverReq.d.ts +13 -0
  134. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/index.d.ts +6 -0
  135. package/dist/cjs/api/resources/shipping/resources/orders/resources/utils/client/Client.d.ts +50 -0
  136. package/dist/cjs/api/resources/shipping/resources/orders/resources/utils/client/Client.js +136 -0
  137. package/dist/cjs/api/resources/shipping/resources/orders/resources/utils/client/requests/BodyPostShippingOrdersUtilsImageToTextV1.d.ts +13 -0
  138. package/dist/cjs/api/resources/shipping/resources/orders/resources/utils/client/requests/index.d.ts +1 -0
  139. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.d.ts +0 -34
  140. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.js +0 -128
  141. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/index.d.ts +0 -1
  142. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/index.js +0 -15
  143. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.ts +3 -3
  144. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.js +2 -2
  145. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +0 -314
  146. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +10 -1329
  147. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/index.d.ts +0 -6
  148. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.ts +18 -31
  149. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.js +34 -93
  150. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverV1Request.d.ts +60 -0
  151. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.ts +64 -0
  152. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.ts +2 -2
  153. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/index.d.ts +1 -0
  154. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/index.js +1 -0
  155. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.d.ts +2 -2
  156. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.js +1 -1
  157. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.ts +11 -7
  158. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.js +23 -15
  159. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.d.ts +1 -0
  160. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.js +15 -0
  161. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.d.ts +13 -0
  162. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.d.ts +1 -0
  163. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.d.ts +1 -48
  164. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.js +1 -192
  165. package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/index.d.ts +0 -1
  166. package/dist/cjs/api/resources/tracking/client/Client.d.ts +6 -0
  167. package/dist/cjs/api/resources/tracking/client/Client.js +16 -6
  168. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/Client.d.ts +140 -0
  169. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/Client.js +494 -0
  170. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/requests/GeofenceTemplatesListV1Request.d.ts +45 -0
  171. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientCreate1.d.ts +28 -0
  172. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientUpdate1.d.ts +14 -0
  173. package/dist/cjs/api/resources/tracking/resources/geofenceTemplates/client/requests/index.d.ts +3 -0
  174. package/dist/cjs/api/resources/tracking/resources/index.d.ts +4 -0
  175. package/dist/cjs/api/resources/tracking/resources/index.js +5 -1
  176. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/Client.d.ts +117 -0
  177. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/Client.js +393 -0
  178. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceApplyTemplateReq.d.ts +12 -0
  179. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceClientUpdate1.d.ts +13 -0
  180. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceReorderReq.d.ts +10 -0
  181. package/dist/cjs/api/resources/tracking/resources/sessionGeofences/client/requests/index.d.ts +3 -0
  182. package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.d.ts +8 -8
  183. package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.js +5 -5
  184. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionClientUpdate2.d.ts +20 -0
  185. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionsCreateV1Req.d.ts +25 -0
  186. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/index.d.ts +2 -2
  187. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.ts +4 -4
  188. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.js +2 -2
  189. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/Client.d.ts +0 -3
  190. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/Client.js +0 -5
  191. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.ts +48 -16
  192. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.js +173 -43
  193. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.d.ts +16 -0
  194. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.d.ts +12 -0
  195. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.d.ts +2 -0
  196. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/index.d.ts +0 -2
  197. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/index.js +1 -3
  198. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.d.ts +18 -1
  199. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.js +68 -1
  200. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.d.ts +14 -0
  201. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.d.ts +1 -0
  202. package/dist/cjs/api/types/AiImageDescription.d.ts +1 -1
  203. package/dist/cjs/api/types/ArchivedModel.d.ts +15 -0
  204. package/dist/cjs/api/types/ArchivedModel.js +14 -0
  205. package/dist/cjs/api/types/BillingInvoiceApprovedWebhookPayload.d.ts +10 -0
  206. package/dist/cjs/api/types/BillingPeriod1.d.ts +34 -0
  207. package/dist/cjs/api/types/BillingPeriodCycleEnum1.d.ts +11 -0
  208. package/dist/cjs/api/types/BillingPeriodCycleEnum1.js +13 -0
  209. package/dist/cjs/api/types/BillingPeriodExpanded1.d.ts +9 -0
  210. package/dist/cjs/api/types/BillingPeriodListRes.d.ts +8 -0
  211. package/dist/cjs/api/types/BillingPeriodSortByEnum.d.ts +12 -0
  212. package/dist/cjs/api/types/BillingPeriodSortByEnum.js +14 -0
  213. package/dist/cjs/api/types/BillingPeriodStatusEnum1.d.ts +8 -0
  214. package/dist/cjs/api/types/BillingPeriodStatusEnum1.js +10 -0
  215. package/dist/cjs/api/types/BillingPeriodTaskGroupsReq.d.ts +6 -0
  216. package/dist/cjs/api/types/Cargo1.d.ts +1 -0
  217. package/dist/cjs/api/types/CargoTypeEnum1.d.ts +2 -1
  218. package/dist/cjs/api/types/CargoTypeEnum1.js +1 -0
  219. package/dist/cjs/api/types/ChrtGroundProviderRates1.d.ts +1 -1
  220. package/dist/cjs/api/types/ContactExpandedListItem.d.ts +10 -0
  221. package/dist/cjs/api/types/ContactListRes.d.ts +1 -1
  222. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.d.ts +9 -0
  223. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.d.ts +11 -0
  224. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsItem1.d.ts +13 -0
  225. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.d.ts +9 -0
  226. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.d.ts +9 -0
  227. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.js +11 -0
  228. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRes.d.ts +10 -0
  229. package/dist/cjs/api/types/DeviceExpandedRes.d.ts +2 -2
  230. package/dist/cjs/api/types/GeofencePointLocationFeature1.d.ts +14 -0
  231. package/dist/cjs/api/types/GeofenceTemplateListRes.d.ts +8 -0
  232. package/dist/cjs/api/types/GeofenceTemplateSortByEnum.d.ts +10 -0
  233. package/dist/cjs/api/types/GeofenceTemplateSortByEnum.js +12 -0
  234. package/dist/cjs/api/types/Invoice1.d.ts +3 -0
  235. package/dist/cjs/api/types/InvoiceExpandedListItem.d.ts +11 -0
  236. package/dist/cjs/api/types/InvoiceExpandedRes.d.ts +2 -1
  237. package/dist/cjs/api/types/InvoiceLineItem1.d.ts +4 -0
  238. package/dist/cjs/api/types/InvoiceLineItemClientCreate1.d.ts +3 -0
  239. package/dist/cjs/api/types/InvoiceLineItemExpandedListItem.d.ts +8 -0
  240. package/dist/cjs/api/types/InvoiceLineItemExpandedRes.d.ts +12 -0
  241. package/dist/cjs/api/types/InvoiceLineItemListRes.d.ts +1 -1
  242. package/dist/cjs/api/types/InvoiceLineItemServerCreate1.d.ts +4 -0
  243. package/dist/cjs/api/types/InvoiceLineItemsByOrderExpandedRes.d.ts +2 -0
  244. package/dist/cjs/api/types/InvoiceListRes.d.ts +1 -1
  245. package/dist/cjs/api/types/Model.d.ts +12 -0
  246. package/dist/cjs/api/types/Model.js +11 -0
  247. package/dist/cjs/api/types/NotificationEventsForAdHocEnum.d.ts +2 -2
  248. package/dist/cjs/api/types/NotificationEventsForAdHocEnum.js +1 -1
  249. package/dist/cjs/api/types/NotificationEventsForOrgsEnum.d.ts +3 -7
  250. package/dist/cjs/api/types/NotificationEventsForOrgsEnum.js +2 -6
  251. package/dist/cjs/api/types/NotificationEventsForUsersEnum.d.ts +3 -4
  252. package/dist/cjs/api/types/NotificationEventsForUsersEnum.js +2 -3
  253. package/dist/cjs/api/types/OffChrtOrgData1.d.ts +1 -0
  254. package/dist/cjs/api/types/OffChrtOrgDataClientCreate1.d.ts +1 -0
  255. package/dist/cjs/api/types/OperationsTaskExpandedListItem.d.ts +1 -0
  256. package/dist/cjs/api/types/OperationsTasksStatusUpdateRes1.d.ts +7 -0
  257. package/dist/cjs/api/types/Order1.d.ts +1 -1
  258. package/dist/cjs/api/types/OrderAndTaskGroupExpandedReq.d.ts +2 -0
  259. package/dist/cjs/api/types/OrderAwbBillingAccount1.d.ts +8 -0
  260. package/dist/cjs/api/types/OrderAwbBillingListItem1.d.ts +12 -0
  261. package/dist/cjs/api/types/OrderAwbBillingListRes.d.ts +8 -0
  262. package/dist/cjs/api/types/OrderBillingExpandedListItem1.d.ts +1 -0
  263. package/dist/cjs/api/types/OrderBillingPeriod1.d.ts +11 -0
  264. package/dist/cjs/api/types/OrderExpandedForProvider.d.ts +3 -0
  265. package/dist/cjs/api/types/OrderExpandedForShipper.d.ts +2 -0
  266. package/dist/cjs/api/types/OrderInformationConversationRes.d.ts +7 -0
  267. package/dist/cjs/api/types/OrderLimitedForShipper1.d.ts +1 -1
  268. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyRes.d.ts +12 -0
  269. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyResult1.d.ts +11 -0
  270. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.d.ts +9 -0
  271. package/dist/cjs/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.js +11 -0
  272. package/dist/cjs/api/types/OrdersDraftDeleteManyRes.d.ts +0 -1
  273. package/dist/cjs/api/types/OrdersDraftUpdateRes.d.ts +0 -2
  274. package/dist/cjs/api/types/Point.d.ts +1 -0
  275. package/dist/cjs/api/types/ProFormaLineItem1.d.ts +9 -7
  276. package/dist/cjs/api/types/ProFormaLineItemProvenanceEnum1.d.ts +9 -0
  277. package/dist/cjs/api/types/ProFormaLineItemProvenanceEnum1.js +11 -0
  278. package/dist/cjs/api/types/Session2.d.ts +31 -0
  279. package/dist/cjs/api/types/SessionGeofence1.d.ts +12 -0
  280. package/dist/cjs/api/types/SessionGeofenceBase1.d.ts +9 -0
  281. package/dist/cjs/api/types/SessionGeofenceClientCreate1.d.ts +9 -0
  282. package/dist/cjs/api/types/SessionGeofenceTemplate1.d.ts +19 -0
  283. package/dist/cjs/api/types/SessionListRes.d.ts +1 -1
  284. package/dist/cjs/api/types/StoredModel.d.ts +5 -0
  285. package/dist/cjs/api/types/TaskGroup1.d.ts +0 -9
  286. package/dist/cjs/api/types/TaskGroupByDriverDataPointsRes.d.ts +8 -0
  287. package/dist/cjs/api/types/TaskGroupByDriverLastSeenRes.d.ts +8 -0
  288. package/dist/cjs/api/types/TaskGroupProviderRoleFilterEnum.d.ts +9 -0
  289. package/dist/cjs/api/types/TaskGroupProviderRoleFilterEnum.js +11 -0
  290. package/dist/cjs/api/types/TaskListToApplyToOrderExpanded.d.ts +8 -0
  291. package/dist/cjs/api/types/TrackingSessionGeofenceEnteredWebhookPayload.d.ts +14 -0
  292. package/dist/cjs/api/types/index.d.ts +44 -91
  293. package/dist/cjs/api/types/index.js +44 -91
  294. package/dist/cjs/core/index.d.ts +0 -1
  295. package/dist/cjs/core/index.js +0 -1
  296. package/dist/cjs/version.d.ts +1 -1
  297. package/dist/cjs/version.js +1 -1
  298. package/dist/esm/Client.d.mts +3 -0
  299. package/dist/esm/Client.mjs +7 -2
  300. package/dist/esm/api/resources/agent/client/Client.d.mts +23 -0
  301. package/dist/esm/api/resources/agent/client/Client.mjs +13 -0
  302. package/dist/esm/api/resources/agent/resources/index.d.mts +2 -0
  303. package/dist/esm/api/resources/agent/resources/index.mjs +2 -0
  304. package/dist/esm/api/resources/agent/resources/orderInformation/client/Client.d.mts +79 -0
  305. package/dist/esm/api/resources/agent/resources/orderInformation/client/Client.mjs +223 -0
  306. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.d.mts +11 -0
  307. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.d.mts +12 -0
  308. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.d.mts +13 -0
  309. package/dist/esm/api/resources/agent/resources/orderInformation/client/requests/index.d.mts +3 -0
  310. package/dist/esm/api/resources/billing/client/Client.d.mts +0 -27
  311. package/dist/esm/api/resources/billing/client/Client.mjs +0 -45
  312. package/dist/esm/api/resources/billing/resources/index.d.mts +0 -17
  313. package/dist/esm/api/resources/billing/resources/index.mjs +0 -17
  314. package/dist/esm/api/resources/billingNew/client/Client.d.mts +3 -0
  315. package/dist/esm/api/resources/billingNew/client/Client.mjs +5 -0
  316. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/Client.d.mts +168 -0
  317. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/Client.mjs +610 -0
  318. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.d.mts +34 -0
  319. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.d.mts +20 -0
  320. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.d.mts +54 -0
  321. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/index.d.mts +3 -0
  322. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.d.mts +1 -1
  323. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.mjs +1 -1
  324. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesClientCreate1.d.mts +1 -1
  325. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.d.mts +1 -1
  326. package/dist/esm/api/resources/billingNew/resources/index.d.mts +2 -0
  327. package/dist/esm/api/resources/billingNew/resources/index.mjs +2 -0
  328. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.d.mts +22 -2
  329. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.mjs +78 -3
  330. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAmountReq.d.mts +3 -0
  331. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.d.mts +17 -0
  332. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromLineItemsReq.d.mts +1 -0
  333. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/InvoiceLineItemsListV1Request.d.mts +3 -0
  334. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/index.d.mts +1 -0
  335. package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.d.mts +21 -3
  336. package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.mjs +74 -4
  337. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoiceClientCreate1.d.mts +3 -0
  338. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.d.mts +14 -0
  339. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoicesListV1Request.d.mts +3 -0
  340. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/index.d.mts +1 -0
  341. package/dist/esm/api/resources/billingNew/resources/orders/client/Client.d.mts +19 -0
  342. package/dist/esm/api/resources/billingNew/resources/orders/client/Client.mjs +75 -0
  343. package/dist/esm/api/resources/billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.d.mts +14 -0
  344. package/dist/esm/api/resources/billingNew/resources/orders/client/requests/index.d.mts +1 -0
  345. package/dist/esm/api/resources/billingNew/resources/orders/index.d.mts +1 -0
  346. package/dist/esm/api/resources/billingNew/resources/orders/index.mjs +1 -0
  347. package/dist/esm/api/resources/billingNew/resources/orders/resources/index.d.mts +2 -0
  348. package/dist/esm/api/resources/billingNew/resources/orders/resources/index.mjs +2 -0
  349. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.d.mts +49 -0
  350. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.mjs +98 -0
  351. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/OrderRateSheetLineItemsGenerateManyReq.d.mts +12 -0
  352. package/dist/esm/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/requests/index.d.mts +1 -0
  353. package/dist/esm/api/resources/index.d.mts +1 -0
  354. package/dist/esm/api/resources/index.mjs +1 -0
  355. package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.d.mts +2 -2
  356. package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.mjs +2 -2
  357. package/dist/esm/api/resources/listing/resources/listings/client/Client.d.mts +1 -1
  358. package/dist/esm/api/resources/listing/resources/listings/client/Client.mjs +1 -1
  359. package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.d.mts +7 -7
  360. package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.mjs +10 -10
  361. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksSetStatusReq1.d.mts +15 -0
  362. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/index.d.mts +1 -1
  363. package/dist/esm/api/resources/operations/resources/orderInternalMessages/resources/s3Objects/client/Client.d.mts +2 -2
  364. package/dist/esm/api/resources/operations/resources/orderInternalMessages/resources/s3Objects/client/Client.mjs +5 -2
  365. package/dist/esm/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.d.mts +2 -2
  366. package/dist/esm/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.mjs +5 -2
  367. package/dist/esm/api/resources/orgs/resources/contacts/client/Client.d.mts +1 -1
  368. package/dist/esm/api/resources/orgs/resources/contacts/client/Client.mjs +1 -1
  369. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.d.mts +2 -0
  370. package/dist/esm/api/resources/shipping/client/Client.d.mts +0 -12
  371. package/dist/esm/api/resources/shipping/client/Client.mjs +0 -20
  372. package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.d.mts +2 -2
  373. package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.mjs +5 -2
  374. package/dist/esm/api/resources/shipping/resources/index.d.mts +1 -10
  375. package/dist/esm/api/resources/shipping/resources/index.mjs +1 -10
  376. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.d.mts +14 -0
  377. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/resources/cargos/client/Client.mjs +60 -0
  378. package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +18 -3
  379. package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +28 -3
  380. package/dist/esm/api/resources/shipping/resources/orders/index.d.mts +1 -1
  381. package/dist/esm/api/resources/shipping/resources/orders/index.mjs +1 -1
  382. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/Client.d.mts +114 -0
  383. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/Client.mjs +353 -0
  384. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/requests/CargoClientUpdate1.d.mts +32 -0
  385. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersAddCargoReq.d.mts +18 -0
  386. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersAssociateCargoWithTaskReq.d.mts +16 -0
  387. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersUnassociateCargoWithTaskReq.d.mts +16 -0
  388. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/requests/index.d.mts +4 -0
  389. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/Client.d.mts +1 -57
  390. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/Client.mjs +1 -274
  391. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersDraftUpdateReq.d.mts +0 -3
  392. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.mts +0 -4
  393. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/index.d.mts +0 -1
  394. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/index.d.mts +0 -1
  395. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/index.mjs +0 -1
  396. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/Client.d.mts +0 -70
  397. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/Client.mjs +0 -265
  398. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/index.d.mts +0 -1
  399. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/index.mjs +1 -1
  400. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/index.d.mts +0 -7
  401. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/index.mjs +0 -7
  402. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.mts +0 -143
  403. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.mjs +0 -577
  404. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/index.d.mts +0 -1
  405. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/index.mjs +1 -1
  406. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +3 -106
  407. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +7 -519
  408. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.mts +3 -0
  409. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/index.d.mts +0 -2
  410. package/dist/esm/api/resources/shipping/resources/orders/resources/index.d.mts +10 -1
  411. package/dist/esm/api/resources/shipping/resources/orders/resources/index.mjs +10 -1
  412. package/dist/esm/api/resources/shipping/resources/orders/resources/task/client/Client.d.mts +79 -0
  413. package/dist/esm/api/resources/shipping/resources/orders/resources/task/client/Client.mjs +220 -0
  414. package/dist/esm/api/resources/shipping/resources/orders/resources/task/client/requests/OrdersAddTaskReq.d.mts +20 -0
  415. package/dist/esm/api/resources/shipping/resources/orders/resources/task/client/requests/TaskClientUpdate1.d.mts +20 -0
  416. package/dist/esm/api/resources/shipping/resources/orders/resources/task/client/requests/index.d.mts +2 -0
  417. package/dist/esm/api/resources/shipping/resources/orders/resources/taskArtifact/client/Client.d.mts +66 -0
  418. package/dist/esm/api/resources/shipping/resources/orders/resources/taskArtifact/client/Client.mjs +158 -0
  419. package/dist/esm/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/OrdersAddTaskArtifactReq.d.mts +25 -0
  420. package/dist/esm/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/OrdersAddTaskArtifactReq.mjs +10 -0
  421. package/dist/esm/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/index.d.mts +1 -0
  422. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/Client.d.mts +162 -0
  423. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/Client.mjs +545 -0
  424. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupExecutorReq.d.mts +13 -0
  425. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupReq.d.mts +17 -0
  426. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupFlightInfoReq.d.mts +22 -0
  427. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupTaskOrderingReq.d.mts +13 -0
  428. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupVehicleTypeReq.d.mts +13 -0
  429. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersUpdateTaskGroupDriverReq.d.mts +13 -0
  430. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/index.d.mts +6 -0
  431. package/dist/esm/api/resources/shipping/resources/orders/resources/utils/client/Client.d.mts +50 -0
  432. package/dist/esm/api/resources/shipping/resources/orders/resources/utils/client/Client.mjs +99 -0
  433. package/dist/esm/api/resources/shipping/resources/orders/resources/utils/client/requests/BodyPostShippingOrdersUtilsImageToTextV1.d.mts +13 -0
  434. package/dist/esm/api/resources/shipping/resources/orders/resources/utils/client/requests/index.d.mts +1 -0
  435. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.d.mts +0 -34
  436. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.mjs +0 -128
  437. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/index.d.mts +0 -1
  438. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/index.mjs +1 -1
  439. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.mts +3 -3
  440. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.mjs +2 -2
  441. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +0 -314
  442. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +10 -1329
  443. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/index.d.mts +0 -6
  444. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.mts +18 -31
  445. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.mjs +34 -93
  446. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverV1Request.d.mts +60 -0
  447. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.mts +64 -0
  448. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.mts +2 -2
  449. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/index.d.mts +1 -0
  450. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/index.mjs +1 -0
  451. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.d.mts +2 -2
  452. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.mjs +1 -1
  453. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.mts +11 -7
  454. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.mjs +23 -15
  455. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.d.mts +1 -0
  456. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/index.mjs +1 -1
  457. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.d.mts +13 -0
  458. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/requests/index.d.mts +1 -0
  459. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.d.mts +1 -48
  460. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.mjs +1 -192
  461. package/dist/esm/api/resources/shipping/resources/tasks/client/requests/index.d.mts +0 -1
  462. package/dist/esm/api/resources/tracking/client/Client.d.mts +6 -0
  463. package/dist/esm/api/resources/tracking/client/Client.mjs +10 -0
  464. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/Client.d.mts +140 -0
  465. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/Client.mjs +457 -0
  466. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/requests/GeofenceTemplatesListV1Request.d.mts +45 -0
  467. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientCreate1.d.mts +28 -0
  468. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientUpdate1.d.mts +14 -0
  469. package/dist/esm/api/resources/tracking/resources/geofenceTemplates/client/requests/index.d.mts +3 -0
  470. package/dist/esm/api/resources/tracking/resources/index.d.mts +4 -0
  471. package/dist/esm/api/resources/tracking/resources/index.mjs +4 -0
  472. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/Client.d.mts +117 -0
  473. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/Client.mjs +356 -0
  474. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceApplyTemplateReq.d.mts +12 -0
  475. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceClientUpdate1.d.mts +13 -0
  476. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/requests/SessionGeofenceReorderReq.d.mts +10 -0
  477. package/dist/esm/api/resources/tracking/resources/sessionGeofences/client/requests/index.d.mts +3 -0
  478. package/dist/esm/api/resources/tracking/resources/sessions/client/Client.d.mts +8 -8
  479. package/dist/esm/api/resources/tracking/resources/sessions/client/Client.mjs +5 -5
  480. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionClientUpdate2.d.mts +20 -0
  481. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionsCreateV1Req.d.mts +25 -0
  482. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/index.d.mts +2 -2
  483. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.mts +4 -4
  484. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.mjs +2 -2
  485. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/client/Client.d.mts +0 -3
  486. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/client/Client.mjs +0 -5
  487. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.mts +48 -16
  488. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.mjs +173 -43
  489. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.d.mts +16 -0
  490. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.d.mts +12 -0
  491. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.d.mts +2 -0
  492. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/index.d.mts +0 -2
  493. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/index.mjs +0 -2
  494. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.d.mts +18 -1
  495. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.mjs +68 -1
  496. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.d.mts +14 -0
  497. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.d.mts +1 -0
  498. package/dist/esm/api/types/AiImageDescription.d.mts +1 -1
  499. package/dist/esm/api/types/ArchivedModel.d.mts +15 -0
  500. package/dist/esm/api/types/ArchivedModel.mjs +11 -0
  501. package/dist/esm/api/types/BillingInvoiceApprovedWebhookPayload.d.mts +10 -0
  502. package/dist/esm/api/types/BillingPeriod1.d.mts +34 -0
  503. package/dist/esm/api/types/BillingPeriodCycleEnum1.d.mts +11 -0
  504. package/dist/esm/api/types/BillingPeriodCycleEnum1.mjs +10 -0
  505. package/dist/esm/api/types/BillingPeriodExpanded1.d.mts +9 -0
  506. package/dist/esm/api/types/BillingPeriodListRes.d.mts +8 -0
  507. package/dist/esm/api/types/BillingPeriodSortByEnum.d.mts +12 -0
  508. package/dist/esm/api/types/BillingPeriodSortByEnum.mjs +11 -0
  509. package/dist/esm/api/types/BillingPeriodStatusEnum1.d.mts +8 -0
  510. package/dist/esm/api/types/BillingPeriodStatusEnum1.mjs +7 -0
  511. package/dist/esm/api/types/BillingPeriodTaskGroupsReq.d.mts +6 -0
  512. package/dist/esm/api/types/Cargo1.d.mts +1 -0
  513. package/dist/esm/api/types/CargoTypeEnum1.d.mts +2 -1
  514. package/dist/esm/api/types/CargoTypeEnum1.mjs +1 -0
  515. package/dist/esm/api/types/ChrtGroundProviderRates1.d.mts +1 -1
  516. package/dist/esm/api/types/ContactExpandedListItem.d.mts +10 -0
  517. package/dist/esm/api/types/ContactListRes.d.mts +1 -1
  518. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.d.mts +9 -0
  519. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.d.mts +11 -0
  520. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsItem1.d.mts +13 -0
  521. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.d.mts +9 -0
  522. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.d.mts +9 -0
  523. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.mjs +8 -0
  524. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRes.d.mts +10 -0
  525. package/dist/esm/api/types/DeviceExpandedRes.d.mts +2 -2
  526. package/dist/esm/api/types/GeofencePointLocationFeature1.d.mts +14 -0
  527. package/dist/esm/api/types/GeofenceTemplateListRes.d.mts +8 -0
  528. package/dist/esm/api/types/GeofenceTemplateSortByEnum.d.mts +10 -0
  529. package/dist/esm/api/types/GeofenceTemplateSortByEnum.mjs +9 -0
  530. package/dist/esm/api/types/Invoice1.d.mts +3 -0
  531. package/dist/esm/api/types/InvoiceExpandedListItem.d.mts +11 -0
  532. package/dist/esm/api/types/InvoiceExpandedRes.d.mts +2 -1
  533. package/dist/esm/api/types/InvoiceLineItem1.d.mts +4 -0
  534. package/dist/esm/api/types/InvoiceLineItemClientCreate1.d.mts +3 -0
  535. package/dist/esm/api/types/InvoiceLineItemExpandedListItem.d.mts +8 -0
  536. package/dist/esm/api/types/InvoiceLineItemExpandedRes.d.mts +12 -0
  537. package/dist/esm/api/types/InvoiceLineItemListRes.d.mts +1 -1
  538. package/dist/esm/api/types/InvoiceLineItemServerCreate1.d.mts +4 -0
  539. package/dist/esm/api/types/InvoiceLineItemsByOrderExpandedRes.d.mts +2 -0
  540. package/dist/esm/api/types/InvoiceListRes.d.mts +1 -1
  541. package/dist/esm/api/types/Model.d.mts +12 -0
  542. package/dist/esm/api/types/Model.mjs +8 -0
  543. package/dist/esm/api/types/NotificationEventsForAdHocEnum.d.mts +2 -2
  544. package/dist/esm/api/types/NotificationEventsForAdHocEnum.mjs +1 -1
  545. package/dist/esm/api/types/NotificationEventsForOrgsEnum.d.mts +3 -7
  546. package/dist/esm/api/types/NotificationEventsForOrgsEnum.mjs +2 -6
  547. package/dist/esm/api/types/NotificationEventsForUsersEnum.d.mts +3 -4
  548. package/dist/esm/api/types/NotificationEventsForUsersEnum.mjs +2 -3
  549. package/dist/esm/api/types/OffChrtOrgData1.d.mts +1 -0
  550. package/dist/esm/api/types/OffChrtOrgDataClientCreate1.d.mts +1 -0
  551. package/dist/esm/api/types/OperationsTaskExpandedListItem.d.mts +1 -0
  552. package/dist/esm/api/types/OperationsTasksStatusUpdateRes1.d.mts +7 -0
  553. package/dist/esm/api/types/Order1.d.mts +1 -1
  554. package/dist/esm/api/types/OrderAndTaskGroupExpandedReq.d.mts +2 -0
  555. package/dist/esm/api/types/OrderAwbBillingAccount1.d.mts +8 -0
  556. package/dist/esm/api/types/OrderAwbBillingListItem1.d.mts +12 -0
  557. package/dist/esm/api/types/OrderAwbBillingListRes.d.mts +8 -0
  558. package/dist/esm/api/types/OrderBillingExpandedListItem1.d.mts +1 -0
  559. package/dist/esm/api/types/OrderBillingPeriod1.d.mts +11 -0
  560. package/dist/esm/api/types/OrderExpandedForProvider.d.mts +3 -0
  561. package/dist/esm/api/types/OrderExpandedForShipper.d.mts +2 -0
  562. package/dist/esm/api/types/OrderInformationConversationRes.d.mts +7 -0
  563. package/dist/esm/api/types/OrderLimitedForShipper1.d.mts +1 -1
  564. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyRes.d.mts +12 -0
  565. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyResult1.d.mts +11 -0
  566. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.d.mts +9 -0
  567. package/dist/esm/api/types/OrderRateSheetLineItemsGenerateManyStatusEnum.mjs +8 -0
  568. package/dist/esm/api/types/OrdersDraftDeleteManyRes.d.mts +0 -1
  569. package/dist/esm/api/types/OrdersDraftUpdateRes.d.mts +0 -2
  570. package/dist/esm/api/types/Point.d.mts +1 -0
  571. package/dist/esm/api/types/ProFormaLineItem1.d.mts +9 -7
  572. package/dist/esm/api/types/ProFormaLineItemProvenanceEnum1.d.mts +9 -0
  573. package/dist/esm/api/types/ProFormaLineItemProvenanceEnum1.mjs +8 -0
  574. package/dist/esm/api/types/Session2.d.mts +31 -0
  575. package/dist/esm/api/types/SessionGeofence1.d.mts +12 -0
  576. package/dist/esm/api/types/SessionGeofenceBase1.d.mts +9 -0
  577. package/dist/esm/api/types/SessionGeofenceClientCreate1.d.mts +9 -0
  578. package/dist/esm/api/types/SessionGeofenceTemplate1.d.mts +19 -0
  579. package/dist/esm/api/types/SessionListRes.d.mts +1 -1
  580. package/dist/esm/api/types/StoredModel.d.mts +5 -0
  581. package/dist/esm/api/types/TaskGroup1.d.mts +0 -9
  582. package/dist/esm/api/types/TaskGroupByDriverDataPointsRes.d.mts +8 -0
  583. package/dist/esm/api/types/TaskGroupByDriverLastSeenRes.d.mts +8 -0
  584. package/dist/esm/api/types/TaskGroupProviderRoleFilterEnum.d.mts +9 -0
  585. package/dist/esm/api/types/TaskGroupProviderRoleFilterEnum.mjs +8 -0
  586. package/dist/esm/api/types/TaskListToApplyToOrderExpanded.d.mts +8 -0
  587. package/dist/esm/api/types/TrackingSessionGeofenceEnteredWebhookPayload.d.mts +14 -0
  588. package/dist/esm/api/types/index.d.mts +44 -91
  589. package/dist/esm/api/types/index.mjs +44 -91
  590. package/dist/esm/core/index.d.mts +0 -1
  591. package/dist/esm/core/index.mjs +0 -1
  592. package/dist/esm/version.d.mts +1 -1
  593. package/dist/esm/version.mjs +1 -1
  594. package/package.json +1 -1
  595. package/reference.md +3643 -11458
  596. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.ts +0 -115
  597. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.js +0 -425
  598. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.d.ts +0 -14
  599. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.d.ts +0 -41
  600. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.d.ts +0 -17
  601. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/index.d.ts +0 -3
  602. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.d.ts +0 -110
  603. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.js +0 -411
  604. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.ts +0 -23
  605. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.d.ts +0 -13
  606. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.d.ts +0 -32
  607. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/index.d.ts +0 -3
  608. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.d.ts +0 -132
  609. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.js +0 -505
  610. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.d.ts +0 -19
  611. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.d.ts +0 -21
  612. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.d.ts +0 -16
  613. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.d.ts +0 -3
  614. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.d.ts +0 -132
  615. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.js +0 -508
  616. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.d.ts +0 -35
  617. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.d.ts +0 -46
  618. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.d.ts +0 -16
  619. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.d.ts +0 -3
  620. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.d.ts +0 -307
  621. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.js +0 -1203
  622. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.ts +0 -23
  623. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.d.ts +0 -53
  624. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.ts +0 -23
  625. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.ts +0 -24
  626. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/index.d.ts +0 -4
  627. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/index.d.ts +0 -4
  628. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/index.js +0 -43
  629. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.d.ts +0 -50
  630. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.js +0 -133
  631. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.d.ts +0 -12
  632. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/index.d.ts +0 -1
  633. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.d.ts +0 -83
  634. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.js +0 -308
  635. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.d.ts +0 -13
  636. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.d.ts +0 -1
  637. package/dist/cjs/api/resources/billing/resources/lineItems/client/Client.d.ts +0 -23
  638. package/dist/cjs/api/resources/billing/resources/lineItems/client/Client.js +0 -17
  639. package/dist/cjs/api/resources/billing/resources/lineItems/index.d.ts +0 -2
  640. package/dist/cjs/api/resources/billing/resources/lineItems/index.js +0 -18
  641. package/dist/cjs/api/resources/billing/resources/lineItems/resources/index.d.ts +0 -2
  642. package/dist/cjs/api/resources/billing/resources/lineItems/resources/index.js +0 -41
  643. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.ts +0 -83
  644. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.js +0 -308
  645. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.d.ts +0 -13
  646. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.d.ts +0 -1
  647. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/Client.d.ts +0 -132
  648. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/Client.js +0 -505
  649. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.d.ts +0 -16
  650. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.d.ts +0 -15
  651. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.d.ts +0 -16
  652. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.d.ts +0 -3
  653. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/Client.d.ts +0 -155
  654. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/Client.js +0 -582
  655. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.ts +0 -20
  656. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.d.ts +0 -18
  657. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.d.ts +0 -14
  658. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/index.d.ts +0 -3
  659. package/dist/cjs/api/resources/billing/resources/statements/client/Client.d.ts +0 -321
  660. package/dist/cjs/api/resources/billing/resources/statements/client/Client.js +0 -1334
  661. package/dist/cjs/api/resources/billing/resources/statements/client/index.d.ts +0 -2
  662. package/dist/cjs/api/resources/billing/resources/statements/client/index.js +0 -17
  663. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.ts +0 -21
  664. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementExpandedRetrieveReq.d.ts +0 -12
  665. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.d.ts +0 -13
  666. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.ts +0 -71
  667. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.ts +0 -71
  668. package/dist/cjs/api/resources/billing/resources/statements/client/requests/index.d.ts +0 -5
  669. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskStatusReq.d.ts +0 -13
  670. package/dist/cjs/api/resources/shipping/resources/cargos/client/Client.d.ts +0 -101
  671. package/dist/cjs/api/resources/shipping/resources/cargos/client/Client.js +0 -331
  672. package/dist/cjs/api/resources/shipping/resources/cargos/client/index.d.ts +0 -2
  673. package/dist/cjs/api/resources/shipping/resources/cargos/client/index.js +0 -17
  674. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/CargoAddToOrderReq.d.ts +0 -18
  675. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/CargoAssociateWithTaskReq.d.ts +0 -16
  676. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/CargoUnassociateWithTaskReq.d.ts +0 -16
  677. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/index.d.ts +0 -3
  678. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/index.js +0 -2
  679. package/dist/cjs/api/resources/shipping/resources/cargos/index.d.ts +0 -1
  680. package/dist/cjs/api/resources/shipping/resources/cargos/index.js +0 -17
  681. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/Client.d.ts +0 -142
  682. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/Client.js +0 -530
  683. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/index.d.ts +0 -2
  684. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/index.js +0 -17
  685. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.d.ts +0 -16
  686. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.d.ts +0 -12
  687. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.d.ts +0 -13
  688. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.d.ts +0 -30
  689. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/index.d.ts +0 -4
  690. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/index.js +0 -2
  691. package/dist/cjs/api/resources/shipping/resources/orderGroups/index.d.ts +0 -1
  692. package/dist/cjs/api/resources/shipping/resources/orderGroups/index.js +0 -17
  693. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.d.ts +0 -177
  694. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.js +0 -718
  695. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/index.d.ts +0 -2
  696. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/index.js +0 -17
  697. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.d.ts +0 -40
  698. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/requests/index.d.ts +0 -1
  699. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/requests/index.js +0 -2
  700. package/dist/cjs/api/resources/shipping/resources/orderSchedules/index.d.ts +0 -2
  701. package/dist/cjs/api/resources/shipping/resources/orderSchedules/index.js +0 -18
  702. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.d.ts +0 -64
  703. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.js +0 -196
  704. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/index.d.ts +0 -2
  705. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/index.js +0 -17
  706. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.d.ts +0 -19
  707. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.d.ts +0 -16
  708. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/index.d.ts +0 -2
  709. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/index.js +0 -2
  710. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/index.d.ts +0 -1
  711. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/index.js +0 -17
  712. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/index.d.ts +0 -2
  713. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/index.js +0 -41
  714. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/BodyPostShippingOrdersDraftsImageToTextV1.d.ts +0 -13
  715. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAddCargoReq.d.ts +0 -18
  716. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.d.ts +0 -16
  717. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.d.ts +0 -16
  718. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUpdateCargoReq.d.ts +0 -15
  719. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/index.d.ts +0 -4
  720. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/index.js +0 -2
  721. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/Client.d.ts +0 -62
  722. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/Client.js +0 -197
  723. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/index.d.ts +0 -1
  724. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/index.js +0 -2
  725. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/index.d.ts +0 -1
  726. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/index.js +0 -17
  727. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/Client.d.ts +0 -81
  728. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/Client.js +0 -259
  729. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/index.d.ts +0 -2
  730. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/index.js +0 -17
  731. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftAddTaskReqV1.d.ts +0 -18
  732. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftUpdateTaskReq.d.ts +0 -15
  733. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/index.d.ts +0 -2
  734. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/index.js +0 -2
  735. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/index.d.ts +0 -1
  736. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/index.js +0 -17
  737. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/Client.d.ts +0 -63
  738. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/Client.js +0 -192
  739. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/index.d.ts +0 -2
  740. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/index.js +0 -17
  741. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.d.ts +0 -16
  742. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/index.d.ts +0 -1
  743. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/index.js +0 -2
  744. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/index.d.ts +0 -1
  745. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/index.js +0 -17
  746. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.d.ts +0 -13
  747. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.ts +0 -17
  748. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftUpdateDriverReq.d.ts +0 -13
  749. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.d.ts +0 -13
  750. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetTaskOrderingDraftReq.d.ts +0 -13
  751. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetVehicleTypeReq.d.ts +0 -13
  752. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/index.d.ts +0 -6
  753. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/index.js +0 -2
  754. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/types/OrderBuilderStreamEvent.d.ts +0 -26
  755. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/types/OrderBuilderStreamEvent.js +0 -14
  756. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/types/index.d.ts +0 -1
  757. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/types/index.js +0 -17
  758. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.ts +0 -73
  759. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +0 -66
  760. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.d.ts +0 -73
  761. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.js +0 -260
  762. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/index.d.ts +0 -2
  763. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/index.js +0 -17
  764. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.d.ts +0 -32
  765. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.d.ts +0 -25
  766. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.d.ts +0 -2
  767. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.js +0 -2
  768. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/index.d.ts +0 -1
  769. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/index.js +0 -17
  770. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.d.ts +0 -19
  771. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/requests/index.d.ts +0 -1
  772. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/requests/index.js +0 -2
  773. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.d.ts +0 -13
  774. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/SetTaskOrderingReq.d.ts +0 -13
  775. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.ts +0 -13
  776. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.ts +0 -13
  777. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.ts +0 -13
  778. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/UpdateDriverReq.d.ts +0 -13
  779. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.d.ts +0 -60
  780. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +0 -62
  781. package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.d.ts +0 -21
  782. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.ts +0 -25
  783. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionClientUpdate1.d.ts +0 -24
  784. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.d.ts +0 -62
  785. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.js +0 -197
  786. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.d.ts +0 -2
  787. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.js +0 -17
  788. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.d.ts +0 -21
  789. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.js +0 -5
  790. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.d.ts +0 -1
  791. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.js +0 -2
  792. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.d.ts +0 -1
  793. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.js +0 -17
  794. package/dist/cjs/api/types/AttachBillingLedgerPeriodReq.d.ts +0 -6
  795. package/dist/cjs/api/types/AttachBillingLedgerPeriodReq.js +0 -5
  796. package/dist/cjs/api/types/AttachLigToVectorClientReq.d.ts +0 -6
  797. package/dist/cjs/api/types/AttachLigToVectorClientReq.js +0 -5
  798. package/dist/cjs/api/types/BillingCycleEnum.d.ts +0 -11
  799. package/dist/cjs/api/types/BillingCycleEnum.js +0 -13
  800. package/dist/cjs/api/types/BillingLedger1.d.ts +0 -27
  801. package/dist/cjs/api/types/BillingLedger1.js +0 -5
  802. package/dist/cjs/api/types/BillingLedgerListRes.d.ts +0 -8
  803. package/dist/cjs/api/types/BillingLedgerListRes.js +0 -5
  804. package/dist/cjs/api/types/BillingLedgerPeriod1.d.ts +0 -35
  805. package/dist/cjs/api/types/BillingLedgerPeriod1.js +0 -5
  806. package/dist/cjs/api/types/BillingLedgerPeriodListRes.d.ts +0 -8
  807. package/dist/cjs/api/types/BillingLedgerPeriodListRes.js +0 -5
  808. package/dist/cjs/api/types/BillingLedgerPeriodSortByEnum.d.ts +0 -9
  809. package/dist/cjs/api/types/BillingLedgerPeriodSortByEnum.js +0 -11
  810. package/dist/cjs/api/types/BillingLedgerPeriodStatusEnum.d.ts +0 -8
  811. package/dist/cjs/api/types/BillingLedgerPeriodStatusEnum.js +0 -10
  812. package/dist/cjs/api/types/BillingLedgerSortByEnum.d.ts +0 -4
  813. package/dist/cjs/api/types/BillingLedgerSortByEnum.js +0 -5
  814. package/dist/cjs/api/types/BillingLedgerStatusEnum.d.ts +0 -8
  815. package/dist/cjs/api/types/BillingLedgerStatusEnum.js +0 -10
  816. package/dist/cjs/api/types/BillingLineItemGroupMessageWebhookPayload.d.ts +0 -13
  817. package/dist/cjs/api/types/BillingLineItemGroupMessageWebhookPayload.js +0 -5
  818. package/dist/cjs/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.ts +0 -10
  819. package/dist/cjs/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.js +0 -5
  820. package/dist/cjs/api/types/BillingLineItemS3ObjectAddedWebhookPayload.d.ts +0 -14
  821. package/dist/cjs/api/types/BillingLineItemS3ObjectAddedWebhookPayload.js +0 -5
  822. package/dist/cjs/api/types/BillingReviewStatusEnum.d.ts +0 -15
  823. package/dist/cjs/api/types/BillingReviewStatusEnum.js +0 -12
  824. package/dist/cjs/api/types/BillingStatementOpenedWebhookPayload.d.ts +0 -10
  825. package/dist/cjs/api/types/BillingStatementOpenedWebhookPayload.js +0 -5
  826. package/dist/cjs/api/types/BillingStatementPaidWebhookPayload.d.ts +0 -10
  827. package/dist/cjs/api/types/BillingStatementPaidWebhookPayload.js +0 -5
  828. package/dist/cjs/api/types/CargoClientUpdate1.d.ts +0 -28
  829. package/dist/cjs/api/types/CargoOnFlightRateSheet1.d.ts +0 -16
  830. package/dist/cjs/api/types/CargoOnFlightRateSheet1.js +0 -5
  831. package/dist/cjs/api/types/CargoOnFlightRateSheetListRes.d.ts +0 -8
  832. package/dist/cjs/api/types/CargoOnFlightRateSheetListRes.js +0 -5
  833. package/dist/cjs/api/types/ChrtGroundProviderRateSheet1.d.ts +0 -32
  834. package/dist/cjs/api/types/ChrtGroundProviderRateSheet1.js +0 -5
  835. package/dist/cjs/api/types/ChrtGroundProviderRateSheetListRes.d.ts +0 -8
  836. package/dist/cjs/api/types/ChrtGroundProviderRateSheetListRes.js +0 -5
  837. package/dist/cjs/api/types/CreateLigFromRateSheetForVectorClientReq.d.ts +0 -7
  838. package/dist/cjs/api/types/CreateLigFromRateSheetForVectorClientReq.js +0 -5
  839. package/dist/cjs/api/types/LineItem1.d.ts +0 -32
  840. package/dist/cjs/api/types/LineItem1.js +0 -5
  841. package/dist/cjs/api/types/LineItemClientCreate1.d.ts +0 -14
  842. package/dist/cjs/api/types/LineItemClientCreate1.js +0 -5
  843. package/dist/cjs/api/types/LineItemEnum1.d.ts +0 -39
  844. package/dist/cjs/api/types/LineItemEnum1.js +0 -35
  845. package/dist/cjs/api/types/LineItemGroup1.d.ts +0 -59
  846. package/dist/cjs/api/types/LineItemGroup1.js +0 -5
  847. package/dist/cjs/api/types/LineItemGroupLineItemsRes.d.ts +0 -11
  848. package/dist/cjs/api/types/LineItemGroupLineItemsRes.js +0 -5
  849. package/dist/cjs/api/types/LineItemGroupListRes.d.ts +0 -8
  850. package/dist/cjs/api/types/LineItemGroupListRes.js +0 -5
  851. package/dist/cjs/api/types/LineItemGroupMessage1.d.ts +0 -12
  852. package/dist/cjs/api/types/LineItemGroupMessage1.js +0 -5
  853. package/dist/cjs/api/types/LineItemGroupS3ObjectMetadata1.d.ts +0 -19
  854. package/dist/cjs/api/types/LineItemGroupS3ObjectMetadata1.js +0 -5
  855. package/dist/cjs/api/types/LineItemGroupStatusEnum1.d.ts +0 -30
  856. package/dist/cjs/api/types/LineItemGroupStatusEnum1.js +0 -13
  857. package/dist/cjs/api/types/LineItemProvenanceEnum.d.ts +0 -9
  858. package/dist/cjs/api/types/LineItemProvenanceEnum.js +0 -11
  859. package/dist/cjs/api/types/LineItemS3ObjectMetadata1.d.ts +0 -19
  860. package/dist/cjs/api/types/LineItemS3ObjectMetadata1.js +0 -5
  861. package/dist/cjs/api/types/LineItemStatusEnum.d.ts +0 -9
  862. package/dist/cjs/api/types/LineItemStatusEnum.js +0 -11
  863. package/dist/cjs/api/types/LlmModelEnum.d.ts +0 -12
  864. package/dist/cjs/api/types/LlmModelEnum.js +0 -14
  865. package/dist/cjs/api/types/OnboardCourierRateSheet1.d.ts +0 -13
  866. package/dist/cjs/api/types/OnboardCourierRateSheet1.js +0 -5
  867. package/dist/cjs/api/types/OnboardCourierRateSheetListRes.d.ts +0 -8
  868. package/dist/cjs/api/types/OnboardCourierRateSheetListRes.js +0 -5
  869. package/dist/cjs/api/types/OrderBuilderReq.d.ts +0 -11
  870. package/dist/cjs/api/types/OrderBuilderReq.js +0 -5
  871. package/dist/cjs/api/types/OrderBuilderRes.d.ts +0 -11
  872. package/dist/cjs/api/types/OrderBuilderRes.js +0 -5
  873. package/dist/cjs/api/types/OrderDraftExpandedForCoordinator.d.ts +0 -15
  874. package/dist/cjs/api/types/OrderDraftExpandedForCoordinator.js +0 -5
  875. package/dist/cjs/api/types/OrderDraftExpandedForShipper.d.ts +0 -15
  876. package/dist/cjs/api/types/OrderDraftExpandedForShipper.js +0 -5
  877. package/dist/cjs/api/types/OrderExpandedForCoordinator.d.ts +0 -14
  878. package/dist/cjs/api/types/OrderExpandedForCoordinator.js +0 -5
  879. package/dist/cjs/api/types/OrderExpandedForExecutor.d.ts +0 -14
  880. package/dist/cjs/api/types/OrderExpandedForExecutor.js +0 -5
  881. package/dist/cjs/api/types/OrderGroup1.d.ts +0 -21
  882. package/dist/cjs/api/types/OrderGroup1.js +0 -5
  883. package/dist/cjs/api/types/OrderGroupExpandedListRes.d.ts +0 -8
  884. package/dist/cjs/api/types/OrderGroupExpandedListRes.js +0 -5
  885. package/dist/cjs/api/types/OrderGroupExpandedRow.d.ts +0 -9
  886. package/dist/cjs/api/types/OrderGroupExpandedRow.js +0 -5
  887. package/dist/cjs/api/types/OrderGroupExpandedSortByEnum.d.ts +0 -10
  888. package/dist/cjs/api/types/OrderGroupExpandedSortByEnum.js +0 -12
  889. package/dist/cjs/api/types/OrderGroupListRes.d.ts +0 -8
  890. package/dist/cjs/api/types/OrderGroupListRes.js +0 -5
  891. package/dist/cjs/api/types/OrderGroupSortByEnum.d.ts +0 -9
  892. package/dist/cjs/api/types/OrderGroupSortByEnum.js +0 -11
  893. package/dist/cjs/api/types/OrderLimitedForCoordinator1.d.ts +0 -47
  894. package/dist/cjs/api/types/OrderLimitedForCoordinator1.js +0 -5
  895. package/dist/cjs/api/types/OrderLimitedForExecutor1.d.ts +0 -27
  896. package/dist/cjs/api/types/OrderLimitedForExecutor1.js +0 -5
  897. package/dist/cjs/api/types/OrderSchedule1.d.ts +0 -24
  898. package/dist/cjs/api/types/OrderSchedule1.js +0 -5
  899. package/dist/cjs/api/types/OrderScheduleAboutRes.d.ts +0 -9
  900. package/dist/cjs/api/types/OrderScheduleAboutRes.js +0 -5
  901. package/dist/cjs/api/types/OrderScheduleBuildSeedRes.d.ts +0 -10
  902. package/dist/cjs/api/types/OrderScheduleBuildSeedRes.js +0 -5
  903. package/dist/cjs/api/types/OrderScheduleListRes.d.ts +0 -8
  904. package/dist/cjs/api/types/OrderScheduleListRes.js +0 -5
  905. package/dist/cjs/api/types/OrderScheduleOrchestratorScheduleActionResult.d.ts +0 -8
  906. package/dist/cjs/api/types/OrderScheduleOrchestratorScheduleActionResult.js +0 -5
  907. package/dist/cjs/api/types/OrderScheduleOrchestratorScheduleStatus.d.ts +0 -11
  908. package/dist/cjs/api/types/OrderScheduleOrchestratorScheduleStatus.js +0 -5
  909. package/dist/cjs/api/types/OrderScheduleSortByEnum.d.ts +0 -10
  910. package/dist/cjs/api/types/OrderScheduleSortByEnum.js +0 -12
  911. package/dist/cjs/api/types/OrderScheduleSpec1.d.ts +0 -11
  912. package/dist/cjs/api/types/OrderScheduleSpec1.js +0 -5
  913. package/dist/cjs/api/types/OrderScheduleStatusEnum1.d.ts +0 -10
  914. package/dist/cjs/api/types/OrderScheduleStatusEnum1.js +0 -12
  915. package/dist/cjs/api/types/OrderTemplateCore1.d.ts +0 -28
  916. package/dist/cjs/api/types/OrderTemplateCore1.js +0 -5
  917. package/dist/cjs/api/types/OrderTemplateReferencesExpanded1.d.ts +0 -13
  918. package/dist/cjs/api/types/OrderTemplateReferencesExpanded1.js +0 -5
  919. package/dist/cjs/api/types/OrderTemplateResolvabilityRes.d.ts +0 -12
  920. package/dist/cjs/api/types/OrderTemplateResolvabilityRes.js +0 -5
  921. package/dist/cjs/api/types/OrdersExpandedListForCoordinatorRes.d.ts +0 -8
  922. package/dist/cjs/api/types/OrdersExpandedListForCoordinatorRes.js +0 -5
  923. package/dist/cjs/api/types/OrdersExpandedListForExecutorRes.d.ts +0 -8
  924. package/dist/cjs/api/types/OrdersExpandedListForExecutorRes.js +0 -5
  925. package/dist/cjs/api/types/RateSheetMapping1.d.ts +0 -17
  926. package/dist/cjs/api/types/RateSheetMapping1.js +0 -5
  927. package/dist/cjs/api/types/RateSheetMappingListRes.d.ts +0 -8
  928. package/dist/cjs/api/types/RateSheetMappingListRes.js +0 -5
  929. package/dist/cjs/api/types/ReelablesAssetSyncRes.d.ts +0 -8
  930. package/dist/cjs/api/types/ReelablesAssetSyncRes.js +0 -5
  931. package/dist/cjs/api/types/ReelablesWorkspace1.d.ts +0 -13
  932. package/dist/cjs/api/types/ReelablesWorkspace1.js +0 -5
  933. package/dist/cjs/api/types/ReelablesWorkspaceListRes.d.ts +0 -8
  934. package/dist/cjs/api/types/ReelablesWorkspaceListRes.js +0 -5
  935. package/dist/cjs/api/types/ReelablesWorkspaceSortByEnum.d.ts +0 -4
  936. package/dist/cjs/api/types/ReelablesWorkspaceSortByEnum.js +0 -5
  937. package/dist/cjs/api/types/ReelablesWorkspaceSyncRes.d.ts +0 -9
  938. package/dist/cjs/api/types/ReelablesWorkspaceSyncRes.js +0 -5
  939. package/dist/cjs/api/types/Session1.d.ts +0 -33
  940. package/dist/cjs/api/types/Session1.js +0 -5
  941. package/dist/cjs/api/types/SetFlightInfoReq.d.ts +0 -8
  942. package/dist/cjs/api/types/SetFlightInfoReq.js +0 -5
  943. package/dist/cjs/api/types/SettlementTypeEnum1.d.ts +0 -8
  944. package/dist/cjs/api/types/SettlementTypeEnum1.js +0 -10
  945. package/dist/cjs/api/types/Statement1.d.ts +0 -45
  946. package/dist/cjs/api/types/Statement1.js +0 -5
  947. package/dist/cjs/api/types/StatementExpandedListItem.d.ts +0 -9
  948. package/dist/cjs/api/types/StatementExpandedListItem.js +0 -5
  949. package/dist/cjs/api/types/StatementExpandedRes.d.ts +0 -8
  950. package/dist/cjs/api/types/StatementExpandedRes.js +0 -5
  951. package/dist/cjs/api/types/StatementSortByEnum.d.ts +0 -11
  952. package/dist/cjs/api/types/StatementSortByEnum.js +0 -13
  953. package/dist/cjs/api/types/StatementStatusEnum1.d.ts +0 -10
  954. package/dist/cjs/api/types/StatementStatusEnum1.js +0 -12
  955. package/dist/cjs/api/types/StatementsExpandedListRes.d.ts +0 -8
  956. package/dist/cjs/api/types/StatementsExpandedListRes.js +0 -5
  957. package/dist/cjs/api/types/StatementsListRes.d.ts +0 -8
  958. package/dist/cjs/api/types/StatementsListRes.js +0 -5
  959. package/dist/cjs/api/types/StripeConnectInvoiceStatusEnum.d.ts +0 -12
  960. package/dist/cjs/api/types/StripeConnectInvoiceStatusEnum.js +0 -14
  961. package/dist/cjs/api/types/TaskClientUpdate1.d.ts +0 -16
  962. package/dist/cjs/api/types/TaskClientUpdate1.js +0 -5
  963. package/dist/cjs/api/types/TaskGroupQuoteResp.d.ts +0 -37
  964. package/dist/cjs/api/types/TaskGroupQuoteResp.js +0 -5
  965. package/dist/cjs/api/types/TrackingSessionDestinationGeofenceEnteredWebhookPayload.d.ts +0 -10
  966. package/dist/cjs/api/types/TrackingSessionDestinationGeofenceEnteredWebhookPayload.js +0 -5
  967. package/dist/cjs/api/types/UngroupedOrderListRes.d.ts +0 -8
  968. package/dist/cjs/api/types/UngroupedOrderListRes.js +0 -5
  969. package/dist/cjs/api/types/UngroupedOrderRow.d.ts +0 -7
  970. package/dist/cjs/api/types/UngroupedOrderRow.js +0 -5
  971. package/dist/cjs/api/types/UngroupedOrderSortByEnum.d.ts +0 -11
  972. package/dist/cjs/api/types/UngroupedOrderSortByEnum.js +0 -13
  973. package/dist/cjs/api/types/UnitsEnum.d.ts +0 -8
  974. package/dist/cjs/api/types/UnitsEnum.js +0 -10
  975. package/dist/cjs/core/stream/Stream.d.ts +0 -46
  976. package/dist/cjs/core/stream/Stream.js +0 -169
  977. package/dist/cjs/core/stream/index.d.ts +0 -1
  978. package/dist/cjs/core/stream/index.js +0 -5
  979. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.mts +0 -115
  980. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.mjs +0 -388
  981. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.d.mts +0 -14
  982. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.d.mts +0 -41
  983. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.d.mts +0 -17
  984. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/index.d.mts +0 -3
  985. package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.d.mts +0 -110
  986. package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.mjs +0 -374
  987. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.mts +0 -23
  988. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.d.mts +0 -13
  989. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.d.mts +0 -32
  990. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/index.d.mts +0 -3
  991. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.d.mts +0 -132
  992. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.mjs +0 -468
  993. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.d.mts +0 -19
  994. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.d.mts +0 -21
  995. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.d.mts +0 -16
  996. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.d.mts +0 -3
  997. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.d.mts +0 -132
  998. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.mjs +0 -471
  999. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.d.mts +0 -35
  1000. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.d.mts +0 -46
  1001. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.d.mts +0 -16
  1002. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.d.mts +0 -3
  1003. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.d.mts +0 -307
  1004. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.mjs +0 -1166
  1005. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.mts +0 -23
  1006. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.d.mts +0 -53
  1007. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.mts +0 -23
  1008. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.mts +0 -24
  1009. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/index.d.mts +0 -4
  1010. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/index.d.mts +0 -4
  1011. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/index.mjs +0 -4
  1012. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.d.mts +0 -50
  1013. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.mjs +0 -96
  1014. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.d.mts +0 -12
  1015. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/index.d.mts +0 -1
  1016. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.d.mts +0 -83
  1017. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.mjs +0 -271
  1018. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.d.mts +0 -13
  1019. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.d.mts +0 -1
  1020. package/dist/esm/api/resources/billing/resources/lineItems/client/Client.d.mts +0 -23
  1021. package/dist/esm/api/resources/billing/resources/lineItems/client/Client.mjs +0 -13
  1022. package/dist/esm/api/resources/billing/resources/lineItems/index.d.mts +0 -2
  1023. package/dist/esm/api/resources/billing/resources/lineItems/index.mjs +0 -2
  1024. package/dist/esm/api/resources/billing/resources/lineItems/resources/index.d.mts +0 -2
  1025. package/dist/esm/api/resources/billing/resources/lineItems/resources/index.mjs +0 -2
  1026. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.mts +0 -83
  1027. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.mjs +0 -271
  1028. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.d.mts +0 -13
  1029. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.d.mts +0 -1
  1030. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/Client.d.mts +0 -132
  1031. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/Client.mjs +0 -468
  1032. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.d.mts +0 -16
  1033. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.d.mts +0 -15
  1034. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.d.mts +0 -16
  1035. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.d.mts +0 -3
  1036. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.d.mts +0 -155
  1037. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.mjs +0 -545
  1038. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.mts +0 -20
  1039. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.d.mts +0 -18
  1040. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.d.mts +0 -14
  1041. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/index.d.mts +0 -3
  1042. package/dist/esm/api/resources/billing/resources/statements/client/Client.d.mts +0 -321
  1043. package/dist/esm/api/resources/billing/resources/statements/client/Client.mjs +0 -1297
  1044. package/dist/esm/api/resources/billing/resources/statements/client/index.d.mts +0 -2
  1045. package/dist/esm/api/resources/billing/resources/statements/client/index.mjs +0 -1
  1046. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.mts +0 -21
  1047. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementExpandedRetrieveReq.d.mts +0 -12
  1048. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.d.mts +0 -13
  1049. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.mts +0 -71
  1050. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.mts +0 -71
  1051. package/dist/esm/api/resources/billing/resources/statements/client/requests/index.d.mts +0 -5
  1052. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskStatusReq.d.mts +0 -13
  1053. package/dist/esm/api/resources/shipping/resources/cargos/client/Client.d.mts +0 -101
  1054. package/dist/esm/api/resources/shipping/resources/cargos/client/Client.mjs +0 -294
  1055. package/dist/esm/api/resources/shipping/resources/cargos/client/index.d.mts +0 -2
  1056. package/dist/esm/api/resources/shipping/resources/cargos/client/index.mjs +0 -1
  1057. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/CargoAddToOrderReq.d.mts +0 -18
  1058. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/CargoAssociateWithTaskReq.d.mts +0 -16
  1059. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/CargoUnassociateWithTaskReq.d.mts +0 -16
  1060. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/index.d.mts +0 -3
  1061. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/index.mjs +0 -1
  1062. package/dist/esm/api/resources/shipping/resources/cargos/index.d.mts +0 -1
  1063. package/dist/esm/api/resources/shipping/resources/cargos/index.mjs +0 -1
  1064. package/dist/esm/api/resources/shipping/resources/orderGroups/client/Client.d.mts +0 -142
  1065. package/dist/esm/api/resources/shipping/resources/orderGroups/client/Client.mjs +0 -493
  1066. package/dist/esm/api/resources/shipping/resources/orderGroups/client/index.d.mts +0 -2
  1067. package/dist/esm/api/resources/shipping/resources/orderGroups/client/index.mjs +0 -1
  1068. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.d.mts +0 -16
  1069. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.d.mts +0 -12
  1070. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.d.mts +0 -13
  1071. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.d.mts +0 -30
  1072. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/index.d.mts +0 -4
  1073. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/index.mjs +0 -1
  1074. package/dist/esm/api/resources/shipping/resources/orderGroups/index.d.mts +0 -1
  1075. package/dist/esm/api/resources/shipping/resources/orderGroups/index.mjs +0 -1
  1076. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.d.mts +0 -177
  1077. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.mjs +0 -681
  1078. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/index.d.mts +0 -2
  1079. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/index.mjs +0 -1
  1080. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.d.mts +0 -40
  1081. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/requests/index.d.mts +0 -1
  1082. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/requests/index.mjs +0 -1
  1083. package/dist/esm/api/resources/shipping/resources/orderSchedules/index.d.mts +0 -2
  1084. package/dist/esm/api/resources/shipping/resources/orderSchedules/index.mjs +0 -2
  1085. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.d.mts +0 -64
  1086. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.mjs +0 -159
  1087. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/index.d.mts +0 -2
  1088. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/index.mjs +0 -1
  1089. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.d.mts +0 -19
  1090. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.d.mts +0 -16
  1091. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/index.d.mts +0 -2
  1092. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/index.mjs +0 -1
  1093. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/index.d.mts +0 -1
  1094. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/index.mjs +0 -1
  1095. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/index.d.mts +0 -2
  1096. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/index.mjs +0 -2
  1097. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/BodyPostShippingOrdersDraftsImageToTextV1.d.mts +0 -13
  1098. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAddCargoReq.d.mts +0 -18
  1099. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.d.mts +0 -16
  1100. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.d.mts +0 -16
  1101. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUpdateCargoReq.d.mts +0 -15
  1102. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/index.d.mts +0 -4
  1103. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/index.mjs +0 -1
  1104. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/Client.d.mts +0 -62
  1105. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/Client.mjs +0 -160
  1106. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/index.d.mts +0 -1
  1107. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/index.mjs +0 -1
  1108. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/index.d.mts +0 -1
  1109. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/index.mjs +0 -1
  1110. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/Client.d.mts +0 -81
  1111. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/Client.mjs +0 -222
  1112. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/index.d.mts +0 -2
  1113. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/index.mjs +0 -1
  1114. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftAddTaskReqV1.d.mts +0 -18
  1115. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftUpdateTaskReq.d.mts +0 -15
  1116. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/index.d.mts +0 -2
  1117. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/index.mjs +0 -1
  1118. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/index.d.mts +0 -1
  1119. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/index.mjs +0 -1
  1120. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/Client.d.mts +0 -63
  1121. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/Client.mjs +0 -155
  1122. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/index.d.mts +0 -2
  1123. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/index.mjs +0 -1
  1124. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.d.mts +0 -16
  1125. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/index.d.mts +0 -1
  1126. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/index.mjs +0 -1
  1127. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/index.d.mts +0 -1
  1128. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/index.mjs +0 -1
  1129. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.d.mts +0 -13
  1130. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.mts +0 -17
  1131. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftUpdateDriverReq.d.mts +0 -13
  1132. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.d.mts +0 -13
  1133. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetTaskOrderingDraftReq.d.mts +0 -13
  1134. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetVehicleTypeReq.d.mts +0 -13
  1135. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/index.d.mts +0 -6
  1136. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/index.mjs +0 -1
  1137. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/types/OrderBuilderStreamEvent.d.mts +0 -26
  1138. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/types/OrderBuilderStreamEvent.mjs +0 -11
  1139. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/types/index.d.mts +0 -1
  1140. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/types/index.mjs +0 -1
  1141. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.mts +0 -73
  1142. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +0 -66
  1143. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.d.mts +0 -73
  1144. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.mjs +0 -223
  1145. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/index.d.mts +0 -2
  1146. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/index.mjs +0 -1
  1147. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.d.mts +0 -32
  1148. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.d.mts +0 -25
  1149. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.d.mts +0 -2
  1150. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.mjs +0 -1
  1151. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/index.d.mts +0 -1
  1152. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/index.mjs +0 -1
  1153. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.d.mts +0 -19
  1154. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/requests/index.d.mts +0 -1
  1155. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/requests/index.mjs +0 -1
  1156. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.d.mts +0 -13
  1157. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/SetTaskOrderingReq.d.mts +0 -13
  1158. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.mts +0 -13
  1159. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.mts +0 -13
  1160. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.mts +0 -13
  1161. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/UpdateDriverReq.d.mts +0 -13
  1162. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.d.mts +0 -60
  1163. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +0 -62
  1164. package/dist/esm/api/resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.d.mts +0 -21
  1165. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.mts +0 -25
  1166. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionClientUpdate1.d.mts +0 -24
  1167. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.d.mts +0 -62
  1168. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.mjs +0 -160
  1169. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.d.mts +0 -2
  1170. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.mjs +0 -1
  1171. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.d.mts +0 -21
  1172. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.mjs +0 -4
  1173. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.d.mts +0 -1
  1174. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.mjs +0 -1
  1175. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.d.mts +0 -1
  1176. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.mjs +0 -1
  1177. package/dist/esm/api/types/AttachBillingLedgerPeriodReq.d.mts +0 -6
  1178. package/dist/esm/api/types/AttachBillingLedgerPeriodReq.mjs +0 -4
  1179. package/dist/esm/api/types/AttachLigToVectorClientReq.d.mts +0 -6
  1180. package/dist/esm/api/types/AttachLigToVectorClientReq.mjs +0 -4
  1181. package/dist/esm/api/types/BillingCycleEnum.d.mts +0 -11
  1182. package/dist/esm/api/types/BillingCycleEnum.mjs +0 -10
  1183. package/dist/esm/api/types/BillingLedger1.d.mts +0 -27
  1184. package/dist/esm/api/types/BillingLedger1.mjs +0 -4
  1185. package/dist/esm/api/types/BillingLedgerListRes.d.mts +0 -8
  1186. package/dist/esm/api/types/BillingLedgerListRes.mjs +0 -4
  1187. package/dist/esm/api/types/BillingLedgerPeriod1.d.mts +0 -35
  1188. package/dist/esm/api/types/BillingLedgerPeriod1.mjs +0 -4
  1189. package/dist/esm/api/types/BillingLedgerPeriodListRes.d.mts +0 -8
  1190. package/dist/esm/api/types/BillingLedgerPeriodListRes.mjs +0 -4
  1191. package/dist/esm/api/types/BillingLedgerPeriodSortByEnum.d.mts +0 -9
  1192. package/dist/esm/api/types/BillingLedgerPeriodSortByEnum.mjs +0 -8
  1193. package/dist/esm/api/types/BillingLedgerPeriodStatusEnum.d.mts +0 -8
  1194. package/dist/esm/api/types/BillingLedgerPeriodStatusEnum.mjs +0 -7
  1195. package/dist/esm/api/types/BillingLedgerSortByEnum.d.mts +0 -4
  1196. package/dist/esm/api/types/BillingLedgerSortByEnum.mjs +0 -4
  1197. package/dist/esm/api/types/BillingLedgerStatusEnum.d.mts +0 -8
  1198. package/dist/esm/api/types/BillingLedgerStatusEnum.mjs +0 -7
  1199. package/dist/esm/api/types/BillingLineItemGroupMessageWebhookPayload.d.mts +0 -13
  1200. package/dist/esm/api/types/BillingLineItemGroupMessageWebhookPayload.mjs +0 -4
  1201. package/dist/esm/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.mts +0 -10
  1202. package/dist/esm/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.mjs +0 -4
  1203. package/dist/esm/api/types/BillingLineItemS3ObjectAddedWebhookPayload.d.mts +0 -14
  1204. package/dist/esm/api/types/BillingLineItemS3ObjectAddedWebhookPayload.mjs +0 -4
  1205. package/dist/esm/api/types/BillingReviewStatusEnum.d.mts +0 -15
  1206. package/dist/esm/api/types/BillingReviewStatusEnum.mjs +0 -9
  1207. package/dist/esm/api/types/BillingStatementOpenedWebhookPayload.d.mts +0 -10
  1208. package/dist/esm/api/types/BillingStatementOpenedWebhookPayload.mjs +0 -4
  1209. package/dist/esm/api/types/BillingStatementPaidWebhookPayload.d.mts +0 -10
  1210. package/dist/esm/api/types/BillingStatementPaidWebhookPayload.mjs +0 -4
  1211. package/dist/esm/api/types/CargoClientUpdate1.d.mts +0 -28
  1212. package/dist/esm/api/types/CargoOnFlightRateSheet1.d.mts +0 -16
  1213. package/dist/esm/api/types/CargoOnFlightRateSheet1.mjs +0 -4
  1214. package/dist/esm/api/types/CargoOnFlightRateSheetListRes.d.mts +0 -8
  1215. package/dist/esm/api/types/CargoOnFlightRateSheetListRes.mjs +0 -4
  1216. package/dist/esm/api/types/ChrtGroundProviderRateSheet1.d.mts +0 -32
  1217. package/dist/esm/api/types/ChrtGroundProviderRateSheet1.mjs +0 -4
  1218. package/dist/esm/api/types/ChrtGroundProviderRateSheetListRes.d.mts +0 -8
  1219. package/dist/esm/api/types/ChrtGroundProviderRateSheetListRes.mjs +0 -4
  1220. package/dist/esm/api/types/CreateLigFromRateSheetForVectorClientReq.d.mts +0 -7
  1221. package/dist/esm/api/types/CreateLigFromRateSheetForVectorClientReq.mjs +0 -4
  1222. package/dist/esm/api/types/LineItem1.d.mts +0 -32
  1223. package/dist/esm/api/types/LineItem1.mjs +0 -4
  1224. package/dist/esm/api/types/LineItemClientCreate1.d.mts +0 -14
  1225. package/dist/esm/api/types/LineItemClientCreate1.mjs +0 -4
  1226. package/dist/esm/api/types/LineItemEnum1.d.mts +0 -39
  1227. package/dist/esm/api/types/LineItemEnum1.mjs +0 -32
  1228. package/dist/esm/api/types/LineItemGroup1.d.mts +0 -59
  1229. package/dist/esm/api/types/LineItemGroup1.mjs +0 -4
  1230. package/dist/esm/api/types/LineItemGroupLineItemsRes.d.mts +0 -11
  1231. package/dist/esm/api/types/LineItemGroupLineItemsRes.mjs +0 -4
  1232. package/dist/esm/api/types/LineItemGroupListRes.d.mts +0 -8
  1233. package/dist/esm/api/types/LineItemGroupListRes.mjs +0 -4
  1234. package/dist/esm/api/types/LineItemGroupMessage1.d.mts +0 -12
  1235. package/dist/esm/api/types/LineItemGroupMessage1.mjs +0 -4
  1236. package/dist/esm/api/types/LineItemGroupS3ObjectMetadata1.d.mts +0 -19
  1237. package/dist/esm/api/types/LineItemGroupS3ObjectMetadata1.mjs +0 -4
  1238. package/dist/esm/api/types/LineItemGroupStatusEnum1.d.mts +0 -30
  1239. package/dist/esm/api/types/LineItemGroupStatusEnum1.mjs +0 -10
  1240. package/dist/esm/api/types/LineItemProvenanceEnum.d.mts +0 -9
  1241. package/dist/esm/api/types/LineItemProvenanceEnum.mjs +0 -8
  1242. package/dist/esm/api/types/LineItemS3ObjectMetadata1.d.mts +0 -19
  1243. package/dist/esm/api/types/LineItemS3ObjectMetadata1.mjs +0 -4
  1244. package/dist/esm/api/types/LineItemStatusEnum.d.mts +0 -9
  1245. package/dist/esm/api/types/LineItemStatusEnum.mjs +0 -8
  1246. package/dist/esm/api/types/LlmModelEnum.d.mts +0 -12
  1247. package/dist/esm/api/types/LlmModelEnum.mjs +0 -11
  1248. package/dist/esm/api/types/OnboardCourierRateSheet1.d.mts +0 -13
  1249. package/dist/esm/api/types/OnboardCourierRateSheet1.mjs +0 -4
  1250. package/dist/esm/api/types/OnboardCourierRateSheetListRes.d.mts +0 -8
  1251. package/dist/esm/api/types/OnboardCourierRateSheetListRes.mjs +0 -4
  1252. package/dist/esm/api/types/OrderBuilderReq.d.mts +0 -11
  1253. package/dist/esm/api/types/OrderBuilderReq.mjs +0 -4
  1254. package/dist/esm/api/types/OrderBuilderRes.d.mts +0 -11
  1255. package/dist/esm/api/types/OrderBuilderRes.mjs +0 -4
  1256. package/dist/esm/api/types/OrderDraftExpandedForCoordinator.d.mts +0 -15
  1257. package/dist/esm/api/types/OrderDraftExpandedForCoordinator.mjs +0 -4
  1258. package/dist/esm/api/types/OrderDraftExpandedForShipper.d.mts +0 -15
  1259. package/dist/esm/api/types/OrderDraftExpandedForShipper.mjs +0 -4
  1260. package/dist/esm/api/types/OrderExpandedForCoordinator.d.mts +0 -14
  1261. package/dist/esm/api/types/OrderExpandedForCoordinator.mjs +0 -4
  1262. package/dist/esm/api/types/OrderExpandedForExecutor.d.mts +0 -14
  1263. package/dist/esm/api/types/OrderExpandedForExecutor.mjs +0 -4
  1264. package/dist/esm/api/types/OrderGroup1.d.mts +0 -21
  1265. package/dist/esm/api/types/OrderGroup1.mjs +0 -4
  1266. package/dist/esm/api/types/OrderGroupExpandedListRes.d.mts +0 -8
  1267. package/dist/esm/api/types/OrderGroupExpandedListRes.mjs +0 -4
  1268. package/dist/esm/api/types/OrderGroupExpandedRow.d.mts +0 -9
  1269. package/dist/esm/api/types/OrderGroupExpandedRow.mjs +0 -4
  1270. package/dist/esm/api/types/OrderGroupExpandedSortByEnum.d.mts +0 -10
  1271. package/dist/esm/api/types/OrderGroupExpandedSortByEnum.mjs +0 -9
  1272. package/dist/esm/api/types/OrderGroupListRes.d.mts +0 -8
  1273. package/dist/esm/api/types/OrderGroupListRes.mjs +0 -4
  1274. package/dist/esm/api/types/OrderGroupSortByEnum.d.mts +0 -9
  1275. package/dist/esm/api/types/OrderGroupSortByEnum.mjs +0 -8
  1276. package/dist/esm/api/types/OrderLimitedForCoordinator1.d.mts +0 -47
  1277. package/dist/esm/api/types/OrderLimitedForCoordinator1.mjs +0 -4
  1278. package/dist/esm/api/types/OrderLimitedForExecutor1.d.mts +0 -27
  1279. package/dist/esm/api/types/OrderLimitedForExecutor1.mjs +0 -4
  1280. package/dist/esm/api/types/OrderSchedule1.d.mts +0 -24
  1281. package/dist/esm/api/types/OrderSchedule1.mjs +0 -4
  1282. package/dist/esm/api/types/OrderScheduleAboutRes.d.mts +0 -9
  1283. package/dist/esm/api/types/OrderScheduleAboutRes.mjs +0 -4
  1284. package/dist/esm/api/types/OrderScheduleBuildSeedRes.d.mts +0 -10
  1285. package/dist/esm/api/types/OrderScheduleBuildSeedRes.mjs +0 -4
  1286. package/dist/esm/api/types/OrderScheduleListRes.d.mts +0 -8
  1287. package/dist/esm/api/types/OrderScheduleListRes.mjs +0 -4
  1288. package/dist/esm/api/types/OrderScheduleOrchestratorScheduleActionResult.d.mts +0 -8
  1289. package/dist/esm/api/types/OrderScheduleOrchestratorScheduleActionResult.mjs +0 -4
  1290. package/dist/esm/api/types/OrderScheduleOrchestratorScheduleStatus.d.mts +0 -11
  1291. package/dist/esm/api/types/OrderScheduleOrchestratorScheduleStatus.mjs +0 -4
  1292. package/dist/esm/api/types/OrderScheduleSortByEnum.d.mts +0 -10
  1293. package/dist/esm/api/types/OrderScheduleSortByEnum.mjs +0 -9
  1294. package/dist/esm/api/types/OrderScheduleSpec1.d.mts +0 -11
  1295. package/dist/esm/api/types/OrderScheduleSpec1.mjs +0 -4
  1296. package/dist/esm/api/types/OrderScheduleStatusEnum1.d.mts +0 -10
  1297. package/dist/esm/api/types/OrderScheduleStatusEnum1.mjs +0 -9
  1298. package/dist/esm/api/types/OrderTemplateCore1.d.mts +0 -28
  1299. package/dist/esm/api/types/OrderTemplateCore1.mjs +0 -4
  1300. package/dist/esm/api/types/OrderTemplateReferencesExpanded1.d.mts +0 -13
  1301. package/dist/esm/api/types/OrderTemplateReferencesExpanded1.mjs +0 -4
  1302. package/dist/esm/api/types/OrderTemplateResolvabilityRes.d.mts +0 -12
  1303. package/dist/esm/api/types/OrderTemplateResolvabilityRes.mjs +0 -4
  1304. package/dist/esm/api/types/OrdersExpandedListForCoordinatorRes.d.mts +0 -8
  1305. package/dist/esm/api/types/OrdersExpandedListForCoordinatorRes.mjs +0 -4
  1306. package/dist/esm/api/types/OrdersExpandedListForExecutorRes.d.mts +0 -8
  1307. package/dist/esm/api/types/OrdersExpandedListForExecutorRes.mjs +0 -4
  1308. package/dist/esm/api/types/RateSheetMapping1.d.mts +0 -17
  1309. package/dist/esm/api/types/RateSheetMapping1.mjs +0 -4
  1310. package/dist/esm/api/types/RateSheetMappingListRes.d.mts +0 -8
  1311. package/dist/esm/api/types/RateSheetMappingListRes.mjs +0 -4
  1312. package/dist/esm/api/types/ReelablesAssetSyncRes.d.mts +0 -8
  1313. package/dist/esm/api/types/ReelablesAssetSyncRes.mjs +0 -4
  1314. package/dist/esm/api/types/ReelablesWorkspace1.d.mts +0 -13
  1315. package/dist/esm/api/types/ReelablesWorkspace1.mjs +0 -4
  1316. package/dist/esm/api/types/ReelablesWorkspaceListRes.d.mts +0 -8
  1317. package/dist/esm/api/types/ReelablesWorkspaceListRes.mjs +0 -4
  1318. package/dist/esm/api/types/ReelablesWorkspaceSortByEnum.d.mts +0 -4
  1319. package/dist/esm/api/types/ReelablesWorkspaceSortByEnum.mjs +0 -4
  1320. package/dist/esm/api/types/ReelablesWorkspaceSyncRes.d.mts +0 -9
  1321. package/dist/esm/api/types/ReelablesWorkspaceSyncRes.mjs +0 -4
  1322. package/dist/esm/api/types/Session1.d.mts +0 -33
  1323. package/dist/esm/api/types/Session1.mjs +0 -4
  1324. package/dist/esm/api/types/SetFlightInfoReq.d.mts +0 -8
  1325. package/dist/esm/api/types/SetFlightInfoReq.mjs +0 -4
  1326. package/dist/esm/api/types/SettlementTypeEnum1.d.mts +0 -8
  1327. package/dist/esm/api/types/SettlementTypeEnum1.mjs +0 -7
  1328. package/dist/esm/api/types/Statement1.d.mts +0 -45
  1329. package/dist/esm/api/types/Statement1.mjs +0 -4
  1330. package/dist/esm/api/types/StatementExpandedListItem.d.mts +0 -9
  1331. package/dist/esm/api/types/StatementExpandedListItem.mjs +0 -4
  1332. package/dist/esm/api/types/StatementExpandedRes.d.mts +0 -8
  1333. package/dist/esm/api/types/StatementExpandedRes.mjs +0 -4
  1334. package/dist/esm/api/types/StatementSortByEnum.d.mts +0 -11
  1335. package/dist/esm/api/types/StatementSortByEnum.mjs +0 -10
  1336. package/dist/esm/api/types/StatementStatusEnum1.d.mts +0 -10
  1337. package/dist/esm/api/types/StatementStatusEnum1.mjs +0 -9
  1338. package/dist/esm/api/types/StatementsExpandedListRes.d.mts +0 -8
  1339. package/dist/esm/api/types/StatementsExpandedListRes.mjs +0 -4
  1340. package/dist/esm/api/types/StatementsListRes.d.mts +0 -8
  1341. package/dist/esm/api/types/StatementsListRes.mjs +0 -4
  1342. package/dist/esm/api/types/StripeConnectInvoiceStatusEnum.d.mts +0 -12
  1343. package/dist/esm/api/types/StripeConnectInvoiceStatusEnum.mjs +0 -11
  1344. package/dist/esm/api/types/TaskClientUpdate1.d.mts +0 -16
  1345. package/dist/esm/api/types/TaskClientUpdate1.mjs +0 -4
  1346. package/dist/esm/api/types/TaskGroupQuoteResp.d.mts +0 -37
  1347. package/dist/esm/api/types/TaskGroupQuoteResp.mjs +0 -4
  1348. package/dist/esm/api/types/TrackingSessionDestinationGeofenceEnteredWebhookPayload.d.mts +0 -10
  1349. package/dist/esm/api/types/TrackingSessionDestinationGeofenceEnteredWebhookPayload.mjs +0 -4
  1350. package/dist/esm/api/types/UngroupedOrderListRes.d.mts +0 -8
  1351. package/dist/esm/api/types/UngroupedOrderListRes.mjs +0 -4
  1352. package/dist/esm/api/types/UngroupedOrderRow.d.mts +0 -7
  1353. package/dist/esm/api/types/UngroupedOrderRow.mjs +0 -4
  1354. package/dist/esm/api/types/UngroupedOrderSortByEnum.d.mts +0 -11
  1355. package/dist/esm/api/types/UngroupedOrderSortByEnum.mjs +0 -10
  1356. package/dist/esm/api/types/UnitsEnum.d.mts +0 -8
  1357. package/dist/esm/api/types/UnitsEnum.mjs +0 -7
  1358. package/dist/esm/core/stream/Stream.d.mts +0 -46
  1359. package/dist/esm/core/stream/Stream.mjs +0 -164
  1360. package/dist/esm/core/stream/index.d.mts +0 -1
  1361. package/dist/esm/core/stream/index.mjs +0 -1
  1362. /package/dist/cjs/api/resources/{billing/resources/lineItems → agent}/client/index.d.ts +0 -0
  1363. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests → agent/client}/index.js +0 -0
  1364. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups → agent}/index.d.ts +0 -0
  1365. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups → agent}/index.js +0 -0
  1366. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/client/index.d.ts +0 -0
  1367. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/client/index.js +0 -0
  1368. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.js → agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.js} +0 -0
  1369. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.js → agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.js} +0 -0
  1370. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.js → agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.js} +0 -0
  1371. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → agent/resources/orderInformation}/client/requests/index.js +0 -0
  1372. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/index.d.ts +0 -0
  1373. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/index.js +0 -0
  1374. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/client/index.d.ts +0 -0
  1375. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/client/index.js +0 -0
  1376. /package/dist/cjs/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.js → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.js} +0 -0
  1377. /package/dist/cjs/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.js → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.js} +0 -0
  1378. /package/dist/cjs/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.js → billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.js} +0 -0
  1379. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/billingPeriods}/client/requests/index.js +0 -0
  1380. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/index.d.ts +0 -0
  1381. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/index.js +0 -0
  1382. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.js → billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.js} +0 -0
  1383. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.js → billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.js} +0 -0
  1384. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.js → billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.js} +0 -0
  1385. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/orders/resources/rateSheetLineItems}/client/index.d.ts +0 -0
  1386. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/orders/resources/rateSheetLineItems}/client/index.js +0 -0
  1387. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.js → billingNew/resources/orders/resources/rateSheetLineItems/client/requests/OrderRateSheetLineItemsGenerateManyReq.js} +0 -0
  1388. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → billingNew/resources/orders/resources/rateSheetLineItems}/client/requests/index.js +0 -0
  1389. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/orders/resources/rateSheetLineItems}/index.d.ts +0 -0
  1390. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/orders/resources/rateSheetLineItems}/index.js +0 -0
  1391. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.js → operations/resources/operationsTasks/client/requests/OperationsTasksSetStatusReq1.js} +0 -0
  1392. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orders/resources/cargo}/client/index.d.ts +0 -0
  1393. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orders/resources/cargo}/client/index.js +0 -0
  1394. /package/dist/cjs/api/{types → resources/shipping/resources/orders/resources/cargo/client/requests}/CargoClientUpdate1.js +0 -0
  1395. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.js → shipping/resources/orders/resources/cargo/client/requests/OrdersAddCargoReq.js} +0 -0
  1396. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.js → shipping/resources/orders/resources/cargo/client/requests/OrdersAssociateCargoWithTaskReq.js} +0 -0
  1397. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.js → shipping/resources/orders/resources/cargo/client/requests/OrdersUnassociateCargoWithTaskReq.js} +0 -0
  1398. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups → shipping/resources/orders/resources/cargo}/client/requests/index.js +0 -0
  1399. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orders/resources/cargo}/index.d.ts +0 -0
  1400. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orders/resources/cargo}/index.js +0 -0
  1401. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups → shipping/resources/orders/resources/task}/client/index.d.ts +0 -0
  1402. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups → shipping/resources/orders/resources/task}/client/index.js +0 -0
  1403. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.js → shipping/resources/orders/resources/task/client/requests/OrdersAddTaskReq.js} +0 -0
  1404. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.js → shipping/resources/orders/resources/task/client/requests/TaskClientUpdate1.js} +0 -0
  1405. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/task}/client/requests/index.js +0 -0
  1406. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/task}/index.d.ts +0 -0
  1407. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/task}/index.js +0 -0
  1408. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/taskArtifact}/client/index.d.ts +0 -0
  1409. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/taskArtifact}/client/index.js +0 -0
  1410. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orders/resources/taskArtifact}/client/requests/index.js +0 -0
  1411. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orders/resources/taskArtifact}/index.d.ts +0 -0
  1412. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orders/resources/taskArtifact}/index.js +0 -0
  1413. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orders/resources/taskGroup}/client/index.d.ts +0 -0
  1414. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orders/resources/taskGroup}/client/index.js +0 -0
  1415. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.js → shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupExecutorReq.js} +0 -0
  1416. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.js → shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupReq.js} +0 -0
  1417. /package/dist/cjs/api/resources/{billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.js → shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupFlightInfoReq.js} +0 -0
  1418. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.js → shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupTaskOrderingReq.js} +0 -0
  1419. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.js → shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupVehicleTypeReq.js} +0 -0
  1420. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.js → shipping/resources/orders/resources/taskGroup/client/requests/OrdersUpdateTaskGroupDriverReq.js} +0 -0
  1421. /package/dist/cjs/api/resources/{billing/resources/lineItems/client → shipping/resources/orders/resources/taskGroup/client/requests}/index.js +0 -0
  1422. /package/dist/cjs/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orders/resources/taskGroup}/index.d.ts +0 -0
  1423. /package/dist/cjs/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orders/resources/taskGroup}/index.js +0 -0
  1424. /package/dist/cjs/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orders/resources/utils}/client/index.d.ts +0 -0
  1425. /package/dist/cjs/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orders/resources/utils}/client/index.js +0 -0
  1426. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.js → shipping/resources/orders/resources/utils/client/requests/BodyPostShippingOrdersUtilsImageToTextV1.js} +0 -0
  1427. /package/dist/cjs/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orders/resources/utils}/client/requests/index.js +0 -0
  1428. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orders/resources/utils}/index.d.ts +0 -0
  1429. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orders/resources/utils}/index.js +0 -0
  1430. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.js → shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverV1Request.js} +0 -0
  1431. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.js → shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.js} +0 -0
  1432. /package/dist/cjs/api/resources/{billing/resources/statements/client/requests/StatementCreateClientReq.js → shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.js} +0 -0
  1433. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/taskGroups/resources/taskGroupId}/client/requests/index.js +0 -0
  1434. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets → tracking/resources/geofenceTemplates}/client/index.d.ts +0 -0
  1435. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets → tracking/resources/geofenceTemplates}/client/index.js +0 -0
  1436. /package/dist/cjs/api/resources/{billing/resources/statements/client/requests/StatementExpandedRetrieveReq.js → tracking/resources/geofenceTemplates/client/requests/GeofenceTemplatesListV1Request.js} +0 -0
  1437. /package/dist/cjs/api/resources/{billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.js → tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientCreate1.js} +0 -0
  1438. /package/dist/cjs/api/resources/{billing/resources/statements/client/requests/StatementsExpandedListV1Request.js → tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientUpdate1.js} +0 -0
  1439. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings → tracking/resources/geofenceTemplates}/client/requests/index.js +0 -0
  1440. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings → tracking/resources/geofenceTemplates}/index.d.ts +0 -0
  1441. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings → tracking/resources/geofenceTemplates}/index.js +0 -0
  1442. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings → tracking/resources/sessionGeofences}/client/index.d.ts +0 -0
  1443. /package/dist/cjs/api/resources/{billing/resources/rateSheetMappings → tracking/resources/sessionGeofences}/client/index.js +0 -0
  1444. /package/dist/cjs/api/resources/{billing/resources/statements/client/requests/StatementsListV1Request.js → tracking/resources/sessionGeofences/client/requests/SessionGeofenceApplyTemplateReq.js} +0 -0
  1445. /package/dist/cjs/api/resources/{operations/resources/operationsTasks/client/requests/OperationsTaskStatusReq.js → tracking/resources/sessionGeofences/client/requests/SessionGeofenceClientUpdate1.js} +0 -0
  1446. /package/dist/cjs/api/resources/{shipping/resources/cargos/client/requests/CargoAddToOrderReq.js → tracking/resources/sessionGeofences/client/requests/SessionGeofenceReorderReq.js} +0 -0
  1447. /package/dist/cjs/api/resources/{billing/resources/statements → tracking/resources/sessionGeofences}/client/requests/index.js +0 -0
  1448. /package/dist/cjs/api/resources/{billing/resources/statements → tracking/resources/sessionGeofences}/index.d.ts +0 -0
  1449. /package/dist/cjs/api/resources/{billing/resources/statements → tracking/resources/sessionGeofences}/index.js +0 -0
  1450. /package/dist/cjs/api/resources/{shipping/resources/cargos/client/requests/CargoAssociateWithTaskReq.js → tracking/resources/sessions/client/requests/SessionClientUpdate2.js} +0 -0
  1451. /package/dist/cjs/api/resources/{shipping/resources/cargos/client/requests/CargoUnassociateWithTaskReq.js → tracking/resources/sessions/client/requests/SessionsCreateV1Req.js} +0 -0
  1452. /package/dist/cjs/api/resources/{shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.js → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.js} +0 -0
  1453. /package/dist/cjs/api/resources/{shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.js → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.js} +0 -0
  1454. /package/dist/cjs/api/resources/{shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.js → trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.js} +0 -0
  1455. /package/dist/cjs/api/{resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.js → types/BillingInvoiceApprovedWebhookPayload.js} +0 -0
  1456. /package/dist/cjs/api/{resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.js → types/BillingPeriod1.js} +0 -0
  1457. /package/dist/cjs/api/{resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.js → types/BillingPeriodExpanded1.js} +0 -0
  1458. /package/dist/cjs/api/{resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.js → types/BillingPeriodListRes.js} +0 -0
  1459. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/client/requests/BodyPostShippingOrdersDraftsImageToTextV1.js → types/BillingPeriodTaskGroupsReq.js} +0 -0
  1460. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAddCargoReq.js → types/ContactExpandedListItem.js} +0 -0
  1461. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.js → types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.js} +0 -0
  1462. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.js → types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.js} +0 -0
  1463. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUpdateCargoReq.js → types/CreateInvoiceLineItemsFromAwbCostsItem1.js} +0 -0
  1464. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftAddTaskReqV1.js → types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.js} +0 -0
  1465. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftUpdateTaskReq.js → types/CreateInvoiceLineItemsFromAwbCostsRes.js} +0 -0
  1466. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.js → types/GeofencePointLocationFeature1.js} +0 -0
  1467. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.js → types/GeofenceTemplateListRes.js} +0 -0
  1468. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.js → types/InvoiceExpandedListItem.js} +0 -0
  1469. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftUpdateDriverReq.js → types/InvoiceLineItemExpandedListItem.js} +0 -0
  1470. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.js → types/InvoiceLineItemExpandedRes.js} +0 -0
  1471. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetTaskOrderingDraftReq.js → types/OperationsTasksStatusUpdateRes1.js} +0 -0
  1472. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetVehicleTypeReq.js → types/OrderAwbBillingAccount1.js} +0 -0
  1473. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.js → types/OrderAwbBillingListItem1.js} +0 -0
  1474. /package/dist/cjs/api/{resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.js → types/OrderAwbBillingListRes.js} +0 -0
  1475. /package/dist/cjs/api/{resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.js → types/OrderBillingPeriod1.js} +0 -0
  1476. /package/dist/cjs/api/{resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.js → types/OrderInformationConversationRes.js} +0 -0
  1477. /package/dist/cjs/api/{resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.js → types/OrderRateSheetLineItemsGenerateManyRes.js} +0 -0
  1478. /package/dist/cjs/api/{resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.js → types/OrderRateSheetLineItemsGenerateManyResult1.js} +0 -0
  1479. /package/dist/cjs/api/{resources/shipping/resources/taskGroups/client/requests/SetTaskOrderingReq.js → types/Session2.js} +0 -0
  1480. /package/dist/cjs/api/{resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.js → types/SessionGeofence1.js} +0 -0
  1481. /package/dist/cjs/api/{resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.js → types/SessionGeofenceBase1.js} +0 -0
  1482. /package/dist/cjs/api/{resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.js → types/SessionGeofenceClientCreate1.js} +0 -0
  1483. /package/dist/cjs/api/{resources/shipping/resources/taskGroups/client/requests/UpdateDriverReq.js → types/SessionGeofenceTemplate1.js} +0 -0
  1484. /package/dist/cjs/api/{resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.js → types/StoredModel.js} +0 -0
  1485. /package/dist/cjs/api/{resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.js → types/TaskGroupByDriverDataPointsRes.js} +0 -0
  1486. /package/dist/cjs/api/{resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.js → types/TaskGroupByDriverLastSeenRes.js} +0 -0
  1487. /package/dist/cjs/api/{resources/tracking/resources/sessions/client/requests/SessionClientCreate1.js → types/TaskListToApplyToOrderExpanded.js} +0 -0
  1488. /package/dist/cjs/api/{resources/tracking/resources/sessions/client/requests/SessionClientUpdate1.js → types/TrackingSessionGeofenceEnteredWebhookPayload.js} +0 -0
  1489. /package/dist/esm/api/resources/{billing/resources/lineItems → agent}/client/index.d.mts +0 -0
  1490. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests → agent/client}/index.mjs +0 -0
  1491. /package/dist/esm/api/resources/{billing/resources/lineItemGroups → agent}/index.d.mts +0 -0
  1492. /package/dist/esm/api/resources/{billing/resources/lineItemGroups → agent}/index.mjs +0 -0
  1493. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/client/index.d.mts +0 -0
  1494. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/client/index.mjs +0 -0
  1495. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationClientUpdate1.mjs} +0 -0
  1496. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationMessageReq.mjs} +0 -0
  1497. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.mjs → agent/resources/orderInformation/client/requests/OrderInformationConversationStartReq.mjs} +0 -0
  1498. /package/dist/esm/api/resources/{billing/resources/billingLedgers → agent/resources/orderInformation}/client/requests/index.mjs +0 -0
  1499. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/index.d.mts +0 -0
  1500. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → agent/resources/orderInformation}/index.mjs +0 -0
  1501. /package/dist/esm/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/client/index.d.mts +0 -0
  1502. /package/dist/esm/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/client/index.mjs +0 -0
  1503. /package/dist/esm/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.mjs → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.mjs} +0 -0
  1504. /package/dist/esm/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.mjs → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.mjs} +0 -0
  1505. /package/dist/esm/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.mjs → billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.mjs} +0 -0
  1506. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/billingPeriods}/client/requests/index.mjs +0 -0
  1507. /package/dist/esm/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/index.d.mts +0 -0
  1508. /package/dist/esm/api/resources/{billing/resources/billingLedgers → billingNew/resources/billingPeriods}/index.mjs +0 -0
  1509. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.mjs → billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.mjs} +0 -0
  1510. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.mjs → billingNew/resources/invoices/client/requests/InvoicePeriodUpdateReq.mjs} +0 -0
  1511. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.mjs → billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.mjs} +0 -0
  1512. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/orders/resources/rateSheetLineItems}/client/index.d.mts +0 -0
  1513. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/orders/resources/rateSheetLineItems}/client/index.mjs +0 -0
  1514. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.mjs → billingNew/resources/orders/resources/rateSheetLineItems/client/requests/OrderRateSheetLineItemsGenerateManyReq.mjs} +0 -0
  1515. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → billingNew/resources/orders/resources/rateSheetLineItems}/client/requests/index.mjs +0 -0
  1516. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/orders/resources/rateSheetLineItems}/index.d.mts +0 -0
  1517. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets → billingNew/resources/orders/resources/rateSheetLineItems}/index.mjs +0 -0
  1518. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.mjs → operations/resources/operationsTasks/client/requests/OperationsTasksSetStatusReq1.mjs} +0 -0
  1519. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orders/resources/cargo}/client/index.d.mts +0 -0
  1520. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orders/resources/cargo}/client/index.mjs +0 -0
  1521. /package/dist/esm/api/{types → resources/shipping/resources/orders/resources/cargo/client/requests}/CargoClientUpdate1.mjs +0 -0
  1522. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.mjs → shipping/resources/orders/resources/cargo/client/requests/OrdersAddCargoReq.mjs} +0 -0
  1523. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.mjs → shipping/resources/orders/resources/cargo/client/requests/OrdersAssociateCargoWithTaskReq.mjs} +0 -0
  1524. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.mjs → shipping/resources/orders/resources/cargo/client/requests/OrdersUnassociateCargoWithTaskReq.mjs} +0 -0
  1525. /package/dist/esm/api/resources/{billing/resources/lineItemGroups → shipping/resources/orders/resources/cargo}/client/requests/index.mjs +0 -0
  1526. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orders/resources/cargo}/index.d.mts +0 -0
  1527. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orders/resources/cargo}/index.mjs +0 -0
  1528. /package/dist/esm/api/resources/{billing/resources/lineItemGroups → shipping/resources/orders/resources/task}/client/index.d.mts +0 -0
  1529. /package/dist/esm/api/resources/{billing/resources/lineItemGroups → shipping/resources/orders/resources/task}/client/index.mjs +0 -0
  1530. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.mjs → shipping/resources/orders/resources/task/client/requests/OrdersAddTaskReq.mjs} +0 -0
  1531. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.mjs → shipping/resources/orders/resources/task/client/requests/TaskClientUpdate1.mjs} +0 -0
  1532. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/task}/client/requests/index.mjs +0 -0
  1533. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/task}/index.d.mts +0 -0
  1534. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/task}/index.mjs +0 -0
  1535. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/taskArtifact}/client/index.d.mts +0 -0
  1536. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/taskArtifact}/client/index.mjs +0 -0
  1537. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orders/resources/taskArtifact}/client/requests/index.mjs +0 -0
  1538. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orders/resources/taskArtifact}/index.d.mts +0 -0
  1539. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orders/resources/taskArtifact}/index.mjs +0 -0
  1540. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orders/resources/taskGroup}/client/index.d.mts +0 -0
  1541. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orders/resources/taskGroup}/client/index.mjs +0 -0
  1542. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.mjs → shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupExecutorReq.mjs} +0 -0
  1543. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.mjs → shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupReq.mjs} +0 -0
  1544. /package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.mjs → shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupFlightInfoReq.mjs} +0 -0
  1545. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.mjs → shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupTaskOrderingReq.mjs} +0 -0
  1546. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.mjs → shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupVehicleTypeReq.mjs} +0 -0
  1547. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.mjs → shipping/resources/orders/resources/taskGroup/client/requests/OrdersUpdateTaskGroupDriverReq.mjs} +0 -0
  1548. /package/dist/esm/api/resources/{billing/resources/lineItems/client → shipping/resources/orders/resources/taskGroup/client/requests}/index.mjs +0 -0
  1549. /package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orders/resources/taskGroup}/index.d.mts +0 -0
  1550. /package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orders/resources/taskGroup}/index.mjs +0 -0
  1551. /package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orders/resources/utils}/client/index.d.mts +0 -0
  1552. /package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orders/resources/utils}/client/index.mjs +0 -0
  1553. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.mjs → shipping/resources/orders/resources/utils/client/requests/BodyPostShippingOrdersUtilsImageToTextV1.mjs} +0 -0
  1554. /package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects → shipping/resources/orders/resources/utils}/client/requests/index.mjs +0 -0
  1555. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orders/resources/utils}/index.d.mts +0 -0
  1556. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/orders/resources/utils}/index.mjs +0 -0
  1557. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.mjs → shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverV1Request.mjs} +0 -0
  1558. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.mjs → shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.mjs} +0 -0
  1559. /package/dist/esm/api/resources/{billing/resources/statements/client/requests/StatementCreateClientReq.mjs → shipping/resources/taskGroups/resources/taskGroupId/client/requests/TaskGroupIdForProviderOperatorsV1Request.mjs} +0 -0
  1560. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets → shipping/resources/taskGroups/resources/taskGroupId}/client/requests/index.mjs +0 -0
  1561. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets → tracking/resources/geofenceTemplates}/client/index.d.mts +0 -0
  1562. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets → tracking/resources/geofenceTemplates}/client/index.mjs +0 -0
  1563. /package/dist/esm/api/resources/{billing/resources/statements/client/requests/StatementExpandedRetrieveReq.mjs → tracking/resources/geofenceTemplates/client/requests/GeofenceTemplatesListV1Request.mjs} +0 -0
  1564. /package/dist/esm/api/resources/{billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.mjs → tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientCreate1.mjs} +0 -0
  1565. /package/dist/esm/api/resources/{billing/resources/statements/client/requests/StatementsExpandedListV1Request.mjs → tracking/resources/geofenceTemplates/client/requests/SessionGeofenceTemplateClientUpdate1.mjs} +0 -0
  1566. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings → tracking/resources/geofenceTemplates}/client/requests/index.mjs +0 -0
  1567. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings → tracking/resources/geofenceTemplates}/index.d.mts +0 -0
  1568. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings → tracking/resources/geofenceTemplates}/index.mjs +0 -0
  1569. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings → tracking/resources/sessionGeofences}/client/index.d.mts +0 -0
  1570. /package/dist/esm/api/resources/{billing/resources/rateSheetMappings → tracking/resources/sessionGeofences}/client/index.mjs +0 -0
  1571. /package/dist/esm/api/resources/{billing/resources/statements/client/requests/StatementsListV1Request.mjs → tracking/resources/sessionGeofences/client/requests/SessionGeofenceApplyTemplateReq.mjs} +0 -0
  1572. /package/dist/esm/api/resources/{operations/resources/operationsTasks/client/requests/OperationsTaskStatusReq.mjs → tracking/resources/sessionGeofences/client/requests/SessionGeofenceClientUpdate1.mjs} +0 -0
  1573. /package/dist/esm/api/resources/{shipping/resources/cargos/client/requests/CargoAddToOrderReq.mjs → tracking/resources/sessionGeofences/client/requests/SessionGeofenceReorderReq.mjs} +0 -0
  1574. /package/dist/esm/api/resources/{billing/resources/statements → tracking/resources/sessionGeofences}/client/requests/index.mjs +0 -0
  1575. /package/dist/esm/api/resources/{billing/resources/statements → tracking/resources/sessionGeofences}/index.d.mts +0 -0
  1576. /package/dist/esm/api/resources/{billing/resources/statements → tracking/resources/sessionGeofences}/index.mjs +0 -0
  1577. /package/dist/esm/api/resources/{shipping/resources/cargos/client/requests/CargoAssociateWithTaskReq.mjs → tracking/resources/sessions/client/requests/SessionClientUpdate2.mjs} +0 -0
  1578. /package/dist/esm/api/resources/{shipping/resources/cargos/client/requests/CargoUnassociateWithTaskReq.mjs → tracking/resources/sessions/client/requests/SessionsCreateV1Req.mjs} +0 -0
  1579. /package/dist/esm/api/resources/{shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.mjs → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.mjs} +0 -0
  1580. /package/dist/esm/api/resources/{shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.mjs → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.mjs} +0 -0
  1581. /package/dist/esm/api/resources/{shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.mjs → trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.mjs} +0 -0
  1582. /package/dist/esm/api/{resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.mjs → types/BillingInvoiceApprovedWebhookPayload.mjs} +0 -0
  1583. /package/dist/esm/api/{resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.mjs → types/BillingPeriod1.mjs} +0 -0
  1584. /package/dist/esm/api/{resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.mjs → types/BillingPeriodExpanded1.mjs} +0 -0
  1585. /package/dist/esm/api/{resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.mjs → types/BillingPeriodListRes.mjs} +0 -0
  1586. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/client/requests/BodyPostShippingOrdersDraftsImageToTextV1.mjs → types/BillingPeriodTaskGroupsReq.mjs} +0 -0
  1587. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAddCargoReq.mjs → types/ContactExpandedListItem.mjs} +0 -0
  1588. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.mjs → types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.mjs} +0 -0
  1589. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.mjs → types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.mjs} +0 -0
  1590. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUpdateCargoReq.mjs → types/CreateInvoiceLineItemsFromAwbCostsItem1.mjs} +0 -0
  1591. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftAddTaskReqV1.mjs → types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.mjs} +0 -0
  1592. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftUpdateTaskReq.mjs → types/CreateInvoiceLineItemsFromAwbCostsRes.mjs} +0 -0
  1593. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.mjs → types/GeofencePointLocationFeature1.mjs} +0 -0
  1594. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.mjs → types/GeofenceTemplateListRes.mjs} +0 -0
  1595. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.mjs → types/InvoiceExpandedListItem.mjs} +0 -0
  1596. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftUpdateDriverReq.mjs → types/InvoiceLineItemExpandedListItem.mjs} +0 -0
  1597. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.mjs → types/InvoiceLineItemExpandedRes.mjs} +0 -0
  1598. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetTaskOrderingDraftReq.mjs → types/OperationsTasksStatusUpdateRes1.mjs} +0 -0
  1599. /package/dist/esm/api/{resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetVehicleTypeReq.mjs → types/OrderAwbBillingAccount1.mjs} +0 -0
  1600. /package/dist/esm/api/{resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.mjs → types/OrderAwbBillingListItem1.mjs} +0 -0
  1601. /package/dist/esm/api/{resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.mjs → types/OrderAwbBillingListRes.mjs} +0 -0
  1602. /package/dist/esm/api/{resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.mjs → types/OrderBillingPeriod1.mjs} +0 -0
  1603. /package/dist/esm/api/{resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.mjs → types/OrderInformationConversationRes.mjs} +0 -0
  1604. /package/dist/esm/api/{resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.mjs → types/OrderRateSheetLineItemsGenerateManyRes.mjs} +0 -0
  1605. /package/dist/esm/api/{resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.mjs → types/OrderRateSheetLineItemsGenerateManyResult1.mjs} +0 -0
  1606. /package/dist/esm/api/{resources/shipping/resources/taskGroups/client/requests/SetTaskOrderingReq.mjs → types/Session2.mjs} +0 -0
  1607. /package/dist/esm/api/{resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.mjs → types/SessionGeofence1.mjs} +0 -0
  1608. /package/dist/esm/api/{resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.mjs → types/SessionGeofenceBase1.mjs} +0 -0
  1609. /package/dist/esm/api/{resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.mjs → types/SessionGeofenceClientCreate1.mjs} +0 -0
  1610. /package/dist/esm/api/{resources/shipping/resources/taskGroups/client/requests/UpdateDriverReq.mjs → types/SessionGeofenceTemplate1.mjs} +0 -0
  1611. /package/dist/esm/api/{resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.mjs → types/StoredModel.mjs} +0 -0
  1612. /package/dist/esm/api/{resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.mjs → types/TaskGroupByDriverDataPointsRes.mjs} +0 -0
  1613. /package/dist/esm/api/{resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.mjs → types/TaskGroupByDriverLastSeenRes.mjs} +0 -0
  1614. /package/dist/esm/api/{resources/tracking/resources/sessions/client/requests/SessionClientCreate1.mjs → types/TaskListToApplyToOrderExpanded.mjs} +0 -0
  1615. /package/dist/esm/api/{resources/tracking/resources/sessions/client/requests/SessionClientUpdate1.mjs → types/TrackingSessionGeofenceEnteredWebhookPayload.mjs} +0 -0
@@ -1,1297 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
5
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
6
- return new (P || (P = Promise))(function (resolve, reject) {
7
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
8
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
9
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
10
- step((generator = generator.apply(thisArg, _arguments || [])).next());
11
- });
12
- };
13
- import * as environments from "../../../../../../environments.mjs";
14
- import * as core from "../../../../../../core/index.mjs";
15
- import * as Chrt from "../../../../../index.mjs";
16
- import { mergeHeaders, mergeOnlyDefinedHeaders } from "../../../../../../core/headers.mjs";
17
- import * as errors from "../../../../../../errors/index.mjs";
18
- export class Statements {
19
- constructor(_options = {}) {
20
- this._options = _options;
21
- }
22
- /**
23
- * Attaches a CLOSED, unbundled BillingLedgerPeriod to a STAGED Statement. Parties must match. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[statement_owner_operators] | () -> (Statement1)
24
- *
25
- * @param {string} statementId
26
- * @param {string} billingLedgerPeriodId
27
- * @param {Statements.RequestOptions} requestOptions - Request-specific configuration.
28
- *
29
- * @throws {@link Chrt.UnprocessableEntityError}
30
- *
31
- * @example
32
- * await client.billing.statements.attachBillingLedgerPeriodV1("statement_id", "billing_ledger_period_id")
33
- */
34
- attachBillingLedgerPeriodV1(statementId, billingLedgerPeriodId, requestOptions) {
35
- return core.HttpResponsePromise.fromPromise(this.__attachBillingLedgerPeriodV1(statementId, billingLedgerPeriodId, requestOptions));
36
- }
37
- __attachBillingLedgerPeriodV1(statementId, billingLedgerPeriodId, requestOptions) {
38
- return __awaiter(this, void 0, void 0, function* () {
39
- var _a, _b, _c, _d;
40
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
41
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
42
- 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, `billing/statements/attach_billing_ledger_period/v1/${encodeURIComponent(statementId)}/${encodeURIComponent(billingLedgerPeriodId)}`),
43
- method: "POST",
44
- headers: _headers,
45
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
46
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
47
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
48
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
49
- });
50
- if (_response.ok) {
51
- return { data: _response.body, rawResponse: _response.rawResponse };
52
- }
53
- if (_response.error.reason === "status-code") {
54
- switch (_response.error.statusCode) {
55
- case 422:
56
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
57
- default:
58
- throw new errors.ChrtError({
59
- statusCode: _response.error.statusCode,
60
- body: _response.error.body,
61
- rawResponse: _response.rawResponse,
62
- });
63
- }
64
- }
65
- switch (_response.error.reason) {
66
- case "non-json":
67
- throw new errors.ChrtError({
68
- statusCode: _response.error.statusCode,
69
- body: _response.error.rawBody,
70
- rawResponse: _response.rawResponse,
71
- });
72
- case "timeout":
73
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/statements/attach_billing_ledger_period/v1/{statement_id}/{billing_ledger_period_id}.");
74
- case "unknown":
75
- throw new errors.ChrtError({
76
- message: _response.error.errorMessage,
77
- rawResponse: _response.rawResponse,
78
- });
79
- }
80
- });
81
- }
82
- /**
83
- * Attaches a FINALIZED, unbundled LineItemGroup to a STAGED Statement. Parties must match; the Statement's settlement_type is written onto the LIG (or matched if previously stamped). | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[statement_owner_operators] | () -> (Statement1)
84
- *
85
- * @param {string} statementId
86
- * @param {string} lineItemGroupId
87
- * @param {Statements.RequestOptions} requestOptions - Request-specific configuration.
88
- *
89
- * @throws {@link Chrt.UnprocessableEntityError}
90
- *
91
- * @example
92
- * await client.billing.statements.attachLineItemGroupV1("statement_id", "line_item_group_id")
93
- */
94
- attachLineItemGroupV1(statementId, lineItemGroupId, requestOptions) {
95
- return core.HttpResponsePromise.fromPromise(this.__attachLineItemGroupV1(statementId, lineItemGroupId, requestOptions));
96
- }
97
- __attachLineItemGroupV1(statementId, lineItemGroupId, requestOptions) {
98
- return __awaiter(this, void 0, void 0, function* () {
99
- var _a, _b, _c, _d;
100
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
101
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
102
- 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, `billing/statements/attach_line_item_group/v1/${encodeURIComponent(statementId)}/${encodeURIComponent(lineItemGroupId)}`),
103
- method: "POST",
104
- headers: _headers,
105
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
106
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
107
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
108
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
109
- });
110
- if (_response.ok) {
111
- return { data: _response.body, rawResponse: _response.rawResponse };
112
- }
113
- if (_response.error.reason === "status-code") {
114
- switch (_response.error.statusCode) {
115
- case 422:
116
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
117
- default:
118
- throw new errors.ChrtError({
119
- statusCode: _response.error.statusCode,
120
- body: _response.error.body,
121
- rawResponse: _response.rawResponse,
122
- });
123
- }
124
- }
125
- switch (_response.error.reason) {
126
- case "non-json":
127
- throw new errors.ChrtError({
128
- statusCode: _response.error.statusCode,
129
- body: _response.error.rawBody,
130
- rawResponse: _response.rawResponse,
131
- });
132
- case "timeout":
133
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/statements/attach_line_item_group/v1/{statement_id}/{line_item_group_id}.");
134
- case "unknown":
135
- throw new errors.ChrtError({
136
- message: _response.error.errorMessage,
137
- rawResponse: _response.rawResponse,
138
- });
139
- }
140
- });
141
- }
142
- /**
143
- * Gets a statement by its associated LineItemGroup ID. | authz_personas=[statement_org_operators, statement_driver] | () -> (Statement1)
144
- *
145
- * @param {string} lineItemGroupId
146
- * @param {Statements.RequestOptions} requestOptions - Request-specific configuration.
147
- *
148
- * @throws {@link Chrt.UnprocessableEntityError}
149
- *
150
- * @example
151
- * await client.billing.statements.getByLigIdV1("line_item_group_id")
152
- */
153
- getByLigIdV1(lineItemGroupId, requestOptions) {
154
- return core.HttpResponsePromise.fromPromise(this.__getByLigIdV1(lineItemGroupId, requestOptions));
155
- }
156
- __getByLigIdV1(lineItemGroupId, requestOptions) {
157
- return __awaiter(this, void 0, void 0, function* () {
158
- var _a, _b, _c, _d;
159
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
160
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
161
- 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, `billing/statements/by_lig_id/v1/${encodeURIComponent(lineItemGroupId)}`),
162
- method: "GET",
163
- headers: _headers,
164
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
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 GET /billing/statements/by_lig_id/v1/{line_item_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
- * Creates an empty STAGED Statement carrying payment parties + settlement_type. Items are attached via the attach_* routes. | authz: allowed_org_types=[provider], min_org_role=operator | (StatementCreateClientReq) -> (Statement1)
203
- *
204
- * @param {Chrt.billing.StatementCreateClientReq} request
205
- * @param {Statements.RequestOptions} requestOptions - Request-specific configuration.
206
- *
207
- * @throws {@link Chrt.UnprocessableEntityError}
208
- *
209
- * @example
210
- * await client.billing.statements.createV1({
211
- * settlement_type: "stripe_connect"
212
- * })
213
- */
214
- createV1(request, requestOptions) {
215
- return core.HttpResponsePromise.fromPromise(this.__createV1(request, requestOptions));
216
- }
217
- __createV1(request, requestOptions) {
218
- return __awaiter(this, void 0, void 0, function* () {
219
- var _a, _b, _c, _d;
220
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
221
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
222
- 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, "billing/statements/create/v1"),
223
- method: "POST",
224
- headers: _headers,
225
- contentType: "application/json",
226
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
227
- requestType: "json",
228
- body: request,
229
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
230
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
231
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
232
- });
233
- if (_response.ok) {
234
- return { data: _response.body, rawResponse: _response.rawResponse };
235
- }
236
- if (_response.error.reason === "status-code") {
237
- switch (_response.error.statusCode) {
238
- case 422:
239
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
240
- default:
241
- throw new errors.ChrtError({
242
- statusCode: _response.error.statusCode,
243
- body: _response.error.body,
244
- rawResponse: _response.rawResponse,
245
- });
246
- }
247
- }
248
- switch (_response.error.reason) {
249
- case "non-json":
250
- throw new errors.ChrtError({
251
- statusCode: _response.error.statusCode,
252
- body: _response.error.rawBody,
253
- rawResponse: _response.rawResponse,
254
- });
255
- case "timeout":
256
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/statements/create/v1.");
257
- case "unknown":
258
- throw new errors.ChrtError({
259
- message: _response.error.errorMessage,
260
- rawResponse: _response.rawResponse,
261
- });
262
- }
263
- });
264
- }
265
- /**
266
- * Deletes a STAGED Statement that has no attached LineItemGroups or BillingLedgerPeriods. Detach all children first via the detach_* routes. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[statement_owner_operators] | () -> (bool)
267
- *
268
- * @param {string} statementId
269
- * @param {Statements.RequestOptions} requestOptions - Request-specific configuration.
270
- *
271
- * @throws {@link Chrt.UnprocessableEntityError}
272
- *
273
- * @example
274
- * await client.billing.statements.deleteV1("statement_id")
275
- */
276
- deleteV1(statementId, requestOptions) {
277
- return core.HttpResponsePromise.fromPromise(this.__deleteV1(statementId, requestOptions));
278
- }
279
- __deleteV1(statementId, requestOptions) {
280
- return __awaiter(this, void 0, void 0, function* () {
281
- var _a, _b, _c, _d;
282
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
283
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
284
- 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, `billing/statements/delete/v1/${encodeURIComponent(statementId)}`),
285
- method: "DELETE",
286
- headers: _headers,
287
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
288
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
289
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
290
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
291
- });
292
- if (_response.ok) {
293
- return { data: _response.body, rawResponse: _response.rawResponse };
294
- }
295
- if (_response.error.reason === "status-code") {
296
- switch (_response.error.statusCode) {
297
- case 422:
298
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
299
- default:
300
- throw new errors.ChrtError({
301
- statusCode: _response.error.statusCode,
302
- body: _response.error.body,
303
- rawResponse: _response.rawResponse,
304
- });
305
- }
306
- }
307
- switch (_response.error.reason) {
308
- case "non-json":
309
- throw new errors.ChrtError({
310
- statusCode: _response.error.statusCode,
311
- body: _response.error.rawBody,
312
- rawResponse: _response.rawResponse,
313
- });
314
- case "timeout":
315
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /billing/statements/delete/v1/{statement_id}.");
316
- case "unknown":
317
- throw new errors.ChrtError({
318
- message: _response.error.errorMessage,
319
- rawResponse: _response.rawResponse,
320
- });
321
- }
322
- });
323
- }
324
- /**
325
- * Detaches a BillingLedgerPeriod from a STAGED Statement, freeing it for re-bundling. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[statement_owner_operators] | () -> (Statement1)
326
- *
327
- * @param {string} statementId
328
- * @param {string} billingLedgerPeriodId
329
- * @param {Statements.RequestOptions} requestOptions - Request-specific configuration.
330
- *
331
- * @throws {@link Chrt.UnprocessableEntityError}
332
- *
333
- * @example
334
- * await client.billing.statements.detachBillingLedgerPeriodV1("statement_id", "billing_ledger_period_id")
335
- */
336
- detachBillingLedgerPeriodV1(statementId, billingLedgerPeriodId, requestOptions) {
337
- return core.HttpResponsePromise.fromPromise(this.__detachBillingLedgerPeriodV1(statementId, billingLedgerPeriodId, requestOptions));
338
- }
339
- __detachBillingLedgerPeriodV1(statementId, billingLedgerPeriodId, requestOptions) {
340
- return __awaiter(this, void 0, void 0, function* () {
341
- var _a, _b, _c, _d;
342
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
343
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
344
- 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, `billing/statements/detach_billing_ledger_period/v1/${encodeURIComponent(statementId)}/${encodeURIComponent(billingLedgerPeriodId)}`),
345
- method: "DELETE",
346
- headers: _headers,
347
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
348
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
349
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
350
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
351
- });
352
- if (_response.ok) {
353
- return { data: _response.body, rawResponse: _response.rawResponse };
354
- }
355
- if (_response.error.reason === "status-code") {
356
- switch (_response.error.statusCode) {
357
- case 422:
358
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
359
- default:
360
- throw new errors.ChrtError({
361
- statusCode: _response.error.statusCode,
362
- body: _response.error.body,
363
- rawResponse: _response.rawResponse,
364
- });
365
- }
366
- }
367
- switch (_response.error.reason) {
368
- case "non-json":
369
- throw new errors.ChrtError({
370
- statusCode: _response.error.statusCode,
371
- body: _response.error.rawBody,
372
- rawResponse: _response.rawResponse,
373
- });
374
- case "timeout":
375
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /billing/statements/detach_billing_ledger_period/v1/{statement_id}/{billing_ledger_period_id}.");
376
- case "unknown":
377
- throw new errors.ChrtError({
378
- message: _response.error.errorMessage,
379
- rawResponse: _response.rawResponse,
380
- });
381
- }
382
- });
383
- }
384
- /**
385
- * Detaches a LineItemGroup from a STAGED Statement and recomputes order denormalization. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[statement_owner_operators] | () -> (Statement1)
386
- *
387
- * @param {string} statementId
388
- * @param {string} lineItemGroupId
389
- * @param {Statements.RequestOptions} requestOptions - Request-specific configuration.
390
- *
391
- * @throws {@link Chrt.UnprocessableEntityError}
392
- *
393
- * @example
394
- * await client.billing.statements.detachLineItemGroupV1("statement_id", "line_item_group_id")
395
- */
396
- detachLineItemGroupV1(statementId, lineItemGroupId, requestOptions) {
397
- return core.HttpResponsePromise.fromPromise(this.__detachLineItemGroupV1(statementId, lineItemGroupId, requestOptions));
398
- }
399
- __detachLineItemGroupV1(statementId, lineItemGroupId, requestOptions) {
400
- return __awaiter(this, void 0, void 0, function* () {
401
- var _a, _b, _c, _d;
402
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
403
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
404
- 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, `billing/statements/detach_line_item_group/v1/${encodeURIComponent(statementId)}/${encodeURIComponent(lineItemGroupId)}`),
405
- method: "DELETE",
406
- headers: _headers,
407
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
408
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
409
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
410
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
411
- });
412
- if (_response.ok) {
413
- return { data: _response.body, rawResponse: _response.rawResponse };
414
- }
415
- if (_response.error.reason === "status-code") {
416
- switch (_response.error.statusCode) {
417
- case 422:
418
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
419
- default:
420
- throw new errors.ChrtError({
421
- statusCode: _response.error.statusCode,
422
- body: _response.error.body,
423
- rawResponse: _response.rawResponse,
424
- });
425
- }
426
- }
427
- switch (_response.error.reason) {
428
- case "non-json":
429
- throw new errors.ChrtError({
430
- statusCode: _response.error.statusCode,
431
- body: _response.error.rawBody,
432
- rawResponse: _response.rawResponse,
433
- });
434
- case "timeout":
435
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /billing/statements/detach_line_item_group/v1/{statement_id}/{line_item_group_id}.");
436
- case "unknown":
437
- throw new errors.ChrtError({
438
- message: _response.error.errorMessage,
439
- rawResponse: _response.rawResponse,
440
- });
441
- }
442
- });
443
- }
444
- /**
445
- * Lists statements with expanded LIGs and task groups, using filtering, sorting, and pagination. | authz_personas=[statement_org_operators, statement_driver] | () -> (StatementsExpandedListRes)
446
- *
447
- * @param {Chrt.billing.StatementsExpandedListV1Request} request
448
- * @param {Statements.RequestOptions} requestOptions - Request-specific configuration.
449
- *
450
- * @throws {@link Chrt.UnprocessableEntityError}
451
- *
452
- * @example
453
- * await client.billing.statements.expandedListV1({
454
- * sort_by: "amount",
455
- * sort_order: "asc",
456
- * page: 1,
457
- * page_size: 1,
458
- * filter_settlement_type: "stripe_connect",
459
- * filter_order_id: "filter_order_id",
460
- * filter_order_short_id: "filter_order_short_id",
461
- * filter_order_off_chrt_reference_id: "filter_order_off_chrt_reference_id",
462
- * filter_payment_origin_org_id: "filter_payment_origin_org_id",
463
- * filter_payment_origin_off_chrt_shipper_org_data_id: "filter_payment_origin_off_chrt_shipper_org_data_id",
464
- * filter_payment_destination_org_id: "filter_payment_destination_org_id",
465
- * filter_owned_by_org_id: "filter_owned_by_org_id",
466
- * filter_staged_at_timestamp_gte: "2024-01-15T09:30:00Z",
467
- * filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
468
- * filter_opened_at_timestamp_gte: "2024-01-15T09:30:00Z",
469
- * filter_opened_at_timestamp_lte: "2024-01-15T09:30:00Z",
470
- * filter_paid_at_timestamp_gte: "2024-01-15T09:30:00Z",
471
- * filter_paid_at_timestamp_lte: "2024-01-15T09:30:00Z",
472
- * filter_uncollectible_at_timestamp_gte: "2024-01-15T09:30:00Z",
473
- * filter_uncollectible_at_timestamp_lte: "2024-01-15T09:30:00Z"
474
- * })
475
- */
476
- expandedListV1(request = {}, requestOptions) {
477
- return core.HttpResponsePromise.fromPromise(this.__expandedListV1(request, requestOptions));
478
- }
479
- __expandedListV1() {
480
- return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
481
- var _a, _b, _c, _d, _e, _f;
482
- const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, filter_status: filterStatus, filter_settlement_type: filterSettlementType, filter_order_id: filterOrderId, filter_order_short_id: filterOrderShortId, filter_order_off_chrt_reference_id: filterOrderOffChrtReferenceId, filter_payment_origin_org_id: filterPaymentOriginOrgId, filter_payment_origin_off_chrt_shipper_org_data_id: filterPaymentOriginOffChrtShipperOrgDataId, filter_payment_destination_org_id: filterPaymentDestinationOrgId, filter_owned_by_org_id: filterOwnedByOrgId, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_opened_at_timestamp_gte: filterOpenedAtTimestampGte, filter_opened_at_timestamp_lte: filterOpenedAtTimestampLte, filter_paid_at_timestamp_gte: filterPaidAtTimestampGte, filter_paid_at_timestamp_lte: filterPaidAtTimestampLte, filter_uncollectible_at_timestamp_gte: filterUncollectibleAtTimestampGte, filter_uncollectible_at_timestamp_lte: filterUncollectibleAtTimestampLte, } = request;
483
- const _queryParams = {};
484
- if (sortBy !== undefined) {
485
- _queryParams["sort_by"] = sortBy;
486
- }
487
- if (sortOrder !== undefined) {
488
- _queryParams["sort_order"] = sortOrder;
489
- }
490
- if (page !== undefined) {
491
- _queryParams["page"] = (_a = page === null || page === void 0 ? void 0 : page.toString()) !== null && _a !== void 0 ? _a : null;
492
- }
493
- if (pageSize !== undefined) {
494
- _queryParams["page_size"] = (_b = pageSize === null || pageSize === void 0 ? void 0 : pageSize.toString()) !== null && _b !== void 0 ? _b : null;
495
- }
496
- if (filterStatus !== undefined) {
497
- if (Array.isArray(filterStatus)) {
498
- _queryParams["filter_status"] = filterStatus.map((item) => item);
499
- }
500
- else {
501
- _queryParams["filter_status"] = filterStatus;
502
- }
503
- }
504
- if (filterSettlementType !== undefined) {
505
- _queryParams["filter_settlement_type"] = filterSettlementType;
506
- }
507
- if (filterOrderId !== undefined) {
508
- _queryParams["filter_order_id"] = filterOrderId;
509
- }
510
- if (filterOrderShortId !== undefined) {
511
- _queryParams["filter_order_short_id"] = filterOrderShortId;
512
- }
513
- if (filterOrderOffChrtReferenceId !== undefined) {
514
- _queryParams["filter_order_off_chrt_reference_id"] = filterOrderOffChrtReferenceId;
515
- }
516
- if (filterPaymentOriginOrgId !== undefined) {
517
- _queryParams["filter_payment_origin_org_id"] = filterPaymentOriginOrgId;
518
- }
519
- if (filterPaymentOriginOffChrtShipperOrgDataId !== undefined) {
520
- _queryParams["filter_payment_origin_off_chrt_shipper_org_data_id"] =
521
- filterPaymentOriginOffChrtShipperOrgDataId;
522
- }
523
- if (filterPaymentDestinationOrgId !== undefined) {
524
- _queryParams["filter_payment_destination_org_id"] = filterPaymentDestinationOrgId;
525
- }
526
- if (filterOwnedByOrgId !== undefined) {
527
- _queryParams["filter_owned_by_org_id"] = filterOwnedByOrgId;
528
- }
529
- if (filterStagedAtTimestampGte !== undefined) {
530
- _queryParams["filter_staged_at_timestamp_gte"] = filterStagedAtTimestampGte;
531
- }
532
- if (filterStagedAtTimestampLte !== undefined) {
533
- _queryParams["filter_staged_at_timestamp_lte"] = filterStagedAtTimestampLte;
534
- }
535
- if (filterOpenedAtTimestampGte !== undefined) {
536
- _queryParams["filter_opened_at_timestamp_gte"] = filterOpenedAtTimestampGte;
537
- }
538
- if (filterOpenedAtTimestampLte !== undefined) {
539
- _queryParams["filter_opened_at_timestamp_lte"] = filterOpenedAtTimestampLte;
540
- }
541
- if (filterPaidAtTimestampGte !== undefined) {
542
- _queryParams["filter_paid_at_timestamp_gte"] = filterPaidAtTimestampGte;
543
- }
544
- if (filterPaidAtTimestampLte !== undefined) {
545
- _queryParams["filter_paid_at_timestamp_lte"] = filterPaidAtTimestampLte;
546
- }
547
- if (filterUncollectibleAtTimestampGte !== undefined) {
548
- _queryParams["filter_uncollectible_at_timestamp_gte"] = filterUncollectibleAtTimestampGte;
549
- }
550
- if (filterUncollectibleAtTimestampLte !== undefined) {
551
- _queryParams["filter_uncollectible_at_timestamp_lte"] = filterUncollectibleAtTimestampLte;
552
- }
553
- let _headers = mergeHeaders((_c = this._options) === null || _c === void 0 ? void 0 : _c.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
554
- const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
555
- url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ChrtEnvironment.Local, "billing/statements/expanded/list/v1"),
556
- method: "POST",
557
- headers: _headers,
558
- queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
559
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
560
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
561
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
562
- });
563
- if (_response.ok) {
564
- return { data: _response.body, rawResponse: _response.rawResponse };
565
- }
566
- if (_response.error.reason === "status-code") {
567
- switch (_response.error.statusCode) {
568
- case 422:
569
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
570
- default:
571
- throw new errors.ChrtError({
572
- statusCode: _response.error.statusCode,
573
- body: _response.error.body,
574
- rawResponse: _response.rawResponse,
575
- });
576
- }
577
- }
578
- switch (_response.error.reason) {
579
- case "non-json":
580
- throw new errors.ChrtError({
581
- statusCode: _response.error.statusCode,
582
- body: _response.error.rawBody,
583
- rawResponse: _response.rawResponse,
584
- });
585
- case "timeout":
586
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/statements/expanded/list/v1.");
587
- case "unknown":
588
- throw new errors.ChrtError({
589
- message: _response.error.errorMessage,
590
- rawResponse: _response.rawResponse,
591
- });
592
- }
593
- });
594
- }
595
- /**
596
- * Retrieves a statement with its associated LineItemGroups expanded. | authz_personas=[statement_org_operators, statement_driver] | (StatementExpandedRetrieveReq) -> (StatementExpandedRes)
597
- *
598
- * @param {Chrt.billing.StatementExpandedRetrieveReq} request
599
- * @param {Statements.RequestOptions} requestOptions - Request-specific configuration.
600
- *
601
- * @throws {@link Chrt.UnprocessableEntityError}
602
- *
603
- * @example
604
- * await client.billing.statements.expandedRetrieveV1({
605
- * statement_id: "statement_id"
606
- * })
607
- */
608
- expandedRetrieveV1(request, requestOptions) {
609
- return core.HttpResponsePromise.fromPromise(this.__expandedRetrieveV1(request, requestOptions));
610
- }
611
- __expandedRetrieveV1(request, requestOptions) {
612
- return __awaiter(this, void 0, void 0, function* () {
613
- var _a, _b, _c, _d;
614
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
615
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
616
- 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, "billing/statements/expanded/retrieve/v1"),
617
- method: "POST",
618
- headers: _headers,
619
- contentType: "application/json",
620
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
621
- requestType: "json",
622
- body: request,
623
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
624
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
625
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
626
- });
627
- if (_response.ok) {
628
- return { data: _response.body, rawResponse: _response.rawResponse };
629
- }
630
- if (_response.error.reason === "status-code") {
631
- switch (_response.error.statusCode) {
632
- case 422:
633
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
634
- default:
635
- throw new errors.ChrtError({
636
- statusCode: _response.error.statusCode,
637
- body: _response.error.body,
638
- rawResponse: _response.rawResponse,
639
- });
640
- }
641
- }
642
- switch (_response.error.reason) {
643
- case "non-json":
644
- throw new errors.ChrtError({
645
- statusCode: _response.error.statusCode,
646
- body: _response.error.rawBody,
647
- rawResponse: _response.rawResponse,
648
- });
649
- case "timeout":
650
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/statements/expanded/retrieve/v1.");
651
- case "unknown":
652
- throw new errors.ChrtError({
653
- message: _response.error.errorMessage,
654
- rawResponse: _response.rawResponse,
655
- });
656
- }
657
- });
658
- }
659
- /**
660
- * Lists statements with filtering, sorting, and pagination. | authz_personas=[statement_org_operators, statement_driver] | () -> (StatementsListRes)
661
- *
662
- * @param {Chrt.billing.StatementsListV1Request} request
663
- * @param {Statements.RequestOptions} requestOptions - Request-specific configuration.
664
- *
665
- * @throws {@link Chrt.UnprocessableEntityError}
666
- *
667
- * @example
668
- * await client.billing.statements.listV1({
669
- * sort_by: "amount",
670
- * sort_order: "asc",
671
- * page: 1,
672
- * page_size: 1,
673
- * filter_settlement_type: "stripe_connect",
674
- * filter_order_id: "filter_order_id",
675
- * filter_order_short_id: "filter_order_short_id",
676
- * filter_order_off_chrt_reference_id: "filter_order_off_chrt_reference_id",
677
- * filter_payment_origin_org_id: "filter_payment_origin_org_id",
678
- * filter_payment_origin_off_chrt_shipper_org_data_id: "filter_payment_origin_off_chrt_shipper_org_data_id",
679
- * filter_payment_destination_org_id: "filter_payment_destination_org_id",
680
- * filter_owned_by_org_id: "filter_owned_by_org_id",
681
- * filter_staged_at_timestamp_gte: "2024-01-15T09:30:00Z",
682
- * filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
683
- * filter_opened_at_timestamp_gte: "2024-01-15T09:30:00Z",
684
- * filter_opened_at_timestamp_lte: "2024-01-15T09:30:00Z",
685
- * filter_paid_at_timestamp_gte: "2024-01-15T09:30:00Z",
686
- * filter_paid_at_timestamp_lte: "2024-01-15T09:30:00Z",
687
- * filter_uncollectible_at_timestamp_gte: "2024-01-15T09:30:00Z",
688
- * filter_uncollectible_at_timestamp_lte: "2024-01-15T09:30:00Z"
689
- * })
690
- */
691
- listV1(request = {}, requestOptions) {
692
- return core.HttpResponsePromise.fromPromise(this.__listV1(request, requestOptions));
693
- }
694
- __listV1() {
695
- return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
696
- var _a, _b, _c, _d, _e, _f;
697
- const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, filter_status: filterStatus, filter_settlement_type: filterSettlementType, filter_order_id: filterOrderId, filter_order_short_id: filterOrderShortId, filter_order_off_chrt_reference_id: filterOrderOffChrtReferenceId, filter_payment_origin_org_id: filterPaymentOriginOrgId, filter_payment_origin_off_chrt_shipper_org_data_id: filterPaymentOriginOffChrtShipperOrgDataId, filter_payment_destination_org_id: filterPaymentDestinationOrgId, filter_owned_by_org_id: filterOwnedByOrgId, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_opened_at_timestamp_gte: filterOpenedAtTimestampGte, filter_opened_at_timestamp_lte: filterOpenedAtTimestampLte, filter_paid_at_timestamp_gte: filterPaidAtTimestampGte, filter_paid_at_timestamp_lte: filterPaidAtTimestampLte, filter_uncollectible_at_timestamp_gte: filterUncollectibleAtTimestampGte, filter_uncollectible_at_timestamp_lte: filterUncollectibleAtTimestampLte, } = request;
698
- const _queryParams = {};
699
- if (sortBy !== undefined) {
700
- _queryParams["sort_by"] = sortBy;
701
- }
702
- if (sortOrder !== undefined) {
703
- _queryParams["sort_order"] = sortOrder;
704
- }
705
- if (page !== undefined) {
706
- _queryParams["page"] = (_a = page === null || page === void 0 ? void 0 : page.toString()) !== null && _a !== void 0 ? _a : null;
707
- }
708
- if (pageSize !== undefined) {
709
- _queryParams["page_size"] = (_b = pageSize === null || pageSize === void 0 ? void 0 : pageSize.toString()) !== null && _b !== void 0 ? _b : null;
710
- }
711
- if (filterStatus !== undefined) {
712
- if (Array.isArray(filterStatus)) {
713
- _queryParams["filter_status"] = filterStatus.map((item) => item);
714
- }
715
- else {
716
- _queryParams["filter_status"] = filterStatus;
717
- }
718
- }
719
- if (filterSettlementType !== undefined) {
720
- _queryParams["filter_settlement_type"] = filterSettlementType;
721
- }
722
- if (filterOrderId !== undefined) {
723
- _queryParams["filter_order_id"] = filterOrderId;
724
- }
725
- if (filterOrderShortId !== undefined) {
726
- _queryParams["filter_order_short_id"] = filterOrderShortId;
727
- }
728
- if (filterOrderOffChrtReferenceId !== undefined) {
729
- _queryParams["filter_order_off_chrt_reference_id"] = filterOrderOffChrtReferenceId;
730
- }
731
- if (filterPaymentOriginOrgId !== undefined) {
732
- _queryParams["filter_payment_origin_org_id"] = filterPaymentOriginOrgId;
733
- }
734
- if (filterPaymentOriginOffChrtShipperOrgDataId !== undefined) {
735
- _queryParams["filter_payment_origin_off_chrt_shipper_org_data_id"] =
736
- filterPaymentOriginOffChrtShipperOrgDataId;
737
- }
738
- if (filterPaymentDestinationOrgId !== undefined) {
739
- _queryParams["filter_payment_destination_org_id"] = filterPaymentDestinationOrgId;
740
- }
741
- if (filterOwnedByOrgId !== undefined) {
742
- _queryParams["filter_owned_by_org_id"] = filterOwnedByOrgId;
743
- }
744
- if (filterStagedAtTimestampGte !== undefined) {
745
- _queryParams["filter_staged_at_timestamp_gte"] = filterStagedAtTimestampGte;
746
- }
747
- if (filterStagedAtTimestampLte !== undefined) {
748
- _queryParams["filter_staged_at_timestamp_lte"] = filterStagedAtTimestampLte;
749
- }
750
- if (filterOpenedAtTimestampGte !== undefined) {
751
- _queryParams["filter_opened_at_timestamp_gte"] = filterOpenedAtTimestampGte;
752
- }
753
- if (filterOpenedAtTimestampLte !== undefined) {
754
- _queryParams["filter_opened_at_timestamp_lte"] = filterOpenedAtTimestampLte;
755
- }
756
- if (filterPaidAtTimestampGte !== undefined) {
757
- _queryParams["filter_paid_at_timestamp_gte"] = filterPaidAtTimestampGte;
758
- }
759
- if (filterPaidAtTimestampLte !== undefined) {
760
- _queryParams["filter_paid_at_timestamp_lte"] = filterPaidAtTimestampLte;
761
- }
762
- if (filterUncollectibleAtTimestampGte !== undefined) {
763
- _queryParams["filter_uncollectible_at_timestamp_gte"] = filterUncollectibleAtTimestampGte;
764
- }
765
- if (filterUncollectibleAtTimestampLte !== undefined) {
766
- _queryParams["filter_uncollectible_at_timestamp_lte"] = filterUncollectibleAtTimestampLte;
767
- }
768
- let _headers = mergeHeaders((_c = this._options) === null || _c === void 0 ? void 0 : _c.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
769
- const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
770
- url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ChrtEnvironment.Local, "billing/statements/list/v1"),
771
- method: "GET",
772
- headers: _headers,
773
- queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
774
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
775
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
776
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
777
- });
778
- if (_response.ok) {
779
- return { data: _response.body, rawResponse: _response.rawResponse };
780
- }
781
- if (_response.error.reason === "status-code") {
782
- switch (_response.error.statusCode) {
783
- case 422:
784
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
785
- default:
786
- throw new errors.ChrtError({
787
- statusCode: _response.error.statusCode,
788
- body: _response.error.body,
789
- rawResponse: _response.rawResponse,
790
- });
791
- }
792
- }
793
- switch (_response.error.reason) {
794
- case "non-json":
795
- throw new errors.ChrtError({
796
- statusCode: _response.error.statusCode,
797
- body: _response.error.rawBody,
798
- rawResponse: _response.rawResponse,
799
- });
800
- case "timeout":
801
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /billing/statements/list/v1.");
802
- case "unknown":
803
- throw new errors.ChrtError({
804
- message: _response.error.errorMessage,
805
- rawResponse: _response.rawResponse,
806
- });
807
- }
808
- });
809
- }
810
- /**
811
- * Off-chrt manual transition: OPEN → PAID. Cascades attached LineItemGroups OPEN → PAID. Stripe-Connect statements transition via Stripe webhook + sync, not this route. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[statement_owner_operators] | () -> (Statement1)
812
- *
813
- * @param {string} statementId
814
- * @param {Statements.RequestOptions} requestOptions - Request-specific configuration.
815
- *
816
- * @throws {@link Chrt.UnprocessableEntityError}
817
- *
818
- * @example
819
- * await client.billing.statements.markPaidOffChrtV1("statement_id")
820
- */
821
- markPaidOffChrtV1(statementId, requestOptions) {
822
- return core.HttpResponsePromise.fromPromise(this.__markPaidOffChrtV1(statementId, requestOptions));
823
- }
824
- __markPaidOffChrtV1(statementId, requestOptions) {
825
- return __awaiter(this, void 0, void 0, function* () {
826
- var _a, _b, _c, _d;
827
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
828
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
829
- 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, `billing/statements/mark_paid_off_chrt/v1/${encodeURIComponent(statementId)}`),
830
- method: "POST",
831
- headers: _headers,
832
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
833
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
834
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
835
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
836
- });
837
- if (_response.ok) {
838
- return { data: _response.body, rawResponse: _response.rawResponse };
839
- }
840
- if (_response.error.reason === "status-code") {
841
- switch (_response.error.statusCode) {
842
- case 422:
843
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
844
- default:
845
- throw new errors.ChrtError({
846
- statusCode: _response.error.statusCode,
847
- body: _response.error.body,
848
- rawResponse: _response.rawResponse,
849
- });
850
- }
851
- }
852
- switch (_response.error.reason) {
853
- case "non-json":
854
- throw new errors.ChrtError({
855
- statusCode: _response.error.statusCode,
856
- body: _response.error.rawBody,
857
- rawResponse: _response.rawResponse,
858
- });
859
- case "timeout":
860
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/statements/mark_paid_off_chrt/v1/{statement_id}.");
861
- case "unknown":
862
- throw new errors.ChrtError({
863
- message: _response.error.errorMessage,
864
- rawResponse: _response.rawResponse,
865
- });
866
- }
867
- });
868
- }
869
- /**
870
- * Off-chrt manual write-off: OPEN → UNCOLLECTIBLE. Cascades attached LineItemGroups OPEN → UNCOLLECTIBLE. Stripe-Connect statements transition via Stripe webhook + sync_invoice/v1, not this route. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[statement_owner_operators] | () -> (Statement1)
871
- *
872
- * @param {string} statementId
873
- * @param {Statements.RequestOptions} requestOptions - Request-specific configuration.
874
- *
875
- * @throws {@link Chrt.UnprocessableEntityError}
876
- *
877
- * @example
878
- * await client.billing.statements.markUncollectibleOffChrtV1("statement_id")
879
- */
880
- markUncollectibleOffChrtV1(statementId, requestOptions) {
881
- return core.HttpResponsePromise.fromPromise(this.__markUncollectibleOffChrtV1(statementId, requestOptions));
882
- }
883
- __markUncollectibleOffChrtV1(statementId, requestOptions) {
884
- return __awaiter(this, void 0, void 0, function* () {
885
- var _a, _b, _c, _d;
886
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
887
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
888
- 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, `billing/statements/mark_uncollectible_off_chrt/v1/${encodeURIComponent(statementId)}`),
889
- method: "POST",
890
- headers: _headers,
891
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
892
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
893
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
894
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
895
- });
896
- if (_response.ok) {
897
- return { data: _response.body, rawResponse: _response.rawResponse };
898
- }
899
- if (_response.error.reason === "status-code") {
900
- switch (_response.error.statusCode) {
901
- case 422:
902
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
903
- default:
904
- throw new errors.ChrtError({
905
- statusCode: _response.error.statusCode,
906
- body: _response.error.body,
907
- rawResponse: _response.rawResponse,
908
- });
909
- }
910
- }
911
- switch (_response.error.reason) {
912
- case "non-json":
913
- throw new errors.ChrtError({
914
- statusCode: _response.error.statusCode,
915
- body: _response.error.rawBody,
916
- rawResponse: _response.rawResponse,
917
- });
918
- case "timeout":
919
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/statements/mark_uncollectible_off_chrt/v1/{statement_id}.");
920
- case "unknown":
921
- throw new errors.ChrtError({
922
- message: _response.error.errorMessage,
923
- rawResponse: _response.rawResponse,
924
- });
925
- }
926
- });
927
- }
928
- /**
929
- * Stripe-Connect transition: STAGED → OPEN. Creates and finalizes a Stripe invoice for the Statement; cascades attached LineItemGroups FINALIZED → OPEN. Requires settlement_type=STRIPE_CONNECT and at least one bundled FINALIZED LIG. Off-chrt statements take open_off_chrt/v1 instead. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[statement_owner_operators] | () -> (Statement1)
930
- *
931
- * @param {string} statementId
932
- * @param {Statements.RequestOptions} requestOptions - Request-specific configuration.
933
- *
934
- * @throws {@link Chrt.UnprocessableEntityError}
935
- *
936
- * @example
937
- * await client.billing.statements.openInvoiceV1("statement_id")
938
- */
939
- openInvoiceV1(statementId, requestOptions) {
940
- return core.HttpResponsePromise.fromPromise(this.__openInvoiceV1(statementId, requestOptions));
941
- }
942
- __openInvoiceV1(statementId, requestOptions) {
943
- return __awaiter(this, void 0, void 0, function* () {
944
- var _a, _b, _c, _d;
945
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
946
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
947
- 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, `billing/statements/open_invoice/v1/${encodeURIComponent(statementId)}`),
948
- method: "POST",
949
- headers: _headers,
950
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
951
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
952
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
953
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
954
- });
955
- if (_response.ok) {
956
- return { data: _response.body, rawResponse: _response.rawResponse };
957
- }
958
- if (_response.error.reason === "status-code") {
959
- switch (_response.error.statusCode) {
960
- case 422:
961
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
962
- default:
963
- throw new errors.ChrtError({
964
- statusCode: _response.error.statusCode,
965
- body: _response.error.body,
966
- rawResponse: _response.rawResponse,
967
- });
968
- }
969
- }
970
- switch (_response.error.reason) {
971
- case "non-json":
972
- throw new errors.ChrtError({
973
- statusCode: _response.error.statusCode,
974
- body: _response.error.rawBody,
975
- rawResponse: _response.rawResponse,
976
- });
977
- case "timeout":
978
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/statements/open_invoice/v1/{statement_id}.");
979
- case "unknown":
980
- throw new errors.ChrtError({
981
- message: _response.error.errorMessage,
982
- rawResponse: _response.rawResponse,
983
- });
984
- }
985
- });
986
- }
987
- /**
988
- * Off-chrt manual transition: STAGED → OPEN. Cascades attached LineItemGroups FINALIZED → OPEN. Stripe-Connect statements take a separate Stripe-invoice path. Requires settlement_type=OFF_CHRT and at least one bundled LIG or period. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[statement_owner_operators] | () -> (Statement1)
989
- *
990
- * @param {string} statementId
991
- * @param {Statements.RequestOptions} requestOptions - Request-specific configuration.
992
- *
993
- * @throws {@link Chrt.UnprocessableEntityError}
994
- *
995
- * @example
996
- * await client.billing.statements.openOffChrtV1("statement_id")
997
- */
998
- openOffChrtV1(statementId, requestOptions) {
999
- return core.HttpResponsePromise.fromPromise(this.__openOffChrtV1(statementId, requestOptions));
1000
- }
1001
- __openOffChrtV1(statementId, requestOptions) {
1002
- return __awaiter(this, void 0, void 0, function* () {
1003
- var _a, _b, _c, _d;
1004
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1005
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1006
- 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, `billing/statements/open_off_chrt/v1/${encodeURIComponent(statementId)}`),
1007
- method: "POST",
1008
- headers: _headers,
1009
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
1010
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1011
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1012
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1013
- });
1014
- if (_response.ok) {
1015
- return { data: _response.body, rawResponse: _response.rawResponse };
1016
- }
1017
- if (_response.error.reason === "status-code") {
1018
- switch (_response.error.statusCode) {
1019
- case 422:
1020
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1021
- default:
1022
- throw new errors.ChrtError({
1023
- statusCode: _response.error.statusCode,
1024
- body: _response.error.body,
1025
- rawResponse: _response.rawResponse,
1026
- });
1027
- }
1028
- }
1029
- switch (_response.error.reason) {
1030
- case "non-json":
1031
- throw new errors.ChrtError({
1032
- statusCode: _response.error.statusCode,
1033
- body: _response.error.rawBody,
1034
- rawResponse: _response.rawResponse,
1035
- });
1036
- case "timeout":
1037
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/statements/open_off_chrt/v1/{statement_id}.");
1038
- case "unknown":
1039
- throw new errors.ChrtError({
1040
- message: _response.error.errorMessage,
1041
- rawResponse: _response.rawResponse,
1042
- });
1043
- }
1044
- });
1045
- }
1046
- /**
1047
- * Stripe-Connect manual reconciliation: pulls the live Stripe invoice status and updates the Statement (and cascaded LIG statuses) accordingly. Same backend as the Stripe webhook handler — idempotent, no-op when already in sync. Handles PAID, UNCOLLECTIBLE, and VOID/DELETED transitions. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[statement_owner_operators] | () -> (Statement1)
1048
- *
1049
- * @param {string} statementId
1050
- * @param {Statements.RequestOptions} requestOptions - Request-specific configuration.
1051
- *
1052
- * @throws {@link Chrt.UnprocessableEntityError}
1053
- *
1054
- * @example
1055
- * await client.billing.statements.syncInvoiceV1("statement_id")
1056
- */
1057
- syncInvoiceV1(statementId, requestOptions) {
1058
- return core.HttpResponsePromise.fromPromise(this.__syncInvoiceV1(statementId, requestOptions));
1059
- }
1060
- __syncInvoiceV1(statementId, requestOptions) {
1061
- return __awaiter(this, void 0, void 0, function* () {
1062
- var _a, _b, _c, _d;
1063
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1064
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1065
- 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, `billing/statements/sync_invoice/v1/${encodeURIComponent(statementId)}`),
1066
- method: "POST",
1067
- headers: _headers,
1068
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
1069
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1070
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1071
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1072
- });
1073
- if (_response.ok) {
1074
- return { data: _response.body, rawResponse: _response.rawResponse };
1075
- }
1076
- if (_response.error.reason === "status-code") {
1077
- switch (_response.error.statusCode) {
1078
- case 422:
1079
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1080
- default:
1081
- throw new errors.ChrtError({
1082
- statusCode: _response.error.statusCode,
1083
- body: _response.error.body,
1084
- rawResponse: _response.rawResponse,
1085
- });
1086
- }
1087
- }
1088
- switch (_response.error.reason) {
1089
- case "non-json":
1090
- throw new errors.ChrtError({
1091
- statusCode: _response.error.statusCode,
1092
- body: _response.error.rawBody,
1093
- rawResponse: _response.rawResponse,
1094
- });
1095
- case "timeout":
1096
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/statements/sync_invoice/v1/{statement_id}.");
1097
- case "unknown":
1098
- throw new errors.ChrtError({
1099
- message: _response.error.errorMessage,
1100
- rawResponse: _response.rawResponse,
1101
- });
1102
- }
1103
- });
1104
- }
1105
- /**
1106
- * Flips a STAGED Statement's settlement_type between STRIPE_CONNECT and OFF_CHRT and cascades the new value onto every attached LineItemGroup. Rejects if the new value matches the current value. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[statement_owner_operators] | (StatementUpdateSettlementTypeReq) -> (Statement1)
1107
- *
1108
- * @param {string} statementId
1109
- * @param {Chrt.billing.StatementUpdateSettlementTypeReq} request
1110
- * @param {Statements.RequestOptions} requestOptions - Request-specific configuration.
1111
- *
1112
- * @throws {@link Chrt.UnprocessableEntityError}
1113
- *
1114
- * @example
1115
- * await client.billing.statements.updateSettlementTypeV1("statement_id", {
1116
- * settlement_type: "stripe_connect"
1117
- * })
1118
- */
1119
- updateSettlementTypeV1(statementId, request, requestOptions) {
1120
- return core.HttpResponsePromise.fromPromise(this.__updateSettlementTypeV1(statementId, request, requestOptions));
1121
- }
1122
- __updateSettlementTypeV1(statementId, request, requestOptions) {
1123
- return __awaiter(this, void 0, void 0, function* () {
1124
- var _a, _b, _c, _d;
1125
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1126
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1127
- 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, `billing/statements/update_settlement_type/v1/${encodeURIComponent(statementId)}`),
1128
- method: "POST",
1129
- headers: _headers,
1130
- contentType: "application/json",
1131
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
1132
- requestType: "json",
1133
- body: request,
1134
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1135
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1136
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1137
- });
1138
- if (_response.ok) {
1139
- return { data: _response.body, rawResponse: _response.rawResponse };
1140
- }
1141
- if (_response.error.reason === "status-code") {
1142
- switch (_response.error.statusCode) {
1143
- case 422:
1144
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1145
- default:
1146
- throw new errors.ChrtError({
1147
- statusCode: _response.error.statusCode,
1148
- body: _response.error.body,
1149
- rawResponse: _response.rawResponse,
1150
- });
1151
- }
1152
- }
1153
- switch (_response.error.reason) {
1154
- case "non-json":
1155
- throw new errors.ChrtError({
1156
- statusCode: _response.error.statusCode,
1157
- body: _response.error.rawBody,
1158
- rawResponse: _response.rawResponse,
1159
- });
1160
- case "timeout":
1161
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/statements/update_settlement_type/v1/{statement_id}.");
1162
- case "unknown":
1163
- throw new errors.ChrtError({
1164
- message: _response.error.errorMessage,
1165
- rawResponse: _response.rawResponse,
1166
- });
1167
- }
1168
- });
1169
- }
1170
- /**
1171
- * Gets a statement by ID. | authz_personas=[statement_org_operators, statement_driver] | () -> (Statement1)
1172
- *
1173
- * @param {string} statementId
1174
- * @param {Statements.RequestOptions} requestOptions - Request-specific configuration.
1175
- *
1176
- * @throws {@link Chrt.UnprocessableEntityError}
1177
- *
1178
- * @example
1179
- * await client.billing.statements.getV1("statement_id")
1180
- */
1181
- getV1(statementId, requestOptions) {
1182
- return core.HttpResponsePromise.fromPromise(this.__getV1(statementId, requestOptions));
1183
- }
1184
- __getV1(statementId, requestOptions) {
1185
- return __awaiter(this, void 0, void 0, function* () {
1186
- var _a, _b, _c, _d;
1187
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1188
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1189
- 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, `billing/statements/v1/${encodeURIComponent(statementId)}`),
1190
- method: "GET",
1191
- headers: _headers,
1192
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
1193
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1194
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1195
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1196
- });
1197
- if (_response.ok) {
1198
- return { data: _response.body, rawResponse: _response.rawResponse };
1199
- }
1200
- if (_response.error.reason === "status-code") {
1201
- switch (_response.error.statusCode) {
1202
- case 422:
1203
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1204
- default:
1205
- throw new errors.ChrtError({
1206
- statusCode: _response.error.statusCode,
1207
- body: _response.error.body,
1208
- rawResponse: _response.rawResponse,
1209
- });
1210
- }
1211
- }
1212
- switch (_response.error.reason) {
1213
- case "non-json":
1214
- throw new errors.ChrtError({
1215
- statusCode: _response.error.statusCode,
1216
- body: _response.error.rawBody,
1217
- rawResponse: _response.rawResponse,
1218
- });
1219
- case "timeout":
1220
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /billing/statements/v1/{statement_id}.");
1221
- case "unknown":
1222
- throw new errors.ChrtError({
1223
- message: _response.error.errorMessage,
1224
- rawResponse: _response.rawResponse,
1225
- });
1226
- }
1227
- });
1228
- }
1229
- /**
1230
- * Stripe-Connect transition: OPEN → STAGED. Voids the Stripe invoice, clears stripe_* fields on the Statement, and cascades attached LineItemGroups OPEN → FINALIZED so they remain re-bundleable into a new Statement. Reversible — the Statement can be re-opened with a fresh open_invoice/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[statement_owner_operators] | () -> (Statement1)
1231
- *
1232
- * @param {string} statementId
1233
- * @param {Statements.RequestOptions} requestOptions - Request-specific configuration.
1234
- *
1235
- * @throws {@link Chrt.UnprocessableEntityError}
1236
- *
1237
- * @example
1238
- * await client.billing.statements.voidInvoiceV1("statement_id")
1239
- */
1240
- voidInvoiceV1(statementId, requestOptions) {
1241
- return core.HttpResponsePromise.fromPromise(this.__voidInvoiceV1(statementId, requestOptions));
1242
- }
1243
- __voidInvoiceV1(statementId, requestOptions) {
1244
- return __awaiter(this, void 0, void 0, function* () {
1245
- var _a, _b, _c, _d;
1246
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1247
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1248
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `billing/statements/void_invoice/v1/${encodeURIComponent(statementId)}`),
1249
- method: "POST",
1250
- headers: _headers,
1251
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
1252
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1253
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1254
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1255
- });
1256
- if (_response.ok) {
1257
- return { data: _response.body, rawResponse: _response.rawResponse };
1258
- }
1259
- if (_response.error.reason === "status-code") {
1260
- switch (_response.error.statusCode) {
1261
- case 422:
1262
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1263
- default:
1264
- throw new errors.ChrtError({
1265
- statusCode: _response.error.statusCode,
1266
- body: _response.error.body,
1267
- rawResponse: _response.rawResponse,
1268
- });
1269
- }
1270
- }
1271
- switch (_response.error.reason) {
1272
- case "non-json":
1273
- throw new errors.ChrtError({
1274
- statusCode: _response.error.statusCode,
1275
- body: _response.error.rawBody,
1276
- rawResponse: _response.rawResponse,
1277
- });
1278
- case "timeout":
1279
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/statements/void_invoice/v1/{statement_id}.");
1280
- case "unknown":
1281
- throw new errors.ChrtError({
1282
- message: _response.error.errorMessage,
1283
- rawResponse: _response.rawResponse,
1284
- });
1285
- }
1286
- });
1287
- }
1288
- _getAuthorizationHeader() {
1289
- return __awaiter(this, void 0, void 0, function* () {
1290
- const bearer = yield core.Supplier.get(this._options.token);
1291
- if (bearer != null) {
1292
- return `Bearer ${bearer}`;
1293
- }
1294
- return undefined;
1295
- });
1296
- }
1297
- }