@botpress/api 0.23.0 → 0.24.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
@@ -272140,6 +272140,11 @@ var state = {
272140
272140
  "in": "query",
272141
272141
  "type": "string",
272142
272142
  "description": "Filter by message id"
272143
+ },
272144
+ "status": {
272145
+ "in": "query",
272146
+ "type": "string",
272147
+ "description": "Filter by status. Allowed values: pending, ignored, processed, failed."
272143
272148
  }
272144
272149
  },
272145
272150
  "response": {
@@ -281100,7 +281105,7 @@ var state = {
281100
281105
  "title": "Botpress API",
281101
281106
  "description": "API for Botpress Cloud",
281102
281107
  "server": "https://api.botpress.cloud",
281103
- "version": "0.23.0",
281108
+ "version": "0.24.0",
281104
281109
  "prefix": "v1"
281105
281110
  },
281106
281111
  "errors": [
@@ -552,6 +552,11 @@ export declare const state: {
552
552
  type: "string";
553
553
  description: string;
554
554
  };
555
+ status: {
556
+ in: "query";
557
+ type: "string";
558
+ description: string;
559
+ };
555
560
  };
556
561
  response: {
557
562
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.23.0",
3
+ "version": "0.24.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {