@botpress/api 0.47.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/dist/index.js +6 -4
- package/dist/src/gen/state.d.ts +5 -1
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +6 -4
package/src/gen/state.ts
CHANGED
|
@@ -1725,11 +1725,13 @@ export const state = {
|
|
|
1725
1725
|
"type": "string",
|
|
1726
1726
|
"maxLength": 200,
|
|
1727
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"
|
|
1728
1733
|
}
|
|
1729
1734
|
},
|
|
1730
|
-
"required": [
|
|
1731
|
-
"identifier"
|
|
1732
|
-
],
|
|
1733
1735
|
"title": "configureIntegrationBody",
|
|
1734
1736
|
"additionalProperties": false
|
|
1735
1737
|
}
|
|
@@ -12302,7 +12304,7 @@ export const state = {
|
|
|
12302
12304
|
"title": "Botpress API",
|
|
12303
12305
|
"description": "API for Botpress Cloud",
|
|
12304
12306
|
"server": "https://api.botpress.cloud",
|
|
12305
|
-
"version": "0.
|
|
12307
|
+
"version": "0.48.0",
|
|
12306
12308
|
"prefix": "v1"
|
|
12307
12309
|
},
|
|
12308
12310
|
"errors": [
|