@chrt-inc/typescript-sdk 1.824.0 → 1.842.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1243) hide show
  1. package/README.md +2 -2
  2. package/dist/cjs/Client.js +2 -2
  3. package/dist/cjs/api/resources/analytics/resources/shipping/client/Client.d.ts +2 -2
  4. package/dist/cjs/api/resources/analytics/resources/shipping/client/Client.js +2 -2
  5. package/dist/cjs/api/resources/analytics/resources/shipping/client/requests/AnalyticsTimePeriodReq.d.ts +4 -4
  6. package/dist/cjs/api/resources/billing/client/Client.d.ts +12 -12
  7. package/dist/cjs/api/resources/billing/client/Client.js +23 -23
  8. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.ts +13 -13
  9. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.js +59 -59
  10. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.d.ts +2 -2
  11. package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.d.ts +2 -2
  12. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.d.ts +28 -28
  13. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.js +92 -92
  14. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.ts +7 -7
  15. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.d.ts +2 -2
  16. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/index.d.ts +1 -1
  17. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.d.ts +27 -27
  18. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.js +72 -72
  19. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.d.ts +4 -4
  20. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.d.ts +8 -8
  21. package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.d.ts +1 -1
  22. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.d.ts +27 -27
  23. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.js +77 -77
  24. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.d.ts +14 -14
  25. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.d.ts +27 -27
  26. package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.d.ts +1 -1
  27. package/dist/cjs/api/resources/billing/resources/index.d.ts +8 -8
  28. package/dist/cjs/api/resources/billing/resources/index.js +9 -9
  29. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.d.ts +104 -104
  30. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.js +256 -256
  31. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.ts +7 -7
  32. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.ts +5 -5
  33. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.ts +5 -5
  34. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/index.d.ts +1 -1
  35. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.d.ts +21 -21
  36. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.js +52 -52
  37. package/dist/cjs/api/resources/{operations/resources/cases/resources/s3Objects/client/requests/BodyPostCasesS3ObjectsAddV1OperationsCasesS3ObjectsAddV1CaseIdPost.d.ts → billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.d.ts} +1 -1
  38. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.d.ts +1 -1
  39. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.ts +21 -21
  40. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.js +52 -52
  41. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/{BodyLineItemsS3ObjectPostAddV1BillingLineItemsS3ObjectsAddV1LineItemIdPost.d.ts → BodyLineItemsS3ObjectPostAddV1.d.ts} +1 -1
  42. package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.d.ts +1 -1
  43. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/Client.d.ts +27 -27
  44. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/Client.js +72 -72
  45. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.d.ts +2 -2
  46. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.d.ts +3 -3
  47. package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.d.ts +1 -1
  48. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/Client.d.ts +37 -37
  49. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/Client.js +102 -102
  50. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.ts +5 -5
  51. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/index.d.ts +1 -1
  52. package/dist/cjs/api/resources/billing/resources/statements/client/Client.d.ts +115 -115
  53. package/dist/cjs/api/resources/billing/resources/statements/client/Client.js +366 -366
  54. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.ts +7 -7
  55. package/dist/cjs/api/resources/billing/resources/statements/client/requests/index.d.ts +2 -2
  56. package/dist/cjs/api/resources/billing/resources/stripe/client/Client.d.ts +2 -2
  57. package/dist/cjs/api/resources/billing/resources/stripe/client/Client.js +2 -2
  58. package/dist/cjs/api/resources/billing/resources/stripe/client/requests/CreateCheckoutSessionReq.d.ts +3 -3
  59. package/dist/cjs/api/resources/billing/resources/stripeConnect/client/Client.d.ts +8 -8
  60. package/dist/cjs/api/resources/billing/resources/stripeConnect/client/Client.js +19 -19
  61. package/dist/cjs/api/resources/flights/client/Client.d.ts +3 -3
  62. package/dist/cjs/api/resources/flights/client/Client.js +3 -3
  63. package/dist/cjs/api/resources/flights/client/requests/FlightConnectionsSearchReq.d.ts +23 -23
  64. package/dist/cjs/api/resources/integrations/resources/airWaybills/client/Client.d.ts +33 -33
  65. package/dist/cjs/api/resources/integrations/resources/airWaybills/client/Client.js +68 -68
  66. package/dist/cjs/api/resources/integrations/resources/airWaybills/client/requests/ChampAirWaybillClientUpdate1.d.ts +23 -23
  67. package/dist/cjs/api/resources/integrations/resources/cargoaiTrackAndTrace/client/Client.d.ts +16 -16
  68. package/dist/cjs/api/resources/integrations/resources/cargoaiTrackAndTrace/client/Client.js +35 -35
  69. package/dist/cjs/api/resources/integrations/resources/webcargoBookings/client/Client.d.ts +8 -8
  70. package/dist/cjs/api/resources/integrations/resources/webcargoBookings/client/Client.js +16 -16
  71. package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/Client.d.ts +3 -3
  72. package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/Client.js +3 -3
  73. package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/requests/GetWebcargoEmbedReq.d.ts +6 -6
  74. package/dist/cjs/api/resources/listing/client/Client.d.ts +6 -6
  75. package/dist/cjs/api/resources/listing/client/Client.js +12 -12
  76. package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.d.ts +64 -64
  77. package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.js +216 -216
  78. package/dist/cjs/api/resources/listing/resources/bidThreads/client/requests/BidThreadClientCreate1.d.ts +2 -2
  79. package/dist/cjs/api/resources/listing/resources/bidThreads/client/requests/index.d.ts +2 -2
  80. package/dist/cjs/api/resources/listing/resources/driverBiddingGroups/client/Client.d.ts +39 -39
  81. package/dist/cjs/api/resources/listing/resources/driverBiddingGroups/client/Client.js +105 -105
  82. package/dist/cjs/api/resources/listing/resources/driverBiddingGroups/client/requests/DriverBiddingGroupClientCreate1.d.ts +3 -3
  83. package/dist/cjs/api/resources/listing/resources/driverBiddingGroups/client/requests/index.d.ts +1 -1
  84. package/dist/cjs/api/resources/listing/resources/index.d.ts +4 -4
  85. package/dist/cjs/api/resources/listing/resources/index.js +5 -5
  86. package/dist/cjs/api/resources/listing/resources/listings/client/Client.d.ts +79 -79
  87. package/dist/cjs/api/resources/listing/resources/listings/client/Client.js +286 -286
  88. package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingAddDriverParticipantsReq.d.ts +1 -1
  89. package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingAddProviderParticipantsReq.d.ts +1 -1
  90. package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingClientCreate1.d.ts +13 -13
  91. package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingClientUpdate1.d.ts +3 -3
  92. package/dist/cjs/api/resources/listing/resources/listings/client/requests/index.d.ts +6 -6
  93. package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/client/Client.d.ts +39 -39
  94. package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/client/Client.js +105 -105
  95. package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/client/requests/OrgBiddingGroupClientCreate1.d.ts +3 -3
  96. package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/client/requests/index.d.ts +1 -1
  97. package/dist/cjs/api/resources/notifications/resources/adHoc/client/Client.d.ts +36 -36
  98. package/dist/cjs/api/resources/notifications/resources/adHoc/client/Client.js +98 -98
  99. package/dist/cjs/api/resources/notifications/resources/groups/client/Client.d.ts +61 -61
  100. package/dist/cjs/api/resources/notifications/resources/groups/client/Client.js +150 -150
  101. package/dist/cjs/api/resources/notifications/resources/groups/client/requests/NotificationGroupClientCreate1.d.ts +3 -3
  102. package/dist/cjs/api/resources/notifications/resources/groups/client/requests/index.d.ts +1 -1
  103. package/dist/cjs/api/resources/notifications/resources/userPreferences/client/Client.d.ts +8 -8
  104. package/dist/cjs/api/resources/notifications/resources/userPreferences/client/Client.js +16 -16
  105. package/dist/cjs/api/resources/notifications/resources/userPreferences/client/requests/UserNotificationPreferencesUpdateRequest.d.ts +2 -2
  106. package/dist/cjs/api/resources/notifications/resources/webhookSetup/client/Client.d.ts +14 -14
  107. package/dist/cjs/api/resources/notifications/resources/webhookSetup/client/Client.js +28 -28
  108. package/dist/cjs/api/resources/operations/resources/cases/client/Client.d.ts +84 -51
  109. package/dist/cjs/api/resources/operations/resources/cases/client/Client.js +293 -145
  110. package/dist/cjs/api/resources/operations/resources/cases/client/requests/CaseClientUpdate1.d.ts +3 -1
  111. package/dist/cjs/api/resources/operations/resources/cases/client/requests/CasesExpandedListV1Request.d.ts +17 -0
  112. package/dist/cjs/api/resources/operations/resources/cases/client/requests/CasesListV1Request.d.ts +2 -0
  113. package/dist/cjs/api/resources/operations/resources/cases/client/requests/CasesTypeaheadV1Request.d.ts +16 -0
  114. package/dist/cjs/api/resources/operations/resources/cases/client/requests/index.d.ts +5 -3
  115. package/dist/cjs/api/resources/operations/resources/cases/resources/s3Objects/client/Client.d.ts +21 -21
  116. package/dist/cjs/api/resources/operations/resources/cases/resources/s3Objects/client/Client.js +52 -52
  117. package/dist/cjs/api/resources/{shipping/resources/taskGroups/resources/s3Object/client/requests/BodyPostTaskGroupsS3ObjectAddV1ShippingTaskGroupsS3ObjectAddV1TaskGroupIdPost.d.ts → operations/resources/cases/resources/s3Objects/client/requests/BodyPostCasesS3ObjectsAddV1.d.ts} +1 -1
  118. package/dist/cjs/api/resources/operations/resources/cases/resources/s3Objects/client/requests/index.d.ts +1 -1
  119. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/Client.d.ts +2 -2
  120. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/Client.js +2 -2
  121. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.d.ts +4 -4
  122. package/dist/cjs/api/resources/operations/resources/departments/client/Client.d.ts +41 -41
  123. package/dist/cjs/api/resources/operations/resources/departments/client/Client.js +107 -107
  124. package/dist/cjs/api/resources/operations/resources/departments/client/requests/DepartmentClientCreate1.d.ts +4 -4
  125. package/dist/cjs/api/resources/operations/resources/departments/client/requests/DepartmentClientUpdate1.d.ts +1 -1
  126. package/dist/cjs/api/resources/operations/resources/departments/client/requests/index.d.ts +1 -1
  127. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/Client.d.ts +65 -65
  128. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/Client.js +169 -169
  129. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListClientCreate1.d.ts +5 -5
  130. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListClientUpdate1.d.ts +2 -2
  131. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/index.d.ts +3 -3
  132. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.d.ts +66 -66
  133. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.js +184 -184
  134. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientCreate1.d.ts +8 -8
  135. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientUpdate1.d.ts +4 -4
  136. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksBulkUpdateDeadlinesReq1.d.ts +2 -2
  137. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/index.d.ts +4 -4
  138. package/dist/cjs/api/resources/orgs/client/Client.d.ts +6 -6
  139. package/dist/cjs/api/resources/orgs/client/Client.js +20 -20
  140. package/dist/cjs/api/resources/orgs/client/requests/SetupOrgReq.d.ts +2 -2
  141. package/dist/cjs/api/resources/orgs/resources/complianceDocuments/client/Client.d.ts +24 -24
  142. package/dist/cjs/api/resources/orgs/resources/complianceDocuments/client/Client.js +59 -59
  143. package/dist/cjs/api/resources/orgs/resources/complianceDocuments/client/requests/OrgComplianceDocumentClientCreate1.d.ts +4 -4
  144. package/dist/cjs/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.d.ts +21 -21
  145. package/dist/cjs/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.js +57 -57
  146. package/dist/cjs/api/resources/{shipping/resources/taskArtifacts/resources/s3Object/client/requests/BodyPostTaskArtifactsS3ObjectAddV1ShippingTaskArtifactsS3ObjectAddV1TaskArtifactIdPost.d.ts → orgs/resources/complianceDocuments/resources/s3Object/client/requests/BodyPostOrgComplianceDocumentsS3ObjectAddV1.d.ts} +1 -1
  147. package/dist/cjs/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/requests/index.d.ts +1 -1
  148. package/dist/cjs/api/resources/orgs/resources/connections/client/Client.d.ts +34 -34
  149. package/dist/cjs/api/resources/orgs/resources/connections/client/Client.js +117 -117
  150. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/index.d.ts +1 -1
  151. package/dist/cjs/api/resources/orgs/resources/index.d.ts +4 -4
  152. package/dist/cjs/api/resources/orgs/resources/index.js +5 -5
  153. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/Client.d.ts +2 -2
  154. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/Client.js +2 -2
  155. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.d.ts +7 -7
  156. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.d.ts +11 -11
  157. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/Client.d.ts +2 -2
  158. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/Client.js +2 -2
  159. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.d.ts +7 -7
  160. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.d.ts +11 -11
  161. package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/Client.d.ts +2 -2
  162. package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/Client.js +2 -2
  163. package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorClientCreate1.d.ts +3 -3
  164. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/client/Client.d.ts +3 -3
  165. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/client/Client.js +6 -6
  166. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/index.d.ts +2 -2
  167. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/index.js +3 -3
  168. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.d.ts +19 -19
  169. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.js +51 -51
  170. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.d.ts +7 -7
  171. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.d.ts +11 -11
  172. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.d.ts +12 -12
  173. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.js +51 -51
  174. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.d.ts +7 -7
  175. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.d.ts +11 -11
  176. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/Client.d.ts +17 -17
  177. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/Client.js +41 -41
  178. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.d.ts +3 -3
  179. package/dist/cjs/api/resources/orgs/resources/publicData/client/Client.d.ts +13 -13
  180. package/dist/cjs/api/resources/orgs/resources/publicData/client/Client.js +54 -54
  181. package/dist/cjs/api/resources/orgs/resources/publicData/client/requests/UpdateOrgPublicDataReq.d.ts +1 -1
  182. package/dist/cjs/api/resources/shipping/client/Client.d.ts +12 -12
  183. package/dist/cjs/api/resources/shipping/client/Client.js +27 -27
  184. package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.d.ts +97 -97
  185. package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.js +313 -313
  186. package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriverClientCreate1.d.ts +3 -3
  187. package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriverClientUpdate1.d.ts +7 -7
  188. package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriverSelfReportedHoursAndMileageClientCreate1.d.ts +4 -4
  189. package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriverSelfReportedHoursAndMileageClientUpdate1.d.ts +1 -1
  190. package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriverStatsReq.d.ts +3 -3
  191. package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/index.d.ts +5 -5
  192. package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/client/Client.d.ts +23 -23
  193. package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/client/Client.js +43 -43
  194. package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/client/requests/DriverComplianceDocumentClientCreate1.d.ts +4 -4
  195. package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.d.ts +21 -21
  196. package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.js +57 -57
  197. package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/requests/{BodyPostDriverComplianceDocumentsS3ObjectAddV1ShippingDriversComplianceDocumentsS3ObjectAddV1DriverComplianceDocumentIdPost.d.ts → BodyPostDriverComplianceDocumentsS3ObjectAddV1.d.ts} +1 -1
  198. package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/requests/index.d.ts +1 -1
  199. package/dist/cjs/api/resources/shipping/resources/index.d.ts +6 -6
  200. package/dist/cjs/api/resources/shipping/resources/index.js +7 -7
  201. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.d.ts +53 -53
  202. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.js +118 -118
  203. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/{BodyPostShippingOrderDraftsImageToTextV1ShippingOrderDraftsImageToTextV1Post.d.ts → BodyPostShippingOrderDraftsImageToTextV1.d.ts} +1 -1
  204. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrdersDraftUpdateReq.d.ts +5 -5
  205. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.ts +12 -9
  206. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/index.d.ts +3 -3
  207. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/agentic/types/OrderBuilderStreamEvent.d.ts +3 -3
  208. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.d.ts +21 -21
  209. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.js +41 -41
  210. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftAddCargoReq.d.ts +5 -5
  211. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.d.ts +3 -3
  212. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.d.ts +3 -3
  213. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.d.ts +14 -14
  214. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.js +63 -63
  215. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/index.d.ts +6 -6
  216. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/index.js +7 -7
  217. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/task/client/Client.d.ts +15 -15
  218. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/task/client/Client.js +26 -26
  219. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/task/client/requests/OrderDraftAddTaskReqV1.d.ts +4 -4
  220. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/Client.d.ts +2 -2
  221. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/Client.js +2 -2
  222. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.d.ts +4 -4
  223. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.d.ts +46 -46
  224. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.js +79 -79
  225. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.ts +4 -4
  226. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/SetRateSheetsReq.d.ts +2 -2
  227. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/index.d.ts +3 -3
  228. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/Client.d.ts +37 -37
  229. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/Client.js +106 -106
  230. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.d.ts +4 -4
  231. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.d.ts +1 -1
  232. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/index.d.ts +1 -1
  233. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.d.ts +52 -52
  234. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.js +136 -136
  235. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.d.ts +2 -2
  236. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.js +2 -2
  237. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.d.ts +4 -4
  238. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.d.ts +2 -2
  239. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.d.ts +41 -41
  240. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.js +111 -111
  241. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.ts +13 -12
  242. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.ts +17 -15
  243. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/index.d.ts +2 -2
  244. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +30 -30
  245. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +73 -73
  246. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/index.d.ts +1 -1
  247. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +8 -8
  248. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +14 -14
  249. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.d.ts +10 -10
  250. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.js +18 -18
  251. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.d.ts +3 -3
  252. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.ts +36 -36
  253. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.js +76 -76
  254. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/requests/BodyPostTaskArtifactsS3ObjectAddV1.d.ts +13 -0
  255. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/requests/BodyPostTaskArtifactsS3ObjectAddV1.js +5 -0
  256. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/requests/index.d.ts +1 -1
  257. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +146 -146
  258. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +279 -279
  259. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.ts +1 -1
  260. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.ts +1 -1
  261. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.ts +1 -1
  262. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/index.d.ts +5 -5
  263. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.ts +23 -23
  264. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.js +43 -43
  265. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.ts +1 -1
  266. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/index.d.ts +3 -3
  267. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/index.js +4 -4
  268. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.d.ts +21 -21
  269. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.js +52 -52
  270. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/requests/BodyPostTaskGroupsS3ObjectAddV1.d.ts +13 -0
  271. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/requests/BodyPostTaskGroupsS3ObjectAddV1.js +5 -0
  272. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/requests/index.d.ts +1 -1
  273. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.ts +8 -8
  274. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.js +14 -14
  275. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.d.ts +56 -56
  276. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.js +110 -110
  277. package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.d.ts +6 -6
  278. package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/WaitTimeOverrideReq.d.ts +1 -1
  279. package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/index.d.ts +1 -1
  280. package/dist/cjs/api/resources/tracking/resources/devices/client/Client.d.ts +67 -67
  281. package/dist/cjs/api/resources/tracking/resources/devices/client/Client.js +197 -197
  282. package/dist/cjs/api/resources/tracking/resources/devices/client/requests/DeviceClientCreate1.d.ts +5 -5
  283. package/dist/cjs/api/resources/tracking/resources/devices/client/requests/DeviceClientUpdate1.d.ts +3 -3
  284. package/dist/cjs/api/resources/tracking/resources/devices/client/requests/DevicesUpdateSharedOrgsReq1.d.ts +1 -1
  285. package/dist/cjs/api/resources/tracking/resources/devices/client/requests/index.d.ts +5 -5
  286. package/dist/cjs/api/resources/tracking/resources/driver/client/Client.d.ts +3 -3
  287. package/dist/cjs/api/resources/tracking/resources/driver/client/Client.js +3 -3
  288. package/dist/cjs/api/resources/tracking/resources/driver/client/requests/DriverByDriverDataPointClientCreate1.d.ts +4 -4
  289. package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.d.ts +86 -86
  290. package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.js +222 -222
  291. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.ts +5 -5
  292. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionClientUpdate1.d.ts +6 -6
  293. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionSetFlightInfoReq1.d.ts +7 -7
  294. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionsUpdateSharedOrgsReq1.d.ts +1 -1
  295. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/index.d.ts +6 -6
  296. package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/Client.d.ts +28 -28
  297. package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/Client.js +50 -50
  298. package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/requests/CargoByDeviceSharingSettingsUpdateReq.d.ts +3 -3
  299. package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/requests/CargoByDriverSharingSettingsUpdateReq.d.ts +3 -3
  300. package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/requests/TaskGroupByDriverSharingSettingsUpdateReq.d.ts +3 -3
  301. package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/requests/index.d.ts +2 -2
  302. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.d.ts +26 -26
  303. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.js +64 -64
  304. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/CargoByDeviceMarkOutliersRequest1.d.ts +3 -3
  305. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/index.d.ts +3 -3
  306. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.d.ts +23 -23
  307. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.js +51 -51
  308. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/index.d.ts +2 -2
  309. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.d.ts +27 -27
  310. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.js +66 -66
  311. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/SessionByDeviceMarkOutliersRequest1.d.ts +3 -3
  312. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/index.d.ts +3 -3
  313. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.ts +23 -23
  314. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.js +51 -51
  315. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/index.d.ts +2 -2
  316. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.d.ts +15 -15
  317. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.js +60 -60
  318. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/index.d.ts +1 -1
  319. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.d.ts +15 -15
  320. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.js +60 -60
  321. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/index.d.ts +1 -1
  322. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.d.ts +14 -14
  323. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.js +29 -29
  324. package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/index.d.ts +1 -1
  325. package/dist/cjs/api/resources/users/client/Client.d.ts +6 -6
  326. package/dist/cjs/api/resources/users/client/Client.js +6 -6
  327. package/dist/cjs/api/resources/users/resources/directoryEntries/client/Client.d.ts +23 -23
  328. package/dist/cjs/api/resources/users/resources/directoryEntries/client/Client.js +76 -76
  329. package/dist/cjs/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.d.ts +8 -8
  330. package/dist/cjs/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.ts +13 -13
  331. package/dist/cjs/api/resources/users/resources/directoryEntries/client/requests/index.d.ts +1 -1
  332. package/dist/cjs/api/resources/users/resources/index.d.ts +3 -3
  333. package/dist/cjs/api/resources/users/resources/index.js +4 -4
  334. package/dist/cjs/api/resources/users/resources/privateData/client/Client.d.ts +15 -15
  335. package/dist/cjs/api/resources/users/resources/privateData/client/Client.js +59 -59
  336. package/dist/cjs/api/resources/users/resources/privateData/client/requests/UserPrivateDataClientCreate1.d.ts +2 -2
  337. package/dist/cjs/api/resources/users/resources/privateData/client/requests/UserPrivateDataClientUpdate1.d.ts +2 -2
  338. package/dist/cjs/api/resources/users/resources/privateData/client/requests/index.d.ts +1 -1
  339. package/dist/cjs/api/resources/utils/client/Client.d.ts +3 -3
  340. package/dist/cjs/api/resources/utils/client/Client.js +6 -6
  341. package/dist/cjs/api/resources/utils/resources/dev/client/Client.d.ts +39 -24
  342. package/dist/cjs/api/resources/utils/resources/dev/client/Client.js +127 -63
  343. package/dist/cjs/api/resources/utils/resources/dev/client/requests/GeographyReq.d.ts +12 -0
  344. package/dist/cjs/api/resources/utils/resources/dev/client/requests/GeographyReq.js +5 -0
  345. package/dist/cjs/api/resources/utils/resources/dev/client/requests/index.d.ts +1 -0
  346. package/dist/cjs/api/resources/utils/resources/index.d.ts +1 -1
  347. package/dist/cjs/api/resources/utils/resources/index.js +2 -2
  348. package/dist/cjs/api/resources/utils/resources/root/client/Client.d.ts +18 -18
  349. package/dist/cjs/api/resources/utils/resources/root/client/Client.js +35 -35
  350. package/dist/cjs/api/types/AiImageDescription.d.ts +9 -9
  351. package/dist/cjs/api/types/AlertMessage.d.ts +2 -2
  352. package/dist/cjs/api/types/Bid.d.ts +4 -4
  353. package/dist/cjs/api/types/BidAppendReq.d.ts +1 -1
  354. package/dist/cjs/api/types/BidThread1.d.ts +6 -6
  355. package/dist/cjs/api/types/BillingLedger1.d.ts +14 -14
  356. package/dist/cjs/api/types/BillingLedgerPeriod1.d.ts +19 -19
  357. package/dist/cjs/api/types/BillingLineItemGroupMessageWebhookPayload.d.ts +1 -1
  358. package/dist/cjs/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.ts +1 -1
  359. package/dist/cjs/api/types/BillingLineItemS3ObjectAddedWebhookPayload.d.ts +3 -3
  360. package/dist/cjs/api/types/BillingStatementOpenedWebhookPayload.d.ts +1 -1
  361. package/dist/cjs/api/types/BillingStatementPaidWebhookPayload.d.ts +1 -1
  362. package/dist/cjs/api/types/Caller.d.ts +4 -4
  363. package/dist/cjs/api/types/Cargo1.d.ts +19 -19
  364. package/dist/cjs/api/types/CargoAiTrackAndTraceAdditionalInformation.d.ts +2 -2
  365. package/dist/cjs/api/types/CargoAiTrackAndTraceEvent.d.ts +13 -13
  366. package/dist/cjs/api/types/CargoAiTrackAndTraceFlight.d.ts +11 -11
  367. package/dist/cjs/api/types/CargoAiTrackAndTraceSubscription1.d.ts +7 -7
  368. package/dist/cjs/api/types/CargoAiTrackAndTraceUpdate1.d.ts +11 -11
  369. package/dist/cjs/api/types/CargoAiTrackAndTraceWebhookResponse.d.ts +1 -1
  370. package/dist/cjs/api/types/CargoByDeviceDataPoint1.d.ts +4 -4
  371. package/dist/cjs/api/types/CargoByDeviceDataPointMetadata1.d.ts +1 -1
  372. package/dist/cjs/api/types/CargoByDeviceMarkOutliersResponse1.d.ts +1 -1
  373. package/dist/cjs/api/types/CargoByDeviceSharingSettings1.d.ts +6 -6
  374. package/dist/cjs/api/types/CargoByDriverDataPoint1.d.ts +3 -3
  375. package/dist/cjs/api/types/CargoByDriverDataPointMetadata1.d.ts +1 -1
  376. package/dist/cjs/api/types/CargoByDriverSharingSettings1.d.ts +6 -6
  377. package/dist/cjs/api/types/CargoClientCreate1.d.ts +8 -8
  378. package/dist/cjs/api/types/CargoClientUpdate1.d.ts +15 -15
  379. package/dist/cjs/api/types/CargoManifest1.d.ts +8 -8
  380. package/dist/cjs/api/types/CargoOnFlightRateSheet1.d.ts +7 -7
  381. package/dist/cjs/api/types/CargojsonAccounting.d.ts +1 -1
  382. package/dist/cjs/api/types/CargojsonAddress.d.ts +4 -4
  383. package/dist/cjs/api/types/CargojsonAddressing.d.ts +3 -3
  384. package/dist/cjs/api/types/CargojsonAgent.d.ts +3 -3
  385. package/dist/cjs/api/types/CargojsonCharge.d.ts +2 -2
  386. package/dist/cjs/api/types/CargojsonChargeDeclarations.d.ts +3 -3
  387. package/dist/cjs/api/types/CargojsonChargeItem.d.ts +4 -4
  388. package/dist/cjs/api/types/CargojsonChargeSummary.d.ts +3 -3
  389. package/dist/cjs/api/types/CargojsonCollectChargesInDestCurrency.d.ts +3 -3
  390. package/dist/cjs/api/types/CargojsonDimensions.d.ts +2 -2
  391. package/dist/cjs/api/types/CargojsonEdifactData.d.ts +2 -2
  392. package/dist/cjs/api/types/CargojsonOci.d.ts +3 -3
  393. package/dist/cjs/api/types/CargojsonOfficeMessageAddress.d.ts +1 -1
  394. package/dist/cjs/api/types/CargojsonOtherChargeItem.d.ts +3 -3
  395. package/dist/cjs/api/types/CargojsonOtherParticipant.d.ts +1 -1
  396. package/dist/cjs/api/types/CargojsonPackaging.d.ts +4 -4
  397. package/dist/cjs/api/types/CargojsonParticipantAddress.d.ts +1 -1
  398. package/dist/cjs/api/types/CargojsonParticipantIdentifier.d.ts +2 -2
  399. package/dist/cjs/api/types/CargojsonSalesIncentive.d.ts +1 -1
  400. package/dist/cjs/api/types/CargojsonShipmentReferenceInformation.d.ts +1 -1
  401. package/dist/cjs/api/types/CargojsonUld.d.ts +3 -3
  402. package/dist/cjs/api/types/Case1.d.ts +8 -7
  403. package/dist/cjs/api/types/CaseMessage1.d.ts +2 -2
  404. package/dist/cjs/api/types/CaseS3ObjectMetadata1.d.ts +8 -8
  405. package/dist/cjs/api/types/CaseTypeaheadFieldEnum.d.ts +4 -0
  406. package/dist/cjs/api/types/CaseTypeaheadFieldEnum.js +5 -0
  407. package/dist/cjs/api/types/CaseTypeaheadResult.d.ts +8 -0
  408. package/dist/cjs/api/types/CaseTypeaheadResult.js +5 -0
  409. package/dist/cjs/api/types/CasesExpandedListItem.d.ts +15 -0
  410. package/dist/cjs/api/types/CasesExpandedListItem.js +5 -0
  411. package/dist/cjs/api/types/CasesExpandedListRes.d.ts +8 -0
  412. package/dist/cjs/api/types/CasesExpandedListRes.js +5 -0
  413. package/dist/cjs/api/types/CasesExpandedListShippingTaskGroup.d.ts +8 -0
  414. package/dist/cjs/api/types/CasesExpandedListShippingTaskGroup.js +5 -0
  415. package/dist/cjs/api/types/ChampAirWaybill1.d.ts +33 -33
  416. package/dist/cjs/api/types/ChampConfirmationReceipt1.d.ts +10 -10
  417. package/dist/cjs/api/types/ChampFlightStatus1.d.ts +8 -8
  418. package/dist/cjs/api/types/ChampFlightStatusEvent1.d.ts +15 -15
  419. package/dist/cjs/api/types/ChampOriginAndDestination.d.ts +1 -1
  420. package/dist/cjs/api/types/ChampQuantity.d.ts +1 -1
  421. package/dist/cjs/api/types/ChrtGroundProviderRateSheet1.d.ts +17 -17
  422. package/dist/cjs/api/types/CiriumAirportResources.d.ts +3 -3
  423. package/dist/cjs/api/types/CiriumFlightAlertsWebhookResponse.d.ts +1 -1
  424. package/dist/cjs/api/types/CiriumFlightStatus.d.ts +5 -5
  425. package/dist/cjs/api/types/CiriumOperationalTimes.d.ts +4 -4
  426. package/dist/cjs/api/types/CreateLigFromRateSheetForVectorClientReq.d.ts +1 -1
  427. package/dist/cjs/api/types/CredentialInfoRes.d.ts +1 -1
  428. package/dist/cjs/api/types/Department1.d.ts +6 -6
  429. package/dist/cjs/api/types/DepartmentRoutingRule1.d.ts +8 -8
  430. package/dist/cjs/api/types/DeviceExpandedRes.d.ts +3 -3
  431. package/dist/cjs/api/types/DeviceLimitedForList1.d.ts +14 -14
  432. package/dist/cjs/api/types/DevicePausedTimeWindow1.d.ts +1 -1
  433. package/dist/cjs/api/types/DirectoryEntry1.d.ts +13 -13
  434. package/dist/cjs/api/types/Driver1.d.ts +13 -13
  435. package/dist/cjs/api/types/DriverAnalyticsTaskGroup.d.ts +2 -2
  436. package/dist/cjs/api/types/DriverBiddingGroup1.d.ts +7 -7
  437. package/dist/cjs/api/types/DriverComplianceDocument1.d.ts +5 -5
  438. package/dist/cjs/api/types/DriverComplianceDocumentS3ObjectMetadata1.d.ts +8 -8
  439. package/dist/cjs/api/types/DriverSelfReportedHoursAndMileage1.d.ts +6 -6
  440. package/dist/cjs/api/types/DriverUpdateRes.d.ts +1 -1
  441. package/dist/cjs/api/types/DriverWithActiveTaskGroupIds1.d.ts +14 -14
  442. package/dist/cjs/api/types/FirebaseCloudMessagingTokenData1.d.ts +1 -1
  443. package/dist/cjs/api/types/FlightConnection.d.ts +1 -1
  444. package/dist/cjs/api/types/FlightConnectionLeg.d.ts +10 -10
  445. package/dist/cjs/api/types/FlightLeg1.d.ts +18 -18
  446. package/dist/cjs/api/types/FlightLegClientCreate1.d.ts +6 -6
  447. package/dist/cjs/api/types/FlightLegWebhookInfo.d.ts +6 -6
  448. package/dist/cjs/api/types/FlightTrackPosition1.d.ts +3 -3
  449. package/dist/cjs/api/types/FlightTrackRes.d.ts +3 -3
  450. package/dist/cjs/api/types/GeographyRes.d.ts +6 -0
  451. package/dist/cjs/api/types/GeographyRes.js +5 -0
  452. package/dist/cjs/api/types/InternalDelegationJwtReq.d.ts +1 -1
  453. package/dist/cjs/api/types/LineItem1.d.ts +15 -15
  454. package/dist/cjs/api/types/LineItemClientCreate1.d.ts +5 -5
  455. package/dist/cjs/api/types/LineItemGroup1.d.ts +25 -25
  456. package/dist/cjs/api/types/LineItemGroupLineItemsRes.d.ts +2 -2
  457. package/dist/cjs/api/types/LineItemGroupMessage1.d.ts +2 -2
  458. package/dist/cjs/api/types/LineItemGroupS3ObjectMetadata1.d.ts +8 -8
  459. package/dist/cjs/api/types/LineItemS3ObjectMetadata1.d.ts +8 -8
  460. package/dist/cjs/api/types/Listing1.d.ts +19 -19
  461. package/dist/cjs/api/types/ListingBidThreadActionAddedWebhookPayload.d.ts +7 -7
  462. package/dist/cjs/api/types/ListingLimitedForBidder1.d.ts +17 -17
  463. package/dist/cjs/api/types/ListingListingDriverInvitedToBidWebhookPayload.d.ts +3 -3
  464. package/dist/cjs/api/types/ListingListingProviderInvitedToBidWebhookPayload.d.ts +3 -3
  465. package/dist/cjs/api/types/ListingTaskForBidder1.d.ts +1 -1
  466. package/dist/cjs/api/types/LocationFeature.d.ts +2 -2
  467. package/dist/cjs/api/types/NotificationGroup1.d.ts +7 -7
  468. package/dist/cjs/api/types/NotificationGroupLimitedForDriver1.d.ts +5 -5
  469. package/dist/cjs/api/types/NotificationIntentAdHoc1.d.ts +4 -4
  470. package/dist/cjs/api/types/NotificationIntentAdHocClientCreate1.d.ts +1 -1
  471. package/dist/cjs/api/types/NotificationUserPreferences1.d.ts +5 -5
  472. package/dist/cjs/api/types/OffChrtProviderOrg1.d.ts +10 -10
  473. package/dist/cjs/api/types/OffChrtShipperOrg1.d.ts +10 -10
  474. package/dist/cjs/api/types/OffChrtVendor1.d.ts +3 -3
  475. package/dist/cjs/api/types/OnboardCourierRateSheet1.d.ts +3 -3
  476. package/dist/cjs/api/types/OperationsCaseGroupAssignedWebhookPayload.d.ts +5 -5
  477. package/dist/cjs/api/types/OperationsCaseMessageWebhookPayload.d.ts +5 -5
  478. package/dist/cjs/api/types/OperationsCaseOperatorAssignedWebhookPayload.d.ts +5 -5
  479. package/dist/cjs/api/types/OperationsCaseS3ObjectAddedWebhookPayload.d.ts +5 -5
  480. package/dist/cjs/api/types/OperationsTask1.d.ts +13 -13
  481. package/dist/cjs/api/types/OperationsTaskComment1.d.ts +2 -2
  482. package/dist/cjs/api/types/OperationsTaskDeadlineUpdate1.d.ts +1 -1
  483. package/dist/cjs/api/types/OperationsTaskList1.d.ts +8 -8
  484. package/dist/cjs/api/types/OperationsTaskListEntry1.d.ts +3 -3
  485. package/dist/cjs/api/types/OperationsTaskListEntryClientCreate1.d.ts +3 -3
  486. package/dist/cjs/api/types/Order1.d.ts +20 -20
  487. package/dist/cjs/api/types/OrderAndTaskGroupExpandedReq.d.ts +6 -6
  488. package/dist/cjs/api/types/OrderBuilderReq.d.ts +2 -2
  489. package/dist/cjs/api/types/OrderBuilderRes.d.ts +2 -2
  490. package/dist/cjs/api/types/OrderDraftExpanded.d.ts +4 -4
  491. package/dist/cjs/api/types/OrderDraftValidationRequirements.d.ts +5 -5
  492. package/dist/cjs/api/types/OrderDraftValidationResult.d.ts +1 -1
  493. package/dist/cjs/api/types/OrderExpanded.d.ts +3 -3
  494. package/dist/cjs/api/types/OrderGroup1.d.ts +10 -10
  495. package/dist/cjs/api/types/OrderManifest1.d.ts +5 -5
  496. package/dist/cjs/api/types/OrderManifestValidationRequirements.d.ts +5 -5
  497. package/dist/cjs/api/types/OrderSchedule1.d.ts +12 -12
  498. package/dist/cjs/api/types/OrderScheduleAboutRes.d.ts +2 -2
  499. package/dist/cjs/api/types/OrderScheduleOrchestratorScheduleStatus.d.ts +2 -2
  500. package/dist/cjs/api/types/OrderScheduleSpec1.d.ts +1 -1
  501. package/dist/cjs/api/types/OrderTemplate1.d.ts +17 -15
  502. package/dist/cjs/api/types/OrderTemplateCore1.d.ts +9 -8
  503. package/dist/cjs/api/types/OrderTemplateExpanded1.d.ts +6 -4
  504. package/dist/cjs/api/types/OrderTemplateOrgInfo1.d.ts +2 -2
  505. package/dist/cjs/api/types/OrderTemplateResolvabilityRes.d.ts +4 -4
  506. package/dist/cjs/api/types/OrderTypeaheadValue.d.ts +1 -1
  507. package/dist/cjs/api/types/OrdersDraftUpdateRes.d.ts +5 -5
  508. package/dist/cjs/api/types/OrgBiddingGroup1.d.ts +6 -6
  509. package/dist/cjs/api/types/OrgComplianceDocument1.d.ts +5 -5
  510. package/dist/cjs/api/types/OrgComplianceDocumentS3ObjectMetadata1.d.ts +8 -8
  511. package/dist/cjs/api/types/OrgInfoResponse.d.ts +6 -6
  512. package/dist/cjs/api/types/OrgMemberDetails.d.ts +2 -2
  513. package/dist/cjs/api/types/OrgMembersAndDrivers.d.ts +1 -1
  514. package/dist/cjs/api/types/OrgPrivateData1.d.ts +6 -6
  515. package/dist/cjs/api/types/OrgPublicData1.d.ts +5 -5
  516. package/dist/cjs/api/types/PingRes.d.ts +3 -3
  517. package/dist/cjs/api/types/ProFormaLineItem1.d.ts +7 -7
  518. package/dist/cjs/api/types/ProviderConnectionRes.d.ts +1 -1
  519. package/dist/cjs/api/types/ProviderOrgInfoForConnections1.d.ts +6 -6
  520. package/dist/cjs/api/types/ProviderOrgProfile1.d.ts +4 -4
  521. package/dist/cjs/api/types/ProviderProviderConnection1.d.ts +5 -5
  522. package/dist/cjs/api/types/RateSheetMapping1.d.ts +6 -6
  523. package/dist/cjs/api/types/ScheduleCalendarSpec.d.ts +12 -5
  524. package/dist/cjs/api/types/ScheduleIntervalSpec.d.ts +5 -0
  525. package/dist/cjs/api/types/ScheduleRange.d.ts +4 -1
  526. package/dist/cjs/api/types/Session1.d.ts +19 -19
  527. package/dist/cjs/api/types/SessionByDeviceDataPoint1.d.ts +5 -5
  528. package/dist/cjs/api/types/SessionByDeviceDataPointMetadata1.d.ts +1 -1
  529. package/dist/cjs/api/types/SessionByDeviceMarkOutliersResponse1.d.ts +1 -1
  530. package/dist/cjs/api/types/ShipperConnectionRes.d.ts +1 -1
  531. package/dist/cjs/api/types/ShipperOrgInfoForConnections1.d.ts +6 -6
  532. package/dist/cjs/api/types/ShipperProviderConnection1.d.ts +5 -5
  533. package/dist/cjs/api/types/ShippingOrderCancelledWebhookPayload.d.ts +1 -1
  534. package/dist/cjs/api/types/ShippingOrderCompletedWebhookPayload.d.ts +1 -1
  535. package/dist/cjs/api/types/ShippingOrderStagedWebhookPayload.d.ts +1 -1
  536. package/dist/cjs/api/types/ShippingTaskAddedWebhookPayload.d.ts +5 -5
  537. package/dist/cjs/api/types/ShippingTaskAttemptedWebhookPayload.d.ts +5 -5
  538. package/dist/cjs/api/types/ShippingTaskCompletedWebhookPayload.d.ts +5 -5
  539. package/dist/cjs/api/types/ShippingTaskDeletedWebhookPayload.d.ts +5 -5
  540. package/dist/cjs/api/types/ShippingTaskExecutorOrgNoteAddedWebhookPayload.d.ts +3 -3
  541. package/dist/cjs/api/types/ShippingTaskGroupDriverAssignedWebhookPayload.d.ts +3 -3
  542. package/dist/cjs/api/types/ShippingTaskGroupFlightInfoUpdatedWebhookPayload.d.ts +3 -3
  543. package/dist/cjs/api/types/ShippingTaskGroupInProgressWebhookPayload.d.ts +1 -1
  544. package/dist/cjs/api/types/ShippingTaskGroupMessageWebhookPayload.d.ts +3 -3
  545. package/dist/cjs/api/types/ShippingTaskGroupProviderAssignedWebhookPayload.d.ts +3 -3
  546. package/dist/cjs/api/types/ShippingTaskGroupS3ObjectAddedWebhookPayload.d.ts +1 -1
  547. package/dist/cjs/api/types/ShippingTaskGroupTasksOrderingUpdatedWebhookPayload.d.ts +1 -1
  548. package/dist/cjs/api/types/ShippingTaskSkippedWebhookPayload.d.ts +5 -5
  549. package/dist/cjs/api/types/ShippingTaskTaskArtifactCompletedWebhookPayload.d.ts +5 -5
  550. package/dist/cjs/api/types/ShippingTurnClientCreate1.d.ts +8 -8
  551. package/dist/cjs/api/types/Statement1.d.ts +26 -26
  552. package/dist/cjs/api/types/StatementExpandedListItem.d.ts +1 -1
  553. package/dist/cjs/api/types/StatementExpandedRes.d.ts +1 -1
  554. package/dist/cjs/api/types/StationaryCluster.d.ts +3 -3
  555. package/dist/cjs/api/types/Task1.d.ts +25 -25
  556. package/dist/cjs/api/types/TaskArtifact1.d.ts +20 -20
  557. package/dist/cjs/api/types/TaskArtifactClientCreate1.d.ts +1 -1
  558. package/dist/cjs/api/types/TaskArtifactS3ObjectMetadata1.d.ts +9 -9
  559. package/dist/cjs/api/types/TaskClientCreate1.d.ts +5 -5
  560. package/dist/cjs/api/types/TaskClientUpdate1.d.ts +2 -2
  561. package/dist/cjs/api/types/TaskExecutorOrgNote1.d.ts +2 -2
  562. package/dist/cjs/api/types/TaskExpanded.d.ts +2 -2
  563. package/dist/cjs/api/types/TaskGroup1.d.ts +37 -37
  564. package/dist/cjs/api/types/TaskGroupByDriverDataPoint1.d.ts +3 -3
  565. package/dist/cjs/api/types/TaskGroupByDriverDataPointMetadata1.d.ts +1 -1
  566. package/dist/cjs/api/types/TaskGroupByDriverSharingSettings1.d.ts +6 -6
  567. package/dist/cjs/api/types/TaskGroupExpanded.d.ts +11 -11
  568. package/dist/cjs/api/types/TaskGroupManifest1.d.ts +3 -3
  569. package/dist/cjs/api/types/TaskGroupMessage1.d.ts +2 -2
  570. package/dist/cjs/api/types/TaskGroupQuoteResp.d.ts +9 -9
  571. package/dist/cjs/api/types/TaskGroupS3ObjectMetadata1.d.ts +8 -8
  572. package/dist/cjs/api/types/TaskManifest1.d.ts +6 -6
  573. package/dist/cjs/api/types/TaskWaitTimeGeofenceRes.d.ts +2 -2
  574. package/dist/cjs/api/types/TimezoneResponse.d.ts +1 -1
  575. package/dist/cjs/api/types/TiveDataPoint1.d.ts +9 -9
  576. package/dist/cjs/api/types/TiveDataPointMetadata1.d.ts +2 -2
  577. package/dist/cjs/api/types/TiveDevice1.d.ts +5 -5
  578. package/dist/cjs/api/types/TiveShipment1.d.ts +4 -4
  579. package/dist/cjs/api/types/TiveTimeseriesSyncRes.d.ts +2 -2
  580. package/dist/cjs/api/types/TrackingSessionDestinationGeofenceEnteredWebhookPayload.d.ts +1 -1
  581. package/dist/cjs/api/types/TrackingSharingSettingsRes.d.ts +1 -1
  582. package/dist/cjs/api/types/TrackingWebhookResponse.d.ts +1 -1
  583. package/dist/cjs/api/types/UngroupedOrderRow.d.ts +1 -1
  584. package/dist/cjs/api/types/UserPrivateData1.d.ts +5 -5
  585. package/dist/cjs/api/types/UserPublicData1.d.ts +2 -2
  586. package/dist/cjs/api/types/ValidationError.d.ts +2 -2
  587. package/dist/cjs/api/types/ValidationIssueScope.d.ts +1 -1
  588. package/dist/cjs/api/types/Vehicle1.d.ts +1 -1
  589. package/dist/cjs/api/types/WebcargoAccountId.d.ts +1 -1
  590. package/dist/cjs/api/types/WebcargoBookingRate.d.ts +10 -10
  591. package/dist/cjs/api/types/WebcargoBookingRecord1.d.ts +7 -7
  592. package/dist/cjs/api/types/WebcargoBusinessInfo.d.ts +1 -1
  593. package/dist/cjs/api/types/WebcargoContact.d.ts +1 -1
  594. package/dist/cjs/api/types/WebcargoDimension.d.ts +2 -2
  595. package/dist/cjs/api/types/WebcargoDocumentIdentifier.d.ts +1 -1
  596. package/dist/cjs/api/types/WebcargoFee.d.ts +5 -5
  597. package/dist/cjs/api/types/WebcargoLeg.d.ts +2 -2
  598. package/dist/cjs/api/types/WebcargoLoad.d.ts +2 -2
  599. package/dist/cjs/api/types/WebcargoLocation.d.ts +3 -3
  600. package/dist/cjs/api/types/WebcargoPackage.d.ts +2 -2
  601. package/dist/cjs/api/types/WebcargoParty.d.ts +3 -3
  602. package/dist/cjs/api/types/WebcargoPostalAddress.d.ts +5 -5
  603. package/dist/cjs/api/types/WebcargoPriceIndicator.d.ts +1 -1
  604. package/dist/cjs/api/types/WebcargoSegment.d.ts +12 -12
  605. package/dist/cjs/api/types/WebcargoShipment.d.ts +1 -1
  606. package/dist/cjs/api/types/WebhookAppPortalAccessRes.d.ts +1 -1
  607. package/dist/cjs/api/types/WorkflowActor.d.ts +3 -3
  608. package/dist/cjs/api/types/index.d.ts +6 -0
  609. package/dist/cjs/api/types/index.js +6 -0
  610. package/dist/cjs/version.d.ts +1 -1
  611. package/dist/cjs/version.js +1 -1
  612. package/dist/esm/Client.mjs +2 -2
  613. package/dist/esm/api/resources/analytics/resources/shipping/client/Client.d.mts +2 -2
  614. package/dist/esm/api/resources/analytics/resources/shipping/client/Client.mjs +2 -2
  615. package/dist/esm/api/resources/analytics/resources/shipping/client/requests/AnalyticsTimePeriodReq.d.mts +4 -4
  616. package/dist/esm/api/resources/billing/client/Client.d.mts +12 -12
  617. package/dist/esm/api/resources/billing/client/Client.mjs +16 -16
  618. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.mts +13 -13
  619. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.mjs +59 -59
  620. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.d.mts +2 -2
  621. package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.d.mts +2 -2
  622. package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.d.mts +28 -28
  623. package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.mjs +92 -92
  624. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.mts +7 -7
  625. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.d.mts +2 -2
  626. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/index.d.mts +1 -1
  627. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.d.mts +27 -27
  628. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.mjs +72 -72
  629. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.d.mts +4 -4
  630. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.d.mts +8 -8
  631. package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.d.mts +1 -1
  632. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.d.mts +27 -27
  633. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.mjs +77 -77
  634. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.d.mts +14 -14
  635. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.d.mts +27 -27
  636. package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.d.mts +1 -1
  637. package/dist/esm/api/resources/billing/resources/index.d.mts +8 -8
  638. package/dist/esm/api/resources/billing/resources/index.mjs +8 -8
  639. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.d.mts +104 -104
  640. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.mjs +256 -256
  641. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.mts +7 -7
  642. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.mts +5 -5
  643. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.mts +5 -5
  644. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/index.d.mts +1 -1
  645. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.d.mts +21 -21
  646. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.mjs +52 -52
  647. package/dist/esm/api/resources/{operations/resources/cases/resources/s3Objects/client/requests/BodyPostCasesS3ObjectsAddV1OperationsCasesS3ObjectsAddV1CaseIdPost.d.mts → billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1.d.mts} +1 -1
  648. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/index.d.mts +1 -1
  649. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.mts +21 -21
  650. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.mjs +52 -52
  651. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/{BodyLineItemsS3ObjectPostAddV1BillingLineItemsS3ObjectsAddV1LineItemIdPost.d.mts → BodyLineItemsS3ObjectPostAddV1.d.mts} +1 -1
  652. package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.d.mts +1 -1
  653. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/Client.d.mts +27 -27
  654. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/Client.mjs +72 -72
  655. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.d.mts +2 -2
  656. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.d.mts +3 -3
  657. package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.d.mts +1 -1
  658. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.d.mts +37 -37
  659. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.mjs +102 -102
  660. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.mts +5 -5
  661. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/index.d.mts +1 -1
  662. package/dist/esm/api/resources/billing/resources/statements/client/Client.d.mts +115 -115
  663. package/dist/esm/api/resources/billing/resources/statements/client/Client.mjs +366 -366
  664. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.mts +7 -7
  665. package/dist/esm/api/resources/billing/resources/statements/client/requests/index.d.mts +2 -2
  666. package/dist/esm/api/resources/billing/resources/stripe/client/Client.d.mts +2 -2
  667. package/dist/esm/api/resources/billing/resources/stripe/client/Client.mjs +2 -2
  668. package/dist/esm/api/resources/billing/resources/stripe/client/requests/CreateCheckoutSessionReq.d.mts +3 -3
  669. package/dist/esm/api/resources/billing/resources/stripeConnect/client/Client.d.mts +8 -8
  670. package/dist/esm/api/resources/billing/resources/stripeConnect/client/Client.mjs +19 -19
  671. package/dist/esm/api/resources/flights/client/Client.d.mts +3 -3
  672. package/dist/esm/api/resources/flights/client/Client.mjs +3 -3
  673. package/dist/esm/api/resources/flights/client/requests/FlightConnectionsSearchReq.d.mts +23 -23
  674. package/dist/esm/api/resources/integrations/resources/airWaybills/client/Client.d.mts +33 -33
  675. package/dist/esm/api/resources/integrations/resources/airWaybills/client/Client.mjs +68 -68
  676. package/dist/esm/api/resources/integrations/resources/airWaybills/client/requests/ChampAirWaybillClientUpdate1.d.mts +23 -23
  677. package/dist/esm/api/resources/integrations/resources/cargoaiTrackAndTrace/client/Client.d.mts +16 -16
  678. package/dist/esm/api/resources/integrations/resources/cargoaiTrackAndTrace/client/Client.mjs +35 -35
  679. package/dist/esm/api/resources/integrations/resources/webcargoBookings/client/Client.d.mts +8 -8
  680. package/dist/esm/api/resources/integrations/resources/webcargoBookings/client/Client.mjs +16 -16
  681. package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/Client.d.mts +3 -3
  682. package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/Client.mjs +3 -3
  683. package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/requests/GetWebcargoEmbedReq.d.mts +6 -6
  684. package/dist/esm/api/resources/listing/client/Client.d.mts +6 -6
  685. package/dist/esm/api/resources/listing/client/Client.mjs +10 -10
  686. package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.d.mts +64 -64
  687. package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.mjs +216 -216
  688. package/dist/esm/api/resources/listing/resources/bidThreads/client/requests/BidThreadClientCreate1.d.mts +2 -2
  689. package/dist/esm/api/resources/listing/resources/bidThreads/client/requests/index.d.mts +2 -2
  690. package/dist/esm/api/resources/listing/resources/driverBiddingGroups/client/Client.d.mts +39 -39
  691. package/dist/esm/api/resources/listing/resources/driverBiddingGroups/client/Client.mjs +105 -105
  692. package/dist/esm/api/resources/listing/resources/driverBiddingGroups/client/requests/DriverBiddingGroupClientCreate1.d.mts +3 -3
  693. package/dist/esm/api/resources/listing/resources/driverBiddingGroups/client/requests/index.d.mts +1 -1
  694. package/dist/esm/api/resources/listing/resources/index.d.mts +4 -4
  695. package/dist/esm/api/resources/listing/resources/index.mjs +4 -4
  696. package/dist/esm/api/resources/listing/resources/listings/client/Client.d.mts +79 -79
  697. package/dist/esm/api/resources/listing/resources/listings/client/Client.mjs +286 -286
  698. package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingAddDriverParticipantsReq.d.mts +1 -1
  699. package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingAddProviderParticipantsReq.d.mts +1 -1
  700. package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingClientCreate1.d.mts +13 -13
  701. package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingClientUpdate1.d.mts +3 -3
  702. package/dist/esm/api/resources/listing/resources/listings/client/requests/index.d.mts +6 -6
  703. package/dist/esm/api/resources/listing/resources/orgBiddingGroups/client/Client.d.mts +39 -39
  704. package/dist/esm/api/resources/listing/resources/orgBiddingGroups/client/Client.mjs +105 -105
  705. package/dist/esm/api/resources/listing/resources/orgBiddingGroups/client/requests/OrgBiddingGroupClientCreate1.d.mts +3 -3
  706. package/dist/esm/api/resources/listing/resources/orgBiddingGroups/client/requests/index.d.mts +1 -1
  707. package/dist/esm/api/resources/notifications/resources/adHoc/client/Client.d.mts +36 -36
  708. package/dist/esm/api/resources/notifications/resources/adHoc/client/Client.mjs +98 -98
  709. package/dist/esm/api/resources/notifications/resources/groups/client/Client.d.mts +61 -61
  710. package/dist/esm/api/resources/notifications/resources/groups/client/Client.mjs +150 -150
  711. package/dist/esm/api/resources/notifications/resources/groups/client/requests/NotificationGroupClientCreate1.d.mts +3 -3
  712. package/dist/esm/api/resources/notifications/resources/groups/client/requests/index.d.mts +1 -1
  713. package/dist/esm/api/resources/notifications/resources/userPreferences/client/Client.d.mts +8 -8
  714. package/dist/esm/api/resources/notifications/resources/userPreferences/client/Client.mjs +16 -16
  715. package/dist/esm/api/resources/notifications/resources/userPreferences/client/requests/UserNotificationPreferencesUpdateRequest.d.mts +2 -2
  716. package/dist/esm/api/resources/notifications/resources/webhookSetup/client/Client.d.mts +14 -14
  717. package/dist/esm/api/resources/notifications/resources/webhookSetup/client/Client.mjs +28 -28
  718. package/dist/esm/api/resources/operations/resources/cases/client/Client.d.mts +84 -51
  719. package/dist/esm/api/resources/operations/resources/cases/client/Client.mjs +293 -145
  720. package/dist/esm/api/resources/operations/resources/cases/client/requests/CaseClientUpdate1.d.mts +3 -1
  721. package/dist/esm/api/resources/operations/resources/cases/client/requests/CasesExpandedListV1Request.d.mts +17 -0
  722. package/dist/esm/api/resources/operations/resources/cases/client/requests/CasesListV1Request.d.mts +2 -0
  723. package/dist/esm/api/resources/operations/resources/cases/client/requests/CasesTypeaheadV1Request.d.mts +16 -0
  724. package/dist/esm/api/resources/operations/resources/cases/client/requests/index.d.mts +5 -3
  725. package/dist/esm/api/resources/operations/resources/cases/resources/s3Objects/client/Client.d.mts +21 -21
  726. package/dist/esm/api/resources/operations/resources/cases/resources/s3Objects/client/Client.mjs +52 -52
  727. package/dist/esm/api/resources/{shipping/resources/taskGroups/resources/s3Object/client/requests/BodyPostTaskGroupsS3ObjectAddV1ShippingTaskGroupsS3ObjectAddV1TaskGroupIdPost.d.mts → operations/resources/cases/resources/s3Objects/client/requests/BodyPostCasesS3ObjectsAddV1.d.mts} +1 -1
  728. package/dist/esm/api/resources/operations/resources/cases/resources/s3Objects/client/requests/index.d.mts +1 -1
  729. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.d.mts +2 -2
  730. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.mjs +2 -2
  731. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.d.mts +4 -4
  732. package/dist/esm/api/resources/operations/resources/departments/client/Client.d.mts +41 -41
  733. package/dist/esm/api/resources/operations/resources/departments/client/Client.mjs +107 -107
  734. package/dist/esm/api/resources/operations/resources/departments/client/requests/DepartmentClientCreate1.d.mts +4 -4
  735. package/dist/esm/api/resources/operations/resources/departments/client/requests/DepartmentClientUpdate1.d.mts +1 -1
  736. package/dist/esm/api/resources/operations/resources/departments/client/requests/index.d.mts +1 -1
  737. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/Client.d.mts +65 -65
  738. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/Client.mjs +169 -169
  739. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListClientCreate1.d.mts +5 -5
  740. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListClientUpdate1.d.mts +2 -2
  741. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/index.d.mts +3 -3
  742. package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.d.mts +66 -66
  743. package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.mjs +184 -184
  744. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientCreate1.d.mts +8 -8
  745. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientUpdate1.d.mts +4 -4
  746. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksBulkUpdateDeadlinesReq1.d.mts +2 -2
  747. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/index.d.mts +4 -4
  748. package/dist/esm/api/resources/orgs/client/Client.d.mts +6 -6
  749. package/dist/esm/api/resources/orgs/client/Client.mjs +8 -8
  750. package/dist/esm/api/resources/orgs/client/requests/SetupOrgReq.d.mts +2 -2
  751. package/dist/esm/api/resources/orgs/resources/complianceDocuments/client/Client.d.mts +24 -24
  752. package/dist/esm/api/resources/orgs/resources/complianceDocuments/client/Client.mjs +59 -59
  753. package/dist/esm/api/resources/orgs/resources/complianceDocuments/client/requests/OrgComplianceDocumentClientCreate1.d.mts +4 -4
  754. package/dist/esm/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.d.mts +21 -21
  755. package/dist/esm/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.mjs +57 -57
  756. package/dist/esm/api/resources/{shipping/resources/taskArtifacts/resources/s3Object/client/requests/BodyPostTaskArtifactsS3ObjectAddV1ShippingTaskArtifactsS3ObjectAddV1TaskArtifactIdPost.d.mts → orgs/resources/complianceDocuments/resources/s3Object/client/requests/BodyPostOrgComplianceDocumentsS3ObjectAddV1.d.mts} +1 -1
  757. package/dist/esm/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/requests/index.d.mts +1 -1
  758. package/dist/esm/api/resources/orgs/resources/connections/client/Client.d.mts +34 -34
  759. package/dist/esm/api/resources/orgs/resources/connections/client/Client.mjs +117 -117
  760. package/dist/esm/api/resources/orgs/resources/connections/client/requests/index.d.mts +1 -1
  761. package/dist/esm/api/resources/orgs/resources/index.d.mts +4 -4
  762. package/dist/esm/api/resources/orgs/resources/index.mjs +4 -4
  763. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/Client.d.mts +2 -2
  764. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/Client.mjs +2 -2
  765. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.d.mts +7 -7
  766. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.d.mts +11 -11
  767. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/Client.d.mts +2 -2
  768. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/Client.mjs +2 -2
  769. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.d.mts +7 -7
  770. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.d.mts +11 -11
  771. package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/Client.d.mts +2 -2
  772. package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/Client.mjs +2 -2
  773. package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorClientCreate1.d.mts +3 -3
  774. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/client/Client.d.mts +3 -3
  775. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/client/Client.mjs +5 -5
  776. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/index.d.mts +2 -2
  777. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/index.mjs +2 -2
  778. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.d.mts +19 -19
  779. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.mjs +51 -51
  780. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.d.mts +7 -7
  781. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.d.mts +11 -11
  782. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.d.mts +12 -12
  783. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.mjs +51 -51
  784. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.d.mts +7 -7
  785. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.d.mts +11 -11
  786. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/Client.d.mts +17 -17
  787. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/Client.mjs +41 -41
  788. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.d.mts +3 -3
  789. package/dist/esm/api/resources/orgs/resources/publicData/client/Client.d.mts +13 -13
  790. package/dist/esm/api/resources/orgs/resources/publicData/client/Client.mjs +54 -54
  791. package/dist/esm/api/resources/orgs/resources/publicData/client/requests/UpdateOrgPublicDataReq.d.mts +1 -1
  792. package/dist/esm/api/resources/shipping/client/Client.d.mts +12 -12
  793. package/dist/esm/api/resources/shipping/client/Client.mjs +20 -20
  794. package/dist/esm/api/resources/shipping/resources/drivers/client/Client.d.mts +97 -97
  795. package/dist/esm/api/resources/shipping/resources/drivers/client/Client.mjs +313 -313
  796. package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriverClientCreate1.d.mts +3 -3
  797. package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriverClientUpdate1.d.mts +7 -7
  798. package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriverSelfReportedHoursAndMileageClientCreate1.d.mts +4 -4
  799. package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriverSelfReportedHoursAndMileageClientUpdate1.d.mts +1 -1
  800. package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriverStatsReq.d.mts +3 -3
  801. package/dist/esm/api/resources/shipping/resources/drivers/client/requests/index.d.mts +5 -5
  802. package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/client/Client.d.mts +23 -23
  803. package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/client/Client.mjs +43 -43
  804. package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/client/requests/DriverComplianceDocumentClientCreate1.d.mts +4 -4
  805. package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.d.mts +21 -21
  806. package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.mjs +57 -57
  807. package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/requests/{BodyPostDriverComplianceDocumentsS3ObjectAddV1ShippingDriversComplianceDocumentsS3ObjectAddV1DriverComplianceDocumentIdPost.d.mts → BodyPostDriverComplianceDocumentsS3ObjectAddV1.d.mts} +1 -1
  808. package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/requests/index.d.mts +1 -1
  809. package/dist/esm/api/resources/shipping/resources/index.d.mts +6 -6
  810. package/dist/esm/api/resources/shipping/resources/index.mjs +6 -6
  811. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.d.mts +53 -53
  812. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.mjs +114 -114
  813. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/{BodyPostShippingOrderDraftsImageToTextV1ShippingOrderDraftsImageToTextV1Post.d.mts → BodyPostShippingOrderDraftsImageToTextV1.d.mts} +1 -1
  814. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrdersDraftUpdateReq.d.mts +5 -5
  815. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.mts +12 -9
  816. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/index.d.mts +3 -3
  817. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/agentic/types/OrderBuilderStreamEvent.d.mts +3 -3
  818. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.d.mts +21 -21
  819. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.mjs +41 -41
  820. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftAddCargoReq.d.mts +5 -5
  821. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.d.mts +3 -3
  822. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.d.mts +3 -3
  823. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.d.mts +14 -14
  824. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.mjs +63 -63
  825. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/index.d.mts +6 -6
  826. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/index.mjs +6 -6
  827. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/task/client/Client.d.mts +15 -15
  828. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/task/client/Client.mjs +26 -26
  829. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/task/client/requests/OrderDraftAddTaskReqV1.d.mts +4 -4
  830. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/Client.d.mts +2 -2
  831. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/Client.mjs +2 -2
  832. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.d.mts +4 -4
  833. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.d.mts +46 -46
  834. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.mjs +79 -79
  835. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.mts +4 -4
  836. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/SetRateSheetsReq.d.mts +2 -2
  837. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/index.d.mts +3 -3
  838. package/dist/esm/api/resources/shipping/resources/orderGroups/client/Client.d.mts +37 -37
  839. package/dist/esm/api/resources/shipping/resources/orderGroups/client/Client.mjs +106 -106
  840. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.d.mts +4 -4
  841. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.d.mts +1 -1
  842. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/index.d.mts +1 -1
  843. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.d.mts +52 -52
  844. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.mjs +136 -136
  845. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.d.mts +2 -2
  846. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.mjs +2 -2
  847. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.d.mts +4 -4
  848. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.d.mts +2 -2
  849. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.d.mts +41 -41
  850. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.mjs +111 -111
  851. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.mts +13 -12
  852. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.mts +17 -15
  853. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/index.d.mts +2 -2
  854. package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +30 -30
  855. package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +73 -73
  856. package/dist/esm/api/resources/shipping/resources/orders/client/requests/index.d.mts +1 -1
  857. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +8 -8
  858. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +14 -14
  859. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.d.mts +10 -10
  860. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.mjs +18 -18
  861. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.d.mts +3 -3
  862. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.mts +36 -36
  863. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.mjs +76 -76
  864. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/requests/BodyPostTaskArtifactsS3ObjectAddV1.d.mts +13 -0
  865. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/requests/BodyPostTaskArtifactsS3ObjectAddV1.mjs +4 -0
  866. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/requests/index.d.mts +1 -1
  867. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +146 -146
  868. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +279 -279
  869. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.mts +1 -1
  870. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.mts +1 -1
  871. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.mts +1 -1
  872. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/index.d.mts +5 -5
  873. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.mts +23 -23
  874. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.mjs +43 -43
  875. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.mts +1 -1
  876. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/index.d.mts +3 -3
  877. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/index.mjs +3 -3
  878. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.d.mts +21 -21
  879. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.mjs +52 -52
  880. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/requests/BodyPostTaskGroupsS3ObjectAddV1.d.mts +13 -0
  881. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/requests/BodyPostTaskGroupsS3ObjectAddV1.mjs +4 -0
  882. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/requests/index.d.mts +1 -1
  883. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.mts +8 -8
  884. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.mjs +14 -14
  885. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.d.mts +56 -56
  886. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.mjs +110 -110
  887. package/dist/esm/api/resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.d.mts +6 -6
  888. package/dist/esm/api/resources/shipping/resources/tasks/client/requests/WaitTimeOverrideReq.d.mts +1 -1
  889. package/dist/esm/api/resources/shipping/resources/tasks/client/requests/index.d.mts +1 -1
  890. package/dist/esm/api/resources/tracking/resources/devices/client/Client.d.mts +67 -67
  891. package/dist/esm/api/resources/tracking/resources/devices/client/Client.mjs +197 -197
  892. package/dist/esm/api/resources/tracking/resources/devices/client/requests/DeviceClientCreate1.d.mts +5 -5
  893. package/dist/esm/api/resources/tracking/resources/devices/client/requests/DeviceClientUpdate1.d.mts +3 -3
  894. package/dist/esm/api/resources/tracking/resources/devices/client/requests/DevicesUpdateSharedOrgsReq1.d.mts +1 -1
  895. package/dist/esm/api/resources/tracking/resources/devices/client/requests/index.d.mts +5 -5
  896. package/dist/esm/api/resources/tracking/resources/driver/client/Client.d.mts +3 -3
  897. package/dist/esm/api/resources/tracking/resources/driver/client/Client.mjs +3 -3
  898. package/dist/esm/api/resources/tracking/resources/driver/client/requests/DriverByDriverDataPointClientCreate1.d.mts +4 -4
  899. package/dist/esm/api/resources/tracking/resources/sessions/client/Client.d.mts +86 -86
  900. package/dist/esm/api/resources/tracking/resources/sessions/client/Client.mjs +222 -222
  901. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.mts +5 -5
  902. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionClientUpdate1.d.mts +6 -6
  903. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionSetFlightInfoReq1.d.mts +7 -7
  904. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionsUpdateSharedOrgsReq1.d.mts +1 -1
  905. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/index.d.mts +6 -6
  906. package/dist/esm/api/resources/tracking/resources/sharingSettings/client/Client.d.mts +28 -28
  907. package/dist/esm/api/resources/tracking/resources/sharingSettings/client/Client.mjs +50 -50
  908. package/dist/esm/api/resources/tracking/resources/sharingSettings/client/requests/CargoByDeviceSharingSettingsUpdateReq.d.mts +3 -3
  909. package/dist/esm/api/resources/tracking/resources/sharingSettings/client/requests/CargoByDriverSharingSettingsUpdateReq.d.mts +3 -3
  910. package/dist/esm/api/resources/tracking/resources/sharingSettings/client/requests/TaskGroupByDriverSharingSettingsUpdateReq.d.mts +3 -3
  911. package/dist/esm/api/resources/tracking/resources/sharingSettings/client/requests/index.d.mts +2 -2
  912. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.d.mts +26 -26
  913. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.mjs +64 -64
  914. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/CargoByDeviceMarkOutliersRequest1.d.mts +3 -3
  915. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/index.d.mts +3 -3
  916. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.d.mts +23 -23
  917. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.mjs +51 -51
  918. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/index.d.mts +2 -2
  919. package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.d.mts +27 -27
  920. package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.mjs +66 -66
  921. package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/SessionByDeviceMarkOutliersRequest1.d.mts +3 -3
  922. package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/index.d.mts +3 -3
  923. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.mts +23 -23
  924. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.mjs +51 -51
  925. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/index.d.mts +2 -2
  926. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.d.mts +15 -15
  927. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.mjs +60 -60
  928. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/index.d.mts +1 -1
  929. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.d.mts +15 -15
  930. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.mjs +60 -60
  931. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/index.d.mts +1 -1
  932. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.d.mts +14 -14
  933. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.mjs +29 -29
  934. package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/index.d.mts +1 -1
  935. package/dist/esm/api/resources/users/client/Client.d.mts +6 -6
  936. package/dist/esm/api/resources/users/client/Client.mjs +6 -6
  937. package/dist/esm/api/resources/users/resources/directoryEntries/client/Client.d.mts +23 -23
  938. package/dist/esm/api/resources/users/resources/directoryEntries/client/Client.mjs +76 -76
  939. package/dist/esm/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.d.mts +8 -8
  940. package/dist/esm/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.mts +13 -13
  941. package/dist/esm/api/resources/users/resources/directoryEntries/client/requests/index.d.mts +1 -1
  942. package/dist/esm/api/resources/users/resources/index.d.mts +3 -3
  943. package/dist/esm/api/resources/users/resources/index.mjs +3 -3
  944. package/dist/esm/api/resources/users/resources/privateData/client/Client.d.mts +15 -15
  945. package/dist/esm/api/resources/users/resources/privateData/client/Client.mjs +59 -59
  946. package/dist/esm/api/resources/users/resources/privateData/client/requests/UserPrivateDataClientCreate1.d.mts +2 -2
  947. package/dist/esm/api/resources/users/resources/privateData/client/requests/UserPrivateDataClientUpdate1.d.mts +2 -2
  948. package/dist/esm/api/resources/users/resources/privateData/client/requests/index.d.mts +1 -1
  949. package/dist/esm/api/resources/utils/client/Client.d.mts +3 -3
  950. package/dist/esm/api/resources/utils/client/Client.mjs +5 -5
  951. package/dist/esm/api/resources/utils/resources/dev/client/Client.d.mts +39 -24
  952. package/dist/esm/api/resources/utils/resources/dev/client/Client.mjs +127 -63
  953. package/dist/esm/api/resources/utils/resources/dev/client/requests/GeographyReq.d.mts +12 -0
  954. package/dist/esm/api/resources/utils/resources/dev/client/requests/GeographyReq.mjs +4 -0
  955. package/dist/esm/api/resources/utils/resources/dev/client/requests/index.d.mts +1 -0
  956. package/dist/esm/api/resources/utils/resources/index.d.mts +1 -1
  957. package/dist/esm/api/resources/utils/resources/index.mjs +1 -1
  958. package/dist/esm/api/resources/utils/resources/root/client/Client.d.mts +18 -18
  959. package/dist/esm/api/resources/utils/resources/root/client/Client.mjs +35 -35
  960. package/dist/esm/api/types/AiImageDescription.d.mts +9 -9
  961. package/dist/esm/api/types/AlertMessage.d.mts +2 -2
  962. package/dist/esm/api/types/Bid.d.mts +4 -4
  963. package/dist/esm/api/types/BidAppendReq.d.mts +1 -1
  964. package/dist/esm/api/types/BidThread1.d.mts +6 -6
  965. package/dist/esm/api/types/BillingLedger1.d.mts +14 -14
  966. package/dist/esm/api/types/BillingLedgerPeriod1.d.mts +19 -19
  967. package/dist/esm/api/types/BillingLineItemGroupMessageWebhookPayload.d.mts +1 -1
  968. package/dist/esm/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.mts +1 -1
  969. package/dist/esm/api/types/BillingLineItemS3ObjectAddedWebhookPayload.d.mts +3 -3
  970. package/dist/esm/api/types/BillingStatementOpenedWebhookPayload.d.mts +1 -1
  971. package/dist/esm/api/types/BillingStatementPaidWebhookPayload.d.mts +1 -1
  972. package/dist/esm/api/types/Caller.d.mts +4 -4
  973. package/dist/esm/api/types/Cargo1.d.mts +19 -19
  974. package/dist/esm/api/types/CargoAiTrackAndTraceAdditionalInformation.d.mts +2 -2
  975. package/dist/esm/api/types/CargoAiTrackAndTraceEvent.d.mts +13 -13
  976. package/dist/esm/api/types/CargoAiTrackAndTraceFlight.d.mts +11 -11
  977. package/dist/esm/api/types/CargoAiTrackAndTraceSubscription1.d.mts +7 -7
  978. package/dist/esm/api/types/CargoAiTrackAndTraceUpdate1.d.mts +11 -11
  979. package/dist/esm/api/types/CargoAiTrackAndTraceWebhookResponse.d.mts +1 -1
  980. package/dist/esm/api/types/CargoByDeviceDataPoint1.d.mts +4 -4
  981. package/dist/esm/api/types/CargoByDeviceDataPointMetadata1.d.mts +1 -1
  982. package/dist/esm/api/types/CargoByDeviceMarkOutliersResponse1.d.mts +1 -1
  983. package/dist/esm/api/types/CargoByDeviceSharingSettings1.d.mts +6 -6
  984. package/dist/esm/api/types/CargoByDriverDataPoint1.d.mts +3 -3
  985. package/dist/esm/api/types/CargoByDriverDataPointMetadata1.d.mts +1 -1
  986. package/dist/esm/api/types/CargoByDriverSharingSettings1.d.mts +6 -6
  987. package/dist/esm/api/types/CargoClientCreate1.d.mts +8 -8
  988. package/dist/esm/api/types/CargoClientUpdate1.d.mts +15 -15
  989. package/dist/esm/api/types/CargoManifest1.d.mts +8 -8
  990. package/dist/esm/api/types/CargoOnFlightRateSheet1.d.mts +7 -7
  991. package/dist/esm/api/types/CargojsonAccounting.d.mts +1 -1
  992. package/dist/esm/api/types/CargojsonAddress.d.mts +4 -4
  993. package/dist/esm/api/types/CargojsonAddressing.d.mts +3 -3
  994. package/dist/esm/api/types/CargojsonAgent.d.mts +3 -3
  995. package/dist/esm/api/types/CargojsonCharge.d.mts +2 -2
  996. package/dist/esm/api/types/CargojsonChargeDeclarations.d.mts +3 -3
  997. package/dist/esm/api/types/CargojsonChargeItem.d.mts +4 -4
  998. package/dist/esm/api/types/CargojsonChargeSummary.d.mts +3 -3
  999. package/dist/esm/api/types/CargojsonCollectChargesInDestCurrency.d.mts +3 -3
  1000. package/dist/esm/api/types/CargojsonDimensions.d.mts +2 -2
  1001. package/dist/esm/api/types/CargojsonEdifactData.d.mts +2 -2
  1002. package/dist/esm/api/types/CargojsonOci.d.mts +3 -3
  1003. package/dist/esm/api/types/CargojsonOfficeMessageAddress.d.mts +1 -1
  1004. package/dist/esm/api/types/CargojsonOtherChargeItem.d.mts +3 -3
  1005. package/dist/esm/api/types/CargojsonOtherParticipant.d.mts +1 -1
  1006. package/dist/esm/api/types/CargojsonPackaging.d.mts +4 -4
  1007. package/dist/esm/api/types/CargojsonParticipantAddress.d.mts +1 -1
  1008. package/dist/esm/api/types/CargojsonParticipantIdentifier.d.mts +2 -2
  1009. package/dist/esm/api/types/CargojsonSalesIncentive.d.mts +1 -1
  1010. package/dist/esm/api/types/CargojsonShipmentReferenceInformation.d.mts +1 -1
  1011. package/dist/esm/api/types/CargojsonUld.d.mts +3 -3
  1012. package/dist/esm/api/types/Case1.d.mts +8 -7
  1013. package/dist/esm/api/types/CaseMessage1.d.mts +2 -2
  1014. package/dist/esm/api/types/CaseS3ObjectMetadata1.d.mts +8 -8
  1015. package/dist/esm/api/types/CaseTypeaheadFieldEnum.d.mts +4 -0
  1016. package/dist/esm/api/types/CaseTypeaheadFieldEnum.mjs +4 -0
  1017. package/dist/esm/api/types/CaseTypeaheadResult.d.mts +8 -0
  1018. package/dist/esm/api/types/CaseTypeaheadResult.mjs +4 -0
  1019. package/dist/esm/api/types/CasesExpandedListItem.d.mts +15 -0
  1020. package/dist/esm/api/types/CasesExpandedListItem.mjs +4 -0
  1021. package/dist/esm/api/types/CasesExpandedListRes.d.mts +8 -0
  1022. package/dist/esm/api/types/CasesExpandedListRes.mjs +4 -0
  1023. package/dist/esm/api/types/CasesExpandedListShippingTaskGroup.d.mts +8 -0
  1024. package/dist/esm/api/types/CasesExpandedListShippingTaskGroup.mjs +4 -0
  1025. package/dist/esm/api/types/ChampAirWaybill1.d.mts +33 -33
  1026. package/dist/esm/api/types/ChampConfirmationReceipt1.d.mts +10 -10
  1027. package/dist/esm/api/types/ChampFlightStatus1.d.mts +8 -8
  1028. package/dist/esm/api/types/ChampFlightStatusEvent1.d.mts +15 -15
  1029. package/dist/esm/api/types/ChampOriginAndDestination.d.mts +1 -1
  1030. package/dist/esm/api/types/ChampQuantity.d.mts +1 -1
  1031. package/dist/esm/api/types/ChrtGroundProviderRateSheet1.d.mts +17 -17
  1032. package/dist/esm/api/types/CiriumAirportResources.d.mts +3 -3
  1033. package/dist/esm/api/types/CiriumFlightAlertsWebhookResponse.d.mts +1 -1
  1034. package/dist/esm/api/types/CiriumFlightStatus.d.mts +5 -5
  1035. package/dist/esm/api/types/CiriumOperationalTimes.d.mts +4 -4
  1036. package/dist/esm/api/types/CreateLigFromRateSheetForVectorClientReq.d.mts +1 -1
  1037. package/dist/esm/api/types/CredentialInfoRes.d.mts +1 -1
  1038. package/dist/esm/api/types/Department1.d.mts +6 -6
  1039. package/dist/esm/api/types/DepartmentRoutingRule1.d.mts +8 -8
  1040. package/dist/esm/api/types/DeviceExpandedRes.d.mts +3 -3
  1041. package/dist/esm/api/types/DeviceLimitedForList1.d.mts +14 -14
  1042. package/dist/esm/api/types/DevicePausedTimeWindow1.d.mts +1 -1
  1043. package/dist/esm/api/types/DirectoryEntry1.d.mts +13 -13
  1044. package/dist/esm/api/types/Driver1.d.mts +13 -13
  1045. package/dist/esm/api/types/DriverAnalyticsTaskGroup.d.mts +2 -2
  1046. package/dist/esm/api/types/DriverBiddingGroup1.d.mts +7 -7
  1047. package/dist/esm/api/types/DriverComplianceDocument1.d.mts +5 -5
  1048. package/dist/esm/api/types/DriverComplianceDocumentS3ObjectMetadata1.d.mts +8 -8
  1049. package/dist/esm/api/types/DriverSelfReportedHoursAndMileage1.d.mts +6 -6
  1050. package/dist/esm/api/types/DriverUpdateRes.d.mts +1 -1
  1051. package/dist/esm/api/types/DriverWithActiveTaskGroupIds1.d.mts +14 -14
  1052. package/dist/esm/api/types/FirebaseCloudMessagingTokenData1.d.mts +1 -1
  1053. package/dist/esm/api/types/FlightConnection.d.mts +1 -1
  1054. package/dist/esm/api/types/FlightConnectionLeg.d.mts +10 -10
  1055. package/dist/esm/api/types/FlightLeg1.d.mts +18 -18
  1056. package/dist/esm/api/types/FlightLegClientCreate1.d.mts +6 -6
  1057. package/dist/esm/api/types/FlightLegWebhookInfo.d.mts +6 -6
  1058. package/dist/esm/api/types/FlightTrackPosition1.d.mts +3 -3
  1059. package/dist/esm/api/types/FlightTrackRes.d.mts +3 -3
  1060. package/dist/esm/api/types/GeographyRes.d.mts +6 -0
  1061. package/dist/esm/api/types/GeographyRes.mjs +4 -0
  1062. package/dist/esm/api/types/InternalDelegationJwtReq.d.mts +1 -1
  1063. package/dist/esm/api/types/LineItem1.d.mts +15 -15
  1064. package/dist/esm/api/types/LineItemClientCreate1.d.mts +5 -5
  1065. package/dist/esm/api/types/LineItemGroup1.d.mts +25 -25
  1066. package/dist/esm/api/types/LineItemGroupLineItemsRes.d.mts +2 -2
  1067. package/dist/esm/api/types/LineItemGroupMessage1.d.mts +2 -2
  1068. package/dist/esm/api/types/LineItemGroupS3ObjectMetadata1.d.mts +8 -8
  1069. package/dist/esm/api/types/LineItemS3ObjectMetadata1.d.mts +8 -8
  1070. package/dist/esm/api/types/Listing1.d.mts +19 -19
  1071. package/dist/esm/api/types/ListingBidThreadActionAddedWebhookPayload.d.mts +7 -7
  1072. package/dist/esm/api/types/ListingLimitedForBidder1.d.mts +17 -17
  1073. package/dist/esm/api/types/ListingListingDriverInvitedToBidWebhookPayload.d.mts +3 -3
  1074. package/dist/esm/api/types/ListingListingProviderInvitedToBidWebhookPayload.d.mts +3 -3
  1075. package/dist/esm/api/types/ListingTaskForBidder1.d.mts +1 -1
  1076. package/dist/esm/api/types/LocationFeature.d.mts +2 -2
  1077. package/dist/esm/api/types/NotificationGroup1.d.mts +7 -7
  1078. package/dist/esm/api/types/NotificationGroupLimitedForDriver1.d.mts +5 -5
  1079. package/dist/esm/api/types/NotificationIntentAdHoc1.d.mts +4 -4
  1080. package/dist/esm/api/types/NotificationIntentAdHocClientCreate1.d.mts +1 -1
  1081. package/dist/esm/api/types/NotificationUserPreferences1.d.mts +5 -5
  1082. package/dist/esm/api/types/OffChrtProviderOrg1.d.mts +10 -10
  1083. package/dist/esm/api/types/OffChrtShipperOrg1.d.mts +10 -10
  1084. package/dist/esm/api/types/OffChrtVendor1.d.mts +3 -3
  1085. package/dist/esm/api/types/OnboardCourierRateSheet1.d.mts +3 -3
  1086. package/dist/esm/api/types/OperationsCaseGroupAssignedWebhookPayload.d.mts +5 -5
  1087. package/dist/esm/api/types/OperationsCaseMessageWebhookPayload.d.mts +5 -5
  1088. package/dist/esm/api/types/OperationsCaseOperatorAssignedWebhookPayload.d.mts +5 -5
  1089. package/dist/esm/api/types/OperationsCaseS3ObjectAddedWebhookPayload.d.mts +5 -5
  1090. package/dist/esm/api/types/OperationsTask1.d.mts +13 -13
  1091. package/dist/esm/api/types/OperationsTaskComment1.d.mts +2 -2
  1092. package/dist/esm/api/types/OperationsTaskDeadlineUpdate1.d.mts +1 -1
  1093. package/dist/esm/api/types/OperationsTaskList1.d.mts +8 -8
  1094. package/dist/esm/api/types/OperationsTaskListEntry1.d.mts +3 -3
  1095. package/dist/esm/api/types/OperationsTaskListEntryClientCreate1.d.mts +3 -3
  1096. package/dist/esm/api/types/Order1.d.mts +20 -20
  1097. package/dist/esm/api/types/OrderAndTaskGroupExpandedReq.d.mts +6 -6
  1098. package/dist/esm/api/types/OrderBuilderReq.d.mts +2 -2
  1099. package/dist/esm/api/types/OrderBuilderRes.d.mts +2 -2
  1100. package/dist/esm/api/types/OrderDraftExpanded.d.mts +4 -4
  1101. package/dist/esm/api/types/OrderDraftValidationRequirements.d.mts +5 -5
  1102. package/dist/esm/api/types/OrderDraftValidationResult.d.mts +1 -1
  1103. package/dist/esm/api/types/OrderExpanded.d.mts +3 -3
  1104. package/dist/esm/api/types/OrderGroup1.d.mts +10 -10
  1105. package/dist/esm/api/types/OrderManifest1.d.mts +5 -5
  1106. package/dist/esm/api/types/OrderManifestValidationRequirements.d.mts +5 -5
  1107. package/dist/esm/api/types/OrderSchedule1.d.mts +12 -12
  1108. package/dist/esm/api/types/OrderScheduleAboutRes.d.mts +2 -2
  1109. package/dist/esm/api/types/OrderScheduleOrchestratorScheduleStatus.d.mts +2 -2
  1110. package/dist/esm/api/types/OrderScheduleSpec1.d.mts +1 -1
  1111. package/dist/esm/api/types/OrderTemplate1.d.mts +17 -15
  1112. package/dist/esm/api/types/OrderTemplateCore1.d.mts +9 -8
  1113. package/dist/esm/api/types/OrderTemplateExpanded1.d.mts +6 -4
  1114. package/dist/esm/api/types/OrderTemplateOrgInfo1.d.mts +2 -2
  1115. package/dist/esm/api/types/OrderTemplateResolvabilityRes.d.mts +4 -4
  1116. package/dist/esm/api/types/OrderTypeaheadValue.d.mts +1 -1
  1117. package/dist/esm/api/types/OrdersDraftUpdateRes.d.mts +5 -5
  1118. package/dist/esm/api/types/OrgBiddingGroup1.d.mts +6 -6
  1119. package/dist/esm/api/types/OrgComplianceDocument1.d.mts +5 -5
  1120. package/dist/esm/api/types/OrgComplianceDocumentS3ObjectMetadata1.d.mts +8 -8
  1121. package/dist/esm/api/types/OrgInfoResponse.d.mts +6 -6
  1122. package/dist/esm/api/types/OrgMemberDetails.d.mts +2 -2
  1123. package/dist/esm/api/types/OrgMembersAndDrivers.d.mts +1 -1
  1124. package/dist/esm/api/types/OrgPrivateData1.d.mts +6 -6
  1125. package/dist/esm/api/types/OrgPublicData1.d.mts +5 -5
  1126. package/dist/esm/api/types/PingRes.d.mts +3 -3
  1127. package/dist/esm/api/types/ProFormaLineItem1.d.mts +7 -7
  1128. package/dist/esm/api/types/ProviderConnectionRes.d.mts +1 -1
  1129. package/dist/esm/api/types/ProviderOrgInfoForConnections1.d.mts +6 -6
  1130. package/dist/esm/api/types/ProviderOrgProfile1.d.mts +4 -4
  1131. package/dist/esm/api/types/ProviderProviderConnection1.d.mts +5 -5
  1132. package/dist/esm/api/types/RateSheetMapping1.d.mts +6 -6
  1133. package/dist/esm/api/types/ScheduleCalendarSpec.d.mts +12 -5
  1134. package/dist/esm/api/types/ScheduleIntervalSpec.d.mts +5 -0
  1135. package/dist/esm/api/types/ScheduleRange.d.mts +4 -1
  1136. package/dist/esm/api/types/Session1.d.mts +19 -19
  1137. package/dist/esm/api/types/SessionByDeviceDataPoint1.d.mts +5 -5
  1138. package/dist/esm/api/types/SessionByDeviceDataPointMetadata1.d.mts +1 -1
  1139. package/dist/esm/api/types/SessionByDeviceMarkOutliersResponse1.d.mts +1 -1
  1140. package/dist/esm/api/types/ShipperConnectionRes.d.mts +1 -1
  1141. package/dist/esm/api/types/ShipperOrgInfoForConnections1.d.mts +6 -6
  1142. package/dist/esm/api/types/ShipperProviderConnection1.d.mts +5 -5
  1143. package/dist/esm/api/types/ShippingOrderCancelledWebhookPayload.d.mts +1 -1
  1144. package/dist/esm/api/types/ShippingOrderCompletedWebhookPayload.d.mts +1 -1
  1145. package/dist/esm/api/types/ShippingOrderStagedWebhookPayload.d.mts +1 -1
  1146. package/dist/esm/api/types/ShippingTaskAddedWebhookPayload.d.mts +5 -5
  1147. package/dist/esm/api/types/ShippingTaskAttemptedWebhookPayload.d.mts +5 -5
  1148. package/dist/esm/api/types/ShippingTaskCompletedWebhookPayload.d.mts +5 -5
  1149. package/dist/esm/api/types/ShippingTaskDeletedWebhookPayload.d.mts +5 -5
  1150. package/dist/esm/api/types/ShippingTaskExecutorOrgNoteAddedWebhookPayload.d.mts +3 -3
  1151. package/dist/esm/api/types/ShippingTaskGroupDriverAssignedWebhookPayload.d.mts +3 -3
  1152. package/dist/esm/api/types/ShippingTaskGroupFlightInfoUpdatedWebhookPayload.d.mts +3 -3
  1153. package/dist/esm/api/types/ShippingTaskGroupInProgressWebhookPayload.d.mts +1 -1
  1154. package/dist/esm/api/types/ShippingTaskGroupMessageWebhookPayload.d.mts +3 -3
  1155. package/dist/esm/api/types/ShippingTaskGroupProviderAssignedWebhookPayload.d.mts +3 -3
  1156. package/dist/esm/api/types/ShippingTaskGroupS3ObjectAddedWebhookPayload.d.mts +1 -1
  1157. package/dist/esm/api/types/ShippingTaskGroupTasksOrderingUpdatedWebhookPayload.d.mts +1 -1
  1158. package/dist/esm/api/types/ShippingTaskSkippedWebhookPayload.d.mts +5 -5
  1159. package/dist/esm/api/types/ShippingTaskTaskArtifactCompletedWebhookPayload.d.mts +5 -5
  1160. package/dist/esm/api/types/ShippingTurnClientCreate1.d.mts +8 -8
  1161. package/dist/esm/api/types/Statement1.d.mts +26 -26
  1162. package/dist/esm/api/types/StatementExpandedListItem.d.mts +1 -1
  1163. package/dist/esm/api/types/StatementExpandedRes.d.mts +1 -1
  1164. package/dist/esm/api/types/StationaryCluster.d.mts +3 -3
  1165. package/dist/esm/api/types/Task1.d.mts +25 -25
  1166. package/dist/esm/api/types/TaskArtifact1.d.mts +20 -20
  1167. package/dist/esm/api/types/TaskArtifactClientCreate1.d.mts +1 -1
  1168. package/dist/esm/api/types/TaskArtifactS3ObjectMetadata1.d.mts +9 -9
  1169. package/dist/esm/api/types/TaskClientCreate1.d.mts +5 -5
  1170. package/dist/esm/api/types/TaskClientUpdate1.d.mts +2 -2
  1171. package/dist/esm/api/types/TaskExecutorOrgNote1.d.mts +2 -2
  1172. package/dist/esm/api/types/TaskExpanded.d.mts +2 -2
  1173. package/dist/esm/api/types/TaskGroup1.d.mts +37 -37
  1174. package/dist/esm/api/types/TaskGroupByDriverDataPoint1.d.mts +3 -3
  1175. package/dist/esm/api/types/TaskGroupByDriverDataPointMetadata1.d.mts +1 -1
  1176. package/dist/esm/api/types/TaskGroupByDriverSharingSettings1.d.mts +6 -6
  1177. package/dist/esm/api/types/TaskGroupExpanded.d.mts +11 -11
  1178. package/dist/esm/api/types/TaskGroupManifest1.d.mts +3 -3
  1179. package/dist/esm/api/types/TaskGroupMessage1.d.mts +2 -2
  1180. package/dist/esm/api/types/TaskGroupQuoteResp.d.mts +9 -9
  1181. package/dist/esm/api/types/TaskGroupS3ObjectMetadata1.d.mts +8 -8
  1182. package/dist/esm/api/types/TaskManifest1.d.mts +6 -6
  1183. package/dist/esm/api/types/TaskWaitTimeGeofenceRes.d.mts +2 -2
  1184. package/dist/esm/api/types/TimezoneResponse.d.mts +1 -1
  1185. package/dist/esm/api/types/TiveDataPoint1.d.mts +9 -9
  1186. package/dist/esm/api/types/TiveDataPointMetadata1.d.mts +2 -2
  1187. package/dist/esm/api/types/TiveDevice1.d.mts +5 -5
  1188. package/dist/esm/api/types/TiveShipment1.d.mts +4 -4
  1189. package/dist/esm/api/types/TiveTimeseriesSyncRes.d.mts +2 -2
  1190. package/dist/esm/api/types/TrackingSessionDestinationGeofenceEnteredWebhookPayload.d.mts +1 -1
  1191. package/dist/esm/api/types/TrackingSharingSettingsRes.d.mts +1 -1
  1192. package/dist/esm/api/types/TrackingWebhookResponse.d.mts +1 -1
  1193. package/dist/esm/api/types/UngroupedOrderRow.d.mts +1 -1
  1194. package/dist/esm/api/types/UserPrivateData1.d.mts +5 -5
  1195. package/dist/esm/api/types/UserPublicData1.d.mts +2 -2
  1196. package/dist/esm/api/types/ValidationError.d.mts +2 -2
  1197. package/dist/esm/api/types/ValidationIssueScope.d.mts +1 -1
  1198. package/dist/esm/api/types/Vehicle1.d.mts +1 -1
  1199. package/dist/esm/api/types/WebcargoAccountId.d.mts +1 -1
  1200. package/dist/esm/api/types/WebcargoBookingRate.d.mts +10 -10
  1201. package/dist/esm/api/types/WebcargoBookingRecord1.d.mts +7 -7
  1202. package/dist/esm/api/types/WebcargoBusinessInfo.d.mts +1 -1
  1203. package/dist/esm/api/types/WebcargoContact.d.mts +1 -1
  1204. package/dist/esm/api/types/WebcargoDimension.d.mts +2 -2
  1205. package/dist/esm/api/types/WebcargoDocumentIdentifier.d.mts +1 -1
  1206. package/dist/esm/api/types/WebcargoFee.d.mts +5 -5
  1207. package/dist/esm/api/types/WebcargoLeg.d.mts +2 -2
  1208. package/dist/esm/api/types/WebcargoLoad.d.mts +2 -2
  1209. package/dist/esm/api/types/WebcargoLocation.d.mts +3 -3
  1210. package/dist/esm/api/types/WebcargoPackage.d.mts +2 -2
  1211. package/dist/esm/api/types/WebcargoParty.d.mts +3 -3
  1212. package/dist/esm/api/types/WebcargoPostalAddress.d.mts +5 -5
  1213. package/dist/esm/api/types/WebcargoPriceIndicator.d.mts +1 -1
  1214. package/dist/esm/api/types/WebcargoSegment.d.mts +12 -12
  1215. package/dist/esm/api/types/WebcargoShipment.d.mts +1 -1
  1216. package/dist/esm/api/types/WebhookAppPortalAccessRes.d.mts +1 -1
  1217. package/dist/esm/api/types/WorkflowActor.d.mts +3 -3
  1218. package/dist/esm/api/types/index.d.mts +6 -0
  1219. package/dist/esm/api/types/index.mjs +6 -0
  1220. package/dist/esm/version.d.mts +1 -1
  1221. package/dist/esm/version.mjs +1 -1
  1222. package/package.json +1 -1
  1223. package/reference.md +5002 -4804
  1224. package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1BillingLineItemGroupsS3ObjectsAddV1LineItemGroupIdPost.d.ts +0 -13
  1225. package/dist/cjs/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/requests/BodyPostOrgComplianceDocumentsS3ObjectAddV1OrgsComplianceDocumentsS3ObjectAddV1OrgComplianceDocumentIdPost.d.ts +0 -13
  1226. package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/BodyLineItemGroupsS3ObjectPostAddV1BillingLineItemGroupsS3ObjectsAddV1LineItemGroupIdPost.d.mts +0 -13
  1227. package/dist/esm/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/requests/BodyPostOrgComplianceDocumentsS3ObjectAddV1OrgsComplianceDocumentsS3ObjectAddV1OrgComplianceDocumentIdPost.d.mts +0 -13
  1228. /package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/{BodyLineItemGroupsS3ObjectPostAddV1BillingLineItemGroupsS3ObjectsAddV1LineItemGroupIdPost.js → BodyLineItemGroupsS3ObjectPostAddV1.js} +0 -0
  1229. /package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/{BodyLineItemsS3ObjectPostAddV1BillingLineItemsS3ObjectsAddV1LineItemIdPost.js → BodyLineItemsS3ObjectPostAddV1.js} +0 -0
  1230. /package/dist/cjs/api/resources/operations/resources/cases/{resources/s3Objects/client/requests/BodyPostCasesS3ObjectsAddV1OperationsCasesS3ObjectsAddV1CaseIdPost.js → client/requests/CasesExpandedListV1Request.js} +0 -0
  1231. /package/dist/cjs/api/resources/{orgs/resources/complianceDocuments/resources/s3Object/client/requests/BodyPostOrgComplianceDocumentsS3ObjectAddV1OrgsComplianceDocumentsS3ObjectAddV1OrgComplianceDocumentIdPost.js → operations/resources/cases/client/requests/CasesTypeaheadV1Request.js} +0 -0
  1232. /package/dist/cjs/api/resources/{shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/requests/BodyPostDriverComplianceDocumentsS3ObjectAddV1ShippingDriversComplianceDocumentsS3ObjectAddV1DriverComplianceDocumentIdPost.js → operations/resources/cases/resources/s3Objects/client/requests/BodyPostCasesS3ObjectsAddV1.js} +0 -0
  1233. /package/dist/cjs/api/resources/{shipping/resources/orderDrafts/client/requests/BodyPostShippingOrderDraftsImageToTextV1ShippingOrderDraftsImageToTextV1Post.js → orgs/resources/complianceDocuments/resources/s3Object/client/requests/BodyPostOrgComplianceDocumentsS3ObjectAddV1.js} +0 -0
  1234. /package/dist/cjs/api/resources/shipping/resources/{taskArtifacts/resources/s3Object/client/requests/BodyPostTaskArtifactsS3ObjectAddV1ShippingTaskArtifactsS3ObjectAddV1TaskArtifactIdPost.js → drivers/resources/complianceDocuments/resources/s3Object/client/requests/BodyPostDriverComplianceDocumentsS3ObjectAddV1.js} +0 -0
  1235. /package/dist/cjs/api/resources/shipping/resources/{taskGroups/resources/s3Object/client/requests/BodyPostTaskGroupsS3ObjectAddV1ShippingTaskGroupsS3ObjectAddV1TaskGroupIdPost.js → orderDrafts/client/requests/BodyPostShippingOrderDraftsImageToTextV1.js} +0 -0
  1236. /package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/requests/{BodyLineItemGroupsS3ObjectPostAddV1BillingLineItemGroupsS3ObjectsAddV1LineItemGroupIdPost.mjs → BodyLineItemGroupsS3ObjectPostAddV1.mjs} +0 -0
  1237. /package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/{BodyLineItemsS3ObjectPostAddV1BillingLineItemsS3ObjectsAddV1LineItemIdPost.mjs → BodyLineItemsS3ObjectPostAddV1.mjs} +0 -0
  1238. /package/dist/esm/api/resources/operations/resources/cases/{resources/s3Objects/client/requests/BodyPostCasesS3ObjectsAddV1OperationsCasesS3ObjectsAddV1CaseIdPost.mjs → client/requests/CasesExpandedListV1Request.mjs} +0 -0
  1239. /package/dist/esm/api/resources/{orgs/resources/complianceDocuments/resources/s3Object/client/requests/BodyPostOrgComplianceDocumentsS3ObjectAddV1OrgsComplianceDocumentsS3ObjectAddV1OrgComplianceDocumentIdPost.mjs → operations/resources/cases/client/requests/CasesTypeaheadV1Request.mjs} +0 -0
  1240. /package/dist/esm/api/resources/{shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/requests/BodyPostDriverComplianceDocumentsS3ObjectAddV1ShippingDriversComplianceDocumentsS3ObjectAddV1DriverComplianceDocumentIdPost.mjs → operations/resources/cases/resources/s3Objects/client/requests/BodyPostCasesS3ObjectsAddV1.mjs} +0 -0
  1241. /package/dist/esm/api/resources/{shipping/resources/orderDrafts/client/requests/BodyPostShippingOrderDraftsImageToTextV1ShippingOrderDraftsImageToTextV1Post.mjs → orgs/resources/complianceDocuments/resources/s3Object/client/requests/BodyPostOrgComplianceDocumentsS3ObjectAddV1.mjs} +0 -0
  1242. /package/dist/esm/api/resources/shipping/resources/{taskArtifacts/resources/s3Object/client/requests/BodyPostTaskArtifactsS3ObjectAddV1ShippingTaskArtifactsS3ObjectAddV1TaskArtifactIdPost.mjs → drivers/resources/complianceDocuments/resources/s3Object/client/requests/BodyPostDriverComplianceDocumentsS3ObjectAddV1.mjs} +0 -0
  1243. /package/dist/esm/api/resources/shipping/resources/{taskGroups/resources/s3Object/client/requests/BodyPostTaskGroupsS3ObjectAddV1ShippingTaskGroupsS3ObjectAddV1TaskGroupIdPost.mjs → orderDrafts/client/requests/BodyPostShippingOrderDraftsImageToTextV1.mjs} +0 -0
