@botpress/api 1.52.1 → 1.53.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.
@@ -4412,6 +4412,12 @@ export declare const state: {
4412
4412
  public: {
4413
4413
  type: "boolean";
4414
4414
  description: string;
4415
+ deprecated: true;
4416
+ };
4417
+ visibility: {
4418
+ type: "string";
4419
+ enum: string[];
4420
+ description: string;
4415
4421
  };
4416
4422
  };
4417
4423
  required: string[];
@@ -4761,6 +4767,12 @@ export declare const state: {
4761
4767
  public: {
4762
4768
  type: "boolean";
4763
4769
  description: string;
4770
+ deprecated: true;
4771
+ };
4772
+ visibility: {
4773
+ type: "string";
4774
+ enum: string[];
4775
+ description: string;
4764
4776
  };
4765
4777
  };
4766
4778
  required: string[];
@@ -5114,6 +5126,12 @@ export declare const state: {
5114
5126
  public: {
5115
5127
  type: "boolean";
5116
5128
  description: string;
5129
+ deprecated: true;
5130
+ };
5131
+ visibility: {
5132
+ type: "string";
5133
+ enum: string[];
5134
+ description: string;
5117
5135
  };
5118
5136
  };
5119
5137
  required: string[];
@@ -5458,6 +5476,12 @@ export declare const state: {
5458
5476
  public: {
5459
5477
  type: "boolean";
5460
5478
  description: string;
5479
+ deprecated: true;
5480
+ };
5481
+ visibility: {
5482
+ type: "string";
5483
+ enum: string[];
5484
+ description: string;
5461
5485
  };
5462
5486
  };
5463
5487
  required: string[];
@@ -13772,6 +13796,12 @@ export declare const state: {
13772
13796
  public: {
13773
13797
  type: "boolean";
13774
13798
  description: string;
13799
+ deprecated: true;
13800
+ };
13801
+ visibility: {
13802
+ type: "string";
13803
+ enum: string[];
13804
+ description: string;
13775
13805
  };
13776
13806
  dependencies: {
13777
13807
  type: "object";
@@ -14208,6 +14238,12 @@ export declare const state: {
14208
14238
  public: {
14209
14239
  type: "boolean";
14210
14240
  description: string;
14241
+ deprecated: true;
14242
+ };
14243
+ visibility: {
14244
+ type: "string";
14245
+ enum: string[];
14246
+ description: string;
14211
14247
  };
14212
14248
  dependencies: {
14213
14249
  type: "object";
@@ -14385,6 +14421,12 @@ export declare const state: {
14385
14421
  public: {
14386
14422
  type: "boolean";
14387
14423
  description: string;
14424
+ deprecated: true;
14425
+ };
14426
+ visibility: {
14427
+ type: "string";
14428
+ enum: string[];
14429
+ description: string;
14388
14430
  };
14389
14431
  };
14390
14432
  required: string[];
@@ -18129,6 +18171,12 @@ export declare const state: {
18129
18171
  public: {
18130
18172
  type: "boolean";
18131
18173
  description: string;
18174
+ deprecated: true;
18175
+ };
18176
+ visibility: {
18177
+ type: "string";
18178
+ enum: string[];
18179
+ description: string;
18132
18180
  };
18133
18181
  };
18134
18182
  required: string[];
@@ -19600,6 +19648,12 @@ export declare const state: {
19600
19648
  public: {
19601
19649
  type: "boolean";
19602
19650
  description: string;
19651
+ deprecated: true;
19652
+ };
19653
+ visibility: {
19654
+ type: "string";
19655
+ enum: string[];
19656
+ description: string;
19603
19657
  };
19604
19658
  };
19605
19659
  required: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.52.1",
3
+ "version": "1.53.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "devDependencies": {