@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
@@ -31,85 +31,85 @@ export declare class AdHoc {
31
31
  protected readonly _options: AdHoc.Options;
32
32
  constructor(_options?: AdHoc.Options);
33
33
  /**
34
- * Lists all ad-hoc notification intents for an order. | authz: min_org_role=operator | () -> (NotificationAdHocListRes)
34
+ * Creates or returns an existing ad-hoc notification intent for an order. | authz: min_org_role=operator | (NotificationIntentAdHocClientCreate1) -> (PydanticObjectId)
35
35
  *
36
36
  * @param {string} orderId
37
- * @param {Chrt.notifications.AdHocListByOrderIdV1Request} request
37
+ * @param {Chrt.NotificationIntentAdHocClientCreate1} request
38
38
  * @param {AdHoc.RequestOptions} requestOptions - Request-specific configuration.
39
39
  *
40
40
  * @throws {@link Chrt.UnprocessableEntityError}
41
41
  *
42
42
  * @example
43
- * await client.notifications.adHoc.listByOrderIdV1("order_id", {
44
- * page: 1,
45
- * page_size: 1
43
+ * await client.notifications.adHoc.createV1("order_id", {
44
+ * directory_entry_id: "directory_entry_id",
45
+ * schema_version: 1
46
46
  * })
47
47
  */
48
- listByOrderIdV1(orderId: string, request?: Chrt.notifications.AdHocListByOrderIdV1Request, requestOptions?: AdHoc.RequestOptions): core.HttpResponsePromise<Chrt.NotificationAdHocListRes>;
49
- private __listByOrderIdV1;
48
+ createV1(orderId: string, request: Chrt.NotificationIntentAdHocClientCreate1, requestOptions?: AdHoc.RequestOptions): core.HttpResponsePromise<string>;
49
+ private __createV1;
50
50
  /**
51
- * Lists all ad-hoc notification intents for a tracking session. | authz: min_org_role=operator | () -> (NotificationAdHocListRes)
51
+ * Creates a new ad-hoc notification intent for a tracking session. | authz: min_org_role=operator | (NotificationIntentAdHocClientCreate1) -> (PydanticObjectId)
52
52
  *
53
53
  * @param {string} sessionId
54
- * @param {Chrt.notifications.AdHocListBySessionIdV1Request} request
54
+ * @param {Chrt.NotificationIntentAdHocClientCreate1} request
55
55
  * @param {AdHoc.RequestOptions} requestOptions - Request-specific configuration.
56
56
  *
57
57
  * @throws {@link Chrt.UnprocessableEntityError}
58
58
  *
59
59
  * @example
60
- * await client.notifications.adHoc.listBySessionIdV1("session_id", {
61
- * page: 1,
62
- * page_size: 1
60
+ * await client.notifications.adHoc.createForSessionV1("session_id", {
61
+ * directory_entry_id: "directory_entry_id",
62
+ * schema_version: 1
63
63
  * })
64
64
  */
65
- listBySessionIdV1(sessionId: string, request?: Chrt.notifications.AdHocListBySessionIdV1Request, requestOptions?: AdHoc.RequestOptions): core.HttpResponsePromise<Chrt.NotificationAdHocListRes>;
66
- private __listBySessionIdV1;
65
+ createForSessionV1(sessionId: string, request: Chrt.NotificationIntentAdHocClientCreate1, requestOptions?: AdHoc.RequestOptions): core.HttpResponsePromise<string>;
66
+ private __createForSessionV1;
67
67
  /**
68
- * Creates or returns an existing ad-hoc notification intent for an order. | authz: min_org_role=operator | (NotificationIntentAdHocClientCreate1) -> (PydanticObjectId)
68
+ * Deletes an ad-hoc notification intent. | authz: min_org_role=operator | () -> (bool)
69
69
  *
70
- * @param {string} orderId
71
- * @param {Chrt.NotificationIntentAdHocClientCreate1} request
70
+ * @param {string} adHocId
72
71
  * @param {AdHoc.RequestOptions} requestOptions - Request-specific configuration.
73
72
  *
74
73
  * @throws {@link Chrt.UnprocessableEntityError}
75
74
  *
76
75
  * @example
77
- * await client.notifications.adHoc.createV1("order_id", {
78
- * schema_version: 1,
79
- * directory_entry_id: "directory_entry_id"
80
- * })
76
+ * await client.notifications.adHoc.deleteV1("ad_hoc_id")
81
77
  */
82
- createV1(orderId: string, request: Chrt.NotificationIntentAdHocClientCreate1, requestOptions?: AdHoc.RequestOptions): core.HttpResponsePromise<string>;
83
- private __createV1;
78
+ deleteV1(adHocId: string, requestOptions?: AdHoc.RequestOptions): core.HttpResponsePromise<boolean>;
79
+ private __deleteV1;
84
80
  /**
85
- * Creates a new ad-hoc notification intent for a tracking session. | authz: min_org_role=operator | (NotificationIntentAdHocClientCreate1) -> (PydanticObjectId)
81
+ * Lists all ad-hoc notification intents for an order. | authz: min_org_role=operator | () -> (NotificationAdHocListRes)
86
82
  *
87
- * @param {string} sessionId
88
- * @param {Chrt.NotificationIntentAdHocClientCreate1} request
83
+ * @param {string} orderId
84
+ * @param {Chrt.notifications.AdHocListByOrderIdV1Request} request
89
85
  * @param {AdHoc.RequestOptions} requestOptions - Request-specific configuration.
90
86
  *
91
87
  * @throws {@link Chrt.UnprocessableEntityError}
92
88
  *
93
89
  * @example
94
- * await client.notifications.adHoc.createForSessionV1("session_id", {
95
- * schema_version: 1,
96
- * directory_entry_id: "directory_entry_id"
90
+ * await client.notifications.adHoc.listByOrderIdV1("order_id", {
91
+ * page: 1,
92
+ * page_size: 1
97
93
  * })
98
94
  */
99
- createForSessionV1(sessionId: string, request: Chrt.NotificationIntentAdHocClientCreate1, requestOptions?: AdHoc.RequestOptions): core.HttpResponsePromise<string>;
100
- private __createForSessionV1;
95
+ listByOrderIdV1(orderId: string, request?: Chrt.notifications.AdHocListByOrderIdV1Request, requestOptions?: AdHoc.RequestOptions): core.HttpResponsePromise<Chrt.NotificationAdHocListRes>;
96
+ private __listByOrderIdV1;
101
97
  /**
102
- * Deletes an ad-hoc notification intent. | authz: min_org_role=operator | () -> (bool)
98
+ * Lists all ad-hoc notification intents for a tracking session. | authz: min_org_role=operator | () -> (NotificationAdHocListRes)
103
99
  *
104
- * @param {string} adHocId
100
+ * @param {string} sessionId
101
+ * @param {Chrt.notifications.AdHocListBySessionIdV1Request} request
105
102
  * @param {AdHoc.RequestOptions} requestOptions - Request-specific configuration.
106
103
  *
107
104
  * @throws {@link Chrt.UnprocessableEntityError}
108
105
  *
109
106
  * @example
110
- * await client.notifications.adHoc.deleteV1("ad_hoc_id")
107
+ * await client.notifications.adHoc.listBySessionIdV1("session_id", {
108
+ * page: 1,
109
+ * page_size: 1
110
+ * })
111
111
  */
112
- deleteV1(adHocId: string, requestOptions?: AdHoc.RequestOptions): core.HttpResponsePromise<boolean>;
113
- private __deleteV1;
112
+ listBySessionIdV1(sessionId: string, request?: Chrt.notifications.AdHocListBySessionIdV1Request, requestOptions?: AdHoc.RequestOptions): core.HttpResponsePromise<Chrt.NotificationAdHocListRes>;
113
+ private __listBySessionIdV1;
114
114
  protected _getAuthorizationHeader(): Promise<string | undefined>;
115
115
  }
