@createiq/backend 1.0.92 → 1.0.93

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.
@@ -9279,6 +9279,7 @@ export type listAllPresetsForSubAccountV2Data = {
9279
9279
  * Free text search to query listed presets by name
9280
9280
  */
9281
9281
  query?: string;
9282
+ documentId?: Array<string>;
9282
9283
  };
9283
9284
  url: '/api/v2/subAccounts/{subAccountId}/presets';
9284
9285
  };
package/dist/index.d.cts CHANGED
@@ -8089,6 +8089,7 @@ type listAllPresetsForSubAccountV2Data = {
8089
8089
  * Free text search to query listed presets by name
8090
8090
  */
8091
8091
  query?: string;
8092
+ documentId?: Array<string>;
8092
8093
  };
8093
8094
  url: '/api/v2/subAccounts/{subAccountId}/presets';
8094
8095
  };
package/dist/index.d.ts CHANGED
@@ -8089,6 +8089,7 @@ type listAllPresetsForSubAccountV2Data = {
8089
8089
  * Free text search to query listed presets by name
8090
8090
  */
8091
8091
  query?: string;
8092
+ documentId?: Array<string>;
8092
8093
  };
8093
8094
  url: '/api/v2/subAccounts/{subAccountId}/presets';
8094
8095
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.92",
3
+ "version": "1.0.93",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- 8fd83d5f96baf0afe0713e535aab7e6b04f9cb7175603c71ec3a6b31178e6878
1
+ e805a6d5f579c90dd77c1ca57eabb10f673d368f2166067892121709fce52e65