@vrplatform/api 1.3.1-stage.2522 → 1.3.1-stage.2524

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.1-stage.2522",
6
+ "version": "1.3.1-stage.2524",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -5776,7 +5776,7 @@ export interface operations {
5776
5776
  allowConfirmationCode?: boolean;
5777
5777
  }[];
5778
5778
  importers: {
5779
- docsLink: string;
5779
+ docsLink?: string;
5780
5780
  uniqueRef: string;
5781
5781
  description: string;
5782
5782
  types?: string[];
@@ -5933,7 +5933,7 @@ export interface operations {
5933
5933
  allowConfirmationCode?: boolean;
5934
5934
  }[];
5935
5935
  importers: {
5936
- docsLink: string;
5936
+ docsLink?: string;
5937
5937
  uniqueRef: string;
5938
5938
  description: string;
5939
5939
  types?: string[];