@botpress/api 0.46.0 → 0.47.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/src/gen/state.ts CHANGED
@@ -142,6 +142,11 @@ export const state = {
142
142
  "in": "query",
143
143
  "type": "string",
144
144
  "description": "Filter by integration name"
145
+ },
146
+ "channel": {
147
+ "in": "query",
148
+ "type": "string",
149
+ "description": "Filter by integration channel name"
145
150
  }
146
151
  },
147
152
  "section": "conversation",
@@ -12297,7 +12302,7 @@ export const state = {
12297
12302
  "title": "Botpress API",
12298
12303
  "description": "API for Botpress Cloud",
12299
12304
  "server": "https://api.botpress.cloud",
12300
- "version": "0.46.0",
12305
+ "version": "0.47.0",
12301
12306
  "prefix": "v1"
12302
12307
  },
12303
12308
  "errors": [