@chrt-inc/typescript-sdk 1.616.0 → 1.625.1

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 (1139) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/Client.d.ts +6 -0
  3. package/dist/cjs/Client.js +22 -12
  4. package/dist/cjs/api/resources/billing/client/Client.d.ts +18 -3
  5. package/dist/cjs/api/resources/billing/client/Client.js +36 -11
  6. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.ts +116 -0
  7. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.js +426 -0
  8. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.d.ts +14 -0
  9. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.d.ts +42 -0
  10. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.d.ts +17 -0
  11. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/index.d.ts +3 -0
  12. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.d.ts +111 -0
  13. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.js +412 -0
  14. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.ts +22 -0
  15. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.d.ts +11 -0
  16. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.d.ts +33 -0
  17. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/index.d.ts +3 -0
  18. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.d.ts +132 -0
  19. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.js +505 -0
  20. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.d.ts +19 -0
  21. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.d.ts +21 -0
  22. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.d.ts +16 -0
  23. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.d.ts +3 -0
  24. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.d.ts +132 -0
  25. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.js +508 -0
  26. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.d.ts +35 -0
  27. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.d.ts +46 -0
  28. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.d.ts +16 -0
  29. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.d.ts +3 -0
  30. package/dist/cjs/api/resources/billing/resources/index.d.ts +12 -2
  31. package/dist/cjs/api/resources/billing/resources/index.js +13 -3
  32. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.d.ts +152 -46
  33. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.js +548 -95
  34. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.ts +22 -0
  35. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.d.ts +54 -0
  36. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/index.d.ts +2 -4
  37. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/index.d.ts +0 -2
  38. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/index.js +1 -3
  39. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/Client.d.ts +132 -0
  40. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/Client.js +505 -0
  41. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.d.ts +16 -0
  42. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.d.ts +15 -0
  43. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.d.ts +16 -0
  44. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.d.ts +3 -0
  45. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/Client.d.ts +136 -0
  46. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/Client.js +503 -0
  47. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/index.d.ts +2 -0
  48. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/index.js +17 -0
  49. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.ts +20 -0
  50. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.d.ts +14 -0
  51. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/index.d.ts +2 -0
  52. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/index.js +2 -0
  53. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/index.d.ts +1 -0
  54. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/index.js +17 -0
  55. package/dist/cjs/api/resources/billing/resources/statements/client/Client.d.ts +104 -27
  56. package/dist/cjs/api/resources/billing/resources/statements/client/Client.js +396 -49
  57. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.ts +20 -0
  58. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.d.ts +13 -0
  59. package/dist/cjs/api/resources/billing/resources/statements/client/requests/index.d.ts +2 -4
  60. package/dist/cjs/api/resources/index.d.ts +2 -0
  61. package/dist/cjs/api/resources/index.js +3 -1
  62. package/dist/cjs/api/resources/listing/client/Client.d.ts +32 -0
  63. package/dist/cjs/api/resources/listing/client/Client.js +32 -0
  64. package/dist/cjs/api/resources/listing/client/index.js +2 -0
  65. package/dist/cjs/api/resources/listing/index.d.ts +2 -0
  66. package/dist/cjs/api/resources/listing/index.js +18 -0
  67. package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.d.ts +185 -0
  68. package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.js +734 -0
  69. package/dist/cjs/api/resources/listing/resources/bidThreads/client/index.d.ts +2 -0
  70. package/dist/cjs/api/resources/listing/resources/bidThreads/client/index.js +17 -0
  71. package/dist/cjs/api/resources/listing/resources/bidThreads/client/requests/BidThreadClientCreate1.d.ts +18 -0
  72. package/dist/cjs/api/resources/listing/resources/bidThreads/client/requests/BidThreadsListForBidderV1Request.d.ts +45 -0
  73. package/dist/cjs/api/resources/listing/resources/bidThreads/client/requests/BidThreadsListForListingV1Request.d.ts +45 -0
  74. package/dist/cjs/api/resources/listing/resources/bidThreads/client/requests/index.d.ts +3 -0
  75. package/dist/cjs/api/resources/listing/resources/bidThreads/client/requests/index.js +2 -0
  76. package/dist/cjs/api/resources/listing/resources/bidThreads/index.d.ts +1 -0
  77. package/dist/cjs/api/resources/listing/resources/bidThreads/index.js +17 -0
  78. package/dist/cjs/api/resources/listing/resources/driverBiddingGroups/client/Client.d.ts +144 -0
  79. package/dist/cjs/api/resources/listing/resources/driverBiddingGroups/client/Client.js +538 -0
  80. package/dist/cjs/api/resources/listing/resources/driverBiddingGroups/client/index.d.ts +2 -0
  81. package/dist/cjs/api/resources/listing/resources/driverBiddingGroups/client/index.js +17 -0
  82. package/dist/cjs/api/resources/listing/resources/driverBiddingGroups/client/requests/DriverBiddingGroupClientCreate1.d.ts +14 -0
  83. package/dist/cjs/api/resources/listing/resources/driverBiddingGroups/client/requests/DriverBiddingGroupsListByOrgV1Request.d.ts +39 -0
  84. package/dist/cjs/api/resources/listing/resources/driverBiddingGroups/client/requests/DriverBiddingGroupsUpdateNameV1Request.d.ts +12 -0
  85. package/dist/cjs/api/resources/listing/resources/driverBiddingGroups/client/requests/index.d.ts +3 -0
  86. package/dist/cjs/api/resources/listing/resources/driverBiddingGroups/client/requests/index.js +2 -0
  87. package/dist/cjs/api/resources/listing/resources/driverBiddingGroups/index.d.ts +1 -0
  88. package/dist/cjs/api/resources/listing/resources/driverBiddingGroups/index.js +17 -0
  89. package/dist/cjs/api/resources/listing/resources/index.d.ts +8 -0
  90. package/dist/cjs/api/resources/listing/resources/index.js +47 -0
  91. package/dist/cjs/api/resources/listing/resources/listings/client/Client.d.ts +259 -0
  92. package/dist/cjs/api/resources/listing/resources/listings/client/Client.js +1074 -0
  93. package/dist/cjs/api/resources/listing/resources/listings/client/index.d.ts +2 -0
  94. package/dist/cjs/api/resources/listing/resources/listings/client/index.js +17 -0
  95. package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingAddDriverParticipantsReq.d.ts +11 -0
  96. package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingAddProviderParticipantsReq.d.ts +11 -0
  97. package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingClientCreate1.d.ts +30 -0
  98. package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingClientUpdate1.d.ts +17 -0
  99. package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingRemoveDriverParticipantsReq.d.ts +10 -0
  100. package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingRemoveProviderParticipantsReq.d.ts +10 -0
  101. package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingsListByOrgV1Request.d.ts +54 -0
  102. package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingsListForDriverBidderV1Request.d.ts +51 -0
  103. package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingsListForProviderBidderV1Request.d.ts +51 -0
  104. package/dist/cjs/api/resources/listing/resources/listings/client/requests/index.d.ts +9 -0
  105. package/dist/cjs/api/resources/listing/resources/listings/client/requests/index.js +2 -0
  106. package/dist/cjs/api/resources/listing/resources/listings/index.d.ts +1 -0
  107. package/dist/cjs/api/resources/listing/resources/listings/index.js +17 -0
  108. package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/client/Client.d.ts +144 -0
  109. package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/client/Client.js +538 -0
  110. package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/client/index.d.ts +2 -0
  111. package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/client/index.js +17 -0
  112. package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/client/requests/OrgBiddingGroupClientCreate1.d.ts +14 -0
  113. package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/client/requests/OrgBiddingGroupsListByOrgV1Request.d.ts +39 -0
  114. package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/client/requests/OrgBiddingGroupsUpdateNameV1Request.d.ts +12 -0
  115. package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/client/requests/index.d.ts +3 -0
  116. package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/client/requests/index.js +2 -0
  117. package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/index.d.ts +1 -0
  118. package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/index.js +17 -0
  119. package/dist/cjs/api/resources/operations/client/Client.d.ts +26 -0
  120. package/dist/cjs/api/resources/operations/client/Client.js +22 -0
  121. package/dist/cjs/api/resources/operations/client/index.js +2 -0
  122. package/dist/cjs/api/resources/operations/index.d.ts +2 -0
  123. package/dist/cjs/api/resources/operations/index.js +18 -0
  124. package/dist/cjs/api/resources/operations/resources/cases/client/Client.d.ts +145 -0
  125. package/dist/cjs/api/resources/operations/resources/cases/client/Client.js +552 -0
  126. package/dist/cjs/api/resources/operations/resources/cases/client/index.d.ts +2 -0
  127. package/dist/cjs/api/resources/operations/resources/cases/client/index.js +17 -0
  128. package/dist/cjs/api/resources/operations/resources/cases/client/requests/CaseAddMessageReq.d.ts +12 -0
  129. package/dist/cjs/api/resources/operations/resources/cases/client/requests/CaseAssignReq.d.ts +12 -0
  130. package/dist/cjs/api/resources/operations/resources/cases/client/requests/CaseClientUpdate1.d.ts +11 -0
  131. package/dist/cjs/api/resources/operations/resources/cases/client/requests/CaseUnassignReq.d.ts +12 -0
  132. package/dist/cjs/api/resources/operations/resources/cases/client/requests/CasesListV1Request.d.ts +36 -0
  133. package/dist/cjs/api/resources/operations/resources/cases/client/requests/index.d.ts +5 -0
  134. package/dist/cjs/api/resources/operations/resources/cases/client/requests/index.js +2 -0
  135. package/dist/cjs/api/resources/operations/resources/cases/index.d.ts +1 -0
  136. package/dist/cjs/api/resources/operations/resources/cases/index.js +17 -0
  137. package/dist/cjs/api/resources/operations/resources/departments/client/Client.d.ts +138 -0
  138. package/dist/cjs/api/resources/operations/resources/departments/client/Client.js +522 -0
  139. package/dist/cjs/api/resources/operations/resources/departments/client/index.d.ts +2 -0
  140. package/dist/cjs/api/resources/operations/resources/departments/client/index.js +17 -0
  141. package/dist/cjs/api/resources/operations/resources/departments/client/requests/DepartmentClientCreate1.d.ts +19 -0
  142. package/dist/cjs/api/resources/operations/resources/departments/client/requests/DepartmentClientUpdate1.d.ts +13 -0
  143. package/dist/cjs/api/resources/operations/resources/departments/client/requests/DepartmentsListV1Request.d.ts +24 -0
  144. package/dist/cjs/api/resources/operations/resources/departments/client/requests/index.d.ts +3 -0
  145. package/dist/cjs/api/resources/operations/resources/departments/client/requests/index.js +2 -0
  146. package/dist/cjs/api/resources/operations/resources/departments/index.d.ts +1 -0
  147. package/dist/cjs/api/resources/operations/resources/departments/index.js +17 -0
  148. package/dist/cjs/api/resources/operations/resources/index.d.ts +4 -0
  149. package/dist/cjs/api/resources/operations/resources/index.js +43 -0
  150. package/dist/cjs/api/resources/orgs/client/Client.d.ts +4 -1
  151. package/dist/cjs/api/resources/orgs/client/Client.js +16 -11
  152. package/dist/cjs/api/resources/orgs/client/requests/SetOrgTypeReq.d.ts +1 -1
  153. package/dist/cjs/api/resources/orgs/resources/connections/client/Client.d.ts +33 -35
  154. package/dist/cjs/api/resources/orgs/resources/connections/client/Client.js +70 -80
  155. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListProvidersV1Request.d.ts +17 -0
  156. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ProviderProviderUpdateAutoAssignReq.d.ts +12 -0
  157. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/SetDepartmentReq.d.ts +10 -0
  158. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/index.d.ts +3 -2
  159. package/dist/cjs/api/resources/orgs/resources/connections/types/ConnectionsGetByHandleV1Response.d.ts +1 -1
  160. package/dist/cjs/api/resources/orgs/resources/index.d.ts +2 -0
  161. package/dist/cjs/api/resources/orgs/resources/index.js +3 -1
  162. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/Client.d.ts +106 -0
  163. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/Client.js +384 -0
  164. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/index.d.ts +2 -0
  165. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/index.js +17 -0
  166. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.d.ts +26 -0
  167. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.d.ts +31 -0
  168. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgListV1Request.d.ts +14 -0
  169. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgListV1Request.js +5 -0
  170. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/index.d.ts +3 -0
  171. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/index.js +2 -0
  172. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/index.d.ts +1 -0
  173. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/index.js +17 -0
  174. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.d.ts +1 -2
  175. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.d.ts +2 -0
  176. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/client/Client.d.ts +3 -6
  177. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/client/Client.js +3 -8
  178. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/index.d.ts +2 -4
  179. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/index.js +3 -5
  180. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.d.ts +83 -0
  181. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.js +300 -0
  182. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/index.d.ts +2 -0
  183. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/index.js +17 -0
  184. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.d.ts +24 -0
  185. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.js +5 -0
  186. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.d.ts +29 -0
  187. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.js +5 -0
  188. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/index.d.ts +2 -0
  189. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/index.js +2 -0
  190. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/index.d.ts +1 -0
  191. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/index.js +17 -0
  192. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/Client.d.ts +14 -45
  193. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/Client.js +18 -147
  194. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.d.ts +19 -0
  195. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.js +5 -0
  196. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientUpdate1.d.ts +12 -0
  197. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientUpdate1.js +5 -0
  198. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/index.d.ts +2 -4
  199. package/dist/cjs/api/resources/shipping/client/Client.d.ts +0 -3
  200. package/dist/cjs/api/resources/shipping/client/Client.js +16 -21
  201. package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.d.ts +20 -4
  202. package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.js +69 -4
  203. package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriverUpdateAutoAssignReq.d.ts +12 -0
  204. package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriverUpdateAutoAssignReq.js +5 -0
  205. package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/index.d.ts +1 -0
  206. package/dist/cjs/api/resources/shipping/resources/index.d.ts +0 -2
  207. package/dist/cjs/api/resources/shipping/resources/index.js +1 -3
  208. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.d.ts +1 -1
  209. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.js +1 -1
  210. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrdersDraftUpdateReq.d.ts +2 -2
  211. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.ts +1 -1
  212. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.d.ts +2 -2
  213. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.js +7 -7
  214. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/requests/ExpandedListV1Request.d.ts +4 -4
  215. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.d.ts +2 -47
  216. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.js +2 -191
  217. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.ts +1 -4
  218. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/index.d.ts +0 -2
  219. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +13 -13
  220. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +27 -27
  221. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.ts +59 -0
  222. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.js +5 -0
  223. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.ts +4 -4
  224. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/index.d.ts +1 -1
  225. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +228 -15
  226. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +952 -22
  227. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.d.ts +13 -0
  228. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.js +5 -0
  229. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/index.d.ts +1 -1
  230. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.ts +25 -25
  231. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.js +46 -46
  232. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.d.ts +59 -0
  233. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.js +5 -0
  234. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +61 -0
  235. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.js +5 -0
  236. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.ts +2 -2
  237. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.d.ts +2 -2
  238. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.js +2 -2
  239. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.ts +8 -8
  240. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.js +14 -14
  241. package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/Client.d.ts +3 -3
  242. package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/Client.js +3 -3
  243. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.d.ts +2 -2
  244. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.js +2 -2
  245. package/dist/cjs/api/types/AttachBillingLedgerPeriodReq.d.ts +6 -0
  246. package/dist/cjs/api/types/AttachBillingLedgerPeriodReq.js +5 -0
  247. package/dist/cjs/api/types/AttachLigToVectorClientReq.d.ts +6 -0
  248. package/dist/cjs/api/types/AttachLigToVectorClientReq.js +5 -0
  249. package/dist/cjs/api/types/Bid.d.ts +16 -0
  250. package/dist/cjs/api/types/Bid.js +5 -0
  251. package/dist/cjs/api/types/BidActionEnum.d.ts +11 -0
  252. package/dist/cjs/api/types/BidActionEnum.js +13 -0
  253. package/dist/cjs/api/types/BidAppendReq.d.ts +13 -0
  254. package/dist/cjs/api/types/BidAppendReq.js +5 -0
  255. package/dist/cjs/api/types/BidThread1.d.ts +17 -0
  256. package/dist/cjs/api/types/BidThread1.js +5 -0
  257. package/dist/cjs/api/types/BidThreadListRes.d.ts +8 -0
  258. package/dist/cjs/api/types/BidThreadListRes.js +5 -0
  259. package/dist/cjs/api/types/BidThreadSortByEnum.d.ts +8 -0
  260. package/dist/cjs/api/types/BidThreadSortByEnum.js +10 -0
  261. package/dist/cjs/api/types/BidThreadStatusEnum.d.ts +10 -0
  262. package/dist/cjs/api/types/BidThreadStatusEnum.js +12 -0
  263. package/dist/cjs/api/types/BillingCycleEnum.d.ts +11 -0
  264. package/dist/cjs/api/types/BillingCycleEnum.js +13 -0
  265. package/dist/cjs/api/types/BillingLedger1.d.ts +26 -0
  266. package/dist/cjs/api/types/BillingLedger1.js +5 -0
  267. package/dist/cjs/api/types/BillingLedgerListRes.d.ts +8 -0
  268. package/dist/cjs/api/types/BillingLedgerListRes.js +5 -0
  269. package/dist/cjs/api/types/BillingLedgerPeriod1.d.ts +35 -0
  270. package/dist/cjs/api/types/BillingLedgerPeriod1.js +5 -0
  271. package/dist/cjs/api/types/BillingLedgerPeriodListRes.d.ts +8 -0
  272. package/dist/cjs/api/types/BillingLedgerPeriodListRes.js +5 -0
  273. package/dist/cjs/api/types/BillingLedgerPeriodSortByEnum.d.ts +9 -0
  274. package/dist/cjs/api/types/BillingLedgerPeriodSortByEnum.js +11 -0
  275. package/dist/cjs/api/types/BillingLedgerPeriodStatusEnum.d.ts +8 -0
  276. package/dist/cjs/api/types/BillingLedgerPeriodStatusEnum.js +10 -0
  277. package/dist/cjs/api/types/BillingLedgerSortByEnum.d.ts +4 -0
  278. package/dist/cjs/api/types/BillingLedgerSortByEnum.js +5 -0
  279. package/dist/cjs/api/types/BillingLedgerStatusEnum.d.ts +8 -0
  280. package/dist/cjs/api/types/BillingLedgerStatusEnum.js +10 -0
  281. package/dist/cjs/api/types/CargoOnFlightRateSheet1.d.ts +16 -0
  282. package/dist/cjs/api/types/CargoOnFlightRateSheet1.js +5 -0
  283. package/dist/cjs/api/types/CargoOnFlightRateSheetListRes.d.ts +8 -0
  284. package/dist/cjs/api/types/CargoOnFlightRateSheetListRes.js +5 -0
  285. package/dist/cjs/api/types/CargoOnFlightTaskActionEnum1.d.ts +13 -0
  286. package/dist/cjs/api/types/CargoOnFlightTaskActionEnum1.js +15 -0
  287. package/dist/cjs/api/types/Case1.d.ts +19 -0
  288. package/dist/cjs/api/types/Case1.js +5 -0
  289. package/dist/cjs/api/types/CaseListRes.d.ts +8 -0
  290. package/dist/cjs/api/types/CaseListRes.js +5 -0
  291. package/dist/cjs/api/types/CaseMessage1.d.ts +11 -0
  292. package/dist/cjs/api/types/CaseMessage1.js +5 -0
  293. package/dist/cjs/api/types/CaseSortByEnum.d.ts +9 -0
  294. package/dist/cjs/api/types/CaseSortByEnum.js +11 -0
  295. package/dist/cjs/api/types/CaseStatusEnum.d.ts +9 -0
  296. package/dist/cjs/api/types/CaseStatusEnum.js +11 -0
  297. package/dist/cjs/api/types/ChrtGroundProviderRateSheet1.d.ts +32 -0
  298. package/dist/cjs/api/types/ChrtGroundProviderRateSheet1.js +5 -0
  299. package/dist/cjs/api/types/ChrtGroundProviderRateSheetListRes.d.ts +8 -0
  300. package/dist/cjs/api/types/ChrtGroundProviderRateSheetListRes.js +5 -0
  301. package/dist/cjs/api/types/ChrtGroundProviderTaskActionEnum1.d.ts +13 -0
  302. package/dist/cjs/api/types/ChrtGroundProviderTaskActionEnum1.js +15 -0
  303. package/dist/cjs/api/types/CreateLigFromRateSheetForVectorClientReq.d.ts +7 -0
  304. package/dist/cjs/api/types/CreateLigFromRateSheetForVectorClientReq.js +5 -0
  305. package/dist/cjs/api/types/Department1.d.ts +17 -0
  306. package/dist/cjs/api/types/Department1.js +5 -0
  307. package/dist/cjs/api/types/DepartmentEnum.d.ts +18 -0
  308. package/dist/cjs/api/types/DepartmentEnum.js +20 -0
  309. package/dist/cjs/api/types/DepartmentListRes.d.ts +8 -0
  310. package/dist/cjs/api/types/DepartmentListRes.js +5 -0
  311. package/dist/cjs/api/types/DepartmentSortByEnum.d.ts +8 -0
  312. package/dist/cjs/api/types/DepartmentSortByEnum.js +10 -0
  313. package/dist/cjs/api/types/Driver1.d.ts +1 -2
  314. package/dist/cjs/api/types/DriverBiddingGroup1.d.ts +15 -0
  315. package/dist/cjs/api/types/DriverBiddingGroup1.js +5 -0
  316. package/dist/cjs/api/types/DriverBiddingGroupListRes.d.ts +8 -0
  317. package/dist/cjs/api/types/DriverBiddingGroupListRes.js +5 -0
  318. package/dist/cjs/api/types/DriverBiddingGroupSortByEnum.d.ts +9 -0
  319. package/dist/cjs/api/types/DriverBiddingGroupSortByEnum.js +11 -0
  320. package/dist/cjs/api/types/LineItem1.d.ts +19 -5
  321. package/dist/cjs/api/types/LineItemClientCreate1.d.ts +14 -0
  322. package/dist/cjs/api/types/LineItemClientCreate1.js +5 -0
  323. package/dist/cjs/api/types/LineItemEnum1.d.ts +19 -11
  324. package/dist/cjs/api/types/LineItemEnum1.js +12 -10
  325. package/dist/cjs/api/types/LineItemGroup1.d.ts +31 -4
  326. package/dist/cjs/api/types/LineItemGroupStatusEnum1.d.ts +20 -4
  327. package/dist/cjs/api/types/LineItemGroupStatusEnum1.js +0 -3
  328. package/dist/cjs/api/types/LineItemProvenanceEnum.d.ts +9 -0
  329. package/dist/cjs/api/types/LineItemProvenanceEnum.js +11 -0
  330. package/dist/cjs/api/types/LineItemStatusEnum.d.ts +9 -0
  331. package/dist/cjs/api/types/LineItemStatusEnum.js +11 -0
  332. package/dist/cjs/api/types/Listing1.d.ts +34 -0
  333. package/dist/cjs/api/types/Listing1.js +5 -0
  334. package/dist/cjs/api/types/ListingAudienceEnum.d.ts +8 -0
  335. package/dist/cjs/api/types/ListingAudienceEnum.js +10 -0
  336. package/dist/cjs/api/types/ListingForBidderListRes.d.ts +8 -0
  337. package/dist/cjs/api/types/ListingForBidderListRes.js +5 -0
  338. package/dist/cjs/api/types/ListingLimitedForBidder1.d.ts +41 -0
  339. package/dist/cjs/api/types/ListingLimitedForBidder1.js +5 -0
  340. package/dist/cjs/api/types/ListingListRes.d.ts +8 -0
  341. package/dist/cjs/api/types/ListingListRes.js +5 -0
  342. package/dist/cjs/api/types/ListingSortByEnum.d.ts +8 -0
  343. package/dist/cjs/api/types/ListingSortByEnum.js +10 -0
  344. package/dist/cjs/api/types/ListingStatusEnum.d.ts +9 -0
  345. package/dist/cjs/api/types/ListingStatusEnum.js +11 -0
  346. package/dist/cjs/api/types/ListingTypeEnum.d.ts +8 -0
  347. package/dist/cjs/api/types/ListingTypeEnum.js +10 -0
  348. package/dist/cjs/api/types/OffChrtProviderOrg1.d.ts +24 -0
  349. package/dist/cjs/api/types/OffChrtProviderOrg1.js +5 -0
  350. package/dist/cjs/api/types/OffChrtProviderOrgListRes.d.ts +8 -0
  351. package/dist/cjs/api/types/OffChrtProviderOrgListRes.js +5 -0
  352. package/dist/cjs/api/types/OffChrtShipperOrg1.d.ts +1 -2
  353. package/dist/cjs/api/types/OnboardCourierRateSheet1.d.ts +13 -0
  354. package/dist/cjs/api/types/OnboardCourierRateSheet1.js +5 -0
  355. package/dist/cjs/api/types/OnboardCourierRateSheetListRes.d.ts +8 -0
  356. package/dist/cjs/api/types/OnboardCourierRateSheetListRes.js +5 -0
  357. package/dist/cjs/api/types/Order1.d.ts +5 -5
  358. package/dist/cjs/api/types/OrderAndTaskGroupExpandedReq.d.ts +4 -4
  359. package/dist/cjs/api/types/OrderDraftExpanded.d.ts +2 -2
  360. package/dist/cjs/api/types/OrderExpanded.d.ts +2 -2
  361. package/dist/cjs/api/types/OrdersDraftUpdateRes.d.ts +1 -1
  362. package/dist/cjs/api/types/OrgBiddingGroup1.d.ts +15 -0
  363. package/dist/cjs/api/types/OrgBiddingGroup1.js +5 -0
  364. package/dist/cjs/api/types/OrgBiddingGroupListRes.d.ts +8 -0
  365. package/dist/cjs/api/types/OrgBiddingGroupListRes.js +5 -0
  366. package/dist/cjs/api/types/OrgBiddingGroupSortByEnum.d.ts +9 -0
  367. package/dist/cjs/api/types/OrgBiddingGroupSortByEnum.js +11 -0
  368. package/dist/cjs/api/types/OrgPrivateData1.d.ts +0 -8
  369. package/dist/cjs/api/types/OrgRoleEnum.d.ts +2 -2
  370. package/dist/cjs/api/types/OrgTypeEnum.d.ts +2 -3
  371. package/dist/cjs/api/types/OrgTypeEnum.js +1 -2
  372. package/dist/cjs/api/types/ProFormaLineItem1.d.ts +20 -0
  373. package/dist/cjs/api/types/ProFormaLineItem1.js +5 -0
  374. package/dist/cjs/api/types/ProviderConnectionListRes.d.ts +8 -0
  375. package/dist/cjs/api/types/ProviderConnectionListRes.js +5 -0
  376. package/dist/cjs/api/types/ProviderConnectionRes.d.ts +8 -0
  377. package/dist/cjs/api/types/ProviderConnectionRes.js +5 -0
  378. package/dist/cjs/api/types/ProviderOrgInfoForConnections1.d.ts +22 -0
  379. package/dist/cjs/api/types/ProviderOrgInfoForConnections1.js +5 -0
  380. package/dist/cjs/api/types/ProviderOrgProfile1.d.ts +13 -0
  381. package/dist/cjs/api/types/ProviderOrgProfile1.js +5 -0
  382. package/dist/cjs/api/types/ProviderProviderConnection1.d.ts +15 -0
  383. package/dist/cjs/api/types/ProviderProviderConnection1.js +5 -0
  384. package/dist/cjs/api/types/RateSheetMapping1.d.ts +17 -0
  385. package/dist/cjs/api/types/RateSheetMapping1.js +5 -0
  386. package/dist/cjs/api/types/RateSheetMappingListRes.d.ts +8 -0
  387. package/dist/cjs/api/types/RateSheetMappingListRes.js +5 -0
  388. package/dist/cjs/api/types/ShipperProviderConnection1.d.ts +14 -0
  389. package/dist/cjs/api/types/ShipperProviderConnection1.js +5 -0
  390. package/dist/cjs/api/types/ShippingTaskAddedWebhookPayload.d.ts +1 -1
  391. package/dist/cjs/api/types/ShippingTaskCompletedWebhookPayload.d.ts +2 -2
  392. package/dist/cjs/api/types/ShippingTaskDeletedWebhookPayload.d.ts +1 -1
  393. package/dist/cjs/api/types/ShippingTaskSkippedWebhookPayload.d.ts +1 -1
  394. package/dist/cjs/api/types/Statement1.d.ts +2 -1
  395. package/dist/cjs/api/types/Task1.d.ts +1 -1
  396. package/dist/cjs/api/types/TaskClientCreate1.d.ts +1 -1
  397. package/dist/cjs/api/types/TaskClientUpdate1.d.ts +1 -1
  398. package/dist/cjs/api/types/TaskGroup1.d.ts +19 -16
  399. package/dist/cjs/api/types/TaskGroupExpanded.d.ts +6 -6
  400. package/dist/cjs/api/types/TaskGroupQuoteClientReq.d.ts +6 -0
  401. package/dist/cjs/api/types/TaskGroupQuoteClientReq.js +5 -0
  402. package/dist/cjs/api/types/TaskGroupQuoteResp.d.ts +37 -0
  403. package/dist/cjs/api/types/TaskGroupQuoteResp.js +5 -0
  404. package/dist/cjs/api/types/TaskGroupTypeEnum1.d.ts +3 -3
  405. package/dist/cjs/api/types/TaskGroupTypeEnum1.js +2 -2
  406. package/dist/cjs/api/types/index.d.ts +66 -22
  407. package/dist/cjs/api/types/index.js +66 -22
  408. package/dist/cjs/version.d.ts +1 -1
  409. package/dist/cjs/version.js +1 -1
  410. package/dist/esm/Client.d.mts +6 -0
  411. package/dist/esm/Client.mjs +12 -2
  412. package/dist/esm/api/resources/billing/client/Client.d.mts +18 -3
  413. package/dist/esm/api/resources/billing/client/Client.mjs +28 -3
  414. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.mts +116 -0
  415. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.mjs +389 -0
  416. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.d.mts +14 -0
  417. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.d.mts +42 -0
  418. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.d.mts +17 -0
  419. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/index.d.mts +3 -0
  420. package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.d.mts +111 -0
  421. package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.mjs +375 -0
  422. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.mts +22 -0
  423. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.d.mts +11 -0
  424. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.d.mts +33 -0
  425. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/index.d.mts +3 -0
  426. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.d.mts +132 -0
  427. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.mjs +468 -0
  428. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.d.mts +19 -0
  429. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.d.mts +21 -0
  430. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.d.mts +16 -0
  431. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.d.mts +3 -0
  432. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.d.mts +132 -0
  433. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.mjs +471 -0
  434. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.d.mts +35 -0
  435. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.d.mts +46 -0
  436. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.d.mts +16 -0
  437. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.d.mts +3 -0
  438. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.mjs +1 -0
  439. package/dist/esm/api/resources/billing/resources/index.d.mts +12 -2
  440. package/dist/esm/api/resources/billing/resources/index.mjs +12 -2
  441. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.d.mts +152 -46
  442. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.mjs +544 -91
  443. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.mts +22 -0
  444. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.d.mts +54 -0
  445. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/index.d.mts +2 -4
  446. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/index.d.mts +0 -2
  447. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/index.mjs +0 -2
  448. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/Client.d.mts +132 -0
  449. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/Client.mjs +468 -0
  450. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.d.mts +16 -0
  451. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.d.mts +15 -0
  452. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.d.mts +16 -0
  453. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.d.mts +3 -0
  454. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.mjs +1 -0
  455. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.d.mts +136 -0
  456. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.mjs +466 -0
  457. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/index.d.mts +2 -0
  458. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/index.mjs +1 -0
  459. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.mts +20 -0
  460. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListV1Request.d.mts +14 -0
  461. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/index.d.mts +2 -0
  462. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/index.mjs +1 -0
  463. package/dist/esm/api/resources/billing/resources/rateSheetMappings/index.d.mts +1 -0
  464. package/dist/esm/api/resources/billing/resources/rateSheetMappings/index.mjs +1 -0
  465. package/dist/esm/api/resources/billing/resources/statements/client/Client.d.mts +104 -27
  466. package/dist/esm/api/resources/billing/resources/statements/client/Client.mjs +396 -49
  467. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.mts +20 -0
  468. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.d.mts +13 -0
  469. package/dist/esm/api/resources/billing/resources/statements/client/requests/index.d.mts +2 -4
  470. package/dist/esm/api/resources/index.d.mts +2 -0
  471. package/dist/esm/api/resources/index.mjs +2 -0
  472. package/dist/esm/api/resources/listing/client/Client.d.mts +32 -0
  473. package/dist/esm/api/resources/listing/client/Client.mjs +28 -0
  474. package/dist/esm/api/resources/listing/client/index.d.mts +1 -0
  475. package/dist/esm/api/resources/listing/client/index.mjs +1 -0
  476. package/dist/esm/api/resources/listing/index.d.mts +2 -0
  477. package/dist/esm/api/resources/listing/index.mjs +2 -0
  478. package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.d.mts +185 -0
  479. package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.mjs +697 -0
  480. package/dist/esm/api/resources/listing/resources/bidThreads/client/index.d.mts +2 -0
  481. package/dist/esm/api/resources/listing/resources/bidThreads/client/index.mjs +1 -0
  482. package/dist/esm/api/resources/listing/resources/bidThreads/client/requests/BidThreadClientCreate1.d.mts +18 -0
  483. package/dist/esm/api/resources/listing/resources/bidThreads/client/requests/BidThreadsListForBidderV1Request.d.mts +45 -0
  484. package/dist/esm/api/resources/listing/resources/bidThreads/client/requests/BidThreadsListForListingV1Request.d.mts +45 -0
  485. package/dist/esm/api/resources/listing/resources/bidThreads/client/requests/index.d.mts +3 -0
  486. package/dist/esm/api/resources/listing/resources/bidThreads/client/requests/index.mjs +1 -0
  487. package/dist/esm/api/resources/listing/resources/bidThreads/index.d.mts +1 -0
  488. package/dist/esm/api/resources/listing/resources/bidThreads/index.mjs +1 -0
  489. package/dist/esm/api/resources/listing/resources/driverBiddingGroups/client/Client.d.mts +144 -0
  490. package/dist/esm/api/resources/listing/resources/driverBiddingGroups/client/Client.mjs +501 -0
  491. package/dist/esm/api/resources/listing/resources/driverBiddingGroups/client/index.d.mts +2 -0
  492. package/dist/esm/api/resources/listing/resources/driverBiddingGroups/client/index.mjs +1 -0
  493. package/dist/esm/api/resources/listing/resources/driverBiddingGroups/client/requests/DriverBiddingGroupClientCreate1.d.mts +14 -0
  494. package/dist/esm/api/resources/listing/resources/driverBiddingGroups/client/requests/DriverBiddingGroupsListByOrgV1Request.d.mts +39 -0
  495. package/dist/esm/api/resources/listing/resources/driverBiddingGroups/client/requests/DriverBiddingGroupsUpdateNameV1Request.d.mts +12 -0
  496. package/dist/esm/api/resources/listing/resources/driverBiddingGroups/client/requests/index.d.mts +3 -0
  497. package/dist/esm/api/resources/listing/resources/driverBiddingGroups/client/requests/index.mjs +1 -0
  498. package/dist/esm/api/resources/listing/resources/driverBiddingGroups/index.d.mts +1 -0
  499. package/dist/esm/api/resources/listing/resources/driverBiddingGroups/index.mjs +1 -0
  500. package/dist/esm/api/resources/listing/resources/index.d.mts +8 -0
  501. package/dist/esm/api/resources/listing/resources/index.mjs +8 -0
  502. package/dist/esm/api/resources/listing/resources/listings/client/Client.d.mts +259 -0
  503. package/dist/esm/api/resources/listing/resources/listings/client/Client.mjs +1037 -0
  504. package/dist/esm/api/resources/listing/resources/listings/client/index.d.mts +2 -0
  505. package/dist/esm/api/resources/listing/resources/listings/client/index.mjs +1 -0
  506. package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingAddDriverParticipantsReq.d.mts +11 -0
  507. package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingAddProviderParticipantsReq.d.mts +11 -0
  508. package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingClientCreate1.d.mts +30 -0
  509. package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingClientUpdate1.d.mts +17 -0
  510. package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingRemoveDriverParticipantsReq.d.mts +10 -0
  511. package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingRemoveProviderParticipantsReq.d.mts +10 -0
  512. package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingsListByOrgV1Request.d.mts +54 -0
  513. package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingsListForDriverBidderV1Request.d.mts +51 -0
  514. package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingsListForProviderBidderV1Request.d.mts +51 -0
  515. package/dist/esm/api/resources/listing/resources/listings/client/requests/index.d.mts +9 -0
  516. package/dist/esm/api/resources/listing/resources/listings/client/requests/index.mjs +1 -0
  517. package/dist/esm/api/resources/listing/resources/listings/index.d.mts +1 -0
  518. package/dist/esm/api/resources/listing/resources/listings/index.mjs +1 -0
  519. package/dist/esm/api/resources/listing/resources/orgBiddingGroups/client/Client.d.mts +144 -0
  520. package/dist/esm/api/resources/listing/resources/orgBiddingGroups/client/Client.mjs +501 -0
  521. package/dist/esm/api/resources/listing/resources/orgBiddingGroups/client/index.d.mts +2 -0
  522. package/dist/esm/api/resources/listing/resources/orgBiddingGroups/client/index.mjs +1 -0
  523. package/dist/esm/api/resources/listing/resources/orgBiddingGroups/client/requests/OrgBiddingGroupClientCreate1.d.mts +14 -0
  524. package/dist/esm/api/resources/listing/resources/orgBiddingGroups/client/requests/OrgBiddingGroupsListByOrgV1Request.d.mts +39 -0
  525. package/dist/esm/api/resources/listing/resources/orgBiddingGroups/client/requests/OrgBiddingGroupsUpdateNameV1Request.d.mts +12 -0
  526. package/dist/esm/api/resources/listing/resources/orgBiddingGroups/client/requests/index.d.mts +3 -0
  527. package/dist/esm/api/resources/listing/resources/orgBiddingGroups/client/requests/index.mjs +1 -0
  528. package/dist/esm/api/resources/listing/resources/orgBiddingGroups/index.d.mts +1 -0
  529. package/dist/esm/api/resources/listing/resources/orgBiddingGroups/index.mjs +1 -0
  530. package/dist/esm/api/resources/operations/client/Client.d.mts +26 -0
  531. package/dist/esm/api/resources/operations/client/Client.mjs +18 -0
  532. package/dist/esm/api/resources/operations/client/index.d.mts +1 -0
  533. package/dist/esm/api/resources/operations/client/index.mjs +1 -0
  534. package/dist/esm/api/resources/operations/index.d.mts +2 -0
  535. package/dist/esm/api/resources/operations/index.mjs +2 -0
  536. package/dist/esm/api/resources/operations/resources/cases/client/Client.d.mts +145 -0
  537. package/dist/esm/api/resources/operations/resources/cases/client/Client.mjs +515 -0
  538. package/dist/esm/api/resources/operations/resources/cases/client/index.d.mts +2 -0
  539. package/dist/esm/api/resources/operations/resources/cases/client/index.mjs +1 -0
  540. package/dist/esm/api/resources/operations/resources/cases/client/requests/CaseAddMessageReq.d.mts +12 -0
  541. package/dist/esm/api/resources/operations/resources/cases/client/requests/CaseAssignReq.d.mts +12 -0
  542. package/dist/esm/api/resources/operations/resources/cases/client/requests/CaseClientUpdate1.d.mts +11 -0
  543. package/dist/esm/api/resources/operations/resources/cases/client/requests/CaseUnassignReq.d.mts +12 -0
  544. package/dist/esm/api/resources/operations/resources/cases/client/requests/CasesListV1Request.d.mts +36 -0
  545. package/dist/esm/api/resources/operations/resources/cases/client/requests/index.d.mts +5 -0
  546. package/dist/esm/api/resources/operations/resources/cases/client/requests/index.mjs +1 -0
  547. package/dist/esm/api/resources/operations/resources/cases/index.d.mts +1 -0
  548. package/dist/esm/api/resources/operations/resources/cases/index.mjs +1 -0
  549. package/dist/esm/api/resources/operations/resources/departments/client/Client.d.mts +138 -0
  550. package/dist/esm/api/resources/operations/resources/departments/client/Client.mjs +485 -0
  551. package/dist/esm/api/resources/operations/resources/departments/client/index.d.mts +2 -0
  552. package/dist/esm/api/resources/operations/resources/departments/client/index.mjs +1 -0
  553. package/dist/esm/api/resources/operations/resources/departments/client/requests/DepartmentClientCreate1.d.mts +19 -0
  554. package/dist/esm/api/resources/operations/resources/departments/client/requests/DepartmentClientUpdate1.d.mts +13 -0
  555. package/dist/esm/api/resources/operations/resources/departments/client/requests/DepartmentsListV1Request.d.mts +24 -0
  556. package/dist/esm/api/resources/operations/resources/departments/client/requests/index.d.mts +3 -0
  557. package/dist/esm/api/resources/operations/resources/departments/client/requests/index.mjs +1 -0
  558. package/dist/esm/api/resources/operations/resources/departments/index.d.mts +1 -0
  559. package/dist/esm/api/resources/operations/resources/departments/index.mjs +1 -0
  560. package/dist/esm/api/resources/operations/resources/index.d.mts +4 -0
  561. package/dist/esm/api/resources/operations/resources/index.mjs +4 -0
  562. package/dist/esm/api/resources/orgs/client/Client.d.mts +4 -1
  563. package/dist/esm/api/resources/orgs/client/Client.mjs +6 -1
  564. package/dist/esm/api/resources/orgs/client/requests/SetOrgTypeReq.d.mts +1 -1
  565. package/dist/esm/api/resources/orgs/resources/connections/client/Client.d.mts +33 -35
  566. package/dist/esm/api/resources/orgs/resources/connections/client/Client.mjs +70 -80
  567. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListProvidersV1Request.d.mts +17 -0
  568. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ProviderProviderUpdateAutoAssignReq.d.mts +12 -0
  569. package/dist/esm/api/resources/orgs/resources/connections/client/requests/SetDepartmentReq.d.mts +10 -0
  570. package/dist/esm/api/resources/orgs/resources/connections/client/requests/index.d.mts +3 -2
  571. package/dist/esm/api/resources/orgs/resources/connections/types/ConnectionsGetByHandleV1Response.d.mts +1 -1
  572. package/dist/esm/api/resources/orgs/resources/index.d.mts +2 -0
  573. package/dist/esm/api/resources/orgs/resources/index.mjs +2 -0
  574. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/Client.d.mts +106 -0
  575. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/Client.mjs +347 -0
  576. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/index.d.mts +2 -0
  577. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/index.mjs +1 -0
  578. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.d.mts +26 -0
  579. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.d.mts +31 -0
  580. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgListV1Request.d.mts +14 -0
  581. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgListV1Request.mjs +4 -0
  582. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/index.d.mts +3 -0
  583. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/index.mjs +1 -0
  584. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/index.d.mts +1 -0
  585. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/index.mjs +1 -0
  586. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.d.mts +1 -2
  587. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.d.mts +2 -0
  588. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/client/Client.d.mts +3 -6
  589. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/client/Client.mjs +3 -8
  590. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/index.d.mts +2 -4
  591. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/index.mjs +2 -4
  592. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.d.mts +83 -0
  593. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.mjs +263 -0
  594. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/index.d.mts +2 -0
  595. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/index.mjs +1 -0
  596. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.d.mts +24 -0
  597. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.mjs +4 -0
  598. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.d.mts +29 -0
  599. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.mjs +4 -0
  600. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/index.d.mts +2 -0
  601. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/index.mjs +1 -0
  602. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/index.d.mts +1 -0
  603. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/index.mjs +1 -0
  604. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/Client.d.mts +14 -45
  605. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/Client.mjs +18 -147
  606. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.d.mts +19 -0
  607. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.mjs +4 -0
  608. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientUpdate1.d.mts +12 -0
  609. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientUpdate1.mjs +4 -0
  610. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/index.d.mts +2 -4
  611. package/dist/esm/api/resources/shipping/client/Client.d.mts +0 -3
  612. package/dist/esm/api/resources/shipping/client/Client.mjs +0 -5
  613. package/dist/esm/api/resources/shipping/resources/drivers/client/Client.d.mts +20 -4
  614. package/dist/esm/api/resources/shipping/resources/drivers/client/Client.mjs +69 -4
  615. package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriverUpdateAutoAssignReq.d.mts +12 -0
  616. package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriverUpdateAutoAssignReq.mjs +4 -0
  617. package/dist/esm/api/resources/shipping/resources/drivers/client/requests/index.d.mts +1 -0
  618. package/dist/esm/api/resources/shipping/resources/index.d.mts +0 -2
  619. package/dist/esm/api/resources/shipping/resources/index.mjs +0 -2
  620. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.d.mts +1 -1
  621. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.mjs +1 -1
  622. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrdersDraftUpdateReq.d.mts +2 -2
  623. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.mts +1 -1
  624. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.d.mts +2 -2
  625. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.mjs +7 -7
  626. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/requests/ExpandedListV1Request.d.mts +4 -4
  627. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.d.mts +2 -47
  628. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.mjs +2 -191
  629. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.mts +1 -4
  630. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/index.d.mts +0 -2
  631. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +13 -13
  632. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +27 -27
  633. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.mts +59 -0
  634. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.mjs +4 -0
  635. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.mts +4 -4
  636. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/index.d.mts +1 -1
  637. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +228 -15
  638. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +952 -22
  639. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.d.mts +13 -0
  640. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.mjs +4 -0
  641. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/index.d.mts +1 -1
  642. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.mts +25 -25
  643. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.mjs +46 -46
  644. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.d.mts +59 -0
  645. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.mjs +4 -0
  646. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +61 -0
  647. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.mjs +4 -0
  648. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.mts +2 -2
  649. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.d.mts +2 -2
  650. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.mjs +2 -2
  651. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.mts +8 -8
  652. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.mjs +14 -14
  653. package/dist/esm/api/resources/tracking/resources/sharingSettings/client/Client.d.mts +3 -3
  654. package/dist/esm/api/resources/tracking/resources/sharingSettings/client/Client.mjs +3 -3
  655. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.d.mts +2 -2
  656. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.mjs +2 -2
  657. package/dist/esm/api/types/AttachBillingLedgerPeriodReq.d.mts +6 -0
  658. package/dist/esm/api/types/AttachBillingLedgerPeriodReq.mjs +4 -0
  659. package/dist/esm/api/types/AttachLigToVectorClientReq.d.mts +6 -0
  660. package/dist/esm/api/types/AttachLigToVectorClientReq.mjs +4 -0
  661. package/dist/esm/api/types/Bid.d.mts +16 -0
  662. package/dist/esm/api/types/Bid.mjs +4 -0
  663. package/dist/esm/api/types/BidActionEnum.d.mts +11 -0
  664. package/dist/esm/api/types/BidActionEnum.mjs +10 -0
  665. package/dist/esm/api/types/BidAppendReq.d.mts +13 -0
  666. package/dist/esm/api/types/BidAppendReq.mjs +4 -0
  667. package/dist/esm/api/types/BidThread1.d.mts +17 -0
  668. package/dist/esm/api/types/BidThread1.mjs +4 -0
  669. package/dist/esm/api/types/BidThreadListRes.d.mts +8 -0
  670. package/dist/esm/api/types/BidThreadListRes.mjs +4 -0
  671. package/dist/esm/api/types/BidThreadSortByEnum.d.mts +8 -0
  672. package/dist/esm/api/types/BidThreadSortByEnum.mjs +7 -0
  673. package/dist/esm/api/types/BidThreadStatusEnum.d.mts +10 -0
  674. package/dist/esm/api/types/BidThreadStatusEnum.mjs +9 -0
  675. package/dist/esm/api/types/BillingCycleEnum.d.mts +11 -0
  676. package/dist/esm/api/types/BillingCycleEnum.mjs +10 -0
  677. package/dist/esm/api/types/BillingLedger1.d.mts +26 -0
  678. package/dist/esm/api/types/BillingLedger1.mjs +4 -0
  679. package/dist/esm/api/types/BillingLedgerListRes.d.mts +8 -0
  680. package/dist/esm/api/types/BillingLedgerListRes.mjs +4 -0
  681. package/dist/esm/api/types/BillingLedgerPeriod1.d.mts +35 -0
  682. package/dist/esm/api/types/BillingLedgerPeriod1.mjs +4 -0
  683. package/dist/esm/api/types/BillingLedgerPeriodListRes.d.mts +8 -0
  684. package/dist/esm/api/types/BillingLedgerPeriodListRes.mjs +4 -0
  685. package/dist/esm/api/types/BillingLedgerPeriodSortByEnum.d.mts +9 -0
  686. package/dist/esm/api/types/BillingLedgerPeriodSortByEnum.mjs +8 -0
  687. package/dist/esm/api/types/BillingLedgerPeriodStatusEnum.d.mts +8 -0
  688. package/dist/esm/api/types/BillingLedgerPeriodStatusEnum.mjs +7 -0
  689. package/dist/esm/api/types/BillingLedgerSortByEnum.d.mts +4 -0
  690. package/dist/esm/api/types/BillingLedgerSortByEnum.mjs +4 -0
  691. package/dist/esm/api/types/BillingLedgerStatusEnum.d.mts +8 -0
  692. package/dist/esm/api/types/BillingLedgerStatusEnum.mjs +7 -0
  693. package/dist/esm/api/types/CargoOnFlightRateSheet1.d.mts +16 -0
  694. package/dist/esm/api/types/CargoOnFlightRateSheet1.mjs +4 -0
  695. package/dist/esm/api/types/CargoOnFlightRateSheetListRes.d.mts +8 -0
  696. package/dist/esm/api/types/CargoOnFlightRateSheetListRes.mjs +4 -0
  697. package/dist/esm/api/types/CargoOnFlightTaskActionEnum1.d.mts +13 -0
  698. package/dist/esm/api/types/CargoOnFlightTaskActionEnum1.mjs +12 -0
  699. package/dist/esm/api/types/Case1.d.mts +19 -0
  700. package/dist/esm/api/types/Case1.mjs +4 -0
  701. package/dist/esm/api/types/CaseListRes.d.mts +8 -0
  702. package/dist/esm/api/types/CaseListRes.mjs +4 -0
  703. package/dist/esm/api/types/CaseMessage1.d.mts +11 -0
  704. package/dist/esm/api/types/CaseMessage1.mjs +4 -0
  705. package/dist/esm/api/types/CaseSortByEnum.d.mts +9 -0
  706. package/dist/esm/api/types/CaseSortByEnum.mjs +8 -0
  707. package/dist/esm/api/types/CaseStatusEnum.d.mts +9 -0
  708. package/dist/esm/api/types/CaseStatusEnum.mjs +8 -0
  709. package/dist/esm/api/types/ChrtGroundProviderRateSheet1.d.mts +32 -0
  710. package/dist/esm/api/types/ChrtGroundProviderRateSheet1.mjs +4 -0
  711. package/dist/esm/api/types/ChrtGroundProviderRateSheetListRes.d.mts +8 -0
  712. package/dist/esm/api/types/ChrtGroundProviderRateSheetListRes.mjs +4 -0
  713. package/dist/esm/api/types/ChrtGroundProviderTaskActionEnum1.d.mts +13 -0
  714. package/dist/esm/api/types/ChrtGroundProviderTaskActionEnum1.mjs +12 -0
  715. package/dist/esm/api/types/CreateLigFromRateSheetForVectorClientReq.d.mts +7 -0
  716. package/dist/esm/api/types/CreateLigFromRateSheetForVectorClientReq.mjs +4 -0
  717. package/dist/esm/api/types/Department1.d.mts +17 -0
  718. package/dist/esm/api/types/Department1.mjs +4 -0
  719. package/dist/esm/api/types/DepartmentEnum.d.mts +18 -0
  720. package/dist/esm/api/types/DepartmentEnum.mjs +17 -0
  721. package/dist/esm/api/types/DepartmentListRes.d.mts +8 -0
  722. package/dist/esm/api/types/DepartmentListRes.mjs +4 -0
  723. package/dist/esm/api/types/DepartmentSortByEnum.d.mts +8 -0
  724. package/dist/esm/api/types/DepartmentSortByEnum.mjs +7 -0
  725. package/dist/esm/api/types/Driver1.d.mts +1 -2
  726. package/dist/esm/api/types/DriverBiddingGroup1.d.mts +15 -0
  727. package/dist/esm/api/types/DriverBiddingGroup1.mjs +4 -0
  728. package/dist/esm/api/types/DriverBiddingGroupListRes.d.mts +8 -0
  729. package/dist/esm/api/types/DriverBiddingGroupListRes.mjs +4 -0
  730. package/dist/esm/api/types/DriverBiddingGroupSortByEnum.d.mts +9 -0
  731. package/dist/esm/api/types/DriverBiddingGroupSortByEnum.mjs +8 -0
  732. package/dist/esm/api/types/LineItem1.d.mts +19 -5
  733. package/dist/esm/api/types/LineItemClientCreate1.d.mts +14 -0
  734. package/dist/esm/api/types/LineItemClientCreate1.mjs +4 -0
  735. package/dist/esm/api/types/LineItemEnum1.d.mts +19 -11
  736. package/dist/esm/api/types/LineItemEnum1.mjs +12 -10
  737. package/dist/esm/api/types/LineItemGroup1.d.mts +31 -4
  738. package/dist/esm/api/types/LineItemGroupStatusEnum1.d.mts +20 -4
  739. package/dist/esm/api/types/LineItemGroupStatusEnum1.mjs +0 -3
  740. package/dist/esm/api/types/LineItemProvenanceEnum.d.mts +9 -0
  741. package/dist/esm/api/types/LineItemProvenanceEnum.mjs +8 -0
  742. package/dist/esm/api/types/LineItemStatusEnum.d.mts +9 -0
  743. package/dist/esm/api/types/LineItemStatusEnum.mjs +8 -0
  744. package/dist/esm/api/types/Listing1.d.mts +34 -0
  745. package/dist/esm/api/types/Listing1.mjs +4 -0
  746. package/dist/esm/api/types/ListingAudienceEnum.d.mts +8 -0
  747. package/dist/esm/api/types/ListingAudienceEnum.mjs +7 -0
  748. package/dist/esm/api/types/ListingForBidderListRes.d.mts +8 -0
  749. package/dist/esm/api/types/ListingForBidderListRes.mjs +4 -0
  750. package/dist/esm/api/types/ListingLimitedForBidder1.d.mts +41 -0
  751. package/dist/esm/api/types/ListingLimitedForBidder1.mjs +4 -0
  752. package/dist/esm/api/types/ListingListRes.d.mts +8 -0
  753. package/dist/esm/api/types/ListingListRes.mjs +4 -0
  754. package/dist/esm/api/types/ListingSortByEnum.d.mts +8 -0
  755. package/dist/esm/api/types/ListingSortByEnum.mjs +7 -0
  756. package/dist/esm/api/types/ListingStatusEnum.d.mts +9 -0
  757. package/dist/esm/api/types/ListingStatusEnum.mjs +8 -0
  758. package/dist/esm/api/types/ListingTypeEnum.d.mts +8 -0
  759. package/dist/esm/api/types/ListingTypeEnum.mjs +7 -0
  760. package/dist/esm/api/types/OffChrtProviderOrg1.d.mts +24 -0
  761. package/dist/esm/api/types/OffChrtProviderOrg1.mjs +4 -0
  762. package/dist/esm/api/types/OffChrtProviderOrgListRes.d.mts +8 -0
  763. package/dist/esm/api/types/OffChrtProviderOrgListRes.mjs +4 -0
  764. package/dist/esm/api/types/OffChrtShipperOrg1.d.mts +1 -2
  765. package/dist/esm/api/types/OnboardCourierRateSheet1.d.mts +13 -0
  766. package/dist/esm/api/types/OnboardCourierRateSheet1.mjs +4 -0
  767. package/dist/esm/api/types/OnboardCourierRateSheetListRes.d.mts +8 -0
  768. package/dist/esm/api/types/OnboardCourierRateSheetListRes.mjs +4 -0
  769. package/dist/esm/api/types/Order1.d.mts +5 -5
  770. package/dist/esm/api/types/OrderAndTaskGroupExpandedReq.d.mts +4 -4
  771. package/dist/esm/api/types/OrderDraftExpanded.d.mts +2 -2
  772. package/dist/esm/api/types/OrderExpanded.d.mts +2 -2
  773. package/dist/esm/api/types/OrdersDraftUpdateRes.d.mts +1 -1
  774. package/dist/esm/api/types/OrgBiddingGroup1.d.mts +15 -0
  775. package/dist/esm/api/types/OrgBiddingGroup1.mjs +4 -0
  776. package/dist/esm/api/types/OrgBiddingGroupListRes.d.mts +8 -0
  777. package/dist/esm/api/types/OrgBiddingGroupListRes.mjs +4 -0
  778. package/dist/esm/api/types/OrgBiddingGroupSortByEnum.d.mts +9 -0
  779. package/dist/esm/api/types/OrgBiddingGroupSortByEnum.mjs +8 -0
  780. package/dist/esm/api/types/OrgPrivateData1.d.mts +0 -8
  781. package/dist/esm/api/types/OrgRoleEnum.d.mts +2 -2
  782. package/dist/esm/api/types/OrgTypeEnum.d.mts +2 -3
  783. package/dist/esm/api/types/OrgTypeEnum.mjs +1 -2
  784. package/dist/esm/api/types/ProFormaLineItem1.d.mts +20 -0
  785. package/dist/esm/api/types/ProFormaLineItem1.mjs +4 -0
  786. package/dist/esm/api/types/ProviderConnectionListRes.d.mts +8 -0
  787. package/dist/esm/api/types/ProviderConnectionListRes.mjs +4 -0
  788. package/dist/esm/api/types/ProviderConnectionRes.d.mts +8 -0
  789. package/dist/esm/api/types/ProviderConnectionRes.mjs +4 -0
  790. package/dist/esm/api/types/ProviderOrgInfoForConnections1.d.mts +22 -0
  791. package/dist/esm/api/types/ProviderOrgInfoForConnections1.mjs +4 -0
  792. package/dist/esm/api/types/ProviderOrgProfile1.d.mts +13 -0
  793. package/dist/esm/api/types/ProviderOrgProfile1.mjs +4 -0
  794. package/dist/esm/api/types/ProviderProviderConnection1.d.mts +15 -0
  795. package/dist/esm/api/types/ProviderProviderConnection1.mjs +4 -0
  796. package/dist/esm/api/types/RateSheetMapping1.d.mts +17 -0
  797. package/dist/esm/api/types/RateSheetMapping1.mjs +4 -0
  798. package/dist/esm/api/types/RateSheetMappingListRes.d.mts +8 -0
  799. package/dist/esm/api/types/RateSheetMappingListRes.mjs +4 -0
  800. package/dist/esm/api/types/ShipperProviderConnection1.d.mts +14 -0
  801. package/dist/esm/api/types/ShipperProviderConnection1.mjs +4 -0
  802. package/dist/esm/api/types/ShippingTaskAddedWebhookPayload.d.mts +1 -1
  803. package/dist/esm/api/types/ShippingTaskCompletedWebhookPayload.d.mts +2 -2
  804. package/dist/esm/api/types/ShippingTaskDeletedWebhookPayload.d.mts +1 -1
  805. package/dist/esm/api/types/ShippingTaskSkippedWebhookPayload.d.mts +1 -1
  806. package/dist/esm/api/types/Statement1.d.mts +2 -1
  807. package/dist/esm/api/types/Task1.d.mts +1 -1
  808. package/dist/esm/api/types/TaskClientCreate1.d.mts +1 -1
  809. package/dist/esm/api/types/TaskClientUpdate1.d.mts +1 -1
  810. package/dist/esm/api/types/TaskGroup1.d.mts +19 -16
  811. package/dist/esm/api/types/TaskGroupExpanded.d.mts +6 -6
  812. package/dist/esm/api/types/TaskGroupQuoteClientReq.d.mts +6 -0
  813. package/dist/esm/api/types/TaskGroupQuoteClientReq.mjs +4 -0
  814. package/dist/esm/api/types/TaskGroupQuoteResp.d.mts +37 -0
  815. package/dist/esm/api/types/TaskGroupQuoteResp.mjs +4 -0
  816. package/dist/esm/api/types/TaskGroupTypeEnum1.d.mts +3 -3
  817. package/dist/esm/api/types/TaskGroupTypeEnum1.mjs +2 -2
  818. package/dist/esm/api/types/index.d.mts +66 -22
  819. package/dist/esm/api/types/index.mjs +66 -22
  820. package/dist/esm/version.d.mts +1 -1
  821. package/dist/esm/version.mjs +1 -1
  822. package/package.json +1 -1
  823. package/reference.md +8074 -1297
  824. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/AdjustLineItemReq.d.ts +0 -18
  825. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsAssociateWithStatementV1Request.d.ts +0 -12
  826. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListForCourierOrgV1Request.d.ts +0 -33
  827. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsQuoteV1Request.d.ts +0 -17
  828. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/Client.d.ts +0 -113
  829. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/Client.js +0 -389
  830. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/requests/AdHocRemoveLineItemV1Request.d.ts +0 -13
  831. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/requests/CreateAdHocLineItemGroupReq.d.ts +0 -27
  832. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/requests/LineItemClientCreate1.d.ts +0 -22
  833. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/requests/SetAdHocTaskGroupReq.d.ts +0 -12
  834. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/requests/index.d.ts +0 -4
  835. package/dist/cjs/api/resources/billing/resources/rateSheets/client/Client.d.ts +0 -186
  836. package/dist/cjs/api/resources/billing/resources/rateSheets/client/Client.js +0 -717
  837. package/dist/cjs/api/resources/billing/resources/rateSheets/client/requests/RateSheetClientCreate1.d.ts +0 -37
  838. package/dist/cjs/api/resources/billing/resources/rateSheets/client/requests/RateSheetClientUpdate1.d.ts +0 -16
  839. package/dist/cjs/api/resources/billing/resources/rateSheets/client/requests/RateSheetsArchiveV1Request.d.ts +0 -12
  840. package/dist/cjs/api/resources/billing/resources/rateSheets/client/requests/RateSheetsListByOrgV1Request.d.ts +0 -36
  841. package/dist/cjs/api/resources/billing/resources/rateSheets/client/requests/RateSheetsUpdateDefaultForConnectionV1Request.d.ts +0 -17
  842. package/dist/cjs/api/resources/billing/resources/rateSheets/client/requests/RateSheetsUpdateDefaultForDriverV1Request.d.ts +0 -17
  843. package/dist/cjs/api/resources/billing/resources/rateSheets/client/requests/RateSheetsUpdateDefaultForOffChrtShipperV1Request.d.ts +0 -17
  844. package/dist/cjs/api/resources/billing/resources/rateSheets/client/requests/RateSheetsUpdateOrgDefaultForServiceTypeV1Request.d.ts +0 -17
  845. package/dist/cjs/api/resources/billing/resources/rateSheets/client/requests/index.d.ts +0 -8
  846. package/dist/cjs/api/resources/billing/resources/statements/client/requests/BodyStatementsPatchUpdateOffChrtSettlementStateV1BillingStatementsUpdateOffChrtSettlementStateV1StatementIdPatch.d.ts +0 -13
  847. package/dist/cjs/api/resources/billing/resources/statements/client/requests/BodyStatementsPatchUpdateSettlementTypeV1BillingStatementsUpdateSettlementTypeV1StatementIdPatch.d.ts +0 -13
  848. package/dist/cjs/api/resources/billing/resources/statements/client/requests/CreateStatementReq.d.ts +0 -25
  849. package/dist/cjs/api/resources/billing/resources/statements/client/requests/OpenInvoiceReq.d.ts +0 -13
  850. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListCouriersV1Request.d.ts +0 -17
  851. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListForwardersV1Request.d.ts +0 -17
  852. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/courier/client/Client.d.ts +0 -83
  853. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/courier/client/Client.js +0 -297
  854. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/courier/client/requests/CourierOrgInfoForConnectionsClientCreate1.d.ts +0 -24
  855. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/courier/client/requests/CourierOrgInfoForConnectionsClientUpdate1.d.ts +0 -29
  856. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/courier/client/requests/index.d.ts +0 -2
  857. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/forwarder/client/Client.d.ts +0 -73
  858. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/forwarder/client/Client.js +0 -246
  859. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientCreate1.d.ts +0 -24
  860. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientUpdate1.d.ts +0 -29
  861. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/forwarder/client/requests/index.d.ts +0 -2
  862. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/CourierOrgProfileClientCreate1.d.ts +0 -19
  863. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/CourierOrgProfileClientUpdate1.d.ts +0 -12
  864. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/ForwarderOrgProfileClientCreate1.d.ts +0 -19
  865. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/ForwarderOrgProfileClientUpdate1.d.ts +0 -12
  866. package/dist/cjs/api/resources/shipping/resources/docs/client/Client.d.ts +0 -40
  867. package/dist/cjs/api/resources/shipping/resources/docs/client/Client.js +0 -124
  868. package/dist/cjs/api/resources/shipping/resources/docs/client/requests/GenerateShippingDocReq.d.ts +0 -15
  869. package/dist/cjs/api/resources/shipping/resources/docs/client/requests/index.d.ts +0 -1
  870. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/SetServiceTypeReq.d.ts +0 -14
  871. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/UpdateCourierOrgDraftReq.d.ts +0 -13
  872. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForForwarderOperatorsV1Request.d.ts +0 -59
  873. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/UpdateCourierOrgReq.d.ts +0 -13
  874. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForCourierDriverV1Request.d.ts +0 -59
  875. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForCourierOperatorsV1Request.d.ts +0 -61
  876. package/dist/cjs/api/types/ChrtGroundCourierTaskActionEnum1.d.ts +0 -13
  877. package/dist/cjs/api/types/ChrtGroundCourierTaskActionEnum1.js +0 -15
  878. package/dist/cjs/api/types/CourierConnectionListRes.d.ts +0 -8
  879. package/dist/cjs/api/types/CourierConnectionRes.d.ts +0 -8
  880. package/dist/cjs/api/types/CourierOrgInfoForConnections1.d.ts +0 -22
  881. package/dist/cjs/api/types/CourierOrgProfile1.d.ts +0 -13
  882. package/dist/cjs/api/types/FlightTaskActionEnum1.d.ts +0 -13
  883. package/dist/cjs/api/types/FlightTaskActionEnum1.js +0 -15
  884. package/dist/cjs/api/types/ForwarderConnectionListRes.d.ts +0 -8
  885. package/dist/cjs/api/types/ForwarderConnectionRes.d.ts +0 -8
  886. package/dist/cjs/api/types/ForwarderCourierConnection1.d.ts +0 -15
  887. package/dist/cjs/api/types/ForwarderOrgInfoForConnections1.d.ts +0 -22
  888. package/dist/cjs/api/types/ForwarderOrgProfile1.d.ts +0 -13
  889. package/dist/cjs/api/types/OrgProfileRes1.d.ts +0 -8
  890. package/dist/cjs/api/types/PaymentRoleFilterEnum.d.ts +0 -8
  891. package/dist/cjs/api/types/PaymentRoleFilterEnum.js +0 -10
  892. package/dist/cjs/api/types/PaymentVectorTypeEnum1.d.ts +0 -10
  893. package/dist/cjs/api/types/PaymentVectorTypeEnum1.js +0 -12
  894. package/dist/cjs/api/types/Quote.d.ts +0 -12
  895. package/dist/cjs/api/types/RateSheet1.d.ts +0 -33
  896. package/dist/cjs/api/types/RateSheetListResponse.d.ts +0 -11
  897. package/dist/cjs/api/types/RateSheetSortByEnum.d.ts +0 -11
  898. package/dist/cjs/api/types/RateSheetSortByEnum.js +0 -10
  899. package/dist/cjs/api/types/ServiceTypeEnum1.d.ts +0 -8
  900. package/dist/cjs/api/types/ServiceTypeEnum1.js +0 -10
  901. package/dist/cjs/api/types/ShipperCourierConnection1.d.ts +0 -15
  902. package/dist/cjs/api/types/ShipperForwarderConnection1.d.ts +0 -15
  903. package/dist/cjs/api/types/ShippingDocTemplateEnum.d.ts +0 -8
  904. package/dist/cjs/api/types/ShippingDocTemplateEnum.js +0 -10
  905. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/AdjustLineItemReq.d.mts +0 -18
  906. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsAssociateWithStatementV1Request.d.mts +0 -12
  907. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListForCourierOrgV1Request.d.mts +0 -33
  908. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsQuoteV1Request.d.mts +0 -17
  909. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/Client.d.mts +0 -113
  910. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/Client.mjs +0 -352
  911. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/requests/AdHocRemoveLineItemV1Request.d.mts +0 -13
  912. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/requests/CreateAdHocLineItemGroupReq.d.mts +0 -27
  913. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/requests/LineItemClientCreate1.d.mts +0 -22
  914. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/requests/SetAdHocTaskGroupReq.d.mts +0 -12
  915. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/requests/index.d.mts +0 -4
  916. package/dist/esm/api/resources/billing/resources/rateSheets/client/Client.d.mts +0 -186
  917. package/dist/esm/api/resources/billing/resources/rateSheets/client/Client.mjs +0 -680
  918. package/dist/esm/api/resources/billing/resources/rateSheets/client/requests/RateSheetClientCreate1.d.mts +0 -37
  919. package/dist/esm/api/resources/billing/resources/rateSheets/client/requests/RateSheetClientUpdate1.d.mts +0 -16
  920. package/dist/esm/api/resources/billing/resources/rateSheets/client/requests/RateSheetsArchiveV1Request.d.mts +0 -12
  921. package/dist/esm/api/resources/billing/resources/rateSheets/client/requests/RateSheetsListByOrgV1Request.d.mts +0 -36
  922. package/dist/esm/api/resources/billing/resources/rateSheets/client/requests/RateSheetsUpdateDefaultForConnectionV1Request.d.mts +0 -17
  923. package/dist/esm/api/resources/billing/resources/rateSheets/client/requests/RateSheetsUpdateDefaultForDriverV1Request.d.mts +0 -17
  924. package/dist/esm/api/resources/billing/resources/rateSheets/client/requests/RateSheetsUpdateDefaultForOffChrtShipperV1Request.d.mts +0 -17
  925. package/dist/esm/api/resources/billing/resources/rateSheets/client/requests/RateSheetsUpdateOrgDefaultForServiceTypeV1Request.d.mts +0 -17
  926. package/dist/esm/api/resources/billing/resources/rateSheets/client/requests/index.d.mts +0 -8
  927. package/dist/esm/api/resources/billing/resources/statements/client/requests/BodyStatementsPatchUpdateOffChrtSettlementStateV1BillingStatementsUpdateOffChrtSettlementStateV1StatementIdPatch.d.mts +0 -13
  928. package/dist/esm/api/resources/billing/resources/statements/client/requests/BodyStatementsPatchUpdateSettlementTypeV1BillingStatementsUpdateSettlementTypeV1StatementIdPatch.d.mts +0 -13
  929. package/dist/esm/api/resources/billing/resources/statements/client/requests/CreateStatementReq.d.mts +0 -25
  930. package/dist/esm/api/resources/billing/resources/statements/client/requests/OpenInvoiceReq.d.mts +0 -13
  931. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListCouriersV1Request.d.mts +0 -17
  932. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListForwardersV1Request.d.mts +0 -17
  933. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/courier/client/Client.d.mts +0 -83
  934. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/courier/client/Client.mjs +0 -260
  935. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/courier/client/requests/CourierOrgInfoForConnectionsClientCreate1.d.mts +0 -24
  936. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/courier/client/requests/CourierOrgInfoForConnectionsClientUpdate1.d.mts +0 -29
  937. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/courier/client/requests/index.d.mts +0 -2
  938. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/forwarder/client/Client.d.mts +0 -73
  939. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/forwarder/client/Client.mjs +0 -209
  940. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientCreate1.d.mts +0 -24
  941. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientUpdate1.d.mts +0 -29
  942. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/forwarder/client/requests/index.d.mts +0 -2
  943. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/CourierOrgProfileClientCreate1.d.mts +0 -19
  944. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/CourierOrgProfileClientUpdate1.d.mts +0 -12
  945. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/ForwarderOrgProfileClientCreate1.d.mts +0 -19
  946. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/ForwarderOrgProfileClientUpdate1.d.mts +0 -12
  947. package/dist/esm/api/resources/shipping/resources/docs/client/Client.d.mts +0 -40
  948. package/dist/esm/api/resources/shipping/resources/docs/client/Client.mjs +0 -87
  949. package/dist/esm/api/resources/shipping/resources/docs/client/requests/GenerateShippingDocReq.d.mts +0 -15
  950. package/dist/esm/api/resources/shipping/resources/docs/client/requests/index.d.mts +0 -1
  951. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/SetServiceTypeReq.d.mts +0 -14
  952. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/UpdateCourierOrgDraftReq.d.mts +0 -13
  953. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForForwarderOperatorsV1Request.d.mts +0 -59
  954. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/UpdateCourierOrgReq.d.mts +0 -13
  955. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForCourierDriverV1Request.d.mts +0 -59
  956. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForCourierOperatorsV1Request.d.mts +0 -61
  957. package/dist/esm/api/types/ChrtGroundCourierTaskActionEnum1.d.mts +0 -13
  958. package/dist/esm/api/types/ChrtGroundCourierTaskActionEnum1.mjs +0 -12
  959. package/dist/esm/api/types/CourierConnectionListRes.d.mts +0 -8
  960. package/dist/esm/api/types/CourierConnectionRes.d.mts +0 -8
  961. package/dist/esm/api/types/CourierOrgInfoForConnections1.d.mts +0 -22
  962. package/dist/esm/api/types/CourierOrgProfile1.d.mts +0 -13
  963. package/dist/esm/api/types/FlightTaskActionEnum1.d.mts +0 -13
  964. package/dist/esm/api/types/FlightTaskActionEnum1.mjs +0 -12
  965. package/dist/esm/api/types/ForwarderConnectionListRes.d.mts +0 -8
  966. package/dist/esm/api/types/ForwarderConnectionRes.d.mts +0 -8
  967. package/dist/esm/api/types/ForwarderCourierConnection1.d.mts +0 -15
  968. package/dist/esm/api/types/ForwarderOrgInfoForConnections1.d.mts +0 -22
  969. package/dist/esm/api/types/ForwarderOrgProfile1.d.mts +0 -13
  970. package/dist/esm/api/types/OrgProfileRes1.d.mts +0 -8
  971. package/dist/esm/api/types/PaymentRoleFilterEnum.d.mts +0 -8
  972. package/dist/esm/api/types/PaymentRoleFilterEnum.mjs +0 -7
  973. package/dist/esm/api/types/PaymentVectorTypeEnum1.d.mts +0 -10
  974. package/dist/esm/api/types/PaymentVectorTypeEnum1.mjs +0 -9
  975. package/dist/esm/api/types/Quote.d.mts +0 -12
  976. package/dist/esm/api/types/RateSheet1.d.mts +0 -33
  977. package/dist/esm/api/types/RateSheetListResponse.d.mts +0 -11
  978. package/dist/esm/api/types/RateSheetSortByEnum.d.mts +0 -11
  979. package/dist/esm/api/types/RateSheetSortByEnum.mjs +0 -7
  980. package/dist/esm/api/types/ServiceTypeEnum1.d.mts +0 -8
  981. package/dist/esm/api/types/ServiceTypeEnum1.mjs +0 -7
  982. package/dist/esm/api/types/ShipperCourierConnection1.d.mts +0 -15
  983. package/dist/esm/api/types/ShipperForwarderConnection1.d.mts +0 -15
  984. package/dist/esm/api/types/ShippingDocTemplateEnum.d.mts +0 -8
  985. package/dist/esm/api/types/ShippingDocTemplateEnum.mjs +0 -7
  986. /package/dist/cjs/api/resources/billing/resources/{lineItemGroups/resources/adHoc → billingLedgerPeriods}/client/index.d.ts +0 -0
  987. /package/dist/cjs/api/resources/billing/resources/{lineItemGroups/resources/adHoc → billingLedgerPeriods}/client/index.js +0 -0
  988. /package/dist/cjs/api/resources/billing/resources/{lineItemGroups/client/requests/AdjustLineItemReq.js → billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.js} +0 -0
  989. /package/dist/cjs/api/resources/billing/resources/{lineItemGroups/client/requests/LineItemGroupsAssociateWithStatementV1Request.js → billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.js} +0 -0
  990. /package/dist/cjs/api/resources/billing/resources/{lineItemGroups/client/requests/LineItemGroupsListForCourierOrgV1Request.js → billingLedgerPeriods/client/requests/OpenPeriodReq.js} +0 -0
  991. /package/dist/cjs/api/resources/billing/resources/{lineItemGroups/resources/adHoc → billingLedgerPeriods}/client/requests/index.js +0 -0
  992. /package/dist/cjs/api/resources/billing/resources/{lineItemGroups/resources/adHoc → billingLedgerPeriods}/index.d.ts +0 -0
  993. /package/dist/cjs/api/resources/billing/resources/{lineItemGroups/resources/adHoc → billingLedgerPeriods}/index.js +0 -0
  994. /package/dist/cjs/api/resources/billing/resources/{rateSheets → billingLedgers}/client/index.d.ts +0 -0
  995. /package/dist/cjs/api/resources/billing/resources/{rateSheets → billingLedgers}/client/index.js +0 -0
  996. /package/dist/cjs/api/resources/billing/resources/{lineItemGroups/client/requests/LineItemGroupsQuoteV1Request.js → billingLedgers/client/requests/BillingLedgerClientCreate1.js} +0 -0
  997. /package/dist/cjs/api/resources/billing/resources/{lineItemGroups/resources/adHoc/client/requests/AdHocRemoveLineItemV1Request.js → billingLedgers/client/requests/BillingLedgerClientUpdate1.js} +0 -0
  998. /package/dist/cjs/api/resources/billing/resources/{lineItemGroups/resources/adHoc/client/requests/CreateAdHocLineItemGroupReq.js → billingLedgers/client/requests/BillingLedgersListV1Request.js} +0 -0
  999. /package/dist/cjs/api/resources/billing/resources/{rateSheets → billingLedgers}/client/requests/index.js +0 -0
  1000. /package/dist/cjs/api/resources/billing/resources/{rateSheets → billingLedgers}/index.d.ts +0 -0
  1001. /package/dist/cjs/api/resources/billing/resources/{rateSheets → billingLedgers}/index.js +0 -0
  1002. /package/dist/cjs/api/resources/{orgs/resources/orgInfoForConnections/resources/courier → billing/resources/cargoOnFlightRateSheets}/client/index.d.ts +0 -0
  1003. /package/dist/cjs/api/resources/{orgs/resources/orgInfoForConnections/resources/courier → billing/resources/cargoOnFlightRateSheets}/client/index.js +0 -0
  1004. /package/dist/cjs/api/resources/billing/resources/{lineItemGroups/resources/adHoc/client/requests/LineItemClientCreate1.js → cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.js} +0 -0
  1005. /package/dist/cjs/api/resources/billing/resources/{lineItemGroups/resources/adHoc/client/requests/SetAdHocTaskGroupReq.js → cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.js} +0 -0
  1006. /package/dist/cjs/api/resources/billing/resources/{rateSheets/client/requests/RateSheetClientCreate1.js → cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.js} +0 -0
  1007. /package/dist/cjs/api/resources/{orgs/resources/orgInfoForConnections/resources/courier → billing/resources/cargoOnFlightRateSheets}/client/requests/index.js +0 -0
  1008. /package/dist/cjs/api/resources/{orgs/resources/orgInfoForConnections/resources/courier → billing/resources/cargoOnFlightRateSheets}/index.d.ts +0 -0
  1009. /package/dist/cjs/api/resources/{orgs/resources/orgInfoForConnections/resources/courier → billing/resources/cargoOnFlightRateSheets}/index.js +0 -0
  1010. /package/dist/cjs/api/resources/{orgs/resources/orgInfoForConnections/resources/forwarder → billing/resources/chrtGroundProviderRateSheets}/client/index.d.ts +0 -0
  1011. /package/dist/cjs/api/resources/{orgs/resources/orgInfoForConnections/resources/forwarder → billing/resources/chrtGroundProviderRateSheets}/client/index.js +0 -0
  1012. /package/dist/cjs/api/resources/billing/resources/{rateSheets/client/requests/RateSheetClientUpdate1.js → chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.js} +0 -0
  1013. /package/dist/cjs/api/resources/billing/resources/{rateSheets/client/requests/RateSheetsArchiveV1Request.js → chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.js} +0 -0
  1014. /package/dist/cjs/api/resources/billing/resources/{rateSheets/client/requests/RateSheetsListByOrgV1Request.js → chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.js} +0 -0
  1015. /package/dist/cjs/api/resources/{orgs/resources/orgInfoForConnections/resources/forwarder → billing/resources/chrtGroundProviderRateSheets}/client/requests/index.js +0 -0
  1016. /package/dist/cjs/api/resources/{orgs/resources/orgInfoForConnections/resources/forwarder → billing/resources/chrtGroundProviderRateSheets}/index.d.ts +0 -0
  1017. /package/dist/cjs/api/resources/{orgs/resources/orgInfoForConnections/resources/forwarder → billing/resources/chrtGroundProviderRateSheets}/index.js +0 -0
  1018. /package/dist/cjs/api/resources/billing/resources/{rateSheets/client/requests/RateSheetsUpdateDefaultForConnectionV1Request.js → lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.js} +0 -0
  1019. /package/dist/cjs/api/resources/billing/resources/{rateSheets/client/requests/RateSheetsUpdateDefaultForDriverV1Request.js → lineItemGroups/client/requests/LineItemGroupsListV1Request.js} +0 -0
  1020. /package/dist/cjs/api/resources/{shipping/resources/docs → billing/resources/onboardCourierRateSheets}/client/index.d.ts +0 -0
  1021. /package/dist/cjs/api/resources/{shipping/resources/docs → billing/resources/onboardCourierRateSheets}/client/index.js +0 -0
  1022. /package/dist/cjs/api/resources/billing/resources/{rateSheets/client/requests/RateSheetsUpdateDefaultForOffChrtShipperV1Request.js → onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.js} +0 -0
  1023. /package/dist/cjs/api/resources/billing/resources/{rateSheets/client/requests/RateSheetsUpdateOrgDefaultForServiceTypeV1Request.js → onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.js} +0 -0
  1024. /package/dist/cjs/api/resources/billing/resources/{statements/client/requests/BodyStatementsPatchUpdateOffChrtSettlementStateV1BillingStatementsUpdateOffChrtSettlementStateV1StatementIdPatch.js → onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.js} +0 -0
  1025. /package/dist/cjs/api/resources/{shipping/resources/docs → billing/resources/onboardCourierRateSheets}/client/requests/index.js +0 -0
  1026. /package/dist/cjs/api/resources/{shipping/resources/docs → billing/resources/onboardCourierRateSheets}/index.d.ts +0 -0
  1027. /package/dist/cjs/api/resources/{shipping/resources/docs → billing/resources/onboardCourierRateSheets}/index.js +0 -0
  1028. /package/dist/cjs/api/resources/billing/resources/{statements/client/requests/BodyStatementsPatchUpdateSettlementTypeV1BillingStatementsUpdateSettlementTypeV1StatementIdPatch.js → rateSheetMappings/client/requests/RateSheetMappingClientCreate1.js} +0 -0
  1029. /package/dist/cjs/api/resources/billing/resources/{statements/client/requests/CreateStatementReq.js → rateSheetMappings/client/requests/RateSheetMappingsListV1Request.js} +0 -0
  1030. /package/dist/cjs/api/resources/billing/resources/statements/client/requests/{OpenInvoiceReq.js → StatementCreateClientReq.js} +0 -0
  1031. /package/dist/cjs/api/resources/{orgs/resources/connections/client/requests/ConnectionsListCouriersV1Request.js → billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.js} +0 -0
  1032. /package/dist/{esm/api/resources/billing/resources/lineItemGroups/resources/adHoc/client/requests/index.mjs → cjs/api/resources/listing/client/index.d.ts} +0 -0
  1033. /package/dist/cjs/api/resources/{orgs/resources/connections/client/requests/ConnectionsListForwardersV1Request.js → listing/resources/bidThreads/client/requests/BidThreadClientCreate1.js} +0 -0
  1034. /package/dist/cjs/api/resources/{orgs/resources/orgInfoForConnections/resources/courier/client/requests/CourierOrgInfoForConnectionsClientCreate1.js → listing/resources/bidThreads/client/requests/BidThreadsListForBidderV1Request.js} +0 -0
  1035. /package/dist/cjs/api/resources/{orgs/resources/orgInfoForConnections/resources/courier/client/requests/CourierOrgInfoForConnectionsClientUpdate1.js → listing/resources/bidThreads/client/requests/BidThreadsListForListingV1Request.js} +0 -0
  1036. /package/dist/cjs/api/resources/{orgs/resources/orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientCreate1.js → listing/resources/driverBiddingGroups/client/requests/DriverBiddingGroupClientCreate1.js} +0 -0
  1037. /package/dist/cjs/api/resources/{orgs/resources/orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientUpdate1.js → listing/resources/driverBiddingGroups/client/requests/DriverBiddingGroupsListByOrgV1Request.js} +0 -0
  1038. /package/dist/cjs/api/resources/{orgs/resources/orgProfiles/client/requests/CourierOrgProfileClientCreate1.js → listing/resources/driverBiddingGroups/client/requests/DriverBiddingGroupsUpdateNameV1Request.js} +0 -0
  1039. /package/dist/cjs/api/resources/{orgs/resources/orgProfiles/client/requests/CourierOrgProfileClientUpdate1.js → listing/resources/listings/client/requests/ListingAddDriverParticipantsReq.js} +0 -0
  1040. /package/dist/cjs/api/resources/{orgs/resources/orgProfiles/client/requests/ForwarderOrgProfileClientCreate1.js → listing/resources/listings/client/requests/ListingAddProviderParticipantsReq.js} +0 -0
  1041. /package/dist/cjs/api/resources/{orgs/resources/orgProfiles/client/requests/ForwarderOrgProfileClientUpdate1.js → listing/resources/listings/client/requests/ListingClientCreate1.js} +0 -0
  1042. /package/dist/cjs/api/resources/{shipping/resources/docs/client/requests/GenerateShippingDocReq.js → listing/resources/listings/client/requests/ListingClientUpdate1.js} +0 -0
  1043. /package/dist/cjs/api/resources/{shipping/resources/orderDrafts/resources/taskGroup/client/requests/SetServiceTypeReq.js → listing/resources/listings/client/requests/ListingRemoveDriverParticipantsReq.js} +0 -0
  1044. /package/dist/cjs/api/resources/{shipping/resources/orderDrafts/resources/taskGroup/client/requests/UpdateCourierOrgDraftReq.js → listing/resources/listings/client/requests/ListingRemoveProviderParticipantsReq.js} +0 -0
  1045. /package/dist/cjs/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForForwarderOperatorsV1Request.js → listing/resources/listings/client/requests/ListingsListByOrgV1Request.js} +0 -0
  1046. /package/dist/cjs/api/resources/{shipping/resources/taskGroups/client/requests/UpdateCourierOrgReq.js → listing/resources/listings/client/requests/ListingsListForDriverBidderV1Request.js} +0 -0
  1047. /package/dist/cjs/api/resources/{shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForCourierDriverV1Request.js → listing/resources/listings/client/requests/ListingsListForProviderBidderV1Request.js} +0 -0
  1048. /package/dist/cjs/api/resources/{shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForCourierOperatorsV1Request.js → listing/resources/orgBiddingGroups/client/requests/OrgBiddingGroupClientCreate1.js} +0 -0
  1049. /package/dist/cjs/api/{types/CourierConnectionListRes.js → resources/listing/resources/orgBiddingGroups/client/requests/OrgBiddingGroupsListByOrgV1Request.js} +0 -0
  1050. /package/dist/cjs/api/{types/CourierConnectionRes.js → resources/listing/resources/orgBiddingGroups/client/requests/OrgBiddingGroupsUpdateNameV1Request.js} +0 -0
  1051. /package/dist/{esm/api/resources/billing/resources/rateSheets/client/requests/index.mjs → cjs/api/resources/operations/client/index.d.ts} +0 -0
  1052. /package/dist/cjs/api/{types/CourierOrgInfoForConnections1.js → resources/operations/resources/cases/client/requests/CaseAddMessageReq.js} +0 -0
  1053. /package/dist/cjs/api/{types/CourierOrgProfile1.js → resources/operations/resources/cases/client/requests/CaseAssignReq.js} +0 -0
  1054. /package/dist/cjs/api/{types/ForwarderConnectionListRes.js → resources/operations/resources/cases/client/requests/CaseClientUpdate1.js} +0 -0
  1055. /package/dist/cjs/api/{types/ForwarderConnectionRes.js → resources/operations/resources/cases/client/requests/CaseUnassignReq.js} +0 -0
  1056. /package/dist/cjs/api/{types/ForwarderCourierConnection1.js → resources/operations/resources/cases/client/requests/CasesListV1Request.js} +0 -0
  1057. /package/dist/cjs/api/{types/ForwarderOrgInfoForConnections1.js → resources/operations/resources/departments/client/requests/DepartmentClientCreate1.js} +0 -0
  1058. /package/dist/cjs/api/{types/ForwarderOrgProfile1.js → resources/operations/resources/departments/client/requests/DepartmentClientUpdate1.js} +0 -0
  1059. /package/dist/cjs/api/{types/OrgProfileRes1.js → resources/operations/resources/departments/client/requests/DepartmentsListV1Request.js} +0 -0
  1060. /package/dist/cjs/api/{types/Quote.js → resources/orgs/resources/connections/client/requests/ConnectionsListProvidersV1Request.js} +0 -0
  1061. /package/dist/cjs/api/{types/RateSheet1.js → resources/orgs/resources/connections/client/requests/ProviderProviderUpdateAutoAssignReq.js} +0 -0
  1062. /package/dist/cjs/api/{types/RateSheetListResponse.js → resources/orgs/resources/connections/client/requests/SetDepartmentReq.js} +0 -0
  1063. /package/dist/cjs/api/{types/ShipperCourierConnection1.js → resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.js} +0 -0
  1064. /package/dist/cjs/api/{types/ShipperForwarderConnection1.js → resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.js} +0 -0
  1065. /package/dist/esm/api/resources/billing/resources/{lineItemGroups/resources/adHoc → billingLedgerPeriods}/client/index.d.mts +0 -0
  1066. /package/dist/esm/api/resources/billing/resources/{lineItemGroups/resources/adHoc → billingLedgerPeriods}/client/index.mjs +0 -0
  1067. /package/dist/esm/api/resources/billing/resources/{lineItemGroups/client/requests/AdjustLineItemReq.mjs → billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.mjs} +0 -0
  1068. /package/dist/esm/api/resources/billing/resources/{lineItemGroups/client/requests/LineItemGroupsAssociateWithStatementV1Request.mjs → billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.mjs} +0 -0
  1069. /package/dist/esm/api/resources/billing/resources/{lineItemGroups/client/requests/LineItemGroupsListForCourierOrgV1Request.mjs → billingLedgerPeriods/client/requests/OpenPeriodReq.mjs} +0 -0
  1070. /package/dist/esm/api/resources/{orgs/resources/orgInfoForConnections/resources/courier → billing/resources/billingLedgerPeriods}/client/requests/index.mjs +0 -0
  1071. /package/dist/esm/api/resources/billing/resources/{lineItemGroups/resources/adHoc → billingLedgerPeriods}/index.d.mts +0 -0
  1072. /package/dist/esm/api/resources/billing/resources/{lineItemGroups/resources/adHoc → billingLedgerPeriods}/index.mjs +0 -0
  1073. /package/dist/esm/api/resources/billing/resources/{rateSheets → billingLedgers}/client/index.d.mts +0 -0
  1074. /package/dist/esm/api/resources/billing/resources/{rateSheets → billingLedgers}/client/index.mjs +0 -0
  1075. /package/dist/esm/api/resources/billing/resources/{lineItemGroups/client/requests/LineItemGroupsQuoteV1Request.mjs → billingLedgers/client/requests/BillingLedgerClientCreate1.mjs} +0 -0
  1076. /package/dist/esm/api/resources/billing/resources/{lineItemGroups/resources/adHoc/client/requests/AdHocRemoveLineItemV1Request.mjs → billingLedgers/client/requests/BillingLedgerClientUpdate1.mjs} +0 -0
  1077. /package/dist/esm/api/resources/billing/resources/{lineItemGroups/resources/adHoc/client/requests/CreateAdHocLineItemGroupReq.mjs → billingLedgers/client/requests/BillingLedgersListV1Request.mjs} +0 -0
  1078. /package/dist/esm/api/resources/{orgs/resources/orgInfoForConnections/resources/forwarder → billing/resources/billingLedgers}/client/requests/index.mjs +0 -0
  1079. /package/dist/esm/api/resources/billing/resources/{rateSheets → billingLedgers}/index.d.mts +0 -0
  1080. /package/dist/esm/api/resources/billing/resources/{rateSheets → billingLedgers}/index.mjs +0 -0
  1081. /package/dist/esm/api/resources/{orgs/resources/orgInfoForConnections/resources/courier → billing/resources/cargoOnFlightRateSheets}/client/index.d.mts +0 -0
  1082. /package/dist/esm/api/resources/{orgs/resources/orgInfoForConnections/resources/courier → billing/resources/cargoOnFlightRateSheets}/client/index.mjs +0 -0
  1083. /package/dist/esm/api/resources/billing/resources/{lineItemGroups/resources/adHoc/client/requests/LineItemClientCreate1.mjs → cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.mjs} +0 -0
  1084. /package/dist/esm/api/resources/billing/resources/{lineItemGroups/resources/adHoc/client/requests/SetAdHocTaskGroupReq.mjs → cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.mjs} +0 -0
  1085. /package/dist/esm/api/resources/billing/resources/{rateSheets/client/requests/RateSheetClientCreate1.mjs → cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetsListV1Request.mjs} +0 -0
  1086. /package/dist/esm/api/resources/{shipping/resources/docs → billing/resources/cargoOnFlightRateSheets}/client/requests/index.mjs +0 -0
  1087. /package/dist/esm/api/resources/{orgs/resources/orgInfoForConnections/resources/courier → billing/resources/cargoOnFlightRateSheets}/index.d.mts +0 -0
  1088. /package/dist/esm/api/resources/{orgs/resources/orgInfoForConnections/resources/courier → billing/resources/cargoOnFlightRateSheets}/index.mjs +0 -0
  1089. /package/dist/esm/api/resources/{orgs/resources/orgInfoForConnections/resources/forwarder → billing/resources/chrtGroundProviderRateSheets}/client/index.d.mts +0 -0
  1090. /package/dist/esm/api/resources/{orgs/resources/orgInfoForConnections/resources/forwarder → billing/resources/chrtGroundProviderRateSheets}/client/index.mjs +0 -0
  1091. /package/dist/esm/api/resources/billing/resources/{rateSheets/client/requests/RateSheetClientUpdate1.mjs → chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.mjs} +0 -0
  1092. /package/dist/esm/api/resources/billing/resources/{rateSheets/client/requests/RateSheetsArchiveV1Request.mjs → chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.mjs} +0 -0
  1093. /package/dist/esm/api/resources/billing/resources/{rateSheets/client/requests/RateSheetsListByOrgV1Request.mjs → chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetsListV1Request.mjs} +0 -0
  1094. /package/dist/esm/api/resources/{orgs/resources/orgInfoForConnections/resources/forwarder → billing/resources/chrtGroundProviderRateSheets}/index.d.mts +0 -0
  1095. /package/dist/esm/api/resources/{orgs/resources/orgInfoForConnections/resources/forwarder → billing/resources/chrtGroundProviderRateSheets}/index.mjs +0 -0
  1096. /package/dist/esm/api/resources/billing/resources/{rateSheets/client/requests/RateSheetsUpdateDefaultForConnectionV1Request.mjs → lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.mjs} +0 -0
  1097. /package/dist/esm/api/resources/billing/resources/{rateSheets/client/requests/RateSheetsUpdateDefaultForDriverV1Request.mjs → lineItemGroups/client/requests/LineItemGroupsListV1Request.mjs} +0 -0
  1098. /package/dist/esm/api/resources/{shipping/resources/docs → billing/resources/onboardCourierRateSheets}/client/index.d.mts +0 -0
  1099. /package/dist/esm/api/resources/{shipping/resources/docs → billing/resources/onboardCourierRateSheets}/client/index.mjs +0 -0
  1100. /package/dist/esm/api/resources/billing/resources/{rateSheets/client/requests/RateSheetsUpdateDefaultForOffChrtShipperV1Request.mjs → onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.mjs} +0 -0
  1101. /package/dist/esm/api/resources/billing/resources/{rateSheets/client/requests/RateSheetsUpdateOrgDefaultForServiceTypeV1Request.mjs → onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.mjs} +0 -0
  1102. /package/dist/esm/api/resources/billing/resources/{statements/client/requests/BodyStatementsPatchUpdateOffChrtSettlementStateV1BillingStatementsUpdateOffChrtSettlementStateV1StatementIdPatch.mjs → onboardCourierRateSheets/client/requests/OnboardCourierRateSheetsListV1Request.mjs} +0 -0
  1103. /package/dist/esm/api/resources/{shipping/resources/docs → billing/resources/onboardCourierRateSheets}/index.d.mts +0 -0
  1104. /package/dist/esm/api/resources/{shipping/resources/docs → billing/resources/onboardCourierRateSheets}/index.mjs +0 -0
  1105. /package/dist/esm/api/resources/billing/resources/{statements/client/requests/BodyStatementsPatchUpdateSettlementTypeV1BillingStatementsUpdateSettlementTypeV1StatementIdPatch.mjs → rateSheetMappings/client/requests/RateSheetMappingClientCreate1.mjs} +0 -0
  1106. /package/dist/esm/api/resources/billing/resources/{statements/client/requests/CreateStatementReq.mjs → rateSheetMappings/client/requests/RateSheetMappingsListV1Request.mjs} +0 -0
  1107. /package/dist/esm/api/resources/billing/resources/statements/client/requests/{OpenInvoiceReq.mjs → StatementCreateClientReq.mjs} +0 -0
  1108. /package/dist/esm/api/resources/{orgs/resources/connections/client/requests/ConnectionsListCouriersV1Request.mjs → billing/resources/statements/client/requests/StatementUpdateSettlementTypeReq.mjs} +0 -0
  1109. /package/dist/esm/api/resources/{orgs/resources/connections/client/requests/ConnectionsListForwardersV1Request.mjs → listing/resources/bidThreads/client/requests/BidThreadClientCreate1.mjs} +0 -0
  1110. /package/dist/esm/api/resources/{orgs/resources/orgInfoForConnections/resources/courier/client/requests/CourierOrgInfoForConnectionsClientCreate1.mjs → listing/resources/bidThreads/client/requests/BidThreadsListForBidderV1Request.mjs} +0 -0
  1111. /package/dist/esm/api/resources/{orgs/resources/orgInfoForConnections/resources/courier/client/requests/CourierOrgInfoForConnectionsClientUpdate1.mjs → listing/resources/bidThreads/client/requests/BidThreadsListForListingV1Request.mjs} +0 -0
  1112. /package/dist/esm/api/resources/{orgs/resources/orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientCreate1.mjs → listing/resources/driverBiddingGroups/client/requests/DriverBiddingGroupClientCreate1.mjs} +0 -0
  1113. /package/dist/esm/api/resources/{orgs/resources/orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientUpdate1.mjs → listing/resources/driverBiddingGroups/client/requests/DriverBiddingGroupsListByOrgV1Request.mjs} +0 -0
  1114. /package/dist/esm/api/resources/{orgs/resources/orgProfiles/client/requests/CourierOrgProfileClientCreate1.mjs → listing/resources/driverBiddingGroups/client/requests/DriverBiddingGroupsUpdateNameV1Request.mjs} +0 -0
  1115. /package/dist/esm/api/resources/{orgs/resources/orgProfiles/client/requests/CourierOrgProfileClientUpdate1.mjs → listing/resources/listings/client/requests/ListingAddDriverParticipantsReq.mjs} +0 -0
  1116. /package/dist/esm/api/resources/{orgs/resources/orgProfiles/client/requests/ForwarderOrgProfileClientCreate1.mjs → listing/resources/listings/client/requests/ListingAddProviderParticipantsReq.mjs} +0 -0
  1117. /package/dist/esm/api/resources/{orgs/resources/orgProfiles/client/requests/ForwarderOrgProfileClientUpdate1.mjs → listing/resources/listings/client/requests/ListingClientCreate1.mjs} +0 -0
  1118. /package/dist/esm/api/resources/{shipping/resources/docs/client/requests/GenerateShippingDocReq.mjs → listing/resources/listings/client/requests/ListingClientUpdate1.mjs} +0 -0
  1119. /package/dist/esm/api/resources/{shipping/resources/orderDrafts/resources/taskGroup/client/requests/SetServiceTypeReq.mjs → listing/resources/listings/client/requests/ListingRemoveDriverParticipantsReq.mjs} +0 -0
  1120. /package/dist/esm/api/resources/{shipping/resources/orderDrafts/resources/taskGroup/client/requests/UpdateCourierOrgDraftReq.mjs → listing/resources/listings/client/requests/ListingRemoveProviderParticipantsReq.mjs} +0 -0
  1121. /package/dist/esm/api/resources/{shipping/resources/orders/resources/expanded/client/requests/ExpandedListForForwarderOperatorsV1Request.mjs → listing/resources/listings/client/requests/ListingsListByOrgV1Request.mjs} +0 -0
  1122. /package/dist/esm/api/resources/{shipping/resources/taskGroups/client/requests/UpdateCourierOrgReq.mjs → listing/resources/listings/client/requests/ListingsListForDriverBidderV1Request.mjs} +0 -0
  1123. /package/dist/esm/api/resources/{shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForCourierDriverV1Request.mjs → listing/resources/listings/client/requests/ListingsListForProviderBidderV1Request.mjs} +0 -0
  1124. /package/dist/esm/api/resources/{shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForCourierOperatorsV1Request.mjs → listing/resources/orgBiddingGroups/client/requests/OrgBiddingGroupClientCreate1.mjs} +0 -0
  1125. /package/dist/esm/api/{types/CourierConnectionListRes.mjs → resources/listing/resources/orgBiddingGroups/client/requests/OrgBiddingGroupsListByOrgV1Request.mjs} +0 -0
  1126. /package/dist/esm/api/{types/CourierConnectionRes.mjs → resources/listing/resources/orgBiddingGroups/client/requests/OrgBiddingGroupsUpdateNameV1Request.mjs} +0 -0
  1127. /package/dist/esm/api/{types/CourierOrgInfoForConnections1.mjs → resources/operations/resources/cases/client/requests/CaseAddMessageReq.mjs} +0 -0
  1128. /package/dist/esm/api/{types/CourierOrgProfile1.mjs → resources/operations/resources/cases/client/requests/CaseAssignReq.mjs} +0 -0
  1129. /package/dist/esm/api/{types/ForwarderConnectionListRes.mjs → resources/operations/resources/cases/client/requests/CaseClientUpdate1.mjs} +0 -0
  1130. /package/dist/esm/api/{types/ForwarderConnectionRes.mjs → resources/operations/resources/cases/client/requests/CaseUnassignReq.mjs} +0 -0
  1131. /package/dist/esm/api/{types/ForwarderCourierConnection1.mjs → resources/operations/resources/cases/client/requests/CasesListV1Request.mjs} +0 -0
  1132. /package/dist/esm/api/{types/ForwarderOrgInfoForConnections1.mjs → resources/operations/resources/departments/client/requests/DepartmentClientCreate1.mjs} +0 -0
  1133. /package/dist/esm/api/{types/ForwarderOrgProfile1.mjs → resources/operations/resources/departments/client/requests/DepartmentClientUpdate1.mjs} +0 -0
  1134. /package/dist/esm/api/{types/OrgProfileRes1.mjs → resources/operations/resources/departments/client/requests/DepartmentsListV1Request.mjs} +0 -0
  1135. /package/dist/esm/api/{types/Quote.mjs → resources/orgs/resources/connections/client/requests/ConnectionsListProvidersV1Request.mjs} +0 -0
  1136. /package/dist/esm/api/{types/RateSheet1.mjs → resources/orgs/resources/connections/client/requests/ProviderProviderUpdateAutoAssignReq.mjs} +0 -0
  1137. /package/dist/esm/api/{types/RateSheetListResponse.mjs → resources/orgs/resources/connections/client/requests/SetDepartmentReq.mjs} +0 -0
  1138. /package/dist/esm/api/{types/ShipperCourierConnection1.mjs → resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.mjs} +0 -0
  1139. /package/dist/esm/api/{types/ShipperForwarderConnection1.mjs → resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.mjs} +0 -0
