@chrt-inc/typescript-sdk 1.875.0 → 1.880.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 (598) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.ts +2 -2
  3. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.ts +2 -2
  4. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.ts +1 -1
  5. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/Client.d.ts +2 -2
  6. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/Client.js +7 -7
  7. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.ts +2 -2
  8. package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.d.ts +4 -4
  9. package/dist/cjs/api/resources/billing/resources/statements/client/Client.d.ts +2 -2
  10. package/dist/cjs/api/resources/billing/resources/statements/client/Client.js +10 -8
  11. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.ts +2 -2
  12. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.ts +2 -2
  13. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.ts +2 -2
  14. package/dist/cjs/api/resources/operations/client/Client.d.ts +0 -3
  15. package/dist/cjs/api/resources/operations/client/Client.js +8 -13
  16. package/dist/cjs/api/resources/operations/resources/index.d.ts +0 -2
  17. package/dist/cjs/api/resources/operations/resources/index.js +1 -3
  18. package/dist/cjs/api/resources/orgs/client/Client.d.ts +8 -16
  19. package/dist/cjs/api/resources/orgs/client/Client.js +10 -24
  20. package/dist/cjs/api/resources/orgs/client/requests/SetupOrgReq.d.ts +3 -1
  21. package/dist/cjs/api/resources/orgs/resources/connections/client/Client.d.ts +92 -29
  22. package/dist/cjs/api/resources/orgs/resources/connections/client/Client.js +322 -64
  23. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ConnectionsListProviderProviderV1Request.d.ts → ConnectionsListCoordinatorsForExecutorV1Request.d.ts} +6 -10
  24. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListCoordinatorsForShipperV1Request.d.ts +20 -0
  25. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListExecutorsForCoordinatorV1Request.d.ts +23 -0
  26. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListExecutorsGeoSearchForCoordinatorV1Request.d.ts +26 -0
  27. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListShippersForCoordinatorV1Request.d.ts +20 -0
  28. package/dist/{esm/api/resources/orgs/resources/connections/client/requests/ProviderProviderUpdateAutoAssignReq.d.mts → cjs/api/resources/orgs/resources/connections/client/requests/CoordinatorExecutorUpdateAutoAssignReq.d.ts} +1 -1
  29. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ShipperCoordinatorConnectionClientUpdate1.d.ts +11 -0
  30. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/index.d.ts +7 -4
  31. package/dist/cjs/api/resources/orgs/resources/connections/index.d.ts +1 -0
  32. package/dist/cjs/api/resources/orgs/resources/connections/index.js +1 -0
  33. package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/client/Client.d.ts +50 -0
  34. package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/client/Client.js +136 -0
  35. package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/client/requests/CoordinatorsTypeaheadV1Request.d.ts +16 -0
  36. package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/client/requests/index.d.ts +1 -0
  37. package/dist/cjs/api/resources/orgs/resources/{providers → connections/resources/executors}/client/Client.d.ts +15 -19
  38. package/dist/cjs/api/resources/orgs/resources/{providers → connections/resources/executors}/client/Client.js +28 -49
  39. package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/client/requests/ExecutorsTypeaheadV1Request.d.ts +16 -0
  40. package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/client/requests/index.d.ts +1 -0
  41. package/dist/cjs/api/resources/orgs/resources/connections/resources/index.d.ts +6 -0
  42. package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections → connections}/resources/index.js +7 -5
  43. package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/client/Client.d.ts +50 -0
  44. package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/client/Client.js +136 -0
  45. package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/client/requests/ShippersTypeaheadV1Request.d.ts +16 -0
  46. package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/client/requests/index.d.ts +1 -0
  47. package/dist/cjs/api/resources/orgs/resources/connections/types/ConnectionsGetByHandleV1Response.d.ts +1 -1
  48. package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/Client.d.ts +19 -17
  49. package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/Client.js +30 -25
  50. package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntriesListV1Request.d.ts +6 -3
  51. package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.d.ts +5 -9
  52. package/dist/cjs/api/resources/orgs/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.ts +21 -0
  53. package/dist/cjs/api/resources/orgs/resources/index.d.ts +4 -9
  54. package/dist/cjs/api/resources/orgs/resources/index.js +5 -10
  55. package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/Client.d.ts +100 -0
  56. package/dist/cjs/api/resources/orgs/resources/{offChrtShipperOrg → offChrtOrgData}/client/Client.js +53 -97
  57. package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/requests/CreateOffChrtOrgReq.d.ts +18 -0
  58. package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.d.ts +19 -0
  59. package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataListV1Request.d.ts +26 -0
  60. package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/requests/index.d.ts +3 -0
  61. package/dist/cjs/api/resources/orgs/resources/publicData/client/Client.d.ts +27 -1
  62. package/dist/cjs/api/resources/orgs/resources/publicData/client/Client.js +119 -1
  63. package/dist/cjs/api/resources/orgs/resources/publicData/client/requests/UpdateOrgPublicDataReq.d.ts +12 -1
  64. package/dist/cjs/api/resources/shipping/resources/cargos/client/Client.d.ts +1 -1
  65. package/dist/cjs/api/resources/shipping/resources/cargos/client/Client.js +1 -1
  66. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.d.ts +1 -1
  67. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.js +4 -4
  68. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.ts +2 -2
  69. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.ts +3 -3
  70. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.ts +3 -3
  71. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +2 -2
  72. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +2 -2
  73. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersDraftUpdateReq.d.ts +2 -2
  74. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.ts +1 -3
  75. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.ts +1 -1
  76. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.js +1 -1
  77. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.d.ts +1 -1
  78. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +3 -3
  79. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +53 -13
  80. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.ts +5 -3
  81. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +5 -3
  82. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.ts +5 -3
  83. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.ts +3 -1
  84. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +1 -1
  85. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +1 -1
  86. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.d.ts +3 -3
  87. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.ts +1 -1
  88. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.ts +1 -1
  89. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.ts +2 -2
  90. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.js +8 -8
  91. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.d.ts +2 -2
  92. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +2 -2
  93. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.ts +1 -1
  94. package/dist/cjs/api/resources/users/client/Client.d.ts +0 -3
  95. package/dist/cjs/api/resources/users/client/Client.js +4 -9
  96. package/dist/cjs/api/resources/users/resources/index.d.ts +0 -2
  97. package/dist/cjs/api/resources/users/resources/index.js +1 -3
  98. package/dist/cjs/api/types/BillingLedger1.d.ts +2 -2
  99. package/dist/cjs/api/types/BillingLedgerPeriod1.d.ts +2 -2
  100. package/dist/cjs/api/types/ConnectionTypeaheadFieldEnum.d.ts +4 -0
  101. package/dist/cjs/api/types/ConnectionTypeaheadResult.d.ts +8 -0
  102. package/dist/cjs/api/types/ConnectionTypeaheadValue.d.ts +7 -0
  103. package/dist/cjs/api/types/{ProviderProviderConnection1.d.ts → CoordinatorExecutorConnection1.d.ts} +4 -3
  104. package/dist/cjs/api/types/CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.d.ts +10 -0
  105. package/dist/cjs/api/types/CoordinatorExecutorConnectionForCoordinatorListItem.d.ts +9 -0
  106. package/dist/cjs/api/types/CoordinatorExecutorConnectionForExecutorListItem.d.ts +8 -0
  107. package/dist/cjs/api/types/CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes.d.ts +8 -0
  108. package/dist/cjs/api/types/CoordinatorExecutorConnectionsForCoordinatorListRes.d.ts +8 -0
  109. package/dist/cjs/api/types/{ProviderOnAndOffChrtExecutorListPage.d.ts → CoordinatorExecutorConnectionsForExecutorListRes.d.ts} +2 -2
  110. package/dist/cjs/api/types/CreateOffChrtOrgRes.d.ts +7 -0
  111. package/dist/cjs/api/types/DeviceLimitedForList1.d.ts +1 -1
  112. package/dist/cjs/api/types/DirectoryEntry1.d.ts +6 -11
  113. package/dist/cjs/api/types/DirectoryEntrySortByEnum.d.ts +1 -6
  114. package/dist/cjs/api/types/DirectoryEntrySortByEnum.js +0 -6
  115. package/dist/cjs/api/types/LineItemGroup1.d.ts +2 -2
  116. package/dist/cjs/api/types/OffChrtOrgData1.d.ts +18 -0
  117. package/dist/cjs/api/types/OffChrtOrgDataClientCreate1.d.ts +13 -0
  118. package/dist/cjs/api/types/{OffChrtShipperOrgListRes.d.ts → OffChrtOrgDataListRes.d.ts} +2 -2
  119. package/dist/cjs/api/types/OffChrtOrgDataSortByEnum.d.ts +4 -0
  120. package/dist/cjs/api/types/Order1.d.ts +3 -1
  121. package/dist/cjs/api/types/OrderLimitedForCoordinator1.d.ts +3 -1
  122. package/dist/cjs/api/types/OrderLimitedForExecutor1.d.ts +2 -0
  123. package/dist/cjs/api/types/OrderLimitedForProvider1.d.ts +3 -1
  124. package/dist/cjs/api/types/OrderLimitedForShipper1.d.ts +3 -1
  125. package/dist/cjs/api/types/OrderTaskGroupExecutorDetails1.d.ts +3 -1
  126. package/dist/cjs/api/types/OrderTaskGroupSharedDetails1.d.ts +3 -1
  127. package/dist/cjs/api/types/OrderTemplate1.d.ts +2 -2
  128. package/dist/cjs/api/types/OrderTemplateCore1.d.ts +2 -2
  129. package/dist/cjs/api/types/OrderTemplateExpanded1.d.ts +2 -2
  130. package/dist/cjs/api/types/OrderTemplateReferenceColumnEnum1.d.ts +3 -3
  131. package/dist/cjs/api/types/OrderTemplateReferenceColumnEnum1.js +2 -2
  132. package/dist/cjs/api/types/OrderTemplateReferencesExpanded1.d.ts +2 -2
  133. package/dist/cjs/api/types/OrderTemplateResolvabilityRes.d.ts +1 -1
  134. package/dist/cjs/api/types/OrderTypeaheadFieldEnum.d.ts +2 -1
  135. package/dist/cjs/api/types/OrderTypeaheadFieldEnum.js +1 -0
  136. package/dist/cjs/api/types/OrdersDraftUpdateRes.d.ts +1 -1
  137. package/dist/cjs/api/types/OrgPublicData1.d.ts +6 -1
  138. package/dist/cjs/api/types/RateSheetMapping1.d.ts +2 -2
  139. package/dist/cjs/api/types/Session1.d.ts +1 -1
  140. package/dist/{esm/api/types/ShipperProviderConnection1.d.mts → cjs/api/types/ShipperCoordinatorConnection1.d.ts} +4 -2
  141. package/dist/cjs/api/types/ShipperCoordinatorConnectionForCoordinatorListItem.d.ts +9 -0
  142. package/dist/cjs/api/types/ShipperCoordinatorConnectionForShipperListItem.d.ts +8 -0
  143. package/dist/cjs/api/types/ShipperCoordinatorConnectionsForCoordinatorListRes.d.ts +8 -0
  144. package/dist/cjs/api/types/{ProviderConnectionListRes.d.ts → ShipperCoordinatorConnectionsForShipperListRes.d.ts} +2 -2
  145. package/dist/cjs/api/types/Statement1.d.ts +2 -2
  146. package/dist/cjs/api/types/TaskGroup1.d.ts +2 -2
  147. package/dist/cjs/api/types/TaskGroupExpanded.d.ts +1 -1
  148. package/dist/cjs/api/types/TaskGroupQuoteResp.d.ts +2 -2
  149. package/dist/cjs/api/types/index.d.ts +20 -22
  150. package/dist/cjs/api/types/index.js +20 -22
  151. package/dist/cjs/version.d.ts +1 -1
  152. package/dist/cjs/version.js +1 -1
  153. package/dist/esm/Client.mjs +2 -2
  154. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.mts +2 -2
  155. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.mts +2 -2
  156. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.mts +1 -1
  157. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.d.mts +2 -2
  158. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.mjs +7 -7
  159. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.mts +2 -2
  160. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.d.mts +4 -4
  161. package/dist/esm/api/resources/billing/resources/statements/client/Client.d.mts +2 -2
  162. package/dist/esm/api/resources/billing/resources/statements/client/Client.mjs +10 -8
  163. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.mts +2 -2
  164. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.mts +2 -2
  165. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.mts +2 -2
  166. package/dist/esm/api/resources/operations/client/Client.d.mts +0 -3
  167. package/dist/esm/api/resources/operations/client/Client.mjs +0 -5
  168. package/dist/esm/api/resources/operations/resources/index.d.mts +0 -2
  169. package/dist/esm/api/resources/operations/resources/index.mjs +0 -2
  170. package/dist/esm/api/resources/orgs/client/Client.d.mts +8 -16
  171. package/dist/esm/api/resources/orgs/client/Client.mjs +8 -22
  172. package/dist/esm/api/resources/orgs/client/requests/SetupOrgReq.d.mts +3 -1
  173. package/dist/esm/api/resources/orgs/resources/connections/client/Client.d.mts +92 -29
  174. package/dist/esm/api/resources/orgs/resources/connections/client/Client.mjs +322 -64
  175. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListCoordinatorsForExecutorV1Request.d.mts +23 -0
  176. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListCoordinatorsForShipperV1Request.d.mts +20 -0
  177. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListExecutorsForCoordinatorV1Request.d.mts +23 -0
  178. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListExecutorsGeoSearchForCoordinatorV1Request.d.mts +26 -0
  179. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListShippersForCoordinatorV1Request.d.mts +20 -0
  180. package/dist/{cjs/api/resources/orgs/resources/connections/client/requests/ProviderProviderUpdateAutoAssignReq.d.ts → esm/api/resources/orgs/resources/connections/client/requests/CoordinatorExecutorUpdateAutoAssignReq.d.mts} +1 -1
  181. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ShipperCoordinatorConnectionClientUpdate1.d.mts +11 -0
  182. package/dist/esm/api/resources/orgs/resources/connections/client/requests/index.d.mts +7 -4
  183. package/dist/esm/api/resources/orgs/resources/connections/index.d.mts +1 -0
  184. package/dist/esm/api/resources/orgs/resources/connections/index.mjs +1 -0
  185. package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/client/Client.d.mts +50 -0
  186. package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/client/Client.mjs +99 -0
  187. package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/client/requests/CoordinatorsTypeaheadV1Request.d.mts +16 -0
  188. package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/client/requests/index.d.mts +1 -0
  189. package/dist/esm/api/resources/orgs/resources/{providers → connections/resources/executors}/client/Client.d.mts +15 -19
  190. package/dist/esm/api/resources/orgs/resources/{providers → connections/resources/executors}/client/Client.mjs +26 -47
  191. package/dist/esm/api/resources/orgs/resources/connections/resources/executors/client/requests/ExecutorsTypeaheadV1Request.d.mts +16 -0
  192. package/dist/esm/api/resources/orgs/resources/connections/resources/executors/client/requests/index.d.mts +1 -0
  193. package/dist/esm/api/resources/orgs/resources/connections/resources/index.d.mts +6 -0
  194. package/dist/esm/api/resources/orgs/resources/connections/resources/index.mjs +6 -0
  195. package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/client/Client.d.mts +50 -0
  196. package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/client/Client.mjs +99 -0
  197. package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/client/requests/ShippersTypeaheadV1Request.d.mts +16 -0
  198. package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/client/requests/index.d.mts +1 -0
  199. package/dist/esm/api/resources/orgs/resources/connections/types/ConnectionsGetByHandleV1Response.d.mts +1 -1
  200. package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/Client.d.mts +19 -17
  201. package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/Client.mjs +30 -25
  202. package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntriesListV1Request.d.mts +6 -3
  203. package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.d.mts +5 -9
  204. package/dist/esm/api/resources/orgs/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.mts +21 -0
  205. package/dist/esm/api/resources/orgs/resources/index.d.mts +4 -9
  206. package/dist/esm/api/resources/orgs/resources/index.mjs +4 -9
  207. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/Client.d.mts +100 -0
  208. package/dist/esm/api/resources/orgs/resources/{offChrtShipperOrg → offChrtOrgData}/client/Client.mjs +51 -95
  209. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/CreateOffChrtOrgReq.d.mts +18 -0
  210. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.d.mts +19 -0
  211. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataListV1Request.d.mts +26 -0
  212. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/index.d.mts +3 -0
  213. package/dist/esm/api/resources/orgs/resources/publicData/client/Client.d.mts +27 -1
  214. package/dist/esm/api/resources/orgs/resources/publicData/client/Client.mjs +119 -1
  215. package/dist/esm/api/resources/orgs/resources/publicData/client/requests/UpdateOrgPublicDataReq.d.mts +12 -1
  216. package/dist/esm/api/resources/shipping/resources/cargos/client/Client.d.mts +1 -1
  217. package/dist/esm/api/resources/shipping/resources/cargos/client/Client.mjs +1 -1
  218. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.d.mts +1 -1
  219. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.mjs +4 -4
  220. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.mts +2 -2
  221. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.mts +3 -3
  222. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.mts +3 -3
  223. package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +2 -2
  224. package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +2 -2
  225. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersDraftUpdateReq.d.mts +2 -2
  226. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.mts +1 -3
  227. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.mts +1 -1
  228. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.mjs +1 -1
  229. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.d.mts +1 -1
  230. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +3 -3
  231. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +53 -13
  232. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.mts +5 -3
  233. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +5 -3
  234. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.mts +5 -3
  235. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.mts +3 -1
  236. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +1 -1
  237. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +1 -1
  238. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.d.mts +3 -3
  239. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.mts +1 -1
  240. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.mts +1 -1
  241. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.mts +2 -2
  242. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.mjs +8 -8
  243. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.d.mts +2 -2
  244. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +2 -2
  245. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.mts +1 -1
  246. package/dist/esm/api/resources/users/client/Client.d.mts +0 -3
  247. package/dist/esm/api/resources/users/client/Client.mjs +0 -5
  248. package/dist/esm/api/resources/users/resources/index.d.mts +0 -2
  249. package/dist/esm/api/resources/users/resources/index.mjs +0 -2
  250. package/dist/esm/api/types/BillingLedger1.d.mts +2 -2
  251. package/dist/esm/api/types/BillingLedgerPeriod1.d.mts +2 -2
  252. package/dist/esm/api/types/ConnectionTypeaheadFieldEnum.d.mts +4 -0
  253. package/dist/esm/api/types/ConnectionTypeaheadResult.d.mts +8 -0
  254. package/dist/esm/api/types/ConnectionTypeaheadValue.d.mts +7 -0
  255. package/dist/esm/api/types/{ProviderProviderConnection1.d.mts → CoordinatorExecutorConnection1.d.mts} +4 -3
  256. package/dist/esm/api/types/CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.d.mts +10 -0
  257. package/dist/esm/api/types/CoordinatorExecutorConnectionForCoordinatorListItem.d.mts +9 -0
  258. package/dist/esm/api/types/CoordinatorExecutorConnectionForExecutorListItem.d.mts +8 -0
  259. package/dist/esm/api/types/CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes.d.mts +8 -0
  260. package/dist/esm/api/types/CoordinatorExecutorConnectionsForCoordinatorListRes.d.mts +8 -0
  261. package/dist/esm/api/types/{ProviderConnectionListRes.d.mts → CoordinatorExecutorConnectionsForExecutorListRes.d.mts} +2 -2
  262. package/dist/esm/api/types/CreateOffChrtOrgRes.d.mts +7 -0
  263. package/dist/esm/api/types/DeviceLimitedForList1.d.mts +1 -1
  264. package/dist/esm/api/types/DirectoryEntry1.d.mts +6 -11
  265. package/dist/esm/api/types/DirectoryEntrySortByEnum.d.mts +1 -6
  266. package/dist/esm/api/types/DirectoryEntrySortByEnum.mjs +1 -5
  267. package/dist/esm/api/types/LineItemGroup1.d.mts +2 -2
  268. package/dist/esm/api/types/OffChrtOrgData1.d.mts +18 -0
  269. package/dist/esm/api/types/OffChrtOrgDataClientCreate1.d.mts +13 -0
  270. package/dist/esm/api/types/{OffChrtShipperOrgListRes.d.mts → OffChrtOrgDataListRes.d.mts} +2 -2
  271. package/dist/esm/api/types/OffChrtOrgDataSortByEnum.d.mts +4 -0
  272. package/dist/esm/api/types/Order1.d.mts +3 -1
  273. package/dist/esm/api/types/OrderLimitedForCoordinator1.d.mts +3 -1
  274. package/dist/esm/api/types/OrderLimitedForExecutor1.d.mts +2 -0
  275. package/dist/esm/api/types/OrderLimitedForProvider1.d.mts +3 -1
  276. package/dist/esm/api/types/OrderLimitedForShipper1.d.mts +3 -1
  277. package/dist/esm/api/types/OrderTaskGroupExecutorDetails1.d.mts +3 -1
  278. package/dist/esm/api/types/OrderTaskGroupSharedDetails1.d.mts +3 -1
  279. package/dist/esm/api/types/OrderTemplate1.d.mts +2 -2
  280. package/dist/esm/api/types/OrderTemplateCore1.d.mts +2 -2
  281. package/dist/esm/api/types/OrderTemplateExpanded1.d.mts +2 -2
  282. package/dist/esm/api/types/OrderTemplateReferenceColumnEnum1.d.mts +3 -3
  283. package/dist/esm/api/types/OrderTemplateReferenceColumnEnum1.mjs +2 -2
  284. package/dist/esm/api/types/OrderTemplateReferencesExpanded1.d.mts +2 -2
  285. package/dist/esm/api/types/OrderTemplateResolvabilityRes.d.mts +1 -1
  286. package/dist/esm/api/types/OrderTypeaheadFieldEnum.d.mts +2 -1
  287. package/dist/esm/api/types/OrderTypeaheadFieldEnum.mjs +1 -0
  288. package/dist/esm/api/types/OrdersDraftUpdateRes.d.mts +1 -1
  289. package/dist/esm/api/types/OrgPublicData1.d.mts +6 -1
  290. package/dist/esm/api/types/RateSheetMapping1.d.mts +2 -2
  291. package/dist/esm/api/types/Session1.d.mts +1 -1
  292. package/dist/{cjs/api/types/ShipperProviderConnection1.d.ts → esm/api/types/ShipperCoordinatorConnection1.d.mts} +4 -2
  293. package/dist/esm/api/types/ShipperCoordinatorConnectionForCoordinatorListItem.d.mts +9 -0
  294. package/dist/esm/api/types/ShipperCoordinatorConnectionForShipperListItem.d.mts +8 -0
  295. package/dist/esm/api/types/ShipperCoordinatorConnectionsForCoordinatorListRes.d.mts +8 -0
  296. package/dist/esm/api/types/{OffChrtProviderOrgListRes.d.mts → ShipperCoordinatorConnectionsForShipperListRes.d.mts} +2 -2
  297. package/dist/esm/api/types/Statement1.d.mts +2 -2
  298. package/dist/esm/api/types/TaskGroup1.d.mts +2 -2
  299. package/dist/esm/api/types/TaskGroupExpanded.d.mts +1 -1
  300. package/dist/esm/api/types/TaskGroupQuoteResp.d.mts +2 -2
  301. package/dist/esm/api/types/index.d.mts +20 -22
  302. package/dist/esm/api/types/index.mjs +20 -22
  303. package/dist/esm/version.d.mts +1 -1
  304. package/dist/esm/version.mjs +1 -1
  305. package/package.json +1 -1
  306. package/reference.md +2404 -3250
  307. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/Client.d.ts +0 -76
  308. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/Client.js +0 -254
  309. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.d.ts +0 -17
  310. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.d.ts +0 -14
  311. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/requests/index.d.ts +0 -2
  312. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListProvidersV1Request.d.ts +0 -17
  313. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListShippersV1Request.d.ts +0 -17
  314. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/Client.d.ts +0 -106
  315. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/Client.js +0 -384
  316. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.d.ts +0 -25
  317. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.d.ts +0 -29
  318. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgListV1Request.d.ts +0 -14
  319. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/index.d.ts +0 -3
  320. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/Client.d.ts +0 -107
  321. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.d.ts +0 -26
  322. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.d.ts +0 -29
  323. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgListV1Request.d.ts +0 -17
  324. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/index.d.ts +0 -3
  325. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/client/Client.d.ts +0 -26
  326. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/client/Client.js +0 -22
  327. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/client/index.d.ts +0 -1
  328. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/index.d.ts +0 -2
  329. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/index.js +0 -18
  330. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/index.d.ts +0 -4
  331. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.d.ts +0 -83
  332. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.js +0 -300
  333. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.d.ts +0 -24
  334. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.d.ts +0 -29
  335. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/index.d.ts +0 -2
  336. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.d.ts +0 -73
  337. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.js +0 -246
  338. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.d.ts +0 -24
  339. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.d.ts +0 -29
  340. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/index.d.ts +0 -2
  341. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/index.js +0 -2
  342. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/Client.d.ts +0 -101
  343. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/Client.js +0 -366
  344. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/index.d.ts +0 -2
  345. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/index.js +0 -17
  346. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.d.ts +0 -19
  347. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientUpdate1.d.ts +0 -12
  348. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/index.d.ts +0 -2
  349. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/index.js +0 -2
  350. package/dist/cjs/api/resources/orgs/resources/orgProfiles/index.d.ts +0 -1
  351. package/dist/cjs/api/resources/orgs/resources/orgProfiles/index.js +0 -17
  352. package/dist/cjs/api/resources/orgs/resources/providers/client/index.d.ts +0 -2
  353. package/dist/cjs/api/resources/orgs/resources/providers/client/index.js +0 -17
  354. package/dist/cjs/api/resources/orgs/resources/providers/client/requests/ProvidersListOnAndOffChrtExecutorsV1Request.d.ts +0 -26
  355. package/dist/cjs/api/resources/orgs/resources/providers/client/requests/index.d.ts +0 -1
  356. package/dist/cjs/api/resources/orgs/resources/providers/client/requests/index.js +0 -2
  357. package/dist/cjs/api/resources/orgs/resources/providers/index.d.ts +0 -1
  358. package/dist/cjs/api/resources/orgs/resources/providers/index.js +0 -17
  359. package/dist/cjs/api/resources/users/resources/directoryEntries/client/index.d.ts +0 -2
  360. package/dist/cjs/api/resources/users/resources/directoryEntries/client/index.js +0 -17
  361. package/dist/cjs/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.ts +0 -32
  362. package/dist/cjs/api/resources/users/resources/directoryEntries/client/requests/index.js +0 -2
  363. package/dist/cjs/api/resources/users/resources/directoryEntries/index.d.ts +0 -1
  364. package/dist/cjs/api/resources/users/resources/directoryEntries/index.js +0 -17
  365. package/dist/cjs/api/types/DepartmentRoutingRule1.d.ts +0 -16
  366. package/dist/cjs/api/types/OffChrtProviderOrg1.d.ts +0 -23
  367. package/dist/cjs/api/types/OffChrtProviderOrgListRes.d.ts +0 -8
  368. package/dist/cjs/api/types/OffChrtShipperOrg1.d.ts +0 -24
  369. package/dist/cjs/api/types/ProviderConnectionRes.d.ts +0 -8
  370. package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorListItem.d.ts +0 -20
  371. package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorListRes.d.ts +0 -8
  372. package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorSourceEnum.d.ts +0 -8
  373. package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorSourceEnum.js +0 -10
  374. package/dist/cjs/api/types/ProviderOrgInfoForConnections1.d.ts +0 -22
  375. package/dist/cjs/api/types/ProviderOrgProfile1.d.ts +0 -13
  376. package/dist/cjs/api/types/ProviderProviderConnectionCallerRoleEnum.d.ts +0 -8
  377. package/dist/cjs/api/types/ProviderProviderConnectionCallerRoleEnum.js +0 -10
  378. package/dist/cjs/api/types/ProviderProviderConnectionListItem.d.ts +0 -14
  379. package/dist/cjs/api/types/ProviderProviderConnectionListRes.d.ts +0 -8
  380. package/dist/cjs/api/types/ProviderProviderConnectionListRes.js +0 -5
  381. package/dist/cjs/api/types/ShipperConnectionListRes.d.ts +0 -8
  382. package/dist/cjs/api/types/ShipperConnectionListRes.js +0 -5
  383. package/dist/cjs/api/types/ShipperConnectionRes.d.ts +0 -8
  384. package/dist/cjs/api/types/ShipperConnectionRes.js +0 -5
  385. package/dist/cjs/api/types/ShipperOrgInfoForConnections1.d.ts +0 -22
  386. package/dist/cjs/api/types/ShipperOrgInfoForConnections1.js +0 -5
  387. package/dist/cjs/api/types/ShipperProviderConnection1.js +0 -5
  388. package/dist/cjs/api/types/ShippingTurnClientCreate1.d.ts +0 -17
  389. package/dist/cjs/api/types/ShippingTurnClientCreate1.js +0 -5
  390. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.d.mts +0 -76
  391. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.mjs +0 -217
  392. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.d.mts +0 -17
  393. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.d.mts +0 -14
  394. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/requests/index.d.mts +0 -2
  395. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListProviderProviderV1Request.d.mts +0 -27
  396. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListProvidersV1Request.d.mts +0 -17
  397. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListShippersV1Request.d.mts +0 -17
  398. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/Client.d.mts +0 -106
  399. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/Client.mjs +0 -347
  400. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.d.mts +0 -25
  401. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.d.mts +0 -29
  402. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgListV1Request.d.mts +0 -14
  403. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/index.d.mts +0 -3
  404. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/Client.d.mts +0 -107
  405. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.d.mts +0 -26
  406. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.d.mts +0 -29
  407. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgListV1Request.d.mts +0 -17
  408. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/index.d.mts +0 -3
  409. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/client/Client.d.mts +0 -26
  410. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/client/Client.mjs +0 -18
  411. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/client/index.d.mts +0 -1
  412. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/index.d.mts +0 -2
  413. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/index.mjs +0 -2
  414. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/index.d.mts +0 -4
  415. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/index.mjs +0 -4
  416. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.d.mts +0 -83
  417. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.mjs +0 -263
  418. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.d.mts +0 -24
  419. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.d.mts +0 -29
  420. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/index.d.mts +0 -2
  421. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.d.mts +0 -73
  422. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.mjs +0 -209
  423. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.d.mts +0 -24
  424. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.d.mts +0 -29
  425. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/index.d.mts +0 -2
  426. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/index.mjs +0 -1
  427. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/Client.d.mts +0 -101
  428. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/Client.mjs +0 -329
  429. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/index.d.mts +0 -2
  430. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/index.mjs +0 -1
  431. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.d.mts +0 -19
  432. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientUpdate1.d.mts +0 -12
  433. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/index.d.mts +0 -2
  434. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/index.mjs +0 -1
  435. package/dist/esm/api/resources/orgs/resources/orgProfiles/index.d.mts +0 -1
  436. package/dist/esm/api/resources/orgs/resources/orgProfiles/index.mjs +0 -1
  437. package/dist/esm/api/resources/orgs/resources/providers/client/index.d.mts +0 -2
  438. package/dist/esm/api/resources/orgs/resources/providers/client/index.mjs +0 -1
  439. package/dist/esm/api/resources/orgs/resources/providers/client/requests/ProvidersListOnAndOffChrtExecutorsV1Request.d.mts +0 -26
  440. package/dist/esm/api/resources/orgs/resources/providers/client/requests/index.d.mts +0 -1
  441. package/dist/esm/api/resources/orgs/resources/providers/client/requests/index.mjs +0 -1
  442. package/dist/esm/api/resources/orgs/resources/providers/index.d.mts +0 -1
  443. package/dist/esm/api/resources/orgs/resources/providers/index.mjs +0 -1
  444. package/dist/esm/api/resources/users/resources/directoryEntries/client/index.d.mts +0 -2
  445. package/dist/esm/api/resources/users/resources/directoryEntries/client/index.mjs +0 -1
  446. package/dist/esm/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.mts +0 -32
  447. package/dist/esm/api/resources/users/resources/directoryEntries/client/requests/index.mjs +0 -1
  448. package/dist/esm/api/resources/users/resources/directoryEntries/index.d.mts +0 -1
  449. package/dist/esm/api/resources/users/resources/directoryEntries/index.mjs +0 -1
  450. package/dist/esm/api/types/DepartmentRoutingRule1.d.mts +0 -16
  451. package/dist/esm/api/types/OffChrtProviderOrg1.d.mts +0 -23
  452. package/dist/esm/api/types/OffChrtShipperOrg1.d.mts +0 -24
  453. package/dist/esm/api/types/ProviderConnectionRes.d.mts +0 -8
  454. package/dist/esm/api/types/ProviderOnAndOffChrtExecutorListItem.d.mts +0 -20
  455. package/dist/esm/api/types/ProviderOnAndOffChrtExecutorListPage.d.mts +0 -8
  456. package/dist/esm/api/types/ProviderOnAndOffChrtExecutorListRes.d.mts +0 -8
  457. package/dist/esm/api/types/ProviderOnAndOffChrtExecutorSourceEnum.d.mts +0 -8
  458. package/dist/esm/api/types/ProviderOnAndOffChrtExecutorSourceEnum.mjs +0 -7
  459. package/dist/esm/api/types/ProviderOrgInfoForConnections1.d.mts +0 -22
  460. package/dist/esm/api/types/ProviderOrgProfile1.d.mts +0 -13
  461. package/dist/esm/api/types/ProviderProviderConnectionCallerRoleEnum.d.mts +0 -8
  462. package/dist/esm/api/types/ProviderProviderConnectionCallerRoleEnum.mjs +0 -7
  463. package/dist/esm/api/types/ProviderProviderConnectionListItem.d.mts +0 -14
  464. package/dist/esm/api/types/ProviderProviderConnectionListRes.d.mts +0 -8
  465. package/dist/esm/api/types/ProviderProviderConnectionListRes.mjs +0 -4
  466. package/dist/esm/api/types/ShipperConnectionListRes.d.mts +0 -8
  467. package/dist/esm/api/types/ShipperConnectionListRes.mjs +0 -4
  468. package/dist/esm/api/types/ShipperConnectionRes.d.mts +0 -8
  469. package/dist/esm/api/types/ShipperConnectionRes.mjs +0 -4
  470. package/dist/esm/api/types/ShipperOrgInfoForConnections1.d.mts +0 -22
  471. package/dist/esm/api/types/ShipperOrgInfoForConnections1.mjs +0 -4
  472. package/dist/esm/api/types/ShipperProviderConnection1.mjs +0 -4
  473. package/dist/esm/api/types/ShippingTurnClientCreate1.d.mts +0 -17
  474. package/dist/esm/api/types/ShippingTurnClientCreate1.mjs +0 -4
  475. /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.js → orgs/resources/connections/client/requests/ConnectionsListCoordinatorsForExecutorV1Request.js} +0 -0
  476. /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.js → orgs/resources/connections/client/requests/ConnectionsListCoordinatorsForShipperV1Request.js} +0 -0
  477. /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ConnectionsListProviderProviderV1Request.js → ConnectionsListExecutorsForCoordinatorV1Request.js} +0 -0
  478. /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ConnectionsListProvidersV1Request.js → ConnectionsListExecutorsGeoSearchForCoordinatorV1Request.js} +0 -0
  479. /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ConnectionsListShippersV1Request.js → ConnectionsListShippersForCoordinatorV1Request.js} +0 -0
  480. /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ProviderProviderUpdateAutoAssignReq.js → CoordinatorExecutorUpdateAutoAssignReq.js} +0 -0
  481. /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.js → connections/client/requests/ShipperCoordinatorConnectionClientUpdate1.js} +0 -0
  482. /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/client/index.d.ts +0 -0
  483. /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/client/index.js +0 -0
  484. /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.js → connections/resources/coordinators/client/requests/CoordinatorsTypeaheadV1Request.js} +0 -0
  485. /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/client/requests/index.js +0 -0
  486. /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/index.d.ts +0 -0
  487. /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/index.js +0 -0
  488. /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/client/index.d.ts +0 -0
  489. /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/client/index.js +0 -0
  490. /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg/client/requests/OffChrtProviderOrgListV1Request.js → connections/resources/executors/client/requests/ExecutorsTypeaheadV1Request.js} +0 -0
  491. /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/client/requests/index.js +0 -0
  492. /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/index.d.ts +0 -0
  493. /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/index.js +0 -0
  494. /package/dist/cjs/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/client/index.d.ts +0 -0
  495. /package/dist/cjs/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/client/index.js +0 -0
  496. /package/dist/cjs/api/resources/orgs/resources/{offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.js → connections/resources/shippers/client/requests/ShippersTypeaheadV1Request.js} +0 -0
  497. /package/dist/cjs/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/client/requests/index.js +0 -0
  498. /package/dist/cjs/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/index.d.ts +0 -0
  499. /package/dist/cjs/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/index.js +0 -0
  500. /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → directoryEntries}/client/index.d.ts +0 -0
  501. /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → directoryEntries}/client/index.js +0 -0
  502. /package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntriesListV1Request.js +0 -0
  503. /package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.js +0 -0
  504. /package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.js +0 -0
  505. /package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/requests/index.d.ts +0 -0
  506. /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/client → directoryEntries/client/requests}/index.js +0 -0
  507. /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → directoryEntries}/index.d.ts +0 -0
  508. /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → directoryEntries}/index.js +0 -0
  509. /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/shipper → offChrtOrgData}/client/index.d.ts +0 -0
  510. /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/shipper → offChrtOrgData}/client/index.js +0 -0
  511. /package/dist/cjs/api/resources/orgs/resources/{offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.js → offChrtOrgData/client/requests/CreateOffChrtOrgReq.js} +0 -0
  512. /package/dist/cjs/api/resources/orgs/resources/{offChrtShipperOrg/client/requests/OffChrtShipperOrgListV1Request.js → offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.js} +0 -0
  513. /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.js → offChrtOrgData/client/requests/OffChrtOrgDataListV1Request.js} +0 -0
  514. /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → offChrtOrgData}/client/requests/index.js +0 -0
  515. /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/shipper → offChrtOrgData}/index.d.ts +0 -0
  516. /package/dist/cjs/api/resources/orgs/resources/{orgInfoForConnections/resources/shipper → offChrtOrgData}/index.js +0 -0
  517. /package/dist/cjs/api/{resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.js → types/ConnectionTypeaheadFieldEnum.js} +0 -0
  518. /package/dist/cjs/api/{resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.js → types/ConnectionTypeaheadResult.js} +0 -0
  519. /package/dist/cjs/api/{resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.js → types/ConnectionTypeaheadValue.js} +0 -0
  520. /package/dist/cjs/api/{resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.js → types/CoordinatorExecutorConnection1.js} +0 -0
  521. /package/dist/cjs/api/{resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientUpdate1.js → types/CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.js} +0 -0
  522. /package/dist/cjs/api/{resources/orgs/resources/providers/client/requests/ProvidersListOnAndOffChrtExecutorsV1Request.js → types/CoordinatorExecutorConnectionForCoordinatorListItem.js} +0 -0
  523. /package/dist/cjs/api/types/{DepartmentRoutingRule1.js → CoordinatorExecutorConnectionForExecutorListItem.js} +0 -0
  524. /package/dist/cjs/api/types/{OffChrtProviderOrg1.js → CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes.js} +0 -0
  525. /package/dist/cjs/api/types/{OffChrtProviderOrgListRes.js → CoordinatorExecutorConnectionsForCoordinatorListRes.js} +0 -0
  526. /package/dist/cjs/api/types/{OffChrtShipperOrg1.js → CoordinatorExecutorConnectionsForExecutorListRes.js} +0 -0
  527. /package/dist/cjs/api/types/{OffChrtShipperOrgListRes.js → CreateOffChrtOrgRes.js} +0 -0
  528. /package/dist/cjs/api/types/{ProviderConnectionListRes.js → OffChrtOrgData1.js} +0 -0
  529. /package/dist/cjs/api/types/{ProviderConnectionRes.js → OffChrtOrgDataClientCreate1.js} +0 -0
  530. /package/dist/cjs/api/types/{ProviderOnAndOffChrtExecutorListItem.js → OffChrtOrgDataListRes.js} +0 -0
  531. /package/dist/cjs/api/types/{ProviderOnAndOffChrtExecutorListPage.js → OffChrtOrgDataSortByEnum.js} +0 -0
  532. /package/dist/cjs/api/types/{ProviderOnAndOffChrtExecutorListRes.js → ShipperCoordinatorConnection1.js} +0 -0
  533. /package/dist/cjs/api/types/{ProviderOrgInfoForConnections1.js → ShipperCoordinatorConnectionForCoordinatorListItem.js} +0 -0
  534. /package/dist/cjs/api/types/{ProviderOrgProfile1.js → ShipperCoordinatorConnectionForShipperListItem.js} +0 -0
  535. /package/dist/cjs/api/types/{ProviderProviderConnection1.js → ShipperCoordinatorConnectionsForCoordinatorListRes.js} +0 -0
  536. /package/dist/cjs/api/types/{ProviderProviderConnectionListItem.js → ShipperCoordinatorConnectionsForShipperListRes.js} +0 -0
  537. /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.mjs → orgs/resources/connections/client/requests/ConnectionsListCoordinatorsForExecutorV1Request.mjs} +0 -0
  538. /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.mjs → orgs/resources/connections/client/requests/ConnectionsListCoordinatorsForShipperV1Request.mjs} +0 -0
  539. /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ConnectionsListProviderProviderV1Request.mjs → ConnectionsListExecutorsForCoordinatorV1Request.mjs} +0 -0
  540. /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ConnectionsListProvidersV1Request.mjs → ConnectionsListExecutorsGeoSearchForCoordinatorV1Request.mjs} +0 -0
  541. /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ConnectionsListShippersV1Request.mjs → ConnectionsListShippersForCoordinatorV1Request.mjs} +0 -0
  542. /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ProviderProviderUpdateAutoAssignReq.mjs → CoordinatorExecutorUpdateAutoAssignReq.mjs} +0 -0
  543. /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.mjs → connections/client/requests/ShipperCoordinatorConnectionClientUpdate1.mjs} +0 -0
  544. /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/client/index.d.mts +0 -0
  545. /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/client/index.mjs +0 -0
  546. /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.mjs → connections/resources/coordinators/client/requests/CoordinatorsTypeaheadV1Request.mjs} +0 -0
  547. /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/client/requests/index.mjs +0 -0
  548. /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/index.d.mts +0 -0
  549. /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/connections/resources/coordinators}/index.mjs +0 -0
  550. /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/client/index.d.mts +0 -0
  551. /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/client/index.mjs +0 -0
  552. /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg/client/requests/OffChrtProviderOrgListV1Request.mjs → connections/resources/executors/client/requests/ExecutorsTypeaheadV1Request.mjs} +0 -0
  553. /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/client/requests/index.mjs +0 -0
  554. /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/index.d.mts +0 -0
  555. /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg → connections/resources/executors}/index.mjs +0 -0
  556. /package/dist/esm/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/client/index.d.mts +0 -0
  557. /package/dist/esm/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/client/index.mjs +0 -0
  558. /package/dist/esm/api/resources/orgs/resources/{offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.mjs → connections/resources/shippers/client/requests/ShippersTypeaheadV1Request.mjs} +0 -0
  559. /package/dist/esm/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/client/requests/index.mjs +0 -0
  560. /package/dist/esm/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/index.d.mts +0 -0
  561. /package/dist/esm/api/resources/orgs/resources/{offChrtShipperOrg → connections/resources/shippers}/index.mjs +0 -0
  562. /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → directoryEntries}/client/index.d.mts +0 -0
  563. /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → directoryEntries}/client/index.mjs +0 -0
  564. /package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntriesListV1Request.mjs +0 -0
  565. /package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.mjs +0 -0
  566. /package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.mjs +0 -0
  567. /package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/requests/index.d.mts +0 -0
  568. /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/client → directoryEntries/client/requests}/index.mjs +0 -0
  569. /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → directoryEntries}/index.d.mts +0 -0
  570. /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → directoryEntries}/index.mjs +0 -0
  571. /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/shipper → offChrtOrgData}/client/index.d.mts +0 -0
  572. /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/shipper → offChrtOrgData}/client/index.mjs +0 -0
  573. /package/dist/esm/api/resources/orgs/resources/{offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.mjs → offChrtOrgData/client/requests/CreateOffChrtOrgReq.mjs} +0 -0
  574. /package/dist/esm/api/resources/orgs/resources/{offChrtShipperOrg/client/requests/OffChrtShipperOrgListV1Request.mjs → offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.mjs} +0 -0
  575. /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.mjs → offChrtOrgData/client/requests/OffChrtOrgDataListV1Request.mjs} +0 -0
  576. /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/provider → offChrtOrgData}/client/requests/index.mjs +0 -0
  577. /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/shipper → offChrtOrgData}/index.d.mts +0 -0
  578. /package/dist/esm/api/resources/orgs/resources/{orgInfoForConnections/resources/shipper → offChrtOrgData}/index.mjs +0 -0
  579. /package/dist/esm/api/{resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.mjs → types/ConnectionTypeaheadFieldEnum.mjs} +0 -0
  580. /package/dist/esm/api/{resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.mjs → types/ConnectionTypeaheadResult.mjs} +0 -0
  581. /package/dist/esm/api/{resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.mjs → types/ConnectionTypeaheadValue.mjs} +0 -0
  582. /package/dist/esm/api/{resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.mjs → types/CoordinatorExecutorConnection1.mjs} +0 -0
  583. /package/dist/esm/api/{resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientUpdate1.mjs → types/CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.mjs} +0 -0
  584. /package/dist/esm/api/{resources/orgs/resources/providers/client/requests/ProvidersListOnAndOffChrtExecutorsV1Request.mjs → types/CoordinatorExecutorConnectionForCoordinatorListItem.mjs} +0 -0
  585. /package/dist/esm/api/types/{DepartmentRoutingRule1.mjs → CoordinatorExecutorConnectionForExecutorListItem.mjs} +0 -0
  586. /package/dist/esm/api/types/{OffChrtProviderOrg1.mjs → CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes.mjs} +0 -0
  587. /package/dist/esm/api/types/{OffChrtProviderOrgListRes.mjs → CoordinatorExecutorConnectionsForCoordinatorListRes.mjs} +0 -0
  588. /package/dist/esm/api/types/{OffChrtShipperOrg1.mjs → CoordinatorExecutorConnectionsForExecutorListRes.mjs} +0 -0
  589. /package/dist/esm/api/types/{OffChrtShipperOrgListRes.mjs → CreateOffChrtOrgRes.mjs} +0 -0
  590. /package/dist/esm/api/types/{ProviderConnectionListRes.mjs → OffChrtOrgData1.mjs} +0 -0
  591. /package/dist/esm/api/types/{ProviderConnectionRes.mjs → OffChrtOrgDataClientCreate1.mjs} +0 -0
  592. /package/dist/esm/api/types/{ProviderOnAndOffChrtExecutorListItem.mjs → OffChrtOrgDataListRes.mjs} +0 -0
  593. /package/dist/esm/api/types/{ProviderOnAndOffChrtExecutorListPage.mjs → OffChrtOrgDataSortByEnum.mjs} +0 -0
  594. /package/dist/esm/api/types/{ProviderOnAndOffChrtExecutorListRes.mjs → ShipperCoordinatorConnection1.mjs} +0 -0
  595. /package/dist/esm/api/types/{ProviderOrgInfoForConnections1.mjs → ShipperCoordinatorConnectionForCoordinatorListItem.mjs} +0 -0
  596. /package/dist/esm/api/types/{ProviderOrgProfile1.mjs → ShipperCoordinatorConnectionForShipperListItem.mjs} +0 -0
  597. /package/dist/esm/api/types/{ProviderProviderConnection1.mjs → ShipperCoordinatorConnectionsForCoordinatorListRes.mjs} +0 -0
  598. /package/dist/esm/api/types/{ProviderProviderConnectionListItem.mjs → ShipperCoordinatorConnectionsForShipperListRes.mjs} +0 -0
