@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
package/src/generated/v1.ts
CHANGED
|
@@ -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: {
|