@botpress/api 1.16.0 → 1.17.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.
@@ -1649,7 +1649,7 @@ export const state = {
1649
1649
  "title": "Botpress API",
1650
1650
  "description": "API for Botpress Cloud",
1651
1651
  "server": "https://api.botpress.cloud",
1652
- "version": "1.16.0",
1652
+ "version": "1.17.0",
1653
1653
  "prefix": "v1"
1654
1654
  },
1655
1655
  "errors": [
@@ -3052,6 +3052,14 @@ export const state = {
3052
3052
  "additionalProperties": false
3053
3053
  }
3054
3054
  },
3055
+ "attributes": {
3056
+ "type": "object",
3057
+ "additionalProperties": {
3058
+ "type": "string",
3059
+ "maxLength": 200
3060
+ },
3061
+ "description": "Optional attributes"
3062
+ },
3055
3063
  "dev": {
3056
3064
  "type": "boolean",
3057
3065
  "description": "Indicates if the integration is a development integration; Dev integrations run locally"
@@ -3341,6 +3349,14 @@ export const state = {
3341
3349
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
3342
3350
  "additionalProperties": false
3343
3351
  },
3352
+ "attributes": {
3353
+ "type": "object",
3354
+ "additionalProperties": {
3355
+ "type": "string",
3356
+ "maxLength": 200
3357
+ },
3358
+ "description": "Optional attributes"
3359
+ },
3344
3360
  "title": {
3345
3361
  "type": "string",
3346
3362
  "minLength": 1,
@@ -3696,6 +3712,14 @@ export const state = {
3696
3712
  "description": "Conversation object configuration",
3697
3713
  "additionalProperties": false
3698
3714
  },
3715
+ "attributes": {
3716
+ "type": "object",
3717
+ "additionalProperties": {
3718
+ "type": "string",
3719
+ "maxLength": 200
3720
+ },
3721
+ "description": "Optional attributes"
3722
+ },
3699
3723
  "title": {
3700
3724
  "type": "string",
3701
3725
  "minLength": 1,