@botpress/api 1.9.0 → 1.10.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.
@@ -11273,6 +11273,29 @@ export declare const state: {
11273
11273
  description: string;
11274
11274
  additionalProperties: false;
11275
11275
  };
11276
+ icon: {
11277
+ type: "string";
11278
+ description: string;
11279
+ };
11280
+ readme: {
11281
+ type: "string";
11282
+ description: string;
11283
+ };
11284
+ title: {
11285
+ type: "string";
11286
+ minLength: number;
11287
+ maxLength: number;
11288
+ description: string;
11289
+ };
11290
+ description: {
11291
+ type: "string";
11292
+ maxLength: number;
11293
+ description: string;
11294
+ };
11295
+ public: {
11296
+ type: "boolean";
11297
+ description: string;
11298
+ };
11276
11299
  };
11277
11300
  required: string[];
11278
11301
  title: string;
@@ -11544,6 +11567,29 @@ export declare const state: {
11544
11567
  nullable: true;
11545
11568
  additionalProperties: false;
11546
11569
  };
11570
+ icon: {
11571
+ type: "string";
11572
+ description: string;
11573
+ };
11574
+ readme: {
11575
+ type: "string";
11576
+ description: string;
11577
+ };
11578
+ title: {
11579
+ type: "string";
11580
+ minLength: number;
11581
+ maxLength: number;
11582
+ description: string;
11583
+ };
11584
+ description: {
11585
+ type: "string";
11586
+ maxLength: number;
11587
+ description: string;
11588
+ };
11589
+ public: {
11590
+ type: "boolean";
11591
+ description: string;
11592
+ };
11547
11593
  };
11548
11594
  title: string;
11549
11595
  additionalProperties: false;
@@ -11641,6 +11687,29 @@ export declare const state: {
11641
11687
  maxLength: number;
11642
11688
  description: string;
11643
11689
  };
11690
+ title: {
11691
+ type: "string";
11692
+ minLength: number;
11693
+ maxLength: number;
11694
+ description: string;
11695
+ };
11696
+ description: {
11697
+ type: "string";
11698
+ maxLength: number;
11699
+ description: string;
11700
+ };
11701
+ iconUrl: {
11702
+ type: "string";
11703
+ description: string;
11704
+ };
11705
+ readmeUrl: {
11706
+ type: "string";
11707
+ description: string;
11708
+ };
11709
+ public: {
11710
+ type: "boolean";
11711
+ description: string;
11712
+ };
11644
11713
  };
11645
11714
  required: string[];
11646
11715
  };
@@ -16849,6 +16918,29 @@ export declare const state: {
16849
16918
  description: string;
16850
16919
  additionalProperties: false;
16851
16920
  };
16921
+ title: {
16922
+ type: "string";
16923
+ minLength: number;
16924
+ maxLength: number;
16925
+ description: string;
16926
+ };
16927
+ description: {
16928
+ type: "string";
16929
+ maxLength: number;
16930
+ description: string;
16931
+ };
16932
+ iconUrl: {
16933
+ type: "string";
16934
+ description: string;
16935
+ };
16936
+ readmeUrl: {
16937
+ type: "string";
16938
+ description: string;
16939
+ };
16940
+ public: {
16941
+ type: "boolean";
16942
+ description: string;
16943
+ };
16852
16944
  };
16853
16945
  required: string[];
16854
16946
  additionalProperties: false;
@@ -2415,6 +2415,29 @@ export declare const state: {
2415
2415
  description: string;
2416
2416
  additionalProperties: false;
2417
2417
  };
2418
+ title: {
2419
+ type: "string";
2420
+ minLength: number;
2421
+ maxLength: number;
2422
+ description: string;
2423
+ };
2424
+ description: {
2425
+ type: "string";
2426
+ maxLength: number;
2427
+ description: string;
2428
+ };
2429
+ iconUrl: {
2430
+ type: "string";
2431
+ description: string;
2432
+ };
2433
+ readmeUrl: {
2434
+ type: "string";
2435
+ description: string;
2436
+ };
2437
+ public: {
2438
+ type: "boolean";
2439
+ description: string;
2440
+ };
2418
2441
  };
2419
2442
  required: string[];
2420
2443
  additionalProperties: false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {