@chrt-inc/typescript-sdk 1.726.0 → 1.733.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 (80) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/Client.d.ts +8 -8
  3. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/Client.js +22 -14
  4. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.d.ts +3 -5
  5. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.d.ts +14 -0
  6. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/requests/index.d.ts +1 -0
  7. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/Client.d.ts +12 -12
  8. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/Client.js +21 -21
  9. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/{OperationsTaskListEntriesRemove1.d.ts → OperationsTaskListReorderEntries1.d.ts} +1 -1
  10. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/{OperationsTaskListEntriesAdd1.d.ts → OperationsTaskListSetEntries1.d.ts} +1 -1
  11. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListSetEntries1.js +5 -0
  12. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListsApplyToCaseV1Request.d.ts +3 -3
  13. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/index.d.ts +2 -2
  14. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.d.ts +16 -0
  15. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.js +65 -0
  16. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/SetTaskGroupOrderingDraftReq.d.ts +13 -0
  17. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/SetTaskGroupOrderingDraftReq.js +5 -0
  18. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/index.d.ts +1 -0
  19. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.d.ts +17 -0
  20. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.js +66 -0
  21. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.d.ts +16 -0
  22. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.js +5 -0
  23. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/index.d.ts +1 -0
  24. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +1 -1
  25. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +1 -1
  26. package/dist/cjs/api/types/DeadlineAnchorEnum.d.ts +13 -0
  27. package/dist/cjs/api/types/DeadlineAnchorEnum.js +10 -0
  28. package/dist/cjs/api/types/DepartmentRoutingRule1.d.ts +3 -3
  29. package/dist/cjs/api/types/OperationsTaskListEntry1.d.ts +9 -7
  30. package/dist/cjs/api/types/OperationsTaskTypeEnum.d.ts +16 -8
  31. package/dist/cjs/api/types/OperationsTaskTypeEnum.js +6 -7
  32. package/dist/cjs/api/types/index.d.ts +1 -1
  33. package/dist/cjs/api/types/index.js +1 -1
  34. package/dist/cjs/version.d.ts +1 -1
  35. package/dist/cjs/version.js +1 -1
  36. package/dist/esm/Client.mjs +2 -2
  37. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.d.mts +8 -8
  38. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.mjs +22 -14
  39. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.d.mts +3 -5
  40. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.d.mts +14 -0
  41. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/requests/index.d.mts +1 -0
  42. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/Client.d.mts +12 -12
  43. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/Client.mjs +21 -21
  44. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/{OperationsTaskListEntriesRemove1.d.mts → OperationsTaskListReorderEntries1.d.mts} +1 -1
  45. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/{OperationsTaskListEntriesAdd1.d.mts → OperationsTaskListSetEntries1.d.mts} +1 -1
  46. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListSetEntries1.mjs +4 -0
  47. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListsApplyToCaseV1Request.d.mts +3 -3
  48. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/index.d.mts +2 -2
  49. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.d.mts +16 -0
  50. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.mjs +65 -0
  51. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/SetTaskGroupOrderingDraftReq.d.mts +13 -0
  52. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/SetTaskGroupOrderingDraftReq.mjs +4 -0
  53. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/index.d.mts +1 -0
  54. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.d.mts +17 -0
  55. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.mjs +66 -0
  56. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.d.mts +16 -0
  57. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.mjs +4 -0
  58. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/index.d.mts +1 -0
  59. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +1 -1
  60. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +1 -1
  61. package/dist/esm/api/types/DeadlineAnchorEnum.d.mts +13 -0
  62. package/dist/esm/api/types/DeadlineAnchorEnum.mjs +7 -0
  63. package/dist/esm/api/types/DepartmentRoutingRule1.d.mts +3 -3
  64. package/dist/esm/api/types/OperationsTaskListEntry1.d.mts +9 -7
  65. package/dist/esm/api/types/OperationsTaskTypeEnum.d.mts +16 -8
  66. package/dist/esm/api/types/OperationsTaskTypeEnum.mjs +6 -7
  67. package/dist/esm/api/types/index.d.mts +1 -1
  68. package/dist/esm/api/types/index.mjs +1 -1
  69. package/dist/esm/version.d.mts +1 -1
  70. package/dist/esm/version.mjs +1 -1
  71. package/package.json +1 -1
  72. package/reference.md +159 -26
  73. package/dist/cjs/api/types/RoutingCounterpartyTypeEnum.d.ts +0 -8
  74. package/dist/cjs/api/types/RoutingCounterpartyTypeEnum.js +0 -10
  75. package/dist/esm/api/types/RoutingCounterpartyTypeEnum.d.mts +0 -8
  76. package/dist/esm/api/types/RoutingCounterpartyTypeEnum.mjs +0 -7
  77. /package/dist/cjs/api/resources/operations/resources/{operationsTaskLists/client/requests/OperationsTaskListEntriesAdd1.js → departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.js} +0 -0
  78. /package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/{OperationsTaskListEntriesRemove1.js → OperationsTaskListReorderEntries1.js} +0 -0
  79. /package/dist/esm/api/resources/operations/resources/{operationsTaskLists/client/requests/OperationsTaskListEntriesAdd1.mjs → departmentRoutingRules/client/requests/DepartmentRoutingRulesDeleteV1Request.mjs} +0 -0
  80. /package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/{OperationsTaskListEntriesRemove1.mjs → OperationsTaskListReorderEntries1.mjs} +0 -0
