@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.
|
@@ -5775,7 +5775,7 @@ export interface operations {
|
|
|
5775
5775
|
allowConfirmationCode?: boolean;
|
|
5776
5776
|
}[];
|
|
5777
5777
|
importers: {
|
|
5778
|
-
docsLink
|
|
5778
|
+
docsLink?: string;
|
|
5779
5779
|
uniqueRef: string;
|
|
5780
5780
|
description: string;
|
|
5781
5781
|
types?: string[];
|
|
@@ -5932,7 +5932,7 @@ export interface operations {
|
|
|
5932
5932
|
allowConfirmationCode?: boolean;
|
|
5933
5933
|
}[];
|
|
5934
5934
|
importers: {
|
|
5935
|
-
docsLink
|
|
5935
|
+
docsLink?: string;
|
|
5936
5936
|
uniqueRef: string;
|
|
5937
5937
|
description: string;
|
|
5938
5938
|
types?: string[];
|