@chrt-inc/typescript-sdk 1.920.0 → 1.922.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 (869) 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 -6
  42. package/dist/cjs/api/resources/shipping/client/Client.js +14 -24
  43. package/dist/cjs/api/resources/shipping/resources/cargos/client/Client.d.ts +1 -1
  44. package/dist/cjs/api/resources/shipping/resources/cargos/client/Client.js +1 -1
  45. package/dist/cjs/api/resources/shipping/resources/index.d.ts +0 -4
  46. package/dist/cjs/api/resources/shipping/resources/index.js +1 -5
  47. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +2 -2
  48. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +2 -2
  49. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/Client.d.ts +1 -1
  50. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/Client.js +1 -1
  51. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.ts +1 -15
  52. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.js +1 -64
  53. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/index.d.ts +0 -1
  54. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.d.ts +1 -1
  55. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.js +1 -1
  56. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +3 -221
  57. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +3 -938
  58. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/index.d.ts +0 -3
  59. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.d.ts +4 -4
  60. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.js +4 -4
  61. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/Client.d.ts +0 -3
  62. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/Client.js +0 -5
  63. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.ts +48 -16
  64. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.js +173 -43
  65. 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
  66. 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
  67. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.d.ts +2 -0
  68. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/index.d.ts +0 -2
  69. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/index.js +1 -3
  70. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.d.ts +18 -1
  71. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.js +68 -1
  72. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.d.ts +14 -0
  73. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.d.ts +1 -0
  74. package/dist/cjs/api/types/BillingPeriod1.d.ts +34 -0
  75. package/dist/cjs/api/types/{BillingCycleEnum.d.ts → BillingPeriodCycleEnum1.d.ts} +2 -2
  76. package/dist/cjs/api/types/{BillingCycleEnum.js → BillingPeriodCycleEnum1.js} +2 -2
  77. package/dist/cjs/api/types/BillingPeriodExpanded1.d.ts +9 -0
  78. package/dist/cjs/api/types/{OrderGroupListRes.d.ts → BillingPeriodListRes.d.ts} +2 -2
  79. package/dist/cjs/api/types/BillingPeriodSortByEnum.d.ts +12 -0
  80. package/dist/cjs/api/types/{OrderGroupExpandedSortByEnum.js → BillingPeriodSortByEnum.js} +5 -3
  81. package/dist/cjs/api/types/{BillingLedgerPeriodStatusEnum.d.ts → BillingPeriodStatusEnum1.d.ts} +2 -2
  82. package/dist/cjs/api/types/{BillingLedgerPeriodStatusEnum.js → BillingPeriodStatusEnum1.js} +2 -2
  83. package/dist/cjs/api/types/BillingPeriodTaskGroupsReq.d.ts +6 -0
  84. package/dist/cjs/api/types/Cargo1.d.ts +1 -0
  85. package/dist/cjs/api/types/ChrtGroundProviderRates1.d.ts +1 -0
  86. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.d.ts +9 -0
  87. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.d.ts +11 -0
  88. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsItem1.d.ts +13 -0
  89. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.d.ts +9 -0
  90. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.d.ts +9 -0
  91. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.js +11 -0
  92. package/dist/cjs/api/types/CreateInvoiceLineItemsFromAwbCostsRes.d.ts +10 -0
  93. package/dist/cjs/api/types/Invoice1.d.ts +1 -0
  94. package/dist/cjs/api/types/InvoiceExpandedRes.d.ts +1 -0
  95. package/dist/cjs/api/types/InvoiceLineItem1.d.ts +4 -0
  96. package/dist/cjs/api/types/InvoiceLineItemClientCreate1.d.ts +3 -0
  97. package/dist/cjs/api/types/InvoiceLineItemServerCreate1.d.ts +4 -0
  98. package/dist/cjs/api/types/InvoiceLineItemsByOrderExpandedRes.d.ts +2 -0
  99. package/dist/cjs/api/types/NotificationEventsForOrgsEnum.d.ts +1 -6
  100. package/dist/cjs/api/types/NotificationEventsForOrgsEnum.js +0 -5
  101. package/dist/cjs/api/types/NotificationEventsForUsersEnum.d.ts +1 -3
  102. package/dist/cjs/api/types/NotificationEventsForUsersEnum.js +0 -2
  103. package/dist/cjs/api/types/OffChrtOrgData1.d.ts +1 -0
  104. package/dist/cjs/api/types/OffChrtOrgDataClientCreate1.d.ts +1 -0
  105. package/dist/{esm/api/types/CreateLigFromRateSheetForVectorClientReq.d.mts → cjs/api/types/OrderAwbBillingAccount1.d.ts} +3 -2
  106. package/dist/cjs/api/types/OrderAwbBillingListItem1.d.ts +12 -0
  107. package/dist/cjs/api/types/{BillingLedgerPeriodListRes.d.ts → OrderAwbBillingListRes.d.ts} +2 -2
  108. package/dist/cjs/api/types/OrderBillingExpandedListItem1.d.ts +1 -0
  109. package/dist/cjs/api/types/OrderBillingPeriod1.d.ts +11 -0
  110. package/dist/cjs/api/types/OrdersDraftDeleteManyRes.d.ts +0 -1
  111. package/dist/cjs/api/types/ProFormaLineItem1.d.ts +9 -7
  112. package/dist/cjs/api/types/{LineItemProvenanceEnum.d.ts → ProFormaLineItemProvenanceEnum1.d.ts} +2 -2
  113. package/dist/cjs/api/types/{LineItemProvenanceEnum.js → ProFormaLineItemProvenanceEnum1.js} +2 -2
  114. package/dist/cjs/api/types/TaskGroup1.d.ts +0 -9
  115. package/dist/cjs/api/types/index.d.ts +18 -63
  116. package/dist/cjs/api/types/index.js +18 -63
  117. package/dist/cjs/version.d.ts +1 -1
  118. package/dist/cjs/version.js +1 -1
  119. package/dist/esm/Client.mjs +2 -2
  120. package/dist/esm/api/resources/billing/client/Client.d.mts +0 -27
  121. package/dist/esm/api/resources/billing/client/Client.mjs +0 -45
  122. package/dist/esm/api/resources/billing/resources/index.d.mts +0 -17
  123. package/dist/esm/api/resources/billing/resources/index.mjs +0 -17
  124. package/dist/esm/api/resources/billingNew/client/Client.d.mts +3 -0
  125. package/dist/esm/api/resources/billingNew/client/Client.mjs +5 -0
  126. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/Client.d.mts +168 -0
  127. package/dist/esm/api/resources/{billing/resources/rateSheetMappings → billingNew/resources/billingPeriods}/client/Client.mjs +176 -111
  128. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.d.mts +34 -0
  129. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.d.mts +20 -0
  130. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.d.mts +54 -0
  131. package/dist/esm/api/resources/billingNew/resources/billingPeriods/client/requests/index.d.mts +3 -0
  132. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.d.mts +2 -1
  133. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/Client.mjs +6 -2
  134. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesClientCreate1.d.mts +1 -0
  135. package/dist/esm/api/resources/billingNew/resources/chrtGroundProviderRates/client/requests/ChrtGroundProviderRatesListV1Request.d.mts +4 -1
  136. package/dist/esm/api/resources/billingNew/resources/index.d.mts +2 -0
  137. package/dist/esm/api/resources/billingNew/resources/index.mjs +2 -0
  138. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.d.mts +21 -1
  139. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/Client.mjs +77 -2
  140. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAmountReq.d.mts +3 -0
  141. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.d.mts +17 -0
  142. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromLineItemsReq.d.mts +1 -0
  143. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/InvoiceLineItemsListV1Request.d.mts +3 -0
  144. package/dist/esm/api/resources/billingNew/resources/invoiceLineItems/client/requests/index.d.mts +1 -0
  145. package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.d.mts +1 -0
  146. package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.mjs +5 -1
  147. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoiceClientCreate1.d.mts +1 -0
  148. package/dist/esm/api/resources/billingNew/resources/invoices/client/requests/InvoicesListV1Request.d.mts +3 -0
  149. package/dist/esm/api/resources/billingNew/resources/orders/client/Client.d.mts +16 -0
  150. package/dist/esm/api/resources/billingNew/resources/orders/client/Client.mjs +70 -0
  151. 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
  152. package/dist/esm/api/resources/billingNew/resources/orders/client/requests/index.d.mts +1 -0
  153. package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.d.mts +2 -2
  154. package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.mjs +2 -2
  155. package/dist/esm/api/resources/listing/resources/listings/client/Client.d.mts +1 -1
  156. package/dist/esm/api/resources/listing/resources/listings/client/Client.mjs +1 -1
  157. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.d.mts +2 -0
  158. package/dist/esm/api/resources/shipping/client/Client.d.mts +0 -6
  159. package/dist/esm/api/resources/shipping/client/Client.mjs +0 -10
  160. package/dist/esm/api/resources/shipping/resources/cargos/client/Client.d.mts +1 -1
  161. package/dist/esm/api/resources/shipping/resources/cargos/client/Client.mjs +1 -1
  162. package/dist/esm/api/resources/shipping/resources/index.d.mts +0 -4
  163. package/dist/esm/api/resources/shipping/resources/index.mjs +0 -4
  164. package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +2 -2
  165. package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +2 -2
  166. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/Client.d.mts +1 -1
  167. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/Client.mjs +1 -1
  168. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.mts +1 -15
  169. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.mjs +1 -64
  170. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/index.d.mts +0 -1
  171. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.d.mts +1 -1
  172. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.mjs +1 -1
  173. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +3 -221
  174. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +3 -938
  175. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/index.d.mts +0 -3
  176. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.d.mts +4 -4
  177. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.mjs +4 -4
  178. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/client/Client.d.mts +0 -3
  179. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/client/Client.mjs +0 -5
  180. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.mts +48 -16
  181. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.mjs +173 -43
  182. 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
  183. 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
  184. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.d.mts +2 -0
  185. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/index.d.mts +0 -2
  186. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/index.mjs +0 -2
  187. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.d.mts +18 -1
  188. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.mjs +68 -1
  189. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.d.mts +14 -0
  190. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.d.mts +1 -0
  191. package/dist/esm/api/types/BillingPeriod1.d.mts +34 -0
  192. package/dist/esm/api/types/{BillingCycleEnum.d.mts → BillingPeriodCycleEnum1.d.mts} +2 -2
  193. package/dist/esm/api/types/{BillingCycleEnum.mjs → BillingPeriodCycleEnum1.mjs} +1 -1
  194. package/dist/esm/api/types/BillingPeriodExpanded1.d.mts +9 -0
  195. package/dist/esm/api/types/{BillingLedgerListRes.d.mts → BillingPeriodListRes.d.mts} +2 -2
  196. package/dist/esm/api/types/BillingPeriodSortByEnum.d.mts +12 -0
  197. package/dist/esm/api/types/{OrderGroupSortByEnum.mjs → BillingPeriodSortByEnum.mjs} +4 -1
  198. package/dist/esm/api/types/{BillingLedgerPeriodStatusEnum.d.mts → BillingPeriodStatusEnum1.d.mts} +2 -2
  199. package/dist/esm/api/types/{BillingLedgerPeriodStatusEnum.mjs → BillingPeriodStatusEnum1.mjs} +1 -1
  200. package/dist/esm/api/types/BillingPeriodTaskGroupsReq.d.mts +6 -0
  201. package/dist/esm/api/types/Cargo1.d.mts +1 -0
  202. package/dist/esm/api/types/ChrtGroundProviderRates1.d.mts +1 -0
  203. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.d.mts +9 -0
  204. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.d.mts +11 -0
  205. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsItem1.d.mts +13 -0
  206. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.d.mts +9 -0
  207. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.d.mts +9 -0
  208. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRejectedReasonEnum1.mjs +8 -0
  209. package/dist/esm/api/types/CreateInvoiceLineItemsFromAwbCostsRes.d.mts +10 -0
  210. package/dist/esm/api/types/Invoice1.d.mts +1 -0
  211. package/dist/esm/api/types/InvoiceExpandedRes.d.mts +1 -0
  212. package/dist/esm/api/types/InvoiceLineItem1.d.mts +4 -0
  213. package/dist/esm/api/types/InvoiceLineItemClientCreate1.d.mts +3 -0
  214. package/dist/esm/api/types/InvoiceLineItemServerCreate1.d.mts +4 -0
  215. package/dist/esm/api/types/InvoiceLineItemsByOrderExpandedRes.d.mts +2 -0
  216. package/dist/esm/api/types/NotificationEventsForOrgsEnum.d.mts +1 -6
  217. package/dist/esm/api/types/NotificationEventsForOrgsEnum.mjs +0 -5
  218. package/dist/esm/api/types/NotificationEventsForUsersEnum.d.mts +1 -3
  219. package/dist/esm/api/types/NotificationEventsForUsersEnum.mjs +0 -2
  220. package/dist/esm/api/types/OffChrtOrgData1.d.mts +1 -0
  221. package/dist/esm/api/types/OffChrtOrgDataClientCreate1.d.mts +1 -0
  222. package/dist/{cjs/api/types/CreateLigFromRateSheetForVectorClientReq.d.ts → esm/api/types/OrderAwbBillingAccount1.d.mts} +3 -2
  223. package/dist/esm/api/types/OrderAwbBillingListItem1.d.mts +12 -0
  224. package/dist/esm/api/types/{BillingLedgerPeriodListRes.d.mts → OrderAwbBillingListRes.d.mts} +2 -2
  225. package/dist/esm/api/types/OrderBillingExpandedListItem1.d.mts +1 -0
  226. package/dist/esm/api/types/OrderBillingPeriod1.d.mts +11 -0
  227. package/dist/esm/api/types/OrdersDraftDeleteManyRes.d.mts +0 -1
  228. package/dist/esm/api/types/ProFormaLineItem1.d.mts +9 -7
  229. package/dist/esm/api/types/{LineItemProvenanceEnum.d.mts → ProFormaLineItemProvenanceEnum1.d.mts} +2 -2
  230. package/dist/esm/api/types/{LineItemProvenanceEnum.mjs → ProFormaLineItemProvenanceEnum1.mjs} +1 -1
  231. package/dist/esm/api/types/TaskGroup1.d.mts +0 -9
  232. package/dist/esm/api/types/index.d.mts +18 -63
  233. package/dist/esm/api/types/index.mjs +18 -63
  234. package/dist/esm/version.d.mts +1 -1
  235. package/dist/esm/version.mjs +1 -1
  236. package/package.json +1 -1
  237. package/reference.md +2755 -9321
  238. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.ts +0 -115
  239. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.js +0 -425
  240. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.d.ts +0 -14
  241. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.d.ts +0 -41
  242. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.d.ts +0 -17
  243. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/index.d.ts +0 -3
  244. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.d.ts +0 -110
  245. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.js +0 -411
  246. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/index.d.ts +0 -2
  247. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/index.js +0 -17
  248. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.ts +0 -23
  249. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.d.ts +0 -13
  250. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.d.ts +0 -32
  251. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/index.d.ts +0 -3
  252. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/index.js +0 -2
  253. package/dist/cjs/api/resources/billing/resources/billingLedgers/index.d.ts +0 -1
  254. package/dist/cjs/api/resources/billing/resources/billingLedgers/index.js +0 -17
  255. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.d.ts +0 -132
  256. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.js +0 -505
  257. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/index.d.ts +0 -2
  258. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/index.js +0 -17
  259. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.d.ts +0 -19
  260. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.d.ts +0 -21
  261. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.d.ts +0 -16
  262. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.d.ts +0 -3
  263. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.js +0 -2
  264. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/index.d.ts +0 -1
  265. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/index.js +0 -17
  266. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.d.ts +0 -132
  267. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.js +0 -508
  268. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/index.d.ts +0 -2
  269. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/index.js +0 -17
  270. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.d.ts +0 -35
  271. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.d.ts +0 -46
  272. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.d.ts +0 -16
  273. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.d.ts +0 -3
  274. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.js +0 -2
  275. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/index.d.ts +0 -1
  276. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/index.js +0 -17
  277. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.d.ts +0 -307
  278. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.js +0 -1203
  279. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/index.d.ts +0 -2
  280. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/index.js +0 -17
  281. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.ts +0 -23
  282. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.d.ts +0 -53
  283. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.ts +0 -23
  284. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.ts +0 -24
  285. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/index.d.ts +0 -4
  286. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/index.js +0 -2
  287. package/dist/cjs/api/resources/billing/resources/lineItemGroups/index.d.ts +0 -2
  288. package/dist/cjs/api/resources/billing/resources/lineItemGroups/index.js +0 -18
  289. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/index.d.ts +0 -4
  290. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/index.js +0 -43
  291. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.d.ts +0 -50
  292. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.js +0 -133
  293. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/index.d.ts +0 -2
  294. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/index.js +0 -17
  295. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/index.d.ts +0 -1
  296. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/index.js +0 -2
  297. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/index.d.ts +0 -1
  298. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/messages/index.js +0 -17
  299. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.d.ts +0 -83
  300. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.js +0 -308
  301. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/index.d.ts +0 -2
  302. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/index.js +0 -17
  303. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.d.ts +0 -13
  304. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.d.ts +0 -1
  305. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.js +0 -2
  306. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/index.d.ts +0 -1
  307. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/index.js +0 -17
  308. package/dist/cjs/api/resources/billing/resources/lineItems/client/Client.d.ts +0 -23
  309. package/dist/cjs/api/resources/billing/resources/lineItems/client/Client.js +0 -17
  310. package/dist/cjs/api/resources/billing/resources/lineItems/client/index.d.ts +0 -1
  311. package/dist/cjs/api/resources/billing/resources/lineItems/client/index.js +0 -2
  312. package/dist/cjs/api/resources/billing/resources/lineItems/index.d.ts +0 -2
  313. package/dist/cjs/api/resources/billing/resources/lineItems/index.js +0 -18
  314. package/dist/cjs/api/resources/billing/resources/lineItems/resources/index.d.ts +0 -2
  315. package/dist/cjs/api/resources/billing/resources/lineItems/resources/index.js +0 -41
  316. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.ts +0 -83
  317. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.js +0 -308
  318. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.d.ts +0 -2
  319. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.js +0 -17
  320. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.d.ts +0 -13
  321. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.d.ts +0 -1
  322. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.js +0 -2
  323. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/index.d.ts +0 -1
  324. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/index.js +0 -17
  325. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/Client.d.ts +0 -132
  326. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/Client.js +0 -505
  327. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/index.d.ts +0 -2
  328. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/index.js +0 -17
  329. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.d.ts +0 -16
  330. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.d.ts +0 -15
  331. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.d.ts +0 -16
  332. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.js +0 -5
  333. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.d.ts +0 -3
  334. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.js +0 -2
  335. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/index.d.ts +0 -1
  336. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/index.js +0 -17
  337. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/Client.d.ts +0 -155
  338. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/index.d.ts +0 -2
  339. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/index.js +0 -17
  340. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.ts +0 -20
  341. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.js +0 -5
  342. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.d.ts +0 -18
  343. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.js +0 -5
  344. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.js +0 -5
  345. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/index.d.ts +0 -3
  346. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/index.js +0 -2
  347. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/index.d.ts +0 -1
  348. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/index.js +0 -17
  349. package/dist/cjs/api/resources/billing/resources/statements/client/Client.d.ts +0 -321
  350. package/dist/cjs/api/resources/billing/resources/statements/client/Client.js +0 -1334
  351. package/dist/cjs/api/resources/billing/resources/statements/client/index.d.ts +0 -2
  352. package/dist/cjs/api/resources/billing/resources/statements/client/index.js +0 -17
  353. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.ts +0 -21
  354. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.js +0 -5
  355. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementExpandedRetrieveReq.d.ts +0 -12
  356. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementExpandedRetrieveReq.js +0 -5
  357. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.d.ts +0 -13
  358. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.js +0 -5
  359. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.ts +0 -71
  360. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.js +0 -5
  361. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.ts +0 -71
  362. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.js +0 -5
  363. package/dist/cjs/api/resources/billing/resources/statements/client/requests/index.d.ts +0 -5
  364. package/dist/cjs/api/resources/billing/resources/statements/client/requests/index.js +0 -2
  365. package/dist/cjs/api/resources/billing/resources/statements/index.d.ts +0 -1
  366. package/dist/cjs/api/resources/billing/resources/statements/index.js +0 -17
  367. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/Client.d.ts +0 -142
  368. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/Client.js +0 -530
  369. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/index.d.ts +0 -2
  370. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/index.js +0 -17
  371. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.js +0 -5
  372. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.d.ts +0 -12
  373. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.js +0 -5
  374. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.d.ts +0 -13
  375. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.js +0 -5
  376. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.d.ts +0 -30
  377. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.js +0 -5
  378. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/index.d.ts +0 -4
  379. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/index.js +0 -2
  380. package/dist/cjs/api/resources/shipping/resources/orderGroups/index.d.ts +0 -1
  381. package/dist/cjs/api/resources/shipping/resources/orderGroups/index.js +0 -17
  382. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.d.ts +0 -13
  383. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.js +0 -5
  384. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.d.ts +0 -73
  385. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.js +0 -260
  386. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/index.d.ts +0 -2
  387. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/index.js +0 -17
  388. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.d.ts +0 -32
  389. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.js +0 -5
  390. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.d.ts +0 -25
  391. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.js +0 -5
  392. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.d.ts +0 -2
  393. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.js +0 -2
  394. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/index.d.ts +0 -1
  395. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/index.js +0 -17
  396. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.ts +0 -13
  397. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.js +0 -5
  398. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.ts +0 -13
  399. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.js +0 -5
  400. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.ts +0 -13
  401. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.js +0 -5
  402. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.d.ts +0 -62
  403. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.js +0 -197
  404. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.d.ts +0 -2
  405. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.js +0 -17
  406. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.d.ts +0 -21
  407. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.js +0 -5
  408. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.d.ts +0 -1
  409. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.js +0 -2
  410. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.d.ts +0 -1
  411. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.js +0 -17
  412. package/dist/cjs/api/types/AttachBillingLedgerPeriodReq.d.ts +0 -6
  413. package/dist/cjs/api/types/AttachBillingLedgerPeriodReq.js +0 -5
  414. package/dist/cjs/api/types/AttachLigToVectorClientReq.d.ts +0 -6
  415. package/dist/cjs/api/types/AttachLigToVectorClientReq.js +0 -5
  416. package/dist/cjs/api/types/BillingLedger1.d.ts +0 -27
  417. package/dist/cjs/api/types/BillingLedger1.js +0 -5
  418. package/dist/cjs/api/types/BillingLedgerListRes.d.ts +0 -8
  419. package/dist/cjs/api/types/BillingLedgerListRes.js +0 -5
  420. package/dist/cjs/api/types/BillingLedgerPeriod1.d.ts +0 -35
  421. package/dist/cjs/api/types/BillingLedgerPeriod1.js +0 -5
  422. package/dist/cjs/api/types/BillingLedgerPeriodListRes.js +0 -5
  423. package/dist/cjs/api/types/BillingLedgerPeriodSortByEnum.d.ts +0 -9
  424. package/dist/cjs/api/types/BillingLedgerPeriodSortByEnum.js +0 -11
  425. package/dist/cjs/api/types/BillingLedgerSortByEnum.d.ts +0 -4
  426. package/dist/cjs/api/types/BillingLedgerSortByEnum.js +0 -5
  427. package/dist/cjs/api/types/BillingLedgerStatusEnum.d.ts +0 -8
  428. package/dist/cjs/api/types/BillingLedgerStatusEnum.js +0 -10
  429. package/dist/cjs/api/types/BillingLineItemGroupMessageWebhookPayload.d.ts +0 -13
  430. package/dist/cjs/api/types/BillingLineItemGroupMessageWebhookPayload.js +0 -5
  431. package/dist/cjs/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.ts +0 -10
  432. package/dist/cjs/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.js +0 -5
  433. package/dist/cjs/api/types/BillingLineItemS3ObjectAddedWebhookPayload.d.ts +0 -14
  434. package/dist/cjs/api/types/BillingLineItemS3ObjectAddedWebhookPayload.js +0 -5
  435. package/dist/cjs/api/types/BillingReviewStatusEnum.d.ts +0 -15
  436. package/dist/cjs/api/types/BillingReviewStatusEnum.js +0 -12
  437. package/dist/cjs/api/types/BillingStatementOpenedWebhookPayload.d.ts +0 -10
  438. package/dist/cjs/api/types/BillingStatementOpenedWebhookPayload.js +0 -5
  439. package/dist/cjs/api/types/BillingStatementPaidWebhookPayload.d.ts +0 -10
  440. package/dist/cjs/api/types/BillingStatementPaidWebhookPayload.js +0 -5
  441. package/dist/cjs/api/types/CargoOnFlightRateSheet1.d.ts +0 -16
  442. package/dist/cjs/api/types/CargoOnFlightRateSheet1.js +0 -5
  443. package/dist/cjs/api/types/CargoOnFlightRateSheetListRes.d.ts +0 -8
  444. package/dist/cjs/api/types/CargoOnFlightRateSheetListRes.js +0 -5
  445. package/dist/cjs/api/types/ChrtGroundProviderRateSheet1.d.ts +0 -32
  446. package/dist/cjs/api/types/ChrtGroundProviderRateSheet1.js +0 -5
  447. package/dist/cjs/api/types/ChrtGroundProviderRateSheetListRes.d.ts +0 -8
  448. package/dist/cjs/api/types/ChrtGroundProviderRateSheetListRes.js +0 -5
  449. package/dist/cjs/api/types/CreateLigFromRateSheetForVectorClientReq.js +0 -5
  450. package/dist/cjs/api/types/LineItem1.d.ts +0 -32
  451. package/dist/cjs/api/types/LineItem1.js +0 -5
  452. package/dist/cjs/api/types/LineItemClientCreate1.d.ts +0 -14
  453. package/dist/cjs/api/types/LineItemClientCreate1.js +0 -5
  454. package/dist/cjs/api/types/LineItemEnum1.d.ts +0 -39
  455. package/dist/cjs/api/types/LineItemEnum1.js +0 -35
  456. package/dist/cjs/api/types/LineItemGroup1.d.ts +0 -59
  457. package/dist/cjs/api/types/LineItemGroup1.js +0 -5
  458. package/dist/cjs/api/types/LineItemGroupLineItemsRes.d.ts +0 -11
  459. package/dist/cjs/api/types/LineItemGroupLineItemsRes.js +0 -5
  460. package/dist/cjs/api/types/LineItemGroupListRes.d.ts +0 -8
  461. package/dist/cjs/api/types/LineItemGroupListRes.js +0 -5
  462. package/dist/cjs/api/types/LineItemGroupMessage1.d.ts +0 -12
  463. package/dist/cjs/api/types/LineItemGroupMessage1.js +0 -5
  464. package/dist/cjs/api/types/LineItemGroupS3ObjectMetadata1.d.ts +0 -19
  465. package/dist/cjs/api/types/LineItemGroupS3ObjectMetadata1.js +0 -5
  466. package/dist/cjs/api/types/LineItemGroupStatusEnum1.d.ts +0 -30
  467. package/dist/cjs/api/types/LineItemGroupStatusEnum1.js +0 -13
  468. package/dist/cjs/api/types/LineItemS3ObjectMetadata1.d.ts +0 -19
  469. package/dist/cjs/api/types/LineItemS3ObjectMetadata1.js +0 -5
  470. package/dist/cjs/api/types/LineItemStatusEnum.d.ts +0 -9
  471. package/dist/cjs/api/types/LineItemStatusEnum.js +0 -11
  472. package/dist/cjs/api/types/OnboardCourierRateSheet1.d.ts +0 -13
  473. package/dist/cjs/api/types/OnboardCourierRateSheet1.js +0 -5
  474. package/dist/cjs/api/types/OnboardCourierRateSheetListRes.d.ts +0 -8
  475. package/dist/cjs/api/types/OnboardCourierRateSheetListRes.js +0 -5
  476. package/dist/cjs/api/types/OrderGroup1.d.ts +0 -21
  477. package/dist/cjs/api/types/OrderGroup1.js +0 -5
  478. package/dist/cjs/api/types/OrderGroupExpandedListRes.d.ts +0 -8
  479. package/dist/cjs/api/types/OrderGroupExpandedListRes.js +0 -5
  480. package/dist/cjs/api/types/OrderGroupExpandedRow.d.ts +0 -9
  481. package/dist/cjs/api/types/OrderGroupExpandedRow.js +0 -5
  482. package/dist/cjs/api/types/OrderGroupExpandedSortByEnum.d.ts +0 -10
  483. package/dist/cjs/api/types/OrderGroupListRes.js +0 -5
  484. package/dist/cjs/api/types/OrderGroupSortByEnum.d.ts +0 -9
  485. package/dist/cjs/api/types/OrderGroupSortByEnum.js +0 -11
  486. package/dist/cjs/api/types/RateSheetMapping1.d.ts +0 -17
  487. package/dist/cjs/api/types/RateSheetMapping1.js +0 -5
  488. package/dist/cjs/api/types/RateSheetMappingListRes.d.ts +0 -8
  489. package/dist/cjs/api/types/RateSheetMappingListRes.js +0 -5
  490. package/dist/cjs/api/types/ReelablesAssetSyncRes.d.ts +0 -8
  491. package/dist/cjs/api/types/ReelablesAssetSyncRes.js +0 -5
  492. package/dist/cjs/api/types/ReelablesWorkspace1.d.ts +0 -13
  493. package/dist/cjs/api/types/ReelablesWorkspace1.js +0 -5
  494. package/dist/cjs/api/types/ReelablesWorkspaceListRes.d.ts +0 -8
  495. package/dist/cjs/api/types/ReelablesWorkspaceListRes.js +0 -5
  496. package/dist/cjs/api/types/ReelablesWorkspaceSortByEnum.d.ts +0 -4
  497. package/dist/cjs/api/types/ReelablesWorkspaceSortByEnum.js +0 -5
  498. package/dist/cjs/api/types/ReelablesWorkspaceSyncRes.d.ts +0 -9
  499. package/dist/cjs/api/types/ReelablesWorkspaceSyncRes.js +0 -5
  500. package/dist/cjs/api/types/SettlementTypeEnum1.d.ts +0 -8
  501. package/dist/cjs/api/types/SettlementTypeEnum1.js +0 -10
  502. package/dist/cjs/api/types/Statement1.d.ts +0 -45
  503. package/dist/cjs/api/types/Statement1.js +0 -5
  504. package/dist/cjs/api/types/StatementExpandedListItem.d.ts +0 -9
  505. package/dist/cjs/api/types/StatementExpandedListItem.js +0 -5
  506. package/dist/cjs/api/types/StatementExpandedRes.d.ts +0 -8
  507. package/dist/cjs/api/types/StatementExpandedRes.js +0 -5
  508. package/dist/cjs/api/types/StatementSortByEnum.d.ts +0 -11
  509. package/dist/cjs/api/types/StatementSortByEnum.js +0 -13
  510. package/dist/cjs/api/types/StatementStatusEnum1.d.ts +0 -10
  511. package/dist/cjs/api/types/StatementStatusEnum1.js +0 -12
  512. package/dist/cjs/api/types/StatementsExpandedListRes.d.ts +0 -8
  513. package/dist/cjs/api/types/StatementsExpandedListRes.js +0 -5
  514. package/dist/cjs/api/types/StatementsListRes.d.ts +0 -8
  515. package/dist/cjs/api/types/StatementsListRes.js +0 -5
  516. package/dist/cjs/api/types/StripeConnectInvoiceStatusEnum.d.ts +0 -12
  517. package/dist/cjs/api/types/StripeConnectInvoiceStatusEnum.js +0 -14
  518. package/dist/cjs/api/types/TaskGroupQuoteResp.d.ts +0 -37
  519. package/dist/cjs/api/types/TaskGroupQuoteResp.js +0 -5
  520. package/dist/cjs/api/types/UngroupedOrderListRes.d.ts +0 -8
  521. package/dist/cjs/api/types/UngroupedOrderListRes.js +0 -5
  522. package/dist/cjs/api/types/UngroupedOrderRow.d.ts +0 -7
  523. package/dist/cjs/api/types/UngroupedOrderRow.js +0 -5
  524. package/dist/cjs/api/types/UngroupedOrderSortByEnum.d.ts +0 -11
  525. package/dist/cjs/api/types/UngroupedOrderSortByEnum.js +0 -13
  526. package/dist/cjs/api/types/UnitsEnum.d.ts +0 -8
  527. package/dist/cjs/api/types/UnitsEnum.js +0 -10
  528. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.mts +0 -115
  529. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.mjs +0 -388
  530. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.d.mts +0 -14
  531. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.d.mts +0 -41
  532. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.d.mts +0 -17
  533. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/index.d.mts +0 -3
  534. package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.d.mts +0 -110
  535. package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.mjs +0 -374
  536. package/dist/esm/api/resources/billing/resources/billingLedgers/client/index.d.mts +0 -2
  537. package/dist/esm/api/resources/billing/resources/billingLedgers/client/index.mjs +0 -1
  538. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.mts +0 -23
  539. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.d.mts +0 -13
  540. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.d.mts +0 -32
  541. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/index.d.mts +0 -3
  542. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/index.mjs +0 -1
  543. package/dist/esm/api/resources/billing/resources/billingLedgers/index.d.mts +0 -1
  544. package/dist/esm/api/resources/billing/resources/billingLedgers/index.mjs +0 -1
  545. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.d.mts +0 -132
  546. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.mjs +0 -468
  547. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/index.d.mts +0 -2
  548. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/index.mjs +0 -1
  549. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.d.mts +0 -19
  550. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.d.mts +0 -21
  551. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.d.mts +0 -16
  552. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.d.mts +0 -3
  553. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.mjs +0 -1
  554. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/index.d.mts +0 -1
  555. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/index.mjs +0 -1
  556. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.d.mts +0 -132
  557. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.mjs +0 -471
  558. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/index.d.mts +0 -2
  559. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/index.mjs +0 -1
  560. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.d.mts +0 -35
  561. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.d.mts +0 -46
  562. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.d.mts +0 -16
  563. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.d.mts +0 -3
  564. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.mjs +0 -1
  565. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/index.d.mts +0 -1
  566. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/index.mjs +0 -1
  567. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.d.mts +0 -307
  568. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.mjs +0 -1166
  569. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/index.d.mts +0 -2
  570. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/index.mjs +0 -1
  571. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.mts +0 -23
  572. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.d.mts +0 -53
  573. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.mts +0 -23
  574. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.mts +0 -24
  575. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/index.d.mts +0 -4
  576. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/index.mjs +0 -1
  577. package/dist/esm/api/resources/billing/resources/lineItemGroups/index.d.mts +0 -2
  578. package/dist/esm/api/resources/billing/resources/lineItemGroups/index.mjs +0 -2
  579. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/index.d.mts +0 -4
  580. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/index.mjs +0 -4
  581. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.d.mts +0 -50
  582. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/Client.mjs +0 -96
  583. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/index.d.mts +0 -2
  584. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/index.mjs +0 -1
  585. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/index.d.mts +0 -1
  586. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/client/requests/index.mjs +0 -1
  587. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/index.d.mts +0 -1
  588. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/messages/index.mjs +0 -1
  589. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.d.mts +0 -83
  590. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.mjs +0 -271
  591. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/index.d.mts +0 -2
  592. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/index.mjs +0 -1
  593. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.d.mts +0 -13
  594. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.d.mts +0 -1
  595. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.mjs +0 -1
  596. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/index.d.mts +0 -1
  597. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/index.mjs +0 -1
  598. package/dist/esm/api/resources/billing/resources/lineItems/client/Client.d.mts +0 -23
  599. package/dist/esm/api/resources/billing/resources/lineItems/client/Client.mjs +0 -13
  600. package/dist/esm/api/resources/billing/resources/lineItems/client/index.d.mts +0 -1
  601. package/dist/esm/api/resources/billing/resources/lineItems/client/index.mjs +0 -1
  602. package/dist/esm/api/resources/billing/resources/lineItems/index.d.mts +0 -2
  603. package/dist/esm/api/resources/billing/resources/lineItems/index.mjs +0 -2
  604. package/dist/esm/api/resources/billing/resources/lineItems/resources/index.d.mts +0 -2
  605. package/dist/esm/api/resources/billing/resources/lineItems/resources/index.mjs +0 -2
  606. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.mts +0 -83
  607. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.mjs +0 -271
  608. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.d.mts +0 -2
  609. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.mjs +0 -1
  610. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.d.mts +0 -13
  611. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.d.mts +0 -1
  612. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.mjs +0 -1
  613. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/index.d.mts +0 -1
  614. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/index.mjs +0 -1
  615. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/Client.d.mts +0 -132
  616. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/Client.mjs +0 -468
  617. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/index.d.mts +0 -2
  618. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/index.mjs +0 -1
  619. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.d.mts +0 -16
  620. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.d.mts +0 -15
  621. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.d.mts +0 -16
  622. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.mjs +0 -4
  623. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.d.mts +0 -3
  624. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.mjs +0 -1
  625. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/index.d.mts +0 -1
  626. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/index.mjs +0 -1
  627. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.d.mts +0 -155
  628. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/index.d.mts +0 -2
  629. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/index.mjs +0 -1
  630. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.mts +0 -20
  631. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.mjs +0 -4
  632. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.d.mts +0 -18
  633. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.mjs +0 -4
  634. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.mjs +0 -4
  635. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/index.d.mts +0 -3
  636. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/index.mjs +0 -1
  637. package/dist/esm/api/resources/billing/resources/rateSheetMappings/index.d.mts +0 -1
  638. package/dist/esm/api/resources/billing/resources/rateSheetMappings/index.mjs +0 -1
  639. package/dist/esm/api/resources/billing/resources/statements/client/Client.d.mts +0 -321
  640. package/dist/esm/api/resources/billing/resources/statements/client/Client.mjs +0 -1297
  641. package/dist/esm/api/resources/billing/resources/statements/client/index.d.mts +0 -2
  642. package/dist/esm/api/resources/billing/resources/statements/client/index.mjs +0 -1
  643. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.mts +0 -21
  644. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.mjs +0 -4
  645. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementExpandedRetrieveReq.d.mts +0 -12
  646. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementExpandedRetrieveReq.mjs +0 -4
  647. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.d.mts +0 -13
  648. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.mjs +0 -4
  649. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.mts +0 -71
  650. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.mjs +0 -4
  651. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.mts +0 -71
  652. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.mjs +0 -4
  653. package/dist/esm/api/resources/billing/resources/statements/client/requests/index.d.mts +0 -5
  654. package/dist/esm/api/resources/billing/resources/statements/client/requests/index.mjs +0 -1
  655. package/dist/esm/api/resources/billing/resources/statements/index.d.mts +0 -1
  656. package/dist/esm/api/resources/billing/resources/statements/index.mjs +0 -1
  657. package/dist/esm/api/resources/shipping/resources/orderGroups/client/Client.d.mts +0 -142
  658. package/dist/esm/api/resources/shipping/resources/orderGroups/client/Client.mjs +0 -493
  659. package/dist/esm/api/resources/shipping/resources/orderGroups/client/index.d.mts +0 -2
  660. package/dist/esm/api/resources/shipping/resources/orderGroups/client/index.mjs +0 -1
  661. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.mjs +0 -4
  662. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.d.mts +0 -12
  663. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.mjs +0 -4
  664. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.d.mts +0 -13
  665. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.mjs +0 -4
  666. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.d.mts +0 -30
  667. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.mjs +0 -4
  668. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/index.d.mts +0 -4
  669. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/index.mjs +0 -1
  670. package/dist/esm/api/resources/shipping/resources/orderGroups/index.d.mts +0 -1
  671. package/dist/esm/api/resources/shipping/resources/orderGroups/index.mjs +0 -1
  672. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.d.mts +0 -13
  673. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/SetRateSheetsReq.mjs +0 -4
  674. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.d.mts +0 -73
  675. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.mjs +0 -223
  676. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/index.d.mts +0 -2
  677. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/index.mjs +0 -1
  678. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.d.mts +0 -32
  679. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.mjs +0 -4
  680. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.d.mts +0 -25
  681. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.mjs +0 -4
  682. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.d.mts +0 -2
  683. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.mjs +0 -1
  684. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/index.d.mts +0 -1
  685. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/index.mjs +0 -1
  686. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.mts +0 -13
  687. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.mjs +0 -4
  688. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.mts +0 -13
  689. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.mjs +0 -4
  690. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.mts +0 -13
  691. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.mjs +0 -4
  692. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.d.mts +0 -62
  693. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.mjs +0 -160
  694. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.d.mts +0 -2
  695. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.mjs +0 -1
  696. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.d.mts +0 -21
  697. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.mjs +0 -4
  698. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.d.mts +0 -1
  699. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.mjs +0 -1
  700. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.d.mts +0 -1
  701. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.mjs +0 -1
  702. package/dist/esm/api/types/AttachBillingLedgerPeriodReq.d.mts +0 -6
  703. package/dist/esm/api/types/AttachBillingLedgerPeriodReq.mjs +0 -4
  704. package/dist/esm/api/types/AttachLigToVectorClientReq.d.mts +0 -6
  705. package/dist/esm/api/types/AttachLigToVectorClientReq.mjs +0 -4
  706. package/dist/esm/api/types/BillingLedger1.d.mts +0 -27
  707. package/dist/esm/api/types/BillingLedger1.mjs +0 -4
  708. package/dist/esm/api/types/BillingLedgerListRes.mjs +0 -4
  709. package/dist/esm/api/types/BillingLedgerPeriod1.d.mts +0 -35
  710. package/dist/esm/api/types/BillingLedgerPeriod1.mjs +0 -4
  711. package/dist/esm/api/types/BillingLedgerPeriodListRes.mjs +0 -4
  712. package/dist/esm/api/types/BillingLedgerPeriodSortByEnum.d.mts +0 -9
  713. package/dist/esm/api/types/BillingLedgerPeriodSortByEnum.mjs +0 -8
  714. package/dist/esm/api/types/BillingLedgerSortByEnum.d.mts +0 -4
  715. package/dist/esm/api/types/BillingLedgerSortByEnum.mjs +0 -4
  716. package/dist/esm/api/types/BillingLedgerStatusEnum.d.mts +0 -8
  717. package/dist/esm/api/types/BillingLedgerStatusEnum.mjs +0 -7
  718. package/dist/esm/api/types/BillingLineItemGroupMessageWebhookPayload.d.mts +0 -13
  719. package/dist/esm/api/types/BillingLineItemGroupMessageWebhookPayload.mjs +0 -4
  720. package/dist/esm/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.mts +0 -10
  721. package/dist/esm/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.mjs +0 -4
  722. package/dist/esm/api/types/BillingLineItemS3ObjectAddedWebhookPayload.d.mts +0 -14
  723. package/dist/esm/api/types/BillingLineItemS3ObjectAddedWebhookPayload.mjs +0 -4
  724. package/dist/esm/api/types/BillingReviewStatusEnum.d.mts +0 -15
  725. package/dist/esm/api/types/BillingReviewStatusEnum.mjs +0 -9
  726. package/dist/esm/api/types/BillingStatementOpenedWebhookPayload.d.mts +0 -10
  727. package/dist/esm/api/types/BillingStatementOpenedWebhookPayload.mjs +0 -4
  728. package/dist/esm/api/types/BillingStatementPaidWebhookPayload.d.mts +0 -10
  729. package/dist/esm/api/types/BillingStatementPaidWebhookPayload.mjs +0 -4
  730. package/dist/esm/api/types/CargoOnFlightRateSheet1.d.mts +0 -16
  731. package/dist/esm/api/types/CargoOnFlightRateSheet1.mjs +0 -4
  732. package/dist/esm/api/types/CargoOnFlightRateSheetListRes.d.mts +0 -8
  733. package/dist/esm/api/types/CargoOnFlightRateSheetListRes.mjs +0 -4
  734. package/dist/esm/api/types/ChrtGroundProviderRateSheet1.d.mts +0 -32
  735. package/dist/esm/api/types/ChrtGroundProviderRateSheet1.mjs +0 -4
  736. package/dist/esm/api/types/ChrtGroundProviderRateSheetListRes.d.mts +0 -8
  737. package/dist/esm/api/types/ChrtGroundProviderRateSheetListRes.mjs +0 -4
  738. package/dist/esm/api/types/CreateLigFromRateSheetForVectorClientReq.mjs +0 -4
  739. package/dist/esm/api/types/LineItem1.d.mts +0 -32
  740. package/dist/esm/api/types/LineItem1.mjs +0 -4
  741. package/dist/esm/api/types/LineItemClientCreate1.d.mts +0 -14
  742. package/dist/esm/api/types/LineItemClientCreate1.mjs +0 -4
  743. package/dist/esm/api/types/LineItemEnum1.d.mts +0 -39
  744. package/dist/esm/api/types/LineItemEnum1.mjs +0 -32
  745. package/dist/esm/api/types/LineItemGroup1.d.mts +0 -59
  746. package/dist/esm/api/types/LineItemGroup1.mjs +0 -4
  747. package/dist/esm/api/types/LineItemGroupLineItemsRes.d.mts +0 -11
  748. package/dist/esm/api/types/LineItemGroupLineItemsRes.mjs +0 -4
  749. package/dist/esm/api/types/LineItemGroupListRes.d.mts +0 -8
  750. package/dist/esm/api/types/LineItemGroupListRes.mjs +0 -4
  751. package/dist/esm/api/types/LineItemGroupMessage1.d.mts +0 -12
  752. package/dist/esm/api/types/LineItemGroupMessage1.mjs +0 -4
  753. package/dist/esm/api/types/LineItemGroupS3ObjectMetadata1.d.mts +0 -19
  754. package/dist/esm/api/types/LineItemGroupS3ObjectMetadata1.mjs +0 -4
  755. package/dist/esm/api/types/LineItemGroupStatusEnum1.d.mts +0 -30
  756. package/dist/esm/api/types/LineItemGroupStatusEnum1.mjs +0 -10
  757. package/dist/esm/api/types/LineItemS3ObjectMetadata1.d.mts +0 -19
  758. package/dist/esm/api/types/LineItemS3ObjectMetadata1.mjs +0 -4
  759. package/dist/esm/api/types/LineItemStatusEnum.d.mts +0 -9
  760. package/dist/esm/api/types/LineItemStatusEnum.mjs +0 -8
  761. package/dist/esm/api/types/OnboardCourierRateSheet1.d.mts +0 -13
  762. package/dist/esm/api/types/OnboardCourierRateSheet1.mjs +0 -4
  763. package/dist/esm/api/types/OnboardCourierRateSheetListRes.d.mts +0 -8
  764. package/dist/esm/api/types/OnboardCourierRateSheetListRes.mjs +0 -4
  765. package/dist/esm/api/types/OrderGroup1.d.mts +0 -21
  766. package/dist/esm/api/types/OrderGroup1.mjs +0 -4
  767. package/dist/esm/api/types/OrderGroupExpandedListRes.d.mts +0 -8
  768. package/dist/esm/api/types/OrderGroupExpandedListRes.mjs +0 -4
  769. package/dist/esm/api/types/OrderGroupExpandedRow.d.mts +0 -9
  770. package/dist/esm/api/types/OrderGroupExpandedRow.mjs +0 -4
  771. package/dist/esm/api/types/OrderGroupExpandedSortByEnum.d.mts +0 -10
  772. package/dist/esm/api/types/OrderGroupExpandedSortByEnum.mjs +0 -9
  773. package/dist/esm/api/types/OrderGroupListRes.d.mts +0 -8
  774. package/dist/esm/api/types/OrderGroupListRes.mjs +0 -4
  775. package/dist/esm/api/types/OrderGroupSortByEnum.d.mts +0 -9
  776. package/dist/esm/api/types/RateSheetMapping1.d.mts +0 -17
  777. package/dist/esm/api/types/RateSheetMapping1.mjs +0 -4
  778. package/dist/esm/api/types/RateSheetMappingListRes.d.mts +0 -8
  779. package/dist/esm/api/types/RateSheetMappingListRes.mjs +0 -4
  780. package/dist/esm/api/types/ReelablesAssetSyncRes.d.mts +0 -8
  781. package/dist/esm/api/types/ReelablesAssetSyncRes.mjs +0 -4
  782. package/dist/esm/api/types/ReelablesWorkspace1.d.mts +0 -13
  783. package/dist/esm/api/types/ReelablesWorkspace1.mjs +0 -4
  784. package/dist/esm/api/types/ReelablesWorkspaceListRes.d.mts +0 -8
  785. package/dist/esm/api/types/ReelablesWorkspaceListRes.mjs +0 -4
  786. package/dist/esm/api/types/ReelablesWorkspaceSortByEnum.d.mts +0 -4
  787. package/dist/esm/api/types/ReelablesWorkspaceSortByEnum.mjs +0 -4
  788. package/dist/esm/api/types/ReelablesWorkspaceSyncRes.d.mts +0 -9
  789. package/dist/esm/api/types/ReelablesWorkspaceSyncRes.mjs +0 -4
  790. package/dist/esm/api/types/SettlementTypeEnum1.d.mts +0 -8
  791. package/dist/esm/api/types/SettlementTypeEnum1.mjs +0 -7
  792. package/dist/esm/api/types/Statement1.d.mts +0 -45
  793. package/dist/esm/api/types/Statement1.mjs +0 -4
  794. package/dist/esm/api/types/StatementExpandedListItem.d.mts +0 -9
  795. package/dist/esm/api/types/StatementExpandedListItem.mjs +0 -4
  796. package/dist/esm/api/types/StatementExpandedRes.d.mts +0 -8
  797. package/dist/esm/api/types/StatementExpandedRes.mjs +0 -4
  798. package/dist/esm/api/types/StatementSortByEnum.d.mts +0 -11
  799. package/dist/esm/api/types/StatementSortByEnum.mjs +0 -10
  800. package/dist/esm/api/types/StatementStatusEnum1.d.mts +0 -10
  801. package/dist/esm/api/types/StatementStatusEnum1.mjs +0 -9
  802. package/dist/esm/api/types/StatementsExpandedListRes.d.mts +0 -8
  803. package/dist/esm/api/types/StatementsExpandedListRes.mjs +0 -4
  804. package/dist/esm/api/types/StatementsListRes.d.mts +0 -8
  805. package/dist/esm/api/types/StatementsListRes.mjs +0 -4
  806. package/dist/esm/api/types/StripeConnectInvoiceStatusEnum.d.mts +0 -12
  807. package/dist/esm/api/types/StripeConnectInvoiceStatusEnum.mjs +0 -11
  808. package/dist/esm/api/types/TaskGroupQuoteResp.d.mts +0 -37
  809. package/dist/esm/api/types/TaskGroupQuoteResp.mjs +0 -4
  810. package/dist/esm/api/types/UngroupedOrderListRes.d.mts +0 -8
  811. package/dist/esm/api/types/UngroupedOrderListRes.mjs +0 -4
  812. package/dist/esm/api/types/UngroupedOrderRow.d.mts +0 -7
  813. package/dist/esm/api/types/UngroupedOrderRow.mjs +0 -4
  814. package/dist/esm/api/types/UngroupedOrderSortByEnum.d.mts +0 -11
  815. package/dist/esm/api/types/UngroupedOrderSortByEnum.mjs +0 -10
  816. package/dist/esm/api/types/UnitsEnum.d.mts +0 -8
  817. package/dist/esm/api/types/UnitsEnum.mjs +0 -7
  818. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/client/index.d.ts +0 -0
  819. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/client/index.js +0 -0
  820. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.js → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.js} +0 -0
  821. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.js → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.js} +0 -0
  822. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.js → billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.js} +0 -0
  823. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/client/requests/index.js +0 -0
  824. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/index.d.ts +0 -0
  825. /package/dist/cjs/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/index.js +0 -0
  826. /package/dist/cjs/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.js → billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.js} +0 -0
  827. /package/dist/cjs/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.js → billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.js} +0 -0
  828. /package/dist/cjs/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.js → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.js} +0 -0
  829. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.js → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.js} +0 -0
  830. /package/dist/cjs/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.js → trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.js} +0 -0
  831. /package/dist/cjs/api/{resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.js → types/BillingPeriod1.js} +0 -0
  832. /package/dist/cjs/api/{resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.js → types/BillingPeriodExpanded1.js} +0 -0
  833. /package/dist/cjs/api/{resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.js → types/BillingPeriodListRes.js} +0 -0
  834. /package/dist/cjs/api/{resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.js → types/BillingPeriodTaskGroupsReq.js} +0 -0
  835. /package/dist/cjs/api/{resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.js → types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.js} +0 -0
  836. /package/dist/cjs/api/{resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.js → types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.js} +0 -0
  837. /package/dist/cjs/api/{resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.js → types/CreateInvoiceLineItemsFromAwbCostsItem1.js} +0 -0
  838. /package/dist/cjs/api/{resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.js → types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.js} +0 -0
  839. /package/dist/cjs/api/{resources/billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.js → types/CreateInvoiceLineItemsFromAwbCostsRes.js} +0 -0
  840. /package/dist/cjs/api/{resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.js → types/OrderAwbBillingAccount1.js} +0 -0
  841. /package/dist/cjs/api/{resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.js → types/OrderAwbBillingListItem1.js} +0 -0
  842. /package/dist/cjs/api/{resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.js → types/OrderAwbBillingListRes.js} +0 -0
  843. /package/dist/cjs/api/{resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.js → types/OrderBillingPeriod1.js} +0 -0
  844. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/client/index.d.mts +0 -0
  845. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/client/index.mjs +0 -0
  846. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.mjs → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientCreate1.mjs} +0 -0
  847. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.mjs → billingNew/resources/billingPeriods/client/requests/BillingPeriodClientUpdate1.mjs} +0 -0
  848. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.mjs → billingNew/resources/billingPeriods/client/requests/BillingPeriodsListV1Request.mjs} +0 -0
  849. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/client/requests/index.mjs +0 -0
  850. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/index.d.mts +0 -0
  851. /package/dist/esm/api/resources/{billing/resources/billingLedgerPeriods → billingNew/resources/billingPeriods}/index.mjs +0 -0
  852. /package/dist/esm/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.mjs → billingNew/resources/invoiceLineItems/client/requests/CreateInvoiceLineItemsFromAwbCostsReq.mjs} +0 -0
  853. /package/dist/esm/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.mjs → billingNew/resources/orders/client/requests/OrdersListAwbBillingForCoordinatorOperatorsV1Request.mjs} +0 -0
  854. /package/dist/esm/api/resources/{billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.mjs → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientCreate1.mjs} +0 -0
  855. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.mjs → trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetLabelLinkReq.mjs} +0 -0
  856. /package/dist/esm/api/resources/{billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.mjs → trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesRefreshV1Request.mjs} +0 -0
  857. /package/dist/esm/api/{resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.mjs → types/BillingPeriod1.mjs} +0 -0
  858. /package/dist/esm/api/{resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.mjs → types/BillingPeriodExpanded1.mjs} +0 -0
  859. /package/dist/esm/api/{resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.mjs → types/BillingPeriodListRes.mjs} +0 -0
  860. /package/dist/esm/api/{resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.mjs → types/BillingPeriodTaskGroupsReq.mjs} +0 -0
  861. /package/dist/esm/api/{resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.mjs → types/CreateInvoiceLineItemsFromAwbCostsCreatedAwb1.mjs} +0 -0
  862. /package/dist/esm/api/{resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.mjs → types/CreateInvoiceLineItemsFromAwbCostsInvoiceRes1.mjs} +0 -0
  863. /package/dist/esm/api/{resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.mjs → types/CreateInvoiceLineItemsFromAwbCostsItem1.mjs} +0 -0
  864. /package/dist/esm/api/{resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.mjs → types/CreateInvoiceLineItemsFromAwbCostsRejectedAwb1.mjs} +0 -0
  865. /package/dist/esm/api/{resources/billing/resources/lineItemGroups/resources/messages/client/requests/AddLineItemGroupMessageReq.mjs → types/CreateInvoiceLineItemsFromAwbCostsRes.mjs} +0 -0
  866. /package/dist/esm/api/{resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.mjs → types/OrderAwbBillingAccount1.mjs} +0 -0
  867. /package/dist/esm/api/{resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1.mjs → types/OrderAwbBillingListItem1.mjs} +0 -0
  868. /package/dist/esm/api/{resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.mjs → types/OrderAwbBillingListRes.mjs} +0 -0
  869. /package/dist/esm/api/{resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.mjs → types/OrderBillingPeriod1.mjs} +0 -0
