@botpress/api 0.27.9 → 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 +15 -13
- package/dist/src/gen/state.d.ts +9 -10
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +15 -13
package/src/gen/state.ts
CHANGED
|
@@ -2024,6 +2024,9 @@ export const state = {
|
|
|
2024
2024
|
"displayName": {
|
|
2025
2025
|
"type": "string"
|
|
2026
2026
|
},
|
|
2027
|
+
"emailVerified": {
|
|
2028
|
+
"type": "boolean"
|
|
2029
|
+
},
|
|
2027
2030
|
"profilePicture": {
|
|
2028
2031
|
"type": "string"
|
|
2029
2032
|
},
|
|
@@ -2036,6 +2039,7 @@ export const state = {
|
|
|
2036
2039
|
"required": [
|
|
2037
2040
|
"id",
|
|
2038
2041
|
"email",
|
|
2042
|
+
"emailVerified",
|
|
2039
2043
|
"createdAt"
|
|
2040
2044
|
],
|
|
2041
2045
|
"additionalProperties": false
|
|
@@ -2092,6 +2096,9 @@ export const state = {
|
|
|
2092
2096
|
"displayName": {
|
|
2093
2097
|
"type": "string"
|
|
2094
2098
|
},
|
|
2099
|
+
"emailVerified": {
|
|
2100
|
+
"type": "boolean"
|
|
2101
|
+
},
|
|
2095
2102
|
"profilePicture": {
|
|
2096
2103
|
"type": "string"
|
|
2097
2104
|
},
|
|
@@ -2104,6 +2111,7 @@ export const state = {
|
|
|
2104
2111
|
"required": [
|
|
2105
2112
|
"id",
|
|
2106
2113
|
"email",
|
|
2114
|
+
"emailVerified",
|
|
2107
2115
|
"createdAt"
|
|
2108
2116
|
],
|
|
2109
2117
|
"additionalProperties": false
|
|
@@ -8201,7 +8209,7 @@ export const state = {
|
|
|
8201
8209
|
},
|
|
8202
8210
|
"listFiles": {
|
|
8203
8211
|
"name": "listFiles",
|
|
8204
|
-
"path": "/v1/files
|
|
8212
|
+
"path": "/v1/files",
|
|
8205
8213
|
"description": "List files for bot",
|
|
8206
8214
|
"method": "get",
|
|
8207
8215
|
"section": "files",
|
|
@@ -8211,11 +8219,6 @@ export const state = {
|
|
|
8211
8219
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
8212
8220
|
"type": "string"
|
|
8213
8221
|
},
|
|
8214
|
-
"botId": {
|
|
8215
|
-
"type": "string",
|
|
8216
|
-
"description": "Bot ID",
|
|
8217
|
-
"in": "path"
|
|
8218
|
-
},
|
|
8219
8222
|
"tags": {
|
|
8220
8223
|
"in": "query",
|
|
8221
8224
|
"description": "Filter by tags",
|
|
@@ -8623,16 +8626,11 @@ export const state = {
|
|
|
8623
8626
|
},
|
|
8624
8627
|
"searchFiles": {
|
|
8625
8628
|
"name": "searchFiles",
|
|
8626
|
-
"path": "/v1/files/
|
|
8629
|
+
"path": "/v1/files/search",
|
|
8627
8630
|
"description": "Search files",
|
|
8628
8631
|
"method": "get",
|
|
8629
8632
|
"section": "files",
|
|
8630
8633
|
"parameters": {
|
|
8631
|
-
"botId": {
|
|
8632
|
-
"type": "string",
|
|
8633
|
-
"description": "Bot ID",
|
|
8634
|
-
"in": "path"
|
|
8635
|
-
},
|
|
8636
8634
|
"tags": {
|
|
8637
8635
|
"in": "query",
|
|
8638
8636
|
"description": "Filter by tags",
|
|
@@ -9593,7 +9591,7 @@ export const state = {
|
|
|
9593
9591
|
"title": "Botpress API",
|
|
9594
9592
|
"description": "API for Botpress Cloud",
|
|
9595
9593
|
"server": "https://api.botpress.cloud",
|
|
9596
|
-
"version": "0.27.
|
|
9594
|
+
"version": "0.27.11",
|
|
9597
9595
|
"prefix": "v1"
|
|
9598
9596
|
},
|
|
9599
9597
|
"errors": [
|
|
@@ -11014,6 +11012,9 @@ export const state = {
|
|
|
11014
11012
|
"displayName": {
|
|
11015
11013
|
"type": "string"
|
|
11016
11014
|
},
|
|
11015
|
+
"emailVerified": {
|
|
11016
|
+
"type": "boolean"
|
|
11017
|
+
},
|
|
11017
11018
|
"profilePicture": {
|
|
11018
11019
|
"type": "string"
|
|
11019
11020
|
},
|
|
@@ -11026,6 +11027,7 @@ export const state = {
|
|
|
11026
11027
|
"required": [
|
|
11027
11028
|
"id",
|
|
11028
11029
|
"email",
|
|
11030
|
+
"emailVerified",
|
|
11029
11031
|
"createdAt"
|
|
11030
11032
|
],
|
|
11031
11033
|
"additionalProperties": false
|