@chrt-inc/typescript-sdk 1.944.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.
- package/dist/cjs/Client.js +2 -2
- package/dist/cjs/api/resources/shipping/resources/flights/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/flights/client/Client.js +1 -1
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/Client.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/Client.js +5 -1
- package/dist/cjs/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplatesNewListV1Request.d.ts +3 -0
- package/dist/cjs/api/resources/shippingIntegrations/client/Client.d.ts +3 -0
- package/dist/cjs/api/resources/shippingIntegrations/client/Client.js +19 -14
- package/dist/cjs/api/resources/shippingIntegrations/resources/atlas/resources/orders/client/Client.d.ts +3 -19
- package/dist/cjs/api/resources/shippingIntegrations/resources/atlas/resources/orders/client/Client.js +7 -78
- package/dist/cjs/api/resources/shippingIntegrations/resources/atlas/resources/orders/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/shippingIntegrations/resources/cxt/resources/orders/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/shippingIntegrations/resources/cxt/resources/orders/client/Client.js +7 -7
- package/dist/cjs/api/resources/shippingIntegrations/resources/dispatchScience/resources/orders/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/shippingIntegrations/resources/dispatchScience/resources/orders/client/Client.js +7 -7
- package/dist/cjs/api/resources/shippingIntegrations/resources/ecourier/resources/orders/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/shippingIntegrations/resources/ecourier/resources/orders/client/Client.js +7 -7
- package/dist/cjs/api/resources/shippingIntegrations/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/shippingIntegrations/resources/index.js +2 -1
- package/dist/cjs/api/resources/shippingIntegrations/resources/integrationExecutors/client/Client.d.ts +44 -0
- package/dist/cjs/api/resources/shippingIntegrations/resources/integrationExecutors/client/Client.js +121 -0
- package/dist/cjs/api/resources/shippingIntegrations/resources/integrationExecutors/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/shippingIntegrations/resources/integrationExecutors/client/index.js +2 -0
- package/dist/cjs/api/resources/shippingIntegrations/resources/integrationExecutors/index.d.ts +1 -0
- package/dist/cjs/api/resources/shippingIntegrations/resources/integrationExecutors/index.js +17 -0
- package/dist/cjs/api/resources/shippingIntegrations/resources/ontime360/resources/orders/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/shippingIntegrations/resources/ontime360/resources/orders/client/Client.js +7 -7
- package/dist/cjs/api/resources/shippingIntegrations/resources/orders/client/Client.d.ts +35 -2
- package/dist/cjs/api/resources/shippingIntegrations/resources/orders/client/Client.js +152 -4
- package/dist/cjs/api/resources/shippingIntegrations/resources/orders/client/requests/OrdersListForIntegrationExecutorOperatorsV1Request.d.ts +54 -0
- package/dist/cjs/api/resources/shippingIntegrations/resources/orders/client/requests/OrdersListV1Request.d.ts +6 -0
- package/dist/cjs/api/resources/shippingIntegrations/resources/orders/client/requests/OrdersStatusSummaryV1Request.d.ts +6 -0
- package/dist/cjs/api/resources/shippingIntegrations/resources/orders/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/Client.d.ts +3 -19
- package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/Client.js +7 -78
- package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.js +1 -1
- package/dist/cjs/api/types/ShippingIntegrationIntegrationExecutor.d.ts +17 -0
- package/dist/cjs/api/types/ShippingIntegrationIntegrationExecutorListRes.d.ts +8 -0
- package/dist/cjs/api/types/ShippingIntegrationIntegrationExecutorListRes.js +5 -0
- package/dist/cjs/api/types/ShippingIntegrationOrderCompletedAtProvenanceEnum1.d.ts +8 -0
- package/dist/cjs/api/types/ShippingIntegrationOrderCompletedAtProvenanceEnum1.js +10 -0
- package/dist/cjs/api/types/ShippingIntegrationOrderExpanded1.d.ts +3 -0
- package/dist/cjs/api/types/ShippingIntegrationOrderSortByEnum.d.ts +2 -1
- package/dist/cjs/api/types/ShippingIntegrationOrderSortByEnum.js +1 -0
- package/dist/cjs/api/types/ShippingIntegrationOrderTypeaheadFieldEnum.d.ts +5 -1
- package/dist/cjs/api/types/ShippingIntegrationOrderTypeaheadFieldEnum.js +5 -0
- package/dist/cjs/api/types/index.d.ts +3 -0
- package/dist/cjs/api/types/index.js +3 -0
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/resources/shipping/resources/flights/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/flights/client/Client.mjs +1 -1
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/Client.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/Client.mjs +5 -1
- package/dist/esm/api/resources/shipping/resources/orderTemplatesNew/client/requests/OrderTemplatesNewListV1Request.d.mts +3 -0
- package/dist/esm/api/resources/shippingIntegrations/client/Client.d.mts +3 -0
- package/dist/esm/api/resources/shippingIntegrations/client/Client.mjs +5 -0
- package/dist/esm/api/resources/shippingIntegrations/resources/atlas/resources/orders/client/Client.d.mts +3 -19
- package/dist/esm/api/resources/shippingIntegrations/resources/atlas/resources/orders/client/Client.mjs +7 -78
- package/dist/esm/api/resources/shippingIntegrations/resources/atlas/resources/orders/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/shippingIntegrations/resources/cxt/resources/orders/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/shippingIntegrations/resources/cxt/resources/orders/client/Client.mjs +7 -7
- package/dist/esm/api/resources/shippingIntegrations/resources/dispatchScience/resources/orders/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/shippingIntegrations/resources/dispatchScience/resources/orders/client/Client.mjs +7 -7
- package/dist/esm/api/resources/shippingIntegrations/resources/ecourier/resources/orders/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/shippingIntegrations/resources/ecourier/resources/orders/client/Client.mjs +7 -7
- package/dist/esm/api/resources/shippingIntegrations/resources/index.d.mts +1 -0
- package/dist/esm/api/resources/shippingIntegrations/resources/index.mjs +1 -0
- package/dist/esm/api/resources/shippingIntegrations/resources/integrationExecutors/client/Client.d.mts +44 -0
- package/dist/esm/api/resources/shippingIntegrations/resources/integrationExecutors/client/Client.mjs +84 -0
- package/dist/esm/api/resources/shippingIntegrations/resources/integrationExecutors/client/index.d.mts +1 -0
- package/dist/esm/api/resources/shippingIntegrations/resources/integrationExecutors/client/index.mjs +1 -0
- package/dist/esm/api/resources/shippingIntegrations/resources/integrationExecutors/index.d.mts +1 -0
- package/dist/esm/api/resources/shippingIntegrations/resources/integrationExecutors/index.mjs +1 -0
- package/dist/esm/api/resources/shippingIntegrations/resources/ontime360/resources/orders/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/shippingIntegrations/resources/ontime360/resources/orders/client/Client.mjs +7 -7
- package/dist/esm/api/resources/shippingIntegrations/resources/orders/client/Client.d.mts +35 -2
- package/dist/esm/api/resources/shippingIntegrations/resources/orders/client/Client.mjs +152 -4
- package/dist/esm/api/resources/shippingIntegrations/resources/orders/client/requests/OrdersListForIntegrationExecutorOperatorsV1Request.d.mts +54 -0
- package/dist/esm/api/resources/shippingIntegrations/resources/orders/client/requests/OrdersListV1Request.d.mts +6 -0
- package/dist/esm/api/resources/shippingIntegrations/resources/orders/client/requests/OrdersStatusSummaryV1Request.d.mts +6 -0
- package/dist/esm/api/resources/shippingIntegrations/resources/orders/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/Client.d.mts +3 -19
- package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/Client.mjs +7 -78
- package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/tracking/resources/sessions/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/tracking/resources/sessions/client/Client.mjs +1 -1
- package/dist/esm/api/types/ShippingIntegrationIntegrationExecutor.d.mts +17 -0
- package/dist/esm/api/types/ShippingIntegrationIntegrationExecutorListRes.d.mts +8 -0
- package/dist/esm/api/types/ShippingIntegrationIntegrationExecutorListRes.mjs +4 -0
- package/dist/esm/api/types/ShippingIntegrationOrderCompletedAtProvenanceEnum1.d.mts +8 -0
- package/dist/esm/api/types/ShippingIntegrationOrderCompletedAtProvenanceEnum1.mjs +7 -0
- package/dist/esm/api/types/ShippingIntegrationOrderExpanded1.d.mts +3 -0
- package/dist/esm/api/types/ShippingIntegrationOrderSortByEnum.d.mts +2 -1
- package/dist/esm/api/types/ShippingIntegrationOrderSortByEnum.mjs +1 -0
- package/dist/esm/api/types/ShippingIntegrationOrderTypeaheadFieldEnum.d.mts +5 -1
- package/dist/esm/api/types/ShippingIntegrationOrderTypeaheadFieldEnum.mjs +4 -1
- package/dist/esm/api/types/index.d.mts +3 -0
- package/dist/esm/api/types/index.mjs +3 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +163 -166
- package/dist/cjs/api/resources/shippingIntegrations/resources/atlas/resources/orders/client/requests/OrdersTypeaheadV1Request.d.ts +0 -16
- package/dist/cjs/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/requests/OrdersTypeaheadV1Request.d.ts +0 -16
- package/dist/esm/api/resources/shippingIntegrations/resources/atlas/resources/orders/client/requests/OrdersTypeaheadV1Request.d.mts +0 -16
- package/dist/esm/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/requests/OrdersTypeaheadV1Request.d.mts +0 -16
- /package/dist/cjs/api/resources/shippingIntegrations/resources/{atlas/resources/orders/client/requests/OrdersTypeaheadV1Request.js → orders/client/requests/OrdersListForIntegrationExecutorOperatorsV1Request.js} +0 -0
- /package/dist/cjs/api/{resources/shippingIntegrations/resources/xcelerator/resources/orders/client/requests/OrdersTypeaheadV1Request.js → types/ShippingIntegrationIntegrationExecutor.js} +0 -0
- /package/dist/esm/api/resources/shippingIntegrations/resources/{atlas/resources/orders/client/requests/OrdersTypeaheadV1Request.mjs → orders/client/requests/OrdersListForIntegrationExecutorOperatorsV1Request.mjs} +0 -0
- /package/dist/esm/api/{resources/shippingIntegrations/resources/xcelerator/resources/orders/client/requests/OrdersTypeaheadV1Request.mjs → types/ShippingIntegrationIntegrationExecutor.mjs} +0 -0
|
@@ -461,6 +461,9 @@ export * from "./ShipperCoordinatorConnectionsForCoordinatorListRes.mjs";
|
|
|
461
461
|
export * from "./ShipperCoordinatorConnectionsForShipperListRes.mjs";
|
|
462
462
|
export * from "./ShippingIntegrationConnection.mjs";
|
|
463
463
|
export * from "./ShippingIntegrationConnectionListRes.mjs";
|
|
464
|
+
export * from "./ShippingIntegrationIntegrationExecutor.mjs";
|
|
465
|
+
export * from "./ShippingIntegrationIntegrationExecutorListRes.mjs";
|
|
466
|
+
export * from "./ShippingIntegrationOrderCompletedAtProvenanceEnum1.mjs";
|
|
464
467
|
export * from "./ShippingIntegrationOrderExpanded1.mjs";
|
|
465
468
|
export * from "./ShippingIntegrationOrderListRes.mjs";
|
|
466
469
|
export * from "./ShippingIntegrationOrderPlace1.mjs";
|
|
@@ -461,6 +461,9 @@ export * from "./ShipperCoordinatorConnectionsForCoordinatorListRes.mjs";
|
|
|
461
461
|
export * from "./ShipperCoordinatorConnectionsForShipperListRes.mjs";
|
|
462
462
|
export * from "./ShippingIntegrationConnection.mjs";
|
|
463
463
|
export * from "./ShippingIntegrationConnectionListRes.mjs";
|
|
464
|
+
export * from "./ShippingIntegrationIntegrationExecutor.mjs";
|
|
465
|
+
export * from "./ShippingIntegrationIntegrationExecutorListRes.mjs";
|
|
466
|
+
export * from "./ShippingIntegrationOrderCompletedAtProvenanceEnum1.mjs";
|
|
464
467
|
export * from "./ShippingIntegrationOrderExpanded1.mjs";
|
|
465
468
|
export * from "./ShippingIntegrationOrderListRes.mjs";
|
|
466
469
|
export * from "./ShippingIntegrationOrderPlace1.mjs";
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.
|
|
1
|
+
export declare const SDK_VERSION = "1.953.0";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "1.
|
|
1
|
+
export const SDK_VERSION = "1.953.0";
|
package/package.json
CHANGED
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
|
|
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",
|
|
@@ -24208,6 +24209,63 @@ await client.shippingIntegrations.connections.listV1();
|
|
|
24208
24209
|
</dl>
|
|
24209
24210
|
</details>
|
|
24210
24211
|
|
|
24212
|
+
## ShippingIntegrations IntegrationExecutors
|
|
24213
|
+
|
|
24214
|
+
<details><summary><code>client.shippingIntegrations.integrationExecutors.<a href="/src/api/resources/shippingIntegrations/resources/integrationExecutors/client/Client.ts">listV1</a>() -> Chrt.ShippingIntegrationIntegrationExecutorListRes</code></summary>
|
|
24215
|
+
<dl>
|
|
24216
|
+
<dd>
|
|
24217
|
+
|
|
24218
|
+
#### 📝 Description
|
|
24219
|
+
|
|
24220
|
+
<dl>
|
|
24221
|
+
<dd>
|
|
24222
|
+
|
|
24223
|
+
<dl>
|
|
24224
|
+
<dd>
|
|
24225
|
+
|
|
24226
|
+
Lists all distinct integration executor organizations that have credentials configured across any shipping integration, with public organization data expanded. | authz: min_org_role=operator | () -> (ShippingIntegrationIntegrationExecutorListRes)
|
|
24227
|
+
|
|
24228
|
+
</dd>
|
|
24229
|
+
</dl>
|
|
24230
|
+
</dd>
|
|
24231
|
+
</dl>
|
|
24232
|
+
|
|
24233
|
+
#### 🔌 Usage
|
|
24234
|
+
|
|
24235
|
+
<dl>
|
|
24236
|
+
<dd>
|
|
24237
|
+
|
|
24238
|
+
<dl>
|
|
24239
|
+
<dd>
|
|
24240
|
+
|
|
24241
|
+
```typescript
|
|
24242
|
+
await client.shippingIntegrations.integrationExecutors.listV1();
|
|
24243
|
+
```
|
|
24244
|
+
|
|
24245
|
+
</dd>
|
|
24246
|
+
</dl>
|
|
24247
|
+
</dd>
|
|
24248
|
+
</dl>
|
|
24249
|
+
|
|
24250
|
+
#### ⚙️ Parameters
|
|
24251
|
+
|
|
24252
|
+
<dl>
|
|
24253
|
+
<dd>
|
|
24254
|
+
|
|
24255
|
+
<dl>
|
|
24256
|
+
<dd>
|
|
24257
|
+
|
|
24258
|
+
**requestOptions:** `IntegrationExecutors.RequestOptions`
|
|
24259
|
+
|
|
24260
|
+
</dd>
|
|
24261
|
+
</dl>
|
|
24262
|
+
</dd>
|
|
24263
|
+
</dl>
|
|
24264
|
+
|
|
24265
|
+
</dd>
|
|
24266
|
+
</dl>
|
|
24267
|
+
</details>
|
|
24268
|
+
|
|
24211
24269
|
## ShippingIntegrations Orders
|
|
24212
24270
|
|
|
24213
24271
|
<details><summary><code>client.shippingIntegrations.orders.<a href="/src/api/resources/shippingIntegrations/resources/orders/client/Client.ts">detailV1</a>(id) -> Chrt.ShippingIntegrationOrderExpanded1</code></summary>
|
|
@@ -24222,7 +24280,7 @@ await client.shippingIntegrations.connections.listV1();
|
|
|
24222
24280
|
<dl>
|
|
24223
24281
|
<dd>
|
|
24224
24282
|
|
|
24225
|
-
Returns one unified shipping integration order by its Mongo ObjectId with
|
|
24283
|
+
Returns one unified shipping integration order by its Mongo ObjectId with related organizations expanded. | () -> (ShippingIntegrationOrderExpanded1)
|
|
24226
24284
|
|
|
24227
24285
|
</dd>
|
|
24228
24286
|
</dl>
|
|
@@ -24273,6 +24331,85 @@ await client.shippingIntegrations.orders.detailV1("id");
|
|
|
24273
24331
|
</dl>
|
|
24274
24332
|
</details>
|
|
24275
24333
|
|
|
24334
|
+
<details><summary><code>client.shippingIntegrations.orders.<a href="/src/api/resources/shippingIntegrations/resources/orders/client/Client.ts">listForIntegrationExecutorOperatorsV1</a>({ ...params }) -> Chrt.ShippingIntegrationOrderListRes</code></summary>
|
|
24335
|
+
<dl>
|
|
24336
|
+
<dd>
|
|
24337
|
+
|
|
24338
|
+
#### 📝 Description
|
|
24339
|
+
|
|
24340
|
+
<dl>
|
|
24341
|
+
<dd>
|
|
24342
|
+
|
|
24343
|
+
<dl>
|
|
24344
|
+
<dd>
|
|
24345
|
+
|
|
24346
|
+
Lists orders assigned to the caller's integration executor organization across all shipping integrations with integration coordinator organizations expanded, filtering, sorting, pagination, and optional search. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (ShippingIntegrationOrderListRes)
|
|
24347
|
+
|
|
24348
|
+
</dd>
|
|
24349
|
+
</dl>
|
|
24350
|
+
</dd>
|
|
24351
|
+
</dl>
|
|
24352
|
+
|
|
24353
|
+
#### 🔌 Usage
|
|
24354
|
+
|
|
24355
|
+
<dl>
|
|
24356
|
+
<dd>
|
|
24357
|
+
|
|
24358
|
+
<dl>
|
|
24359
|
+
<dd>
|
|
24360
|
+
|
|
24361
|
+
```typescript
|
|
24362
|
+
await client.shippingIntegrations.orders.listForIntegrationExecutorOperatorsV1({
|
|
24363
|
+
sort_by: "ordered_at_timestamp",
|
|
24364
|
+
sort_order: "asc",
|
|
24365
|
+
page: 1,
|
|
24366
|
+
page_size: 1,
|
|
24367
|
+
search: "search",
|
|
24368
|
+
filter_shipping_integration: ["xcelerator"],
|
|
24369
|
+
filter_status: ["staged"],
|
|
24370
|
+
filter_integration_order_id: "filter_integration_order_id",
|
|
24371
|
+
filter_reference_number: "filter_reference_number",
|
|
24372
|
+
filter_ordered_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
24373
|
+
filter_ordered_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
24374
|
+
filter_last_mirrored_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
24375
|
+
filter_last_mirrored_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
24376
|
+
filter_first_mirrored_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
24377
|
+
filter_first_mirrored_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
24378
|
+
});
|
|
24379
|
+
```
|
|
24380
|
+
|
|
24381
|
+
</dd>
|
|
24382
|
+
</dl>
|
|
24383
|
+
</dd>
|
|
24384
|
+
</dl>
|
|
24385
|
+
|
|
24386
|
+
#### ⚙️ Parameters
|
|
24387
|
+
|
|
24388
|
+
<dl>
|
|
24389
|
+
<dd>
|
|
24390
|
+
|
|
24391
|
+
<dl>
|
|
24392
|
+
<dd>
|
|
24393
|
+
|
|
24394
|
+
**request:** `Chrt.shippingIntegrations.OrdersListForIntegrationExecutorOperatorsV1Request`
|
|
24395
|
+
|
|
24396
|
+
</dd>
|
|
24397
|
+
</dl>
|
|
24398
|
+
|
|
24399
|
+
<dl>
|
|
24400
|
+
<dd>
|
|
24401
|
+
|
|
24402
|
+
**requestOptions:** `Orders.RequestOptions`
|
|
24403
|
+
|
|
24404
|
+
</dd>
|
|
24405
|
+
</dl>
|
|
24406
|
+
</dd>
|
|
24407
|
+
</dl>
|
|
24408
|
+
|
|
24409
|
+
</dd>
|
|
24410
|
+
</dl>
|
|
24411
|
+
</details>
|
|
24412
|
+
|
|
24276
24413
|
<details><summary><code>client.shippingIntegrations.orders.<a href="/src/api/resources/shippingIntegrations/resources/orders/client/Client.ts">listV1</a>({ ...params }) -> Chrt.ShippingIntegrationOrderListRes</code></summary>
|
|
24277
24414
|
<dl>
|
|
24278
24415
|
<dd>
|
|
@@ -24314,6 +24451,8 @@ await client.shippingIntegrations.orders.listV1({
|
|
|
24314
24451
|
filter_reference_number: "filter_reference_number",
|
|
24315
24452
|
filter_ordered_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
24316
24453
|
filter_ordered_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
24454
|
+
filter_completed_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
24455
|
+
filter_completed_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
24317
24456
|
filter_last_mirrored_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
24318
24457
|
filter_last_mirrored_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
24319
24458
|
filter_first_mirrored_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
@@ -24389,6 +24528,8 @@ await client.shippingIntegrations.orders.statusSummaryV1({
|
|
|
24389
24528
|
filter_reference_number: "filter_reference_number",
|
|
24390
24529
|
filter_ordered_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
24391
24530
|
filter_ordered_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
24531
|
+
filter_completed_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
24532
|
+
filter_completed_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
24392
24533
|
filter_last_mirrored_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
24393
24534
|
filter_last_mirrored_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
24394
24535
|
filter_first_mirrored_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
@@ -24440,7 +24581,7 @@ await client.shippingIntegrations.orders.statusSummaryV1({
|
|
|
24440
24581
|
<dl>
|
|
24441
24582
|
<dd>
|
|
24442
24583
|
|
|
24443
|
-
Returns distinct integration order IDs matching the query via case-insensitive regex within the caller's organization. |
|
|
24584
|
+
Returns distinct integration order IDs and reference numbers matching the query via case-insensitive regex within the caller's organization. | () -> (list[ShippingIntegrationOrderTypeaheadResult])
|
|
24444
24585
|
|
|
24445
24586
|
</dd>
|
|
24446
24587
|
</dl>
|
|
@@ -24887,7 +25028,7 @@ await client.shippingIntegrations.atlas.creds.updateV1("provider_org_id");
|
|
|
24887
25028
|
|
|
24888
25029
|
## ShippingIntegrations Atlas Orders
|
|
24889
25030
|
|
|
24890
|
-
<details><summary><code>client.shippingIntegrations.atlas.orders.<a href="/src/api/resources/shippingIntegrations/resources/atlas/resources/orders/client/Client.ts">detailByIntegrationOrderIdV1</a>(
|
|
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>
|
|
24891
25032
|
<dl>
|
|
24892
25033
|
<dd>
|
|
24893
25034
|
|
|
@@ -24915,7 +25056,7 @@ Returns one mirrored Atlas order by the provider's own order ID with the provide
|
|
|
24915
25056
|
<dd>
|
|
24916
25057
|
|
|
24917
25058
|
```typescript
|
|
24918
|
-
await client.shippingIntegrations.atlas.orders.detailByIntegrationOrderIdV1("
|
|
25059
|
+
await client.shippingIntegrations.atlas.orders.detailByIntegrationOrderIdV1("org_id", "integration_order_id");
|
|
24919
25060
|
```
|
|
24920
25061
|
|
|
24921
25062
|
</dd>
|
|
@@ -24931,7 +25072,7 @@ await client.shippingIntegrations.atlas.orders.detailByIntegrationOrderIdV1("pro
|
|
|
24931
25072
|
<dl>
|
|
24932
25073
|
<dd>
|
|
24933
25074
|
|
|
24934
|
-
**
|
|
25075
|
+
**orgId:** `string` — CHRT org ID of the other party (executor if caller is coordinator, coordinator if caller is executor)
|
|
24935
25076
|
|
|
24936
25077
|
</dd>
|
|
24937
25078
|
</dl>
|
|
@@ -25164,72 +25305,6 @@ await client.shippingIntegrations.atlas.orders.syncOneV1({
|
|
|
25164
25305
|
</dl>
|
|
25165
25306
|
</details>
|
|
25166
25307
|
|
|
25167
|
-
<details><summary><code>client.shippingIntegrations.atlas.orders.<a href="/src/api/resources/shippingIntegrations/resources/atlas/resources/orders/client/Client.ts">typeaheadV1</a>({ ...params }) -> Chrt.ShippingIntegrationOrderTypeaheadResult[]</code></summary>
|
|
25168
|
-
<dl>
|
|
25169
|
-
<dd>
|
|
25170
|
-
|
|
25171
|
-
#### 📝 Description
|
|
25172
|
-
|
|
25173
|
-
<dl>
|
|
25174
|
-
<dd>
|
|
25175
|
-
|
|
25176
|
-
<dl>
|
|
25177
|
-
<dd>
|
|
25178
|
-
|
|
25179
|
-
Returns distinct Atlas integration order IDs matching the query via case-insensitive regex within the caller's organization. | authz: caller's organization scope | () -> (list[ShippingIntegrationOrderTypeaheadResult])
|
|
25180
|
-
|
|
25181
|
-
</dd>
|
|
25182
|
-
</dl>
|
|
25183
|
-
</dd>
|
|
25184
|
-
</dl>
|
|
25185
|
-
|
|
25186
|
-
#### 🔌 Usage
|
|
25187
|
-
|
|
25188
|
-
<dl>
|
|
25189
|
-
<dd>
|
|
25190
|
-
|
|
25191
|
-
<dl>
|
|
25192
|
-
<dd>
|
|
25193
|
-
|
|
25194
|
-
```typescript
|
|
25195
|
-
await client.shippingIntegrations.atlas.orders.typeaheadV1({
|
|
25196
|
-
query: "query",
|
|
25197
|
-
limit: 1,
|
|
25198
|
-
});
|
|
25199
|
-
```
|
|
25200
|
-
|
|
25201
|
-
</dd>
|
|
25202
|
-
</dl>
|
|
25203
|
-
</dd>
|
|
25204
|
-
</dl>
|
|
25205
|
-
|
|
25206
|
-
#### ⚙️ Parameters
|
|
25207
|
-
|
|
25208
|
-
<dl>
|
|
25209
|
-
<dd>
|
|
25210
|
-
|
|
25211
|
-
<dl>
|
|
25212
|
-
<dd>
|
|
25213
|
-
|
|
25214
|
-
**request:** `Chrt.shippingIntegrations.atlas.OrdersTypeaheadV1Request`
|
|
25215
|
-
|
|
25216
|
-
</dd>
|
|
25217
|
-
</dl>
|
|
25218
|
-
|
|
25219
|
-
<dl>
|
|
25220
|
-
<dd>
|
|
25221
|
-
|
|
25222
|
-
**requestOptions:** `Orders.RequestOptions`
|
|
25223
|
-
|
|
25224
|
-
</dd>
|
|
25225
|
-
</dl>
|
|
25226
|
-
</dd>
|
|
25227
|
-
</dl>
|
|
25228
|
-
|
|
25229
|
-
</dd>
|
|
25230
|
-
</dl>
|
|
25231
|
-
</details>
|
|
25232
|
-
|
|
25233
25308
|
## ShippingIntegrations Cxt Creds
|
|
25234
25309
|
|
|
25235
25310
|
<details><summary><code>client.shippingIntegrations.cxt.creds.<a href="/src/api/resources/shippingIntegrations/resources/cxt/resources/creds/client/Client.ts">detailV1</a>(providerOrgId) -> Chrt.CxtCredsLimited1</code></summary>
|
|
@@ -25626,7 +25701,7 @@ await client.shippingIntegrations.cxt.creds.updateV1("provider_org_id");
|
|
|
25626
25701
|
|
|
25627
25702
|
## ShippingIntegrations Cxt Orders
|
|
25628
25703
|
|
|
25629
|
-
<details><summary><code>client.shippingIntegrations.cxt.orders.<a href="/src/api/resources/shippingIntegrations/resources/cxt/resources/orders/client/Client.ts">detailByIntegrationOrderIdV1</a>(
|
|
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>
|
|
25630
25705
|
<dl>
|
|
25631
25706
|
<dd>
|
|
25632
25707
|
|
|
@@ -25654,7 +25729,7 @@ Returns one mirrored CXT order by the provider's own order ID with the provider
|
|
|
25654
25729
|
<dd>
|
|
25655
25730
|
|
|
25656
25731
|
```typescript
|
|
25657
|
-
await client.shippingIntegrations.cxt.orders.detailByIntegrationOrderIdV1("
|
|
25732
|
+
await client.shippingIntegrations.cxt.orders.detailByIntegrationOrderIdV1("org_id", "integration_order_id");
|
|
25658
25733
|
```
|
|
25659
25734
|
|
|
25660
25735
|
</dd>
|
|
@@ -25670,7 +25745,7 @@ await client.shippingIntegrations.cxt.orders.detailByIntegrationOrderIdV1("provi
|
|
|
25670
25745
|
<dl>
|
|
25671
25746
|
<dd>
|
|
25672
25747
|
|
|
25673
|
-
**
|
|
25748
|
+
**orgId:** `string` — CHRT org ID of the other party (executor if caller is coordinator, coordinator if caller is executor)
|
|
25674
25749
|
|
|
25675
25750
|
</dd>
|
|
25676
25751
|
</dl>
|
|
@@ -26298,7 +26373,7 @@ await client.shippingIntegrations.dispatchScience.creds.updateV1("provider_org_i
|
|
|
26298
26373
|
|
|
26299
26374
|
## ShippingIntegrations DispatchScience Orders
|
|
26300
26375
|
|
|
26301
|
-
<details><summary><code>client.shippingIntegrations.dispatchScience.orders.<a href="/src/api/resources/shippingIntegrations/resources/dispatchScience/resources/orders/client/Client.ts">detailByIntegrationOrderIdV1</a>(
|
|
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>
|
|
26302
26377
|
<dl>
|
|
26303
26378
|
<dd>
|
|
26304
26379
|
|
|
@@ -26326,10 +26401,7 @@ Returns one mirrored DispatchScience order by the provider's own order ID. | ()
|
|
|
26326
26401
|
<dd>
|
|
26327
26402
|
|
|
26328
26403
|
```typescript
|
|
26329
|
-
await client.shippingIntegrations.dispatchScience.orders.detailByIntegrationOrderIdV1(
|
|
26330
|
-
"provider_org_id",
|
|
26331
|
-
"integration_order_id",
|
|
26332
|
-
);
|
|
26404
|
+
await client.shippingIntegrations.dispatchScience.orders.detailByIntegrationOrderIdV1("org_id", "integration_order_id");
|
|
26333
26405
|
```
|
|
26334
26406
|
|
|
26335
26407
|
</dd>
|
|
@@ -26345,7 +26417,7 @@ await client.shippingIntegrations.dispatchScience.orders.detailByIntegrationOrde
|
|
|
26345
26417
|
<dl>
|
|
26346
26418
|
<dd>
|
|
26347
26419
|
|
|
26348
|
-
**
|
|
26420
|
+
**orgId:** `string` — CHRT org ID of the other party (executor if caller is coordinator, coordinator if caller is executor)
|
|
26349
26421
|
|
|
26350
26422
|
</dd>
|
|
26351
26423
|
</dl>
|
|
@@ -26977,7 +27049,7 @@ await client.shippingIntegrations.ecourier.creds.updateV1("provider_org_id");
|
|
|
26977
27049
|
|
|
26978
27050
|
## ShippingIntegrations Ecourier Orders
|
|
26979
27051
|
|
|
26980
|
-
<details><summary><code>client.shippingIntegrations.ecourier.orders.<a href="/src/api/resources/shippingIntegrations/resources/ecourier/resources/orders/client/Client.ts">detailByIntegrationOrderIdV1</a>(
|
|
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>
|
|
26981
27053
|
<dl>
|
|
26982
27054
|
<dd>
|
|
26983
27055
|
|
|
@@ -27005,10 +27077,7 @@ Returns one mirrored e-Courier order by the provider's own order number. | () ->
|
|
|
27005
27077
|
<dd>
|
|
27006
27078
|
|
|
27007
27079
|
```typescript
|
|
27008
|
-
await client.shippingIntegrations.ecourier.orders.detailByIntegrationOrderIdV1(
|
|
27009
|
-
"provider_org_id",
|
|
27010
|
-
"integration_order_id",
|
|
27011
|
-
);
|
|
27080
|
+
await client.shippingIntegrations.ecourier.orders.detailByIntegrationOrderIdV1("org_id", "integration_order_id");
|
|
27012
27081
|
```
|
|
27013
27082
|
|
|
27014
27083
|
</dd>
|
|
@@ -27024,7 +27093,7 @@ await client.shippingIntegrations.ecourier.orders.detailByIntegrationOrderIdV1(
|
|
|
27024
27093
|
<dl>
|
|
27025
27094
|
<dd>
|
|
27026
27095
|
|
|
27027
|
-
**
|
|
27096
|
+
**orgId:** `string` — CHRT org ID of the other party (executor if caller is coordinator, coordinator if caller is executor)
|
|
27028
27097
|
|
|
27029
27098
|
</dd>
|
|
27030
27099
|
</dl>
|
|
@@ -27652,7 +27721,7 @@ await client.shippingIntegrations.ontime360.creds.updateV1("provider_org_id");
|
|
|
27652
27721
|
|
|
27653
27722
|
## ShippingIntegrations Ontime360 Orders
|
|
27654
27723
|
|
|
27655
|
-
<details><summary><code>client.shippingIntegrations.ontime360.orders.<a href="/src/api/resources/shippingIntegrations/resources/ontime360/resources/orders/client/Client.ts">detailByIntegrationOrderIdV1</a>(
|
|
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>
|
|
27656
27725
|
<dl>
|
|
27657
27726
|
<dd>
|
|
27658
27727
|
|
|
@@ -27680,10 +27749,7 @@ Returns one mirrored OnTime360 order by the provider's own order GUID. | () -> (
|
|
|
27680
27749
|
<dd>
|
|
27681
27750
|
|
|
27682
27751
|
```typescript
|
|
27683
|
-
await client.shippingIntegrations.ontime360.orders.detailByIntegrationOrderIdV1(
|
|
27684
|
-
"provider_org_id",
|
|
27685
|
-
"integration_order_id",
|
|
27686
|
-
);
|
|
27752
|
+
await client.shippingIntegrations.ontime360.orders.detailByIntegrationOrderIdV1("org_id", "integration_order_id");
|
|
27687
27753
|
```
|
|
27688
27754
|
|
|
27689
27755
|
</dd>
|
|
@@ -27699,7 +27765,7 @@ await client.shippingIntegrations.ontime360.orders.detailByIntegrationOrderIdV1(
|
|
|
27699
27765
|
<dl>
|
|
27700
27766
|
<dd>
|
|
27701
27767
|
|
|
27702
|
-
**
|
|
27768
|
+
**orgId:** `string` — CHRT org ID of the other party (executor if caller is coordinator, coordinator if caller is executor)
|
|
27703
27769
|
|
|
27704
27770
|
</dd>
|
|
27705
27771
|
</dl>
|
|
@@ -28328,7 +28394,7 @@ await client.shippingIntegrations.xcelerator.creds.updateV1("provider_org_id");
|
|
|
28328
28394
|
|
|
28329
28395
|
## ShippingIntegrations Xcelerator Orders
|
|
28330
28396
|
|
|
28331
|
-
<details><summary><code>client.shippingIntegrations.xcelerator.orders.<a href="/src/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/Client.ts">detailByIntegrationOrderIdV1</a>(
|
|
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>
|
|
28332
28398
|
<dl>
|
|
28333
28399
|
<dd>
|
|
28334
28400
|
|
|
@@ -28356,10 +28422,7 @@ Returns one mirrored Xcelerator order by the provider's own order ID with the pr
|
|
|
28356
28422
|
<dd>
|
|
28357
28423
|
|
|
28358
28424
|
```typescript
|
|
28359
|
-
await client.shippingIntegrations.xcelerator.orders.detailByIntegrationOrderIdV1(
|
|
28360
|
-
"provider_org_id",
|
|
28361
|
-
"integration_order_id",
|
|
28362
|
-
);
|
|
28425
|
+
await client.shippingIntegrations.xcelerator.orders.detailByIntegrationOrderIdV1("org_id", "integration_order_id");
|
|
28363
28426
|
```
|
|
28364
28427
|
|
|
28365
28428
|
</dd>
|
|
@@ -28375,7 +28438,7 @@ await client.shippingIntegrations.xcelerator.orders.detailByIntegrationOrderIdV1
|
|
|
28375
28438
|
<dl>
|
|
28376
28439
|
<dd>
|
|
28377
28440
|
|
|
28378
|
-
**
|
|
28441
|
+
**orgId:** `string` — CHRT org ID of the other party (executor if caller is coordinator, coordinator if caller is executor)
|
|
28379
28442
|
|
|
28380
28443
|
</dd>
|
|
28381
28444
|
</dl>
|
|
@@ -28609,72 +28672,6 @@ await client.shippingIntegrations.xcelerator.orders.syncOneV1({
|
|
|
28609
28672
|
</dl>
|
|
28610
28673
|
</details>
|
|
28611
28674
|
|
|
28612
|
-
<details><summary><code>client.shippingIntegrations.xcelerator.orders.<a href="/src/api/resources/shippingIntegrations/resources/xcelerator/resources/orders/client/Client.ts">typeaheadV1</a>({ ...params }) -> Chrt.ShippingIntegrationOrderTypeaheadResult[]</code></summary>
|
|
28613
|
-
<dl>
|
|
28614
|
-
<dd>
|
|
28615
|
-
|
|
28616
|
-
#### 📝 Description
|
|
28617
|
-
|
|
28618
|
-
<dl>
|
|
28619
|
-
<dd>
|
|
28620
|
-
|
|
28621
|
-
<dl>
|
|
28622
|
-
<dd>
|
|
28623
|
-
|
|
28624
|
-
Returns distinct Xcelerator integration order IDs matching the query via case-insensitive regex within the caller's organization. | authz: caller's organization scope | () -> (list[ShippingIntegrationOrderTypeaheadResult])
|
|
28625
|
-
|
|
28626
|
-
</dd>
|
|
28627
|
-
</dl>
|
|
28628
|
-
</dd>
|
|
28629
|
-
</dl>
|
|
28630
|
-
|
|
28631
|
-
#### 🔌 Usage
|
|
28632
|
-
|
|
28633
|
-
<dl>
|
|
28634
|
-
<dd>
|
|
28635
|
-
|
|
28636
|
-
<dl>
|
|
28637
|
-
<dd>
|
|
28638
|
-
|
|
28639
|
-
```typescript
|
|
28640
|
-
await client.shippingIntegrations.xcelerator.orders.typeaheadV1({
|
|
28641
|
-
query: "query",
|
|
28642
|
-
limit: 1,
|
|
28643
|
-
});
|
|
28644
|
-
```
|
|
28645
|
-
|
|
28646
|
-
</dd>
|
|
28647
|
-
</dl>
|
|
28648
|
-
</dd>
|
|
28649
|
-
</dl>
|
|
28650
|
-
|
|
28651
|
-
#### ⚙️ Parameters
|
|
28652
|
-
|
|
28653
|
-
<dl>
|
|
28654
|
-
<dd>
|
|
28655
|
-
|
|
28656
|
-
<dl>
|
|
28657
|
-
<dd>
|
|
28658
|
-
|
|
28659
|
-
**request:** `Chrt.shippingIntegrations.xcelerator.OrdersTypeaheadV1Request`
|
|
28660
|
-
|
|
28661
|
-
</dd>
|
|
28662
|
-
</dl>
|
|
28663
|
-
|
|
28664
|
-
<dl>
|
|
28665
|
-
<dd>
|
|
28666
|
-
|
|
28667
|
-
**requestOptions:** `Orders.RequestOptions`
|
|
28668
|
-
|
|
28669
|
-
</dd>
|
|
28670
|
-
</dl>
|
|
28671
|
-
</dd>
|
|
28672
|
-
</dl>
|
|
28673
|
-
|
|
28674
|
-
</dd>
|
|
28675
|
-
</dl>
|
|
28676
|
-
</details>
|
|
28677
|
-
|
|
28678
28675
|
## Tracking Devices
|
|
28679
28676
|
|
|
28680
28677
|
<details><summary><code>client.tracking.devices.<a href="/src/api/resources/tracking/resources/devices/client/Client.ts">archiveV1</a>({ ...params }) -> boolean</code></summary>
|
|
@@ -29926,7 +29923,7 @@ await client.tracking.sessions.flightLegsV1({
|
|
|
29926
29923
|
<dl>
|
|
29927
29924
|
<dd>
|
|
29928
29925
|
|
|
29929
|
-
Returns the
|
|
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)
|
|
29930
29927
|
|
|
29931
29928
|
</dd>
|
|
29932
29929
|
</dl>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* @example
|
|
6
|
-
* {
|
|
7
|
-
* query: "query",
|
|
8
|
-
* limit: 1
|
|
9
|
-
* }
|
|
10
|
-
*/
|
|
11
|
-
export interface OrdersTypeaheadV1Request {
|
|
12
|
-
/** Typeahead search query */
|
|
13
|
-
query: string;
|
|
14
|
-
/** Max results */
|
|
15
|
-
limit?: number | null;
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* @example
|
|
6
|
-
* {
|
|
7
|
-
* query: "query",
|
|
8
|
-
* limit: 1
|
|
9
|
-
* }
|
|
10
|
-
*/
|
|
11
|
-
export interface OrdersTypeaheadV1Request {
|
|
12
|
-
/** Typeahead search query */
|
|
13
|
-
query: string;
|
|
14
|
-
/** Max results */
|
|
15
|
-
limit?: number | null;
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* @example
|
|
6
|
-
* {
|
|
7
|
-
* query: "query",
|
|
8
|
-
* limit: 1
|
|
9
|
-
* }
|
|
10
|
-
*/
|
|
11
|
-
export interface OrdersTypeaheadV1Request {
|
|
12
|
-
/** Typeahead search query */
|
|
13
|
-
query: string;
|
|
14
|
-
/** Max results */
|
|
15
|
-
limit?: number | null;
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* @example
|
|
6
|
-
* {
|
|
7
|
-
* query: "query",
|
|
8
|
-
* limit: 1
|
|
9
|
-
* }
|
|
10
|
-
*/
|
|
11
|
-
export interface OrdersTypeaheadV1Request {
|
|
12
|
-
/** Typeahead search query */
|
|
13
|
-
query: string;
|
|
14
|
-
/** Max results */
|
|
15
|
-
limit?: number | null;
|
|
16
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|