@botpress/api 1.54.1 → 1.55.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 CHANGED
@@ -261210,9 +261210,9 @@ var require_src4 = __commonJS({
261210
261210
  }
261211
261211
  });
261212
261212
 
261213
- // ../../node_modules/.pnpm/debug@4.4.3/node_modules/debug/src/common.js
261213
+ // ../../node_modules/.pnpm/debug@4.4.1/node_modules/debug/src/common.js
261214
261214
  var require_common4 = __commonJS({
261215
- "../../node_modules/.pnpm/debug@4.4.3/node_modules/debug/src/common.js"(exports, module2) {
261215
+ "../../node_modules/.pnpm/debug@4.4.1/node_modules/debug/src/common.js"(exports, module2) {
261216
261216
  function setup(env2) {
261217
261217
  createDebug.debug = createDebug;
261218
261218
  createDebug.default = createDebug;
@@ -261387,9 +261387,9 @@ var require_common4 = __commonJS({
261387
261387
  }
261388
261388
  });
261389
261389
 
261390
- // ../../node_modules/.pnpm/debug@4.4.3/node_modules/debug/src/browser.js
261390
+ // ../../node_modules/.pnpm/debug@4.4.1/node_modules/debug/src/browser.js
261391
261391
  var require_browser2 = __commonJS({
261392
- "../../node_modules/.pnpm/debug@4.4.3/node_modules/debug/src/browser.js"(exports, module2) {
261392
+ "../../node_modules/.pnpm/debug@4.4.1/node_modules/debug/src/browser.js"(exports, module2) {
261393
261393
  exports.formatArgs = formatArgs;
261394
261394
  exports.save = save;
261395
261395
  exports.load = load3;
@@ -261553,9 +261553,9 @@ var require_browser2 = __commonJS({
261553
261553
  }
261554
261554
  });
261555
261555
 
261556
- // ../../node_modules/.pnpm/debug@4.4.3/node_modules/debug/src/node.js
261556
+ // ../../node_modules/.pnpm/debug@4.4.1/node_modules/debug/src/node.js
261557
261557
  var require_node4 = __commonJS({
261558
- "../../node_modules/.pnpm/debug@4.4.3/node_modules/debug/src/node.js"(exports, module2) {
261558
+ "../../node_modules/.pnpm/debug@4.4.1/node_modules/debug/src/node.js"(exports, module2) {
261559
261559
  var tty2 = require("tty");
261560
261560
  var util4 = require("util");
261561
261561
  exports.init = init;
@@ -261727,9 +261727,9 @@ var require_node4 = __commonJS({
261727
261727
  }
261728
261728
  });
261729
261729
 
261730
- // ../../node_modules/.pnpm/debug@4.4.3/node_modules/debug/src/index.js
261730
+ // ../../node_modules/.pnpm/debug@4.4.1/node_modules/debug/src/index.js
261731
261731
  var require_src5 = __commonJS({
261732
- "../../node_modules/.pnpm/debug@4.4.3/node_modules/debug/src/index.js"(exports, module2) {
261732
+ "../../node_modules/.pnpm/debug@4.4.1/node_modules/debug/src/index.js"(exports, module2) {
261733
261733
  if (typeof process === "undefined" || process.type === "renderer" || process.browser === true || process.__nwjs) {
261734
261734
  module2.exports = require_browser2();
261735
261735
  } else {
@@ -282718,6 +282718,16 @@ var state = {
282718
282718
  "type": "string",
282719
282719
  "description": "Filter by integration channel name"
282720
282720
  },
282721
+ "afterDate": {
282722
+ "in": "query",
282723
+ "description": "Date in ISO 8601 string with UTC timezone after which the conversation was created (inclusive)",
282724
+ "type": "string"
282725
+ },
282726
+ "beforeDate": {
282727
+ "in": "query",
282728
+ "description": "Date in ISO 8601 string with UTC timezone before which the conversation was created (inclusive)",
282729
+ "type": "string"
282730
+ },
282721
282731
  "x-bot-id": {
282722
282732
  "in": "header",
282723
282733
  "description": "Bot id",
@@ -286135,7 +286145,7 @@ var state = {
286135
286145
  "title": "Botpress Runtime API",
286136
286146
  "description": "API for Botpress Runtime",
286137
286147
  "server": "https://api.botpress.cloud",
286138
- "version": "1.54.1",
286148
+ "version": "1.55.1",
286139
286149
  "prefix": "v1"
286140
286150
  },
286141
286151
  "defaultParameters": {
@@ -295088,7 +295098,8 @@ var state2 = {
295088
295098
  "ai_spend",
295089
295099
  "openai_spend",
295090
295100
  "bing_search_spend",
295091
- "always_alive"
295101
+ "always_alive",
295102
+ "indexed_file_count"
295092
295103
  ],
295093
295104
  "required": true
295094
295105
  },
@@ -295157,7 +295168,8 @@ var state2 = {
295157
295168
  "ai_spend",
295158
295169
  "openai_spend",
295159
295170
  "bing_search_spend",
295160
- "always_alive"
295171
+ "always_alive",
295172
+ "indexed_file_count"
295161
295173
  ],
295162
295174
  "required": true
295163
295175
  },
@@ -295237,7 +295249,8 @@ var state2 = {
295237
295249
  "ai_spend",
295238
295250
  "openai_spend",
295239
295251
  "bing_search_spend",
295240
- "always_alive"
295252
+ "always_alive",
295253
+ "indexed_file_count"
295241
295254
  ]
295242
295255
  },
295243
295256
  "completion": {
@@ -295294,7 +295307,8 @@ var state2 = {
295294
295307
  "ai_spend",
295295
295308
  "openai_spend",
295296
295309
  "bing_search_spend",
295297
- "always_alive"
295310
+ "always_alive",
295311
+ "indexed_file_count"
295298
295312
  ],
295299
295313
  "required": true
295300
295314
  },
@@ -295342,7 +295356,8 @@ var state2 = {
295342
295356
  "ai_spend",
295343
295357
  "openai_spend",
295344
295358
  "bing_search_spend",
295345
- "always_alive"
295359
+ "always_alive",
295360
+ "indexed_file_count"
295346
295361
  ],
295347
295362
  "description": "Usage type that can be used"
295348
295363
  }
@@ -295424,7 +295439,8 @@ var state2 = {
295424
295439
  "ai_spend",
295425
295440
  "openai_spend",
295426
295441
  "bing_search_spend",
295427
- "always_alive"
295442
+ "always_alive",
295443
+ "indexed_file_count"
295428
295444
  ],
295429
295445
  "description": "Usage type that can be used"
295430
295446
  }
@@ -301839,7 +301855,8 @@ var state2 = {
301839
301855
  "ai_spend",
301840
301856
  "openai_spend",
301841
301857
  "bing_search_spend",
301842
- "always_alive"
301858
+ "always_alive",
301859
+ "indexed_file_count"
301843
301860
  ],
301844
301861
  "required": true
301845
301862
  },
@@ -301962,7 +301979,8 @@ var state2 = {
301962
301979
  "ai_spend",
301963
301980
  "openai_spend",
301964
301981
  "bing_search_spend",
301965
- "always_alive"
301982
+ "always_alive",
301983
+ "indexed_file_count"
301966
301984
  ],
301967
301985
  "required": true
301968
301986
  },
@@ -302027,7 +302045,8 @@ var state2 = {
302027
302045
  "ai_spend",
302028
302046
  "openai_spend",
302029
302047
  "bing_search_spend",
302030
- "always_alive"
302048
+ "always_alive",
302049
+ "indexed_file_count"
302031
302050
  ],
302032
302051
  "required": true
302033
302052
  },
@@ -302141,7 +302160,8 @@ var state2 = {
302141
302160
  "ai_spend",
302142
302161
  "openai_spend",
302143
302162
  "bing_search_spend",
302144
- "always_alive"
302163
+ "always_alive",
302164
+ "indexed_file_count"
302145
302165
  ],
302146
302166
  "required": true
302147
302167
  },
@@ -302423,7 +302443,7 @@ var state2 = {
302423
302443
  "title": "Botpress Admin API",
302424
302444
  "description": "API for Botpress Cloud Manager",
302425
302445
  "server": "https://api.botpress.cloud",
302426
- "version": "1.54.1",
302446
+ "version": "1.55.1",
302427
302447
  "prefix": "v1"
302428
302448
  },
302429
302449
  "defaultParameters": {
@@ -304990,7 +305010,8 @@ var state2 = {
304990
305010
  "ai_spend",
304991
305011
  "openai_spend",
304992
305012
  "bing_search_spend",
304993
- "always_alive"
305013
+ "always_alive",
305014
+ "indexed_file_count"
304994
305015
  ],
304995
305016
  "description": "Usage type that can be used"
304996
305017
  }
@@ -307858,7 +307879,7 @@ var state3 = {
307858
307879
  "title": "Botpress Files API",
307859
307880
  "description": "API for Botpress Files",
307860
307881
  "server": "https://api.botpress.cloud",
307861
- "version": "1.54.1",
307882
+ "version": "1.55.1",
307862
307883
  "prefix": "v1"
307863
307884
  },
307864
307885
  "defaultParameters": {
@@ -308460,7 +308481,7 @@ var state4 = {
308460
308481
  "type": "number",
308461
308482
  "minimum": 1,
308462
308483
  "maximum": 30,
308463
- "description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1."
308484
+ "description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count. It can only be increased (not decreased) after table creation via updateTable. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1."
308464
308485
  },
308465
308486
  "frozen": {
308466
308487
  "type": "boolean",
@@ -308551,7 +308572,7 @@ var state4 = {
308551
308572
  "type": "number",
308552
308573
  "minimum": 1,
308553
308574
  "maximum": 30,
308554
- "description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1."
308575
+ "description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count. It can only be increased (not decreased) after table creation via updateTable. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1."
308555
308576
  },
308556
308577
  "frozen": {
308557
308578
  "type": "boolean",
@@ -308703,7 +308724,9 @@ var state4 = {
308703
308724
  },
308704
308725
  "factor": {
308705
308726
  "type": "number",
308706
- "description": "Use a different factor for the table. Leave empty to use the same as the duplicated table."
308727
+ "minimum": 1,
308728
+ "maximum": 30,
308729
+ "description": "Override the factor for the duplicated table. If not provided, the new table will use the same factor as the source table."
308707
308730
  }
308708
308731
  },
308709
308732
  "title": "duplicateTableBody",
@@ -309212,13 +309235,6 @@ var state4 = {
309212
309235
  "type": "string",
309213
309236
  "minLength": 1
309214
309237
  },
309215
- "factor": {
309216
- "default": 1,
309217
- "type": "number",
309218
- "minimum": 1,
309219
- "maximum": 30,
309220
- "description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1."
309221
- },
309222
309238
  "frozen": {
309223
309239
  "type": "boolean",
309224
309240
  "description": 'A table designated as "frozen" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations.'
@@ -309238,6 +309254,12 @@ var state4 = {
309238
309254
  "isComputeEnabled": {
309239
309255
  "type": "boolean",
309240
309256
  "description": "Indicates if the table is enabled for computation."
309257
+ },
309258
+ "factor": {
309259
+ "type": "number",
309260
+ "minimum": 1,
309261
+ "maximum": 30,
309262
+ "description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count. It can only be increased, not decreased. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota."
309241
309263
  }
309242
309264
  },
309243
309265
  "title": "updateTableBody",
@@ -310123,7 +310145,7 @@ var state4 = {
310123
310145
  "title": "Botpress Tables API",
310124
310146
  "description": "API for Botpress Tables",
310125
310147
  "server": "https://api.botpress.cloud",
310126
- "version": "1.54.1",
310148
+ "version": "1.55.1",
310127
310149
  "prefix": "v1"
310128
310150
  },
310129
310151
  "defaultParameters": {
@@ -310351,7 +310373,7 @@ var state4 = {
310351
310373
  "type": "number",
310352
310374
  "minimum": 1,
310353
310375
  "maximum": 30,
310354
- "description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1."
310376
+ "description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count. It can only be increased (not decreased) after table creation via updateTable. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1."
310355
310377
  },
310356
310378
  "frozen": {
310357
310379
  "type": "boolean",
@@ -310945,6 +310967,16 @@ var state5 = {
310945
310967
  "in": "query",
310946
310968
  "type": "string",
310947
310969
  "description": "Filter by integration channel name"
310970
+ },
310971
+ "afterDate": {
310972
+ "in": "query",
310973
+ "description": "Date in ISO 8601 string with UTC timezone after which the conversation was created (inclusive)",
310974
+ "type": "string"
310975
+ },
310976
+ "beforeDate": {
310977
+ "in": "query",
310978
+ "description": "Date in ISO 8601 string with UTC timezone before which the conversation was created (inclusive)",
310979
+ "type": "string"
310948
310980
  }
310949
310981
  },
310950
310982
  "section": "conversation",
@@ -321062,7 +321094,8 @@ var state5 = {
321062
321094
  "ai_spend",
321063
321095
  "openai_spend",
321064
321096
  "bing_search_spend",
321065
- "always_alive"
321097
+ "always_alive",
321098
+ "indexed_file_count"
321066
321099
  ],
321067
321100
  "required": true
321068
321101
  },
@@ -321125,7 +321158,8 @@ var state5 = {
321125
321158
  "ai_spend",
321126
321159
  "openai_spend",
321127
321160
  "bing_search_spend",
321128
- "always_alive"
321161
+ "always_alive",
321162
+ "indexed_file_count"
321129
321163
  ],
321130
321164
  "required": true
321131
321165
  },
@@ -321199,7 +321233,8 @@ var state5 = {
321199
321233
  "ai_spend",
321200
321234
  "openai_spend",
321201
321235
  "bing_search_spend",
321202
- "always_alive"
321236
+ "always_alive",
321237
+ "indexed_file_count"
321203
321238
  ]
321204
321239
  },
321205
321240
  "completion": {
@@ -321249,7 +321284,8 @@ var state5 = {
321249
321284
  "ai_spend",
321250
321285
  "openai_spend",
321251
321286
  "bing_search_spend",
321252
- "always_alive"
321287
+ "always_alive",
321288
+ "indexed_file_count"
321253
321289
  ],
321254
321290
  "required": true
321255
321291
  },
@@ -321291,7 +321327,8 @@ var state5 = {
321291
321327
  "ai_spend",
321292
321328
  "openai_spend",
321293
321329
  "bing_search_spend",
321294
- "always_alive"
321330
+ "always_alive",
321331
+ "indexed_file_count"
321295
321332
  ],
321296
321333
  "description": "Usage type that can be used"
321297
321334
  }
@@ -321367,7 +321404,8 @@ var state5 = {
321367
321404
  "ai_spend",
321368
321405
  "openai_spend",
321369
321406
  "bing_search_spend",
321370
- "always_alive"
321407
+ "always_alive",
321408
+ "indexed_file_count"
321371
321409
  ],
321372
321410
  "description": "Usage type that can be used"
321373
321411
  }
@@ -327342,7 +327380,8 @@ var state5 = {
327342
327380
  "ai_spend",
327343
327381
  "openai_spend",
327344
327382
  "bing_search_spend",
327345
- "always_alive"
327383
+ "always_alive",
327384
+ "indexed_file_count"
327346
327385
  ],
327347
327386
  "required": true
327348
327387
  },
@@ -327447,7 +327486,8 @@ var state5 = {
327447
327486
  "ai_spend",
327448
327487
  "openai_spend",
327449
327488
  "bing_search_spend",
327450
- "always_alive"
327489
+ "always_alive",
327490
+ "indexed_file_count"
327451
327491
  ],
327452
327492
  "required": true
327453
327493
  },
@@ -327500,7 +327540,8 @@ var state5 = {
327500
327540
  "ai_spend",
327501
327541
  "openai_spend",
327502
327542
  "bing_search_spend",
327503
- "always_alive"
327543
+ "always_alive",
327544
+ "indexed_file_count"
327504
327545
  ],
327505
327546
  "required": true
327506
327547
  },
@@ -327602,7 +327643,8 @@ var state5 = {
327602
327643
  "ai_spend",
327603
327644
  "openai_spend",
327604
327645
  "bing_search_spend",
327605
- "always_alive"
327646
+ "always_alive",
327647
+ "indexed_file_count"
327606
327648
  ],
327607
327649
  "required": true
327608
327650
  },
@@ -329857,7 +329899,7 @@ var state5 = {
329857
329899
  "type": "number",
329858
329900
  "minimum": 1,
329859
329901
  "maximum": 30,
329860
- "description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1."
329902
+ "description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count. It can only be increased (not decreased) after table creation via updateTable. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1."
329861
329903
  },
329862
329904
  "frozen": {
329863
329905
  "type": "boolean",
@@ -329948,7 +329990,7 @@ var state5 = {
329948
329990
  "type": "number",
329949
329991
  "minimum": 1,
329950
329992
  "maximum": 30,
329951
- "description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1."
329993
+ "description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count. It can only be increased (not decreased) after table creation via updateTable. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1."
329952
329994
  },
329953
329995
  "frozen": {
329954
329996
  "type": "boolean",
@@ -330027,7 +330069,9 @@ var state5 = {
330027
330069
  },
330028
330070
  "factor": {
330029
330071
  "type": "number",
330030
- "description": "Use a different factor for the table. Leave empty to use the same as the duplicated table."
330072
+ "minimum": 1,
330073
+ "maximum": 30,
330074
+ "description": "Override the factor for the duplicated table. If not provided, the new table will use the same factor as the source table."
330031
330075
  }
330032
330076
  },
330033
330077
  "title": "duplicateTableBody",
@@ -330392,13 +330436,6 @@ var state5 = {
330392
330436
  "type": "string",
330393
330437
  "minLength": 1
330394
330438
  },
330395
- "factor": {
330396
- "default": 1,
330397
- "type": "number",
330398
- "minimum": 1,
330399
- "maximum": 30,
330400
- "description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1."
330401
- },
330402
330439
  "frozen": {
330403
330440
  "type": "boolean",
330404
330441
  "description": 'A table designated as "frozen" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations.'
@@ -330418,6 +330455,12 @@ var state5 = {
330418
330455
  "isComputeEnabled": {
330419
330456
  "type": "boolean",
330420
330457
  "description": "Indicates if the table is enabled for computation."
330458
+ },
330459
+ "factor": {
330460
+ "type": "number",
330461
+ "minimum": 1,
330462
+ "maximum": 30,
330463
+ "description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count. It can only be increased, not decreased. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota."
330421
330464
  }
330422
330465
  },
330423
330466
  "title": "updateTableBody",
@@ -331015,7 +331058,7 @@ var state5 = {
331015
331058
  "title": "Botpress API",
331016
331059
  "description": "API for Botpress Cloud",
331017
331060
  "server": "https://api.botpress.cloud",
331018
- "version": "1.54.1",
331061
+ "version": "1.55.1",
331019
331062
  "prefix": "v1"
331020
331063
  },
331021
331064
  "errors": [
@@ -333699,7 +333742,8 @@ var state5 = {
333699
333742
  "ai_spend",
333700
333743
  "openai_spend",
333701
333744
  "bing_search_spend",
333702
- "always_alive"
333745
+ "always_alive",
333746
+ "indexed_file_count"
333703
333747
  ],
333704
333748
  "description": "Usage type that can be used"
333705
333749
  }
@@ -334471,7 +334515,7 @@ var state5 = {
334471
334515
  "type": "number",
334472
334516
  "minimum": 1,
334473
334517
  "maximum": 30,
334474
- "description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1."
334518
+ "description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count. It can only be increased (not decreased) after table creation via updateTable. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1."
334475
334519
  },
334476
334520
  "frozen": {
334477
334521
  "type": "boolean",
@@ -171,6 +171,16 @@ export declare const state: {
171
171
  type: "string";
172
172
  description: string;
173
173
  };
174
+ afterDate: {
175
+ in: "query";
176
+ description: string;
177
+ type: "string";
178
+ };
179
+ beforeDate: {
180
+ in: "query";
181
+ description: string;
182
+ type: "string";
183
+ };
174
184
  "x-bot-id": {
175
185
  in: "header";
176
186
  description: string;
@@ -134,6 +134,16 @@ export declare const state: {
134
134
  type: "string";
135
135
  description: string;
136
136
  };
137
+ afterDate: {
138
+ in: "query";
139
+ description: string;
140
+ type: "string";
141
+ };
142
+ beforeDate: {
143
+ in: "query";
144
+ description: string;
145
+ type: "string";
146
+ };
137
147
  };
138
148
  section: "conversation";
139
149
  response: {
@@ -16765,6 +16775,8 @@ export declare const state: {
16765
16775
  };
16766
16776
  factor: {
16767
16777
  type: "number";
16778
+ minimum: number;
16779
+ maximum: number;
16768
16780
  description: string;
16769
16781
  };
16770
16782
  };
@@ -17057,13 +17069,6 @@ export declare const state: {
17057
17069
  type: "string";
17058
17070
  minLength: number;
17059
17071
  };
17060
- factor: {
17061
- default: number;
17062
- type: "number";
17063
- minimum: number;
17064
- maximum: number;
17065
- description: string;
17066
- };
17067
17072
  frozen: {
17068
17073
  type: "boolean";
17069
17074
  description: string;
@@ -17084,6 +17089,12 @@ export declare const state: {
17084
17089
  type: "boolean";
17085
17090
  description: string;
17086
17091
  };
17092
+ factor: {
17093
+ type: "number";
17094
+ minimum: number;
17095
+ maximum: number;
17096
+ description: string;
17097
+ };
17087
17098
  };
17088
17099
  title: string;
17089
17100
  additionalProperties: false;
@@ -437,6 +437,8 @@ export declare const state: {
437
437
  };
438
438
  factor: {
439
439
  type: "number";
440
+ minimum: number;
441
+ maximum: number;
440
442
  description: string;
441
443
  };
442
444
  };
@@ -873,13 +875,6 @@ export declare const state: {
873
875
  type: "string";
874
876
  minLength: number;
875
877
  };
876
- factor: {
877
- default: number;
878
- type: "number";
879
- minimum: number;
880
- maximum: number;
881
- description: string;
882
- };
883
878
  frozen: {
884
879
  type: "boolean";
885
880
  description: string;
@@ -900,6 +895,12 @@ export declare const state: {
900
895
  type: "boolean";
901
896
  description: string;
902
897
  };
898
+ factor: {
899
+ type: "number";
900
+ minimum: number;
901
+ maximum: number;
902
+ description: string;
903
+ };
903
904
  };
904
905
  title: string;
905
906
  additionalProperties: false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.54.1",
3
+ "version": "1.55.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "devDependencies": {
@@ -12,7 +12,7 @@
12
12
  "@botpress/cloud-manager": "0.2.0",
13
13
  "@botpress/common": "0.5.0",
14
14
  "@botpress/files-api": "0.18.0",
15
- "@bpinternal/const": "0.3.7",
15
+ "@bpinternal/const": "0.3.9",
16
16
  "@bpinternal/tables-api": "0.17.2"
17
17
  },
18
18
  "dependencies": {