@0xtorch/csv 0.0.32 → 0.0.34
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/_cjs/parseRowsToActions/pattern.js +3 -0
- package/_cjs/parseRowsToActions/pattern.js.map +1 -1
- package/_cjs/schemas/formatterTypes.js +10 -3
- package/_cjs/schemas/formatterTypes.js.map +1 -1
- package/_cjs/schemas/parser.js +4 -0
- package/_cjs/schemas/parser.js.map +1 -1
- package/_esm/parseRowsToActions/pattern.js +3 -0
- package/_esm/parseRowsToActions/pattern.js.map +1 -1
- package/_esm/schemas/formatterTypes.js +11 -3
- package/_esm/schemas/formatterTypes.js.map +1 -1
- package/_esm/schemas/parser.js +5 -0
- package/_esm/schemas/parser.js.map +1 -1
- package/_types/parseRowsToActions/pattern.d.ts.map +1 -1
- package/_types/schemas/format.d.ts +78 -0
- package/_types/schemas/format.d.ts.map +1 -1
- package/_types/schemas/formatterTypes.d.ts.map +1 -1
- package/_types/schemas/parser.d.ts +180 -0
- package/_types/schemas/parser.d.ts.map +1 -1
- package/package.json +1 -1
- package/parseRowsToActions/pattern.ts +3 -0
- package/schemas/formatterTypes.ts +11 -5
- package/schemas/parser.ts +5 -0
|
@@ -2145,6 +2145,15 @@ export declare const patternSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
|
2145
2145
|
}, {
|
|
2146
2146
|
values: string[];
|
|
2147
2147
|
type: "not-in";
|
|
2148
|
+
}>, z.ZodObject<{
|
|
2149
|
+
type: z.ZodLiteral<"reg-exp">;
|
|
2150
|
+
pattern: z.ZodString;
|
|
2151
|
+
}, "strip", z.ZodTypeAny, {
|
|
2152
|
+
type: "reg-exp";
|
|
2153
|
+
pattern: string;
|
|
2154
|
+
}, {
|
|
2155
|
+
type: "reg-exp";
|
|
2156
|
+
pattern: string;
|
|
2148
2157
|
}>, z.ZodObject<{
|
|
2149
2158
|
type: z.ZodLiteral<"positive">;
|
|
2150
2159
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3247,6 +3256,15 @@ export declare const conditionSchema: z.ZodObject<{
|
|
|
3247
3256
|
}, {
|
|
3248
3257
|
values: string[];
|
|
3249
3258
|
type: "not-in";
|
|
3259
|
+
}>, z.ZodObject<{
|
|
3260
|
+
type: z.ZodLiteral<"reg-exp">;
|
|
3261
|
+
pattern: z.ZodString;
|
|
3262
|
+
}, "strip", z.ZodTypeAny, {
|
|
3263
|
+
type: "reg-exp";
|
|
3264
|
+
pattern: string;
|
|
3265
|
+
}, {
|
|
3266
|
+
type: "reg-exp";
|
|
3267
|
+
pattern: string;
|
|
3250
3268
|
}>, z.ZodObject<{
|
|
3251
3269
|
type: z.ZodLiteral<"positive">;
|
|
3252
3270
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3449,6 +3467,9 @@ export declare const conditionSchema: z.ZodObject<{
|
|
|
3449
3467
|
} | {
|
|
3450
3468
|
values: string[];
|
|
3451
3469
|
type: "not-in";
|
|
3470
|
+
} | {
|
|
3471
|
+
type: "reg-exp";
|
|
3472
|
+
pattern: string;
|
|
3452
3473
|
} | {
|
|
3453
3474
|
type: "positive";
|
|
3454
3475
|
} | {
|
|
@@ -3635,6 +3656,9 @@ export declare const conditionSchema: z.ZodObject<{
|
|
|
3635
3656
|
} | {
|
|
3636
3657
|
values: string[];
|
|
3637
3658
|
type: "not-in";
|
|
3659
|
+
} | {
|
|
3660
|
+
type: "reg-exp";
|
|
3661
|
+
pattern: string;
|
|
3638
3662
|
} | {
|
|
3639
3663
|
type: "positive";
|
|
3640
3664
|
} | {
|
|
@@ -3677,6 +3701,15 @@ export declare const targetConditionSchema: z.ZodObject<{
|
|
|
3677
3701
|
}, {
|
|
3678
3702
|
values: string[];
|
|
3679
3703
|
type: "not-in";
|
|
3704
|
+
}>, z.ZodObject<{
|
|
3705
|
+
type: z.ZodLiteral<"reg-exp">;
|
|
3706
|
+
pattern: z.ZodString;
|
|
3707
|
+
}, "strip", z.ZodTypeAny, {
|
|
3708
|
+
type: "reg-exp";
|
|
3709
|
+
pattern: string;
|
|
3710
|
+
}, {
|
|
3711
|
+
type: "reg-exp";
|
|
3712
|
+
pattern: string;
|
|
3680
3713
|
}>, z.ZodObject<{
|
|
3681
3714
|
type: z.ZodLiteral<"positive">;
|
|
3682
3715
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3714,6 +3747,9 @@ export declare const targetConditionSchema: z.ZodObject<{
|
|
|
3714
3747
|
} | {
|
|
3715
3748
|
values: string[];
|
|
3716
3749
|
type: "not-in";
|
|
3750
|
+
} | {
|
|
3751
|
+
type: "reg-exp";
|
|
3752
|
+
pattern: string;
|
|
3717
3753
|
} | {
|
|
3718
3754
|
type: "positive";
|
|
3719
3755
|
} | {
|
|
@@ -3735,6 +3771,9 @@ export declare const targetConditionSchema: z.ZodObject<{
|
|
|
3735
3771
|
} | {
|
|
3736
3772
|
values: string[];
|
|
3737
3773
|
type: "not-in";
|
|
3774
|
+
} | {
|
|
3775
|
+
type: "reg-exp";
|
|
3776
|
+
pattern: string;
|
|
3738
3777
|
} | {
|
|
3739
3778
|
type: "positive";
|
|
3740
3779
|
} | {
|
|
@@ -12098,6 +12137,15 @@ export declare const transferComponentSchema: z.ZodObject<{
|
|
|
12098
12137
|
}, {
|
|
12099
12138
|
values: string[];
|
|
12100
12139
|
type: "not-in";
|
|
12140
|
+
}>, z.ZodObject<{
|
|
12141
|
+
type: z.ZodLiteral<"reg-exp">;
|
|
12142
|
+
pattern: z.ZodString;
|
|
12143
|
+
}, "strip", z.ZodTypeAny, {
|
|
12144
|
+
type: "reg-exp";
|
|
12145
|
+
pattern: string;
|
|
12146
|
+
}, {
|
|
12147
|
+
type: "reg-exp";
|
|
12148
|
+
pattern: string;
|
|
12101
12149
|
}>, z.ZodObject<{
|
|
12102
12150
|
type: z.ZodLiteral<"positive">;
|
|
12103
12151
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -12135,6 +12183,9 @@ export declare const transferComponentSchema: z.ZodObject<{
|
|
|
12135
12183
|
} | {
|
|
12136
12184
|
values: string[];
|
|
12137
12185
|
type: "not-in";
|
|
12186
|
+
} | {
|
|
12187
|
+
type: "reg-exp";
|
|
12188
|
+
pattern: string;
|
|
12138
12189
|
} | {
|
|
12139
12190
|
type: "positive";
|
|
12140
12191
|
} | {
|
|
@@ -12156,6 +12207,9 @@ export declare const transferComponentSchema: z.ZodObject<{
|
|
|
12156
12207
|
} | {
|
|
12157
12208
|
values: string[];
|
|
12158
12209
|
type: "not-in";
|
|
12210
|
+
} | {
|
|
12211
|
+
type: "reg-exp";
|
|
12212
|
+
pattern: string;
|
|
12159
12213
|
} | {
|
|
12160
12214
|
type: "positive";
|
|
12161
12215
|
} | {
|
|
@@ -21539,6 +21593,9 @@ export declare const transferComponentSchema: z.ZodObject<{
|
|
|
21539
21593
|
} | {
|
|
21540
21594
|
values: string[];
|
|
21541
21595
|
type: "not-in";
|
|
21596
|
+
} | {
|
|
21597
|
+
type: "reg-exp";
|
|
21598
|
+
pattern: string;
|
|
21542
21599
|
} | {
|
|
21543
21600
|
type: "positive";
|
|
21544
21601
|
} | {
|
|
@@ -22737,6 +22794,9 @@ export declare const transferComponentSchema: z.ZodObject<{
|
|
|
22737
22794
|
} | {
|
|
22738
22795
|
values: string[];
|
|
22739
22796
|
type: "not-in";
|
|
22797
|
+
} | {
|
|
22798
|
+
type: "reg-exp";
|
|
22799
|
+
pattern: string;
|
|
22740
22800
|
} | {
|
|
22741
22801
|
type: "positive";
|
|
22742
22802
|
} | {
|
|
@@ -24324,6 +24384,15 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
24324
24384
|
}, {
|
|
24325
24385
|
values: string[];
|
|
24326
24386
|
type: "not-in";
|
|
24387
|
+
}>, z.ZodObject<{
|
|
24388
|
+
type: z.ZodLiteral<"reg-exp">;
|
|
24389
|
+
pattern: z.ZodString;
|
|
24390
|
+
}, "strip", z.ZodTypeAny, {
|
|
24391
|
+
type: "reg-exp";
|
|
24392
|
+
pattern: string;
|
|
24393
|
+
}, {
|
|
24394
|
+
type: "reg-exp";
|
|
24395
|
+
pattern: string;
|
|
24327
24396
|
}>, z.ZodObject<{
|
|
24328
24397
|
type: z.ZodLiteral<"positive">;
|
|
24329
24398
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -24526,6 +24595,9 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
24526
24595
|
} | {
|
|
24527
24596
|
values: string[];
|
|
24528
24597
|
type: "not-in";
|
|
24598
|
+
} | {
|
|
24599
|
+
type: "reg-exp";
|
|
24600
|
+
pattern: string;
|
|
24529
24601
|
} | {
|
|
24530
24602
|
type: "positive";
|
|
24531
24603
|
} | {
|
|
@@ -24712,6 +24784,9 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
24712
24784
|
} | {
|
|
24713
24785
|
values: string[];
|
|
24714
24786
|
type: "not-in";
|
|
24787
|
+
} | {
|
|
24788
|
+
type: "reg-exp";
|
|
24789
|
+
pattern: string;
|
|
24715
24790
|
} | {
|
|
24716
24791
|
type: "positive";
|
|
24717
24792
|
} | {
|
|
@@ -31390,6 +31465,15 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
31390
31465
|
}, {
|
|
31391
31466
|
values: string[];
|
|
31392
31467
|
type: "not-in";
|
|
31468
|
+
}>, z.ZodObject<{
|
|
31469
|
+
type: z.ZodLiteral<"reg-exp">;
|
|
31470
|
+
pattern: z.ZodString;
|
|
31471
|
+
}, "strip", z.ZodTypeAny, {
|
|
31472
|
+
type: "reg-exp";
|
|
31473
|
+
pattern: string;
|
|
31474
|
+
}, {
|
|
31475
|
+
type: "reg-exp";
|
|
31476
|
+
pattern: string;
|
|
31393
31477
|
}>, z.ZodObject<{
|
|
31394
31478
|
type: z.ZodLiteral<"positive">;
|
|
31395
31479
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -31427,6 +31511,9 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
31427
31511
|
} | {
|
|
31428
31512
|
values: string[];
|
|
31429
31513
|
type: "not-in";
|
|
31514
|
+
} | {
|
|
31515
|
+
type: "reg-exp";
|
|
31516
|
+
pattern: string;
|
|
31430
31517
|
} | {
|
|
31431
31518
|
type: "positive";
|
|
31432
31519
|
} | {
|
|
@@ -31448,6 +31535,9 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
31448
31535
|
} | {
|
|
31449
31536
|
values: string[];
|
|
31450
31537
|
type: "not-in";
|
|
31538
|
+
} | {
|
|
31539
|
+
type: "reg-exp";
|
|
31540
|
+
pattern: string;
|
|
31451
31541
|
} | {
|
|
31452
31542
|
type: "positive";
|
|
31453
31543
|
} | {
|
|
@@ -40831,6 +40921,9 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
40831
40921
|
} | {
|
|
40832
40922
|
values: string[];
|
|
40833
40923
|
type: "not-in";
|
|
40924
|
+
} | {
|
|
40925
|
+
type: "reg-exp";
|
|
40926
|
+
pattern: string;
|
|
40834
40927
|
} | {
|
|
40835
40928
|
type: "positive";
|
|
40836
40929
|
} | {
|
|
@@ -42029,6 +42122,9 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
42029
42122
|
} | {
|
|
42030
42123
|
values: string[];
|
|
42031
42124
|
type: "not-in";
|
|
42125
|
+
} | {
|
|
42126
|
+
type: "reg-exp";
|
|
42127
|
+
pattern: string;
|
|
42032
42128
|
} | {
|
|
42033
42129
|
type: "positive";
|
|
42034
42130
|
} | {
|
|
@@ -43401,6 +43497,9 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
43401
43497
|
} | {
|
|
43402
43498
|
values: string[];
|
|
43403
43499
|
type: "not-in";
|
|
43500
|
+
} | {
|
|
43501
|
+
type: "reg-exp";
|
|
43502
|
+
pattern: string;
|
|
43404
43503
|
} | {
|
|
43405
43504
|
type: "positive";
|
|
43406
43505
|
} | {
|
|
@@ -45608,6 +45707,9 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
45608
45707
|
} | {
|
|
45609
45708
|
values: string[];
|
|
45610
45709
|
type: "not-in";
|
|
45710
|
+
} | {
|
|
45711
|
+
type: "reg-exp";
|
|
45712
|
+
pattern: string;
|
|
45611
45713
|
} | {
|
|
45612
45714
|
type: "positive";
|
|
45613
45715
|
} | {
|
|
@@ -47131,6 +47233,9 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
47131
47233
|
} | {
|
|
47132
47234
|
values: string[];
|
|
47133
47235
|
type: "not-in";
|
|
47236
|
+
} | {
|
|
47237
|
+
type: "reg-exp";
|
|
47238
|
+
pattern: string;
|
|
47134
47239
|
} | {
|
|
47135
47240
|
type: "positive";
|
|
47136
47241
|
} | {
|
|
@@ -48004,6 +48109,9 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
48004
48109
|
} | {
|
|
48005
48110
|
values: string[];
|
|
48006
48111
|
type: "not-in";
|
|
48112
|
+
} | {
|
|
48113
|
+
type: "reg-exp";
|
|
48114
|
+
pattern: string;
|
|
48007
48115
|
} | {
|
|
48008
48116
|
type: "positive";
|
|
48009
48117
|
} | {
|
|
@@ -49527,6 +49635,9 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
49527
49635
|
} | {
|
|
49528
49636
|
values: string[];
|
|
49529
49637
|
type: "not-in";
|
|
49638
|
+
} | {
|
|
49639
|
+
type: "reg-exp";
|
|
49640
|
+
pattern: string;
|
|
49530
49641
|
} | {
|
|
49531
49642
|
type: "positive";
|
|
49532
49643
|
} | {
|
|
@@ -50400,6 +50511,9 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
50400
50511
|
} | {
|
|
50401
50512
|
values: string[];
|
|
50402
50513
|
type: "not-in";
|
|
50514
|
+
} | {
|
|
50515
|
+
type: "reg-exp";
|
|
50516
|
+
pattern: string;
|
|
50403
50517
|
} | {
|
|
50404
50518
|
type: "positive";
|
|
50405
50519
|
} | {
|
|
@@ -52827,6 +52941,15 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
52827
52941
|
}, {
|
|
52828
52942
|
values: string[];
|
|
52829
52943
|
type: "not-in";
|
|
52944
|
+
}>, z.ZodObject<{
|
|
52945
|
+
type: z.ZodLiteral<"reg-exp">;
|
|
52946
|
+
pattern: z.ZodString;
|
|
52947
|
+
}, "strip", z.ZodTypeAny, {
|
|
52948
|
+
type: "reg-exp";
|
|
52949
|
+
pattern: string;
|
|
52950
|
+
}, {
|
|
52951
|
+
type: "reg-exp";
|
|
52952
|
+
pattern: string;
|
|
52830
52953
|
}>, z.ZodObject<{
|
|
52831
52954
|
type: z.ZodLiteral<"positive">;
|
|
52832
52955
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -53029,6 +53152,9 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
53029
53152
|
} | {
|
|
53030
53153
|
values: string[];
|
|
53031
53154
|
type: "not-in";
|
|
53155
|
+
} | {
|
|
53156
|
+
type: "reg-exp";
|
|
53157
|
+
pattern: string;
|
|
53032
53158
|
} | {
|
|
53033
53159
|
type: "positive";
|
|
53034
53160
|
} | {
|
|
@@ -53215,6 +53341,9 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
53215
53341
|
} | {
|
|
53216
53342
|
values: string[];
|
|
53217
53343
|
type: "not-in";
|
|
53344
|
+
} | {
|
|
53345
|
+
type: "reg-exp";
|
|
53346
|
+
pattern: string;
|
|
53218
53347
|
} | {
|
|
53219
53348
|
type: "positive";
|
|
53220
53349
|
} | {
|
|
@@ -59893,6 +60022,15 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
59893
60022
|
}, {
|
|
59894
60023
|
values: string[];
|
|
59895
60024
|
type: "not-in";
|
|
60025
|
+
}>, z.ZodObject<{
|
|
60026
|
+
type: z.ZodLiteral<"reg-exp">;
|
|
60027
|
+
pattern: z.ZodString;
|
|
60028
|
+
}, "strip", z.ZodTypeAny, {
|
|
60029
|
+
type: "reg-exp";
|
|
60030
|
+
pattern: string;
|
|
60031
|
+
}, {
|
|
60032
|
+
type: "reg-exp";
|
|
60033
|
+
pattern: string;
|
|
59896
60034
|
}>, z.ZodObject<{
|
|
59897
60035
|
type: z.ZodLiteral<"positive">;
|
|
59898
60036
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -59930,6 +60068,9 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
59930
60068
|
} | {
|
|
59931
60069
|
values: string[];
|
|
59932
60070
|
type: "not-in";
|
|
60071
|
+
} | {
|
|
60072
|
+
type: "reg-exp";
|
|
60073
|
+
pattern: string;
|
|
59933
60074
|
} | {
|
|
59934
60075
|
type: "positive";
|
|
59935
60076
|
} | {
|
|
@@ -59951,6 +60092,9 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
59951
60092
|
} | {
|
|
59952
60093
|
values: string[];
|
|
59953
60094
|
type: "not-in";
|
|
60095
|
+
} | {
|
|
60096
|
+
type: "reg-exp";
|
|
60097
|
+
pattern: string;
|
|
59954
60098
|
} | {
|
|
59955
60099
|
type: "positive";
|
|
59956
60100
|
} | {
|
|
@@ -69334,6 +69478,9 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
69334
69478
|
} | {
|
|
69335
69479
|
values: string[];
|
|
69336
69480
|
type: "not-in";
|
|
69481
|
+
} | {
|
|
69482
|
+
type: "reg-exp";
|
|
69483
|
+
pattern: string;
|
|
69337
69484
|
} | {
|
|
69338
69485
|
type: "positive";
|
|
69339
69486
|
} | {
|
|
@@ -70532,6 +70679,9 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
70532
70679
|
} | {
|
|
70533
70680
|
values: string[];
|
|
70534
70681
|
type: "not-in";
|
|
70682
|
+
} | {
|
|
70683
|
+
type: "reg-exp";
|
|
70684
|
+
pattern: string;
|
|
70535
70685
|
} | {
|
|
70536
70686
|
type: "positive";
|
|
70537
70687
|
} | {
|
|
@@ -71904,6 +72054,9 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
71904
72054
|
} | {
|
|
71905
72055
|
values: string[];
|
|
71906
72056
|
type: "not-in";
|
|
72057
|
+
} | {
|
|
72058
|
+
type: "reg-exp";
|
|
72059
|
+
pattern: string;
|
|
71907
72060
|
} | {
|
|
71908
72061
|
type: "positive";
|
|
71909
72062
|
} | {
|
|
@@ -74111,6 +74264,9 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
74111
74264
|
} | {
|
|
74112
74265
|
values: string[];
|
|
74113
74266
|
type: "not-in";
|
|
74267
|
+
} | {
|
|
74268
|
+
type: "reg-exp";
|
|
74269
|
+
pattern: string;
|
|
74114
74270
|
} | {
|
|
74115
74271
|
type: "positive";
|
|
74116
74272
|
} | {
|
|
@@ -75634,6 +75790,9 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
75634
75790
|
} | {
|
|
75635
75791
|
values: string[];
|
|
75636
75792
|
type: "not-in";
|
|
75793
|
+
} | {
|
|
75794
|
+
type: "reg-exp";
|
|
75795
|
+
pattern: string;
|
|
75637
75796
|
} | {
|
|
75638
75797
|
type: "positive";
|
|
75639
75798
|
} | {
|
|
@@ -76507,6 +76666,9 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
76507
76666
|
} | {
|
|
76508
76667
|
values: string[];
|
|
76509
76668
|
type: "not-in";
|
|
76669
|
+
} | {
|
|
76670
|
+
type: "reg-exp";
|
|
76671
|
+
pattern: string;
|
|
76510
76672
|
} | {
|
|
76511
76673
|
type: "positive";
|
|
76512
76674
|
} | {
|
|
@@ -78030,6 +78192,9 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
78030
78192
|
} | {
|
|
78031
78193
|
values: string[];
|
|
78032
78194
|
type: "not-in";
|
|
78195
|
+
} | {
|
|
78196
|
+
type: "reg-exp";
|
|
78197
|
+
pattern: string;
|
|
78033
78198
|
} | {
|
|
78034
78199
|
type: "positive";
|
|
78035
78200
|
} | {
|
|
@@ -78903,6 +79068,9 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
78903
79068
|
} | {
|
|
78904
79069
|
values: string[];
|
|
78905
79070
|
type: "not-in";
|
|
79071
|
+
} | {
|
|
79072
|
+
type: "reg-exp";
|
|
79073
|
+
pattern: string;
|
|
78906
79074
|
} | {
|
|
78907
79075
|
type: "positive";
|
|
78908
79076
|
} | {
|
|
@@ -80428,6 +80596,9 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
80428
80596
|
} | {
|
|
80429
80597
|
values: string[];
|
|
80430
80598
|
type: "not-in";
|
|
80599
|
+
} | {
|
|
80600
|
+
type: "reg-exp";
|
|
80601
|
+
pattern: string;
|
|
80431
80602
|
} | {
|
|
80432
80603
|
type: "positive";
|
|
80433
80604
|
} | {
|
|
@@ -81301,6 +81472,9 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
81301
81472
|
} | {
|
|
81302
81473
|
values: string[];
|
|
81303
81474
|
type: "not-in";
|
|
81475
|
+
} | {
|
|
81476
|
+
type: "reg-exp";
|
|
81477
|
+
pattern: string;
|
|
81304
81478
|
} | {
|
|
81305
81479
|
type: "positive";
|
|
81306
81480
|
} | {
|
|
@@ -82827,6 +83001,9 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
82827
83001
|
} | {
|
|
82828
83002
|
values: string[];
|
|
82829
83003
|
type: "not-in";
|
|
83004
|
+
} | {
|
|
83005
|
+
type: "reg-exp";
|
|
83006
|
+
pattern: string;
|
|
82830
83007
|
} | {
|
|
82831
83008
|
type: "positive";
|
|
82832
83009
|
} | {
|
|
@@ -83700,6 +83877,9 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
83700
83877
|
} | {
|
|
83701
83878
|
values: string[];
|
|
83702
83879
|
type: "not-in";
|
|
83880
|
+
} | {
|
|
83881
|
+
type: "reg-exp";
|
|
83882
|
+
pattern: string;
|
|
83703
83883
|
} | {
|
|
83704
83884
|
type: "positive";
|
|
83705
83885
|
} | {
|