@chrt-inc/typescript-sdk 1.920.0 → 1.923.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 (1243) hide show
  1. package/README.md +21 -21
  2. package/dist/cjs/Client.js +2 -2
  3. package/dist/cjs/api/resources/billing/client/Client.d.ts +0 -27
  4. package/dist/cjs/api/resources/billing/client/Client.js +4 -49
  5. package/dist/cjs/api/resources/billing/resources/index.d.ts +0 -17
  6. package/dist/cjs/api/resources/billing/resources/index.js +1 -18
  7. package/dist/cjs/api/resources/billingNew/client/Client.d.ts +3 -0
  8. package/dist/cjs/api/resources/billingNew/client/Client.js +13 -8
  9. package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/Client.d.ts +168 -0
  10. package/dist/cjs/api/resources/{billing/resources/rateSheetMappings → billingNew/resources/billingPeriods}/client/Client.js +178 -113
  11. package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.d.ts +34 -0
  12. package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.d.ts +20 -0
  13. package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.d.ts +54 -0
  14. package/dist/cjs/api/resources/billingNew/resources/billingPeriods/client/requests/index.d.ts +3 -0
  15. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.d.ts +2 -1
  16. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.js +6 -2
  17. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesClientCreate1.d.ts +1 -0
  18. package/dist/cjs/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.d.ts +4 -1
  19. package/dist/cjs/api/resources/billingNew/resources/index.d.ts +2 -0
  20. package/dist/cjs/api/resources/billingNew/resources/index.js +3 -1
  21. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/Client.d.ts +21 -1
  22. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/Client.js +77 -2
  23. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAmountReq.d.ts +3 -0
  24. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.d.ts +17 -0
  25. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromLineItemsReq.d.ts +1 -0
  26. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/InvoiceLineItemsListV1Request.d.ts +3 -0
  27. package/dist/cjs/api/resources/billingNew/resources/invoiceLineItems/client/requests/index.d.ts +1 -0
  28. package/dist/cjs/api/resources/billingNew/resources/invoices/client/Client.d.ts +1 -0
  29. package/dist/cjs/api/resources/billingNew/resources/invoices/client/Client.js +5 -1
  30. package/dist/cjs/api/resources/billingNew/resources/invoices/client/requests/InvoiceClientCreate1.d.ts +1 -0
  31. package/dist/cjs/api/resources/billingNew/resources/invoices/client/requests/InvoicesListV1Request.d.ts +3 -0
  32. package/dist/cjs/api/resources/billingNew/resources/orders/client/Client.d.ts +16 -0
  33. package/dist/cjs/api/resources/billingNew/resources/orders/client/Client.js +70 -0
  34. package/dist/{esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.d.mts → cjs/api/resources/billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.d.ts} +1 -1
  35. package/dist/cjs/api/resources/billingNew/resources/orders/client/requests/index.d.ts +1 -0
  36. package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.d.ts +2 -2
  37. package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.js +2 -2
  38. package/dist/cjs/api/resources/listing/resources/listings/client/Client.d.ts +1 -1
  39. package/dist/cjs/api/resources/listing/resources/listings/client/Client.js +1 -1
  40. package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.d.ts +2 -0
  41. package/dist/cjs/api/resources/shipping/client/Client.d.ts +0 -12
  42. package/dist/cjs/api/resources/shipping/client/Client.js +16 -36
  43. package/dist/cjs/api/resources/shipping/resources/index.d.ts +1 -10
  44. package/dist/cjs/api/resources/shipping/resources/index.js +2 -11
  45. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +18 -3
  46. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +32 -7
  47. package/dist/cjs/api/resources/shipping/resources/orders/index.d.ts +1 -1
  48. package/dist/cjs/api/resources/shipping/resources/orders/index.js +1 -1
  49. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/Client.d.ts +101 -0
  50. package/dist/cjs/api/resources/shipping/resources/{cargos → orders/resources/cargo}/client/Client.js +35 -35
  51. package/dist/cjs/api/{types → resources/shipping/resources/orders/resources/cargo/client/requests}/CargoClientUpdate1.d.ts +5 -1
  52. package/dist/cjs/api/resources/shipping/resources/{cargos/client/requests/CargoAddToOrderReq.d.ts → orders/resources/cargo/client/requests/OrdersAddCargoReq.d.ts} +2 -2
  53. package/dist/cjs/api/resources/shipping/resources/{cargos/client/requests/CargoAssociateWithTaskReq.d.ts → orders/resources/cargo/client/requests/OrdersAssociateCargoWithTaskReq.d.ts} +1 -1
  54. package/dist/{esm/api/resources/shipping/resources/cargos/client/requests/CargoUnassociateWithTaskReq.d.mts → cjs/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersUnassociateCargoWithTaskReq.d.ts} +1 -1
  55. package/dist/cjs/api/resources/shipping/resources/orders/resources/cargo/client/requests/index.d.ts +4 -0
  56. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/Client.d.ts +1 -57
  57. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/Client.js +3 -276
  58. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersDraftUpdateReq.d.ts +0 -3
  59. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.ts +0 -4
  60. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/index.d.ts +0 -1
  61. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/index.d.ts +0 -1
  62. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/index.js +0 -1
  63. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/Client.d.ts +0 -70
  64. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/Client.js +0 -265
  65. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/index.d.ts +0 -1
  66. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/index.js +0 -15
  67. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/index.d.ts +0 -7
  68. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/index.js +1 -11
  69. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.ts +0 -143
  70. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.js +0 -577
  71. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/index.d.ts +0 -1
  72. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/index.js +0 -15
  73. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +2 -2
  74. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +2 -2
  75. package/dist/cjs/api/resources/shipping/resources/orders/resources/index.d.ts +10 -1
  76. package/dist/cjs/api/resources/shipping/resources/orders/resources/index.js +11 -2
  77. package/dist/cjs/api/resources/shipping/resources/orders/resources/{drafts/resources/task → task}/client/Client.d.ts +14 -16
  78. package/dist/cjs/api/resources/shipping/resources/orders/resources/{drafts/resources/task → task}/client/Client.js +24 -26
  79. package/dist/cjs/api/resources/shipping/resources/orders/resources/{drafts/resources/task/client/requests/OrderDraftAddTaskReqV1.d.ts → task/client/requests/OrdersAddTaskReq.d.ts} +5 -3
  80. package/dist/cjs/api/{types → resources/shipping/resources/orders/resources/task/client/requests}/TaskClientUpdate1.d.ts +5 -1
  81. package/dist/cjs/api/resources/shipping/resources/orders/resources/task/client/requests/index.d.ts +2 -0
  82. package/dist/cjs/api/resources/shipping/resources/orders/resources/{drafts/resources/taskArtifact → taskArtifact}/client/Client.d.ts +14 -11
  83. package/dist/cjs/api/resources/shipping/resources/orders/resources/{drafts/resources/taskArtifact → taskArtifact}/client/Client.js +22 -19
  84. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/OrdersAddTaskArtifactReq.d.ts +25 -0
  85. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/OrdersAddTaskArtifactReq.js +13 -0
  86. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/index.d.ts +1 -0
  87. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/Client.d.ts +162 -0
  88. package/dist/cjs/api/resources/shipping/resources/{orderGroups → orders/resources/taskGroup}/client/Client.js +173 -121
  89. package/dist/cjs/api/resources/shipping/resources/orders/resources/{drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.d.ts → taskGroup/client/requests/OrdersAddTaskGroupExecutorReq.d.ts} +3 -3
  90. package/dist/cjs/api/resources/shipping/resources/orders/resources/{drafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.ts → taskGroup/client/requests/OrdersAddTaskGroupReq.d.ts} +2 -2
  91. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupFlightInfoReq.d.ts +22 -0
  92. package/dist/cjs/api/resources/shipping/resources/orders/resources/{drafts/resources/taskGroup/client/requests/SetTaskOrderingDraftReq.d.ts → taskGroup/client/requests/OrdersSetTaskGroupTaskOrderingReq.d.ts} +2 -2
  93. package/dist/cjs/api/resources/shipping/resources/orders/resources/{drafts/resources/taskGroup/client/requests/SetVehicleTypeReq.d.ts → taskGroup/client/requests/OrdersSetTaskGroupVehicleTypeReq.d.ts} +2 -2
  94. package/dist/{esm/api/resources/shipping/resources/taskGroups/client/requests/UpdateDriverReq.d.mts → cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersUpdateTaskGroupDriverReq.d.ts} +2 -2
  95. package/dist/cjs/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/index.d.ts +6 -0
  96. package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/utils}/client/Client.d.ts +12 -12
  97. package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/utils}/client/Client.js +21 -18
  98. package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.d.ts → shipping/resources/orders/resources/utils/client/requests/BodyPostShippingOrdersUtilsImageToTextV1.d.ts} +1 -1
  99. package/dist/cjs/api/resources/shipping/resources/orders/resources/utils/client/requests/index.d.ts +1 -0
  100. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.d.ts +0 -34
  101. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.js +0 -128
  102. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/index.d.ts +0 -1
  103. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/index.js +0 -15
  104. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +0 -314
  105. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +10 -1329
  106. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/index.d.ts +0 -6
  107. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.d.ts +1 -48
  108. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.js +1 -192
  109. package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/index.d.ts +0 -1
  110. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/Client.d.ts +0 -3
  111. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/Client.js +0 -5
  112. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.ts +48 -16
  113. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.js +173 -43
  114. package/dist/cjs/api/resources/{shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.d.ts → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.d.ts} +3 -3
  115. package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.d.ts → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.d.ts} +3 -3
  116. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.d.ts +2 -0
  117. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/index.d.ts +0 -2
  118. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/index.js +1 -3
  119. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.d.ts +18 -1
  120. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.js +68 -1
  121. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.d.ts +14 -0
  122. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.d.ts +1 -0
  123. package/dist/cjs/api/types/BillingPeriod1.d.ts +34 -0
  124. package/dist/cjs/api/types/{BillingCycleEnum.d.ts → BillingPeriodCycleEnum1.d.ts} +2 -2
  125. package/dist/cjs/api/types/{BillingCycleEnum.js → BillingPeriodCycleEnum1.js} +2 -2
  126. package/dist/cjs/api/types/BillingPeriodExpanded1.d.ts +9 -0
  127. package/dist/cjs/api/types/{OrderGroupListRes.d.ts → BillingPeriodListRes.d.ts} +2 -2
  128. package/dist/cjs/api/types/BillingPeriodSortByEnum.d.ts +12 -0
  129. package/dist/cjs/api/types/{OrderGroupExpandedSortByEnum.js → BillingPeriodSortByEnum.js} +5 -3
  130. package/dist/cjs/api/types/{BillingLedgerPeriodStatusEnum.d.ts → BillingPeriodStatusEnum1.d.ts} +2 -2
  131. package/dist/cjs/api/types/{BillingLedgerPeriodStatusEnum.js → BillingPeriodStatusEnum1.js} +2 -2
  132. package/dist/cjs/api/types/BillingPeriodTaskGroupsReq.d.ts +6 -0
  133. package/dist/cjs/api/types/Cargo1.d.ts +1 -0
  134. package/dist/cjs/api/types/CargoTypeEnum1.d.ts +2 -1
  135. package/dist/cjs/api/types/CargoTypeEnum1.js +1 -0
  136. package/dist/cjs/api/types/ChrtGroundProviderRates1.d.ts +1 -0
  137. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.d.ts +9 -0
  138. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.d.ts +11 -0
  139. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsItem1.d.ts +13 -0
  140. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.d.ts +9 -0
  141. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.d.ts +9 -0
  142. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.js +11 -0
  143. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRes.d.ts +10 -0
  144. package/dist/cjs/api/types/Invoice1.d.ts +1 -0
  145. package/dist/cjs/api/types/InvoiceExpandedRes.d.ts +1 -0
  146. package/dist/cjs/api/types/InvoiceLineItem1.d.ts +4 -0
  147. package/dist/cjs/api/types/InvoiceLineItemClientCreate1.d.ts +3 -0
  148. package/dist/cjs/api/types/InvoiceLineItemServerCreate1.d.ts +4 -0
  149. package/dist/cjs/api/types/InvoiceLineItemsByOrderExpandedRes.d.ts +2 -0
  150. package/dist/cjs/api/types/NotificationEventsForOrgsEnum.d.ts +1 -6
  151. package/dist/cjs/api/types/NotificationEventsForOrgsEnum.js +0 -5
  152. package/dist/cjs/api/types/NotificationEventsForUsersEnum.d.ts +1 -3
  153. package/dist/cjs/api/types/NotificationEventsForUsersEnum.js +0 -2
  154. package/dist/cjs/api/types/OffChrtOrgData1.d.ts +1 -0
  155. package/dist/cjs/api/types/OffChrtOrgDataClientCreate1.d.ts +1 -0
  156. package/dist/cjs/api/types/Order1.d.ts +1 -1
  157. package/dist/{esm/api/types/CreateLigFromRateSheetForVectorClientReq.d.mts → cjs/api/types/OrderAwbBillingAccount1.d.ts} +3 -2
  158. package/dist/cjs/api/types/OrderAwbBillingListItem1.d.ts +12 -0
  159. package/dist/cjs/api/types/{BillingLedgerPeriodListRes.d.ts → OrderAwbBillingListRes.d.ts} +2 -2
  160. package/dist/cjs/api/types/OrderBillingExpandedListItem1.d.ts +1 -0
  161. package/dist/cjs/api/types/OrderBillingPeriod1.d.ts +11 -0
  162. package/dist/cjs/api/types/OrderExpandedForCoordinator.d.ts +1 -0
  163. package/dist/cjs/api/types/OrderExpandedForShipper.d.ts +1 -0
  164. package/dist/cjs/api/types/OrderLimitedForCoordinator1.d.ts +1 -1
  165. package/dist/cjs/api/types/OrderLimitedForShipper1.d.ts +1 -1
  166. package/dist/cjs/api/types/OrdersDraftDeleteManyRes.d.ts +0 -1
  167. package/dist/cjs/api/types/OrdersDraftUpdateRes.d.ts +0 -2
  168. package/dist/cjs/api/types/ProFormaLineItem1.d.ts +9 -7
  169. package/dist/cjs/api/types/{LineItemProvenanceEnum.d.ts → ProFormaLineItemProvenanceEnum1.d.ts} +2 -2
  170. package/dist/cjs/api/types/{LineItemProvenanceEnum.js → ProFormaLineItemProvenanceEnum1.js} +2 -2
  171. package/dist/cjs/api/types/TaskGroup1.d.ts +0 -9
  172. package/dist/cjs/api/types/index.d.ts +18 -82
  173. package/dist/cjs/api/types/index.js +18 -82
  174. package/dist/cjs/core/index.d.ts +0 -1
  175. package/dist/cjs/core/index.js +0 -1
  176. package/dist/cjs/version.d.ts +1 -1
  177. package/dist/cjs/version.js +1 -1
  178. package/dist/esm/Client.mjs +2 -2
  179. package/dist/esm/api/resources/billing/client/Client.d.mts +0 -27
  180. package/dist/esm/api/resources/billing/client/Client.mjs +0 -45
  181. package/dist/esm/api/resources/billing/resources/index.d.mts +0 -17
  182. package/dist/esm/api/resources/billing/resources/index.mjs +0 -17
  183. package/dist/esm/api/resources/billingNew/client/Client.d.mts +3 -0
  184. package/dist/esm/api/resources/billingNew/client/Client.mjs +5 -0
  185. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/Client.d.mts +168 -0
  186. package/dist/esm/api/resources/{billing/resources/rateSheetMappings → billingNew/resources/billingPeriods}/client/Client.mjs +176 -111
  187. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.d.mts +34 -0
  188. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.d.mts +20 -0
  189. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.d.mts +54 -0
  190. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/index.d.mts +3 -0
  191. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.d.mts +2 -1
  192. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.mjs +6 -2
  193. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesClientCreate1.d.mts +1 -0
  194. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.d.mts +4 -1
  195. package/dist/esm/api/resources/billingNew/resources/index.d.mts +2 -0
  196. package/dist/esm/api/resources/billingNew/resources/index.mjs +2 -0
  197. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.d.mts +21 -1
  198. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.mjs +77 -2
  199. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAmountReq.d.mts +3 -0
  200. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.d.mts +17 -0
  201. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromLineItemsReq.d.mts +1 -0
  202. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/InvoiceLineItemsListV1Request.d.mts +3 -0
  203. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/index.d.mts +1 -0
  204. package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.d.mts +1 -0
  205. package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.mjs +5 -1
  206. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoiceClientCreate1.d.mts +1 -0
  207. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoicesListV1Request.d.mts +3 -0
  208. package/dist/esm/api/resources/billingNew/resources/orders/client/Client.d.mts +16 -0
  209. package/dist/esm/api/resources/billingNew/resources/orders/client/Client.mjs +70 -0
  210. package/dist/{cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.d.ts → esm/api/resources/billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.d.mts} +1 -1
  211. package/dist/esm/api/resources/billingNew/resources/orders/client/requests/index.d.mts +1 -0
  212. package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.d.mts +2 -2
  213. package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.mjs +2 -2
  214. package/dist/esm/api/resources/listing/resources/listings/client/Client.d.mts +1 -1
  215. package/dist/esm/api/resources/listing/resources/listings/client/Client.mjs +1 -1
  216. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.d.mts +2 -0
  217. package/dist/esm/api/resources/shipping/client/Client.d.mts +0 -12
  218. package/dist/esm/api/resources/shipping/client/Client.mjs +0 -20
  219. package/dist/esm/api/resources/shipping/resources/index.d.mts +1 -10
  220. package/dist/esm/api/resources/shipping/resources/index.mjs +1 -10
  221. package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +18 -3
  222. package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +28 -3
  223. package/dist/esm/api/resources/shipping/resources/orders/index.d.mts +1 -1
  224. package/dist/esm/api/resources/shipping/resources/orders/index.mjs +1 -1
  225. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/Client.d.mts +101 -0
  226. package/dist/esm/api/resources/shipping/resources/{cargos → orders/resources/cargo}/client/Client.mjs +33 -33
  227. package/dist/esm/api/{types → resources/shipping/resources/orders/resources/cargo/client/requests}/CargoClientUpdate1.d.mts +5 -1
  228. package/dist/esm/api/resources/shipping/resources/{cargos/client/requests/CargoAddToOrderReq.d.mts → orders/resources/cargo/client/requests/OrdersAddCargoReq.d.mts} +2 -2
  229. package/dist/{cjs/api/resources/shipping/resources/cargos/client/requests/CargoUnassociateWithTaskReq.d.ts → esm/api/resources/shipping/resources/orders/resources/cargo/client/requests/OrdersAssociateCargoWithTaskReq.d.mts} +1 -1
  230. package/dist/esm/api/resources/shipping/resources/{cargos/client/requests/CargoAssociateWithTaskReq.d.mts → orders/resources/cargo/client/requests/OrdersUnassociateCargoWithTaskReq.d.mts} +1 -1
  231. package/dist/esm/api/resources/shipping/resources/orders/resources/cargo/client/requests/index.d.mts +4 -0
  232. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/Client.d.mts +1 -57
  233. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/Client.mjs +1 -274
  234. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersDraftUpdateReq.d.mts +0 -3
  235. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.mts +0 -4
  236. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/index.d.mts +0 -1
  237. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/index.d.mts +0 -1
  238. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/index.mjs +0 -1
  239. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/Client.d.mts +0 -70
  240. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/Client.mjs +0 -265
  241. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/index.d.mts +0 -1
  242. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/index.mjs +1 -1
  243. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/index.d.mts +0 -7
  244. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/index.mjs +0 -7
  245. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.mts +0 -143
  246. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.mjs +0 -577
  247. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/index.d.mts +0 -1
  248. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/index.mjs +1 -1
  249. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +2 -2
  250. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +2 -2
  251. package/dist/esm/api/resources/shipping/resources/orders/resources/index.d.mts +10 -1
  252. package/dist/esm/api/resources/shipping/resources/orders/resources/index.mjs +10 -1
  253. package/dist/esm/api/resources/shipping/resources/orders/resources/{drafts/resources/task → task}/client/Client.d.mts +14 -16
  254. package/dist/esm/api/resources/shipping/resources/orders/resources/{drafts/resources/task → task}/client/Client.mjs +24 -26
  255. package/dist/esm/api/resources/shipping/resources/orders/resources/{drafts/resources/task/client/requests/OrderDraftAddTaskReqV1.d.mts → task/client/requests/OrdersAddTaskReq.d.mts} +5 -3
  256. package/dist/esm/api/{types → resources/shipping/resources/orders/resources/task/client/requests}/TaskClientUpdate1.d.mts +5 -1
  257. package/dist/esm/api/resources/shipping/resources/orders/resources/task/client/requests/index.d.mts +2 -0
  258. package/dist/esm/api/resources/shipping/resources/orders/resources/{drafts/resources/taskArtifact → taskArtifact}/client/Client.d.mts +14 -11
  259. package/dist/esm/api/resources/shipping/resources/orders/resources/{drafts/resources/taskArtifact → taskArtifact}/client/Client.mjs +22 -19
  260. package/dist/esm/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/OrdersAddTaskArtifactReq.d.mts +25 -0
  261. package/dist/esm/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/OrdersAddTaskArtifactReq.mjs +10 -0
  262. package/dist/esm/api/resources/shipping/resources/orders/resources/taskArtifact/client/requests/index.d.mts +1 -0
  263. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/Client.d.mts +162 -0
  264. package/dist/esm/api/resources/shipping/resources/{orderGroups → orders/resources/taskGroup}/client/Client.mjs +171 -119
  265. package/dist/esm/api/resources/shipping/resources/{taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.mts → orders/resources/taskGroup/client/requests/OrdersAddTaskGroupExecutorReq.d.mts} +3 -3
  266. package/dist/esm/api/resources/shipping/resources/orders/resources/{drafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.mts → taskGroup/client/requests/OrdersAddTaskGroupReq.d.mts} +2 -2
  267. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupFlightInfoReq.d.mts +22 -0
  268. package/dist/{cjs/api/resources/shipping/resources/taskGroups/client/requests/SetTaskOrderingReq.d.ts → esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupTaskOrderingReq.d.mts} +2 -2
  269. package/dist/esm/api/resources/shipping/resources/orders/resources/{drafts/resources/taskGroup/client/requests/SetVehicleTypeReq.d.mts → taskGroup/client/requests/OrdersSetTaskGroupVehicleTypeReq.d.mts} +2 -2
  270. package/dist/{cjs/api/resources/shipping/resources/taskGroups/client/requests/UpdateDriverReq.d.ts → esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/OrdersUpdateTaskGroupDriverReq.d.mts} +2 -2
  271. package/dist/esm/api/resources/shipping/resources/orders/resources/taskGroup/client/requests/index.d.mts +6 -0
  272. package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/utils}/client/Client.d.mts +12 -12
  273. package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/utils}/client/Client.mjs +19 -16
  274. package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.d.mts → shipping/resources/orders/resources/utils/client/requests/BodyPostShippingOrdersUtilsImageToTextV1.d.mts} +1 -1
  275. package/dist/esm/api/resources/shipping/resources/orders/resources/utils/client/requests/index.d.mts +1 -0
  276. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.d.mts +0 -34
  277. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.mjs +0 -128
  278. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/index.d.mts +0 -1
  279. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/index.mjs +1 -1
  280. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +0 -314
  281. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +10 -1329
  282. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/index.d.mts +0 -6
  283. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.d.mts +1 -48
  284. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.mjs +1 -192
  285. package/dist/esm/api/resources/shipping/resources/tasks/client/requests/index.d.mts +0 -1
  286. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/client/Client.d.mts +0 -3
  287. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/client/Client.mjs +0 -5
  288. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.mts +48 -16
  289. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.mjs +173 -43
  290. package/dist/esm/api/resources/{shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.d.mts → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.d.mts} +3 -3
  291. package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.d.mts → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.d.mts} +3 -3
  292. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.d.mts +2 -0
  293. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/index.d.mts +0 -2
  294. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/index.mjs +0 -2
  295. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.d.mts +18 -1
  296. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.mjs +68 -1
  297. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.d.mts +14 -0
  298. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.d.mts +1 -0
  299. package/dist/esm/api/types/BillingPeriod1.d.mts +34 -0
  300. package/dist/esm/api/types/{BillingCycleEnum.d.mts → BillingPeriodCycleEnum1.d.mts} +2 -2
  301. package/dist/esm/api/types/{BillingCycleEnum.mjs → BillingPeriodCycleEnum1.mjs} +1 -1
  302. package/dist/esm/api/types/BillingPeriodExpanded1.d.mts +9 -0
  303. package/dist/esm/api/types/{BillingLedgerListRes.d.mts → BillingPeriodListRes.d.mts} +2 -2
  304. package/dist/esm/api/types/BillingPeriodSortByEnum.d.mts +12 -0
  305. package/dist/esm/api/types/{OrderGroupExpandedSortByEnum.mjs → BillingPeriodSortByEnum.mjs} +4 -2
  306. package/dist/esm/api/types/{BillingLedgerPeriodStatusEnum.d.mts → BillingPeriodStatusEnum1.d.mts} +2 -2
  307. package/dist/esm/api/types/{BillingLedgerPeriodStatusEnum.mjs → BillingPeriodStatusEnum1.mjs} +1 -1
  308. package/dist/esm/api/types/BillingPeriodTaskGroupsReq.d.mts +6 -0
  309. package/dist/esm/api/types/Cargo1.d.mts +1 -0
  310. package/dist/esm/api/types/CargoTypeEnum1.d.mts +2 -1
  311. package/dist/esm/api/types/CargoTypeEnum1.mjs +1 -0
  312. package/dist/esm/api/types/ChrtGroundProviderRates1.d.mts +1 -0
  313. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.d.mts +9 -0
  314. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.d.mts +11 -0
  315. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsItem1.d.mts +13 -0
  316. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.d.mts +9 -0
  317. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.d.mts +9 -0
  318. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.mjs +8 -0
  319. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRes.d.mts +10 -0
  320. package/dist/esm/api/types/Invoice1.d.mts +1 -0
  321. package/dist/esm/api/types/InvoiceExpandedRes.d.mts +1 -0
  322. package/dist/esm/api/types/InvoiceLineItem1.d.mts +4 -0
  323. package/dist/esm/api/types/InvoiceLineItemClientCreate1.d.mts +3 -0
  324. package/dist/esm/api/types/InvoiceLineItemServerCreate1.d.mts +4 -0
  325. package/dist/esm/api/types/InvoiceLineItemsByOrderExpandedRes.d.mts +2 -0
  326. package/dist/esm/api/types/NotificationEventsForOrgsEnum.d.mts +1 -6
  327. package/dist/esm/api/types/NotificationEventsForOrgsEnum.mjs +0 -5
  328. package/dist/esm/api/types/NotificationEventsForUsersEnum.d.mts +1 -3
  329. package/dist/esm/api/types/NotificationEventsForUsersEnum.mjs +0 -2
  330. package/dist/esm/api/types/OffChrtOrgData1.d.mts +1 -0
  331. package/dist/esm/api/types/OffChrtOrgDataClientCreate1.d.mts +1 -0
  332. package/dist/esm/api/types/Order1.d.mts +1 -1
  333. package/dist/{cjs/api/types/CreateLigFromRateSheetForVectorClientReq.d.ts → esm/api/types/OrderAwbBillingAccount1.d.mts} +3 -2
  334. package/dist/esm/api/types/OrderAwbBillingListItem1.d.mts +12 -0
  335. package/dist/esm/api/types/{BillingLedgerPeriodListRes.d.mts → OrderAwbBillingListRes.d.mts} +2 -2
  336. package/dist/esm/api/types/OrderBillingExpandedListItem1.d.mts +1 -0
  337. package/dist/esm/api/types/OrderBillingPeriod1.d.mts +11 -0
  338. package/dist/esm/api/types/OrderExpandedForCoordinator.d.mts +1 -0
  339. package/dist/esm/api/types/OrderExpandedForShipper.d.mts +1 -0
  340. package/dist/esm/api/types/OrderLimitedForCoordinator1.d.mts +1 -1
  341. package/dist/esm/api/types/OrderLimitedForShipper1.d.mts +1 -1
  342. package/dist/esm/api/types/OrdersDraftDeleteManyRes.d.mts +0 -1
  343. package/dist/esm/api/types/OrdersDraftUpdateRes.d.mts +0 -2
  344. package/dist/esm/api/types/ProFormaLineItem1.d.mts +9 -7
  345. package/dist/esm/api/types/{LineItemProvenanceEnum.d.mts → ProFormaLineItemProvenanceEnum1.d.mts} +2 -2
  346. package/dist/esm/api/types/{LineItemProvenanceEnum.mjs → ProFormaLineItemProvenanceEnum1.mjs} +1 -1
  347. package/dist/esm/api/types/TaskGroup1.d.mts +0 -9
  348. package/dist/esm/api/types/index.d.mts +18 -82
  349. package/dist/esm/api/types/index.mjs +18 -82
  350. package/dist/esm/core/index.d.mts +0 -1
  351. package/dist/esm/core/index.mjs +0 -1
  352. package/dist/esm/version.d.mts +1 -1
  353. package/dist/esm/version.mjs +1 -1
  354. package/package.json +1 -1
  355. package/reference.md +3540 -12250
  356. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.ts +0 -115
  357. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.js +0 -425
  358. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.d.ts +0 -14
  359. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.d.ts +0 -41
  360. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.d.ts +0 -17
  361. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/index.d.ts +0 -3
  362. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.d.ts +0 -110
  363. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.js +0 -411
  364. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.ts +0 -23
  365. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.d.ts +0 -13
  366. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.d.ts +0 -32
  367. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/index.d.ts +0 -3
  368. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.d.ts +0 -132
  369. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.js +0 -505
  370. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.d.ts +0 -19
  371. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.d.ts +0 -21
  372. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.d.ts +0 -16
  373. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.d.ts +0 -3
  374. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.d.ts +0 -132
  375. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.js +0 -508
  376. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.d.ts +0 -35
  377. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.d.ts +0 -46
  378. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.d.ts +0 -16
  379. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.d.ts +0 -3
  380. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.d.ts +0 -307
  381. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.js +0 -1203
  382. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.ts +0 -23
  383. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.d.ts +0 -53
  384. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.ts +0 -23
  385. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.ts +0 -24
  386. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/index.d.ts +0 -4
  387. package/dist/cjs/api/resources/billing/resources/lineItemGroups/index.d.ts +0 -2
  388. package/dist/cjs/api/resources/billing/resources/lineItemGroups/index.js +0 -18
  389. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/index.d.ts +0 -4
  390. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/index.js +0 -43
  391. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/index.d.ts +0 -1
  392. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.d.ts +0 -83
  393. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.js +0 -308
  394. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/index.d.ts +0 -2
  395. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/index.js +0 -17
  396. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.d.ts +0 -1
  397. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.js +0 -2
  398. package/dist/cjs/api/resources/billing/resources/lineItems/client/Client.d.ts +0 -23
  399. package/dist/cjs/api/resources/billing/resources/lineItems/client/Client.js +0 -17
  400. package/dist/cjs/api/resources/billing/resources/lineItems/client/index.d.ts +0 -1
  401. package/dist/cjs/api/resources/billing/resources/lineItems/client/index.js +0 -2
  402. package/dist/cjs/api/resources/billing/resources/lineItems/index.d.ts +0 -2
  403. package/dist/cjs/api/resources/billing/resources/lineItems/index.js +0 -18
  404. package/dist/cjs/api/resources/billing/resources/lineItems/resources/index.d.ts +0 -2
  405. package/dist/cjs/api/resources/billing/resources/lineItems/resources/index.js +0 -41
  406. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.ts +0 -83
  407. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.js +0 -308
  408. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.d.ts +0 -2
  409. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.js +0 -17
  410. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.d.ts +0 -13
  411. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.d.ts +0 -1
  412. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.js +0 -2
  413. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/index.d.ts +0 -1
  414. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/index.js +0 -17
  415. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/Client.d.ts +0 -132
  416. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/Client.js +0 -505
  417. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/index.d.ts +0 -2
  418. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/index.js +0 -17
  419. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.d.ts +0 -16
  420. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.d.ts +0 -15
  421. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.d.ts +0 -16
  422. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.d.ts +0 -3
  423. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.js +0 -2
  424. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/index.d.ts +0 -1
  425. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/index.js +0 -17
  426. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/Client.d.ts +0 -155
  427. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/index.d.ts +0 -2
  428. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/index.js +0 -17
  429. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.ts +0 -20
  430. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.d.ts +0 -18
  431. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/index.d.ts +0 -3
  432. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/index.js +0 -2
  433. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/index.d.ts +0 -1
  434. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/index.js +0 -17
  435. package/dist/cjs/api/resources/billing/resources/statements/client/Client.d.ts +0 -321
  436. package/dist/cjs/api/resources/billing/resources/statements/client/Client.js +0 -1334
  437. package/dist/cjs/api/resources/billing/resources/statements/client/index.d.ts +0 -2
  438. package/dist/cjs/api/resources/billing/resources/statements/client/index.js +0 -17
  439. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.ts +0 -21
  440. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementExpandedRetrieveReq.d.ts +0 -12
  441. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.d.ts +0 -13
  442. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.ts +0 -71
  443. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.ts +0 -71
  444. package/dist/cjs/api/resources/billing/resources/statements/client/requests/index.d.ts +0 -5
  445. package/dist/cjs/api/resources/billing/resources/statements/client/requests/index.js +0 -2
  446. package/dist/cjs/api/resources/billing/resources/statements/index.d.ts +0 -1
  447. package/dist/cjs/api/resources/billing/resources/statements/index.js +0 -17
  448. package/dist/cjs/api/resources/shipping/resources/cargos/client/Client.d.ts +0 -101
  449. package/dist/cjs/api/resources/shipping/resources/cargos/client/index.d.ts +0 -2
  450. package/dist/cjs/api/resources/shipping/resources/cargos/client/index.js +0 -17
  451. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/index.d.ts +0 -3
  452. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/index.js +0 -2
  453. package/dist/cjs/api/resources/shipping/resources/cargos/index.d.ts +0 -1
  454. package/dist/cjs/api/resources/shipping/resources/cargos/index.js +0 -17
  455. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/Client.d.ts +0 -142
  456. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/index.d.ts +0 -2
  457. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/index.js +0 -17
  458. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.js +0 -5
  459. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.d.ts +0 -12
  460. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.js +0 -5
  461. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.d.ts +0 -13
  462. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.js +0 -5
  463. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.d.ts +0 -30
  464. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.js +0 -5
  465. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/index.d.ts +0 -4
  466. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/index.js +0 -2
  467. package/dist/cjs/api/resources/shipping/resources/orderGroups/index.d.ts +0 -1
  468. package/dist/cjs/api/resources/shipping/resources/orderGroups/index.js +0 -17
  469. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.d.ts +0 -177
  470. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.js +0 -718
  471. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/index.d.ts +0 -2
  472. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/index.js +0 -17
  473. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.d.ts +0 -40
  474. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.js +0 -5
  475. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/requests/index.d.ts +0 -1
  476. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/requests/index.js +0 -2
  477. package/dist/cjs/api/resources/shipping/resources/orderSchedules/index.d.ts +0 -2
  478. package/dist/cjs/api/resources/shipping/resources/orderSchedules/index.js +0 -18
  479. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.d.ts +0 -64
  480. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.js +0 -196
  481. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/index.d.ts +0 -2
  482. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/index.js +0 -17
  483. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.d.ts +0 -19
  484. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.js +0 -5
  485. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.d.ts +0 -16
  486. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.js +0 -5
  487. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/index.d.ts +0 -2
  488. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/index.js +0 -2
  489. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/index.d.ts +0 -1
  490. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/index.js +0 -17
  491. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/index.d.ts +0 -2
  492. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/index.js +0 -41
  493. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/BodyPostShippingOrdersDraftsImageToTextV1.d.ts +0 -13
  494. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/BodyPostShippingOrdersDraftsImageToTextV1.js +0 -5
  495. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAddCargoReq.d.ts +0 -18
  496. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAddCargoReq.js +0 -5
  497. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.d.ts +0 -16
  498. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.js +0 -5
  499. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.d.ts +0 -16
  500. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.js +0 -5
  501. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUpdateCargoReq.d.ts +0 -15
  502. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUpdateCargoReq.js +0 -5
  503. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/index.d.ts +0 -4
  504. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/index.js +0 -2
  505. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/Client.d.ts +0 -62
  506. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/Client.js +0 -197
  507. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/index.d.ts +0 -1
  508. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/index.js +0 -2
  509. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/index.d.ts +0 -1
  510. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/index.js +0 -17
  511. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/index.d.ts +0 -2
  512. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/index.js +0 -17
  513. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftAddTaskReqV1.js +0 -5
  514. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftUpdateTaskReq.d.ts +0 -15
  515. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftUpdateTaskReq.js +0 -5
  516. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/index.d.ts +0 -2
  517. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/index.js +0 -2
  518. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/index.d.ts +0 -1
  519. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/task/index.js +0 -17
  520. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/index.d.ts +0 -2
  521. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/index.js +0 -17
  522. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.d.ts +0 -16
  523. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.js +0 -5
  524. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/index.d.ts +0 -1
  525. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/index.js +0 -2
  526. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/index.d.ts +0 -1
  527. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/index.js +0 -17
  528. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.js +0 -5
  529. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.js +0 -5
  530. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftUpdateDriverReq.d.ts +0 -13
  531. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftUpdateDriverReq.js +0 -5
  532. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.d.ts +0 -13
  533. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.js +0 -5
  534. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetTaskOrderingDraftReq.js +0 -5
  535. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetVehicleTypeReq.js +0 -5
  536. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/index.d.ts +0 -6
  537. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/index.js +0 -2
  538. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/types/OrderBuilderStreamEvent.d.ts +0 -26
  539. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/types/OrderBuilderStreamEvent.js +0 -14
  540. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/types/index.d.ts +0 -1
  541. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/types/index.js +0 -17
  542. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.d.ts +0 -73
  543. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.js +0 -260
  544. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/index.d.ts +0 -2
  545. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/index.js +0 -17
  546. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.d.ts +0 -32
  547. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.js +0 -5
  548. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.d.ts +0 -25
  549. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.js +0 -5
  550. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.d.ts +0 -2
  551. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.js +0 -2
  552. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/index.d.ts +0 -1
  553. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/index.js +0 -17
  554. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.d.ts +0 -19
  555. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.js +0 -5
  556. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/requests/index.d.ts +0 -1
  557. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/requests/index.js +0 -2
  558. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.d.ts +0 -13
  559. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.js +0 -5
  560. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/SetTaskOrderingReq.js +0 -5
  561. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.ts +0 -13
  562. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.js +0 -5
  563. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.ts +0 -13
  564. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.js +0 -5
  565. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.ts +0 -13
  566. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.js +0 -5
  567. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/UpdateDriverReq.js +0 -5
  568. package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.d.ts +0 -21
  569. package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.js +0 -5
  570. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.d.ts +0 -62
  571. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.js +0 -197
  572. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.d.ts +0 -2
  573. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.js +0 -17
  574. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.d.ts +0 -21
  575. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.js +0 -5
  576. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.d.ts +0 -1
  577. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.js +0 -2
  578. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.d.ts +0 -1
  579. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.js +0 -17
  580. package/dist/cjs/api/types/AttachBillingLedgerPeriodReq.d.ts +0 -6
  581. package/dist/cjs/api/types/AttachBillingLedgerPeriodReq.js +0 -5
  582. package/dist/cjs/api/types/AttachLigToVectorClientReq.d.ts +0 -6
  583. package/dist/cjs/api/types/AttachLigToVectorClientReq.js +0 -5
  584. package/dist/cjs/api/types/BillingLedger1.d.ts +0 -27
  585. package/dist/cjs/api/types/BillingLedger1.js +0 -5
  586. package/dist/cjs/api/types/BillingLedgerListRes.d.ts +0 -8
  587. package/dist/cjs/api/types/BillingLedgerListRes.js +0 -5
  588. package/dist/cjs/api/types/BillingLedgerPeriod1.d.ts +0 -35
  589. package/dist/cjs/api/types/BillingLedgerPeriod1.js +0 -5
  590. package/dist/cjs/api/types/BillingLedgerPeriodListRes.js +0 -5
  591. package/dist/cjs/api/types/BillingLedgerPeriodSortByEnum.d.ts +0 -9
  592. package/dist/cjs/api/types/BillingLedgerPeriodSortByEnum.js +0 -11
  593. package/dist/cjs/api/types/BillingLedgerSortByEnum.d.ts +0 -4
  594. package/dist/cjs/api/types/BillingLedgerSortByEnum.js +0 -5
  595. package/dist/cjs/api/types/BillingLedgerStatusEnum.d.ts +0 -8
  596. package/dist/cjs/api/types/BillingLedgerStatusEnum.js +0 -10
  597. package/dist/cjs/api/types/BillingLineItemGroupMessageWebhookPayload.d.ts +0 -13
  598. package/dist/cjs/api/types/BillingLineItemGroupMessageWebhookPayload.js +0 -5
  599. package/dist/cjs/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.ts +0 -10
  600. package/dist/cjs/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.js +0 -5
  601. package/dist/cjs/api/types/BillingLineItemS3ObjectAddedWebhookPayload.d.ts +0 -14
  602. package/dist/cjs/api/types/BillingLineItemS3ObjectAddedWebhookPayload.js +0 -5
  603. package/dist/cjs/api/types/BillingReviewStatusEnum.d.ts +0 -15
  604. package/dist/cjs/api/types/BillingReviewStatusEnum.js +0 -12
  605. package/dist/cjs/api/types/BillingStatementOpenedWebhookPayload.d.ts +0 -10
  606. package/dist/cjs/api/types/BillingStatementOpenedWebhookPayload.js +0 -5
  607. package/dist/cjs/api/types/BillingStatementPaidWebhookPayload.d.ts +0 -10
  608. package/dist/cjs/api/types/BillingStatementPaidWebhookPayload.js +0 -5
  609. package/dist/cjs/api/types/CargoOnFlightRateSheet1.d.ts +0 -16
  610. package/dist/cjs/api/types/CargoOnFlightRateSheet1.js +0 -5
  611. package/dist/cjs/api/types/CargoOnFlightRateSheetListRes.d.ts +0 -8
  612. package/dist/cjs/api/types/CargoOnFlightRateSheetListRes.js +0 -5
  613. package/dist/cjs/api/types/ChrtGroundProviderRateSheet1.d.ts +0 -32
  614. package/dist/cjs/api/types/ChrtGroundProviderRateSheet1.js +0 -5
  615. package/dist/cjs/api/types/ChrtGroundProviderRateSheetListRes.d.ts +0 -8
  616. package/dist/cjs/api/types/ChrtGroundProviderRateSheetListRes.js +0 -5
  617. package/dist/cjs/api/types/CreateLigFromRateSheetForVectorClientReq.js +0 -5
  618. package/dist/cjs/api/types/LineItem1.d.ts +0 -32
  619. package/dist/cjs/api/types/LineItem1.js +0 -5
  620. package/dist/cjs/api/types/LineItemClientCreate1.d.ts +0 -14
  621. package/dist/cjs/api/types/LineItemClientCreate1.js +0 -5
  622. package/dist/cjs/api/types/LineItemEnum1.d.ts +0 -39
  623. package/dist/cjs/api/types/LineItemEnum1.js +0 -35
  624. package/dist/cjs/api/types/LineItemGroup1.d.ts +0 -59
  625. package/dist/cjs/api/types/LineItemGroup1.js +0 -5
  626. package/dist/cjs/api/types/LineItemGroupLineItemsRes.d.ts +0 -11
  627. package/dist/cjs/api/types/LineItemGroupLineItemsRes.js +0 -5
  628. package/dist/cjs/api/types/LineItemGroupListRes.d.ts +0 -8
  629. package/dist/cjs/api/types/LineItemGroupListRes.js +0 -5
  630. package/dist/cjs/api/types/LineItemGroupMessage1.d.ts +0 -12
  631. package/dist/cjs/api/types/LineItemGroupMessage1.js +0 -5
  632. package/dist/cjs/api/types/LineItemGroupS3ObjectMetadata1.d.ts +0 -19
  633. package/dist/cjs/api/types/LineItemGroupS3ObjectMetadata1.js +0 -5
  634. package/dist/cjs/api/types/LineItemGroupStatusEnum1.d.ts +0 -30
  635. package/dist/cjs/api/types/LineItemGroupStatusEnum1.js +0 -13
  636. package/dist/cjs/api/types/LineItemS3ObjectMetadata1.d.ts +0 -19
  637. package/dist/cjs/api/types/LineItemS3ObjectMetadata1.js +0 -5
  638. package/dist/cjs/api/types/LineItemStatusEnum.d.ts +0 -9
  639. package/dist/cjs/api/types/LineItemStatusEnum.js +0 -11
  640. package/dist/cjs/api/types/OnboardCourierRateSheet1.d.ts +0 -13
  641. package/dist/cjs/api/types/OnboardCourierRateSheet1.js +0 -5
  642. package/dist/cjs/api/types/OnboardCourierRateSheetListRes.d.ts +0 -8
  643. package/dist/cjs/api/types/OnboardCourierRateSheetListRes.js +0 -5
  644. package/dist/cjs/api/types/OrderBuilderReq.d.ts +0 -11
  645. package/dist/cjs/api/types/OrderBuilderReq.js +0 -5
  646. package/dist/cjs/api/types/OrderBuilderRes.d.ts +0 -11
  647. package/dist/cjs/api/types/OrderBuilderRes.js +0 -5
  648. package/dist/cjs/api/types/OrderDraftExpandedForCoordinator.d.ts +0 -15
  649. package/dist/cjs/api/types/OrderDraftExpandedForCoordinator.js +0 -5
  650. package/dist/cjs/api/types/OrderDraftExpandedForShipper.d.ts +0 -15
  651. package/dist/cjs/api/types/OrderDraftExpandedForShipper.js +0 -5
  652. package/dist/cjs/api/types/OrderGroup1.d.ts +0 -21
  653. package/dist/cjs/api/types/OrderGroup1.js +0 -5
  654. package/dist/cjs/api/types/OrderGroupExpandedListRes.d.ts +0 -8
  655. package/dist/cjs/api/types/OrderGroupExpandedListRes.js +0 -5
  656. package/dist/cjs/api/types/OrderGroupExpandedRow.d.ts +0 -9
  657. package/dist/cjs/api/types/OrderGroupExpandedRow.js +0 -5
  658. package/dist/cjs/api/types/OrderGroupExpandedSortByEnum.d.ts +0 -10
  659. package/dist/cjs/api/types/OrderGroupListRes.js +0 -5
  660. package/dist/cjs/api/types/OrderGroupSortByEnum.d.ts +0 -9
  661. package/dist/cjs/api/types/OrderGroupSortByEnum.js +0 -11
  662. package/dist/cjs/api/types/OrderSchedule1.d.ts +0 -24
  663. package/dist/cjs/api/types/OrderSchedule1.js +0 -5
  664. package/dist/cjs/api/types/OrderScheduleAboutRes.d.ts +0 -9
  665. package/dist/cjs/api/types/OrderScheduleAboutRes.js +0 -5
  666. package/dist/cjs/api/types/OrderScheduleBuildSeedRes.d.ts +0 -10
  667. package/dist/cjs/api/types/OrderScheduleBuildSeedRes.js +0 -5
  668. package/dist/cjs/api/types/OrderScheduleListRes.d.ts +0 -8
  669. package/dist/cjs/api/types/OrderScheduleListRes.js +0 -5
  670. package/dist/cjs/api/types/OrderScheduleOrchestratorScheduleActionResult.d.ts +0 -8
  671. package/dist/cjs/api/types/OrderScheduleOrchestratorScheduleActionResult.js +0 -5
  672. package/dist/cjs/api/types/OrderScheduleOrchestratorScheduleStatus.d.ts +0 -11
  673. package/dist/cjs/api/types/OrderScheduleOrchestratorScheduleStatus.js +0 -5
  674. package/dist/cjs/api/types/OrderScheduleSortByEnum.d.ts +0 -10
  675. package/dist/cjs/api/types/OrderScheduleSortByEnum.js +0 -12
  676. package/dist/cjs/api/types/OrderScheduleSpec1.d.ts +0 -11
  677. package/dist/cjs/api/types/OrderScheduleSpec1.js +0 -5
  678. package/dist/cjs/api/types/OrderScheduleStatusEnum1.d.ts +0 -10
  679. package/dist/cjs/api/types/OrderScheduleStatusEnum1.js +0 -12
  680. package/dist/cjs/api/types/OrderTemplateCore1.d.ts +0 -28
  681. package/dist/cjs/api/types/OrderTemplateCore1.js +0 -5
  682. package/dist/cjs/api/types/OrderTemplateReferencesExpanded1.d.ts +0 -13
  683. package/dist/cjs/api/types/OrderTemplateReferencesExpanded1.js +0 -5
  684. package/dist/cjs/api/types/OrderTemplateResolvabilityRes.d.ts +0 -12
  685. package/dist/cjs/api/types/OrderTemplateResolvabilityRes.js +0 -5
  686. package/dist/cjs/api/types/RateSheetMapping1.d.ts +0 -17
  687. package/dist/cjs/api/types/RateSheetMapping1.js +0 -5
  688. package/dist/cjs/api/types/RateSheetMappingListRes.d.ts +0 -8
  689. package/dist/cjs/api/types/RateSheetMappingListRes.js +0 -5
  690. package/dist/cjs/api/types/ReelablesAssetSyncRes.d.ts +0 -8
  691. package/dist/cjs/api/types/ReelablesAssetSyncRes.js +0 -5
  692. package/dist/cjs/api/types/ReelablesWorkspace1.d.ts +0 -13
  693. package/dist/cjs/api/types/ReelablesWorkspace1.js +0 -5
  694. package/dist/cjs/api/types/ReelablesWorkspaceListRes.d.ts +0 -8
  695. package/dist/cjs/api/types/ReelablesWorkspaceListRes.js +0 -5
  696. package/dist/cjs/api/types/ReelablesWorkspaceSortByEnum.d.ts +0 -4
  697. package/dist/cjs/api/types/ReelablesWorkspaceSortByEnum.js +0 -5
  698. package/dist/cjs/api/types/ReelablesWorkspaceSyncRes.d.ts +0 -9
  699. package/dist/cjs/api/types/ReelablesWorkspaceSyncRes.js +0 -5
  700. package/dist/cjs/api/types/SetFlightInfoReq.d.ts +0 -8
  701. package/dist/cjs/api/types/SetFlightInfoReq.js +0 -5
  702. package/dist/cjs/api/types/SettlementTypeEnum1.d.ts +0 -8
  703. package/dist/cjs/api/types/SettlementTypeEnum1.js +0 -10
  704. package/dist/cjs/api/types/Statement1.d.ts +0 -45
  705. package/dist/cjs/api/types/Statement1.js +0 -5
  706. package/dist/cjs/api/types/StatementExpandedListItem.d.ts +0 -9
  707. package/dist/cjs/api/types/StatementExpandedListItem.js +0 -5
  708. package/dist/cjs/api/types/StatementExpandedRes.d.ts +0 -8
  709. package/dist/cjs/api/types/StatementExpandedRes.js +0 -5
  710. package/dist/cjs/api/types/StatementSortByEnum.d.ts +0 -11
  711. package/dist/cjs/api/types/StatementSortByEnum.js +0 -13
  712. package/dist/cjs/api/types/StatementStatusEnum1.d.ts +0 -10
  713. package/dist/cjs/api/types/StatementStatusEnum1.js +0 -12
  714. package/dist/cjs/api/types/StatementsExpandedListRes.d.ts +0 -8
  715. package/dist/cjs/api/types/StatementsExpandedListRes.js +0 -5
  716. package/dist/cjs/api/types/StatementsListRes.d.ts +0 -8
  717. package/dist/cjs/api/types/StatementsListRes.js +0 -5
  718. package/dist/cjs/api/types/StripeConnectInvoiceStatusEnum.d.ts +0 -12
  719. package/dist/cjs/api/types/StripeConnectInvoiceStatusEnum.js +0 -14
  720. package/dist/cjs/api/types/TaskClientUpdate1.js +0 -5
  721. package/dist/cjs/api/types/TaskGroupQuoteResp.d.ts +0 -37
  722. package/dist/cjs/api/types/TaskGroupQuoteResp.js +0 -5
  723. package/dist/cjs/api/types/UngroupedOrderListRes.d.ts +0 -8
  724. package/dist/cjs/api/types/UngroupedOrderListRes.js +0 -5
  725. package/dist/cjs/api/types/UngroupedOrderRow.d.ts +0 -7
  726. package/dist/cjs/api/types/UngroupedOrderRow.js +0 -5
  727. package/dist/cjs/api/types/UngroupedOrderSortByEnum.d.ts +0 -11
  728. package/dist/cjs/api/types/UngroupedOrderSortByEnum.js +0 -13
  729. package/dist/cjs/api/types/UnitsEnum.d.ts +0 -8
  730. package/dist/cjs/api/types/UnitsEnum.js +0 -10
  731. package/dist/cjs/core/stream/Stream.d.ts +0 -46
  732. package/dist/cjs/core/stream/Stream.js +0 -169
  733. package/dist/cjs/core/stream/index.d.ts +0 -1
  734. package/dist/cjs/core/stream/index.js +0 -5
  735. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.mts +0 -115
  736. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.mjs +0 -388
  737. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.d.mts +0 -14
  738. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.d.mts +0 -41
  739. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.d.mts +0 -17
  740. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/index.d.mts +0 -3
  741. package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.d.mts +0 -110
  742. package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.mjs +0 -374
  743. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.mts +0 -23
  744. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.d.mts +0 -13
  745. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.d.mts +0 -32
  746. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/index.d.mts +0 -3
  747. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.d.mts +0 -132
  748. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.mjs +0 -468
  749. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.d.mts +0 -19
  750. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.d.mts +0 -21
  751. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.d.mts +0 -16
  752. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.d.mts +0 -3
  753. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.d.mts +0 -132
  754. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.mjs +0 -471
  755. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.d.mts +0 -35
  756. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.d.mts +0 -46
  757. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.d.mts +0 -16
  758. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.d.mts +0 -3
  759. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.d.mts +0 -307
  760. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.mjs +0 -1166
  761. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.mts +0 -23
  762. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.d.mts +0 -53
  763. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.mts +0 -23
  764. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.mts +0 -24
  765. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/index.d.mts +0 -4
  766. package/dist/esm/api/resources/billing/resources/lineItemGroups/index.d.mts +0 -2
  767. package/dist/esm/api/resources/billing/resources/lineItemGroups/index.mjs +0 -2
  768. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/index.d.mts +0 -4
  769. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/index.mjs +0 -4
  770. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/index.d.mts +0 -1
  771. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.d.mts +0 -83
  772. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.mjs +0 -271
  773. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/index.d.mts +0 -2
  774. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/index.mjs +0 -1
  775. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.d.mts +0 -13
  776. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.d.mts +0 -1
  777. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.mjs +0 -1
  778. package/dist/esm/api/resources/billing/resources/lineItems/client/Client.d.mts +0 -23
  779. package/dist/esm/api/resources/billing/resources/lineItems/client/Client.mjs +0 -13
  780. package/dist/esm/api/resources/billing/resources/lineItems/client/index.d.mts +0 -1
  781. package/dist/esm/api/resources/billing/resources/lineItems/client/index.mjs +0 -1
  782. package/dist/esm/api/resources/billing/resources/lineItems/index.d.mts +0 -2
  783. package/dist/esm/api/resources/billing/resources/lineItems/index.mjs +0 -2
  784. package/dist/esm/api/resources/billing/resources/lineItems/resources/index.d.mts +0 -2
  785. package/dist/esm/api/resources/billing/resources/lineItems/resources/index.mjs +0 -2
  786. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.mts +0 -83
  787. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.mjs +0 -271
  788. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.d.mts +0 -2
  789. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.mjs +0 -1
  790. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.d.mts +0 -1
  791. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.mjs +0 -1
  792. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/index.d.mts +0 -1
  793. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/index.mjs +0 -1
  794. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/Client.d.mts +0 -132
  795. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/Client.mjs +0 -468
  796. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/index.d.mts +0 -2
  797. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/index.mjs +0 -1
  798. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.d.mts +0 -16
  799. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.d.mts +0 -15
  800. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.d.mts +0 -16
  801. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.d.mts +0 -3
  802. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.mjs +0 -1
  803. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/index.d.mts +0 -1
  804. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/index.mjs +0 -1
  805. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.d.mts +0 -155
  806. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/index.d.mts +0 -2
  807. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/index.mjs +0 -1
  808. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.mts +0 -20
  809. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.d.mts +0 -18
  810. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/index.d.mts +0 -3
  811. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/index.mjs +0 -1
  812. package/dist/esm/api/resources/billing/resources/rateSheetMappings/index.d.mts +0 -1
  813. package/dist/esm/api/resources/billing/resources/rateSheetMappings/index.mjs +0 -1
  814. package/dist/esm/api/resources/billing/resources/statements/client/Client.d.mts +0 -321
  815. package/dist/esm/api/resources/billing/resources/statements/client/Client.mjs +0 -1297
  816. package/dist/esm/api/resources/billing/resources/statements/client/index.d.mts +0 -2
  817. package/dist/esm/api/resources/billing/resources/statements/client/index.mjs +0 -1
  818. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.mts +0 -21
  819. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementExpandedRetrieveReq.d.mts +0 -12
  820. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.d.mts +0 -13
  821. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.mts +0 -71
  822. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.mts +0 -71
  823. package/dist/esm/api/resources/billing/resources/statements/client/requests/index.d.mts +0 -5
  824. package/dist/esm/api/resources/billing/resources/statements/client/requests/index.mjs +0 -1
  825. package/dist/esm/api/resources/billing/resources/statements/index.d.mts +0 -1
  826. package/dist/esm/api/resources/billing/resources/statements/index.mjs +0 -1
  827. package/dist/esm/api/resources/shipping/resources/cargos/client/Client.d.mts +0 -101
  828. package/dist/esm/api/resources/shipping/resources/cargos/client/index.d.mts +0 -2
  829. package/dist/esm/api/resources/shipping/resources/cargos/client/index.mjs +0 -1
  830. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/index.d.mts +0 -3
  831. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/index.mjs +0 -1
  832. package/dist/esm/api/resources/shipping/resources/cargos/index.d.mts +0 -1
  833. package/dist/esm/api/resources/shipping/resources/cargos/index.mjs +0 -1
  834. package/dist/esm/api/resources/shipping/resources/orderGroups/client/Client.d.mts +0 -142
  835. package/dist/esm/api/resources/shipping/resources/orderGroups/client/index.d.mts +0 -2
  836. package/dist/esm/api/resources/shipping/resources/orderGroups/client/index.mjs +0 -1
  837. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.mjs +0 -4
  838. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.d.mts +0 -12
  839. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.mjs +0 -4
  840. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.d.mts +0 -13
  841. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.mjs +0 -4
  842. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.d.mts +0 -30
  843. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.mjs +0 -4
  844. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/index.d.mts +0 -4
  845. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/index.mjs +0 -1
  846. package/dist/esm/api/resources/shipping/resources/orderGroups/index.d.mts +0 -1
  847. package/dist/esm/api/resources/shipping/resources/orderGroups/index.mjs +0 -1
  848. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.d.mts +0 -177
  849. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.mjs +0 -681
  850. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/index.d.mts +0 -2
  851. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/index.mjs +0 -1
  852. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.d.mts +0 -40
  853. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.mjs +0 -4
  854. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/requests/index.d.mts +0 -1
  855. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/requests/index.mjs +0 -1
  856. package/dist/esm/api/resources/shipping/resources/orderSchedules/index.d.mts +0 -2
  857. package/dist/esm/api/resources/shipping/resources/orderSchedules/index.mjs +0 -2
  858. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.d.mts +0 -64
  859. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.mjs +0 -159
  860. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/index.d.mts +0 -2
  861. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/index.mjs +0 -1
  862. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.d.mts +0 -19
  863. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.mjs +0 -4
  864. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.d.mts +0 -16
  865. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.mjs +0 -4
  866. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/index.d.mts +0 -2
  867. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/index.mjs +0 -1
  868. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/index.d.mts +0 -1
  869. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/index.mjs +0 -1
  870. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/index.d.mts +0 -2
  871. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/index.mjs +0 -2
  872. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/BodyPostShippingOrdersDraftsImageToTextV1.d.mts +0 -13
  873. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/BodyPostShippingOrdersDraftsImageToTextV1.mjs +0 -4
  874. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAddCargoReq.d.mts +0 -18
  875. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAddCargoReq.mjs +0 -4
  876. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.d.mts +0 -16
  877. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.mjs +0 -4
  878. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.d.mts +0 -16
  879. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.mjs +0 -4
  880. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUpdateCargoReq.d.mts +0 -15
  881. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/OrderDraftUpdateCargoReq.mjs +0 -4
  882. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/index.d.mts +0 -4
  883. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/cargo/client/requests/index.mjs +0 -1
  884. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/Client.d.mts +0 -62
  885. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/Client.mjs +0 -160
  886. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/index.d.mts +0 -1
  887. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/client/index.mjs +0 -1
  888. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/index.d.mts +0 -1
  889. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/expanded/index.mjs +0 -1
  890. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/index.d.mts +0 -2
  891. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/index.mjs +0 -1
  892. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftAddTaskReqV1.mjs +0 -4
  893. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftUpdateTaskReq.d.mts +0 -15
  894. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/OrderDraftUpdateTaskReq.mjs +0 -4
  895. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/index.d.mts +0 -2
  896. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/client/requests/index.mjs +0 -1
  897. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/index.d.mts +0 -1
  898. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/task/index.mjs +0 -1
  899. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/index.d.mts +0 -2
  900. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/index.mjs +0 -1
  901. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.d.mts +0 -16
  902. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.mjs +0 -4
  903. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/index.d.mts +0 -1
  904. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/client/requests/index.mjs +0 -1
  905. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/index.d.mts +0 -1
  906. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskArtifact/index.mjs +0 -1
  907. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.d.mts +0 -13
  908. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.mjs +0 -4
  909. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.mjs +0 -4
  910. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftUpdateDriverReq.d.mts +0 -13
  911. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftUpdateDriverReq.mjs +0 -4
  912. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.d.mts +0 -13
  913. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.mjs +0 -4
  914. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetTaskOrderingDraftReq.d.mts +0 -13
  915. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetTaskOrderingDraftReq.mjs +0 -4
  916. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetVehicleTypeReq.mjs +0 -4
  917. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/index.d.mts +0 -6
  918. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/index.mjs +0 -1
  919. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/types/OrderBuilderStreamEvent.d.mts +0 -26
  920. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/types/OrderBuilderStreamEvent.mjs +0 -11
  921. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/types/index.d.mts +0 -1
  922. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/types/index.mjs +0 -1
  923. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.d.mts +0 -73
  924. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.mjs +0 -223
  925. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/index.d.mts +0 -2
  926. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/index.mjs +0 -1
  927. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.d.mts +0 -32
  928. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.mjs +0 -4
  929. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.d.mts +0 -25
  930. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.mjs +0 -4
  931. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.d.mts +0 -2
  932. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.mjs +0 -1
  933. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/index.d.mts +0 -1
  934. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/index.mjs +0 -1
  935. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.d.mts +0 -19
  936. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.mjs +0 -4
  937. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/requests/index.d.mts +0 -1
  938. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/requests/index.mjs +0 -1
  939. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.d.mts +0 -13
  940. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.mjs +0 -4
  941. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/SetTaskOrderingReq.d.mts +0 -13
  942. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/SetTaskOrderingReq.mjs +0 -4
  943. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.mts +0 -13
  944. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.mjs +0 -4
  945. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.mjs +0 -4
  946. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.mts +0 -13
  947. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.mjs +0 -4
  948. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/UpdateDriverReq.mjs +0 -4
  949. package/dist/esm/api/resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.d.mts +0 -21
  950. package/dist/esm/api/resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.mjs +0 -4
  951. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.d.mts +0 -62
  952. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.mjs +0 -160
  953. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.d.mts +0 -2
  954. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.mjs +0 -1
  955. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.d.mts +0 -21
  956. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.mjs +0 -4
  957. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.d.mts +0 -1
  958. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.mjs +0 -1
  959. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.d.mts +0 -1
  960. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.mjs +0 -1
  961. package/dist/esm/api/types/AttachBillingLedgerPeriodReq.d.mts +0 -6
  962. package/dist/esm/api/types/AttachBillingLedgerPeriodReq.mjs +0 -4
  963. package/dist/esm/api/types/AttachLigToVectorClientReq.d.mts +0 -6
  964. package/dist/esm/api/types/AttachLigToVectorClientReq.mjs +0 -4
  965. package/dist/esm/api/types/BillingLedger1.d.mts +0 -27
  966. package/dist/esm/api/types/BillingLedger1.mjs +0 -4
  967. package/dist/esm/api/types/BillingLedgerListRes.mjs +0 -4
  968. package/dist/esm/api/types/BillingLedgerPeriod1.d.mts +0 -35
  969. package/dist/esm/api/types/BillingLedgerPeriod1.mjs +0 -4
  970. package/dist/esm/api/types/BillingLedgerPeriodListRes.mjs +0 -4
  971. package/dist/esm/api/types/BillingLedgerPeriodSortByEnum.d.mts +0 -9
  972. package/dist/esm/api/types/BillingLedgerPeriodSortByEnum.mjs +0 -8
  973. package/dist/esm/api/types/BillingLedgerSortByEnum.d.mts +0 -4
  974. package/dist/esm/api/types/BillingLedgerSortByEnum.mjs +0 -4
  975. package/dist/esm/api/types/BillingLedgerStatusEnum.d.mts +0 -8
  976. package/dist/esm/api/types/BillingLedgerStatusEnum.mjs +0 -7
  977. package/dist/esm/api/types/BillingLineItemGroupMessageWebhookPayload.d.mts +0 -13
  978. package/dist/esm/api/types/BillingLineItemGroupMessageWebhookPayload.mjs +0 -4
  979. package/dist/esm/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.mts +0 -10
  980. package/dist/esm/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.mjs +0 -4
  981. package/dist/esm/api/types/BillingLineItemS3ObjectAddedWebhookPayload.d.mts +0 -14
  982. package/dist/esm/api/types/BillingLineItemS3ObjectAddedWebhookPayload.mjs +0 -4
  983. package/dist/esm/api/types/BillingReviewStatusEnum.d.mts +0 -15
  984. package/dist/esm/api/types/BillingReviewStatusEnum.mjs +0 -9
  985. package/dist/esm/api/types/BillingStatementOpenedWebhookPayload.d.mts +0 -10
  986. package/dist/esm/api/types/BillingStatementOpenedWebhookPayload.mjs +0 -4
  987. package/dist/esm/api/types/BillingStatementPaidWebhookPayload.d.mts +0 -10
  988. package/dist/esm/api/types/BillingStatementPaidWebhookPayload.mjs +0 -4
  989. package/dist/esm/api/types/CargoOnFlightRateSheet1.d.mts +0 -16
  990. package/dist/esm/api/types/CargoOnFlightRateSheet1.mjs +0 -4
  991. package/dist/esm/api/types/CargoOnFlightRateSheetListRes.d.mts +0 -8
  992. package/dist/esm/api/types/CargoOnFlightRateSheetListRes.mjs +0 -4
  993. package/dist/esm/api/types/ChrtGroundProviderRateSheet1.d.mts +0 -32
  994. package/dist/esm/api/types/ChrtGroundProviderRateSheet1.mjs +0 -4
  995. package/dist/esm/api/types/ChrtGroundProviderRateSheetListRes.d.mts +0 -8
  996. package/dist/esm/api/types/ChrtGroundProviderRateSheetListRes.mjs +0 -4
  997. package/dist/esm/api/types/CreateLigFromRateSheetForVectorClientReq.mjs +0 -4
  998. package/dist/esm/api/types/LineItem1.d.mts +0 -32
  999. package/dist/esm/api/types/LineItem1.mjs +0 -4
  1000. package/dist/esm/api/types/LineItemClientCreate1.d.mts +0 -14
  1001. package/dist/esm/api/types/LineItemClientCreate1.mjs +0 -4
  1002. package/dist/esm/api/types/LineItemEnum1.d.mts +0 -39
  1003. package/dist/esm/api/types/LineItemEnum1.mjs +0 -32
  1004. package/dist/esm/api/types/LineItemGroup1.d.mts +0 -59
  1005. package/dist/esm/api/types/LineItemGroup1.mjs +0 -4
  1006. package/dist/esm/api/types/LineItemGroupLineItemsRes.d.mts +0 -11
  1007. package/dist/esm/api/types/LineItemGroupLineItemsRes.mjs +0 -4
  1008. package/dist/esm/api/types/LineItemGroupListRes.d.mts +0 -8
  1009. package/dist/esm/api/types/LineItemGroupListRes.mjs +0 -4
  1010. package/dist/esm/api/types/LineItemGroupMessage1.d.mts +0 -12
  1011. package/dist/esm/api/types/LineItemGroupMessage1.mjs +0 -4
  1012. package/dist/esm/api/types/LineItemGroupS3ObjectMetadata1.d.mts +0 -19
  1013. package/dist/esm/api/types/LineItemGroupS3ObjectMetadata1.mjs +0 -4
  1014. package/dist/esm/api/types/LineItemGroupStatusEnum1.d.mts +0 -30
  1015. package/dist/esm/api/types/LineItemGroupStatusEnum1.mjs +0 -10
  1016. package/dist/esm/api/types/LineItemS3ObjectMetadata1.d.mts +0 -19
  1017. package/dist/esm/api/types/LineItemS3ObjectMetadata1.mjs +0 -4
  1018. package/dist/esm/api/types/LineItemStatusEnum.d.mts +0 -9
  1019. package/dist/esm/api/types/LineItemStatusEnum.mjs +0 -8
  1020. package/dist/esm/api/types/OnboardCourierRateSheet1.d.mts +0 -13
  1021. package/dist/esm/api/types/OnboardCourierRateSheet1.mjs +0 -4
  1022. package/dist/esm/api/types/OnboardCourierRateSheetListRes.d.mts +0 -8
  1023. package/dist/esm/api/types/OnboardCourierRateSheetListRes.mjs +0 -4
  1024. package/dist/esm/api/types/OrderBuilderReq.d.mts +0 -11
  1025. package/dist/esm/api/types/OrderBuilderReq.mjs +0 -4
  1026. package/dist/esm/api/types/OrderBuilderRes.d.mts +0 -11
  1027. package/dist/esm/api/types/OrderBuilderRes.mjs +0 -4
  1028. package/dist/esm/api/types/OrderDraftExpandedForCoordinator.d.mts +0 -15
  1029. package/dist/esm/api/types/OrderDraftExpandedForCoordinator.mjs +0 -4
  1030. package/dist/esm/api/types/OrderDraftExpandedForShipper.d.mts +0 -15
  1031. package/dist/esm/api/types/OrderDraftExpandedForShipper.mjs +0 -4
  1032. package/dist/esm/api/types/OrderGroup1.d.mts +0 -21
  1033. package/dist/esm/api/types/OrderGroup1.mjs +0 -4
  1034. package/dist/esm/api/types/OrderGroupExpandedListRes.d.mts +0 -8
  1035. package/dist/esm/api/types/OrderGroupExpandedListRes.mjs +0 -4
  1036. package/dist/esm/api/types/OrderGroupExpandedRow.d.mts +0 -9
  1037. package/dist/esm/api/types/OrderGroupExpandedRow.mjs +0 -4
  1038. package/dist/esm/api/types/OrderGroupExpandedSortByEnum.d.mts +0 -10
  1039. package/dist/esm/api/types/OrderGroupListRes.d.mts +0 -8
  1040. package/dist/esm/api/types/OrderGroupListRes.mjs +0 -4
  1041. package/dist/esm/api/types/OrderGroupSortByEnum.d.mts +0 -9
  1042. package/dist/esm/api/types/OrderGroupSortByEnum.mjs +0 -8
  1043. package/dist/esm/api/types/OrderSchedule1.d.mts +0 -24
  1044. package/dist/esm/api/types/OrderSchedule1.mjs +0 -4
  1045. package/dist/esm/api/types/OrderScheduleAboutRes.d.mts +0 -9
  1046. package/dist/esm/api/types/OrderScheduleAboutRes.mjs +0 -4
  1047. package/dist/esm/api/types/OrderScheduleBuildSeedRes.d.mts +0 -10
  1048. package/dist/esm/api/types/OrderScheduleBuildSeedRes.mjs +0 -4
  1049. package/dist/esm/api/types/OrderScheduleListRes.d.mts +0 -8
  1050. package/dist/esm/api/types/OrderScheduleListRes.mjs +0 -4
  1051. package/dist/esm/api/types/OrderScheduleOrchestratorScheduleActionResult.d.mts +0 -8
  1052. package/dist/esm/api/types/OrderScheduleOrchestratorScheduleActionResult.mjs +0 -4
  1053. package/dist/esm/api/types/OrderScheduleOrchestratorScheduleStatus.d.mts +0 -11
  1054. package/dist/esm/api/types/OrderScheduleOrchestratorScheduleStatus.mjs +0 -4
  1055. package/dist/esm/api/types/OrderScheduleSortByEnum.d.mts +0 -10
  1056. package/dist/esm/api/types/OrderScheduleSortByEnum.mjs +0 -9
  1057. package/dist/esm/api/types/OrderScheduleSpec1.d.mts +0 -11
  1058. package/dist/esm/api/types/OrderScheduleSpec1.mjs +0 -4
  1059. package/dist/esm/api/types/OrderScheduleStatusEnum1.d.mts +0 -10
  1060. package/dist/esm/api/types/OrderScheduleStatusEnum1.mjs +0 -9
  1061. package/dist/esm/api/types/OrderTemplateCore1.d.mts +0 -28
  1062. package/dist/esm/api/types/OrderTemplateCore1.mjs +0 -4
  1063. package/dist/esm/api/types/OrderTemplateReferencesExpanded1.d.mts +0 -13
  1064. package/dist/esm/api/types/OrderTemplateReferencesExpanded1.mjs +0 -4
  1065. package/dist/esm/api/types/OrderTemplateResolvabilityRes.d.mts +0 -12
  1066. package/dist/esm/api/types/OrderTemplateResolvabilityRes.mjs +0 -4
  1067. package/dist/esm/api/types/RateSheetMapping1.d.mts +0 -17
  1068. package/dist/esm/api/types/RateSheetMapping1.mjs +0 -4
  1069. package/dist/esm/api/types/RateSheetMappingListRes.d.mts +0 -8
  1070. package/dist/esm/api/types/RateSheetMappingListRes.mjs +0 -4
  1071. package/dist/esm/api/types/ReelablesAssetSyncRes.d.mts +0 -8
  1072. package/dist/esm/api/types/ReelablesAssetSyncRes.mjs +0 -4
  1073. package/dist/esm/api/types/ReelablesWorkspace1.d.mts +0 -13
  1074. package/dist/esm/api/types/ReelablesWorkspace1.mjs +0 -4
  1075. package/dist/esm/api/types/ReelablesWorkspaceListRes.d.mts +0 -8
  1076. package/dist/esm/api/types/ReelablesWorkspaceListRes.mjs +0 -4
  1077. package/dist/esm/api/types/ReelablesWorkspaceSortByEnum.d.mts +0 -4
  1078. package/dist/esm/api/types/ReelablesWorkspaceSortByEnum.mjs +0 -4
  1079. package/dist/esm/api/types/ReelablesWorkspaceSyncRes.d.mts +0 -9
  1080. package/dist/esm/api/types/ReelablesWorkspaceSyncRes.mjs +0 -4
  1081. package/dist/esm/api/types/SetFlightInfoReq.d.mts +0 -8
  1082. package/dist/esm/api/types/SetFlightInfoReq.mjs +0 -4
  1083. package/dist/esm/api/types/SettlementTypeEnum1.d.mts +0 -8
  1084. package/dist/esm/api/types/SettlementTypeEnum1.mjs +0 -7
  1085. package/dist/esm/api/types/Statement1.d.mts +0 -45
  1086. package/dist/esm/api/types/Statement1.mjs +0 -4
  1087. package/dist/esm/api/types/StatementExpandedListItem.d.mts +0 -9
  1088. package/dist/esm/api/types/StatementExpandedListItem.mjs +0 -4
  1089. package/dist/esm/api/types/StatementExpandedRes.d.mts +0 -8
  1090. package/dist/esm/api/types/StatementExpandedRes.mjs +0 -4
  1091. package/dist/esm/api/types/StatementSortByEnum.d.mts +0 -11
  1092. package/dist/esm/api/types/StatementSortByEnum.mjs +0 -10
  1093. package/dist/esm/api/types/StatementStatusEnum1.d.mts +0 -10
  1094. package/dist/esm/api/types/StatementStatusEnum1.mjs +0 -9
  1095. package/dist/esm/api/types/StatementsExpandedListRes.d.mts +0 -8
  1096. package/dist/esm/api/types/StatementsExpandedListRes.mjs +0 -4
  1097. package/dist/esm/api/types/StatementsListRes.d.mts +0 -8
  1098. package/dist/esm/api/types/StatementsListRes.mjs +0 -4
  1099. package/dist/esm/api/types/StripeConnectInvoiceStatusEnum.d.mts +0 -12
  1100. package/dist/esm/api/types/StripeConnectInvoiceStatusEnum.mjs +0 -11
  1101. package/dist/esm/api/types/TaskClientUpdate1.mjs +0 -4
  1102. package/dist/esm/api/types/TaskGroupQuoteResp.d.mts +0 -37
  1103. package/dist/esm/api/types/TaskGroupQuoteResp.mjs +0 -4
  1104. package/dist/esm/api/types/UngroupedOrderListRes.d.mts +0 -8
  1105. package/dist/esm/api/types/UngroupedOrderListRes.mjs +0 -4
  1106. package/dist/esm/api/types/UngroupedOrderRow.d.mts +0 -7
  1107. package/dist/esm/api/types/UngroupedOrderRow.mjs +0 -4
  1108. package/dist/esm/api/types/UngroupedOrderSortByEnum.d.mts +0 -11
  1109. package/dist/esm/api/types/UngroupedOrderSortByEnum.mjs +0 -10
  1110. package/dist/esm/api/types/UnitsEnum.d.mts +0 -8
  1111. package/dist/esm/api/types/UnitsEnum.mjs +0 -7
  1112. package/dist/esm/core/stream/Stream.d.mts +0 -46
  1113. package/dist/esm/core/stream/Stream.mjs +0 -164
  1114. package/dist/esm/core/stream/index.d.mts +0 -1
  1115. package/dist/esm/core/stream/index.mjs +0 -1
  1116. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/client/index.d.ts +0 -0
  1117. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/client/index.js +0 -0
  1118. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.js → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.js} +0 -0
  1119. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.js → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.js} +0 -0
  1120. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.js → billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.js} +0 -0
  1121. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/client/requests/index.js +0 -0
  1122. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/index.d.ts +0 -0
  1123. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/index.js +0 -0
  1124. /package/dist/cjs/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.js → billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.js} +0 -0
  1125. /package/dist/cjs/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.js → billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.js} +0 -0
  1126. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → shipping/resources/orders/resources/cargo}/client/index.d.ts +0 -0
  1127. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → shipping/resources/orders/resources/cargo}/client/index.js +0 -0
  1128. /package/dist/cjs/api/{types → resources/shipping/resources/orders/resources/cargo/client/requests}/CargoClientUpdate1.js +0 -0
  1129. /package/dist/cjs/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.js → shipping/resources/orders/resources/cargo/client/requests/OrdersAddCargoReq.js} +0 -0
  1130. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.js → shipping/resources/orders/resources/cargo/client/requests/OrdersAssociateCargoWithTaskReq.js} +0 -0
  1131. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.js → shipping/resources/orders/resources/cargo/client/requests/OrdersUnassociateCargoWithTaskReq.js} +0 -0
  1132. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → shipping/resources/orders/resources/cargo}/client/requests/index.js +0 -0
  1133. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → shipping/resources/orders/resources/cargo}/index.d.ts +0 -0
  1134. /package/dist/cjs/api/resources/{billing/resources/billingLedgers → shipping/resources/orders/resources/cargo}/index.js +0 -0
  1135. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → shipping/resources/orders/resources/task}/client/index.d.ts +0 -0
  1136. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → shipping/resources/orders/resources/task}/client/index.js +0 -0
  1137. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.js → shipping/resources/orders/resources/task/client/requests/OrdersAddTaskReq.js} +0 -0
  1138. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.js → shipping/resources/orders/resources/task/client/requests/TaskClientUpdate1.js} +0 -0
  1139. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → shipping/resources/orders/resources/task}/client/requests/index.js +0 -0
  1140. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → shipping/resources/orders/resources/task}/index.d.ts +0 -0
  1141. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets → shipping/resources/orders/resources/task}/index.js +0 -0
  1142. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orders/resources/taskArtifact}/client/index.d.ts +0 -0
  1143. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orders/resources/taskArtifact}/client/index.js +0 -0
  1144. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orders/resources/taskArtifact}/client/requests/index.js +0 -0
  1145. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orders/resources/taskArtifact}/index.d.ts +0 -0
  1146. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orders/resources/taskArtifact}/index.js +0 -0
  1147. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups → shipping/resources/orders/resources/taskGroup}/client/index.d.ts +0 -0
  1148. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups → shipping/resources/orders/resources/taskGroup}/client/index.js +0 -0
  1149. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.js → shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupExecutorReq.js} +0 -0
  1150. /package/dist/cjs/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.js → shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupReq.js} +0 -0
  1151. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.js → shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupFlightInfoReq.js} +0 -0
  1152. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.js → shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupTaskOrderingReq.js} +0 -0
  1153. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.js → shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupVehicleTypeReq.js} +0 -0
  1154. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.js → shipping/resources/orders/resources/taskGroup/client/requests/OrdersUpdateTaskGroupDriverReq.js} +0 -0
  1155. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups → shipping/resources/orders/resources/taskGroup}/client/requests/index.js +0 -0
  1156. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/taskGroup}/index.d.ts +0 -0
  1157. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/taskGroup}/index.js +0 -0
  1158. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/utils}/client/index.d.ts +0 -0
  1159. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/utils}/client/index.js +0 -0
  1160. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.js → shipping/resources/orders/resources/utils/client/requests/BodyPostShippingOrdersUtilsImageToTextV1.js} +0 -0
  1161. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/utils}/client/requests/index.js +0 -0
  1162. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orders/resources/utils}/index.d.ts +0 -0
  1163. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orders/resources/utils}/index.js +0 -0
  1164. /package/dist/cjs/api/resources/{billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.js → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.js} +0 -0
  1165. /package/dist/cjs/api/resources/{billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.js → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.js} +0 -0
  1166. /package/dist/cjs/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.js → trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.js} +0 -0
  1167. /package/dist/cjs/api/{resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.js → types/BillingPeriod1.js} +0 -0
  1168. /package/dist/cjs/api/{resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.js → types/BillingPeriodExpanded1.js} +0 -0
  1169. /package/dist/cjs/api/{resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.js → types/BillingPeriodListRes.js} +0 -0
  1170. /package/dist/cjs/api/{resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.js → types/BillingPeriodTaskGroupsReq.js} +0 -0
  1171. /package/dist/cjs/api/{resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.js → types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.js} +0 -0
  1172. /package/dist/cjs/api/{resources/billing/resources/statements/client/requests/StatementCreateClientReq.js → types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.js} +0 -0
  1173. /package/dist/cjs/api/{resources/billing/resources/statements/client/requests/StatementExpandedRetrieveReq.js → types/CreateInvoiceLineItemsFromAwbCostsItem1.js} +0 -0
  1174. /package/dist/cjs/api/{resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.js → types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.js} +0 -0
  1175. /package/dist/cjs/api/{resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.js → types/CreateInvoiceLineItemsFromAwbCostsRes.js} +0 -0
  1176. /package/dist/cjs/api/{resources/billing/resources/statements/client/requests/StatementsListV1Request.js → types/OrderAwbBillingAccount1.js} +0 -0
  1177. /package/dist/cjs/api/{resources/shipping/resources/cargos/client/requests/CargoAddToOrderReq.js → types/OrderAwbBillingListItem1.js} +0 -0
  1178. /package/dist/cjs/api/{resources/shipping/resources/cargos/client/requests/CargoAssociateWithTaskReq.js → types/OrderAwbBillingListRes.js} +0 -0
  1179. /package/dist/cjs/api/{resources/shipping/resources/cargos/client/requests/CargoUnassociateWithTaskReq.js → types/OrderBillingPeriod1.js} +0 -0
  1180. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/client/index.d.mts +0 -0
  1181. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/client/index.mjs +0 -0
  1182. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.mjs → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.mjs} +0 -0
  1183. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.mjs → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.mjs} +0 -0
  1184. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.mjs → billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.mjs} +0 -0
  1185. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/client/requests/index.mjs +0 -0
  1186. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/index.d.mts +0 -0
  1187. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/index.mjs +0 -0
  1188. /package/dist/esm/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.mjs → billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.mjs} +0 -0
  1189. /package/dist/esm/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.mjs → billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.mjs} +0 -0
  1190. /package/dist/esm/api/resources/{billing/resources/billingLedgers → shipping/resources/orders/resources/cargo}/client/index.d.mts +0 -0
  1191. /package/dist/esm/api/resources/{billing/resources/billingLedgers → shipping/resources/orders/resources/cargo}/client/index.mjs +0 -0
  1192. /package/dist/esm/api/{types → resources/shipping/resources/orders/resources/cargo/client/requests}/CargoClientUpdate1.mjs +0 -0
  1193. /package/dist/esm/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.mjs → shipping/resources/orders/resources/cargo/client/requests/OrdersAddCargoReq.mjs} +0 -0
  1194. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.mjs → shipping/resources/orders/resources/cargo/client/requests/OrdersAssociateCargoWithTaskReq.mjs} +0 -0
  1195. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.mjs → shipping/resources/orders/resources/cargo/client/requests/OrdersUnassociateCargoWithTaskReq.mjs} +0 -0
  1196. /package/dist/esm/api/resources/{billing/resources/billingLedgers → shipping/resources/orders/resources/cargo}/client/requests/index.mjs +0 -0
  1197. /package/dist/esm/api/resources/{billing/resources/billingLedgers → shipping/resources/orders/resources/cargo}/index.d.mts +0 -0
  1198. /package/dist/esm/api/resources/{billing/resources/billingLedgers → shipping/resources/orders/resources/cargo}/index.mjs +0 -0
  1199. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets → shipping/resources/orders/resources/task}/client/index.d.mts +0 -0
  1200. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets → shipping/resources/orders/resources/task}/client/index.mjs +0 -0
  1201. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.mjs → shipping/resources/orders/resources/task/client/requests/OrdersAddTaskReq.mjs} +0 -0
  1202. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.mjs → shipping/resources/orders/resources/task/client/requests/TaskClientUpdate1.mjs} +0 -0
  1203. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets → shipping/resources/orders/resources/task}/client/requests/index.mjs +0 -0
  1204. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets → shipping/resources/orders/resources/task}/index.d.mts +0 -0
  1205. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets → shipping/resources/orders/resources/task}/index.mjs +0 -0
  1206. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orders/resources/taskArtifact}/client/index.d.mts +0 -0
  1207. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orders/resources/taskArtifact}/client/index.mjs +0 -0
  1208. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orders/resources/taskArtifact}/client/requests/index.mjs +0 -0
  1209. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orders/resources/taskArtifact}/index.d.mts +0 -0
  1210. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets → shipping/resources/orders/resources/taskArtifact}/index.mjs +0 -0
  1211. /package/dist/esm/api/resources/{billing/resources/lineItemGroups → shipping/resources/orders/resources/taskGroup}/client/index.d.mts +0 -0
  1212. /package/dist/esm/api/resources/{billing/resources/lineItemGroups → shipping/resources/orders/resources/taskGroup}/client/index.mjs +0 -0
  1213. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.mjs → shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupExecutorReq.mjs} +0 -0
  1214. /package/dist/esm/api/resources/{billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.mjs → shipping/resources/orders/resources/taskGroup/client/requests/OrdersAddTaskGroupReq.mjs} +0 -0
  1215. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.mjs → shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupFlightInfoReq.mjs} +0 -0
  1216. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.mjs → shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupTaskOrderingReq.mjs} +0 -0
  1217. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.mjs → shipping/resources/orders/resources/taskGroup/client/requests/OrdersSetTaskGroupVehicleTypeReq.mjs} +0 -0
  1218. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.mjs → shipping/resources/orders/resources/taskGroup/client/requests/OrdersUpdateTaskGroupDriverReq.mjs} +0 -0
  1219. /package/dist/esm/api/resources/{billing/resources/lineItemGroups → shipping/resources/orders/resources/taskGroup}/client/requests/index.mjs +0 -0
  1220. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/taskGroup}/index.d.mts +0 -0
  1221. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/taskGroup}/index.mjs +0 -0
  1222. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/utils}/client/index.d.mts +0 -0
  1223. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/utils}/client/index.mjs +0 -0
  1224. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.mjs → shipping/resources/orders/resources/utils/client/requests/BodyPostShippingOrdersUtilsImageToTextV1.mjs} +0 -0
  1225. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/messages → shipping/resources/orders/resources/utils}/client/requests/index.mjs +0 -0
  1226. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orders/resources/utils}/index.d.mts +0 -0
  1227. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects → shipping/resources/orders/resources/utils}/index.mjs +0 -0
  1228. /package/dist/esm/api/resources/{billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.mjs → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.mjs} +0 -0
  1229. /package/dist/esm/api/resources/{billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.mjs → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.mjs} +0 -0
  1230. /package/dist/esm/api/resources/{billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.mjs → trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.mjs} +0 -0
  1231. /package/dist/esm/api/{resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.mjs → types/BillingPeriod1.mjs} +0 -0
  1232. /package/dist/esm/api/{resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.mjs → types/BillingPeriodExpanded1.mjs} +0 -0
  1233. /package/dist/esm/api/{resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.mjs → types/BillingPeriodListRes.mjs} +0 -0
  1234. /package/dist/esm/api/{resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.mjs → types/BillingPeriodTaskGroupsReq.mjs} +0 -0
  1235. /package/dist/esm/api/{resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.mjs → types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.mjs} +0 -0
  1236. /package/dist/esm/api/{resources/billing/resources/statements/client/requests/StatementCreateClientReq.mjs → types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.mjs} +0 -0
  1237. /package/dist/esm/api/{resources/billing/resources/statements/client/requests/StatementExpandedRetrieveReq.mjs → types/CreateInvoiceLineItemsFromAwbCostsItem1.mjs} +0 -0
  1238. /package/dist/esm/api/{resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.mjs → types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.mjs} +0 -0
  1239. /package/dist/esm/api/{resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.mjs → types/CreateInvoiceLineItemsFromAwbCostsRes.mjs} +0 -0
  1240. /package/dist/esm/api/{resources/billing/resources/statements/client/requests/StatementsListV1Request.mjs → types/OrderAwbBillingAccount1.mjs} +0 -0
  1241. /package/dist/esm/api/{resources/shipping/resources/cargos/client/requests/CargoAddToOrderReq.mjs → types/OrderAwbBillingListItem1.mjs} +0 -0
  1242. /package/dist/esm/api/{resources/shipping/resources/cargos/client/requests/CargoAssociateWithTaskReq.mjs → types/OrderAwbBillingListRes.mjs} +0 -0
  1243. /package/dist/esm/api/{resources/shipping/resources/cargos/client/requests/CargoUnassociateWithTaskReq.mjs → types/OrderBillingPeriod1.mjs} +0 -0