@@ -61,63 +61,34 @@ class Cases {
61
61
  return ((_a = this._s3Objects) !== null && _a !== void 0 ? _a : (this._s3Objects = new Client_js_1.S3Objects(this._options)));
62
62
  }
63
63
  /**
64
- * Lists cases for the caller's organization with filtering, sorting, and pagination. | authz: min_org_role=operator | () -> (CaseListRes)
64
+ * Appends a message to a case. | authz: min_org_role=operator | (CaseAddMessageReq) -> (bool)
65
65
  *
66
- * @param {Chrt.operations.CasesListV1Request} request
66
+ * @param {string} caseId
67
+ * @param {Chrt.operations.CaseAddMessageReq} request
67
68
  * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
68
69
  *
69
70
  * @throws {@link Chrt.UnprocessableEntityError}
70
71
  *
71
72
  * @example
72
- * await client.operations.cases.listV1({
73
- * sort_by: "created_at",
74
- * sort_order: "asc",
75
- * page: 1,
76
- * page_size: 1,
77
- * filter_assigned_user_id: "filter_assigned_user_id",
78
- * filter_unassigned: true
73
+ * await client.operations.cases.addMessageV1("case_id", {
74
+ * message: "message"
79
75
  * })
80
76
  */
81
- listV1(request = {}, requestOptions) {
82
- return core.HttpResponsePromise.fromPromise(this.__listV1(request, requestOptions));
77
+ addMessageV1(caseId, request, requestOptions) {
78
+ return core.HttpResponsePromise.fromPromise(this.__addMessageV1(caseId, request, requestOptions));
83
79
  }
84
- __listV1() {
85
- return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
86
- var _a, _b, _c, _d, _e, _f, _g;
87
- const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, filter_department_id: filterDepartmentId, filter_assigned_user_id: filterAssignedUserId, filter_unassigned: filterUnassigned, } = request;
88
- const _queryParams = {};
89
- if (sortBy !== undefined) {
90
- _queryParams["sort_by"] = sortBy;
91
- }
92
- if (sortOrder !== undefined) {
93
- _queryParams["sort_order"] = sortOrder;
94
- }
95
- if (page !== undefined) {
96
- _queryParams["page"] = (_a = page === null || page === void 0 ? void 0 : page.toString()) !== null && _a !== void 0 ? _a : null;
97
- }
98
- if (pageSize !== undefined) {
99
- _queryParams["page_size"] = (_b = pageSize === null || pageSize === void 0 ? void 0 : pageSize.toString()) !== null && _b !== void 0 ? _b : null;
100
- }
101
- if (filterDepartmentId !== undefined) {
102
- if (Array.isArray(filterDepartmentId)) {
103
- _queryParams["filter_department_id"] = filterDepartmentId.map((item) => item);
104
- }
105
- else {
106
- _queryParams["filter_department_id"] = filterDepartmentId;
107
- }
108
- }
109
- if (filterAssignedUserId !== undefined) {
110
- _queryParams["filter_assigned_user_id"] = filterAssignedUserId;
111
- }
112
- if (filterUnassigned !== undefined) {
113
- _queryParams["filter_unassigned"] = (_c = filterUnassigned === null || filterUnassigned === void 0 ? void 0 : filterUnassigned.toString()) !== null && _c !== void 0 ? _c : null;
114
- }
115
- let _headers = (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
116
- const _response = yield ((_e = this._options.fetcher) !== null && _e !== void 0 ? _e : core.fetcher)({
117
- url: core.url.join((_g = (_f = (yield core.Supplier.get(this._options.baseUrl))) !== null && _f !== void 0 ? _f : (yield core.Supplier.get(this._options.environment))) !== null && _g !== void 0 ? _g : environments.ChrtEnvironment.Local, "operations/cases/list/v1"),
118
- method: "GET",
80
+ __addMessageV1(caseId, request, requestOptions) {
81
+ return __awaiter(this, void 0, void 0, function* () {
82
+ var _a, _b, _c, _d;
83
+ let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
84
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
85
+ 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, `operations/cases/add_message/v1/${encodeURIComponent(caseId)}`),
86
+ method: "POST",
119
87
  headers: _headers,
120
- queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
88
+ contentType: "application/json",
89
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
90
+ requestType: "json",
91
+ body: request,
121
92
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
122
93
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
123
94
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -145,7 +116,7 @@ class Cases {
145
116
  rawResponse: _response.rawResponse,
146
117
  });
147
118
  case "timeout":
148
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /operations/cases/list/v1.");
119
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /operations/cases/add_message/v1/{case_id}.");
149
120
  case "unknown":
150
121
  throw new errors.ChrtError({
151
122
  message: _response.error.errorMessage,
@@ -155,28 +126,34 @@ class Cases {
155
126
  });
156
127
  }
157
128
  /**
158
- * Retrieves a single case. | authz: min_org_role=operator | () -> (Case1)
129
+ * Adds operator(s) to a case. | authz: min_org_role=operator | (CaseAssignReq) -> (bool)
159
130
  *
160
131
  * @param {string} caseId
132
+ * @param {Chrt.operations.CaseAssignReq} request
161
133
  * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
162
134
  *
163
135
  * @throws {@link Chrt.UnprocessableEntityError}
164
136
  *
165
137
  * @example
166
- * await client.operations.cases.getV1("case_id")
138
+ * await client.operations.cases.assignV1("case_id", {
139
+ * operator_user_ids: ["operator_user_ids"]
140
+ * })
167
141
  */
168
- getV1(caseId, requestOptions) {
169
- return core.HttpResponsePromise.fromPromise(this.__getV1(caseId, requestOptions));
142
+ assignV1(caseId, request, requestOptions) {
143
+ return core.HttpResponsePromise.fromPromise(this.__assignV1(caseId, request, requestOptions));
170
144
  }
171
- __getV1(caseId, requestOptions) {
145
+ __assignV1(caseId, request, requestOptions) {
172
146
  return __awaiter(this, void 0, void 0, function* () {
173
147
  var _a, _b, _c, _d;
174
148
  let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
175
149
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
176
- 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, `operations/cases/v1/${encodeURIComponent(caseId)}`),
177
- method: "GET",
150
+ 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, `operations/cases/assign/v1/${encodeURIComponent(caseId)}`),
151
+ method: "PATCH",
178
152
  headers: _headers,
153
+ contentType: "application/json",
179
154
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
155
+ requestType: "json",
156
+ body: request,
180
157
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
181
158
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
182
159
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -204,7 +181,7 @@ class Cases {
204
181
  rawResponse: _response.rawResponse,
205
182
  });
206
183
  case "timeout":
207
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /operations/cases/v1/{case_id}.");
184
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /operations/cases/assign/v1/{case_id}.");
208
185
  case "unknown":
209
186
  throw new errors.ChrtError({
210
187
  message: _response.error.errorMessage,
@@ -214,32 +191,28 @@ class Cases {
214
191
  });
215
192
  }
216
193
  /**
217
- * Updates a case's department_id. | authz: min_org_role=operator | (CaseClientUpdate1) -> (bool)
194
+ * Retrieves the case for a given shipping order. | authz: min_org_role=operator | () -> (Case1)
218
195
  *
219
- * @param {string} caseId
220
- * @param {Chrt.operations.CaseClientUpdate1} request
196
+ * @param {string} orderId
221
197
  * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
222
198
  *
223
199
  * @throws {@link Chrt.UnprocessableEntityError}
224
200
  *
225
201
  * @example
226
- * await client.operations.cases.updateV1("case_id")
202
+ * await client.operations.cases.getByOrderV1("order_id")
227
203
  */
228
- updateV1(caseId, request = {}, requestOptions) {
229
- return core.HttpResponsePromise.fromPromise(this.__updateV1(caseId, request, requestOptions));
204
+ getByOrderV1(orderId, requestOptions) {
205
+ return core.HttpResponsePromise.fromPromise(this.__getByOrderV1(orderId, requestOptions));
230
206
  }
231
- __updateV1(caseId_1) {
232
- return __awaiter(this, arguments, void 0, function* (caseId, request = {}, requestOptions) {
207
+ __getByOrderV1(orderId, requestOptions) {
208
+ return __awaiter(this, void 0, void 0, function* () {
233
209
  var _a, _b, _c, _d;
234
210
  let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
235
211
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
236
- 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, `operations/cases/v1/${encodeURIComponent(caseId)}`),
237
- method: "PATCH",
212
+ 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, `operations/cases/by_order/v1/${encodeURIComponent(orderId)}`),
213
+ method: "GET",
238
214
  headers: _headers,
239
- contentType: "application/json",
240
215
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
241
- requestType: "json",
242
- body: request,
243
216
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
244
217
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
245
218
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -267,7 +240,7 @@ class Cases {
267
240
  rawResponse: _response.rawResponse,
268
241
  });
269
242
  case "timeout":
270
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /operations/cases/v1/{case_id}.");
243
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /operations/cases/by_order/v1/{order_id}.");
271
244
  case "unknown":
272
245
  throw new errors.ChrtError({
273
246
  message: _response.error.errorMessage,
@@ -277,25 +250,25 @@ class Cases {
277
250
  });
278
251
  }
279
252
  /**
280
- * Retrieves the case for a given shipping order. | authz: min_org_role=operator | () -> (Case1)
253
+ * Retrieves the case for a given order ID, short ID, or off-chrt reference ID. | authz: min_org_role=operator | () -> (Case1)
281
254
  *
282
- * @param {string} orderId
255
+ * @param {string} orderRef - Order ID, short ID, or off-chrt reference ID
283
256
  * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
284
257
  *
285
258
  * @throws {@link Chrt.UnprocessableEntityError}
286
259
  *
287
260
  * @example
288
- * await client.operations.cases.getByOrderV1("order_id")
261
+ * await client.operations.cases.getByOrderRefV1("order_ref")
289
262
  */
290
- getByOrderV1(orderId, requestOptions) {
291
- return core.HttpResponsePromise.fromPromise(this.__getByOrderV1(orderId, requestOptions));
263
+ getByOrderRefV1(orderRef, requestOptions) {
264
+ return core.HttpResponsePromise.fromPromise(this.__getByOrderRefV1(orderRef, requestOptions));
292
265
  }
293
- __getByOrderV1(orderId, requestOptions) {
266
+ __getByOrderRefV1(orderRef, requestOptions) {
294
267
  return __awaiter(this, void 0, void 0, function* () {
295
268
  var _a, _b, _c, _d;
296
269
  let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
297
270
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
298
- 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, `operations/cases/by_order/v1/${encodeURIComponent(orderId)}`),
271
+ 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, `operations/cases/by_order_ref/v1/${encodeURIComponent(orderRef)}`),
299
272
  method: "GET",
300
273
  headers: _headers,
301
274
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
@@ -326,7 +299,7 @@ class Cases {
326
299
  rawResponse: _response.rawResponse,
327
300
  });
328
301
  case "timeout":
329
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /operations/cases/by_order/v1/{order_id}.");
302
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /operations/cases/by_order_ref/v1/{order_ref}.");
330
303
  case "unknown":
331
304
  throw new errors.ChrtError({
332
305
  message: _response.error.errorMessage,
@@ -336,25 +309,25 @@ class Cases {
336
309
  });
337
310
  }
338
311
  /**
339
- * Retrieves the case for a given order ID, short ID, or off-chrt reference ID. | authz: min_org_role=operator | () -> (Case1)
312
+ * Retrieves the case for a given order short ID. | authz: min_org_role=operator | () -> (Case1)
340
313
  *
341
- * @param {string} orderRef - Order ID, short ID, or off-chrt reference ID
314
+ * @param {string} orderShortId
342
315
  * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
343
316
  *
344
317
  * @throws {@link Chrt.UnprocessableEntityError}
345
318
  *
346
319
  * @example
347
- * await client.operations.cases.getByOrderRefV1("order_ref")
320
+ * await client.operations.cases.getByOrderShortIdV1("order_short_id")
348
321
  */
349
- getByOrderRefV1(orderRef, requestOptions) {
350
- return core.HttpResponsePromise.fromPromise(this.__getByOrderRefV1(orderRef, requestOptions));
322
+ getByOrderShortIdV1(orderShortId, requestOptions) {
323
+ return core.HttpResponsePromise.fromPromise(this.__getByOrderShortIdV1(orderShortId, requestOptions));
351
324
  }
352
- __getByOrderRefV1(orderRef, requestOptions) {
325
+ __getByOrderShortIdV1(orderShortId, requestOptions) {
353
326
  return __awaiter(this, void 0, void 0, function* () {
354
327
  var _a, _b, _c, _d;
355
328
  let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
356
329
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
357
- 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, `operations/cases/by_order_ref/v1/${encodeURIComponent(orderRef)}`),
330
+ 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, `operations/cases/by_order_short_id/v1/${encodeURIComponent(orderShortId)}`),
358
331
  method: "GET",
359
332
  headers: _headers,
360
333
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
@@ -385,7 +358,7 @@ class Cases {
385
358
  rawResponse: _response.rawResponse,
386
359
  });
387
360
  case "timeout":
388
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /operations/cases/by_order_ref/v1/{order_ref}.");
361
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /operations/cases/by_order_short_id/v1/{order_short_id}.");
389
362
  case "unknown":
390
363
  throw new errors.ChrtError({
391
364
  message: _response.error.errorMessage,
@@ -395,26 +368,27 @@ class Cases {
395
368
  });
396
369
  }
397
370
  /**
398
- * Retrieves the case for a given order short ID. | authz: min_org_role=operator | () -> (Case1)
371
+ * Deletes a message from a case. | authz: min_org_role=operator | () -> (bool)
399
372
  *
400
- * @param {string} orderShortId
373
+ * @param {string} caseId
374
+ * @param {string} messageId
401
375
  * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
402
376
  *
403
377
  * @throws {@link Chrt.UnprocessableEntityError}
404
378
  *
405
379
  * @example
406
- * await client.operations.cases.getByOrderShortIdV1("order_short_id")
380
+ * await client.operations.cases.deleteMessageV1("case_id", "message_id")
407
381
  */
408
- getByOrderShortIdV1(orderShortId, requestOptions) {
409
- return core.HttpResponsePromise.fromPromise(this.__getByOrderShortIdV1(orderShortId, requestOptions));
382
+ deleteMessageV1(caseId, messageId, requestOptions) {
383
+ return core.HttpResponsePromise.fromPromise(this.__deleteMessageV1(caseId, messageId, requestOptions));
410
384
  }
411
- __getByOrderShortIdV1(orderShortId, requestOptions) {
385
+ __deleteMessageV1(caseId, messageId, requestOptions) {
412
386
  return __awaiter(this, void 0, void 0, function* () {
413
387
  var _a, _b, _c, _d;
414
388
  let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
415
389
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
416
- 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, `operations/cases/by_order_short_id/v1/${encodeURIComponent(orderShortId)}`),
417
- method: "GET",
390
+ 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, `operations/cases/delete_message/v1/${encodeURIComponent(caseId)}/${encodeURIComponent(messageId)}`),
391
+ method: "DELETE",
418
392
  headers: _headers,
419
393
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
420
394
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -444,7 +418,7 @@ class Cases {
444
418
  rawResponse: _response.rawResponse,
445
419
  });
446
420
  case "timeout":
447
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /operations/cases/by_order_short_id/v1/{order_short_id}.");
421
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /operations/cases/delete_message/v1/{case_id}/{message_id}.");
448
422
  case "unknown":
449
423
  throw new errors.ChrtError({
450
424
  message: _response.error.errorMessage,
@@ -454,28 +428,41 @@ class Cases {
454
428
  });
455
429
  }
456
430
  /**
457
- * Returns the department this case's order would map to from the shipper connection a non-binding default for the UI. Department is never auto-applied; the frontend applies it explicitly via the update route. | authz: min_org_role=operator | () -> (PydanticObjectId | None)
431
+ * Lists the dispatcher Case view by exact case tag with related order and party data. | authz: min_org_role=operator | () -> (CasesExpandedListRes)
458
432
  *
459
- * @param {string} caseId
433
+ * @param {Chrt.operations.CasesExpandedListV1Request} request
460
434
  * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
461
435
  *
462
436
  * @throws {@link Chrt.UnprocessableEntityError}
463
437
  *
464
438
  * @example
465
- * await client.operations.cases.getSuggestedDepartmentV1("case_id")
439
+ * await client.operations.cases.expandedListV1({
440
+ * filter_case_tag: "filter_case_tag",
441
+ * page: 1,
442
+ * page_size: 1
443
+ * })
466
444
  */
467
- getSuggestedDepartmentV1(caseId, requestOptions) {
468
- return core.HttpResponsePromise.fromPromise(this.__getSuggestedDepartmentV1(caseId, requestOptions));
445
+ expandedListV1(request, requestOptions) {
446
+ return core.HttpResponsePromise.fromPromise(this.__expandedListV1(request, requestOptions));
469
447
  }
470
- __getSuggestedDepartmentV1(caseId, requestOptions) {
448
+ __expandedListV1(request, requestOptions) {
471
449
  return __awaiter(this, void 0, void 0, function* () {
472
- var _a, _b, _c, _d;
473
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
474
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
475
- 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, `operations/cases/suggested_department/v1/${encodeURIComponent(caseId)}`),
450
+ var _a, _b, _c, _d, _e, _f;
451
+ const { filter_case_tag: filterCaseTag, page, page_size: pageSize } = request;
452
+ const _queryParams = {};
453
+ _queryParams["filter_case_tag"] = filterCaseTag;
454
+ if (page !== undefined) {
455
+ _queryParams["page"] = (_a = page === null || page === void 0 ? void 0 : page.toString()) !== null && _a !== void 0 ? _a : null;
456
+ }
457
+ if (pageSize !== undefined) {
458
+ _queryParams["page_size"] = (_b = pageSize === null || pageSize === void 0 ? void 0 : pageSize.toString()) !== null && _b !== void 0 ? _b : null;
459
+ }
460
+ let _headers = (0, headers_js_1.mergeHeaders)((_c = this._options) === null || _c === void 0 ? void 0 : _c.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
461
+ const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
462
+ 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, "operations/cases/expanded/list/v1"),
476
463
  method: "GET",
477
464
  headers: _headers,
478
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
465
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
479
466
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
480
467
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
481
468
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -503,7 +490,109 @@ class Cases {
503
490
  rawResponse: _response.rawResponse,
504
491
  });
505
492
  case "timeout":
506
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /operations/cases/suggested_department/v1/{case_id}.");
493
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /operations/cases/expanded/list/v1.");
494
+ case "unknown":
495
+ throw new errors.ChrtError({
496
+ message: _response.error.errorMessage,
497
+ rawResponse: _response.rawResponse,
498
+ });
499
+ }
500
+ });
501
+ }
502
+ /**
503
+ * Lists cases for the caller's organization with filtering, sorting, and pagination. | authz: min_org_role=operator | () -> (CaseListRes)
504
+ *
505
+ * @param {Chrt.operations.CasesListV1Request} request
506
+ * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
507
+ *
508
+ * @throws {@link Chrt.UnprocessableEntityError}
509
+ *
510
+ * @example
511
+ * await client.operations.cases.listV1({
512
+ * sort_by: "created_at",
513
+ * sort_order: "asc",
514
+ * page: 1,
515
+ * page_size: 1,
516
+ * filter_assigned_user_id: "filter_assigned_user_id",
517
+ * filter_unassigned: true
518
+ * })
519
+ */
520
+ listV1(request = {}, requestOptions) {
521
+ return core.HttpResponsePromise.fromPromise(this.__listV1(request, requestOptions));
522
+ }
523
+ __listV1() {
524
+ return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
525
+ var _a, _b, _c, _d, _e, _f, _g;
526
+ const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, filter_department_id: filterDepartmentId, filter_case_tag: filterCaseTag, filter_assigned_user_id: filterAssignedUserId, filter_unassigned: filterUnassigned, } = request;
527
+ const _queryParams = {};
528
+ if (sortBy !== undefined) {
529
+ _queryParams["sort_by"] = sortBy;
530
+ }
531
+ if (sortOrder !== undefined) {
532
+ _queryParams["sort_order"] = sortOrder;
533
+ }
534
+ if (page !== undefined) {
535
+ _queryParams["page"] = (_a = page === null || page === void 0 ? void 0 : page.toString()) !== null && _a !== void 0 ? _a : null;
536
+ }
537
+ if (pageSize !== undefined) {
538
+ _queryParams["page_size"] = (_b = pageSize === null || pageSize === void 0 ? void 0 : pageSize.toString()) !== null && _b !== void 0 ? _b : null;
539
+ }
540
+ if (filterDepartmentId !== undefined) {
541
+ if (Array.isArray(filterDepartmentId)) {
542
+ _queryParams["filter_department_id"] = filterDepartmentId.map((item) => item);
543
+ }
544
+ else {
545
+ _queryParams["filter_department_id"] = filterDepartmentId;
546
+ }
547
+ }
548
+ if (filterCaseTag !== undefined) {
549
+ if (Array.isArray(filterCaseTag)) {
550
+ _queryParams["filter_case_tag"] = filterCaseTag.map((item) => item);
551
+ }
552
+ else {
553
+ _queryParams["filter_case_tag"] = filterCaseTag;
554
+ }
555
+ }
556
+ if (filterAssignedUserId !== undefined) {
557
+ _queryParams["filter_assigned_user_id"] = filterAssignedUserId;
558
+ }
559
+ if (filterUnassigned !== undefined) {
560
+ _queryParams["filter_unassigned"] = (_c = filterUnassigned === null || filterUnassigned === void 0 ? void 0 : filterUnassigned.toString()) !== null && _c !== void 0 ? _c : null;
561
+ }
562
+ let _headers = (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
563
+ const _response = yield ((_e = this._options.fetcher) !== null && _e !== void 0 ? _e : core.fetcher)({
564
+ url: core.url.join((_g = (_f = (yield core.Supplier.get(this._options.baseUrl))) !== null && _f !== void 0 ? _f : (yield core.Supplier.get(this._options.environment))) !== null && _g !== void 0 ? _g : environments.ChrtEnvironment.Local, "operations/cases/list/v1"),
565
+ method: "GET",
566
+ headers: _headers,
567
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
568
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
569
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
570
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
571
+ });
572
+ if (_response.ok) {
573
+ return { data: _response.body, rawResponse: _response.rawResponse };
574
+ }
575
+ if (_response.error.reason === "status-code") {
576
+ switch (_response.error.statusCode) {
577
+ case 422:
578
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
579
+ default:
580
+ throw new errors.ChrtError({
581
+ statusCode: _response.error.statusCode,
582
+ body: _response.error.body,
583
+ rawResponse: _response.rawResponse,
584
+ });
585
+ }
586
+ }
587
+ switch (_response.error.reason) {
588
+ case "non-json":
589
+ throw new errors.ChrtError({
590
+ statusCode: _response.error.statusCode,
591
+ body: _response.error.rawBody,
592
+ rawResponse: _response.rawResponse,
593
+ });
594
+ case "timeout":
595
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /operations/cases/list/v1.");
507
596
  case "unknown":
508
597
  throw new errors.ChrtError({
509
598
  message: _response.error.errorMessage,
@@ -578,34 +667,28 @@ class Cases {
578
667
  });
579
668
  }
580
669
  /**
581
- * Adds operator(s) to a case. | authz: min_org_role=operator | (CaseAssignReq) -> (bool)
670
+ * Returns the department this case's order would map to from the shipper connection — a non-binding default for the UI. Department is never auto-applied; the frontend applies it explicitly via the update route. | authz: min_org_role=operator | () -> (PydanticObjectId | None)
582
671
  *
583
672
  * @param {string} caseId
584
- * @param {Chrt.operations.CaseAssignReq} request
585
673
  * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
586
674
  *
587
675
  * @throws {@link Chrt.UnprocessableEntityError}
588
676
  *
589
677
  * @example
590
- * await client.operations.cases.assignV1("case_id", {
591
- * operator_user_ids: ["operator_user_ids"]
592
- * })
678
+ * await client.operations.cases.getSuggestedDepartmentV1("case_id")
593
679
  */
594
- assignV1(caseId, request, requestOptions) {
595
- return core.HttpResponsePromise.fromPromise(this.__assignV1(caseId, request, requestOptions));
680
+ getSuggestedDepartmentV1(caseId, requestOptions) {
681
+ return core.HttpResponsePromise.fromPromise(this.__getSuggestedDepartmentV1(caseId, requestOptions));
596
682
  }
597
- __assignV1(caseId, request, requestOptions) {
683
+ __getSuggestedDepartmentV1(caseId, requestOptions) {
598
684
  return __awaiter(this, void 0, void 0, function* () {
599
685
  var _a, _b, _c, _d;
600
686
  let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
601
687
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
602
- 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, `operations/cases/assign/v1/${encodeURIComponent(caseId)}`),
603
- method: "PATCH",
688
+ 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, `operations/cases/suggested_department/v1/${encodeURIComponent(caseId)}`),
689
+ method: "GET",
604
690
  headers: _headers,
605
- contentType: "application/json",
606
691
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
607
- requestType: "json",
608
- body: request,
609
692
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
610
693
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
611
694
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -633,7 +716,75 @@ class Cases {
633
716
  rawResponse: _response.rawResponse,
634
717
  });
635
718
  case "timeout":
636
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /operations/cases/assign/v1/{case_id}.");
719
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /operations/cases/suggested_department/v1/{case_id}.");
720
+ case "unknown":
721
+ throw new errors.ChrtError({
722
+ message: _response.error.errorMessage,
723
+ rawResponse: _response.rawResponse,
724
+ });
725
+ }
726
+ });
727
+ }
728
+ /**
729
+ * Returns distinct case_tag values matching the query via case-insensitive regex for the caller's organization. | authz: min_org_role=operator | () -> (list[CaseTypeaheadResult])
730
+ *
731
+ * @param {Chrt.operations.CasesTypeaheadV1Request} request
732
+ * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
733
+ *
734
+ * @throws {@link Chrt.UnprocessableEntityError}
735
+ *
736
+ * @example
737
+ * await client.operations.cases.typeaheadV1({
738
+ * query: "query",
739
+ * limit: 1
740
+ * })
741
+ */
742
+ typeaheadV1(request, requestOptions) {
743
+ return core.HttpResponsePromise.fromPromise(this.__typeaheadV1(request, requestOptions));
744
+ }
745
+ __typeaheadV1(request, requestOptions) {
746
+ return __awaiter(this, void 0, void 0, function* () {
747
+ var _a, _b, _c, _d, _e;
748
+ const { query, limit } = request;
749
+ const _queryParams = {};
750
+ _queryParams["query"] = query;
751
+ if (limit !== undefined) {
752
+ _queryParams["limit"] = (_a = limit === null || limit === void 0 ? void 0 : limit.toString()) !== null && _a !== void 0 ? _a : null;
753
+ }
754
+ let _headers = (0, headers_js_1.mergeHeaders)((_b = this._options) === null || _b === void 0 ? void 0 : _b.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
755
+ const _response = yield ((_c = this._options.fetcher) !== null && _c !== void 0 ? _c : core.fetcher)({
756
+ url: core.url.join((_e = (_d = (yield core.Supplier.get(this._options.baseUrl))) !== null && _d !== void 0 ? _d : (yield core.Supplier.get(this._options.environment))) !== null && _e !== void 0 ? _e : environments.ChrtEnvironment.Local, "operations/cases/typeahead/v1"),
757
+ method: "GET",
758
+ headers: _headers,
759
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
760
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
761
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
762
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
763
+ });
764
+ if (_response.ok) {
765
+ return { data: _response.body, rawResponse: _response.rawResponse };
766
+ }
767
+ if (_response.error.reason === "status-code") {
768
+ switch (_response.error.statusCode) {
769
+ case 422:
770
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
771
+ default:
772
+ throw new errors.ChrtError({
773
+ statusCode: _response.error.statusCode,
774
+ body: _response.error.body,
775
+ rawResponse: _response.rawResponse,
776
+ });
777
+ }
778
+ }
779
+ switch (_response.error.reason) {
780
+ case "non-json":
781
+ throw new errors.ChrtError({
782
+ statusCode: _response.error.statusCode,
783
+ body: _response.error.rawBody,
784
+ rawResponse: _response.rawResponse,
785
+ });
786
+ case "timeout":
787
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /operations/cases/typeahead/v1.");
637
788
  case "unknown":
638
789
  throw new errors.ChrtError({
639
790
  message: _response.error.errorMessage,
@@ -708,34 +859,28 @@ class Cases {
708
859
  });
709
860
  }
710
861
  /**
711
- * Appends a message to a case. | authz: min_org_role=operator | (CaseAddMessageReq) -> (bool)
862
+ * Retrieves a single case. | authz: min_org_role=operator | () -> (Case1)
712
863
  *
713
864
  * @param {string} caseId
714
- * @param {Chrt.operations.CaseAddMessageReq} request
715
865
  * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
716
866
  *
717
867
  * @throws {@link Chrt.UnprocessableEntityError}
718
868
  *
719
869
  * @example
720
- * await client.operations.cases.addMessageV1("case_id", {
721
- * message: "message"
722
- * })
870
+ * await client.operations.cases.getV1("case_id")
723
871
  */
724
- addMessageV1(caseId, request, requestOptions) {
725
- return core.HttpResponsePromise.fromPromise(this.__addMessageV1(caseId, request, requestOptions));
872
+ getV1(caseId, requestOptions) {
873
+ return core.HttpResponsePromise.fromPromise(this.__getV1(caseId, requestOptions));
726
874
  }
727
- __addMessageV1(caseId, request, requestOptions) {
875
+ __getV1(caseId, requestOptions) {
728
876
  return __awaiter(this, void 0, void 0, function* () {
729
877
  var _a, _b, _c, _d;
730
878
  let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
731
879
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
732
- 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, `operations/cases/add_message/v1/${encodeURIComponent(caseId)}`),
733
- method: "POST",
880
+ 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, `operations/cases/v1/${encodeURIComponent(caseId)}`),
881
+ method: "GET",
734
882
  headers: _headers,
735
- contentType: "application/json",
736
883
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
737
- requestType: "json",
738
- body: request,
739
884
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
740
885
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
741
886
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -763,7 +908,7 @@ class Cases {
763
908
  rawResponse: _response.rawResponse,
764
909
  });
765
910
  case "timeout":
766
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /operations/cases/add_message/v1/{case_id}.");
911
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /operations/cases/v1/{case_id}.");
767
912
  case "unknown":
768
913
  throw new errors.ChrtError({
769
914
  message: _response.error.errorMessage,
@@ -773,29 +918,32 @@ class Cases {
773
918
  });
774
919
  }
775
920
  /**
776
- * Deletes a message from a case. | authz: min_org_role=operator | () -> (bool)
921
+ * Updates a case's department_id and case_tag. | authz: min_org_role=operator | (CaseClientUpdate1) -> (bool)
777
922
  *
778
923
  * @param {string} caseId
779
- * @param {string} messageId
924
+ * @param {Chrt.operations.CaseClientUpdate1} request
780
925
  * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
781
926
  *
782
927
  * @throws {@link Chrt.UnprocessableEntityError}
783
928
  *
784
929
  * @example
785
- * await client.operations.cases.deleteMessageV1("case_id", "message_id")
930
+ * await client.operations.cases.updateV1("case_id")
786
931
  */
787
- deleteMessageV1(caseId, messageId, requestOptions) {
788
- return core.HttpResponsePromise.fromPromise(this.__deleteMessageV1(caseId, messageId, requestOptions));
932
+ updateV1(caseId, request = {}, requestOptions) {
933
+ return core.HttpResponsePromise.fromPromise(this.__updateV1(caseId, request, requestOptions));
789
934
  }
790
- __deleteMessageV1(caseId, messageId, requestOptions) {
791
- return __awaiter(this, void 0, void 0, function* () {
935
+ __updateV1(caseId_1) {
936
+ return __awaiter(this, arguments, void 0, function* (caseId, request = {}, requestOptions) {
792
937
  var _a, _b, _c, _d;
793
938
  let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
794
939
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
795
- 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, `operations/cases/delete_message/v1/${encodeURIComponent(caseId)}/${encodeURIComponent(messageId)}`),
796
- method: "DELETE",
940
+ 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, `operations/cases/v1/${encodeURIComponent(caseId)}`),
941
+ method: "PATCH",
797
942
  headers: _headers,
943
+ contentType: "application/json",
798
944
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
945
+ requestType: "json",
946
+ body: request,
799
947
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
800
948
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
801
949
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -823,7 +971,7 @@ class Cases {
823
971
  rawResponse: _response.rawResponse,
824
972
  });
825
973
  case "timeout":
826
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /operations/cases/delete_message/v1/{case_id}/{message_id}.");
974
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /operations/cases/v1/{case_id}.");
827
975
  case "unknown":
828
976
  throw new errors.ChrtError({
829
977
  message: _response.error.errorMessage,