@botpress/api 1.60.0 → 1.62.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 CHANGED
@@ -277050,6 +277050,43 @@ var state = {
277050
277050
  },
277051
277051
  "description": "Filter by tags"
277052
277052
  },
277053
+ "afterDate": {
277054
+ "in": "query",
277055
+ "description": "Date in ISO 8601 string with UTC timezone after which the user was created or updated (inclusive)",
277056
+ "type": "string"
277057
+ },
277058
+ "beforeDate": {
277059
+ "in": "query",
277060
+ "description": "Date in ISO 8601 string with UTC timezone before which the user was created or updated (inclusive)",
277061
+ "type": "string"
277062
+ },
277063
+ "rangeField": {
277064
+ "in": "query",
277065
+ "description": 'Field used for range filtering. Allowed values are "updatedAt" or "createdAt". Defaults to "createdAt" if omitted.',
277066
+ "type": "string",
277067
+ "enum": [
277068
+ "updatedAt",
277069
+ "createdAt"
277070
+ ]
277071
+ },
277072
+ "sortField": {
277073
+ "in": "query",
277074
+ "description": "Sort results by this field",
277075
+ "type": "string",
277076
+ "enum": [
277077
+ "updatedAt",
277078
+ "createdAt"
277079
+ ]
277080
+ },
277081
+ "sortDirection": {
277082
+ "in": "query",
277083
+ "description": "Sort results in this direction",
277084
+ "type": "string",
277085
+ "enum": [
277086
+ "asc",
277087
+ "desc"
277088
+ ]
277089
+ },
277053
277090
  "x-bot-id": {
277054
277091
  "in": "header",
277055
277092
  "description": "Bot id",
@@ -279006,7 +279043,7 @@ var state = {
279006
279043
  "title": "Botpress Runtime API",
279007
279044
  "description": "API for Botpress Runtime",
279008
279045
  "server": "https://api.botpress.cloud",
279009
- "version": "1.60.0",
279046
+ "version": "1.62.0",
279010
279047
  "prefix": "v1"
279011
279048
  },
279012
279049
  "defaultParameters": {
@@ -288039,7 +288076,8 @@ var state2 = {
288039
288076
  "openai_spend",
288040
288077
  "bing_search_spend",
288041
288078
  "always_alive",
288042
- "indexed_file_count"
288079
+ "indexed_file_count",
288080
+ "file_max_size_bytes"
288043
288081
  ],
288044
288082
  "required": true
288045
288083
  },
@@ -288109,7 +288147,8 @@ var state2 = {
288109
288147
  "openai_spend",
288110
288148
  "bing_search_spend",
288111
288149
  "always_alive",
288112
- "indexed_file_count"
288150
+ "indexed_file_count",
288151
+ "file_max_size_bytes"
288113
288152
  ],
288114
288153
  "required": true
288115
288154
  },
@@ -288190,7 +288229,8 @@ var state2 = {
288190
288229
  "openai_spend",
288191
288230
  "bing_search_spend",
288192
288231
  "always_alive",
288193
- "indexed_file_count"
288232
+ "indexed_file_count",
288233
+ "file_max_size_bytes"
288194
288234
  ]
288195
288235
  },
288196
288236
  "completion": {
@@ -288248,7 +288288,8 @@ var state2 = {
288248
288288
  "openai_spend",
288249
288289
  "bing_search_spend",
288250
288290
  "always_alive",
288251
- "indexed_file_count"
288291
+ "indexed_file_count",
288292
+ "file_max_size_bytes"
288252
288293
  ],
288253
288294
  "required": true
288254
288295
  },
@@ -288297,7 +288338,8 @@ var state2 = {
288297
288338
  "openai_spend",
288298
288339
  "bing_search_spend",
288299
288340
  "always_alive",
288300
- "indexed_file_count"
288341
+ "indexed_file_count",
288342
+ "file_max_size_bytes"
288301
288343
  ],
