@vrplatform/api 1.3.1-2517 → 1.3.1-2548

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-2517",
6
+ "version": "1.3.1-2548",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -5759,7 +5759,7 @@ export interface operations {
5759
5759
  allowConfirmationCode?: boolean;
5760
5760
  }[];
5761
5761
  importers: {
5762
- docsLink: string;
5762
+ docsLink?: string;
5763
5763
  uniqueRef: string;
5764
5764
  description: string;
5765
5765
  types?: string[];
@@ -5916,7 +5916,7 @@ export interface operations {
5916
5916
  allowConfirmationCode?: boolean;
5917
5917
  }[];
5918
5918
  importers: {
5919
- docsLink: string;
5919
+ docsLink?: string;
5920
5920
  uniqueRef: string;
5921
5921
  description: string;
5922
5922
  types?: string[];