@chrt-inc/typescript-sdk 1.888.0 → 1.891.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/trackingIntegrations/client/Client.d.ts +3 -0
- package/dist/cjs/api/resources/trackingIntegrations/client/Client.js +7 -2
- package/dist/cjs/api/resources/trackingIntegrations/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/index.js +2 -1
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/Client.d.ts +29 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/Client.js +27 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/index.js +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/index.d.ts +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/index.js +18 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.ts +93 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.js +328 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/index.js +17 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/AssetsListV1Request.d.ts +21 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/AssetsListV1Request.js +5 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientUpdate1.d.ts +14 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientUpdate1.js +5 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/index.d.ts +1 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/index.js +17 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/index.d.ts +6 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/index.js +45 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.d.ts +51 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.js +135 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/index.js +17 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesDataPointsV1Request.d.ts +14 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesDataPointsV1Request.js +5 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/index.d.ts +1 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/index.js +17 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.d.ts +62 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.js +197 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.js +17 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.d.ts +21 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.js +5 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.d.ts +1 -0
- package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.js +17 -0
- package/dist/cjs/api/types/ReelablesAsset1.d.ts +22 -0
- package/dist/cjs/api/types/ReelablesAsset1.js +5 -0
- package/dist/cjs/api/types/ReelablesAssetListRes.d.ts +8 -0
- package/dist/cjs/api/types/ReelablesAssetListRes.js +5 -0
- package/dist/cjs/api/types/ReelablesAssetSortByEnum.d.ts +8 -0
- package/dist/cjs/api/types/ReelablesAssetSortByEnum.js +10 -0
- package/dist/cjs/api/types/ReelablesAssetSyncRes.d.ts +8 -0
- package/dist/cjs/api/types/ReelablesAssetSyncRes.js +5 -0
- package/dist/cjs/api/types/ReelablesDataPoint1.d.ts +12 -0
- package/dist/cjs/api/types/ReelablesDataPoint1.js +5 -0
- package/dist/cjs/api/types/ReelablesDataPointMetadata1.d.ts +6 -0
- package/dist/cjs/api/types/ReelablesDataPointMetadata1.js +5 -0
- package/dist/cjs/api/types/ReelablesLabel1.d.ts +9 -0
- package/dist/cjs/api/types/ReelablesLabel1.js +5 -0
- package/dist/cjs/api/types/ReelablesTimeseriesRes.d.ts +7 -0
- package/dist/cjs/api/types/ReelablesTimeseriesRes.js +5 -0
- package/dist/cjs/api/types/ReelablesWorkspace1.d.ts +13 -0
- package/dist/cjs/api/types/ReelablesWorkspace1.js +5 -0
- package/dist/cjs/api/types/ReelablesWorkspaceListRes.d.ts +8 -0
- package/dist/cjs/api/types/ReelablesWorkspaceListRes.js +5 -0
- package/dist/cjs/api/types/ReelablesWorkspaceSortByEnum.d.ts +4 -0
- package/dist/cjs/api/types/ReelablesWorkspaceSortByEnum.js +5 -0
- package/dist/cjs/api/types/ReelablesWorkspaceSyncRes.d.ts +9 -0
- package/dist/cjs/api/types/ReelablesWorkspaceSyncRes.js +5 -0
- package/dist/cjs/api/types/index.d.ts +12 -0
- package/dist/cjs/api/types/index.js +12 -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/trackingIntegrations/client/Client.d.mts +3 -0
- package/dist/esm/api/resources/trackingIntegrations/client/Client.mjs +5 -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/reelables/client/Client.d.mts +29 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/client/Client.mjs +23 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/client/index.d.mts +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/client/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/index.d.mts +2 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/index.mjs +2 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.mts +93 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.mjs +291 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/index.d.mts +2 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/AssetsListV1Request.d.mts +21 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/AssetsListV1Request.mjs +4 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientUpdate1.d.mts +14 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientUpdate1.mjs +4 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/index.d.mts +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/index.d.mts +6 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/index.mjs +6 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.d.mts +51 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.mjs +98 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/index.d.mts +2 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesDataPointsV1Request.d.mts +14 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesDataPointsV1Request.mjs +4 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/index.d.mts +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.d.mts +62 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.mjs +160 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.d.mts +2 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.d.mts +21 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.mjs +4 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.d.mts +1 -0
- package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.mjs +1 -0
- package/dist/esm/api/types/ReelablesAsset1.d.mts +22 -0
- package/dist/esm/api/types/ReelablesAsset1.mjs +4 -0
- package/dist/esm/api/types/ReelablesAssetListRes.d.mts +8 -0
- package/dist/esm/api/types/ReelablesAssetListRes.mjs +4 -0
- package/dist/esm/api/types/ReelablesAssetSortByEnum.d.mts +8 -0
- package/dist/esm/api/types/ReelablesAssetSortByEnum.mjs +7 -0
- package/dist/esm/api/types/ReelablesAssetSyncRes.d.mts +8 -0
- package/dist/esm/api/types/ReelablesAssetSyncRes.mjs +4 -0
- package/dist/esm/api/types/ReelablesDataPoint1.d.mts +12 -0
- package/dist/esm/api/types/ReelablesDataPoint1.mjs +4 -0
- package/dist/esm/api/types/ReelablesDataPointMetadata1.d.mts +6 -0
- package/dist/esm/api/types/ReelablesDataPointMetadata1.mjs +4 -0
- package/dist/esm/api/types/ReelablesLabel1.d.mts +9 -0
- package/dist/esm/api/types/ReelablesLabel1.mjs +4 -0
- package/dist/esm/api/types/ReelablesTimeseriesRes.d.mts +7 -0
- package/dist/esm/api/types/ReelablesTimeseriesRes.mjs +4 -0
- package/dist/esm/api/types/ReelablesWorkspace1.d.mts +13 -0
- package/dist/esm/api/types/ReelablesWorkspace1.mjs +4 -0
- package/dist/esm/api/types/ReelablesWorkspaceListRes.d.mts +8 -0
- package/dist/esm/api/types/ReelablesWorkspaceListRes.mjs +4 -0
- package/dist/esm/api/types/ReelablesWorkspaceSortByEnum.d.mts +4 -0
- package/dist/esm/api/types/ReelablesWorkspaceSortByEnum.mjs +4 -0
- package/dist/esm/api/types/ReelablesWorkspaceSyncRes.d.mts +9 -0
- package/dist/esm/api/types/ReelablesWorkspaceSyncRes.mjs +4 -0
- package/dist/esm/api/types/index.d.mts +12 -0
- package/dist/esm/api/types/index.mjs +12 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +476 -0
package/reference.md
CHANGED
|
@@ -31843,6 +31843,482 @@ await client.tracking.timeseries.taskGroupByDriver.lastSeenPublicV1({
|
|
|
31843
31843
|
</dl>
|
|
31844
31844
|
</details>
|
|
31845
31845
|
|
|
31846
|
+
## TrackingIntegrations Reelables Assets
|
|
31847
|
+
|
|
31848
|
+
<details><summary><code>client.trackingIntegrations.reelables.assets.<a href="/src/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.ts">getV1</a>(assetId) -> Chrt.ReelablesAsset1</code></summary>
|
|
31849
|
+
<dl>
|
|
31850
|
+
<dd>
|
|
31851
|
+
|
|
31852
|
+
#### 📝 Description
|
|
31853
|
+
|
|
31854
|
+
<dl>
|
|
31855
|
+
<dd>
|
|
31856
|
+
|
|
31857
|
+
<dl>
|
|
31858
|
+
<dd>
|
|
31859
|
+
|
|
31860
|
+
Refreshes and retrieves a Reelables asset by its external ID. | authz: min_org_role=operator | () -> (ReelablesAsset1)
|
|
31861
|
+
|
|
31862
|
+
</dd>
|
|
31863
|
+
</dl>
|
|
31864
|
+
</dd>
|
|
31865
|
+
</dl>
|
|
31866
|
+
|
|
31867
|
+
#### 🔌 Usage
|
|
31868
|
+
|
|
31869
|
+
<dl>
|
|
31870
|
+
<dd>
|
|
31871
|
+
|
|
31872
|
+
<dl>
|
|
31873
|
+
<dd>
|
|
31874
|
+
|
|
31875
|
+
```typescript
|
|
31876
|
+
await client.trackingIntegrations.reelables.assets.getV1("asset_id");
|
|
31877
|
+
```
|
|
31878
|
+
|
|
31879
|
+
</dd>
|
|
31880
|
+
</dl>
|
|
31881
|
+
</dd>
|
|
31882
|
+
</dl>
|
|
31883
|
+
|
|
31884
|
+
#### ⚙️ Parameters
|
|
31885
|
+
|
|
31886
|
+
<dl>
|
|
31887
|
+
<dd>
|
|
31888
|
+
|
|
31889
|
+
<dl>
|
|
31890
|
+
<dd>
|
|
31891
|
+
|
|
31892
|
+
**assetId:** `string`
|
|
31893
|
+
|
|
31894
|
+
</dd>
|
|
31895
|
+
</dl>
|
|
31896
|
+
|
|
31897
|
+
<dl>
|
|
31898
|
+
<dd>
|
|
31899
|
+
|
|
31900
|
+
**requestOptions:** `Assets.RequestOptions`
|
|
31901
|
+
|
|
31902
|
+
</dd>
|
|
31903
|
+
</dl>
|
|
31904
|
+
</dd>
|
|
31905
|
+
</dl>
|
|
31906
|
+
|
|
31907
|
+
</dd>
|
|
31908
|
+
</dl>
|
|
31909
|
+
</details>
|
|
31910
|
+
|
|
31911
|
+
<details><summary><code>client.trackingIntegrations.reelables.assets.<a href="/src/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.ts">listV1</a>(workspaceId, { ...params }) -> Chrt.ReelablesAssetListRes</code></summary>
|
|
31912
|
+
<dl>
|
|
31913
|
+
<dd>
|
|
31914
|
+
|
|
31915
|
+
#### 📝 Description
|
|
31916
|
+
|
|
31917
|
+
<dl>
|
|
31918
|
+
<dd>
|
|
31919
|
+
|
|
31920
|
+
<dl>
|
|
31921
|
+
<dd>
|
|
31922
|
+
|
|
31923
|
+
Lists cached Reelables assets for a workspace. | authz: min_org_role=operator | () -> (ReelablesAssetListRes)
|
|
31924
|
+
|
|
31925
|
+
</dd>
|
|
31926
|
+
</dl>
|
|
31927
|
+
</dd>
|
|
31928
|
+
</dl>
|
|
31929
|
+
|
|
31930
|
+
#### 🔌 Usage
|
|
31931
|
+
|
|
31932
|
+
<dl>
|
|
31933
|
+
<dd>
|
|
31934
|
+
|
|
31935
|
+
<dl>
|
|
31936
|
+
<dd>
|
|
31937
|
+
|
|
31938
|
+
```typescript
|
|
31939
|
+
await client.trackingIntegrations.reelables.assets.listV1("workspace_id", {
|
|
31940
|
+
sort_by: "asset_id",
|
|
31941
|
+
sort_order: "asc",
|
|
31942
|
+
page: 1,
|
|
31943
|
+
page_size: 1,
|
|
31944
|
+
});
|
|
31945
|
+
```
|
|
31946
|
+
|
|
31947
|
+
</dd>
|
|
31948
|
+
</dl>
|
|
31949
|
+
</dd>
|
|
31950
|
+
</dl>
|
|
31951
|
+
|
|
31952
|
+
#### ⚙️ Parameters
|
|
31953
|
+
|
|
31954
|
+
<dl>
|
|
31955
|
+
<dd>
|
|
31956
|
+
|
|
31957
|
+
<dl>
|
|
31958
|
+
<dd>
|
|
31959
|
+
|
|
31960
|
+
**workspaceId:** `string`
|
|
31961
|
+
|
|
31962
|
+
</dd>
|
|
31963
|
+
</dl>
|
|
31964
|
+
|
|
31965
|
+
<dl>
|
|
31966
|
+
<dd>
|
|
31967
|
+
|
|
31968
|
+
**request:** `Chrt.trackingIntegrations.reelables.AssetsListV1Request`
|
|
31969
|
+
|
|
31970
|
+
</dd>
|
|
31971
|
+
</dl>
|
|
31972
|
+
|
|
31973
|
+
<dl>
|
|
31974
|
+
<dd>
|
|
31975
|
+
|
|
31976
|
+
**requestOptions:** `Assets.RequestOptions`
|
|
31977
|
+
|
|
31978
|
+
</dd>
|
|
31979
|
+
</dl>
|
|
31980
|
+
</dd>
|
|
31981
|
+
</dl>
|
|
31982
|
+
|
|
31983
|
+
</dd>
|
|
31984
|
+
</dl>
|
|
31985
|
+
</details>
|
|
31986
|
+
|
|
31987
|
+
<details><summary><code>client.trackingIntegrations.reelables.assets.<a href="/src/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.ts">syncV1</a>(workspaceId) -> Chrt.ReelablesAssetSyncRes</code></summary>
|
|
31988
|
+
<dl>
|
|
31989
|
+
<dd>
|
|
31990
|
+
|
|
31991
|
+
#### 📝 Description
|
|
31992
|
+
|
|
31993
|
+
<dl>
|
|
31994
|
+
<dd>
|
|
31995
|
+
|
|
31996
|
+
<dl>
|
|
31997
|
+
<dd>
|
|
31998
|
+
|
|
31999
|
+
Synchronizes all Reelables assets for a cached workspace. | authz: min_org_role=operator | () -> (ReelablesAssetSyncRes)
|
|
32000
|
+
|
|
32001
|
+
</dd>
|
|
32002
|
+
</dl>
|
|
32003
|
+
</dd>
|
|
32004
|
+
</dl>
|
|
32005
|
+
|
|
32006
|
+
#### 🔌 Usage
|
|
32007
|
+
|
|
32008
|
+
<dl>
|
|
32009
|
+
<dd>
|
|
32010
|
+
|
|
32011
|
+
<dl>
|
|
32012
|
+
<dd>
|
|
32013
|
+
|
|
32014
|
+
```typescript
|
|
32015
|
+
await client.trackingIntegrations.reelables.assets.syncV1("workspace_id");
|
|
32016
|
+
```
|
|
32017
|
+
|
|
32018
|
+
</dd>
|
|
32019
|
+
</dl>
|
|
32020
|
+
</dd>
|
|
32021
|
+
</dl>
|
|
32022
|
+
|
|
32023
|
+
#### ⚙️ Parameters
|
|
32024
|
+
|
|
32025
|
+
<dl>
|
|
32026
|
+
<dd>
|
|
32027
|
+
|
|
32028
|
+
<dl>
|
|
32029
|
+
<dd>
|
|
32030
|
+
|
|
32031
|
+
**workspaceId:** `string`
|
|
32032
|
+
|
|
32033
|
+
</dd>
|
|
32034
|
+
</dl>
|
|
32035
|
+
|
|
32036
|
+
<dl>
|
|
32037
|
+
<dd>
|
|
32038
|
+
|
|
32039
|
+
**requestOptions:** `Assets.RequestOptions`
|
|
32040
|
+
|
|
32041
|
+
</dd>
|
|
32042
|
+
</dl>
|
|
32043
|
+
</dd>
|
|
32044
|
+
</dl>
|
|
32045
|
+
|
|
32046
|
+
</dd>
|
|
32047
|
+
</dl>
|
|
32048
|
+
</details>
|
|
32049
|
+
|
|
32050
|
+
<details><summary><code>client.trackingIntegrations.reelables.assets.<a href="/src/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.ts">updateV1</a>(assetId, { ...params }) -> Chrt.ReelablesAsset1</code></summary>
|
|
32051
|
+
<dl>
|
|
32052
|
+
<dd>
|
|
32053
|
+
|
|
32054
|
+
#### 📝 Description
|
|
32055
|
+
|
|
32056
|
+
<dl>
|
|
32057
|
+
<dd>
|
|
32058
|
+
|
|
32059
|
+
<dl>
|
|
32060
|
+
<dd>
|
|
32061
|
+
|
|
32062
|
+
Updates a Reelables asset, applying name changes upstream before updating CHRT. | authz: min_org_role=operator | (ReelablesAssetClientUpdate1) -> (ReelablesAsset1)
|
|
32063
|
+
|
|
32064
|
+
</dd>
|
|
32065
|
+
</dl>
|
|
32066
|
+
</dd>
|
|
32067
|
+
</dl>
|
|
32068
|
+
|
|
32069
|
+
#### 🔌 Usage
|
|
32070
|
+
|
|
32071
|
+
<dl>
|
|
32072
|
+
<dd>
|
|
32073
|
+
|
|
32074
|
+
<dl>
|
|
32075
|
+
<dd>
|
|
32076
|
+
|
|
32077
|
+
```typescript
|
|
32078
|
+
await client.trackingIntegrations.reelables.assets.updateV1("asset_id");
|
|
32079
|
+
```
|
|
32080
|
+
|
|
32081
|
+
</dd>
|
|
32082
|
+
</dl>
|
|
32083
|
+
</dd>
|
|
32084
|
+
</dl>
|
|
32085
|
+
|
|
32086
|
+
#### ⚙️ Parameters
|
|
32087
|
+
|
|
32088
|
+
<dl>
|
|
32089
|
+
<dd>
|
|
32090
|
+
|
|
32091
|
+
<dl>
|
|
32092
|
+
<dd>
|
|
32093
|
+
|
|
32094
|
+
**assetId:** `string`
|
|
32095
|
+
|
|
32096
|
+
</dd>
|
|
32097
|
+
</dl>
|
|
32098
|
+
|
|
32099
|
+
<dl>
|
|
32100
|
+
<dd>
|
|
32101
|
+
|
|
32102
|
+
**request:** `Chrt.trackingIntegrations.reelables.ReelablesAssetClientUpdate1`
|
|
32103
|
+
|
|
32104
|
+
</dd>
|
|
32105
|
+
</dl>
|
|
32106
|
+
|
|
32107
|
+
<dl>
|
|
32108
|
+
<dd>
|
|
32109
|
+
|
|
32110
|
+
**requestOptions:** `Assets.RequestOptions`
|
|
32111
|
+
|
|
32112
|
+
</dd>
|
|
32113
|
+
</dl>
|
|
32114
|
+
</dd>
|
|
32115
|
+
</dl>
|
|
32116
|
+
|
|
32117
|
+
</dd>
|
|
32118
|
+
</dl>
|
|
32119
|
+
</details>
|
|
32120
|
+
|
|
32121
|
+
## TrackingIntegrations Reelables Timeseries
|
|
32122
|
+
|
|
32123
|
+
<details><summary><code>client.trackingIntegrations.reelables.timeseries.<a href="/src/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.ts">dataPointsV1</a>(assetId, { ...params }) -> Chrt.ReelablesTimeseriesRes</code></summary>
|
|
32124
|
+
<dl>
|
|
32125
|
+
<dd>
|
|
32126
|
+
|
|
32127
|
+
#### 📝 Description
|
|
32128
|
+
|
|
32129
|
+
<dl>
|
|
32130
|
+
<dd>
|
|
32131
|
+
|
|
32132
|
+
<dl>
|
|
32133
|
+
<dd>
|
|
32134
|
+
|
|
32135
|
+
Refreshes and returns Reelables location data points within the requested time range. | authz: min_org_role=operator | () -> (ReelablesTimeseriesRes)
|
|
32136
|
+
|
|
32137
|
+
</dd>
|
|
32138
|
+
</dl>
|
|
32139
|
+
</dd>
|
|
32140
|
+
</dl>
|
|
32141
|
+
|
|
32142
|
+
#### 🔌 Usage
|
|
32143
|
+
|
|
32144
|
+
<dl>
|
|
32145
|
+
<dd>
|
|
32146
|
+
|
|
32147
|
+
<dl>
|
|
32148
|
+
<dd>
|
|
32149
|
+
|
|
32150
|
+
```typescript
|
|
32151
|
+
await client.trackingIntegrations.reelables.timeseries.dataPointsV1("asset_id", {
|
|
32152
|
+
start_timestamp: "2024-01-15T09:30:00Z",
|
|
32153
|
+
end_timestamp: "2024-01-15T09:30:00Z",
|
|
32154
|
+
});
|
|
32155
|
+
```
|
|
32156
|
+
|
|
32157
|
+
</dd>
|
|
32158
|
+
</dl>
|
|
32159
|
+
</dd>
|
|
32160
|
+
</dl>
|
|
32161
|
+
|
|
32162
|
+
#### ⚙️ Parameters
|
|
32163
|
+
|
|
32164
|
+
<dl>
|
|
32165
|
+
<dd>
|
|
32166
|
+
|
|
32167
|
+
<dl>
|
|
32168
|
+
<dd>
|
|
32169
|
+
|
|
32170
|
+
**assetId:** `string`
|
|
32171
|
+
|
|
32172
|
+
</dd>
|
|
32173
|
+
</dl>
|
|
32174
|
+
|
|
32175
|
+
<dl>
|
|
32176
|
+
<dd>
|
|
32177
|
+
|
|
32178
|
+
**request:** `Chrt.trackingIntegrations.reelables.TimeseriesDataPointsV1Request`
|
|
32179
|
+
|
|
32180
|
+
</dd>
|
|
32181
|
+
</dl>
|
|
32182
|
+
|
|
32183
|
+
<dl>
|
|
32184
|
+
<dd>
|
|
32185
|
+
|
|
32186
|
+
**requestOptions:** `Timeseries.RequestOptions`
|
|
32187
|
+
|
|
32188
|
+
</dd>
|
|
32189
|
+
</dl>
|
|
32190
|
+
</dd>
|
|
32191
|
+
</dl>
|
|
32192
|
+
|
|
32193
|
+
</dd>
|
|
32194
|
+
</dl>
|
|
32195
|
+
</details>
|
|
32196
|
+
|
|
32197
|
+
## TrackingIntegrations Reelables Workspaces
|
|
32198
|
+
|
|
32199
|
+
<details><summary><code>client.trackingIntegrations.reelables.workspaces.<a href="/src/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.ts">listV1</a>({ ...params }) -> Chrt.ReelablesWorkspaceListRes</code></summary>
|
|
32200
|
+
<dl>
|
|
32201
|
+
<dd>
|
|
32202
|
+
|
|
32203
|
+
#### 📝 Description
|
|
32204
|
+
|
|
32205
|
+
<dl>
|
|
32206
|
+
<dd>
|
|
32207
|
+
|
|
32208
|
+
<dl>
|
|
32209
|
+
<dd>
|
|
32210
|
+
|
|
32211
|
+
Lists cached Reelables workspaces for the caller's organization. | authz: min_org_role=operator | () -> (ReelablesWorkspaceListRes)
|
|
32212
|
+
|
|
32213
|
+
</dd>
|
|
32214
|
+
</dl>
|
|
32215
|
+
</dd>
|
|
32216
|
+
</dl>
|
|
32217
|
+
|
|
32218
|
+
#### 🔌 Usage
|
|
32219
|
+
|
|
32220
|
+
<dl>
|
|
32221
|
+
<dd>
|
|
32222
|
+
|
|
32223
|
+
<dl>
|
|
32224
|
+
<dd>
|
|
32225
|
+
|
|
32226
|
+
```typescript
|
|
32227
|
+
await client.trackingIntegrations.reelables.workspaces.listV1({
|
|
32228
|
+
sort_by: "name",
|
|
32229
|
+
sort_order: "asc",
|
|
32230
|
+
page: 1,
|
|
32231
|
+
page_size: 1,
|
|
32232
|
+
});
|
|
32233
|
+
```
|
|
32234
|
+
|
|
32235
|
+
</dd>
|
|
32236
|
+
</dl>
|
|
32237
|
+
</dd>
|
|
32238
|
+
</dl>
|
|
32239
|
+
|
|
32240
|
+
#### ⚙️ Parameters
|
|
32241
|
+
|
|
32242
|
+
<dl>
|
|
32243
|
+
<dd>
|
|
32244
|
+
|
|
32245
|
+
<dl>
|
|
32246
|
+
<dd>
|
|
32247
|
+
|
|
32248
|
+
**request:** `Chrt.trackingIntegrations.reelables.WorkspacesListV1Request`
|
|
32249
|
+
|
|
32250
|
+
</dd>
|
|
32251
|
+
</dl>
|
|
32252
|
+
|
|
32253
|
+
<dl>
|
|
32254
|
+
<dd>
|
|
32255
|
+
|
|
32256
|
+
**requestOptions:** `Workspaces.RequestOptions`
|
|
32257
|
+
|
|
32258
|
+
</dd>
|
|
32259
|
+
</dl>
|
|
32260
|
+
</dd>
|
|
32261
|
+
</dl>
|
|
32262
|
+
|
|
32263
|
+
</dd>
|
|
32264
|
+
</dl>
|
|
32265
|
+
</details>
|
|
32266
|
+
|
|
32267
|
+
<details><summary><code>client.trackingIntegrations.reelables.workspaces.<a href="/src/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.ts">syncV1</a>() -> Chrt.ReelablesWorkspaceSyncRes</code></summary>
|
|
32268
|
+
<dl>
|
|
32269
|
+
<dd>
|
|
32270
|
+
|
|
32271
|
+
#### 📝 Description
|
|
32272
|
+
|
|
32273
|
+
<dl>
|
|
32274
|
+
<dd>
|
|
32275
|
+
|
|
32276
|
+
<dl>
|
|
32277
|
+
<dd>
|
|
32278
|
+
|
|
32279
|
+
Synchronizes Reelables workspaces available to the caller's organization without deleting missing workspaces. | authz: min_org_role=operator | () -> (ReelablesWorkspaceSyncRes)
|
|
32280
|
+
|
|
32281
|
+
</dd>
|
|
32282
|
+
</dl>
|
|
32283
|
+
</dd>
|
|
32284
|
+
</dl>
|
|
32285
|
+
|
|
32286
|
+
#### 🔌 Usage
|
|
32287
|
+
|
|
32288
|
+
<dl>
|
|
32289
|
+
<dd>
|
|
32290
|
+
|
|
32291
|
+
<dl>
|
|
32292
|
+
<dd>
|
|
32293
|
+
|
|
32294
|
+
```typescript
|
|
32295
|
+
await client.trackingIntegrations.reelables.workspaces.syncV1();
|
|
32296
|
+
```
|
|
32297
|
+
|
|
32298
|
+
</dd>
|
|
32299
|
+
</dl>
|
|
32300
|
+
</dd>
|
|
32301
|
+
</dl>
|
|
32302
|
+
|
|
32303
|
+
#### ⚙️ Parameters
|
|
32304
|
+
|
|
32305
|
+
<dl>
|
|
32306
|
+
<dd>
|
|
32307
|
+
|
|
32308
|
+
<dl>
|
|
32309
|
+
<dd>
|
|
32310
|
+
|
|
32311
|
+
**requestOptions:** `Workspaces.RequestOptions`
|
|
32312
|
+
|
|
32313
|
+
</dd>
|
|
32314
|
+
</dl>
|
|
32315
|
+
</dd>
|
|
32316
|
+
</dl>
|
|
32317
|
+
|
|
32318
|
+
</dd>
|
|
32319
|
+
</dl>
|
|
32320
|
+
</details>
|
|
32321
|
+
|
|
31846
32322
|
## TrackingIntegrations Tive Devices
|
|
31847
32323
|
|
|
31848
32324
|
<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>
|