package/reference.md CHANGED
@@ -11577,7 +11577,7 @@ await client.operations.departmentRoutingRules.listV1();
11577
11577
  <dl>
11578
11578
  <dd>
11579
11579
 
11580
- Sets the caller org's default operations desk for a counterparty (on-chrt shipper or off-chrt shipper shell). Upsert: one rule per (owner, counterparty). Returns the rule id. The mapping is a non-binding suggestion surfaced at Case creation. | authz: min_org_role=administrator | (DepartmentRoutingRuleClientCreate1) -> (PydanticObjectId)
11580
+ Sets the caller org's default operations desk for a counterparty. The body must set exactly one of shipper_org_id (on-chrt shipper) / off_chrt_shipper_org_id (off-chrt shipper shell) (XOR). Upsert: one rule per (owner, counterparty). Returns the rule id. The mapping is a non-binding suggestion surfaced at Case creation. | authz: min_org_role=administrator | (DepartmentRoutingRuleClientCreate1) -> (PydanticObjectId)
11581
11581
 
11582
11582
  </dd>
11583
11583
  </dl>
@@ -11595,8 +11595,6 @@ Sets the caller org's default operations desk for a counterparty (on-chrt shippe
11595
11595
  ```typescript
11596
11596
  await client.operations.departmentRoutingRules.upsertV1({
11597
11597
  schema_version: 1,
11598
- counterparty_type: "shipper_org",
11599
- counterparty_id: "counterparty_id",
11600
11598
  department_id: "department_id",
11601
11599
  });
11602
11600
  ```
