@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/src/gen/state.ts CHANGED
@@ -119,6 +119,11 @@ export const state = {
119
119
  "in": "query",
120
120
  "type": "string[]",
121
121
  "description": "Filter by participant ids"
122
+ },
123
+ "integrationName": {
124
+ "in": "query",
125
+ "type": "string",
126
+ "description": "Filter by integration name"
122
127
  }
123
128
  },
124
129
  "section": "conversation",
@@ -9557,7 +9562,7 @@ export const state = {
9557
9562
  "title": "Botpress API",
9558
9563
  "description": "API for Botpress Cloud",
9559
9564
  "server": "https://api.botpress.cloud",
9560
- "version": "0.27.3",
9565
+ "version": "0.27.4",
9561
9566
  "prefix": "v1"
9562
9567
  },
9563
9568
  "errors": [