@chrt-inc/typescript-sdk 1.595.0 → 1.597.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.d.ts +3 -0
- package/dist/cjs/Client.js +9 -4
- package/dist/cjs/api/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/index.js +2 -1
- package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.js +1 -1
- package/dist/cjs/api/resources/trackingIntegrations/client/Client.d.ts +23 -0
- package/dist/cjs/api/resources/trackingIntegrations/client/Client.js +17 -0
- package/dist/cjs/api/resources/trackingIntegrations/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/trackingIntegrations/client/index.js +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/index.d.ts +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/index.js +18 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/index.js +37 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/client/Client.d.ts +29 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/client/Client.js +27 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/client/index.js +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/index.d.ts +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/index.js +18 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.d.ts +71 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.js +226 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/index.js +17 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/DevicesGetV1Request.d.ts +12 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/DevicesGetV1Request.js +5 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/DevicesListV1Request.d.ts +33 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/DevicesListV1Request.js +5 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/index.d.ts +1 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/index.js +17 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/index.d.ts +6 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/index.js +45 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.d.ts +71 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.js +226 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/index.js +17 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/ShipmentsGetV1Request.d.ts +12 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/ShipmentsGetV1Request.js +5 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/ShipmentsListV1Request.d.ts +33 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/ShipmentsListV1Request.js +5 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/index.d.ts +1 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/index.js +17 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.d.ts +81 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.js +267 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/index.js +17 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesDataPointsV1Request.d.ts +16 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesDataPointsV1Request.js +5 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesLastSeenV1Request.d.ts +12 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesLastSeenV1Request.js +5 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesSyncV1Request.d.ts +12 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesSyncV1Request.js +5 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/index.d.ts +3 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/index.d.ts +1 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/index.js +17 -0
- package/dist/cjs/api/types/TaskGroupExpanded.d.ts +7 -0
- package/dist/cjs/api/types/TiveDataPoint1.d.ts +22 -0
- package/dist/cjs/api/types/TiveDataPoint1.js +5 -0
- package/dist/cjs/api/types/TiveDataPointMetadata1.d.ts +8 -0
- package/dist/cjs/api/types/TiveDataPointMetadata1.js +5 -0
- package/dist/cjs/api/types/TiveDevice1.d.ts +17 -0
- package/dist/cjs/api/types/TiveDevice1.js +5 -0
- package/dist/cjs/api/types/TiveDeviceListRes.d.ts +8 -0
- package/dist/cjs/api/types/TiveDeviceListRes.js +5 -0
- package/dist/cjs/api/types/TiveDeviceSortByEnum.d.ts +8 -0
- package/dist/cjs/api/types/TiveDeviceSortByEnum.js +10 -0
- package/dist/cjs/api/types/TiveShipment1.d.ts +15 -0
- package/dist/cjs/api/types/TiveShipment1.js +5 -0
- package/dist/cjs/api/types/TiveShipmentListRes.d.ts +8 -0
- package/dist/cjs/api/types/TiveShipmentListRes.js +5 -0
- package/dist/cjs/api/types/TiveShipmentSortByEnum.d.ts +8 -0
- package/dist/cjs/api/types/TiveShipmentSortByEnum.js +10 -0
- package/dist/cjs/api/types/TiveTimeseriesRes.d.ts +7 -0
- package/dist/cjs/api/types/TiveTimeseriesRes.js +5 -0
- package/dist/cjs/api/types/TiveTimeseriesSyncRes.d.ts +9 -0
- package/dist/cjs/api/types/TiveTimeseriesSyncRes.js +5 -0
- package/dist/cjs/api/types/index.d.ts +10 -0
- package/dist/cjs/api/types/index.js +10 -0
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.d.mts +3 -0
- package/dist/esm/Client.mjs +7 -2
- package/dist/esm/api/resources/index.d.mts +1 -0
- package/dist/esm/api/resources/index.mjs +1 -0
- package/dist/esm/api/resources/shipping/resources/tasks/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/tasks/client/Client.mjs +1 -1
- package/dist/esm/api/resources/trackingIntegrations/client/Client.d.mts +23 -0
- package/dist/esm/api/resources/trackingIntegrations/client/Client.mjs +13 -0
- package/dist/esm/api/resources/trackingIntegrations/client/index.d.mts +1 -0
- package/dist/esm/api/resources/trackingIntegrations/client/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/index.d.mts +2 -0
- package/dist/esm/api/resources/trackingIntegrations/index.mjs +2 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/index.d.mts +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/client/Client.d.mts +29 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/client/Client.mjs +23 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/client/index.d.mts +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/client/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/index.d.mts +2 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/index.mjs +2 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.d.mts +71 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.mjs +189 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/index.d.mts +2 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/DevicesGetV1Request.d.mts +12 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/DevicesGetV1Request.mjs +4 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/DevicesListV1Request.d.mts +33 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/DevicesListV1Request.mjs +4 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/index.d.mts +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/index.d.mts +6 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/index.mjs +6 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.d.mts +71 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.mjs +189 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/index.d.mts +2 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/ShipmentsGetV1Request.d.mts +12 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/ShipmentsGetV1Request.mjs +4 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/ShipmentsListV1Request.d.mts +33 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/ShipmentsListV1Request.mjs +4 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/index.d.mts +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.d.mts +81 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.mjs +230 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/index.d.mts +2 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesDataPointsV1Request.d.mts +16 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesDataPointsV1Request.mjs +4 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesLastSeenV1Request.d.mts +12 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesLastSeenV1Request.mjs +4 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesSyncV1Request.d.mts +12 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/TimeseriesSyncV1Request.mjs +4 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/index.d.mts +3 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/index.d.mts +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/index.mjs +1 -0
- package/dist/esm/api/types/TaskGroupExpanded.d.mts +7 -0
- package/dist/esm/api/types/TiveDataPoint1.d.mts +22 -0
- package/dist/esm/api/types/TiveDataPoint1.mjs +4 -0
- package/dist/esm/api/types/TiveDataPointMetadata1.d.mts +8 -0
- package/dist/esm/api/types/TiveDataPointMetadata1.mjs +4 -0
- package/dist/esm/api/types/TiveDevice1.d.mts +17 -0
- package/dist/esm/api/types/TiveDevice1.mjs +4 -0
- package/dist/esm/api/types/TiveDeviceListRes.d.mts +8 -0
- package/dist/esm/api/types/TiveDeviceListRes.mjs +4 -0
- package/dist/esm/api/types/TiveDeviceSortByEnum.d.mts +8 -0
- package/dist/esm/api/types/TiveDeviceSortByEnum.mjs +7 -0
- package/dist/esm/api/types/TiveShipment1.d.mts +15 -0
- package/dist/esm/api/types/TiveShipment1.mjs +4 -0
- package/dist/esm/api/types/TiveShipmentListRes.d.mts +8 -0
- package/dist/esm/api/types/TiveShipmentListRes.mjs +4 -0
- package/dist/esm/api/types/TiveShipmentSortByEnum.d.mts +8 -0
- package/dist/esm/api/types/TiveShipmentSortByEnum.mjs +7 -0
- package/dist/esm/api/types/TiveTimeseriesRes.d.mts +7 -0
- package/dist/esm/api/types/TiveTimeseriesRes.mjs +4 -0
- package/dist/esm/api/types/TiveTimeseriesSyncRes.d.mts +9 -0
- package/dist/esm/api/types/TiveTimeseriesSyncRes.mjs +4 -0
- package/dist/esm/api/types/index.d.mts +10 -0
- package/dist/esm/api/types/index.mjs +10 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +478 -1
package/reference.md
CHANGED
|
@@ -9792,7 +9792,7 @@ await client.shipping.tasks.addToTaskGroupV1("task_group_id", {
|
|
|
9792
9792
|
<dl>
|
|
9793
9793
|
<dd>
|
|
9794
9794
|
|
|
9795
|
-
Updates a task. Operational fields require STAGED status (lig_owner_operators). order_placer_comments can be edited on any non-DRAFT task (order_creator_org_operators). | (TaskClientUpdate1) -> (PydanticObjectId)
|
|
9795
|
+
Updates a task. Operational fields (location, action, time_windows) require STAGED status (lig_owner_operators). order_placer_comments can be edited on any non-DRAFT task (order_creator_org_operators). directory_entry_ids can be edited on STAGED/IN_PROGRESS orders for tasks still in STAGED status (order_creator_org_operators OR lig_owner_operators). | (TaskClientUpdate1) -> (PydanticObjectId)
|
|
9796
9796
|
|
|
9797
9797
|
</dd>
|
|
9798
9798
|
</dl>
|
|
@@ -15781,6 +15781,483 @@ await client.tracking.timeseries.taskGroupByDriver.dataPointsPublicV1({
|
|
|
15781
15781
|
</dl>
|
|
15782
15782
|
</details>
|
|
15783
15783
|
|
|
15784
|
+
## TrackingIntegrations Tive Devices
|
|
15785
|
+
|
|
15786
|
+
<details><summary><code>client.trackingIntegrations.tive.devices.<a href="/src/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.ts">listV1</a>({ ...params }) -> Chrt.TiveDeviceListRes</code></summary>
|
|
15787
|
+
<dl>
|
|
15788
|
+
<dd>
|
|
15789
|
+
|
|
15790
|
+
#### 📝 Description
|
|
15791
|
+
|
|
15792
|
+
<dl>
|
|
15793
|
+
<dd>
|
|
15794
|
+
|
|
15795
|
+
<dl>
|
|
15796
|
+
<dd>
|
|
15797
|
+
|
|
15798
|
+
Lists Tive devices with filtering, sorting, and pagination. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveDeviceListRes)
|
|
15799
|
+
|
|
15800
|
+
</dd>
|
|
15801
|
+
</dl>
|
|
15802
|
+
</dd>
|
|
15803
|
+
</dl>
|
|
15804
|
+
|
|
15805
|
+
#### 🔌 Usage
|
|
15806
|
+
|
|
15807
|
+
<dl>
|
|
15808
|
+
<dd>
|
|
15809
|
+
|
|
15810
|
+
<dl>
|
|
15811
|
+
<dd>
|
|
15812
|
+
|
|
15813
|
+
```typescript
|
|
15814
|
+
await client.trackingIntegrations.tive.devices.listV1({
|
|
15815
|
+
sort_by: "chrt_created_at_timestamp",
|
|
15816
|
+
sort_order: "asc",
|
|
15817
|
+
page: 1,
|
|
15818
|
+
page_size: 1,
|
|
15819
|
+
filter_tive_account_id: 1,
|
|
15820
|
+
filter_tive_device_id: "filter_tive_device_id",
|
|
15821
|
+
filter_chrt_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
15822
|
+
filter_chrt_created_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
15823
|
+
});
|
|
15824
|
+
```
|
|
15825
|
+
|
|
15826
|
+
</dd>
|
|
15827
|
+
</dl>
|
|
15828
|
+
</dd>
|
|
15829
|
+
</dl>
|
|
15830
|
+
|
|
15831
|
+
#### ⚙️ Parameters
|
|
15832
|
+
|
|
15833
|
+
<dl>
|
|
15834
|
+
<dd>
|
|
15835
|
+
|
|
15836
|
+
<dl>
|
|
15837
|
+
<dd>
|
|
15838
|
+
|
|
15839
|
+
**request:** `Chrt.trackingIntegrations.tive.DevicesListV1Request`
|
|
15840
|
+
|
|
15841
|
+
</dd>
|
|
15842
|
+
</dl>
|
|
15843
|
+
|
|
15844
|
+
<dl>
|
|
15845
|
+
<dd>
|
|
15846
|
+
|
|
15847
|
+
**requestOptions:** `Devices.RequestOptions`
|
|
15848
|
+
|
|
15849
|
+
</dd>
|
|
15850
|
+
</dl>
|
|
15851
|
+
</dd>
|
|
15852
|
+
</dl>
|
|
15853
|
+
|
|
15854
|
+
</dd>
|
|
15855
|
+
</dl>
|
|
15856
|
+
</details>
|
|
15857
|
+
|
|
15858
|
+
<details><summary><code>client.trackingIntegrations.tive.devices.<a href="/src/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.ts">getV1</a>({ ...params }) -> Chrt.TiveDevice1</code></summary>
|
|
15859
|
+
<dl>
|
|
15860
|
+
<dd>
|
|
15861
|
+
|
|
15862
|
+
#### 📝 Description
|
|
15863
|
+
|
|
15864
|
+
<dl>
|
|
15865
|
+
<dd>
|
|
15866
|
+
|
|
15867
|
+
<dl>
|
|
15868
|
+
<dd>
|
|
15869
|
+
|
|
15870
|
+
Retrieves a single Tive device by its ID. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveDevice1)
|
|
15871
|
+
|
|
15872
|
+
</dd>
|
|
15873
|
+
</dl>
|
|
15874
|
+
</dd>
|
|
15875
|
+
</dl>
|
|
15876
|
+
|
|
15877
|
+
#### 🔌 Usage
|
|
15878
|
+
|
|
15879
|
+
<dl>
|
|
15880
|
+
<dd>
|
|
15881
|
+
|
|
15882
|
+
<dl>
|
|
15883
|
+
<dd>
|
|
15884
|
+
|
|
15885
|
+
```typescript
|
|
15886
|
+
await client.trackingIntegrations.tive.devices.getV1({
|
|
15887
|
+
tive_device_id: "tive_device_id",
|
|
15888
|
+
});
|
|
15889
|
+
```
|
|
15890
|
+
|
|
15891
|
+
</dd>
|
|
15892
|
+
</dl>
|
|
15893
|
+
</dd>
|
|
15894
|
+
</dl>
|
|
15895
|
+
|
|
15896
|
+
#### ⚙️ Parameters
|
|
15897
|
+
|
|
15898
|
+
<dl>
|
|
15899
|
+
<dd>
|
|
15900
|
+
|
|
15901
|
+
<dl>
|
|
15902
|
+
<dd>
|
|
15903
|
+
|
|
15904
|
+
**request:** `Chrt.trackingIntegrations.tive.DevicesGetV1Request`
|
|
15905
|
+
|
|
15906
|
+
</dd>
|
|
15907
|
+
</dl>
|
|
15908
|
+
|
|
15909
|
+
<dl>
|
|
15910
|
+
<dd>
|
|
15911
|
+
|
|
15912
|
+
**requestOptions:** `Devices.RequestOptions`
|
|
15913
|
+
|
|
15914
|
+
</dd>
|
|
15915
|
+
</dl>
|
|
15916
|
+
</dd>
|
|
15917
|
+
</dl>
|
|
15918
|
+
|
|
15919
|
+
</dd>
|
|
15920
|
+
</dl>
|
|
15921
|
+
</details>
|
|
15922
|
+
|
|
15923
|
+
## TrackingIntegrations Tive Shipments
|
|
15924
|
+
|
|
15925
|
+
<details><summary><code>client.trackingIntegrations.tive.shipments.<a href="/src/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.ts">listV1</a>({ ...params }) -> Chrt.TiveShipmentListRes</code></summary>
|
|
15926
|
+
<dl>
|
|
15927
|
+
<dd>
|
|
15928
|
+
|
|
15929
|
+
#### 📝 Description
|
|
15930
|
+
|
|
15931
|
+
<dl>
|
|
15932
|
+
<dd>
|
|
15933
|
+
|
|
15934
|
+
<dl>
|
|
15935
|
+
<dd>
|
|
15936
|
+
|
|
15937
|
+
Lists Tive shipments with filtering, sorting, and pagination. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveShipmentListRes)
|
|
15938
|
+
|
|
15939
|
+
</dd>
|
|
15940
|
+
</dl>
|
|
15941
|
+
</dd>
|
|
15942
|
+
</dl>
|
|
15943
|
+
|
|
15944
|
+
#### 🔌 Usage
|
|
15945
|
+
|
|
15946
|
+
<dl>
|
|
15947
|
+
<dd>
|
|
15948
|
+
|
|
15949
|
+
<dl>
|
|
15950
|
+
<dd>
|
|
15951
|
+
|
|
15952
|
+
```typescript
|
|
15953
|
+
await client.trackingIntegrations.tive.shipments.listV1({
|
|
15954
|
+
sort_by: "chrt_created_at_timestamp",
|
|
15955
|
+
sort_order: "asc",
|
|
15956
|
+
page: 1,
|
|
15957
|
+
page_size: 1,
|
|
15958
|
+
filter_tive_device_object_id: "filter_tive_device_object_id",
|
|
15959
|
+
filter_tive_shipment_id: "filter_tive_shipment_id",
|
|
15960
|
+
filter_chrt_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
15961
|
+
filter_chrt_created_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
15962
|
+
});
|
|
15963
|
+
```
|
|
15964
|
+
|
|
15965
|
+
</dd>
|
|
15966
|
+
</dl>
|
|
15967
|
+
</dd>
|
|
15968
|
+
</dl>
|
|
15969
|
+
|
|
15970
|
+
#### ⚙️ Parameters
|
|
15971
|
+
|
|
15972
|
+
<dl>
|
|
15973
|
+
<dd>
|
|
15974
|
+
|
|
15975
|
+
<dl>
|
|
15976
|
+
<dd>
|
|
15977
|
+
|
|
15978
|
+
**request:** `Chrt.trackingIntegrations.tive.ShipmentsListV1Request`
|
|
15979
|
+
|
|
15980
|
+
</dd>
|
|
15981
|
+
</dl>
|
|
15982
|
+
|
|
15983
|
+
<dl>
|
|
15984
|
+
<dd>
|
|
15985
|
+
|
|
15986
|
+
**requestOptions:** `Shipments.RequestOptions`
|
|
15987
|
+
|
|
15988
|
+
</dd>
|
|
15989
|
+
</dl>
|
|
15990
|
+
</dd>
|
|
15991
|
+
</dl>
|
|
15992
|
+
|
|
15993
|
+
</dd>
|
|
15994
|
+
</dl>
|
|
15995
|
+
</details>
|
|
15996
|
+
|
|
15997
|
+
<details><summary><code>client.trackingIntegrations.tive.shipments.<a href="/src/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.ts">getV1</a>({ ...params }) -> Chrt.TiveShipment1</code></summary>
|
|
15998
|
+
<dl>
|
|
15999
|
+
<dd>
|
|
16000
|
+
|
|
16001
|
+
#### 📝 Description
|
|
16002
|
+
|
|
16003
|
+
<dl>
|
|
16004
|
+
<dd>
|
|
16005
|
+
|
|
16006
|
+
<dl>
|
|
16007
|
+
<dd>
|
|
16008
|
+
|
|
16009
|
+
Retrieves a single Tive shipment by its ID. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveShipment1)
|
|
16010
|
+
|
|
16011
|
+
</dd>
|
|
16012
|
+
</dl>
|
|
16013
|
+
</dd>
|
|
16014
|
+
</dl>
|
|
16015
|
+
|
|
16016
|
+
#### 🔌 Usage
|
|
16017
|
+
|
|
16018
|
+
<dl>
|
|
16019
|
+
<dd>
|
|
16020
|
+
|
|
16021
|
+
<dl>
|
|
16022
|
+
<dd>
|
|
16023
|
+
|
|
16024
|
+
```typescript
|
|
16025
|
+
await client.trackingIntegrations.tive.shipments.getV1({
|
|
16026
|
+
tive_shipment_id: "tive_shipment_id",
|
|
16027
|
+
});
|
|
16028
|
+
```
|
|
16029
|
+
|
|
16030
|
+
</dd>
|
|
16031
|
+
</dl>
|
|
16032
|
+
</dd>
|
|
16033
|
+
</dl>
|
|
16034
|
+
|
|
16035
|
+
#### ⚙️ Parameters
|
|
16036
|
+
|
|
16037
|
+
<dl>
|
|
16038
|
+
<dd>
|
|
16039
|
+
|
|
16040
|
+
<dl>
|
|
16041
|
+
<dd>
|
|
16042
|
+
|
|
16043
|
+
**request:** `Chrt.trackingIntegrations.tive.ShipmentsGetV1Request`
|
|
16044
|
+
|
|
16045
|
+
</dd>
|
|
16046
|
+
</dl>
|
|
16047
|
+
|
|
16048
|
+
<dl>
|
|
16049
|
+
<dd>
|
|
16050
|
+
|
|
16051
|
+
**requestOptions:** `Shipments.RequestOptions`
|
|
16052
|
+
|
|
16053
|
+
</dd>
|
|
16054
|
+
</dl>
|
|
16055
|
+
</dd>
|
|
16056
|
+
</dl>
|
|
16057
|
+
|
|
16058
|
+
</dd>
|
|
16059
|
+
</dl>
|
|
16060
|
+
</details>
|
|
16061
|
+
|
|
16062
|
+
## TrackingIntegrations Tive Timeseries
|
|
16063
|
+
|
|
16064
|
+
<details><summary><code>client.trackingIntegrations.tive.timeseries.<a href="/src/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.ts">lastSeenV1</a>({ ...params }) -> (Chrt.TiveDataPoint1 | null) | undefined</code></summary>
|
|
16065
|
+
<dl>
|
|
16066
|
+
<dd>
|
|
16067
|
+
|
|
16068
|
+
#### 📝 Description
|
|
16069
|
+
|
|
16070
|
+
<dl>
|
|
16071
|
+
<dd>
|
|
16072
|
+
|
|
16073
|
+
<dl>
|
|
16074
|
+
<dd>
|
|
16075
|
+
|
|
16076
|
+
Returns the most recent Tive data point for a shipment. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveDataPoint1 | None)
|
|
16077
|
+
|
|
16078
|
+
</dd>
|
|
16079
|
+
</dl>
|
|
16080
|
+
</dd>
|
|
16081
|
+
</dl>
|
|
16082
|
+
|
|
16083
|
+
#### 🔌 Usage
|
|
16084
|
+
|
|
16085
|
+
<dl>
|
|
16086
|
+
<dd>
|
|
16087
|
+
|
|
16088
|
+
<dl>
|
|
16089
|
+
<dd>
|
|
16090
|
+
|
|
16091
|
+
```typescript
|
|
16092
|
+
await client.trackingIntegrations.tive.timeseries.lastSeenV1({
|
|
16093
|
+
tive_shipment_id: "tive_shipment_id",
|
|
16094
|
+
});
|
|
16095
|
+
```
|
|
16096
|
+
|
|
16097
|
+
</dd>
|
|
16098
|
+
</dl>
|
|
16099
|
+
</dd>
|
|
16100
|
+
</dl>
|
|
16101
|
+
|
|
16102
|
+
#### ⚙️ Parameters
|
|
16103
|
+
|
|
16104
|
+
<dl>
|
|
16105
|
+
<dd>
|
|
16106
|
+
|
|
16107
|
+
<dl>
|
|
16108
|
+
<dd>
|
|
16109
|
+
|
|
16110
|
+
**request:** `Chrt.trackingIntegrations.tive.TimeseriesLastSeenV1Request`
|
|
16111
|
+
|
|
16112
|
+
</dd>
|
|
16113
|
+
</dl>
|
|
16114
|
+
|
|
16115
|
+
<dl>
|
|
16116
|
+
<dd>
|
|
16117
|
+
|
|
16118
|
+
**requestOptions:** `Timeseries.RequestOptions`
|
|
16119
|
+
|
|
16120
|
+
</dd>
|
|
16121
|
+
</dl>
|
|
16122
|
+
</dd>
|
|
16123
|
+
</dl>
|
|
16124
|
+
|
|
16125
|
+
</dd>
|
|
16126
|
+
</dl>
|
|
16127
|
+
</details>
|
|
16128
|
+
|
|
16129
|
+
<details><summary><code>client.trackingIntegrations.tive.timeseries.<a href="/src/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.ts">dataPointsV1</a>({ ...params }) -> Chrt.TiveTimeseriesRes</code></summary>
|
|
16130
|
+
<dl>
|
|
16131
|
+
<dd>
|
|
16132
|
+
|
|
16133
|
+
#### 📝 Description
|
|
16134
|
+
|
|
16135
|
+
<dl>
|
|
16136
|
+
<dd>
|
|
16137
|
+
|
|
16138
|
+
<dl>
|
|
16139
|
+
<dd>
|
|
16140
|
+
|
|
16141
|
+
Returns raw Tive data points for a shipment within the given time range. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveTimeseriesRes)
|
|
16142
|
+
|
|
16143
|
+
</dd>
|
|
16144
|
+
</dl>
|
|
16145
|
+
</dd>
|
|
16146
|
+
</dl>
|
|
16147
|
+
|
|
16148
|
+
#### 🔌 Usage
|
|
16149
|
+
|
|
16150
|
+
<dl>
|
|
16151
|
+
<dd>
|
|
16152
|
+
|
|
16153
|
+
<dl>
|
|
16154
|
+
<dd>
|
|
16155
|
+
|
|
16156
|
+
```typescript
|
|
16157
|
+
await client.trackingIntegrations.tive.timeseries.dataPointsV1({
|
|
16158
|
+
tive_shipment_id: "tive_shipment_id",
|
|
16159
|
+
start_timestamp: "2024-01-15T09:30:00Z",
|
|
16160
|
+
end_timestamp: "2024-01-15T09:30:00Z",
|
|
16161
|
+
});
|
|
16162
|
+
```
|
|
16163
|
+
|
|
16164
|
+
</dd>
|
|
16165
|
+
</dl>
|
|
16166
|
+
</dd>
|
|
16167
|
+
</dl>
|
|
16168
|
+
|
|
16169
|
+
#### ⚙️ Parameters
|
|
16170
|
+
|
|
16171
|
+
<dl>
|
|
16172
|
+
<dd>
|
|
16173
|
+
|
|
16174
|
+
<dl>
|
|
16175
|
+
<dd>
|
|
16176
|
+
|
|
16177
|
+
**request:** `Chrt.trackingIntegrations.tive.TimeseriesDataPointsV1Request`
|
|
16178
|
+
|
|
16179
|
+
</dd>
|
|
16180
|
+
</dl>
|
|
16181
|
+
|
|
16182
|
+
<dl>
|
|
16183
|
+
<dd>
|
|
16184
|
+
|
|
16185
|
+
**requestOptions:** `Timeseries.RequestOptions`
|
|
16186
|
+
|
|
16187
|
+
</dd>
|
|
16188
|
+
</dl>
|
|
16189
|
+
</dd>
|
|
16190
|
+
</dl>
|
|
16191
|
+
|
|
16192
|
+
</dd>
|
|
16193
|
+
</dl>
|
|
16194
|
+
</details>
|
|
16195
|
+
|
|
16196
|
+
<details><summary><code>client.trackingIntegrations.tive.timeseries.<a href="/src/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.ts">syncV1</a>({ ...params }) -> Chrt.TiveTimeseriesSyncRes</code></summary>
|
|
16197
|
+
<dl>
|
|
16198
|
+
<dd>
|
|
16199
|
+
|
|
16200
|
+
#### 📝 Description
|
|
16201
|
+
|
|
16202
|
+
<dl>
|
|
16203
|
+
<dd>
|
|
16204
|
+
|
|
16205
|
+
<dl>
|
|
16206
|
+
<dd>
|
|
16207
|
+
|
|
16208
|
+
Fetches new Tive tracker data points from the Tive API for a shipment and stores them in our timeseries collection. Uses a high-water-mark strategy with overlap dedup to prevent duplicate inserts. | authz: min_org_role=operator | () -> (TiveTimeseriesSyncRes)
|
|
16209
|
+
|
|
16210
|
+
</dd>
|
|
16211
|
+
</dl>
|
|
16212
|
+
</dd>
|
|
16213
|
+
</dl>
|
|
16214
|
+
|
|
16215
|
+
#### 🔌 Usage
|
|
16216
|
+
|
|
16217
|
+
<dl>
|
|
16218
|
+
<dd>
|
|
16219
|
+
|
|
16220
|
+
<dl>
|
|
16221
|
+
<dd>
|
|
16222
|
+
|
|
16223
|
+
```typescript
|
|
16224
|
+
await client.trackingIntegrations.tive.timeseries.syncV1({
|
|
16225
|
+
tive_shipment_id: "tive_shipment_id",
|
|
16226
|
+
});
|
|
16227
|
+
```
|
|
16228
|
+
|
|
16229
|
+
</dd>
|
|
16230
|
+
</dl>
|
|
16231
|
+
</dd>
|
|
16232
|
+
</dl>
|
|
16233
|
+
|
|
16234
|
+
#### ⚙️ Parameters
|
|
16235
|
+
|
|
16236
|
+
<dl>
|
|
16237
|
+
<dd>
|
|
16238
|
+
|
|
16239
|
+
<dl>
|
|
16240
|
+
<dd>
|
|
16241
|
+
|
|
16242
|
+
**request:** `Chrt.trackingIntegrations.tive.TimeseriesSyncV1Request`
|
|
16243
|
+
|
|
16244
|
+
</dd>
|
|
16245
|
+
</dl>
|
|
16246
|
+
|
|
16247
|
+
<dl>
|
|
16248
|
+
<dd>
|
|
16249
|
+
|
|
16250
|
+
**requestOptions:** `Timeseries.RequestOptions`
|
|
16251
|
+
|
|
16252
|
+
</dd>
|
|
16253
|
+
</dl>
|
|
16254
|
+
</dd>
|
|
16255
|
+
</dl>
|
|
16256
|
+
|
|
16257
|
+
</dd>
|
|
16258
|
+
</dl>
|
|
16259
|
+
</details>
|
|
16260
|
+
|
|
15784
16261
|
## Users PublicData
|
|
15785
16262
|
|
|
15786
16263
|
<details><summary><code>client.users.publicData.<a href="/src/api/resources/users/resources/publicData/client/Client.ts">getV1</a>() -> Chrt.UserPublicData1</code></summary>
|