@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
package/src/generated/v1.ts
CHANGED
|
@@ -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: {
|