@0xtorch/csv 0.0.91 → 0.0.93
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/.DS_Store +0 -0
- package/_cjs/parseRowsToActions/parse.js +32 -3
- package/_cjs/parseRowsToActions/parse.js.map +1 -1
- package/_cjs/parseRowsToActions/pattern.js +3 -0
- package/_cjs/parseRowsToActions/pattern.js.map +1 -1
- package/_cjs/schemas/parser.js +6 -3
- package/_cjs/schemas/parser.js.map +1 -1
- package/_esm/parseRowsToActions/parse.js +33 -4
- package/_esm/parseRowsToActions/parse.js.map +1 -1
- package/_esm/parseRowsToActions/pattern.js +3 -0
- package/_esm/parseRowsToActions/pattern.js.map +1 -1
- package/_esm/schemas/parser.js +7 -3
- package/_esm/schemas/parser.js.map +1 -1
- package/_types/parseRowsToActions/parse.d.ts.map +1 -1
- package/_types/parseRowsToActions/pattern.d.ts.map +1 -1
- package/_types/schemas/format.d.ts +211 -27
- package/_types/schemas/format.d.ts.map +1 -1
- package/_types/schemas/parser.d.ts +348 -36
- package/_types/schemas/parser.d.ts.map +1 -1
- package/package.json +1 -1
- package/parseRowsToActions/parse.ts +49 -3
- package/parseRowsToActions/pattern.ts +3 -0
- package/schemas/parser.ts +7 -3
|
@@ -4178,6 +4178,12 @@ export declare const patternSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
|
4178
4178
|
type: "nonnegative";
|
|
4179
4179
|
}, {
|
|
4180
4180
|
type: "nonnegative";
|
|
4181
|
+
}>, z.ZodObject<{
|
|
4182
|
+
type: z.ZodLiteral<"zero">;
|
|
4183
|
+
}, "strip", z.ZodTypeAny, {
|
|
4184
|
+
type: "zero";
|
|
4185
|
+
}, {
|
|
4186
|
+
type: "zero";
|
|
4181
4187
|
}>]>;
|
|
4182
4188
|
export declare const conditionSchema: z.ZodObject<{
|
|
4183
4189
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
@@ -6285,6 +6291,12 @@ export declare const conditionSchema: z.ZodObject<{
|
|
|
6285
6291
|
type: "nonnegative";
|
|
6286
6292
|
}, {
|
|
6287
6293
|
type: "nonnegative";
|
|
6294
|
+
}>, z.ZodObject<{
|
|
6295
|
+
type: z.ZodLiteral<"zero">;
|
|
6296
|
+
}, "strip", z.ZodTypeAny, {
|
|
6297
|
+
type: "zero";
|
|
6298
|
+
}, {
|
|
6299
|
+
type: "zero";
|
|
6288
6300
|
}>]>;
|
|
6289
6301
|
}, "strip", z.ZodTypeAny, {
|
|
6290
6302
|
value: string | {
|
|
@@ -6614,6 +6626,8 @@ export declare const conditionSchema: z.ZodObject<{
|
|
|
6614
6626
|
type: "nonpositive";
|
|
6615
6627
|
} | {
|
|
6616
6628
|
type: "nonnegative";
|
|
6629
|
+
} | {
|
|
6630
|
+
type: "zero";
|
|
6617
6631
|
};
|
|
6618
6632
|
}, {
|
|
6619
6633
|
value: string | {
|
|
@@ -6943,6 +6957,8 @@ export declare const conditionSchema: z.ZodObject<{
|
|
|
6943
6957
|
type: "nonpositive";
|
|
6944
6958
|
} | {
|
|
6945
6959
|
type: "nonnegative";
|
|
6960
|
+
} | {
|
|
6961
|
+
type: "zero";
|
|
6946
6962
|
};
|
|
6947
6963
|
}>;
|
|
6948
6964
|
export declare const targetConditionSchema: z.ZodObject<{
|
|
@@ -7010,6 +7026,12 @@ export declare const targetConditionSchema: z.ZodObject<{
|
|
|
7010
7026
|
type: "nonnegative";
|
|
7011
7027
|
}, {
|
|
7012
7028
|
type: "nonnegative";
|
|
7029
|
+
}>, z.ZodObject<{
|
|
7030
|
+
type: z.ZodLiteral<"zero">;
|
|
7031
|
+
}, "strip", z.ZodTypeAny, {
|
|
7032
|
+
type: "zero";
|
|
7033
|
+
}, {
|
|
7034
|
+
type: "zero";
|
|
7013
7035
|
}>]>;
|
|
7014
7036
|
}, "strip", z.ZodTypeAny, {
|
|
7015
7037
|
column: string;
|
|
@@ -7034,6 +7056,8 @@ export declare const targetConditionSchema: z.ZodObject<{
|
|
|
7034
7056
|
type: "nonpositive";
|
|
7035
7057
|
} | {
|
|
7036
7058
|
type: "nonnegative";
|
|
7059
|
+
} | {
|
|
7060
|
+
type: "zero";
|
|
7037
7061
|
};
|
|
7038
7062
|
}, {
|
|
7039
7063
|
column: string;
|
|
@@ -7058,6 +7082,8 @@ export declare const targetConditionSchema: z.ZodObject<{
|
|
|
7058
7082
|
type: "nonpositive";
|
|
7059
7083
|
} | {
|
|
7060
7084
|
type: "nonnegative";
|
|
7085
|
+
} | {
|
|
7086
|
+
type: "zero";
|
|
7061
7087
|
};
|
|
7062
7088
|
}>;
|
|
7063
7089
|
export declare const amountSchema: z.ZodUnion<[z.ZodObject<{
|
|
@@ -23102,6 +23128,12 @@ export declare const transferComponentSchema: z.ZodObject<{
|
|
|
23102
23128
|
type: "nonnegative";
|
|
23103
23129
|
}, {
|
|
23104
23130
|
type: "nonnegative";
|
|
23131
|
+
}>, z.ZodObject<{
|
|
23132
|
+
type: z.ZodLiteral<"zero">;
|
|
23133
|
+
}, "strip", z.ZodTypeAny, {
|
|
23134
|
+
type: "zero";
|
|
23135
|
+
}, {
|
|
23136
|
+
type: "zero";
|
|
23105
23137
|
}>]>;
|
|
23106
23138
|
}, "strip", z.ZodTypeAny, {
|
|
23107
23139
|
column: string;
|
|
@@ -23126,6 +23158,8 @@ export declare const transferComponentSchema: z.ZodObject<{
|
|
|
23126
23158
|
type: "nonpositive";
|
|
23127
23159
|
} | {
|
|
23128
23160
|
type: "nonnegative";
|
|
23161
|
+
} | {
|
|
23162
|
+
type: "zero";
|
|
23129
23163
|
};
|
|
23130
23164
|
}, {
|
|
23131
23165
|
column: string;
|
|
@@ -23150,6 +23184,8 @@ export declare const transferComponentSchema: z.ZodObject<{
|
|
|
23150
23184
|
type: "nonpositive";
|
|
23151
23185
|
} | {
|
|
23152
23186
|
type: "nonnegative";
|
|
23187
|
+
} | {
|
|
23188
|
+
type: "zero";
|
|
23153
23189
|
};
|
|
23154
23190
|
}>, "many">>;
|
|
23155
23191
|
direction: z.ZodUnion<[z.ZodLiteral<"in">, z.ZodLiteral<"out">, z.ZodLiteral<"none">]>;
|
|
@@ -41188,6 +41224,8 @@ export declare const transferComponentSchema: z.ZodObject<{
|
|
|
41188
41224
|
type: "nonpositive";
|
|
41189
41225
|
} | {
|
|
41190
41226
|
type: "nonnegative";
|
|
41227
|
+
} | {
|
|
41228
|
+
type: "zero";
|
|
41191
41229
|
};
|
|
41192
41230
|
}[] | undefined;
|
|
41193
41231
|
from?: string | {
|
|
@@ -43369,6 +43407,8 @@ export declare const transferComponentSchema: z.ZodObject<{
|
|
|
43369
43407
|
type: "nonpositive";
|
|
43370
43408
|
} | {
|
|
43371
43409
|
type: "nonnegative";
|
|
43410
|
+
} | {
|
|
43411
|
+
type: "zero";
|
|
43372
43412
|
};
|
|
43373
43413
|
}[] | undefined;
|
|
43374
43414
|
from?: string | {
|
|
@@ -46397,6 +46437,12 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
46397
46437
|
type: "nonnegative";
|
|
46398
46438
|
}, {
|
|
46399
46439
|
type: "nonnegative";
|
|
46440
|
+
}>, z.ZodObject<{
|
|
46441
|
+
type: z.ZodLiteral<"zero">;
|
|
46442
|
+
}, "strip", z.ZodTypeAny, {
|
|
46443
|
+
type: "zero";
|
|
46444
|
+
}, {
|
|
46445
|
+
type: "zero";
|
|
46400
46446
|
}>]>;
|
|
46401
46447
|
}, "strip", z.ZodTypeAny, {
|
|
46402
46448
|
value: string | {
|
|
@@ -46726,6 +46772,8 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
46726
46772
|
type: "nonpositive";
|
|
46727
46773
|
} | {
|
|
46728
46774
|
type: "nonnegative";
|
|
46775
|
+
} | {
|
|
46776
|
+
type: "zero";
|
|
46729
46777
|
};
|
|
46730
46778
|
}, {
|
|
46731
46779
|
value: string | {
|
|
@@ -47055,10 +47103,24 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
47055
47103
|
type: "nonpositive";
|
|
47056
47104
|
} | {
|
|
47057
47105
|
type: "nonnegative";
|
|
47106
|
+
} | {
|
|
47107
|
+
type: "zero";
|
|
47058
47108
|
};
|
|
47059
47109
|
}>, "many">;
|
|
47060
47110
|
generators: z.ZodArray<z.ZodObject<{
|
|
47061
|
-
type: z.ZodUnion<[z.ZodLiteral<"borrow">, z.ZodLiteral<"bridge-from">, z.ZodLiteral<"bridge-to">, z.ZodLiteral<"cross-replace">, z.ZodLiteral<"cross-trade">, z.ZodLiteral<"add-liquidity">, z.ZodLiteral<"deposit">, z.ZodLiteral<"deposit-with-bond">, z.ZodLiteral<"stake">, z.ZodLiteral<"burn">, z.ZodLiteral<"derivative-fee">, z.ZodLiteral<"fee">, z.ZodLiteral<"interest-fee">, z.ZodLiteral<"pay">, z.ZodLiteral<"realize-loss">, z.ZodLiteral<"stolen">, z.ZodLiteral<"transaction-fee">, z.ZodLiteral<"approve">, z.ZodLiteral<"fail-tx">, z.ZodLiteral<"ignore">, z.ZodLiteral<"move">, z.ZodLiteral<"receive-from-cex">, z.ZodLiteral<"revoke">, z.ZodLiteral<"send-to-cex">, z.ZodLiteral<"spam">, z.ZodLiteral<"airdrop">, z.ZodLiteral<"cash-back">, z.ZodLiteral<"derivative-profit">, z.ZodLiteral<"free-mint">, z.ZodLiteral<"game-reward">, z.ZodLiteral<"gift">, z.ZodLiteral<"hardfork">, z.ZodLiteral<"income">, z.ZodLiteral<"interest">, z.ZodLiteral<"mining">, z.ZodLiteral<"nft-royalty">, z.ZodLiteral<"realize-profit">, z.ZodLiteral<"staking-reward">, z.ZodLiteral<"liquidation">, z.ZodLiteral<"repayment">, z.ZodLiteral<"replace">, z.ZodLiteral<"swap-nft">, z.ZodLiteral<"unwrap">, z.ZodLiteral<"wrap">, z.ZodLiteral<"atomic-arbitrage">, z.ZodLiteral<"buy-crypto">, z.ZodLiteral<"buy-nft">, z.ZodLiteral<"mint-nft">, z.ZodLiteral<"sell-crypto">, z.ZodLiteral<"sell-nft">, z.ZodLiteral<"trade">, z.ZodLiteral<"transfer">, z.ZodLiteral<"value-down">, z.ZodLiteral<"value-up">, z.ZodLiteral<"remove-liquidity">, z.ZodLiteral<"unstake">, z.ZodLiteral<"withdraw">, z.ZodLiteral<"withdraw-with-bond">]
|
|
47111
|
+
type: z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"borrow">, z.ZodLiteral<"bridge-from">, z.ZodLiteral<"bridge-to">, z.ZodLiteral<"cross-replace">, z.ZodLiteral<"cross-trade">, z.ZodLiteral<"add-liquidity">, z.ZodLiteral<"deposit">, z.ZodLiteral<"deposit-with-bond">, z.ZodLiteral<"stake">, z.ZodLiteral<"burn">, z.ZodLiteral<"derivative-fee">, z.ZodLiteral<"fee">, z.ZodLiteral<"interest-fee">, z.ZodLiteral<"pay">, z.ZodLiteral<"realize-loss">, z.ZodLiteral<"stolen">, z.ZodLiteral<"transaction-fee">, z.ZodLiteral<"approve">, z.ZodLiteral<"fail-tx">, z.ZodLiteral<"ignore">, z.ZodLiteral<"move">, z.ZodLiteral<"receive-from-cex">, z.ZodLiteral<"revoke">, z.ZodLiteral<"send-to-cex">, z.ZodLiteral<"spam">, z.ZodLiteral<"airdrop">, z.ZodLiteral<"cash-back">, z.ZodLiteral<"derivative-profit">, z.ZodLiteral<"free-mint">, z.ZodLiteral<"game-reward">, z.ZodLiteral<"gift">, z.ZodLiteral<"hardfork">, z.ZodLiteral<"income">, z.ZodLiteral<"interest">, z.ZodLiteral<"mining">, z.ZodLiteral<"nft-royalty">, z.ZodLiteral<"realize-profit">, z.ZodLiteral<"staking-reward">, z.ZodLiteral<"liquidation">, z.ZodLiteral<"repayment">, z.ZodLiteral<"replace">, z.ZodLiteral<"swap-nft">, z.ZodLiteral<"unwrap">, z.ZodLiteral<"wrap">, z.ZodLiteral<"atomic-arbitrage">, z.ZodLiteral<"buy-crypto">, z.ZodLiteral<"buy-nft">, z.ZodLiteral<"mint-nft">, z.ZodLiteral<"sell-crypto">, z.ZodLiteral<"sell-nft">, z.ZodLiteral<"trade">, z.ZodLiteral<"transfer">, z.ZodLiteral<"value-down">, z.ZodLiteral<"value-up">, z.ZodLiteral<"remove-liquidity">, z.ZodLiteral<"unstake">, z.ZodLiteral<"withdraw">, z.ZodLiteral<"withdraw-with-bond">]>, z.ZodObject<{
|
|
47112
|
+
type: z.ZodLiteral<"cell">;
|
|
47113
|
+
column: z.ZodString;
|
|
47114
|
+
row: z.ZodEffects<z.ZodOptional<z.ZodNumber>, number, number | undefined>;
|
|
47115
|
+
}, "strip", z.ZodTypeAny, {
|
|
47116
|
+
type: "cell";
|
|
47117
|
+
column: string;
|
|
47118
|
+
row: number;
|
|
47119
|
+
}, {
|
|
47120
|
+
type: "cell";
|
|
47121
|
+
column: string;
|
|
47122
|
+
row?: number | undefined;
|
|
47123
|
+
}>]>;
|
|
47062
47124
|
source: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
47063
47125
|
type: z.ZodLiteral<"cell">;
|
|
47064
47126
|
column: z.ZodString;
|
|
@@ -49101,7 +49163,19 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
49101
49163
|
})[];
|
|
49102
49164
|
type: "join";
|
|
49103
49165
|
}>]>;
|
|
49104
|
-
evidence: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"contract">, z.ZodLiteral<"system-rule">, z.ZodLiteral<"user-rule">, z.ZodLiteral<"manual-check">, z.ZodLiteral<"none">]
|
|
49166
|
+
evidence: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"contract">, z.ZodLiteral<"system-rule">, z.ZodLiteral<"user-rule">, z.ZodLiteral<"manual-check">, z.ZodLiteral<"none">]>, z.ZodObject<{
|
|
49167
|
+
type: z.ZodLiteral<"cell">;
|
|
49168
|
+
column: z.ZodString;
|
|
49169
|
+
row: z.ZodEffects<z.ZodOptional<z.ZodNumber>, number, number | undefined>;
|
|
49170
|
+
}, "strip", z.ZodTypeAny, {
|
|
49171
|
+
type: "cell";
|
|
49172
|
+
column: string;
|
|
49173
|
+
row: number;
|
|
49174
|
+
}, {
|
|
49175
|
+
type: "cell";
|
|
49176
|
+
column: string;
|
|
49177
|
+
row?: number | undefined;
|
|
49178
|
+
}>]>>;
|
|
49105
49179
|
timestamp: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
49106
49180
|
type: z.ZodLiteral<"cell">;
|
|
49107
49181
|
column: z.ZodString;
|
|
@@ -57270,7 +57344,19 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
57270
57344
|
})[];
|
|
57271
57345
|
type: "join";
|
|
57272
57346
|
}>]>>;
|
|
57273
|
-
crossType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"start">, z.ZodLiteral<"middle">, z.ZodLiteral<"end">]
|
|
57347
|
+
crossType: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"start">, z.ZodLiteral<"middle">, z.ZodLiteral<"end">]>, z.ZodObject<{
|
|
57348
|
+
type: z.ZodLiteral<"cell">;
|
|
57349
|
+
column: z.ZodString;
|
|
57350
|
+
row: z.ZodEffects<z.ZodOptional<z.ZodNumber>, number, number | undefined>;
|
|
57351
|
+
}, "strip", z.ZodTypeAny, {
|
|
57352
|
+
type: "cell";
|
|
57353
|
+
column: string;
|
|
57354
|
+
row: number;
|
|
57355
|
+
}, {
|
|
57356
|
+
type: "cell";
|
|
57357
|
+
column: string;
|
|
57358
|
+
row?: number | undefined;
|
|
57359
|
+
}>]>>;
|
|
57274
57360
|
loanId: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
57275
57361
|
type: z.ZodLiteral<"cell">;
|
|
57276
57362
|
column: z.ZodString;
|
|
@@ -62044,6 +62130,12 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
62044
62130
|
type: "nonnegative";
|
|
62045
62131
|
}, {
|
|
62046
62132
|
type: "nonnegative";
|
|
62133
|
+
}>, z.ZodObject<{
|
|
62134
|
+
type: z.ZodLiteral<"zero">;
|
|
62135
|
+
}, "strip", z.ZodTypeAny, {
|
|
62136
|
+
type: "zero";
|
|
62137
|
+
}, {
|
|
62138
|
+
type: "zero";
|
|
62047
62139
|
}>]>;
|
|
62048
62140
|
}, "strip", z.ZodTypeAny, {
|
|
62049
62141
|
column: string;
|
|
@@ -62068,6 +62160,8 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
62068
62160
|
type: "nonpositive";
|
|
62069
62161
|
} | {
|
|
62070
62162
|
type: "nonnegative";
|
|
62163
|
+
} | {
|
|
62164
|
+
type: "zero";
|
|
62071
62165
|
};
|
|
62072
62166
|
}, {
|
|
62073
62167
|
column: string;
|
|
@@ -62092,6 +62186,8 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
62092
62186
|
type: "nonpositive";
|
|
62093
62187
|
} | {
|
|
62094
62188
|
type: "nonnegative";
|
|
62189
|
+
} | {
|
|
62190
|
+
type: "zero";
|
|
62095
62191
|
};
|
|
62096
62192
|
}>, "many">>;
|
|
62097
62193
|
direction: z.ZodUnion<[z.ZodLiteral<"in">, z.ZodLiteral<"out">, z.ZodLiteral<"none">]>;
|
|
@@ -80130,6 +80226,8 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
80130
80226
|
type: "nonpositive";
|
|
80131
80227
|
} | {
|
|
80132
80228
|
type: "nonnegative";
|
|
80229
|
+
} | {
|
|
80230
|
+
type: "zero";
|
|
80133
80231
|
};
|
|
80134
80232
|
}[] | undefined;
|
|
80135
80233
|
from?: string | {
|
|
@@ -82311,6 +82409,8 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
82311
82409
|
type: "nonpositive";
|
|
82312
82410
|
} | {
|
|
82313
82411
|
type: "nonnegative";
|
|
82412
|
+
} | {
|
|
82413
|
+
type: "zero";
|
|
82314
82414
|
};
|
|
82315
82415
|
}[] | undefined;
|
|
82316
82416
|
from?: string | {
|
|
@@ -83233,7 +83333,11 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
83233
83333
|
} | undefined;
|
|
83234
83334
|
}>, "many">;
|
|
83235
83335
|
}, "strip", z.ZodTypeAny, {
|
|
83236
|
-
type:
|
|
83336
|
+
type: {
|
|
83337
|
+
type: "cell";
|
|
83338
|
+
column: string;
|
|
83339
|
+
row: number;
|
|
83340
|
+
} | "borrow" | "bridge-from" | "bridge-to" | "cross-replace" | "cross-trade" | "add-liquidity" | "deposit" | "deposit-with-bond" | "stake" | "burn" | "derivative-fee" | "fee" | "interest-fee" | "pay" | "realize-loss" | "stolen" | "transaction-fee" | "approve" | "fail-tx" | "ignore" | "move" | "receive-from-cex" | "revoke" | "send-to-cex" | "spam" | "airdrop" | "cash-back" | "derivative-profit" | "free-mint" | "game-reward" | "gift" | "hardfork" | "income" | "interest" | "mining" | "nft-royalty" | "realize-profit" | "staking-reward" | "liquidation" | "repayment" | "replace" | "swap-nft" | "unwrap" | "wrap" | "atomic-arbitrage" | "buy-crypto" | "buy-nft" | "mint-nft" | "sell-crypto" | "sell-nft" | "trade" | "transfer" | "value-down" | "value-up" | "remove-liquidity" | "unstake" | "withdraw" | "withdraw-with-bond";
|
|
83237
83341
|
source: string | {
|
|
83238
83342
|
type: "cell";
|
|
83239
83343
|
column: string;
|
|
@@ -85107,6 +85211,8 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
85107
85211
|
type: "nonpositive";
|
|
85108
85212
|
} | {
|
|
85109
85213
|
type: "nonnegative";
|
|
85214
|
+
} | {
|
|
85215
|
+
type: "zero";
|
|
85110
85216
|
};
|
|
85111
85217
|
}[] | undefined;
|
|
85112
85218
|
from?: string | {
|
|
@@ -86338,7 +86444,11 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
86338
86444
|
type: "id";
|
|
86339
86445
|
splitter: string;
|
|
86340
86446
|
} | undefined;
|
|
86341
|
-
evidence?:
|
|
86447
|
+
evidence?: {
|
|
86448
|
+
type: "cell";
|
|
86449
|
+
column: string;
|
|
86450
|
+
row: number;
|
|
86451
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
86342
86452
|
comment?: string | {
|
|
86343
86453
|
type: "cell";
|
|
86344
86454
|
column: string;
|
|
@@ -87257,7 +87367,11 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
87257
87367
|
})[];
|
|
87258
87368
|
type: "join";
|
|
87259
87369
|
} | undefined;
|
|
87260
|
-
crossType?:
|
|
87370
|
+
crossType?: {
|
|
87371
|
+
type: "cell";
|
|
87372
|
+
column: string;
|
|
87373
|
+
row: number;
|
|
87374
|
+
} | "start" | "end" | "middle" | undefined;
|
|
87261
87375
|
loanId?: string | {
|
|
87262
87376
|
type: "cell";
|
|
87263
87377
|
column: string;
|
|
@@ -87565,7 +87679,11 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
87565
87679
|
type: "join";
|
|
87566
87680
|
} | undefined;
|
|
87567
87681
|
}, {
|
|
87568
|
-
type:
|
|
87682
|
+
type: {
|
|
87683
|
+
type: "cell";
|
|
87684
|
+
column: string;
|
|
87685
|
+
row?: number | undefined;
|
|
87686
|
+
} | "borrow" | "bridge-from" | "bridge-to" | "cross-replace" | "cross-trade" | "add-liquidity" | "deposit" | "deposit-with-bond" | "stake" | "burn" | "derivative-fee" | "fee" | "interest-fee" | "pay" | "realize-loss" | "stolen" | "transaction-fee" | "approve" | "fail-tx" | "ignore" | "move" | "receive-from-cex" | "revoke" | "send-to-cex" | "spam" | "airdrop" | "cash-back" | "derivative-profit" | "free-mint" | "game-reward" | "gift" | "hardfork" | "income" | "interest" | "mining" | "nft-royalty" | "realize-profit" | "staking-reward" | "liquidation" | "repayment" | "replace" | "swap-nft" | "unwrap" | "wrap" | "atomic-arbitrage" | "buy-crypto" | "buy-nft" | "mint-nft" | "sell-crypto" | "sell-nft" | "trade" | "transfer" | "value-down" | "value-up" | "remove-liquidity" | "unstake" | "withdraw" | "withdraw-with-bond";
|
|
87569
87687
|
source: string | {
|
|
87570
87688
|
type: "cell";
|
|
87571
87689
|
column: string;
|
|
@@ -89439,6 +89557,8 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
89439
89557
|
type: "nonpositive";
|
|
89440
89558
|
} | {
|
|
89441
89559
|
type: "nonnegative";
|
|
89560
|
+
} | {
|
|
89561
|
+
type: "zero";
|
|
89442
89562
|
};
|
|
89443
89563
|
}[] | undefined;
|
|
89444
89564
|
from?: string | {
|
|
@@ -90670,7 +90790,11 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
90670
90790
|
type: "id";
|
|
90671
90791
|
splitter: string;
|
|
90672
90792
|
} | undefined;
|
|
90673
|
-
evidence?:
|
|
90793
|
+
evidence?: {
|
|
90794
|
+
type: "cell";
|
|
90795
|
+
column: string;
|
|
90796
|
+
row?: number | undefined;
|
|
90797
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
90674
90798
|
comment?: string | {
|
|
90675
90799
|
type: "cell";
|
|
90676
90800
|
column: string;
|
|
@@ -91589,7 +91713,11 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
91589
91713
|
})[];
|
|
91590
91714
|
type: "join";
|
|
91591
91715
|
} | undefined;
|
|
91592
|
-
crossType?:
|
|
91716
|
+
crossType?: {
|
|
91717
|
+
type: "cell";
|
|
91718
|
+
column: string;
|
|
91719
|
+
row?: number | undefined;
|
|
91720
|
+
} | "start" | "end" | "middle" | undefined;
|
|
91593
91721
|
loanId?: string | {
|
|
91594
91722
|
type: "cell";
|
|
91595
91723
|
column: string;
|
|
@@ -92226,10 +92354,16 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
92226
92354
|
type: "nonpositive";
|
|
92227
92355
|
} | {
|
|
92228
92356
|
type: "nonnegative";
|
|
92357
|
+
} | {
|
|
92358
|
+
type: "zero";
|
|
92229
92359
|
};
|
|
92230
92360
|
}[];
|
|
92231
92361
|
generators: {
|
|
92232
|
-
type:
|
|
92362
|
+
type: {
|
|
92363
|
+
type: "cell";
|
|
92364
|
+
column: string;
|
|
92365
|
+
row: number;
|
|
92366
|
+
} | "borrow" | "bridge-from" | "bridge-to" | "cross-replace" | "cross-trade" | "add-liquidity" | "deposit" | "deposit-with-bond" | "stake" | "burn" | "derivative-fee" | "fee" | "interest-fee" | "pay" | "realize-loss" | "stolen" | "transaction-fee" | "approve" | "fail-tx" | "ignore" | "move" | "receive-from-cex" | "revoke" | "send-to-cex" | "spam" | "airdrop" | "cash-back" | "derivative-profit" | "free-mint" | "game-reward" | "gift" | "hardfork" | "income" | "interest" | "mining" | "nft-royalty" | "realize-profit" | "staking-reward" | "liquidation" | "repayment" | "replace" | "swap-nft" | "unwrap" | "wrap" | "atomic-arbitrage" | "buy-crypto" | "buy-nft" | "mint-nft" | "sell-crypto" | "sell-nft" | "trade" | "transfer" | "value-down" | "value-up" | "remove-liquidity" | "unstake" | "withdraw" | "withdraw-with-bond";
|
|
92233
92367
|
source: string | {
|
|
92234
92368
|
type: "cell";
|
|
92235
92369
|
column: string;
|
|
@@ -94103,6 +94237,8 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
94103
94237
|
type: "nonpositive";
|
|
94104
94238
|
} | {
|
|
94105
94239
|
type: "nonnegative";
|
|
94240
|
+
} | {
|
|
94241
|
+
type: "zero";
|
|
94106
94242
|
};
|
|
94107
94243
|
}[] | undefined;
|
|
94108
94244
|
from?: string | {
|
|
@@ -95334,7 +95470,11 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
95334
95470
|
type: "id";
|
|
95335
95471
|
splitter: string;
|
|
95336
95472
|
} | undefined;
|
|
95337
|
-
evidence?:
|
|
95473
|
+
evidence?: {
|
|
95474
|
+
type: "cell";
|
|
95475
|
+
column: string;
|
|
95476
|
+
row: number;
|
|
95477
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
95338
95478
|
comment?: string | {
|
|
95339
95479
|
type: "cell";
|
|
95340
95480
|
column: string;
|
|
@@ -96253,7 +96393,11 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
96253
96393
|
})[];
|
|
96254
96394
|
type: "join";
|
|
96255
96395
|
} | undefined;
|
|
96256
|
-
crossType?:
|
|
96396
|
+
crossType?: {
|
|
96397
|
+
type: "cell";
|
|
96398
|
+
column: string;
|
|
96399
|
+
row: number;
|
|
96400
|
+
} | "start" | "end" | "middle" | undefined;
|
|
96257
96401
|
loanId?: string | {
|
|
96258
96402
|
type: "cell";
|
|
96259
96403
|
column: string;
|
|
@@ -96890,10 +97034,16 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
96890
97034
|
type: "nonpositive";
|
|
96891
97035
|
} | {
|
|
96892
97036
|
type: "nonnegative";
|
|
97037
|
+
} | {
|
|
97038
|
+
type: "zero";
|
|
96893
97039
|
};
|
|
96894
97040
|
}[];
|
|
96895
97041
|
generators: {
|
|
96896
|
-
type:
|
|
97042
|
+
type: {
|
|
97043
|
+
type: "cell";
|
|
97044
|
+
column: string;
|
|
97045
|
+
row?: number | undefined;
|
|
97046
|
+
} | "borrow" | "bridge-from" | "bridge-to" | "cross-replace" | "cross-trade" | "add-liquidity" | "deposit" | "deposit-with-bond" | "stake" | "burn" | "derivative-fee" | "fee" | "interest-fee" | "pay" | "realize-loss" | "stolen" | "transaction-fee" | "approve" | "fail-tx" | "ignore" | "move" | "receive-from-cex" | "revoke" | "send-to-cex" | "spam" | "airdrop" | "cash-back" | "derivative-profit" | "free-mint" | "game-reward" | "gift" | "hardfork" | "income" | "interest" | "mining" | "nft-royalty" | "realize-profit" | "staking-reward" | "liquidation" | "repayment" | "replace" | "swap-nft" | "unwrap" | "wrap" | "atomic-arbitrage" | "buy-crypto" | "buy-nft" | "mint-nft" | "sell-crypto" | "sell-nft" | "trade" | "transfer" | "value-down" | "value-up" | "remove-liquidity" | "unstake" | "withdraw" | "withdraw-with-bond";
|
|
96897
97047
|
source: string | {
|
|
96898
97048
|
type: "cell";
|
|
96899
97049
|
column: string;
|
|
@@ -98767,6 +98917,8 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
98767
98917
|
type: "nonpositive";
|
|
98768
98918
|
} | {
|
|
98769
98919
|
type: "nonnegative";
|
|
98920
|
+
} | {
|
|
98921
|
+
type: "zero";
|
|
98770
98922
|
};
|
|
98771
98923
|
}[] | undefined;
|
|
98772
98924
|
from?: string | {
|
|
@@ -99998,7 +100150,11 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
99998
100150
|
type: "id";
|
|
99999
100151
|
splitter: string;
|
|
100000
100152
|
} | undefined;
|
|
100001
|
-
evidence?:
|
|
100153
|
+
evidence?: {
|
|
100154
|
+
type: "cell";
|
|
100155
|
+
column: string;
|
|
100156
|
+
row?: number | undefined;
|
|
100157
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
100002
100158
|
comment?: string | {
|
|
100003
100159
|
type: "cell";
|
|
100004
100160
|
column: string;
|
|
@@ -100917,7 +101073,11 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
100917
101073
|
})[];
|
|
100918
101074
|
type: "join";
|
|
100919
101075
|
} | undefined;
|
|
100920
|
-
crossType?:
|
|
101076
|
+
crossType?: {
|
|
101077
|
+
type: "cell";
|
|
101078
|
+
column: string;
|
|
101079
|
+
row?: number | undefined;
|
|
101080
|
+
} | "start" | "end" | "middle" | undefined;
|
|
100921
101081
|
loanId?: string | {
|
|
100922
101082
|
type: "cell";
|
|
100923
101083
|
column: string;
|
|
@@ -103336,6 +103496,12 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
103336
103496
|
type: "nonnegative";
|
|
103337
103497
|
}, {
|
|
103338
103498
|
type: "nonnegative";
|
|
103499
|
+
}>, z.ZodObject<{
|
|
103500
|
+
type: z.ZodLiteral<"zero">;
|
|
103501
|
+
}, "strip", z.ZodTypeAny, {
|
|
103502
|
+
type: "zero";
|
|
103503
|
+
}, {
|
|
103504
|
+
type: "zero";
|
|
103339
103505
|
}>]>;
|
|
103340
103506
|
}, "strip", z.ZodTypeAny, {
|
|
103341
103507
|
value: string | {
|
|
@@ -103665,6 +103831,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
103665
103831
|
type: "nonpositive";
|
|
103666
103832
|
} | {
|
|
103667
103833
|
type: "nonnegative";
|
|
103834
|
+
} | {
|
|
103835
|
+
type: "zero";
|
|
103668
103836
|
};
|
|
103669
103837
|
}, {
|
|
103670
103838
|
value: string | {
|
|
@@ -103994,10 +104162,24 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
103994
104162
|
type: "nonpositive";
|
|
103995
104163
|
} | {
|
|
103996
104164
|
type: "nonnegative";
|
|
104165
|
+
} | {
|
|
104166
|
+
type: "zero";
|
|
103997
104167
|
};
|
|
103998
104168
|
}>, "many">;
|
|
103999
104169
|
generators: z.ZodArray<z.ZodObject<{
|
|
104000
|
-
type: z.ZodUnion<[z.ZodLiteral<"borrow">, z.ZodLiteral<"bridge-from">, z.ZodLiteral<"bridge-to">, z.ZodLiteral<"cross-replace">, z.ZodLiteral<"cross-trade">, z.ZodLiteral<"add-liquidity">, z.ZodLiteral<"deposit">, z.ZodLiteral<"deposit-with-bond">, z.ZodLiteral<"stake">, z.ZodLiteral<"burn">, z.ZodLiteral<"derivative-fee">, z.ZodLiteral<"fee">, z.ZodLiteral<"interest-fee">, z.ZodLiteral<"pay">, z.ZodLiteral<"realize-loss">, z.ZodLiteral<"stolen">, z.ZodLiteral<"transaction-fee">, z.ZodLiteral<"approve">, z.ZodLiteral<"fail-tx">, z.ZodLiteral<"ignore">, z.ZodLiteral<"move">, z.ZodLiteral<"receive-from-cex">, z.ZodLiteral<"revoke">, z.ZodLiteral<"send-to-cex">, z.ZodLiteral<"spam">, z.ZodLiteral<"airdrop">, z.ZodLiteral<"cash-back">, z.ZodLiteral<"derivative-profit">, z.ZodLiteral<"free-mint">, z.ZodLiteral<"game-reward">, z.ZodLiteral<"gift">, z.ZodLiteral<"hardfork">, z.ZodLiteral<"income">, z.ZodLiteral<"interest">, z.ZodLiteral<"mining">, z.ZodLiteral<"nft-royalty">, z.ZodLiteral<"realize-profit">, z.ZodLiteral<"staking-reward">, z.ZodLiteral<"liquidation">, z.ZodLiteral<"repayment">, z.ZodLiteral<"replace">, z.ZodLiteral<"swap-nft">, z.ZodLiteral<"unwrap">, z.ZodLiteral<"wrap">, z.ZodLiteral<"atomic-arbitrage">, z.ZodLiteral<"buy-crypto">, z.ZodLiteral<"buy-nft">, z.ZodLiteral<"mint-nft">, z.ZodLiteral<"sell-crypto">, z.ZodLiteral<"sell-nft">, z.ZodLiteral<"trade">, z.ZodLiteral<"transfer">, z.ZodLiteral<"value-down">, z.ZodLiteral<"value-up">, z.ZodLiteral<"remove-liquidity">, z.ZodLiteral<"unstake">, z.ZodLiteral<"withdraw">, z.ZodLiteral<"withdraw-with-bond">]
|
|
104170
|
+
type: z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"borrow">, z.ZodLiteral<"bridge-from">, z.ZodLiteral<"bridge-to">, z.ZodLiteral<"cross-replace">, z.ZodLiteral<"cross-trade">, z.ZodLiteral<"add-liquidity">, z.ZodLiteral<"deposit">, z.ZodLiteral<"deposit-with-bond">, z.ZodLiteral<"stake">, z.ZodLiteral<"burn">, z.ZodLiteral<"derivative-fee">, z.ZodLiteral<"fee">, z.ZodLiteral<"interest-fee">, z.ZodLiteral<"pay">, z.ZodLiteral<"realize-loss">, z.ZodLiteral<"stolen">, z.ZodLiteral<"transaction-fee">, z.ZodLiteral<"approve">, z.ZodLiteral<"fail-tx">, z.ZodLiteral<"ignore">, z.ZodLiteral<"move">, z.ZodLiteral<"receive-from-cex">, z.ZodLiteral<"revoke">, z.ZodLiteral<"send-to-cex">, z.ZodLiteral<"spam">, z.ZodLiteral<"airdrop">, z.ZodLiteral<"cash-back">, z.ZodLiteral<"derivative-profit">, z.ZodLiteral<"free-mint">, z.ZodLiteral<"game-reward">, z.ZodLiteral<"gift">, z.ZodLiteral<"hardfork">, z.ZodLiteral<"income">, z.ZodLiteral<"interest">, z.ZodLiteral<"mining">, z.ZodLiteral<"nft-royalty">, z.ZodLiteral<"realize-profit">, z.ZodLiteral<"staking-reward">, z.ZodLiteral<"liquidation">, z.ZodLiteral<"repayment">, z.ZodLiteral<"replace">, z.ZodLiteral<"swap-nft">, z.ZodLiteral<"unwrap">, z.ZodLiteral<"wrap">, z.ZodLiteral<"atomic-arbitrage">, z.ZodLiteral<"buy-crypto">, z.ZodLiteral<"buy-nft">, z.ZodLiteral<"mint-nft">, z.ZodLiteral<"sell-crypto">, z.ZodLiteral<"sell-nft">, z.ZodLiteral<"trade">, z.ZodLiteral<"transfer">, z.ZodLiteral<"value-down">, z.ZodLiteral<"value-up">, z.ZodLiteral<"remove-liquidity">, z.ZodLiteral<"unstake">, z.ZodLiteral<"withdraw">, z.ZodLiteral<"withdraw-with-bond">]>, z.ZodObject<{
|
|
104171
|
+
type: z.ZodLiteral<"cell">;
|
|
104172
|
+
column: z.ZodString;
|
|
104173
|
+
row: z.ZodEffects<z.ZodOptional<z.ZodNumber>, number, number | undefined>;
|
|
104174
|
+
}, "strip", z.ZodTypeAny, {
|
|
104175
|
+
type: "cell";
|
|
104176
|
+
column: string;
|
|
104177
|
+
row: number;
|
|
104178
|
+
}, {
|
|
104179
|
+
type: "cell";
|
|
104180
|
+
column: string;
|
|
104181
|
+
row?: number | undefined;
|
|
104182
|
+
}>]>;
|
|
104001
104183
|
source: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
104002
104184
|
type: z.ZodLiteral<"cell">;
|
|
104003
104185
|
column: z.ZodString;
|
|
@@ -106040,7 +106222,19 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
106040
106222
|
})[];
|
|
106041
106223
|
type: "join";
|
|
106042
106224
|
}>]>;
|
|
106043
|
-
evidence: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"contract">, z.ZodLiteral<"system-rule">, z.ZodLiteral<"user-rule">, z.ZodLiteral<"manual-check">, z.ZodLiteral<"none">]
|
|
106225
|
+
evidence: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"contract">, z.ZodLiteral<"system-rule">, z.ZodLiteral<"user-rule">, z.ZodLiteral<"manual-check">, z.ZodLiteral<"none">]>, z.ZodObject<{
|
|
106226
|
+
type: z.ZodLiteral<"cell">;
|
|
106227
|
+
column: z.ZodString;
|
|
106228
|
+
row: z.ZodEffects<z.ZodOptional<z.ZodNumber>, number, number | undefined>;
|
|
106229
|
+
}, "strip", z.ZodTypeAny, {
|
|
106230
|
+
type: "cell";
|
|
106231
|
+
column: string;
|
|
106232
|
+
row: number;
|
|
106233
|
+
}, {
|
|
106234
|
+
type: "cell";
|
|
106235
|
+
column: string;
|
|
106236
|
+
row?: number | undefined;
|
|
106237
|
+
}>]>>;
|
|
106044
106238
|
timestamp: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
106045
106239
|
type: z.ZodLiteral<"cell">;
|
|
106046
106240
|
column: z.ZodString;
|
|
@@ -114209,7 +114403,19 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
114209
114403
|
})[];
|
|
114210
114404
|
type: "join";
|
|
114211
114405
|
}>]>>;
|
|
114212
|
-
crossType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"start">, z.ZodLiteral<"middle">, z.ZodLiteral<"end">]
|
|
114406
|
+
crossType: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"start">, z.ZodLiteral<"middle">, z.ZodLiteral<"end">]>, z.ZodObject<{
|
|
114407
|
+
type: z.ZodLiteral<"cell">;
|
|
114408
|
+
column: z.ZodString;
|
|
114409
|
+
row: z.ZodEffects<z.ZodOptional<z.ZodNumber>, number, number | undefined>;
|
|
114410
|
+
}, "strip", z.ZodTypeAny, {
|
|
114411
|
+
type: "cell";
|
|
114412
|
+
column: string;
|
|
114413
|
+
row: number;
|
|
114414
|
+
}, {
|
|
114415
|
+
type: "cell";
|
|
114416
|
+
column: string;
|
|
114417
|
+
row?: number | undefined;
|
|
114418
|
+
}>]>>;
|
|
114213
114419
|
loanId: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
114214
114420
|
type: z.ZodLiteral<"cell">;
|
|
114215
114421
|
column: z.ZodString;
|
|
@@ -118983,6 +119189,12 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
118983
119189
|
type: "nonnegative";
|
|
118984
119190
|
}, {
|
|
118985
119191
|
type: "nonnegative";
|
|
119192
|
+
}>, z.ZodObject<{
|
|
119193
|
+
type: z.ZodLiteral<"zero">;
|
|
119194
|
+
}, "strip", z.ZodTypeAny, {
|
|
119195
|
+
type: "zero";
|
|
119196
|
+
}, {
|
|
119197
|
+
type: "zero";
|
|
118986
119198
|
}>]>;
|
|
118987
119199
|
}, "strip", z.ZodTypeAny, {
|
|
118988
119200
|
column: string;
|
|
@@ -119007,6 +119219,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
119007
119219
|
type: "nonpositive";
|
|
119008
119220
|
} | {
|
|
119009
119221
|
type: "nonnegative";
|
|
119222
|
+
} | {
|
|
119223
|
+
type: "zero";
|
|
119010
119224
|
};
|
|
119011
119225
|
}, {
|
|
119012
119226
|
column: string;
|
|
@@ -119031,6 +119245,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
119031
119245
|
type: "nonpositive";
|
|
119032
119246
|
} | {
|
|
119033
119247
|
type: "nonnegative";
|
|
119248
|
+
} | {
|
|
119249
|
+
type: "zero";
|
|
119034
119250
|
};
|
|
119035
119251
|
}>, "many">>;
|
|
119036
119252
|
direction: z.ZodUnion<[z.ZodLiteral<"in">, z.ZodLiteral<"out">, z.ZodLiteral<"none">]>;
|
|
@@ -137069,6 +137285,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
137069
137285
|
type: "nonpositive";
|
|
137070
137286
|
} | {
|
|
137071
137287
|
type: "nonnegative";
|
|
137288
|
+
} | {
|
|
137289
|
+
type: "zero";
|
|
137072
137290
|
};
|
|
137073
137291
|
}[] | undefined;
|
|
137074
137292
|
from?: string | {
|
|
@@ -139250,6 +139468,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
139250
139468
|
type: "nonpositive";
|
|
139251
139469
|
} | {
|
|
139252
139470
|
type: "nonnegative";
|
|
139471
|
+
} | {
|
|
139472
|
+
type: "zero";
|
|
139253
139473
|
};
|
|
139254
139474
|
}[] | undefined;
|
|
139255
139475
|
from?: string | {
|
|
@@ -140172,7 +140392,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
140172
140392
|
} | undefined;
|
|
140173
140393
|
}>, "many">;
|
|
140174
140394
|
}, "strip", z.ZodTypeAny, {
|
|
140175
|
-
type:
|
|
140395
|
+
type: {
|
|
140396
|
+
type: "cell";
|
|
140397
|
+
column: string;
|
|
140398
|
+
row: number;
|
|
140399
|
+
} | "borrow" | "bridge-from" | "bridge-to" | "cross-replace" | "cross-trade" | "add-liquidity" | "deposit" | "deposit-with-bond" | "stake" | "burn" | "derivative-fee" | "fee" | "interest-fee" | "pay" | "realize-loss" | "stolen" | "transaction-fee" | "approve" | "fail-tx" | "ignore" | "move" | "receive-from-cex" | "revoke" | "send-to-cex" | "spam" | "airdrop" | "cash-back" | "derivative-profit" | "free-mint" | "game-reward" | "gift" | "hardfork" | "income" | "interest" | "mining" | "nft-royalty" | "realize-profit" | "staking-reward" | "liquidation" | "repayment" | "replace" | "swap-nft" | "unwrap" | "wrap" | "atomic-arbitrage" | "buy-crypto" | "buy-nft" | "mint-nft" | "sell-crypto" | "sell-nft" | "trade" | "transfer" | "value-down" | "value-up" | "remove-liquidity" | "unstake" | "withdraw" | "withdraw-with-bond";
|
|
140176
140400
|
source: string | {
|
|
140177
140401
|
type: "cell";
|
|
140178
140402
|
column: string;
|
|
@@ -142046,6 +142270,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
142046
142270
|
type: "nonpositive";
|
|
142047
142271
|
} | {
|
|
142048
142272
|
type: "nonnegative";
|
|
142273
|
+
} | {
|
|
142274
|
+
type: "zero";
|
|
142049
142275
|
};
|
|
142050
142276
|
}[] | undefined;
|
|
142051
142277
|
from?: string | {
|
|
@@ -143277,7 +143503,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
143277
143503
|
type: "id";
|
|
143278
143504
|
splitter: string;
|
|
143279
143505
|
} | undefined;
|
|
143280
|
-
evidence?:
|
|
143506
|
+
evidence?: {
|
|
143507
|
+
type: "cell";
|
|
143508
|
+
column: string;
|
|
143509
|
+
row: number;
|
|
143510
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
143281
143511
|
comment?: string | {
|
|
143282
143512
|
type: "cell";
|
|
143283
143513
|
column: string;
|
|
@@ -144196,7 +144426,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
144196
144426
|
})[];
|
|
144197
144427
|
type: "join";
|
|
144198
144428
|
} | undefined;
|
|
144199
|
-
crossType?:
|
|
144429
|
+
crossType?: {
|
|
144430
|
+
type: "cell";
|
|
144431
|
+
column: string;
|
|
144432
|
+
row: number;
|
|
144433
|
+
} | "start" | "end" | "middle" | undefined;
|
|
144200
144434
|
loanId?: string | {
|
|
144201
144435
|
type: "cell";
|
|
144202
144436
|
column: string;
|
|
@@ -144504,7 +144738,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
144504
144738
|
type: "join";
|
|
144505
144739
|
} | undefined;
|
|
144506
144740
|
}, {
|
|
144507
|
-
type:
|
|
144741
|
+
type: {
|
|
144742
|
+
type: "cell";
|
|
144743
|
+
column: string;
|
|
144744
|
+
row?: number | undefined;
|
|
144745
|
+
} | "borrow" | "bridge-from" | "bridge-to" | "cross-replace" | "cross-trade" | "add-liquidity" | "deposit" | "deposit-with-bond" | "stake" | "burn" | "derivative-fee" | "fee" | "interest-fee" | "pay" | "realize-loss" | "stolen" | "transaction-fee" | "approve" | "fail-tx" | "ignore" | "move" | "receive-from-cex" | "revoke" | "send-to-cex" | "spam" | "airdrop" | "cash-back" | "derivative-profit" | "free-mint" | "game-reward" | "gift" | "hardfork" | "income" | "interest" | "mining" | "nft-royalty" | "realize-profit" | "staking-reward" | "liquidation" | "repayment" | "replace" | "swap-nft" | "unwrap" | "wrap" | "atomic-arbitrage" | "buy-crypto" | "buy-nft" | "mint-nft" | "sell-crypto" | "sell-nft" | "trade" | "transfer" | "value-down" | "value-up" | "remove-liquidity" | "unstake" | "withdraw" | "withdraw-with-bond";
|
|
144508
144746
|
source: string | {
|
|
144509
144747
|
type: "cell";
|
|
144510
144748
|
column: string;
|
|
@@ -146378,6 +146616,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
146378
146616
|
type: "nonpositive";
|
|
146379
146617
|
} | {
|
|
146380
146618
|
type: "nonnegative";
|
|
146619
|
+
} | {
|
|
146620
|
+
type: "zero";
|
|
146381
146621
|
};
|
|
146382
146622
|
}[] | undefined;
|
|
146383
146623
|
from?: string | {
|
|
@@ -147609,7 +147849,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
147609
147849
|
type: "id";
|
|
147610
147850
|
splitter: string;
|
|
147611
147851
|
} | undefined;
|
|
147612
|
-
evidence?:
|
|
147852
|
+
evidence?: {
|
|
147853
|
+
type: "cell";
|
|
147854
|
+
column: string;
|
|
147855
|
+
row?: number | undefined;
|
|
147856
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
147613
147857
|
comment?: string | {
|
|
147614
147858
|
type: "cell";
|
|
147615
147859
|
column: string;
|
|
@@ -148528,7 +148772,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
148528
148772
|
})[];
|
|
148529
148773
|
type: "join";
|
|
148530
148774
|
} | undefined;
|
|
148531
|
-
crossType?:
|
|
148775
|
+
crossType?: {
|
|
148776
|
+
type: "cell";
|
|
148777
|
+
column: string;
|
|
148778
|
+
row?: number | undefined;
|
|
148779
|
+
} | "start" | "end" | "middle" | undefined;
|
|
148532
148780
|
loanId?: string | {
|
|
148533
148781
|
type: "cell";
|
|
148534
148782
|
column: string;
|
|
@@ -149165,10 +149413,16 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
149165
149413
|
type: "nonpositive";
|
|
149166
149414
|
} | {
|
|
149167
149415
|
type: "nonnegative";
|
|
149416
|
+
} | {
|
|
149417
|
+
type: "zero";
|
|
149168
149418
|
};
|
|
149169
149419
|
}[];
|
|
149170
149420
|
generators: {
|
|
149171
|
-
type:
|
|
149421
|
+
type: {
|
|
149422
|
+
type: "cell";
|
|
149423
|
+
column: string;
|
|
149424
|
+
row: number;
|
|
149425
|
+
} | "borrow" | "bridge-from" | "bridge-to" | "cross-replace" | "cross-trade" | "add-liquidity" | "deposit" | "deposit-with-bond" | "stake" | "burn" | "derivative-fee" | "fee" | "interest-fee" | "pay" | "realize-loss" | "stolen" | "transaction-fee" | "approve" | "fail-tx" | "ignore" | "move" | "receive-from-cex" | "revoke" | "send-to-cex" | "spam" | "airdrop" | "cash-back" | "derivative-profit" | "free-mint" | "game-reward" | "gift" | "hardfork" | "income" | "interest" | "mining" | "nft-royalty" | "realize-profit" | "staking-reward" | "liquidation" | "repayment" | "replace" | "swap-nft" | "unwrap" | "wrap" | "atomic-arbitrage" | "buy-crypto" | "buy-nft" | "mint-nft" | "sell-crypto" | "sell-nft" | "trade" | "transfer" | "value-down" | "value-up" | "remove-liquidity" | "unstake" | "withdraw" | "withdraw-with-bond";
|
|
149172
149426
|
source: string | {
|
|
149173
149427
|
type: "cell";
|
|
149174
149428
|
column: string;
|
|
@@ -151042,6 +151296,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
151042
151296
|
type: "nonpositive";
|
|
151043
151297
|
} | {
|
|
151044
151298
|
type: "nonnegative";
|
|
151299
|
+
} | {
|
|
151300
|
+
type: "zero";
|
|
151045
151301
|
};
|
|
151046
151302
|
}[] | undefined;
|
|
151047
151303
|
from?: string | {
|
|
@@ -152273,7 +152529,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
152273
152529
|
type: "id";
|
|
152274
152530
|
splitter: string;
|
|
152275
152531
|
} | undefined;
|
|
152276
|
-
evidence?:
|
|
152532
|
+
evidence?: {
|
|
152533
|
+
type: "cell";
|
|
152534
|
+
column: string;
|
|
152535
|
+
row: number;
|
|
152536
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
152277
152537
|
comment?: string | {
|
|
152278
152538
|
type: "cell";
|
|
152279
152539
|
column: string;
|
|
@@ -153192,7 +153452,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
153192
153452
|
})[];
|
|
153193
153453
|
type: "join";
|
|
153194
153454
|
} | undefined;
|
|
153195
|
-
crossType?:
|
|
153455
|
+
crossType?: {
|
|
153456
|
+
type: "cell";
|
|
153457
|
+
column: string;
|
|
153458
|
+
row: number;
|
|
153459
|
+
} | "start" | "end" | "middle" | undefined;
|
|
153196
153460
|
loanId?: string | {
|
|
153197
153461
|
type: "cell";
|
|
153198
153462
|
column: string;
|
|
@@ -153829,10 +154093,16 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
153829
154093
|
type: "nonpositive";
|
|
153830
154094
|
} | {
|
|
153831
154095
|
type: "nonnegative";
|
|
154096
|
+
} | {
|
|
154097
|
+
type: "zero";
|
|
153832
154098
|
};
|
|
153833
154099
|
}[];
|
|
153834
154100
|
generators: {
|
|
153835
|
-
type:
|
|
154101
|
+
type: {
|
|
154102
|
+
type: "cell";
|
|
154103
|
+
column: string;
|
|
154104
|
+
row?: number | undefined;
|
|
154105
|
+
} | "borrow" | "bridge-from" | "bridge-to" | "cross-replace" | "cross-trade" | "add-liquidity" | "deposit" | "deposit-with-bond" | "stake" | "burn" | "derivative-fee" | "fee" | "interest-fee" | "pay" | "realize-loss" | "stolen" | "transaction-fee" | "approve" | "fail-tx" | "ignore" | "move" | "receive-from-cex" | "revoke" | "send-to-cex" | "spam" | "airdrop" | "cash-back" | "derivative-profit" | "free-mint" | "game-reward" | "gift" | "hardfork" | "income" | "interest" | "mining" | "nft-royalty" | "realize-profit" | "staking-reward" | "liquidation" | "repayment" | "replace" | "swap-nft" | "unwrap" | "wrap" | "atomic-arbitrage" | "buy-crypto" | "buy-nft" | "mint-nft" | "sell-crypto" | "sell-nft" | "trade" | "transfer" | "value-down" | "value-up" | "remove-liquidity" | "unstake" | "withdraw" | "withdraw-with-bond";
|
|
153836
154106
|
source: string | {
|
|
153837
154107
|
type: "cell";
|
|
153838
154108
|
column: string;
|
|
@@ -155706,6 +155976,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
155706
155976
|
type: "nonpositive";
|
|
155707
155977
|
} | {
|
|
155708
155978
|
type: "nonnegative";
|
|
155979
|
+
} | {
|
|
155980
|
+
type: "zero";
|
|
155709
155981
|
};
|
|
155710
155982
|
}[] | undefined;
|
|
155711
155983
|
from?: string | {
|
|
@@ -156937,7 +157209,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
156937
157209
|
type: "id";
|
|
156938
157210
|
splitter: string;
|
|
156939
157211
|
} | undefined;
|
|
156940
|
-
evidence?:
|
|
157212
|
+
evidence?: {
|
|
157213
|
+
type: "cell";
|
|
157214
|
+
column: string;
|
|
157215
|
+
row?: number | undefined;
|
|
157216
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
156941
157217
|
comment?: string | {
|
|
156942
157218
|
type: "cell";
|
|
156943
157219
|
column: string;
|
|
@@ -157856,7 +158132,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
157856
158132
|
})[];
|
|
157857
158133
|
type: "join";
|
|
157858
158134
|
} | undefined;
|
|
157859
|
-
crossType?:
|
|
158135
|
+
crossType?: {
|
|
158136
|
+
type: "cell";
|
|
158137
|
+
column: string;
|
|
158138
|
+
row?: number | undefined;
|
|
158139
|
+
} | "start" | "end" | "middle" | undefined;
|
|
157860
158140
|
loanId?: string | {
|
|
157861
158141
|
type: "cell";
|
|
157862
158142
|
column: string;
|
|
@@ -158495,10 +158775,16 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
158495
158775
|
type: "nonpositive";
|
|
158496
158776
|
} | {
|
|
158497
158777
|
type: "nonnegative";
|
|
158778
|
+
} | {
|
|
158779
|
+
type: "zero";
|
|
158498
158780
|
};
|
|
158499
158781
|
}[];
|
|
158500
158782
|
generators: {
|
|
158501
|
-
type:
|
|
158783
|
+
type: {
|
|
158784
|
+
type: "cell";
|
|
158785
|
+
column: string;
|
|
158786
|
+
row: number;
|
|
158787
|
+
} | "borrow" | "bridge-from" | "bridge-to" | "cross-replace" | "cross-trade" | "add-liquidity" | "deposit" | "deposit-with-bond" | "stake" | "burn" | "derivative-fee" | "fee" | "interest-fee" | "pay" | "realize-loss" | "stolen" | "transaction-fee" | "approve" | "fail-tx" | "ignore" | "move" | "receive-from-cex" | "revoke" | "send-to-cex" | "spam" | "airdrop" | "cash-back" | "derivative-profit" | "free-mint" | "game-reward" | "gift" | "hardfork" | "income" | "interest" | "mining" | "nft-royalty" | "realize-profit" | "staking-reward" | "liquidation" | "repayment" | "replace" | "swap-nft" | "unwrap" | "wrap" | "atomic-arbitrage" | "buy-crypto" | "buy-nft" | "mint-nft" | "sell-crypto" | "sell-nft" | "trade" | "transfer" | "value-down" | "value-up" | "remove-liquidity" | "unstake" | "withdraw" | "withdraw-with-bond";
|
|
158502
158788
|
source: string | {
|
|
158503
158789
|
type: "cell";
|
|
158504
158790
|
column: string;
|
|
@@ -160372,6 +160658,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
160372
160658
|
type: "nonpositive";
|
|
160373
160659
|
} | {
|
|
160374
160660
|
type: "nonnegative";
|
|
160661
|
+
} | {
|
|
160662
|
+
type: "zero";
|
|
160375
160663
|
};
|
|
160376
160664
|
}[] | undefined;
|
|
160377
160665
|
from?: string | {
|
|
@@ -161603,7 +161891,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
161603
161891
|
type: "id";
|
|
161604
161892
|
splitter: string;
|
|
161605
161893
|
} | undefined;
|
|
161606
|
-
evidence?:
|
|
161894
|
+
evidence?: {
|
|
161895
|
+
type: "cell";
|
|
161896
|
+
column: string;
|
|
161897
|
+
row: number;
|
|
161898
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
161607
161899
|
comment?: string | {
|
|
161608
161900
|
type: "cell";
|
|
161609
161901
|
column: string;
|
|
@@ -162522,7 +162814,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
162522
162814
|
})[];
|
|
162523
162815
|
type: "join";
|
|
162524
162816
|
} | undefined;
|
|
162525
|
-
crossType?:
|
|
162817
|
+
crossType?: {
|
|
162818
|
+
type: "cell";
|
|
162819
|
+
column: string;
|
|
162820
|
+
row: number;
|
|
162821
|
+
} | "start" | "end" | "middle" | undefined;
|
|
162526
162822
|
loanId?: string | {
|
|
162527
162823
|
type: "cell";
|
|
162528
162824
|
column: string;
|
|
@@ -163162,10 +163458,16 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
163162
163458
|
type: "nonpositive";
|
|
163163
163459
|
} | {
|
|
163164
163460
|
type: "nonnegative";
|
|
163461
|
+
} | {
|
|
163462
|
+
type: "zero";
|
|
163165
163463
|
};
|
|
163166
163464
|
}[];
|
|
163167
163465
|
generators: {
|
|
163168
|
-
type:
|
|
163466
|
+
type: {
|
|
163467
|
+
type: "cell";
|
|
163468
|
+
column: string;
|
|
163469
|
+
row?: number | undefined;
|
|
163470
|
+
} | "borrow" | "bridge-from" | "bridge-to" | "cross-replace" | "cross-trade" | "add-liquidity" | "deposit" | "deposit-with-bond" | "stake" | "burn" | "derivative-fee" | "fee" | "interest-fee" | "pay" | "realize-loss" | "stolen" | "transaction-fee" | "approve" | "fail-tx" | "ignore" | "move" | "receive-from-cex" | "revoke" | "send-to-cex" | "spam" | "airdrop" | "cash-back" | "derivative-profit" | "free-mint" | "game-reward" | "gift" | "hardfork" | "income" | "interest" | "mining" | "nft-royalty" | "realize-profit" | "staking-reward" | "liquidation" | "repayment" | "replace" | "swap-nft" | "unwrap" | "wrap" | "atomic-arbitrage" | "buy-crypto" | "buy-nft" | "mint-nft" | "sell-crypto" | "sell-nft" | "trade" | "transfer" | "value-down" | "value-up" | "remove-liquidity" | "unstake" | "withdraw" | "withdraw-with-bond";
|
|
163169
163471
|
source: string | {
|
|
163170
163472
|
type: "cell";
|
|
163171
163473
|
column: string;
|
|
@@ -165039,6 +165341,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
165039
165341
|
type: "nonpositive";
|
|
165040
165342
|
} | {
|
|
165041
165343
|
type: "nonnegative";
|
|
165344
|
+
} | {
|
|
165345
|
+
type: "zero";
|
|
165042
165346
|
};
|
|
165043
165347
|
}[] | undefined;
|
|
165044
165348
|
from?: string | {
|
|
@@ -166270,7 +166574,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
166270
166574
|
type: "id";
|
|
166271
166575
|
splitter: string;
|
|
166272
166576
|
} | undefined;
|
|
166273
|
-
evidence?:
|
|
166577
|
+
evidence?: {
|
|
166578
|
+
type: "cell";
|
|
166579
|
+
column: string;
|
|
166580
|
+
row?: number | undefined;
|
|
166581
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
166274
166582
|
comment?: string | {
|
|
166275
166583
|
type: "cell";
|
|
166276
166584
|
column: string;
|
|
@@ -167189,7 +167497,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
167189
167497
|
})[];
|
|
167190
167498
|
type: "join";
|
|
167191
167499
|
} | undefined;
|
|
167192
|
-
crossType?:
|
|
167500
|
+
crossType?: {
|
|
167501
|
+
type: "cell";
|
|
167502
|
+
column: string;
|
|
167503
|
+
row?: number | undefined;
|
|
167504
|
+
} | "start" | "end" | "middle" | undefined;
|
|
167193
167505
|
loanId?: string | {
|
|
167194
167506
|
type: "cell";
|
|
167195
167507
|
column: string;
|