@crewx/sdk 0.8.0-rc.91 → 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/esm/index.js +36 -35
- package/dist/facade/Crewx.d.ts +3 -1
- package/dist/index.browser.js +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +36 -35
- package/dist/paths.d.ts +4 -0
- package/dist/types/index.d.ts +469 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -13,6 +13,18 @@ export declare const AgentInlineSchema: z.ZodObject<{
|
|
|
13
13
|
}, {
|
|
14
14
|
id: string;
|
|
15
15
|
props?: Record<string, unknown> | undefined;
|
|
16
|
+
}>, z.ZodObject<{
|
|
17
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
18
|
+
}, "strip", z.ZodTypeAny, {
|
|
19
|
+
props: Record<string, unknown>;
|
|
20
|
+
}, {
|
|
21
|
+
props: Record<string, unknown>;
|
|
22
|
+
}>, z.ZodObject<{
|
|
23
|
+
template: z.ZodString;
|
|
24
|
+
}, "strip", z.ZodTypeAny, {
|
|
25
|
+
template: string;
|
|
26
|
+
}, {
|
|
27
|
+
template: string;
|
|
16
28
|
}>]>>;
|
|
17
29
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
18
30
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -27,6 +39,18 @@ export declare const AgentInlineSchema: z.ZodObject<{
|
|
|
27
39
|
}, {
|
|
28
40
|
id: string;
|
|
29
41
|
props?: Record<string, unknown> | undefined;
|
|
42
|
+
}>, z.ZodObject<{
|
|
43
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
44
|
+
}, "strip", z.ZodTypeAny, {
|
|
45
|
+
props: Record<string, unknown>;
|
|
46
|
+
}, {
|
|
47
|
+
props: Record<string, unknown>;
|
|
48
|
+
}>, z.ZodObject<{
|
|
49
|
+
template: z.ZodString;
|
|
50
|
+
}, "strip", z.ZodTypeAny, {
|
|
51
|
+
template: string;
|
|
52
|
+
}, {
|
|
53
|
+
template: string;
|
|
30
54
|
}>]>>;
|
|
31
55
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
32
56
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -41,6 +65,18 @@ export declare const AgentInlineSchema: z.ZodObject<{
|
|
|
41
65
|
}, {
|
|
42
66
|
id: string;
|
|
43
67
|
props?: Record<string, unknown> | undefined;
|
|
68
|
+
}>, z.ZodObject<{
|
|
69
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
70
|
+
}, "strip", z.ZodTypeAny, {
|
|
71
|
+
props: Record<string, unknown>;
|
|
72
|
+
}, {
|
|
73
|
+
props: Record<string, unknown>;
|
|
74
|
+
}>, z.ZodObject<{
|
|
75
|
+
template: z.ZodString;
|
|
76
|
+
}, "strip", z.ZodTypeAny, {
|
|
77
|
+
template: string;
|
|
78
|
+
}, {
|
|
79
|
+
template: string;
|
|
44
80
|
}>]>>;
|
|
45
81
|
}, z.ZodUnknown, "strip">>;
|
|
46
82
|
export declare const AgentConfigSchema: z.ZodObject<{
|
|
@@ -65,6 +101,18 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
65
101
|
}, {
|
|
66
102
|
id: string;
|
|
67
103
|
props?: Record<string, unknown> | undefined;
|
|
104
|
+
}>, z.ZodObject<{
|
|
105
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
106
|
+
}, "strip", z.ZodTypeAny, {
|
|
107
|
+
props: Record<string, unknown>;
|
|
108
|
+
}, {
|
|
109
|
+
props: Record<string, unknown>;
|
|
110
|
+
}>, z.ZodObject<{
|
|
111
|
+
template: z.ZodString;
|
|
112
|
+
}, "strip", z.ZodTypeAny, {
|
|
113
|
+
template: string;
|
|
114
|
+
}, {
|
|
115
|
+
template: string;
|
|
68
116
|
}>]>>;
|
|
69
117
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
70
118
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -79,6 +127,18 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
79
127
|
}, {
|
|
80
128
|
id: string;
|
|
81
129
|
props?: Record<string, unknown> | undefined;
|
|
130
|
+
}>, z.ZodObject<{
|
|
131
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
132
|
+
}, "strip", z.ZodTypeAny, {
|
|
133
|
+
props: Record<string, unknown>;
|
|
134
|
+
}, {
|
|
135
|
+
props: Record<string, unknown>;
|
|
136
|
+
}>, z.ZodObject<{
|
|
137
|
+
template: z.ZodString;
|
|
138
|
+
}, "strip", z.ZodTypeAny, {
|
|
139
|
+
template: string;
|
|
140
|
+
}, {
|
|
141
|
+
template: string;
|
|
82
142
|
}>]>>;
|
|
83
143
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
84
144
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -93,6 +153,18 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
93
153
|
}, {
|
|
94
154
|
id: string;
|
|
95
155
|
props?: Record<string, unknown> | undefined;
|
|
156
|
+
}>, z.ZodObject<{
|
|
157
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
158
|
+
}, "strip", z.ZodTypeAny, {
|
|
159
|
+
props: Record<string, unknown>;
|
|
160
|
+
}, {
|
|
161
|
+
props: Record<string, unknown>;
|
|
162
|
+
}>, z.ZodObject<{
|
|
163
|
+
template: z.ZodString;
|
|
164
|
+
}, "strip", z.ZodTypeAny, {
|
|
165
|
+
template: string;
|
|
166
|
+
}, {
|
|
167
|
+
template: string;
|
|
96
168
|
}>]>>;
|
|
97
169
|
}, z.ZodUnknown, "strip">>>;
|
|
98
170
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
@@ -117,6 +189,18 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
117
189
|
}, {
|
|
118
190
|
id: string;
|
|
119
191
|
props?: Record<string, unknown> | undefined;
|
|
192
|
+
}>, z.ZodObject<{
|
|
193
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
194
|
+
}, "strip", z.ZodTypeAny, {
|
|
195
|
+
props: Record<string, unknown>;
|
|
196
|
+
}, {
|
|
197
|
+
props: Record<string, unknown>;
|
|
198
|
+
}>, z.ZodObject<{
|
|
199
|
+
template: z.ZodString;
|
|
200
|
+
}, "strip", z.ZodTypeAny, {
|
|
201
|
+
template: string;
|
|
202
|
+
}, {
|
|
203
|
+
template: string;
|
|
120
204
|
}>]>>;
|
|
121
205
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
122
206
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -131,6 +215,18 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
131
215
|
}, {
|
|
132
216
|
id: string;
|
|
133
217
|
props?: Record<string, unknown> | undefined;
|
|
218
|
+
}>, z.ZodObject<{
|
|
219
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
220
|
+
}, "strip", z.ZodTypeAny, {
|
|
221
|
+
props: Record<string, unknown>;
|
|
222
|
+
}, {
|
|
223
|
+
props: Record<string, unknown>;
|
|
224
|
+
}>, z.ZodObject<{
|
|
225
|
+
template: z.ZodString;
|
|
226
|
+
}, "strip", z.ZodTypeAny, {
|
|
227
|
+
template: string;
|
|
228
|
+
}, {
|
|
229
|
+
template: string;
|
|
134
230
|
}>]>>;
|
|
135
231
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
136
232
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -145,6 +241,18 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
145
241
|
}, {
|
|
146
242
|
id: string;
|
|
147
243
|
props?: Record<string, unknown> | undefined;
|
|
244
|
+
}>, z.ZodObject<{
|
|
245
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
246
|
+
}, "strip", z.ZodTypeAny, {
|
|
247
|
+
props: Record<string, unknown>;
|
|
248
|
+
}, {
|
|
249
|
+
props: Record<string, unknown>;
|
|
250
|
+
}>, z.ZodObject<{
|
|
251
|
+
template: z.ZodString;
|
|
252
|
+
}, "strip", z.ZodTypeAny, {
|
|
253
|
+
template: string;
|
|
254
|
+
}, {
|
|
255
|
+
template: string;
|
|
148
256
|
}>]>>;
|
|
149
257
|
}, z.ZodUnknown, "strip">>>;
|
|
150
258
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
@@ -169,6 +277,18 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
169
277
|
}, {
|
|
170
278
|
id: string;
|
|
171
279
|
props?: Record<string, unknown> | undefined;
|
|
280
|
+
}>, z.ZodObject<{
|
|
281
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
282
|
+
}, "strip", z.ZodTypeAny, {
|
|
283
|
+
props: Record<string, unknown>;
|
|
284
|
+
}, {
|
|
285
|
+
props: Record<string, unknown>;
|
|
286
|
+
}>, z.ZodObject<{
|
|
287
|
+
template: z.ZodString;
|
|
288
|
+
}, "strip", z.ZodTypeAny, {
|
|
289
|
+
template: string;
|
|
290
|
+
}, {
|
|
291
|
+
template: string;
|
|
172
292
|
}>]>>;
|
|
173
293
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
174
294
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -183,6 +303,18 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
183
303
|
}, {
|
|
184
304
|
id: string;
|
|
185
305
|
props?: Record<string, unknown> | undefined;
|
|
306
|
+
}>, z.ZodObject<{
|
|
307
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
308
|
+
}, "strip", z.ZodTypeAny, {
|
|
309
|
+
props: Record<string, unknown>;
|
|
310
|
+
}, {
|
|
311
|
+
props: Record<string, unknown>;
|
|
312
|
+
}>, z.ZodObject<{
|
|
313
|
+
template: z.ZodString;
|
|
314
|
+
}, "strip", z.ZodTypeAny, {
|
|
315
|
+
template: string;
|
|
316
|
+
}, {
|
|
317
|
+
template: string;
|
|
186
318
|
}>]>>;
|
|
187
319
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
188
320
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -197,6 +329,18 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
197
329
|
}, {
|
|
198
330
|
id: string;
|
|
199
331
|
props?: Record<string, unknown> | undefined;
|
|
332
|
+
}>, z.ZodObject<{
|
|
333
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
334
|
+
}, "strip", z.ZodTypeAny, {
|
|
335
|
+
props: Record<string, unknown>;
|
|
336
|
+
}, {
|
|
337
|
+
props: Record<string, unknown>;
|
|
338
|
+
}>, z.ZodObject<{
|
|
339
|
+
template: z.ZodString;
|
|
340
|
+
}, "strip", z.ZodTypeAny, {
|
|
341
|
+
template: string;
|
|
342
|
+
}, {
|
|
343
|
+
template: string;
|
|
200
344
|
}>]>>;
|
|
201
345
|
}, z.ZodUnknown, "strip">>>;
|
|
202
346
|
}, z.ZodUnknown, "strip">>;
|
|
@@ -248,6 +392,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
248
392
|
}, {
|
|
249
393
|
id: string;
|
|
250
394
|
props?: Record<string, unknown> | undefined;
|
|
395
|
+
}>, z.ZodObject<{
|
|
396
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
397
|
+
}, "strip", z.ZodTypeAny, {
|
|
398
|
+
props: Record<string, unknown>;
|
|
399
|
+
}, {
|
|
400
|
+
props: Record<string, unknown>;
|
|
401
|
+
}>, z.ZodObject<{
|
|
402
|
+
template: z.ZodString;
|
|
403
|
+
}, "strip", z.ZodTypeAny, {
|
|
404
|
+
template: string;
|
|
405
|
+
}, {
|
|
406
|
+
template: string;
|
|
251
407
|
}>]>>;
|
|
252
408
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
253
409
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -262,6 +418,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
262
418
|
}, {
|
|
263
419
|
id: string;
|
|
264
420
|
props?: Record<string, unknown> | undefined;
|
|
421
|
+
}>, z.ZodObject<{
|
|
422
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
423
|
+
}, "strip", z.ZodTypeAny, {
|
|
424
|
+
props: Record<string, unknown>;
|
|
425
|
+
}, {
|
|
426
|
+
props: Record<string, unknown>;
|
|
427
|
+
}>, z.ZodObject<{
|
|
428
|
+
template: z.ZodString;
|
|
429
|
+
}, "strip", z.ZodTypeAny, {
|
|
430
|
+
template: string;
|
|
431
|
+
}, {
|
|
432
|
+
template: string;
|
|
265
433
|
}>]>>;
|
|
266
434
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
267
435
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -276,6 +444,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
276
444
|
}, {
|
|
277
445
|
id: string;
|
|
278
446
|
props?: Record<string, unknown> | undefined;
|
|
447
|
+
}>, z.ZodObject<{
|
|
448
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
449
|
+
}, "strip", z.ZodTypeAny, {
|
|
450
|
+
props: Record<string, unknown>;
|
|
451
|
+
}, {
|
|
452
|
+
props: Record<string, unknown>;
|
|
453
|
+
}>, z.ZodObject<{
|
|
454
|
+
template: z.ZodString;
|
|
455
|
+
}, "strip", z.ZodTypeAny, {
|
|
456
|
+
template: string;
|
|
457
|
+
}, {
|
|
458
|
+
template: string;
|
|
279
459
|
}>]>>;
|
|
280
460
|
}, z.ZodUnknown, "strip">>>;
|
|
281
461
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
@@ -300,6 +480,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
300
480
|
}, {
|
|
301
481
|
id: string;
|
|
302
482
|
props?: Record<string, unknown> | undefined;
|
|
483
|
+
}>, z.ZodObject<{
|
|
484
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
485
|
+
}, "strip", z.ZodTypeAny, {
|
|
486
|
+
props: Record<string, unknown>;
|
|
487
|
+
}, {
|
|
488
|
+
props: Record<string, unknown>;
|
|
489
|
+
}>, z.ZodObject<{
|
|
490
|
+
template: z.ZodString;
|
|
491
|
+
}, "strip", z.ZodTypeAny, {
|
|
492
|
+
template: string;
|
|
493
|
+
}, {
|
|
494
|
+
template: string;
|
|
303
495
|
}>]>>;
|
|
304
496
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
305
497
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -314,6 +506,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
314
506
|
}, {
|
|
315
507
|
id: string;
|
|
316
508
|
props?: Record<string, unknown> | undefined;
|
|
509
|
+
}>, z.ZodObject<{
|
|
510
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
511
|
+
}, "strip", z.ZodTypeAny, {
|
|
512
|
+
props: Record<string, unknown>;
|
|
513
|
+
}, {
|
|
514
|
+
props: Record<string, unknown>;
|
|
515
|
+
}>, z.ZodObject<{
|
|
516
|
+
template: z.ZodString;
|
|
517
|
+
}, "strip", z.ZodTypeAny, {
|
|
518
|
+
template: string;
|
|
519
|
+
}, {
|
|
520
|
+
template: string;
|
|
317
521
|
}>]>>;
|
|
318
522
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
319
523
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -328,6 +532,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
328
532
|
}, {
|
|
329
533
|
id: string;
|
|
330
534
|
props?: Record<string, unknown> | undefined;
|
|
535
|
+
}>, z.ZodObject<{
|
|
536
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
537
|
+
}, "strip", z.ZodTypeAny, {
|
|
538
|
+
props: Record<string, unknown>;
|
|
539
|
+
}, {
|
|
540
|
+
props: Record<string, unknown>;
|
|
541
|
+
}>, z.ZodObject<{
|
|
542
|
+
template: z.ZodString;
|
|
543
|
+
}, "strip", z.ZodTypeAny, {
|
|
544
|
+
template: string;
|
|
545
|
+
}, {
|
|
546
|
+
template: string;
|
|
331
547
|
}>]>>;
|
|
332
548
|
}, z.ZodUnknown, "strip">>>;
|
|
333
549
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
@@ -352,6 +568,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
352
568
|
}, {
|
|
353
569
|
id: string;
|
|
354
570
|
props?: Record<string, unknown> | undefined;
|
|
571
|
+
}>, z.ZodObject<{
|
|
572
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
573
|
+
}, "strip", z.ZodTypeAny, {
|
|
574
|
+
props: Record<string, unknown>;
|
|
575
|
+
}, {
|
|
576
|
+
props: Record<string, unknown>;
|
|
577
|
+
}>, z.ZodObject<{
|
|
578
|
+
template: z.ZodString;
|
|
579
|
+
}, "strip", z.ZodTypeAny, {
|
|
580
|
+
template: string;
|
|
581
|
+
}, {
|
|
582
|
+
template: string;
|
|
355
583
|
}>]>>;
|
|
356
584
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
357
585
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -366,6 +594,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
366
594
|
}, {
|
|
367
595
|
id: string;
|
|
368
596
|
props?: Record<string, unknown> | undefined;
|
|
597
|
+
}>, z.ZodObject<{
|
|
598
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
599
|
+
}, "strip", z.ZodTypeAny, {
|
|
600
|
+
props: Record<string, unknown>;
|
|
601
|
+
}, {
|
|
602
|
+
props: Record<string, unknown>;
|
|
603
|
+
}>, z.ZodObject<{
|
|
604
|
+
template: z.ZodString;
|
|
605
|
+
}, "strip", z.ZodTypeAny, {
|
|
606
|
+
template: string;
|
|
607
|
+
}, {
|
|
608
|
+
template: string;
|
|
369
609
|
}>]>>;
|
|
370
610
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
371
611
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -380,6 +620,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
380
620
|
}, {
|
|
381
621
|
id: string;
|
|
382
622
|
props?: Record<string, unknown> | undefined;
|
|
623
|
+
}>, z.ZodObject<{
|
|
624
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
625
|
+
}, "strip", z.ZodTypeAny, {
|
|
626
|
+
props: Record<string, unknown>;
|
|
627
|
+
}, {
|
|
628
|
+
props: Record<string, unknown>;
|
|
629
|
+
}>, z.ZodObject<{
|
|
630
|
+
template: z.ZodString;
|
|
631
|
+
}, "strip", z.ZodTypeAny, {
|
|
632
|
+
template: string;
|
|
633
|
+
}, {
|
|
634
|
+
template: string;
|
|
383
635
|
}>]>>;
|
|
384
636
|
}, z.ZodUnknown, "strip">>>;
|
|
385
637
|
}, z.ZodUnknown, "strip">>, "many">>;
|
|
@@ -411,6 +663,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
411
663
|
}, {
|
|
412
664
|
id: string;
|
|
413
665
|
props?: Record<string, unknown> | undefined;
|
|
666
|
+
}>, z.ZodObject<{
|
|
667
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
668
|
+
}, "strip", z.ZodTypeAny, {
|
|
669
|
+
props: Record<string, unknown>;
|
|
670
|
+
}, {
|
|
671
|
+
props: Record<string, unknown>;
|
|
672
|
+
}>, z.ZodObject<{
|
|
673
|
+
template: z.ZodString;
|
|
674
|
+
}, "strip", z.ZodTypeAny, {
|
|
675
|
+
template: string;
|
|
676
|
+
}, {
|
|
677
|
+
template: string;
|
|
414
678
|
}>]>>;
|
|
415
679
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
416
680
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -425,6 +689,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
425
689
|
}, {
|
|
426
690
|
id: string;
|
|
427
691
|
props?: Record<string, unknown> | undefined;
|
|
692
|
+
}>, z.ZodObject<{
|
|
693
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
694
|
+
}, "strip", z.ZodTypeAny, {
|
|
695
|
+
props: Record<string, unknown>;
|
|
696
|
+
}, {
|
|
697
|
+
props: Record<string, unknown>;
|
|
698
|
+
}>, z.ZodObject<{
|
|
699
|
+
template: z.ZodString;
|
|
700
|
+
}, "strip", z.ZodTypeAny, {
|
|
701
|
+
template: string;
|
|
702
|
+
}, {
|
|
703
|
+
template: string;
|
|
428
704
|
}>]>>;
|
|
429
705
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
430
706
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -439,6 +715,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
439
715
|
}, {
|
|
440
716
|
id: string;
|
|
441
717
|
props?: Record<string, unknown> | undefined;
|
|
718
|
+
}>, z.ZodObject<{
|
|
719
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
720
|
+
}, "strip", z.ZodTypeAny, {
|
|
721
|
+
props: Record<string, unknown>;
|
|
722
|
+
}, {
|
|
723
|
+
props: Record<string, unknown>;
|
|
724
|
+
}>, z.ZodObject<{
|
|
725
|
+
template: z.ZodString;
|
|
726
|
+
}, "strip", z.ZodTypeAny, {
|
|
727
|
+
template: string;
|
|
728
|
+
}, {
|
|
729
|
+
template: string;
|
|
442
730
|
}>]>>;
|
|
443
731
|
}, z.ZodUnknown, "strip">>>;
|
|
444
732
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
@@ -463,6 +751,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
463
751
|
}, {
|
|
464
752
|
id: string;
|
|
465
753
|
props?: Record<string, unknown> | undefined;
|
|
754
|
+
}>, z.ZodObject<{
|
|
755
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
756
|
+
}, "strip", z.ZodTypeAny, {
|
|
757
|
+
props: Record<string, unknown>;
|
|
758
|
+
}, {
|
|
759
|
+
props: Record<string, unknown>;
|
|
760
|
+
}>, z.ZodObject<{
|
|
761
|
+
template: z.ZodString;
|
|
762
|
+
}, "strip", z.ZodTypeAny, {
|
|
763
|
+
template: string;
|
|
764
|
+
}, {
|
|
765
|
+
template: string;
|
|
466
766
|
}>]>>;
|
|
467
767
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
468
768
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -477,6 +777,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
477
777
|
}, {
|
|
478
778
|
id: string;
|
|
479
779
|
props?: Record<string, unknown> | undefined;
|
|
780
|
+
}>, z.ZodObject<{
|
|
781
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
782
|
+
}, "strip", z.ZodTypeAny, {
|
|
783
|
+
props: Record<string, unknown>;
|
|
784
|
+
}, {
|
|
785
|
+
props: Record<string, unknown>;
|
|
786
|
+
}>, z.ZodObject<{
|
|
787
|
+
template: z.ZodString;
|
|
788
|
+
}, "strip", z.ZodTypeAny, {
|
|
789
|
+
template: string;
|
|
790
|
+
}, {
|
|
791
|
+
template: string;
|
|
480
792
|
}>]>>;
|
|
481
793
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
482
794
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -491,6 +803,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
491
803
|
}, {
|
|
492
804
|
id: string;
|
|
493
805
|
props?: Record<string, unknown> | undefined;
|
|
806
|
+
}>, z.ZodObject<{
|
|
807
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
808
|
+
}, "strip", z.ZodTypeAny, {
|
|
809
|
+
props: Record<string, unknown>;
|
|
810
|
+
}, {
|
|
811
|
+
props: Record<string, unknown>;
|
|
812
|
+
}>, z.ZodObject<{
|
|
813
|
+
template: z.ZodString;
|
|
814
|
+
}, "strip", z.ZodTypeAny, {
|
|
815
|
+
template: string;
|
|
816
|
+
}, {
|
|
817
|
+
template: string;
|
|
494
818
|
}>]>>;
|
|
495
819
|
}, z.ZodUnknown, "strip">>>;
|
|
496
820
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
@@ -515,6 +839,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
515
839
|
}, {
|
|
516
840
|
id: string;
|
|
517
841
|
props?: Record<string, unknown> | undefined;
|
|
842
|
+
}>, z.ZodObject<{
|
|
843
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
844
|
+
}, "strip", z.ZodTypeAny, {
|
|
845
|
+
props: Record<string, unknown>;
|
|
846
|
+
}, {
|
|
847
|
+
props: Record<string, unknown>;
|
|
848
|
+
}>, z.ZodObject<{
|
|
849
|
+
template: z.ZodString;
|
|
850
|
+
}, "strip", z.ZodTypeAny, {
|
|
851
|
+
template: string;
|
|
852
|
+
}, {
|
|
853
|
+
template: string;
|
|
518
854
|
}>]>>;
|
|
519
855
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
520
856
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -529,6 +865,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
529
865
|
}, {
|
|
530
866
|
id: string;
|
|
531
867
|
props?: Record<string, unknown> | undefined;
|
|
868
|
+
}>, z.ZodObject<{
|
|
869
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
870
|
+
}, "strip", z.ZodTypeAny, {
|
|
871
|
+
props: Record<string, unknown>;
|
|
872
|
+
}, {
|
|
873
|
+
props: Record<string, unknown>;
|
|
874
|
+
}>, z.ZodObject<{
|
|
875
|
+
template: z.ZodString;
|
|
876
|
+
}, "strip", z.ZodTypeAny, {
|
|
877
|
+
template: string;
|
|
878
|
+
}, {
|
|
879
|
+
template: string;
|
|
532
880
|
}>]>>;
|
|
533
881
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
534
882
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -543,6 +891,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
543
891
|
}, {
|
|
544
892
|
id: string;
|
|
545
893
|
props?: Record<string, unknown> | undefined;
|
|
894
|
+
}>, z.ZodObject<{
|
|
895
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
896
|
+
}, "strip", z.ZodTypeAny, {
|
|
897
|
+
props: Record<string, unknown>;
|
|
898
|
+
}, {
|
|
899
|
+
props: Record<string, unknown>;
|
|
900
|
+
}>, z.ZodObject<{
|
|
901
|
+
template: z.ZodString;
|
|
902
|
+
}, "strip", z.ZodTypeAny, {
|
|
903
|
+
template: string;
|
|
904
|
+
}, {
|
|
905
|
+
template: string;
|
|
546
906
|
}>]>>;
|
|
547
907
|
}, z.ZodUnknown, "strip">>>;
|
|
548
908
|
}, z.ZodUnknown, "strip">>, "many">>;
|
|
@@ -574,6 +934,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
574
934
|
}, {
|
|
575
935
|
id: string;
|
|
576
936
|
props?: Record<string, unknown> | undefined;
|
|
937
|
+
}>, z.ZodObject<{
|
|
938
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
939
|
+
}, "strip", z.ZodTypeAny, {
|
|
940
|
+
props: Record<string, unknown>;
|
|
941
|
+
}, {
|
|
942
|
+
props: Record<string, unknown>;
|
|
943
|
+
}>, z.ZodObject<{
|
|
944
|
+
template: z.ZodString;
|
|
945
|
+
}, "strip", z.ZodTypeAny, {
|
|
946
|
+
template: string;
|
|
947
|
+
}, {
|
|
948
|
+
template: string;
|
|
577
949
|
}>]>>;
|
|
578
950
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
579
951
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -588,6 +960,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
588
960
|
}, {
|
|
589
961
|
id: string;
|
|
590
962
|
props?: Record<string, unknown> | undefined;
|
|
963
|
+
}>, z.ZodObject<{
|
|
964
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
965
|
+
}, "strip", z.ZodTypeAny, {
|
|
966
|
+
props: Record<string, unknown>;
|
|
967
|
+
}, {
|
|
968
|
+
props: Record<string, unknown>;
|
|
969
|
+
}>, z.ZodObject<{
|
|
970
|
+
template: z.ZodString;
|
|
971
|
+
}, "strip", z.ZodTypeAny, {
|
|
972
|
+
template: string;
|
|
973
|
+
}, {
|
|
974
|
+
template: string;
|
|
591
975
|
}>]>>;
|
|
592
976
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
593
977
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -602,6 +986,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
602
986
|
}, {
|
|
603
987
|
id: string;
|
|
604
988
|
props?: Record<string, unknown> | undefined;
|
|
989
|
+
}>, z.ZodObject<{
|
|
990
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
991
|
+
}, "strip", z.ZodTypeAny, {
|
|
992
|
+
props: Record<string, unknown>;
|
|
993
|
+
}, {
|
|
994
|
+
props: Record<string, unknown>;
|
|
995
|
+
}>, z.ZodObject<{
|
|
996
|
+
template: z.ZodString;
|
|
997
|
+
}, "strip", z.ZodTypeAny, {
|
|
998
|
+
template: string;
|
|
999
|
+
}, {
|
|
1000
|
+
template: string;
|
|
605
1001
|
}>]>>;
|
|
606
1002
|
}, z.ZodUnknown, "strip">>>;
|
|
607
1003
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
@@ -626,6 +1022,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
626
1022
|
}, {
|
|
627
1023
|
id: string;
|
|
628
1024
|
props?: Record<string, unknown> | undefined;
|
|
1025
|
+
}>, z.ZodObject<{
|
|
1026
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
1027
|
+
}, "strip", z.ZodTypeAny, {
|
|
1028
|
+
props: Record<string, unknown>;
|
|
1029
|
+
}, {
|
|
1030
|
+
props: Record<string, unknown>;
|
|
1031
|
+
}>, z.ZodObject<{
|
|
1032
|
+
template: z.ZodString;
|
|
1033
|
+
}, "strip", z.ZodTypeAny, {
|
|
1034
|
+
template: string;
|
|
1035
|
+
}, {
|
|
1036
|
+
template: string;
|
|
629
1037
|
}>]>>;
|
|
630
1038
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
631
1039
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -640,6 +1048,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
640
1048
|
}, {
|
|
641
1049
|
id: string;
|
|
642
1050
|
props?: Record<string, unknown> | undefined;
|
|
1051
|
+
}>, z.ZodObject<{
|
|
1052
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
1053
|
+
}, "strip", z.ZodTypeAny, {
|
|
1054
|
+
props: Record<string, unknown>;
|
|
1055
|
+
}, {
|
|
1056
|
+
props: Record<string, unknown>;
|
|
1057
|
+
}>, z.ZodObject<{
|
|
1058
|
+
template: z.ZodString;
|
|
1059
|
+
}, "strip", z.ZodTypeAny, {
|
|
1060
|
+
template: string;
|
|
1061
|
+
}, {
|
|
1062
|
+
template: string;
|
|
643
1063
|
}>]>>;
|
|
644
1064
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
645
1065
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -654,6 +1074,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
654
1074
|
}, {
|
|
655
1075
|
id: string;
|
|
656
1076
|
props?: Record<string, unknown> | undefined;
|
|
1077
|
+
}>, z.ZodObject<{
|
|
1078
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
1079
|
+
}, "strip", z.ZodTypeAny, {
|
|
1080
|
+
props: Record<string, unknown>;
|
|
1081
|
+
}, {
|
|
1082
|
+
props: Record<string, unknown>;
|
|
1083
|
+
}>, z.ZodObject<{
|
|
1084
|
+
template: z.ZodString;
|
|
1085
|
+
}, "strip", z.ZodTypeAny, {
|
|
1086
|
+
template: string;
|
|
1087
|
+
}, {
|
|
1088
|
+
template: string;
|
|
657
1089
|
}>]>>;
|
|
658
1090
|
}, z.ZodUnknown, "strip">>>;
|
|
659
1091
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
@@ -678,6 +1110,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
678
1110
|
}, {
|
|
679
1111
|
id: string;
|
|
680
1112
|
props?: Record<string, unknown> | undefined;
|
|
1113
|
+
}>, z.ZodObject<{
|
|
1114
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
1115
|
+
}, "strip", z.ZodTypeAny, {
|
|
1116
|
+
props: Record<string, unknown>;
|
|
1117
|
+
}, {
|
|
1118
|
+
props: Record<string, unknown>;
|
|
1119
|
+
}>, z.ZodObject<{
|
|
1120
|
+
template: z.ZodString;
|
|
1121
|
+
}, "strip", z.ZodTypeAny, {
|
|
1122
|
+
template: string;
|
|
1123
|
+
}, {
|
|
1124
|
+
template: string;
|
|
681
1125
|
}>]>>;
|
|
682
1126
|
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
683
1127
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -692,6 +1136,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
692
1136
|
}, {
|
|
693
1137
|
id: string;
|
|
694
1138
|
props?: Record<string, unknown> | undefined;
|
|
1139
|
+
}>, z.ZodObject<{
|
|
1140
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
1141
|
+
}, "strip", z.ZodTypeAny, {
|
|
1142
|
+
props: Record<string, unknown>;
|
|
1143
|
+
}, {
|
|
1144
|
+
props: Record<string, unknown>;
|
|
1145
|
+
}>, z.ZodObject<{
|
|
1146
|
+
template: z.ZodString;
|
|
1147
|
+
}, "strip", z.ZodTypeAny, {
|
|
1148
|
+
template: string;
|
|
1149
|
+
}, {
|
|
1150
|
+
template: string;
|
|
695
1151
|
}>]>>;
|
|
696
1152
|
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
697
1153
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -706,6 +1162,18 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
|
|
|
706
1162
|
}, {
|
|
707
1163
|
id: string;
|
|
708
1164
|
props?: Record<string, unknown> | undefined;
|
|
1165
|
+
}>, z.ZodObject<{
|
|
1166
|
+
props: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
1167
|
+
}, "strip", z.ZodTypeAny, {
|
|
1168
|
+
props: Record<string, unknown>;
|
|
1169
|
+
}, {
|
|
1170
|
+
props: Record<string, unknown>;
|
|
1171
|
+
}>, z.ZodObject<{
|
|
1172
|
+
template: z.ZodString;
|
|
1173
|
+
}, "strip", z.ZodTypeAny, {
|
|
1174
|
+
template: string;
|
|
1175
|
+
}, {
|
|
1176
|
+
template: string;
|
|
709
1177
|
}>]>>;
|
|
710
1178
|
}, z.ZodUnknown, "strip">>>;
|
|
711
1179
|
}, z.ZodUnknown, "strip">>, "many">>;
|
|
@@ -728,6 +1196,7 @@ export interface CrewxOptions {
|
|
|
728
1196
|
};
|
|
729
1197
|
};
|
|
730
1198
|
remoteFactory?: (configPath: string) => Promise<import('../facade/Crewx').Crewx>;
|
|
1199
|
+
includeBuiltIns?: boolean;
|
|
731
1200
|
}
|
|
732
1201
|
export interface QueryOptions {
|
|
733
1202
|
model?: string;
|