@botpress/api 1.3.2 → 1.5.0

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.
@@ -2888,6 +2888,10 @@ export declare const state: {
2888
2888
  type: "string";
2889
2889
  description: string;
2890
2890
  };
2891
+ public: {
2892
+ type: "boolean";
2893
+ description: string;
2894
+ };
2891
2895
  };
2892
2896
  required: string[];
2893
2897
  additionalProperties: false;
@@ -3964,6 +3964,10 @@ export declare const state: {
3964
3964
  type: "string";
3965
3965
  description: string;
3966
3966
  };
3967
+ public: {
3968
+ type: "boolean";
3969
+ description: string;
3970
+ };
3967
3971
  };
3968
3972
  required: string[];
3969
3973
  additionalProperties: false;