@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.
@@ -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;
@@ -17768,6 +17802,12 @@ export declare const csvFormatSchema: z.ZodObject<{
17768
17802
  type: "nonnegative";
17769
17803
  }, {
17770
17804
  type: "nonnegative";
17805
+ }>, z.ZodObject<{
17806
+ type: z.ZodLiteral<"zero">;
17807
+ }, "strip", z.ZodTypeAny, {
17808
+ type: "zero";
17809
+ }, {
17810
+ type: "zero";
17771
17811
  }>]>;
17772
17812
  }, "strip", z.ZodTypeAny, {
17773
17813
  column: string;
@@ -17792,6 +17832,8 @@ export declare const csvFormatSchema: z.ZodObject<{
17792
17832
  type: "nonpositive";
17793
17833
  } | {
17794
17834
  type: "nonnegative";
17835
+ } | {
17836
+ type: "zero";
17795
17837
  };
17796
17838
  }, {
17797
17839
  column: string;
@@ -17816,6 +17858,8 @@ export declare const csvFormatSchema: z.ZodObject<{
17816
17858
  type: "nonpositive";
17817
17859
  } | {
17818
17860
  type: "nonnegative";
17861
+ } | {
17862
+ type: "zero";
17819
17863
  };
17820
17864
  }>, "many">>;
17821
17865
  direction: z.ZodUnion<[z.ZodLiteral<"in">, z.ZodLiteral<"out">, z.ZodLiteral<"none">]>;
@@ -35854,6 +35898,8 @@ export declare const csvFormatSchema: z.ZodObject<{
35854
35898
  type: "nonpositive";
35855
35899
  } | {
35856
35900
  type: "nonnegative";
35901
+ } | {
35902
+ type: "zero";
35857
35903
  };
35858
35904
  }[] | undefined;
35859
35905
  from?: string | {
@@ -38035,6 +38081,8 @@ export declare const csvFormatSchema: z.ZodObject<{
38035
38081
  type: "nonpositive";
38036
38082
  } | {
38037
38083
  type: "nonnegative";
38084
+ } | {
38085
+ type: "zero";
38038
38086
  };
38039
38087
  }[] | undefined;
38040
38088
  from?: string | {
@@ -38957,7 +39005,11 @@ export declare const csvFormatSchema: z.ZodObject<{
38957
39005
  } | undefined;
38958
39006
  }>, "many">;
38959
39007
  }, "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";
39008
+ type: {
39009
+ type: "cell";
39010
+ column: string;
39011
+ row: number;
39012
+ } | "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
39013
  source: string | {
38962
39014
  type: "cell";
38963
39015
  column: string;
@@ -40831,6 +40883,8 @@ export declare const csvFormatSchema: z.ZodObject<{
40831
40883
  type: "nonpositive";
40832
40884
  } | {
40833
40885
  type: "nonnegative";
40886
+ } | {
40887
+ type: "zero";
40834
40888
  };
40835
40889
  }[] | undefined;
