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