@pushwoosh/rpc-v2-http-api-data 0.1.912 → 0.1.913

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/data.js +3 -0
  2. package/package.json +1 -1
  3. package/presets.d.ts +1 -0
package/data.js CHANGED
@@ -21409,6 +21409,9 @@ export const data = {
21409
21409
  },
21410
21410
  "showHidden": {
21411
21411
  "type": "boolean"
21412
+ },
21413
+ "isDefault": {
21414
+ "type": "boolean"
21412
21415
  }
21413
21416
  }
21414
21417
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.912",
3
+ "version": "0.1.913",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
package/presets.d.ts CHANGED
@@ -30,6 +30,7 @@ export type ListPresetsRequest = {
30
30
  /** in ['category'] */
31
31
  searchByCategory?: string[];
32
32
  showHidden?: boolean;
33
+ isDefault?: boolean;
33
34
  };
34
35
  export type PlatformProperties = {
35
36
  badge: string;