@botpress/api 1.62.0 → 1.63.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 +27 -13
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -279043,7 +279043,7 @@ var state = {
|
|
|
279043
279043
|
"title": "Botpress Runtime API",
|
|
279044
279044
|
"description": "API for Botpress Runtime",
|
|
279045
279045
|
"server": "https://api.botpress.cloud",
|
|
279046
|
-
"version": "1.
|
|
279046
|
+
"version": "1.63.0",
|
|
279047
279047
|
"prefix": "v1"
|
|
279048
279048
|
},
|
|
279049
279049
|
"defaultParameters": {
|
|
@@ -295448,7 +295448,7 @@ var state2 = {
|
|
|
295448
295448
|
"title": "Botpress Admin API",
|
|
295449
295449
|
"description": "API for Botpress Cloud Manager",
|
|
295450
295450
|
"server": "https://api.botpress.cloud",
|
|
295451
|
-
"version": "1.
|
|
295451
|
+
"version": "1.63.0",
|
|
295452
295452
|
"prefix": "v1"
|
|
295453
295453
|
},
|
|
295454
295454
|
"defaultParameters": {
|
|
@@ -296443,7 +296443,8 @@ var state2 = {
|
|
|
296443
296443
|
"type": "string",
|
|
296444
296444
|
"enum": [
|
|
296445
296445
|
"active",
|
|
296446
|
-
"deploying"
|
|
296446
|
+
"deploying",
|
|
296447
|
+
"deleting"
|
|
296447
296448
|
],
|
|
296448
296449
|
"description": "Status of the bot"
|
|
296449
296450
|
},
|
|
@@ -300945,7 +300946,7 @@ var state3 = {
|
|
|
300945
300946
|
"title": "Botpress Files API",
|
|
300946
300947
|
"description": "API for Botpress Files",
|
|
300947
300948
|
"server": "https://api.botpress.cloud",
|
|
300948
|
-
"version": "1.
|
|
300949
|
+
"version": "1.63.0",
|
|
300949
300950
|
"prefix": "v1"
|
|
300950
300951
|
},
|
|
300951
300952
|
"defaultParameters": {
|
|
@@ -301930,7 +301931,9 @@ var state4 = {
|
|
|
301930
301931
|
"type": "string",
|
|
301931
301932
|
"enum": [
|
|
301932
301933
|
"export",
|
|
301933
|
-
"import"
|
|
301934
|
+
"import",
|
|
301935
|
+
"clear_column",
|
|
301936
|
+
"clear_vectors"
|
|
301934
301937
|
]
|
|
301935
301938
|
},
|
|
301936
301939
|
"status": {
|
|
@@ -302058,7 +302061,9 @@ var state4 = {
|
|
|
302058
302061
|
"type": "string",
|
|
302059
302062
|
"enum": [
|
|
302060
302063
|
"export",
|
|
302061
|
-
"import"
|
|
302064
|
+
"import",
|
|
302065
|
+
"clear_column",
|
|
302066
|
+
"clear_vectors"
|
|
302062
302067
|
]
|
|
302063
302068
|
},
|
|
302064
302069
|
"status": {
|
|
@@ -302201,7 +302206,9 @@ var state4 = {
|
|
|
302201
302206
|
"type": "string",
|
|
302202
302207
|
"enum": [
|
|
302203
302208
|
"export",
|
|
302204
|
-
"import"
|
|
302209
|
+
"import",
|
|
302210
|
+
"clear_column",
|
|
302211
|
+
"clear_vectors"
|
|
302205
302212
|
]
|
|
302206
302213
|
},
|
|
302207
302214
|
"status": {
|
|
@@ -303230,7 +303237,7 @@ var state4 = {
|
|
|
303230
303237
|
"title": "Botpress Tables API",
|
|
303231
303238
|
"description": "API for Botpress Tables",
|
|
303232
303239
|
"server": "https://api.botpress.cloud",
|
|
303233
|
-
"version": "1.
|
|
303240
|
+
"version": "1.63.0",
|
|
303234
303241
|
"prefix": "v1"
|
|
303235
303242
|
},
|
|
303236
303243
|
"defaultParameters": {
|
|
@@ -323427,7 +323434,9 @@ var state5 = {
|
|
|
323427
323434
|
"type": "string",
|
|
323428
323435
|
"enum": [
|
|
323429
323436
|
"export",
|
|
323430
|
-
"import"
|
|
323437
|
+
"import",
|
|
323438
|
+
"clear_column",
|
|
323439
|
+
"clear_vectors"
|
|
323431
323440
|
]
|
|
323432
323441
|
},
|
|
323433
323442
|
"status": {
|
|
@@ -323519,7 +323528,9 @@ var state5 = {
|
|
|
323519
323528
|
"type": "string",
|
|
323520
323529
|
"enum": [
|
|
323521
323530
|
"export",
|
|
323522
|
-
"import"
|
|
323531
|
+
"import",
|
|
323532
|
+
"clear_column",
|
|
323533
|
+
"clear_vectors"
|
|
323523
323534
|
]
|
|
323524
323535
|
},
|
|
323525
323536
|
"status": {
|
|
@@ -323626,7 +323637,9 @@ var state5 = {
|
|
|
323626
323637
|
"type": "string",
|
|
323627
323638
|
"enum": [
|
|
323628
323639
|
"export",
|
|
323629
|
-
"import"
|
|
323640
|
+
"import",
|
|
323641
|
+
"clear_column",
|
|
323642
|
+
"clear_vectors"
|
|
323630
323643
|
]
|
|
323631
323644
|
},
|
|
323632
323645
|
"status": {
|
|
@@ -324331,7 +324344,7 @@ var state5 = {
|
|
|
324331
324344
|
"title": "Botpress API",
|
|
324332
324345
|
"description": "API for Botpress Cloud",
|
|
324333
324346
|
"server": "https://api.botpress.cloud",
|
|
324334
|
-
"version": "1.
|
|
324347
|
+
"version": "1.63.0",
|
|
324335
324348
|
"prefix": "v1"
|
|
324336
324349
|
},
|
|
324337
324350
|
"errors": [
|
|
@@ -325441,7 +325454,8 @@ var state5 = {
|
|
|
325441
325454
|
"type": "string",
|
|
325442
325455
|
"enum": [
|
|
325443
325456
|
"active",
|
|
325444
|
-
"deploying"
|
|
325457
|
+
"deploying",
|
|
325458
|
+
"deleting"
|
|
325445
325459
|
],
|
|
325446
325460
|
"description": "Status of the bot"
|
|
325447
325461
|
},
|