@botpress/api 0.26.3 → 0.26.4
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 +12 -5
- package/dist/src/gen/state.d.ts +9 -2
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +12 -5
package/src/gen/state.ts
CHANGED
|
@@ -9198,20 +9198,27 @@ export const state = {
|
|
|
9198
9198
|
"$ref": "#/components/schemas/Row"
|
|
9199
9199
|
}
|
|
9200
9200
|
},
|
|
9201
|
-
"
|
|
9202
|
-
"type": "
|
|
9203
|
-
"description": "
|
|
9201
|
+
"hasMore": {
|
|
9202
|
+
"type": "boolean",
|
|
9203
|
+
"description": "Flag indicating if there are more rows to fetch."
|
|
9204
9204
|
},
|
|
9205
9205
|
"offset": {
|
|
9206
9206
|
"type": "integer"
|
|
9207
9207
|
},
|
|
9208
9208
|
"limit": {
|
|
9209
9209
|
"type": "integer"
|
|
9210
|
+
},
|
|
9211
|
+
"warnings": {
|
|
9212
|
+
"type": "array",
|
|
9213
|
+
"items": {
|
|
9214
|
+
"type": "string"
|
|
9215
|
+
},
|
|
9216
|
+
"description": "Alerts for minor issues that don't block the operation but suggest possible improvements."
|
|
9210
9217
|
}
|
|
9211
9218
|
},
|
|
9212
9219
|
"required": [
|
|
9213
9220
|
"rows",
|
|
9214
|
-
"
|
|
9221
|
+
"hasMore",
|
|
9215
9222
|
"offset",
|
|
9216
9223
|
"limit"
|
|
9217
9224
|
],
|
|
@@ -9517,7 +9524,7 @@ export const state = {
|
|
|
9517
9524
|
"title": "Botpress API",
|
|
9518
9525
|
"description": "API for Botpress Cloud",
|
|
9519
9526
|
"server": "https://api.botpress.cloud",
|
|
9520
|
-
"version": "0.26.
|
|
9527
|
+
"version": "0.26.4",
|
|
9521
9528
|
"prefix": "v1"
|
|
9522
9529
|
},
|
|
9523
9530
|
"errors": [
|