@@ -0,0 +1,697 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
5
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
6
+ return new (P || (P = Promise))(function (resolve, reject) {
7
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
8
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
9
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
10
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
11
+ });
12
+ };
13
+ import * as environments from "../../../../../../environments.mjs";
14
+ import * as core from "../../../../../../core/index.mjs";
15
+ import * as Chrt from "../../../../../index.mjs";
16
+ import { mergeHeaders, mergeOnlyDefinedHeaders } from "../../../../../../core/headers.mjs";
17
+ import * as errors from "../../../../../../errors/index.mjs";
18
+ export class BidThreads {
19
+ constructor(_options = {}) {
20
+ this._options = _options;
21
+ }
22
+ /**
23
+ * Fetches a bid thread by id. Visible to the lister, the bidder org (provider), and the bidder driver. | authz: allowed_org_types=[provider], min_org_role=driver | () -> (BidThread1)
24
+ *
25
+ * @param {string} bidThreadId
26
+ * @param {BidThreads.RequestOptions} requestOptions - Request-specific configuration.
27
+ *
28
+ * @throws {@link Chrt.UnprocessableEntityError}
29
+ *
30
+ * @example
31
+ * await client.listing.bidThreads.byIdV1("bid_thread_id")
32
+ */
33
+ byIdV1(bidThreadId, requestOptions) {
34
+ return core.HttpResponsePromise.fromPromise(this.__byIdV1(bidThreadId, requestOptions));
35
+ }
36
+ __byIdV1(bidThreadId, requestOptions) {
37
+ return __awaiter(this, void 0, void 0, function* () {
38
+ var _a, _b, _c, _d;
39
+ 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);
40
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
41
+ 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, `listing/bid_threads/by_id/v1/${encodeURIComponent(bidThreadId)}`),
42
+ method: "GET",
43
+ headers: _headers,
44
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
45
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
46
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
47
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
48
+ });
49
+ if (_response.ok) {
50
+ return { data: _response.body, rawResponse: _response.rawResponse };
51
+ }
52
+ if (_response.error.reason === "status-code") {
53
+ switch (_response.error.statusCode) {
54
+ case 422:
55
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
56
+ default:
57
+ throw new errors.ChrtError({
58
+ statusCode: _response.error.statusCode,
59
+ body: _response.error.body,
60
+ rawResponse: _response.rawResponse,
61
+ });
62
+ }
63
+ }
64
+ switch (_response.error.reason) {
65
+ case "non-json":
66
+ throw new errors.ChrtError({
67
+ statusCode: _response.error.statusCode,
68
+ body: _response.error.rawBody,
69
+ rawResponse: _response.rawResponse,
70
+ });
71
+ case "timeout":
72
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /listing/bid_threads/by_id/v1/{bid_thread_id}.");
73
+ case "unknown":
74
+ throw new errors.ChrtError({
75
+ message: _response.error.errorMessage,
76
+ rawResponse: _response.rawResponse,
77
+ });
78
+ }
79
+ });
80
+ }
81
+ /**
82
+ * Lists all bid threads on a listing with filtering, sorting, and pagination. Lister-only — the listing must belong to the caller's org. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (BidThreadListRes)
83
+ *
84
+ * @param {string} listingId
85
+ * @param {Chrt.listing.BidThreadsListForListingV1Request} request
86
+ * @param {BidThreads.RequestOptions} requestOptions - Request-specific configuration.
87
+ *
88
+ * @throws {@link Chrt.UnprocessableEntityError}
89
+ *
90
+ * @example
91
+ * await client.listing.bidThreads.listForListingV1("listing_id", {
92
+ * sort_by: "created_at_timestamp",
93
+ * sort_order: "asc",
94
+ * page: 1,
95
+ * page_size: 1,
96
+ * filter_status: ["open"],
97
+ * filter_listing_id: "filter_listing_id",
98
+ * filter_bidder_provider_org_id: "filter_bidder_provider_org_id",
99
+ * filter_bidder_driver_id: "filter_bidder_driver_id",
100
+ * filter_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
101
+ * filter_created_at_timestamp_lte: "2024-01-15T09:30:00Z",
102
+ * filter_status_changed_at_timestamp_gte: "2024-01-15T09:30:00Z",
103
+ * filter_status_changed_at_timestamp_lte: "2024-01-15T09:30:00Z"
104
+ * })
105
+ */
106
+ listForListingV1(listingId, request = {}, requestOptions) {
107
+ return core.HttpResponsePromise.fromPromise(this.__listForListingV1(listingId, request, requestOptions));
108
+ }
109
+ __listForListingV1(listingId_1) {
110
+ return __awaiter(this, arguments, void 0, function* (listingId, request = {}, requestOptions) {
111
+ var _a, _b, _c, _d, _e, _f;
112
+ const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, filter_status: filterStatus, filter_listing_id: filterListingId, filter_bidder_provider_org_id: filterBidderProviderOrgId, filter_bidder_driver_id: filterBidderDriverId, filter_created_at_timestamp_gte: filterCreatedAtTimestampGte, filter_created_at_timestamp_lte: filterCreatedAtTimestampLte, filter_status_changed_at_timestamp_gte: filterStatusChangedAtTimestampGte, filter_status_changed_at_timestamp_lte: filterStatusChangedAtTimestampLte, } = request;
113
+ const _queryParams = {};
114
+ if (sortBy !== undefined) {
115
+ _queryParams["sort_by"] = sortBy;
116
+ }
117
+ if (sortOrder !== undefined) {
118
+ _queryParams["sort_order"] = sortOrder;
119
+ }
120
+ if (page !== undefined) {
121
+ _queryParams["page"] = (_a = page === null || page === void 0 ? void 0 : page.toString()) !== null && _a !== void 0 ? _a : null;
122
+ }
123
+ if (pageSize !== undefined) {
124
+ _queryParams["page_size"] = (_b = pageSize === null || pageSize === void 0 ? void 0 : pageSize.toString()) !== null && _b !== void 0 ? _b : null;
125
+ }
126
+ if (filterStatus !== undefined) {
127
+ if (Array.isArray(filterStatus)) {
128
+ _queryParams["filter_status"] = filterStatus.map((item) => item);
129
+ }
130
+ else {
131
+ _queryParams["filter_status"] = filterStatus;
132
+ }
133
+ }
134
+ if (filterListingId !== undefined) {
135
+ _queryParams["filter_listing_id"] = filterListingId;
136
+ }
137
+ if (filterBidderProviderOrgId !== undefined) {
138
+ _queryParams["filter_bidder_provider_org_id"] = filterBidderProviderOrgId;
139
+ }
140
+ if (filterBidderDriverId !== undefined) {
141
+ _queryParams["filter_bidder_driver_id"] = filterBidderDriverId;
142
+ }
143
+ if (filterCreatedAtTimestampGte !== undefined) {
144
+ _queryParams["filter_created_at_timestamp_gte"] = filterCreatedAtTimestampGte;
145
+ }
146
+ if (filterCreatedAtTimestampLte !== undefined) {
147
+ _queryParams["filter_created_at_timestamp_lte"] = filterCreatedAtTimestampLte;
148
+ }
149
+ if (filterStatusChangedAtTimestampGte !== undefined) {
150
+ _queryParams["filter_status_changed_at_timestamp_gte"] = filterStatusChangedAtTimestampGte;
151
+ }
152
+ if (filterStatusChangedAtTimestampLte !== undefined) {
153
+ _queryParams["filter_status_changed_at_timestamp_lte"] = filterStatusChangedAtTimestampLte;
154
+ }
155
+ let _headers = mergeHeaders((_c = this._options) === null || _c === void 0 ? void 0 : _c.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
156
+ const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
157
+ url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ChrtEnvironment.Local, `listing/bid_threads/list_for_listing/v1/${encodeURIComponent(listingId)}`),
158
+ method: "GET",
159
+ headers: _headers,
160
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
161
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
162
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
163
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
164
+ });
165
+ if (_response.ok) {
166
+ return { data: _response.body, rawResponse: _response.rawResponse };
167
+ }
168
+ if (_response.error.reason === "status-code") {
169
+ switch (_response.error.statusCode) {
170
+ case 422:
171
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
172
+ default:
173
+ throw new errors.ChrtError({
174
+ statusCode: _response.error.statusCode,
175
+ body: _response.error.body,
176
+ rawResponse: _response.rawResponse,
177
+ });
178
+ }
179
+ }
180
+ switch (_response.error.reason) {
181
+ case "non-json":
182
+ throw new errors.ChrtError({
183
+ statusCode: _response.error.statusCode,
184
+ body: _response.error.rawBody,
185
+ rawResponse: _response.rawResponse,
186
+ });
187
+ case "timeout":
188
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /listing/bid_threads/list_for_listing/v1/{listing_id}.");
189
+ case "unknown":
190
+ throw new errors.ChrtError({
191
+ message: _response.error.errorMessage,
192
+ rawResponse: _response.rawResponse,
193
+ });
194
+ }
195
+ });
196
+ }
197
+ /**
198
+ * Lists bid threads where the caller is the bidder — either as the bidder org (operator+) or as the bidder driver (driver). Filtering, sorting, and pagination supported. | authz: allowed_org_types=[provider], min_org_role=driver | () -> (BidThreadListRes)
199
+ *
200
+ * @param {Chrt.listing.BidThreadsListForBidderV1Request} request
201
+ * @param {BidThreads.RequestOptions} requestOptions - Request-specific configuration.
202
+ *
203
+ * @throws {@link Chrt.UnprocessableEntityError}
204
+ *
205
+ * @example
206
+ * await client.listing.bidThreads.listForBidderV1({
207
+ * sort_by: "created_at_timestamp",
208
+ * sort_order: "asc",
209
+ * page: 1,
210
+ * page_size: 1,
211
+ * filter_status: ["open"],
212
+ * filter_listing_id: "filter_listing_id",
213
+ * filter_bidder_provider_org_id: "filter_bidder_provider_org_id",
214
+ * filter_bidder_driver_id: "filter_bidder_driver_id",
215
+ * filter_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
216
+ * filter_created_at_timestamp_lte: "2024-01-15T09:30:00Z",
217
+ * filter_status_changed_at_timestamp_gte: "2024-01-15T09:30:00Z",
218
+ * filter_status_changed_at_timestamp_lte: "2024-01-15T09:30:00Z"
219
+ * })
220
+ */
221
+ listForBidderV1(request = {}, requestOptions) {
222
+ return core.HttpResponsePromise.fromPromise(this.__listForBidderV1(request, requestOptions));
223
+ }
224
+ __listForBidderV1() {
225
+ return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
226
+ var _a, _b, _c, _d, _e, _f;
227
+ const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, filter_status: filterStatus, filter_listing_id: filterListingId, filter_bidder_provider_org_id: filterBidderProviderOrgId, filter_bidder_driver_id: filterBidderDriverId, filter_created_at_timestamp_gte: filterCreatedAtTimestampGte, filter_created_at_timestamp_lte: filterCreatedAtTimestampLte, filter_status_changed_at_timestamp_gte: filterStatusChangedAtTimestampGte, filter_status_changed_at_timestamp_lte: filterStatusChangedAtTimestampLte, } = request;
228
+ const _queryParams = {};
229
+ if (sortBy !== undefined) {
230
+ _queryParams["sort_by"] = sortBy;
231
+ }
232
+ if (sortOrder !== undefined) {
233
+ _queryParams["sort_order"] = sortOrder;
234
+ }
235
+ if (page !== undefined) {
236
+ _queryParams["page"] = (_a = page === null || page === void 0 ? void 0 : page.toString()) !== null && _a !== void 0 ? _a : null;
237
+ }
238
+ if (pageSize !== undefined) {
239
+ _queryParams["page_size"] = (_b = pageSize === null || pageSize === void 0 ? void 0 : pageSize.toString()) !== null && _b !== void 0 ? _b : null;
240
+ }
241
+ if (filterStatus !== undefined) {
242
+ if (Array.isArray(filterStatus)) {
243
+ _queryParams["filter_status"] = filterStatus.map((item) => item);
244
+ }
245
+ else {
246
+ _queryParams["filter_status"] = filterStatus;
247
+ }
248
+ }
249
+ if (filterListingId !== undefined) {
250
+ _queryParams["filter_listing_id"] = filterListingId;
251
+ }
252
+ if (filterBidderProviderOrgId !== undefined) {
253
+ _queryParams["filter_bidder_provider_org_id"] = filterBidderProviderOrgId;
254
+ }
255
+ if (filterBidderDriverId !== undefined) {
256
+ _queryParams["filter_bidder_driver_id"] = filterBidderDriverId;
257
+ }
258
+ if (filterCreatedAtTimestampGte !== undefined) {
259
+ _queryParams["filter_created_at_timestamp_gte"] = filterCreatedAtTimestampGte;
260
+ }
261
+ if (filterCreatedAtTimestampLte !== undefined) {
262
+ _queryParams["filter_created_at_timestamp_lte"] = filterCreatedAtTimestampLte;
263
+ }
264
+ if (filterStatusChangedAtTimestampGte !== undefined) {
265
+ _queryParams["filter_status_changed_at_timestamp_gte"] = filterStatusChangedAtTimestampGte;
266
+ }
267
+ if (filterStatusChangedAtTimestampLte !== undefined) {
268
+ _queryParams["filter_status_changed_at_timestamp_lte"] = filterStatusChangedAtTimestampLte;
269
+ }
270
+ let _headers = mergeHeaders((_c = this._options) === null || _c === void 0 ? void 0 : _c.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
271
+ const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
272
+ url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ChrtEnvironment.Local, "listing/bid_threads/list_for_bidder/v1"),
273
+ method: "GET",
274
+ headers: _headers,
275
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
276
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
277
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
278
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
279
+ });
280
+ if (_response.ok) {
281
+ return { data: _response.body, rawResponse: _response.rawResponse };
282
+ }
283
+ if (_response.error.reason === "status-code") {
284
+ switch (_response.error.statusCode) {
285
+ case 422:
286
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
287
+ default:
288
+ throw new errors.ChrtError({
289
+ statusCode: _response.error.statusCode,
290
+ body: _response.error.body,
291
+ rawResponse: _response.rawResponse,
292
+ });
293
+ }
294
+ }
295
+ switch (_response.error.reason) {
296
+ case "non-json":
297
+ throw new errors.ChrtError({
298
+ statusCode: _response.error.statusCode,
299
+ body: _response.error.rawBody,
300
+ rawResponse: _response.rawResponse,
301
+ });
302
+ case "timeout":
303
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /listing/bid_threads/list_for_bidder/v1.");
304
+ case "unknown":
305
+ throw new errors.ChrtError({
306
+ message: _response.error.errorMessage,
307
+ rawResponse: _response.rawResponse,
308
+ });
309
+ }
310
+ });
311
+ }
312
+ /**
313
+ * Opens a new BidThread on a Listing. The body carries the thread's first Bid (SUBMIT / ACCEPT / DENY). Bidder identity is resolved server-side from the caller's JWT + the listing's audience. | authz: allowed_org_types=[provider], min_org_role=driver | (BidThreadClientCreate1) -> (PydanticObjectId)
314
+ *
315
+ * @param {Chrt.listing.BidThreadClientCreate1} request
316
+ * @param {BidThreads.RequestOptions} requestOptions - Request-specific configuration.
317
+ *
318
+ * @throws {@link Chrt.UnprocessableEntityError}
319
+ *
320
+ * @example
321
+ * await client.listing.bidThreads.createV1({
322
+ * action: "submit",
323
+ * listing_id: "listing_id"
324
+ * })
325
+ */
326
+ createV1(request, requestOptions) {
327
+ return core.HttpResponsePromise.fromPromise(this.__createV1(request, requestOptions));
328
+ }
329
+ __createV1(request, requestOptions) {
330
+ return __awaiter(this, void 0, void 0, function* () {
331
+ var _a, _b, _c, _d;
332
+ 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);
333
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
334
+ 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, "listing/bid_threads/create/v1"),
335
+ method: "POST",
336
+ headers: _headers,
337
+ contentType: "application/json",
338
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
339
+ requestType: "json",
340
+ body: request,
341
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
342
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
343
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
344
+ });
345
+ if (_response.ok) {
346
+ return { data: _response.body, rawResponse: _response.rawResponse };
347
+ }
348
+ if (_response.error.reason === "status-code") {
349
+ switch (_response.error.statusCode) {
350
+ case 422:
351
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
352
+ default:
353
+ throw new errors.ChrtError({
354
+ statusCode: _response.error.statusCode,
355
+ body: _response.error.body,
356
+ rawResponse: _response.rawResponse,
357
+ });
358
+ }
359
+ }
360
+ switch (_response.error.reason) {
361
+ case "non-json":
362
+ throw new errors.ChrtError({
363
+ statusCode: _response.error.statusCode,
364
+ body: _response.error.rawBody,
365
+ rawResponse: _response.rawResponse,
366
+ });
367
+ case "timeout":
368
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /listing/bid_threads/create/v1.");
369
+ case "unknown":
370
+ throw new errors.ChrtError({
371
+ message: _response.error.errorMessage,
372
+ rawResponse: _response.rawResponse,
373
+ });
374
+ }
375
+ });
376
+ }
377
+ /**
378
+ * Pushes a COUNTER Bid carrying revised pro_forma_line_items onto an OPEN NEGOTIATION thread. Both sides of the thread may COUNTER. | authz: allowed_org_types=[provider], min_org_role=driver | (BidAppendReq) -> (bool)
379
+ *
380
+ * @param {string} bidThreadId
381
+ * @param {Chrt.BidAppendReq} request
382
+ * @param {BidThreads.RequestOptions} requestOptions - Request-specific configuration.
383
+ *
384
+ * @throws {@link Chrt.UnprocessableEntityError}
385
+ *
386
+ * @example
387
+ * await client.listing.bidThreads.counterV1("bid_thread_id", {})
388
+ */
389
+ counterV1(bidThreadId, request, requestOptions) {
390
+ return core.HttpResponsePromise.fromPromise(this.__counterV1(bidThreadId, request, requestOptions));
391
+ }
392
+ __counterV1(bidThreadId, request, requestOptions) {
393
+ return __awaiter(this, void 0, void 0, function* () {
394
+ var _a, _b, _c, _d;
395
+ 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);
396
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
397
+ 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, `listing/bid_threads/counter/v1/${encodeURIComponent(bidThreadId)}`),
398
+ method: "POST",
399
+ headers: _headers,
400
+ contentType: "application/json",
401
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
402
+ requestType: "json",
403
+ body: request,
404
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
405
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
406
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
407
+ });
408
+ if (_response.ok) {
409
+ return { data: _response.body, rawResponse: _response.rawResponse };
410
+ }
411
+ if (_response.error.reason === "status-code") {
412
+ switch (_response.error.statusCode) {
413
+ case 422:
414
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
415
+ default:
416
+ throw new errors.ChrtError({
417
+ statusCode: _response.error.statusCode,
418
+ body: _response.error.body,
419
+ rawResponse: _response.rawResponse,
420
+ });
421
+ }
422
+ }
423
+ switch (_response.error.reason) {
424
+ case "non-json":
425
+ throw new errors.ChrtError({
426
+ statusCode: _response.error.statusCode,
427
+ body: _response.error.rawBody,
428
+ rawResponse: _response.rawResponse,
429
+ });
430
+ case "timeout":
431
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /listing/bid_threads/counter/v1/{bid_thread_id}.");
432
+ case "unknown":
433
+ throw new errors.ChrtError({
434
+ message: _response.error.errorMessage,
435
+ rawResponse: _response.rawResponse,
436
+ });
437
+ }
438
+ });
439
+ }
440
+ /**
441
+ * Pushes a bidder-side ACCEPT onto an OPEN thread. References the most recent lister-side pro_forma (or the listing's opening for DISPATCH). On `auto_award_first_accept=True` listings, fires the full cascade immediately (thread ACCEPTED, listing AWARDED, shipping + billing side-effects). Otherwise leaves the thread OPEN for the lister to finalise via confirm_accept. Lister-side finalisation lives on confirm_accept; calling /accept/v1 from the lister side is rejected (400). | authz: allowed_org_types=[provider], min_org_role=driver | (BidAppendReq) -> (bool)
442
+ *
443
+ * @param {string} bidThreadId
444
+ * @param {Chrt.BidAppendReq} request
445
+ * @param {BidThreads.RequestOptions} requestOptions - Request-specific configuration.
446
+ *
447
+ * @throws {@link Chrt.UnprocessableEntityError}
448
+ *
449
+ * @example
450
+ * await client.listing.bidThreads.acceptV1("bid_thread_id", {})
451
+ */
452
+ acceptV1(bidThreadId, request, requestOptions) {
453
+ return core.HttpResponsePromise.fromPromise(this.__acceptV1(bidThreadId, request, requestOptions));
454
+ }
455
+ __acceptV1(bidThreadId, request, requestOptions) {
456
+ return __awaiter(this, void 0, void 0, function* () {
457
+ var _a, _b, _c, _d;
458
+ 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);
459
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
460
+ 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, `listing/bid_threads/accept/v1/${encodeURIComponent(bidThreadId)}`),
461
+ method: "POST",
462
+ headers: _headers,
463
+ contentType: "application/json",
464
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
465
+ requestType: "json",
466
+ body: request,
467
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
468
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
469
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
470
+ });
471
+ if (_response.ok) {
472
+ return { data: _response.body, rawResponse: _response.rawResponse };
473
+ }
474
+ if (_response.error.reason === "status-code") {
475
+ switch (_response.error.statusCode) {
476
+ case 422:
477
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
478
+ default:
479
+ throw new errors.ChrtError({
480
+ statusCode: _response.error.statusCode,
481
+ body: _response.error.body,
482
+ rawResponse: _response.rawResponse,
483
+ });
484
+ }
485
+ }
486
+ switch (_response.error.reason) {
487
+ case "non-json":
488
+ throw new errors.ChrtError({
489
+ statusCode: _response.error.statusCode,
490
+ body: _response.error.rawBody,
491
+ rawResponse: _response.rawResponse,
492
+ });
493
+ case "timeout":
494
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /listing/bid_threads/accept/v1/{bid_thread_id}.");
495
+ case "unknown":
496
+ throw new errors.ChrtError({
497
+ message: _response.error.errorMessage,
498
+ rawResponse: _response.rawResponse,
499
+ });
500
+ }
501
+ });
502
+ }
503
+ /**
504
+ * Pushes a DENY onto an OPEN thread, flipping its status to DENIED (terminal). Both sides may deny. References the most recent opposite-side Bid; carries no pro_forma. | authz: allowed_org_types=[provider], min_org_role=driver | (BidAppendReq) -> (bool)
505
+ *
506
+ * @param {string} bidThreadId
507
+ * @param {Chrt.BidAppendReq} request
508
+ * @param {BidThreads.RequestOptions} requestOptions - Request-specific configuration.
509
+ *
510
+ * @throws {@link Chrt.UnprocessableEntityError}
511
+ *
512
+ * @example
513
+ * await client.listing.bidThreads.denyV1("bid_thread_id", {})
514
+ */
515
+ denyV1(bidThreadId, request, requestOptions) {
516
+ return core.HttpResponsePromise.fromPromise(this.__denyV1(bidThreadId, request, requestOptions));
517
+ }
518
+ __denyV1(bidThreadId, request, requestOptions) {
519
+ return __awaiter(this, void 0, void 0, function* () {
520
+ var _a, _b, _c, _d;
521
+ 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);
522
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
523
+ 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, `listing/bid_threads/deny/v1/${encodeURIComponent(bidThreadId)}`),
524
+ method: "POST",
525
+ headers: _headers,
526
+ contentType: "application/json",
527
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
528
+ requestType: "json",
529
+ body: request,
530
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
531
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
532
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
533
+ });
534
+ if (_response.ok) {
535
+ return { data: _response.body, rawResponse: _response.rawResponse };
536
+ }
537
+ if (_response.error.reason === "status-code") {
538
+ switch (_response.error.statusCode) {
539
+ case 422:
540
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
541
+ default:
542
+ throw new errors.ChrtError({
543
+ statusCode: _response.error.statusCode,
544
+ body: _response.error.body,
545
+ rawResponse: _response.rawResponse,
546
+ });
547
+ }
548
+ }
549
+ switch (_response.error.reason) {
550
+ case "non-json":
551
+ throw new errors.ChrtError({
552
+ statusCode: _response.error.statusCode,
553
+ body: _response.error.rawBody,
554
+ rawResponse: _response.rawResponse,
555
+ });
556
+ case "timeout":
557
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /listing/bid_threads/deny/v1/{bid_thread_id}.");
558
+ case "unknown":
559
+ throw new errors.ChrtError({
560
+ message: _response.error.errorMessage,
561
+ rawResponse: _response.rawResponse,
562
+ });
563
+ }
564
+ });
565
+ }
566
+ /**
567
+ * Pushes a bidder-side WITHDRAW onto an OPEN thread, flipping its status to WITHDRAWN (terminal). Bidder-only — the lister equivalent is CANCEL on the listing. | authz: allowed_org_types=[provider], min_org_role=driver | (BidAppendReq) -> (bool)
568
+ *
569
+ * @param {string} bidThreadId
570
+ * @param {Chrt.BidAppendReq} request
571
+ * @param {BidThreads.RequestOptions} requestOptions - Request-specific configuration.
572
+ *
573
+ * @throws {@link Chrt.UnprocessableEntityError}
574
+ *
575
+ * @example
576
+ * await client.listing.bidThreads.withdrawV1("bid_thread_id", {})
577
+ */
578
+ withdrawV1(bidThreadId, request, requestOptions) {
579
+ return core.HttpResponsePromise.fromPromise(this.__withdrawV1(bidThreadId, request, requestOptions));
580
+ }
581
+ __withdrawV1(bidThreadId, request, requestOptions) {
582
+ return __awaiter(this, void 0, void 0, function* () {
583
+ var _a, _b, _c, _d;
584
+ 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);
585
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
586
+ 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, `listing/bid_threads/withdraw/v1/${encodeURIComponent(bidThreadId)}`),
587
+ method: "POST",
588
+ headers: _headers,
589
+ contentType: "application/json",
590
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
591
+ requestType: "json",
592
+ body: request,
593
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
594
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
595
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
596
+ });
597
+ if (_response.ok) {
598
+ return { data: _response.body, rawResponse: _response.rawResponse };
599
+ }
600
+ if (_response.error.reason === "status-code") {
601
+ switch (_response.error.statusCode) {
602
+ case 422:
603
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
604
+ default:
605
+ throw new errors.ChrtError({
606
+ statusCode: _response.error.statusCode,
607
+ body: _response.error.body,
608
+ rawResponse: _response.rawResponse,
609
+ });
610
+ }
611
+ }
612
+ switch (_response.error.reason) {
613
+ case "non-json":
614
+ throw new errors.ChrtError({
615
+ statusCode: _response.error.statusCode,
616
+ body: _response.error.rawBody,
617
+ rawResponse: _response.rawResponse,
618
+ });
619
+ case "timeout":
620
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /listing/bid_threads/withdraw/v1/{bid_thread_id}.");
621
+ case "unknown":
622
+ throw new errors.ChrtError({
623
+ message: _response.error.errorMessage,
624
+ rawResponse: _response.rawResponse,
625
+ });
626
+ }
627
+ });
628
+ }
629
+ /**
630
+ * Lister confirmation of a bidder's ACCEPT on this thread, used when `listing.auto_award_first_accept == False`. Runs the full award cascade: thread ACCEPTED, listing AWARDED, sibling threads / listings cancelled, shipping + billing side-effects. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (bool)
631
+ *
632
+ * @param {string} bidThreadId
633
+ * @param {BidThreads.RequestOptions} requestOptions - Request-specific configuration.
634
+ *
635
+ * @throws {@link Chrt.UnprocessableEntityError}
636
+ *
637
+ * @example
638
+ * await client.listing.bidThreads.confirmAcceptV1("bid_thread_id")
639
+ */
640
+ confirmAcceptV1(bidThreadId, requestOptions) {
641
+ return core.HttpResponsePromise.fromPromise(this.__confirmAcceptV1(bidThreadId, requestOptions));
642
+ }
643
+ __confirmAcceptV1(bidThreadId, requestOptions) {
644
+ return __awaiter(this, void 0, void 0, function* () {
645
+ var _a, _b, _c, _d;
646
+ 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);
647
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
648
+ 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, `listing/bid_threads/confirm_accept/v1/${encodeURIComponent(bidThreadId)}`),
649
+ method: "POST",
650
+ headers: _headers,
651
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
652
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
653
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
654
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
655
+ });
656
+ if (_response.ok) {
657
+ return { data: _response.body, rawResponse: _response.rawResponse };
658
+ }
659
+ if (_response.error.reason === "status-code") {
660
+ switch (_response.error.statusCode) {
661
+ case 422:
662
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
663
+ default:
664
+ throw new errors.ChrtError({
665
+ statusCode: _response.error.statusCode,
666
+ body: _response.error.body,
667
+ rawResponse: _response.rawResponse,
668
+ });
669
+ }
670
+ }
671
+ switch (_response.error.reason) {
672
+ case "non-json":
673
+ throw new errors.ChrtError({
674
+ statusCode: _response.error.statusCode,
675
+ body: _response.error.rawBody,
676
+ rawResponse: _response.rawResponse,
677
+ });
678
+ case "timeout":
679
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /listing/bid_threads/confirm_accept/v1/{bid_thread_id}.");
680
+ case "unknown":
681
+ throw new errors.ChrtError({
682
+ message: _response.error.errorMessage,
683
+ rawResponse: _response.rawResponse,
684
+ });
685
+ }
686
+ });
687
+ }
688
+ _getAuthorizationHeader() {
689
+ return __awaiter(this, void 0, void 0, function* () {
690
+ const bearer = yield core.Supplier.get(this._options.token);
691
+ if (bearer != null) {
692
+ return `Bearer ${bearer}`;
693
+ }
694
+ return undefined;
695
+ });
696
+ }
697
+ }