@botpress/api 1.8.0 → 1.9.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.
@@ -1579,7 +1579,7 @@ export const state = {
1579
1579
  "title": "Botpress API",
1580
1580
  "description": "API for Botpress Cloud",
1581
1581
  "server": "https://api.botpress.cloud",
1582
- "version": "1.8.0",
1582
+ "version": "1.9.0",
1583
1583
  "prefix": "v1"
1584
1584
  },
1585
1585
  "errors": [
@@ -2069,6 +2069,14 @@ export const state = {
2069
2069
  "schema": {
2070
2070
  "type": "object",
2071
2071
  "additionalProperties": true
2072
+ },
2073
+ "attributes": {
2074
+ "type": "object",
2075
+ "additionalProperties": {
2076
+ "type": "string",
2077
+ "maxLength": 200
2078
+ },
2079
+ "description": "Optional attributes"
2072
2080
  }
2073
2081
  },
2074
2082
  "required": [
@@ -2721,6 +2729,14 @@ export const state = {
2721
2729
  "schema": {
2722
2730
  "type": "object",
2723
2731
  "additionalProperties": true
2732
+ },
2733
+ "attributes": {
2734
+ "type": "object",
2735
+ "additionalProperties": {
2736
+ "type": "string",
2737
+ "maxLength": 200
2738
+ },
2739
+ "description": "Optional attributes"
2724
2740
  }
2725
2741
  },
2726
2742
  "required": [
@@ -3024,6 +3040,14 @@ export const state = {
3024
3040
  "schema": {
3025
3041
  "type": "object",
3026
3042
  "additionalProperties": true
3043
+ },
3044
+ "attributes": {
3045
+ "type": "object",
3046
+ "additionalProperties": {
3047
+ "type": "string",
3048
+ "maxLength": 200
3049
+ },
3050
+ "description": "Optional attributes"
3027
3051
  }
3028
3052
  },
3029
3053
  "required": [
@@ -3277,6 +3301,14 @@ export const state = {
3277
3301
  "schema": {
3278
3302
  "type": "object",
3279
3303
  "additionalProperties": true
3304
+ },
3305
+ "attributes": {
3306
+ "type": "object",
3307
+ "additionalProperties": {
3308
+ "type": "string",
3309
+ "maxLength": 200
3310
+ },
3311
+ "description": "Optional attributes"
3280
3312
  }
3281
3313
  },
3282
3314
  "required": [