@vrplatform/api 1.3.0-stage.1323 → 1.3.0-stage.1324

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/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.0-stage.1323",
9
+ "version": "1.3.0-stage.1324",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -10291,6 +10291,9 @@ export interface operations {
10291
10291
  getStatementLayouts: {
10292
10292
  parameters: {
10293
10293
  query?: {
10294
+ isDefault?: boolean;
10295
+ /** @description comma separated layout ids */
10296
+ ids?: string;
10294
10297
  limit?: number;
10295
10298
  page?: number;
10296
10299
  };