@botpress/api 0.41.2 → 0.41.3

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
@@ -293005,7 +293005,8 @@ var state = {
293005
293005
  "type": {
293006
293006
  "type": "string",
293007
293007
  "enum": [
293008
- "chunk"
293008
+ "chunk",
293009
+ "summary"
293009
293010
  ],
293010
293011
  "description": "The type of passage"
293011
293012
  },
@@ -293139,7 +293140,8 @@ var state = {
293139
293140
  "type": {
293140
293141
  "type": "string",
293141
293142
  "enum": [
293142
- "chunk"
293143
+ "chunk",
293144
+ "summary"
293143
293145
  ],
293144
293146
  "description": "The type of passage"
293145
293147
  },
@@ -294096,7 +294098,7 @@ var state = {
294096
294098
  "title": "Botpress API",
294097
294099
  "description": "API for Botpress Cloud",
294098
294100
  "server": "https://api.botpress.cloud",
294099
- "version": "0.41.2",
294101
+ "version": "0.41.3",
294100
294102
  "prefix": "v1"
294101
294103
  },
294102
294104
  "errors": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.41.2",
3
+ "version": "0.41.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {