@botpress/api 0.41.2 → 0.41.3
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 +5 -3
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +5 -3
package/src/gen/state.ts
CHANGED
|
@@ -10460,7 +10460,8 @@ export const state = {
|
|
|
10460
10460
|
"type": {
|
|
10461
10461
|
"type": "string",
|
|
10462
10462
|
"enum": [
|
|
10463
|
-
"chunk"
|
|
10463
|
+
"chunk",
|
|
10464
|
+
"summary"
|
|
10464
10465
|
],
|
|
10465
10466
|
"description": "The type of passage"
|
|
10466
10467
|
},
|
|
@@ -10594,7 +10595,8 @@ export const state = {
|
|
|
10594
10595
|
"type": {
|
|
10595
10596
|
"type": "string",
|
|
10596
10597
|
"enum": [
|
|
10597
|
-
"chunk"
|
|
10598
|
+
"chunk",
|
|
10599
|
+
"summary"
|
|
10598
10600
|
],
|
|
10599
10601
|
"description": "The type of passage"
|
|
10600
10602
|
},
|
|
@@ -11551,7 +11553,7 @@ export const state = {
|
|
|
11551
11553
|
"title": "Botpress API",
|
|
11552
11554
|
"description": "API for Botpress Cloud",
|
|
11553
11555
|
"server": "https://api.botpress.cloud",
|
|
11554
|
-
"version": "0.41.
|
|
11556
|
+
"version": "0.41.3",
|
|
11555
11557
|
"prefix": "v1"
|
|
11556
11558
|
},
|
|
11557
11559
|
"errors": [
|