@botpress/api 0.27.3 → 0.27.4

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
@@ -272843,6 +272843,11 @@ var state = {
272843
272843
  "in": "query",
272844
272844
  "type": "string[]",
272845
272845
  "description": "Filter by participant ids"
272846
+ },
272847
+ "integrationName": {
272848
+ "in": "query",
272849
+ "type": "string",
272850
+ "description": "Filter by integration name"
272846
272851
  }
272847
272852
  },
272848
272853
  "section": "conversation",
@@ -282281,7 +282286,7 @@ var state = {
282281
282286
  "title": "Botpress API",
282282
282287
  "description": "API for Botpress Cloud",
282283
282288
  "server": "https://api.botpress.cloud",
282284
- "version": "0.27.3",
282289
+ "version": "0.27.4",
282285
282290
  "prefix": "v1"
282286
282291
  },
282287
282292
  "errors": [
@@ -110,6 +110,11 @@ export declare const state: {
110
110
  type: "string[]";
111
111
  description: string;
112
112
  };
113
+ integrationName: {
114
+ in: "query";
115
+ type: "string";
116
+ description: string;
117
+ };
113
118
  };
114
119
  section: "conversation";
115
120
  response: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.27.3",
3
+ "version": "0.27.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {