@chrt-inc/typescript-sdk 1.540.0 → 1.559.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 (130) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/billing/resources/statements/client/Client.d.ts +2 -0
  3. package/dist/cjs/api/resources/billing/resources/statements/client/Client.js +10 -2
  4. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.ts +3 -0
  5. package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.ts +3 -0
  6. package/dist/cjs/api/resources/shipping/client/Client.d.ts +3 -0
  7. package/dist/cjs/api/resources/shipping/client/Client.js +21 -16
  8. package/dist/cjs/api/resources/shipping/resources/docs/client/Client.d.ts +50 -0
  9. package/dist/cjs/api/resources/shipping/resources/docs/client/Client.js +133 -0
  10. package/dist/cjs/api/resources/shipping/resources/docs/client/index.d.ts +2 -0
  11. package/dist/cjs/api/resources/shipping/resources/docs/client/index.js +17 -0
  12. package/dist/cjs/api/resources/shipping/resources/docs/client/requests/GenerateShippingDocReq.d.ts +15 -0
  13. package/dist/cjs/api/resources/shipping/resources/docs/client/requests/index.d.ts +1 -0
  14. package/dist/cjs/api/resources/shipping/resources/docs/client/requests/index.js +2 -0
  15. package/dist/cjs/api/resources/shipping/resources/docs/index.d.ts +1 -0
  16. package/dist/cjs/api/resources/shipping/resources/docs/index.js +17 -0
  17. package/dist/cjs/api/resources/shipping/resources/index.d.ts +3 -0
  18. package/dist/cjs/api/resources/shipping/resources/index.js +4 -1
  19. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.d.ts +5 -6
  20. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.js +9 -10
  21. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrdersDraftUpdateReq.d.ts +5 -6
  22. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.ts +1 -0
  23. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +15 -0
  24. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +66 -0
  25. package/dist/cjs/api/resources/shipping/resources/orders/client/index.d.ts +1 -0
  26. package/dist/cjs/api/resources/shipping/resources/orders/client/index.js +15 -0
  27. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/OrdersUpdateOffChrtReferenceIdReq.d.ts +11 -0
  28. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/OrdersUpdateOffChrtReferenceIdReq.js +5 -0
  29. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/index.d.ts +1 -0
  30. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/index.js +2 -0
  31. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForForwarderOperatorsV1Request.d.ts +1 -1
  32. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.ts +1 -1
  33. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForCourierDriverV1Request.d.ts +1 -1
  34. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForCourierOperatorsV1Request.d.ts +1 -1
  35. package/dist/cjs/api/resources/tracking/resources/devices/client/Client.d.ts +1 -1
  36. package/dist/cjs/api/resources/tracking/resources/devices/client/Client.js +1 -1
  37. package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.d.ts +1 -1
  38. package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.js +1 -1
  39. package/dist/cjs/api/resources/utils/resources/dev/client/Client.d.ts +18 -2
  40. package/dist/cjs/api/resources/utils/resources/dev/client/Client.js +66 -1
  41. package/dist/cjs/api/resources/utils/resources/dev/client/requests/index.d.ts +0 -1
  42. package/dist/cjs/api/types/LineItemGroup1.d.ts +1 -0
  43. package/dist/cjs/api/types/Order1.d.ts +1 -0
  44. package/dist/cjs/api/{resources/utils/resources/dev/client/requests → types}/OrderBuilderReq.d.ts +0 -7
  45. package/dist/cjs/api/types/OrderBuilderReq.js +5 -0
  46. package/dist/cjs/api/types/OrderBuilderRes.d.ts +2 -0
  47. package/dist/cjs/api/types/OrderDraftIssueCategoryEnum.d.ts +11 -0
  48. package/dist/cjs/api/types/OrderDraftIssueCategoryEnum.js +13 -0
  49. package/dist/cjs/api/types/OrderDraftValidationIssue.d.ts +12 -0
  50. package/dist/cjs/api/types/OrderDraftValidationIssue.js +5 -0
  51. package/dist/cjs/api/types/OrderDraftValidationResult.d.ts +8 -0
  52. package/dist/cjs/api/types/OrderDraftValidationResult.js +5 -0
  53. package/dist/cjs/api/types/OrdersDraftUpdateRes.d.ts +1 -0
  54. package/dist/cjs/api/types/OrdersUpdateOffChrtReferenceIdRes.d.ts +6 -0
  55. package/dist/cjs/api/types/OrdersUpdateOffChrtReferenceIdRes.js +5 -0
  56. package/dist/cjs/api/types/ShippingDocTemplateEnum.d.ts +8 -0
  57. package/dist/cjs/api/types/ShippingDocTemplateEnum.js +10 -0
  58. package/dist/cjs/api/types/Statement1.d.ts +1 -0
  59. package/dist/cjs/api/types/TaskGroup1.d.ts +1 -0
  60. package/dist/cjs/api/types/index.d.ts +6 -0
  61. package/dist/cjs/api/types/index.js +6 -0
  62. package/dist/cjs/version.d.ts +1 -1
  63. package/dist/cjs/version.js +1 -1
  64. package/dist/esm/Client.mjs +2 -2
  65. package/dist/esm/api/resources/billing/resources/statements/client/Client.d.mts +2 -0
  66. package/dist/esm/api/resources/billing/resources/statements/client/Client.mjs +10 -2
  67. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.mts +3 -0
  68. package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.mts +3 -0
  69. package/dist/esm/api/resources/shipping/client/Client.d.mts +3 -0
  70. package/dist/esm/api/resources/shipping/client/Client.mjs +5 -0
  71. package/dist/esm/api/resources/shipping/resources/docs/client/Client.d.mts +50 -0
  72. package/dist/esm/api/resources/shipping/resources/docs/client/Client.mjs +96 -0
  73. package/dist/esm/api/resources/shipping/resources/docs/client/index.d.mts +2 -0
  74. package/dist/esm/api/resources/shipping/resources/docs/client/index.mjs +1 -0
  75. package/dist/esm/api/resources/shipping/resources/docs/client/requests/GenerateShippingDocReq.d.mts +15 -0
  76. package/dist/esm/api/resources/shipping/resources/docs/client/requests/index.d.mts +1 -0
  77. package/dist/esm/api/resources/shipping/resources/docs/client/requests/index.mjs +1 -0
  78. package/dist/esm/api/resources/shipping/resources/docs/index.d.mts +1 -0
  79. package/dist/esm/api/resources/shipping/resources/docs/index.mjs +1 -0
  80. package/dist/esm/api/resources/shipping/resources/index.d.mts +3 -0
  81. package/dist/esm/api/resources/shipping/resources/index.mjs +3 -0
  82. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.d.mts +5 -6
  83. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.mjs +9 -10
  84. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrdersDraftUpdateReq.d.mts +5 -6
  85. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.mts +1 -0
  86. package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +15 -0
  87. package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +66 -0
  88. package/dist/esm/api/resources/shipping/resources/orders/client/index.d.mts +1 -0
  89. package/dist/esm/api/resources/shipping/resources/orders/client/index.mjs +1 -1
  90. package/dist/esm/api/resources/shipping/resources/orders/client/requests/OrdersUpdateOffChrtReferenceIdReq.d.mts +11 -0
  91. package/dist/esm/api/resources/shipping/resources/orders/client/requests/OrdersUpdateOffChrtReferenceIdReq.mjs +4 -0
  92. package/dist/esm/api/resources/shipping/resources/orders/client/requests/index.d.mts +1 -0
  93. package/dist/esm/api/resources/shipping/resources/orders/client/requests/index.mjs +1 -0
  94. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForForwarderOperatorsV1Request.d.mts +1 -1
  95. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.mts +1 -1
  96. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForCourierDriverV1Request.d.mts +1 -1
  97. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForCourierOperatorsV1Request.d.mts +1 -1
  98. package/dist/esm/api/resources/tracking/resources/devices/client/Client.d.mts +1 -1
  99. package/dist/esm/api/resources/tracking/resources/devices/client/Client.mjs +1 -1
  100. package/dist/esm/api/resources/tracking/resources/sessions/client/Client.d.mts +1 -1
  101. package/dist/esm/api/resources/tracking/resources/sessions/client/Client.mjs +1 -1
  102. package/dist/esm/api/resources/utils/resources/dev/client/Client.d.mts +18 -2
  103. package/dist/esm/api/resources/utils/resources/dev/client/Client.mjs +66 -1
  104. package/dist/esm/api/resources/utils/resources/dev/client/requests/index.d.mts +0 -1
  105. package/dist/esm/api/types/LineItemGroup1.d.mts +1 -0
  106. package/dist/esm/api/types/Order1.d.mts +1 -0
  107. package/dist/esm/api/{resources/utils/resources/dev/client/requests → types}/OrderBuilderReq.d.mts +0 -7
  108. package/dist/esm/api/types/OrderBuilderReq.mjs +4 -0
  109. package/dist/esm/api/types/OrderBuilderRes.d.mts +2 -0
  110. package/dist/esm/api/types/OrderDraftIssueCategoryEnum.d.mts +11 -0
  111. package/dist/esm/api/types/OrderDraftIssueCategoryEnum.mjs +10 -0
  112. package/dist/esm/api/types/OrderDraftValidationIssue.d.mts +12 -0
  113. package/dist/esm/api/types/OrderDraftValidationIssue.mjs +4 -0
  114. package/dist/esm/api/types/OrderDraftValidationResult.d.mts +8 -0
  115. package/dist/esm/api/types/OrderDraftValidationResult.mjs +4 -0
  116. package/dist/esm/api/types/OrdersDraftUpdateRes.d.mts +1 -0
  117. package/dist/esm/api/types/OrdersUpdateOffChrtReferenceIdRes.d.mts +6 -0
  118. package/dist/esm/api/types/OrdersUpdateOffChrtReferenceIdRes.mjs +4 -0
  119. package/dist/esm/api/types/ShippingDocTemplateEnum.d.mts +8 -0
  120. package/dist/esm/api/types/ShippingDocTemplateEnum.mjs +7 -0
  121. package/dist/esm/api/types/Statement1.d.mts +1 -0
  122. package/dist/esm/api/types/TaskGroup1.d.mts +1 -0
  123. package/dist/esm/api/types/index.d.mts +6 -0
  124. package/dist/esm/api/types/index.mjs +6 -0
  125. package/dist/esm/version.d.mts +1 -1
  126. package/dist/esm/version.mjs +1 -1
  127. package/package.json +1 -1
  128. package/reference.md +222 -9
  129. /package/dist/cjs/api/resources/{utils/resources/dev/client/requests/OrderBuilderReq.js → shipping/resources/docs/client/requests/GenerateShippingDocReq.js} +0 -0
  130. /package/dist/esm/api/resources/{utils/resources/dev/client/requests/OrderBuilderReq.mjs → shipping/resources/docs/client/requests/GenerateShippingDocReq.mjs} +0 -0
