@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/dist/index.js
CHANGED
|
@@ -280947,7 +280947,7 @@ var state = {
|
|
|
280947
280947
|
},
|
|
280948
280948
|
"listFiles": {
|
|
280949
280949
|
"name": "listFiles",
|
|
280950
|
-
"path": "/v1/files
|
|
280950
|
+
"path": "/v1/files",
|
|
280951
280951
|
"description": "List files for bot",
|
|
280952
280952
|
"method": "get",
|
|
280953
280953
|
"section": "files",
|
|
@@ -280957,11 +280957,6 @@ var state = {
|
|
|
280957
280957
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
280958
280958
|
"type": "string"
|
|
280959
280959
|
},
|
|
280960
|
-
"botId": {
|
|
280961
|
-
"type": "string",
|
|
280962
|
-
"description": "Bot ID",
|
|
280963
|
-
"in": "path"
|
|
280964
|
-
},
|
|
280965
280960
|
"tags": {
|
|
280966
280961
|
"in": "query",
|
|
280967
280962
|
"description": "Filter by tags",
|
|
@@ -281369,16 +281364,11 @@ var state = {
|
|
|
281369
281364
|
},
|
|
281370
281365
|
"searchFiles": {
|
|
281371
281366
|
"name": "searchFiles",
|
|
281372
|
-
"path": "/v1/files/
|
|
281367
|
+
"path": "/v1/files/search",
|
|
281373
281368
|
"description": "Search files",
|
|
281374
281369
|
"method": "get",
|
|
281375
281370
|
"section": "files",
|
|
281376
281371
|
"parameters": {
|
|
281377
|
-
"botId": {
|
|
281378
|
-
"type": "string",
|
|
281379
|
-
"description": "Bot ID",
|
|
281380
|
-
"in": "path"
|
|
281381
|
-
},
|
|
281382
281372
|
"tags": {
|
|
281383
281373
|
"in": "query",
|
|
281384
281374
|
"description": "Filter by tags",
|
|
@@ -282339,7 +282329,7 @@ var state = {
|
|
|
282339
282329
|
"title": "Botpress API",
|
|
282340
282330
|
"description": "API for Botpress Cloud",
|
|
282341
282331
|
"server": "https://api.botpress.cloud",
|
|
282342
|
-
"version": "0.27.
|
|
282332
|
+
"version": "0.27.10",
|
|
282343
282333
|
"prefix": "v1"
|
|
282344
282334
|
},
|
|
282345
282335
|
"errors": [
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -7220,11 +7220,6 @@ export declare const state: {
|
|
|
7220
7220
|
description: string;
|
|
7221
7221
|
type: "string";
|
|
7222
7222
|
};
|
|
7223
|
-
botId: {
|
|
7224
|
-
type: "string";
|
|
7225
|
-
description: string;
|
|
7226
|
-
in: "path";
|
|
7227
|
-
};
|
|
7228
7223
|
tags: {
|
|
7229
7224
|
in: "query";
|
|
7230
7225
|
description: string;
|
|
@@ -7558,11 +7553,6 @@ export declare const state: {
|
|
|
7558
7553
|
method: "get";
|
|
7559
7554
|
section: "files";
|
|
7560
7555
|
parameters: {
|
|
7561
|
-
botId: {
|
|
7562
|
-
type: "string";
|
|
7563
|
-
description: string;
|
|
7564
|
-
in: "path";
|
|
7565
|
-
};
|
|
7566
7556
|
tags: {
|
|
7567
7557
|
in: "query";
|
|
7568
7558
|
description: string;
|