@chrt-inc/typescript-sdk 1.875.0 → 1.876.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 (498) 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 +24 -8
  22. package/dist/cjs/api/resources/orgs/resources/connections/client/Client.js +94 -17
  23. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListProviderProviderV1Request.d.ts +6 -0
  24. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ShipperProviderConnectionClientUpdate1.d.ts +11 -0
  25. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/index.d.ts +1 -0
  26. package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/Client.d.ts +19 -17
  27. package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/Client.js +30 -25
  28. package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntriesListV1Request.d.ts +6 -3
  29. package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.d.ts +5 -9
  30. package/dist/cjs/api/resources/orgs/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.ts +21 -0
  31. package/dist/cjs/api/resources/orgs/resources/index.d.ts +4 -9
  32. package/dist/cjs/api/resources/orgs/resources/index.js +5 -10
  33. package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/Client.d.ts +100 -0
  34. package/dist/cjs/api/resources/orgs/resources/{offChrtShipperOrg → offChrtOrgData}/client/Client.js +53 -97
  35. package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/requests/CreateOffChrtOrgReq.d.ts +18 -0
  36. package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.d.ts +19 -0
  37. package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataListV1Request.d.ts +26 -0
  38. package/dist/cjs/api/resources/orgs/resources/offChrtOrgData/client/requests/index.d.ts +3 -0
  39. package/dist/cjs/api/resources/orgs/resources/publicData/client/Client.d.ts +27 -1
  40. package/dist/cjs/api/resources/orgs/resources/publicData/client/Client.js +119 -1
  41. package/dist/cjs/api/resources/orgs/resources/publicData/client/requests/UpdateOrgPublicDataReq.d.ts +12 -1
  42. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.d.ts +1 -1
  43. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.js +4 -4
  44. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.ts +2 -2
  45. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.ts +3 -3
  46. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.ts +3 -3
  47. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +1 -1
  48. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +1 -1
  49. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersDraftUpdateReq.d.ts +2 -2
  50. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.ts +1 -3
  51. package/dist/cjs/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.d.ts +1 -1
  52. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +3 -3
  53. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +12 -12
  54. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.ts +2 -2
  55. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +2 -2
  56. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.ts +2 -2
  57. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +1 -1
  58. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +1 -1
  59. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.d.ts +3 -3
  60. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.ts +1 -1
  61. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.ts +1 -1
  62. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.ts +2 -2
  63. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.js +8 -8
  64. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.d.ts +2 -2
  65. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +2 -2
  66. package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.ts +1 -1
  67. package/dist/cjs/api/resources/users/client/Client.d.ts +0 -3
  68. package/dist/cjs/api/resources/users/client/Client.js +4 -9
  69. package/dist/cjs/api/resources/users/resources/index.d.ts +0 -2
  70. package/dist/cjs/api/resources/users/resources/index.js +1 -3
  71. package/dist/cjs/api/types/BillingLedger1.d.ts +2 -2
  72. package/dist/cjs/api/types/BillingLedgerPeriod1.d.ts +2 -2
  73. package/dist/cjs/api/types/CreateOffChrtOrgRes.d.ts +7 -0
  74. package/dist/cjs/api/types/DeviceLimitedForList1.d.ts +1 -1
  75. package/dist/cjs/api/types/DirectoryEntry1.d.ts +6 -11
  76. package/dist/cjs/api/types/DirectoryEntrySortByEnum.d.ts +1 -6
  77. package/dist/cjs/api/types/DirectoryEntrySortByEnum.js +0 -6
  78. package/dist/cjs/api/types/LineItemGroup1.d.ts +2 -2
  79. package/dist/cjs/api/types/OffChrtOrgData1.d.ts +18 -0
  80. package/dist/cjs/api/types/OffChrtOrgDataClientCreate1.d.ts +13 -0
  81. package/dist/cjs/api/types/{OffChrtShipperOrgListRes.d.ts → OffChrtOrgDataListRes.d.ts} +2 -2
  82. package/dist/cjs/api/types/OffChrtOrgDataSortByEnum.d.ts +4 -0
  83. package/dist/cjs/api/types/Order1.d.ts +1 -1
  84. package/dist/cjs/api/types/OrderLimitedForCoordinator1.d.ts +1 -1
  85. package/dist/cjs/api/types/OrderLimitedForProvider1.d.ts +1 -1
  86. package/dist/cjs/api/types/OrderLimitedForShipper1.d.ts +1 -1
  87. package/dist/cjs/api/types/OrderTaskGroupExecutorDetails1.d.ts +1 -1
  88. package/dist/cjs/api/types/OrderTaskGroupSharedDetails1.d.ts +1 -1
  89. package/dist/cjs/api/types/OrderTemplate1.d.ts +2 -2
  90. package/dist/cjs/api/types/OrderTemplateCore1.d.ts +2 -2
  91. package/dist/cjs/api/types/OrderTemplateExpanded1.d.ts +2 -2
  92. package/dist/cjs/api/types/OrderTemplateReferenceColumnEnum1.d.ts +3 -3
  93. package/dist/cjs/api/types/OrderTemplateReferenceColumnEnum1.js +2 -2
  94. package/dist/cjs/api/types/OrderTemplateReferencesExpanded1.d.ts +2 -2
  95. package/dist/cjs/api/types/OrderTemplateResolvabilityRes.d.ts +1 -1
  96. package/dist/cjs/api/types/OrdersDraftUpdateRes.d.ts +1 -1
  97. package/dist/cjs/api/types/OrgPublicData1.d.ts +6 -1
  98. package/dist/cjs/api/types/ProviderProviderConnection1.d.ts +3 -2
  99. package/dist/cjs/api/types/ProviderProviderConnectionListItem.d.ts +3 -6
  100. package/dist/cjs/api/types/RateSheetMapping1.d.ts +2 -2
  101. package/dist/cjs/api/types/Session1.d.ts +1 -1
  102. package/dist/cjs/api/types/ShipperProviderConnection1.d.ts +3 -1
  103. package/dist/cjs/api/types/ShipperProviderConnectionForCoordinatorListItem.d.ts +9 -0
  104. package/dist/cjs/api/types/ShipperProviderConnectionForShipperListItem.d.ts +8 -0
  105. package/dist/cjs/api/types/{ProviderConnectionListRes.d.ts → ShipperProviderConnectionsForCoordinatorListRes.d.ts} +2 -2
  106. package/dist/cjs/api/types/{ProviderOnAndOffChrtExecutorListPage.d.ts → ShipperProviderConnectionsForShipperListRes.d.ts} +2 -2
  107. package/dist/cjs/api/types/Statement1.d.ts +2 -2
  108. package/dist/cjs/api/types/TaskGroup1.d.ts +2 -2
  109. package/dist/cjs/api/types/TaskGroupExpanded.d.ts +1 -1
  110. package/dist/cjs/api/types/TaskGroupQuoteResp.d.ts +2 -2
  111. package/dist/cjs/api/types/index.d.ts +9 -17
  112. package/dist/cjs/api/types/index.js +9 -17
  113. package/dist/cjs/version.d.ts +1 -1
  114. package/dist/cjs/version.js +1 -1
  115. package/dist/esm/Client.mjs +2 -2
  116. package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.mts +2 -2
  117. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.mts +2 -2
  118. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.mts +1 -1
  119. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.d.mts +2 -2
  120. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.mjs +7 -7
  121. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.mts +2 -2
  122. package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingsListRateSheetIdsByCounterpartyV1Request.d.mts +4 -4
  123. package/dist/esm/api/resources/billing/resources/statements/client/Client.d.mts +2 -2
  124. package/dist/esm/api/resources/billing/resources/statements/client/Client.mjs +10 -8
  125. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.mts +2 -2
  126. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.mts +2 -2
  127. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.mts +2 -2
  128. package/dist/esm/api/resources/operations/client/Client.d.mts +0 -3
  129. package/dist/esm/api/resources/operations/client/Client.mjs +0 -5
  130. package/dist/esm/api/resources/operations/resources/index.d.mts +0 -2
  131. package/dist/esm/api/resources/operations/resources/index.mjs +0 -2
  132. package/dist/esm/api/resources/orgs/client/Client.d.mts +8 -16
  133. package/dist/esm/api/resources/orgs/client/Client.mjs +8 -22
  134. package/dist/esm/api/resources/orgs/client/requests/SetupOrgReq.d.mts +3 -1
  135. package/dist/esm/api/resources/orgs/resources/connections/client/Client.d.mts +24 -8
  136. package/dist/esm/api/resources/orgs/resources/connections/client/Client.mjs +94 -17
  137. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListProviderProviderV1Request.d.mts +6 -0
  138. package/dist/esm/api/resources/orgs/resources/connections/client/requests/ShipperProviderConnectionClientUpdate1.d.mts +11 -0
  139. package/dist/esm/api/resources/orgs/resources/connections/client/requests/index.d.mts +1 -0
  140. package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/Client.d.mts +19 -17
  141. package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/Client.mjs +30 -25
  142. package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntriesListV1Request.d.mts +6 -3
  143. package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.d.mts +5 -9
  144. package/dist/esm/api/resources/orgs/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.mts +21 -0
  145. package/dist/esm/api/resources/orgs/resources/index.d.mts +4 -9
  146. package/dist/esm/api/resources/orgs/resources/index.mjs +4 -9
  147. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/Client.d.mts +100 -0
  148. package/dist/esm/api/resources/orgs/resources/{offChrtShipperOrg → offChrtOrgData}/client/Client.mjs +51 -95
  149. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/CreateOffChrtOrgReq.d.mts +18 -0
  150. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.d.mts +19 -0
  151. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/OffChrtOrgDataListV1Request.d.mts +26 -0
  152. package/dist/esm/api/resources/orgs/resources/offChrtOrgData/client/requests/index.d.mts +3 -0
  153. package/dist/esm/api/resources/orgs/resources/publicData/client/Client.d.mts +27 -1
  154. package/dist/esm/api/resources/orgs/resources/publicData/client/Client.mjs +119 -1
  155. package/dist/esm/api/resources/orgs/resources/publicData/client/requests/UpdateOrgPublicDataReq.d.mts +12 -1
  156. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.d.mts +1 -1
  157. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.mjs +4 -4
  158. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.mts +2 -2
  159. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.mts +3 -3
  160. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.mts +3 -3
  161. package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +1 -1
  162. package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +1 -1
  163. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersDraftUpdateReq.d.mts +2 -2
  164. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/client/requests/OrdersOpenDraftReq.d.mts +1 -3
  165. package/dist/esm/api/resources/shipping/resources/orders/resources/drafts/resources/taskGroup/client/requests/OrderDraftAddExecutorReq.d.mts +1 -1
  166. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +3 -3
  167. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +12 -12
  168. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.mts +2 -2
  169. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +2 -2
  170. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForProviderOperatorsV1Request.d.mts +2 -2
  171. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +1 -1
  172. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +1 -1
  173. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/AddExecutorReq.d.mts +3 -3
  174. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.mts +1 -1
  175. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.mts +1 -1
  176. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.mts +2 -2
  177. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.mjs +8 -8
  178. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.d.mts +2 -2
  179. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +2 -2
  180. package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.mts +1 -1
  181. package/dist/esm/api/resources/users/client/Client.d.mts +0 -3
  182. package/dist/esm/api/resources/users/client/Client.mjs +0 -5
  183. package/dist/esm/api/resources/users/resources/index.d.mts +0 -2
  184. package/dist/esm/api/resources/users/resources/index.mjs +0 -2
  185. package/dist/esm/api/types/BillingLedger1.d.mts +2 -2
  186. package/dist/esm/api/types/BillingLedgerPeriod1.d.mts +2 -2
  187. package/dist/esm/api/types/CreateOffChrtOrgRes.d.mts +7 -0
  188. package/dist/esm/api/types/DeviceLimitedForList1.d.mts +1 -1
  189. package/dist/esm/api/types/DirectoryEntry1.d.mts +6 -11
  190. package/dist/esm/api/types/DirectoryEntrySortByEnum.d.mts +1 -6
  191. package/dist/esm/api/types/DirectoryEntrySortByEnum.mjs +1 -5
  192. package/dist/esm/api/types/LineItemGroup1.d.mts +2 -2
  193. package/dist/esm/api/types/OffChrtOrgData1.d.mts +18 -0
  194. package/dist/esm/api/types/OffChrtOrgDataClientCreate1.d.mts +13 -0
  195. package/dist/esm/api/types/{OffChrtShipperOrgListRes.d.mts → OffChrtOrgDataListRes.d.mts} +2 -2
  196. package/dist/esm/api/types/OffChrtOrgDataSortByEnum.d.mts +4 -0
  197. package/dist/esm/api/types/Order1.d.mts +1 -1
  198. package/dist/esm/api/types/OrderLimitedForCoordinator1.d.mts +1 -1
  199. package/dist/esm/api/types/OrderLimitedForProvider1.d.mts +1 -1
  200. package/dist/esm/api/types/OrderLimitedForShipper1.d.mts +1 -1
  201. package/dist/esm/api/types/OrderTaskGroupExecutorDetails1.d.mts +1 -1
  202. package/dist/esm/api/types/OrderTaskGroupSharedDetails1.d.mts +1 -1
  203. package/dist/esm/api/types/OrderTemplate1.d.mts +2 -2
  204. package/dist/esm/api/types/OrderTemplateCore1.d.mts +2 -2
  205. package/dist/esm/api/types/OrderTemplateExpanded1.d.mts +2 -2
  206. package/dist/esm/api/types/OrderTemplateReferenceColumnEnum1.d.mts +3 -3
  207. package/dist/esm/api/types/OrderTemplateReferenceColumnEnum1.mjs +2 -2
  208. package/dist/esm/api/types/OrderTemplateReferencesExpanded1.d.mts +2 -2
  209. package/dist/esm/api/types/OrderTemplateResolvabilityRes.d.mts +1 -1
  210. package/dist/esm/api/types/OrdersDraftUpdateRes.d.mts +1 -1
  211. package/dist/esm/api/types/OrgPublicData1.d.mts +6 -1
  212. package/dist/esm/api/types/ProviderProviderConnection1.d.mts +3 -2
  213. package/dist/esm/api/types/ProviderProviderConnectionListItem.d.mts +3 -6
  214. package/dist/esm/api/types/RateSheetMapping1.d.mts +2 -2
  215. package/dist/esm/api/types/Session1.d.mts +1 -1
  216. package/dist/esm/api/types/ShipperProviderConnection1.d.mts +3 -1
  217. package/dist/esm/api/types/ShipperProviderConnectionForCoordinatorListItem.d.mts +9 -0
  218. package/dist/esm/api/types/ShipperProviderConnectionForShipperListItem.d.mts +8 -0
  219. package/dist/esm/api/types/{ProviderConnectionListRes.d.mts → ShipperProviderConnectionsForCoordinatorListRes.d.mts} +2 -2
  220. package/dist/esm/api/types/{OffChrtProviderOrgListRes.d.mts → ShipperProviderConnectionsForShipperListRes.d.mts} +2 -2
  221. package/dist/esm/api/types/Statement1.d.mts +2 -2
  222. package/dist/esm/api/types/TaskGroup1.d.mts +2 -2
  223. package/dist/esm/api/types/TaskGroupExpanded.d.mts +1 -1
  224. package/dist/esm/api/types/TaskGroupQuoteResp.d.mts +2 -2
  225. package/dist/esm/api/types/index.d.mts +9 -17
  226. package/dist/esm/api/types/index.mjs +9 -17
  227. package/dist/esm/version.d.mts +1 -1
  228. package/dist/esm/version.mjs +1 -1
  229. package/package.json +1 -1
  230. package/reference.md +2221 -3409
  231. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/Client.d.ts +0 -76
  232. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/Client.js +0 -254
  233. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.d.ts +0 -17
  234. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.d.ts +0 -14
  235. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/requests/index.d.ts +0 -2
  236. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/Client.d.ts +0 -106
  237. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/Client.js +0 -384
  238. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.d.ts +0 -25
  239. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.d.ts +0 -29
  240. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgListV1Request.d.ts +0 -14
  241. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/index.d.ts +0 -3
  242. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/Client.d.ts +0 -107
  243. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/index.d.ts +0 -2
  244. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/index.js +0 -17
  245. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.d.ts +0 -26
  246. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.d.ts +0 -29
  247. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgListV1Request.d.ts +0 -17
  248. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/index.d.ts +0 -3
  249. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/index.js +0 -2
  250. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/index.d.ts +0 -1
  251. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/index.js +0 -17
  252. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/client/Client.d.ts +0 -26
  253. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/client/Client.js +0 -22
  254. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/client/index.d.ts +0 -1
  255. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/client/index.js +0 -2
  256. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/index.d.ts +0 -2
  257. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/index.js +0 -18
  258. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/index.d.ts +0 -4
  259. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/index.js +0 -43
  260. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.d.ts +0 -83
  261. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.js +0 -300
  262. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/index.d.ts +0 -2
  263. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/index.js +0 -17
  264. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.d.ts +0 -24
  265. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.d.ts +0 -29
  266. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/index.d.ts +0 -2
  267. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/index.js +0 -2
  268. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/index.d.ts +0 -1
  269. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/index.js +0 -17
  270. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.d.ts +0 -73
  271. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.js +0 -246
  272. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/index.d.ts +0 -2
  273. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/index.js +0 -17
  274. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.d.ts +0 -24
  275. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.d.ts +0 -29
  276. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/index.d.ts +0 -2
  277. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/index.js +0 -2
  278. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/index.d.ts +0 -1
  279. package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/index.js +0 -17
  280. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/Client.d.ts +0 -101
  281. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/Client.js +0 -366
  282. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/index.d.ts +0 -2
  283. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/index.js +0 -17
  284. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.d.ts +0 -19
  285. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientUpdate1.d.ts +0 -12
  286. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientUpdate1.js +0 -5
  287. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/index.d.ts +0 -2
  288. package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/index.js +0 -2
  289. package/dist/cjs/api/resources/orgs/resources/orgProfiles/index.d.ts +0 -1
  290. package/dist/cjs/api/resources/orgs/resources/orgProfiles/index.js +0 -17
  291. package/dist/cjs/api/resources/orgs/resources/providers/client/Client.d.ts +0 -54
  292. package/dist/cjs/api/resources/orgs/resources/providers/client/Client.js +0 -157
  293. package/dist/cjs/api/resources/orgs/resources/providers/client/index.d.ts +0 -2
  294. package/dist/cjs/api/resources/orgs/resources/providers/client/index.js +0 -17
  295. package/dist/cjs/api/resources/orgs/resources/providers/client/requests/ProvidersListOnAndOffChrtExecutorsV1Request.d.ts +0 -26
  296. package/dist/cjs/api/resources/orgs/resources/providers/client/requests/ProvidersListOnAndOffChrtExecutorsV1Request.js +0 -5
  297. package/dist/cjs/api/resources/orgs/resources/providers/client/requests/index.d.ts +0 -1
  298. package/dist/cjs/api/resources/orgs/resources/providers/client/requests/index.js +0 -2
  299. package/dist/cjs/api/resources/orgs/resources/providers/index.d.ts +0 -1
  300. package/dist/cjs/api/resources/orgs/resources/providers/index.js +0 -17
  301. package/dist/cjs/api/resources/users/resources/directoryEntries/client/index.d.ts +0 -2
  302. package/dist/cjs/api/resources/users/resources/directoryEntries/client/index.js +0 -17
  303. package/dist/cjs/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.ts +0 -32
  304. package/dist/cjs/api/resources/users/resources/directoryEntries/client/requests/index.js +0 -2
  305. package/dist/cjs/api/resources/users/resources/directoryEntries/index.d.ts +0 -1
  306. package/dist/cjs/api/resources/users/resources/directoryEntries/index.js +0 -17
  307. package/dist/cjs/api/types/DepartmentRoutingRule1.d.ts +0 -16
  308. package/dist/cjs/api/types/DepartmentRoutingRule1.js +0 -5
  309. package/dist/cjs/api/types/OffChrtProviderOrg1.d.ts +0 -23
  310. package/dist/cjs/api/types/OffChrtProviderOrg1.js +0 -5
  311. package/dist/cjs/api/types/OffChrtProviderOrgListRes.d.ts +0 -8
  312. package/dist/cjs/api/types/OffChrtProviderOrgListRes.js +0 -5
  313. package/dist/cjs/api/types/OffChrtShipperOrg1.d.ts +0 -24
  314. package/dist/cjs/api/types/OffChrtShipperOrg1.js +0 -5
  315. package/dist/cjs/api/types/OffChrtShipperOrgListRes.js +0 -5
  316. package/dist/cjs/api/types/ProviderConnectionListRes.js +0 -5
  317. package/dist/cjs/api/types/ProviderConnectionRes.d.ts +0 -8
  318. package/dist/cjs/api/types/ProviderConnectionRes.js +0 -5
  319. package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorListItem.d.ts +0 -20
  320. package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorListItem.js +0 -5
  321. package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorListPage.js +0 -5
  322. package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorListRes.d.ts +0 -8
  323. package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorListRes.js +0 -5
  324. package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorSourceEnum.d.ts +0 -8
  325. package/dist/cjs/api/types/ProviderOnAndOffChrtExecutorSourceEnum.js +0 -10
  326. package/dist/cjs/api/types/ProviderOrgInfoForConnections1.d.ts +0 -22
  327. package/dist/cjs/api/types/ProviderOrgInfoForConnections1.js +0 -5
  328. package/dist/cjs/api/types/ProviderOrgProfile1.d.ts +0 -13
  329. package/dist/cjs/api/types/ProviderOrgProfile1.js +0 -5
  330. package/dist/cjs/api/types/ShipperConnectionListRes.d.ts +0 -8
  331. package/dist/cjs/api/types/ShipperConnectionListRes.js +0 -5
  332. package/dist/cjs/api/types/ShipperConnectionRes.d.ts +0 -8
  333. package/dist/cjs/api/types/ShipperConnectionRes.js +0 -5
  334. package/dist/cjs/api/types/ShipperOrgInfoForConnections1.d.ts +0 -22
  335. package/dist/cjs/api/types/ShipperOrgInfoForConnections1.js +0 -5
  336. package/dist/cjs/api/types/ShippingTurnClientCreate1.d.ts +0 -17
  337. package/dist/cjs/api/types/ShippingTurnClientCreate1.js +0 -5
  338. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.d.mts +0 -76
  339. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.mjs +0 -217
  340. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.d.mts +0 -17
  341. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.d.mts +0 -14
  342. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/requests/index.d.mts +0 -2
  343. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/Client.d.mts +0 -106
  344. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/Client.mjs +0 -347
  345. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.d.mts +0 -25
  346. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.d.mts +0 -29
  347. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgListV1Request.d.mts +0 -14
  348. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/index.d.mts +0 -3
  349. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/Client.d.mts +0 -107
  350. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/index.d.mts +0 -2
  351. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/index.mjs +0 -1
  352. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.d.mts +0 -26
  353. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.d.mts +0 -29
  354. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgListV1Request.d.mts +0 -17
  355. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/index.d.mts +0 -3
  356. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/index.mjs +0 -1
  357. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/index.d.mts +0 -1
  358. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/index.mjs +0 -1
  359. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/client/Client.d.mts +0 -26
  360. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/client/Client.mjs +0 -18
  361. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/client/index.d.mts +0 -1
  362. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/client/index.mjs +0 -1
  363. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/index.d.mts +0 -2
  364. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/index.mjs +0 -2
  365. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/index.d.mts +0 -4
  366. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/index.mjs +0 -4
  367. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.d.mts +0 -83
  368. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.mjs +0 -263
  369. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/index.d.mts +0 -2
  370. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/index.mjs +0 -1
  371. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.d.mts +0 -24
  372. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.d.mts +0 -29
  373. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/index.d.mts +0 -2
  374. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/index.mjs +0 -1
  375. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/index.d.mts +0 -1
  376. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/index.mjs +0 -1
  377. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.d.mts +0 -73
  378. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.mjs +0 -209
  379. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/index.d.mts +0 -2
  380. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/index.mjs +0 -1
  381. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.d.mts +0 -24
  382. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.d.mts +0 -29
  383. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/index.d.mts +0 -2
  384. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/index.mjs +0 -1
  385. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/index.d.mts +0 -1
  386. package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/index.mjs +0 -1
  387. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/Client.d.mts +0 -101
  388. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/Client.mjs +0 -329
  389. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/index.d.mts +0 -2
  390. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/index.mjs +0 -1
  391. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.d.mts +0 -19
  392. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientUpdate1.d.mts +0 -12
  393. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientUpdate1.mjs +0 -4
  394. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/index.d.mts +0 -2
  395. package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/index.mjs +0 -1
  396. package/dist/esm/api/resources/orgs/resources/orgProfiles/index.d.mts +0 -1
  397. package/dist/esm/api/resources/orgs/resources/orgProfiles/index.mjs +0 -1
  398. package/dist/esm/api/resources/orgs/resources/providers/client/Client.d.mts +0 -54
  399. package/dist/esm/api/resources/orgs/resources/providers/client/Client.mjs +0 -120
  400. package/dist/esm/api/resources/orgs/resources/providers/client/index.d.mts +0 -2
  401. package/dist/esm/api/resources/orgs/resources/providers/client/index.mjs +0 -1
  402. package/dist/esm/api/resources/orgs/resources/providers/client/requests/ProvidersListOnAndOffChrtExecutorsV1Request.d.mts +0 -26
  403. package/dist/esm/api/resources/orgs/resources/providers/client/requests/ProvidersListOnAndOffChrtExecutorsV1Request.mjs +0 -4
  404. package/dist/esm/api/resources/orgs/resources/providers/client/requests/index.d.mts +0 -1
  405. package/dist/esm/api/resources/orgs/resources/providers/client/requests/index.mjs +0 -1
  406. package/dist/esm/api/resources/orgs/resources/providers/index.d.mts +0 -1
  407. package/dist/esm/api/resources/orgs/resources/providers/index.mjs +0 -1
  408. package/dist/esm/api/resources/users/resources/directoryEntries/client/index.d.mts +0 -2
  409. package/dist/esm/api/resources/users/resources/directoryEntries/client/index.mjs +0 -1
  410. package/dist/esm/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.mts +0 -32
  411. package/dist/esm/api/resources/users/resources/directoryEntries/client/requests/index.mjs +0 -1
  412. package/dist/esm/api/resources/users/resources/directoryEntries/index.d.mts +0 -1
  413. package/dist/esm/api/resources/users/resources/directoryEntries/index.mjs +0 -1
  414. package/dist/esm/api/types/DepartmentRoutingRule1.d.mts +0 -16
  415. package/dist/esm/api/types/DepartmentRoutingRule1.mjs +0 -4
  416. package/dist/esm/api/types/OffChrtProviderOrg1.d.mts +0 -23
  417. package/dist/esm/api/types/OffChrtProviderOrg1.mjs +0 -4
  418. package/dist/esm/api/types/OffChrtProviderOrgListRes.mjs +0 -4
  419. package/dist/esm/api/types/OffChrtShipperOrg1.d.mts +0 -24
  420. package/dist/esm/api/types/OffChrtShipperOrg1.mjs +0 -4
  421. package/dist/esm/api/types/OffChrtShipperOrgListRes.mjs +0 -4
  422. package/dist/esm/api/types/ProviderConnectionListRes.mjs +0 -4
  423. package/dist/esm/api/types/ProviderConnectionRes.d.mts +0 -8
  424. package/dist/esm/api/types/ProviderConnectionRes.mjs +0 -4
  425. package/dist/esm/api/types/ProviderOnAndOffChrtExecutorListItem.d.mts +0 -20
  426. package/dist/esm/api/types/ProviderOnAndOffChrtExecutorListItem.mjs +0 -4
  427. package/dist/esm/api/types/ProviderOnAndOffChrtExecutorListPage.d.mts +0 -8
  428. package/dist/esm/api/types/ProviderOnAndOffChrtExecutorListPage.mjs +0 -4
  429. package/dist/esm/api/types/ProviderOnAndOffChrtExecutorListRes.d.mts +0 -8
  430. package/dist/esm/api/types/ProviderOnAndOffChrtExecutorListRes.mjs +0 -4
  431. package/dist/esm/api/types/ProviderOnAndOffChrtExecutorSourceEnum.d.mts +0 -8
  432. package/dist/esm/api/types/ProviderOnAndOffChrtExecutorSourceEnum.mjs +0 -7
  433. package/dist/esm/api/types/ProviderOrgInfoForConnections1.d.mts +0 -22
  434. package/dist/esm/api/types/ProviderOrgInfoForConnections1.mjs +0 -4
  435. package/dist/esm/api/types/ProviderOrgProfile1.d.mts +0 -13
  436. package/dist/esm/api/types/ProviderOrgProfile1.mjs +0 -4
  437. package/dist/esm/api/types/ShipperConnectionListRes.d.mts +0 -8
  438. package/dist/esm/api/types/ShipperConnectionListRes.mjs +0 -4
  439. package/dist/esm/api/types/ShipperConnectionRes.d.mts +0 -8
  440. package/dist/esm/api/types/ShipperConnectionRes.mjs +0 -4
  441. package/dist/esm/api/types/ShipperOrgInfoForConnections1.d.mts +0 -22
  442. package/dist/esm/api/types/ShipperOrgInfoForConnections1.mjs +0 -4
  443. package/dist/esm/api/types/ShippingTurnClientCreate1.d.mts +0 -17
  444. package/dist/esm/api/types/ShippingTurnClientCreate1.mjs +0 -4
  445. /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.js → orgs/resources/connections/client/requests/ShipperProviderConnectionClientUpdate1.js} +0 -0
  446. /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/directoryEntries}/client/index.d.ts +0 -0
  447. /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/directoryEntries}/client/index.js +0 -0
  448. /package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntriesListV1Request.js +0 -0
  449. /package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.js +0 -0
  450. /package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.js +0 -0
  451. /package/dist/cjs/api/resources/{users → orgs}/resources/directoryEntries/client/requests/index.d.ts +0 -0
  452. /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/directoryEntries}/client/requests/index.js +0 -0
  453. /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/directoryEntries}/index.d.ts +0 -0
  454. /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/directoryEntries}/index.js +0 -0
  455. /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg → offChrtOrgData}/client/index.d.ts +0 -0
  456. /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg → offChrtOrgData}/client/index.js +0 -0
  457. /package/dist/cjs/api/resources/{operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.js → orgs/resources/offChrtOrgData/client/requests/CreateOffChrtOrgReq.js} +0 -0
  458. /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.js → offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.js} +0 -0
  459. /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.js → offChrtOrgData/client/requests/OffChrtOrgDataListV1Request.js} +0 -0
  460. /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg → offChrtOrgData}/client/requests/index.js +0 -0
  461. /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg → offChrtOrgData}/index.d.ts +0 -0
  462. /package/dist/cjs/api/resources/orgs/resources/{offChrtProviderOrg → offChrtOrgData}/index.js +0 -0
  463. /package/dist/cjs/api/{resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgListV1Request.js → types/CreateOffChrtOrgRes.js} +0 -0
  464. /package/dist/cjs/api/{resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.js → types/OffChrtOrgData1.js} +0 -0
  465. /package/dist/cjs/api/{resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.js → types/OffChrtOrgDataClientCreate1.js} +0 -0
  466. /package/dist/cjs/api/{resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgListV1Request.js → types/OffChrtOrgDataListRes.js} +0 -0
  467. /package/dist/cjs/api/{resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.js → types/OffChrtOrgDataSortByEnum.js} +0 -0
  468. /package/dist/cjs/api/{resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.js → types/ShipperProviderConnectionForCoordinatorListItem.js} +0 -0
  469. /package/dist/cjs/api/{resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.js → types/ShipperProviderConnectionForShipperListItem.js} +0 -0
  470. /package/dist/cjs/api/{resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.js → types/ShipperProviderConnectionsForCoordinatorListRes.js} +0 -0
  471. /package/dist/cjs/api/{resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.js → types/ShipperProviderConnectionsForShipperListRes.js} +0 -0
  472. /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.mjs → orgs/resources/connections/client/requests/ShipperProviderConnectionClientUpdate1.mjs} +0 -0
  473. /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/directoryEntries}/client/index.d.mts +0 -0
  474. /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/directoryEntries}/client/index.mjs +0 -0
  475. /package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntriesListV1Request.mjs +0 -0
  476. /package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.mjs +0 -0
  477. /package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.mjs +0 -0
  478. /package/dist/esm/api/resources/{users → orgs}/resources/directoryEntries/client/requests/index.d.mts +0 -0
  479. /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/directoryEntries}/client/requests/index.mjs +0 -0
  480. /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/directoryEntries}/index.d.mts +0 -0
  481. /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules → orgs/resources/directoryEntries}/index.mjs +0 -0
  482. /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg → offChrtOrgData}/client/index.d.mts +0 -0
  483. /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg → offChrtOrgData}/client/index.mjs +0 -0
  484. /package/dist/esm/api/resources/{operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.mjs → orgs/resources/offChrtOrgData/client/requests/CreateOffChrtOrgReq.mjs} +0 -0
  485. /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.mjs → offChrtOrgData/client/requests/OffChrtOrgDataClientUpdate1.mjs} +0 -0
  486. /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.mjs → offChrtOrgData/client/requests/OffChrtOrgDataListV1Request.mjs} +0 -0
  487. /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg → offChrtOrgData}/client/requests/index.mjs +0 -0
  488. /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg → offChrtOrgData}/index.d.mts +0 -0
  489. /package/dist/esm/api/resources/orgs/resources/{offChrtProviderOrg → offChrtOrgData}/index.mjs +0 -0
  490. /package/dist/esm/api/{resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgListV1Request.mjs → types/CreateOffChrtOrgRes.mjs} +0 -0
  491. /package/dist/esm/api/{resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.mjs → types/OffChrtOrgData1.mjs} +0 -0
  492. /package/dist/esm/api/{resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.mjs → types/OffChrtOrgDataClientCreate1.mjs} +0 -0
  493. /package/dist/esm/api/{resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgListV1Request.mjs → types/OffChrtOrgDataListRes.mjs} +0 -0
  494. /package/dist/esm/api/{resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.mjs → types/OffChrtOrgDataSortByEnum.mjs} +0 -0
  495. /package/dist/esm/api/{resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.mjs → types/ShipperProviderConnectionForCoordinatorListItem.mjs} +0 -0
  496. /package/dist/esm/api/{resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.mjs → types/ShipperProviderConnectionForShipperListItem.mjs} +0 -0
  497. /package/dist/esm/api/{resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.mjs → types/ShipperProviderConnectionsForCoordinatorListRes.mjs} +0 -0
  498. /package/dist/esm/api/{resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.mjs → types/ShipperProviderConnectionsForShipperListRes.mjs} +0 -0
