@vrplatform/api 1.3.0-stage.1269 → 1.3.0-stage.1275

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.
@@ -2545,7 +2545,6 @@ export interface operations {
2545
2545
  };
2546
2546
  content: {
2547
2547
  "application/json": {
2548
- /** Format: uuid */
2549
2548
  id: string;
2550
2549
  name: string;
2551
2550
  icon?: string;
@@ -2638,7 +2637,6 @@ export interface operations {
2638
2637
  content: {
2639
2638
  "application/json": {
2640
2639
  data: {
2641
- /** Format: uuid */
2642
2640
  id: string;
2643
2641
  name: string;
2644
2642
  icon?: string;
@@ -10485,15 +10483,6 @@ export interface operations {
10485
10483
  value: string[];
10486
10484
  })[];
10487
10485
  }[];
10488
- issues?: {
10489
- /** @enum {string} */
10490
- code: "locked";
10491
- /** @enum {string} */
10492
- severity: "warning";
10493
- context: {
10494
- attachedStatementCount: number;
10495
- };
10496
- }[];
10497
10486
  }[];
10498
10487
  pagination: {
10499
10488
  /** @default 100 */
@@ -10729,15 +10718,6 @@ export interface operations {
10729
10718
  value: string[];
10730
10719
  })[];
10731
10720
  }[];
10732
- issues?: {
10733
- /** @enum {string} */
10734
- code: "locked";
10735
- /** @enum {string} */
10736
- severity: "warning";
10737
- context: {
10738
- attachedStatementCount: number;
10739
- };
10740
- }[];
10741
10721
  };
10742
10722
  };
10743
10723
  };
@@ -10894,15 +10874,6 @@ export interface operations {
10894
10874
  value: string[];
10895
10875
  })[];
10896
10876
  }[];
10897
- issues?: {
10898
- /** @enum {string} */
10899
- code: "locked";
10900
- /** @enum {string} */
10901
- severity: "warning";
10902
- context: {
10903
- attachedStatementCount: number;
10904
- };
10905
- }[];
10906
10877
  };
10907
10878
  };
10908
10879
  };
@@ -11130,15 +11101,6 @@ export interface operations {
11130
11101
  value: string[];
11131
11102
  })[];
11132
11103
  }[];
11133
- issues?: {
11134
- /** @enum {string} */
11135
- code: "locked";
11136
- /** @enum {string} */
11137
- severity: "warning";
11138
- context: {
11139
- attachedStatementCount: number;
11140
- };
11141
- }[];
11142
11104
  };
11143
11105
  };
11144
11106
  };
@@ -11807,15 +11769,6 @@ export interface operations {
11807
11769
  value: string[];
11808
11770
  })[];
11809
11771
  }[];
11810
- issues?: {
11811
- /** @enum {string} */
11812
- code: "locked";
11813
- /** @enum {string} */
11814
- severity: "warning";
11815
- context: {
11816
- attachedStatementCount: number;
11817
- };
11818
- }[];
11819
11772
  };
11820
11773
  rows: ({
11821
11774
  id: string | null;
@@ -12366,15 +12319,6 @@ export interface operations {
12366
12319
  value: string[];
12367
12320
  })[];
12368
12321
  }[];
12369
- issues?: {
12370
- /** @enum {string} */
12371
- code: "locked";
12372
- /** @enum {string} */
12373
- severity: "warning";
12374
- context: {
12375
- attachedStatementCount: number;
12376
- };
12377
- }[];
12378
12322
  };
12379
12323
  rows: ({
12380
12324
  id: string | null;
@@ -12837,15 +12781,6 @@ export interface operations {
12837
12781
  value: string[];
12838
12782
  })[];
12839
12783
  }[];
12840
- issues?: {
12841
- /** @enum {string} */
12842
- code: "locked";
12843
- /** @enum {string} */
12844
- severity: "warning";
12845
- context: {
12846
- attachedStatementCount: number;
12847
- };
12848
- }[];
12849
12784
  };
12850
12785
  rows: ({
12851
12786
  id: string | null;
@@ -13639,15 +13574,6 @@ export interface operations {
13639
13574
  value: string[];
13640
13575
  })[];
13641
13576
  }[];
13642
- issues?: {
13643
- /** @enum {string} */
13644
- code: "locked";
13645
- /** @enum {string} */
13646
- severity: "warning";
13647
- context: {
13648
- attachedStatementCount: number;
13649
- };
13650
- }[];
13651
13577
  };
13652
13578
  rows: ({
13653
13579
  id: string | null;
@@ -25241,6 +25167,7 @@ export interface operations {
25241
25167
  id: string;
25242
25168
  title: string;
25243
25169
  appId: string;
25170
+ isPublic: boolean;
25244
25171
  description?: string | null;
25245
25172
  /** @description Mapping schema configuration for this flow */
25246
25173
  mappingSchema: {
@@ -25372,6 +25299,7 @@ export interface operations {
25372
25299
  id: string;
25373
25300
  title: string;
25374
25301
  appId: string;
25302
+ isPublic: boolean;
25375
25303
  description?: string | null;
25376
25304
  /** @description Mapping schema configuration for this flow */
25377
25305
  mappingSchema: {