@botpress/api 0.27.10 → 0.27.12
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/dist/index.js +443 -323
- package/dist/src/gen/state.d.ts +12 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +16 -1
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -1862,6 +1862,9 @@ export declare const state: {
|
|
|
1862
1862
|
displayName: {
|
|
1863
1863
|
type: "string";
|
|
1864
1864
|
};
|
|
1865
|
+
emailVerified: {
|
|
1866
|
+
type: "boolean";
|
|
1867
|
+
};
|
|
1865
1868
|
profilePicture: {
|
|
1866
1869
|
type: "string";
|
|
1867
1870
|
};
|
|
@@ -1902,6 +1905,9 @@ export declare const state: {
|
|
|
1902
1905
|
profilePicture: {
|
|
1903
1906
|
type: "string";
|
|
1904
1907
|
};
|
|
1908
|
+
refresh: {
|
|
1909
|
+
type: "boolean";
|
|
1910
|
+
};
|
|
1905
1911
|
};
|
|
1906
1912
|
title: string;
|
|
1907
1913
|
additionalProperties: false;
|
|
@@ -1924,6 +1930,9 @@ export declare const state: {
|
|
|
1924
1930
|
displayName: {
|
|
1925
1931
|
type: "string";
|
|
1926
1932
|
};
|
|
1933
|
+
emailVerified: {
|
|
1934
|
+
type: "boolean";
|
|
1935
|
+
};
|
|
1927
1936
|
profilePicture: {
|
|
1928
1937
|
type: "string";
|
|
1929
1938
|
};
|
|
@@ -9612,6 +9621,9 @@ export declare const state: {
|
|
|
9612
9621
|
displayName: {
|
|
9613
9622
|
type: "string";
|
|
9614
9623
|
};
|
|
9624
|
+
emailVerified: {
|
|
9625
|
+
type: "boolean";
|
|
9626
|
+
};
|
|
9615
9627
|
profilePicture: {
|
|
9616
9628
|
type: "string";
|
|
9617
9629
|
};
|