@vrplatform/api 1.3.1-stage.1768 → 1.3.1-stage.1769
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.
|
@@ -29463,6 +29463,7 @@ export interface operations {
|
|
|
29463
29463
|
name: string;
|
|
29464
29464
|
appId: string;
|
|
29465
29465
|
urlExample?: string | null;
|
|
29466
|
+
allowConfirmationCode?: boolean | null;
|
|
29466
29467
|
}[];
|
|
29467
29468
|
};
|
|
29468
29469
|
} | null;
|
|
@@ -29736,6 +29737,7 @@ export interface operations {
|
|
|
29736
29737
|
name: string;
|
|
29737
29738
|
appId: string;
|
|
29738
29739
|
urlExample?: string | null;
|
|
29740
|
+
allowConfirmationCode?: boolean | null;
|
|
29739
29741
|
}[];
|
|
29740
29742
|
};
|
|
29741
29743
|
} | null;
|
|
@@ -30678,6 +30680,7 @@ export interface operations {
|
|
|
30678
30680
|
name: string;
|
|
30679
30681
|
appId: string;
|
|
30680
30682
|
urlExample?: string | null;
|
|
30683
|
+
allowConfirmationCode?: boolean | null;
|
|
30681
30684
|
}[];
|
|
30682
30685
|
};
|
|
30683
30686
|
} | null;
|
|
@@ -30948,6 +30951,7 @@ export interface operations {
|
|
|
30948
30951
|
name: string;
|
|
30949
30952
|
appId: string;
|
|
30950
30953
|
urlExample?: string | null;
|
|
30954
|
+
allowConfirmationCode?: boolean | null;
|
|
30951
30955
|
}[];
|
|
30952
30956
|
};
|
|
30953
30957
|
} | null;
|
|
@@ -31491,6 +31495,7 @@ export interface operations {
|
|
|
31491
31495
|
name: string;
|
|
31492
31496
|
appId: string;
|
|
31493
31497
|
urlExample?: string | null;
|
|
31498
|
+
allowConfirmationCode?: boolean | null;
|
|
31494
31499
|
}[];
|
|
31495
31500
|
};
|
|
31496
31501
|
} | null;
|