@botpress/api 0.27.11 → 0.27.12

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.
@@ -1905,6 +1905,9 @@ export declare const state: {
1905
1905
  profilePicture: {
1906
1906
  type: "string";
1907
1907
  };
1908
+ refresh: {
1909
+ type: "boolean";
1910
+ };
1908
1911
  };
1909
1912
  title: string;
1910
1913
  additionalProperties: false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.27.11",
3
+ "version": "0.27.12",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {