@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
@@ -25,28 +25,38 @@ export class Tasks {
25
25
  return ((_a = this._executorOrgNotes) !== null && _a !== void 0 ? _a : (this._executorOrgNotes = new ExecutorOrgNotes(this._options)));
26
26
  }
27
27
  /**
28
- * Checks whether the assigned driver's available location is inside the task wait-time geofence. | authz_personas=[driver_for_executor, executor_org_operators] | () -> (TaskWaitTimeGeofenceRes)
28
+ * Adds a new task to a task group at a specific index. | authz_personas=[lig_owner_operators] | (AddTaskToGroupReq) -> (PydanticObjectId)
29
29
  *
30
- * @param {string} taskId
30
+ * @param {string} taskGroupId
31
+ * @param {Chrt.shipping.AddTaskToGroupReq} request
31
32
  * @param {Tasks.RequestOptions} requestOptions - Request-specific configuration.
32
33
  *
33
34
  * @throws {@link Chrt.UnprocessableEntityError}
34
35
  *
35
36
  * @example
36
- * await client.shipping.tasks.waitTimeGeofenceV1("task_id")
37
+ * await client.shipping.tasks.addToTaskGroupV1("task_group_id", {
38
+ * index: 1,
39
+ * status: "draft",
40
+ * task: {
41
+ * schema_version: 1
42
+ * }
43
+ * })
37
44
  */
