@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -29491,6 +29491,7 @@ export interface operations {
|
|
|
29491
29491
|
name: string;
|
|
29492
29492
|
appId: string;
|
|
29493
29493
|
urlExample?: string | null;
|
|
29494
|
+
allowConfirmationCode?: boolean | null;
|
|
29494
29495
|
}[];
|
|
29495
29496
|
};
|
|
29496
29497
|
} | null;
|
|
@@ -29764,6 +29765,7 @@ export interface operations {
|
|
|
29764
29765
|
name: string;
|
|
29765
29766
|
appId: string;
|
|
29766
29767
|
urlExample?: string | null;
|
|
29768
|
+
allowConfirmationCode?: boolean | null;
|
|
29767
29769
|
}[];
|
|
29768
29770
|
};
|
|
29769
29771
|
} | null;
|
|
@@ -30706,6 +30708,7 @@ export interface operations {
|
|
|
30706
30708
|
name: string;
|
|
30707
30709
|
appId: string;
|
|
30708
30710
|
urlExample?: string | null;
|
|
30711
|
+
allowConfirmationCode?: boolean | null;
|
|
30709
30712
|
}[];
|
|
30710
30713
|
};
|
|
30711
30714
|
} | null;
|
|
@@ -30976,6 +30979,7 @@ export interface operations {
|
|
|
30976
30979
|
name: string;
|
|
30977
30980
|
appId: string;
|
|
30978
30981
|
urlExample?: string | null;
|
|
30982
|
+
allowConfirmationCode?: boolean | null;
|
|
30979
30983
|
}[];
|
|
30980
30984
|
};
|
|
30981
30985
|
} | null;
|
|
@@ -31519,6 +31523,7 @@ export interface operations {
|
|
|
31519
31523
|
name: string;
|
|
31520
31524
|
appId: string;
|
|
31521
31525
|
urlExample?: string | null;
|
|
31526
|
+
allowConfirmationCode?: boolean | null;
|
|
31522
31527
|
}[];
|
|
31523
31528
|
};
|
|
31524
31529
|
} | null;
|