@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.
@@ -2122,6 +2122,12 @@ export declare const csvFormatSchema: z.ZodObject<{
2122
2122
  type: "nonnegative";
2123
2123
  }, {
2124
2124
  type: "nonnegative";
2125
+ }>, z.ZodObject<{
2126
+ type: z.ZodLiteral<"zero">;
2127
+ }, "strip", z.ZodTypeAny, {
2128
+ type: "zero";
2129
+ }, {
2130
+ type: "zero";
2125
2131
  }>]>;
2126
2132
  }, "strip", z.ZodTypeAny, {
2127
2133
  value: string | {
@@ -2451,6 +2457,8 @@ export declare const csvFormatSchema: z.ZodObject<{
2451
2457
  type: "nonpositive";
2452
2458
  } | {
2453
2459
  type: "nonnegative";
2460
+ } | {
2461
+ type: "zero";
2454
2462
  };
2455
2463
  }, {
2456
2464
  value: string | {
@@ -2780,10 +2788,24 @@ export declare const csvFormatSchema: z.ZodObject<{
2780
2788
  type: "nonpositive";
2781
2789
  } | {
2782
2790
  type: "nonnegative";
2791
+ } | {
2792
+ type: "zero";
2783
2793
  };
2784
2794
  }>, "many">;
2785
2795
  generators: z.ZodArray<z.ZodObject<{
2786
- 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">]>;
2796
+ 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<{
2797
+ type: z.ZodLiteral<"cell">;
2798
+ column: z.ZodString;
2799
+ row: z.ZodEffects<z.ZodOptional<z.ZodNumber>, number, number | undefined>;
2800
+ }, "strip", z.ZodTypeAny, {
2801
+ type: "cell";
2802
+ column: string;
2803
+ row: number;
2804
+ }, {
2805
+ type: "cell";
2806
+ column: string;
2807
+ row?: number | undefined;
2808
+ }>]>;
2787
2809
  source: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodObject<{
2788
2810
  type: z.ZodLiteral<"cell">;
2789
2811
  column: z.ZodString;
@@ -4826,7 +4848,19 @@ export declare const csvFormatSchema: z.ZodObject<{
4826
4848
  })[];
4827
4849
  type: "join";
4828
4850
  }>]>;
4829
- evidence: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"contract">, z.ZodLiteral<"system-rule">, z.ZodLiteral<"user-rule">, z.ZodLiteral<"manual-check">, z.ZodLiteral<"none">]>>;
4851
+ 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<{
4852
+ type: z.ZodLiteral<"cell">;
4853
+ column: z.ZodString;
4854
+ row: z.ZodEffects<z.ZodOptional<z.ZodNumber>, number, number | undefined>;
4855
+ }, "strip", z.ZodTypeAny, {
4856
+ type: "cell";
4857
+ column: string;
4858
+ row: number;
4859
+ }, {
4860
+ type: "cell";
4861
+ column: string;
4862
+ row?: number | undefined;
4863
+ }>]>>;
4830
4864
  timestamp: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodObject<{
4831
4865
  type: z.ZodLiteral<"cell">;
4832
4866
  column: z.ZodString;
@@ -12995,7 +13029,19 @@ export declare const csvFormatSchema: z.ZodObject<{
12995
13029
  })[];
12996
13030
  type: "join";
12997
13031
  }>]>>;
12998
- crossType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"start">, z.ZodLiteral<"middle">, z.ZodLiteral<"end">]>>;
13032
+ crossType: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"start">, z.ZodLiteral<"middle">, z.ZodLiteral<"end">]>, z.ZodObject<{
13033
+ type: z.ZodLiteral<"cell">;
13034
+ column: z.ZodString;
13035
+ row: z.ZodEffects<z.ZodOptional<z.ZodNumber>, number, number | undefined>;
13036
+ }, "strip", z.ZodTypeAny, {
13037
+ type: "cell";
13038
+ column: string;
13039
+ row: number;
13040
+ }, {
13041
+ type: "cell";
13042
+ column: string;
13043
+ row?: number | undefined;
13044
+ }>]>>;
12999
13045
  loanId: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodObject<{
13000
13046
  type: z.ZodLiteral<"cell">;
13001
13047
  column: z.ZodString;
@@ -17768,6 +17814,12 @@ export declare const csvFormatSchema: z.ZodObject<{
17768
17814
  type: "nonnegative";
17769
17815
  }, {
17770
17816
  type: "nonnegative";
17817
+ }>, z.ZodObject<{
17818
+ type: z.ZodLiteral<"zero">;
17819
+ }, "strip", z.ZodTypeAny, {
17820
+ type: "zero";
17821
+ }, {
17822
+ type: "zero";
17771
17823
  }>]>;
