@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.
@@ -25767,6 +25767,7 @@ export interface operations {
25767
25767
  id: string;
25768
25768
  title: string;
25769
25769
  appId: string;
25770
+ isPublic: boolean;
25770
25771
  description?: string | null;
25771
25772
  /** @description Mapping schema configuration for this flow */
25772
25773
  mappingSchema: {
@@ -25898,6 +25899,7 @@ export interface operations {
25898
25899
  id: string;
25899
25900
  title: string;
25900
25901
  appId: string;
25902
+ isPublic: boolean;
25901
25903
  description?: string | null;
25902
25904
  /** @description Mapping schema configuration for this flow */
25903
25905
  mappingSchema: {