@botpress/sdk 0.6.15 → 0.8.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/bot/context.d.ts +2 -2
- package/dist/bot/implementation.d.ts +1 -1
- package/dist/index.d.ts +1 -6
- package/dist/index.js +1 -1
- package/dist/index.js.map +4 -4
- package/dist/integration/client/routes.d.ts +15 -18
- package/dist/integration/client/types.d.ts +1 -1
- package/dist/integration/context.d.ts +2 -2
- package/dist/integration/server.d.ts +6 -9
- package/dist/message.d.ts +80 -81
- package/dist/schema.d.ts +5 -1
- package/dist/type-utils.d.ts +1 -1
- package/dist/zui.d.ts +290 -0
- package/package.json +8 -7
package/dist/zui.d.ts
ADDED
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
import { z, type DefaultComponentDefinitions } from '@bpinternal/zui';
|
|
2
|
+
export * from '@bpinternal/zui';
|
|
3
|
+
export declare const studioComponentDefinitions: {
|
|
4
|
+
readonly string: {
|
|
5
|
+
readonly textInput: {
|
|
6
|
+
readonly id: "textInput";
|
|
7
|
+
readonly params: import("@bpinternal/zui").ZodObject<{
|
|
8
|
+
allowDynamicVariable: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
9
|
+
horizontal: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
10
|
+
multiLine: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
11
|
+
growVertically: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
12
|
+
suggestions: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodArray<import("@bpinternal/zui").ZodString, "many">>;
|
|
13
|
+
}, "strip", import("@bpinternal/zui").ZodTypeAny, {
|
|
14
|
+
allowDynamicVariable?: boolean | undefined;
|
|
15
|
+
horizontal?: boolean | undefined;
|
|
16
|
+
multiLine?: boolean | undefined;
|
|
17
|
+
growVertically?: boolean | undefined;
|
|
18
|
+
suggestions?: string[] | undefined;
|
|
19
|
+
}, {
|
|
20
|
+
allowDynamicVariable?: boolean | undefined;
|
|
21
|
+
horizontal?: boolean | undefined;
|
|
22
|
+
multiLine?: boolean | undefined;
|
|
23
|
+
growVertically?: boolean | undefined;
|
|
24
|
+
suggestions?: string[] | undefined;
|
|
25
|
+
}>;
|
|
26
|
+
};
|
|
27
|
+
readonly dropdown: {
|
|
28
|
+
readonly id: "dropdown";
|
|
29
|
+
readonly params: import("@bpinternal/zui").ZodObject<{
|
|
30
|
+
allowDynamicVariable: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
31
|
+
horizontal: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
32
|
+
filterable: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
33
|
+
}, "strip", import("@bpinternal/zui").ZodTypeAny, {
|
|
34
|
+
allowDynamicVariable?: boolean | undefined;
|
|
35
|
+
horizontal?: boolean | undefined;
|
|
36
|
+
filterable?: boolean | undefined;
|
|
37
|
+
}, {
|
|
38
|
+
allowDynamicVariable?: boolean | undefined;
|
|
39
|
+
horizontal?: boolean | undefined;
|
|
40
|
+
filterable?: boolean | undefined;
|
|
41
|
+
}>;
|
|
42
|
+
};
|
|
43
|
+
readonly radiogroup: {
|
|
44
|
+
readonly id: "radiogroup";
|
|
45
|
+
readonly params: import("@bpinternal/zui").ZodObject<{
|
|
46
|
+
allowDynamicVariable: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
47
|
+
horizontal: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
48
|
+
}, "strip", import("@bpinternal/zui").ZodTypeAny, {
|
|
49
|
+
allowDynamicVariable?: boolean | undefined;
|
|
50
|
+
horizontal?: boolean | undefined;
|
|
51
|
+
}, {
|
|
52
|
+
allowDynamicVariable?: boolean | undefined;
|
|
53
|
+
horizontal?: boolean | undefined;
|
|
54
|
+
}>;
|
|
55
|
+
};
|
|
56
|
+
readonly datepicker: {
|
|
57
|
+
readonly id: "datepicker";
|
|
58
|
+
readonly params: import("@bpinternal/zui").ZodObject<{
|
|
59
|
+
allowDynamicVariable: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
60
|
+
horizontal: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
61
|
+
dateFormat: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodString>;
|
|
62
|
+
minDate: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodString>;
|
|
63
|
+
maxDate: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodString>;
|
|
64
|
+
defaultTimezone: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodString>;
|
|
65
|
+
disableTimezoneSelection: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
66
|
+
highlightCurrentDay: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
67
|
+
showShortcutButtons: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
68
|
+
showOutsideDaysOfMonth: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
69
|
+
firstDayOfWeek: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodNumber>;
|
|
70
|
+
canChangeMonth: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
71
|
+
showWeekNumbers: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
72
|
+
}, "strip", import("@bpinternal/zui").ZodTypeAny, {
|
|
73
|
+
allowDynamicVariable?: boolean | undefined;
|
|
74
|
+
horizontal?: boolean | undefined;
|
|
75
|
+
dateFormat?: string | undefined;
|
|
76
|
+
minDate?: string | undefined;
|
|
77
|
+
maxDate?: string | undefined;
|
|
78
|
+
defaultTimezone?: string | undefined;
|
|
79
|
+
disableTimezoneSelection?: boolean | undefined;
|
|
80
|
+
highlightCurrentDay?: boolean | undefined;
|
|
81
|
+
showShortcutButtons?: boolean | undefined;
|
|
82
|
+
showOutsideDaysOfMonth?: boolean | undefined;
|
|
83
|
+
firstDayOfWeek?: number | undefined;
|
|
84
|
+
canChangeMonth?: boolean | undefined;
|
|
85
|
+
showWeekNumbers?: boolean | undefined;
|
|
86
|
+
}, {
|
|
87
|
+
allowDynamicVariable?: boolean | undefined;
|
|
88
|
+
horizontal?: boolean | undefined;
|
|
89
|
+
dateFormat?: string | undefined;
|
|
90
|
+
minDate?: string | undefined;
|
|
91
|
+
maxDate?: string | undefined;
|
|
92
|
+
defaultTimezone?: string | undefined;
|
|
93
|
+
disableTimezoneSelection?: boolean | undefined;
|
|
94
|
+
highlightCurrentDay?: boolean | undefined;
|
|
95
|
+
showShortcutButtons?: boolean | undefined;
|
|
96
|
+
showOutsideDaysOfMonth?: boolean | undefined;
|
|
97
|
+
firstDayOfWeek?: number | undefined;
|
|
98
|
+
canChangeMonth?: boolean | undefined;
|
|
99
|
+
showWeekNumbers?: boolean | undefined;
|
|
100
|
+
}>;
|
|
101
|
+
};
|
|
102
|
+
readonly timepicker: {
|
|
103
|
+
readonly id: "timepicker";
|
|
104
|
+
readonly params: import("@bpinternal/zui").ZodObject<{
|
|
105
|
+
allowDynamicVariable: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
106
|
+
horizontal: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
107
|
+
useAMPM: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
108
|
+
timeFormat: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodString>;
|
|
109
|
+
minTime: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodString>;
|
|
110
|
+
maxTime: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodString>;
|
|
111
|
+
showArrowButtons: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
112
|
+
precision: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodEnum<["minute", "second", "millisecond"]>>;
|
|
113
|
+
}, "strip", import("@bpinternal/zui").ZodTypeAny, {
|
|
114
|
+
allowDynamicVariable?: boolean | undefined;
|
|
115
|
+
horizontal?: boolean | undefined;
|
|
116
|
+
useAMPM?: boolean | undefined;
|
|
117
|
+
timeFormat?: string | undefined;
|
|
118
|
+
minTime?: string | undefined;
|
|
119
|
+
maxTime?: string | undefined;
|
|
120
|
+
showArrowButtons?: boolean | undefined;
|
|
121
|
+
precision?: "minute" | "second" | "millisecond" | undefined;
|
|
122
|
+
}, {
|
|
123
|
+
allowDynamicVariable?: boolean | undefined;
|
|
124
|
+
horizontal?: boolean | undefined;
|
|
125
|
+
useAMPM?: boolean | undefined;
|
|
126
|
+
timeFormat?: string | undefined;
|
|
127
|
+
minTime?: string | undefined;
|
|
128
|
+
maxTime?: string | undefined;
|
|
129
|
+
showArrowButtons?: boolean | undefined;
|
|
130
|
+
precision?: "minute" | "second" | "millisecond" | undefined;
|
|
131
|
+
}>;
|
|
132
|
+
};
|
|
133
|
+
readonly variablepicker: {
|
|
134
|
+
readonly id: "variablepicker";
|
|
135
|
+
readonly params: import("@bpinternal/zui").ZodObject<{
|
|
136
|
+
type: import("@bpinternal/zui").ZodEnum<["any", "string", "number", "boolean", "object", "pattern", "date", "array", "target", "time", "enum"]>;
|
|
137
|
+
horizontal: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
138
|
+
}, "strip", import("@bpinternal/zui").ZodTypeAny, {
|
|
139
|
+
type: "string" | "number" | "boolean" | "object" | "array" | "any" | "pattern" | "date" | "target" | "time" | "enum";
|
|
140
|
+
horizontal?: boolean | undefined;
|
|
141
|
+
}, {
|
|
142
|
+
type: "string" | "number" | "boolean" | "object" | "array" | "any" | "pattern" | "date" | "target" | "time" | "enum";
|
|
143
|
+
horizontal?: boolean | undefined;
|
|
144
|
+
}>;
|
|
145
|
+
};
|
|
146
|
+
readonly richTextEditor: {
|
|
147
|
+
readonly id: "richTextEditor";
|
|
148
|
+
readonly params: import("@bpinternal/zui").ZodObject<{
|
|
149
|
+
allowDynamicVariable: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
150
|
+
resizable: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
151
|
+
}, "strip", import("@bpinternal/zui").ZodTypeAny, {
|
|
152
|
+
allowDynamicVariable?: boolean | undefined;
|
|
153
|
+
resizable?: boolean | undefined;
|
|
154
|
+
}, {
|
|
155
|
+
allowDynamicVariable?: boolean | undefined;
|
|
156
|
+
resizable?: boolean | undefined;
|
|
157
|
+
}>;
|
|
158
|
+
};
|
|
159
|
+
readonly JSONInput: {
|
|
160
|
+
readonly id: "JSONInput";
|
|
161
|
+
readonly params: import("@bpinternal/zui").ZodObject<{
|
|
162
|
+
allowDynamicVariable: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
163
|
+
horizontal: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
164
|
+
showPreview: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
165
|
+
showValidationError: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
166
|
+
}, "strip", import("@bpinternal/zui").ZodTypeAny, {
|
|
167
|
+
allowDynamicVariable?: boolean | undefined;
|
|
168
|
+
horizontal?: boolean | undefined;
|
|
169
|
+
showPreview?: boolean | undefined;
|
|
170
|
+
showValidationError?: boolean | undefined;
|
|
171
|
+
}, {
|
|
172
|
+
allowDynamicVariable?: boolean | undefined;
|
|
173
|
+
horizontal?: boolean | undefined;
|
|
174
|
+
showPreview?: boolean | undefined;
|
|
175
|
+
showValidationError?: boolean | undefined;
|
|
176
|
+
}>;
|
|
177
|
+
};
|
|
178
|
+
readonly fileInput: {
|
|
179
|
+
readonly id: "fileInput";
|
|
180
|
+
readonly params: import("@bpinternal/zui").ZodObject<{
|
|
181
|
+
allowDynamicVariable: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
182
|
+
horizontal: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
183
|
+
fileTypes: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodArray<import("@bpinternal/zui").ZodEnum<["image", "audio", "video"]>, "many">>;
|
|
184
|
+
showUploadedFiles: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
185
|
+
}, "strip", import("@bpinternal/zui").ZodTypeAny, {
|
|
186
|
+
allowDynamicVariable?: boolean | undefined;
|
|
187
|
+
horizontal?: boolean | undefined;
|
|
188
|
+
fileTypes?: ("image" | "audio" | "video")[] | undefined;
|
|
189
|
+
showUploadedFiles?: boolean | undefined;
|
|
190
|
+
}, {
|
|
191
|
+
allowDynamicVariable?: boolean | undefined;
|
|
192
|
+
horizontal?: boolean | undefined;
|
|
193
|
+
fileTypes?: ("image" | "audio" | "video")[] | undefined;
|
|
194
|
+
showUploadedFiles?: boolean | undefined;
|
|
195
|
+
}>;
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
readonly number: {
|
|
199
|
+
readonly numberInput: {
|
|
200
|
+
readonly id: "numberInput";
|
|
201
|
+
readonly params: import("@bpinternal/zui").ZodObject<{
|
|
202
|
+
allowDynamicVariable: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
203
|
+
horizontal: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
204
|
+
allowNumericCharactersOnly: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
205
|
+
stepSize: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodNumber>;
|
|
206
|
+
}, "strip", import("@bpinternal/zui").ZodTypeAny, {
|
|
207
|
+
allowDynamicVariable?: boolean | undefined;
|
|
208
|
+
horizontal?: boolean | undefined;
|
|
209
|
+
allowNumericCharactersOnly?: boolean | undefined;
|
|
210
|
+
stepSize?: number | undefined;
|
|
211
|
+
}, {
|
|
212
|
+
allowDynamicVariable?: boolean | undefined;
|
|
213
|
+
horizontal?: boolean | undefined;
|
|
214
|
+
allowNumericCharactersOnly?: boolean | undefined;
|
|
215
|
+
stepSize?: number | undefined;
|
|
216
|
+
}>;
|
|
217
|
+
};
|
|
218
|
+
readonly slider: {
|
|
219
|
+
readonly id: "slider";
|
|
220
|
+
readonly params: import("@bpinternal/zui").ZodObject<{
|
|
221
|
+
horizontal: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
222
|
+
stepSize: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodNumber>;
|
|
223
|
+
}, "strip", import("@bpinternal/zui").ZodTypeAny, {
|
|
224
|
+
horizontal?: boolean | undefined;
|
|
225
|
+
stepSize?: number | undefined;
|
|
226
|
+
}, {
|
|
227
|
+
horizontal?: boolean | undefined;
|
|
228
|
+
stepSize?: number | undefined;
|
|
229
|
+
}>;
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
readonly boolean: {
|
|
233
|
+
readonly switch: {
|
|
234
|
+
readonly id: "switch";
|
|
235
|
+
readonly params: import("@bpinternal/zui").ZodObject<{
|
|
236
|
+
allowDynamicVariable: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
237
|
+
horizontal: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
238
|
+
}, "strip", import("@bpinternal/zui").ZodTypeAny, {
|
|
239
|
+
allowDynamicVariable?: boolean | undefined;
|
|
240
|
+
horizontal?: boolean | undefined;
|
|
241
|
+
}, {
|
|
242
|
+
allowDynamicVariable?: boolean | undefined;
|
|
243
|
+
horizontal?: boolean | undefined;
|
|
244
|
+
}>;
|
|
245
|
+
};
|
|
246
|
+
};
|
|
247
|
+
readonly array: {
|
|
248
|
+
readonly optionList: {
|
|
249
|
+
readonly id: "optionList";
|
|
250
|
+
readonly params: import("@bpinternal/zui").ZodObject<{
|
|
251
|
+
allowDynamicVariable: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
252
|
+
horizontal: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
253
|
+
}, "strip", import("@bpinternal/zui").ZodTypeAny, {
|
|
254
|
+
allowDynamicVariable?: boolean | undefined;
|
|
255
|
+
horizontal?: boolean | undefined;
|
|
256
|
+
}, {
|
|
257
|
+
allowDynamicVariable?: boolean | undefined;
|
|
258
|
+
horizontal?: boolean | undefined;
|
|
259
|
+
}>;
|
|
260
|
+
};
|
|
261
|
+
readonly stringList: {
|
|
262
|
+
readonly id: "stringList";
|
|
263
|
+
readonly params: import("@bpinternal/zui").ZodObject<{
|
|
264
|
+
allowDynamicVariable: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
265
|
+
horizontal: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
266
|
+
}, "strip", import("@bpinternal/zui").ZodTypeAny, {
|
|
267
|
+
allowDynamicVariable?: boolean | undefined;
|
|
268
|
+
horizontal?: boolean | undefined;
|
|
269
|
+
}, {
|
|
270
|
+
allowDynamicVariable?: boolean | undefined;
|
|
271
|
+
horizontal?: boolean | undefined;
|
|
272
|
+
}>;
|
|
273
|
+
};
|
|
274
|
+
};
|
|
275
|
+
readonly object: {
|
|
276
|
+
readonly collapsible: {
|
|
277
|
+
readonly id: "collapsible";
|
|
278
|
+
readonly params: import("@bpinternal/zui").ZodObject<{
|
|
279
|
+
defaultOpen: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodBoolean>;
|
|
280
|
+
}, "strip", import("@bpinternal/zui").ZodTypeAny, {
|
|
281
|
+
defaultOpen?: boolean | undefined;
|
|
282
|
+
}, {
|
|
283
|
+
defaultOpen?: boolean | undefined;
|
|
284
|
+
}>;
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
};
|
|
288
|
+
export type UI<Namespace extends 'studio' | 'dashboard' = 'studio'> = Namespace extends 'studio' ? typeof studioComponentDefinitions : Namespace extends 'dashboard' ? DefaultComponentDefinitions : any;
|
|
289
|
+
export default z;
|
|
290
|
+
export { z };
|
package/package.json
CHANGED
|
@@ -1,26 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botpress/sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "Botpress SDK",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"
|
|
9
|
-
"build:
|
|
10
|
-
"build": "
|
|
11
|
-
"
|
|
8
|
+
"type:check": "tsc --noEmit",
|
|
9
|
+
"build:type": "tsc --emitDeclarationOnly --declaration",
|
|
10
|
+
"build:node": "ts-node -T build.ts",
|
|
11
|
+
"build": "pnpm build:type && pnpm build:node"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [],
|
|
14
14
|
"author": "",
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@
|
|
18
|
-
"
|
|
17
|
+
"@bpinternal/zui": "0.6.2",
|
|
18
|
+
"@botpress/client": "0.14.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^18.11.17",
|
|
22
22
|
"esbuild": "^0.16.10",
|
|
23
23
|
"ts-node": "^10.9.1",
|
|
24
|
+
"tsup": "^8.0.2",
|
|
24
25
|
"type-fest": "^3.4.0",
|
|
25
26
|
"typescript": "^4.9.4"
|
|
26
27
|
}
|