@vrplatform/api 1.3.1-4036 → 1.3.1-4040
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.
|
@@ -15130,6 +15130,8 @@ export interface operations {
|
|
|
15130
15130
|
/** @default false */
|
|
15131
15131
|
useGlobalMapping: boolean;
|
|
15132
15132
|
description?: string | null;
|
|
15133
|
+
/** @default [] */
|
|
15134
|
+
eventListening: string[];
|
|
15133
15135
|
/** @description Mapping schema configuration for this flow */
|
|
15134
15136
|
mappingSchema: {
|
|
15135
15137
|
[key: string]: {
|
|
@@ -15304,6 +15306,8 @@ export interface operations {
|
|
|
15304
15306
|
/** @default false */
|
|
15305
15307
|
useGlobalMapping: boolean;
|
|
15306
15308
|
description?: string | null;
|
|
15309
|
+
/** @default [] */
|
|
15310
|
+
eventListening: string[];
|
|
15307
15311
|
/** @description Mapping schema configuration for this flow */
|
|
15308
15312
|
mappingSchema: {
|
|
15309
15313
|
[key: string]: {
|