@chrt-inc/typescript-sdk 1.876.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 (238) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/orgs/resources/connections/client/Client.d.ts +83 -36
  3. package/dist/cjs/api/resources/orgs/resources/connections/client/Client.js +260 -79
  4. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListCoordinatorsForExecutorV1Request.d.ts +23 -0
  5. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListCoordinatorsForShipperV1Request.d.ts +20 -0
  6. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListExecutorsForCoordinatorV1Request.d.ts +23 -0
  7. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListExecutorsGeoSearchForCoordinatorV1Request.d.ts +26 -0
  8. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListShippersForCoordinatorV1Request.d.ts +20 -0
  9. 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
  10. package/dist/{esm/api/resources/orgs/resources/connections/client/requests/ShipperProviderConnectionClientUpdate1.d.mts → cjs/api/resources/orgs/resources/connections/client/requests/ShipperCoordinatorConnectionClientUpdate1.d.ts} +1 -1
  11. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/index.d.ts +7 -5
  12. package/dist/cjs/api/resources/orgs/resources/connections/index.d.ts +1 -0
  13. package/dist/cjs/api/resources/orgs/resources/connections/index.js +1 -0
  14. package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/client/Client.d.ts +50 -0
  15. package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/client/Client.js +136 -0
  16. package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/client/index.d.ts +2 -0
  17. package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/client/index.js +17 -0
  18. package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/client/requests/CoordinatorsTypeaheadV1Request.d.ts +16 -0
  19. package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/client/requests/index.d.ts +1 -0
  20. package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/client/requests/index.js +2 -0
  21. package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/index.d.ts +1 -0
  22. package/dist/cjs/api/resources/orgs/resources/connections/resources/coordinators/index.js +17 -0
  23. package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/client/Client.d.ts +50 -0
  24. package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/client/Client.js +136 -0
  25. package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/client/index.d.ts +2 -0
  26. package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/client/index.js +17 -0
  27. package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/client/requests/ExecutorsTypeaheadV1Request.d.ts +16 -0
  28. package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/client/requests/index.d.ts +1 -0
  29. package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/client/requests/index.js +2 -0
  30. package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/index.d.ts +1 -0
  31. package/dist/cjs/api/resources/orgs/resources/connections/resources/executors/index.js +17 -0
  32. package/dist/cjs/api/resources/orgs/resources/connections/resources/index.d.ts +6 -0
  33. package/dist/cjs/api/resources/orgs/resources/connections/resources/index.js +45 -0
  34. package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/client/Client.d.ts +50 -0
  35. package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/client/Client.js +136 -0
  36. package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/client/index.d.ts +2 -0
  37. package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/client/index.js +17 -0
  38. package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/client/requests/ShippersTypeaheadV1Request.d.ts +16 -0
  39. package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/client/requests/index.d.ts +1 -0
  40. package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/client/requests/index.js +2 -0
  41. package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/index.d.ts +1 -0
  42. package/dist/cjs/api/resources/orgs/resources/connections/resources/shippers/index.js +17 -0
  43. package/dist/cjs/api/resources/orgs/resources/connections/types/ConnectionsGetByHandleV1Response.d.ts +1 -1
  44. package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/Client.d.ts +2 -2
  45. package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/Client.js +2 -2
  46. package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataListV1Request.d.ts +1 -1
  47. package/dist/cjs/api/resources/shipping/resources/cargos/client/Client.d.ts +1 -1
  48. package/dist/cjs/api/resources/shipping/resources/cargos/client/Client.js +1 -1
  49. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +1 -1
  50. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +1 -1
  51. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.ts +1 -1
  52. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.js +1 -1
  53. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +44 -4
  54. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.ts +3 -1
  55. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +3 -1
  56. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.ts +3 -1
  57. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.ts +3 -1
  58. package/dist/cjs/api/types/ConnectionTypeaheadFieldEnum.d.ts +4 -0
  59. package/dist/cjs/api/types/ConnectionTypeaheadResult.d.ts +8 -0
  60. package/dist/cjs/api/types/ConnectionTypeaheadValue.d.ts +7 -0
  61. package/dist/{esm/api/types/ProviderProviderConnection1.d.mts → cjs/api/types/CoordinatorExecutorConnection1.d.ts} +1 -1
  62. package/dist/cjs/api/types/CoordinatorExecutorConnection1.js +5 -0
  63. package/dist/cjs/api/types/CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.d.ts +10 -0
  64. package/dist/cjs/api/types/CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.js +5 -0
  65. package/dist/cjs/api/types/CoordinatorExecutorConnectionForCoordinatorListItem.d.ts +9 -0
  66. package/dist/cjs/api/types/CoordinatorExecutorConnectionForCoordinatorListItem.js +5 -0
  67. package/dist/cjs/api/types/CoordinatorExecutorConnectionForExecutorListItem.d.ts +8 -0
  68. package/dist/cjs/api/types/CoordinatorExecutorConnectionForExecutorListItem.js +5 -0
  69. package/dist/cjs/api/types/CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes.d.ts +8 -0
  70. package/dist/cjs/api/types/CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes.js +5 -0
  71. package/dist/cjs/api/types/CoordinatorExecutorConnectionsForCoordinatorListRes.d.ts +8 -0
  72. package/dist/cjs/api/types/CoordinatorExecutorConnectionsForCoordinatorListRes.js +5 -0
  73. package/dist/cjs/api/types/{ShipperProviderConnectionsForCoordinatorListRes.d.ts → CoordinatorExecutorConnectionsForExecutorListRes.d.ts} +2 -2
  74. package/dist/cjs/api/types/CoordinatorExecutorConnectionsForExecutorListRes.js +5 -0
  75. package/dist/cjs/api/types/Order1.d.ts +2 -0
  76. package/dist/cjs/api/types/OrderLimitedForCoordinator1.d.ts +2 -0
  77. package/dist/cjs/api/types/OrderLimitedForExecutor1.d.ts +2 -0
  78. package/dist/cjs/api/types/OrderLimitedForProvider1.d.ts +2 -0
  79. package/dist/cjs/api/types/OrderLimitedForShipper1.d.ts +2 -0
  80. package/dist/cjs/api/types/OrderTaskGroupExecutorDetails1.d.ts +2 -0
  81. package/dist/cjs/api/types/OrderTaskGroupSharedDetails1.d.ts +2 -0
  82. package/dist/cjs/api/types/OrderTypeaheadFieldEnum.d.ts +2 -1
  83. package/dist/cjs/api/types/OrderTypeaheadFieldEnum.js +1 -0
  84. package/dist/cjs/api/types/{ShipperProviderConnection1.d.ts → ShipperCoordinatorConnection1.d.ts} +1 -1
  85. package/dist/cjs/api/types/ShipperCoordinatorConnection1.js +5 -0
  86. package/dist/cjs/api/types/{ShipperProviderConnectionForCoordinatorListItem.d.ts → ShipperCoordinatorConnectionForCoordinatorListItem.d.ts} +2 -2
  87. package/dist/cjs/api/types/ShipperCoordinatorConnectionForCoordinatorListItem.js +5 -0
  88. package/dist/cjs/api/types/ShipperCoordinatorConnectionForShipperListItem.d.ts +8 -0
  89. package/dist/cjs/api/types/ShipperCoordinatorConnectionForShipperListItem.js +5 -0
  90. package/dist/cjs/api/types/ShipperCoordinatorConnectionsForCoordinatorListRes.d.ts +8 -0
  91. package/dist/cjs/api/types/ShipperCoordinatorConnectionsForCoordinatorListRes.js +5 -0
  92. package/dist/cjs/api/types/{ProviderProviderConnectionListRes.d.ts → ShipperCoordinatorConnectionsForShipperListRes.d.ts} +2 -2
  93. package/dist/cjs/api/types/ShipperCoordinatorConnectionsForShipperListRes.js +5 -0
  94. package/dist/cjs/api/types/index.d.ts +15 -9
  95. package/dist/cjs/api/types/index.js +15 -9
  96. package/dist/cjs/version.d.ts +1 -1
  97. package/dist/cjs/version.js +1 -1
  98. package/dist/esm/Client.mjs +2 -2
  99. package/dist/esm/api/resources/orgs/resources/connections/client/Client.d.mts +83 -36
  100. package/dist/esm/api/resources/orgs/resources/connections/client/Client.mjs +260 -79
  101. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListCoordinatorsForExecutorV1Request.d.mts +23 -0
  102. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListCoordinatorsForShipperV1Request.d.mts +20 -0
  103. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListExecutorsForCoordinatorV1Request.d.mts +23 -0
  104. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListExecutorsGeoSearchForCoordinatorV1Request.d.mts +26 -0
  105. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListShippersForCoordinatorV1Request.d.mts +20 -0
  106. 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
  107. package/dist/{cjs/api/resources/orgs/resources/connections/client/requests/ShipperProviderConnectionClientUpdate1.d.ts → esm/api/resources/orgs/resources/connections/client/requests/ShipperCoordinatorConnectionClientUpdate1.d.mts} +1 -1
  108. package/dist/esm/api/resources/orgs/resources/connections/client/requests/index.d.mts +7 -5
  109. package/dist/esm/api/resources/orgs/resources/connections/index.d.mts +1 -0
  110. package/dist/esm/api/resources/orgs/resources/connections/index.mjs +1 -0
  111. package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/client/Client.d.mts +50 -0
  112. package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/client/Client.mjs +99 -0
  113. package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/client/index.d.mts +2 -0
  114. package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/client/index.mjs +1 -0
  115. package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/client/requests/CoordinatorsTypeaheadV1Request.d.mts +16 -0
  116. package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/client/requests/index.d.mts +1 -0
  117. package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/client/requests/index.mjs +1 -0
  118. package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/index.d.mts +1 -0
  119. package/dist/esm/api/resources/orgs/resources/connections/resources/coordinators/index.mjs +1 -0
  120. package/dist/esm/api/resources/orgs/resources/connections/resources/executors/client/Client.d.mts +50 -0
  121. package/dist/esm/api/resources/orgs/resources/connections/resources/executors/client/Client.mjs +99 -0
  122. package/dist/esm/api/resources/orgs/resources/connections/resources/executors/client/index.d.mts +2 -0
  123. package/dist/esm/api/resources/orgs/resources/connections/resources/executors/client/index.mjs +1 -0
  124. package/dist/esm/api/resources/orgs/resources/connections/resources/executors/client/requests/ExecutorsTypeaheadV1Request.d.mts +16 -0
  125. package/dist/esm/api/resources/orgs/resources/connections/resources/executors/client/requests/index.d.mts +1 -0
  126. package/dist/esm/api/resources/orgs/resources/connections/resources/executors/client/requests/index.mjs +1 -0
  127. package/dist/esm/api/resources/orgs/resources/connections/resources/executors/index.d.mts +1 -0
  128. package/dist/esm/api/resources/orgs/resources/connections/resources/executors/index.mjs +1 -0
  129. package/dist/esm/api/resources/orgs/resources/connections/resources/index.d.mts +6 -0
  130. package/dist/esm/api/resources/orgs/resources/connections/resources/index.mjs +6 -0
  131. package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/client/Client.d.mts +50 -0
  132. package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/client/Client.mjs +99 -0
  133. package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/client/index.d.mts +2 -0
  134. package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/client/index.mjs +1 -0
  135. package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/client/requests/ShippersTypeaheadV1Request.d.mts +16 -0
  136. package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/client/requests/index.d.mts +1 -0
  137. package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/client/requests/index.mjs +1 -0
  138. package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/index.d.mts +1 -0
  139. package/dist/esm/api/resources/orgs/resources/connections/resources/shippers/index.mjs +1 -0
  140. package/dist/esm/api/resources/orgs/resources/connections/types/ConnectionsGetByHandleV1Response.d.mts +1 -1
  141. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/Client.d.mts +2 -2
  142. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/Client.mjs +2 -2
  143. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataListV1Request.d.mts +1 -1
  144. package/dist/esm/api/resources/shipping/resources/cargos/client/Client.d.mts +1 -1
  145. package/dist/esm/api/resources/shipping/resources/cargos/client/Client.mjs +1 -1
  146. package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +1 -1
  147. package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +1 -1
  148. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.d.mts +1 -1
  149. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/Client.mjs +1 -1
  150. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +44 -4
  151. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.mts +3 -1
  152. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +3 -1
  153. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.mts +3 -1
  154. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.mts +3 -1
  155. package/dist/esm/api/types/ConnectionTypeaheadFieldEnum.d.mts +4 -0
  156. package/dist/esm/api/types/ConnectionTypeaheadResult.d.mts +8 -0
  157. package/dist/esm/api/types/ConnectionTypeaheadValue.d.mts +7 -0
  158. package/dist/{cjs/api/types/ProviderProviderConnection1.d.ts → esm/api/types/CoordinatorExecutorConnection1.d.mts} +1 -1
  159. package/dist/esm/api/types/CoordinatorExecutorConnection1.mjs +4 -0
  160. package/dist/esm/api/types/CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.d.mts +10 -0
  161. package/dist/esm/api/types/CoordinatorExecutorConnectionForCoordinatorGeoSearchListItem.mjs +4 -0
  162. package/dist/esm/api/types/CoordinatorExecutorConnectionForCoordinatorListItem.d.mts +9 -0
  163. package/dist/esm/api/types/CoordinatorExecutorConnectionForCoordinatorListItem.mjs +4 -0
  164. package/dist/esm/api/types/CoordinatorExecutorConnectionForExecutorListItem.d.mts +8 -0
  165. package/dist/esm/api/types/CoordinatorExecutorConnectionForExecutorListItem.mjs +4 -0
  166. package/dist/esm/api/types/CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes.d.mts +8 -0
  167. package/dist/esm/api/types/CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes.mjs +4 -0
  168. package/dist/esm/api/types/CoordinatorExecutorConnectionsForCoordinatorListRes.d.mts +8 -0
  169. package/dist/esm/api/types/CoordinatorExecutorConnectionsForCoordinatorListRes.mjs +4 -0
  170. package/dist/esm/api/types/{ShipperProviderConnectionsForCoordinatorListRes.d.mts → CoordinatorExecutorConnectionsForExecutorListRes.d.mts} +2 -2
  171. package/dist/esm/api/types/CoordinatorExecutorConnectionsForExecutorListRes.mjs +4 -0
  172. package/dist/esm/api/types/Order1.d.mts +2 -0
  173. package/dist/esm/api/types/OrderLimitedForCoordinator1.d.mts +2 -0
  174. package/dist/esm/api/types/OrderLimitedForExecutor1.d.mts +2 -0
  175. package/dist/esm/api/types/OrderLimitedForProvider1.d.mts +2 -0
  176. package/dist/esm/api/types/OrderLimitedForShipper1.d.mts +2 -0
  177. package/dist/esm/api/types/OrderTaskGroupExecutorDetails1.d.mts +2 -0
  178. package/dist/esm/api/types/OrderTaskGroupSharedDetails1.d.mts +2 -0
  179. package/dist/esm/api/types/OrderTypeaheadFieldEnum.d.mts +2 -1
  180. package/dist/esm/api/types/OrderTypeaheadFieldEnum.mjs +1 -0
  181. package/dist/esm/api/types/{ShipperProviderConnection1.d.mts → ShipperCoordinatorConnection1.d.mts} +1 -1
  182. package/dist/esm/api/types/ShipperCoordinatorConnection1.mjs +4 -0
  183. package/dist/esm/api/types/{ShipperProviderConnectionForCoordinatorListItem.d.mts → ShipperCoordinatorConnectionForCoordinatorListItem.d.mts} +2 -2
  184. package/dist/esm/api/types/ShipperCoordinatorConnectionForCoordinatorListItem.mjs +4 -0
  185. package/dist/esm/api/types/ShipperCoordinatorConnectionForShipperListItem.d.mts +8 -0
  186. package/dist/esm/api/types/ShipperCoordinatorConnectionForShipperListItem.mjs +4 -0
  187. package/dist/esm/api/types/ShipperCoordinatorConnectionsForCoordinatorListRes.d.mts +8 -0
  188. package/dist/esm/api/types/ShipperCoordinatorConnectionsForCoordinatorListRes.mjs +4 -0
  189. package/dist/esm/api/types/{ProviderProviderConnectionListRes.d.mts → ShipperCoordinatorConnectionsForShipperListRes.d.mts} +2 -2
  190. package/dist/esm/api/types/ShipperCoordinatorConnectionsForShipperListRes.mjs +4 -0
  191. package/dist/esm/api/types/index.d.mts +15 -9
  192. package/dist/esm/api/types/index.mjs +15 -9
  193. package/dist/esm/version.d.mts +1 -1
  194. package/dist/esm/version.mjs +1 -1
  195. package/package.json +1 -1
  196. package/reference.md +375 -33
  197. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListProviderProviderV1Request.d.ts +0 -33
  198. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListProvidersV1Request.d.ts +0 -17
  199. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListShippersV1Request.d.ts +0 -17
  200. package/dist/cjs/api/types/ProviderProviderConnectionCallerRoleEnum.d.ts +0 -8
  201. package/dist/cjs/api/types/ProviderProviderConnectionCallerRoleEnum.js +0 -10
  202. package/dist/cjs/api/types/ProviderProviderConnectionListItem.d.ts +0 -11
  203. package/dist/cjs/api/types/ShipperProviderConnectionForShipperListItem.d.ts +0 -8
  204. package/dist/cjs/api/types/ShipperProviderConnectionsForShipperListRes.d.ts +0 -8
  205. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListProviderProviderV1Request.d.mts +0 -33
  206. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListProvidersV1Request.d.mts +0 -17
  207. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListShippersV1Request.d.mts +0 -17
  208. package/dist/esm/api/types/ProviderProviderConnectionCallerRoleEnum.d.mts +0 -8
  209. package/dist/esm/api/types/ProviderProviderConnectionCallerRoleEnum.mjs +0 -7
  210. package/dist/esm/api/types/ProviderProviderConnectionListItem.d.mts +0 -11
  211. package/dist/esm/api/types/ShipperProviderConnectionForShipperListItem.d.mts +0 -8
  212. package/dist/esm/api/types/ShipperProviderConnectionsForShipperListRes.d.mts +0 -8
  213. /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ConnectionsListProviderProviderV1Request.js → ConnectionsListCoordinatorsForExecutorV1Request.js} +0 -0
  214. /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ConnectionsListProvidersV1Request.js → ConnectionsListCoordinatorsForShipperV1Request.js} +0 -0
  215. /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ConnectionsListShippersV1Request.js → ConnectionsListExecutorsForCoordinatorV1Request.js} +0 -0
  216. /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ProviderProviderUpdateAutoAssignReq.js → ConnectionsListExecutorsGeoSearchForCoordinatorV1Request.js} +0 -0
  217. /package/dist/cjs/api/resources/orgs/resources/connections/client/requests/{ShipperProviderConnectionClientUpdate1.js → ConnectionsListShippersForCoordinatorV1Request.js} +0 -0
  218. /package/dist/cjs/api/{types/ProviderProviderConnection1.js → resources/orgs/resources/connections/client/requests/CoordinatorExecutorUpdateAutoAssignReq.js} +0 -0
  219. /package/dist/cjs/api/{types/ProviderProviderConnectionListItem.js → resources/orgs/resources/connections/client/requests/ShipperCoordinatorConnectionClientUpdate1.js} +0 -0
  220. /package/dist/cjs/api/{types/ProviderProviderConnectionListRes.js → resources/orgs/resources/connections/resources/coordinators/client/requests/CoordinatorsTypeaheadV1Request.js} +0 -0
  221. /package/dist/cjs/api/{types/ShipperProviderConnection1.js → resources/orgs/resources/connections/resources/executors/client/requests/ExecutorsTypeaheadV1Request.js} +0 -0
  222. /package/dist/cjs/api/{types/ShipperProviderConnectionForCoordinatorListItem.js → resources/orgs/resources/connections/resources/shippers/client/requests/ShippersTypeaheadV1Request.js} +0 -0
  223. /package/dist/cjs/api/types/{ShipperProviderConnectionForShipperListItem.js → ConnectionTypeaheadFieldEnum.js} +0 -0
  224. /package/dist/cjs/api/types/{ShipperProviderConnectionsForCoordinatorListRes.js → ConnectionTypeaheadResult.js} +0 -0
  225. /package/dist/cjs/api/types/{ShipperProviderConnectionsForShipperListRes.js → ConnectionTypeaheadValue.js} +0 -0
  226. /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ConnectionsListProviderProviderV1Request.mjs → ConnectionsListCoordinatorsForExecutorV1Request.mjs} +0 -0
  227. /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ConnectionsListProvidersV1Request.mjs → ConnectionsListCoordinatorsForShipperV1Request.mjs} +0 -0
  228. /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ConnectionsListShippersV1Request.mjs → ConnectionsListExecutorsForCoordinatorV1Request.mjs} +0 -0
  229. /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ProviderProviderUpdateAutoAssignReq.mjs → ConnectionsListExecutorsGeoSearchForCoordinatorV1Request.mjs} +0 -0
  230. /package/dist/esm/api/resources/orgs/resources/connections/client/requests/{ShipperProviderConnectionClientUpdate1.mjs → ConnectionsListShippersForCoordinatorV1Request.mjs} +0 -0
  231. /package/dist/esm/api/{types/ProviderProviderConnection1.mjs → resources/orgs/resources/connections/client/requests/CoordinatorExecutorUpdateAutoAssignReq.mjs} +0 -0
  232. /package/dist/esm/api/{types/ProviderProviderConnectionListItem.mjs → resources/orgs/resources/connections/client/requests/ShipperCoordinatorConnectionClientUpdate1.mjs} +0 -0
  233. /package/dist/esm/api/{types/ProviderProviderConnectionListRes.mjs → resources/orgs/resources/connections/resources/coordinators/client/requests/CoordinatorsTypeaheadV1Request.mjs} +0 -0
  234. /package/dist/esm/api/{types/ShipperProviderConnection1.mjs → resources/orgs/resources/connections/resources/executors/client/requests/ExecutorsTypeaheadV1Request.mjs} +0 -0
  235. /package/dist/esm/api/{types/ShipperProviderConnectionForCoordinatorListItem.mjs → resources/orgs/resources/connections/resources/shippers/client/requests/ShippersTypeaheadV1Request.mjs} +0 -0
  236. /package/dist/esm/api/types/{ShipperProviderConnectionForShipperListItem.mjs → ConnectionTypeaheadFieldEnum.mjs} +0 -0
  237. /package/dist/esm/api/types/{ShipperProviderConnectionsForCoordinatorListRes.mjs → ConnectionTypeaheadResult.mjs} +0 -0
  238. /package/dist/esm/api/types/{ShipperProviderConnectionsForShipperListRes.mjs → ConnectionTypeaheadValue.mjs} +0 -0
