@jean.gnc/harness-kit 0.12.6 → 0.12.7
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/compile/emit.d.ts +1 -0
- package/dist/compile/emit.d.ts.map +1 -1
- package/dist/compile/emit.js +6 -2
- package/dist/compile/emit.js.map +1 -1
- package/dist/compile/index.d.ts +1 -0
- package/dist/compile/index.d.ts.map +1 -1
- package/dist/compile/index.js +3 -0
- package/dist/compile/index.js.map +1 -1
- package/dist/compile.d.ts.map +1 -1
- package/dist/compile.js +4 -0
- package/dist/compile.js.map +1 -1
- package/dist/config/harness.d.ts +5 -0
- package/dist/config/harness.d.ts.map +1 -1
- package/dist/config/harness.js +11 -1
- package/dist/config/harness.js.map +1 -1
- package/dist/configs/compile.d.ts +1 -0
- package/dist/configs/compile.d.ts.map +1 -1
- package/dist/configs/compile.js +3 -1
- package/dist/configs/compile.js.map +1 -1
- package/dist/marketplace/schema.d.ts +144 -144
- package/dist/skill/includes.d.ts +11 -3
- package/dist/skill/includes.d.ts.map +1 -1
- package/dist/skill/includes.js +37 -10
- package/dist/skill/includes.js.map +1 -1
- package/dist/skill/index.d.ts +1 -1
- package/dist/skill/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -24,12 +24,12 @@ export declare const PluginEntrySchema: z.ZodObject<{
|
|
|
24
24
|
url: z.ZodString;
|
|
25
25
|
ref: z.ZodOptional<z.ZodString>;
|
|
26
26
|
}, "strict", z.ZodTypeAny, {
|
|
27
|
-
source: "url";
|
|
28
27
|
url: string;
|
|
28
|
+
source: "url";
|
|
29
29
|
ref?: string | undefined;
|
|
30
30
|
}, {
|
|
31
|
-
source: "url";
|
|
32
31
|
url: string;
|
|
32
|
+
source: "url";
|
|
33
33
|
ref?: string | undefined;
|
|
34
34
|
}>, z.ZodObject<{
|
|
35
35
|
source: z.ZodLiteral<"git-subdir">;
|
|
@@ -39,14 +39,14 @@ export declare const PluginEntrySchema: z.ZodObject<{
|
|
|
39
39
|
sha: z.ZodOptional<z.ZodString>;
|
|
40
40
|
}, "strict", z.ZodTypeAny, {
|
|
41
41
|
path: string;
|
|
42
|
-
source: "git-subdir";
|
|
43
42
|
url: string;
|
|
43
|
+
source: "git-subdir";
|
|
44
44
|
ref?: string | undefined;
|
|
45
45
|
sha?: string | undefined;
|
|
46
46
|
}, {
|
|
47
47
|
path: string;
|
|
48
|
-
source: "git-subdir";
|
|
49
48
|
url: string;
|
|
49
|
+
source: "git-subdir";
|
|
50
50
|
ref?: string | undefined;
|
|
51
51
|
sha?: string | undefined;
|
|
52
52
|
}>, z.ZodObject<{
|
|
@@ -71,14 +71,14 @@ export declare const PluginEntrySchema: z.ZodObject<{
|
|
|
71
71
|
sha?: string | undefined;
|
|
72
72
|
kind: "github";
|
|
73
73
|
} | {
|
|
74
|
-
source: "url";
|
|
75
74
|
url: string;
|
|
75
|
+
source: "url";
|
|
76
76
|
ref?: string | undefined;
|
|
77
77
|
kind: "url";
|
|
78
78
|
} | {
|
|
79
79
|
path: string;
|
|
80
|
-
source: "git-subdir";
|
|
81
80
|
url: string;
|
|
81
|
+
source: "git-subdir";
|
|
82
82
|
ref?: string | undefined;
|
|
83
83
|
sha?: string | undefined;
|
|
84
84
|
kind: "git-subdir";
|
|
@@ -94,13 +94,13 @@ export declare const PluginEntrySchema: z.ZodObject<{
|
|
|
94
94
|
ref?: string | undefined;
|
|
95
95
|
sha?: string | undefined;
|
|
96
96
|
} | {
|
|
97
|
-
source: "url";
|
|
98
97
|
url: string;
|
|
98
|
+
source: "url";
|
|
99
99
|
ref?: string | undefined;
|
|
100
100
|
} | {
|
|
101
101
|
path: string;
|
|
102
|
-
source: "git-subdir";
|
|
103
102
|
url: string;
|
|
103
|
+
source: "git-subdir";
|
|
104
104
|
ref?: string | undefined;
|
|
105
105
|
sha?: string | undefined;
|
|
106
106
|
} | {
|
|
@@ -136,12 +136,12 @@ export declare const PluginEntrySchema: z.ZodObject<{
|
|
|
136
136
|
url: z.ZodString;
|
|
137
137
|
ref: z.ZodOptional<z.ZodString>;
|
|
138
138
|
}, "strict", z.ZodTypeAny, {
|
|
139
|
-
source: "url";
|
|
140
139
|
url: string;
|
|
140
|
+
source: "url";
|
|
141
141
|
ref?: string | undefined;
|
|
142
142
|
}, {
|
|
143
|
-
source: "url";
|
|
144
143
|
url: string;
|
|
144
|
+
source: "url";
|
|
145
145
|
ref?: string | undefined;
|
|
146
146
|
}>, z.ZodObject<{
|
|
147
147
|
source: z.ZodLiteral<"git-subdir">;
|
|
@@ -151,14 +151,14 @@ export declare const PluginEntrySchema: z.ZodObject<{
|
|
|
151
151
|
sha: z.ZodOptional<z.ZodString>;
|
|
152
152
|
}, "strict", z.ZodTypeAny, {
|
|
153
153
|
path: string;
|
|
154
|
-
source: "git-subdir";
|
|
155
154
|
url: string;
|
|
155
|
+
source: "git-subdir";
|
|
156
156
|
ref?: string | undefined;
|
|
157
157
|
sha?: string | undefined;
|
|
158
158
|
}, {
|
|
159
159
|
path: string;
|
|
160
|
-
source: "git-subdir";
|
|
161
160
|
url: string;
|
|
161
|
+
source: "git-subdir";
|
|
162
162
|
ref?: string | undefined;
|
|
163
163
|
sha?: string | undefined;
|
|
164
164
|
}>, z.ZodObject<{
|
|
@@ -183,14 +183,14 @@ export declare const PluginEntrySchema: z.ZodObject<{
|
|
|
183
183
|
sha?: string | undefined;
|
|
184
184
|
kind: "github";
|
|
185
185
|
} | {
|
|
186
|
-
source: "url";
|
|
187
186
|
url: string;
|
|
187
|
+
source: "url";
|
|
188
188
|
ref?: string | undefined;
|
|
189
189
|
kind: "url";
|
|
190
190
|
} | {
|
|
191
191
|
path: string;
|
|
192
|
-
source: "git-subdir";
|
|
193
192
|
url: string;
|
|
193
|
+
source: "git-subdir";
|
|
194
194
|
ref?: string | undefined;
|
|
195
195
|
sha?: string | undefined;
|
|
196
196
|
kind: "git-subdir";
|
|
@@ -206,13 +206,13 @@ export declare const PluginEntrySchema: z.ZodObject<{
|
|
|
206
206
|
ref?: string | undefined;
|
|
207
207
|
sha?: string | undefined;
|
|
208
208
|
} | {
|
|
209
|
-
source: "url";
|
|
210
209
|
url: string;
|
|
210
|
+
source: "url";
|
|
211
211
|
ref?: string | undefined;
|
|
212
212
|
} | {
|
|
213
213
|
path: string;
|
|
214
|
-
source: "git-subdir";
|
|
215
214
|
url: string;
|
|
215
|
+
source: "git-subdir";
|
|
216
216
|
ref?: string | undefined;
|
|
217
217
|
sha?: string | undefined;
|
|
218
218
|
} | {
|
|
@@ -248,12 +248,12 @@ export declare const PluginEntrySchema: z.ZodObject<{
|
|
|
248
248
|
url: z.ZodString;
|
|
249
249
|
ref: z.ZodOptional<z.ZodString>;
|
|
250
250
|
}, "strict", z.ZodTypeAny, {
|
|
251
|
-
source: "url";
|
|
252
251
|
url: string;
|
|
252
|
+
source: "url";
|
|
253
253
|
ref?: string | undefined;
|
|
254
254
|
}, {
|
|
255
|
-
source: "url";
|
|
256
255
|
url: string;
|
|
256
|
+
source: "url";
|
|
257
257
|
ref?: string | undefined;
|
|
258
258
|
}>, z.ZodObject<{
|
|
259
259
|
source: z.ZodLiteral<"git-subdir">;
|
|
@@ -263,14 +263,14 @@ export declare const PluginEntrySchema: z.ZodObject<{
|
|
|
263
263
|
sha: z.ZodOptional<z.ZodString>;
|
|
264
264
|
}, "strict", z.ZodTypeAny, {
|
|
265
265
|
path: string;
|
|
266
|
-
source: "git-subdir";
|
|
267
266
|
url: string;
|
|
267
|
+
source: "git-subdir";
|
|
268
268
|
ref?: string | undefined;
|
|
269
269
|
sha?: string | undefined;
|
|
270
270
|
}, {
|
|
271
271
|
path: string;
|
|
272
|
-
source: "git-subdir";
|
|
273
272
|
url: string;
|
|
273
|
+
source: "git-subdir";
|
|
274
274
|
ref?: string | undefined;
|
|
275
275
|
sha?: string | undefined;
|
|
276
276
|
}>, z.ZodObject<{
|
|
@@ -295,14 +295,14 @@ export declare const PluginEntrySchema: z.ZodObject<{
|
|
|
295
295
|
sha?: string | undefined;
|
|
296
296
|
kind: "github";
|
|
297
297
|
} | {
|
|
298
|
-
source: "url";
|
|
299
298
|
url: string;
|
|
299
|
+
source: "url";
|
|
300
300
|
ref?: string | undefined;
|
|
301
301
|
kind: "url";
|
|
302
302
|
} | {
|
|
303
303
|
path: string;
|
|
304
|
-
source: "git-subdir";
|
|
305
304
|
url: string;
|
|
305
|
+
source: "git-subdir";
|
|
306
306
|
ref?: string | undefined;
|
|
307
307
|
sha?: string | undefined;
|
|
308
308
|
kind: "git-subdir";
|
|
@@ -318,13 +318,13 @@ export declare const PluginEntrySchema: z.ZodObject<{
|
|
|
318
318
|
ref?: string | undefined;
|
|
319
319
|
sha?: string | undefined;
|
|
320
320
|
} | {
|
|
321
|
-
source: "url";
|
|
322
321
|
url: string;
|
|
322
|
+
source: "url";
|
|
323
323
|
ref?: string | undefined;
|
|
324
324
|
} | {
|
|
325
325
|
path: string;
|
|
326
|
-
source: "git-subdir";
|
|
327
326
|
url: string;
|
|
327
|
+
source: "git-subdir";
|
|
328
328
|
ref?: string | undefined;
|
|
329
329
|
sha?: string | undefined;
|
|
330
330
|
} | {
|
|
@@ -392,12 +392,12 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
392
392
|
url: z.ZodString;
|
|
393
393
|
ref: z.ZodOptional<z.ZodString>;
|
|
394
394
|
}, "strict", z.ZodTypeAny, {
|
|
395
|
-
source: "url";
|
|
396
395
|
url: string;
|
|
396
|
+
source: "url";
|
|
397
397
|
ref?: string | undefined;
|
|
398
398
|
}, {
|
|
399
|
-
source: "url";
|
|
400
399
|
url: string;
|
|
400
|
+
source: "url";
|
|
401
401
|
ref?: string | undefined;
|
|
402
402
|
}>, z.ZodObject<{
|
|
403
403
|
source: z.ZodLiteral<"git-subdir">;
|
|
@@ -407,14 +407,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
407
407
|
sha: z.ZodOptional<z.ZodString>;
|
|
408
408
|
}, "strict", z.ZodTypeAny, {
|
|
409
409
|
path: string;
|
|
410
|
-
source: "git-subdir";
|
|
411
410
|
url: string;
|
|
411
|
+
source: "git-subdir";
|
|
412
412
|
ref?: string | undefined;
|
|
413
413
|
sha?: string | undefined;
|
|
414
414
|
}, {
|
|
415
415
|
path: string;
|
|
416
|
-
source: "git-subdir";
|
|
417
416
|
url: string;
|
|
417
|
+
source: "git-subdir";
|
|
418
418
|
ref?: string | undefined;
|
|
419
419
|
sha?: string | undefined;
|
|
420
420
|
}>, z.ZodObject<{
|
|
@@ -439,14 +439,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
439
439
|
sha?: string | undefined;
|
|
440
440
|
kind: "github";
|
|
441
441
|
} | {
|
|
442
|
-
source: "url";
|
|
443
442
|
url: string;
|
|
443
|
+
source: "url";
|
|
444
444
|
ref?: string | undefined;
|
|
445
445
|
kind: "url";
|
|
446
446
|
} | {
|
|
447
447
|
path: string;
|
|
448
|
-
source: "git-subdir";
|
|
449
448
|
url: string;
|
|
449
|
+
source: "git-subdir";
|
|
450
450
|
ref?: string | undefined;
|
|
451
451
|
sha?: string | undefined;
|
|
452
452
|
kind: "git-subdir";
|
|
@@ -462,13 +462,13 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
462
462
|
ref?: string | undefined;
|
|
463
463
|
sha?: string | undefined;
|
|
464
464
|
} | {
|
|
465
|
-
source: "url";
|
|
466
465
|
url: string;
|
|
466
|
+
source: "url";
|
|
467
467
|
ref?: string | undefined;
|
|
468
468
|
} | {
|
|
469
469
|
path: string;
|
|
470
|
-
source: "git-subdir";
|
|
471
470
|
url: string;
|
|
471
|
+
source: "git-subdir";
|
|
472
472
|
ref?: string | undefined;
|
|
473
473
|
sha?: string | undefined;
|
|
474
474
|
} | {
|
|
@@ -504,12 +504,12 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
504
504
|
url: z.ZodString;
|
|
505
505
|
ref: z.ZodOptional<z.ZodString>;
|
|
506
506
|
}, "strict", z.ZodTypeAny, {
|
|
507
|
-
source: "url";
|
|
508
507
|
url: string;
|
|
508
|
+
source: "url";
|
|
509
509
|
ref?: string | undefined;
|
|
510
510
|
}, {
|
|
511
|
-
source: "url";
|
|
512
511
|
url: string;
|
|
512
|
+
source: "url";
|
|
513
513
|
ref?: string | undefined;
|
|
514
514
|
}>, z.ZodObject<{
|
|
515
515
|
source: z.ZodLiteral<"git-subdir">;
|
|
@@ -519,14 +519,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
519
519
|
sha: z.ZodOptional<z.ZodString>;
|
|
520
520
|
}, "strict", z.ZodTypeAny, {
|
|
521
521
|
path: string;
|
|
522
|
-
source: "git-subdir";
|
|
523
522
|
url: string;
|
|
523
|
+
source: "git-subdir";
|
|
524
524
|
ref?: string | undefined;
|
|
525
525
|
sha?: string | undefined;
|
|
526
526
|
}, {
|
|
527
527
|
path: string;
|
|
528
|
-
source: "git-subdir";
|
|
529
528
|
url: string;
|
|
529
|
+
source: "git-subdir";
|
|
530
530
|
ref?: string | undefined;
|
|
531
531
|
sha?: string | undefined;
|
|
532
532
|
}>, z.ZodObject<{
|
|
@@ -551,14 +551,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
551
551
|
sha?: string | undefined;
|
|
552
552
|
kind: "github";
|
|
553
553
|
} | {
|
|
554
|
-
source: "url";
|
|
555
554
|
url: string;
|
|
555
|
+
source: "url";
|
|
556
556
|
ref?: string | undefined;
|
|
557
557
|
kind: "url";
|
|
558
558
|
} | {
|
|
559
559
|
path: string;
|
|
560
|
-
source: "git-subdir";
|
|
561
560
|
url: string;
|
|
561
|
+
source: "git-subdir";
|
|
562
562
|
ref?: string | undefined;
|
|
563
563
|
sha?: string | undefined;
|
|
564
564
|
kind: "git-subdir";
|
|
@@ -574,13 +574,13 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
574
574
|
ref?: string | undefined;
|
|
575
575
|
sha?: string | undefined;
|
|
576
576
|
} | {
|
|
577
|
-
source: "url";
|
|
578
577
|
url: string;
|
|
578
|
+
source: "url";
|
|
579
579
|
ref?: string | undefined;
|
|
580
580
|
} | {
|
|
581
581
|
path: string;
|
|
582
|
-
source: "git-subdir";
|
|
583
582
|
url: string;
|
|
583
|
+
source: "git-subdir";
|
|
584
584
|
ref?: string | undefined;
|
|
585
585
|
sha?: string | undefined;
|
|
586
586
|
} | {
|
|
@@ -616,12 +616,12 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
616
616
|
url: z.ZodString;
|
|
617
617
|
ref: z.ZodOptional<z.ZodString>;
|
|
618
618
|
}, "strict", z.ZodTypeAny, {
|
|
619
|
-
source: "url";
|
|
620
619
|
url: string;
|
|
620
|
+
source: "url";
|
|
621
621
|
ref?: string | undefined;
|
|
622
622
|
}, {
|
|
623
|
-
source: "url";
|
|
624
623
|
url: string;
|
|
624
|
+
source: "url";
|
|
625
625
|
ref?: string | undefined;
|
|
626
626
|
}>, z.ZodObject<{
|
|
627
627
|
source: z.ZodLiteral<"git-subdir">;
|
|
@@ -631,14 +631,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
631
631
|
sha: z.ZodOptional<z.ZodString>;
|
|
632
632
|
}, "strict", z.ZodTypeAny, {
|
|
633
633
|
path: string;
|
|
634
|
-
source: "git-subdir";
|
|
635
634
|
url: string;
|
|
635
|
+
source: "git-subdir";
|
|
636
636
|
ref?: string | undefined;
|
|
637
637
|
sha?: string | undefined;
|
|
638
638
|
}, {
|
|
639
639
|
path: string;
|
|
640
|
-
source: "git-subdir";
|
|
641
640
|
url: string;
|
|
641
|
+
source: "git-subdir";
|
|
642
642
|
ref?: string | undefined;
|
|
643
643
|
sha?: string | undefined;
|
|
644
644
|
}>, z.ZodObject<{
|
|
@@ -663,14 +663,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
663
663
|
sha?: string | undefined;
|
|
664
664
|
kind: "github";
|
|
665
665
|
} | {
|
|
666
|
-
source: "url";
|
|
667
666
|
url: string;
|
|
667
|
+
source: "url";
|
|
668
668
|
ref?: string | undefined;
|
|
669
669
|
kind: "url";
|
|
670
670
|
} | {
|
|
671
671
|
path: string;
|
|
672
|
-
source: "git-subdir";
|
|
673
672
|
url: string;
|
|
673
|
+
source: "git-subdir";
|
|
674
674
|
ref?: string | undefined;
|
|
675
675
|
sha?: string | undefined;
|
|
676
676
|
kind: "git-subdir";
|
|
@@ -686,13 +686,13 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
686
686
|
ref?: string | undefined;
|
|
687
687
|
sha?: string | undefined;
|
|
688
688
|
} | {
|
|
689
|
-
source: "url";
|
|
690
689
|
url: string;
|
|
690
|
+
source: "url";
|
|
691
691
|
ref?: string | undefined;
|
|
692
692
|
} | {
|
|
693
693
|
path: string;
|
|
694
|
-
source: "git-subdir";
|
|
695
694
|
url: string;
|
|
695
|
+
source: "git-subdir";
|
|
696
696
|
ref?: string | undefined;
|
|
697
697
|
sha?: string | undefined;
|
|
698
698
|
} | {
|
|
@@ -728,12 +728,12 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
728
728
|
url: z.ZodString;
|
|
729
729
|
ref: z.ZodOptional<z.ZodString>;
|
|
730
730
|
}, "strict", z.ZodTypeAny, {
|
|
731
|
-
source: "url";
|
|
732
731
|
url: string;
|
|
732
|
+
source: "url";
|
|
733
733
|
ref?: string | undefined;
|
|
734
734
|
}, {
|
|
735
|
-
source: "url";
|
|
736
735
|
url: string;
|
|
736
|
+
source: "url";
|
|
737
737
|
ref?: string | undefined;
|
|
738
738
|
}>, z.ZodObject<{
|
|
739
739
|
source: z.ZodLiteral<"git-subdir">;
|
|
@@ -743,14 +743,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
743
743
|
sha: z.ZodOptional<z.ZodString>;
|
|
744
744
|
}, "strict", z.ZodTypeAny, {
|
|
745
745
|
path: string;
|
|
746
|
-
source: "git-subdir";
|
|
747
746
|
url: string;
|
|
747
|
+
source: "git-subdir";
|
|
748
748
|
ref?: string | undefined;
|
|
749
749
|
sha?: string | undefined;
|
|
750
750
|
}, {
|
|
751
751
|
path: string;
|
|
752
|
-
source: "git-subdir";
|
|
753
752
|
url: string;
|
|
753
|
+
source: "git-subdir";
|
|
754
754
|
ref?: string | undefined;
|
|
755
755
|
sha?: string | undefined;
|
|
756
756
|
}>, z.ZodObject<{
|
|
@@ -775,14 +775,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
775
775
|
sha?: string | undefined;
|
|
776
776
|
kind: "github";
|
|
777
777
|
} | {
|
|
778
|
-
source: "url";
|
|
779
778
|
url: string;
|
|
779
|
+
source: "url";
|
|
780
780
|
ref?: string | undefined;
|
|
781
781
|
kind: "url";
|
|
782
782
|
} | {
|
|
783
783
|
path: string;
|
|
784
|
-
source: "git-subdir";
|
|
785
784
|
url: string;
|
|
785
|
+
source: "git-subdir";
|
|
786
786
|
ref?: string | undefined;
|
|
787
787
|
sha?: string | undefined;
|
|
788
788
|
kind: "git-subdir";
|
|
@@ -798,13 +798,13 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
798
798
|
ref?: string | undefined;
|
|
799
799
|
sha?: string | undefined;
|
|
800
800
|
} | {
|
|
801
|
-
source: "url";
|
|
802
801
|
url: string;
|
|
802
|
+
source: "url";
|
|
803
803
|
ref?: string | undefined;
|
|
804
804
|
} | {
|
|
805
805
|
path: string;
|
|
806
|
-
source: "git-subdir";
|
|
807
806
|
url: string;
|
|
807
|
+
source: "git-subdir";
|
|
808
808
|
ref?: string | undefined;
|
|
809
809
|
sha?: string | undefined;
|
|
810
810
|
} | {
|
|
@@ -840,12 +840,12 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
840
840
|
url: z.ZodString;
|
|
841
841
|
ref: z.ZodOptional<z.ZodString>;
|
|
842
842
|
}, "strict", z.ZodTypeAny, {
|
|
843
|
-
source: "url";
|
|
844
843
|
url: string;
|
|
844
|
+
source: "url";
|
|
845
845
|
ref?: string | undefined;
|
|
846
846
|
}, {
|
|
847
|
-
source: "url";
|
|
848
847
|
url: string;
|
|
848
|
+
source: "url";
|
|
849
849
|
ref?: string | undefined;
|
|
850
850
|
}>, z.ZodObject<{
|
|
851
851
|
source: z.ZodLiteral<"git-subdir">;
|
|
@@ -855,14 +855,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
855
855
|
sha: z.ZodOptional<z.ZodString>;
|
|
856
856
|
}, "strict", z.ZodTypeAny, {
|
|
857
857
|
path: string;
|
|
858
|
-
source: "git-subdir";
|
|
859
858
|
url: string;
|
|
859
|
+
source: "git-subdir";
|
|
860
860
|
ref?: string | undefined;
|
|
861
861
|
sha?: string | undefined;
|
|
862
862
|
}, {
|
|
863
863
|
path: string;
|
|
864
|
-
source: "git-subdir";
|
|
865
864
|
url: string;
|
|
865
|
+
source: "git-subdir";
|
|
866
866
|
ref?: string | undefined;
|
|
867
867
|
sha?: string | undefined;
|
|
868
868
|
}>, z.ZodObject<{
|
|
@@ -887,14 +887,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
887
887
|
sha?: string | undefined;
|
|
888
888
|
kind: "github";
|
|
889
889
|
} | {
|
|
890
|
-
source: "url";
|
|
891
890
|
url: string;
|
|
891
|
+
source: "url";
|
|
892
892
|
ref?: string | undefined;
|
|
893
893
|
kind: "url";
|
|
894
894
|
} | {
|
|
895
895
|
path: string;
|
|
896
|
-
source: "git-subdir";
|
|
897
896
|
url: string;
|
|
897
|
+
source: "git-subdir";
|
|
898
898
|
ref?: string | undefined;
|
|
899
899
|
sha?: string | undefined;
|
|
900
900
|
kind: "git-subdir";
|
|
@@ -910,13 +910,13 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
910
910
|
ref?: string | undefined;
|
|
911
911
|
sha?: string | undefined;
|
|
912
912
|
} | {
|
|
913
|
-
source: "url";
|
|
914
913
|
url: string;
|
|
914
|
+
source: "url";
|
|
915
915
|
ref?: string | undefined;
|
|
916
916
|
} | {
|
|
917
917
|
path: string;
|
|
918
|
-
source: "git-subdir";
|
|
919
918
|
url: string;
|
|
919
|
+
source: "git-subdir";
|
|
920
920
|
ref?: string | undefined;
|
|
921
921
|
sha?: string | undefined;
|
|
922
922
|
} | {
|
|
@@ -982,12 +982,12 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
982
982
|
url: z.ZodString;
|
|
983
983
|
ref: z.ZodOptional<z.ZodString>;
|
|
984
984
|
}, "strict", z.ZodTypeAny, {
|
|
985
|
-
source: "url";
|
|
986
985
|
url: string;
|
|
986
|
+
source: "url";
|
|
987
987
|
ref?: string | undefined;
|
|
988
988
|
}, {
|
|
989
|
-
source: "url";
|
|
990
989
|
url: string;
|
|
990
|
+
source: "url";
|
|
991
991
|
ref?: string | undefined;
|
|
992
992
|
}>, z.ZodObject<{
|
|
993
993
|
source: z.ZodLiteral<"git-subdir">;
|
|
@@ -997,14 +997,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
997
997
|
sha: z.ZodOptional<z.ZodString>;
|
|
998
998
|
}, "strict", z.ZodTypeAny, {
|
|
999
999
|
path: string;
|
|
1000
|
-
source: "git-subdir";
|
|
1001
1000
|
url: string;
|
|
1001
|
+
source: "git-subdir";
|
|
1002
1002
|
ref?: string | undefined;
|
|
1003
1003
|
sha?: string | undefined;
|
|
1004
1004
|
}, {
|
|
1005
1005
|
path: string;
|
|
1006
|
-
source: "git-subdir";
|
|
1007
1006
|
url: string;
|
|
1007
|
+
source: "git-subdir";
|
|
1008
1008
|
ref?: string | undefined;
|
|
1009
1009
|
sha?: string | undefined;
|
|
1010
1010
|
}>, z.ZodObject<{
|
|
@@ -1029,14 +1029,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1029
1029
|
sha?: string | undefined;
|
|
1030
1030
|
kind: "github";
|
|
1031
1031
|
} | {
|
|
1032
|
-
source: "url";
|
|
1033
1032
|
url: string;
|
|
1033
|
+
source: "url";
|
|
1034
1034
|
ref?: string | undefined;
|
|
1035
1035
|
kind: "url";
|
|
1036
1036
|
} | {
|
|
1037
1037
|
path: string;
|
|
1038
|
-
source: "git-subdir";
|
|
1039
1038
|
url: string;
|
|
1039
|
+
source: "git-subdir";
|
|
1040
1040
|
ref?: string | undefined;
|
|
1041
1041
|
sha?: string | undefined;
|
|
1042
1042
|
kind: "git-subdir";
|
|
@@ -1052,13 +1052,13 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1052
1052
|
ref?: string | undefined;
|
|
1053
1053
|
sha?: string | undefined;
|
|
1054
1054
|
} | {
|
|
1055
|
-
source: "url";
|
|
1056
1055
|
url: string;
|
|
1056
|
+
source: "url";
|
|
1057
1057
|
ref?: string | undefined;
|
|
1058
1058
|
} | {
|
|
1059
1059
|
path: string;
|
|
1060
|
-
source: "git-subdir";
|
|
1061
1060
|
url: string;
|
|
1061
|
+
source: "git-subdir";
|
|
1062
1062
|
ref?: string | undefined;
|
|
1063
1063
|
sha?: string | undefined;
|
|
1064
1064
|
} | {
|
|
@@ -1094,12 +1094,12 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1094
1094
|
url: z.ZodString;
|
|
1095
1095
|
ref: z.ZodOptional<z.ZodString>;
|
|
1096
1096
|
}, "strict", z.ZodTypeAny, {
|
|
1097
|
-
source: "url";
|
|
1098
1097
|
url: string;
|
|
1098
|
+
source: "url";
|
|
1099
1099
|
ref?: string | undefined;
|
|
1100
1100
|
}, {
|
|
1101
|
-
source: "url";
|
|
1102
1101
|
url: string;
|
|
1102
|
+
source: "url";
|
|
1103
1103
|
ref?: string | undefined;
|
|
1104
1104
|
}>, z.ZodObject<{
|
|
1105
1105
|
source: z.ZodLiteral<"git-subdir">;
|
|
@@ -1109,14 +1109,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1109
1109
|
sha: z.ZodOptional<z.ZodString>;
|
|
1110
1110
|
}, "strict", z.ZodTypeAny, {
|
|
1111
1111
|
path: string;
|
|
1112
|
-
source: "git-subdir";
|
|
1113
1112
|
url: string;
|
|
1113
|
+
source: "git-subdir";
|
|
1114
1114
|
ref?: string | undefined;
|
|
1115
1115
|
sha?: string | undefined;
|
|
1116
1116
|
}, {
|
|
1117
1117
|
path: string;
|
|
1118
|
-
source: "git-subdir";
|
|
1119
1118
|
url: string;
|
|
1119
|
+
source: "git-subdir";
|
|
1120
1120
|
ref?: string | undefined;
|
|
1121
1121
|
sha?: string | undefined;
|
|
1122
1122
|
}>, z.ZodObject<{
|
|
@@ -1141,14 +1141,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1141
1141
|
sha?: string | undefined;
|
|
1142
1142
|
kind: "github";
|
|
1143
1143
|
} | {
|
|
1144
|
-
source: "url";
|
|
1145
1144
|
url: string;
|
|
1145
|
+
source: "url";
|
|
1146
1146
|
ref?: string | undefined;
|
|
1147
1147
|
kind: "url";
|
|
1148
1148
|
} | {
|
|
1149
1149
|
path: string;
|
|
1150
|
-
source: "git-subdir";
|
|
1151
1150
|
url: string;
|
|
1151
|
+
source: "git-subdir";
|
|
1152
1152
|
ref?: string | undefined;
|
|
1153
1153
|
sha?: string | undefined;
|
|
1154
1154
|
kind: "git-subdir";
|
|
@@ -1164,13 +1164,13 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1164
1164
|
ref?: string | undefined;
|
|
1165
1165
|
sha?: string | undefined;
|
|
1166
1166
|
} | {
|
|
1167
|
-
source: "url";
|
|
1168
1167
|
url: string;
|
|
1168
|
+
source: "url";
|
|
1169
1169
|
ref?: string | undefined;
|
|
1170
1170
|
} | {
|
|
1171
1171
|
path: string;
|
|
1172
|
-
source: "git-subdir";
|
|
1173
1172
|
url: string;
|
|
1173
|
+
source: "git-subdir";
|
|
1174
1174
|
ref?: string | undefined;
|
|
1175
1175
|
sha?: string | undefined;
|
|
1176
1176
|
} | {
|
|
@@ -1206,12 +1206,12 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1206
1206
|
url: z.ZodString;
|
|
1207
1207
|
ref: z.ZodOptional<z.ZodString>;
|
|
1208
1208
|
}, "strict", z.ZodTypeAny, {
|
|
1209
|
-
source: "url";
|
|
1210
1209
|
url: string;
|
|
1210
|
+
source: "url";
|
|
1211
1211
|
ref?: string | undefined;
|
|
1212
1212
|
}, {
|
|
1213
|
-
source: "url";
|
|
1214
1213
|
url: string;
|
|
1214
|
+
source: "url";
|
|
1215
1215
|
ref?: string | undefined;
|
|
1216
1216
|
}>, z.ZodObject<{
|
|
1217
1217
|
source: z.ZodLiteral<"git-subdir">;
|
|
@@ -1221,14 +1221,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1221
1221
|
sha: z.ZodOptional<z.ZodString>;
|
|
1222
1222
|
}, "strict", z.ZodTypeAny, {
|
|
1223
1223
|
path: string;
|
|
1224
|
-
source: "git-subdir";
|
|
1225
1224
|
url: string;
|
|
1225
|
+
source: "git-subdir";
|
|
1226
1226
|
ref?: string | undefined;
|
|
1227
1227
|
sha?: string | undefined;
|
|
1228
1228
|
}, {
|
|
1229
1229
|
path: string;
|
|
1230
|
-
source: "git-subdir";
|
|
1231
1230
|
url: string;
|
|
1231
|
+
source: "git-subdir";
|
|
1232
1232
|
ref?: string | undefined;
|
|
1233
1233
|
sha?: string | undefined;
|
|
1234
1234
|
}>, z.ZodObject<{
|
|
@@ -1253,14 +1253,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1253
1253
|
sha?: string | undefined;
|
|
1254
1254
|
kind: "github";
|
|
1255
1255
|
} | {
|
|
1256
|
-
source: "url";
|
|
1257
1256
|
url: string;
|
|
1257
|
+
source: "url";
|
|
1258
1258
|
ref?: string | undefined;
|
|
1259
1259
|
kind: "url";
|
|
1260
1260
|
} | {
|
|
1261
1261
|
path: string;
|
|
1262
|
-
source: "git-subdir";
|
|
1263
1262
|
url: string;
|
|
1263
|
+
source: "git-subdir";
|
|
1264
1264
|
ref?: string | undefined;
|
|
1265
1265
|
sha?: string | undefined;
|
|
1266
1266
|
kind: "git-subdir";
|
|
@@ -1276,13 +1276,13 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1276
1276
|
ref?: string | undefined;
|
|
1277
1277
|
sha?: string | undefined;
|
|
1278
1278
|
} | {
|
|
1279
|
-
source: "url";
|
|
1280
1279
|
url: string;
|
|
1280
|
+
source: "url";
|
|
1281
1281
|
ref?: string | undefined;
|
|
1282
1282
|
} | {
|
|
1283
1283
|
path: string;
|
|
1284
|
-
source: "git-subdir";
|
|
1285
1284
|
url: string;
|
|
1285
|
+
source: "git-subdir";
|
|
1286
1286
|
ref?: string | undefined;
|
|
1287
1287
|
sha?: string | undefined;
|
|
1288
1288
|
} | {
|
|
@@ -1318,12 +1318,12 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1318
1318
|
url: z.ZodString;
|
|
1319
1319
|
ref: z.ZodOptional<z.ZodString>;
|
|
1320
1320
|
}, "strict", z.ZodTypeAny, {
|
|
1321
|
-
source: "url";
|
|
1322
1321
|
url: string;
|
|
1322
|
+
source: "url";
|
|
1323
1323
|
ref?: string | undefined;
|
|
1324
1324
|
}, {
|
|
1325
|
-
source: "url";
|
|
1326
1325
|
url: string;
|
|
1326
|
+
source: "url";
|
|
1327
1327
|
ref?: string | undefined;
|
|
1328
1328
|
}>, z.ZodObject<{
|
|
1329
1329
|
source: z.ZodLiteral<"git-subdir">;
|
|
@@ -1333,14 +1333,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1333
1333
|
sha: z.ZodOptional<z.ZodString>;
|
|
1334
1334
|
}, "strict", z.ZodTypeAny, {
|
|
1335
1335
|
path: string;
|
|
1336
|
-
source: "git-subdir";
|
|
1337
1336
|
url: string;
|
|
1337
|
+
source: "git-subdir";
|
|
1338
1338
|
ref?: string | undefined;
|
|
1339
1339
|
sha?: string | undefined;
|
|
1340
1340
|
}, {
|
|
1341
1341
|
path: string;
|
|
1342
|
-
source: "git-subdir";
|
|
1343
1342
|
url: string;
|
|
1343
|
+
source: "git-subdir";
|
|
1344
1344
|
ref?: string | undefined;
|
|
1345
1345
|
sha?: string | undefined;
|
|
1346
1346
|
}>, z.ZodObject<{
|
|
@@ -1365,14 +1365,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1365
1365
|
sha?: string | undefined;
|
|
1366
1366
|
kind: "github";
|
|
1367
1367
|
} | {
|
|
1368
|
-
source: "url";
|
|
1369
1368
|
url: string;
|
|
1369
|
+
source: "url";
|
|
1370
1370
|
ref?: string | undefined;
|
|
1371
1371
|
kind: "url";
|
|
1372
1372
|
} | {
|
|
1373
1373
|
path: string;
|
|
1374
|
-
source: "git-subdir";
|
|
1375
1374
|
url: string;
|
|
1375
|
+
source: "git-subdir";
|
|
1376
1376
|
ref?: string | undefined;
|
|
1377
1377
|
sha?: string | undefined;
|
|
1378
1378
|
kind: "git-subdir";
|
|
@@ -1388,13 +1388,13 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1388
1388
|
ref?: string | undefined;
|
|
1389
1389
|
sha?: string | undefined;
|
|
1390
1390
|
} | {
|
|
1391
|
-
source: "url";
|
|
1392
1391
|
url: string;
|
|
1392
|
+
source: "url";
|
|
1393
1393
|
ref?: string | undefined;
|
|
1394
1394
|
} | {
|
|
1395
1395
|
path: string;
|
|
1396
|
-
source: "git-subdir";
|
|
1397
1396
|
url: string;
|
|
1397
|
+
source: "git-subdir";
|
|
1398
1398
|
ref?: string | undefined;
|
|
1399
1399
|
sha?: string | undefined;
|
|
1400
1400
|
} | {
|
|
@@ -1430,12 +1430,12 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1430
1430
|
url: z.ZodString;
|
|
1431
1431
|
ref: z.ZodOptional<z.ZodString>;
|
|
1432
1432
|
}, "strict", z.ZodTypeAny, {
|
|
1433
|
-
source: "url";
|
|
1434
1433
|
url: string;
|
|
1434
|
+
source: "url";
|
|
1435
1435
|
ref?: string | undefined;
|
|
1436
1436
|
}, {
|
|
1437
|
-
source: "url";
|
|
1438
1437
|
url: string;
|
|
1438
|
+
source: "url";
|
|
1439
1439
|
ref?: string | undefined;
|
|
1440
1440
|
}>, z.ZodObject<{
|
|
1441
1441
|
source: z.ZodLiteral<"git-subdir">;
|
|
@@ -1445,14 +1445,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1445
1445
|
sha: z.ZodOptional<z.ZodString>;
|
|
1446
1446
|
}, "strict", z.ZodTypeAny, {
|
|
1447
1447
|
path: string;
|
|
1448
|
-
source: "git-subdir";
|
|
1449
1448
|
url: string;
|
|
1449
|
+
source: "git-subdir";
|
|
1450
1450
|
ref?: string | undefined;
|
|
1451
1451
|
sha?: string | undefined;
|
|
1452
1452
|
}, {
|
|
1453
1453
|
path: string;
|
|
1454
|
-
source: "git-subdir";
|
|
1455
1454
|
url: string;
|
|
1455
|
+
source: "git-subdir";
|
|
1456
1456
|
ref?: string | undefined;
|
|
1457
1457
|
sha?: string | undefined;
|
|
1458
1458
|
}>, z.ZodObject<{
|
|
@@ -1477,14 +1477,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1477
1477
|
sha?: string | undefined;
|
|
1478
1478
|
kind: "github";
|
|
1479
1479
|
} | {
|
|
1480
|
-
source: "url";
|
|
1481
1480
|
url: string;
|
|
1481
|
+
source: "url";
|
|
1482
1482
|
ref?: string | undefined;
|
|
1483
1483
|
kind: "url";
|
|
1484
1484
|
} | {
|
|
1485
1485
|
path: string;
|
|
1486
|
-
source: "git-subdir";
|
|
1487
1486
|
url: string;
|
|
1487
|
+
source: "git-subdir";
|
|
1488
1488
|
ref?: string | undefined;
|
|
1489
1489
|
sha?: string | undefined;
|
|
1490
1490
|
kind: "git-subdir";
|
|
@@ -1500,13 +1500,13 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1500
1500
|
ref?: string | undefined;
|
|
1501
1501
|
sha?: string | undefined;
|
|
1502
1502
|
} | {
|
|
1503
|
-
source: "url";
|
|
1504
1503
|
url: string;
|
|
1504
|
+
source: "url";
|
|
1505
1505
|
ref?: string | undefined;
|
|
1506
1506
|
} | {
|
|
1507
1507
|
path: string;
|
|
1508
|
-
source: "git-subdir";
|
|
1509
1508
|
url: string;
|
|
1509
|
+
source: "git-subdir";
|
|
1510
1510
|
ref?: string | undefined;
|
|
1511
1511
|
sha?: string | undefined;
|
|
1512
1512
|
} | {
|
|
@@ -1572,12 +1572,12 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1572
1572
|
url: z.ZodString;
|
|
1573
1573
|
ref: z.ZodOptional<z.ZodString>;
|
|
1574
1574
|
}, "strict", z.ZodTypeAny, {
|
|
1575
|
-
source: "url";
|
|
1576
1575
|
url: string;
|
|
1576
|
+
source: "url";
|
|
1577
1577
|
ref?: string | undefined;
|
|
1578
1578
|
}, {
|
|
1579
|
-
source: "url";
|
|
1580
1579
|
url: string;
|
|
1580
|
+
source: "url";
|
|
1581
1581
|
ref?: string | undefined;
|
|
1582
1582
|
}>, z.ZodObject<{
|
|
1583
1583
|
source: z.ZodLiteral<"git-subdir">;
|
|
@@ -1587,14 +1587,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1587
1587
|
sha: z.ZodOptional<z.ZodString>;
|
|
1588
1588
|
}, "strict", z.ZodTypeAny, {
|
|
1589
1589
|
path: string;
|
|
1590
|
-
source: "git-subdir";
|
|
1591
1590
|
url: string;
|
|
1591
|
+
source: "git-subdir";
|
|
1592
1592
|
ref?: string | undefined;
|
|
1593
1593
|
sha?: string | undefined;
|
|
1594
1594
|
}, {
|
|
1595
1595
|
path: string;
|
|
1596
|
-
source: "git-subdir";
|
|
1597
1596
|
url: string;
|
|
1597
|
+
source: "git-subdir";
|
|
1598
1598
|
ref?: string | undefined;
|
|
1599
1599
|
sha?: string | undefined;
|
|
1600
1600
|
}>, z.ZodObject<{
|
|
@@ -1619,14 +1619,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1619
1619
|
sha?: string | undefined;
|
|
1620
1620
|
kind: "github";
|
|
1621
1621
|
} | {
|
|
1622
|
-
source: "url";
|
|
1623
1622
|
url: string;
|
|
1623
|
+
source: "url";
|
|
1624
1624
|
ref?: string | undefined;
|
|
1625
1625
|
kind: "url";
|
|
1626
1626
|
} | {
|
|
1627
1627
|
path: string;
|
|
1628
|
-
source: "git-subdir";
|
|
1629
1628
|
url: string;
|
|
1629
|
+
source: "git-subdir";
|
|
1630
1630
|
ref?: string | undefined;
|
|
1631
1631
|
sha?: string | undefined;
|
|
1632
1632
|
kind: "git-subdir";
|
|
@@ -1642,13 +1642,13 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1642
1642
|
ref?: string | undefined;
|
|
1643
1643
|
sha?: string | undefined;
|
|
1644
1644
|
} | {
|
|
1645
|
-
source: "url";
|
|
1646
1645
|
url: string;
|
|
1646
|
+
source: "url";
|
|
1647
1647
|
ref?: string | undefined;
|
|
1648
1648
|
} | {
|
|
1649
1649
|
path: string;
|
|
1650
|
-
source: "git-subdir";
|
|
1651
1650
|
url: string;
|
|
1651
|
+
source: "git-subdir";
|
|
1652
1652
|
ref?: string | undefined;
|
|
1653
1653
|
sha?: string | undefined;
|
|
1654
1654
|
} | {
|
|
@@ -1684,12 +1684,12 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1684
1684
|
url: z.ZodString;
|
|
1685
1685
|
ref: z.ZodOptional<z.ZodString>;
|
|
1686
1686
|
}, "strict", z.ZodTypeAny, {
|
|
1687
|
-
source: "url";
|
|
1688
1687
|
url: string;
|
|
1688
|
+
source: "url";
|
|
1689
1689
|
ref?: string | undefined;
|
|
1690
1690
|
}, {
|
|
1691
|
-
source: "url";
|
|
1692
1691
|
url: string;
|
|
1692
|
+
source: "url";
|
|
1693
1693
|
ref?: string | undefined;
|
|
1694
1694
|
}>, z.ZodObject<{
|
|
1695
1695
|
source: z.ZodLiteral<"git-subdir">;
|
|
@@ -1699,14 +1699,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1699
1699
|
sha: z.ZodOptional<z.ZodString>;
|
|
1700
1700
|
}, "strict", z.ZodTypeAny, {
|
|
1701
1701
|
path: string;
|
|
1702
|
-
source: "git-subdir";
|
|
1703
1702
|
url: string;
|
|
1703
|
+
source: "git-subdir";
|
|
1704
1704
|
ref?: string | undefined;
|
|
1705
1705
|
sha?: string | undefined;
|
|
1706
1706
|
}, {
|
|
1707
1707
|
path: string;
|
|
1708
|
-
source: "git-subdir";
|
|
1709
1708
|
url: string;
|
|
1709
|
+
source: "git-subdir";
|
|
1710
1710
|
ref?: string | undefined;
|
|
1711
1711
|
sha?: string | undefined;
|
|
1712
1712
|
}>, z.ZodObject<{
|
|
@@ -1731,14 +1731,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1731
1731
|
sha?: string | undefined;
|
|
1732
1732
|
kind: "github";
|
|
1733
1733
|
} | {
|
|
1734
|
-
source: "url";
|
|
1735
1734
|
url: string;
|
|
1735
|
+
source: "url";
|
|
1736
1736
|
ref?: string | undefined;
|
|
1737
1737
|
kind: "url";
|
|
1738
1738
|
} | {
|
|
1739
1739
|
path: string;
|
|
1740
|
-
source: "git-subdir";
|
|
1741
1740
|
url: string;
|
|
1741
|
+
source: "git-subdir";
|
|
1742
1742
|
ref?: string | undefined;
|
|
1743
1743
|
sha?: string | undefined;
|
|
1744
1744
|
kind: "git-subdir";
|
|
@@ -1754,13 +1754,13 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1754
1754
|
ref?: string | undefined;
|
|
1755
1755
|
sha?: string | undefined;
|
|
1756
1756
|
} | {
|
|
1757
|
-
source: "url";
|
|
1758
1757
|
url: string;
|
|
1758
|
+
source: "url";
|
|
1759
1759
|
ref?: string | undefined;
|
|
1760
1760
|
} | {
|
|
1761
1761
|
path: string;
|
|
1762
|
-
source: "git-subdir";
|
|
1763
1762
|
url: string;
|
|
1763
|
+
source: "git-subdir";
|
|
1764
1764
|
ref?: string | undefined;
|
|
1765
1765
|
sha?: string | undefined;
|
|
1766
1766
|
} | {
|
|
@@ -1796,12 +1796,12 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1796
1796
|
url: z.ZodString;
|
|
1797
1797
|
ref: z.ZodOptional<z.ZodString>;
|
|
1798
1798
|
}, "strict", z.ZodTypeAny, {
|
|
1799
|
-
source: "url";
|
|
1800
1799
|
url: string;
|
|
1800
|
+
source: "url";
|
|
1801
1801
|
ref?: string | undefined;
|
|
1802
1802
|
}, {
|
|
1803
|
-
source: "url";
|
|
1804
1803
|
url: string;
|
|
1804
|
+
source: "url";
|
|
1805
1805
|
ref?: string | undefined;
|
|
1806
1806
|
}>, z.ZodObject<{
|
|
1807
1807
|
source: z.ZodLiteral<"git-subdir">;
|
|
@@ -1811,14 +1811,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1811
1811
|
sha: z.ZodOptional<z.ZodString>;
|
|
1812
1812
|
}, "strict", z.ZodTypeAny, {
|
|
1813
1813
|
path: string;
|
|
1814
|
-
source: "git-subdir";
|
|
1815
1814
|
url: string;
|
|
1815
|
+
source: "git-subdir";
|
|
1816
1816
|
ref?: string | undefined;
|
|
1817
1817
|
sha?: string | undefined;
|
|
1818
1818
|
}, {
|
|
1819
1819
|
path: string;
|
|
1820
|
-
source: "git-subdir";
|
|
1821
1820
|
url: string;
|
|
1821
|
+
source: "git-subdir";
|
|
1822
1822
|
ref?: string | undefined;
|
|
1823
1823
|
sha?: string | undefined;
|
|
1824
1824
|
}>, z.ZodObject<{
|
|
@@ -1843,14 +1843,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1843
1843
|
sha?: string | undefined;
|
|
1844
1844
|
kind: "github";
|
|
1845
1845
|
} | {
|
|
1846
|
-
source: "url";
|
|
1847
1846
|
url: string;
|
|
1847
|
+
source: "url";
|
|
1848
1848
|
ref?: string | undefined;
|
|
1849
1849
|
kind: "url";
|
|
1850
1850
|
} | {
|
|
1851
1851
|
path: string;
|
|
1852
|
-
source: "git-subdir";
|
|
1853
1852
|
url: string;
|
|
1853
|
+
source: "git-subdir";
|
|
1854
1854
|
ref?: string | undefined;
|
|
1855
1855
|
sha?: string | undefined;
|
|
1856
1856
|
kind: "git-subdir";
|
|
@@ -1866,13 +1866,13 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1866
1866
|
ref?: string | undefined;
|
|
1867
1867
|
sha?: string | undefined;
|
|
1868
1868
|
} | {
|
|
1869
|
-
source: "url";
|
|
1870
1869
|
url: string;
|
|
1870
|
+
source: "url";
|
|
1871
1871
|
ref?: string | undefined;
|
|
1872
1872
|
} | {
|
|
1873
1873
|
path: string;
|
|
1874
|
-
source: "git-subdir";
|
|
1875
1874
|
url: string;
|
|
1875
|
+
source: "git-subdir";
|
|
1876
1876
|
ref?: string | undefined;
|
|
1877
1877
|
sha?: string | undefined;
|
|
1878
1878
|
} | {
|
|
@@ -1908,12 +1908,12 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1908
1908
|
url: z.ZodString;
|
|
1909
1909
|
ref: z.ZodOptional<z.ZodString>;
|
|
1910
1910
|
}, "strict", z.ZodTypeAny, {
|
|
1911
|
-
source: "url";
|
|
1912
1911
|
url: string;
|
|
1912
|
+
source: "url";
|
|
1913
1913
|
ref?: string | undefined;
|
|
1914
1914
|
}, {
|
|
1915
|
-
source: "url";
|
|
1916
1915
|
url: string;
|
|
1916
|
+
source: "url";
|
|
1917
1917
|
ref?: string | undefined;
|
|
1918
1918
|
}>, z.ZodObject<{
|
|
1919
1919
|
source: z.ZodLiteral<"git-subdir">;
|
|
@@ -1923,14 +1923,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1923
1923
|
sha: z.ZodOptional<z.ZodString>;
|
|
1924
1924
|
}, "strict", z.ZodTypeAny, {
|
|
1925
1925
|
path: string;
|
|
1926
|
-
source: "git-subdir";
|
|
1927
1926
|
url: string;
|
|
1927
|
+
source: "git-subdir";
|
|
1928
1928
|
ref?: string | undefined;
|
|
1929
1929
|
sha?: string | undefined;
|
|
1930
1930
|
}, {
|
|
1931
1931
|
path: string;
|
|
1932
|
-
source: "git-subdir";
|
|
1933
1932
|
url: string;
|
|
1933
|
+
source: "git-subdir";
|
|
1934
1934
|
ref?: string | undefined;
|
|
1935
1935
|
sha?: string | undefined;
|
|
1936
1936
|
}>, z.ZodObject<{
|
|
@@ -1955,14 +1955,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1955
1955
|
sha?: string | undefined;
|
|
1956
1956
|
kind: "github";
|
|
1957
1957
|
} | {
|
|
1958
|
-
source: "url";
|
|
1959
1958
|
url: string;
|
|
1959
|
+
source: "url";
|
|
1960
1960
|
ref?: string | undefined;
|
|
1961
1961
|
kind: "url";
|
|
1962
1962
|
} | {
|
|
1963
1963
|
path: string;
|
|
1964
|
-
source: "git-subdir";
|
|
1965
1964
|
url: string;
|
|
1965
|
+
source: "git-subdir";
|
|
1966
1966
|
ref?: string | undefined;
|
|
1967
1967
|
sha?: string | undefined;
|
|
1968
1968
|
kind: "git-subdir";
|
|
@@ -1978,13 +1978,13 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1978
1978
|
ref?: string | undefined;
|
|
1979
1979
|
sha?: string | undefined;
|
|
1980
1980
|
} | {
|
|
1981
|
-
source: "url";
|
|
1982
1981
|
url: string;
|
|
1982
|
+
source: "url";
|
|
1983
1983
|
ref?: string | undefined;
|
|
1984
1984
|
} | {
|
|
1985
1985
|
path: string;
|
|
1986
|
-
source: "git-subdir";
|
|
1987
1986
|
url: string;
|
|
1987
|
+
source: "git-subdir";
|
|
1988
1988
|
ref?: string | undefined;
|
|
1989
1989
|
sha?: string | undefined;
|
|
1990
1990
|
} | {
|
|
@@ -2020,12 +2020,12 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
2020
2020
|
url: z.ZodString;
|
|
2021
2021
|
ref: z.ZodOptional<z.ZodString>;
|
|
2022
2022
|
}, "strict", z.ZodTypeAny, {
|
|
2023
|
-
source: "url";
|
|
2024
2023
|
url: string;
|
|
2024
|
+
source: "url";
|
|
2025
2025
|
ref?: string | undefined;
|
|
2026
2026
|
}, {
|
|
2027
|
-
source: "url";
|
|
2028
2027
|
url: string;
|
|
2028
|
+
source: "url";
|
|
2029
2029
|
ref?: string | undefined;
|
|
2030
2030
|
}>, z.ZodObject<{
|
|
2031
2031
|
source: z.ZodLiteral<"git-subdir">;
|
|
@@ -2035,14 +2035,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
2035
2035
|
sha: z.ZodOptional<z.ZodString>;
|
|
2036
2036
|
}, "strict", z.ZodTypeAny, {
|
|
2037
2037
|
path: string;
|
|
2038
|
-
source: "git-subdir";
|
|
2039
2038
|
url: string;
|
|
2039
|
+
source: "git-subdir";
|
|
2040
2040
|
ref?: string | undefined;
|
|
2041
2041
|
sha?: string | undefined;
|
|
2042
2042
|
}, {
|
|
2043
2043
|
path: string;
|
|
2044
|
-
source: "git-subdir";
|
|
2045
2044
|
url: string;
|
|
2045
|
+
source: "git-subdir";
|
|
2046
2046
|
ref?: string | undefined;
|
|
2047
2047
|
sha?: string | undefined;
|
|
2048
2048
|
}>, z.ZodObject<{
|
|
@@ -2067,14 +2067,14 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
2067
2067
|
sha?: string | undefined;
|
|
2068
2068
|
kind: "github";
|
|
2069
2069
|
} | {
|
|
2070
|
-
source: "url";
|
|
2071
2070
|
url: string;
|
|
2071
|
+
source: "url";
|
|
2072
2072
|
ref?: string | undefined;
|
|
2073
2073
|
kind: "url";
|
|
2074
2074
|
} | {
|
|
2075
2075
|
path: string;
|
|
2076
|
-
source: "git-subdir";
|
|
2077
2076
|
url: string;
|
|
2077
|
+
source: "git-subdir";
|
|
2078
2078
|
ref?: string | undefined;
|
|
2079
2079
|
sha?: string | undefined;
|
|
2080
2080
|
kind: "git-subdir";
|
|
@@ -2090,13 +2090,13 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
2090
2090
|
ref?: string | undefined;
|
|
2091
2091
|
sha?: string | undefined;
|
|
2092
2092
|
} | {
|
|
2093
|
-
source: "url";
|
|
2094
2093
|
url: string;
|
|
2094
|
+
source: "url";
|
|
2095
2095
|
ref?: string | undefined;
|
|
2096
2096
|
} | {
|
|
2097
2097
|
path: string;
|
|
2098
|
-
source: "git-subdir";
|
|
2099
2098
|
url: string;
|
|
2099
|
+
source: "git-subdir";
|
|
2100
2100
|
ref?: string | undefined;
|
|
2101
2101
|
sha?: string | undefined;
|
|
2102
2102
|
} | {
|