@botpress/api 0.27.10 → 0.27.11
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 +13 -1
- package/dist/src/gen/state.d.ts +9 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +13 -1
package/dist/index.js
CHANGED
|
@@ -274770,6 +274770,9 @@ var state = {
|
|
|
274770
274770
|
"displayName": {
|
|
274771
274771
|
"type": "string"
|
|
274772
274772
|
},
|
|
274773
|
+
"emailVerified": {
|
|
274774
|
+
"type": "boolean"
|
|
274775
|
+
},
|
|
274773
274776
|
"profilePicture": {
|
|
274774
274777
|
"type": "string"
|
|
274775
274778
|
},
|
|
@@ -274782,6 +274785,7 @@ var state = {
|
|
|
274782
274785
|
"required": [
|
|
274783
274786
|
"id",
|
|
274784
274787
|
"email",
|
|
274788
|
+
"emailVerified",
|
|
274785
274789
|
"createdAt"
|
|
274786
274790
|
],
|
|
274787
274791
|
"additionalProperties": false
|
|
@@ -274838,6 +274842,9 @@ var state = {
|
|
|
274838
274842
|
"displayName": {
|
|
274839
274843
|
"type": "string"
|
|
274840
274844
|
},
|
|
274845
|
+
"emailVerified": {
|
|
274846
|
+
"type": "boolean"
|
|
274847
|
+
},
|
|
274841
274848
|
"profilePicture": {
|
|
274842
274849
|
"type": "string"
|
|
274843
274850
|
},
|
|
@@ -274850,6 +274857,7 @@ var state = {
|
|
|
274850
274857
|
"required": [
|
|
274851
274858
|
"id",
|
|
274852
274859
|
"email",
|
|
274860
|
+
"emailVerified",
|
|
274853
274861
|
"createdAt"
|
|
274854
274862
|
],
|
|
274855
274863
|
"additionalProperties": false
|
|
@@ -282329,7 +282337,7 @@ var state = {
|
|
|
282329
282337
|
"title": "Botpress API",
|
|
282330
282338
|
"description": "API for Botpress Cloud",
|
|
282331
282339
|
"server": "https://api.botpress.cloud",
|
|
282332
|
-
"version": "0.27.
|
|
282340
|
+
"version": "0.27.11",
|
|
282333
282341
|
"prefix": "v1"
|
|
282334
282342
|
},
|
|
282335
282343
|
"errors": [
|
|
@@ -283750,6 +283758,9 @@ var state = {
|
|
|
283750
283758
|
"displayName": {
|
|
283751
283759
|
"type": "string"
|
|
283752
283760
|
},
|
|
283761
|
+
"emailVerified": {
|
|
283762
|
+
"type": "boolean"
|
|
283763
|
+
},
|
|
283753
283764
|
"profilePicture": {
|
|
283754
283765
|
"type": "string"
|
|
283755
283766
|
},
|
|
@@ -283762,6 +283773,7 @@ var state = {
|
|
|
283762
283773
|
"required": [
|
|
283763
283774
|
"id",
|
|
283764
283775
|
"email",
|
|
283776
|
+
"emailVerified",
|
|
283765
283777
|
"createdAt"
|
|
283766
283778
|
],
|
|
283767
283779
|
"additionalProperties": false
|
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
|
};
|
|
@@ -1924,6 +1927,9 @@ export declare const state: {
|
|
|
1924
1927
|
displayName: {
|
|
1925
1928
|
type: "string";
|
|
1926
1929
|
};
|
|
1930
|
+
emailVerified: {
|
|
1931
|
+
type: "boolean";
|
|
1932
|
+
};
|
|
1927
1933
|
profilePicture: {
|
|
1928
1934
|
type: "string";
|
|
1929
1935
|
};
|
|
@@ -9612,6 +9618,9 @@ export declare const state: {
|
|
|
9612
9618
|
displayName: {
|
|
9613
9619
|
type: "string";
|
|
9614
9620
|
};
|
|
9621
|
+
emailVerified: {
|
|
9622
|
+
type: "boolean";
|
|
9623
|
+
};
|
|
9615
9624
|
profilePicture: {
|
|
9616
9625
|
type: "string";
|
|
9617
9626
|
};
|