@botpress/api 0.34.2 → 0.35.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 +4 -2
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +4 -2
package/dist/index.js
CHANGED
|
@@ -274905,7 +274905,9 @@ var state = {
|
|
|
274905
274905
|
"subtitle",
|
|
274906
274906
|
"paragraph",
|
|
274907
274907
|
"list",
|
|
274908
|
-
"
|
|
274908
|
+
"blockquote",
|
|
274909
|
+
"table",
|
|
274910
|
+
"code"
|
|
274909
274911
|
],
|
|
274910
274912
|
"description": "The subtype of passage, if any."
|
|
274911
274913
|
},
|
|
@@ -275866,7 +275868,7 @@ var state = {
|
|
|
275866
275868
|
"title": "Botpress API",
|
|
275867
275869
|
"description": "API for Botpress Cloud",
|
|
275868
275870
|
"server": "https://api.botpress.cloud",
|
|
275869
|
-
"version": "0.
|
|
275871
|
+
"version": "0.35.0",
|
|
275870
275872
|
"prefix": "v1"
|
|
275871
275873
|
},
|
|
275872
275874
|
"errors": [
|