@chrt-inc/typescript-sdk 1.949.0 → 1.953.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 (46) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/shipping/resources/flights/client/Client.d.ts +1 -1
  3. package/dist/cjs/api/resources/shipping/resources/flights/client/Client.js +1 -1
  4. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/Client.d.ts +1 -0
  5. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/Client.js +5 -1
  6. package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplatesNewListV1Request.d.ts +3 -0
  7. package/dist/cjs/api/resources/shippingIntegrations/resources/atlas/resources/orders/client/Client.d.ts +3 -3
  8. package/dist/cjs/api/resources/shippingIntegrations/resources/atlas/resources/orders/client/Client.js +7 -7
  9. package/dist/cjs/api/resources/shippingIntegrations/resources/cxt/resources/orders/client/Client.d.ts +3 -3
  10. package/dist/cjs/api/resources/shippingIntegrations/resources/cxt/resources/orders/client/Client.js +7 -7
  11. package/dist/cjs/api/resources/shippingIntegrations/resources/dispatchScience/resources/orders/client/Client.d.ts +3 -3
  12. package/dist/cjs/api/resources/shippingIntegrations/resources/dispatchScience/resources/orders/client/Client.js +7 -7
  13. package/dist/cjs/api/resources/shippingIntegrations/resources/ecourier/resources/orders/client/Client.d.ts +3 -3
  14. package/dist/cjs/api/resources/shippingIntegrations/resources/ecourier/resources/orders/client/Client.js +7 -7
  15. package/dist/cjs/api/resources/shippingIntegrations/resources/ontime360/resources/orders/client/Client.d.ts +3 -3
  16. package/dist/cjs/api/resources/shippingIntegrations/resources/ontime360/resources/orders/client/Client.js +7 -7
  17. package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/Client.d.ts +3 -3
  18. package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/Client.js +7 -7
  19. package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.d.ts +1 -1
  20. package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.js +1 -1
  21. package/dist/cjs/version.d.ts +1 -1
  22. package/dist/cjs/version.js +1 -1
  23. package/dist/esm/Client.mjs +2 -2
  24. package/dist/esm/api/resources/shipping/resources/flights/client/Client.d.mts +1 -1
  25. package/dist/esm/api/resources/shipping/resources/flights/client/Client.mjs +1 -1
  26. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/Client.d.mts +1 -0
  27. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/Client.mjs +5 -1
  28. package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplatesNewListV1Request.d.mts +3 -0
  29. package/dist/esm/api/resources/shippingIntegrations/resources/atlas/resources/orders/client/Client.d.mts +3 -3
  30. package/dist/esm/api/resources/shippingIntegrations/resources/atlas/resources/orders/client/Client.mjs +7 -7
  31. package/dist/esm/api/resources/shippingIntegrations/resources/cxt/resources/orders/client/Client.d.mts +3 -3
  32. package/dist/esm/api/resources/shippingIntegrations/resources/cxt/resources/orders/client/Client.mjs +7 -7
  33. package/dist/esm/api/resources/shippingIntegrations/resources/dispatchScience/resources/orders/client/Client.d.mts +3 -3
  34. package/dist/esm/api/resources/shippingIntegrations/resources/dispatchScience/resources/orders/client/Client.mjs +7 -7
  35. package/dist/esm/api/resources/shippingIntegrations/resources/ecourier/resources/orders/client/Client.d.mts +3 -3
  36. package/dist/esm/api/resources/shippingIntegrations/resources/ecourier/resources/orders/client/Client.mjs +7 -7
  37. package/dist/esm/api/resources/shippingIntegrations/resources/ontime360/resources/orders/client/Client.d.mts +3 -3
  38. package/dist/esm/api/resources/shippingIntegrations/resources/ontime360/resources/orders/client/Client.mjs +7 -7
  39. package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/Client.d.mts +3 -3
  40. package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/Client.mjs +7 -7
  41. package/dist/esm/api/resources/tracking/resources/sessions/client/Client.d.mts +1 -1
  42. package/dist/esm/api/resources/tracking/resources/sessions/client/Client.mjs +1 -1
  43. package/dist/esm/version.d.mts +1 -1
  44. package/dist/esm/version.mjs +1 -1
  45. package/package.json +1 -1
  46. package/reference.md +21 -32
package/reference.md CHANGED
@@ -15903,7 +15903,7 @@ await client.shipping.flights.getFlightStatusForFlightLegV1("flight_leg_id");
15903
15903
  <dl>
15904
15904
  <dd>
15905
15905
 
