@botpress/api 0.46.0 → 0.48.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",
@@ -1720,11 +1725,13 @@ export const state = {
1720
1725
  "type": "string",
1721
1726
  "maxLength": 200,
1722
1727
  "description": "Unique identifier of the integration that was installed on the bot"
1728
+ },
1729
+ "configuration": {
1730
+ "type": "object",
1731
+ "additionalProperties": true,
1732
+ "description": "Configuration fields to update for the integration"
1723
1733
  }
1724
1734
  },
1725
- "required": [
1726
- "identifier"
1727
- ],
1728
1735
  "title": "configureIntegrationBody",
1729
1736
  "additionalProperties": false
1730
1737
  }
@@ -12297,7 +12304,7 @@ export const state = {
12297
12304
  "title": "Botpress API",
12298
12305
  "description": "API for Botpress Cloud",
12299
12306
  "server": "https://api.botpress.cloud",
12300
- "version": "0.46.0",
12307
+ "version": "0.48.0",
12301
12308
  "prefix": "v1"
12302
12309
  },
12303
12310
  "errors": [