@@ -31,7 +31,7 @@ export declare class Cargos {
31
31
  protected readonly _options: Cargos.Options;
32
32
  constructor(_options?: Cargos.Options);
33
33
  /**
34
- * Updates a cargo's details. Cargo must be in STAGED, IN_TRANSIT, DELIVERED, SKIPPED, or EXCEPTION status. | authz_personas=[lig_owner_operators] | (CargoClientUpdate1) -> (PydanticObjectId)
34
+ * Updates cargo details and synchronizes its parent order's AWB list. Cargo must be in STAGED, IN_TRANSIT, DELIVERED, SKIPPED, or EXCEPTION status. | authz_personas=[lig_owner_operators] | (CargoClientUpdate1) -> (PydanticObjectId)
35
35
  *
36
36
  * @param {string} cargoId
37
37
  * @param {Chrt.CargoClientUpdate1} request
@@ -56,7 +56,7 @@ class Cargos {
56
56
  this._options = _options;
57
57
  }
58
58
  /**
59
- * Updates a cargo's details. Cargo must be in STAGED, IN_TRANSIT, DELIVERED, SKIPPED, or EXCEPTION status. | authz_personas=[lig_owner_operators] | (CargoClientUpdate1) -> (PydanticObjectId)
59
+ * Updates cargo details and synchronizes its parent order's AWB list. Cargo must be in STAGED, IN_TRANSIT, DELIVERED, SKIPPED, or EXCEPTION status. | authz_personas=[lig_owner_operators] | (CargoClientUpdate1) -> (PydanticObjectId)
60
60
  *
61
61
  * @param {string} cargoId
62
62
  * @param {Chrt.CargoClientUpdate1} request
@@ -75,7 +75,7 @@ export declare class OrderTemplates {
75
75
  * filter_owned_by_user_id: "filter_owned_by_user_id",
76
76
  * filter_off_chrt_reference_id_str: "filter_off_chrt_reference_id_str",
77
77
  * filter_shipper_org_id: "filter_shipper_org_id",
78
- * filter_off_chrt_shipper_org_id: "filter_off_chrt_shipper_org_id",
78
+ * filter_off_chrt_shipper_org_data_id: "filter_off_chrt_shipper_org_data_id",
79
79
  * filter_coordinator_org_id: "filter_coordinator_org_id",
80
80
  * filter_department_id: "filter_department_id",
81
81
  * filter_coordinator_label: "filter_coordinator_label",
@@ -192,7 +192,7 @@ class OrderTemplates {
192
192
  * filter_owned_by_user_id: "filter_owned_by_user_id",
193
193
  * filter_off_chrt_reference_id_str: "filter_off_chrt_reference_id_str",
194
194
  * filter_shipper_org_id: "filter_shipper_org_id",
195
- * filter_off_chrt_shipper_org_id: "filter_off_chrt_shipper_org_id",
195
+ * filter_off_chrt_shipper_org_data_id: "filter_off_chrt_shipper_org_data_id",
196
196
  * filter_coordinator_org_id: "filter_coordinator_org_id",
197
197
  * filter_department_id: "filter_department_id",
198
198
  * filter_coordinator_label: "filter_coordinator_label",
@@ -214,7 +214,7 @@ class OrderTemplates {
214
214
  __listV1() {
215
215
  return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
216
216
  var _a, _b, _c, _d, _e, _f, _g;
217
- const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, filter_archived: filterArchived, filter_owned_by_user_id: filterOwnedByUserId, filter_off_chrt_reference_id_str: filterOffChrtReferenceIdStr, filter_shipper_org_id: filterShipperOrgId, filter_off_chrt_shipper_org_id: filterOffChrtShipperOrgId, filter_coordinator_org_id: filterCoordinatorOrgId, filter_department_id: filterDepartmentId, filter_coordinator_label: filterCoordinatorLabel, filter_driver_id: filterDriverId, filter_directory_entry_id: filterDirectoryEntryId, filter_task_lists_to_apply_at_order_creation_task_list_id: filterTaskListsToApplyAtOrderCreationTaskListId, filter_task_lists_to_apply_at_order_staging_task_list_id: filterTaskListsToApplyAtOrderStagingTaskListId, filter_created_at_timestamp_gte: filterCreatedAtTimestampGte, filter_created_at_timestamp_lte: filterCreatedAtTimestampLte, filter_last_edited_at_timestamp_gte: filterLastEditedAtTimestampGte, filter_last_edited_at_timestamp_lte: filterLastEditedAtTimestampLte, filter_last_used_at_timestamp_gte: filterLastUsedAtTimestampGte, filter_last_used_at_timestamp_lte: filterLastUsedAtTimestampLte, } = request;
217
+ const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, filter_archived: filterArchived, filter_owned_by_user_id: filterOwnedByUserId, filter_off_chrt_reference_id_str: filterOffChrtReferenceIdStr, filter_shipper_org_id: filterShipperOrgId, filter_off_chrt_shipper_org_data_id: filterOffChrtShipperOrgDataId, filter_coordinator_org_id: filterCoordinatorOrgId, filter_department_id: filterDepartmentId, filter_coordinator_label: filterCoordinatorLabel, filter_driver_id: filterDriverId, filter_directory_entry_id: filterDirectoryEntryId, filter_task_lists_to_apply_at_order_creation_task_list_id: filterTaskListsToApplyAtOrderCreationTaskListId, filter_task_lists_to_apply_at_order_staging_task_list_id: filterTaskListsToApplyAtOrderStagingTaskListId, filter_created_at_timestamp_gte: filterCreatedAtTimestampGte, filter_created_at_timestamp_lte: filterCreatedAtTimestampLte, filter_last_edited_at_timestamp_gte: filterLastEditedAtTimestampGte, filter_last_edited_at_timestamp_lte: filterLastEditedAtTimestampLte, filter_last_used_at_timestamp_gte: filterLastUsedAtTimestampGte, filter_last_used_at_timestamp_lte: filterLastUsedAtTimestampLte, } = request;
218
218
  const _queryParams = {};
219
219
  if (sortBy !== undefined) {
220
220
  _queryParams["sort_by"] = sortBy;
@@ -243,8 +243,8 @@ class OrderTemplates {
243
243
  if (filterShipperOrgId !== undefined) {
244
244
  _queryParams["filter_shipper_org_id"] = filterShipperOrgId;
245
245
  }
246
- if (filterOffChrtShipperOrgId !== undefined) {
247
- _queryParams["filter_off_chrt_shipper_org_id"] = filterOffChrtShipperOrgId;
246
+ if (filterOffChrtShipperOrgDataId !== undefined) {
247
+ _queryParams["filter_off_chrt_shipper_org_data_id"] = filterOffChrtShipperOrgDataId;
248
248
  }
249
249
  if (filterCoordinatorOrgId !== undefined) {
250
250
  _queryParams["filter_coordinator_org_id"] = filterCoordinatorOrgId;
@@ -19,9 +19,9 @@ export interface OrderTemplateClientCreate1 {
19
19
  driver_ids?: string[];
20
20
  executor_org_ids?: string[];
21
21
  name: string;
22
- off_chrt_executor_org_ids?: string[];
22
+ off_chrt_executor_org_data_ids?: string[];
23
23
  off_chrt_reference_id_str?: string | null;
24
- off_chrt_shipper_org_id?: string | null;
24
+ off_chrt_shipper_org_data_id?: string | null;
25
25
  schema_version: number;
26
26
  /** Must be a string starting with `org_` */
27
27
  shipper_org_id?: string | null;
@@ -20,11 +20,11 @@ export interface OrderTemplateClientUpdate1 {
20
20
  driver_ids?: string[];
21
21
  executor_org_ids?: string[];
22
22
  name?: string | null;
23
- off_chrt_executor_org_ids?: string[];
23
+ off_chrt_executor_org_data_ids?: string[];
24
24
  off_chrt_reference_id_str?: string | null;
25
25
  off_chrt_reference_id_str__set_to_None?: boolean;
26
- off_chrt_shipper_org_id?: string | null;
27
- off_chrt_shipper_org_id__set_to_None?: boolean;
26
+ off_chrt_shipper_org_data_id?: string | null;
27
+ off_chrt_shipper_org_data_id__set_to_None?: boolean;
28
28
  /** Must be a string starting with `org_` */
29
29
  shipper_org_id?: string | null;
30
30
  shipper_org_id__set_to_None?: boolean;
@@ -14,7 +14,7 @@ import * as Chrt from "../../../../../../index.js";
14
14
  * filter_owned_by_user_id: "filter_owned_by_user_id",
15
15
  * filter_off_chrt_reference_id_str: "filter_off_chrt_reference_id_str",
16
16
  * filter_shipper_org_id: "filter_shipper_org_id",
17
- * filter_off_chrt_shipper_org_id: "filter_off_chrt_shipper_org_id",
17
+ * filter_off_chrt_shipper_org_data_id: "filter_off_chrt_shipper_org_data_id",
18
18
  * filter_coordinator_org_id: "filter_coordinator_org_id",
19
19
  * filter_department_id: "filter_department_id",
20
20
  * filter_coordinator_label: "filter_coordinator_label",
@@ -47,8 +47,8 @@ export interface OrderTemplatesListV1Request {
47
47
  filter_off_chrt_reference_id_str?: string | null;
48
48
  /** Filter by on-CHRT shipper org ID. */
49
49
  filter_shipper_org_id?: string | null;
50
- /** Filter by off-CHRT shipper org shell ID. */
51
- filter_off_chrt_shipper_org_id?: string | null;
50
+ /** Filter by off-CHRT shipper organization data ID. */
51
+ filter_off_chrt_shipper_org_data_id?: string | null;
52
52
  /** Filter by coordinator org ID. */
53
53
  filter_coordinator_org_id?: string | null;
54
54
  /** Filter by coordinator department ID. */
@@ -94,7 +94,7 @@ export declare class Orders {
94
94
  stageV1(orderId: string, requestOptions?: Orders.RequestOptions): core.HttpResponsePromise<boolean>;
95
95
  private __stageV1;
96
96
  /**
97
- * Returns the department this order would map to from the shipper routing rules — a non-binding default for the UI. Department is never auto-applied; the frontend applies it explicitly via update_department_and_label. | authz_personas=[coordinator_org_operators, order_executor_org_operators] | () -> (PydanticObjectId | None)
97
+ * Returns the coordinator's account-level default department for the order's shipper. | authz: min_org_role=operator | () -> (PydanticObjectId | None)
98
98
  *
99
99
  * @param {string} orderId
100
100
  * @param {Orders.RequestOptions} requestOptions - Request-specific configuration.
@@ -123,7 +123,7 @@ export declare class Orders {
123
123
  typeaheadLabelV1(request: Chrt.shipping.OrdersTypeaheadLabelV1Request, requestOptions?: Orders.RequestOptions): core.HttpResponsePromise<string[]>;
124
124
  private __typeaheadLabelV1;
125
125
  /**
126
- * Returns distinct short_id and off_chrt_reference_id values matching the query via case-insensitive regex. Searches visible non-draft orders and caller-created draft orders. | authz: allowed_org_types=[provider, shipper], min_org_role=operator | () -> (list[OrderTypeaheadResult])
126
+ * Returns distinct order short ID, off-CHRT reference ID, and AWB values matching the query via case-insensitive regex. Searches visible non-draft orders and caller-created draft orders. | authz: allowed_org_types=[provider, shipper], min_org_role=operator | () -> (list[OrderTypeaheadResult])
127
127
  *
128
128
  * @param {Chrt.shipping.OrdersTypeaheadV1Request} request
129
129
  * @param {Orders.RequestOptions} requestOptions - Request-specific configuration.
@@ -313,7 +313,7 @@ class Orders {
313
313
  });
314
314
  }
315
315
  /**
316
- * Returns the department this order would map to from the shipper routing rules — a non-binding default for the UI. Department is never auto-applied; the frontend applies it explicitly via update_department_and_label. | authz_personas=[coordinator_org_operators, order_executor_org_operators] | () -> (PydanticObjectId | None)
316
+ * Returns the coordinator's account-level default department for the order's shipper. | authz: min_org_role=operator | () -> (PydanticObjectId | None)
317
317
  *
318
318
  * @param {string} orderId
319
319
  * @param {Orders.RequestOptions} requestOptions - Request-specific configuration.
@@ -440,7 +440,7 @@ class Orders {
440
440
  });
441
441
  }
442
442
  /**
443
- * Returns distinct short_id and off_chrt_reference_id values matching the query via case-insensitive regex. Searches visible non-draft orders and caller-created draft orders. | authz: allowed_org_types=[provider, shipper], min_org_role=operator | () -> (list[OrderTypeaheadResult])
443
+ * Returns distinct order short ID, off-CHRT reference ID, and AWB values matching the query via case-insensitive regex. Searches visible non-draft orders and caller-created draft orders. | authz: allowed_org_types=[provider, shipper], min_org_role=operator | () -> (list[OrderTypeaheadResult])
444
444
  *
445
445
  * @param {Chrt.shipping.OrdersTypeaheadV1Request} request
446
446
  * @param {Orders.RequestOptions} requestOptions - Request-specific configuration.
@@ -12,8 +12,8 @@ export interface OrdersDraftUpdateReq {
12
12
  /** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
13
13
  off_chrt_reference_id?: string | null;
14
14
  off_chrt_reference_id__set_to_None?: boolean;
15
- off_chrt_shipper_org_id?: string | null;
16
- off_chrt_shipper_org_id__set_to_None?: boolean;
15
+ off_chrt_shipper_org_data_id?: string | null;
16
+ off_chrt_shipper_org_data_id__set_to_None?: boolean;
17
17
  /** Must be a string starting with `org_` */
18
18
  shipper_org_id?: string | null;
19
19
  shipper_org_id__set_to_None?: boolean;
@@ -15,15 +15,13 @@ export interface OrdersOpenDraftReq {
15
15
  label?: string | null;
16
16
  /** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
17
17
  off_chrt_reference_id?: string | null;
18
- off_chrt_shipper_org_id?: string | null;
18
+ off_chrt_shipper_org_data_id?: string | null;
19
19
  /** Order schedule provenance for scheduled draft creation. */
20
20
  order_schedule_id?: string | null;
21
21
  /** Idempotency key for one scheduled order run. */
22
22
  order_schedule_run_idempotency_key?: string | null;
23
23
  /** Saved order template that seeded this draft. Used as template-build provenance. */
24
24
  order_template_id?: string | null;
25
- /** Seed content for the OrderThread's first user turn (text + long-lived references). Agentic builds supply it; click-ops leaves it None for a blank seed turn. */
26
- order_thread_shipping_turn?: Chrt.ShippingTurnClientCreate1 | null;
27
25
  /** Must be a string starting with `org_` */
28
26
  shipper_org_id?: string | null;
29
27
  /** OperationsTaskList applications to materialize on the Order for the coordinator org at draft creation, each with optional department override and first-deadline pin. */
@@ -47,7 +47,7 @@ export declare class TaskGroup {
47
47
  addV1(request: Chrt.shipping.orders.drafts.OrderDraftAddTaskGroupReq, requestOptions?: TaskGroup.RequestOptions): core.HttpResponsePromise<string>;
48
48
  private __addV1;
49
49
  /**
50
- * Assigns an executor organization to a draft task group. Coordinator-only; provider-provider direct assignments require auto-assign consent. | authz_personas=[task_group_coordinator_operators] | (OrderDraftAddExecutorReq) -> (bool)
50
+ * Assigns an executor organization to a draft task group. Coordinator-only; coordinator-executor direct assignments require auto-assign consent. | authz_personas=[task_group_coordinator_operators] | (OrderDraftAddExecutorReq) -> (bool)
51
51
  *
52
52
  * @param {string} taskGroupId
53
53
  * @param {Chrt.shipping.orders.drafts.OrderDraftAddExecutorReq} request
@@ -121,7 +121,7 @@ class TaskGroup {
121
121
  });
122
122
  }
123
123
  /**
124
- * Assigns an executor organization to a draft task group. Coordinator-only; provider-provider direct assignments require auto-assign consent. | authz_personas=[task_group_coordinator_operators] | (OrderDraftAddExecutorReq) -> (bool)
124
+ * Assigns an executor organization to a draft task group. Coordinator-only; coordinator-executor direct assignments require auto-assign consent. | authz_personas=[task_group_coordinator_operators] | (OrderDraftAddExecutorReq) -> (bool)
125
125
  *
126
126
  * @param {string} taskGroupId
127
127
  * @param {Chrt.shipping.orders.drafts.OrderDraftAddExecutorReq} request
@@ -9,5 +9,5 @@ export interface OrderDraftAddExecutorReq {
9
9
  /** On-platform provider org to assign as executor. */
10
10
  executor_org_id?: string | null;
11
11
  /** Off-platform provider org to assign as executor. */
12
- off_chrt_executor_org_id?: string | null;
12
+ off_chrt_executor_org_data_id?: string | null;
13
13
  }
@@ -115,7 +115,7 @@ export declare class Expanded {
115
115
  * filter_exception_at_timestamp_gte: "2024-01-15T09:30:00Z",
116
116
  * filter_executor_org_id: "filter_executor_org_id",
117
117
  * filter_shipper_org_id: "filter_shipper_org_id",
118
- * filter_off_chrt_shipper_org_id: "filter_off_chrt_shipper_org_id",
118
+ * filter_off_chrt_shipper_org_data_id: "filter_off_chrt_shipper_org_data_id",
119
119
  * filter_coordinator_department_id: "filter_coordinator_department_id",
120
120
  * filter_coordinator_label: "filter_coordinator_label",
121
121
  * body: {}
@@ -152,7 +152,7 @@ export declare class Expanded {
152
152
  * filter_exception_at_timestamp_gte: "2024-01-15T09:30:00Z",
153
153
  * filter_coordinator_org_id: "filter_coordinator_org_id",
154
154
  * filter_shipper_org_id: "filter_shipper_org_id",
155
- * filter_off_chrt_shipper_org_id: "filter_off_chrt_shipper_org_id",
155
+ * filter_off_chrt_shipper_org_data_id: "filter_off_chrt_shipper_org_data_id",
156
156
  * body: {}
157
157
  * })
158
158
  */
@@ -189,7 +189,7 @@ export declare class Expanded {
189
189
  * filter_executor_org_id: "filter_executor_org_id",
190
190
  * filter_coordinator_org_id: "filter_coordinator_org_id",
191
191
  * filter_shipper_org_id: "filter_shipper_org_id",
192
- * filter_off_chrt_shipper_org_id: "filter_off_chrt_shipper_org_id",
192
+ * filter_off_chrt_shipper_org_data_id: "filter_off_chrt_shipper_org_data_id",
193
193
  * filter_coordinator_department_id: "filter_coordinator_department_id",
194
194
  * filter_coordinator_label: "filter_coordinator_label",
195
195
  * body: {}
@@ -336,7 +336,7 @@ class Expanded {
336
336
  * filter_exception_at_timestamp_gte: "2024-01-15T09:30:00Z",
337
337
  * filter_executor_org_id: "filter_executor_org_id",
338
338
  * filter_shipper_org_id: "filter_shipper_org_id",
339
- * filter_off_chrt_shipper_org_id: "filter_off_chrt_shipper_org_id",
339
+ * filter_off_chrt_shipper_org_data_id: "filter_off_chrt_shipper_org_data_id",
340
340
  * filter_coordinator_department_id: "filter_coordinator_department_id",
341
341
  * filter_coordinator_label: "filter_coordinator_label",
342
342
  * body: {}
@@ -348,7 +348,7 @@ class Expanded {
348
348
  __listForCoordinatorOperatorsV1(request, requestOptions) {
349
349
  return __awaiter(this, void 0, void 0, function* () {
350
350
  var _a, _b, _c, _d, _e, _f;
351
- const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, filter_status: filterStatus, filter_draft_started_at_timestamp_lte: filterDraftStartedAtTimestampLte, filter_draft_started_at_timestamp_gte: filterDraftStartedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_in_progress_at_timestamp_lte: filterInProgressAtTimestampLte, filter_in_progress_at_timestamp_gte: filterInProgressAtTimestampGte, filter_completed_at_timestamp_lte: filterCompletedAtTimestampLte, filter_completed_at_timestamp_gte: filterCompletedAtTimestampGte, filter_cancelled_at_timestamp_lte: filterCancelledAtTimestampLte, filter_cancelled_at_timestamp_gte: filterCancelledAtTimestampGte, filter_exception_at_timestamp_lte: filterExceptionAtTimestampLte, filter_exception_at_timestamp_gte: filterExceptionAtTimestampGte, filter_executor_org_id: filterExecutorOrgId, filter_shipper_org_id: filterShipperOrgId, filter_off_chrt_shipper_org_id: filterOffChrtShipperOrgId, filter_coordinator_department_id: filterCoordinatorDepartmentId, filter_coordinator_assigned_user_ids: filterCoordinatorAssignedUserIds, filter_coordinator_label: filterCoordinatorLabel, body: _body, } = request;
351
+ const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, filter_status: filterStatus, filter_order_classification_by_task_group_type: filterOrderClassificationByTaskGroupType, filter_draft_started_at_timestamp_lte: filterDraftStartedAtTimestampLte, filter_draft_started_at_timestamp_gte: filterDraftStartedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_in_progress_at_timestamp_lte: filterInProgressAtTimestampLte, filter_in_progress_at_timestamp_gte: filterInProgressAtTimestampGte, filter_completed_at_timestamp_lte: filterCompletedAtTimestampLte, filter_completed_at_timestamp_gte: filterCompletedAtTimestampGte, filter_cancelled_at_timestamp_lte: filterCancelledAtTimestampLte, filter_cancelled_at_timestamp_gte: filterCancelledAtTimestampGte, filter_exception_at_timestamp_lte: filterExceptionAtTimestampLte, filter_exception_at_timestamp_gte: filterExceptionAtTimestampGte, filter_executor_org_id: filterExecutorOrgId, filter_shipper_org_id: filterShipperOrgId, filter_off_chrt_shipper_org_data_id: filterOffChrtShipperOrgDataId, filter_coordinator_department_id: filterCoordinatorDepartmentId, filter_coordinator_assigned_user_ids: filterCoordinatorAssignedUserIds, filter_coordinator_label: filterCoordinatorLabel, body: _body, } = request;
352
352
  const _queryParams = {};
353
353
  if (sortBy !== undefined) {
354
354
  _queryParams["sort_by"] = sortBy;
@@ -373,6 +373,16 @@ class Expanded {
373
373
  _queryParams["filter_status"] = filterStatus;
374
374
  }
375
375
  }
376
+ if (filterOrderClassificationByTaskGroupType !== undefined) {
377
+ if (Array.isArray(filterOrderClassificationByTaskGroupType)) {
378
+ _queryParams["filter_order_classification_by_task_group_type"] =
379
+ filterOrderClassificationByTaskGroupType.map((item) => item);
380
+ }
381
+ else {
382
+ _queryParams["filter_order_classification_by_task_group_type"] =
383
+ filterOrderClassificationByTaskGroupType;
384
+ }
385
+ }
376
386
  if (filterDraftStartedAtTimestampLte !== undefined) {
377
387
  _queryParams["filter_draft_started_at_timestamp_lte"] = filterDraftStartedAtTimestampLte;
378
388
  }
@@ -415,8 +425,8 @@ class Expanded {
415
425
  if (filterShipperOrgId !== undefined) {
416
426
  _queryParams["filter_shipper_org_id"] = filterShipperOrgId;
417
427
  }
418
- if (filterOffChrtShipperOrgId !== undefined) {
419
- _queryParams["filter_off_chrt_shipper_org_id"] = filterOffChrtShipperOrgId;
428
+ if (filterOffChrtShipperOrgDataId !== undefined) {
429
+ _queryParams["filter_off_chrt_shipper_org_data_id"] = filterOffChrtShipperOrgDataId;
420
430
  }
421
431
  if (filterCoordinatorDepartmentId !== undefined) {
422
432
  _queryParams["filter_coordinator_department_id"] = filterCoordinatorDepartmentId;
@@ -509,7 +519,7 @@ class Expanded {
509
519
  * filter_exception_at_timestamp_gte: "2024-01-15T09:30:00Z",
510
520
  * filter_coordinator_org_id: "filter_coordinator_org_id",
511
521
  * filter_shipper_org_id: "filter_shipper_org_id",
512
- * filter_off_chrt_shipper_org_id: "filter_off_chrt_shipper_org_id",
522
+ * filter_off_chrt_shipper_org_data_id: "filter_off_chrt_shipper_org_data_id",
513
523
  * body: {}
514
524
  * })
515
525
  */
@@ -519,7 +529,7 @@ class Expanded {
519
529
  __listForExecutorOperatorsV1(request, requestOptions) {
520
530
  return __awaiter(this, void 0, void 0, function* () {
521
531
  var _a, _b, _c, _d, _e, _f;
522
- const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, filter_status: filterStatus, filter_draft_started_at_timestamp_lte: filterDraftStartedAtTimestampLte, filter_draft_started_at_timestamp_gte: filterDraftStartedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_in_progress_at_timestamp_lte: filterInProgressAtTimestampLte, filter_in_progress_at_timestamp_gte: filterInProgressAtTimestampGte, filter_completed_at_timestamp_lte: filterCompletedAtTimestampLte, filter_completed_at_timestamp_gte: filterCompletedAtTimestampGte, filter_cancelled_at_timestamp_lte: filterCancelledAtTimestampLte, filter_cancelled_at_timestamp_gte: filterCancelledAtTimestampGte, filter_exception_at_timestamp_lte: filterExceptionAtTimestampLte, filter_exception_at_timestamp_gte: filterExceptionAtTimestampGte, filter_coordinator_org_id: filterCoordinatorOrgId, filter_shipper_org_id: filterShipperOrgId, filter_off_chrt_shipper_org_id: filterOffChrtShipperOrgId, body: _body, } = request;
532
+ const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, filter_status: filterStatus, filter_order_classification_by_task_group_type: filterOrderClassificationByTaskGroupType, filter_draft_started_at_timestamp_lte: filterDraftStartedAtTimestampLte, filter_draft_started_at_timestamp_gte: filterDraftStartedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_in_progress_at_timestamp_lte: filterInProgressAtTimestampLte, filter_in_progress_at_timestamp_gte: filterInProgressAtTimestampGte, filter_completed_at_timestamp_lte: filterCompletedAtTimestampLte, filter_completed_at_timestamp_gte: filterCompletedAtTimestampGte, filter_cancelled_at_timestamp_lte: filterCancelledAtTimestampLte, filter_cancelled_at_timestamp_gte: filterCancelledAtTimestampGte, filter_exception_at_timestamp_lte: filterExceptionAtTimestampLte, filter_exception_at_timestamp_gte: filterExceptionAtTimestampGte, filter_coordinator_org_id: filterCoordinatorOrgId, filter_shipper_org_id: filterShipperOrgId, filter_off_chrt_shipper_org_data_id: filterOffChrtShipperOrgDataId, body: _body, } = request;
523
533
  const _queryParams = {};
524
534
  if (sortBy !== undefined) {
525
535
  _queryParams["sort_by"] = sortBy;
@@ -544,6 +554,16 @@ class Expanded {
544
554
  _queryParams["filter_status"] = filterStatus;
545
555
  }
546
556
  }
557
+ if (filterOrderClassificationByTaskGroupType !== undefined) {
558
+ if (Array.isArray(filterOrderClassificationByTaskGroupType)) {
559
+ _queryParams["filter_order_classification_by_task_group_type"] =
560
+ filterOrderClassificationByTaskGroupType.map((item) => item);
561
+ }
562
+ else {
563
+ _queryParams["filter_order_classification_by_task_group_type"] =
564
+ filterOrderClassificationByTaskGroupType;
565
+ }
566
+ }
547
567
  if (filterDraftStartedAtTimestampLte !== undefined) {
548
568
  _queryParams["filter_draft_started_at_timestamp_lte"] = filterDraftStartedAtTimestampLte;
549
569
  }
@@ -586,8 +606,8 @@ class Expanded {
586
606
  if (filterShipperOrgId !== undefined) {
587
607
  _queryParams["filter_shipper_org_id"] = filterShipperOrgId;
588
608
  }
589
- if (filterOffChrtShipperOrgId !== undefined) {
590
- _queryParams["filter_off_chrt_shipper_org_id"] = filterOffChrtShipperOrgId;
609
+ if (filterOffChrtShipperOrgDataId !== undefined) {
610
+ _queryParams["filter_off_chrt_shipper_org_data_id"] = filterOffChrtShipperOrgDataId;
591
611
  }
592
612
  let _headers = (0, headers_js_1.mergeHeaders)((_c = this._options) === null || _c === void 0 ? void 0 : _c.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
593
613
  const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
@@ -668,7 +688,7 @@ class Expanded {
668
688
  * filter_executor_org_id: "filter_executor_org_id",
669
689
  * filter_coordinator_org_id: "filter_coordinator_org_id",
670
690
  * filter_shipper_org_id: "filter_shipper_org_id",
671
- * filter_off_chrt_shipper_org_id: "filter_off_chrt_shipper_org_id",
691
+ * filter_off_chrt_shipper_org_data_id: "filter_off_chrt_shipper_org_data_id",
672
692
  * filter_coordinator_department_id: "filter_coordinator_department_id",
673
693
  * filter_coordinator_label: "filter_coordinator_label",
674
694
  * body: {}
@@ -680,7 +700,7 @@ class Expanded {
680
700
  __listForProviderOperatorsV1(request, requestOptions) {
681
701
  return __awaiter(this, void 0, void 0, function* () {
682
702
  var _a, _b, _c, _d, _e, _f;
683
- const { provider_role: providerRole, sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, filter_status: filterStatus, filter_draft_started_at_timestamp_lte: filterDraftStartedAtTimestampLte, filter_draft_started_at_timestamp_gte: filterDraftStartedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_in_progress_at_timestamp_lte: filterInProgressAtTimestampLte, filter_in_progress_at_timestamp_gte: filterInProgressAtTimestampGte, filter_completed_at_timestamp_lte: filterCompletedAtTimestampLte, filter_completed_at_timestamp_gte: filterCompletedAtTimestampGte, filter_cancelled_at_timestamp_lte: filterCancelledAtTimestampLte, filter_cancelled_at_timestamp_gte: filterCancelledAtTimestampGte, filter_exception_at_timestamp_lte: filterExceptionAtTimestampLte, filter_exception_at_timestamp_gte: filterExceptionAtTimestampGte, filter_executor_org_id: filterExecutorOrgId, filter_coordinator_org_id: filterCoordinatorOrgId, filter_shipper_org_id: filterShipperOrgId, filter_off_chrt_shipper_org_id: filterOffChrtShipperOrgId, filter_coordinator_department_id: filterCoordinatorDepartmentId, filter_coordinator_assigned_user_ids: filterCoordinatorAssignedUserIds, filter_coordinator_label: filterCoordinatorLabel, body: _body, } = request;
703
+ const { provider_role: providerRole, sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, filter_status: filterStatus, filter_order_classification_by_task_group_type: filterOrderClassificationByTaskGroupType, filter_draft_started_at_timestamp_lte: filterDraftStartedAtTimestampLte, filter_draft_started_at_timestamp_gte: filterDraftStartedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_in_progress_at_timestamp_lte: filterInProgressAtTimestampLte, filter_in_progress_at_timestamp_gte: filterInProgressAtTimestampGte, filter_completed_at_timestamp_lte: filterCompletedAtTimestampLte, filter_completed_at_timestamp_gte: filterCompletedAtTimestampGte, filter_cancelled_at_timestamp_lte: filterCancelledAtTimestampLte, filter_cancelled_at_timestamp_gte: filterCancelledAtTimestampGte, filter_exception_at_timestamp_lte: filterExceptionAtTimestampLte, filter_exception_at_timestamp_gte: filterExceptionAtTimestampGte, filter_executor_org_id: filterExecutorOrgId, filter_coordinator_org_id: filterCoordinatorOrgId, filter_shipper_org_id: filterShipperOrgId, filter_off_chrt_shipper_org_data_id: filterOffChrtShipperOrgDataId, filter_coordinator_department_id: filterCoordinatorDepartmentId, filter_coordinator_assigned_user_ids: filterCoordinatorAssignedUserIds, filter_coordinator_label: filterCoordinatorLabel, body: _body, } = request;
684
704
  const _queryParams = {};
685
705
  if (providerRole !== undefined) {
686
706
  _queryParams["provider_role"] = providerRole;
@@ -708,6 +728,16 @@ class Expanded {
708
728
  _queryParams["filter_status"] = filterStatus;
709
729
  }
710
730
  }
731
+ if (filterOrderClassificationByTaskGroupType !== undefined) {
732
+ if (Array.isArray(filterOrderClassificationByTaskGroupType)) {
733
+ _queryParams["filter_order_classification_by_task_group_type"] =
734
+ filterOrderClassificationByTaskGroupType.map((item) => item);
735
+ }
736
+ else {
737
+ _queryParams["filter_order_classification_by_task_group_type"] =
738
+ filterOrderClassificationByTaskGroupType;
739
+ }
740
+ }
711
741
  if (filterDraftStartedAtTimestampLte !== undefined) {
712
742
  _queryParams["filter_draft_started_at_timestamp_lte"] = filterDraftStartedAtTimestampLte;
713
743
  }
@@ -753,8 +783,8 @@ class Expanded {
753
783
  if (filterShipperOrgId !== undefined) {
754
784
  _queryParams["filter_shipper_org_id"] = filterShipperOrgId;
755
785
  }
756
- if (filterOffChrtShipperOrgId !== undefined) {
757
- _queryParams["filter_off_chrt_shipper_org_id"] = filterOffChrtShipperOrgId;
786
+ if (filterOffChrtShipperOrgDataId !== undefined) {
787
+ _queryParams["filter_off_chrt_shipper_org_data_id"] = filterOffChrtShipperOrgDataId;
758
788
  }
759
789
  if (filterCoordinatorDepartmentId !== undefined) {
760
790
  _queryParams["filter_coordinator_department_id"] = filterCoordinatorDepartmentId;
@@ -856,7 +886,7 @@ class Expanded {
856
886
  __listForShipperOperatorsV1(request, requestOptions) {
857
887
  return __awaiter(this, void 0, void 0, function* () {
858
888
  var _a, _b, _c, _d, _e, _f;
859
- const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, filter_status: filterStatus, filter_draft_started_at_timestamp_lte: filterDraftStartedAtTimestampLte, filter_draft_started_at_timestamp_gte: filterDraftStartedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_in_progress_at_timestamp_lte: filterInProgressAtTimestampLte, filter_in_progress_at_timestamp_gte: filterInProgressAtTimestampGte, filter_completed_at_timestamp_lte: filterCompletedAtTimestampLte, filter_completed_at_timestamp_gte: filterCompletedAtTimestampGte, filter_cancelled_at_timestamp_lte: filterCancelledAtTimestampLte, filter_cancelled_at_timestamp_gte: filterCancelledAtTimestampGte, filter_exception_at_timestamp_lte: filterExceptionAtTimestampLte, filter_exception_at_timestamp_gte: filterExceptionAtTimestampGte, filter_executor_org_id: filterExecutorOrgId, filter_coordinator_org_id: filterCoordinatorOrgId, body: _body, } = request;
889
+ const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, filter_status: filterStatus, filter_order_classification_by_task_group_type: filterOrderClassificationByTaskGroupType, filter_draft_started_at_timestamp_lte: filterDraftStartedAtTimestampLte, filter_draft_started_at_timestamp_gte: filterDraftStartedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_in_progress_at_timestamp_lte: filterInProgressAtTimestampLte, filter_in_progress_at_timestamp_gte: filterInProgressAtTimestampGte, filter_completed_at_timestamp_lte: filterCompletedAtTimestampLte, filter_completed_at_timestamp_gte: filterCompletedAtTimestampGte, filter_cancelled_at_timestamp_lte: filterCancelledAtTimestampLte, filter_cancelled_at_timestamp_gte: filterCancelledAtTimestampGte, filter_exception_at_timestamp_lte: filterExceptionAtTimestampLte, filter_exception_at_timestamp_gte: filterExceptionAtTimestampGte, filter_executor_org_id: filterExecutorOrgId, filter_coordinator_org_id: filterCoordinatorOrgId, body: _body, } = request;
860
890
  const _queryParams = {};
861
891
  if (sortBy !== undefined) {
862
892
  _queryParams["sort_by"] = sortBy;
@@ -881,6 +911,16 @@ class Expanded {
881
911
  _queryParams["filter_status"] = filterStatus;
882
912
  }
883
913
  }
914
+ if (filterOrderClassificationByTaskGroupType !== undefined) {
915
+ if (Array.isArray(filterOrderClassificationByTaskGroupType)) {
916
+ _queryParams["filter_order_classification_by_task_group_type"] =
917
+ filterOrderClassificationByTaskGroupType.map((item) => item);
918
+ }
919
+ else {
920
+ _queryParams["filter_order_classification_by_task_group_type"] =
921
+ filterOrderClassificationByTaskGroupType;
922
+ }
923
+ }
884
924
  if (filterDraftStartedAtTimestampLte !== undefined) {
885
925
  _queryParams["filter_draft_started_at_timestamp_lte"] = filterDraftStartedAtTimestampLte;
886
926
  }
@@ -24,7 +24,7 @@ import * as Chrt from "../../../../../../../../index.js";
24
24
  * filter_exception_at_timestamp_gte: "2024-01-15T09:30:00Z",
25
25
  * filter_executor_org_id: "filter_executor_org_id",
26
26
  * filter_shipper_org_id: "filter_shipper_org_id",
27
- * filter_off_chrt_shipper_org_id: "filter_off_chrt_shipper_org_id",
27
+ * filter_off_chrt_shipper_org_data_id: "filter_off_chrt_shipper_org_data_id",
28
28
  * filter_coordinator_department_id: "filter_coordinator_department_id",
29
29
  * filter_coordinator_label: "filter_coordinator_label",
30
30
  * body: {}
@@ -36,9 +36,11 @@ export interface ExpandedListForCoordinatorOperatorsV1Request {
36
36
  sort_order?: Chrt.SortOrderEnum | null;
37
37
  page?: number | null;
38
38
  page_size?: number | null;
39
- /** Full-text search query (searches order short_id and off_chrt_reference_id) */
39
+ /** Full-text search query (searches order short ID, off-CHRT reference ID, and AWB) */
40
40
  search?: string | null;
41
41
  filter_status?: (Chrt.OrderStatusEnum1 | null) | (Chrt.OrderStatusEnum1 | null)[];
42
+ /** Filter by global order classification (OBC takes precedence over flight, then ground) */
43
+ filter_order_classification_by_task_group_type?: (Chrt.TaskGroupTypeEnum1 | null) | (Chrt.TaskGroupTypeEnum1 | null)[];
42
44
  filter_draft_started_at_timestamp_lte?: string | null;
43
45
  filter_draft_started_at_timestamp_gte?: string | null;
44
46
  filter_staged_at_timestamp_lte?: string | null;
@@ -53,7 +55,7 @@ export interface ExpandedListForCoordinatorOperatorsV1Request {
53
55
  filter_exception_at_timestamp_gte?: string | null;
54
56
  filter_executor_org_id?: string | null;
55
57
  filter_shipper_org_id?: string | null;
56
- filter_off_chrt_shipper_org_id?: string | null;
58
+ filter_off_chrt_shipper_org_data_id?: string | null;
57
59
  filter_coordinator_department_id?: string | null;
58
60
  filter_coordinator_assigned_user_ids?: (string | null) | (string | null)[];
59
61
  filter_coordinator_label?: string | null;
@@ -24,7 +24,7 @@ import * as Chrt from "../../../../../../../../index.js";
24
24
  * filter_exception_at_timestamp_gte: "2024-01-15T09:30:00Z",
25
25
  * filter_coordinator_org_id: "filter_coordinator_org_id",
26
26
  * filter_shipper_org_id: "filter_shipper_org_id",
27
- * filter_off_chrt_shipper_org_id: "filter_off_chrt_shipper_org_id",
27
+ * filter_off_chrt_shipper_org_data_id: "filter_off_chrt_shipper_org_data_id",
28
28
  * body: {}
29
29
  * }
30
30
  */
@@ -34,9 +34,11 @@ export interface ExpandedListForExecutorOperatorsV1Request {
34
34
  sort_order?: Chrt.SortOrderEnum | null;
35
35
  page?: number | null;
36
36
  page_size?: number | null;
37
- /** Full-text search query (searches order short_id and off_chrt_reference_id) */
37
+ /** Full-text search query (searches order short ID, off-CHRT reference ID, and AWB) */
38
38
  search?: string | null;
39
39
  filter_status?: (Chrt.OrderStatusEnum1 | null) | (Chrt.OrderStatusEnum1 | null)[];
40
+ /** Filter by global order classification (OBC takes precedence over flight, then ground) */
41
+ filter_order_classification_by_task_group_type?: (Chrt.TaskGroupTypeEnum1 | null) | (Chrt.TaskGroupTypeEnum1 | null)[];
40
42
  filter_draft_started_at_timestamp_lte?: string | null;
41
43
  filter_draft_started_at_timestamp_gte?: string | null;
42
44
  filter_staged_at_timestamp_lte?: string | null;
@@ -51,6 +53,6 @@ export interface ExpandedListForExecutorOperatorsV1Request {
51
53
  filter_exception_at_timestamp_gte?: string | null;
52
54
  filter_coordinator_org_id?: string | null;
53
55
  filter_shipper_org_id?: string | null;
54
- filter_off_chrt_shipper_org_id?: string | null;
56
+ filter_off_chrt_shipper_org_data_id?: string | null;
55
57
  body: Chrt.OrderAndTaskGroupExpandedReq;
56
58
  }
@@ -26,7 +26,7 @@ import * as Chrt from "../../../../../../../../index.js";
26
26
  * filter_executor_org_id: "filter_executor_org_id",
27
27
  * filter_coordinator_org_id: "filter_coordinator_org_id",
28
28
  * filter_shipper_org_id: "filter_shipper_org_id",
29
- * filter_off_chrt_shipper_org_id: "filter_off_chrt_shipper_org_id",
29
+ * filter_off_chrt_shipper_org_data_id: "filter_off_chrt_shipper_org_data_id",
30
30
  * filter_coordinator_department_id: "filter_coordinator_department_id",
31
31
  * filter_coordinator_label: "filter_coordinator_label",
32
32
  * body: {}
@@ -39,9 +39,11 @@ export interface ExpandedListForProviderOperatorsV1Request {
39
39
  sort_order?: Chrt.SortOrderEnum | null;
40
40
  page?: number | null;
41
41
  page_size?: number | null;
42
- /** Full-text search query (searches order short_id and off_chrt_reference_id) */
42
+ /** Full-text search query (searches order short ID, off-CHRT reference ID, and AWB) */
43
43
  search?: string | null;
44
44
  filter_status?: (Chrt.OrderStatusEnum1 | null) | (Chrt.OrderStatusEnum1 | null)[];
45
+ /** Filter by global order classification (OBC takes precedence over flight, then ground) */
46
+ filter_order_classification_by_task_group_type?: (Chrt.TaskGroupTypeEnum1 | null) | (Chrt.TaskGroupTypeEnum1 | null)[];
45
47
  filter_draft_started_at_timestamp_lte?: string | null;
46
48
  filter_draft_started_at_timestamp_gte?: string | null;
47
49
  filter_staged_at_timestamp_lte?: string | null;
@@ -57,7 +59,7 @@ export interface ExpandedListForProviderOperatorsV1Request {
57
59
  filter_executor_org_id?: string | null;
58
60
  filter_coordinator_org_id?: string | null;
59
61
  filter_shipper_org_id?: string | null;
60
- filter_off_chrt_shipper_org_id?: string | null;
62
+ filter_off_chrt_shipper_org_data_id?: string | null;
61
63
  filter_coordinator_department_id?: string | null;
62
64
  filter_coordinator_assigned_user_ids?: (string | null) | (string | null)[];
63
65
  filter_coordinator_label?: string | null;
@@ -33,9 +33,11 @@ export interface ExpandedListForShipperOperatorsV1Request {
33
33
  sort_order?: Chrt.SortOrderEnum | null;
34
34
  page?: number | null;
35
35
  page_size?: number | null;
36
- /** Full-text search query (searches order short_id and off_chrt_reference_id) */
36
+ /** Full-text search query (searches order short ID, off-CHRT reference ID, and AWB) */
37
37
  search?: string | null;
38
38
  filter_status?: (Chrt.OrderStatusEnum1 | null) | (Chrt.OrderStatusEnum1 | null)[];
39
+ /** Filter by global order classification (OBC takes precedence over flight, then ground) */
40
+ filter_order_classification_by_task_group_type?: (Chrt.TaskGroupTypeEnum1 | null) | (Chrt.TaskGroupTypeEnum1 | null)[];
39
41
  filter_draft_started_at_timestamp_lte?: string | null;
40
42
  filter_draft_started_at_timestamp_gte?: string | null;
41
43
  filter_staged_at_timestamp_lte?: string | null;
@@ -40,7 +40,7 @@ export declare class TaskGroups {
40
40
  get s3Object(): S3Object;
41
41
  get taskGroupId(): TaskGroupId;
42
42
  /**
43
- * Assigns an executor organization (on-chrt or off-chrt) to a task group. Coordinator-only. Requires both executor_org_id and off_chrt_executor_org_id to be None (use remove_executor/v1 first to swap). | authz_personas=[coordinator_org_operators] | (AddExecutorReq) -> (bool)
43
+ * Assigns an executor organization (on-chrt or off-chrt) to a task group. Coordinator-only. Requires both executor_org_id and off_chrt_executor_org_data_id to be None (use remove_executor/v1 first to swap). | authz_personas=[coordinator_org_operators] | (AddExecutorReq) -> (bool)
44
44
  *
45
45
  * @param {string} taskGroupId
46
46
  * @param {Chrt.shipping.AddExecutorReq} request
@@ -71,7 +71,7 @@ class TaskGroups {
71
71
  return ((_a = this._taskGroupId) !== null && _a !== void 0 ? _a : (this._taskGroupId = new Client_js_3.TaskGroupId(this._options)));
72
72
  }
73
73
  /**
74
- * Assigns an executor organization (on-chrt or off-chrt) to a task group. Coordinator-only. Requires both executor_org_id and off_chrt_executor_org_id to be None (use remove_executor/v1 first to swap). | authz_personas=[coordinator_org_operators] | (AddExecutorReq) -> (bool)
74
+ * Assigns an executor organization (on-chrt or off-chrt) to a task group. Coordinator-only. Requires both executor_org_id and off_chrt_executor_org_data_id to be None (use remove_executor/v1 first to swap). | authz_personas=[coordinator_org_operators] | (AddExecutorReq) -> (bool)
75
75
  *
76
76
  * @param {string} taskGroupId
77
77
  * @param {Chrt.shipping.AddExecutorReq} request
@@ -6,8 +6,8 @@
6
6
  * {}
7
7
  */
8
8
  export interface AddExecutorReq {
9
- /** ID of the on-chrt provider organization to assign as executor. Mutually exclusive with off_chrt_executor_org_id. */
9
+ /** ID of the on-chrt provider organization to assign as executor. Mutually exclusive with off_chrt_executor_org_data_id. */
10
10
  executor_org_id?: string | null;
11
- /** ID of the off-chrt provider organization to assign as executor. Must be owned by the caller's coordinator org. Mutually exclusive with executor_org_id. */
12
- off_chrt_executor_org_id?: string | null;
11
+ /** ID of the off-chrt provider organization data to assign as executor. Must be owned by the caller's coordinator org. Mutually exclusive with executor_org_id. */
12
+ off_chrt_executor_org_data_id?: string | null;
13
13
  }
@@ -8,6 +8,6 @@
8
8
  export interface TaskGroupQuoteForProviderPayProviderClientReq {
9
9
  /** Must be a string starting with `org_` */
10
10
  executor_org_id?: string | null;
11
- off_chrt_executor_org_id?: string | null;
11
+ off_chrt_executor_org_data_id?: string | null;
12
12
  rate_sheet_id?: string | null;
13
13
  }
@@ -6,7 +6,7 @@
6
6
  * {}
7
7
  */
8
8
  export interface TaskGroupQuoteForShipperPayProviderClientReq {
9
- off_chrt_shipper_org_id?: string | null;
9
+ off_chrt_shipper_org_data_id?: string | null;
10
10
  rate_sheet_id?: string | null;
11
11
  /** Must be a string starting with `org_` */
12
12
  shipper_org_id?: string | null;
@@ -117,7 +117,7 @@ export declare class Expanded {
117
117
  * filter_exception_at_timestamp_gte: "2024-01-15T09:30:00Z",
118
118
  * filter_coordinator_org_id: "filter_coordinator_org_id",
119
119
  * filter_shipper_org_id: "filter_shipper_org_id",
120
- * filter_off_chrt_shipper_org_id: "filter_off_chrt_shipper_org_id",
120
+ * filter_off_chrt_shipper_org_data_id: "filter_off_chrt_shipper_org_data_id",
121
121
  * body: {}
122
122
  * })
123
123
  */
@@ -155,7 +155,7 @@ export declare class Expanded {
155
155
  * filter_driver_id: "filter_driver_id",
156
156
  * filter_coordinator_org_id: "filter_coordinator_org_id",
157
157
  * filter_shipper_org_id: "filter_shipper_org_id",
158
- * filter_off_chrt_shipper_org_id: "filter_off_chrt_shipper_org_id",
158
+ * filter_off_chrt_shipper_org_data_id: "filter_off_chrt_shipper_org_data_id",
159
159
  * body: {}
160
160
  * })
161
161
  */