@@ -162,941 +162,6 @@ export class TaskGroups {
162
162
  }
163
163
  });
164
164
  }
165
- /**
166
- * Links the operator-supplied OPEN BillingLedgerPeriod to this TaskGroup's PPD vector. Period parties must match the TG's PPD parties. The PPD vector must have no ledger attached and no rate sheet (rate-sheet/ledger exclusivity). Ad-hoc LIGs without a rate sheet may coexist. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | (AttachBillingLedgerPeriodReq) -> (BillingLedgerPeriod1)
167
- *
168
- * @param {string} taskGroupId
169
- * @param {Chrt.AttachBillingLedgerPeriodReq} request
170
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
171
- *
172
- * @throws {@link Chrt.UnprocessableEntityError}
173
- *
174
- * @example
175
- * await client.shipping.taskGroups.attachBillingLedgerPeriodToProviderPayDriverV1("task_group_id", {
176
- * billing_ledger_period_id: "billing_ledger_period_id"
177
- * })
178
- */
179
- attachBillingLedgerPeriodToProviderPayDriverV1(taskGroupId, request, requestOptions) {
180
- return core.HttpResponsePromise.fromPromise(this.__attachBillingLedgerPeriodToProviderPayDriverV1(taskGroupId, request, requestOptions));
181
- }
182
- __attachBillingLedgerPeriodToProviderPayDriverV1(taskGroupId, request, requestOptions) {
183
- return __awaiter(this, void 0, void 0, function* () {
184
- var _a, _b, _c, _d;
185
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
186
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
187
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/attach_billing_ledger_period_to_provider_pay_driver/v1/${encodeURIComponent(taskGroupId)}`),
188
- method: "POST",
189
- headers: _headers,
190
- contentType: "application/json",
191
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
192
- requestType: "json",
193
- body: request,
194
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
195
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
196
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
197
- });
198
- if (_response.ok) {
199
- return { data: _response.body, rawResponse: _response.rawResponse };
200
- }
201
- if (_response.error.reason === "status-code") {
202
- switch (_response.error.statusCode) {
203
- case 422:
204
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
205
- default:
206
- throw new errors.ChrtError({
207
- statusCode: _response.error.statusCode,
208
- body: _response.error.body,
209
- rawResponse: _response.rawResponse,
210
- });
211
- }
212
- }
213
- switch (_response.error.reason) {
214
- case "non-json":
215
- throw new errors.ChrtError({
216
- statusCode: _response.error.statusCode,
217
- body: _response.error.rawBody,
218
- rawResponse: _response.rawResponse,
219
- });
220
- case "timeout":
221
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_billing_ledger_period_to_provider_pay_driver/v1/{task_group_id}.");
222
- case "unknown":
223
- throw new errors.ChrtError({
224
- message: _response.error.errorMessage,
225
- rawResponse: _response.rawResponse,
226
- });
227
- }
228
- });
229
- }
230
- /**
231
- * Links the operator-supplied OPEN BillingLedgerPeriod to this TaskGroup's PPP vector. Period parties must match the TG's PPP parties. The PPP vector must have no ledger attached and no rate sheet (rate-sheet/ledger exclusivity). Ad-hoc LIGs without a rate sheet may coexist. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (AttachBillingLedgerPeriodReq) -> (BillingLedgerPeriod1)
232
- *
233
- * @param {string} taskGroupId
234
- * @param {Chrt.AttachBillingLedgerPeriodReq} request
235
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
236
- *
237
- * @throws {@link Chrt.UnprocessableEntityError}
238
- *
239
- * @example
240
- * await client.shipping.taskGroups.attachBillingLedgerPeriodToProviderPayProviderV1("task_group_id", {
241
- * billing_ledger_period_id: "billing_ledger_period_id"
242
- * })
243
- */
244
- attachBillingLedgerPeriodToProviderPayProviderV1(taskGroupId, request, requestOptions) {
245
- return core.HttpResponsePromise.fromPromise(this.__attachBillingLedgerPeriodToProviderPayProviderV1(taskGroupId, request, requestOptions));
246
- }
247
- __attachBillingLedgerPeriodToProviderPayProviderV1(taskGroupId, request, requestOptions) {
248
- return __awaiter(this, void 0, void 0, function* () {
249
- var _a, _b, _c, _d;
250
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
251
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
252
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/attach_billing_ledger_period_to_provider_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
253
- method: "POST",
254
- headers: _headers,
255
- contentType: "application/json",
256
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
257
- requestType: "json",
258
- body: request,
259
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
260
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
261
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
262
- });
263
- if (_response.ok) {
264
- return { data: _response.body, rawResponse: _response.rawResponse };
265
- }
266
- if (_response.error.reason === "status-code") {
267
- switch (_response.error.statusCode) {
268
- case 422:
269
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
270
- default:
271
- throw new errors.ChrtError({
272
- statusCode: _response.error.statusCode,
273
- body: _response.error.body,
274
- rawResponse: _response.rawResponse,
275
- });
276
- }
277
- }
278
- switch (_response.error.reason) {
279
- case "non-json":
280
- throw new errors.ChrtError({
281
- statusCode: _response.error.statusCode,
282
- body: _response.error.rawBody,
283
- rawResponse: _response.rawResponse,
284
- });
285
- case "timeout":
286
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_billing_ledger_period_to_provider_pay_provider/v1/{task_group_id}.");
287
- case "unknown":
288
- throw new errors.ChrtError({
289
- message: _response.error.errorMessage,
290
- rawResponse: _response.rawResponse,
291
- });
292
- }
293
- });
294
- }
295
- /**
296
- * Links the operator-supplied OPEN BillingLedgerPeriod to this TaskGroup's SPP vector. Period parties must match the TG's SPP parties. The SPP vector must have no ledger attached and no rate sheet (rate-sheet/ledger exclusivity). Ad-hoc LIGs without a rate sheet may coexist. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (AttachBillingLedgerPeriodReq) -> (BillingLedgerPeriod1)
297
- *
298
- * @param {string} taskGroupId
299
- * @param {Chrt.AttachBillingLedgerPeriodReq} request
300
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
301
- *
302
- * @throws {@link Chrt.UnprocessableEntityError}
303
- *
304
- * @example
305
- * await client.shipping.taskGroups.attachBillingLedgerPeriodToShipperPayProviderV1("task_group_id", {
306
- * billing_ledger_period_id: "billing_ledger_period_id"
307
- * })
308
- */
309
- attachBillingLedgerPeriodToShipperPayProviderV1(taskGroupId, request, requestOptions) {
310
- return core.HttpResponsePromise.fromPromise(this.__attachBillingLedgerPeriodToShipperPayProviderV1(taskGroupId, request, requestOptions));
311
- }
312
- __attachBillingLedgerPeriodToShipperPayProviderV1(taskGroupId, request, requestOptions) {
313
- return __awaiter(this, void 0, void 0, function* () {
314
- var _a, _b, _c, _d;
315
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
316
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
317
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/attach_billing_ledger_period_to_shipper_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
318
- method: "POST",
319
- headers: _headers,
320
- contentType: "application/json",
321
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
322
- requestType: "json",
323
- body: request,
324
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
325
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
326
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
327
- });
328
- if (_response.ok) {
329
- return { data: _response.body, rawResponse: _response.rawResponse };
330
- }
331
- if (_response.error.reason === "status-code") {
332
- switch (_response.error.statusCode) {
333
- case 422:
334
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
335
- default:
336
- throw new errors.ChrtError({
337
- statusCode: _response.error.statusCode,
338
- body: _response.error.body,
339
- rawResponse: _response.rawResponse,
340
- });
341
- }
342
- }
343
- switch (_response.error.reason) {
344
- case "non-json":
345
- throw new errors.ChrtError({
346
- statusCode: _response.error.statusCode,
347
- body: _response.error.rawBody,
348
- rawResponse: _response.rawResponse,
349
- });
350
- case "timeout":
351
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_billing_ledger_period_to_shipper_pay_provider/v1/{task_group_id}.");
352
- case "unknown":
353
- throw new errors.ChrtError({
354
- message: _response.error.errorMessage,
355
- rawResponse: _response.rawResponse,
356
- });
357
- }
358
- });
359
- }
360
- /**
361
- * Attaches a STAGED, detached LineItemGroup to the PPD vector AND sets `LineItemGroup1.task_group_id` (one txn). The LIG must have `task_group_id is None`, be owned by the executor, and be party-matched to PPD. The PPD vector must have no LIG attached; if the LIG carries `rate_sheet_id`, no billing ledger period may be attached either (rate-sheet/ledger exclusivity). The LIG's `rate_sheet_id` is stamped onto `provider_pay_driver_rate_sheet_id` as a breadcrumb. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | (AttachLigToVectorClientReq) -> (bool)
362
- *
363
- * @param {string} taskGroupId
364
- * @param {Chrt.AttachLigToVectorClientReq} request
365
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
366
- *
367
- * @throws {@link Chrt.UnprocessableEntityError}
368
- *
369
- * @example
370
- * await client.shipping.taskGroups.attachLigToProviderPayDriverV1("task_group_id", {
371
- * line_item_group_id: "line_item_group_id"
372
- * })
373
- */
374
- attachLigToProviderPayDriverV1(taskGroupId, request, requestOptions) {
375
- return core.HttpResponsePromise.fromPromise(this.__attachLigToProviderPayDriverV1(taskGroupId, request, requestOptions));
376
- }
377
- __attachLigToProviderPayDriverV1(taskGroupId, request, requestOptions) {
378
- return __awaiter(this, void 0, void 0, function* () {
379
- var _a, _b, _c, _d;
380
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
381
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
382
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/attach_lig_to_provider_pay_driver/v1/${encodeURIComponent(taskGroupId)}`),
383
- method: "POST",
384
- headers: _headers,
385
- contentType: "application/json",
386
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
387
- requestType: "json",
388
- body: request,
389
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
390
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
391
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
392
- });
393
- if (_response.ok) {
394
- return { data: _response.body, rawResponse: _response.rawResponse };
395
- }
396
- if (_response.error.reason === "status-code") {
397
- switch (_response.error.statusCode) {
398
- case 422:
399
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
400
- default:
401
- throw new errors.ChrtError({
402
- statusCode: _response.error.statusCode,
403
- body: _response.error.body,
404
- rawResponse: _response.rawResponse,
405
- });
406
- }
407
- }
408
- switch (_response.error.reason) {
409
- case "non-json":
410
- throw new errors.ChrtError({
411
- statusCode: _response.error.statusCode,
412
- body: _response.error.rawBody,
413
- rawResponse: _response.rawResponse,
414
- });
415
- case "timeout":
416
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_lig_to_provider_pay_driver/v1/{task_group_id}.");
417
- case "unknown":
418
- throw new errors.ChrtError({
419
- message: _response.error.errorMessage,
420
- rawResponse: _response.rawResponse,
421
- });
422
- }
423
- });
424
- }
425
- /**
426
- * Attaches a STAGED, detached LineItemGroup to the PPP vector AND sets `LineItemGroup1.task_group_id` (one txn). The LIG must have `task_group_id is None`, be owned by the coordinator, and be party-matched to PPP. The PPP vector must have no LIG attached; if the LIG carries `rate_sheet_id`, no billing ledger period may be attached either (rate-sheet/ledger exclusivity). The LIG's `rate_sheet_id` is stamped onto `provider_pay_provider_rate_sheet_id` as a breadcrumb. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (AttachLigToVectorClientReq) -> (bool)
427
- *
428
- * @param {string} taskGroupId
429
- * @param {Chrt.AttachLigToVectorClientReq} request
430
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
431
- *
432
- * @throws {@link Chrt.UnprocessableEntityError}
433
- *
434
- * @example
435
- * await client.shipping.taskGroups.attachLigToProviderPayProviderV1("task_group_id", {
436
- * line_item_group_id: "line_item_group_id"
437
- * })
438
- */
439
- attachLigToProviderPayProviderV1(taskGroupId, request, requestOptions) {
440
- return core.HttpResponsePromise.fromPromise(this.__attachLigToProviderPayProviderV1(taskGroupId, request, requestOptions));
441
- }
442
- __attachLigToProviderPayProviderV1(taskGroupId, request, requestOptions) {
443
- return __awaiter(this, void 0, void 0, function* () {
444
- var _a, _b, _c, _d;
445
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
446
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
447
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/attach_lig_to_provider_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
448
- method: "POST",
449
- headers: _headers,
450
- contentType: "application/json",
451
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
452
- requestType: "json",
453
- body: request,
454
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
455
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
456
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
457
- });
458
- if (_response.ok) {
459
- return { data: _response.body, rawResponse: _response.rawResponse };
460
- }
461
- if (_response.error.reason === "status-code") {
462
- switch (_response.error.statusCode) {
463
- case 422:
464
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
465
- default:
466
- throw new errors.ChrtError({
467
- statusCode: _response.error.statusCode,
468
- body: _response.error.body,
469
- rawResponse: _response.rawResponse,
470
- });
471
- }
472
- }
473
- switch (_response.error.reason) {
474
- case "non-json":
475
- throw new errors.ChrtError({
476
- statusCode: _response.error.statusCode,
477
- body: _response.error.rawBody,
478
- rawResponse: _response.rawResponse,
479
- });
480
- case "timeout":
481
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_lig_to_provider_pay_provider/v1/{task_group_id}.");
482
- case "unknown":
483
- throw new errors.ChrtError({
484
- message: _response.error.errorMessage,
485
- rawResponse: _response.rawResponse,
486
- });
487
- }
488
- });
489
- }
490
- /**
491
- * Attaches a STAGED, detached LineItemGroup to the SPP vector AND sets `LineItemGroup1.task_group_id` (one txn). The LIG must have `task_group_id is None`, be owned by the coordinator, and be party-matched to SPP. The SPP vector must have no LIG attached; if the LIG carries `rate_sheet_id`, no billing ledger period may be attached either (rate-sheet/ledger exclusivity). The LIG's `rate_sheet_id` is stamped onto `shipper_pay_provider_rate_sheet_id` as a breadcrumb. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (AttachLigToVectorClientReq) -> (bool)
492
- *
493
- * @param {string} taskGroupId
494
- * @param {Chrt.AttachLigToVectorClientReq} request
495
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
496
- *
497
- * @throws {@link Chrt.UnprocessableEntityError}
498
- *
499
- * @example
500
- * await client.shipping.taskGroups.attachLigToShipperPayProviderV1("task_group_id", {
501
- * line_item_group_id: "line_item_group_id"
502
- * })
503
- */
504
- attachLigToShipperPayProviderV1(taskGroupId, request, requestOptions) {
505
- return core.HttpResponsePromise.fromPromise(this.__attachLigToShipperPayProviderV1(taskGroupId, request, requestOptions));
506
- }
507
- __attachLigToShipperPayProviderV1(taskGroupId, request, requestOptions) {
508
- return __awaiter(this, void 0, void 0, function* () {
509
- var _a, _b, _c, _d;
510
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
511
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
512
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/attach_lig_to_shipper_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
513
- method: "POST",
514
- headers: _headers,
515
- contentType: "application/json",
516
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
517
- requestType: "json",
518
- body: request,
519
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
520
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
521
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
522
- });
523
- if (_response.ok) {
524
- return { data: _response.body, rawResponse: _response.rawResponse };
525
- }
526
- if (_response.error.reason === "status-code") {
527
- switch (_response.error.statusCode) {
528
- case 422:
529
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
530
- default:
531
- throw new errors.ChrtError({
532
- statusCode: _response.error.statusCode,
533
- body: _response.error.body,
534
- rawResponse: _response.rawResponse,
535
- });
536
- }
537
- }
538
- switch (_response.error.reason) {
539
- case "non-json":
540
- throw new errors.ChrtError({
541
- statusCode: _response.error.statusCode,
542
- body: _response.error.rawBody,
543
- rawResponse: _response.rawResponse,
544
- });
545
- case "timeout":
546
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_lig_to_shipper_pay_provider/v1/{task_group_id}.");
547
- case "unknown":
548
- throw new errors.ChrtError({
549
- message: _response.error.errorMessage,
550
- rawResponse: _response.rawResponse,
551
- });
552
- }
553
- });
554
- }
555
- /**
556
- * Detaches the PPD billing ledger period from this TaskGroup. Reverses attach_billing_ledger_period_to_provider_pay_driver/v1. Linked period must be OPEN. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | () -> (bool)
557
- *
558
- * @param {string} taskGroupId
559
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
560
- *
561
- * @throws {@link Chrt.UnprocessableEntityError}
562
- *
563
- * @example
564
- * await client.shipping.taskGroups.detachBillingLedgerPeriodFromProviderPayDriverV1("task_group_id")
565
- */
566
- detachBillingLedgerPeriodFromProviderPayDriverV1(taskGroupId, requestOptions) {
567
- return core.HttpResponsePromise.fromPromise(this.__detachBillingLedgerPeriodFromProviderPayDriverV1(taskGroupId, requestOptions));
568
- }
569
- __detachBillingLedgerPeriodFromProviderPayDriverV1(taskGroupId, requestOptions) {
570
- return __awaiter(this, void 0, void 0, function* () {
571
- var _a, _b, _c, _d;
572
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
573
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
574
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/detach_billing_ledger_period_from_provider_pay_driver/v1/${encodeURIComponent(taskGroupId)}`),
575
- method: "DELETE",
576
- headers: _headers,
577
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
578
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
579
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
580
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
581
- });
582
- if (_response.ok) {
583
- return { data: _response.body, rawResponse: _response.rawResponse };
584
- }
585
- if (_response.error.reason === "status-code") {
586
- switch (_response.error.statusCode) {
587
- case 422:
588
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
589
- default:
590
- throw new errors.ChrtError({
591
- statusCode: _response.error.statusCode,
592
- body: _response.error.body,
593
- rawResponse: _response.rawResponse,
594
- });
595
- }
596
- }
597
- switch (_response.error.reason) {
598
- case "non-json":
599
- throw new errors.ChrtError({
600
- statusCode: _response.error.statusCode,
601
- body: _response.error.rawBody,
602
- rawResponse: _response.rawResponse,
603
- });
604
- case "timeout":
605
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_billing_ledger_period_from_provider_pay_driver/v1/{task_group_id}.");
606
- case "unknown":
607
- throw new errors.ChrtError({
608
- message: _response.error.errorMessage,
609
- rawResponse: _response.rawResponse,
610
- });
611
- }
612
- });
613
- }
614
- /**
615
- * Detaches the PPP billing ledger period from this TaskGroup. Reverses attach_billing_ledger_period_to_provider_pay_provider/v1. Linked period must be OPEN. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | () -> (bool)
616
- *
617
- * @param {string} taskGroupId
618
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
619
- *
620
- * @throws {@link Chrt.UnprocessableEntityError}
621
- *
622
- * @example
623
- * await client.shipping.taskGroups.detachBillingLedgerPeriodFromProviderPayProviderV1("task_group_id")
624
- */
625
- detachBillingLedgerPeriodFromProviderPayProviderV1(taskGroupId, requestOptions) {
626
- return core.HttpResponsePromise.fromPromise(this.__detachBillingLedgerPeriodFromProviderPayProviderV1(taskGroupId, requestOptions));
627
- }
628
- __detachBillingLedgerPeriodFromProviderPayProviderV1(taskGroupId, requestOptions) {
629
- return __awaiter(this, void 0, void 0, function* () {
630
- var _a, _b, _c, _d;
631
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
632
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
633
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/detach_billing_ledger_period_from_provider_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
634
- method: "DELETE",
635
- headers: _headers,
636
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
637
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
638
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
639
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
640
- });
641
- if (_response.ok) {
642
- return { data: _response.body, rawResponse: _response.rawResponse };
643
- }
644
- if (_response.error.reason === "status-code") {
645
- switch (_response.error.statusCode) {
646
- case 422:
647
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
648
- default:
649
- throw new errors.ChrtError({
650
- statusCode: _response.error.statusCode,
651
- body: _response.error.body,
652
- rawResponse: _response.rawResponse,
653
- });
654
- }
655
- }
656
- switch (_response.error.reason) {
657
- case "non-json":
658
- throw new errors.ChrtError({
659
- statusCode: _response.error.statusCode,
660
- body: _response.error.rawBody,
661
- rawResponse: _response.rawResponse,
662
- });
663
- case "timeout":
664
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_billing_ledger_period_from_provider_pay_provider/v1/{task_group_id}.");
665
- case "unknown":
666
- throw new errors.ChrtError({
667
- message: _response.error.errorMessage,
668
- rawResponse: _response.rawResponse,
669
- });
670
- }
671
- });
672
- }
673
- /**
674
- * Detaches the SPP billing ledger period from this TaskGroup. Reverses attach_billing_ledger_period_to_shipper_pay_provider/v1. Linked period must be OPEN. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | () -> (bool)
675
- *
676
- * @param {string} taskGroupId
677
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
678
- *
679
- * @throws {@link Chrt.UnprocessableEntityError}
680
- *
681
- * @example
682
- * await client.shipping.taskGroups.detachBillingLedgerPeriodFromShipperPayProviderV1("task_group_id")
683
- */
684
- detachBillingLedgerPeriodFromShipperPayProviderV1(taskGroupId, requestOptions) {
685
- return core.HttpResponsePromise.fromPromise(this.__detachBillingLedgerPeriodFromShipperPayProviderV1(taskGroupId, requestOptions));
686
- }
687
- __detachBillingLedgerPeriodFromShipperPayProviderV1(taskGroupId, requestOptions) {
688
- return __awaiter(this, void 0, void 0, function* () {
689
- var _a, _b, _c, _d;
690
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
691
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
692
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/detach_billing_ledger_period_from_shipper_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
693
- method: "DELETE",
694
- headers: _headers,
695
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
696
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
697
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
698
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
699
- });
700
- if (_response.ok) {
701
- return { data: _response.body, rawResponse: _response.rawResponse };
702
- }
703
- if (_response.error.reason === "status-code") {
704
- switch (_response.error.statusCode) {
705
- case 422:
706
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
707
- default:
708
- throw new errors.ChrtError({
709
- statusCode: _response.error.statusCode,
710
- body: _response.error.body,
711
- rawResponse: _response.rawResponse,
712
- });
713
- }
714
- }
715
- switch (_response.error.reason) {
716
- case "non-json":
717
- throw new errors.ChrtError({
718
- statusCode: _response.error.statusCode,
719
- body: _response.error.rawBody,
720
- rawResponse: _response.rawResponse,
721
- });
722
- case "timeout":
723
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_billing_ledger_period_from_shipper_pay_provider/v1/{task_group_id}.");
724
- case "unknown":
725
- throw new errors.ChrtError({
726
- message: _response.error.errorMessage,
727
- rawResponse: _response.rawResponse,
728
- });
729
- }
730
- });
731
- }
732
- /**
733
- * Clears the PPD vector's `_line_item_group_id` and `_rate_sheet_id` AND clears the LIG's `task_group_id` back-ref (one txn). The LIG document and its line items remain alive but fully detached on both sides. The PPD vector must currently have a LIG attached. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | () -> (bool)
734
- *
735
- * @param {string} taskGroupId
736
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
737
- *
738
- * @throws {@link Chrt.UnprocessableEntityError}
739
- *
740
- * @example
741
- * await client.shipping.taskGroups.detachLigFromProviderPayDriverV1("task_group_id")
742
- */
743
- detachLigFromProviderPayDriverV1(taskGroupId, requestOptions) {
744
- return core.HttpResponsePromise.fromPromise(this.__detachLigFromProviderPayDriverV1(taskGroupId, requestOptions));
745
- }
746
- __detachLigFromProviderPayDriverV1(taskGroupId, requestOptions) {
747
- return __awaiter(this, void 0, void 0, function* () {
748
- var _a, _b, _c, _d;
749
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
750
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
751
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/detach_lig_from_provider_pay_driver/v1/${encodeURIComponent(taskGroupId)}`),
752
- method: "DELETE",
753
- headers: _headers,
754
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
755
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
756
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
757
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
758
- });
759
- if (_response.ok) {
760
- return { data: _response.body, rawResponse: _response.rawResponse };
761
- }
762
- if (_response.error.reason === "status-code") {
763
- switch (_response.error.statusCode) {
764
- case 422:
765
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
766
- default:
767
- throw new errors.ChrtError({
768
- statusCode: _response.error.statusCode,
769
- body: _response.error.body,
770
- rawResponse: _response.rawResponse,
771
- });
772
- }
773
- }
774
- switch (_response.error.reason) {
775
- case "non-json":
776
- throw new errors.ChrtError({
777
- statusCode: _response.error.statusCode,
778
- body: _response.error.rawBody,
779
- rawResponse: _response.rawResponse,
780
- });
781
- case "timeout":
782
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_lig_from_provider_pay_driver/v1/{task_group_id}.");
783
- case "unknown":
784
- throw new errors.ChrtError({
785
- message: _response.error.errorMessage,
786
- rawResponse: _response.rawResponse,
787
- });
788
- }
789
- });
790
- }
791
- /**
792
- * Clears the PPP vector's `_line_item_group_id` and `_rate_sheet_id` AND clears the LIG's `task_group_id` back-ref (one txn). The LIG document and its line items remain alive but fully detached on both sides. The PPP vector must currently have a LIG attached. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | () -> (bool)
793
- *
794
- * @param {string} taskGroupId
795
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
796
- *
797
- * @throws {@link Chrt.UnprocessableEntityError}
798
- *
799
- * @example
800
- * await client.shipping.taskGroups.detachLigFromProviderPayProviderV1("task_group_id")
801
- */
802
- detachLigFromProviderPayProviderV1(taskGroupId, requestOptions) {
803
- return core.HttpResponsePromise.fromPromise(this.__detachLigFromProviderPayProviderV1(taskGroupId, requestOptions));
804
- }
805
- __detachLigFromProviderPayProviderV1(taskGroupId, requestOptions) {
806
- return __awaiter(this, void 0, void 0, function* () {
807
- var _a, _b, _c, _d;
808
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
809
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
810
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/detach_lig_from_provider_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
811
- method: "DELETE",
812
- headers: _headers,
813
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
814
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
815
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
816
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
817
- });
818
- if (_response.ok) {
819
- return { data: _response.body, rawResponse: _response.rawResponse };
820
- }
821
- if (_response.error.reason === "status-code") {
822
- switch (_response.error.statusCode) {
823
- case 422:
824
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
825
- default:
826
- throw new errors.ChrtError({
827
- statusCode: _response.error.statusCode,
828
- body: _response.error.body,
829
- rawResponse: _response.rawResponse,
830
- });
831
- }
832
- }
833
- switch (_response.error.reason) {
834
- case "non-json":
835
- throw new errors.ChrtError({
836
- statusCode: _response.error.statusCode,
837
- body: _response.error.rawBody,
838
- rawResponse: _response.rawResponse,
839
- });
840
- case "timeout":
841
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_lig_from_provider_pay_provider/v1/{task_group_id}.");
842
- case "unknown":
843
- throw new errors.ChrtError({
844
- message: _response.error.errorMessage,
845
- rawResponse: _response.rawResponse,
846
- });
847
- }
848
- });
849
- }
850
- /**
851
- * Clears the SPP vector's `_line_item_group_id` and `_rate_sheet_id` AND clears the LIG's `task_group_id` back-ref (one txn). The LIG document and its line items remain alive but fully detached on both sides. The SPP vector must currently have a LIG attached. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | () -> (bool)
852
- *
853
- * @param {string} taskGroupId
854
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
855
- *
856
- * @throws {@link Chrt.UnprocessableEntityError}
857
- *
858
- * @example
859
- * await client.shipping.taskGroups.detachLigFromShipperPayProviderV1("task_group_id")
860
- */
861
- detachLigFromShipperPayProviderV1(taskGroupId, requestOptions) {
862
- return core.HttpResponsePromise.fromPromise(this.__detachLigFromShipperPayProviderV1(taskGroupId, requestOptions));
863
- }
864
- __detachLigFromShipperPayProviderV1(taskGroupId, requestOptions) {
865
- return __awaiter(this, void 0, void 0, function* () {
866
- var _a, _b, _c, _d;
867
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
868
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
869
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/detach_lig_from_shipper_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
870
- method: "DELETE",
871
- headers: _headers,
872
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
873
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
874
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
875
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
876
- });
877
- if (_response.ok) {
878
- return { data: _response.body, rawResponse: _response.rawResponse };
879
- }
880
- if (_response.error.reason === "status-code") {
881
- switch (_response.error.statusCode) {
882
- case 422:
883
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
884
- default:
885
- throw new errors.ChrtError({
886
- statusCode: _response.error.statusCode,
887
- body: _response.error.body,
888
- rawResponse: _response.rawResponse,
889
- });
890
- }
891
- }
892
- switch (_response.error.reason) {
893
- case "non-json":
894
- throw new errors.ChrtError({
895
- statusCode: _response.error.statusCode,
896
- body: _response.error.rawBody,
897
- rawResponse: _response.rawResponse,
898
- });
899
- case "timeout":
900
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_lig_from_shipper_pay_provider/v1/{task_group_id}.");
901
- case "unknown":
902
- throw new errors.ChrtError({
903
- message: _response.error.errorMessage,
904
- rawResponse: _response.rawResponse,
905
- });
906
- }
907
- });
908
- }
909
- /**
910
- * Preview the LineItem materialization that would result from applying a rate sheet to the PPD vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (executor -> driver). Auto-resolves the rate sheet via RateSheetMapping1 for the requested driver unless body.rate_sheet_id is provided. PPD is on-chrt-executor only — TGs with an off-chrt executor are 400'd. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_provider_pay_driver/v1 then attach_lig_to_provider_pay_driver/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | (TaskGroupQuoteForProviderPayDriverClientReq) -> (TaskGroupQuoteResp)
911
- *
912
- * @param {string} taskGroupId
913
- * @param {Chrt.shipping.TaskGroupQuoteForProviderPayDriverClientReq} request
914
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
915
- *
916
- * @throws {@link Chrt.UnprocessableEntityError}
917
- *
918
- * @example
919
- * await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {
920
- * driver_id: "driver_id"
921
- * })
922
- */
923
- quoteForProviderPayDriverV1(taskGroupId, request, requestOptions) {
924
- return core.HttpResponsePromise.fromPromise(this.__quoteForProviderPayDriverV1(taskGroupId, request, requestOptions));
925
- }
926
- __quoteForProviderPayDriverV1(taskGroupId, request, requestOptions) {
927
- return __awaiter(this, void 0, void 0, function* () {
928
- var _a, _b, _c, _d;
929
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
930
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
931
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/quote_for_provider_pay_driver/v1/${encodeURIComponent(taskGroupId)}`),
932
- method: "POST",
933
- headers: _headers,
934
- contentType: "application/json",
935
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
936
- requestType: "json",
937
- body: request,
938
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
939
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
940
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
941
- });
942
- if (_response.ok) {
943
- return { data: _response.body, rawResponse: _response.rawResponse };
944
- }
945
- if (_response.error.reason === "status-code") {
946
- switch (_response.error.statusCode) {
947
- case 422:
948
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
949
- default:
950
- throw new errors.ChrtError({
951
- statusCode: _response.error.statusCode,
952
- body: _response.error.body,
953
- rawResponse: _response.rawResponse,
954
- });
955
- }
956
- }
957
- switch (_response.error.reason) {
958
- case "non-json":
959
- throw new errors.ChrtError({
960
- statusCode: _response.error.statusCode,
961
- body: _response.error.rawBody,
962
- rawResponse: _response.rawResponse,
963
- });
964
- case "timeout":
965
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/quote_for_provider_pay_driver/v1/{task_group_id}.");
966
- case "unknown":
967
- throw new errors.ChrtError({
968
- message: _response.error.errorMessage,
969
- rawResponse: _response.rawResponse,
970
- });
971
- }
972
- });
973
- }
974
- /**
975
- * Preview the LineItem materialization that would result from applying a rate sheet to the PPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (coordinator -> executor). Auto-resolves the rate sheet via RateSheetMapping1 for the requested executor unless body.rate_sheet_id is provided. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_provider_pay_provider/v1 then attach_lig_to_provider_pay_provider/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (TaskGroupQuoteForProviderPayProviderClientReq) -> (TaskGroupQuoteResp)
976
- *
977
- * @param {string} taskGroupId
978
- * @param {Chrt.shipping.TaskGroupQuoteForProviderPayProviderClientReq} request
979
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
980
- *
981
- * @throws {@link Chrt.UnprocessableEntityError}
982
- *
983
- * @example
984
- * await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id")
985
- */
986
- quoteForProviderPayProviderV1(taskGroupId, request = {}, requestOptions) {
987
- return core.HttpResponsePromise.fromPromise(this.__quoteForProviderPayProviderV1(taskGroupId, request, requestOptions));
988
- }
989
- __quoteForProviderPayProviderV1(taskGroupId_1) {
990
- return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
991
- var _a, _b, _c, _d;
992
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
993
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
994
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/quote_for_provider_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
995
- method: "POST",
996
- headers: _headers,
997
- contentType: "application/json",
998
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
999
- requestType: "json",
1000
- body: request,
1001
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1002
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1003
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1004
- });
1005
- if (_response.ok) {
1006
- return { data: _response.body, rawResponse: _response.rawResponse };
1007
- }
1008
- if (_response.error.reason === "status-code") {
1009
- switch (_response.error.statusCode) {
1010
- case 422:
1011
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1012
- default:
1013
- throw new errors.ChrtError({
1014
- statusCode: _response.error.statusCode,
1015
- body: _response.error.body,
1016
- rawResponse: _response.rawResponse,
1017
- });
1018
- }
1019
- }
1020
- switch (_response.error.reason) {
1021
- case "non-json":
1022
- throw new errors.ChrtError({
1023
- statusCode: _response.error.statusCode,
1024
- body: _response.error.rawBody,
1025
- rawResponse: _response.rawResponse,
1026
- });
1027
- case "timeout":
1028
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/quote_for_provider_pay_provider/v1/{task_group_id}.");
1029
- case "unknown":
1030
- throw new errors.ChrtError({
1031
- message: _response.error.errorMessage,
1032
- rawResponse: _response.rawResponse,
1033
- });
1034
- }
1035
- });
1036
- }
1037
- /**
1038
- * Preview the LineItem materialization that would result from applying a rate sheet to the SPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (shipper -> coordinator). Auto-resolves the rate sheet via RateSheetMapping1 for the requested shipper unless body.rate_sheet_id is provided. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_shipper_pay_provider/v1 then attach_lig_to_shipper_pay_provider/v1. | authz: allowed_org_types=[provider, shipper], min_org_role=operator, authz_personas=[task_group_coordinator_operators, shipper_org_operators] | (TaskGroupQuoteForShipperPayProviderClientReq) -> (TaskGroupQuoteResp)
1039
- *
1040
- * @param {string} taskGroupId
1041
- * @param {Chrt.shipping.TaskGroupQuoteForShipperPayProviderClientReq} request
1042
- * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
1043
- *
1044
- * @throws {@link Chrt.UnprocessableEntityError}
1045
- *
1046
- * @example
1047
- * await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id")
1048
- */
1049
- quoteForShipperPayProviderV1(taskGroupId, request = {}, requestOptions) {
1050
- return core.HttpResponsePromise.fromPromise(this.__quoteForShipperPayProviderV1(taskGroupId, request, requestOptions));
1051
- }
1052
- __quoteForShipperPayProviderV1(taskGroupId_1) {
1053
- return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
1054
- var _a, _b, _c, _d;
1055
- let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1056
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
1057
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/quote_for_shipper_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
1058
- method: "POST",
1059
- headers: _headers,
1060
- contentType: "application/json",
1061
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
1062
- requestType: "json",
1063
- body: request,
1064
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1065
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1066
- abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1067
- });
1068
- if (_response.ok) {
1069
- return { data: _response.body, rawResponse: _response.rawResponse };
1070
- }
1071
- if (_response.error.reason === "status-code") {
1072
- switch (_response.error.statusCode) {
1073
- case 422:
1074
- throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
1075
- default:
1076
- throw new errors.ChrtError({
1077
- statusCode: _response.error.statusCode,
1078
- body: _response.error.body,
1079
- rawResponse: _response.rawResponse,
1080
- });
1081
- }
1082
- }
1083
- switch (_response.error.reason) {
1084
- case "non-json":
1085
- throw new errors.ChrtError({
1086
- statusCode: _response.error.statusCode,
1087
- body: _response.error.rawBody,
1088
- rawResponse: _response.rawResponse,
1089
- });
1090
- case "timeout":
1091
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/quote_for_shipper_pay_provider/v1/{task_group_id}.");
1092
- case "unknown":
1093
- throw new errors.ChrtError({
1094
- message: _response.error.errorMessage,
1095
- rawResponse: _response.rawResponse,
1096
- });
1097
- }
1098
- });
1099
- }
1100
165
  /**
1101
166
  * Removes the driver from a task group (sets driver_id to null). Allowed when STAGED or IN_PROGRESS (if no tasks have reached a terminal status). | authz_personas=[executor_org_operators, driver_for_executor] | () -> (bool)
1102
167
  *
@@ -1157,7 +222,7 @@ export class TaskGroups {
1157
222
  });
1158
223
  }
1159
224
  /**
1160
- * Clears the executor and assigned driver on a task group. Refuses while PPP or PPD billing is attached; detach billing explicitly first. | authz_personas=[coordinator_org_operators] | () -> (bool)
225
+ * Clears the executor and assigned driver on a task group. | authz_personas=[coordinator_org_operators] | () -> (bool)
1161
226
  *
1162
227
  * @param {string} taskGroupId
1163
228
  * @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
@@ -1216,7 +281,7 @@ export class TaskGroups {
1216
281
  });
1217
282
  }
1218
283
  /**
1219
- * Replaces the ordered list of flights on a task group. | authz_personas=[lig_owner_operators] | (SetFlightInfoReq) -> (bool)
284
+ * Replaces the ordered list of flights on a task group. | authz_personas=[task_group_operating_org_operators] | (SetFlightInfoReq) -> (bool)
1220
285
  *
1221
286
  * @param {string} taskGroupId
1222
287
  * @param {Chrt.SetFlightInfoReq} request
@@ -1289,7 +354,7 @@ export class TaskGroups {
1289
354
  });
1290
355
  }
1291
356
  /**
1292
- * Sets the ordering of tasks within a task group. Requires complete list of task IDs in desired order. Completed tasks must be before staged tasks. | authz_personas=[lig_owner_operators] | (SetTaskOrderingReq) -> (bool)
357
+ * Sets the ordering of tasks within a task group. Requires complete list of task IDs in desired order. Completed tasks must be before staged tasks. | authz_personas=[task_group_operating_org_operators] | (SetTaskOrderingReq) -> (bool)
1293
358
  *
1294
359
  * @param {string} taskGroupId
1295
360
  * @param {Chrt.shipping.SetTaskOrderingReq} request