@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -15131,6 +15131,8 @@ export interface operations {
|
|
|
15131
15131
|
/** @default false */
|
|
15132
15132
|
useGlobalMapping: boolean;
|
|
15133
15133
|
description?: string | null;
|
|
15134
|
+
/** @default [] */
|
|
15135
|
+
eventListening: string[];
|
|
15134
15136
|
/** @description Mapping schema configuration for this flow */
|
|
15135
15137
|
mappingSchema: {
|
|
15136
15138
|
[key: string]: {
|
|
@@ -15305,6 +15307,8 @@ export interface operations {
|
|
|
15305
15307
|
/** @default false */
|
|
15306
15308
|
useGlobalMapping: boolean;
|
|
15307
15309
|
description?: string | null;
|
|
15310
|
+
/** @default [] */
|
|
15311
|
+
eventListening: string[];
|
|
15308
15312
|
/** @description Mapping schema configuration for this flow */
|
|
15309
15313
|
mappingSchema: {
|
|
15310
15314
|
[key: string]: {
|