288302
288344
  "description": "Usage type that can be used"
288303
288345
  }
@@ -288380,7 +288422,8 @@ var state2 = {
288380
288422
  "openai_spend",
288381
288423
  "bing_search_spend",
288382
288424
  "always_alive",
288383
- "indexed_file_count"
288425
+ "indexed_file_count",
288426
+ "file_max_size_bytes"
288384
288427
  ],
288385
288428
  "description": "Usage type that can be used"
288386
288429
  }
@@ -294814,7 +294857,8 @@ var state2 = {
294814
294857
  "openai_spend",
294815
294858
  "bing_search_spend",
294816
294859
  "always_alive",
294817
- "indexed_file_count"
294860
+ "indexed_file_count",
294861
+ "file_max_size_bytes"
294818
294862
  ],
294819
294863
  "required": true
294820
294864
  },
@@ -294938,7 +294982,8 @@ var state2 = {
294938
294982
  "openai_spend",
294939
294983
  "bing_search_spend",
294940
294984
  "always_alive",
294941
- "indexed_file_count"
294985
+ "indexed_file_count",
294986
+ "file_max_size_bytes"
294942
294987
  ],
294943
294988
  "required": true
294944
294989
  },
@@ -295004,7 +295049,8 @@ var state2 = {
295004
295049
  "openai_spend",
295005
295050
  "bing_search_spend",
295006
295051
  "always_alive",
295007
- "indexed_file_count"
295052
+ "indexed_file_count",
295053
+ "file_max_size_bytes"
295008
295054
  ],
295009
295055
  "required": true
295010
295056
  },
@@ -295119,7 +295165,8 @@ var state2 = {
295119
295165
  "openai_spend",
295120
295166
  "bing_search_spend",
295121
295167
  "always_alive",
295122
- "indexed_file_count"
295168
+ "indexed_file_count",
295169
+ "file_max_size_bytes"
295123
295170
  ],
295124
295171
  "required": true
295125
295172
  },
@@ -295401,7 +295448,7 @@ var state2 = {
295401
295448
  "title": "Botpress Admin API",
295402
295449
  "description": "API for Botpress Cloud Manager",
295403
295450
  "server": "https://api.botpress.cloud",
295404
- "version": "1.60.0",
295451
+ "version": "1.62.0",
295405
295452
  "prefix": "v1"
295406
295453
  },
295407
295454
  "defaultParameters": {
@@ -298009,7 +298056,8 @@ var state2 = {
298009
298056
  "openai_spend",
298010
298057
  "bing_search_spend",
298011
298058
  "always_alive",
298012
- "indexed_file_count"
298059
+ "indexed_file_count",
298060
+ "file_max_size_bytes"
298013
298061
  ],
298014
298062
  "description": "Usage type that can be used"
298015
298063
  }
@@ -300897,7 +300945,7 @@ var state3 = {
300897
300945
  "title": "Botpress Files API",
300898
300946
  "description": "API for Botpress Files",
300899
300947
  "server": "https://api.botpress.cloud",
300900
- "version": "1.60.0",
300948
+ "version": "1.62.0",
300901
300949
  "prefix": "v1"
300902
300950
  },