@@ -11633,7 +11631,7 @@ await client.operations.departmentRoutingRules.upsertV1({
11633
11631
  </dl>
11634
11632
  </details>
11635
11633
 
11636
- <details><summary><code>client.operations.departmentRoutingRules.<a href="/src/api/resources/operations/resources/departmentRoutingRules/client/Client.ts">deleteV1</a>(counterpartyType, counterpartyId) -> boolean</code></summary>
11634
+ <details><summary><code>client.operations.departmentRoutingRules.<a href="/src/api/resources/operations/resources/departmentRoutingRules/client/Client.ts">deleteV1</a>({ ...params }) -> boolean</code></summary>
11637
11635
  <dl>
11638
11636
  <dd>
11639
11637
 
@@ -11645,7 +11643,7 @@ await client.operations.departmentRoutingRules.upsertV1({
11645
11643
  <dl>
11646
11644
  <dd>
11647
11645
 
11648
- Clears the caller org's default operations desk for a counterparty. | authz: min_org_role=administrator | () -> (bool)
11646
+ Clears the caller org's default operations desk for a counterparty, keyed by exactly one of the shipper_org_id / off_chrt_shipper_org_id query params. | authz: min_org_role=administrator | () -> (bool)
11649
11647
 
11650
11648
  </dd>
11651
11649
  </dl>
@@ -11661,7 +11659,10 @@ Clears the caller org's default operations desk for a counterparty. | authz: min
11661
11659
  <dd>
11662
11660
 
11663
11661
  ```typescript
11664
- await client.operations.departmentRoutingRules.deleteV1("shipper_org", "counterparty_id");
11662
+ await client.operations.departmentRoutingRules.deleteV1({
11663
+ shipper_org_id: "shipper_org_id",
11664
+ off_chrt_shipper_org_id: "off_chrt_shipper_org_id",
11665
+ });
11665
11666
  ```
11666
11667
 
11667
11668
  </dd>
@@ -11677,15 +11678,7 @@ await client.operations.departmentRoutingRules.deleteV1("shipper_org", "counterp
11677
11678
  <dl>
11678
11679
  <dd>
11679
11680
 
11680
- **counterpartyType:** `Chrt.RoutingCounterpartyTypeEnum`
11681
-
11682
- </dd>
11683
- </dl>
11684
-
11685
- <dl>
11686
- <dd>
11687
-
11688
- **counterpartyId:** `string`
11681
+ **request:** `Chrt.operations.DepartmentRoutingRulesDeleteV1Request`
11689
11682
 
11690
11683
  </dd>
11691
11684
  </dl>
@@ -12451,7 +12444,7 @@ await client.operations.operationsTaskLists.createV1({
12451
12444
  </dl>
12452
12445
  </details>
12453
12446
 
12454
- <details><summary><code>client.operations.operationsTaskLists.<a href="/src/api/resources/operations/resources/operationsTaskLists/client/Client.ts">addEntriesV1</a>(taskListId, { ...params }) -> boolean</code></summary>
12447
+ <details><summary><code>client.operations.operationsTaskLists.<a href="/src/api/resources/operations/resources/operationsTaskLists/client/Client.ts">setEntriesV1</a>(taskListId, { ...params }) -> boolean</code></summary>
12455
12448
  <dl>
12456
12449
  <dd>
12457
12450
 
@@ -12463,7 +12456,7 @@ await client.operations.operationsTaskLists.createV1({
12463
12456
  <dl>
12464
12457
  <dd>
12465
12458
 
12466
- Appends entries to an OperationsTaskList's `entries` array. | authz: min_org_role=operator | (OperationsTaskListEntriesAdd1) -> (bool)
12459
+ Replaces an OperationsTaskList's `entries` array wholesale — covering add, remove, reorder, and edit in one operation. Order is load-bearing for from_previous_task-anchored deadlines. | authz: min_org_role=operator | (OperationsTaskListSetEntries1) -> (bool)
12467
12460
 
12468
12461
  </dd>
12469
12462
  </dl>
@@ -12479,7 +12472,7 @@ Appends entries to an OperationsTaskList's `entries` array. | authz: min_org_rol
12479
12472
  <dd>
12480
12473
 
12481
12474
  ```typescript
12482
- await client.operations.operationsTaskLists.addEntriesV1("task_list_id");
12475
+ await client.operations.operationsTaskLists.setEntriesV1("task_list_id");
12483
12476
  ```
12484
12477
 
12485
12478
  </dd>
@@ -12503,7 +12496,7 @@ await client.operations.operationsTaskLists.addEntriesV1("task_list_id");
12503
12496
  <dl>
12504
12497
  <dd>
12505
12498
 
12506
- **request:** `Chrt.operations.OperationsTaskListEntriesAdd1`
12499
+ **request:** `Chrt.operations.OperationsTaskListSetEntries1`
12507
12500
 
12508
12501
  </dd>
12509
12502
  </dl>
@@ -12522,7 +12515,7 @@ await client.operations.operationsTaskLists.addEntriesV1("task_list_id");
12522
12515
  </dl>
12523
12516
  </details>
12524
12517
 
12525
- <details><summary><code>client.operations.operationsTaskLists.<a href="/src/api/resources/operations/resources/operationsTaskLists/client/Client.ts">removeEntriesV1</a>(taskListId, { ...params }) -> boolean</code></summary>
12518
+ <details><summary><code>client.operations.operationsTaskLists.<a href="/src/api/resources/operations/resources/operationsTaskLists/client/Client.ts">reorderEntriesV1</a>(taskListId, { ...params }) -> boolean</code></summary>
12526
12519
  <dl>
12527
12520
  <dd>
12528
12521
 
@@ -12534,7 +12527,7 @@ await client.operations.operationsTaskLists.addEntriesV1("task_list_id");
12534
12527
  <dl>
12535
12528
  <dd>
12536
12529
 
12537
- Removes entries from an OperationsTaskList by entry id. | authz: min_org_role=operator | (OperationsTaskListEntriesRemove1) -> (bool)
12530
+ Reorders an OperationsTaskList's existing entries. `entry_ids` must be an exact permutation of the list's current entry ids (every id present, no extras, no duplicates), so a reorder can never drop, add, or mutate an entry. | authz: min_org_role=operator | (OperationsTaskListReorderEntries1) -> (bool)
12538
12531
 
12539
12532
  </dd>
12540
12533
  </dl>
@@ -12550,7 +12543,7 @@ Removes entries from an OperationsTaskList by entry id. | authz: min_org_role=op
12550
12543
  <dd>
12551
12544
 
12552
12545
  ```typescript
12553
- await client.operations.operationsTaskLists.removeEntriesV1("task_list_id");
12546
+ await client.operations.operationsTaskLists.reorderEntriesV1("task_list_id");
12554
12547
  ```
12555
12548
 
12556
12549
  </dd>
@@ -12574,7 +12567,7 @@ await client.operations.operationsTaskLists.removeEntriesV1("task_list_id");
12574
12567
  <dl>
12575
12568
  <dd>
12576
12569
 
12577
- **request:** `Chrt.operations.OperationsTaskListEntriesRemove1`
12570
+ **request:** `Chrt.operations.OperationsTaskListReorderEntries1`
12578
12571
 
12579
12572
  </dd>
12580
12573
  </dl>
@@ -12731,7 +12724,7 @@ await client.operations.operationsTaskLists.unarchiveV1("task_list_id");
12731
12724
  <dl>
12732
12725
  <dd>
12733
12726
 
12734
- Materializes each entry of an OperationsTaskList into an OperationsTask on the Case (status=not_started, source_task_list_id set). Deadlines: overall_deadline_timestamp wins, else the entry's deadline_offset_seconds, else a positional 20-min stagger. No dedup — applying twice creates duplicate tasks. | authz: min_org_role=operator | () -> (list[PydanticObjectId])
12727
+ Materializes each entry of an OperationsTaskList into an OperationsTask on the Case (status=not_started, source_task_list_id set). Deadlines resolve per-entry from its anchor+offset; initial_deadline_timestamp, if set, pins the first entry and the chain follows. No dedup — applying twice creates duplicate tasks. | authz: min_org_role=operator | () -> (list[PydanticObjectId])
12735
12728
 
12736
12729
  </dd>
12737
12730
  </dl>
@@ -12748,7 +12741,7 @@ Materializes each entry of an OperationsTaskList into an OperationsTask on the C
12748
12741
 
12749
12742
  ```typescript
12750
12743
  await client.operations.operationsTaskLists.applyToCaseV1("task_list_id", "case_id", {
12751
- overall_deadline_timestamp: "2024-01-15T09:30:00Z",
12744
+ initial_deadline_timestamp: "2024-01-15T09:30:00Z",
12752
12745
  });
12753
12746
  ```
12754
12747
 
@@ -17993,6 +17986,79 @@ await client.shipping.orderDrafts.updateV1("order_id");
17993
17986
  </dl>
17994
17987
  </details>
17995
17988
 
17989
+ <details><summary><code>client.shipping.orderDrafts.<a href="/src/api/resources/shipping/resources/orderDrafts/client/Client.ts">setTaskGroupOrderingV1</a>(orderId, { ...params }) -> boolean</code></summary>
17990
+ <dl>
17991
+ <dd>
17992
+
17993
+ #### 📝 Description
17994
+
17995
+ <dl>
17996
+ <dd>
17997
+
17998
+ <dl>
17999
+ <dd>
18000
+
18001
+ Sets the ordering of task groups within a draft order. Must provide all task group IDs with no duplicates. | (SetTaskGroupOrderingDraftReq) -> (bool)
18002
+
18003
+ </dd>
18004
+ </dl>
18005
+ </dd>
18006
+ </dl>
18007
+
18008
+ #### 🔌 Usage
18009
+
18010
+ <dl>
18011
+ <dd>
18012
+
18013
+ <dl>
18014
+ <dd>
18015
+
18016
+ ```typescript
18017
+ await client.shipping.orderDrafts.setTaskGroupOrderingV1("order_id", {
18018
+ task_group_ids: ["task_group_ids"],
18019
+ });
18020
+ ```
18021
+
18022
+ </dd>
18023
+ </dl>
18024
+ </dd>
18025
+ </dl>
18026
+
18027
+ #### ⚙️ Parameters
18028
+
18029
+ <dl>
18030
+ <dd>
18031
+
18032
+ <dl>
18033
+ <dd>
18034
+
18035
+ **orderId:** `string`
18036
+
18037
+ </dd>
18038
+ </dl>
18039
+
18040
+ <dl>
18041
+ <dd>
18042
+
18043
+ **request:** `Chrt.shipping.SetTaskGroupOrderingDraftReq`
18044
+
18045
+ </dd>
18046
+ </dl>
18047
+
18048
+ <dl>
18049
+ <dd>
18050
+
18051
+ **requestOptions:** `OrderDrafts.RequestOptions`
18052
+
18053
+ </dd>
18054
+ </dl>
18055
+ </dd>
18056
+ </dl>
18057
+
18058
+ </dd>
18059
+ </dl>
18060
+ </details>
18061
+
17996
18062
  <details><summary><code>client.shipping.orderDrafts.<a href="/src/api/resources/shipping/resources/orderDrafts/client/Client.ts">deleteV1</a>(orderId) -> boolean</code></summary>
17997
18063
  <dl>
17998
18064
  <dd>
@@ -19324,7 +19390,7 @@ await client.shipping.taskGroups.addExecutorV1("task_group_id");
19324
19390
  <dl>
19325
19391
  <dd>
19326
19392
 
19327
- Clears the executor on a task group along with the assigned driver and all PPP/PPD billing attachments, returning the TG to executor-less state. Coordinator-only. PPP/PPD LineItemGroup1 and BillingLedgerPeriod1 documents stay alive (orphaned-but-alive); the (ex-)executor disposes of them via their own routes. SPP is unaffected. | authz_personas=[coordinator_org_operators] | () -> (bool)
19393
+ Clears the executor and assigned driver on a task group. Refuses while PPP or PPD billing is attached; detach billing explicitly first. | authz_personas=[coordinator_org_operators] | () -> (bool)
19328
19394
 
19329
19395
  </dd>
19330
19396
  </dl>
@@ -23180,6 +23246,73 @@ await client.shipping.orderDrafts.cargo.associateWithTaskV1({
23180
23246
  </dl>
23181
23247
  </details>
23182
23248
 
23249
+ <details><summary><code>client.shipping.orderDrafts.cargo.<a href="/src/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.ts">unassociateWithTaskV1</a>({ ...params }) -> boolean</code></summary>
23250
+ <dl>
23251
+ <dd>
23252
+
23253
+ #### 📝 Description
23254
+
23255
+ <dl>
23256
+ <dd>
23257
+
23258
+ <dl>
23259
+ <dd>
23260
+
23261
+ Removes an existing cargo association from a task in a draft order (e.g. when the wrong cargo was selected). | (OrderDraftUnassociateCargoWithTaskReq) -> (bool)
23262
+
23263
+ </dd>
23264
+ </dl>
23265
+ </dd>
23266
+ </dl>
23267
+
23268
+ #### 🔌 Usage
23269
+
23270
+ <dl>
23271
+ <dd>
23272
+
23273
+ <dl>
23274
+ <dd>
23275
+
23276
+ ```typescript
23277
+ await client.shipping.orderDrafts.cargo.unassociateWithTaskV1({
23278
+ order_id: "order_id",
23279
+ task_id: "task_id",
23280
+ cargo_id: "cargo_id",
23281
+ });
23282
+ ```
23283
+
23284
+ </dd>
23285
+ </dl>
23286
+ </dd>
23287
+ </dl>
23288
+
23289
+ #### ⚙️ Parameters
23290
+
23291
+ <dl>
23292
+ <dd>
23293
+
23294
+ <dl>
23295
+ <dd>
23296
+
23297
+ **request:** `Chrt.shipping.orderDrafts.OrderDraftUnassociateCargoWithTaskReq`
23298
+
23299
+ </dd>
23300
+ </dl>
23301
+
23302
+ <dl>
23303
+ <dd>
23304
+
23305
+ **requestOptions:** `Cargo.RequestOptions`
23306
+
23307
+ </dd>
23308
+ </dl>
23309
+ </dd>
23310
+ </dl>
23311
+
23312
+ </dd>
23313
+ </dl>
23314
+ </details>
23315
+
23183
23316
  <details><summary><code>client.shipping.orderDrafts.cargo.<a href="/src/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.ts">updateV1</a>({ ...params }) -> string</code></summary>
23184
23317
  <dl>
23185
23318
  <dd>
@@ -1,8 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export type RoutingCounterpartyTypeEnum = "shipper_org" | "off_chrt_shipper_org";
5
- export declare const RoutingCounterpartyTypeEnum: {
6
- readonly ShipperOrg: "shipper_org";
7
- readonly OffChrtShipperOrg: "off_chrt_shipper_org";
8
- };
@@ -1,10 +0,0 @@
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.RoutingCounterpartyTypeEnum = void 0;
7
- exports.RoutingCounterpartyTypeEnum = {
8
- ShipperOrg: "shipper_org",
9
- OffChrtShipperOrg: "off_chrt_shipper_org",
10
- };
@@ -1,8 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export type RoutingCounterpartyTypeEnum = "shipper_org" | "off_chrt_shipper_org";
5
- export declare const RoutingCounterpartyTypeEnum: {
6
- readonly ShipperOrg: "shipper_org";
7
- readonly OffChrtShipperOrg: "off_chrt_shipper_org";
8
- };
@@ -1,7 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export const RoutingCounterpartyTypeEnum = {
5
- ShipperOrg: "shipper_org",
6
- OffChrtShipperOrg: "off_chrt_shipper_org",
7
- };