@chrt-inc/typescript-sdk 1.309.0 → 1.312.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 (140) hide show
  1. package/dist/cjs/Client.d.ts +3 -3
  2. package/dist/cjs/Client.js +5 -5
  3. package/dist/cjs/api/index.d.ts +1 -1
  4. package/dist/cjs/api/index.js +1 -1
  5. package/dist/cjs/api/resources/connections/client/Client.d.ts +13 -0
  6. package/dist/cjs/api/resources/connections/client/Client.js +63 -0
  7. package/dist/cjs/api/resources/connections/index.d.ts +1 -0
  8. package/dist/cjs/api/resources/connections/index.js +1 -0
  9. package/dist/cjs/api/resources/connections/types/ConnectionsGetByHandleV1Response.d.ts +5 -0
  10. package/dist/cjs/api/resources/connections/types/index.d.ts +1 -0
  11. package/dist/cjs/api/resources/connections/types/index.js +17 -0
  12. package/dist/cjs/api/resources/index.d.ts +3 -2
  13. package/dist/cjs/api/resources/index.js +4 -3
  14. package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/client/Client.d.ts +7 -4
  15. package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/client/Client.js +8 -3
  16. package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/courier/client/Client.d.ts +17 -7
  17. package/dist/cjs/api/resources/orgInfoForConnections/resources/courier/client/Client.js +297 -0
  18. package/dist/cjs/api/resources/orgInfoForConnections/resources/forwarder/client/Client.d.ts +73 -0
  19. package/dist/cjs/api/resources/{orgConnectionInfos/resources/courier → orgInfoForConnections/resources/forwarder}/client/Client.js +20 -20
  20. package/dist/cjs/api/resources/orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientCreate1.d.ts +24 -0
  21. package/dist/cjs/api/resources/orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientUpdate1.d.ts +20 -0
  22. package/dist/cjs/api/resources/orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientUpdate1.js +5 -0
  23. package/dist/cjs/api/resources/orgInfoForConnections/resources/forwarder/client/requests/index.d.ts +2 -0
  24. package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/index.d.ts +2 -0
  25. package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/index.js +3 -1
  26. package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/shipper/client/Client.d.ts +7 -7
  27. package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/shipper/client/Client.js +11 -11
  28. package/dist/cjs/api/resources/orgInfoForConnections/resources/shipper/client/index.d.ts +2 -0
  29. package/dist/cjs/api/resources/orgInfoForConnections/resources/shipper/client/index.js +17 -0
  30. package/dist/cjs/api/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.js +5 -0
  31. package/dist/cjs/api/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.js +5 -0
  32. package/dist/cjs/api/resources/orgInfoForConnections/resources/shipper/client/requests/index.js +2 -0
  33. package/dist/cjs/api/resources/orgInfoForConnections/resources/shipper/index.d.ts +1 -0
  34. package/dist/cjs/api/resources/orgInfoForConnections/resources/shipper/index.js +17 -0
  35. package/dist/cjs/api/types/ForwarderCourierConnection1.d.ts +13 -0
  36. package/dist/cjs/api/types/ForwarderCourierConnection1.js +5 -0
  37. package/dist/cjs/api/types/ShipperCourierConnection1.d.ts +13 -0
  38. package/dist/cjs/api/types/ShipperCourierConnection1.js +5 -0
  39. package/dist/cjs/api/types/ShipperForwarderConnection1.d.ts +13 -0
  40. package/dist/cjs/api/types/ShipperForwarderConnection1.js +5 -0
  41. package/dist/cjs/api/types/UserPublicData1.d.ts +1 -0
  42. package/dist/cjs/api/types/index.d.ts +3 -0
  43. package/dist/cjs/api/types/index.js +3 -0
  44. package/dist/cjs/version.d.ts +1 -1
  45. package/dist/cjs/version.js +1 -1
  46. package/dist/esm/Client.d.mts +3 -3
  47. package/dist/esm/Client.mjs +5 -5
  48. package/dist/esm/api/index.d.mts +1 -1
  49. package/dist/esm/api/index.mjs +1 -1
  50. package/dist/esm/api/resources/connections/client/Client.d.mts +13 -0
  51. package/dist/esm/api/resources/connections/client/Client.mjs +63 -0
  52. package/dist/esm/api/resources/connections/index.d.mts +1 -0
  53. package/dist/esm/api/resources/connections/index.mjs +1 -0
  54. package/dist/esm/api/resources/connections/types/ConnectionsGetByHandleV1Response.d.mts +5 -0
  55. package/dist/esm/api/resources/connections/types/index.d.mts +1 -0
  56. package/dist/esm/api/resources/connections/types/index.mjs +1 -0
  57. package/dist/esm/api/resources/index.d.mts +3 -2
  58. package/dist/esm/api/resources/index.mjs +3 -2
  59. package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/client/Client.d.mts +7 -4
  60. package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/client/Client.mjs +6 -1
  61. package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/courier/client/Client.d.mts +17 -7
  62. package/dist/esm/api/resources/orgInfoForConnections/resources/courier/client/Client.mjs +260 -0
  63. package/dist/esm/api/resources/orgInfoForConnections/resources/forwarder/client/Client.d.mts +73 -0
  64. package/dist/esm/api/resources/{orgConnectionInfos/resources/courier → orgInfoForConnections/resources/forwarder}/client/Client.mjs +18 -18
  65. package/dist/esm/api/resources/orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientCreate1.d.mts +24 -0
  66. package/dist/esm/api/resources/orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientUpdate1.d.mts +20 -0
  67. package/dist/esm/api/resources/orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientUpdate1.mjs +4 -0
  68. package/dist/esm/api/resources/orgInfoForConnections/resources/forwarder/client/requests/index.d.mts +2 -0
  69. package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/index.d.mts +2 -0
  70. package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/index.mjs +2 -0
  71. package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/shipper/client/Client.d.mts +7 -7
  72. package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/shipper/client/Client.mjs +11 -11
  73. package/dist/esm/api/resources/orgInfoForConnections/resources/shipper/client/index.d.mts +2 -0
  74. package/dist/esm/api/resources/orgInfoForConnections/resources/shipper/client/index.mjs +1 -0
  75. package/dist/esm/api/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.mjs +4 -0
  76. package/dist/esm/api/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.mjs +4 -0
  77. package/dist/esm/api/resources/orgInfoForConnections/resources/shipper/client/requests/index.mjs +1 -0
  78. package/dist/esm/api/resources/orgInfoForConnections/resources/shipper/index.d.mts +1 -0
  79. package/dist/esm/api/resources/orgInfoForConnections/resources/shipper/index.mjs +1 -0
  80. package/dist/esm/api/types/ForwarderCourierConnection1.d.mts +13 -0
  81. package/dist/esm/api/types/ForwarderCourierConnection1.mjs +4 -0
  82. package/dist/esm/api/types/ShipperCourierConnection1.d.mts +13 -0
  83. package/dist/esm/api/types/ShipperCourierConnection1.mjs +4 -0
  84. package/dist/esm/api/types/ShipperForwarderConnection1.d.mts +13 -0
  85. package/dist/esm/api/types/ShipperForwarderConnection1.mjs +4 -0
  86. package/dist/esm/api/types/UserPublicData1.d.mts +1 -0
  87. package/dist/esm/api/types/index.d.mts +3 -0
  88. package/dist/esm/api/types/index.mjs +3 -0
  89. package/dist/esm/version.d.mts +1 -1
  90. package/dist/esm/version.mjs +1 -1
  91. package/package.json +1 -1
  92. package/reference.md +322 -18
  93. /package/dist/cjs/api/resources/{orgConnectionInfos/resources/courier/client/requests/CourierOrgInfoForConnectionsClientCreate1.js → connections/types/ConnectionsGetByHandleV1Response.js} +0 -0
  94. /package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/client/index.d.ts +0 -0
  95. /package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/client/index.js +0 -0
  96. /package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/index.d.ts +0 -0
  97. /package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/index.js +0 -0
  98. /package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/courier/client/index.d.ts +0 -0
  99. /package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/courier/client/index.js +0 -0
  100. /package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/courier/client/requests/CourierOrgInfoForConnectionsClientCreate1.d.ts +0 -0
  101. /package/dist/cjs/api/resources/{orgConnectionInfos/resources/courier/client/requests/CourierOrgInfoForConnectionsClientUpdate1.js → orgInfoForConnections/resources/courier/client/requests/CourierOrgInfoForConnectionsClientCreate1.js} +0 -0
  102. /package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/courier/client/requests/CourierOrgInfoForConnectionsClientUpdate1.d.ts +0 -0
  103. /package/dist/cjs/api/resources/{orgConnectionInfos/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.js → orgInfoForConnections/resources/courier/client/requests/CourierOrgInfoForConnectionsClientUpdate1.js} +0 -0
  104. /package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/courier/client/requests/index.d.ts +0 -0
  105. /package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/courier/client/requests/index.js +0 -0
  106. /package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/courier/index.d.ts +0 -0
  107. /package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/courier/index.js +0 -0
  108. /package/dist/cjs/api/resources/{orgConnectionInfos/resources/shipper → orgInfoForConnections/resources/forwarder}/client/index.d.ts +0 -0
  109. /package/dist/cjs/api/resources/{orgConnectionInfos/resources/shipper → orgInfoForConnections/resources/forwarder}/client/index.js +0 -0
  110. /package/dist/cjs/api/resources/{orgConnectionInfos/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.js → orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientCreate1.js} +0 -0
  111. /package/dist/cjs/api/resources/{orgConnectionInfos/resources/shipper → orgInfoForConnections/resources/forwarder}/client/requests/index.js +0 -0
  112. /package/dist/cjs/api/resources/{orgConnectionInfos/resources/shipper → orgInfoForConnections/resources/forwarder}/index.d.ts +0 -0
  113. /package/dist/cjs/api/resources/{orgConnectionInfos/resources/shipper → orgInfoForConnections/resources/forwarder}/index.js +0 -0
  114. /package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.d.ts +0 -0
  115. /package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.d.ts +0 -0
  116. /package/dist/cjs/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/shipper/client/requests/index.d.ts +0 -0
  117. /package/dist/esm/api/resources/{orgConnectionInfos/resources/courier/client/requests/CourierOrgInfoForConnectionsClientCreate1.mjs → connections/types/ConnectionsGetByHandleV1Response.mjs} +0 -0
  118. /package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/client/index.d.mts +0 -0
  119. /package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/client/index.mjs +0 -0
  120. /package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/index.d.mts +0 -0
  121. /package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/index.mjs +0 -0
  122. /package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/courier/client/index.d.mts +0 -0
  123. /package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/courier/client/index.mjs +0 -0
  124. /package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/courier/client/requests/CourierOrgInfoForConnectionsClientCreate1.d.mts +0 -0
  125. /package/dist/esm/api/resources/{orgConnectionInfos/resources/courier/client/requests/CourierOrgInfoForConnectionsClientUpdate1.mjs → orgInfoForConnections/resources/courier/client/requests/CourierOrgInfoForConnectionsClientCreate1.mjs} +0 -0
  126. /package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/courier/client/requests/CourierOrgInfoForConnectionsClientUpdate1.d.mts +0 -0
  127. /package/dist/esm/api/resources/{orgConnectionInfos/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.mjs → orgInfoForConnections/resources/courier/client/requests/CourierOrgInfoForConnectionsClientUpdate1.mjs} +0 -0
  128. /package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/courier/client/requests/index.d.mts +0 -0
  129. /package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/courier/client/requests/index.mjs +0 -0
  130. /package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/courier/index.d.mts +0 -0
  131. /package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/courier/index.mjs +0 -0
  132. /package/dist/esm/api/resources/{orgConnectionInfos/resources/shipper → orgInfoForConnections/resources/forwarder}/client/index.d.mts +0 -0
  133. /package/dist/esm/api/resources/{orgConnectionInfos/resources/shipper → orgInfoForConnections/resources/forwarder}/client/index.mjs +0 -0
  134. /package/dist/esm/api/resources/{orgConnectionInfos/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.mjs → orgInfoForConnections/resources/forwarder/client/requests/ForwarderOrgInfoForConnectionsClientCreate1.mjs} +0 -0
  135. /package/dist/esm/api/resources/{orgConnectionInfos/resources/shipper → orgInfoForConnections/resources/forwarder}/client/requests/index.mjs +0 -0
  136. /package/dist/esm/api/resources/{orgConnectionInfos/resources/shipper → orgInfoForConnections/resources/forwarder}/index.d.mts +0 -0
  137. /package/dist/esm/api/resources/{orgConnectionInfos/resources/shipper → orgInfoForConnections/resources/forwarder}/index.mjs +0 -0
  138. /package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.d.mts +0 -0
  139. /package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.d.mts +0 -0
  140. /package/dist/esm/api/resources/{orgConnectionInfos → orgInfoForConnections}/resources/shipper/client/requests/index.d.mts +0 -0
