@botpress/api 1.36.0 → 1.37.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.
@@ -13544,38 +13544,6 @@ export declare const state: {
13544
13544
  description: string;
13545
13545
  additionalProperties: false;
13546
13546
  };
13547
- dependencies: {
13548
- type: "object";
13549
- properties: {
13550
- interfaces: {
13551
- type: "object";
13552
- additionalProperties: {
13553
- type: "object";
13554
- properties: {
13555
- id: {
13556
- type: "string";
13557
- };
13558
- };
13559
- required: string[];
13560
- additionalProperties: false;
13561
- };
13562
- };
13563
- integrations: {
13564
- type: "object";
13565
- additionalProperties: {
13566
- type: "object";
13567
- properties: {
13568
- id: {
13569
- type: "string";
13570
- };
13571
- };
13572
- required: string[];
13573
- additionalProperties: false;
13574
- };
13575
- };
13576
- };
13577
- additionalProperties: false;
13578
- };
13579
13547
  attributes: {
13580
13548
  type: "object";
13581
13549
  additionalProperties: {
@@ -13622,6 +13590,56 @@ export declare const state: {
13622
13590
  type: "boolean";
13623
13591
  description: string;
13624
13592
  };
13593
+ dependencies: {
13594
+ type: "object";
13595
+ properties: {
13596
+ interfaces: {
13597
+ type: "object";
13598
+ additionalProperties: {
13599
+ type: "object";
13600
+ properties: {
13601
+ id: {
13602
+ type: "string";
13603
+ description: string;
13604
+ };
13605
+ name: {
13606
+ type: "string";
13607
+ description: string;
13608
+ };
13609
+ version: {
13610
+ type: "string";
13611
+ description: string;
13612
+ };
13613
+ };
13614
+ additionalProperties: false;
13615
+ };
13616
+ description: string;
13617
+ };
13618
+ integrations: {
13619
+ type: "object";
13620
+ additionalProperties: {
13621
+ type: "object";
13622
+ properties: {
13623
+ id: {
13624
+ type: "string";
13625
+ description: string;
13626
+ };
13627
+ name: {
13628
+ type: "string";
13629
+ description: string;
13630
+ };
13631
+ version: {
13632
+ type: "string";
13633
+ description: string;
13634
+ };
13635
+ };
13636
+ additionalProperties: false;
13637
+ };
13638
+ description: string;
13639
+ };
13640
+ };
13641
+ additionalProperties: false;
13642
+ };
13625
13643
  };
13626
13644
  required: string[];
13627
13645
  title: string;
@@ -13962,40 +13980,6 @@ export declare const state: {
13962
13980
  required: string[];
13963
13981
  additionalProperties: false;
13964
13982
  };
13965
- dependencies: {
13966
- type: "object";
13967
- properties: {
13968
- interfaces: {
13969
- type: "object";
13970
- additionalProperties: {
13971
- type: "object";
13972
- properties: {
13973
- id: {
13974
- type: "string";
13975
- };
13976
- };
13977
- required: string[];
13978
- nullable: true;
13979
- additionalProperties: false;
13980
- };
13981
- };
13982
- integrations: {
13983
- type: "object";
13984
- additionalProperties: {
13985
- type: "object";
13986
- properties: {
13987
- id: {
13988
- type: "string";
13989
- };
13990
- };
13991
- required: string[];
13992
- nullable: true;
13993
- additionalProperties: false;
13994
- };
13995
- };
13996
- };
13997
- additionalProperties: false;
13998
- };
13999
13983
  attributes: {
14000
13984
  type: "object";
14001
13985
  additionalProperties: {
@@ -14042,6 +14026,58 @@ export declare const state: {
14042
14026
  type: "boolean";
14043
14027
  description: string;
14044
14028
  };
14029
+ dependencies: {
14030
+ type: "object";
14031
+ properties: {
14032
+ interfaces: {
14033
+ type: "object";
14034
+ additionalProperties: {
14035
+ type: "object";
14036
+ properties: {
14037
+ id: {
14038
+ type: "string";
14039
+ description: string;
14040
+ };
14041
+ name: {
14042
+ type: "string";
14043
+ description: string;
14044
+ };
14045
+ version: {
14046
+ type: "string";
14047
+ description: string;
14048
+ };
14049
+ };
14050
+ nullable: true;
14051
+ additionalProperties: false;
14052
+ };
14053
+ description: string;
14054
+ };
14055
+ integrations: {
14056
+ type: "object";
14057
+ additionalProperties: {
14058
+ type: "object";
14059
+ properties: {
14060
+ id: {
14061
+ type: "string";
14062
+ description: string;
14063
+ };
14064
+ name: {
14065
+ type: "string";
14066
+ description: string;
14067
+ };
14068
+ version: {
14069
+ type: "string";
14070
+ description: string;
14071
+ };
14072
+ };
14073
+ nullable: true;
14074
+ additionalProperties: false;
14075
+ };
14076
+ description: string;
14077
+ };
14078
+ };
14079
+ additionalProperties: false;
14080
+ };
14045
14081
  };
14046
14082
  title: string;
14047
14083
  additionalProperties: false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.36.0",
3
+ "version": "1.37.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {