@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.
@@ -1861,6 +1861,7 @@ export declare const state: {
1861
1861
  };
1862
1862
  displayName: {
1863
1863
  type: "string";
1864
+ maxLength: number;
1864
1865
  };
1865
1866
  emailVerified: {
1866
1867
  type: "boolean";
@@ -1901,6 +1902,7 @@ export declare const state: {
1901
1902
  properties: {
1902
1903
  displayName: {
1903
1904
  type: "string";
1905
+ maxLength: number;
1904
1906
  };
1905
1907
  profilePicture: {
1906
1908
  type: "string";
@@ -1929,6 +1931,7 @@ export declare const state: {
1929
1931
  };
1930
1932
  displayName: {
1931
1933
  type: "string";
1934
+ maxLength: number;
1932
1935
  };
1933
1936
  emailVerified: {
1934
1937
  type: "boolean";
@@ -9696,6 +9699,7 @@ export declare const state: {
9696
9699
  };
9697
9700
  displayName: {
9698
9701
  type: "string";
9702
+ maxLength: number;
9699
9703
  };
9700
9704
  emailVerified: {
9701
9705
  type: "boolean";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.27.15",
3
+ "version": "0.27.16",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {