@vrplatform/api 1.3.1-4031 → 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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-4031",
6
+ "version": "1.3.1-4040",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -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]: {