package/reference.md CHANGED
@@ -3215,6 +3215,69 @@ await client.connections.listForwardersV1();
3215
3215
  </dl>
3216
3216
  </details>
3217
3217
 
3218
+ <details><summary><code>client.connections.<a href="/src/api/resources/connections/client/Client.ts">getByHandleV1</a>(handle) -> (Chrt.ConnectionsGetByHandleV1Response | null) | undefined</code></summary>
3219
+ <dl>
3220
+ <dd>
3221
+
3222
+ #### 📝 Description
3223
+
3224
+ <dl>
3225
+ <dd>
3226
+
3227
+ <dl>
3228
+ <dd>
3229
+
3230
+ Gets connection between authenticated org and org with specified handle. | () -> (ShipperCourierConnection1 | ShipperForwarderConnection1 | ForwarderCourierConnection1 | None)
3231
+
3232
+ </dd>
3233
+ </dl>
3234
+ </dd>
3235
+ </dl>
3236
+
3237
+ #### 🔌 Usage
3238
+
3239
+ <dl>
3240
+ <dd>
3241
+
3242
+ <dl>
3243
+ <dd>
3244
+
3245
+ ```typescript
3246
+ await client.connections.getByHandleV1("handle");
3247
+ ```
3248
+
3249
+ </dd>
3250
+ </dl>
3251
+ </dd>
3252
+ </dl>
3253
+
3254
+ #### ⚙️ Parameters
3255
+
3256
+ <dl>
3257
+ <dd>
3258
+
3259
+ <dl>
3260
+ <dd>
3261
+
3262
+ **handle:** `string`
3263
+
3264
+ </dd>
3265
+ </dl>
3266
+
3267
+ <dl>
3268
+ <dd>
3269
+
3270
+ **requestOptions:** `Connections.RequestOptions`
3271
+
3272
+ </dd>
3273
+ </dl>
3274
+ </dd>
3275
+ </dl>
3276
+
3277
+ </dd>
3278
+ </dl>
3279
+ </details>
3280
+
3218
3281
  ## OrgProfiles