@@ -57,8 +57,8 @@ class ChrtClient {
57
57
  this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
58
58
  "X-Fern-Language": "JavaScript",
59
59
  "X-Fern-SDK-Name": "@chrt-inc/typescript-sdk",
60
- "X-Fern-SDK-Version": "1.875.0",
61
- "User-Agent": "@chrt-inc/typescript-sdk/1.875.0",
60
+ "X-Fern-SDK-Version": "1.876.0",
61
+ "User-Agent": "@chrt-inc/typescript-sdk/1.876.0",
62
62
  "X-Fern-Runtime": core.RUNTIME.type,
63
63
  "X-Fern-Runtime-Version": core.RUNTIME.version,
64
64
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -12,10 +12,10 @@ export interface BillingLedgerClientCreate1 {
12
12
  comments?: string | null;
13
13
  name?: string | null;
14
14
  payment_destination_driver_id?: string | null;
15
- payment_destination_off_chrt_provider_org_id?: string | null;
15
+ payment_destination_off_chrt_provider_org_data_id?: string | null;
16
16
  /** Must be a string starting with `org_` */
17
17
  payment_destination_org_id?: string | null;
18
- payment_origin_off_chrt_shipper_org_id?: string | null;
18
+ payment_origin_off_chrt_shipper_org_data_id?: string | null;
19
19
  /** Must be a string starting with `org_` */
20
20
  payment_origin_org_id?: string | null;
21
21
  schema_version: number;
@@ -14,11 +14,11 @@ export interface LineItemGroupAdHocCreateClientReq {
14
14
  /** Must be a string starting with `org_` */
15
15
  owned_by_org_id: string;
16
16
  payment_destination_driver_id?: string | null;
17
- payment_destination_off_chrt_provider_org_id?: string | null;
17
+ payment_destination_off_chrt_provider_org_data_id?: string | null;
18
18
  payment_destination_off_chrt_vendor_id?: string | null;
19
19
  /** Must be a string starting with `org_` */
20
20
  payment_destination_org_id?: string | null;
21
- payment_origin_off_chrt_shipper_org_id?: string | null;
21
+ payment_origin_off_chrt_shipper_org_data_id?: string | null;
22
22
  /** Must be a string starting with `org_` */
23
23
  payment_origin_org_id?: string | null;
24
24
  }
@@ -15,7 +15,7 @@ export interface SharedTaskGroupMileageCreateForProviderPayProviderClientReq {
15
15
  end_location_label?: string | null;
16
16
  /** Must be a string starting with `org_` */
17
17
  executor_org_id?: string | null;
18
- off_chrt_executor_org_id?: string | null;
18
+ off_chrt_executor_org_data_id?: string | null;
19
19
  order_group_id: string;
20
20
  rate_sheet_id: string;
21
21
  start_location?: Chrt.LocationFeature | null;
@@ -115,8 +115,8 @@ export declare class RateSheetMappings {
115
115
  * await client.billing.rateSheetMappings.listRateSheetIdsByCounterpartyV1("chrt_ground_provider", {
116
116
  * counterparty_org_id: "counterparty_org_id",
117
117
  * counterparty_driver_id: "counterparty_driver_id",
118
- * counterparty_off_chrt_provider_org_id: "counterparty_off_chrt_provider_org_id",
119
- * counterparty_off_chrt_shipper_org_id: "counterparty_off_chrt_shipper_org_id"
118
+ * counterparty_off_chrt_provider_org_data_id: "counterparty_off_chrt_provider_org_data_id",
119
+ * counterparty_off_chrt_shipper_org_data_id: "counterparty_off_chrt_shipper_org_data_id"
120
120
  * })
121
121
  */
122
122
  listRateSheetIdsByCounterpartyV1(tgType: Chrt.TaskGroupTypeEnum1, request?: Chrt.billing.RateSheetMappingsListRateSheetIdsByCounterpartyV1Request, requestOptions?: RateSheetMappings.RequestOptions): core.HttpResponsePromise<string[]>;
@@ -381,8 +381,8 @@ class RateSheetMappings {
381
381
  * await client.billing.rateSheetMappings.listRateSheetIdsByCounterpartyV1("chrt_ground_provider", {
382
382
  * counterparty_org_id: "counterparty_org_id",
383
383
  * counterparty_driver_id: "counterparty_driver_id",
384
- * counterparty_off_chrt_provider_org_id: "counterparty_off_chrt_provider_org_id",
385
- * counterparty_off_chrt_shipper_org_id: "counterparty_off_chrt_shipper_org_id"
384
+ * counterparty_off_chrt_provider_org_data_id: "counterparty_off_chrt_provider_org_data_id",
385
+ * counterparty_off_chrt_shipper_org_data_id: "counterparty_off_chrt_shipper_org_data_id"
386
386
  * })
387
387
  */
388
388
  listRateSheetIdsByCounterpartyV1(tgType, request = {}, requestOptions) {
@@ -391,7 +391,7 @@ class RateSheetMappings {
391
391
  __listRateSheetIdsByCounterpartyV1(tgType_1) {
392
392
  return __awaiter(this, arguments, void 0, function* (tgType, request = {}, requestOptions) {
393
393
  var _a, _b, _c, _d;
394
- const { counterparty_org_id: counterpartyOrgId, counterparty_driver_id: counterpartyDriverId, counterparty_off_chrt_provider_org_id: counterpartyOffChrtProviderOrgId, counterparty_off_chrt_shipper_org_id: counterpartyOffChrtShipperOrgId, } = request;
394
+ const { counterparty_org_id: counterpartyOrgId, counterparty_driver_id: counterpartyDriverId, counterparty_off_chrt_provider_org_data_id: counterpartyOffChrtProviderOrgDataId, counterparty_off_chrt_shipper_org_data_id: counterpartyOffChrtShipperOrgDataId, } = request;
395
395
  const _queryParams = {};
396
396
  if (counterpartyOrgId !== undefined) {
397
397
  _queryParams["counterparty_org_id"] = counterpartyOrgId;
@@ -399,11 +399,11 @@ class RateSheetMappings {
399
399
  if (counterpartyDriverId !== undefined) {
400
400
  _queryParams["counterparty_driver_id"] = counterpartyDriverId;
401
401
  }
402
- if (counterpartyOffChrtProviderOrgId !== undefined) {
403
- _queryParams["counterparty_off_chrt_provider_org_id"] = counterpartyOffChrtProviderOrgId;
402
+ if (counterpartyOffChrtProviderOrgDataId !== undefined) {
403
+ _queryParams["counterparty_off_chrt_provider_org_data_id"] = counterpartyOffChrtProviderOrgDataId;
404
404
  }
405
- if (counterpartyOffChrtShipperOrgId !== undefined) {
406
- _queryParams["counterparty_off_chrt_shipper_org_id"] = counterpartyOffChrtShipperOrgId;
405
+ if (counterpartyOffChrtShipperOrgDataId !== undefined) {
406
+ _queryParams["counterparty_off_chrt_shipper_org_data_id"] = counterpartyOffChrtShipperOrgDataId;
407
407
  }
408
408
  let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
409
409
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
@@ -11,8 +11,8 @@ export interface RateSheetMappingClientCreate1 {
11
11
  cargo_on_flight_rate_sheet_ids?: string[];
12
12
  chrt_ground_provider_rate_sheet_ids?: string[];
13
13
  counterparty_driver_id?: string | null;
14
- counterparty_off_chrt_provider_org_id?: string | null;
15
- counterparty_off_chrt_shipper_org_id?: string | null;
14
+ counterparty_off_chrt_provider_org_data_id?: string | null;
15
+ counterparty_off_chrt_shipper_org_data_id?: string | null;
16
16
  /** Must be a string starting with `org_` */
17
17
  counterparty_org_id?: string | null;
18
18
  onboard_courier_rate_sheet_ids?: string[];
@@ -6,13 +6,13 @@
6
6
  * {
7
7
  * counterparty_org_id: "counterparty_org_id",
8
8
  * counterparty_driver_id: "counterparty_driver_id",
9
- * counterparty_off_chrt_provider_org_id: "counterparty_off_chrt_provider_org_id",
10
- * counterparty_off_chrt_shipper_org_id: "counterparty_off_chrt_shipper_org_id"
9
+ * counterparty_off_chrt_provider_org_data_id: "counterparty_off_chrt_provider_org_data_id",
10
+ * counterparty_off_chrt_shipper_org_data_id: "counterparty_off_chrt_shipper_org_data_id"
11
11
  * }
12
12
  */
13
13
  export interface RateSheetMappingsListRateSheetIdsByCounterpartyV1Request {
14
14
  counterparty_org_id?: string | null;
15
15
  counterparty_driver_id?: string | null;
16
- counterparty_off_chrt_provider_org_id?: string | null;
17
- counterparty_off_chrt_shipper_org_id?: string | null;
16
+ counterparty_off_chrt_provider_org_data_id?: string | null;
17
+ counterparty_off_chrt_shipper_org_data_id?: string | null;
18
18
  }
@@ -146,7 +146,7 @@ export declare class Statements {
146
146
  * filter_order_short_id: "filter_order_short_id",
147
147
  * filter_order_off_chrt_reference_id: "filter_order_off_chrt_reference_id",
148
148
  * filter_payment_origin_org_id: "filter_payment_origin_org_id",
149
- * filter_payment_origin_off_chrt_shipper_org_id: "filter_payment_origin_off_chrt_shipper_org_id",
149
+ * filter_payment_origin_off_chrt_shipper_org_data_id: "filter_payment_origin_off_chrt_shipper_org_data_id",
150
150
  * filter_payment_destination_org_id: "filter_payment_destination_org_id",
151
151
  * filter_owned_by_org_id: "filter_owned_by_org_id",
152
152
  * filter_staged_at_timestamp_gte: "2024-01-15T09:30:00Z",
@@ -195,7 +195,7 @@ export declare class Statements {
195
195
  * filter_order_short_id: "filter_order_short_id",
196
196
  * filter_order_off_chrt_reference_id: "filter_order_off_chrt_reference_id",
197
197
  * filter_payment_origin_org_id: "filter_payment_origin_org_id",
198
- * filter_payment_origin_off_chrt_shipper_org_id: "filter_payment_origin_off_chrt_shipper_org_id",
198
+ * filter_payment_origin_off_chrt_shipper_org_data_id: "filter_payment_origin_off_chrt_shipper_org_data_id",
199
199
  * filter_payment_destination_org_id: "filter_payment_destination_org_id",
200
200
  * filter_owned_by_org_id: "filter_owned_by_org_id",
201
201
  * filter_staged_at_timestamp_gte: "2024-01-15T09:30:00Z",
@@ -496,7 +496,7 @@ class Statements {
496
496
  * filter_order_short_id: "filter_order_short_id",
497
497
  * filter_order_off_chrt_reference_id: "filter_order_off_chrt_reference_id",
498
498
  * filter_payment_origin_org_id: "filter_payment_origin_org_id",
499
- * filter_payment_origin_off_chrt_shipper_org_id: "filter_payment_origin_off_chrt_shipper_org_id",
499
+ * filter_payment_origin_off_chrt_shipper_org_data_id: "filter_payment_origin_off_chrt_shipper_org_data_id",
500
500
  * filter_payment_destination_org_id: "filter_payment_destination_org_id",
501
501
  * filter_owned_by_org_id: "filter_owned_by_org_id",
502
502
  * filter_staged_at_timestamp_gte: "2024-01-15T09:30:00Z",
@@ -515,7 +515,7 @@ class Statements {
515
515
  __expandedListV1() {
516
516
  return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
517
517
  var _a, _b, _c, _d, _e, _f;
518
- const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, filter_status: filterStatus, filter_settlement_type: filterSettlementType, filter_order_id: filterOrderId, filter_order_short_id: filterOrderShortId, filter_order_off_chrt_reference_id: filterOrderOffChrtReferenceId, filter_payment_origin_org_id: filterPaymentOriginOrgId, filter_payment_origin_off_chrt_shipper_org_id: filterPaymentOriginOffChrtShipperOrgId, filter_payment_destination_org_id: filterPaymentDestinationOrgId, filter_owned_by_org_id: filterOwnedByOrgId, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_opened_at_timestamp_gte: filterOpenedAtTimestampGte, filter_opened_at_timestamp_lte: filterOpenedAtTimestampLte, filter_paid_at_timestamp_gte: filterPaidAtTimestampGte, filter_paid_at_timestamp_lte: filterPaidAtTimestampLte, filter_uncollectible_at_timestamp_gte: filterUncollectibleAtTimestampGte, filter_uncollectible_at_timestamp_lte: filterUncollectibleAtTimestampLte, } = request;
518
+ const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, filter_status: filterStatus, filter_settlement_type: filterSettlementType, filter_order_id: filterOrderId, filter_order_short_id: filterOrderShortId, filter_order_off_chrt_reference_id: filterOrderOffChrtReferenceId, filter_payment_origin_org_id: filterPaymentOriginOrgId, filter_payment_origin_off_chrt_shipper_org_data_id: filterPaymentOriginOffChrtShipperOrgDataId, filter_payment_destination_org_id: filterPaymentDestinationOrgId, filter_owned_by_org_id: filterOwnedByOrgId, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_opened_at_timestamp_gte: filterOpenedAtTimestampGte, filter_opened_at_timestamp_lte: filterOpenedAtTimestampLte, filter_paid_at_timestamp_gte: filterPaidAtTimestampGte, filter_paid_at_timestamp_lte: filterPaidAtTimestampLte, filter_uncollectible_at_timestamp_gte: filterUncollectibleAtTimestampGte, filter_uncollectible_at_timestamp_lte: filterUncollectibleAtTimestampLte, } = request;
519
519
  const _queryParams = {};
520
520
  if (sortBy !== undefined) {
521
521
  _queryParams["sort_by"] = sortBy;
@@ -552,8 +552,9 @@ class Statements {
552
552
  if (filterPaymentOriginOrgId !== undefined) {
553
553
  _queryParams["filter_payment_origin_org_id"] = filterPaymentOriginOrgId;
554
554
  }
555
- if (filterPaymentOriginOffChrtShipperOrgId !== undefined) {
556
- _queryParams["filter_payment_origin_off_chrt_shipper_org_id"] = filterPaymentOriginOffChrtShipperOrgId;
555
+ if (filterPaymentOriginOffChrtShipperOrgDataId !== undefined) {
556
+ _queryParams["filter_payment_origin_off_chrt_shipper_org_data_id"] =
557
+ filterPaymentOriginOffChrtShipperOrgDataId;
557
558
  }
558
559
  if (filterPaymentDestinationOrgId !== undefined) {
559
560
  _queryParams["filter_payment_destination_org_id"] = filterPaymentDestinationOrgId;
@@ -710,7 +711,7 @@ class Statements {
710
711
  * filter_order_short_id: "filter_order_short_id",
711
712
  * filter_order_off_chrt_reference_id: "filter_order_off_chrt_reference_id",
712
713
  * filter_payment_origin_org_id: "filter_payment_origin_org_id",
713
- * filter_payment_origin_off_chrt_shipper_org_id: "filter_payment_origin_off_chrt_shipper_org_id",
714
+ * filter_payment_origin_off_chrt_shipper_org_data_id: "filter_payment_origin_off_chrt_shipper_org_data_id",
714
715
  * filter_payment_destination_org_id: "filter_payment_destination_org_id",
715
716
  * filter_owned_by_org_id: "filter_owned_by_org_id",
716
717
  * filter_staged_at_timestamp_gte: "2024-01-15T09:30:00Z",
@@ -729,7 +730,7 @@ class Statements {
729
730
  __listV1() {
730
731
  return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
731
732
  var _a, _b, _c, _d, _e, _f;
732
- const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, filter_status: filterStatus, filter_settlement_type: filterSettlementType, filter_order_id: filterOrderId, filter_order_short_id: filterOrderShortId, filter_order_off_chrt_reference_id: filterOrderOffChrtReferenceId, filter_payment_origin_org_id: filterPaymentOriginOrgId, filter_payment_origin_off_chrt_shipper_org_id: filterPaymentOriginOffChrtShipperOrgId, filter_payment_destination_org_id: filterPaymentDestinationOrgId, filter_owned_by_org_id: filterOwnedByOrgId, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_opened_at_timestamp_gte: filterOpenedAtTimestampGte, filter_opened_at_timestamp_lte: filterOpenedAtTimestampLte, filter_paid_at_timestamp_gte: filterPaidAtTimestampGte, filter_paid_at_timestamp_lte: filterPaidAtTimestampLte, filter_uncollectible_at_timestamp_gte: filterUncollectibleAtTimestampGte, filter_uncollectible_at_timestamp_lte: filterUncollectibleAtTimestampLte, } = request;
733
+ const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, filter_status: filterStatus, filter_settlement_type: filterSettlementType, filter_order_id: filterOrderId, filter_order_short_id: filterOrderShortId, filter_order_off_chrt_reference_id: filterOrderOffChrtReferenceId, filter_payment_origin_org_id: filterPaymentOriginOrgId, filter_payment_origin_off_chrt_shipper_org_data_id: filterPaymentOriginOffChrtShipperOrgDataId, filter_payment_destination_org_id: filterPaymentDestinationOrgId, filter_owned_by_org_id: filterOwnedByOrgId, filter_staged_at_timestamp_gte: filterStagedAtTimestampGte, filter_staged_at_timestamp_lte: filterStagedAtTimestampLte, filter_opened_at_timestamp_gte: filterOpenedAtTimestampGte, filter_opened_at_timestamp_lte: filterOpenedAtTimestampLte, filter_paid_at_timestamp_gte: filterPaidAtTimestampGte, filter_paid_at_timestamp_lte: filterPaidAtTimestampLte, filter_uncollectible_at_timestamp_gte: filterUncollectibleAtTimestampGte, filter_uncollectible_at_timestamp_lte: filterUncollectibleAtTimestampLte, } = request;
733
734
  const _queryParams = {};
734
735
  if (sortBy !== undefined) {
735
736
  _queryParams["sort_by"] = sortBy;
@@ -766,8 +767,9 @@ class Statements {
766
767
  if (filterPaymentOriginOrgId !== undefined) {
767
768
  _queryParams["filter_payment_origin_org_id"] = filterPaymentOriginOrgId;
768
769
  }
769
- if (filterPaymentOriginOffChrtShipperOrgId !== undefined) {
770
- _queryParams["filter_payment_origin_off_chrt_shipper_org_id"] = filterPaymentOriginOffChrtShipperOrgId;
770
+ if (filterPaymentOriginOffChrtShipperOrgDataId !== undefined) {
771
+ _queryParams["filter_payment_origin_off_chrt_shipper_org_data_id"] =
772
+ filterPaymentOriginOffChrtShipperOrgDataId;
771
773
  }
772
774
  if (filterPaymentDestinationOrgId !== undefined) {
773
775
  _queryParams["filter_payment_destination_org_id"] = filterPaymentDestinationOrgId;
@@ -11,11 +11,11 @@ import * as Chrt from "../../../../../../index.js";
11
11
  export interface StatementCreateClientReq {
12
12
  order_group_id?: string | null;
13
13
  payment_destination_driver_id?: string | null;
14
- payment_destination_off_chrt_provider_org_id?: string | null;
14
+ payment_destination_off_chrt_provider_org_data_id?: string | null;
15
15
  payment_destination_off_chrt_vendor_id?: string | null;
16
16
  /** Must be a string starting with `org_` */
17
17
  payment_destination_org_id?: string | null;
18
- payment_origin_off_chrt_shipper_org_id?: string | null;
18
+ payment_origin_off_chrt_shipper_org_data_id?: string | null;
19
19
  /** Must be a string starting with `org_` */
20
20
  payment_origin_org_id?: string | null;
21
21
  settlement_type: Chrt.SettlementTypeEnum1;
@@ -14,7 +14,7 @@ import * as Chrt from "../../../../../../index.js";
14
14
  * filter_order_short_id: "filter_order_short_id",
15
15
  * filter_order_off_chrt_reference_id: "filter_order_off_chrt_reference_id",
16
16
  * filter_payment_origin_org_id: "filter_payment_origin_org_id",
17
- * filter_payment_origin_off_chrt_shipper_org_id: "filter_payment_origin_off_chrt_shipper_org_id",
17
+ * filter_payment_origin_off_chrt_shipper_org_data_id: "filter_payment_origin_off_chrt_shipper_org_data_id",
18
18
  * filter_payment_destination_org_id: "filter_payment_destination_org_id",
19
19
  * filter_owned_by_org_id: "filter_owned_by_org_id",
20
20
  * filter_staged_at_timestamp_gte: "2024-01-15T09:30:00Z",
@@ -47,7 +47,7 @@ export interface StatementsExpandedListV1Request {
47
47
  /** Filter by payment origin org ID */
48
48
  filter_payment_origin_org_id?: string | null;
49
49
  /** Filter by payment origin off-chrt shipper org ID */
50
- filter_payment_origin_off_chrt_shipper_org_id?: string | null;
50
+ filter_payment_origin_off_chrt_shipper_org_data_id?: string | null;
51
51
  /** Filter by payment destination org ID */
52
52
  filter_payment_destination_org_id?: string | null;
53
53
  /** Filter by owned by org ID */
@@ -14,7 +14,7 @@ import * as Chrt from "../../../../../../index.js";
14
14
  * filter_order_short_id: "filter_order_short_id",
15
15
  * filter_order_off_chrt_reference_id: "filter_order_off_chrt_reference_id",
16
16
  * filter_payment_origin_org_id: "filter_payment_origin_org_id",
17
- * filter_payment_origin_off_chrt_shipper_org_id: "filter_payment_origin_off_chrt_shipper_org_id",
17
+ * filter_payment_origin_off_chrt_shipper_org_data_id: "filter_payment_origin_off_chrt_shipper_org_data_id",
18
18
  * filter_payment_destination_org_id: "filter_payment_destination_org_id",
19
19
  * filter_owned_by_org_id: "filter_owned_by_org_id",
20
20
  * filter_staged_at_timestamp_gte: "2024-01-15T09:30:00Z",
@@ -47,7 +47,7 @@ export interface StatementsListV1Request {
47
47
  /** Filter by payment origin org ID */
48
48
  filter_payment_origin_org_id?: string | null;
49
49
  /** Filter by payment origin off-chrt shipper org ID */
50
- filter_payment_origin_off_chrt_shipper_org_id?: string | null;
50
+ filter_payment_origin_off_chrt_shipper_org_data_id?: string | null;
51
51
  /** Filter by payment destination org ID */
52
52
  filter_payment_destination_org_id?: string | null;
53
53
  /** Filter by owned by org ID */
@@ -3,7 +3,6 @@
3
3
  */
4
4
  import * as environments from "../../../../environments.js";
5
5
  import * as core from "../../../../core/index.js";
6
- import { DepartmentRoutingRules } from "../resources/departmentRoutingRules/client/Client.js";
7
6
  import { Departments } from "../resources/departments/client/Client.js";
8
7
  import { OperationsTaskLists } from "../resources/operationsTaskLists/client/Client.js";
9
8
  import { OperationsTasks } from "../resources/operationsTasks/client/Client.js";
@@ -21,13 +20,11 @@ export declare namespace Operations {
21
20
  }
22
21
  export declare class Operations {
23
22
  protected readonly _options: Operations.Options;
24
- protected _departmentRoutingRules: DepartmentRoutingRules | undefined;
25
23
  protected _departments: Departments | undefined;
26
24
  protected _operationsTaskLists: OperationsTaskLists | undefined;
27
25
  protected _operationsTasks: OperationsTasks | undefined;
28
26
  protected _orderInternalMessages: OrderInternalMessages | undefined;
29
27
  constructor(_options?: Operations.Options);
30
- get departmentRoutingRules(): DepartmentRoutingRules;
31
28
  get departments(): Departments;
32
29
  get operationsTaskLists(): OperationsTaskLists;
33
30
  get operationsTasks(): OperationsTasks;
@@ -4,34 +4,29 @@
4
4
  */
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.Operations = void 0;
7
- const Client_js_1 = require("../resources/departmentRoutingRules/client/Client.js");
8
- const Client_js_2 = require("../resources/departments/client/Client.js");
9
- const Client_js_3 = require("../resources/operationsTaskLists/client/Client.js");
10
- const Client_js_4 = require("../resources/operationsTasks/client/Client.js");
11
- const Client_js_5 = require("../resources/orderInternalMessages/client/Client.js");
7
+ const Client_js_1 = require("../resources/departments/client/Client.js");
8
+ const Client_js_2 = require("../resources/operationsTaskLists/client/Client.js");
9
+ const Client_js_3 = require("../resources/operationsTasks/client/Client.js");
10
+ const Client_js_4 = require("../resources/orderInternalMessages/client/Client.js");
12
11
  class Operations {
13
12
  constructor(_options = {}) {
14
13
  this._options = _options;
15
14
  }
16
- get departmentRoutingRules() {
17
- var _a;
18
- return ((_a = this._departmentRoutingRules) !== null && _a !== void 0 ? _a : (this._departmentRoutingRules = new Client_js_1.DepartmentRoutingRules(this._options)));
19
- }
20
15
  get departments() {
21
16
  var _a;
22
- return ((_a = this._departments) !== null && _a !== void 0 ? _a : (this._departments = new Client_js_2.Departments(this._options)));
17
+ return ((_a = this._departments) !== null && _a !== void 0 ? _a : (this._departments = new Client_js_1.Departments(this._options)));
23
18
  }
24
19
  get operationsTaskLists() {
25
20
  var _a;
26
- return ((_a = this._operationsTaskLists) !== null && _a !== void 0 ? _a : (this._operationsTaskLists = new Client_js_3.OperationsTaskLists(this._options)));
21
+ return ((_a = this._operationsTaskLists) !== null && _a !== void 0 ? _a : (this._operationsTaskLists = new Client_js_2.OperationsTaskLists(this._options)));
27
22
  }
28
23
  get operationsTasks() {
29
24
  var _a;
30
- return ((_a = this._operationsTasks) !== null && _a !== void 0 ? _a : (this._operationsTasks = new Client_js_4.OperationsTasks(this._options)));
25
+ return ((_a = this._operationsTasks) !== null && _a !== void 0 ? _a : (this._operationsTasks = new Client_js_3.OperationsTasks(this._options)));
31
26
  }
32
27
  get orderInternalMessages() {
33
28
  var _a;
34
- return ((_a = this._orderInternalMessages) !== null && _a !== void 0 ? _a : (this._orderInternalMessages = new Client_js_5.OrderInternalMessages(this._options)));
29
+ return ((_a = this._orderInternalMessages) !== null && _a !== void 0 ? _a : (this._orderInternalMessages = new Client_js_4.OrderInternalMessages(this._options)));
35
30
  }
36
31
  }
37
32
  exports.Operations = Operations;
@@ -1,9 +1,7 @@
1
- export * as departmentRoutingRules from "./departmentRoutingRules/index.js";
2
1
  export * as departments from "./departments/index.js";
3
2
  export * as operationsTaskLists from "./operationsTaskLists/index.js";
4
3
  export * as operationsTasks from "./operationsTasks/index.js";
5
4
  export * as orderInternalMessages from "./orderInternalMessages/index.js";
6
- export * from "./departmentRoutingRules/client/requests/index.js";
7
5
  export * from "./departments/client/requests/index.js";
8
6
  export * from "./operationsTaskLists/client/requests/index.js";
9
7
  export * from "./operationsTasks/client/requests/index.js";
@@ -36,13 +36,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
36
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.orderInternalMessages = exports.operationsTasks = exports.operationsTaskLists = exports.departments = exports.departmentRoutingRules = void 0;
40
- exports.departmentRoutingRules = __importStar(require("./departmentRoutingRules/index.js"));
39
+ exports.orderInternalMessages = exports.operationsTasks = exports.operationsTaskLists = exports.departments = void 0;
41
40
  exports.departments = __importStar(require("./departments/index.js"));
42
41
  exports.operationsTaskLists = __importStar(require("./operationsTaskLists/index.js"));
43
42
  exports.operationsTasks = __importStar(require("./operationsTasks/index.js"));
44
43
  exports.orderInternalMessages = __importStar(require("./orderInternalMessages/index.js"));
45
- __exportStar(require("./departmentRoutingRules/client/requests/index.js"), exports);
46
44
  __exportStar(require("./departments/client/requests/index.js"), exports);
47
45
  __exportStar(require("./operationsTaskLists/client/requests/index.js"), exports);
48
46
  __exportStar(require("./operationsTasks/client/requests/index.js"), exports);
@@ -6,14 +6,11 @@ import * as core from "../../../../core/index.js";
6
6
  import * as Chrt from "../../../index.js";
7
7
  import { ComplianceDocuments } from "../resources/complianceDocuments/client/Client.js";
8
8
  import { Connections } from "../resources/connections/client/Client.js";
9
- import { OffChrtProviderOrg } from "../resources/offChrtProviderOrg/client/Client.js";
10
- import { OffChrtShipperOrg } from "../resources/offChrtShipperOrg/client/Client.js";
9
+ import { DirectoryEntries } from "../resources/directoryEntries/client/Client.js";
10
+ import { OffChrtOrgData } from "../resources/offChrtOrgData/client/Client.js";
11
11
  import { OffChrtVendor } from "../resources/offChrtVendor/client/Client.js";
12
12
  import { PrivateData } from "../resources/privateData/client/Client.js";
13
- import { OrgProfiles } from "../resources/orgProfiles/client/Client.js";
14
13
  import { PublicData } from "../resources/publicData/client/Client.js";
15
- import { Providers } from "../resources/providers/client/Client.js";
16
- import { OrgInfoForConnections } from "../resources/orgInfoForConnections/client/Client.js";
17
14
  export declare namespace Orgs {
18
15
  interface Options {
19
16
  environment?: core.Supplier<environments.ChrtEnvironment | string>;
@@ -41,25 +38,19 @@ export declare class Orgs {
41
38
  protected readonly _options: Orgs.Options;
42
39
  protected _complianceDocuments: ComplianceDocuments | undefined;
43
40
  protected _connections: Connections | undefined;
44
- protected _offChrtProviderOrg: OffChrtProviderOrg | undefined;
45
- protected _offChrtShipperOrg: OffChrtShipperOrg | undefined;
41
+ protected _directoryEntries: DirectoryEntries | undefined;
42
+ protected _offChrtOrgData: OffChrtOrgData | undefined;
46
43
  protected _offChrtVendor: OffChrtVendor | undefined;
47
44
  protected _privateData: PrivateData | undefined;
48
- protected _orgProfiles: OrgProfiles | undefined;
49
45
  protected _publicData: PublicData | undefined;
50
- protected _providers: Providers | undefined;
51
- protected _orgInfoForConnections: OrgInfoForConnections | undefined;
52
46
  constructor(_options?: Orgs.Options);
53
47
  get complianceDocuments(): ComplianceDocuments;
54
48
  get connections(): Connections;
55
- get offChrtProviderOrg(): OffChrtProviderOrg;
56
- get offChrtShipperOrg(): OffChrtShipperOrg;
49
+ get directoryEntries(): DirectoryEntries;
50
+ get offChrtOrgData(): OffChrtOrgData;
57
51
  get offChrtVendor(): OffChrtVendor;
58
52
  get privateData(): PrivateData;
59
- get orgProfiles(): OrgProfiles;
60
53
  get publicData(): PublicData;
61
- get providers(): Providers;
62
- get orgInfoForConnections(): OrgInfoForConnections;
63
54
  /**
64
55
  * Retrieves basic organization information from the authentication service. | () -> (OrgInfoResponse)
65
56
  *
@@ -90,7 +81,7 @@ export declare class Orgs {
90
81
  listMembersV1(request?: Chrt.OrgsListMembersV1Request, requestOptions?: Orgs.RequestOptions): core.HttpResponsePromise<Chrt.OrgMemberListRes>;
91
82
  private __listMembersV1;
92
83
  /**
93
- * Single onboarding entry point. Sets `org_type` in WorkOS JWT metadata (immutable once set) and idempotently creates `org_private_data` + `org_public_data` for the caller's organization. Optional `handle` and `company_name` populate the public doc on first call; later updates go through PATCH /orgs/org_public_data/v1. Returns True on success (including idempotent retries), 400 on org_type conflict or handle collision. | (SetupOrgReq) -> (bool)
84
+ * Single onboarding entry point. Sets `org_type` in WorkOS JWT metadata (immutable once set) and idempotently creates `org_private_data` + `org_public_data` for the caller's organization. Required `name` and optional `description` and `handle` populate the public doc on first call; later updates go through PATCH /orgs/org_public_data/v1. Returns True on success (including idempotent retries), 400 on org_type conflict or handle collision. | (SetupOrgReq) -> (bool)
94
85
  *
95
86
  * @param {Chrt.SetupOrgReq} request
96
87
  * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
@@ -99,6 +90,7 @@ export declare class Orgs {
99
90
  *
100
91
  * @example
101
92
  * await client.orgs.setupOrgV1({
93
+ * name: "name",
102
94
  * org_type: "provider"
103
95
  * })
104
96
  */
@@ -53,14 +53,11 @@ const headers_js_1 = require("../../../../core/headers.js");
53
53
  const errors = __importStar(require("../../../../errors/index.js"));
54
54
  const Client_js_1 = require("../resources/complianceDocuments/client/Client.js");
55
55
  const Client_js_2 = require("../resources/connections/client/Client.js");
56
- const Client_js_3 = require("../resources/offChrtProviderOrg/client/Client.js");
57
- const Client_js_4 = require("../resources/offChrtShipperOrg/client/Client.js");
56
+ const Client_js_3 = require("../resources/directoryEntries/client/Client.js");
57
+ const Client_js_4 = require("../resources/offChrtOrgData/client/Client.js");
58
58
  const Client_js_5 = require("../resources/offChrtVendor/client/Client.js");
59
59
  const Client_js_6 = require("../resources/privateData/client/Client.js");
60
- const Client_js_7 = require("../resources/orgProfiles/client/Client.js");
61
- const Client_js_8 = require("../resources/publicData/client/Client.js");
62
- const Client_js_9 = require("../resources/providers/client/Client.js");
63
- const Client_js_10 = require("../resources/orgInfoForConnections/client/Client.js");
60
+ const Client_js_7 = require("../resources/publicData/client/Client.js");
64
61
  class Orgs {
65
62
  constructor(_options = {}) {
66
63
  this._options = _options;
@@ -73,13 +70,13 @@ class Orgs {
73
70
  var _a;
74
71
  return ((_a = this._connections) !== null && _a !== void 0 ? _a : (this._connections = new Client_js_2.Connections(this._options)));
75
72
  }
76
- get offChrtProviderOrg() {
73
+ get directoryEntries() {
77
74
  var _a;
78
- return ((_a = this._offChrtProviderOrg) !== null && _a !== void 0 ? _a : (this._offChrtProviderOrg = new Client_js_3.OffChrtProviderOrg(this._options)));
75
+ return ((_a = this._directoryEntries) !== null && _a !== void 0 ? _a : (this._directoryEntries = new Client_js_3.DirectoryEntries(this._options)));
79
76
  }
80
- get offChrtShipperOrg() {
77
+ get offChrtOrgData() {
81
78
  var _a;
82
- return ((_a = this._offChrtShipperOrg) !== null && _a !== void 0 ? _a : (this._offChrtShipperOrg = new Client_js_4.OffChrtShipperOrg(this._options)));
79
+ return ((_a = this._offChrtOrgData) !== null && _a !== void 0 ? _a : (this._offChrtOrgData = new Client_js_4.OffChrtOrgData(this._options)));
83
80
  }
84
81
  get offChrtVendor() {
85
82
  var _a;
@@ -89,21 +86,9 @@ class Orgs {
89
86
  var _a;
90
87
  return ((_a = this._privateData) !== null && _a !== void 0 ? _a : (this._privateData = new Client_js_6.PrivateData(this._options)));
91
88
  }
92
- get orgProfiles() {
93
- var _a;
94
- return ((_a = this._orgProfiles) !== null && _a !== void 0 ? _a : (this._orgProfiles = new Client_js_7.OrgProfiles(this._options)));
95
- }
96
89
  get publicData() {
97
90
  var _a;
98
- return ((_a = this._publicData) !== null && _a !== void 0 ? _a : (this._publicData = new Client_js_8.PublicData(this._options)));
99
- }
100
- get providers() {
101
- var _a;
102
- return ((_a = this._providers) !== null && _a !== void 0 ? _a : (this._providers = new Client_js_9.Providers(this._options)));
103
- }
104
- get orgInfoForConnections() {
105
- var _a;
106
- return ((_a = this._orgInfoForConnections) !== null && _a !== void 0 ? _a : (this._orgInfoForConnections = new Client_js_10.OrgInfoForConnections(this._options)));
91
+ return ((_a = this._publicData) !== null && _a !== void 0 ? _a : (this._publicData = new Client_js_7.PublicData(this._options)));
107
92
  }
108
93
  /**
109
94
  * Retrieves basic organization information from the authentication service. | () -> (OrgInfoResponse)
@@ -247,7 +232,7 @@ class Orgs {
247
232
  });
248
233
  }
249
234
  /**
250
- * Single onboarding entry point. Sets `org_type` in WorkOS JWT metadata (immutable once set) and idempotently creates `org_private_data` + `org_public_data` for the caller's organization. Optional `handle` and `company_name` populate the public doc on first call; later updates go through PATCH /orgs/org_public_data/v1. Returns True on success (including idempotent retries), 400 on org_type conflict or handle collision. | (SetupOrgReq) -> (bool)
235
+ * Single onboarding entry point. Sets `org_type` in WorkOS JWT metadata (immutable once set) and idempotently creates `org_private_data` + `org_public_data` for the caller's organization. Required `name` and optional `description` and `handle` populate the public doc on first call; later updates go through PATCH /orgs/org_public_data/v1. Returns True on success (including idempotent retries), 400 on org_type conflict or handle collision. | (SetupOrgReq) -> (bool)
251
236
  *
252
237
  * @param {Chrt.SetupOrgReq} request
253
238
  * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
@@ -256,6 +241,7 @@ class Orgs {
256
241
  *
257
242
  * @example
258
243
  * await client.orgs.setupOrgV1({
244
+ * name: "name",
259
245
  * org_type: "provider"
260
246
  * })
261
247
  */
@@ -5,12 +5,14 @@ import * as Chrt from "../../../../index.js";
5
5
  /**
6
6
  * @example
7
7
  * {
8
+ * name: "name",
8
9
  * org_type: "provider"
9
10
  * }
10
11
  */
11
12
  export interface SetupOrgReq {
12
- company_name?: string | null;
13
+ description?: string | null;
13
14
  /** Must be a string starting with `@`. May only contain a-z, A-Z, 0-9, _, -. May not be longer than 30 characters. */
14
15
  handle?: string | null;
16
+ name: string;
15
17
  org_type: Chrt.OrgTypeEnum;
16
18
  }
@@ -44,7 +44,7 @@ export declare class Connections {
44
44
  getByHandleV1(handle: string, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<(Chrt.orgs.ConnectionsGetByHandleV1Response | null) | undefined>;
45
45
  private __getByHandleV1;
46
46
  /**
47
- * Creates a new connection to a provider organization. Shippers create a shipper-provider connection. Providers create a provider-provider connection where the initiator is the coordinator (payer) and the target is the executor (payee). | (CreateConnectionReq) -> (PydanticObjectId)
47
+ * Creates a connection to an on-CHRT provider; provider callers become the paying coordinator. | (CreateConnectionReq) -> (PydanticObjectId)
48
48
  *
49
49
  * @param {Chrt.CreateConnectionReq} request
50
50
  * @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
@@ -59,7 +59,7 @@ export declare class Connections {
59
59
  createConnectionToProviderV1(request: Chrt.CreateConnectionReq, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<string>;
60
60
  private __createConnectionToProviderV1;
61
61
  /**
62
- * Creates a new connection to a shipper organization. Only providers can initiate connections to shippers. | (CreateConnectionReq) -> (PydanticObjectId)
62
+ * Creates a connection to an on-CHRT shipper. | authz: allowed_org_types=[provider] | (CreateConnectionReq) -> (PydanticObjectId)
63
63
  *
64
64
  * @param {Chrt.CreateConnectionReq} request
65
65
  * @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
@@ -74,7 +74,7 @@ export declare class Connections {
74
74
  createConnectionToShipperV1(request: Chrt.CreateConnectionReq, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<string>;
75
75
  private __createConnectionToShipperV1;
76
76
  /**
77
- * Lists provider-provider connections with the caller's coordinator or executor role. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (ProviderProviderConnectionListRes)
77
+ * 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)
78
78
  *
79
79
  * @param {Chrt.orgs.ConnectionsListProviderProviderV1Request} request
80
80
  * @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
@@ -86,6 +86,8 @@ export declare class Connections {
86
86
  * search: "search",
87
87
  * page: 1,
88
88
  * page_size: 1,
89
+ * latitude: 1.1,
90
+ * longitude: 1.1,
89
91
  * filter_caller_connection_role: "coordinator",
90
92
  * filter_connected: true,
91
93
  * filter_auto_assign_enabled: true
@@ -94,7 +96,7 @@ export declare class Connections {
94
96
  listProviderProviderV1(request?: Chrt.orgs.ConnectionsListProviderProviderV1Request, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<Chrt.ProviderProviderConnectionListRes>;
95
97
  private __listProviderProviderV1;
96
98
  /**
97
- * Lists provider organizations connected to the calling shipper. | () -> (ProviderConnectionListRes)
99
+ * Lists coordinator connections for the calling shipper. | authz: allowed_org_types=[shipper] | () -> (ShipperProviderConnectionsForShipperListRes)
98
100
  *
99
101
  * @param {Chrt.orgs.ConnectionsListProvidersV1Request} request
100
102
  * @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
@@ -108,10 +110,10 @@ export declare class Connections {
108
110
  * page_size: 1
109
111
  * })
110
112
  */
111
- listProvidersV1(request?: Chrt.orgs.ConnectionsListProvidersV1Request, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<Chrt.ProviderConnectionListRes>;
113
+ listProvidersV1(request?: Chrt.orgs.ConnectionsListProvidersV1Request, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<Chrt.ShipperProviderConnectionsForShipperListRes>;
112
114
  private __listProvidersV1;
113
115
  /**
114
- * Toggles `auto_assign_enabled` on a provider-provider connection — the executor org's opt-in for receiving direct (non-bidding) task-group assignments. Executor org only, min role: administrator. | (ProviderProviderUpdateAutoAssignReq) -> (bool)
116
+ * Sets an executor's consent to direct task-group assignment. | authz: allowed_org_types=[provider], min_org_role=administrator | (ProviderProviderUpdateAutoAssignReq) -> (bool)
115
117
  *
116
118
  * @param {string} connectionId
117
119
  * @param {Chrt.orgs.ProviderProviderUpdateAutoAssignReq} request
@@ -127,7 +129,21 @@ export declare class Connections {
127
129
  setProviderProviderAutoAssignV1(connectionId: string, request: Chrt.orgs.ProviderProviderUpdateAutoAssignReq, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<boolean>;
128
130
  private __setProviderProviderAutoAssignV1;
129
131
  /**
130
- * Lists shipper organizations connected to the caller (caller must be a provider) with optional search by company name or handle. | () -> (ShipperConnectionListRes)
132
+ * Sets or clears the coordinator's default department for a shipper connection. | authz: allowed_org_types=[provider], min_org_role=operator | (ShipperProviderConnectionClientUpdate1) -> (bool)
133
+ *
134
+ * @param {string} connectionId
135
+ * @param {Chrt.orgs.ShipperProviderConnectionClientUpdate1} request
136
+ * @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
137
+ *
138
+ * @throws {@link Chrt.UnprocessableEntityError}
139
+ *
140
+ * @example
141
+ * await client.orgs.connections.setShipperProviderDefaultDepartmentV1("connection_id")
142
+ */
143
+ setShipperProviderDefaultDepartmentV1(connectionId: string, request?: Chrt.orgs.ShipperProviderConnectionClientUpdate1, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<boolean>;
144
+ private __setShipperProviderDefaultDepartmentV1;
145
+ /**
146
+ * Lists on- and off-CHRT shipper connections owned by the caller. | authz: allowed_org_types=[provider] | () -> (ShipperProviderConnectionsForCoordinatorListRes)
131
147
  *
132
148
  * @param {Chrt.orgs.ConnectionsListShippersV1Request} request
133
149
  * @param {Connections.RequestOptions} requestOptions - Request-specific configuration.
@@ -141,7 +157,7 @@ export declare class Connections {
141
157
  * page_size: 1
142
158
  * })
143
159
  */
144
- listShippersV1(request?: Chrt.orgs.ConnectionsListShippersV1Request, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<Chrt.ShipperConnectionListRes>;
160
+ listShippersV1(request?: Chrt.orgs.ConnectionsListShippersV1Request, requestOptions?: Connections.RequestOptions): core.HttpResponsePromise<Chrt.ShipperProviderConnectionsForCoordinatorListRes>;
145
161
  private __listShippersV1;
146
162
  protected _getAuthorizationHeader(): Promise<string | undefined>;
147
163
  }