@vrplatform/api 1.3.0-stage.1279 → 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.
|
@@ -25174,6 +25174,8 @@ export interface operations {
|
|
|
25174
25174
|
title: string;
|
|
25175
25175
|
appId: string;
|
|
25176
25176
|
isPublic: boolean;
|
|
25177
|
+
/** @default false */
|
|
25178
|
+
useGlobalMapping: boolean;
|
|
25177
25179
|
description?: string | null;
|
|
25178
25180
|
/** @description Mapping schema configuration for this flow */
|
|
25179
25181
|
mappingSchema: {
|
|
@@ -25306,6 +25308,8 @@ export interface operations {
|
|
|
25306
25308
|
title: string;
|
|
25307
25309
|
appId: string;
|
|
25308
25310
|
isPublic: boolean;
|
|
25311
|
+
/** @default false */
|
|
25312
|
+
useGlobalMapping: boolean;
|
|
25309
25313
|
description?: string | null;
|
|
25310
25314
|
/** @description Mapping schema configuration for this flow */
|
|
25311
25315
|
mappingSchema: {
|