@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/dist/index.js
CHANGED
|
@@ -287001,7 +287001,8 @@ var state = {
|
|
|
287001
287001
|
},
|
|
287002
287002
|
"configurationType": {
|
|
287003
287003
|
"type": "string",
|
|
287004
|
-
"
|
|
287004
|
+
"nullable": true,
|
|
287005
|
+
"description": "Integration's configuration type. Set to default if null."
|
|
287005
287006
|
},
|
|
287006
287007
|
"configuration": {
|
|
287007
287008
|
"type": "object",
|
|
@@ -293931,7 +293932,7 @@ var state = {
|
|
|
293931
293932
|
"title": "Botpress API",
|
|
293932
293933
|
"description": "API for Botpress Cloud",
|
|
293933
293934
|
"server": "https://api.botpress.cloud",
|
|
293934
|
-
"version": "0.40.
|
|
293935
|
+
"version": "0.40.1",
|
|
293935
293936
|
"prefix": "v1"
|
|
293936
293937
|
},
|
|
293937
293938
|
"errors": [
|
package/dist/src/gen/state.d.ts
CHANGED