@botpress/api 0.45.1 → 0.45.3

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.
@@ -2703,6 +2703,18 @@ export declare const state: {
2703
2703
  };
2704
2704
  required: string[];
2705
2705
  };
2706
+ meta: {
2707
+ type: "object";
2708
+ properties: {
2709
+ installs: {
2710
+ type: "number";
2711
+ };
2712
+ views: {
2713
+ type: "number";
2714
+ };
2715
+ };
2716
+ required: string[];
2717
+ };
2706
2718
  };
2707
2719
  required: string[];
2708
2720
  };
@@ -3286,6 +3298,19 @@ export declare const state: {
3286
3298
  required: string[];
3287
3299
  additionalProperties: false;
3288
3300
  };
3301
+ meta: {
3302
+ type: "object";
3303
+ properties: {
3304
+ installs: {
3305
+ type: "number";
3306
+ };
3307
+ views: {
3308
+ type: "number";
3309
+ };
3310
+ };
3311
+ required: string[];
3312
+ additionalProperties: false;
3313
+ };
3289
3314
  };
3290
3315
  required: string[];
3291
3316
  additionalProperties: false;
@@ -3864,6 +3889,19 @@ export declare const state: {
3864
3889
  required: string[];
3865
3890
  additionalProperties: false;
3866
3891
  };
3892
+ meta: {
3893
+ type: "object";
3894
+ properties: {
3895
+ installs: {
3896
+ type: "number";
3897
+ };
3898
+ views: {
3899
+ type: "number";
3900
+ };
3901
+ };
3902
+ required: string[];
3903
+ additionalProperties: false;
3904
+ };
3867
3905
  };
3868
3906
  required: string[];
3869
3907
  additionalProperties: false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.45.1",
3
+ "version": "0.45.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {