@0xtorch/csv 0.0.59 → 0.0.61
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/parse.js +1 -1
- package/_cjs/parseRowsToActions/parse.js.map +1 -1
- package/_cjs/schemas/formatterTypes.js +6 -5
- package/_cjs/schemas/formatterTypes.js.map +1 -1
- package/_cjs/schemas/parser.js +1 -0
- package/_cjs/schemas/parser.js.map +1 -1
- package/_esm/parseRowsToActions/parse.js +1 -1
- package/_esm/parseRowsToActions/parse.js.map +1 -1
- package/_esm/schemas/formatterTypes.js +6 -5
- package/_esm/schemas/formatterTypes.js.map +1 -1
- package/_esm/schemas/parser.js +2 -1
- package/_esm/schemas/parser.js.map +1 -1
- package/_types/schemas/format.d.ts +9 -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 +12 -0
- package/_types/schemas/parser.d.ts.map +1 -1
- package/package.json +2 -2
- package/parseRowsToActions/parse.ts +1 -1
- package/schemas/formatterTypes.ts +8 -5
- package/schemas/parser.ts +2 -0
|
@@ -42534,6 +42534,7 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
42534
42534
|
})[];
|
|
42535
42535
|
type: "join";
|
|
42536
42536
|
}>]>;
|
|
42537
|
+
evidence: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"contract">, z.ZodLiteral<"system-rule">, z.ZodLiteral<"user-rule">, z.ZodLiteral<"manual-check">, z.ZodLiteral<"none">]>>;
|
|
42537
42538
|
timestamp: z.ZodObject<{
|
|
42538
42539
|
type: z.ZodLiteral<"cell">;
|
|
42539
42540
|
column: z.ZodString;
|
|
@@ -72760,6 +72761,7 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
72760
72761
|
};
|
|
72761
72762
|
splitter: string;
|
|
72762
72763
|
} | undefined;
|
|
72764
|
+
evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
72763
72765
|
comment?: string | {
|
|
72764
72766
|
type: "cell";
|
|
72765
72767
|
column: string;
|
|
@@ -76270,6 +76272,7 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
76270
76272
|
};
|
|
76271
76273
|
splitter: string;
|
|
76272
76274
|
} | undefined;
|
|
76275
|
+
evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
76273
76276
|
comment?: string | {
|
|
76274
76277
|
type: "cell";
|
|
76275
76278
|
column: string;
|
|
@@ -80072,6 +80075,7 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
80072
80075
|
};
|
|
80073
80076
|
splitter: string;
|
|
80074
80077
|
} | undefined;
|
|
80078
|
+
evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
80075
80079
|
comment?: string | {
|
|
80076
80080
|
type: "cell";
|
|
80077
80081
|
column: string;
|
|
@@ -83874,6 +83878,7 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
83874
83878
|
};
|
|
83875
83879
|
splitter: string;
|
|
83876
83880
|
} | undefined;
|
|
83881
|
+
evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
83877
83882
|
comment?: string | {
|
|
83878
83883
|
type: "cell";
|
|
83879
83884
|
column: string;
|
|
@@ -89115,6 +89120,7 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
89115
89120
|
})[];
|
|
89116
89121
|
type: "join";
|
|
89117
89122
|
}>]>;
|
|
89123
|
+
evidence: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"contract">, z.ZodLiteral<"system-rule">, z.ZodLiteral<"user-rule">, z.ZodLiteral<"manual-check">, z.ZodLiteral<"none">]>>;
|
|
89118
89124
|
timestamp: z.ZodObject<{
|
|
89119
89125
|
type: z.ZodLiteral<"cell">;
|
|
89120
89126
|
column: z.ZodString;
|
|
@@ -119341,6 +119347,7 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
119341
119347
|
};
|
|
119342
119348
|
splitter: string;
|
|
119343
119349
|
} | undefined;
|
|
119350
|
+
evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
119344
119351
|
comment?: string | {
|
|
119345
119352
|
type: "cell";
|
|
119346
119353
|
column: string;
|
|
@@ -122851,6 +122858,7 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
122851
122858
|
};
|
|
122852
122859
|
splitter: string;
|
|
122853
122860
|
} | undefined;
|
|
122861
|
+
evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
122854
122862
|
comment?: string | {
|
|
122855
122863
|
type: "cell";
|
|
122856
122864
|
column: string;
|
|
@@ -126653,6 +126661,7 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
126653
126661
|
};
|
|
126654
126662
|
splitter: string;
|
|
126655
126663
|
} | undefined;
|
|
126664
|
+
evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
126656
126665
|
comment?: string | {
|
|
126657
126666
|
type: "cell";
|
|
126658
126667
|
column: string;
|
|
@@ -130455,6 +130464,7 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
130455
130464
|
};
|
|
130456
130465
|
splitter: string;
|
|
130457
130466
|
} | undefined;
|
|
130467
|
+
evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
130458
130468
|
comment?: string | {
|
|
130459
130469
|
type: "cell";
|
|
130460
130470
|
column: string;
|
|
@@ -134259,6 +134269,7 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
134259
134269
|
};
|
|
134260
134270
|
splitter: string;
|
|
134261
134271
|
} | undefined;
|
|
134272
|
+
evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
134262
134273
|
comment?: string | {
|
|
134263
134274
|
type: "cell";
|
|
134264
134275
|
column: string;
|
|
@@ -138064,6 +138075,7 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
138064
138075
|
};
|
|
138065
138076
|
splitter: string;
|
|
138066
138077
|
} | undefined;
|
|
138078
|
+
evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
138067
138079
|
comment?: string | {
|
|
138068
138080
|
type: "cell";
|
|
138069
138081
|
column: string;
|