15906
- Returns the raw Cirium positional track for a flight leg; pass force_refresh=true to bypass the cache. | authz_personas=[driver_for_executor, coordinator_org_operators, executor_org_operators, order_executor_org_operators, shipper_org_operators] | () -> (FlightTrackRes)
15906
+ Returns the Cirium positional track for a flight leg; pass force_refresh=true to bypass the cache. | authz_personas=[driver_for_executor, coordinator_org_operators, executor_org_operators, order_executor_org_operators, shipper_org_operators] | () -> (FlightTrackRes)
15907
15907
 
15908
15908
  </dd>
15909
15909
  </dl>
@@ -16204,6 +16204,7 @@ await client.shipping.orderTemplatesNew.listV1({
16204
16204
  search: "search",
16205
16205
  filter_archived: true,
16206
16206
  filter_owned_by_user_id: "filter_owned_by_user_id",
16207
+ filter_coordinator_label: "filter_coordinator_label",
16207
16208
  filter_executor_org_id: "filter_executor_org_id",
16208
16209
  filter_off_chrt_executor_org_data_id: "filter_off_chrt_executor_org_data_id",
16209
16210
  filter_shipper_org_id: "filter_shipper_org_id",
@@ -25027,7 +25028,7 @@ await client.shippingIntegrations.atlas.creds.updateV1("provider_org_id");
25027
25028
 
25028
25029
  ## ShippingIntegrations Atlas Orders
25029
25030
 
25030
- <details><summary><code>client.shippingIntegrations.atlas.orders.<a href="/src/api/resources/shippingIntegrations/resources/atlas/resources/orders/client/Client.ts">detailByIntegrationOrderIdV1</a>(providerOrgId, integrationOrderId) -> Chrt.AtlasOrderExpanded1</code></summary>
25031
+ <details><summary><code>client.shippingIntegrations.atlas.orders.<a href="/src/api/resources/shippingIntegrations/resources/atlas/resources/orders/client/Client.ts">detailByIntegrationOrderIdV1</a>(orgId, integrationOrderId) -> Chrt.AtlasOrderExpanded1</code></summary>
25031
25032
  <dl>
25032
25033
  <dd>
25033
25034
 
@@ -25055,7 +25056,7 @@ Returns one mirrored Atlas order by the provider's own order ID with the provide
25055
25056
  <dd>
25056
25057
 
25057
25058
  ```typescript
25058
- await client.shippingIntegrations.atlas.orders.detailByIntegrationOrderIdV1("provider_org_id", "integration_order_id");
25059
+ await client.shippingIntegrations.atlas.orders.detailByIntegrationOrderIdV1("org_id", "integration_order_id");
25059
25060
  ```
25060
25061
 
25061
25062
  </dd>
@@ -25071,7 +25072,7 @@ await client.shippingIntegrations.atlas.orders.detailByIntegrationOrderIdV1("pro
25071
25072
  <dl>
25072
25073
  <dd>
25073
25074
 
25074
- **providerOrgId:** `string` — CHRT org ID of the courier whose Atlas instance holds the order
25075
+ **orgId:** `string` — CHRT org ID of the other party (executor if caller is coordinator, coordinator if caller is executor)
25075
25076
 
25076
25077
  </dd>
25077
25078
  </dl>
@@ -25700,7 +25701,7 @@ await client.shippingIntegrations.cxt.creds.updateV1("provider_org_id");
25700
25701
 
25701
25702
  ## ShippingIntegrations Cxt Orders
25702
25703
 
25703
- <details><summary><code>client.shippingIntegrations.cxt.orders.<a href="/src/api/resources/shippingIntegrations/resources/cxt/resources/orders/client/Client.ts">detailByIntegrationOrderIdV1</a>(providerOrgId, integrationOrderId) -> Chrt.CxtOrderExpanded1</code></summary>
25704
+ <details><summary><code>client.shippingIntegrations.cxt.orders.<a href="/src/api/resources/shippingIntegrations/resources/cxt/resources/orders/client/Client.ts">detailByIntegrationOrderIdV1</a>(orgId, integrationOrderId) -> Chrt.CxtOrderExpanded1</code></summary>
25704
25705
  <dl>
25705
25706
  <dd>
25706
25707
 
@@ -25728,7 +25729,7 @@ Returns one mirrored CXT order by the provider's own order ID with the provider
25728
25729
  <dd>
25729
25730
 
25730
25731
  ```typescript
25731
- await client.shippingIntegrations.cxt.orders.detailByIntegrationOrderIdV1("provider_org_id", "integration_order_id");
25732
+ await client.shippingIntegrations.cxt.orders.detailByIntegrationOrderIdV1("org_id", "integration_order_id");
25732
25733
  ```
25733
25734
 
25734
25735
  </dd>
@@ -25744,7 +25745,7 @@ await client.shippingIntegrations.cxt.orders.detailByIntegrationOrderIdV1("provi
25744
25745
  <dl>
25745
25746
  <dd>
25746
25747
 
25747
- **providerOrgId:** `string` — CHRT org ID of the courier whose CXT instance holds the order
25748
+ **orgId:** `string` — CHRT org ID of the other party (executor if caller is coordinator, coordinator if caller is executor)
25748
25749
 
25749
25750
  </dd>
25750
25751
  </dl>
@@ -26372,7 +26373,7 @@ await client.shippingIntegrations.dispatchScience.creds.updateV1("provider_org_i
26372
26373
 
26373
26374
  ## ShippingIntegrations DispatchScience Orders
26374
26375
 
26375
- <details><summary><code>client.shippingIntegrations.dispatchScience.orders.<a href="/src/api/resources/shippingIntegrations/resources/dispatchScience/resources/orders/client/Client.ts">detailByIntegrationOrderIdV1</a>(providerOrgId, integrationOrderId) -> Chrt.DispatchScienceOrder1</code></summary>
26376
+ <details><summary><code>client.shippingIntegrations.dispatchScience.orders.<a href="/src/api/resources/shippingIntegrations/resources/dispatchScience/resources/orders/client/Client.ts">detailByIntegrationOrderIdV1</a>(orgId, integrationOrderId) -> Chrt.DispatchScienceOrder1</code></summary>
26376
26377
  <dl>
26377
26378
  <dd>
26378
26379
 
@@ -26400,10 +26401,7 @@ Returns one mirrored DispatchScience order by the provider's own order ID. | ()
26400
26401
  <dd>
26401
26402
 
26402
26403
  ```typescript
26403
- await client.shippingIntegrations.dispatchScience.orders.detailByIntegrationOrderIdV1(
26404
- "provider_org_id",
26405
- "integration_order_id",
26406
- );
26404
+ await client.shippingIntegrations.dispatchScience.orders.detailByIntegrationOrderIdV1("org_id", "integration_order_id");
26407
26405
  ```
26408
26406
 
26409
26407
  </dd>
@@ -26419,7 +26417,7 @@ await client.shippingIntegrations.dispatchScience.orders.detailByIntegrationOrde
26419
26417
  <dl>
26420
26418
  <dd>
26421
26419
 
26422
- **providerOrgId:** `string` — CHRT org ID of the courier whose DispatchScience instance holds the order
26420
+ **orgId:** `string` — CHRT org ID of the other party (executor if caller is coordinator, coordinator if caller is executor)
26423
26421
 
26424
26422
  </dd>
26425
26423
  </dl>
@@ -27051,7 +27049,7 @@ await client.shippingIntegrations.ecourier.creds.updateV1("provider_org_id");
27051
27049
 
27052
27050
  ## ShippingIntegrations Ecourier Orders
27053
27051
 
27054
- <details><summary><code>client.shippingIntegrations.ecourier.orders.<a href="/src/api/resources/shippingIntegrations/resources/ecourier/resources/orders/client/Client.ts">detailByIntegrationOrderIdV1</a>(providerOrgId, integrationOrderId) -> Chrt.EcourierOrder1</code></summary>
27052
+ <details><summary><code>client.shippingIntegrations.ecourier.orders.<a href="/src/api/resources/shippingIntegrations/resources/ecourier/resources/orders/client/Client.ts">detailByIntegrationOrderIdV1</a>(orgId, integrationOrderId) -> Chrt.EcourierOrder1</code></summary>
27055
27053
  <dl>
27056
27054
  <dd>
27057
27055
 
@@ -27079,10 +27077,7 @@ Returns one mirrored e-Courier order by the provider's own order number. | () ->
27079
27077
  <dd>
27080
27078
 
27081
27079
  ```typescript
27082
- await client.shippingIntegrations.ecourier.orders.detailByIntegrationOrderIdV1(
27083
- "provider_org_id",
27084
- "integration_order_id",
27085
- );
27080
+ await client.shippingIntegrations.ecourier.orders.detailByIntegrationOrderIdV1("org_id", "integration_order_id");
27086
27081
  ```
27087
27082
 
27088
27083
  </dd>
@@ -27098,7 +27093,7 @@ await client.shippingIntegrations.ecourier.orders.detailByIntegrationOrderIdV1(
27098
27093
  <dl>
27099
27094
  <dd>
27100
27095
 
27101
- **providerOrgId:** `string` — CHRT org ID of the courier whose e-Courier database holds the order
27096
+ **orgId:** `string` — CHRT org ID of the other party (executor if caller is coordinator, coordinator if caller is executor)
27102
27097
 
27103
27098
  </dd>
27104
27099
  </dl>
@@ -27726,7 +27721,7 @@ await client.shippingIntegrations.ontime360.creds.updateV1("provider_org_id");
27726
27721
 
27727
27722
  ## ShippingIntegrations Ontime360 Orders
27728
27723
 
27729
- <details><summary><code>client.shippingIntegrations.ontime360.orders.<a href="/src/api/resources/shippingIntegrations/resources/ontime360/resources/orders/client/Client.ts">detailByIntegrationOrderIdV1</a>(providerOrgId, integrationOrderId) -> Chrt.OnTime360Order1</code></summary>
27724
+ <details><summary><code>client.shippingIntegrations.ontime360.orders.<a href="/src/api/resources/shippingIntegrations/resources/ontime360/resources/orders/client/Client.ts">detailByIntegrationOrderIdV1</a>(orgId, integrationOrderId) -> Chrt.OnTime360Order1</code></summary>
27730
27725
  <dl>
27731
27726
  <dd>
27732
27727
 
@@ -27754,10 +27749,7 @@ Returns one mirrored OnTime360 order by the provider's own order GUID. | () -> (
27754
27749
  <dd>
27755
27750
 
27756
27751
  ```typescript
27757
- await client.shippingIntegrations.ontime360.orders.detailByIntegrationOrderIdV1(
27758
- "provider_org_id",
27759
- "integration_order_id",
27760
- );
27752
+ await client.shippingIntegrations.ontime360.orders.detailByIntegrationOrderIdV1("org_id", "integration_order_id");
27761
27753
  ```
27762
27754
 
27763
27755
  </dd>
@@ -27773,7 +27765,7 @@ await client.shippingIntegrations.ontime360.orders.detailByIntegrationOrderIdV1(
27773
27765
  <dl>
27774
27766
  <dd>
27775
27767
 
27776
- **providerOrgId:** `string` — CHRT org ID of the courier whose OnTime360 site holds the order
27768
+ **orgId:** `string` — CHRT org ID of the other party (executor if caller is coordinator, coordinator if caller is executor)
27777
27769
 
27778
27770
  </dd>
27779
27771
  </dl>
@@ -28402,7 +28394,7 @@ await client.shippingIntegrations.xcelerator.creds.updateV1("provider_org_id");
28402
28394
 
28403
28395
  ## ShippingIntegrations Xcelerator Orders
28404
28396
 
28405
- <details><summary><code>client.shippingIntegrations.xcelerator.orders.<a href="/src/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/Client.ts">detailByIntegrationOrderIdV1</a>(providerOrgId, integrationOrderId) -> Chrt.XceleratorOrderExpanded1</code></summary>
28397
+ <details><summary><code>client.shippingIntegrations.xcelerator.orders.<a href="/src/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/Client.ts">detailByIntegrationOrderIdV1</a>(orgId, integrationOrderId) -> Chrt.XceleratorOrderExpanded1</code></summary>
28406
28398
  <dl>
28407
28399
  <dd>
28408
28400
 
@@ -28430,10 +28422,7 @@ Returns one mirrored Xcelerator order by the provider's own order ID with the pr
28430
28422
  <dd>
28431
28423
 
28432
28424
  ```typescript
28433
- await client.shippingIntegrations.xcelerator.orders.detailByIntegrationOrderIdV1(
28434
- "provider_org_id",
28435
- "integration_order_id",
28436
- );
28425
+ await client.shippingIntegrations.xcelerator.orders.detailByIntegrationOrderIdV1("org_id", "integration_order_id");
28437
28426
  ```
28438
28427
 
28439
28428
  </dd>
@@ -28449,7 +28438,7 @@ await client.shippingIntegrations.xcelerator.orders.detailByIntegrationOrderIdV1
28449
28438
  <dl>
28450
28439
  <dd>
28451
28440
 
28452
- **providerOrgId:** `string` — CHRT org ID of the courier whose Xcelerator instance holds the order
28441
+ **orgId:** `string` — CHRT org ID of the other party (executor if caller is coordinator, coordinator if caller is executor)
28453
28442
 
28454
28443
  </dd>
28455
28444
  </dl>
@@ -29934,7 +29923,7 @@ await client.tracking.sessions.flightLegsV1({
29934
29923
  <dl>
29935
29924
  <dd>
29936
29925
 
29937
- Returns the raw Cirium positional track for one of the session's flight legs; pass force_refresh=true to bypass the cache. Access restricted to the caller's organization or shared organizations. | auth: api_key | authz: min_org_role=operator | () -> (FlightTrackRes)
29926
+ Returns the Cirium positional track for one of the session's flight legs; pass force_refresh=true to bypass the cache. Access restricted to the caller's organization or shared organizations. | auth: api_key | authz: min_org_role=operator | () -> (FlightTrackRes)
29938
29927
 
29939
29928
  </dd>
29940
29929
  </dl>