@botpress/api 0.40.0 → 0.40.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 +3 -2
- package/dist/src/gen/state.d.ts +1 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +3 -2
package/src/gen/state.ts
CHANGED
|
@@ -4411,7 +4411,8 @@ export const state = {
|
|
|
4411
4411
|
},
|
|
4412
4412
|
"configurationType": {
|
|
4413
4413
|
"type": "string",
|
|
4414
|
-
"
|
|
4414
|
+
"nullable": true,
|
|
4415
|
+
"description": "Integration's configuration type. Set to default if null."
|
|
4415
4416
|
},
|
|
4416
4417
|
"configuration": {
|
|
4417
4418
|
"type": "object",
|
|
@@ -11341,7 +11342,7 @@ export const state = {
|
|
|
11341
11342
|
"title": "Botpress API",
|
|
11342
11343
|
"description": "API for Botpress Cloud",
|
|
11343
11344
|
"server": "https://api.botpress.cloud",
|
|
11344
|
-
"version": "0.40.
|
|
11345
|
+
"version": "0.40.1",
|
|
11345
11346
|
"prefix": "v1"
|
|
11346
11347
|
},
|
|
11347
11348
|
"errors": [
|