@@ -1,1166 +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
- import { Messages } from "../resources/messages/client/Client.mjs";
19
- import { S3Objects } from "../resources/s3Objects/client/Client.mjs";
20
- export class LineItemGroups {
21
- constructor(_options = {}) {
22
- this._options = _options;
23
- }
24
- get messages() {
25
- var _a;
26
- return ((_a = this._messages) !== null && _a !== void 0 ? _a : (this._messages = new Messages(this._options)));
27
- }
28
- get s3Objects() {
29
- var _a;
30
- return ((_a = this._s3Objects) !== null && _a !== void 0 ? _a : (this._s3Objects = new S3Objects(this._options)));
31
- }
32
- /**
33
- * Appends an owner-direct AD_HOC LineItem to the amendment bucket of a LineItemGroup that has not yet been finalized. The agreement bucket is reserved for the original deal at creation; everything added after lands in amendment. | authz_personas=[lig_org_operators] | (LineItemClientCreate1) -> (LineItemGroup1)
34
- *
35
- * @param {string} lineItemGroupId
36
- * @param {Chrt.LineItemClientCreate1} request
37
- * @param {LineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
38
- *
39
- * @throws {@link Chrt.UnprocessableEntityError}
40
- *
41
- * @example
42
- * await client.billing.lineItemGroups.adHocAddLineItemV1("line_item_group_id", {
43
- * item: "base_rate",
44
- * quantity: 1.1,
45
- * rate: 1.1
46
- * })
47
- */
48
- adHocAddLineItemV1(lineItemGroupId, request, requestOptions) {
49
- return core.HttpResponsePromise.fromPromise(this.__adHocAddLineItemV1(lineItemGroupId, request, requestOptions));
50
- }
51
- __adHocAddLineItemV1(lineItemGroupId, request, requestOptions) {
52
- return __awaiter(this, void 0, void 0, function* () {
53
- var _a, _b, _c, _d;
54
- 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);
55
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
56
- 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/line_item_groups/ad_hoc/add_line_item/v1/${encodeURIComponent(lineItemGroupId)}`),
57
- method: "POST",
58
- headers: _headers,
59
- contentType: "application/json",
60
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
61
- requestType: "json",
62
- body: request,
63
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
64
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
65
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
66
- });
67
- if (_response.ok) {
68
- return { data: _response.body, rawResponse: _response.rawResponse };
69
- }
70
- if (_response.error.reason === "status-code") {
71
- switch (_response.error.statusCode) {
72
- case 422:
73
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
74
- default:
75
- throw new errors.ChrtError({
76
- statusCode: _response.error.statusCode,
77
- body: _response.error.body,
78
- rawResponse: _response.rawResponse,
79
- });
80
- }
81
- }
82
- switch (_response.error.reason) {
83
- case "non-json":
84
- throw new errors.ChrtError({
85
- statusCode: _response.error.statusCode,
86
- body: _response.error.rawBody,
87
- rawResponse: _response.rawResponse,
88
- });
89
- case "timeout":
90
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/line_item_groups/ad_hoc/add_line_item/v1/{line_item_group_id}.");
91
- case "unknown":
92
- throw new errors.ChrtError({
93
- message: _response.error.errorMessage,
94
- rawResponse: _response.rawResponse,
95
- });
96
- }
97
- });
98
- }
99
- /**
100
- * Creates a detached ad-hoc LineItemGroup. The LIG is not linked to any TaskGroup at create time — operator follows up with `/shipping/task_groups/attach_lig_to_<vector>/v1` to populate the TG vector link field and the `task_group_id` back-ref together (one txn). | authz: allowed_org_types=[provider, shipper], min_org_role=operator | (LineItemGroupAdHocCreateClientReq) -> (LineItemGroup1)
101
- *
102
- * @param {Chrt.billing.LineItemGroupAdHocCreateClientReq} request
103
- * @param {LineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
104
- *
105
- * @throws {@link Chrt.UnprocessableEntityError}
106
- *
107
- * @example
108
- * await client.billing.lineItemGroups.adHocCreateV1({
109
- * owned_by_org_id: "owned_by_org_id"
110
- * })
111
- */
112
- adHocCreateV1(request, requestOptions) {
113
- return core.HttpResponsePromise.fromPromise(this.__adHocCreateV1(request, requestOptions));
114
- }
115
- __adHocCreateV1(request, requestOptions) {
116
- return __awaiter(this, void 0, void 0, function* () {
117
- var _a, _b, _c, _d;
118
- 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);
119
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
120
- 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/line_item_groups/ad_hoc/create/v1"),
121
- method: "POST",
122
- headers: _headers,
123
- contentType: "application/json",
124
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
125
- requestType: "json",
126
- body: request,
127
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
128
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
129
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
130
- });
131
- if (_response.ok) {
132
- return { data: _response.body, rawResponse: _response.rawResponse };
133
- }
134
- if (_response.error.reason === "status-code") {
135
- switch (_response.error.statusCode) {
136
- case 422:
137
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
138
- default:
139
- throw new errors.ChrtError({
140
- statusCode: _response.error.statusCode,
141
- body: _response.error.body,
142
- rawResponse: _response.rawResponse,
143
- });
144
- }
145
- }
146
- switch (_response.error.reason) {
147
- case "non-json":
148
- throw new errors.ChrtError({
149
- statusCode: _response.error.statusCode,
150
- body: _response.error.rawBody,
151
- rawResponse: _response.rawResponse,
152
- });
153
- case "timeout":
154
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/line_item_groups/ad_hoc/create/v1.");
155
- case "unknown":
156
- throw new errors.ChrtError({
157
- message: _response.error.errorMessage,
158
- rawResponse: _response.rawResponse,
159
- });
160
- }
161
- });
162
- }
163
- /**
164
- * Removes an AD_HOC LineItem from a LineItemGroup that has not yet been finalized. | authz_personas=[lig_org_operators] | () -> (LineItemGroup1)
165
- *
166
- * @param {string} lineItemGroupId
167
- * @param {string} lineItemId
168
- * @param {LineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
169
- *
170
- * @throws {@link Chrt.UnprocessableEntityError}
171
- *
172
- * @example
173
- * await client.billing.lineItemGroups.adHocRemoveLineItemV1("line_item_group_id", "line_item_id")
174
- */
175
- adHocRemoveLineItemV1(lineItemGroupId, lineItemId, requestOptions) {
176
- return core.HttpResponsePromise.fromPromise(this.__adHocRemoveLineItemV1(lineItemGroupId, lineItemId, requestOptions));
177
- }
178
- __adHocRemoveLineItemV1(lineItemGroupId, lineItemId, requestOptions) {
179
- return __awaiter(this, void 0, void 0, function* () {
180
- var _a, _b, _c, _d;
181
- 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);
182
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
183
- 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/line_item_groups/ad_hoc/remove_line_item/v1/${encodeURIComponent(lineItemGroupId)}/${encodeURIComponent(lineItemId)}`),
184
- method: "DELETE",
185
- headers: _headers,
186
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
187
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
188
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
189
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
190
- });
191
- if (_response.ok) {
192
- return { data: _response.body, rawResponse: _response.rawResponse };
193
- }
194
- if (_response.error.reason === "status-code") {
195
- switch (_response.error.statusCode) {
196
- case 422:
197
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
198
- default:
199
- throw new errors.ChrtError({
200
- statusCode: _response.error.statusCode,
201
- body: _response.error.body,
202
- rawResponse: _response.rawResponse,
203
- });
204
- }
205
- }
206
- switch (_response.error.reason) {
207
- case "non-json":
208
- throw new errors.ChrtError({
209
- statusCode: _response.error.statusCode,
210
- body: _response.error.rawBody,
211
- rawResponse: _response.rawResponse,
212
- });
213
- case "timeout":
214
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /billing/line_item_groups/ad_hoc/remove_line_item/v1/{line_item_group_id}/{line_item_id}.");
215
- case "unknown":
216
- throw new errors.ChrtError({
217
- message: _response.error.errorMessage,
218
- rawResponse: _response.rawResponse,
219
- });
220
- }
221
- });
222
- }
223
- /**
224
- * Owner approves a counterparty-proposed LineItem on a non-FINALIZED LineItemGroup, moving it from pending_line_item_ids to amendment_line_item_ids and stamping ad_hoc__status=APPROVED. The agreement bucket is reserved for the original deal at creation; counterparty additions land in amendment by construction. | authz_personas=[lig_owner_operators] | () -> (LineItemGroup1)
225
- *
226
- * @param {string} lineItemGroupId
227
- * @param {string} lineItemId
228
- * @param {LineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
229
- *
230
- * @throws {@link Chrt.UnprocessableEntityError}
231
- *
232
- * @example
233
- * await client.billing.lineItemGroups.approveLineItemV1("line_item_group_id", "line_item_id")
234
- */
235
- approveLineItemV1(lineItemGroupId, lineItemId, requestOptions) {
236
- return core.HttpResponsePromise.fromPromise(this.__approveLineItemV1(lineItemGroupId, lineItemId, requestOptions));
237
- }
238
- __approveLineItemV1(lineItemGroupId, lineItemId, requestOptions) {
239
- return __awaiter(this, void 0, void 0, function* () {
240
- var _a, _b, _c, _d;
241
- 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);
242
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
243
- 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/line_item_groups/approve_line_item/v1/${encodeURIComponent(lineItemGroupId)}/${encodeURIComponent(lineItemId)}`),
244
- method: "POST",
245
- headers: _headers,
246
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
247
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
248
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
249
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
250
- });
251
- if (_response.ok) {
252
- return { data: _response.body, rawResponse: _response.rawResponse };
253
- }
254
- if (_response.error.reason === "status-code") {
255
- switch (_response.error.statusCode) {
256
- case 422:
257
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
258
- default:
259
- throw new errors.ChrtError({
260
- statusCode: _response.error.statusCode,
261
- body: _response.error.body,
262
- rawResponse: _response.rawResponse,
263
- });
264
- }
265
- }
266
- switch (_response.error.reason) {
267
- case "non-json":
268
- throw new errors.ChrtError({
269
- statusCode: _response.error.statusCode,
270
- body: _response.error.rawBody,
271
- rawResponse: _response.rawResponse,
272
- });
273
- case "timeout":
274
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/line_item_groups/approve_line_item/v1/{line_item_group_id}/{line_item_id}.");
275
- case "unknown":
276
- throw new errors.ChrtError({
277
- message: _response.error.errorMessage,
278
- rawResponse: _response.rawResponse,
279
- });
280
- }
281
- });
282
- }
283
- /**
284
- * Retrieves a LineItemGroup the caller owns, is a payment counterparty on, or is the destination driver for. | authz_personas=[lig_org_operators, lig_driver] | () -> (LineItemGroup1)
285
- *
286
- * @param {string} id
287
- * @param {LineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
288
- *
289
- * @throws {@link Chrt.UnprocessableEntityError}
290
- *
291
- * @example
292
- * await client.billing.lineItemGroups.getByIdV1("id")
293
- */
294
- getByIdV1(id, requestOptions) {
295
- return core.HttpResponsePromise.fromPromise(this.__getByIdV1(id, requestOptions));
296
- }
297
- __getByIdV1(id, requestOptions) {
298
- return __awaiter(this, void 0, void 0, function* () {
299
- var _a, _b, _c, _d;
300
- 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);
301
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
302
- 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/line_item_groups/by_id/v1/${encodeURIComponent(id)}`),
303
- method: "GET",
304
- headers: _headers,
305
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
306
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
307
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
308
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
309
- });
310
- if (_response.ok) {
311
- return { data: _response.body, rawResponse: _response.rawResponse };
312
- }
313
- if (_response.error.reason === "status-code") {
314
- switch (_response.error.statusCode) {
315
- case 422:
316
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
317
- default:
318
- throw new errors.ChrtError({
319
- statusCode: _response.error.statusCode,
320
- body: _response.error.body,
321
- rawResponse: _response.rawResponse,
322
- });
323
- }
324
- }
325
- switch (_response.error.reason) {
326
- case "non-json":
327
- throw new errors.ChrtError({
328
- statusCode: _response.error.statusCode,
329
- body: _response.error.rawBody,
330
- rawResponse: _response.rawResponse,
331
- });
332
- case "timeout":
333
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /billing/line_item_groups/by_id/v1/{id}.");
334
- case "unknown":
335
- throw new errors.ChrtError({
336
- message: _response.error.errorMessage,
337
- rawResponse: _response.rawResponse,
338
- });
339
- }
340
- });
341
- }
342
- /**
343
- * Owner-only operator cleanup: deletes a STAGED LineItemGroup and cascades. Cascades: (1) deletes every LineItem referenced across the four buckets (agreement / amendment / pending / denied); (2) if the LIG is attached to a parent TaskGroup vector, clears that vector's `_line_item_group_id` and `_rate_sheet_id` (the LIG's `task_group_id` back-ref disappears with the LIG itself). Refuses if the LIG is already attached to a Statement (defense-in-depth — should be unreachable since attach requires FINALIZED). FINALIZED-or-beyond LIGs cannot be deleted (audit records). | authz_personas=[lig_owner_operators] | () -> (bool)
344
- *
345
- * @param {string} lineItemGroupId
346
- * @param {LineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
347
- *
348
- * @throws {@link Chrt.UnprocessableEntityError}
349
- *
350
- * @example
351
- * await client.billing.lineItemGroups.deleteV1("line_item_group_id")
352
- */
353
- deleteV1(lineItemGroupId, requestOptions) {
354
- return core.HttpResponsePromise.fromPromise(this.__deleteV1(lineItemGroupId, requestOptions));
355
- }
356
- __deleteV1(lineItemGroupId, requestOptions) {
357
- return __awaiter(this, void 0, void 0, function* () {
358
- var _a, _b, _c, _d;
359
- 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);
360
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
361
- 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/line_item_groups/delete/v1/${encodeURIComponent(lineItemGroupId)}`),
362
- method: "DELETE",
363
- headers: _headers,
364
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
365
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
366
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
367
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
368
- });
369
- if (_response.ok) {
370
- return { data: _response.body, rawResponse: _response.rawResponse };
371
- }
372
- if (_response.error.reason === "status-code") {
373
- switch (_response.error.statusCode) {
374
- case 422:
375
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
376
- default:
377
- throw new errors.ChrtError({
378
- statusCode: _response.error.statusCode,
379
- body: _response.error.body,
380
- rawResponse: _response.rawResponse,
381
- });
382
- }
383
- }
384
- switch (_response.error.reason) {
385
- case "non-json":
386
- throw new errors.ChrtError({
387
- statusCode: _response.error.statusCode,
388
- body: _response.error.rawBody,
389
- rawResponse: _response.rawResponse,
390
- });
391
- case "timeout":
392
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /billing/line_item_groups/delete/v1/{line_item_group_id}.");
393
- case "unknown":
394
- throw new errors.ChrtError({
395
- message: _response.error.errorMessage,
396
- rawResponse: _response.rawResponse,
397
- });
398
- }
399
- });
400
- }
401
- /**
402
- * Owner denies a counterparty-proposed LineItem on a non-FINALIZED LineItemGroup, moving it from pending_line_item_ids to denied_line_item_ids and stamping ad_hoc__status=DENIED. | authz_personas=[lig_owner_operators] | () -> (LineItemGroup1)
403
- *
404
- * @param {string} lineItemGroupId
405
- * @param {string} lineItemId
406
- * @param {LineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
407
- *
408
- * @throws {@link Chrt.UnprocessableEntityError}
409
- *
410
- * @example
411
- * await client.billing.lineItemGroups.denyLineItemV1("line_item_group_id", "line_item_id")
412
- */
413
- denyLineItemV1(lineItemGroupId, lineItemId, requestOptions) {
414
- return core.HttpResponsePromise.fromPromise(this.__denyLineItemV1(lineItemGroupId, lineItemId, requestOptions));
415
- }
416
- __denyLineItemV1(lineItemGroupId, lineItemId, requestOptions) {
417
- return __awaiter(this, void 0, void 0, function* () {
418
- var _a, _b, _c, _d;
419
- 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);
420
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
421
- 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/line_item_groups/deny_line_item/v1/${encodeURIComponent(lineItemGroupId)}/${encodeURIComponent(lineItemId)}`),
422
- method: "POST",
423
- headers: _headers,
424
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
425
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
426
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
427
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
428
- });
429
- if (_response.ok) {
430
- return { data: _response.body, rawResponse: _response.rawResponse };
431
- }
432
- if (_response.error.reason === "status-code") {
433
- switch (_response.error.statusCode) {
434
- case 422:
435
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
436
- default:
437
- throw new errors.ChrtError({
438
- statusCode: _response.error.statusCode,
439
- body: _response.error.body,
440
- rawResponse: _response.rawResponse,
441
- });
442
- }
443
- }
444
- switch (_response.error.reason) {
445
- case "non-json":
446
- throw new errors.ChrtError({
447
- statusCode: _response.error.statusCode,
448
- body: _response.error.rawBody,
449
- rawResponse: _response.rawResponse,
450
- });
451
- case "timeout":
452
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/line_item_groups/deny_line_item/v1/{line_item_group_id}/{line_item_id}.");
453
- case "unknown":
454
- throw new errors.ChrtError({
455
- message: _response.error.errorMessage,
456
- rawResponse: _response.rawResponse,
457
- });
458
- }
459
- });
460
- }
461
- /**
462
- * Locks a LineItemGroup, transitioning STAGED → FINALIZED. Required precondition for attaching to a Statement. Owner-only. Rejects if the LIG has no items in agreement_line_item_ids ∪ amendment_line_item_ids, or if pending_line_item_ids is non-empty (counterparty proposals must be resolved first). | authz: allowed_org_types=[provider, shipper], min_org_role=operator, authz_personas=[lig_owner_operators] | () -> (LineItemGroup1)
463
- *
464
- * @param {string} lineItemGroupId
465
- * @param {LineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
466
- *
467
- * @throws {@link Chrt.UnprocessableEntityError}
468
- *
469
- * @example
470
- * await client.billing.lineItemGroups.finalizeV1("line_item_group_id")
471
- */
472
- finalizeV1(lineItemGroupId, requestOptions) {
473
- return core.HttpResponsePromise.fromPromise(this.__finalizeV1(lineItemGroupId, requestOptions));
474
- }
475
- __finalizeV1(lineItemGroupId, requestOptions) {
476
- return __awaiter(this, void 0, void 0, function* () {
477
- var _a, _b, _c, _d;
478
- 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);
479
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
480
- 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/line_item_groups/finalize/v1/${encodeURIComponent(lineItemGroupId)}`),
481
- method: "POST",
482
- headers: _headers,
483
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
484
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
485
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
486
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
487
- });
488
- if (_response.ok) {
489
- return { data: _response.body, rawResponse: _response.rawResponse };
490
- }
491
- if (_response.error.reason === "status-code") {
492
- switch (_response.error.statusCode) {
493
- case 422:
494
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
495
- default:
496
- throw new errors.ChrtError({
497
- statusCode: _response.error.statusCode,
498
- body: _response.error.body,
499
- rawResponse: _response.rawResponse,
500
- });
501
- }
502
- }
503
- switch (_response.error.reason) {
504
- case "non-json":
505
- throw new errors.ChrtError({
506
- statusCode: _response.error.statusCode,
507
- body: _response.error.rawBody,
508
- rawResponse: _response.rawResponse,
509
- });
510
- case "timeout":
511
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/line_item_groups/finalize/v1/{line_item_group_id}.");
512
- case "unknown":
513
- throw new errors.ChrtError({
514
- message: _response.error.errorMessage,
515
- rawResponse: _response.rawResponse,
516
- });
517
- }
518
- });
519
- }
520
- /**
521
- * Atomically materialises a STAGED LineItemGroup from a rate sheet AND attaches it to the PPD vector of the named TaskGroup (one transaction; both sides of the LIG ↔ TG link populated together). Auto-resolves the rate sheet via RateSheetMapping1 unless body.rate_sheet_id is provided. Rejects if the PPD vector already has a LIG attached, or if a billing ledger period is attached (rate-sheet/ledger exclusivity). | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | (CreateLigFromRateSheetForVectorClientReq) -> (LineItemGroup1)
522
- *
523
- * @param {Chrt.CreateLigFromRateSheetForVectorClientReq} request
524
- * @param {LineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
525
- *
526
- * @throws {@link Chrt.UnprocessableEntityError}
527
- *
528
- * @example
529
- * await client.billing.lineItemGroups.fromRateSheetCreateForProviderPayDriverV1({
530
- * task_group_id: "task_group_id"
531
- * })
532
- */
533
- fromRateSheetCreateForProviderPayDriverV1(request, requestOptions) {
534
- return core.HttpResponsePromise.fromPromise(this.__fromRateSheetCreateForProviderPayDriverV1(request, requestOptions));
535
- }
536
- __fromRateSheetCreateForProviderPayDriverV1(request, requestOptions) {
537
- return __awaiter(this, void 0, void 0, function* () {
538
- var _a, _b, _c, _d;
539
- 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);
540
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
541
- 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/line_item_groups/from_rate_sheet/create_for_provider_pay_driver/v1"),
542
- method: "POST",
543
- headers: _headers,
544
- contentType: "application/json",
545
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
546
- requestType: "json",
547
- body: request,
548
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
549
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
550
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
551
- });
552
- if (_response.ok) {
553
- return { data: _response.body, rawResponse: _response.rawResponse };
554
- }
555
- if (_response.error.reason === "status-code") {
556
- switch (_response.error.statusCode) {
557
- case 422:
558
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
559
- default:
560
- throw new errors.ChrtError({
561
- statusCode: _response.error.statusCode,
562
- body: _response.error.body,
563
- rawResponse: _response.rawResponse,
564
- });
565
- }
566
- }
567
- switch (_response.error.reason) {
568
- case "non-json":
569
- throw new errors.ChrtError({
570
- statusCode: _response.error.statusCode,
571
- body: _response.error.rawBody,
572
- rawResponse: _response.rawResponse,
573
- });
574
- case "timeout":
575
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/line_item_groups/from_rate_sheet/create_for_provider_pay_driver/v1.");
576
- case "unknown":
577
- throw new errors.ChrtError({
578
- message: _response.error.errorMessage,
579
- rawResponse: _response.rawResponse,
580
- });
581
- }
582
- });
583
- }
584
- /**
585
- * Atomically materialises a STAGED LineItemGroup from a rate sheet AND attaches it to the PPP vector of the named TaskGroup (one transaction; both sides of the LIG ↔ TG link populated together). Auto-resolves the rate sheet via RateSheetMapping1 unless body.rate_sheet_id is provided. Rejects if the PPP vector already has a LIG attached, or if a billing ledger period is attached (rate-sheet/ledger exclusivity). | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (CreateLigFromRateSheetForVectorClientReq) -> (LineItemGroup1)
586
- *
587
- * @param {Chrt.CreateLigFromRateSheetForVectorClientReq} request
588
- * @param {LineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
589
- *
590
- * @throws {@link Chrt.UnprocessableEntityError}
591
- *
592
- * @example
593
- * await client.billing.lineItemGroups.fromRateSheetCreateForProviderPayProviderV1({
594
- * task_group_id: "task_group_id"
595
- * })
596
- */
597
- fromRateSheetCreateForProviderPayProviderV1(request, requestOptions) {
598
- return core.HttpResponsePromise.fromPromise(this.__fromRateSheetCreateForProviderPayProviderV1(request, requestOptions));
599
- }
600
- __fromRateSheetCreateForProviderPayProviderV1(request, requestOptions) {
601
- return __awaiter(this, void 0, void 0, function* () {
602
- var _a, _b, _c, _d;
603
- 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);
604
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
605
- 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/line_item_groups/from_rate_sheet/create_for_provider_pay_provider/v1"),
606
- method: "POST",
607
- headers: _headers,
608
- contentType: "application/json",
609
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
610
- requestType: "json",
611
- body: request,
612
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
613
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
614
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
615
- });
616
- if (_response.ok) {
617
- return { data: _response.body, rawResponse: _response.rawResponse };
618
- }
619
- if (_response.error.reason === "status-code") {
620
- switch (_response.error.statusCode) {
621
- case 422:
622
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
623
- default:
624
- throw new errors.ChrtError({
625
- statusCode: _response.error.statusCode,
626
- body: _response.error.body,
627
- rawResponse: _response.rawResponse,
628
- });
629
- }
630
- }
631
- switch (_response.error.reason) {
632
- case "non-json":
633
- throw new errors.ChrtError({
634
- statusCode: _response.error.statusCode,
635
- body: _response.error.rawBody,
636
- rawResponse: _response.rawResponse,
637
- });
638
- case "timeout":
639
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/line_item_groups/from_rate_sheet/create_for_provider_pay_provider/v1.");
640
- case "unknown":
641
- throw new errors.ChrtError({
642
- message: _response.error.errorMessage,
643
- rawResponse: _response.rawResponse,
644
- });
645
- }
646
- });
647
- }
648
- /**
649
- * Atomically materialises a STAGED LineItemGroup from a rate sheet AND attaches it to the SPP vector of the named TaskGroup (one transaction; both sides of the LIG ↔ TG link populated together). Auto-resolves the rate sheet via RateSheetMapping1 unless body.rate_sheet_id is provided. Rejects if the SPP vector already has a LIG attached, or if a billing ledger period is attached (rate-sheet/ledger exclusivity). | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (CreateLigFromRateSheetForVectorClientReq) -> (LineItemGroup1)
650
- *
651
- * @param {Chrt.CreateLigFromRateSheetForVectorClientReq} request
652
- * @param {LineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
653
- *
654
- * @throws {@link Chrt.UnprocessableEntityError}
655
- *
656
- * @example
657
- * await client.billing.lineItemGroups.fromRateSheetCreateForShipperPayProviderV1({
658
- * task_group_id: "task_group_id"
659
- * })
660
- */
661
- fromRateSheetCreateForShipperPayProviderV1(request, requestOptions) {
662
- return core.HttpResponsePromise.fromPromise(this.__fromRateSheetCreateForShipperPayProviderV1(request, requestOptions));
663
- }
664
- __fromRateSheetCreateForShipperPayProviderV1(request, requestOptions) {
665
- return __awaiter(this, void 0, void 0, function* () {
666
- var _a, _b, _c, _d;
667
- 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);
668
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
669
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, "billing/line_item_groups/from_rate_sheet/create_for_shipper_pay_provider/v1"),
670
- method: "POST",
671
- headers: _headers,
672
- contentType: "application/json",
673
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
674
- requestType: "json",
675
- body: request,
676
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
677
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
678
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
679
- });
680
- if (_response.ok) {
681
- return { data: _response.body, rawResponse: _response.rawResponse };
682
- }
683
- if (_response.error.reason === "status-code") {
684
- switch (_response.error.statusCode) {
685
- case 422:
686
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
687
- default:
688
- throw new errors.ChrtError({
689
- statusCode: _response.error.statusCode,
690
- body: _response.error.body,
691
- rawResponse: _response.rawResponse,
692
- });
693
- }
694
- }
695
- switch (_response.error.reason) {
696
- case "non-json":
697
- throw new errors.ChrtError({
698
- statusCode: _response.error.statusCode,
699
- body: _response.error.rawBody,
700
- rawResponse: _response.rawResponse,
701
- });
702
- case "timeout":
703
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/line_item_groups/from_rate_sheet/create_for_shipper_pay_provider/v1.");
704
- case "unknown":
705
- throw new errors.ChrtError({
706
- message: _response.error.errorMessage,
707
- rawResponse: _response.rawResponse,
708
- });
709
- }
710
- });
711
- }
712
- /**
713
- * Retrieves all LineItems referenced by a LineItemGroup the caller can access. | authz_personas=[lig_org_operators, lig_driver] | () -> (LineItemGroupLineItemsRes)
714
- *
715
- * @param {string} lineItemGroupId
716
- * @param {LineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
717
- *
718
- * @throws {@link Chrt.UnprocessableEntityError}
719
- *
720
- * @example
721
- * await client.billing.lineItemGroups.getLineItemsV1("line_item_group_id")
722
- */
723
- getLineItemsV1(lineItemGroupId, requestOptions) {
724
- return core.HttpResponsePromise.fromPromise(this.__getLineItemsV1(lineItemGroupId, requestOptions));
725
- }
726
- __getLineItemsV1(lineItemGroupId, requestOptions) {
727
- return __awaiter(this, void 0, void 0, function* () {
728
- var _a, _b, _c, _d;
729
- 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);
730
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
731
- 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/line_item_groups/line_items/v1/${encodeURIComponent(lineItemGroupId)}`),
732
- method: "GET",
733
- headers: _headers,
734
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
735
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
736
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
737
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
738
- });
739
- if (_response.ok) {
740
- return { data: _response.body, rawResponse: _response.rawResponse };
741
- }
742
- if (_response.error.reason === "status-code") {
743
- switch (_response.error.statusCode) {
744
- case 422:
745
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
746
- default:
747
- throw new errors.ChrtError({
748
- statusCode: _response.error.statusCode,
749
- body: _response.error.body,
750
- rawResponse: _response.rawResponse,
751
- });
752
- }
753
- }
754
- switch (_response.error.reason) {
755
- case "non-json":
756
- throw new errors.ChrtError({
757
- statusCode: _response.error.statusCode,
758
- body: _response.error.rawBody,
759
- rawResponse: _response.rawResponse,
760
- });
761
- case "timeout":
762
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /billing/line_item_groups/line_items/v1/{line_item_group_id}.");
763
- case "unknown":
764
- throw new errors.ChrtError({
765
- message: _response.error.errorMessage,
766
- rawResponse: _response.rawResponse,
767
- });
768
- }
769
- });
770
- }
771
- /**
772
- * Lists LineItemGroups the caller owns, is a payment counterparty on, or is the destination driver for. | authz_personas=[lig_org_operators, lig_driver] | () -> (LineItemGroupListRes)
773
- *
774
- * @param {Chrt.billing.LineItemGroupsListV1Request} request
775
- * @param {LineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
776
- *
777
- * @throws {@link Chrt.UnprocessableEntityError}
778
- *
779
- * @example
780
- * await client.billing.lineItemGroups.listV1({
781
- * sort_order: "asc",
782
- * page: 1,
783
- * page_size: 1,
784
- * filter_task_group_id: "filter_task_group_id",
785
- * filter_order_id: "filter_order_id",
786
- * filter_order_short_id: "filter_order_short_id",
787
- * filter_order_off_chrt_reference_id: "filter_order_off_chrt_reference_id",
788
- * filter_owned_by_org_id: "filter_owned_by_org_id",
789
- * filter_payment_origin_org_id: "filter_payment_origin_org_id",
790
- * filter_payment_destination_org_id: "filter_payment_destination_org_id",
791
- * filter_payment_destination_driver_id: "filter_payment_destination_driver_id",
792
- * filter_rate_sheet_id: "filter_rate_sheet_id",
793
- * filter_statement_id: "filter_statement_id",
794
- * filter_attached_to_statement: true
795
- * })
796
- */
797
- listV1(request = {}, requestOptions) {
798
- return core.HttpResponsePromise.fromPromise(this.__listV1(request, requestOptions));
799
- }
800
- __listV1() {
801
- return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
802
- var _a, _b, _c, _d, _e, _f, _g;
803
- const { sort_order: sortOrder, page, page_size: pageSize, filter_status: filterStatus, filter_task_group_id: filterTaskGroupId, filter_order_id: filterOrderId, filter_order_short_id: filterOrderShortId, filter_order_off_chrt_reference_id: filterOrderOffChrtReferenceId, filter_owned_by_org_id: filterOwnedByOrgId, filter_payment_origin_org_id: filterPaymentOriginOrgId, filter_payment_destination_org_id: filterPaymentDestinationOrgId, filter_payment_destination_driver_id: filterPaymentDestinationDriverId, filter_rate_sheet_id: filterRateSheetId, filter_statement_id: filterStatementId, filter_attached_to_statement: filterAttachedToStatement, } = request;
804
- const _queryParams = {};
805
- if (sortOrder !== undefined) {
806
- _queryParams["sort_order"] = sortOrder;
807
- }
808
- if (page !== undefined) {
809
- _queryParams["page"] = (_a = page === null || page === void 0 ? void 0 : page.toString()) !== null && _a !== void 0 ? _a : null;
810
- }
811
- if (pageSize !== undefined) {
812
- _queryParams["page_size"] = (_b = pageSize === null || pageSize === void 0 ? void 0 : pageSize.toString()) !== null && _b !== void 0 ? _b : null;
813
- }
814
- if (filterStatus !== undefined) {
815
- if (Array.isArray(filterStatus)) {
816
- _queryParams["filter_status"] = filterStatus.map((item) => item);
817
- }
818
- else {
819
- _queryParams["filter_status"] = filterStatus;
820
- }
821
- }
822
- if (filterTaskGroupId !== undefined) {
823
- _queryParams["filter_task_group_id"] = filterTaskGroupId;
824
- }
825
- if (filterOrderId !== undefined) {
826
- _queryParams["filter_order_id"] = filterOrderId;
827
- }
828
- if (filterOrderShortId !== undefined) {
829
- _queryParams["filter_order_short_id"] = filterOrderShortId;
830
- }
831
- if (filterOrderOffChrtReferenceId !== undefined) {
832
- _queryParams["filter_order_off_chrt_reference_id"] = filterOrderOffChrtReferenceId;
833
- }
834
- if (filterOwnedByOrgId !== undefined) {
835
- _queryParams["filter_owned_by_org_id"] = filterOwnedByOrgId;
836
- }
837
- if (filterPaymentOriginOrgId !== undefined) {
838
- _queryParams["filter_payment_origin_org_id"] = filterPaymentOriginOrgId;
839
- }
840
- if (filterPaymentDestinationOrgId !== undefined) {
841
- _queryParams["filter_payment_destination_org_id"] = filterPaymentDestinationOrgId;
842
- }
843
- if (filterPaymentDestinationDriverId !== undefined) {
844
- _queryParams["filter_payment_destination_driver_id"] = filterPaymentDestinationDriverId;
845
- }
846
- if (filterRateSheetId !== undefined) {
847
- _queryParams["filter_rate_sheet_id"] = filterRateSheetId;
848
- }
849
- if (filterStatementId !== undefined) {
850
- _queryParams["filter_statement_id"] = filterStatementId;
851
- }
852
- if (filterAttachedToStatement !== undefined) {
853
- _queryParams["filter_attached_to_statement"] = (_c = filterAttachedToStatement === null || filterAttachedToStatement === void 0 ? void 0 : filterAttachedToStatement.toString()) !== null && _c !== void 0 ? _c : null;
854
- }
855
- let _headers = mergeHeaders((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
856
- const _response = yield ((_e = this._options.fetcher) !== null && _e !== void 0 ? _e : core.fetcher)({
857
- url: core.url.join((_g = (_f = (yield core.Supplier.get(this._options.baseUrl))) !== null && _f !== void 0 ? _f : (yield core.Supplier.get(this._options.environment))) !== null && _g !== void 0 ? _g : environments.ChrtEnvironment.Local, "billing/line_item_groups/list/v1"),
858
- method: "GET",
859
- headers: _headers,
860
- queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
861
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
862
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
863
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
864
- });
865
- if (_response.ok) {
866
- return { data: _response.body, rawResponse: _response.rawResponse };
867
- }
868
- if (_response.error.reason === "status-code") {
869
- switch (_response.error.statusCode) {
870
- case 422:
871
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
872
- default:
873
- throw new errors.ChrtError({
874
- statusCode: _response.error.statusCode,
875
- body: _response.error.body,
876
- rawResponse: _response.rawResponse,
877
- });
878
- }
879
- }
880
- switch (_response.error.reason) {
881
- case "non-json":
882
- throw new errors.ChrtError({
883
- statusCode: _response.error.statusCode,
884
- body: _response.error.rawBody,
885
- rawResponse: _response.rawResponse,
886
- });
887
- case "timeout":
888
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /billing/line_item_groups/list/v1.");
889
- case "unknown":
890
- throw new errors.ChrtError({
891
- message: _response.error.errorMessage,
892
- rawResponse: _response.rawResponse,
893
- });
894
- }
895
- });
896
- }
897
- /**
898
- * Counterparty proposes a draft AD_HOC LineItem on a non-FINALIZED LineItemGroup. The item lands in pending_line_item_ids with ad_hoc__status=PENDING; the owner resolves it via approve/deny. Caller must be on the LIG (origin or destination) but not the owner. | authz_personas=[lig_org_operators] | (LineItemClientCreate1) -> (LineItemGroup1)
899
- *
900
- * @param {string} lineItemGroupId
901
- * @param {Chrt.LineItemClientCreate1} request
902
- * @param {LineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
903
- *
904
- * @throws {@link Chrt.UnprocessableEntityError}
905
- *
906
- * @example
907
- * await client.billing.lineItemGroups.proposeLineItemV1("line_item_group_id", {
908
- * item: "base_rate",
909
- * quantity: 1.1,
910
- * rate: 1.1
911
- * })
912
- */
913
- proposeLineItemV1(lineItemGroupId, request, requestOptions) {
914
- return core.HttpResponsePromise.fromPromise(this.__proposeLineItemV1(lineItemGroupId, request, requestOptions));
915
- }
916
- __proposeLineItemV1(lineItemGroupId, request, requestOptions) {
917
- return __awaiter(this, void 0, void 0, function* () {
918
- var _a, _b, _c, _d;
919
- 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);
920
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
921
- 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/line_item_groups/propose_line_item/v1/${encodeURIComponent(lineItemGroupId)}`),
922
- method: "POST",
923
- headers: _headers,
924
- contentType: "application/json",
925
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
926
- requestType: "json",
927
- body: request,
928
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
929
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
930
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
931
- });
932
- if (_response.ok) {
933
- return { data: _response.body, rawResponse: _response.rawResponse };
934
- }
935
- if (_response.error.reason === "status-code") {
936
- switch (_response.error.statusCode) {
937
- case 422:
938
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
939
- default:
940
- throw new errors.ChrtError({
941
- statusCode: _response.error.statusCode,
942
- body: _response.error.body,
943
- rawResponse: _response.rawResponse,
944
- });
945
- }
946
- }
947
- switch (_response.error.reason) {
948
- case "non-json":
949
- throw new errors.ChrtError({
950
- statusCode: _response.error.statusCode,
951
- body: _response.error.rawBody,
952
- rawResponse: _response.rawResponse,
953
- });
954
- case "timeout":
955
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/line_item_groups/propose_line_item/v1/{line_item_group_id}.");
956
- case "unknown":
957
- throw new errors.ChrtError({
958
- message: _response.error.errorMessage,
959
- rawResponse: _response.rawResponse,
960
- });
961
- }
962
- });
963
- }
964
- /**
965
- * Prices a single driver's combined trip across several task groups once. Recomputes route mileage from the ordered task locations (plus optional start/end legs), applies the CHRT-ground rate sheet, and atomically creates an OrderGroup-anchored LineItemGroup, its mileage LineItems, and the LineItemCalculation that records how the charges were derived. The LIG is detached on create (task_group_id is None) — attach to a Statement afterwards. | authz: allowed_org_types=[provider], min_org_role=operator | (SharedTaskGroupMileageCreateForProviderPayDriverClientReq) -> (LineItemGroup1)
966
- *
967
- * @param {Chrt.billing.SharedTaskGroupMileageCreateForProviderPayDriverClientReq} request
968
- * @param {LineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
969
- *
970
- * @throws {@link Chrt.UnprocessableEntityError}
971
- *
972
- * @example
973
- * await client.billing.lineItemGroups.sharedTaskGroupMileageCreateV1({
974
- * order_group_id: "order_group_id",
975
- * payment_destination_driver_id: "payment_destination_driver_id",
976
- * rate_sheet_id: "rate_sheet_id",
977
- * task_ids: ["task_ids"]
978
- * })
979
- */
980
- sharedTaskGroupMileageCreateV1(request, requestOptions) {
981
- return core.HttpResponsePromise.fromPromise(this.__sharedTaskGroupMileageCreateV1(request, requestOptions));
982
- }
983
- __sharedTaskGroupMileageCreateV1(request, requestOptions) {
984
- return __awaiter(this, void 0, void 0, function* () {
985
- var _a, _b, _c, _d;
986
- 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);
987
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
988
- 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/line_item_groups/shared_task_group_mileage/create/v1"),
989
- method: "POST",
990
- headers: _headers,
991
- contentType: "application/json",
992
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
993
- requestType: "json",
994
- body: request,
995
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
996
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
997
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
998
- });
999
- if (_response.ok) {
1000
- return { data: _response.body, rawResponse: _response.rawResponse };
1001
- }
1002
- if (_response.error.reason === "status-code") {
1003
- switch (_response.error.statusCode) {
1004
- case 422:
1005
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1006
- default:
1007
- throw new errors.ChrtError({
1008
- statusCode: _response.error.statusCode,
1009
- body: _response.error.body,
1010
- rawResponse: _response.rawResponse,
1011
- });
1012
- }
1013
- }
1014
- switch (_response.error.reason) {
1015
- case "non-json":
1016
- throw new errors.ChrtError({
1017
- statusCode: _response.error.statusCode,
1018
- body: _response.error.rawBody,
1019
- rawResponse: _response.rawResponse,
1020
- });
1021
- case "timeout":
1022
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/line_item_groups/shared_task_group_mileage/create/v1.");
1023
- case "unknown":
1024
- throw new errors.ChrtError({
1025
- message: _response.error.errorMessage,
1026
- rawResponse: _response.rawResponse,
1027
- });
1028
- }
1029
- });
1030
- }
1031
- /**
1032
- * Prices a single agent's combined trip across several task groups once, on the provider_pay_provider vector — a coordinator paying the executor (commonly an off-chrt agent) that ran the route. Recomputes route mileage from the ordered task locations (plus optional start/end legs), applies the CHRT-ground rate sheet, and atomically creates an OrderGroup-anchored LineItemGroup, its mileage LineItems, and the LineItemCalculation that records how the charges were derived. The LIG is detached on create (task_group_id is None) — attach to a Statement afterwards. | authz: allowed_org_types=[provider], min_org_role=operator | (SharedTaskGroupMileageCreateForProviderPayProviderClientReq) -> (LineItemGroup1)
1033
- *
1034
- * @param {Chrt.billing.SharedTaskGroupMileageCreateForProviderPayProviderClientReq} request
1035
- * @param {LineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
1036
- *
1037
- * @throws {@link Chrt.UnprocessableEntityError}
1038
- *
1039
- * @example
1040
- * await client.billing.lineItemGroups.sharedTaskGroupMileageCreateForProviderPayProviderV1({
1041
- * order_group_id: "order_group_id",
1042
- * rate_sheet_id: "rate_sheet_id",
1043
- * task_ids: ["task_ids"]
1044
- * })
1045
- */
1046
- sharedTaskGroupMileageCreateForProviderPayProviderV1(request, requestOptions) {
1047
- return core.HttpResponsePromise.fromPromise(this.__sharedTaskGroupMileageCreateForProviderPayProviderV1(request, requestOptions));
1048
- }
1049
- __sharedTaskGroupMileageCreateForProviderPayProviderV1(request, requestOptions) {
1050
- return __awaiter(this, void 0, void 0, function* () {
1051
- var _a, _b, _c, _d;
1052
- 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);
1053
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1054
- 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/line_item_groups/shared_task_group_mileage/create_for_provider_pay_provider/v1"),
1055
- method: "POST",
1056
- headers: _headers,
1057
- contentType: "application/json",
1058
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
1059
- requestType: "json",
1060
- body: request,
1061
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1062
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1063
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1064
- });
1065
- if (_response.ok) {
1066
- return { data: _response.body, rawResponse: _response.rawResponse };
1067
- }
1068
- if (_response.error.reason === "status-code") {
1069
- switch (_response.error.statusCode) {
1070
- case 422:
1071
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1072
- default:
1073
- throw new errors.ChrtError({
1074
- statusCode: _response.error.statusCode,
1075
- body: _response.error.body,
1076
- rawResponse: _response.rawResponse,
1077
- });
1078
- }
1079
- }
1080
- switch (_response.error.reason) {
1081
- case "non-json":
1082
- throw new errors.ChrtError({
1083
- statusCode: _response.error.statusCode,
1084
- body: _response.error.rawBody,
1085
- rawResponse: _response.rawResponse,
1086
- });
1087
- case "timeout":
1088
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /billing/line_item_groups/shared_task_group_mileage/create_for_provider_pay_provider/v1.");
1089
- case "unknown":
1090
- throw new errors.ChrtError({
1091
- message: _response.error.errorMessage,
1092
- rawResponse: _response.rawResponse,
1093
- });
1094
- }
1095
- });
1096
- }
1097
- /**
1098
- * Counterparty pulls back their own pending LineItem on a non-FINALIZED LineItemGroup. Only the proposing org can withdraw; the LineItem doc is deleted (no breadcrumb). | authz_personas=[lig_org_operators] | () -> (LineItemGroup1)
1099
- *
1100
- * @param {string} lineItemGroupId
1101
- * @param {string} lineItemId
1102
- * @param {LineItemGroups.RequestOptions} requestOptions - Request-specific configuration.
1103
- *
1104
- * @throws {@link Chrt.UnprocessableEntityError}
1105
- *
1106
- * @example
1107
- * await client.billing.lineItemGroups.withdrawLineItemV1("line_item_group_id", "line_item_id")
1108
- */
1109
- withdrawLineItemV1(lineItemGroupId, lineItemId, requestOptions) {
1110
- return core.HttpResponsePromise.fromPromise(this.__withdrawLineItemV1(lineItemGroupId, lineItemId, requestOptions));
1111
- }
1112
- __withdrawLineItemV1(lineItemGroupId, lineItemId, requestOptions) {
1113
- return __awaiter(this, void 0, void 0, function* () {
1114
- var _a, _b, _c, _d;
1115
- 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);
1116
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1117
- 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/line_item_groups/withdraw_line_item/v1/${encodeURIComponent(lineItemGroupId)}/${encodeURIComponent(lineItemId)}`),
1118
- method: "DELETE",
1119
- headers: _headers,
1120
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
1121
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1122
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1123
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1124
- });
1125
- if (_response.ok) {
1126
- return { data: _response.body, rawResponse: _response.rawResponse };
1127
- }
1128
- if (_response.error.reason === "status-code") {
1129
- switch (_response.error.statusCode) {
1130
- case 422:
1131
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1132
- default:
1133
- throw new errors.ChrtError({
1134
- statusCode: _response.error.statusCode,
1135
- body: _response.error.body,
1136
- rawResponse: _response.rawResponse,
1137
- });
1138
- }
1139
- }
1140
- switch (_response.error.reason) {
1141
- case "non-json":
1142
- throw new errors.ChrtError({
1143
- statusCode: _response.error.statusCode,
1144
- body: _response.error.rawBody,
1145
- rawResponse: _response.rawResponse,
1146
- });
1147
- case "timeout":
1148
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /billing/line_item_groups/withdraw_line_item/v1/{line_item_group_id}/{line_item_id}.");
1149
- case "unknown":
1150
- throw new errors.ChrtError({
1151
- message: _response.error.errorMessage,
1152
- rawResponse: _response.rawResponse,
1153
- });
1154
- }
1155
- });
1156
- }
1157
- _getAuthorizationHeader() {
1158
- return __awaiter(this, void 0, void 0, function* () {
1159
- const bearer = yield core.Supplier.get(this._options.token);
1160
- if (bearer != null) {
1161
- return `Bearer ${bearer}`;
1162
- }
1163
- return undefined;
1164
- });
1165
- }
1166
- }