@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -5759,7 +5759,7 @@ export interface operations {
|
|
|
5759
5759
|
allowConfirmationCode?: boolean;
|
|
5760
5760
|
}[];
|
|
5761
5761
|
importers: {
|
|
5762
|
-
docsLink
|
|
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
|
|
5919
|
+
docsLink?: string;
|
|
5920
5920
|
uniqueRef: string;
|
|
5921
5921
|
description: string;
|
|
5922
5922
|
types?: string[];
|