@botpress/api 0.76.0 → 0.78.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/dist/index.js +1004 -381
- package/dist/src/gen/state.d.ts +36 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +40 -2
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -191,6 +191,14 @@ export declare const state: {
|
|
|
191
191
|
description: string;
|
|
192
192
|
deprecated: true;
|
|
193
193
|
};
|
|
194
|
+
discriminateByTags: {
|
|
195
|
+
type: "array";
|
|
196
|
+
items: {
|
|
197
|
+
type: "string";
|
|
198
|
+
maxLength: number;
|
|
199
|
+
};
|
|
200
|
+
description: string;
|
|
201
|
+
};
|
|
194
202
|
};
|
|
195
203
|
required: string[];
|
|
196
204
|
title: string;
|
|
@@ -747,6 +755,14 @@ export declare const state: {
|
|
|
747
755
|
description: string;
|
|
748
756
|
additionalProperties: false;
|
|
749
757
|
};
|
|
758
|
+
discriminateByTags: {
|
|
759
|
+
type: "array";
|
|
760
|
+
items: {
|
|
761
|
+
type: "string";
|
|
762
|
+
maxLength: number;
|
|
763
|
+
};
|
|
764
|
+
description: string;
|
|
765
|
+
};
|
|
750
766
|
};
|
|
751
767
|
required: string[];
|
|
752
768
|
title: string;
|
|
@@ -1100,6 +1116,14 @@ export declare const state: {
|
|
|
1100
1116
|
maxLength: number;
|
|
1101
1117
|
description: string;
|
|
1102
1118
|
};
|
|
1119
|
+
discriminateByTags: {
|
|
1120
|
+
type: "array";
|
|
1121
|
+
items: {
|
|
1122
|
+
type: "string";
|
|
1123
|
+
maxLength: number;
|
|
1124
|
+
};
|
|
1125
|
+
description: string;
|
|
1126
|
+
};
|
|
1103
1127
|
};
|
|
1104
1128
|
required: string[];
|
|
1105
1129
|
title: string;
|
|
@@ -5739,6 +5763,18 @@ export declare const state: {
|
|
|
5739
5763
|
enum: string[];
|
|
5740
5764
|
description: string;
|
|
5741
5765
|
};
|
|
5766
|
+
periodStart: {
|
|
5767
|
+
type: "string";
|
|
5768
|
+
format: string;
|
|
5769
|
+
description: string;
|
|
5770
|
+
nullable: true;
|
|
5771
|
+
};
|
|
5772
|
+
periodEnd: {
|
|
5773
|
+
type: "string";
|
|
5774
|
+
format: string;
|
|
5775
|
+
description: string;
|
|
5776
|
+
nullable: true;
|
|
5777
|
+
};
|
|
5742
5778
|
};
|
|
5743
5779
|
required: string[];
|
|
5744
5780
|
};
|