@botpress/api 0.49.0 → 0.50.0
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 +11 -11
- package/dist/src/gen/state.d.ts +5 -5
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +11 -11
package/src/gen/state.ts
CHANGED
|
@@ -10571,7 +10571,7 @@ export const state = {
|
|
|
10571
10571
|
"type": "object",
|
|
10572
10572
|
"properties": {
|
|
10573
10573
|
"enable": {
|
|
10574
|
-
"default":
|
|
10574
|
+
"default": false,
|
|
10575
10575
|
"type": "boolean"
|
|
10576
10576
|
},
|
|
10577
10577
|
"modelType": {
|
|
@@ -10783,7 +10783,7 @@ export const state = {
|
|
|
10783
10783
|
"parameters": {
|
|
10784
10784
|
"id": {
|
|
10785
10785
|
"type": "string",
|
|
10786
|
-
"description": "File ID",
|
|
10786
|
+
"description": "File ID or Key",
|
|
10787
10787
|
"in": "path"
|
|
10788
10788
|
}
|
|
10789
10789
|
},
|
|
@@ -10967,7 +10967,7 @@ export const state = {
|
|
|
10967
10967
|
"parameters": {
|
|
10968
10968
|
"id": {
|
|
10969
10969
|
"type": "string",
|
|
10970
|
-
"description": "File ID",
|
|
10970
|
+
"description": "File ID or Key",
|
|
10971
10971
|
"in": "path"
|
|
10972
10972
|
}
|
|
10973
10973
|
},
|
|
@@ -11098,7 +11098,7 @@ export const state = {
|
|
|
11098
11098
|
"parameters": {
|
|
11099
11099
|
"id": {
|
|
11100
11100
|
"type": "string",
|
|
11101
|
-
"description": "File ID",
|
|
11101
|
+
"description": "File ID or Key",
|
|
11102
11102
|
"in": "path"
|
|
11103
11103
|
}
|
|
11104
11104
|
},
|
|
@@ -11414,7 +11414,7 @@ export const state = {
|
|
|
11414
11414
|
},
|
|
11415
11415
|
"listFilePassages": {
|
|
11416
11416
|
"name": "listFilePassages",
|
|
11417
|
-
"path": "/v1/files/{
|
|
11417
|
+
"path": "/v1/files/{id}/passages",
|
|
11418
11418
|
"description": "List passages for a file",
|
|
11419
11419
|
"method": "get",
|
|
11420
11420
|
"section": "files",
|
|
@@ -11424,15 +11424,15 @@ export const state = {
|
|
|
11424
11424
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
11425
11425
|
"type": "string"
|
|
11426
11426
|
},
|
|
11427
|
+
"id": {
|
|
11428
|
+
"type": "string",
|
|
11429
|
+
"description": "File ID or Key",
|
|
11430
|
+
"in": "path"
|
|
11431
|
+
},
|
|
11427
11432
|
"limit": {
|
|
11428
11433
|
"type": "number",
|
|
11429
11434
|
"description": "The maximum number of passages to return per request (optional, default: 20, max: 200).",
|
|
11430
11435
|
"in": "query"
|
|
11431
|
-
},
|
|
11432
|
-
"fileId": {
|
|
11433
|
-
"type": "string",
|
|
11434
|
-
"description": "File ID",
|
|
11435
|
-
"in": "path"
|
|
11436
11436
|
}
|
|
11437
11437
|
},
|
|
11438
11438
|
"response": {
|
|
@@ -12418,7 +12418,7 @@ export const state = {
|
|
|
12418
12418
|
"title": "Botpress API",
|
|
12419
12419
|
"description": "API for Botpress Cloud",
|
|
12420
12420
|
"server": "https://api.botpress.cloud",
|
|
12421
|
-
"version": "0.
|
|
12421
|
+
"version": "0.50.0",
|
|
12422
12422
|
"prefix": "v1"
|
|
12423
12423
|
},
|
|
12424
12424
|
"errors": [
|