3219
3282
 
3220
3283
  <details><summary><code>client.orgProfiles.<a href="/src/api/resources/orgProfiles/client/Client.ts">getV1</a>() -> Chrt.OrgProfileRes1</code></summary>
@@ -9437,9 +9500,9 @@ await client.orders.expandedList.postOrderCreatorExpandedListV1({
9437
9500
  </dl>
9438
9501
  </details>
9439
9502
 
9440
- ## OrgConnectionInfos Shipper
9503
+ ## OrgInfoForConnections Shipper
9441
9504
 
9442
- <details><summary><code>client.orgConnectionInfos.shipper.<a href="/src/api/resources/orgConnectionInfos/resources/shipper/client/Client.ts">getV1</a>() -> Chrt.ShipperOrgInfoForConnections1</code></summary>
9505
+ <details><summary><code>client.orgInfoForConnections.shipper.<a href="/src/api/resources/orgInfoForConnections/resources/shipper/client/Client.ts">getV1</a>() -> Chrt.ShipperOrgInfoForConnections1</code></summary>
9443
9506
  <dl>
9444
9507
  <dd>
9445
9508
 
@@ -9467,7 +9530,7 @@ Retrieves shipper organization connection information for the authenticated orga
9467
9530
  <dd>
9468
9531
 
9469
9532
  ```typescript
9470
- await client.orgConnectionInfos.shipper.getV1();
9533
+ await client.orgInfoForConnections.shipper.getV1();
9471
9534
  ```
9472
9535
 
9473
9536
  </dd>
@@ -9494,7 +9557,7 @@ await client.orgConnectionInfos.shipper.getV1();
9494
9557
  </dl>
9495
9558
  </details>
9496
9559
 
9497
- <details><summary><code>client.orgConnectionInfos.shipper.<a href="/src/api/resources/orgConnectionInfos/resources/shipper/client/Client.ts">createV1</a>({ ...params }) -> string</code></summary>
9560
+ <details><summary><code>client.orgInfoForConnections.shipper.<a href="/src/api/resources/orgInfoForConnections/resources/shipper/client/Client.ts">createV1</a>({ ...params }) -> string</code></summary>
9498
9561
  <dl>
9499
9562
  <dd>
9500
9563
 
@@ -9522,7 +9585,7 @@ Creates shipper organization connection information. Fails if already exists. |
9522
9585
  <dd>
9523
9586
 
9524
9587
  ```typescript
9525
- await client.orgConnectionInfos.shipper.createV1({
9588
+ await client.orgInfoForConnections.shipper.createV1({
9526
9589
  schema_version: 1,
9527
9590
  email_address_primary: "email_address_primary",
9528
9591
  });
@@ -9541,7 +9604,7 @@ await client.orgConnectionInfos.shipper.createV1({
9541
9604
  <dl>
9542
9605
  <dd>
9543
9606
 
9544
- **request:** `Chrt.orgConnectionInfos.ShipperOrgInfoForConnectionsClientCreate1`
9607
+ **request:** `Chrt.orgInfoForConnections.ShipperOrgInfoForConnectionsClientCreate1`
9545
9608
 
9546
9609
  </dd>
9547
9610
  </dl>
@@ -9560,7 +9623,7 @@ await client.orgConnectionInfos.shipper.createV1({
9560
9623
  </dl>
9561
9624
  </details>
9562
9625
 
9563
- <details><summary><code>client.orgConnectionInfos.shipper.<a href="/src/api/resources/orgConnectionInfos/resources/shipper/client/Client.ts">updateV1</a>({ ...params }) -> boolean</code></summary>
9626
+ <details><summary><code>client.orgInfoForConnections.shipper.<a href="/src/api/resources/orgInfoForConnections/resources/shipper/client/Client.ts">updateV1</a>({ ...params }) -> boolean</code></summary>
9564
9627
  <dl>
9565
9628
  <dd>
9566
9629
 
@@ -9588,7 +9651,7 @@ Updates existing shipper organization connection information. | (ShipperOrgInfoF
9588
9651
  <dd>
9589
9652
 
9590
9653
  ```typescript
9591
- await client.orgConnectionInfos.shipper.updateV1();
9654
+ await client.orgInfoForConnections.shipper.updateV1();
9592
9655
  ```
9593
9656
 
9594
9657
  </dd>
@@ -9604,7 +9667,7 @@ await client.orgConnectionInfos.shipper.updateV1();
9604
9667
  <dl>
9605
9668
  <dd>
9606
9669
 
9607
- **request:** `Chrt.orgConnectionInfos.ShipperOrgInfoForConnectionsClientUpdate1`
9670
+ **request:** `Chrt.orgInfoForConnections.ShipperOrgInfoForConnectionsClientUpdate1`
9608
9671
 
9609
9672
  </dd>
9610
9673
  </dl>
@@ -9623,9 +9686,9 @@ await client.orgConnectionInfos.shipper.updateV1();
9623
9686
  </dl>
9624
9687
  </details>
9625
9688
 
9626
- ## OrgConnectionInfos Courier
9689
+ ## OrgInfoForConnections Courier
9627
9690
 
9628
- <details><summary><code>client.orgConnectionInfos.courier.<a href="/src/api/resources/orgConnectionInfos/resources/courier/client/Client.ts">getV1</a>() -> Chrt.CourierOrgInfoForConnections1</code></summary>
9691
+ <details><summary><code>client.orgInfoForConnections.courier.<a href="/src/api/resources/orgInfoForConnections/resources/courier/client/Client.ts">getV1</a>() -> Chrt.CourierOrgInfoForConnections1</code></summary>
9629
9692
  <dl>
9630
9693
  <dd>
9631
9694
 
@@ -9653,7 +9716,62 @@ Retrieves courier organization connection information for the authenticated orga
9653
9716
  <dd>
9654
9717
 
9655
9718
  ```typescript
9656
- await client.orgConnectionInfos.courier.getV1();
9719
+ await client.orgInfoForConnections.courier.getV1();
9720
+ ```
9721
+
9722
+ </dd>
9723
+ </dl>
9724
+ </dd>
9725
+ </dl>
9726
+
9727
+ #### ⚙️ Parameters
9728
+
9729
+ <dl>
9730
+ <dd>
9731
+
9732
+ <dl>
9733
+ <dd>
9734
+
9735
+ **requestOptions:** `Courier.RequestOptions`
9736
+
9737
+ </dd>
9738
+ </dl>
9739
+ </dd>
9740
+ </dl>
9741
+
9742
+ </dd>
9743
+ </dl>
9744
+ </details>
9745
+
9746
+ <details><summary><code>client.orgInfoForConnections.courier.<a href="/src/api/resources/orgInfoForConnections/resources/courier/client/Client.ts">listV1</a>() -> Chrt.CourierOrgInfoForConnections1[]</code></summary>
9747
+ <dl>
9748
+ <dd>
9749
+
9750
+ #### 📝 Description
9751
+
9752
+ <dl>
9753
+ <dd>
9754
+
9755
+ <dl>
9756
+ <dd>
9757
+
9758
+ Retrieves list of connected courier organizations for forwarder or shipper organizations. Not accessible by courier organizations. | () -> (list[CourierOrgInfoForConnections1])
9759
+
9760
+ </dd>
9761
+ </dl>
9762
+ </dd>
9763
+ </dl>
9764
+
9765
+ #### 🔌 Usage
9766
+
9767
+ <dl>
9768
+ <dd>
9769
+
9770
+ <dl>
9771
+ <dd>
9772
+
9773
+ ```typescript
9774
+ await client.orgInfoForConnections.courier.listV1();
9657
9775
  ```
9658
9776
 
9659
9777
  </dd>
@@ -9680,7 +9798,7 @@ await client.orgConnectionInfos.courier.getV1();
9680
9798
  </dl>
9681
9799
  </details>
9682
9800
 
9683
- <details><summary><code>client.orgConnectionInfos.courier.<a href="/src/api/resources/orgConnectionInfos/resources/courier/client/Client.ts">createV1</a>({ ...params }) -> string</code></summary>
9801
+ <details><summary><code>client.orgInfoForConnections.courier.<a href="/src/api/resources/orgInfoForConnections/resources/courier/client/Client.ts">createV1</a>({ ...params }) -> string</code></summary>
9684
9802
  <dl>
9685
9803
  <dd>
9686
9804
 
@@ -9708,7 +9826,7 @@ Creates courier organization connection information. Fails if already exists. |
9708
9826
  <dd>
9709
9827
 
9710
9828
  ```typescript
9711
- await client.orgConnectionInfos.courier.createV1({
9829
+ await client.orgInfoForConnections.courier.createV1({
9712
9830
  schema_version: 1,
9713
9831
  email_address_primary: "email_address_primary",
9714
9832
  });
@@ -9727,7 +9845,7 @@ await client.orgConnectionInfos.courier.createV1({
9727
9845
  <dl>
9728
9846
  <dd>
9729
9847
 
9730
- **request:** `Chrt.orgConnectionInfos.CourierOrgInfoForConnectionsClientCreate1`
9848
+ **request:** `Chrt.orgInfoForConnections.CourierOrgInfoForConnectionsClientCreate1`
9731
9849
 
9732
9850
  </dd>
9733
9851
  </dl>
@@ -9746,7 +9864,7 @@ await client.orgConnectionInfos.courier.createV1({
9746
9864
  </dl>
9747
9865
  </details>
9748
9866
 
9749
- <details><summary><code>client.orgConnectionInfos.courier.<a href="/src/api/resources/orgConnectionInfos/resources/courier/client/Client.ts">updateV1</a>({ ...params }) -> boolean</code></summary>
9867
+ <details><summary><code>client.orgInfoForConnections.courier.<a href="/src/api/resources/orgInfoForConnections/resources/courier/client/Client.ts">updateV1</a>({ ...params }) -> boolean</code></summary>
9750
9868
  <dl>
9751
9869
  <dd>
9752
9870
 
@@ -9774,7 +9892,7 @@ Updates existing courier organization connection information. | (CourierOrgInfoF
9774
9892
  <dd>
9775
9893
 
9776
9894
  ```typescript
9777
- await client.orgConnectionInfos.courier.updateV1();
9895
+ await client.orgInfoForConnections.courier.updateV1();
9778
9896
  ```
9779
9897
 
9780
9898
  </dd>
@@ -9790,7 +9908,7 @@ await client.orgConnectionInfos.courier.updateV1();
9790
9908
  <dl>
9791
9909
  <dd>
9792
9910
 
9793
- **request:** `Chrt.orgConnectionInfos.CourierOrgInfoForConnectionsClientUpdate1`
9911
+ **request:** `Chrt.orgInfoForConnections.CourierOrgInfoForConnectionsClientUpdate1`
9794
9912
 
9795
9913
  </dd>
9796
9914
  </dl>
@@ -9809,6 +9927,192 @@ await client.orgConnectionInfos.courier.updateV1();
9809
9927
  </dl>
9810
9928
  </details>
9811
9929
 
9930
+ ## OrgInfoForConnections Forwarder
9931
+
9932
+ <details><summary><code>client.orgInfoForConnections.forwarder.<a href="/src/api/resources/orgInfoForConnections/resources/forwarder/client/Client.ts">getV1</a>() -> Chrt.ForwarderOrgInfoForConnections1</code></summary>
9933
+ <dl>
9934
+ <dd>
9935
+
9936
+ #### 📝 Description
9937
+
9938
+ <dl>
9939
+ <dd>
9940
+
9941
+ <dl>
9942
+ <dd>
9943
+
9944
+ Retrieves forwarder organization connection information for the authenticated organization. | () -> (ForwarderOrgInfoForConnections1)
9945
+
9946
+ </dd>
9947
+ </dl>
9948
+ </dd>
9949
+ </dl>
9950
+
9951
+ #### 🔌 Usage
9952
+
9953
+ <dl>
9954
+ <dd>
9955
+
9956
+ <dl>
9957
+ <dd>
9958
+
9959
+ ```typescript
9960
+ await client.orgInfoForConnections.forwarder.getV1();
9961
+ ```
9962
+
9963
+ </dd>
9964
+ </dl>
9965
+ </dd>
9966
+ </dl>
9967
+
9968
+ #### ⚙️ Parameters
9969
+
9970
+ <dl>
9971
+ <dd>
9972
+
9973
+ <dl>
9974
+ <dd>
9975
+
9976
+ **requestOptions:** `Forwarder.RequestOptions`
9977
+
9978
+ </dd>
9979
+ </dl>
9980
+ </dd>
9981
+ </dl>
9982
+
9983
+ </dd>
9984
+ </dl>
9985
+ </details>
9986
+
9987
+ <details><summary><code>client.orgInfoForConnections.forwarder.<a href="/src/api/resources/orgInfoForConnections/resources/forwarder/client/Client.ts">createV1</a>({ ...params }) -> string</code></summary>
9988
+ <dl>
9989
+ <dd>
9990
+
9991
+ #### 📝 Description
9992
+
9993
+ <dl>
9994
+ <dd>
9995
+
9996
+ <dl>
9997
+ <dd>
9998
+
9999
+ Creates forwarder organization connection information. Fails if already exists. | (ForwarderOrgInfoForConnectionsClientCreate1) -> (PydanticObjectId)
10000
+
10001
+ </dd>
10002
+ </dl>
10003
+ </dd>
10004
+ </dl>
10005
+
10006
+ #### 🔌 Usage
10007
+
10008
+ <dl>
10009
+ <dd>
10010
+
10011
+ <dl>
10012
+ <dd>
10013
+
10014
+ ```typescript
10015
+ await client.orgInfoForConnections.forwarder.createV1({
10016
+ schema_version: 1,
10017
+ email_address_primary: "email_address_primary",
10018
+ });
10019
+ ```
10020
+
10021
+ </dd>
10022
+ </dl>
10023
+ </dd>
10024
+ </dl>
10025
+
10026
+ #### ⚙️ Parameters
10027
+
10028
+ <dl>
10029
+ <dd>
10030
+
10031
+ <dl>
10032
+ <dd>
10033
+
10034
+ **request:** `Chrt.orgInfoForConnections.ForwarderOrgInfoForConnectionsClientCreate1`
10035
+
10036
+ </dd>
10037
+ </dl>
10038
+
10039
+ <dl>
10040
+ <dd>
10041
+
10042
+ **requestOptions:** `Forwarder.RequestOptions`
10043
+
10044
+ </dd>
10045
+ </dl>
10046
+ </dd>
10047
+ </dl>
10048
+
10049
+ </dd>
10050
+ </dl>
10051
+ </details>
10052
+
10053
+ <details><summary><code>client.orgInfoForConnections.forwarder.<a href="/src/api/resources/orgInfoForConnections/resources/forwarder/client/Client.ts">updateV1</a>({ ...params }) -> boolean</code></summary>
10054
+ <dl>
10055
+ <dd>
10056
+
10057
+ #### 📝 Description
10058
+
10059
+ <dl>
10060
+ <dd>
10061
+
10062
+ <dl>
10063
+ <dd>
10064
+
10065
+ Updates existing forwarder organization connection information. | (ForwarderOrgInfoForConnectionsClientUpdate1) -> (bool)
10066
+
10067
+ </dd>
10068
+ </dl>
10069
+ </dd>
10070
+ </dl>
10071
+
10072
+ #### 🔌 Usage
10073
+
10074
+ <dl>
10075
+ <dd>
10076
+
10077
+ <dl>
10078
+ <dd>
10079
+
10080
+ ```typescript
10081
+ await client.orgInfoForConnections.forwarder.updateV1();
10082
+ ```
10083
+
10084
+ </dd>
10085
+ </dl>
10086
+ </dd>
10087
+ </dl>
10088
+
10089
+ #### ⚙️ Parameters
10090
+
10091
+ <dl>
10092
+ <dd>
10093
+
10094
+ <dl>
10095
+ <dd>
10096
+
10097
+ **request:** `Chrt.orgInfoForConnections.ForwarderOrgInfoForConnectionsClientUpdate1`
10098
+
10099
+ </dd>
10100
+ </dl>
10101
+
10102
+ <dl>
10103
+ <dd>
10104
+
10105
+ **requestOptions:** `Forwarder.RequestOptions`
10106
+
10107
+ </dd>
10108
+ </dl>
10109
+ </dd>
10110
+ </dl>
10111
+
10112
+ </dd>
10113
+ </dl>
10114
+ </details>
10115
+
9812
10116
  ## ShipperPayCourierLineItemGroups Shipper
9813
10117
 
9814
10118
  <details><summary><code>client.shipperPayCourierLineItemGroups.shipper.<a href="/src/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.ts">listV1</a>() -> Chrt.ShipperPayCourierLineItemGroup1[]</code></summary>