17772
17824
  }, "strip", z.ZodTypeAny, {
17773
17825
  column: string;
@@ -17792,6 +17844,8 @@ export declare const csvFormatSchema: z.ZodObject<{
17792
17844
  type: "nonpositive";
17793
17845
  } | {
17794
17846
  type: "nonnegative";
17847
+ } | {
17848
+ type: "zero";
17795
17849
  };
17796
17850
  }, {
17797
17851
  column: string;
@@ -17816,6 +17870,8 @@ export declare const csvFormatSchema: z.ZodObject<{
17816
17870
  type: "nonpositive";
17817
17871
  } | {
17818
17872
  type: "nonnegative";
17873
+ } | {
17874
+ type: "zero";
17819
17875
  };
17820
17876
  }>, "many">>;
17821
17877
  direction: z.ZodUnion<[z.ZodLiteral<"in">, z.ZodLiteral<"out">, z.ZodLiteral<"none">]>;
@@ -35854,6 +35910,8 @@ export declare const csvFormatSchema: z.ZodObject<{
35854
35910
  type: "nonpositive";
35855
35911
  } | {
35856
35912
  type: "nonnegative";
35913
+ } | {
35914
+ type: "zero";
35857
35915
  };
35858
35916
  }[] | undefined;
35859
35917
  from?: string | {
@@ -38035,6 +38093,8 @@ export declare const csvFormatSchema: z.ZodObject<{
38035
38093
  type: "nonpositive";
38036
38094
  } | {
38037
38095
  type: "nonnegative";
38096
+ } | {
38097
+ type: "zero";
38038
38098
  };
38039
38099
  }[] | undefined;
38040
38100
  from?: string | {
@@ -38957,7 +39017,11 @@ export declare const csvFormatSchema: z.ZodObject<{
38957
39017
  } | undefined;
38958
39018
  }>, "many">;