300903
300951
  "defaultParameters": {
@@ -303182,7 +303230,7 @@ var state4 = {
303182
303230
  "title": "Botpress Tables API",
303183
303231
  "description": "API for Botpress Tables",
303184
303232
  "server": "https://api.botpress.cloud",
303185
- "version": "1.60.0",
303233
+ "version": "1.62.0",
303186
303234
  "prefix": "v1"
303187
303235
  },
303188
303236
  "defaultParameters": {
@@ -305125,6 +305173,43 @@ var state5 = {
305125
305173
  }
305126
305174
  },
305127
305175
  "description": "Filter by tags"
305176
+ },
305177
+ "afterDate": {
305178
+ "in": "query",
305179
+ "description": "Date in ISO 8601 string with UTC timezone after which the user was created or updated (inclusive)",
305180
+ "type": "string"
305181
+ },
305182
+ "beforeDate": {
305183
+ "in": "query",
305184
+ "description": "Date in ISO 8601 string with UTC timezone before which the user was created or updated (inclusive)",
305185
+ "type": "string"
305186
+ },
305187
+ "rangeField": {
305188
+ "in": "query",
305189
+ "description": 'Field used for range filtering. Allowed values are "updatedAt" or "createdAt". Defaults to "createdAt" if omitted.',
305190
+ "type": "string",
305191
+ "enum": [
305192
+ "updatedAt",
305193
+ "createdAt"
305194
+ ]
305195
+ },
305196
+ "sortField": {
305197
+ "in": "query",
305198
+ "description": "Sort results by this field",
305199
+ "type": "string",
305200
+ "enum": [
305201
+ "updatedAt",
305202
+ "createdAt"
305203
+ ]
305204
+ },
305205
+ "sortDirection": {
305206
+ "in": "query",
305207
+ "description": "Sort results in this direction",
305208
+ "type": "string",
305209
+ "enum": [
305210
+ "asc",
305211
+ "desc"
305212
+ ]
305128
305213
  }
305129
305214
  },
305130
305215
  "section": "user",
@@ -314220,7 +314305,8 @@ var state5 = {
314220
314305
  "openai_spend",
314221
314306
  "bing_search_spend",
314222
314307
  "always_alive",
314223
- "indexed_file_count"
314308
+ "indexed_file_count",
314309
+ "file_max_size_bytes"
314224
314310
  ],
314225
314311
  "required": true
314226
314312
  },
@@ -314284,7 +314370,8 @@ var state5 = {
314284
314370
  "openai_spend",
314285
314371
  "bing_search_spend",
314286
314372
  "always_alive",
314287
- "indexed_file_count"
314373
+ "indexed_file_count",
314374
+ "file_max_size_bytes"
314288
314375
  ],
314289
314376
  "required": true
314290
314377
  },
@@ -314359,7 +314446,8 @@ var state5 = {
314359
314446
  "openai_spend",
314360
314447
  "bing_search_spend",
314361
314448
  "always_alive",
314362
- "indexed_file_count"
314449
+ "indexed_file_count",
314450
+ "file_max_size_bytes"
314363
314451
  ]
314364
314452
  },
314365
314453
  "completion": {
@@ -314410,7 +314498,8 @@ var state5 = {
314410
314498
  "openai_spend",
314411
314499
  "bing_search_spend",
314412
314500
  "always_alive",
314413
- "indexed_file_count"
314501
+ "indexed_file_count",
314502
+ "file_max_size_bytes"
314414
314503
  ],
314415
314504
  "required": true
314416
314505
  },
@@ -314453,7 +314542,8 @@ var state5 = {
314453
314542
  "openai_spend",
314454
314543
  "bing_search_spend",
314455
314544
  "always_alive",
314456
- "indexed_file_count"
314545
+ "indexed_file_count",
314546
+ "file_max_size_bytes"
314457
314547
  ],
314458
314548
  "description": "Usage type that can be used"
314459
314549
  }
@@ -314530,7 +314620,8 @@ var state5 = {
314530
314620
  "openai_spend",
314531
314621
  "bing_search_spend",
314532
314622
  "always_alive",
314533
- "indexed_file_count"
314623
+ "indexed_file_count",
314624
+ "file_max_size_bytes"
314534
314625
  ],
314535
314626
  "description": "Usage type that can be used"
314536
314627
  }
@@ -320524,7 +320615,8 @@ var state5 = {
320524
320615
  "openai_spend",
320525
320616
  "bing_search_spend",
320526
320617
  "always_alive",
320527
- "indexed_file_count"
320618
+ "indexed_file_count",
320619
+ "file_max_size_bytes"
320528
320620
  ],
320529
320621
  "required": true
320530
320622
  },
