@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.
- package/.turbo/turbo-openapi.log +5 -5
- package/dist/index.js +2033 -659
- package/dist/src/gen/admin/state.d.ts +5 -0
- package/dist/src/gen/files/state.d.ts +5 -0
- package/dist/src/gen/runtime/state.d.ts +13 -0
- package/dist/src/gen/state.d.ts +13 -0
- package/dist/src/gen/tables/state.d.ts +5 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +8 -1
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +8 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +24 -3
- package/src/gen/state.ts +24 -3
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +8 -1
|
@@ -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;
|
|
@@ -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;
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -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;
|