38959
39019
  }, "strip", z.ZodTypeAny, {
38960
- type: "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";
39020
+ type: {
39021
+ type: "cell";
39022
+ column: string;
39023
+ row: number;
39024
+ } | "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";
38961
39025
  source: string | {
38962
39026
  type: "cell";
38963
39027
  column: string;
@@ -40831,6 +40895,8 @@ export declare const csvFormatSchema: z.ZodObject<{
40831
40895
  type: "nonpositive";
40832
40896
  } | {
40833
40897
  type: "nonnegative";
40898
+ } | {
40899
+ type: "zero";
40834
40900
  };
40835
40901
  }[] | undefined;
40836
40902
  from?: string | {
@@ -42062,7 +42128,11 @@ export declare const csvFormatSchema: z.ZodObject<{
42062
42128
  type: "id";
42063
42129
  splitter: string;
42064
42130
  } | undefined;
42065
- evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
42131
+ evidence?: {
42132
+ type: "cell";
42133
+ column: string;
42134
+ row: number;
42135
+ } | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
42066
42136
  comment?: string | {
42067
42137
  type: "cell";
42068
42138
  column: string;
@@ -42981,7 +43051,11 @@ export declare const csvFormatSchema: z.ZodObject<{
42981
43051
  })[];
42982
43052
  type: "join";
42983
43053
  } | undefined;
42984
- crossType?: "start" | "end" | "middle" | undefined;
43054
+ crossType?: {
43055
+ type: "cell";
43056
+ column: string;
43057
+ row: number;
43058
+ } | "start" | "end" | "middle" | undefined;
42985
43059
  loanId?: string | {
42986
43060
  type: "cell";
42987
43061
  column: string;
@@ -43289,7 +43363,11 @@ export declare const csvFormatSchema: z.ZodObject<{
43289
43363
  type: "join";
43290
43364
  } | undefined;
43291
43365
  }, {
43292
- type: "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";
43366
+ type: {
43367
+ type: "cell";
43368
+ column: string;
43369
+ row?: number | undefined;
43370
+ } | "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";
43293
43371
  source: string | {
43294
43372
  type: "cell";
43295
43373
  column: string;
@@ -45163,6 +45241,8 @@ export declare const csvFormatSchema: z.ZodObject<{
45163
45241
  type: "nonpositive";
45164
45242
  } | {
45165
45243
  type: "nonnegative";
45244
+ } | {
45245
+ type: "zero";
45166
45246
  };
45167
45247
  }[] | undefined;
45168
45248
  from?: string | {
@@ -46394,7 +46474,11 @@ export declare const csvFormatSchema: z.ZodObject<{
46394
46474
  type: "id";
46395
46475
  splitter: string;
46396
46476
  } | undefined;
46397
- evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
46477
+ evidence?: {
46478
+ type: "cell";
46479
+ column: string;
46480
+ row?: number | undefined;
46481
+ } | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
46398
46482
  comment?: string | {
46399
46483
  type: "cell";
46400
46484
  column: string;
@@ -47313,7 +47397,11 @@ export declare const csvFormatSchema: z.ZodObject<{
47313
47397
  })[];
47314
47398
  type: "join";
47315
47399
  } | undefined;
47316
- crossType?: "start" | "end" | "middle" | undefined;
47400
+ crossType?: {
47401
+ type: "cell";
47402
+ column: string;
47403
+ row?: number | undefined;
47404
+ } | "start" | "end" | "middle" | undefined;
47317
47405
  loanId?: string | {
47318
47406
  type: "cell";
47319
47407
  column: string;
@@ -47950,10 +48038,16 @@ export declare const csvFormatSchema: z.ZodObject<{
47950
48038
  type: "nonpositive";
47951
48039
  } | {
47952
48040
  type: "nonnegative";
48041
+ } | {
48042
+ type: "zero";
47953
48043
  };
47954
48044
  }[];
47955
48045
  generators: {
47956
- type: "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";
48046
+ type: {
48047
+ type: "cell";
48048
+ column: string;
48049
+ row: number;
48050
+ } | "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";
47957
48051
  source: string | {
47958
48052
  type: "cell";
47959
48053
  column: string;
@@ -49827,6 +49921,8 @@ export declare const csvFormatSchema: z.ZodObject<{
49827
49921
  type: "nonpositive";
49828
49922
  } | {
49829
49923
  type: "nonnegative";
49924
+ } | {
49925
+ type: "zero";
49830
49926
  };
49831
49927
  }[] | undefined;
49832
49928
  from?: string | {
@@ -51058,7 +51154,11 @@ export declare const csvFormatSchema: z.ZodObject<{
51058
51154
  type: "id";
51059
51155
  splitter: string;
51060
51156
  } | undefined;
51061
- evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
51157
+ evidence?: {
51158
+ type: "cell";
51159
+ column: string;
51160
+ row: number;
51161
+ } | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
51062
51162
  comment?: string | {
51063
51163
  type: "cell";
51064
51164
  column: string;
@@ -51977,7 +52077,11 @@ export declare const csvFormatSchema: z.ZodObject<{
51977
52077
  })[];
51978
52078
  type: "join";
51979
52079
  } | undefined;
51980
- crossType?: "start" | "end" | "middle" | undefined;
52080
+ crossType?: {
52081
+ type: "cell";
52082
+ column: string;
52083
+ row: number;
52084
+ } | "start" | "end" | "middle" | undefined;
51981
52085
  loanId?: string | {
51982
52086
  type: "cell";
51983
52087
  column: string;
@@ -52614,10 +52718,16 @@ export declare const csvFormatSchema: z.ZodObject<{
52614
52718
  type: "nonpositive";
52615
52719
  } | {
52616
52720
  type: "nonnegative";
52721
+ } | {
52722
+ type: "zero";
52617
52723
  };
52618
52724
  }[];
52619
52725
  generators: {
52620
- type: "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";
52726
+ type: {
52727
+ type: "cell";
52728
+ column: string;
52729
+ row?: number | undefined;
52730
+ } | "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";
52621
52731
  source: string | {
52622
52732
  type: "cell";
52623
52733
  column: string;
@@ -54491,6 +54601,8 @@ export declare const csvFormatSchema: z.ZodObject<{
54491
54601
  type: "nonpositive";
54492
54602
  } | {
54493
54603
  type: "nonnegative";
54604
+ } | {
54605
+ type: "zero";
54494
54606
  };
54495
54607
  }[] | undefined;
54496
54608
  from?: string | {
@@ -55722,7 +55834,11 @@ export declare const csvFormatSchema: z.ZodObject<{
55722
55834
  type: "id";
55723
55835
  splitter: string;
55724
55836
  } | undefined;
55725
- evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
55837
+ evidence?: {
55838
+ type: "cell";
55839
+ column: string;
55840
+ row?: number | undefined;
55841
+ } | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
55726
55842
  comment?: string | {
55727
55843
  type: "cell";
55728
55844
  column: string;
@@ -56641,7 +56757,11 @@ export declare const csvFormatSchema: z.ZodObject<{
56641
56757
  })[];
56642
56758
  type: "join";
56643
56759
  } | undefined;
56644
- crossType?: "start" | "end" | "middle" | undefined;
56760
+ crossType?: {
56761
+ type: "cell";
56762
+ column: string;
56763
+ row?: number | undefined;
56764
+ } | "start" | "end" | "middle" | undefined;
56645
56765
  loanId?: string | {
56646
56766
  type: "cell";
56647
56767
  column: string;
@@ -57280,10 +57400,16 @@ export declare const csvFormatSchema: z.ZodObject<{
57280
57400
  type: "nonpositive";
57281
57401
  } | {
57282
57402
  type: "nonnegative";
57403
+ } | {
57404
+ type: "zero";
57283
57405
  };
57284
57406
  }[];
57285
57407
  generators: {
57286
- type: "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";
57408
+ type: {
57409
+ type: "cell";
57410
+ column: string;
57411
+ row: number;
57412
+ } | "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";
57287
57413
  source: string | {
57288
57414
  type: "cell";
57289
57415
  column: string;
@@ -59157,6 +59283,8 @@ export declare const csvFormatSchema: z.ZodObject<{
59157
59283
  type: "nonpositive";
59158
59284
  } | {
59159
59285
  type: "nonnegative";
59286
+ } | {
59287
+ type: "zero";
59160
59288
  };
59161
59289
  }[] | undefined;
59162
59290
  from?: string | {
@@ -60388,7 +60516,11 @@ export declare const csvFormatSchema: z.ZodObject<{
60388
60516
  type: "id";
60389
60517
  splitter: string;
60390
60518
  } | undefined;
60391
- evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
60519
+ evidence?: {
60520
+ type: "cell";
60521
+ column: string;
60522
+ row: number;
60523
+ } | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
60392
60524
  comment?: string | {
60393
60525
  type: "cell";
60394
60526
  column: string;
@@ -61307,7 +61439,11 @@ export declare const csvFormatSchema: z.ZodObject<{
61307
61439
  })[];
61308
61440
  type: "join";
61309
61441
  } | undefined;
61310
- crossType?: "start" | "end" | "middle" | undefined;
61442
+ crossType?: {
61443
+ type: "cell";
61444
+ column: string;
61445
+ row: number;
61446
+ } | "start" | "end" | "middle" | undefined;
61311
61447
  loanId?: string | {
61312
61448
  type: "cell";
61313
61449
  column: string;
@@ -61947,10 +62083,16 @@ export declare const csvFormatSchema: z.ZodObject<{
61947
62083
  type: "nonpositive";
61948
62084
  } | {
61949
62085
  type: "nonnegative";
62086
+ } | {
62087
+ type: "zero";
61950
62088
  };
61951
62089
  }[];
61952
62090
  generators: {
61953
- type: "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";
62091
+ type: {
62092
+ type: "cell";
62093
+ column: string;
62094
+ row?: number | undefined;
62095
+ } | "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";
61954
62096
  source: string | {
61955
62097
  type: "cell";
61956
62098
  column: string;
@@ -63824,6 +63966,8 @@ export declare const csvFormatSchema: z.ZodObject<{
63824
63966
  type: "nonpositive";
63825
63967
  } | {
63826
63968
  type: "nonnegative";
63969
+ } | {
63970
+ type: "zero";
63827
63971
  };
63828
63972
  }[] | undefined;
63829
63973
  from?: string | {
@@ -65055,7 +65199,11 @@ export declare const csvFormatSchema: z.ZodObject<{
65055
65199
  type: "id";
65056
65200
  splitter: string;
65057
65201
  } | undefined;
65058
- evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
65202
+ evidence?: {
65203
+ type: "cell";
65204
+ column: string;
65205
+ row?: number | undefined;
65206
+ } | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
65059
65207
  comment?: string | {
65060
65208
  type: "cell";
65061
65209
  column: string;
@@ -65974,7 +66122,11 @@ export declare const csvFormatSchema: z.ZodObject<{
65974
66122
  })[];
65975
66123
  type: "join";
65976
66124
  } | undefined;
65977
- crossType?: "start" | "end" | "middle" | undefined;
66125
+ crossType?: {
66126
+ type: "cell";
66127
+ column: string;
66128
+ row?: number | undefined;
66129
+ } | "start" | "end" | "middle" | undefined;
65978
66130
  loanId?: string | {
65979
66131
  type: "cell";
65980
66132
  column: string;
@@ -66620,10 +66772,16 @@ export declare const csvFormatSchema: z.ZodObject<{
66620
66772
  type: "nonpositive";
66621
66773
  } | {
66622
66774
  type: "nonnegative";
66775
+ } | {
66776
+ type: "zero";
66623
66777
  };
66624
66778
  }[];
66625
66779
  generators: {
66626
- type: "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";
66780
+ type: {
66781
+ type: "cell";
66782
+ column: string;
66783
+ row: number;
66784
+ } | "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";
66627
66785
  source: string | {
66628
66786
  type: "cell";
66629
66787
  column: string;
@@ -68497,6 +68655,8 @@ export declare const csvFormatSchema: z.ZodObject<{
68497
68655
  type: "nonpositive";
68498
68656
  } | {
68499
68657
  type: "nonnegative";
68658
+ } | {
68659
+ type: "zero";
68500
68660
  };
68501
68661
  }[] | undefined;
68502
68662
  from?: string | {
@@ -69728,7 +69888,11 @@ export declare const csvFormatSchema: z.ZodObject<{
69728
69888
  type: "id";
69729
69889
  splitter: string;
69730
69890
  } | undefined;
69731
- evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
69891
+ evidence?: {
69892
+ type: "cell";
69893
+ column: string;
69894
+ row: number;
69895
+ } | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
69732
69896
  comment?: string | {
69733
69897
  type: "cell";
69734
69898
  column: string;
@@ -70647,7 +70811,11 @@ export declare const csvFormatSchema: z.ZodObject<{
70647
70811
  })[];
70648
70812
  type: "join";
70649
70813
  } | undefined;
70650
- crossType?: "start" | "end" | "middle" | undefined;
70814
+ crossType?: {
70815
+ type: "cell";
70816
+ column: string;
70817
+ row: number;
70818
+ } | "start" | "end" | "middle" | undefined;
70651
70819
  loanId?: string | {
70652
70820
  type: "cell";
70653
70821
  column: string;
@@ -71298,10 +71466,16 @@ export declare const csvFormatSchema: z.ZodObject<{
71298
71466
  type: "nonpositive";
71299
71467
  } | {
71300
71468
  type: "nonnegative";
71469
+ } | {
71470
+ type: "zero";
71301
71471
  };
71302
71472
  }[];
71303
71473
  generators: {
71304
- type: "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";
71474
+ type: {
71475
+ type: "cell";
71476
+ column: string;
71477
+ row?: number | undefined;
71478
+ } | "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";
71305
71479
  source: string | {
71306
71480
  type: "cell";
71307
71481
  column: string;
@@ -73175,6 +73349,8 @@ export declare const csvFormatSchema: z.ZodObject<{
73175
73349
  type: "nonpositive";
73176
73350
  } | {
73177
73351
  type: "nonnegative";
73352
+ } | {
73353
+ type: "zero";
73178
73354
  };
73179
73355
  }[] | undefined;
73180
73356
  from?: string | {
@@ -74406,7 +74582,11 @@ export declare const csvFormatSchema: z.ZodObject<{
74406
74582
  type: "id";
74407
74583
  splitter: string;
74408
74584
  } | undefined;
74409
- evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
74585
+ evidence?: {
74586
+ type: "cell";
74587
+ column: string;
74588
+ row?: number | undefined;
74589
+ } | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
74410
74590
  comment?: string | {
74411
74591
  type: "cell";
74412
74592
  column: string;
@@ -75325,7 +75505,11 @@ export declare const csvFormatSchema: z.ZodObject<{
75325
75505
  })[];
75326
75506
  type: "join";
75327
75507
  } | undefined;
75328
- crossType?: "start" | "end" | "middle" | undefined;
75508
+ crossType?: {
75509
+ type: "cell";
75510
+ column: string;
75511
+ row?: number | undefined;
75512
+ } | "start" | "end" | "middle" | undefined;
75329
75513
  loanId?: string | {
75330
75514
  type: "cell";
75331
75515
  column: string;