@botpress/api 0.27.9 → 0.27.10
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 +3 -13
- package/dist/src/gen/state.d.ts +0 -10
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +3 -13
package/src/gen/state.ts
CHANGED
|
@@ -8201,7 +8201,7 @@ export const state = {
|
|
|
8201
8201
|
},
|
|
8202
8202
|
"listFiles": {
|
|
8203
8203
|
"name": "listFiles",
|
|
8204
|
-
"path": "/v1/files
|
|
8204
|
+
"path": "/v1/files",
|
|
8205
8205
|
"description": "List files for bot",
|
|
8206
8206
|
"method": "get",
|
|
8207
8207
|
"section": "files",
|
|
@@ -8211,11 +8211,6 @@ export const state = {
|
|
|
8211
8211
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
8212
8212
|
"type": "string"
|
|
8213
8213
|
},
|
|
8214
|
-
"botId": {
|
|
8215
|
-
"type": "string",
|
|
8216
|
-
"description": "Bot ID",
|
|
8217
|
-
"in": "path"
|
|
8218
|
-
},
|
|
8219
8214
|
"tags": {
|
|
8220
8215
|
"in": "query",
|
|
8221
8216
|
"description": "Filter by tags",
|
|
@@ -8623,16 +8618,11 @@ export const state = {
|
|
|
8623
8618
|
},
|
|
8624
8619
|
"searchFiles": {
|
|
8625
8620
|
"name": "searchFiles",
|
|
8626
|
-
"path": "/v1/files/
|
|
8621
|
+
"path": "/v1/files/search",
|
|
8627
8622
|
"description": "Search files",
|
|
8628
8623
|
"method": "get",
|
|
8629
8624
|
"section": "files",
|
|
8630
8625
|
"parameters": {
|
|
8631
|
-
"botId": {
|
|
8632
|
-
"type": "string",
|
|
8633
|
-
"description": "Bot ID",
|
|
8634
|
-
"in": "path"
|
|
8635
|
-
},
|
|
8636
8626
|
"tags": {
|
|
8637
8627
|
"in": "query",
|
|
8638
8628
|
"description": "Filter by tags",
|
|
@@ -9593,7 +9583,7 @@ export const state = {
|
|
|
9593
9583
|
"title": "Botpress API",
|
|
9594
9584
|
"description": "API for Botpress Cloud",
|
|
9595
9585
|
"server": "https://api.botpress.cloud",
|
|
9596
|
-
"version": "0.27.
|
|
9586
|
+
"version": "0.27.10",
|
|
9597
9587
|
"prefix": "v1"
|
|
9598
9588
|
},
|
|
9599
9589
|
"errors": [
|