@@ -320630,7 +320722,8 @@ var state5 = {
320630
320722
  "openai_spend",
320631
320723
  "bing_search_spend",
320632
320724
  "always_alive",
320633
- "indexed_file_count"
320725
+ "indexed_file_count",
320726
+ "file_max_size_bytes"
320634
320727
  ],
320635
320728
  "required": true
320636
320729
  },
@@ -320684,7 +320777,8 @@ var state5 = {
320684
320777
  "openai_spend",
320685
320778
  "bing_search_spend",
320686
320779
  "always_alive",
320687
- "indexed_file_count"
320780
+ "indexed_file_count",
320781
+ "file_max_size_bytes"
320688
320782
  ],
320689
320783
  "required": true
320690
320784
  },
@@ -320787,7 +320881,8 @@ var state5 = {
320787
320881
  "openai_spend",
320788
320882
  "bing_search_spend",
320789
320883
  "always_alive",
320790
- "indexed_file_count"
320884
+ "indexed_file_count",
320885
+ "file_max_size_bytes"
320791
320886
  ],
320792
320887
  "required": true
320793
320888
  },
@@ -324236,7 +324331,7 @@ var state5 = {
324236
324331
  "title": "Botpress API",
324237
324332
  "description": "API for Botpress Cloud",
324238
324333
  "server": "https://api.botpress.cloud",
324239
- "version": "1.60.0",
324334
+ "version": "1.62.0",
324240
324335
  "prefix": "v1"
324241
324336
  },
324242
324337
  "errors": [
@@ -326961,7 +327056,8 @@ var state5 = {
326961
327056
  "openai_spend",
326962
327057
  "bing_search_spend",
326963
327058
  "always_alive",
326964
- "indexed_file_count"
327059
+ "indexed_file_count",
327060
+ "file_max_size_bytes"
326965
327061
  ],
326966
327062
  "description": "Usage type that can be used"
326967
327063
  }
@@ -1542,6 +1542,34 @@ export declare const state: {
1542
1542
  };
1543
1543
  description: string;
1544
1544
  };
1545
+ afterDate: {
1546
+ in: "query";
1547
+ description: string;
1548
+ type: "string";
1549
+ };
1550
+ beforeDate: {
1551
+ in: "query";
1552
+ description: string;
1553
+ type: "string";
1554
+ };
1555
+ rangeField: {
1556
+ in: "query";
1557
+ description: string;
1558
+ type: "string";
1559
+ enum: string[];
1560
+ };
1561
+ sortField: {
1562
+ in: "query";
1563
+ description: string;
1564
+ type: "string";
1565
+ enum: string[];
1566
+ };
1567
+ sortDirection: {
1568
+ in: "query";
1569
+ description: string;
1570
+ type: "string";
1571
+ enum: string[];
1572
+ };
1545
1573
  "x-bot-id": {
1546
1574
  in: "header";
1547
1575
  description: string;
@@ -1140,6 +1140,34 @@ export declare const state: {
1140
1140
  };
1141
1141
  description: string;
1142
1142
  };
1143
+ afterDate: {
1144
+ in: "query";
1145
+ description: string;
1146
+ type: "string";
1147
+ };
1148
+ beforeDate: {
1149
+ in: "query";
1150
+ description: string;
1151
+ type: "string";
1152
+ };
1153
+ rangeField: {
1154
+ in: "query";
1155
+ description: string;
1156
+ type: "string";
1157
+ enum: string[];
1158
+ };
1159
+ sortField: {
1160
+ in: "query";
1161
+ description: string;
1162
+ type: "string";
1163
+ enum: string[];
1164
+ };
1165
+ sortDirection: {
1166
+ in: "query";
1167
+ description: string;
1168
+ type: "string";
1169
+ enum: string[];
1170
+ };
1143
1171
  };
1144
1172
  section: "user";
1145
1173
  response: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.60.0",
3
+ "version": "1.62.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "devDependencies": {