@botpress/api 1.55.1 → 1.56.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
@@ -283930,6 +283930,16 @@ var state = {
283930
283930
  },
283931
283931
  "description": "Filter by tags"
283932
283932
  },
283933
+ "afterDate": {
283934
+ "in": "query",
283935
+ "description": "Date in ISO 8601 string with UTC timezone after which the message was created (inclusive)",
283936
+ "type": "string"
283937
+ },
283938
+ "beforeDate": {
283939
+ "in": "query",
283940
+ "description": "Date in ISO 8601 string with UTC timezone before which the message was created (inclusive)",
283941
+ "type": "string"
283942
+ },
283933
283943
  "x-bot-id": {
283934
283944
  "in": "header",
283935
283945
  "description": "Bot id",
@@ -286145,7 +286155,7 @@ var state = {
286145
286155
  "title": "Botpress Runtime API",
286146
286156
  "description": "API for Botpress Runtime",
286147
286157
  "server": "https://api.botpress.cloud",
286148
- "version": "1.55.1",
286158
+ "version": "1.56.0",
286149
286159
  "prefix": "v1"
286150
286160
  },
286151
286161
  "defaultParameters": {
@@ -302443,7 +302453,7 @@ var state2 = {
302443
302453
  "title": "Botpress Admin API",
302444
302454
  "description": "API for Botpress Cloud Manager",
302445
302455
  "server": "https://api.botpress.cloud",
302446
- "version": "1.55.1",
302456
+ "version": "1.56.0",
302447
302457
  "prefix": "v1"
302448
302458
  },
302449
302459
  "defaultParameters": {
@@ -307879,7 +307889,7 @@ var state3 = {
307879
307889
  "title": "Botpress Files API",
307880
307890
  "description": "API for Botpress Files",
307881
307891
  "server": "https://api.botpress.cloud",
307882
- "version": "1.55.1",
307892
+ "version": "1.56.0",
307883
307893
  "prefix": "v1"
307884
307894
  },
307885
307895
  "defaultParameters": {
@@ -310145,7 +310155,7 @@ var state4 = {
310145
310155
  "title": "Botpress Tables API",
310146
310156
  "description": "API for Botpress Tables",
310147
310157
  "server": "https://api.botpress.cloud",
310148
- "version": "1.55.1",
310158
+ "version": "1.56.0",
310149
310159
  "prefix": "v1"
310150
310160
  },
310151
310161
  "defaultParameters": {
@@ -311887,6 +311897,16 @@ var state5 = {
311887
311897
  }
311888
311898
  },
311889
311899
  "description": "Filter by tags"
311900
+ },
311901
+ "afterDate": {
311902
+ "in": "query",
311903
+ "description": "Date in ISO 8601 string with UTC timezone after which the message was created (inclusive)",
311904
+ "type": "string"
311905
+ },
311906
+ "beforeDate": {
311907
+ "in": "query",
311908
+ "description": "Date in ISO 8601 string with UTC timezone before which the message was created (inclusive)",
311909
+ "type": "string"
311890
311910
  }
311891
311911
  },
311892
311912
  "section": "message",
@@ -331058,7 +331078,7 @@ var state5 = {
331058
331078
  "title": "Botpress API",
331059
331079
  "description": "API for Botpress Cloud",
331060
331080
  "server": "https://api.botpress.cloud",
331061
- "version": "1.55.1",
331081
+ "version": "1.56.0",
331062
331082
  "prefix": "v1"
331063
331083
  },
331064
331084
  "errors": [
@@ -1290,6 +1290,16 @@ export declare const state: {
1290
1290
  };
1291
1291
  description: string;
1292
1292
  };
1293
+ afterDate: {
1294
+ in: "query";
1295
+ description: string;
1296
+ type: "string";
1297
+ };
1298
+ beforeDate: {
1299
+ in: "query";
1300
+ description: string;
1301
+ type: "string";
1302
+ };
1293
1303
  "x-bot-id": {
1294
1304
  in: "header";
1295
1305
  description: string;
@@ -961,6 +961,16 @@ export declare const state: {
961
961
  };
962
962
  description: string;
963
963
  };
964
+ afterDate: {
965
+ in: "query";
966
+ description: string;
967
+ type: "string";
968
+ };
969
+ beforeDate: {
970
+ in: "query";
971
+ description: string;
972
+ type: "string";
973
+ };
964
974
  };
965
975
  section: "message";
966
976
  response: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.55.1",
3
+ "version": "1.56.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "devDependencies": {
@@ -8,11 +8,11 @@
8
8
  "esbuild": "^0.16.10",
9
9
  "zod": "^3.24.4",
10
10
  "typescript": "5.5.4",
11
- "@botpress/bridge": "1.8.0",
12
11
  "@botpress/cloud-manager": "0.2.0",
13
12
  "@botpress/common": "0.5.0",
14
- "@botpress/files-api": "0.18.0",
13
+ "@botpress/bridge": "1.8.0",
15
14
  "@bpinternal/const": "0.3.9",
15
+ "@botpress/files-api": "0.18.0",
16
16
  "@bpinternal/tables-api": "0.17.2"
17
17
  },
18
18
  "dependencies": {