@vrplatform/api 1.3.1-stage.1767 → 1.3.1-stage.1769

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
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.1-stage.1767",
9
+ "version": "1.3.1-stage.1769",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -15742,6 +15742,8 @@ export interface operations {
15742
15742
  id: string;
15743
15743
  title: string;
15744
15744
  categoryId: string;
15745
+ /** @enum {string} */
15746
+ party?: "owners" | "manager";
15745
15747
  values: {
15746
15748
  id: string;
15747
15749
  title: string;
@@ -15772,6 +15774,8 @@ export interface operations {
15772
15774
  id: string;
15773
15775
  title: string;
15774
15776
  categoryId: string;
15777
+ /** @enum {string} */
15778
+ party?: "owners" | "manager";
15775
15779
  values: {
15776
15780
  id: string;
15777
15781
  title: string;
@@ -15802,6 +15806,8 @@ export interface operations {
15802
15806
  id: string;
15803
15807
  title: string;
15804
15808
  categoryId: string;
15809
+ /** @enum {string} */
15810
+ party?: "owners" | "manager";
15805
15811
  values: {
15806
15812
  id: string;
15807
15813
  title: string;
@@ -15832,6 +15838,8 @@ export interface operations {
15832
15838
  id: string;
15833
15839
  title: string;
15834
15840
  categoryId: string;
15841
+ /** @enum {string} */
15842
+ party?: "owners" | "manager";
15835
15843
  values: {
15836
15844
  id: string;
15837
15845
  title: string;
@@ -29456,6 +29464,7 @@ export interface operations {
29456
29464
  name: string;
29457
29465
  appId: string;
29458
29466
  urlExample?: string | null;
29467
+ allowConfirmationCode?: boolean | null;
29459
29468
  }[];
29460
29469
  };
29461
29470
  } | null;
@@ -29729,6 +29738,7 @@ export interface operations {
29729
29738
  name: string;
29730
29739
  appId: string;
29731
29740
  urlExample?: string | null;
29741
+ allowConfirmationCode?: boolean | null;
29732
29742
  }[];
29733
29743
  };
29734
29744
  } | null;
@@ -30671,6 +30681,7 @@ export interface operations {
30671
30681
  name: string;
30672
30682
  appId: string;
30673
30683
  urlExample?: string | null;
30684
+ allowConfirmationCode?: boolean | null;
30674
30685
  }[];
30675
30686
  };
30676
30687
  } | null;
@@ -30941,6 +30952,7 @@ export interface operations {
30941
30952
  name: string;
30942
30953
  appId: string;
30943
30954
  urlExample?: string | null;
30955
+ allowConfirmationCode?: boolean | null;
30944
30956
  }[];
30945
30957
  };
30946
30958
  } | null;
@@ -31484,6 +31496,7 @@ export interface operations {
31484
31496
  name: string;
31485
31497
  appId: string;
31486
31498
  urlExample?: string | null;
31499
+ allowConfirmationCode?: boolean | null;
31487
31500
  }[];
31488
31501
  };
31489
31502
  } | null;