@@ -56,40 +56,35 @@ class AdHoc {
56
56
  this._options = _options;
57
57
  }
58
58
  /**
59
- * Lists all ad-hoc notification intents for an order. | authz: min_org_role=operator | () -> (NotificationAdHocListRes)
59
+ * Creates or returns an existing ad-hoc notification intent for an order. | authz: min_org_role=operator | (NotificationIntentAdHocClientCreate1) -> (PydanticObjectId)
60
60
  *
61
61
  * @param {string} orderId
62
- * @param {Chrt.notifications.AdHocListByOrderIdV1Request} request
62
+ * @param {Chrt.NotificationIntentAdHocClientCreate1} request
63
63
  * @param {AdHoc.RequestOptions} requestOptions - Request-specific configuration.
64
64
  *
65
65
  * @throws {@link Chrt.UnprocessableEntityError}
66
66
  *
67
67
  * @example
68
- * await client.notifications.adHoc.listByOrderIdV1("order_id", {
69
- * page: 1,
70
- * page_size: 1
68
+ * await client.notifications.adHoc.createV1("order_id", {
69
+ * directory_entry_id: "directory_entry_id",
70
+ * schema_version: 1
71
71
  * })
72
72
  */
73
- listByOrderIdV1(orderId, request = {}, requestOptions) {
74
- return core.HttpResponsePromise.fromPromise(this.__listByOrderIdV1(orderId, request, requestOptions));
73
+ createV1(orderId, request, requestOptions) {
74
+ return core.HttpResponsePromise.fromPromise(this.__createV1(orderId, request, requestOptions));
75
75
  }
76
- __listByOrderIdV1(orderId_1) {
77
- return __awaiter(this, arguments, void 0, function* (orderId, request = {}, requestOptions) {
78
- var _a, _b, _c, _d, _e, _f;
79
- const { page, page_size: pageSize } = request;
80
- const _queryParams = {};
81
- if (page !== undefined) {
82
- _queryParams["page"] = (_a = page === null || page === void 0 ? void 0 : page.toString()) !== null && _a !== void 0 ? _a : null;
83
- }
84
- if (pageSize !== undefined) {
85
- _queryParams["page_size"] = (_b = pageSize === null || pageSize === void 0 ? void 0 : pageSize.toString()) !== null && _b !== void 0 ? _b : null;
86
- }
87
- 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);
88
- const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
89
- 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, `notifications/ad_hoc/list_by_order_id/v1/${encodeURIComponent(orderId)}`),
90
- method: "GET",
76
+ __createV1(orderId, request, requestOptions) {
77
+ return __awaiter(this, void 0, void 0, function* () {
78
+ var _a, _b, _c, _d;
79
+ 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);
80
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
81
+ 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, `notifications/ad_hoc/create/v1/${encodeURIComponent(orderId)}`),
82
+ method: "POST",
91
83
  headers: _headers,
92
- queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
84
+ contentType: "application/json",
85
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
86
+ requestType: "json",
87
+ body: request,
93
88
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
94
89
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
95
90
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -117,7 +112,7 @@ class AdHoc {
117
112
  rawResponse: _response.rawResponse,
118
113
  });
119
114
  case "timeout":
120
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /notifications/ad_hoc/list_by_order_id/v1/{order_id}.");
115
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /notifications/ad_hoc/create/v1/{order_id}.");
121
116
  case "unknown":
122
117
  throw new errors.ChrtError({
123
118
  message: _response.error.errorMessage,
@@ -127,40 +122,35 @@ class AdHoc {
127
122
  });
128
123
  }
129
124
  /**
130
- * Lists all ad-hoc notification intents for a tracking session. | authz: min_org_role=operator | () -> (NotificationAdHocListRes)
125
+ * Creates a new ad-hoc notification intent for a tracking session. | authz: min_org_role=operator | (NotificationIntentAdHocClientCreate1) -> (PydanticObjectId)
131
126
  *
132
127
  * @param {string} sessionId
133
- * @param {Chrt.notifications.AdHocListBySessionIdV1Request} request
128
+ * @param {Chrt.NotificationIntentAdHocClientCreate1} request
134
129
  * @param {AdHoc.RequestOptions} requestOptions - Request-specific configuration.
135
130
  *
136
131
  * @throws {@link Chrt.UnprocessableEntityError}
137
132
  *
138
133
  * @example
139
- * await client.notifications.adHoc.listBySessionIdV1("session_id", {
140
- * page: 1,
141
- * page_size: 1
134
+ * await client.notifications.adHoc.createForSessionV1("session_id", {
135
+ * directory_entry_id: "directory_entry_id",
136
+ * schema_version: 1
142
137
  * })
143
138
  */
144
- listBySessionIdV1(sessionId, request = {}, requestOptions) {
145
- return core.HttpResponsePromise.fromPromise(this.__listBySessionIdV1(sessionId, request, requestOptions));
139
+ createForSessionV1(sessionId, request, requestOptions) {
140
+ return core.HttpResponsePromise.fromPromise(this.__createForSessionV1(sessionId, request, requestOptions));
146
141
  }
147
- __listBySessionIdV1(sessionId_1) {
148
- return __awaiter(this, arguments, void 0, function* (sessionId, request = {}, requestOptions) {
149
- var _a, _b, _c, _d, _e, _f;
150
- const { page, page_size: pageSize } = request;
151
- const _queryParams = {};
152
- if (page !== undefined) {
153
- _queryParams["page"] = (_a = page === null || page === void 0 ? void 0 : page.toString()) !== null && _a !== void 0 ? _a : null;
154
- }
155
- if (pageSize !== undefined) {
156
- _queryParams["page_size"] = (_b = pageSize === null || pageSize === void 0 ? void 0 : pageSize.toString()) !== null && _b !== void 0 ? _b : null;
157
- }
158
- 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);
159
- const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
160
- 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, `notifications/ad_hoc/list_by_session_id/v1/${encodeURIComponent(sessionId)}`),
161
- method: "GET",
142
+ __createForSessionV1(sessionId, request, requestOptions) {
143
+ return __awaiter(this, void 0, void 0, function* () {
144
+ var _a, _b, _c, _d;
145
+ 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);
146
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
147
+ 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, `notifications/ad_hoc/create_for_session/v1/${encodeURIComponent(sessionId)}`),
148
+ method: "POST",
162
149
  headers: _headers,
163
- queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
150
+ contentType: "application/json",
151
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
152
+ requestType: "json",
153
+ body: request,
164
154
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
165
155
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
166
156
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -188,7 +178,7 @@ class AdHoc {
188
178
  rawResponse: _response.rawResponse,
189
179
  });
190
180
  case "timeout":
191
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /notifications/ad_hoc/list_by_session_id/v1/{session_id}.");
181
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /notifications/ad_hoc/create_for_session/v1/{session_id}.");
192
182
  case "unknown":
193
183
  throw new errors.ChrtError({
194
184
  message: _response.error.errorMessage,
@@ -198,35 +188,28 @@ class AdHoc {
198
188
  });
199
189
  }
200
190
  /**
201
- * Creates or returns an existing ad-hoc notification intent for an order. | authz: min_org_role=operator | (NotificationIntentAdHocClientCreate1) -> (PydanticObjectId)
191
+ * Deletes an ad-hoc notification intent. | authz: min_org_role=operator | () -> (bool)
202
192
  *
203
- * @param {string} orderId
204
- * @param {Chrt.NotificationIntentAdHocClientCreate1} request
193
+ * @param {string} adHocId
205
194
  * @param {AdHoc.RequestOptions} requestOptions - Request-specific configuration.
206
195
  *
207
196
  * @throws {@link Chrt.UnprocessableEntityError}
208
197
  *
209
198
  * @example
210
- * await client.notifications.adHoc.createV1("order_id", {
211
- * schema_version: 1,
212
- * directory_entry_id: "directory_entry_id"
213
- * })
199
+ * await client.notifications.adHoc.deleteV1("ad_hoc_id")
214
200
  */
215
- createV1(orderId, request, requestOptions) {
216
- return core.HttpResponsePromise.fromPromise(this.__createV1(orderId, request, requestOptions));
201
+ deleteV1(adHocId, requestOptions) {
202
+ return core.HttpResponsePromise.fromPromise(this.__deleteV1(adHocId, requestOptions));
217
203
  }
218
- __createV1(orderId, request, requestOptions) {
204
+ __deleteV1(adHocId, requestOptions) {
219
205
  return __awaiter(this, void 0, void 0, function* () {
220
206
  var _a, _b, _c, _d;
221
207
  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);
222
208
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
223
- 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, `notifications/ad_hoc/create/v1/${encodeURIComponent(orderId)}`),
224
- method: "POST",
209
+ 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, `notifications/ad_hoc/delete/v1/${encodeURIComponent(adHocId)}`),
210
+ method: "DELETE",
225
211
  headers: _headers,
226
- contentType: "application/json",
227
212
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
228
- requestType: "json",
229
- body: request,
230
213
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
231
214
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
232
215
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -254,7 +237,7 @@ class AdHoc {
254
237
  rawResponse: _response.rawResponse,
255
238
  });
256
239
  case "timeout":
257
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /notifications/ad_hoc/create/v1/{order_id}.");
240
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /notifications/ad_hoc/delete/v1/{ad_hoc_id}.");
258
241
  case "unknown":
259
242
  throw new errors.ChrtError({
260
243
  message: _response.error.errorMessage,
@@ -264,35 +247,40 @@ class AdHoc {
264
247
  });
265
248
  }
266
249
  /**
267
- * Creates a new ad-hoc notification intent for a tracking session. | authz: min_org_role=operator | (NotificationIntentAdHocClientCreate1) -> (PydanticObjectId)
250
+ * Lists all ad-hoc notification intents for an order. | authz: min_org_role=operator | () -> (NotificationAdHocListRes)
268
251
  *
269
- * @param {string} sessionId
270
- * @param {Chrt.NotificationIntentAdHocClientCreate1} request
252
+ * @param {string} orderId
253
+ * @param {Chrt.notifications.AdHocListByOrderIdV1Request} request
271
254
  * @param {AdHoc.RequestOptions} requestOptions - Request-specific configuration.
272
255
  *
273
256
  * @throws {@link Chrt.UnprocessableEntityError}
274
257
  *
275
258
  * @example
276
- * await client.notifications.adHoc.createForSessionV1("session_id", {
277
- * schema_version: 1,
278
- * directory_entry_id: "directory_entry_id"
259
+ * await client.notifications.adHoc.listByOrderIdV1("order_id", {
260
+ * page: 1,
261
+ * page_size: 1
279
262
  * })
280
263
  */
281
- createForSessionV1(sessionId, request, requestOptions) {
282
- return core.HttpResponsePromise.fromPromise(this.__createForSessionV1(sessionId, request, requestOptions));
264
+ listByOrderIdV1(orderId, request = {}, requestOptions) {
265
+ return core.HttpResponsePromise.fromPromise(this.__listByOrderIdV1(orderId, request, requestOptions));
283
266
  }
284
- __createForSessionV1(sessionId, request, requestOptions) {
285
- return __awaiter(this, void 0, void 0, function* () {
286
- var _a, _b, _c, _d;
287
- 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);
288
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
289
- 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, `notifications/ad_hoc/create_for_session/v1/${encodeURIComponent(sessionId)}`),
290
- method: "POST",
267
+ __listByOrderIdV1(orderId_1) {
268
+ return __awaiter(this, arguments, void 0, function* (orderId, request = {}, requestOptions) {
269
+ var _a, _b, _c, _d, _e, _f;
270
+ const { page, page_size: pageSize } = request;
271
+ const _queryParams = {};
272
+ if (page !== undefined) {
273
+ _queryParams["page"] = (_a = page === null || page === void 0 ? void 0 : page.toString()) !== null && _a !== void 0 ? _a : null;
274
+ }
275
+ if (pageSize !== undefined) {
276
+ _queryParams["page_size"] = (_b = pageSize === null || pageSize === void 0 ? void 0 : pageSize.toString()) !== null && _b !== void 0 ? _b : null;
277
+ }
278
+ 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);
279
+ const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
280
+ 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, `notifications/ad_hoc/list_by_order_id/v1/${encodeURIComponent(orderId)}`),
281
+ method: "GET",
291
282
  headers: _headers,
292
- contentType: "application/json",
293
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
294
- requestType: "json",
295
- body: request,
283
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
296
284
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
297
285
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
298
286
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -320,7 +308,7 @@ class AdHoc {
320
308
  rawResponse: _response.rawResponse,
321
309
  });
322
310
  case "timeout":
323
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /notifications/ad_hoc/create_for_session/v1/{session_id}.");
311
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /notifications/ad_hoc/list_by_order_id/v1/{order_id}.");
324
312
  case "unknown":
325
313
  throw new errors.ChrtError({
326
314
  message: _response.error.errorMessage,
@@ -330,28 +318,40 @@ class AdHoc {
330
318
  });
331
319
  }
332
320
  /**
333
- * Deletes an ad-hoc notification intent. | authz: min_org_role=operator | () -> (bool)
321
+ * Lists all ad-hoc notification intents for a tracking session. | authz: min_org_role=operator | () -> (NotificationAdHocListRes)
334
322
  *
335
- * @param {string} adHocId
323
+ * @param {string} sessionId
324
+ * @param {Chrt.notifications.AdHocListBySessionIdV1Request} request
336
325
  * @param {AdHoc.RequestOptions} requestOptions - Request-specific configuration.
337
326
  *
338
327
  * @throws {@link Chrt.UnprocessableEntityError}
339
328
  *
340
329
  * @example
341
- * await client.notifications.adHoc.deleteV1("ad_hoc_id")
330
+ * await client.notifications.adHoc.listBySessionIdV1("session_id", {
331
+ * page: 1,
332
+ * page_size: 1
333
+ * })
342
334
  */
343
- deleteV1(adHocId, requestOptions) {
344
- return core.HttpResponsePromise.fromPromise(this.__deleteV1(adHocId, requestOptions));
335
+ listBySessionIdV1(sessionId, request = {}, requestOptions) {
336
+ return core.HttpResponsePromise.fromPromise(this.__listBySessionIdV1(sessionId, request, requestOptions));
345
337
  }
346
- __deleteV1(adHocId, requestOptions) {
347
- return __awaiter(this, void 0, void 0, function* () {
348
- var _a, _b, _c, _d;
349
- 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);
350
- const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
351
- 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, `notifications/ad_hoc/delete/v1/${encodeURIComponent(adHocId)}`),
352
- method: "DELETE",
338
+ __listBySessionIdV1(sessionId_1) {
339
+ return __awaiter(this, arguments, void 0, function* (sessionId, request = {}, requestOptions) {
340
+ var _a, _b, _c, _d, _e, _f;
341
+ const { page, page_size: pageSize } = request;
342
+ const _queryParams = {};
343
+ if (page !== undefined) {
344
+ _queryParams["page"] = (_a = page === null || page === void 0 ? void 0 : page.toString()) !== null && _a !== void 0 ? _a : null;
345
+ }
346
+ if (pageSize !== undefined) {
347
+ _queryParams["page_size"] = (_b = pageSize === null || pageSize === void 0 ? void 0 : pageSize.toString()) !== null && _b !== void 0 ? _b : null;
348
+ }
349
+ 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);
350
+ const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
351
+ 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, `notifications/ad_hoc/list_by_session_id/v1/${encodeURIComponent(sessionId)}`),
352
+ method: "GET",
353
353
  headers: _headers,
354
- queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
354
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
355
355
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
356
356
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
357
357
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -379,7 +379,7 @@ class AdHoc {
379
379
  rawResponse: _response.rawResponse,
380
380
  });
381
381
  case "timeout":
382
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /notifications/ad_hoc/delete/v1/{ad_hoc_id}.");
382
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /notifications/ad_hoc/list_by_session_id/v1/{session_id}.");
383
383
  case "unknown":
384
384
  throw new errors.ChrtError({
385
385
  message: _response.error.errorMessage,