@botpress/api 0.27.15 → 0.27.16

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/src/gen/state.ts CHANGED
@@ -2022,7 +2022,8 @@ export const state = {
2022
2022
  "type": "string"
2023
2023
  },
2024
2024
  "displayName": {
2025
- "type": "string"
2025
+ "type": "string",
2026
+ "maxLength": 100
2026
2027
  },
2027
2028
  "emailVerified": {
2028
2029
  "type": "boolean"
@@ -2069,7 +2070,8 @@ export const state = {
2069
2070
  "type": "object",
2070
2071
  "properties": {
2071
2072
  "displayName": {
2072
- "type": "string"
2073
+ "type": "string",
2074
+ "maxLength": 100
2073
2075
  },
2074
2076
  "profilePicture": {
2075
2077
  "type": "string"
@@ -2097,7 +2099,8 @@ export const state = {
2097
2099
  "type": "string"
2098
2100
  },
2099
2101
  "displayName": {
2100
- "type": "string"
2102
+ "type": "string",
2103
+ "maxLength": 100
2101
2104
  },
2102
2105
  "emailVerified": {
2103
2106
  "type": "boolean"
@@ -9683,7 +9686,7 @@ export const state = {
9683
9686
  "title": "Botpress API",
9684
9687
  "description": "API for Botpress Cloud",
9685
9688
  "server": "https://api.botpress.cloud",
9686
- "version": "0.27.15",
9689
+ "version": "0.27.16",
9687
9690
  "prefix": "v1"
9688
9691
  },
9689
9692
  "errors": [
@@ -11103,7 +11106,8 @@ export const state = {
11103
11106
  "type": "string"
11104
11107
  },
11105
11108
  "displayName": {
11106
- "type": "string"
11109
+ "type": "string",
11110
+ "maxLength": 100
11107
11111
  },
11108
11112
  "emailVerified": {
11109
11113
  "type": "boolean"