@vrplatform/api 1.3.1-1766 → 1.3.1-1776
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.
|
@@ -29490,6 +29490,7 @@ export interface operations {
|
|
|
29490
29490
|
name: string;
|
|
29491
29491
|
appId: string;
|
|
29492
29492
|
urlExample?: string | null;
|
|
29493
|
+
allowConfirmationCode?: boolean | null;
|
|
29493
29494
|
}[];
|
|
29494
29495
|
};
|
|
29495
29496
|
} | null;
|
|
@@ -29763,6 +29764,7 @@ export interface operations {
|
|
|
29763
29764
|
name: string;
|
|
29764
29765
|
appId: string;
|
|
29765
29766
|
urlExample?: string | null;
|
|
29767
|
+
allowConfirmationCode?: boolean | null;
|
|
29766
29768
|
}[];
|
|
29767
29769
|
};
|
|
29768
29770
|
} | null;
|
|
@@ -30705,6 +30707,7 @@ export interface operations {
|
|
|
30705
30707
|
name: string;
|
|
30706
30708
|
appId: string;
|
|
30707
30709
|
urlExample?: string | null;
|
|
30710
|
+
allowConfirmationCode?: boolean | null;
|
|
30708
30711
|
}[];
|
|
30709
30712
|
};
|
|
30710
30713
|
} | null;
|
|
@@ -30975,6 +30978,7 @@ export interface operations {
|
|
|
30975
30978
|
name: string;
|
|
30976
30979
|
appId: string;
|
|
30977
30980
|
urlExample?: string | null;
|
|
30981
|
+
allowConfirmationCode?: boolean | null;
|
|
30978
30982
|
}[];
|
|
30979
30983
|
};
|
|
30980
30984
|
} | null;
|
|
@@ -31518,6 +31522,7 @@ export interface operations {
|
|
|
31518
31522
|
name: string;
|
|
31519
31523
|
appId: string;
|
|
31520
31524
|
urlExample?: string | null;
|
|
31525
|
+
allowConfirmationCode?: boolean | null;
|
|
31521
31526
|
}[];
|
|
31522
31527
|
};
|
|
31523
31528
|
} | null;
|