@botpress/api 0.83.1 → 0.84.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 CHANGED
@@ -296155,6 +296155,7 @@ var state = {
296155
296155
  "list",
296156
296156
  "table",
296157
296157
  "code",
296158
+ "image",
296158
296159
  "page"
296159
296160
  ],
296160
296161
  "description": "The subtype of passage, if available."
@@ -296298,6 +296299,7 @@ var state = {
296298
296299
  "list",
296299
296300
  "table",
296300
296301
  "code",
296302
+ "image",
296301
296303
  "page"
296302
296304
  ],
296303
296305
  "description": "The subtype of passage, if available."
@@ -297855,7 +297857,7 @@ var state = {
297855
297857
  "title": "Botpress API",
297856
297858
  "description": "API for Botpress Cloud",
297857
297859
  "server": "https://api.botpress.cloud",
297858
- "version": "0.83.1",
297860
+ "version": "0.84.0",
297859
297861
  "prefix": "v1"
297860
297862
  },
297861
297863
  "errors": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.83.1",
3
+ "version": "0.84.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {