@vrplatform/api 1.3.0-stage.1278 → 1.3.0-stage.1280

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.1278",
9
+ "version": "1.3.0-stage.1280",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -25175,6 +25175,8 @@ export interface operations {
25175
25175
  title: string;
25176
25176
  appId: string;
25177
25177
  isPublic: boolean;
25178
+ /** @default false */
25179
+ useGlobalMapping: boolean;
25178
25180
  description?: string | null;
25179
25181
  /** @description Mapping schema configuration for this flow */
25180
25182
  mappingSchema: {
@@ -25307,6 +25309,8 @@ export interface operations {
25307
25309
  title: string;
25308
25310
  appId: string;
25309
25311
  isPublic: boolean;
25312
+ /** @default false */
25313
+ useGlobalMapping: boolean;
25310
25314
  description?: string | null;
25311
25315
  /** @description Mapping schema configuration for this flow */
25312
25316
  mappingSchema: {