38
- waitTimeGeofenceV1(taskId, requestOptions) {
39
- return core.HttpResponsePromise.fromPromise(this.__waitTimeGeofenceV1(taskId, requestOptions));
45
+ addToTaskGroupV1(taskGroupId, request, requestOptions) {
46
+ return core.HttpResponsePromise.fromPromise(this.__addToTaskGroupV1(taskGroupId, request, requestOptions));
40
47
  }
41
- __waitTimeGeofenceV1(taskId, requestOptions) {
48
+ __addToTaskGroupV1(taskGroupId, request, requestOptions) {
42
49
  return __awaiter(this, void 0, void 0, function* () {
43
50
  var _a, _b, _c, _d;
44
51
  let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
45
52
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
46
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/wait_time/geofence/v1/${encodeURIComponent(taskId)}`),
47
- method: "GET",
53
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/add_to_task_group/v1/${encodeURIComponent(taskGroupId)}`),
54
+ method: "PUT",
48
55
  headers: _headers,
56
+ contentType: "application/json",
49
57
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
58
+ requestType: "json",
59
+ body: request,
50
60
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
51
61
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
52
62
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -74,7 +84,7 @@ export class Tasks {
74
84
  rawResponse: _response.rawResponse,
75
85
  });
76
86
  case "timeout":
77
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /shipping/tasks/wait_time/geofence/v1/{task_id}.");
87
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/tasks/add_to_task_group/v1/{task_group_id}.");
78
88
  case "unknown":
79
89
  throw new errors.ChrtError({
80
90
  message: _response.error.errorMessage,
@@ -84,28 +94,32 @@ export class Tasks {
84
94
  });
85
95
  }
86
96
  /**
87
- * Starts wait time for a task and records whether the assigned driver's available location is inside the geofence. | authz_personas=[driver_for_executor, executor_org_operators] | () -> (bool)
97
+ * Marks a task as ATTEMPT with an optional executor organization note. | authz_personas=[driver_for_executor, coordinator_org_operators, executor_org_operators] (depending on type) | (AttemptTaskReq) -> (bool)
88
98
  *
89
99
  * @param {string} taskId
100
+ * @param {Chrt.shipping.AttemptTaskReq} request
90
101
  * @param {Tasks.RequestOptions} requestOptions - Request-specific configuration.
91
102
  *
92
103
  * @throws {@link Chrt.UnprocessableEntityError}
93
104
  *
94
105
  * @example
95
- * await client.shipping.tasks.waitTimeStartV1("task_id")
106
+ * await client.shipping.tasks.attemptV1("task_id")
96
107
  */
97
- waitTimeStartV1(taskId, requestOptions) {
98
- return core.HttpResponsePromise.fromPromise(this.__waitTimeStartV1(taskId, requestOptions));
108
+ attemptV1(taskId, request = {}, requestOptions) {
109
+ return core.HttpResponsePromise.fromPromise(this.__attemptV1(taskId, request, requestOptions));
99
110
  }
100
- __waitTimeStartV1(taskId, requestOptions) {
101
- return __awaiter(this, void 0, void 0, function* () {
111
+ __attemptV1(taskId_1) {
112
+ return __awaiter(this, arguments, void 0, function* (taskId, request = {}, requestOptions) {
102
113
  var _a, _b, _c, _d;
103
114
  let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
104
115
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
105
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/wait_time/start/v1/${encodeURIComponent(taskId)}`),
116
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/attempt/v1/${encodeURIComponent(taskId)}`),
106
117
  method: "PUT",
107
118
  headers: _headers,
119
+ contentType: "application/json",
108
120
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
121
+ requestType: "json",
122
+ body: request,
109
123
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
110
124
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
111
125
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -133,7 +147,7 @@ export class Tasks {
133
147
  rawResponse: _response.rawResponse,
134
148
  });
135
149
  case "timeout":
136
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/tasks/wait_time/start/v1/{task_id}.");
150
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/tasks/attempt/v1/{task_id}.");
137
151
  case "unknown":
138
152
  throw new errors.ChrtError({
139
153
  message: _response.error.errorMessage,
@@ -143,7 +157,7 @@ export class Tasks {
143
157
  });
144
158
  }
145
159
  /**
146
- * Ends an active wait-time session for a task. | authz_personas=[driver_for_executor, executor_org_operators] | () -> (bool)
160
+ * Marks a task as COMPLETED. | authz_personas=[driver_for_executor, coordinator_org_operators, executor_org_operators] (depending on type) | () -> (bool)
147
161
  *
148
162
  * @param {string} taskId
149
163
  * @param {Tasks.RequestOptions} requestOptions - Request-specific configuration.
@@ -151,17 +165,17 @@ export class Tasks {
151
165
  * @throws {@link Chrt.UnprocessableEntityError}
152
166
  *
153
167
  * @example
154
- * await client.shipping.tasks.waitTimeEndV1("task_id")
168
+ * await client.shipping.tasks.completeV1("task_id")
155
169
  */
156
- waitTimeEndV1(taskId, requestOptions) {
157
- return core.HttpResponsePromise.fromPromise(this.__waitTimeEndV1(taskId, requestOptions));
170
+ completeV1(taskId, requestOptions) {
171
+ return core.HttpResponsePromise.fromPromise(this.__completeV1(taskId, requestOptions));
158
172
  }
159
- __waitTimeEndV1(taskId, requestOptions) {
173
+ __completeV1(taskId, requestOptions) {
160
174
  return __awaiter(this, void 0, void 0, function* () {
161
175
  var _a, _b, _c, _d;
162
176
  let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
163
177
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
164
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/wait_time/end/v1/${encodeURIComponent(taskId)}`),
178
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/complete/v1/${encodeURIComponent(taskId)}`),
165
179
  method: "PUT",
166
180
  headers: _headers,
167
181
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
@@ -192,7 +206,7 @@ export class Tasks {
192
206
  rawResponse: _response.rawResponse,
193
207
  });
194
208
  case "timeout":
195
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/tasks/wait_time/end/v1/{task_id}.");
209
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/tasks/complete/v1/{task_id}.");
196
210
  case "unknown":
197
211
  throw new errors.ChrtError({
198
212
  message: _response.error.errorMessage,
@@ -202,7 +216,7 @@ export class Tasks {
202
216
  });
203
217
  }
204
218
  /**
205
- * Validates wait time for a task. | authz_personas=[executor_org_operators] | () -> (bool)
219
+ * Deletes a task. Task must be in STAGED status. | authz_personas=[lig_owner_operators] | () -> (bool)
206
220
  *
207
221
  * @param {string} taskId
208
222
  * @param {Tasks.RequestOptions} requestOptions - Request-specific configuration.
@@ -210,18 +224,18 @@ export class Tasks {
210
224
  * @throws {@link Chrt.UnprocessableEntityError}
211
225
  *
212
226
  * @example
213
- * await client.shipping.tasks.waitTimeValidateV1("task_id")
227
+ * await client.shipping.tasks.deleteV1("task_id")
214
228
  */
215
- waitTimeValidateV1(taskId, requestOptions) {
216
- return core.HttpResponsePromise.fromPromise(this.__waitTimeValidateV1(taskId, requestOptions));
229
+ deleteV1(taskId, requestOptions) {
230
+ return core.HttpResponsePromise.fromPromise(this.__deleteV1(taskId, requestOptions));
217
231
  }
218
- __waitTimeValidateV1(taskId, requestOptions) {
232
+ __deleteV1(taskId, requestOptions) {
219
233
  return __awaiter(this, void 0, void 0, function* () {
220
234
  var _a, _b, _c, _d;
221
235
  let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
222
236
  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, `shipping/tasks/wait_time/validate/v1/${encodeURIComponent(taskId)}`),
224
- method: "PUT",
237
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/delete/v1/${encodeURIComponent(taskId)}`),
238
+ method: "DELETE",
225
239
  headers: _headers,
226
240
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
227
241
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -251,7 +265,7 @@ export class Tasks {
251
265
  rawResponse: _response.rawResponse,
252
266
  });
253
267
  case "timeout":
254
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/tasks/wait_time/validate/v1/{task_id}.");
268
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/tasks/delete/v1/{task_id}.");
255
269
  case "unknown":
256
270
  throw new errors.ChrtError({
257
271
  message: _response.error.errorMessage,
@@ -261,32 +275,28 @@ export class Tasks {
261
275
  });
262
276
  }
263
277
  /**
264
- * Overrides wait-time timestamps or geofence distance for a task. | authz_personas=[executor_org_operators] | (WaitTimeOverrideReq) -> (bool)
278
+ * Marks a task as SKIPPED. | authz_personas=[driver_for_executor, coordinator_org_operators, executor_org_operators] (depending on type) | () -> (bool)
265
279
  *
266
280
  * @param {string} taskId
267
- * @param {Chrt.shipping.WaitTimeOverrideReq} request
268
281
  * @param {Tasks.RequestOptions} requestOptions - Request-specific configuration.
269
282
  *
270
283
  * @throws {@link Chrt.UnprocessableEntityError}
271
284
  *
272
285
  * @example
273
- * await client.shipping.tasks.waitTimeOverrideV1("task_id")
286
+ * await client.shipping.tasks.skipV1("task_id")
274
287
  */
275
- waitTimeOverrideV1(taskId, request = {}, requestOptions) {
276
- return core.HttpResponsePromise.fromPromise(this.__waitTimeOverrideV1(taskId, request, requestOptions));
288
+ skipV1(taskId, requestOptions) {
289
+ return core.HttpResponsePromise.fromPromise(this.__skipV1(taskId, requestOptions));
277
290
  }
278
- __waitTimeOverrideV1(taskId_1) {
279
- return __awaiter(this, arguments, void 0, function* (taskId, request = {}, requestOptions) {
291
+ __skipV1(taskId, requestOptions) {
292
+ return __awaiter(this, void 0, void 0, function* () {
280
293
  var _a, _b, _c, _d;
281
294
  let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
282
295
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
283
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/wait_time/override/v1/${encodeURIComponent(taskId)}`),
284
- method: "PATCH",
296
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/skip/v1/${encodeURIComponent(taskId)}`),
297
+ method: "PUT",
285
298
  headers: _headers,
286
- contentType: "application/json",
287
299
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
288
- requestType: "json",
289
- body: request,
290
300
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
291
301
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
292
302
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -314,7 +324,7 @@ export class Tasks {
314
324
  rawResponse: _response.rawResponse,
315
325
  });
316
326
  case "timeout":
317
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/tasks/wait_time/override/v1/{task_id}.");
327
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/tasks/skip/v1/{task_id}.");
318
328
  case "unknown":
319
329
  throw new errors.ChrtError({
320
330
  message: _response.error.errorMessage,
@@ -324,33 +334,27 @@ export class Tasks {
324
334
  });
325
335
  }
326
336
  /**
327
- * Adds a new task to a task group at a specific index. | authz_personas=[lig_owner_operators] | (AddTaskToGroupReq) -> (PydanticObjectId)
337
+ * Updates a task. Operational fields (location, action, datetime_windows) require STAGED status (lig_owner_operators). order_placer_comments can be edited on any non-DRAFT task (order_creator_org_operators). directory_entry_ids can be edited on STAGED/IN_PROGRESS orders for tasks still in STAGED status (order_creator_org_operators OR lig_owner_operators). | (TaskClientUpdate1) -> (PydanticObjectId)
328
338
  *
329
- * @param {string} taskGroupId
330
- * @param {Chrt.shipping.AddTaskToGroupReq} request
339
+ * @param {string} taskId
340
+ * @param {Chrt.TaskClientUpdate1} request
331
341
  * @param {Tasks.RequestOptions} requestOptions - Request-specific configuration.
332
342
  *
333
343
  * @throws {@link Chrt.UnprocessableEntityError}
334
344
  *
335
345
  * @example
336
- * await client.shipping.tasks.addToTaskGroupV1("task_group_id", {
337
- * task: {
338
- * schema_version: 1
339
- * },
340
- * status: "draft",
341
- * index: 1
342
- * })
346
+ * await client.shipping.tasks.updateV1("task_id", {})
343
347
  */
344
- addToTaskGroupV1(taskGroupId, request, requestOptions) {
345
- return core.HttpResponsePromise.fromPromise(this.__addToTaskGroupV1(taskGroupId, request, requestOptions));
348
+ updateV1(taskId, request, requestOptions) {
349
+ return core.HttpResponsePromise.fromPromise(this.__updateV1(taskId, request, requestOptions));
346
350
  }
347
- __addToTaskGroupV1(taskGroupId, request, requestOptions) {
351
+ __updateV1(taskId, request, requestOptions) {
348
352
  return __awaiter(this, void 0, void 0, function* () {
349
353
  var _a, _b, _c, _d;
350
354
  let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
351
355
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
352
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/add_to_task_group/v1/${encodeURIComponent(taskGroupId)}`),
353
- method: "PUT",
356
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/update/v1/${encodeURIComponent(taskId)}`),
357
+ method: "PATCH",
354
358
  headers: _headers,
355
359
  contentType: "application/json",
356
360
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
@@ -383,7 +387,7 @@ export class Tasks {
383
387
  rawResponse: _response.rawResponse,
384
388
  });
385
389
  case "timeout":
386
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/tasks/add_to_task_group/v1/{task_group_id}.");
390
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/tasks/update/v1/{task_id}.");
387
391
  case "unknown":
388
392
  throw new errors.ChrtError({
389
393
  message: _response.error.errorMessage,
@@ -393,32 +397,28 @@ export class Tasks {
393
397
  });
394
398
  }
395
399
  /**
396
- * Updates a task. Operational fields (location, action, datetime_windows) require STAGED status (lig_owner_operators). order_placer_comments can be edited on any non-DRAFT task (order_creator_org_operators). directory_entry_ids can be edited on STAGED/IN_PROGRESS orders for tasks still in STAGED status (order_creator_org_operators OR lig_owner_operators). | (TaskClientUpdate1) -> (PydanticObjectId)
400
+ * Ends an active wait-time session for a task. | authz_personas=[driver_for_executor, executor_org_operators] | () -> (bool)
397
401
  *
398
402
  * @param {string} taskId
399
- * @param {Chrt.TaskClientUpdate1} request
400
403
  * @param {Tasks.RequestOptions} requestOptions - Request-specific configuration.
401
404
  *
402
405
  * @throws {@link Chrt.UnprocessableEntityError}
403
406
  *
404
407
  * @example
405
- * await client.shipping.tasks.updateV1("task_id", {})
408
+ * await client.shipping.tasks.waitTimeEndV1("task_id")
406
409
  */
407
- updateV1(taskId, request, requestOptions) {
408
- return core.HttpResponsePromise.fromPromise(this.__updateV1(taskId, request, requestOptions));
410
+ waitTimeEndV1(taskId, requestOptions) {
411
+ return core.HttpResponsePromise.fromPromise(this.__waitTimeEndV1(taskId, requestOptions));
409
412
  }
410
- __updateV1(taskId, request, requestOptions) {
413
+ __waitTimeEndV1(taskId, requestOptions) {
411
414
  return __awaiter(this, void 0, void 0, function* () {
412
415
  var _a, _b, _c, _d;
413
416
  let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
414
417
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
415
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/update/v1/${encodeURIComponent(taskId)}`),
416
- method: "PATCH",
418
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/wait_time/end/v1/${encodeURIComponent(taskId)}`),
419
+ method: "PUT",
417
420
  headers: _headers,
418
- contentType: "application/json",
419
421
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
420
- requestType: "json",
421
- body: request,
422
422
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
423
423
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
424
424
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -446,7 +446,7 @@ export class Tasks {
446
446
  rawResponse: _response.rawResponse,
447
447
  });
448
448
  case "timeout":
449
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/tasks/update/v1/{task_id}.");
449
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/tasks/wait_time/end/v1/{task_id}.");
450
450
  case "unknown":
451
451
  throw new errors.ChrtError({
452
452
  message: _response.error.errorMessage,
@@ -456,7 +456,7 @@ export class Tasks {
456
456
  });
457
457
  }
458
458
  /**
459
- * Marks a task as COMPLETED. | authz_personas=[driver_for_executor, coordinator_org_operators, executor_org_operators] (depending on type) | () -> (bool)
459
+ * Checks whether the assigned driver's available location is inside the task wait-time geofence. | authz_personas=[driver_for_executor, executor_org_operators] | () -> (TaskWaitTimeGeofenceRes)
460
460
  *
461
461
  * @param {string} taskId
462
462
  * @param {Tasks.RequestOptions} requestOptions - Request-specific configuration.
@@ -464,18 +464,18 @@ export class Tasks {
464
464
  * @throws {@link Chrt.UnprocessableEntityError}
465
465
  *
466
466
  * @example
467
- * await client.shipping.tasks.completeV1("task_id")
467
+ * await client.shipping.tasks.waitTimeGeofenceV1("task_id")
468
468
  */
469
- completeV1(taskId, requestOptions) {
470
- return core.HttpResponsePromise.fromPromise(this.__completeV1(taskId, requestOptions));
469
+ waitTimeGeofenceV1(taskId, requestOptions) {
470
+ return core.HttpResponsePromise.fromPromise(this.__waitTimeGeofenceV1(taskId, requestOptions));
471
471
  }
472
- __completeV1(taskId, requestOptions) {
472
+ __waitTimeGeofenceV1(taskId, requestOptions) {
473
473
  return __awaiter(this, void 0, void 0, function* () {
474
474
  var _a, _b, _c, _d;
475
475
  let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
476
476
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
477
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/complete/v1/${encodeURIComponent(taskId)}`),
478
- method: "PUT",
477
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/wait_time/geofence/v1/${encodeURIComponent(taskId)}`),
478
+ method: "GET",
479
479
  headers: _headers,
480
480
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
481
481
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -505,7 +505,7 @@ export class Tasks {
505
505
  rawResponse: _response.rawResponse,
506
506
  });
507
507
  case "timeout":
508
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/tasks/complete/v1/{task_id}.");
508
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /shipping/tasks/wait_time/geofence/v1/{task_id}.");
509
509
  case "unknown":
510
510
  throw new errors.ChrtError({
511
511
  message: _response.error.errorMessage,
@@ -515,28 +515,32 @@ export class Tasks {
515
515
  });
516
516
  }
517
517
  /**
518
- * Marks a task as SKIPPED. | authz_personas=[driver_for_executor, coordinator_org_operators, executor_org_operators] (depending on type) | () -> (bool)
518
+ * Overrides wait-time timestamps or geofence distance for a task. | authz_personas=[executor_org_operators] | (WaitTimeOverrideReq) -> (bool)
519
519
  *
520
520
  * @param {string} taskId
521
+ * @param {Chrt.shipping.WaitTimeOverrideReq} request
521
522
  * @param {Tasks.RequestOptions} requestOptions - Request-specific configuration.
522
523
  *
523
524
  * @throws {@link Chrt.UnprocessableEntityError}
524
525
  *
525
526
  * @example
526
- * await client.shipping.tasks.skipV1("task_id")
527
+ * await client.shipping.tasks.waitTimeOverrideV1("task_id")
527
528
  */
528
- skipV1(taskId, requestOptions) {
529
- return core.HttpResponsePromise.fromPromise(this.__skipV1(taskId, requestOptions));
529
+ waitTimeOverrideV1(taskId, request = {}, requestOptions) {
530
+ return core.HttpResponsePromise.fromPromise(this.__waitTimeOverrideV1(taskId, request, requestOptions));
530
531
  }
531
- __skipV1(taskId, requestOptions) {
532
- return __awaiter(this, void 0, void 0, function* () {
532
+ __waitTimeOverrideV1(taskId_1) {
533
+ return __awaiter(this, arguments, void 0, function* (taskId, request = {}, requestOptions) {
533
534
  var _a, _b, _c, _d;
534
535
  let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
535
536
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
536
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/skip/v1/${encodeURIComponent(taskId)}`),
537
- method: "PUT",
537
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/wait_time/override/v1/${encodeURIComponent(taskId)}`),
538
+ method: "PATCH",
538
539
  headers: _headers,
540
+ contentType: "application/json",
539
541
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
542
+ requestType: "json",
543
+ body: request,
540
544
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
541
545
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
542
546
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -564,7 +568,7 @@ export class Tasks {
564
568
  rawResponse: _response.rawResponse,
565
569
  });
566
570
  case "timeout":
567
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/tasks/skip/v1/{task_id}.");
571
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/tasks/wait_time/override/v1/{task_id}.");
568
572
  case "unknown":
569
573
  throw new errors.ChrtError({
570
574
  message: _response.error.errorMessage,
@@ -574,32 +578,28 @@ export class Tasks {
574
578
  });
575
579
  }
576
580
  /**
577
- * Marks a task as ATTEMPT with an optional executor organization note. | authz_personas=[driver_for_executor, coordinator_org_operators, executor_org_operators] (depending on type) | (AttemptTaskReq) -> (bool)
581
+ * Starts wait time for a task and records whether the assigned driver's available location is inside the geofence. | authz_personas=[driver_for_executor, executor_org_operators] | () -> (bool)
578
582
  *
579
583
  * @param {string} taskId
580
- * @param {Chrt.shipping.AttemptTaskReq} request
581
584
  * @param {Tasks.RequestOptions} requestOptions - Request-specific configuration.
582
585
  *
583
586
  * @throws {@link Chrt.UnprocessableEntityError}
584
587
  *
585
588
  * @example
586
- * await client.shipping.tasks.attemptV1("task_id")
589
+ * await client.shipping.tasks.waitTimeStartV1("task_id")
587
590
  */
588
- attemptV1(taskId, request = {}, requestOptions) {
589
- return core.HttpResponsePromise.fromPromise(this.__attemptV1(taskId, request, requestOptions));
591
+ waitTimeStartV1(taskId, requestOptions) {
592
+ return core.HttpResponsePromise.fromPromise(this.__waitTimeStartV1(taskId, requestOptions));
590
593
  }
591
- __attemptV1(taskId_1) {
592
- return __awaiter(this, arguments, void 0, function* (taskId, request = {}, requestOptions) {
594
+ __waitTimeStartV1(taskId, requestOptions) {
595
+ return __awaiter(this, void 0, void 0, function* () {
593
596
  var _a, _b, _c, _d;
594
597
  let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
595
598
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
596
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/attempt/v1/${encodeURIComponent(taskId)}`),
599
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/wait_time/start/v1/${encodeURIComponent(taskId)}`),
597
600
  method: "PUT",
598
601
  headers: _headers,
599
- contentType: "application/json",
600
602
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
601
- requestType: "json",
602
- body: request,
603
603
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
604
604
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
605
605
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -627,7 +627,7 @@ export class Tasks {
627
627
  rawResponse: _response.rawResponse,
628
628
  });
629
629
  case "timeout":
630
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/tasks/attempt/v1/{task_id}.");
630
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/tasks/wait_time/start/v1/{task_id}.");
631
631
  case "unknown":
632
632
  throw new errors.ChrtError({
633
633
  message: _response.error.errorMessage,
@@ -637,7 +637,7 @@ export class Tasks {
637
637
  });
638
638
  }
639
639
  /**
640
- * Deletes a task. Task must be in STAGED status. | authz_personas=[lig_owner_operators] | () -> (bool)
640
+ * Validates wait time for a task. | authz_personas=[executor_org_operators] | () -> (bool)
641
641
  *
642
642
  * @param {string} taskId
643
643
  * @param {Tasks.RequestOptions} requestOptions - Request-specific configuration.
@@ -645,18 +645,18 @@ export class Tasks {
645
645
  * @throws {@link Chrt.UnprocessableEntityError}
646
646
  *
647
647
  * @example
648
- * await client.shipping.tasks.deleteV1("task_id")
648
+ * await client.shipping.tasks.waitTimeValidateV1("task_id")
649
649
  */
650
- deleteV1(taskId, requestOptions) {
651
- return core.HttpResponsePromise.fromPromise(this.__deleteV1(taskId, requestOptions));
650
+ waitTimeValidateV1(taskId, requestOptions) {
651
+ return core.HttpResponsePromise.fromPromise(this.__waitTimeValidateV1(taskId, requestOptions));
652
652
  }
653
- __deleteV1(taskId, requestOptions) {
653
+ __waitTimeValidateV1(taskId, requestOptions) {
654
654
  return __awaiter(this, void 0, void 0, function* () {
655
655
  var _a, _b, _c, _d;
656
656
  let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
657
657
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
658
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/delete/v1/${encodeURIComponent(taskId)}`),
659
- method: "DELETE",
658
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/wait_time/validate/v1/${encodeURIComponent(taskId)}`),
659
+ method: "PUT",
660
660
  headers: _headers,
661
661
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
662
662
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -686,7 +686,7 @@ export class Tasks {
686
686
  rawResponse: _response.rawResponse,
687
687
  });
688
688
  case "timeout":
689
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/tasks/delete/v1/{task_id}.");
689
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/tasks/wait_time/validate/v1/{task_id}.");
690
690
  case "unknown":
691
691
  throw new errors.ChrtError({
692
692
  message: _response.error.errorMessage,
@@ -5,17 +5,17 @@ import * as Chrt from "../../../../../../index.mjs";
5
5
  /**
6
6
  * @example
7
7
  * {
8
+ * index: 1,
9
+ * status: "draft",
8
10
  * task: {
9
11
  * schema_version: 1
10
- * },
11
- * status: "draft",
12
- * index: 1
12
+ * }
13
13
  * }
14
14
  */
15
15
  export interface AddTaskToGroupReq {
16
- task: Chrt.TaskClientCreate1;
17
- /** Initial status of the task. Must respect ordering constraints (COMPLETED tasks strictly before STAGED tasks). */
18
- status: Chrt.TaskStatusEnum1;
19
16
  /** 0-based index of desired ordering */
20
17
  index: number;
18
+ /** Initial status of the task. Must respect ordering constraints (COMPLETED tasks strictly before STAGED tasks). */
19
+ status: Chrt.TaskStatusEnum1;
20
+ task: Chrt.TaskClientCreate1;
21
21
  }
@@ -7,6 +7,6 @@
7
7
  */
8
8
  export interface WaitTimeOverrideReq {
9
9
  geofence_distance_miles?: number | null;
10
- wait_time_start_timestamp?: string | null;
11
10
  wait_time_end_timestamp?: string | null;
11
+ wait_time_start_timestamp?: string | null;
12
12
  }
@@ -1,3 +1,3 @@
1
- export { type WaitTimeOverrideReq } from "./WaitTimeOverrideReq.mjs";
2
1
  export { type AddTaskToGroupReq } from "./AddTaskToGroupReq.mjs";
3
2
  export { type AttemptTaskReq } from "./AttemptTaskReq.mjs";
3
+ export { type WaitTimeOverrideReq } from "./WaitTimeOverrideReq.mjs";