@botpress/api 1.40.0 → 1.42.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.
@@ -14769,6 +14769,11 @@ export declare const state: {
14769
14769
  };
14770
14770
  description: string;
14771
14771
  };
14772
+ origin: {
14773
+ type: "string";
14774
+ enum: string[];
14775
+ description: string;
14776
+ };
14772
14777
  };
14773
14778
  required: string[];
14774
14779
  description: string;
@@ -3871,6 +3871,11 @@ export declare const state: {
3871
3871
  };
3872
3872
  description: string;
3873
3873
  };
3874
+ origin: {
3875
+ type: "string";
3876
+ enum: string[];
3877
+ description: string;
3878
+ };
3874
3879
  };
3875
3880
  required: string[];
3876
3881
  description: string;
@@ -685,6 +685,10 @@ export declare const state: {
685
685
  description: string;
686
686
  additionalProperties: false;
687
687
  };
688
+ origin: {
689
+ type: "string";
690
+ enum: string[];
691
+ };
688
692
  };
689
693
  required: string[];
690
694
  title: string;
@@ -766,6 +770,10 @@ export declare const state: {
766
770
  description: string;
767
771
  additionalProperties: false;
768
772
  };
773
+ origin: {
774
+ type: "string";
775
+ enum: string[];
776
+ };
769
777
  discriminateByTags: {
770
778
  type: "array";
771
779
  items: {
@@ -4735,6 +4743,11 @@ export declare const state: {
4735
4743
  };
4736
4744
  description: string;
4737
4745
  };
4746
+ origin: {
4747
+ type: "string";
4748
+ enum: string[];
4749
+ description: string;
4750
+ };
4738
4751
  };
4739
4752
  required: string[];
4740
4753
  description: string;
@@ -685,6 +685,10 @@ export declare const state: {
685
685
  description: string;
686
686
  additionalProperties: false;
687
687
  };
688
+ origin: {
689
+ type: "string";
690
+ enum: string[];
691
+ };
688
692
  };
689
693
  required: string[];
690
694
  title: string;
@@ -766,6 +770,10 @@ export declare const state: {
766
770
  description: string;
767
771
  additionalProperties: false;
768
772
  };
773
+ origin: {
774
+ type: "string";
775
+ enum: string[];
776
+ };
769
777
  discriminateByTags: {
770
778
  type: "array";
771
779
  items: {
@@ -19883,6 +19891,11 @@ export declare const state: {
19883
19891
  };
19884
19892
  description: string;
19885
19893
  };
19894
+ origin: {
19895
+ type: "string";
19896
+ enum: string[];
19897
+ description: string;
19898
+ };
19886
19899
  };
19887
19900
  required: string[];
19888
19901
  description: string;
@@ -3412,6 +3412,11 @@ export declare const state: {
3412
3412
  };
3413
3413
  description: string;
3414
3414
  };
3415
+ origin: {
3416
+ type: "string";
3417
+ enum: string[];
3418
+ description: string;
3419
+ };
3415
3420
  };
3416
3421
  required: string[];
3417
3422
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.40.0",
3
+ "version": "1.42.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {