@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
package/src/generated/v1.ts
CHANGED
|
@@ -5776,7 +5776,7 @@ export interface operations {
|
|
|
5776
5776
|
allowConfirmationCode?: boolean;
|
|
5777
5777
|
}[];
|
|
5778
5778
|
importers: {
|
|
5779
|
-
docsLink
|
|
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
|
|
5936
|
+
docsLink?: string;
|
|
5937
5937
|
uniqueRef: string;
|
|
5938
5938
|
description: string;
|
|
5939
5939
|
types?: string[];
|