@0xtorch/csv 0.0.91 → 0.0.92
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 +22 -2
- 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 +5 -2
- package/_cjs/schemas/parser.js.map +1 -1
- package/_esm/parseRowsToActions/parse.js +23 -3
- 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 +6 -2
- 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 +158 -18
- package/_types/schemas/format.d.ts.map +1 -1
- package/_types/schemas/parser.d.ts +272 -24
- package/_types/schemas/parser.d.ts.map +1 -1
- package/package.json +1 -1
- package/parseRowsToActions/parse.ts +35 -2
- package/parseRowsToActions/pattern.ts +3 -0
- package/schemas/parser.ts +6 -2
|
@@ -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;
|
|
@@ -62044,6 +62118,12 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
62044
62118
|
type: "nonnegative";
|
|
62045
62119
|
}, {
|
|
62046
62120
|
type: "nonnegative";
|
|
62121
|
+
}>, z.ZodObject<{
|
|
62122
|
+
type: z.ZodLiteral<"zero">;
|
|
62123
|
+
}, "strip", z.ZodTypeAny, {
|
|
62124
|
+
type: "zero";
|
|
62125
|
+
}, {
|
|
62126
|
+
type: "zero";
|
|
62047
62127
|
}>]>;
|
|
62048
62128
|
}, "strip", z.ZodTypeAny, {
|
|
62049
62129
|
column: string;
|
|
@@ -62068,6 +62148,8 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
62068
62148
|
type: "nonpositive";
|
|
62069
62149
|
} | {
|
|
62070
62150
|
type: "nonnegative";
|
|
62151
|
+
} | {
|
|
62152
|
+
type: "zero";
|
|
62071
62153
|
};
|
|
62072
62154
|
}, {
|
|
62073
62155
|
column: string;
|
|
@@ -62092,6 +62174,8 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
62092
62174
|
type: "nonpositive";
|
|
62093
62175
|
} | {
|
|
62094
62176
|
type: "nonnegative";
|
|
62177
|
+
} | {
|
|
62178
|
+
type: "zero";
|
|
62095
62179
|
};
|
|
62096
62180
|
}>, "many">>;
|
|
62097
62181
|
direction: z.ZodUnion<[z.ZodLiteral<"in">, z.ZodLiteral<"out">, z.ZodLiteral<"none">]>;
|
|
@@ -80130,6 +80214,8 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
80130
80214
|
type: "nonpositive";
|
|
80131
80215
|
} | {
|
|
80132
80216
|
type: "nonnegative";
|
|
80217
|
+
} | {
|
|
80218
|
+
type: "zero";
|
|
80133
80219
|
};
|
|
80134
80220
|
}[] | undefined;
|
|
80135
80221
|
from?: string | {
|
|
@@ -82311,6 +82397,8 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
82311
82397
|
type: "nonpositive";
|
|
82312
82398
|
} | {
|
|
82313
82399
|
type: "nonnegative";
|
|
82400
|
+
} | {
|
|
82401
|
+
type: "zero";
|
|
82314
82402
|
};
|
|
82315
82403
|
}[] | undefined;
|
|
82316
82404
|
from?: string | {
|
|
@@ -83233,7 +83321,11 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
83233
83321
|
} | undefined;
|
|
83234
83322
|
}>, "many">;
|
|
83235
83323
|
}, "strip", z.ZodTypeAny, {
|
|
83236
|
-
type:
|
|
83324
|
+
type: {
|
|
83325
|
+
type: "cell";
|
|
83326
|
+
column: string;
|
|
83327
|
+
row: number;
|
|
83328
|
+
} | "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
83329
|
source: string | {
|
|
83238
83330
|
type: "cell";
|
|
83239
83331
|
column: string;
|
|
@@ -85107,6 +85199,8 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
85107
85199
|
type: "nonpositive";
|
|
85108
85200
|
} | {
|
|
85109
85201
|
type: "nonnegative";
|
|
85202
|
+
} | {
|
|
85203
|
+
type: "zero";
|
|
85110
85204
|
};
|
|
85111
85205
|
}[] | undefined;
|
|
85112
85206
|
from?: string | {
|
|
@@ -86338,7 +86432,11 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
86338
86432
|
type: "id";
|
|
86339
86433
|
splitter: string;
|
|
86340
86434
|
} | undefined;
|
|
86341
|
-
evidence?:
|
|
86435
|
+
evidence?: {
|
|
86436
|
+
type: "cell";
|
|
86437
|
+
column: string;
|
|
86438
|
+
row: number;
|
|
86439
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
86342
86440
|
comment?: string | {
|
|
86343
86441
|
type: "cell";
|
|
86344
86442
|
column: string;
|
|
@@ -87565,7 +87663,11 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
87565
87663
|
type: "join";
|
|
87566
87664
|
} | undefined;
|
|
87567
87665
|
}, {
|
|
87568
|
-
type:
|
|
87666
|
+
type: {
|
|
87667
|
+
type: "cell";
|
|
87668
|
+
column: string;
|
|
87669
|
+
row?: number | undefined;
|
|
87670
|
+
} | "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
87671
|
source: string | {
|
|
87570
87672
|
type: "cell";
|
|
87571
87673
|
column: string;
|
|
@@ -89439,6 +89541,8 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
89439
89541
|
type: "nonpositive";
|
|
89440
89542
|
} | {
|
|
89441
89543
|
type: "nonnegative";
|
|
89544
|
+
} | {
|
|
89545
|
+
type: "zero";
|
|
89442
89546
|
};
|
|
89443
89547
|
}[] | undefined;
|
|
89444
89548
|
from?: string | {
|
|
@@ -90670,7 +90774,11 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
90670
90774
|
type: "id";
|
|
90671
90775
|
splitter: string;
|
|
90672
90776
|
} | undefined;
|
|
90673
|
-
evidence?:
|
|
90777
|
+
evidence?: {
|
|
90778
|
+
type: "cell";
|
|
90779
|
+
column: string;
|
|
90780
|
+
row?: number | undefined;
|
|
90781
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
90674
90782
|
comment?: string | {
|
|
90675
90783
|
type: "cell";
|
|
90676
90784
|
column: string;
|
|
@@ -92226,10 +92334,16 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
92226
92334
|
type: "nonpositive";
|
|
92227
92335
|
} | {
|
|
92228
92336
|
type: "nonnegative";
|
|
92337
|
+
} | {
|
|
92338
|
+
type: "zero";
|
|
92229
92339
|
};
|
|
92230
92340
|
}[];
|
|
92231
92341
|
generators: {
|
|
92232
|
-
type:
|
|
92342
|
+
type: {
|
|
92343
|
+
type: "cell";
|
|
92344
|
+
column: string;
|
|
92345
|
+
row: number;
|
|
92346
|
+
} | "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
92347
|
source: string | {
|
|
92234
92348
|
type: "cell";
|
|
92235
92349
|
column: string;
|
|
@@ -94103,6 +94217,8 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
94103
94217
|
type: "nonpositive";
|
|
94104
94218
|
} | {
|
|
94105
94219
|
type: "nonnegative";
|
|
94220
|
+
} | {
|
|
94221
|
+
type: "zero";
|
|
94106
94222
|
};
|
|
94107
94223
|
}[] | undefined;
|
|
94108
94224
|
from?: string | {
|
|
@@ -95334,7 +95450,11 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
95334
95450
|
type: "id";
|
|
95335
95451
|
splitter: string;
|
|
95336
95452
|
} | undefined;
|
|
95337
|
-
evidence?:
|
|
95453
|
+
evidence?: {
|
|
95454
|
+
type: "cell";
|
|
95455
|
+
column: string;
|
|
95456
|
+
row: number;
|
|
95457
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
95338
95458
|
comment?: string | {
|
|
95339
95459
|
type: "cell";
|
|
95340
95460
|
column: string;
|
|
@@ -96890,10 +97010,16 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
96890
97010
|
type: "nonpositive";
|
|
96891
97011
|
} | {
|
|
96892
97012
|
type: "nonnegative";
|
|
97013
|
+
} | {
|
|
97014
|
+
type: "zero";
|
|
96893
97015
|
};
|
|
96894
97016
|
}[];
|
|
96895
97017
|
generators: {
|
|
96896
|
-
type:
|
|
97018
|
+
type: {
|
|
97019
|
+
type: "cell";
|
|
97020
|
+
column: string;
|
|
97021
|
+
row?: number | undefined;
|
|
97022
|
+
} | "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
97023
|
source: string | {
|
|
96898
97024
|
type: "cell";
|
|
96899
97025
|
column: string;
|
|
@@ -98767,6 +98893,8 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
98767
98893
|
type: "nonpositive";
|
|
98768
98894
|
} | {
|
|
98769
98895
|
type: "nonnegative";
|
|
98896
|
+
} | {
|
|
98897
|
+
type: "zero";
|
|
98770
98898
|
};
|
|
98771
98899
|
}[] | undefined;
|
|
98772
98900
|
from?: string | {
|
|
@@ -99998,7 +100126,11 @@ export declare const parserSchema: z.ZodObject<{
|
|
|
99998
100126
|
type: "id";
|
|
99999
100127
|
splitter: string;
|
|
100000
100128
|
} | undefined;
|
|
100001
|
-
evidence?:
|
|
100129
|
+
evidence?: {
|
|
100130
|
+
type: "cell";
|
|
100131
|
+
column: string;
|
|
100132
|
+
row?: number | undefined;
|
|
100133
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
100002
100134
|
comment?: string | {
|
|
100003
100135
|
type: "cell";
|
|
100004
100136
|
column: string;
|
|
@@ -103336,6 +103468,12 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
103336
103468
|
type: "nonnegative";
|
|
103337
103469
|
}, {
|
|
103338
103470
|
type: "nonnegative";
|
|
103471
|
+
}>, z.ZodObject<{
|
|
103472
|
+
type: z.ZodLiteral<"zero">;
|
|
103473
|
+
}, "strip", z.ZodTypeAny, {
|
|
103474
|
+
type: "zero";
|
|
103475
|
+
}, {
|
|
103476
|
+
type: "zero";
|
|
103339
103477
|
}>]>;
|
|
103340
103478
|
}, "strip", z.ZodTypeAny, {
|
|
103341
103479
|
value: string | {
|
|
@@ -103665,6 +103803,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
103665
103803
|
type: "nonpositive";
|
|
103666
103804
|
} | {
|
|
103667
103805
|
type: "nonnegative";
|
|
103806
|
+
} | {
|
|
103807
|
+
type: "zero";
|
|
103668
103808
|
};
|
|
103669
103809
|
}, {
|
|
103670
103810
|
value: string | {
|
|
@@ -103994,10 +104134,24 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
103994
104134
|
type: "nonpositive";
|
|
103995
104135
|
} | {
|
|
103996
104136
|
type: "nonnegative";
|
|
104137
|
+
} | {
|
|
104138
|
+
type: "zero";
|
|
103997
104139
|
};
|
|
103998
104140
|
}>, "many">;
|
|
103999
104141
|
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">]
|
|
104142
|
+
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<{
|
|
104143
|
+
type: z.ZodLiteral<"cell">;
|
|
104144
|
+
column: z.ZodString;
|
|
104145
|
+
row: z.ZodEffects<z.ZodOptional<z.ZodNumber>, number, number | undefined>;
|
|
104146
|
+
}, "strip", z.ZodTypeAny, {
|
|
104147
|
+
type: "cell";
|
|
104148
|
+
column: string;
|
|
104149
|
+
row: number;
|
|
104150
|
+
}, {
|
|
104151
|
+
type: "cell";
|
|
104152
|
+
column: string;
|
|
104153
|
+
row?: number | undefined;
|
|
104154
|
+
}>]>;
|
|
104001
104155
|
source: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
104002
104156
|
type: z.ZodLiteral<"cell">;
|
|
104003
104157
|
column: z.ZodString;
|
|
@@ -106040,7 +106194,19 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
106040
106194
|
})[];
|
|
106041
106195
|
type: "join";
|
|
106042
106196
|
}>]>;
|
|
106043
|
-
evidence: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"contract">, z.ZodLiteral<"system-rule">, z.ZodLiteral<"user-rule">, z.ZodLiteral<"manual-check">, z.ZodLiteral<"none">]
|
|
106197
|
+
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<{
|
|
106198
|
+
type: z.ZodLiteral<"cell">;
|
|
106199
|
+
column: z.ZodString;
|
|
106200
|
+
row: z.ZodEffects<z.ZodOptional<z.ZodNumber>, number, number | undefined>;
|
|
106201
|
+
}, "strip", z.ZodTypeAny, {
|
|
106202
|
+
type: "cell";
|
|
106203
|
+
column: string;
|
|
106204
|
+
row: number;
|
|
106205
|
+
}, {
|
|
106206
|
+
type: "cell";
|
|
106207
|
+
column: string;
|
|
106208
|
+
row?: number | undefined;
|
|
106209
|
+
}>]>>;
|
|
106044
106210
|
timestamp: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
106045
106211
|
type: z.ZodLiteral<"cell">;
|
|
106046
106212
|
column: z.ZodString;
|
|
@@ -118983,6 +119149,12 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
118983
119149
|
type: "nonnegative";
|
|
118984
119150
|
}, {
|
|
118985
119151
|
type: "nonnegative";
|
|
119152
|
+
}>, z.ZodObject<{
|
|
119153
|
+
type: z.ZodLiteral<"zero">;
|
|
119154
|
+
}, "strip", z.ZodTypeAny, {
|
|
119155
|
+
type: "zero";
|
|
119156
|
+
}, {
|
|
119157
|
+
type: "zero";
|
|
118986
119158
|
}>]>;
|
|
118987
119159
|
}, "strip", z.ZodTypeAny, {
|
|
118988
119160
|
column: string;
|
|
@@ -119007,6 +119179,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
119007
119179
|
type: "nonpositive";
|
|
119008
119180
|
} | {
|
|
119009
119181
|
type: "nonnegative";
|
|
119182
|
+
} | {
|
|
119183
|
+
type: "zero";
|
|
119010
119184
|
};
|
|
119011
119185
|
}, {
|
|
119012
119186
|
column: string;
|
|
@@ -119031,6 +119205,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
119031
119205
|
type: "nonpositive";
|
|
119032
119206
|
} | {
|
|
119033
119207
|
type: "nonnegative";
|
|
119208
|
+
} | {
|
|
119209
|
+
type: "zero";
|
|
119034
119210
|
};
|
|
119035
119211
|
}>, "many">>;
|
|
119036
119212
|
direction: z.ZodUnion<[z.ZodLiteral<"in">, z.ZodLiteral<"out">, z.ZodLiteral<"none">]>;
|
|
@@ -137069,6 +137245,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
137069
137245
|
type: "nonpositive";
|
|
137070
137246
|
} | {
|
|
137071
137247
|
type: "nonnegative";
|
|
137248
|
+
} | {
|
|
137249
|
+
type: "zero";
|
|
137072
137250
|
};
|
|
137073
137251
|
}[] | undefined;
|
|
137074
137252
|
from?: string | {
|
|
@@ -139250,6 +139428,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
139250
139428
|
type: "nonpositive";
|
|
139251
139429
|
} | {
|
|
139252
139430
|
type: "nonnegative";
|
|
139431
|
+
} | {
|
|
139432
|
+
type: "zero";
|
|
139253
139433
|
};
|
|
139254
139434
|
}[] | undefined;
|
|
139255
139435
|
from?: string | {
|
|
@@ -140172,7 +140352,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
140172
140352
|
} | undefined;
|
|
140173
140353
|
}>, "many">;
|
|
140174
140354
|
}, "strip", z.ZodTypeAny, {
|
|
140175
|
-
type:
|
|
140355
|
+
type: {
|
|
140356
|
+
type: "cell";
|
|
140357
|
+
column: string;
|
|
140358
|
+
row: number;
|
|
140359
|
+
} | "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
140360
|
source: string | {
|
|
140177
140361
|
type: "cell";
|
|
140178
140362
|
column: string;
|
|
@@ -142046,6 +142230,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
142046
142230
|
type: "nonpositive";
|
|
142047
142231
|
} | {
|
|
142048
142232
|
type: "nonnegative";
|
|
142233
|
+
} | {
|
|
142234
|
+
type: "zero";
|
|
142049
142235
|
};
|
|
142050
142236
|
}[] | undefined;
|
|
142051
142237
|
from?: string | {
|
|
@@ -143277,7 +143463,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
143277
143463
|
type: "id";
|
|
143278
143464
|
splitter: string;
|
|
143279
143465
|
} | undefined;
|
|
143280
|
-
evidence?:
|
|
143466
|
+
evidence?: {
|
|
143467
|
+
type: "cell";
|
|
143468
|
+
column: string;
|
|
143469
|
+
row: number;
|
|
143470
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
143281
143471
|
comment?: string | {
|
|
143282
143472
|
type: "cell";
|
|
143283
143473
|
column: string;
|
|
@@ -144504,7 +144694,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
144504
144694
|
type: "join";
|
|
144505
144695
|
} | undefined;
|
|
144506
144696
|
}, {
|
|
144507
|
-
type:
|
|
144697
|
+
type: {
|
|
144698
|
+
type: "cell";
|
|
144699
|
+
column: string;
|
|
144700
|
+
row?: number | undefined;
|
|
144701
|
+
} | "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
144702
|
source: string | {
|
|
144509
144703
|
type: "cell";
|
|
144510
144704
|
column: string;
|
|
@@ -146378,6 +146572,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
146378
146572
|
type: "nonpositive";
|
|
146379
146573
|
} | {
|
|
146380
146574
|
type: "nonnegative";
|
|
146575
|
+
} | {
|
|
146576
|
+
type: "zero";
|
|
146381
146577
|
};
|
|
146382
146578
|
}[] | undefined;
|
|
146383
146579
|
from?: string | {
|
|
@@ -147609,7 +147805,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
147609
147805
|
type: "id";
|
|
147610
147806
|
splitter: string;
|
|
147611
147807
|
} | undefined;
|
|
147612
|
-
evidence?:
|
|
147808
|
+
evidence?: {
|
|
147809
|
+
type: "cell";
|
|
147810
|
+
column: string;
|
|
147811
|
+
row?: number | undefined;
|
|
147812
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
147613
147813
|
comment?: string | {
|
|
147614
147814
|
type: "cell";
|
|
147615
147815
|
column: string;
|
|
@@ -149165,10 +149365,16 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
149165
149365
|
type: "nonpositive";
|
|
149166
149366
|
} | {
|
|
149167
149367
|
type: "nonnegative";
|
|
149368
|
+
} | {
|
|
149369
|
+
type: "zero";
|
|
149168
149370
|
};
|
|
149169
149371
|
}[];
|
|
149170
149372
|
generators: {
|
|
149171
|
-
type:
|
|
149373
|
+
type: {
|
|
149374
|
+
type: "cell";
|
|
149375
|
+
column: string;
|
|
149376
|
+
row: number;
|
|
149377
|
+
} | "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
149378
|
source: string | {
|
|
149173
149379
|
type: "cell";
|
|
149174
149380
|
column: string;
|
|
@@ -151042,6 +151248,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
151042
151248
|
type: "nonpositive";
|
|
151043
151249
|
} | {
|
|
151044
151250
|
type: "nonnegative";
|
|
151251
|
+
} | {
|
|
151252
|
+
type: "zero";
|
|
151045
151253
|
};
|
|
151046
151254
|
}[] | undefined;
|
|
151047
151255
|
from?: string | {
|
|
@@ -152273,7 +152481,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
152273
152481
|
type: "id";
|
|
152274
152482
|
splitter: string;
|
|
152275
152483
|
} | undefined;
|
|
152276
|
-
evidence?:
|
|
152484
|
+
evidence?: {
|
|
152485
|
+
type: "cell";
|
|
152486
|
+
column: string;
|
|
152487
|
+
row: number;
|
|
152488
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
152277
152489
|
comment?: string | {
|
|
152278
152490
|
type: "cell";
|
|
152279
152491
|
column: string;
|
|
@@ -153829,10 +154041,16 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
153829
154041
|
type: "nonpositive";
|
|
153830
154042
|
} | {
|
|
153831
154043
|
type: "nonnegative";
|
|
154044
|
+
} | {
|
|
154045
|
+
type: "zero";
|
|
153832
154046
|
};
|
|
153833
154047
|
}[];
|
|
153834
154048
|
generators: {
|
|
153835
|
-
type:
|
|
154049
|
+
type: {
|
|
154050
|
+
type: "cell";
|
|
154051
|
+
column: string;
|
|
154052
|
+
row?: number | undefined;
|
|
154053
|
+
} | "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
154054
|
source: string | {
|
|
153837
154055
|
type: "cell";
|
|
153838
154056
|
column: string;
|
|
@@ -155706,6 +155924,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
155706
155924
|
type: "nonpositive";
|
|
155707
155925
|
} | {
|
|
155708
155926
|
type: "nonnegative";
|
|
155927
|
+
} | {
|
|
155928
|
+
type: "zero";
|
|
155709
155929
|
};
|
|
155710
155930
|
}[] | undefined;
|
|
155711
155931
|
from?: string | {
|
|
@@ -156937,7 +157157,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
156937
157157
|
type: "id";
|
|
156938
157158
|
splitter: string;
|
|
156939
157159
|
} | undefined;
|
|
156940
|
-
evidence?:
|
|
157160
|
+
evidence?: {
|
|
157161
|
+
type: "cell";
|
|
157162
|
+
column: string;
|
|
157163
|
+
row?: number | undefined;
|
|
157164
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
156941
157165
|
comment?: string | {
|
|
156942
157166
|
type: "cell";
|
|
156943
157167
|
column: string;
|
|
@@ -158495,10 +158719,16 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
158495
158719
|
type: "nonpositive";
|
|
158496
158720
|
} | {
|
|
158497
158721
|
type: "nonnegative";
|
|
158722
|
+
} | {
|
|
158723
|
+
type: "zero";
|
|
158498
158724
|
};
|
|
158499
158725
|
}[];
|
|
158500
158726
|
generators: {
|
|
158501
|
-
type:
|
|
158727
|
+
type: {
|
|
158728
|
+
type: "cell";
|
|
158729
|
+
column: string;
|
|
158730
|
+
row: number;
|
|
158731
|
+
} | "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
158732
|
source: string | {
|
|
158503
158733
|
type: "cell";
|
|
158504
158734
|
column: string;
|
|
@@ -160372,6 +160602,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
160372
160602
|
type: "nonpositive";
|
|
160373
160603
|
} | {
|
|
160374
160604
|
type: "nonnegative";
|
|
160605
|
+
} | {
|
|
160606
|
+
type: "zero";
|
|
160375
160607
|
};
|
|
160376
160608
|
}[] | undefined;
|
|
160377
160609
|
from?: string | {
|
|
@@ -161603,7 +161835,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
161603
161835
|
type: "id";
|
|
161604
161836
|
splitter: string;
|
|
161605
161837
|
} | undefined;
|
|
161606
|
-
evidence?:
|
|
161838
|
+
evidence?: {
|
|
161839
|
+
type: "cell";
|
|
161840
|
+
column: string;
|
|
161841
|
+
row: number;
|
|
161842
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
161607
161843
|
comment?: string | {
|
|
161608
161844
|
type: "cell";
|
|
161609
161845
|
column: string;
|
|
@@ -163162,10 +163398,16 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
163162
163398
|
type: "nonpositive";
|
|
163163
163399
|
} | {
|
|
163164
163400
|
type: "nonnegative";
|
|
163401
|
+
} | {
|
|
163402
|
+
type: "zero";
|
|
163165
163403
|
};
|
|
163166
163404
|
}[];
|
|
163167
163405
|
generators: {
|
|
163168
|
-
type:
|
|
163406
|
+
type: {
|
|
163407
|
+
type: "cell";
|
|
163408
|
+
column: string;
|
|
163409
|
+
row?: number | undefined;
|
|
163410
|
+
} | "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
163411
|
source: string | {
|
|
163170
163412
|
type: "cell";
|
|
163171
163413
|
column: string;
|
|
@@ -165039,6 +165281,8 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
165039
165281
|
type: "nonpositive";
|
|
165040
165282
|
} | {
|
|
165041
165283
|
type: "nonnegative";
|
|
165284
|
+
} | {
|
|
165285
|
+
type: "zero";
|
|
165042
165286
|
};
|
|
165043
165287
|
}[] | undefined;
|
|
165044
165288
|
from?: string | {
|
|
@@ -166270,7 +166514,11 @@ export declare const parsersWithKeySchema: z.ZodObject<{
|
|
|
166270
166514
|
type: "id";
|
|
166271
166515
|
splitter: string;
|
|
166272
166516
|
} | undefined;
|
|
166273
|
-
evidence?:
|
|
166517
|
+
evidence?: {
|
|
166518
|
+
type: "cell";
|
|
166519
|
+
column: string;
|
|
166520
|
+
row?: number | undefined;
|
|
166521
|
+
} | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
|
|
166274
166522
|
comment?: string | {
|
|
166275
166523
|
type: "cell";
|
|
166276
166524
|
column: string;
|