@botpress/api 1.61.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 +71 -35
- 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": {
|
|
@@ -288076,7 +288076,8 @@ var state2 = {
|
|
|
288076
288076
|
"openai_spend",
|
|
288077
288077
|
"bing_search_spend",
|
|
288078
288078
|
"always_alive",
|
|
288079
|
-
"indexed_file_count"
|
|
288079
|
+
"indexed_file_count",
|
|
288080
|
+
"file_max_size_bytes"
|
|
288080
288081
|
],
|
|
288081
288082
|
"required": true
|
|
288082
288083
|
},
|
|
@@ -288146,7 +288147,8 @@ var state2 = {
|
|
|
288146
288147
|
"openai_spend",
|
|
288147
288148
|
"bing_search_spend",
|
|
288148
288149
|
"always_alive",
|
|
288149
|
-
"indexed_file_count"
|
|
288150
|
+
"indexed_file_count",
|
|
288151
|
+
"file_max_size_bytes"
|
|
288150
288152
|
],
|
|
288151
288153
|
"required": true
|
|
288152
288154
|
},
|
|
@@ -288227,7 +288229,8 @@ var state2 = {
|
|
|
288227
288229
|
"openai_spend",
|
|
288228
288230
|
"bing_search_spend",
|
|
288229
288231
|
"always_alive",
|
|
288230
|
-
"indexed_file_count"
|
|
288232
|
+
"indexed_file_count",
|
|
288233
|
+
"file_max_size_bytes"
|
|
288231
288234
|
]
|
|
288232
288235
|
},
|
|
288233
288236
|
"completion": {
|
|
@@ -288285,7 +288288,8 @@ var state2 = {
|
|
|
288285
288288
|
"openai_spend",
|
|
288286
288289
|
"bing_search_spend",
|
|
288287
288290
|
"always_alive",
|
|
288288
|
-
"indexed_file_count"
|
|
288291
|
+
"indexed_file_count",
|
|
288292
|
+
"file_max_size_bytes"
|
|
288289
288293
|
],
|
|
288290
288294
|
"required": true
|
|
288291
288295
|
},
|
|
@@ -288334,7 +288338,8 @@ var state2 = {
|
|
|
288334
288338
|
"openai_spend",
|
|
288335
288339
|
"bing_search_spend",
|
|
288336
288340
|
"always_alive",
|
|
288337
|
-
"indexed_file_count"
|
|
288341
|
+
"indexed_file_count",
|
|
288342
|
+
"file_max_size_bytes"
|
|
288338
288343
|
],
|
|
288339
288344
|
"description": "Usage type that can be used"
|
|
288340
288345
|
}
|
|
@@ -288417,7 +288422,8 @@ var state2 = {
|
|
|
288417
288422
|
"openai_spend",
|
|
288418
288423
|
"bing_search_spend",
|
|
288419
288424
|
"always_alive",
|
|
288420
|
-
"indexed_file_count"
|
|
288425
|
+
"indexed_file_count",
|
|
288426
|
+
"file_max_size_bytes"
|
|
288421
288427
|
],
|
|
288422
288428
|
"description": "Usage type that can be used"
|
|
288423
288429
|
}
|
|
@@ -294851,7 +294857,8 @@ var state2 = {
|
|
|
294851
294857
|
"openai_spend",
|
|
294852
294858
|
"bing_search_spend",
|
|
294853
294859
|
"always_alive",
|
|
294854
|
-
"indexed_file_count"
|
|
294860
|
+
"indexed_file_count",
|
|
294861
|
+
"file_max_size_bytes"
|
|
294855
294862
|
],
|
|
294856
294863
|
"required": true
|
|
294857
294864
|
},
|
|
@@ -294975,7 +294982,8 @@ var state2 = {
|
|
|
294975
294982
|
"openai_spend",
|
|
294976
294983
|
"bing_search_spend",
|
|
294977
294984
|
"always_alive",
|
|
294978
|
-
"indexed_file_count"
|
|
294985
|
+
"indexed_file_count",
|
|
294986
|
+
"file_max_size_bytes"
|
|
294979
294987
|
],
|
|
294980
294988
|
"required": true
|
|
294981
294989
|
},
|
|
@@ -295041,7 +295049,8 @@ var state2 = {
|
|
|
295041
295049
|
"openai_spend",
|
|
295042
295050
|
"bing_search_spend",
|
|
295043
295051
|
"always_alive",
|
|
295044
|
-
"indexed_file_count"
|
|
295052
|
+
"indexed_file_count",
|
|
295053
|
+
"file_max_size_bytes"
|
|
295045
295054
|
],
|
|
295046
295055
|
"required": true
|
|
295047
295056
|
},
|
|
@@ -295156,7 +295165,8 @@ var state2 = {
|
|
|
295156
295165
|
"openai_spend",
|
|
295157
295166
|
"bing_search_spend",
|
|
295158
295167
|
"always_alive",
|
|
295159
|
-
"indexed_file_count"
|
|
295168
|
+
"indexed_file_count",
|
|
295169
|
+
"file_max_size_bytes"
|
|
295160
295170
|
],
|
|
295161
295171
|
"required": true
|
|
295162
295172
|
},
|
|
@@ -295438,7 +295448,7 @@ var state2 = {
|
|
|
295438
295448
|
"title": "Botpress Admin API",
|
|
295439
295449
|
"description": "API for Botpress Cloud Manager",
|
|
295440
295450
|
"server": "https://api.botpress.cloud",
|
|
295441
|
-
"version": "1.
|
|
295451
|
+
"version": "1.63.0",
|
|
295442
295452
|
"prefix": "v1"
|
|
295443
295453
|
},
|
|
295444
295454
|
"defaultParameters": {
|
|
@@ -296433,7 +296443,8 @@ var state2 = {
|
|
|
296433
296443
|
"type": "string",
|
|
296434
296444
|
"enum": [
|
|
296435
296445
|
"active",
|
|
296436
|
-
"deploying"
|
|
296446
|
+
"deploying",
|
|
296447
|
+
"deleting"
|
|
296437
296448
|
],
|
|
296438
296449
|
"description": "Status of the bot"
|
|
296439
296450
|
},
|
|
@@ -298046,7 +298057,8 @@ var state2 = {
|
|
|
298046
298057
|
"openai_spend",
|
|
298047
298058
|
"bing_search_spend",
|
|
298048
298059
|
"always_alive",
|
|
298049
|
-
"indexed_file_count"
|
|
298060
|
+
"indexed_file_count",
|
|
298061
|
+
"file_max_size_bytes"
|
|
298050
298062
|
],
|
|
298051
298063
|
"description": "Usage type that can be used"
|
|
298052
298064
|
}
|
|
@@ -300934,7 +300946,7 @@ var state3 = {
|
|
|
300934
300946
|
"title": "Botpress Files API",
|
|
300935
300947
|
"description": "API for Botpress Files",
|
|
300936
300948
|
"server": "https://api.botpress.cloud",
|
|
300937
|
-
"version": "1.
|
|
300949
|
+
"version": "1.63.0",
|
|
300938
300950
|
"prefix": "v1"
|
|
300939
300951
|
},
|
|
300940
300952
|
"defaultParameters": {
|
|
@@ -301919,7 +301931,9 @@ var state4 = {
|
|
|
301919
301931
|
"type": "string",
|
|
301920
301932
|
"enum": [
|
|
301921
301933
|
"export",
|
|
301922
|
-
"import"
|
|
301934
|
+
"import",
|
|
301935
|
+
"clear_column",
|
|
301936
|
+
"clear_vectors"
|
|
301923
301937
|
]
|
|
301924
301938
|
},
|
|
301925
301939
|
"status": {
|
|
@@ -302047,7 +302061,9 @@ var state4 = {
|
|
|
302047
302061
|
"type": "string",
|
|
302048
302062
|
"enum": [
|
|
302049
302063
|
"export",
|
|
302050
|
-
"import"
|
|
302064
|
+
"import",
|
|
302065
|
+
"clear_column",
|
|
302066
|
+
"clear_vectors"
|
|
302051
302067
|
]
|
|
302052
302068
|
},
|
|
302053
302069
|
"status": {
|
|
@@ -302190,7 +302206,9 @@ var state4 = {
|
|
|
302190
302206
|
"type": "string",
|
|
302191
302207
|
"enum": [
|
|
302192
302208
|
"export",
|
|
302193
|
-
"import"
|
|
302209
|
+
"import",
|
|
302210
|
+
"clear_column",
|
|
302211
|
+
"clear_vectors"
|
|
302194
302212
|
]
|
|
302195
302213
|
},
|
|
302196
302214
|
"status": {
|
|
@@ -303219,7 +303237,7 @@ var state4 = {
|
|
|
303219
303237
|
"title": "Botpress Tables API",
|
|
303220
303238
|
"description": "API for Botpress Tables",
|
|
303221
303239
|
"server": "https://api.botpress.cloud",
|
|
303222
|
-
"version": "1.
|
|
303240
|
+
"version": "1.63.0",
|
|
303223
303241
|
"prefix": "v1"
|
|
303224
303242
|
},
|
|
303225
303243
|
"defaultParameters": {
|
|
@@ -314294,7 +314312,8 @@ var state5 = {
|
|
|
314294
314312
|
"openai_spend",
|
|
314295
314313
|
"bing_search_spend",
|
|
314296
314314
|
"always_alive",
|
|
314297
|
-
"indexed_file_count"
|
|
314315
|
+
"indexed_file_count",
|
|
314316
|
+
"file_max_size_bytes"
|
|
314298
314317
|
],
|
|
314299
314318
|
"required": true
|
|
314300
314319
|
},
|
|
@@ -314358,7 +314377,8 @@ var state5 = {
|
|
|
314358
314377
|
"openai_spend",
|
|
314359
314378
|
"bing_search_spend",
|
|
314360
314379
|
"always_alive",
|
|
314361
|
-
"indexed_file_count"
|
|
314380
|
+
"indexed_file_count",
|
|
314381
|
+
"file_max_size_bytes"
|
|
314362
314382
|
],
|
|
314363
314383
|
"required": true
|
|
314364
314384
|
},
|
|
@@ -314433,7 +314453,8 @@ var state5 = {
|
|
|
314433
314453
|
"openai_spend",
|
|
314434
314454
|
"bing_search_spend",
|
|
314435
314455
|
"always_alive",
|
|
314436
|
-
"indexed_file_count"
|
|
314456
|
+
"indexed_file_count",
|
|
314457
|
+
"file_max_size_bytes"
|
|
314437
314458
|
]
|
|
314438
314459
|
},
|
|
314439
314460
|
"completion": {
|
|
@@ -314484,7 +314505,8 @@ var state5 = {
|
|
|
314484
314505
|
"openai_spend",
|
|
314485
314506
|
"bing_search_spend",
|
|
314486
314507
|
"always_alive",
|
|
314487
|
-
"indexed_file_count"
|
|
314508
|
+
"indexed_file_count",
|
|
314509
|
+
"file_max_size_bytes"
|
|
314488
314510
|
],
|
|
314489
314511
|
"required": true
|
|
314490
314512
|
},
|
|
@@ -314527,7 +314549,8 @@ var state5 = {
|
|
|
314527
314549
|
"openai_spend",
|
|
314528
314550
|
"bing_search_spend",
|
|
314529
314551
|
"always_alive",
|
|
314530
|
-
"indexed_file_count"
|
|
314552
|
+
"indexed_file_count",
|
|
314553
|
+
"file_max_size_bytes"
|
|
314531
314554
|
],
|
|
314532
314555
|
"description": "Usage type that can be used"
|
|
314533
314556
|
}
|
|
@@ -314604,7 +314627,8 @@ var state5 = {
|
|
|
314604
314627
|
"openai_spend",
|
|
314605
314628
|
"bing_search_spend",
|
|
314606
314629
|
"always_alive",
|
|
314607
|
-
"indexed_file_count"
|
|
314630
|
+
"indexed_file_count",
|
|
314631
|
+
"file_max_size_bytes"
|
|
314608
314632
|
],
|
|
314609
314633
|
"description": "Usage type that can be used"
|
|
314610
314634
|
}
|
|
@@ -320598,7 +320622,8 @@ var state5 = {
|
|
|
320598
320622
|
"openai_spend",
|
|
320599
320623
|
"bing_search_spend",
|
|
320600
320624
|
"always_alive",
|
|
320601
|
-
"indexed_file_count"
|
|
320625
|
+
"indexed_file_count",
|
|
320626
|
+
"file_max_size_bytes"
|
|
320602
320627
|
],
|
|
320603
320628
|
"required": true
|
|
320604
320629
|
},
|
|
@@ -320704,7 +320729,8 @@ var state5 = {
|
|
|
320704
320729
|
"openai_spend",
|
|
320705
320730
|
"bing_search_spend",
|
|
320706
320731
|
"always_alive",
|
|
320707
|
-
"indexed_file_count"
|
|
320732
|
+
"indexed_file_count",
|
|
320733
|
+
"file_max_size_bytes"
|
|
320708
320734
|
],
|
|
320709
320735
|
"required": true
|
|
320710
320736
|
},
|
|
@@ -320758,7 +320784,8 @@ var state5 = {
|
|
|
320758
320784
|
"openai_spend",
|
|
320759
320785
|
"bing_search_spend",
|
|
320760
320786
|
"always_alive",
|
|
320761
|
-
"indexed_file_count"
|
|
320787
|
+
"indexed_file_count",
|
|
320788
|
+
"file_max_size_bytes"
|
|
320762
320789
|
],
|
|
320763
320790
|
"required": true
|
|
320764
320791
|
},
|
|
@@ -320861,7 +320888,8 @@ var state5 = {
|
|
|
320861
320888
|
"openai_spend",
|
|
320862
320889
|
"bing_search_spend",
|
|
320863
320890
|
"always_alive",
|
|
320864
|
-
"indexed_file_count"
|
|
320891
|
+
"indexed_file_count",
|
|
320892
|
+
"file_max_size_bytes"
|
|
320865
320893
|
],
|
|
320866
320894
|
"required": true
|
|
320867
320895
|
},
|
|
@@ -323406,7 +323434,9 @@ var state5 = {
|
|
|
323406
323434
|
"type": "string",
|
|
323407
323435
|
"enum": [
|
|
323408
323436
|
"export",
|
|
323409
|
-
"import"
|
|
323437
|
+
"import",
|
|
323438
|
+
"clear_column",
|
|
323439
|
+
"clear_vectors"
|
|
323410
323440
|
]
|
|
323411
323441
|
},
|
|
323412
323442
|
"status": {
|
|
@@ -323498,7 +323528,9 @@ var state5 = {
|
|
|
323498
323528
|
"type": "string",
|
|
323499
323529
|
"enum": [
|
|
323500
323530
|
"export",
|
|
323501
|
-
"import"
|
|
323531
|
+
"import",
|
|
323532
|
+
"clear_column",
|
|
323533
|
+
"clear_vectors"
|
|
323502
323534
|
]
|
|
323503
323535
|
},
|
|
323504
323536
|
"status": {
|
|
@@ -323605,7 +323637,9 @@ var state5 = {
|
|
|
323605
323637
|
"type": "string",
|
|
323606
323638
|
"enum": [
|
|
323607
323639
|
"export",
|
|
323608
|
-
"import"
|
|
323640
|
+
"import",
|
|
323641
|
+
"clear_column",
|
|
323642
|
+
"clear_vectors"
|
|
323609
323643
|
]
|
|
323610
323644
|
},
|
|
323611
323645
|
"status": {
|
|
@@ -324310,7 +324344,7 @@ var state5 = {
|
|
|
324310
324344
|
"title": "Botpress API",
|
|
324311
324345
|
"description": "API for Botpress Cloud",
|
|
324312
324346
|
"server": "https://api.botpress.cloud",
|
|
324313
|
-
"version": "1.
|
|
324347
|
+
"version": "1.63.0",
|
|
324314
324348
|
"prefix": "v1"
|
|
324315
324349
|
},
|
|
324316
324350
|
"errors": [
|
|
@@ -325420,7 +325454,8 @@ var state5 = {
|
|
|
325420
325454
|
"type": "string",
|
|
325421
325455
|
"enum": [
|
|
325422
325456
|
"active",
|
|
325423
|
-
"deploying"
|
|
325457
|
+
"deploying",
|
|
325458
|
+
"deleting"
|
|
325424
325459
|
],
|
|
325425
325460
|
"description": "Status of the bot"
|
|
325426
325461
|
},
|
|
@@ -327035,7 +327070,8 @@ var state5 = {
|
|
|
327035
327070
|
"openai_spend",
|
|
327036
327071
|
"bing_search_spend",
|
|
327037
327072
|
"always_alive",
|
|
327038
|
-
"indexed_file_count"
|
|
327073
|
+
"indexed_file_count",
|
|
327074
|
+
"file_max_size_bytes"
|
|
327039
327075
|
],
|
|
327040
327076
|
"description": "Usage type that can be used"
|
|
327041
327077
|
}
|