40836
40890
  from?: string | {
@@ -42062,7 +42116,11 @@ export declare const csvFormatSchema: z.ZodObject<{
42062
42116
  type: "id";
42063
42117
  splitter: string;
42064
42118
  } | undefined;
42065
- evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
42119
+ evidence?: {
42120
+ type: "cell";
42121
+ column: string;
42122
+ row: number;
42123
+ } | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
42066
42124
  comment?: string | {
42067
42125
  type: "cell";
42068
42126
  column: string;
@@ -43289,7 +43347,11 @@ export declare const csvFormatSchema: z.ZodObject<{
43289
43347
  type: "join";
43290
43348
  } | undefined;
43291
43349
  }, {
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";
43350
+ type: {
43351
+ type: "cell";
43352
+ column: string;
43353
+ row?: number | undefined;
43354
+ } | "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
43355
  source: string | {
43294
43356
  type: "cell";
43295
43357
  column: string;
@@ -45163,6 +45225,8 @@ export declare const csvFormatSchema: z.ZodObject<{
45163
45225
  type: "nonpositive";
45164
45226
  } | {
45165
45227
  type: "nonnegative";
45228
+ } | {
45229
+ type: "zero";
45166
45230
  };
45167
45231
  }[] | undefined;
45168
45232
  from?: string | {
@@ -46394,7 +46458,11 @@ export declare const csvFormatSchema: z.ZodObject<{
46394
46458
  type: "id";
46395
46459
  splitter: string;
46396
46460
  } | undefined;
46397
- evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
46461
+ evidence?: {
46462
+ type: "cell";
46463
+ column: string;
46464
+ row?: number | undefined;
46465
+ } | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
46398
46466
  comment?: string | {
46399
46467
  type: "cell";
46400
46468
  column: string;
@@ -47950,10 +48018,16 @@ export declare const csvFormatSchema: z.ZodObject<{
47950
48018
  type: "nonpositive";
47951
48019
  } | {
47952
48020
  type: "nonnegative";
48021
+ } | {
48022
+ type: "zero";
47953
48023
  };
47954
48024
  }[];
47955
48025
  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";
48026
+ type: {
48027
+ type: "cell";
48028
+ column: string;
48029
+ row: number;
48030
+ } | "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
48031
  source: string | {
47958
48032
  type: "cell";
47959
48033
  column: string;
@@ -49827,6 +49901,8 @@ export declare const csvFormatSchema: z.ZodObject<{
49827
49901
  type: "nonpositive";
49828
49902
  } | {
49829
49903
  type: "nonnegative";
49904
+ } | {
49905
+ type: "zero";
49830
49906
  };
49831
49907
  }[] | undefined;
49832
49908
  from?: string | {
@@ -51058,7 +51134,11 @@ export declare const csvFormatSchema: z.ZodObject<{
51058
51134
  type: "id";
51059
51135
  splitter: string;
51060
51136
  } | undefined;
51061
- evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
51137
+ evidence?: {
51138
+ type: "cell";
51139
+ column: string;
51140
+ row: number;
51141
+ } | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
51062
51142
  comment?: string | {
51063
51143
  type: "cell";
51064
51144
  column: string;
@@ -52614,10 +52694,16 @@ export declare const csvFormatSchema: z.ZodObject<{
52614
52694
  type: "nonpositive";
52615
52695
  } | {
52616
52696
  type: "nonnegative";
52697
+ } | {
52698
+ type: "zero";
52617
52699
  };
52618
52700
  }[];
52619
52701
  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";
52702
+ type: {
52703
+ type: "cell";
52704
+ column: string;
52705
+ row?: number | undefined;
52706
+ } | "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
52707
  source: string | {
52622
52708
  type: "cell";
52623
52709
  column: string;
@@ -54491,6 +54577,8 @@ export declare const csvFormatSchema: z.ZodObject<{
54491
54577
  type: "nonpositive";
54492
54578
  } | {
54493
54579
  type: "nonnegative";
54580
+ } | {
54581
+ type: "zero";
54494
54582
  };
54495
54583
  }[] | undefined;
54496
54584
  from?: string | {
@@ -55722,7 +55810,11 @@ export declare const csvFormatSchema: z.ZodObject<{
55722
55810
  type: "id";
55723
55811
  splitter: string;
55724
55812
  } | undefined;
55725
- evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
55813
+ evidence?: {
55814
+ type: "cell";
55815
+ column: string;
55816
+ row?: number | undefined;
55817
+ } | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
55726
55818
  comment?: string | {
55727
55819
  type: "cell";
55728
55820
  column: string;
@@ -57280,10 +57372,16 @@ export declare const csvFormatSchema: z.ZodObject<{
57280
57372
  type: "nonpositive";
57281
57373
  } | {
57282
57374
  type: "nonnegative";
57375
+ } | {
57376
+ type: "zero";
57283
57377
  };
57284
57378
  }[];
57285
57379
  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";
57380
+ type: {
57381
+ type: "cell";
57382
+ column: string;
57383
+ row: number;
57384
+ } | "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
57385
  source: string | {
57288
57386
  type: "cell";
57289
57387
  column: string;
@@ -59157,6 +59255,8 @@ export declare const csvFormatSchema: z.ZodObject<{
59157
59255
  type: "nonpositive";
59158
59256
  } | {
59159
59257
  type: "nonnegative";
59258
+ } | {
59259
+ type: "zero";
59160
59260
  };
59161
59261
  }[] | undefined;
59162
59262
  from?: string | {
@@ -60388,7 +60488,11 @@ export declare const csvFormatSchema: z.ZodObject<{
60388
60488
  type: "id";
60389
60489
  splitter: string;
60390
60490
  } | undefined;
60391
- evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
60491
+ evidence?: {
60492
+ type: "cell";
60493
+ column: string;
60494
+ row: number;
60495
+ } | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
60392
60496
  comment?: string | {
60393
60497
  type: "cell";
60394
60498
  column: string;
@@ -61947,10 +62051,16 @@ export declare const csvFormatSchema: z.ZodObject<{
61947
62051
  type: "nonpositive";
61948
62052
  } | {
61949
62053
  type: "nonnegative";
62054
+ } | {
62055
+ type: "zero";
61950
62056
  };
61951
62057
  }[];
61952
62058
  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";
62059
+ type: {
62060
+ type: "cell";
62061
+ column: string;
62062
+ row?: number | undefined;
62063
+ } | "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
62064
  source: string | {
61955
62065
  type: "cell";
61956
62066
  column: string;
@@ -63824,6 +63934,8 @@ export declare const csvFormatSchema: z.ZodObject<{
63824
63934
  type: "nonpositive";
63825
63935
  } | {
63826
63936
  type: "nonnegative";
63937
+ } | {
63938
+ type: "zero";
63827
63939
  };
63828
63940
  }[] | undefined;
63829
63941
  from?: string | {
@@ -65055,7 +65167,11 @@ export declare const csvFormatSchema: z.ZodObject<{
65055
65167
  type: "id";
65056
65168
  splitter: string;
65057
65169
  } | undefined;
65058
- evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
65170
+ evidence?: {
65171
+ type: "cell";
65172
+ column: string;
65173
+ row?: number | undefined;
65174
+ } | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
65059
65175
  comment?: string | {
65060
65176
  type: "cell";
65061
65177
  column: string;
@@ -66620,10 +66736,16 @@ export declare const csvFormatSchema: z.ZodObject<{
66620
66736
  type: "nonpositive";
66621
66737
  } | {
66622
66738
  type: "nonnegative";
66739
+ } | {
66740
+ type: "zero";
66623
66741
  };
66624
66742
  }[];
66625
66743
  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";
66744
+ type: {
66745
+ type: "cell";
66746
+ column: string;
66747
+ row: number;
66748
+ } | "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
66749
  source: string | {
66628
66750
  type: "cell";
66629
66751
  column: string;
@@ -68497,6 +68619,8 @@ export declare const csvFormatSchema: z.ZodObject<{
68497
68619
  type: "nonpositive";
68498
68620
  } | {
68499
68621
  type: "nonnegative";
68622
+ } | {
68623
+ type: "zero";
68500
68624
  };
68501
68625
  }[] | undefined;
68502
68626
  from?: string | {
@@ -69728,7 +69852,11 @@ export declare const csvFormatSchema: z.ZodObject<{
69728
69852
  type: "id";
69729
69853
  splitter: string;
69730
69854
  } | undefined;
69731
- evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
69855
+ evidence?: {
69856
+ type: "cell";
69857
+ column: string;
69858
+ row: number;
69859
+ } | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
69732
69860
  comment?: string | {
69733
69861
  type: "cell";
69734
69862
  column: string;
@@ -71298,10 +71426,16 @@ export declare const csvFormatSchema: z.ZodObject<{
71298
71426
  type: "nonpositive";
71299
71427
  } | {
71300
71428
  type: "nonnegative";
71429
+ } | {
71430
+ type: "zero";
71301
71431
  };
71302
71432
  }[];
71303
71433
  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";
71434
+ type: {
71435
+ type: "cell";
71436
+ column: string;
71437
+ row?: number | undefined;
71438
+ } | "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
71439
  source: string | {
71306
71440
  type: "cell";
71307
71441
  column: string;
@@ -73175,6 +73309,8 @@ export declare const csvFormatSchema: z.ZodObject<{
73175
73309
  type: "nonpositive";
73176
73310
  } | {
73177
73311
  type: "nonnegative";
73312
+ } | {
73313
+ type: "zero";
73178
73314
  };
73179
73315
  }[] | undefined;
73180
73316
  from?: string | {
@@ -74406,7 +74542,11 @@ export declare const csvFormatSchema: z.ZodObject<{
74406
74542
  type: "id";
74407
74543
  splitter: string;
74408
74544
  } | undefined;
74409
- evidence?: "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
74545
+ evidence?: {
74546
+ type: "cell";
74547
+ column: string;
74548
+ row?: number | undefined;
74549
+ } | "none" | "contract" | "system-rule" | "user-rule" | "manual-check" | undefined;
74410
74550
  comment?: string | {
74411
74551
  type: "cell";
74412
74552
  column: string;