@botpress/api 0.27.14 → 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";
@@ -7748,7 +7751,11 @@ export declare const state: {
7748
7751
  type: "number";
7749
7752
  description: string;
7750
7753
  };
7751
- staleCount: {
7754
+ stale: {
7755
+ type: "number";
7756
+ description: string;
7757
+ };
7758
+ indexing: {
7752
7759
  type: "number";
7753
7760
  description: string;
7754
7761
  };
@@ -7826,7 +7833,11 @@ export declare const state: {
7826
7833
  type: "number";
7827
7834
  description: string;
7828
7835
  };
7829
- staleCount: {
7836
+ stale: {
7837
+ type: "number";
7838
+ description: string;
7839
+ };
7840
+ indexing: {
7830
7841
  type: "number";
7831
7842
  description: string;
7832
7843
  };
@@ -9688,6 +9699,7 @@ export declare const state: {
9688
9699
  };
9689
9700
  displayName: {
9690
9701
  type: "string";
9702
+ maxLength: number;
9691
9703
  };
9692
9704
  emailVerified: {
9693
9705
  type: "boolean";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.27.14",
3
+ "version": "0.27.16",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {