@botpress/api 0.34.0 → 0.34.1
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 +43 -4
- package/dist/src/gen/state.d.ts +30 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +43 -4
package/src/gen/state.ts
CHANGED
|
@@ -1300,10 +1300,23 @@ export const state = {
|
|
|
1300
1300
|
"properties": {
|
|
1301
1301
|
"state": {
|
|
1302
1302
|
"$ref": "#/components/schemas/State"
|
|
1303
|
+
},
|
|
1304
|
+
"meta": {
|
|
1305
|
+
"type": "object",
|
|
1306
|
+
"properties": {
|
|
1307
|
+
"cached": {
|
|
1308
|
+
"type": "boolean"
|
|
1309
|
+
}
|
|
1310
|
+
},
|
|
1311
|
+
"required": [
|
|
1312
|
+
"cached"
|
|
1313
|
+
],
|
|
1314
|
+
"additionalProperties": false
|
|
1303
1315
|
}
|
|
1304
1316
|
},
|
|
1305
1317
|
"required": [
|
|
1306
|
-
"state"
|
|
1318
|
+
"state",
|
|
1319
|
+
"meta"
|
|
1307
1320
|
],
|
|
1308
1321
|
"title": "getStateResponse",
|
|
1309
1322
|
"additionalProperties": false
|
|
@@ -1443,10 +1456,23 @@ export const state = {
|
|
|
1443
1456
|
"properties": {
|
|
1444
1457
|
"state": {
|
|
1445
1458
|
"$ref": "#/components/schemas/State"
|
|
1459
|
+
},
|
|
1460
|
+
"meta": {
|
|
1461
|
+
"type": "object",
|
|
1462
|
+
"properties": {
|
|
1463
|
+
"cached": {
|
|
1464
|
+
"type": "boolean"
|
|
1465
|
+
}
|
|
1466
|
+
},
|
|
1467
|
+
"required": [
|
|
1468
|
+
"cached"
|
|
1469
|
+
],
|
|
1470
|
+
"additionalProperties": false
|
|
1446
1471
|
}
|
|
1447
1472
|
},
|
|
1448
1473
|
"required": [
|
|
1449
|
-
"state"
|
|
1474
|
+
"state",
|
|
1475
|
+
"meta"
|
|
1450
1476
|
],
|
|
1451
1477
|
"title": "getOrSetStateResponse",
|
|
1452
1478
|
"additionalProperties": false
|
|
@@ -1557,10 +1583,23 @@ export const state = {
|
|
|
1557
1583
|
"type": "object",
|
|
1558
1584
|
"additionalProperties": true,
|
|
1559
1585
|
"description": "Input of the action"
|
|
1586
|
+
},
|
|
1587
|
+
"meta": {
|
|
1588
|
+
"type": "object",
|
|
1589
|
+
"properties": {
|
|
1590
|
+
"cached": {
|
|
1591
|
+
"type": "boolean"
|
|
1592
|
+
}
|
|
1593
|
+
},
|
|
1594
|
+
"required": [
|
|
1595
|
+
"cached"
|
|
1596
|
+
],
|
|
1597
|
+
"additionalProperties": false
|
|
1560
1598
|
}
|
|
1561
1599
|
},
|
|
1562
1600
|
"required": [
|
|
1563
|
-
"output"
|
|
1601
|
+
"output",
|
|
1602
|
+
"meta"
|
|
1564
1603
|
],
|
|
1565
1604
|
"title": "callActionResponse",
|
|
1566
1605
|
"additionalProperties": false
|
|
@@ -10921,7 +10960,7 @@ export const state = {
|
|
|
10921
10960
|
"title": "Botpress API",
|
|
10922
10961
|
"description": "API for Botpress Cloud",
|
|
10923
10962
|
"server": "https://api.botpress.cloud",
|
|
10924
|
-
"version": "0.34.
|
|
10963
|
+
"version": "0.34.1",
|
|
10925
10964
|
"prefix": "v1"
|
|
10926
10965
|
},
|
|
10927
10966
|
"errors": [
|