@vrplatform/api 1.3.1-2517 → 1.3.1-2525
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.
|
@@ -5758,7 +5758,7 @@ export interface operations {
|
|
|
5758
5758
|
allowConfirmationCode?: boolean;
|
|
5759
5759
|
}[];
|
|
5760
5760
|
importers: {
|
|
5761
|
-
docsLink
|
|
5761
|
+
docsLink?: string;
|
|
5762
5762
|
uniqueRef: string;
|
|
5763
5763
|
description: string;
|
|
5764
5764
|
types?: string[];
|
|
@@ -5915,7 +5915,7 @@ export interface operations {
|
|
|
5915
5915
|
allowConfirmationCode?: boolean;
|
|
5916
5916
|
}[];
|
|
5917
5917
|
importers: {
|
|
5918
|
-
docsLink
|
|
5918
|
+
docsLink?: string;
|
|
5919
5919
|
uniqueRef: string;
|
|
5920
5920
|
description: string;
|
|
5921
5921
|
types?: string[];
|