package/reference.md CHANGED
@@ -14147,7 +14147,7 @@ await client.orgs.complianceDocuments.getV1("org_compliance_document_id");
14147
14147
  <dl>
14148
14148
  <dd>
14149
14149
 
14150
- Gets the connection between caller's org and the org with the specified handle. | () -> (ShipperProviderConnection1 | ProviderProviderConnection1 | None)
14150
+ Gets the connection between caller's org and the org with the specified handle. | () -> (ShipperCoordinatorConnection1 | CoordinatorExecutorConnection1 | None)
14151
14151
 
14152
14152
  </dd>
14153
14153
  </dl>
@@ -14198,6 +14198,143 @@ await client.orgs.connections.getByHandleV1("handle");
14198
14198
  </dl>
14199
14199
  </details>
14200
14200
 
14201
+ <details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">listCoordinatorsForExecutorV1</a>({ ...params }) -> Chrt.CoordinatorExecutorConnectionsForExecutorListRes</code></summary>
14202
+ <dl>
14203
+ <dd>
14204
+
14205
+ #### 📝 Description
14206
+
14207
+ <dl>
14208
+ <dd>
14209
+
14210
+ <dl>
14211
+ <dd>
14212
+
14213
+ Lists the caller's coordinator connections with filtering, pagination, and identity search. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (CoordinatorExecutorConnectionsForExecutorListRes)
14214
+
14215
+ </dd>
14216
+ </dl>
14217
+ </dd>
14218
+ </dl>
14219
+
14220
+ #### 🔌 Usage
14221
+
14222
+ <dl>
14223
+ <dd>
14224
+
14225
+ <dl>
14226
+ <dd>
14227
+
14228
+ ```typescript
14229
+ await client.orgs.connections.listCoordinatorsForExecutorV1({
14230
+ search: "search",
14231
+ page: 1,
14232
+ page_size: 1,
14233
+ filter_auto_assign_enabled: true,
14234
+ filter_connected: true,
14235
+ });
14236
+ ```
14237
+
14238
+ </dd>
14239
+ </dl>
14240
+ </dd>
14241
+ </dl>
14242
+
14243
+ #### ⚙️ Parameters
14244
+
14245
+ <dl>
14246
+ <dd>
14247
+
14248
+ <dl>
14249
+ <dd>
14250
+
14251
+ **request:** `Chrt.orgs.ConnectionsListCoordinatorsForExecutorV1Request`
14252
+
14253
+ </dd>
14254
+ </dl>
14255
+
14256
+ <dl>
14257
+ <dd>
14258
+
14259
+ **requestOptions:** `Connections.RequestOptions`
14260
+
14261
+ </dd>
14262
+ </dl>
14263
+ </dd>
14264
+ </dl>
14265
+
14266
+ </dd>
14267
+ </dl>
14268
+ </details>
14269
+
14270
+ <details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">listCoordinatorsForShipperV1</a>({ ...params }) -> Chrt.ShipperCoordinatorConnectionsForShipperListRes</code></summary>
14271
+ <dl>
14272
+ <dd>
14273
+
14274
+ #### 📝 Description
14275
+
14276
+ <dl>
14277
+ <dd>
14278
+
14279
+ <dl>
14280
+ <dd>
14281
+
14282
+ Lists the caller's coordinator connections with filtering, pagination, and identity search. | authz: allowed_org_types=[shipper] | () -> (ShipperCoordinatorConnectionsForShipperListRes)
14283
+
14284
+ </dd>
14285
+ </dl>
14286
+ </dd>
14287
+ </dl>
14288
+
14289
+ #### 🔌 Usage
14290
+
14291
+ <dl>
14292
+ <dd>
14293
+
14294
+ <dl>
14295
+ <dd>
14296
+
14297
+ ```typescript
14298
+ await client.orgs.connections.listCoordinatorsForShipperV1({
14299
+ search: "search",
14300
+ page: 1,
14301
+ page_size: 1,
14302
+ filter_connected: true,
14303
+ });
14304
+ ```
14305
+
14306
+ </dd>
14307
+ </dl>
14308
+ </dd>
14309
+ </dl>
14310
+
14311
+ #### ⚙️ Parameters
14312
+
14313
+ <dl>
14314
+ <dd>
14315
+
14316
+ <dl>
14317
+ <dd>
14318
+
14319
+ **request:** `Chrt.orgs.ConnectionsListCoordinatorsForShipperV1Request`
14320
+
14321
+ </dd>
14322
+ </dl>
14323
+
14324
+ <dl>
14325
+ <dd>
14326
+
14327
+ **requestOptions:** `Connections.RequestOptions`
14328
+
14329
+ </dd>
14330
+ </dl>
14331
+ </dd>
14332
+ </dl>
14333
+
14334
+ </dd>
14335
+ </dl>
14336
+ </details>
14337
+
14201
14338
  <details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">createConnectionToProviderV1</a>({ ...params }) -> string</code></summary>
