@chrt-inc/typescript-sdk 1.760.0 → 1.762.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 (248) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.ts +2 -0
  3. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.ts +2 -0
  4. package/dist/cjs/api/resources/operations/resources/cases/client/Client.d.ts +16 -0
  5. package/dist/cjs/api/resources/operations/resources/cases/client/Client.js +65 -0
  6. package/dist/cjs/api/resources/operations/resources/cases/client/requests/CaseSetBillingReviewStatusReq.d.ts +13 -0
  7. package/dist/cjs/api/resources/operations/resources/cases/client/requests/index.d.ts +1 -0
  8. package/dist/cjs/api/resources/orgs/client/Client.d.ts +3 -0
  9. package/dist/cjs/api/resources/orgs/client/Client.js +7 -2
  10. package/dist/cjs/api/resources/orgs/resources/index.d.ts +2 -0
  11. package/dist/cjs/api/resources/orgs/resources/index.js +3 -1
  12. package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/Client.d.ts +106 -0
  13. package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/Client.js +384 -0
  14. package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/index.d.ts +2 -0
  15. package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/index.js +17 -0
  16. package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorClientCreate1.d.ts +15 -0
  17. package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorClientUpdate1.d.ts +12 -0
  18. package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorListV1Request.d.ts +14 -0
  19. package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/requests/index.d.ts +3 -0
  20. package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/requests/index.js +2 -0
  21. package/dist/cjs/api/resources/orgs/resources/offChrtVendor/index.d.ts +1 -0
  22. package/dist/cjs/api/resources/orgs/resources/offChrtVendor/index.js +17 -0
  23. package/dist/cjs/api/resources/shipping/client/Client.d.ts +6 -0
  24. package/dist/cjs/api/resources/shipping/client/Client.js +18 -8
  25. package/dist/cjs/api/resources/shipping/resources/flights/client/Client.d.ts +2 -2
  26. package/dist/cjs/api/resources/shipping/resources/flights/client/Client.js +2 -2
  27. package/dist/cjs/api/resources/shipping/resources/index.d.ts +4 -0
  28. package/dist/cjs/api/resources/shipping/resources/index.js +5 -1
  29. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.d.ts +1 -1
  30. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.js +1 -1
  31. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.ts +5 -0
  32. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/agentic/client/Client.d.ts +13 -19
  33. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/agentic/client/Client.js +41 -47
  34. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/Client.d.ts +142 -0
  35. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/Client.js +530 -0
  36. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/index.d.ts +2 -0
  37. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/index.js +17 -0
  38. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.d.ts +16 -0
  39. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.d.ts +12 -0
  40. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.d.ts +13 -0
  41. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.js +5 -0
  42. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.d.ts +30 -0
  43. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.js +5 -0
  44. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/index.d.ts +4 -0
  45. package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/index.js +2 -0
  46. package/dist/cjs/api/resources/shipping/resources/orderGroups/index.d.ts +1 -0
  47. package/dist/cjs/api/resources/shipping/resources/orderGroups/index.js +17 -0
  48. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.d.ts +3 -3
  49. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.js +2 -2
  50. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.ts +7 -4
  51. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.ts +7 -2
  52. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.d.ts +73 -0
  53. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.js +252 -0
  54. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/index.d.ts +2 -0
  55. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/index.js +17 -0
  56. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.d.ts +32 -0
  57. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.js +5 -0
  58. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.d.ts +23 -0
  59. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.js +5 -0
  60. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.d.ts +2 -0
  61. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.js +2 -0
  62. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/index.d.ts +1 -0
  63. package/dist/cjs/api/resources/shipping/resources/ordersAndOrderGroups/index.js +17 -0
  64. package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.d.ts +1 -1
  65. package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.js +1 -1
  66. package/dist/cjs/api/types/BillingReviewStatusEnum.d.ts +15 -0
  67. package/dist/cjs/api/types/BillingReviewStatusEnum.js +12 -0
  68. package/dist/cjs/api/types/Case1.d.ts +1 -0
  69. package/dist/cjs/api/types/{InternalDelegationTokenReq.d.ts → InternalDelegationJwtReq.d.ts} +2 -2
  70. package/dist/cjs/api/types/InternalDelegationJwtReq.js +5 -0
  71. package/dist/{esm/api/types/InternalDelegationTokenRes.d.mts → cjs/api/types/InternalDelegationJwtRes.d.ts} +1 -1
  72. package/dist/cjs/api/types/InternalDelegationJwtRes.js +5 -0
  73. package/dist/cjs/api/types/LineItemGroup1.d.ts +3 -0
  74. package/dist/cjs/api/types/OffChrtVendor1.d.ts +13 -0
  75. package/dist/cjs/api/types/OffChrtVendor1.js +5 -0
  76. package/dist/cjs/api/types/OffChrtVendorListRes.d.ts +8 -0
  77. package/dist/cjs/api/types/OffChrtVendorListRes.js +5 -0
  78. package/dist/cjs/api/types/Order1.d.ts +2 -0
  79. package/dist/cjs/api/types/OrderBuilderReq.d.ts +3 -2
  80. package/dist/cjs/api/types/OrderBuilderRes.d.ts +2 -2
  81. package/dist/cjs/api/types/OrderGroup1.d.ts +21 -0
  82. package/dist/cjs/api/types/OrderGroup1.js +5 -0
  83. package/dist/cjs/api/types/OrderGroupExpandedListRes.d.ts +8 -0
  84. package/dist/cjs/api/types/OrderGroupExpandedListRes.js +5 -0
  85. package/dist/cjs/api/types/OrderGroupExpandedRow.d.ts +9 -0
  86. package/dist/cjs/api/types/OrderGroupExpandedRow.js +5 -0
  87. package/dist/cjs/api/types/OrderGroupExpandedSortByEnum.d.ts +10 -0
  88. package/dist/cjs/api/types/OrderGroupExpandedSortByEnum.js +12 -0
  89. package/dist/cjs/api/types/OrderGroupListRes.d.ts +8 -0
  90. package/dist/cjs/api/types/OrderGroupListRes.js +5 -0
  91. package/dist/cjs/api/types/OrderGroupSortByEnum.d.ts +9 -0
  92. package/dist/cjs/api/types/OrderGroupSortByEnum.js +11 -0
  93. package/dist/cjs/api/types/OrderTemplate1.d.ts +7 -4
  94. package/dist/cjs/api/types/OrderTemplateCore1.d.ts +21 -0
  95. package/dist/cjs/api/types/OrderTemplateCore1.js +5 -0
  96. package/dist/cjs/api/types/{OrderTemplateExpanded.d.ts → OrderTemplateExpanded1.d.ts} +4 -4
  97. package/dist/cjs/api/types/OrderTemplateExpanded1.js +5 -0
  98. package/dist/{esm/api/types/OrderTemplateOrgRef1.d.mts → cjs/api/types/OrderTemplateOrgInfo1.d.ts} +1 -1
  99. package/dist/cjs/api/types/OrderTemplateOrgInfo1.js +5 -0
  100. package/dist/cjs/api/types/OrderTemplateResolvabilityRes.d.ts +10 -0
  101. package/dist/cjs/api/types/OrderTemplateResolvabilityRes.js +5 -0
  102. package/dist/cjs/api/types/ShippingTurnClientCreate1.d.ts +16 -0
  103. package/dist/cjs/api/types/ShippingTurnClientCreate1.js +5 -0
  104. package/dist/cjs/api/types/Statement1.d.ts +3 -0
  105. package/dist/cjs/api/types/UngroupedOrderListRes.d.ts +8 -0
  106. package/dist/cjs/api/types/UngroupedOrderListRes.js +5 -0
  107. package/dist/cjs/api/types/UngroupedOrderRow.d.ts +8 -0
  108. package/dist/cjs/api/types/UngroupedOrderRow.js +5 -0
  109. package/dist/cjs/api/types/UngroupedOrderSortByEnum.d.ts +11 -0
  110. package/dist/cjs/api/types/UngroupedOrderSortByEnum.js +13 -0
  111. package/dist/cjs/api/types/{WorkflowActorContext.d.ts → WorkflowActor.d.ts} +1 -1
  112. package/dist/cjs/api/types/WorkflowActor.js +5 -0
  113. package/dist/cjs/api/types/index.d.ts +20 -6
  114. package/dist/cjs/api/types/index.js +20 -6
  115. package/dist/cjs/version.d.ts +1 -1
  116. package/dist/cjs/version.js +1 -1
  117. package/dist/esm/Client.mjs +2 -2
  118. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.mts +2 -0
  119. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.mts +2 -0
  120. package/dist/esm/api/resources/operations/resources/cases/client/Client.d.mts +16 -0
  121. package/dist/esm/api/resources/operations/resources/cases/client/Client.mjs +65 -0
  122. package/dist/esm/api/resources/operations/resources/cases/client/requests/CaseSetBillingReviewStatusReq.d.mts +13 -0
  123. package/dist/esm/api/resources/operations/resources/cases/client/requests/index.d.mts +1 -0
  124. package/dist/esm/api/resources/orgs/client/Client.d.mts +3 -0
  125. package/dist/esm/api/resources/orgs/client/Client.mjs +5 -0
  126. package/dist/esm/api/resources/orgs/resources/index.d.mts +2 -0
  127. package/dist/esm/api/resources/orgs/resources/index.mjs +2 -0
  128. package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/Client.d.mts +106 -0
  129. package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/Client.mjs +347 -0
  130. package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/index.d.mts +2 -0
  131. package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/index.mjs +1 -0
  132. package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorClientCreate1.d.mts +15 -0
  133. package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorClientUpdate1.d.mts +12 -0
  134. package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorListV1Request.d.mts +14 -0
  135. package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/requests/index.d.mts +3 -0
  136. package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/requests/index.mjs +1 -0
  137. package/dist/esm/api/resources/orgs/resources/offChrtVendor/index.d.mts +1 -0
  138. package/dist/esm/api/resources/orgs/resources/offChrtVendor/index.mjs +1 -0
  139. package/dist/esm/api/resources/shipping/client/Client.d.mts +6 -0
  140. package/dist/esm/api/resources/shipping/client/Client.mjs +10 -0
  141. package/dist/esm/api/resources/shipping/resources/flights/client/Client.d.mts +2 -2
  142. package/dist/esm/api/resources/shipping/resources/flights/client/Client.mjs +2 -2
  143. package/dist/esm/api/resources/shipping/resources/index.d.mts +4 -0
  144. package/dist/esm/api/resources/shipping/resources/index.mjs +4 -0
  145. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.d.mts +1 -1
  146. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.mjs +1 -1
  147. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.mts +5 -0
  148. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/agentic/client/Client.d.mts +13 -19
  149. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/agentic/client/Client.mjs +41 -47
  150. package/dist/esm/api/resources/shipping/resources/orderGroups/client/Client.d.mts +142 -0
  151. package/dist/esm/api/resources/shipping/resources/orderGroups/client/Client.mjs +493 -0
  152. package/dist/esm/api/resources/shipping/resources/orderGroups/client/index.d.mts +2 -0
  153. package/dist/esm/api/resources/shipping/resources/orderGroups/client/index.mjs +1 -0
  154. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.d.mts +16 -0
  155. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.d.mts +12 -0
  156. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.d.mts +13 -0
  157. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupSetBillingReviewStatusReq.mjs +4 -0
  158. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.d.mts +30 -0
  159. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupsListV1Request.mjs +4 -0
  160. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/index.d.mts +4 -0
  161. package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/index.mjs +1 -0
  162. package/dist/esm/api/resources/shipping/resources/orderGroups/index.d.mts +1 -0
  163. package/dist/esm/api/resources/shipping/resources/orderGroups/index.mjs +1 -0
  164. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.d.mts +3 -3
  165. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.mjs +2 -2
  166. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.mts +7 -4
  167. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.mts +7 -2
  168. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.d.mts +73 -0
  169. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/Client.mjs +215 -0
  170. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/index.d.mts +2 -0
  171. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/index.mjs +1 -0
  172. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.d.mts +32 -0
  173. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsOrderGroupsListV1Request.mjs +4 -0
  174. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.d.mts +23 -0
  175. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/OrdersAndOrderGroupsUngroupedOrdersListV1Request.mjs +4 -0
  176. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.d.mts +2 -0
  177. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/client/requests/index.mjs +1 -0
  178. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/index.d.mts +1 -0
  179. package/dist/esm/api/resources/shipping/resources/ordersAndOrderGroups/index.mjs +1 -0
  180. package/dist/esm/api/resources/tracking/resources/sessions/client/Client.d.mts +1 -1
  181. package/dist/esm/api/resources/tracking/resources/sessions/client/Client.mjs +1 -1
  182. package/dist/esm/api/types/BillingReviewStatusEnum.d.mts +15 -0
  183. package/dist/esm/api/types/BillingReviewStatusEnum.mjs +9 -0
  184. package/dist/esm/api/types/Case1.d.mts +1 -0
  185. package/dist/esm/api/types/{InternalDelegationTokenReq.d.mts → InternalDelegationJwtReq.d.mts} +2 -2
  186. package/dist/esm/api/types/InternalDelegationJwtReq.mjs +4 -0
  187. package/dist/{cjs/api/types/InternalDelegationTokenRes.d.ts → esm/api/types/InternalDelegationJwtRes.d.mts} +1 -1
  188. package/dist/esm/api/types/InternalDelegationJwtRes.mjs +4 -0
  189. package/dist/esm/api/types/LineItemGroup1.d.mts +3 -0
  190. package/dist/esm/api/types/OffChrtVendor1.d.mts +13 -0
  191. package/dist/esm/api/types/OffChrtVendor1.mjs +4 -0
  192. package/dist/esm/api/types/OffChrtVendorListRes.d.mts +8 -0
  193. package/dist/esm/api/types/OffChrtVendorListRes.mjs +4 -0
  194. package/dist/esm/api/types/Order1.d.mts +2 -0
  195. package/dist/esm/api/types/OrderBuilderReq.d.mts +3 -2
  196. package/dist/esm/api/types/OrderBuilderRes.d.mts +2 -2
  197. package/dist/esm/api/types/OrderGroup1.d.mts +21 -0
  198. package/dist/esm/api/types/OrderGroup1.mjs +4 -0
  199. package/dist/esm/api/types/OrderGroupExpandedListRes.d.mts +8 -0
  200. package/dist/esm/api/types/OrderGroupExpandedListRes.mjs +4 -0
  201. package/dist/esm/api/types/OrderGroupExpandedRow.d.mts +9 -0
  202. package/dist/esm/api/types/OrderGroupExpandedRow.mjs +4 -0
  203. package/dist/esm/api/types/OrderGroupExpandedSortByEnum.d.mts +10 -0
  204. package/dist/esm/api/types/OrderGroupExpandedSortByEnum.mjs +9 -0
  205. package/dist/esm/api/types/OrderGroupListRes.d.mts +8 -0
  206. package/dist/esm/api/types/OrderGroupListRes.mjs +4 -0
  207. package/dist/esm/api/types/OrderGroupSortByEnum.d.mts +9 -0
  208. package/dist/esm/api/types/OrderGroupSortByEnum.mjs +8 -0
  209. package/dist/esm/api/types/OrderTemplate1.d.mts +7 -4
  210. package/dist/esm/api/types/OrderTemplateCore1.d.mts +21 -0
  211. package/dist/esm/api/types/OrderTemplateCore1.mjs +4 -0
  212. package/dist/esm/api/types/{OrderTemplateExpanded.d.mts → OrderTemplateExpanded1.d.mts} +4 -4
  213. package/dist/esm/api/types/OrderTemplateExpanded1.mjs +4 -0
  214. package/dist/{cjs/api/types/OrderTemplateOrgRef1.d.ts → esm/api/types/OrderTemplateOrgInfo1.d.mts} +1 -1
  215. package/dist/esm/api/types/OrderTemplateOrgInfo1.mjs +4 -0
  216. package/dist/esm/api/types/OrderTemplateResolvabilityRes.d.mts +10 -0
  217. package/dist/esm/api/types/OrderTemplateResolvabilityRes.mjs +4 -0
  218. package/dist/esm/api/types/ShippingTurnClientCreate1.d.mts +16 -0
  219. package/dist/esm/api/types/ShippingTurnClientCreate1.mjs +4 -0
  220. package/dist/esm/api/types/Statement1.d.mts +3 -0
  221. package/dist/esm/api/types/UngroupedOrderListRes.d.mts +8 -0
  222. package/dist/esm/api/types/UngroupedOrderListRes.mjs +4 -0
  223. package/dist/esm/api/types/UngroupedOrderRow.d.mts +8 -0
  224. package/dist/esm/api/types/UngroupedOrderRow.mjs +4 -0
  225. package/dist/esm/api/types/UngroupedOrderSortByEnum.d.mts +11 -0
  226. package/dist/esm/api/types/UngroupedOrderSortByEnum.mjs +10 -0
  227. package/dist/esm/api/types/{WorkflowActorContext.d.mts → WorkflowActor.d.mts} +1 -1
  228. package/dist/esm/api/types/WorkflowActor.mjs +4 -0
  229. package/dist/esm/api/types/index.d.mts +20 -6
  230. package/dist/esm/api/types/index.mjs +20 -6
  231. package/dist/esm/version.d.mts +1 -1
  232. package/dist/esm/version.mjs +1 -1
  233. package/package.json +1 -1
  234. package/reference.md +1456 -432
  235. package/dist/cjs/api/types/OrderBuilderPrecheckRes.d.ts +0 -7
  236. package/dist/esm/api/types/OrderBuilderPrecheckRes.d.mts +0 -7
  237. /package/dist/cjs/api/{types/InternalDelegationTokenReq.js → resources/operations/resources/cases/client/requests/CaseSetBillingReviewStatusReq.js} +0 -0
  238. /package/dist/cjs/api/{types/InternalDelegationTokenRes.js → resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorClientCreate1.js} +0 -0
  239. /package/dist/cjs/api/{types/OrderBuilderPrecheckRes.js → resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorClientUpdate1.js} +0 -0
  240. /package/dist/cjs/api/{types/OrderTemplateExpanded.js → resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorListV1Request.js} +0 -0
  241. /package/dist/cjs/api/{types/OrderTemplateOrgRef1.js → resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.js} +0 -0
  242. /package/dist/cjs/api/{types/WorkflowActorContext.js → resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.js} +0 -0
  243. /package/dist/esm/api/{types/InternalDelegationTokenReq.mjs → resources/operations/resources/cases/client/requests/CaseSetBillingReviewStatusReq.mjs} +0 -0
  244. /package/dist/esm/api/{types/InternalDelegationTokenRes.mjs → resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorClientCreate1.mjs} +0 -0
  245. /package/dist/esm/api/{types/OrderBuilderPrecheckRes.mjs → resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorClientUpdate1.mjs} +0 -0
  246. /package/dist/esm/api/{types/OrderTemplateExpanded.mjs → resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorListV1Request.mjs} +0 -0
  247. /package/dist/esm/api/{types/OrderTemplateOrgRef1.mjs → resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.mjs} +0 -0
  248. /package/dist/esm/api/{types/WorkflowActorContext.mjs → resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.mjs} +0 -0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export interface InternalDelegationTokenRes {
4
+ export interface InternalDelegationJwtRes {
5
5
  access_token: string;
6
6
  }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -28,6 +28,8 @@ export interface LineItemGroup1 {
28
28
  order_short_id?: string | null;
29
29
  /** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
30
30
  order_off_chrt_reference_id?: string | null;
31
+ order_group_id?: string | null;
32
+ order_group_short_id?: string | null;
31
33
  rate_sheet_id?: string | null;
32
34
  agreement_line_item_ids?: string[];
33
35
  agreement_amount?: number;
@@ -49,6 +51,7 @@ export interface LineItemGroup1 {
49
51
  payment_destination_org_id?: string | null;
50
52
  payment_destination_off_chrt_provider_org_id?: string | null;
51
53
  payment_destination_driver_id?: string | null;
54
+ payment_destination_off_chrt_vendor_id?: string | null;
52
55
  status?: Chrt.LineItemGroupStatusEnum1;
53
56
  finalized_at_timestamp?: string | null;
54
57
  /** Must be a string starting with `user_` */
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface OffChrtVendor1 {
5
+ schema_version: number;
6
+ name: string;
7
+ notes?: string | null;
8
+ _id: string;
9
+ /** Must be a string starting with `org_` */
10
+ created_by_org_id: string;
11
+ /** Must be a string starting with `user_` */
12
+ created_by_user_id: string;
13
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface OffChrtVendorListRes {
6
+ items: Chrt.OffChrtVendor1[];
7
+ total_count: number;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -12,6 +12,8 @@ export interface Order1 {
12
12
  order_schedule_id?: string | null;
13
13
  order_schedule_run_idempotency_key?: string | null;
14
14
  order_template_id?: string | null;
15
+ /** Client-supplied key for use by agentic order builder */
16
+ creation_idempotency_key?: string | null;
15
17
  /** Must be a string starting with `user_` */
16
18
  created_by_user_id?: string | null;
17
19
  /** Must be a string starting with `org_` */
@@ -1,7 +1,8 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ import * as Chrt from "../index.js";
4
5
  export interface OrderBuilderReq {
5
- order_short_id: string;
6
- text: string;
6
+ order_template_core?: Chrt.OrderTemplateCore1 | null;
7
+ order_template_id?: string | null;
7
8
  }
@@ -2,8 +2,8 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  export interface OrderBuilderRes {
5
- order_id: string;
6
- order_short_id: string;
5
+ order_id?: string | null;
6
+ order_short_id?: string | null;
7
7
  summary: string;
8
8
  validation_passed?: boolean;
9
9
  validation_issues?: string[];
@@ -0,0 +1,21 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface OrderGroup1 {
6
+ schema_version: number;
7
+ name: string;
8
+ description?: string | null;
9
+ _id: string;
10
+ short_id: string;
11
+ order_ids?: string[];
12
+ /** Must be a string starting with `org_` */
13
+ owned_by_org_id: string;
14
+ billing_review_status?: Chrt.BillingReviewStatusEnum;
15
+ /** Must be a string starting with `user_` */
16
+ created_by_user_id: string;
17
+ /** Must be a string starting with `org_` */
18
+ created_by_org_id: string;
19
+ created_at_timestamp: string;
20
+ last_edited_at_timestamp: string;
21
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface OrderGroupExpandedListRes {
6
+ items: Chrt.OrderGroupExpandedRow[];
7
+ total_count: number;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface OrderGroupExpandedRow {
6
+ order_group: Chrt.OrderGroup1;
7
+ orders: Chrt.Order1[];
8
+ shipping_status?: Chrt.OrderStatusEnum1 | null;
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type OrderGroupExpandedSortByEnum = "created_at_timestamp" | "last_edited_at_timestamp" | "name" | "billing_review_status";
5
+ export declare const OrderGroupExpandedSortByEnum: {
6
+ readonly CreatedAtTimestamp: "created_at_timestamp";
7
+ readonly LastEditedAtTimestamp: "last_edited_at_timestamp";
8
+ readonly Name: "name";
9
+ readonly BillingReviewStatus: "billing_review_status";
10
+ };
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.OrderGroupExpandedSortByEnum = void 0;
7
+ exports.OrderGroupExpandedSortByEnum = {
8
+ CreatedAtTimestamp: "created_at_timestamp",
9
+ LastEditedAtTimestamp: "last_edited_at_timestamp",
10
+ Name: "name",
11
+ BillingReviewStatus: "billing_review_status",
12
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface OrderGroupListRes {
6
+ items: Chrt.OrderGroup1[];
7
+ total_count: number;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type OrderGroupSortByEnum = "created_at_timestamp" | "last_edited_at_timestamp" | "name";
5
+ export declare const OrderGroupSortByEnum: {
6
+ readonly CreatedAtTimestamp: "created_at_timestamp";
7
+ readonly LastEditedAtTimestamp: "last_edited_at_timestamp";
8
+ readonly Name: "name";
9
+ };
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.OrderGroupSortByEnum = void 0;
7
+ exports.OrderGroupSortByEnum = {
8
+ CreatedAtTimestamp: "created_at_timestamp",
9
+ LastEditedAtTimestamp: "last_edited_at_timestamp",
10
+ Name: "name",
11
+ };
@@ -3,16 +3,19 @@
3
3
  */
4
4
  export interface OrderTemplate1 {
5
5
  schema_version: number;
6
- name: string;
7
- description?: string | null;
8
- order_input?: string | null;
9
- off_chrt_reference_id_str?: string | null;
6
+ text?: string | null;
10
7
  /** Must be a string starting with `org_` */
11
8
  shipper_org_id?: string | null;
12
9
  off_chrt_shipper_org_id?: string | null;
13
10
  executor_org_ids?: string[];
14
11
  driver_ids?: string[];
15
12
  directory_entry_ids?: string[];
13
+ /** Must be a string starting with `org_` */
14
+ coordinator_org_id?: string | null;
15
+ department_id?: string | null;
16
+ name: string;
17
+ description?: string | null;
18
+ off_chrt_reference_id_str?: string | null;
16
19
  _id: string;
17
20
  /** Must be a string starting with `user_` */
18
21
  owned_by_user_id: string;
@@ -0,0 +1,21 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Shared seed of an order build: the order text + long-lived references. Reused by the library template (OrderTemplateBase1) and the ad-hoc kickoff payload so the fields the builder seeds from can't drift. (Mirrors TaskCore1.)
6
+ *
7
+ * NOTE - some fields have multiple values and must be properly mapped to an entity by the order builder, e.g. for `driver_ids` each resolves to a single task group
8
+ */
9
+ export interface OrderTemplateCore1 {
10
+ schema_version: number;
11
+ text?: string | null;
12
+ /** Must be a string starting with `org_` */
13
+ shipper_org_id?: string | null;
14
+ off_chrt_shipper_org_id?: string | null;
15
+ executor_org_ids?: string[];
16
+ driver_ids?: string[];
17
+ directory_entry_ids?: string[];
18
+ /** Must be a string starting with `org_` */
19
+ coordinator_org_id?: string | null;
20
+ department_id?: string | null;
21
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -2,11 +2,11 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Chrt from "../index.js";
5
- export interface OrderTemplateExpanded {
6
- order_template: Chrt.OrderTemplate1;
7
- shipper_org?: Chrt.OrderTemplateOrgRef1 | null;
5
+ export interface OrderTemplateExpanded1 {
6
+ shipper_org?: Chrt.OrderTemplateOrgInfo1 | null;
8
7
  off_chrt_shipper_org?: Chrt.OffChrtShipperOrg1 | null;
9
- executor_orgs?: Chrt.OrderTemplateOrgRef1[];
8
+ executor_orgs?: Chrt.OrderTemplateOrgInfo1[];
10
9
  drivers?: Chrt.Driver1[];
11
10
  directory_entries?: Chrt.DirectoryEntry1[];
11
+ order_template: Chrt.OrderTemplate1;
12
12
  }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export interface OrderTemplateOrgRef1 {
4
+ export interface OrderTemplateOrgInfo1 {
5
5
  /** Must be a string starting with `org_` */
6
6
  org_id: string;
7
7
  company_name?: string | null;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface OrderTemplateResolvabilityRes {
5
+ valid: boolean;
6
+ unresolvable_off_chrt_shipper?: boolean;
7
+ unresolvable_driver_ids?: string[];
8
+ unresolvable_directory_entry_ids?: string[];
9
+ unresolvable_coordinator?: boolean;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface ShippingTurnClientCreate1 {
5
+ text?: string | null;
6
+ /** Must be a string starting with `org_` */
7
+ shipper_org_id?: string | null;
8
+ off_chrt_shipper_org_id?: string | null;
9
+ executor_org_ids?: string[];
10
+ driver_ids?: string[];
11
+ directory_entry_ids?: string[];
12
+ cargo_ids?: string[];
13
+ task_ids?: string[];
14
+ task_group_ids?: string[];
15
+ task_artifact_ids?: string[];
16
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -10,6 +10,8 @@ export interface Statement1 {
10
10
  order_ids?: string[];
11
11
  order_short_ids?: string[];
12
12
  order_off_chrt_reference_ids?: string[];
13
+ order_group_id?: string | null;
14
+ order_group_short_id?: string | null;
13
15
  amount?: number | null;
14
16
  units?: Chrt.UnitsEnum;
15
17
  /** Must be a string starting with `user_` */
@@ -24,6 +26,7 @@ export interface Statement1 {
24
26
  payment_destination_org_id?: string | null;
25
27
  payment_destination_off_chrt_provider_org_id?: string | null;
26
28
  payment_destination_driver_id?: string | null;
29
+ payment_destination_off_chrt_vendor_id?: string | null;
27
30
  status?: Chrt.StatementStatusEnum1;
28
31
  stripe_invoice_id?: string | null;
29
32
  stripe_invoice_url?: string | null;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface UngroupedOrderListRes {
6
+ items: Chrt.UngroupedOrderRow[];
7
+ total_count: number;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface UngroupedOrderRow {
6
+ order: Chrt.Order1;
7
+ billing_review_status: Chrt.BillingReviewStatusEnum;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type UngroupedOrderSortByEnum = "draft_started_at_timestamp" | "staged_at_timestamp" | "in_progress_at_timestamp" | "completed_at_timestamp" | "status";
5
+ export declare const UngroupedOrderSortByEnum: {
6
+ readonly DraftStartedAtTimestamp: "draft_started_at_timestamp";
7
+ readonly StagedAtTimestamp: "staged_at_timestamp";
8
+ readonly InProgressAtTimestamp: "in_progress_at_timestamp";
9
+ readonly CompletedAtTimestamp: "completed_at_timestamp";
10
+ readonly Status: "status";
11
+ };
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.UngroupedOrderSortByEnum = void 0;
7
+ exports.UngroupedOrderSortByEnum = {
8
+ DraftStartedAtTimestamp: "draft_started_at_timestamp",
9
+ StagedAtTimestamp: "staged_at_timestamp",
10
+ InProgressAtTimestamp: "in_progress_at_timestamp",
11
+ CompletedAtTimestamp: "completed_at_timestamp",
12
+ Status: "status",
13
+ };
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Chrt from "../index.js";
5
- export interface WorkflowActorContext {
5
+ export interface WorkflowActor {
6
6
  /** Must be a string starting with `user_` */
7
7
  user_id: string;
8
8
  /** Must be a string starting with `org_` */
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -21,6 +21,7 @@ export * from "./BillingLedgerStatusEnum.js";
21
21
  export * from "./BillingLineItemGroupMessageWebhookPayload.js";
22
22
  export * from "./BillingLineItemGroupS3ObjectAddedWebhookPayload.js";
23
23
  export * from "./BillingLineItemS3ObjectAddedWebhookPayload.js";
24
+ export * from "./BillingReviewStatusEnum.js";
24
25
  export * from "./BillingStatementOpenedWebhookPayload.js";
25
26
  export * from "./BillingStatementPaidWebhookPayload.js";
26
27
  export * from "./Caller.js";
@@ -163,8 +164,8 @@ export * from "./FlightTrackWaypoint1.js";
163
164
  export * from "./GeometryCollectionGeometriesItem.js";
164
165
  export * from "./GeometryCollection.js";
165
166
  export * from "./HttpValidationError.js";
166
- export * from "./InternalDelegationTokenReq.js";
167
- export * from "./InternalDelegationTokenRes.js";
167
+ export * from "./InternalDelegationJwtReq.js";
168
+ export * from "./InternalDelegationJwtRes.js";
168
169
  export * from "./LlmModelEnum.js";
169
170
  export * from "./LineItem1.js";
170
171
  export * from "./LineItemClientCreate1.js";
@@ -214,6 +215,8 @@ export * from "./OffChrtProviderOrg1.js";
214
215
  export * from "./OffChrtProviderOrgListRes.js";
215
216
  export * from "./OffChrtShipperOrg1.js";
216
217
  export * from "./OffChrtShipperOrgListRes.js";
218
+ export * from "./OffChrtVendor1.js";
219
+ export * from "./OffChrtVendorListRes.js";
217
220
  export * from "./OnboardCourierRateSheet1.js";
218
221
  export * from "./OnboardCourierRateSheetListRes.js";
219
222
  export * from "./OnboardCourierTaskActionEnum1.js";
@@ -234,7 +237,6 @@ export * from "./OperationsTaskStatusEnum.js";
234
237
  export * from "./OperationsTaskTypeEnum.js";
235
238
  export * from "./Order1.js";
236
239
  export * from "./OrderAndTaskGroupExpandedReq.js";
237
- export * from "./OrderBuilderPrecheckRes.js";
238
240
  export * from "./OrderBuilderReq.js";
239
241
  export * from "./OrderBuilderRes.js";
240
242
  export * from "./OrderDraftExpanded.js";
@@ -243,6 +245,12 @@ export * from "./OrderDraftSortByEnum.js";
243
245
  export * from "./OrderDraftValidationRequirements.js";
244
246
  export * from "./OrderDraftValidationResult.js";
245
247
  export * from "./OrderExpanded.js";
248
+ export * from "./OrderGroup1.js";
249
+ export * from "./OrderGroupExpandedListRes.js";
250
+ export * from "./OrderGroupExpandedRow.js";
251
+ export * from "./OrderGroupExpandedSortByEnum.js";
252
+ export * from "./OrderGroupListRes.js";
253
+ export * from "./OrderGroupSortByEnum.js";
246
254
  export * from "./OrderManifest1.js";
247
255
  export * from "./OrderManifestValidationRequirements.js";
248
256
  export * from "./OrderManifestValidationResult.js";
@@ -257,10 +265,12 @@ export * from "./OrderScheduleStatusEnum1.js";
257
265
  export * from "./OrderSortByEnum.js";
258
266
  export * from "./OrderStatusEnum1.js";
259
267
  export * from "./OrderTemplate1.js";
260
- export * from "./OrderTemplateExpanded.js";
268
+ export * from "./OrderTemplateCore1.js";
269
+ export * from "./OrderTemplateExpanded1.js";
261
270
  export * from "./OrderTemplateListRes.js";
262
- export * from "./OrderTemplateOrgRef1.js";
271
+ export * from "./OrderTemplateOrgInfo1.js";
263
272
  export * from "./OrderTemplateReferenceColumnEnum1.js";
273
+ export * from "./OrderTemplateResolvabilityRes.js";
264
274
  export * from "./OrderTemplateSortByEnum.js";
265
275
  export * from "./OrderTypeaheadFieldEnum.js";
266
276
  export * from "./OrderTypeaheadResult.js";
@@ -336,6 +346,7 @@ export * from "./ShippingTaskGroupS3ObjectAddedWebhookPayload.js";
336
346
  export * from "./ShippingTaskGroupTasksOrderingUpdatedWebhookPayload.js";
337
347
  export * from "./ShippingTaskSkippedWebhookPayload.js";
338
348
  export * from "./ShippingTaskTaskArtifactCompletedWebhookPayload.js";
349
+ export * from "./ShippingTurnClientCreate1.js";
339
350
  export * from "./SortOrderEnum.js";
340
351
  export * from "./StartOfWeek.js";
341
352
  export * from "./Statement1.js";
@@ -398,6 +409,9 @@ export * from "./TrackingSharingSettingsRes.js";
398
409
  export * from "./TrackingTypeaheadFieldEnum.js";
399
410
  export * from "./TrackingTypeaheadResult.js";
400
411
  export * from "./TrackingWebhookResponse.js";
412
+ export * from "./UngroupedOrderListRes.js";
413
+ export * from "./UngroupedOrderRow.js";
414
+ export * from "./UngroupedOrderSortByEnum.js";
401
415
  export * from "./UnitsEnum.js";
402
416
  export * from "./UserPrivateData1.js";
403
417
  export * from "./UserPublicData1.js";
@@ -434,4 +448,4 @@ export * from "./WebcargoSegment.js";
434
448
  export * from "./WebcargoShipment.js";
435
449
  export * from "./WebcargoValueWithUnit.js";
436
450
  export * from "./WebhookAppPortalAccessRes.js";
437
- export * from "./WorkflowActorContext.js";
451
+ export * from "./WorkflowActor.js";