package/reference.md CHANGED
@@ -1710,6 +1710,7 @@ await client.billing.statements.listV1({
1710
1710
  page_size: 1,
1711
1711
  filter_settlement_type: "stripe_connect",
1712
1712
  filter_order_id: "filter_order_id",
1713
+ filter_order_off_chrt_reference_id: "filter_order_off_chrt_reference_id",
1713
1714
  filter_payment_origin_org_id: "filter_payment_origin_org_id",
1714
1715
  filter_payment_origin_off_chrt_shipper_org_id: "filter_payment_origin_off_chrt_shipper_org_id",
1715
1716
  filter_payment_destination_org_id: "filter_payment_destination_org_id",
@@ -1792,6 +1793,7 @@ await client.billing.statements.expandedListV1({
1792
1793
  page_size: 1,
1793
1794
  filter_settlement_type: "stripe_connect",
1794
1795
  filter_order_id: "filter_order_id",
1796
+ filter_order_off_chrt_reference_id: "filter_order_off_chrt_reference_id",
1795
1797
  filter_payment_origin_org_id: "filter_payment_origin_org_id",
1796
1798
  filter_payment_origin_off_chrt_shipper_org_id: "filter_payment_origin_off_chrt_shipper_org_id",
1797
1799
  filter_payment_destination_org_id: "filter_payment_destination_org_id",
@@ -7606,6 +7608,74 @@ await client.orgs.orgInfoForConnections.forwarder.updateV1();
7606
7608
  </dl>
7607
7609
  </details>
7608
7610
 
7611
+ ## Shipping Docs
7612
+
7613
+ <details><summary><code>client.shipping.docs.<a href="/src/api/resources/shipping/resources/docs/client/Client.ts">postGenerateV1</a>({ ...params }) -> unknown</code></summary>
7614
+ <dl>
7615
+ <dd>
7616
+
7617
+ #### 📝 Description
7618
+
7619
+ <dl>
7620
+ <dd>
7621
+
7622
+ <dl>
7623
+ <dd>
7624
+
7625
+ Generates a shipping document (BOL or POD) as a PDF for the given order. | authz_personas=[order_creator_org_operators] | (GenerateShippingDocReq) -> (PDF binary)
7626
+
7627
+ </dd>
7628
+ </dl>
7629
+ </dd>
7630
+ </dl>
7631
+
7632
+ #### 🔌 Usage
7633
+
7634
+ <dl>
7635
+ <dd>
7636
+
7637
+ <dl>
7638
+ <dd>
7639
+
7640
+ ```typescript
7641
+ await client.shipping.docs.postGenerateV1({
7642
+ order_id_or_short_id: "order_id_or_short_id",
7643
+ template: "pod",
7644
+ });
7645
+ ```
7646
+
7647
+ </dd>
7648
+ </dl>
7649
+ </dd>
7650
+ </dl>
7651
+
7652
+ #### ⚙️ Parameters
7653
+
7654
+ <dl>
7655
+ <dd>
7656
+
7657
+ <dl>
7658
+ <dd>
7659
+
7660
+ **request:** `Chrt.shipping.GenerateShippingDocReq`
7661
+
7662
+ </dd>
7663
+ </dl>
7664
+
7665
+ <dl>
7666
+ <dd>
7667
+
7668
+ **requestOptions:** `Docs.RequestOptions`
7669
+
7670
+ </dd>
7671
+ </dl>
7672
+ </dd>
7673
+ </dl>
7674
+
7675
+ </dd>
7676
+ </dl>
7677
+ </details>
7678
+
7609
7679
  ## Shipping Drivers
7610
7680
 
7611
7681
  <details><summary><code>client.shipping.drivers.<a href="/src/api/resources/shipping/resources/drivers/client/Client.ts">getForCallerV1</a>() -> Chrt.Driver1</code></summary>
@@ -8665,6 +8735,77 @@ await client.shipping.orders.stageV1("order_id");
8665
8735
  </dl>
8666
8736
  </details>
8667
8737
 
8738
+ <details><summary><code>client.shipping.orders.<a href="/src/api/resources/shipping/resources/orders/client/Client.ts">updateOffChrtReferenceIdV1</a>(orderId, { ...params }) -> Chrt.OrdersUpdateOffChrtReferenceIdRes</code></summary>
8739
+ <dl>
8740
+ <dd>
8741
+
8742
+ #### 📝 Description
8743
+
8744
+ <dl>
8745
+ <dd>
8746
+
8747
+ <dl>
8748
+ <dd>
8749
+
8750
+ Updates off_chrt_reference_id on a non-draft order. | authz_personas=[order_creator_org_operators] | (OrdersUpdateOffChrtReferenceIdReq) -> (OrdersUpdateOffChrtReferenceIdRes)
8751
+
8752
+ </dd>
8753
+ </dl>
8754
+ </dd>
8755
+ </dl>
8756
+
8757
+ #### 🔌 Usage
8758
+
8759
+ <dl>
8760
+ <dd>
8761
+
8762
+ <dl>
8763
+ <dd>
8764
+
8765
+ ```typescript
8766
+ await client.shipping.orders.updateOffChrtReferenceIdV1("order_id");
8767
+ ```
8768
+
8769
+ </dd>
8770
+ </dl>
8771
+ </dd>
8772
+ </dl>
8773
+
8774
+ #### ⚙️ Parameters
8775
+
8776
+ <dl>
8777
+ <dd>
8778
+
8779
+ <dl>
8780
+ <dd>
8781
+
8782
+ **orderId:** `string`
8783
+
8784
+ </dd>
8785
+ </dl>
8786
+
8787
+ <dl>
8788
+ <dd>
8789
+
8790
+ **request:** `Chrt.shipping.OrdersUpdateOffChrtReferenceIdReq`
8791
+
8792
+ </dd>
8793
+ </dl>
8794
+
8795
+ <dl>
8796
+ <dd>
8797
+
8798
+ **requestOptions:** `Orders.RequestOptions`
8799
+
8800
+ </dd>
8801
+ </dl>
8802
+ </dd>
8803
+ </dl>
8804
+
8805
+ </dd>
8806
+ </dl>
8807
+ </details>
8808
+
8668
8809
  <details><summary><code>client.shipping.orders.<a href="/src/api/resources/shipping/resources/orders/client/Client.ts">cancelV1</a>(orderId) -> boolean</code></summary>
8669
8810
  <dl>
8670
8811
  <dd>
@@ -8793,7 +8934,7 @@ await client.shipping.orderDrafts.newV1();
8793
8934
  </dl>
8794
8935
  </details>
8795
8936
 
8796
- <details><summary><code>client.shipping.orderDrafts.<a href="/src/api/resources/shipping/resources/orderDrafts/client/Client.ts">updateV1</a>({ ...params }) -> Chrt.OrdersDraftUpdateRes</code></summary>
8937
+ <details><summary><code>client.shipping.orderDrafts.<a href="/src/api/resources/shipping/resources/orderDrafts/client/Client.ts">updateV1</a>(orderId, { ...params }) -> Chrt.OrdersDraftUpdateRes</code></summary>
8797
8938
  <dl>
8798
8939
  <dd>
8799
8940
 
@@ -8821,9 +8962,7 @@ Updates forwarder and/or shipper org assignments for a draft order. | (OrdersDra
8821
8962
  <dd>
8822
8963
 
8823
8964
  ```typescript
8824
- await client.shipping.orderDrafts.updateV1({
8825
- order_id: "order_id",
8826
- });
8965
+ await client.shipping.orderDrafts.updateV1("order_id");
8827
8966
  ```
8828
8967
 
8829
8968
  </dd>
@@ -8839,6 +8978,14 @@ await client.shipping.orderDrafts.updateV1({
8839
8978
  <dl>
8840
8979
  <dd>
8841
8980
 
8981
+ **orderId:** `string`
8982
+
8983
+ </dd>
8984
+ </dl>
8985
+
8986
+ <dl>
8987
+ <dd>
8988
+
8842
8989
  **request:** `Chrt.shipping.OrdersDraftUpdateReq`
8843
8990
 
8844
8991
  </dd>
@@ -8921,7 +9068,7 @@ await client.shipping.orderDrafts.deleteV1("order_id");
8921
9068
  </dl>
8922
9069
  </details>
8923
9070
 
8924
- <details><summary><code>client.shipping.orderDrafts.<a href="/src/api/resources/shipping/resources/orderDrafts/client/Client.ts">validateV1</a>(orderId) -> boolean</code></summary>
9071
+ <details><summary><code>client.shipping.orderDrafts.<a href="/src/api/resources/shipping/resources/orderDrafts/client/Client.ts">validateV1</a>(orderId) -> Chrt.OrderDraftValidationResult</code></summary>
8925
9072
  <dl>
8926
9073
  <dd>
8927
9074
 
@@ -8933,7 +9080,7 @@ await client.shipping.orderDrafts.deleteV1("order_id");
8933
9080
  <dl>
8934
9081
  <dd>
8935
9082
 
8936
- Checks whether the draft order satisfies all requirements to move into staging. | () -> (bool)
9083
+ Validates the draft order for staging and returns all issues found. | () -> (OrderDraftValidationResult)
8937
9084
 
8938
9085
  </dd>
8939
9086
  </dl>
@@ -12741,7 +12888,7 @@ await client.shipping.taskGroups.expanded.typeaheadV1({
12741
12888
  <dl>
12742
12889
  <dd>
12743
12890
 
12744
- Registers a tracking device to the caller's organization. If the device is already registered to a different organization, returns 409 Conflict. | (DeviceClientCreate1) -> (PydanticObjectId)
12891
+ Registers a tracking device to the caller's organization. If the device is already registered to a different organization, returns 409 Conflict. | auth: api_key | (DeviceClientCreate1) -> (PydanticObjectId)
12745
12892
 
12746
12893
  </dd>
12747
12894
  </dl>
@@ -13640,7 +13787,7 @@ await client.tracking.sessions.typeaheadV1({
13640
13787
  <dl>
13641
13788
  <dd>
13642
13789
 
13643
- Creates a new tracking session for a device and automatically starts recording data points. The caller must be the device owner or belong to an org the device is shared with. The device owner remains the session owner (org_id). The device's shared_with_org_ids are copied to the session. The device must not have an active session. Auto-termination is scheduled for ~3 days out at 8 PM PT. Prevent auto termination with `no_auto_termination=True` | (SessionClientCreate1) -> (PydanticObjectId)
13790
+ Creates a new tracking session for a device and automatically starts recording data points. The caller must be the device owner or belong to an org the device is shared with. The device owner remains the session owner (org_id). The device's shared_with_org_ids are copied to the session. The device must not have an active session. Auto-termination is scheduled for ~3 days out at 8 PM PT. Prevent auto termination with `no_auto_termination=True` | auth: api_key | (SessionClientCreate1) -> (PydanticObjectId)
13644
13791
 
13645
13792
  </dd>
13646
13793
  </dl>
@@ -16374,7 +16521,73 @@ await client.utils.dev.postAgentOrderBuilderV1({
16374
16521
  <dl>
16375
16522
  <dd>
16376
16523
 
16377
- **request:** `Chrt.utils.OrderBuilderReq`
16524
+ **request:** `Chrt.OrderBuilderReq`
16525
+
16526
+ </dd>
16527
+ </dl>
16528
+
16529
+ <dl>
16530
+ <dd>
16531
+
16532
+ **requestOptions:** `Dev.RequestOptions`
16533
+
16534
+ </dd>
16535
+ </dl>
16536
+ </dd>
16537
+ </dl>
16538
+
16539
+ </dd>
16540
+ </dl>
16541
+ </details>
16542
+
16543
+ <details><summary><code>client.utils.dev.<a href="/src/api/resources/utils/resources/dev/client/Client.ts">postAgentOrderBuilderStreamV1</a>({ ...params }) -> void</code></summary>
16544
+ <dl>
16545
+ <dd>
16546
+
16547
+ #### 📝 Description
16548
+
16549
+ <dl>
16550
+ <dd>
16551
+
16552
+ <dl>
16553
+ <dd>
16554
+
16555
+ Same as /agent/order-builder/v1 but streams progress events via SSE as each workflow step completes. | (OrderBuilderReq) -> SSE stream of OrderBuilderProgressEvent, final OrderBuilderRes
16556
+
16557
+ </dd>
16558
+ </dl>
16559
+ </dd>
16560
+ </dl>
16561
+
16562
+ #### 🔌 Usage
16563
+
16564
+ <dl>
16565
+ <dd>
16566
+
16567
+ <dl>
16568
+ <dd>
16569
+
16570
+ ```typescript
16571
+ await client.utils.dev.postAgentOrderBuilderStreamV1({
16572
+ order_short_id: "order_short_id",
16573
+ text: "text",
16574
+ });
16575
+ ```
16576
+
16577
+ </dd>
16578
+ </dl>
16579
+ </dd>
16580
+ </dl>
16581
+
16582
+ #### ⚙️ Parameters
16583
+
16584
+ <dl>
16585
+ <dd>
16586
+
16587
+ <dl>
16588
+ <dd>
16589
+
16590
+ **request:** `Chrt.OrderBuilderReq`
16378
16591
 
16379
16592
  </dd>
16380
16593
  </dl>