14202
14339
  <dl>
14203
14340
  <dd>
@@ -14210,7 +14347,7 @@ await client.orgs.connections.getByHandleV1("handle");
14210
14347
  <dl>
14211
14348
  <dd>
14212
14349
 
14213
- Creates a connection to an on-CHRT provider; provider callers become the paying coordinator. | (CreateConnectionReq) -> (PydanticObjectId)
14350
+ Creates a shipper-coordinator or coordinator-executor connection to an on-CHRT provider. | (CreateConnectionReq) -> (PydanticObjectId)
14214
14351
 
14215
14352
  </dd>
14216
14353
  </dl>
@@ -14275,7 +14412,7 @@ await client.orgs.connections.createConnectionToProviderV1({
14275
14412
  <dl>
14276
14413
  <dd>
14277
14414
 
14278
- Creates a connection to an on-CHRT shipper. | authz: allowed_org_types=[provider] | (CreateConnectionReq) -> (PydanticObjectId)
14415
+ Creates a shipper-coordinator connection to an on-CHRT shipper. | authz: allowed_org_types=[provider] | (CreateConnectionReq) -> (PydanticObjectId)
14279
14416
 
14280
14417
  </dd>
14281
14418
  </dl>
@@ -14328,7 +14465,7 @@ await client.orgs.connections.createConnectionToShipperV1({
14328
14465
  </dl>
14329
14466
  </details>
14330
14467
 
14331
- <details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">listProviderProviderV1</a>({ ...params }) -> Chrt.ProviderProviderConnectionListRes</code></summary>
14468
+ <details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">listExecutorsGeoSearchForCoordinatorV1</a>({ ...params }) -> Chrt.CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes</code></summary>
14332
14469
  <dl>
14333
14470
  <dd>
14334
14471
 
@@ -14340,7 +14477,7 @@ await client.orgs.connections.createConnectionToShipperV1({
14340
14477
  <dl>
14341
14478
  <dd>
14342
14479
 
14343
- Lists provider-provider connections with the caller's coordinator or executor role, optionally sorted by counterparty proximity. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (ProviderProviderConnectionListRes)
14480
+ Lists the caller's executor connections nearest to a location, with filtering and pagination. Executors without registered addresses follow geocoded results. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (CoordinatorExecutorConnectionsForCoordinatorGeoSearchListRes)
14344
14481
 
14345
14482
  </dd>
14346
14483
  </dl>
@@ -14356,15 +14493,13 @@ Lists provider-provider connections with the caller's coordinator or executor ro
14356
14493
  <dd>
14357
14494
 
14358
14495
  ```typescript
14359
- await client.orgs.connections.listProviderProviderV1({
14360
- search: "search",
14496
+ await client.orgs.connections.listExecutorsGeoSearchForCoordinatorV1({
14497
+ near_latitude: 1.1,
14498
+ near_longitude: 1.1,
14361
14499
  page: 1,
14362
14500
  page_size: 1,
14363
- latitude: 1.1,
14364
- longitude: 1.1,
14365
- filter_caller_connection_role: "coordinator",
14366
- filter_connected: true,
14367
14501
  filter_auto_assign_enabled: true,
14502
+ filter_connected: true,
14368
14503
  });
14369
14504
  ```
14370
14505
 
@@ -14381,7 +14516,7 @@ await client.orgs.connections.listProviderProviderV1({
14381
14516
  <dl>
14382
14517
  <dd>
14383
14518
 
14384
- **request:** `Chrt.orgs.ConnectionsListProviderProviderV1Request`
14519
+ **request:** `Chrt.orgs.ConnectionsListExecutorsGeoSearchForCoordinatorV1Request`
14385
14520
 
14386
14521
  </dd>
14387
14522
  </dl>
@@ -14400,7 +14535,7 @@ await client.orgs.connections.listProviderProviderV1({
14400
14535
  </dl>
14401
14536
  </details>
14402
14537
 
14403
- <details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">listProvidersV1</a>({ ...params }) -> Chrt.ShipperProviderConnectionsForShipperListRes</code></summary>
14538
+ <details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">listExecutorsForCoordinatorV1</a>({ ...params }) -> Chrt.CoordinatorExecutorConnectionsForCoordinatorListRes</code></summary>
14404
14539
  <dl>
14405
14540
  <dd>
14406
14541
 
@@ -14412,7 +14547,7 @@ await client.orgs.connections.listProviderProviderV1({
14412
14547
  <dl>
14413
14548
  <dd>
14414
14549
 
14415
- Lists coordinator connections for the calling shipper. | authz: allowed_org_types=[shipper] | () -> (ShipperProviderConnectionsForShipperListRes)
14550
+ Lists the caller's executor connections with filtering, pagination, and identity search. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (CoordinatorExecutorConnectionsForCoordinatorListRes)
14416
14551
 
14417
14552
  </dd>
14418
14553
  </dl>
@@ -14428,10 +14563,12 @@ Lists coordinator connections for the calling shipper. | authz: allowed_org_type
14428
14563
  <dd>
14429
14564
 
14430
14565
  ```typescript
14431
- await client.orgs.connections.listProvidersV1({
14566
+ await client.orgs.connections.listExecutorsForCoordinatorV1({
14432
14567
  search: "search",
14433
14568
  page: 1,
14434
14569
  page_size: 1,
14570
+ filter_auto_assign_enabled: true,
14571
+ filter_connected: true,
14435
14572
  });
14436
14573
  ```
14437
14574
 
@@ -14448,7 +14585,7 @@ await client.orgs.connections.listProvidersV1({
14448
14585
  <dl>
14449
14586
  <dd>
14450
14587
 
14451
- **request:** `Chrt.orgs.ConnectionsListProvidersV1Request`
14588
+ **request:** `Chrt.orgs.ConnectionsListExecutorsForCoordinatorV1Request`
14452
14589
 
14453
14590
  </dd>
14454
14591
  </dl>
@@ -14467,7 +14604,7 @@ await client.orgs.connections.listProvidersV1({
14467
14604
  </dl>
14468
14605
  </details>
14469
14606
 
14470
- <details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">setProviderProviderAutoAssignV1</a>(connectionId, { ...params }) -> boolean</code></summary>
14607
+ <details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">setCoordinatorExecutorAutoAssignV1</a>(connectionId, { ...params }) -> boolean</code></summary>
14471
14608
  <dl>
14472
14609
  <dd>
14473
14610
 
@@ -14479,7 +14616,7 @@ await client.orgs.connections.listProvidersV1({
14479
14616
  <dl>
14480
14617
  <dd>
14481
14618
 
14482
- Sets an executor's consent to direct task-group assignment. | authz: allowed_org_types=[provider], min_org_role=administrator | (ProviderProviderUpdateAutoAssignReq) -> (bool)
14619
+ Sets an executor's consent to direct task-group assignment. | authz: allowed_org_types=[provider], min_org_role=administrator | (CoordinatorExecutorUpdateAutoAssignReq) -> (bool)
14483
14620
 
14484
14621
  </dd>
14485
14622
  </dl>
@@ -14495,7 +14632,7 @@ Sets an executor's consent to direct task-group assignment. | authz: allowed_org
14495
14632
  <dd>
14496
14633
 
14497
14634
  ```typescript
14498
- await client.orgs.connections.setProviderProviderAutoAssignV1("connection_id", {
14635
+ await client.orgs.connections.setCoordinatorExecutorAutoAssignV1("connection_id", {
14499
14636
  auto_assign_enabled: true,
14500
14637
  });
14501
14638
  ```
@@ -14521,7 +14658,7 @@ await client.orgs.connections.setProviderProviderAutoAssignV1("connection_id", {
14521
14658
  <dl>
14522
14659
  <dd>
14523
14660
 
14524
- **request:** `Chrt.orgs.ProviderProviderUpdateAutoAssignReq`
14661
+ **request:** `Chrt.orgs.CoordinatorExecutorUpdateAutoAssignReq`
14525
14662
 
14526
14663
  </dd>
14527
14664
  </dl>
@@ -14540,7 +14677,7 @@ await client.orgs.connections.setProviderProviderAutoAssignV1("connection_id", {
14540
14677
  </dl>
14541
14678
  </details>
14542
14679
 
14543
- <details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">setShipperProviderDefaultDepartmentV1</a>(connectionId, { ...params }) -> boolean</code></summary>
14680
+ <details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">setShipperCoordinatorDefaultDepartmentV1</a>(connectionId, { ...params }) -> boolean</code></summary>
14544
14681
  <dl>
14545
14682
  <dd>
14546
14683
 
@@ -14552,7 +14689,7 @@ await client.orgs.connections.setProviderProviderAutoAssignV1("connection_id", {
14552
14689
  <dl>
14553
14690
  <dd>
14554
14691
 
14555
- Sets or clears the coordinator's default department for a shipper connection. | authz: allowed_org_types=[provider], min_org_role=operator | (ShipperProviderConnectionClientUpdate1) -> (bool)
14692
+ Sets or clears the coordinator's default department for a shipper-coordinator connection. | authz: allowed_org_types=[provider], min_org_role=operator | (ShipperCoordinatorConnectionClientUpdate1) -> (bool)
14556
14693
 
14557
14694
  </dd>
14558
14695
  </dl>
@@ -14568,7 +14705,7 @@ Sets or clears the coordinator's default department for a shipper connection. |
14568
14705
  <dd>
14569
14706
 
14570
14707
  ```typescript
14571
- await client.orgs.connections.setShipperProviderDefaultDepartmentV1("connection_id");
14708
+ await client.orgs.connections.setShipperCoordinatorDefaultDepartmentV1("connection_id");
14572
14709
  ```
14573
14710
 
14574
14711
  </dd>
@@ -14592,7 +14729,7 @@ await client.orgs.connections.setShipperProviderDefaultDepartmentV1("connection_
14592
14729
  <dl>
14593
14730
  <dd>
14594
14731
 
14595
- **request:** `Chrt.orgs.ShipperProviderConnectionClientUpdate1`
14732
+ **request:** `Chrt.orgs.ShipperCoordinatorConnectionClientUpdate1`
14596
14733
 
14597
14734
  </dd>
14598
14735
  </dl>
@@ -14611,7 +14748,7 @@ await client.orgs.connections.setShipperProviderDefaultDepartmentV1("connection_
14611
14748
  </dl>
14612
14749
  </details>
14613
14750
 
14614
- <details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">listShippersV1</a>({ ...params }) -> Chrt.ShipperProviderConnectionsForCoordinatorListRes</code></summary>
14751
+ <details><summary><code>client.orgs.connections.<a href="/src/api/resources/orgs/resources/connections/client/Client.ts">listShippersForCoordinatorV1</a>({ ...params }) -> Chrt.ShipperCoordinatorConnectionsForCoordinatorListRes</code></summary>
14615
14752
  <dl>
14616
14753
  <dd>
14617
14754
 
@@ -14623,7 +14760,7 @@ await client.orgs.connections.setShipperProviderDefaultDepartmentV1("connection_
14623
14760
  <dl>
14624
14761
  <dd>
14625
14762
 
14626
- Lists on- and off-CHRT shipper connections owned by the caller. | authz: allowed_org_types=[provider] | () -> (ShipperProviderConnectionsForCoordinatorListRes)
14763
+ Lists the caller's shipper connections with filtering, pagination, and identity search. | authz: allowed_org_types=[provider] | () -> (ShipperCoordinatorConnectionsForCoordinatorListRes)
14627
14764
 
14628
14765
  </dd>
14629
14766
  </dl>
@@ -14639,10 +14776,11 @@ Lists on- and off-CHRT shipper connections owned by the caller. | authz: allowed
14639
14776
  <dd>
14640
14777
 
14641
14778
  ```typescript
14642
- await client.orgs.connections.listShippersV1({
14779
+ await client.orgs.connections.listShippersForCoordinatorV1({
14643
14780
  search: "search",
14644
14781
  page: 1,
14645
14782
  page_size: 1,
14783
+ filter_connected: true,
14646
14784
  });
14647
14785
  ```
14648
14786
 
@@ -14659,7 +14797,7 @@ await client.orgs.connections.listShippersV1({
14659
14797
  <dl>
14660
14798
  <dd>
14661
14799
 
14662
- **request:** `Chrt.orgs.ConnectionsListShippersV1Request`
14800
+ **request:** `Chrt.orgs.ConnectionsListShippersForCoordinatorV1Request`
14663
14801
 
14664
14802
  </dd>
14665
14803
  </dl>
@@ -15028,7 +15166,7 @@ await client.orgs.directoryEntries.getV1("directory_entry_id");
15028
15166
  <dl>
15029
15167
  <dd>
15030
15168
 
15031
- Atomically creates owner-scoped off-CHRT organization data and its shipper-provider or provider-provider connection. | authz: allowed_org_types=[provider] | (CreateOffChrtOrgReq) -> (CreateOffChrtOrgRes)
15169
+ Atomically creates owner-scoped off-CHRT organization data and its shipper-coordinator or coordinator-executor connection. | authz: allowed_org_types=[provider] | (CreateOffChrtOrgReq) -> (CreateOffChrtOrgRes)
15032
15170
 
15033
15171
  </dd>
15034
15172
  </dl>
@@ -15097,7 +15235,7 @@ await client.orgs.offChrtOrgData.createV1({
15097
15235
  <dl>
15098
15236
  <dd>
15099
15237
 
15100
- Lists off-CHRT organization data owned by the caller with optional organization-type filtering, name search, sorting, and pagination. | authz: allowed_org_types=[provider] | () -> (OffChrtOrgDataListRes)
15238
+ Lists off-CHRT organization data owned by the caller with optional organization-type filtering, identity search, sorting, and pagination. | authz: allowed_org_types=[provider] | () -> (OffChrtOrgDataListRes)
15101
15239
 
15102
15240
  </dd>
15103
15241
  </dl>
@@ -16313,6 +16451,210 @@ await client.orgs.complianceDocuments.s3Object.getV1("org_compliance_document_s3
16313
16451
  </dl>
16314
16452
  </details>
16315
16453
 
16454
+ ## Orgs Connections Coordinators
16455
+
16456
+ <details><summary><code>client.orgs.connections.coordinators.<a href="/src/api/resources/orgs/resources/connections/resources/coordinators/client/Client.ts">typeaheadV1</a>({ ...params }) -> Chrt.ConnectionTypeaheadResult[]</code></summary>
16457
+ <dl>
16458
+ <dd>
16459
+
16460
+ #### 📝 Description
16461
+
16462
+ <dl>
16463
+ <dd>
16464
+
16465
+ <dl>
16466
+ <dd>
16467
+
16468
+ Returns distinct connected-coordinator names matching the query, with the matching connection IDs. Shippers see their coordinators; providers see coordinators for which they are executors. | authz: allowed_org_types=[provider, shipper], min_org_role=operator | () -> (list[ConnectionTypeaheadResult])
16469
+
16470
+ </dd>
16471
+ </dl>
16472
+ </dd>
16473
+ </dl>
16474
+
16475
+ #### 🔌 Usage
16476
+
16477
+ <dl>
16478
+ <dd>
16479
+
16480
+ <dl>
16481
+ <dd>
16482
+
16483
+ ```typescript
16484
+ await client.orgs.connections.coordinators.typeaheadV1({
16485
+ query: "query",
16486
+ limit: 1,
16487
+ });
16488
+ ```
16489
+
16490
+ </dd>
16491
+ </dl>
16492
+ </dd>
16493
+ </dl>
16494
+
16495
+ #### ⚙️ Parameters
16496
+
16497
+ <dl>
16498
+ <dd>
16499
+
16500
+ <dl>
16501
+ <dd>
16502
+
16503
+ **request:** `Chrt.orgs.connections.CoordinatorsTypeaheadV1Request`
16504
+
16505
+ </dd>
16506
+ </dl>
16507
+
16508
+ <dl>
16509
+ <dd>
16510
+
16511
+ **requestOptions:** `Coordinators.RequestOptions`
16512
+
16513
+ </dd>
16514
+ </dl>
16515
+ </dd>
16516
+ </dl>
16517
+
16518
+ </dd>
16519
+ </dl>
16520
+ </details>
16521
+
16522
+ ## Orgs Connections Executors
16523
+
16524
+ <details><summary><code>client.orgs.connections.executors.<a href="/src/api/resources/orgs/resources/connections/resources/executors/client/Client.ts">typeaheadV1</a>({ ...params }) -> Chrt.ConnectionTypeaheadResult[]</code></summary>
16525
+ <dl>
16526
+ <dd>
16527
+
16528
+ #### 📝 Description
16529
+
16530
+ <dl>
16531
+ <dd>
16532
+
16533
+ <dl>
16534
+ <dd>
16535
+
16536
+ Returns distinct connected-executor names matching the query, with the matching connection IDs. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (list[ConnectionTypeaheadResult])
16537
+
16538
+ </dd>
16539
+ </dl>
16540
+ </dd>
16541
+ </dl>
16542
+
16543
+ #### 🔌 Usage
16544
+
16545
+ <dl>
16546
+ <dd>
16547
+
16548
+ <dl>
16549
+ <dd>
16550
+
16551
+ ```typescript
16552
+ await client.orgs.connections.executors.typeaheadV1({
16553
+ query: "query",
16554
+ limit: 1,
16555
+ });
16556
+ ```
16557
+
16558
+ </dd>
16559
+ </dl>
16560
+ </dd>
16561
+ </dl>
16562
+
16563
+ #### ⚙️ Parameters
16564
+
16565
+ <dl>
16566
+ <dd>
16567
+
16568
+ <dl>
16569
+ <dd>
16570
+
16571
+ **request:** `Chrt.orgs.connections.ExecutorsTypeaheadV1Request`
16572
+
16573
+ </dd>
16574
+ </dl>
16575
+
16576
+ <dl>
16577
+ <dd>
16578
+
16579
+ **requestOptions:** `Executors.RequestOptions`
16580
+
16581
+ </dd>
16582
+ </dl>
16583
+ </dd>
16584
+ </dl>
16585
+
16586
+ </dd>
16587
+ </dl>
16588
+ </details>
16589
+
16590
+ ## Orgs Connections Shippers
16591
+
16592
+ <details><summary><code>client.orgs.connections.shippers.<a href="/src/api/resources/orgs/resources/connections/resources/shippers/client/Client.ts">typeaheadV1</a>({ ...params }) -> Chrt.ConnectionTypeaheadResult[]</code></summary>
16593
+ <dl>
16594
+ <dd>
16595
+
16596
+ #### 📝 Description
16597
+
16598
+ <dl>
16599
+ <dd>
16600
+
16601
+ <dl>
16602
+ <dd>
16603
+
16604
+ Returns distinct connected-shipper names matching the query, with the matching connection IDs. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (list[ConnectionTypeaheadResult])
16605
+
16606
+ </dd>
16607
+ </dl>
16608
+ </dd>
16609
+ </dl>
16610
+
16611
+ #### 🔌 Usage
16612
+
16613
+ <dl>
16614
+ <dd>
16615
+
16616
+ <dl>
16617
+ <dd>
16618
+
16619
+ ```typescript
16620
+ await client.orgs.connections.shippers.typeaheadV1({
16621
+ query: "query",
16622
+ limit: 1,
16623
+ });
16624
+ ```
16625
+
16626
+ </dd>
16627
+ </dl>
16628
+ </dd>
16629
+ </dl>
16630
+
16631
+ #### ⚙️ Parameters
16632
+
16633
+ <dl>
16634
+ <dd>
16635
+
16636
+ <dl>
16637
+ <dd>
16638
+
16639
+ **request:** `Chrt.orgs.connections.ShippersTypeaheadV1Request`
16640
+
16641
+ </dd>
16642
+ </dl>
16643
+
16644
+ <dl>
16645
+ <dd>
16646
+
16647
+ **requestOptions:** `Shippers.RequestOptions`
16648
+
16649
+ </dd>
16650
+ </dl>
16651
+ </dd>
16652
+ </dl>
16653
+
16654
+ </dd>
16655
+ </dl>
16656
+ </details>
16657
+
16316
16658
  ## Shipping Cargos
16317
16659
 
16318
16660
  <details><summary><code>client.shipping.cargos.<a href="/src/api/resources/shipping/resources/cargos/client/Client.ts">updateV1</a>(cargoId, { ...params }) -> string</code></summary>
@@ -16327,7 +16669,7 @@ await client.orgs.complianceDocuments.s3Object.getV1("org_compliance_document_s3
16327
16669
  <dl>
16328
16670
  <dd>
16329
16671
 
16330
- Updates a cargo's details. Cargo must be in STAGED, IN_TRANSIT, DELIVERED, SKIPPED, or EXCEPTION status. | authz_personas=[lig_owner_operators] | (CargoClientUpdate1) -> (PydanticObjectId)
16672
+ 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)
16331
16673
 
16332
16674
  </dd>
16333
16675
  </dl>
@@ -19967,7 +20309,7 @@ await client.shipping.orders.typeaheadLabelV1({
19967
20309
  <dl>
19968
20310
  <dd>
19969
20311
 
19970
- 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])
20312
+ 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])
19971
20313
 
19972
20314
  </dd>
19973
20315
  </dl>
@@ -26046,7 +26388,7 @@ await client.shipping.orders.drafts.taskGroup.addV1({
26046
26388
  <dl>
26047
26389
  <dd>
26048
26390
 
26049
- 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)
26391
+ 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)
26050
26392
 
26051
26393
  </dd>
26052
26394
  </dl>
@@ -1,33 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Chrt from "../../../../../../index.js";
5
- /**
6
- * @example
7
- * {
8
- * search: "search",
9
- * page: 1,
10
- * page_size: 1,
11
- * latitude: 1.1,
12
- * longitude: 1.1,
13
- * filter_caller_connection_role: "coordinator",
14
- * filter_connected: true,
15
- * filter_auto_assign_enabled: true
16
- * }
17
- */
18
- export interface ConnectionsListProviderProviderV1Request {
19
- /** Search counterparty company name or handle */
20
- search?: string | null;
21
- page?: number | null;
22
- page_size?: number | null;
23
- /** Latitude for proximity sorting */
24
- latitude?: number | null;
25
- /** Longitude for proximity sorting */
26
- longitude?: number | null;
27
- /** Filter by the caller's role in the connection */
28
- filter_caller_connection_role?: Chrt.ProviderProviderConnectionCallerRoleEnum | null;
29
- /** Filter by connection status */
30
- filter_connected?: boolean | null;
31
- /** Filter by executor auto-assign consent */
32
- filter_auto_assign_enabled?: boolean | null;
33
- }
@@ -1,17 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * search: "search",
8
- * page: 1,
9
- * page_size: 1
10
- * }
11
- */
12
- export interface ConnectionsListProvidersV1Request {
13
- /** Search by company name or handle */
14
- search?: string | null;
15
- page?: number | null;
16
- page_size?: number | null;
17
- }
@@ -1,17 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * search: "search",
8
- * page: 1,
9
- * page_size: 1
10
- * }
11
- */
12
- export interface ConnectionsListShippersV1Request {
13
- /** Search by company name or handle */
14
- search?: string | null;
15
- page?: number | null;
16
- page_size?: number | null;
17
- }
@@ -1,8 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export type ProviderProviderConnectionCallerRoleEnum = "coordinator" | "executor";
5
- export declare const ProviderProviderConnectionCallerRoleEnum: {
6
- readonly Coordinator: "coordinator";
7
- readonly Executor: "executor";
8
- };