@botpress/api 0.27.10 → 0.27.11

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
@@ -2024,6 +2024,9 @@ export const state = {
2024
2024
  "displayName": {
2025
2025
  "type": "string"
2026
2026
  },
2027
+ "emailVerified": {
2028
+ "type": "boolean"
2029
+ },
2027
2030
  "profilePicture": {
2028
2031
  "type": "string"
2029
2032
  },
@@ -2036,6 +2039,7 @@ export const state = {
2036
2039
  "required": [
2037
2040
  "id",
2038
2041
  "email",
2042
+ "emailVerified",
2039
2043
  "createdAt"
2040
2044
  ],
2041
2045
  "additionalProperties": false
@@ -2092,6 +2096,9 @@ export const state = {
2092
2096
  "displayName": {
2093
2097
  "type": "string"
2094
2098
  },
2099
+ "emailVerified": {
2100
+ "type": "boolean"
2101
+ },
2095
2102
  "profilePicture": {
2096
2103
  "type": "string"
2097
2104
  },
@@ -2104,6 +2111,7 @@ export const state = {
2104
2111
  "required": [
2105
2112
  "id",
2106
2113
  "email",
2114
+ "emailVerified",
2107
2115
  "createdAt"
2108
2116
  ],
2109
2117
  "additionalProperties": false
@@ -9583,7 +9591,7 @@ export const state = {
9583
9591
  "title": "Botpress API",
9584
9592
  "description": "API for Botpress Cloud",
9585
9593
  "server": "https://api.botpress.cloud",
9586
- "version": "0.27.10",
9594
+ "version": "0.27.11",
9587
9595
  "prefix": "v1"
9588
9596
  },
9589
9597
  "errors": [
@@ -11004,6 +11012,9 @@ export const state = {
11004
11012
  "displayName": {
11005
11013
  "type": "string"
11006
11014
  },
11015
+ "emailVerified": {
11016
+ "type": "boolean"
11017
+ },
11007
11018
  "profilePicture": {
11008
11019
  "type": "string"
11009
11020
  },
@@ -11016,6 +11027,7 @@ export const state = {
11016
11027
  "required": [
11017
11028
  "id",
11018
11029
  "email",
11030
+ "emailVerified",
11019
11031
  "createdAt"
11020
11032
  ],
11021
11033
  "additionalProperties": false