@vrplatform/api 1.3.0-1267 → 1.3.0-1268

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.0-1267",
6
+ "version": "1.3.0-1268",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -25768,6 +25768,7 @@ export interface operations {
25768
25768
  id: string;
25769
25769
  title: string;
25770
25770
  appId: string;
25771
+ isPublic: boolean;
25771
25772
  description?: string | null;
25772
25773
  /** @description Mapping schema configuration for this flow */
25773
25774
  mappingSchema: {
@@ -25899,6 +25900,7 @@ export interface operations {
25899
25900
  id: string;
25900
25901
  title: string;
25901
25902
  appId: string;
25903
+ isPublic: boolean;
25902
25904
  description?: string | null;
25903
25905
  /** @description Mapping schema configuration for this flow */
25904
25906
  mappingSchema: {