@merkl/api 1.5.43 → 1.5.44

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.
@@ -12610,6 +12610,11 @@ declare const app: Elysia<"", {
12610
12610
  computeSettings: {
12611
12611
  maxRewards: string;
12612
12612
  };
12613
+ } | {
12614
+ computeMethod: import("@package/resources/enums").logarithmic;
12615
+ computeSettings?: {
12616
+ base: string;
12617
+ } | undefined;
12613
12618
  } | {
12614
12619
  computeMethod: import("@package/resources/enums").maxDeposit;
12615
12620
  computeSettings: {
@@ -12815,6 +12820,11 @@ declare const app: Elysia<"", {
12815
12820
  computeSettings: {
12816
12821
  maxRewards: string;
12817
12822
  };
12823
+ } | {
12824
+ computeMethod: import("@package/resources/enums").logarithmic;
12825
+ computeSettings?: {
12826
+ base: string;
12827
+ } | undefined;
12818
12828
  } | {
12819
12829
  computeMethod: import("@package/resources/enums").maxDeposit;
12820
12830
  computeSettings: {
@@ -13020,6 +13030,11 @@ declare const app: Elysia<"", {
13020
13030
  computeSettings: {
13021
13031
  maxRewards: string;
13022
13032
  };
13033
+ } | {
13034
+ computeMethod: import("@package/resources/enums").logarithmic;
13035
+ computeSettings?: {
13036
+ base: string;
13037
+ } | undefined;
13023
13038
  } | {
13024
13039
  computeMethod: import("@package/resources/enums").maxDeposit;
13025
13040
  computeSettings: {
@@ -13222,6 +13237,11 @@ declare const app: Elysia<"", {
13222
13237
  computeSettings: {
13223
13238
  maxRewards: string;
13224
13239
  };
13240
+ } | {
13241
+ computeMethod: import("@package/resources/enums").logarithmic;
13242
+ computeSettings?: {
13243
+ base: string;
13244
+ } | undefined;
13225
13245
  } | {
13226
13246
  computeMethod: import("@package/resources/enums").maxDeposit;
13227
13247
  computeSettings: {
@@ -13479,6 +13499,11 @@ declare const app: Elysia<"", {
13479
13499
  computeSettings: {
13480
13500
  maxRewards: string;
13481
13501
  };
13502
+ } | {
13503
+ computeMethod: import("@package/resources/enums").logarithmic;
13504
+ computeSettings?: {
13505
+ base: string;
13506
+ } | undefined;
13482
13507
  } | {
13483
13508
  computeMethod: import("@package/resources/enums").maxDeposit;
13484
13509
  computeSettings: {
@@ -13735,6 +13760,11 @@ declare const app: Elysia<"", {
13735
13760
  computeSettings: {
13736
13761
  maxRewards: string;
13737
13762
  };
13763
+ } | {
13764
+ computeMethod: import("@package/resources/enums").logarithmic;
13765
+ computeSettings?: {
13766
+ base: string;
13767
+ } | undefined;
13738
13768
  } | {
13739
13769
  computeMethod: import("@package/resources/enums").maxDeposit;
13740
13770
  computeSettings: {
@@ -13940,6 +13970,11 @@ declare const app: Elysia<"", {
13940
13970
  computeSettings: {
13941
13971
  maxRewards: string;
13942
13972
  };
13973
+ } | {
13974
+ computeMethod: import("@package/resources/enums").logarithmic;
13975
+ computeSettings?: {
13976
+ base: string;
13977
+ } | undefined;
13943
13978
  } | {
13944
13979
  computeMethod: import("@package/resources/enums").maxDeposit;
13945
13980
  computeSettings: {
@@ -14145,6 +14180,11 @@ declare const app: Elysia<"", {
14145
14180
  computeSettings: {
14146
14181
  maxRewards: string;
14147
14182
  };
14183
+ } | {
14184
+ computeMethod: import("@package/resources/enums").logarithmic;
14185
+ computeSettings?: {
14186
+ base: string;
14187
+ } | undefined;
14148
14188
  } | {
14149
14189
  computeMethod: import("@package/resources/enums").maxDeposit;
14150
14190
  computeSettings: {
@@ -14354,6 +14394,11 @@ declare const app: Elysia<"", {
14354
14394
  computeSettings: {
14355
14395
  maxRewards: string;
14356
14396
  };
14397
+ } | {
14398
+ computeMethod: import("@package/resources/enums").logarithmic;
14399
+ computeSettings?: {
14400
+ base: string;
14401
+ } | undefined;
14357
14402
  } | {
14358
14403
  computeMethod: import("@package/resources/enums").maxDeposit;
14359
14404
  computeSettings: {
@@ -14567,6 +14612,11 @@ declare const app: Elysia<"", {
14567
14612
  computeSettings: {
14568
14613
  maxRewards: string;
14569
14614
  };
14615
+ } | {
14616
+ computeMethod: import("@package/resources/enums").logarithmic;
14617
+ computeSettings?: {
14618
+ base: string;
14619
+ } | undefined;
14570
14620
  } | {
14571
14621
  computeMethod: import("@package/resources/enums").maxDeposit;
14572
14622
  computeSettings: {
@@ -14780,6 +14830,11 @@ declare const app: Elysia<"", {
14780
14830
  computeSettings: {
14781
14831
  maxRewards: string;
14782
14832
  };
14833
+ } | {
14834
+ computeMethod: import("@package/resources/enums").logarithmic;
14835
+ computeSettings?: {
14836
+ base: string;
14837
+ } | undefined;
14783
14838
  } | {
14784
14839
  computeMethod: import("@package/resources/enums").maxDeposit;
14785
14840
  computeSettings: {
@@ -14993,6 +15048,11 @@ declare const app: Elysia<"", {
14993
15048
  computeSettings: {
14994
15049
  maxRewards: string;
14995
15050
  };
15051
+ } | {
15052
+ computeMethod: import("@package/resources/enums").logarithmic;
15053
+ computeSettings?: {
15054
+ base: string;
15055
+ } | undefined;
14996
15056
  } | {
14997
15057
  computeMethod: import("@package/resources/enums").maxDeposit;
14998
15058
  computeSettings: {
@@ -15199,6 +15259,11 @@ declare const app: Elysia<"", {
15199
15259
  computeSettings: {
15200
15260
  maxRewards: string;
15201
15261
  };
15262
+ } | {
15263
+ computeMethod: import("@package/resources/enums").logarithmic;
15264
+ computeSettings?: {
15265
+ base: string;
15266
+ } | undefined;
15202
15267
  } | {
15203
15268
  computeMethod: import("@package/resources/enums").maxDeposit;
15204
15269
  computeSettings: {
@@ -15457,6 +15522,11 @@ declare const app: Elysia<"", {
15457
15522
  computeSettings: {
15458
15523
  maxRewards: string;
15459
15524
  };
15525
+ } | {
15526
+ computeMethod: import("@package/resources/enums").logarithmic;
15527
+ computeSettings?: {
15528
+ base: string;
15529
+ } | undefined;
15460
15530
  } | {
15461
15531
  computeMethod: import("@package/resources/enums").maxDeposit;
15462
15532
  computeSettings: {
@@ -15663,6 +15733,11 @@ declare const app: Elysia<"", {
15663
15733
  computeSettings: {
15664
15734
  maxRewards: string;
15665
15735
  };
15736
+ } | {
15737
+ computeMethod: import("@package/resources/enums").logarithmic;
15738
+ computeSettings?: {
15739
+ base: string;
15740
+ } | undefined;
15666
15741
  } | {
15667
15742
  computeMethod: import("@package/resources/enums").maxDeposit;
15668
15743
  computeSettings: {
@@ -15868,6 +15943,11 @@ declare const app: Elysia<"", {
15868
15943
  computeSettings: {
15869
15944
  maxRewards: string;
15870
15945
  };
15946
+ } | {
15947
+ computeMethod: import("@package/resources/enums").logarithmic;
15948
+ computeSettings?: {
15949
+ base: string;
15950
+ } | undefined;
15871
15951
  } | {
15872
15952
  computeMethod: import("@package/resources/enums").maxDeposit;
15873
15953
  computeSettings: {
@@ -16124,6 +16204,11 @@ declare const app: Elysia<"", {
16124
16204
  computeSettings: {
16125
16205
  maxRewards: string;
16126
16206
  };
16207
+ } | {
16208
+ computeMethod: import("@package/resources/enums").logarithmic;
16209
+ computeSettings?: {
16210
+ base: string;
16211
+ } | undefined;
16127
16212
  } | {
16128
16213
  computeMethod: import("@package/resources/enums").maxDeposit;
16129
16214
  computeSettings: {
@@ -16380,6 +16465,11 @@ declare const app: Elysia<"", {
16380
16465
  computeSettings: {
16381
16466
  maxRewards: string;
16382
16467
  };
16468
+ } | {
16469
+ computeMethod: import("@package/resources/enums").logarithmic;
16470
+ computeSettings?: {
16471
+ base: string;
16472
+ } | undefined;
16383
16473
  } | {
16384
16474
  computeMethod: import("@package/resources/enums").maxDeposit;
16385
16475
  computeSettings: {
@@ -16586,6 +16676,11 @@ declare const app: Elysia<"", {
16586
16676
  computeSettings: {
16587
16677
  maxRewards: string;
16588
16678
  };
16679
+ } | {
16680
+ computeMethod: import("@package/resources/enums").logarithmic;
16681
+ computeSettings?: {
16682
+ base: string;
16683
+ } | undefined;
16589
16684
  } | {
16590
16685
  computeMethod: import("@package/resources/enums").maxDeposit;
16591
16686
  computeSettings: {
@@ -16789,6 +16884,11 @@ declare const app: Elysia<"", {
16789
16884
  computeSettings: {
16790
16885
  maxRewards: string;
16791
16886
  };
16887
+ } | {
16888
+ computeMethod: import("@package/resources/enums").logarithmic;
16889
+ computeSettings?: {
16890
+ base: string;
16891
+ } | undefined;
16792
16892
  } | {
16793
16893
  computeMethod: import("@package/resources/enums").maxDeposit;
16794
16894
  computeSettings: {
@@ -16994,6 +17094,11 @@ declare const app: Elysia<"", {
16994
17094
  computeSettings: {
16995
17095
  maxRewards: string;
16996
17096
  };
17097
+ } | {
17098
+ computeMethod: import("@package/resources/enums").logarithmic;
17099
+ computeSettings?: {
17100
+ base: string;
17101
+ } | undefined;
16997
17102
  } | {
16998
17103
  computeMethod: import("@package/resources/enums").maxDeposit;
16999
17104
  computeSettings: {
@@ -17250,6 +17355,11 @@ declare const app: Elysia<"", {
17250
17355
  computeSettings: {
17251
17356
  maxRewards: string;
17252
17357
  };
17358
+ } | {
17359
+ computeMethod: import("@package/resources/enums").logarithmic;
17360
+ computeSettings?: {
17361
+ base: string;
17362
+ } | undefined;
17253
17363
  } | {
17254
17364
  computeMethod: import("@package/resources/enums").maxDeposit;
17255
17365
  computeSettings: {
@@ -17508,6 +17618,11 @@ declare const app: Elysia<"", {
17508
17618
  computeSettings: {
17509
17619
  maxRewards: string;
17510
17620
  };
17621
+ } | {
17622
+ computeMethod: import("@package/resources/enums").logarithmic;
17623
+ computeSettings?: {
17624
+ base: string;
17625
+ } | undefined;
17511
17626
  } | {
17512
17627
  computeMethod: import("@package/resources/enums").maxDeposit;
17513
17628
  computeSettings: {
@@ -17715,6 +17830,11 @@ declare const app: Elysia<"", {
17715
17830
  computeSettings: {
17716
17831
  maxRewards: string;
17717
17832
  };
17833
+ } | {
17834
+ computeMethod: import("@package/resources/enums").logarithmic;
17835
+ computeSettings?: {
17836
+ base: string;
17837
+ } | undefined;
17718
17838
  } | {
17719
17839
  computeMethod: import("@package/resources/enums").maxDeposit;
17720
17840
  computeSettings: {
@@ -17974,6 +18094,11 @@ declare const app: Elysia<"", {
17974
18094
  computeSettings: {
17975
18095
  maxRewards: string;
17976
18096
  };
18097
+ } | {
18098
+ computeMethod: import("@package/resources/enums").logarithmic;
18099
+ computeSettings?: {
18100
+ base: string;
18101
+ } | undefined;
17977
18102
  } | {
17978
18103
  computeMethod: import("@package/resources/enums").maxDeposit;
17979
18104
  computeSettings: {
@@ -18181,6 +18306,11 @@ declare const app: Elysia<"", {
18181
18306
  computeSettings: {
18182
18307
  maxRewards: string;
18183
18308
  };
18309
+ } | {
18310
+ computeMethod: import("@package/resources/enums").logarithmic;
18311
+ computeSettings?: {
18312
+ base: string;
18313
+ } | undefined;
18184
18314
  } | {
18185
18315
  computeMethod: import("@package/resources/enums").maxDeposit;
18186
18316
  computeSettings: {
@@ -18437,6 +18567,11 @@ declare const app: Elysia<"", {
18437
18567
  computeSettings: {
18438
18568
  maxRewards: string;
18439
18569
  };
18570
+ } | {
18571
+ computeMethod: import("@package/resources/enums").logarithmic;
18572
+ computeSettings?: {
18573
+ base: string;
18574
+ } | undefined;
18440
18575
  } | {
18441
18576
  computeMethod: import("@package/resources/enums").maxDeposit;
18442
18577
  computeSettings: {
@@ -18643,6 +18778,11 @@ declare const app: Elysia<"", {
18643
18778
  computeSettings: {
18644
18779
  maxRewards: string;
18645
18780
  };
18781
+ } | {
18782
+ computeMethod: import("@package/resources/enums").logarithmic;
18783
+ computeSettings?: {
18784
+ base: string;
18785
+ } | undefined;
18646
18786
  } | {
18647
18787
  computeMethod: import("@package/resources/enums").maxDeposit;
18648
18788
  computeSettings: {
@@ -18902,6 +19042,11 @@ declare const app: Elysia<"", {
18902
19042
  computeSettings: {
18903
19043
  maxRewards: string;
18904
19044
  };
19045
+ } | {
19046
+ computeMethod: import("@package/resources/enums").logarithmic;
19047
+ computeSettings?: {
19048
+ base: string;
19049
+ } | undefined;
18905
19050
  } | {
18906
19051
  computeMethod: import("@package/resources/enums").maxDeposit;
18907
19052
  computeSettings: {
@@ -19158,6 +19303,11 @@ declare const app: Elysia<"", {
19158
19303
  computeSettings: {
19159
19304
  maxRewards: string;
19160
19305
  };
19306
+ } | {
19307
+ computeMethod: import("@package/resources/enums").logarithmic;
19308
+ computeSettings?: {
19309
+ base: string;
19310
+ } | undefined;
19161
19311
  } | {
19162
19312
  computeMethod: import("@package/resources/enums").maxDeposit;
19163
19313
  computeSettings: {
@@ -19364,6 +19514,11 @@ declare const app: Elysia<"", {
19364
19514
  computeSettings: {
19365
19515
  maxRewards: string;
19366
19516
  };
19517
+ } | {
19518
+ computeMethod: import("@package/resources/enums").logarithmic;
19519
+ computeSettings?: {
19520
+ base: string;
19521
+ } | undefined;
19367
19522
  } | {
19368
19523
  computeMethod: import("@package/resources/enums").maxDeposit;
19369
19524
  computeSettings: {
@@ -19570,6 +19725,11 @@ declare const app: Elysia<"", {
19570
19725
  computeSettings: {
19571
19726
  maxRewards: string;
19572
19727
  };
19728
+ } | {
19729
+ computeMethod: import("@package/resources/enums").logarithmic;
19730
+ computeSettings?: {
19731
+ base: string;
19732
+ } | undefined;
19573
19733
  } | {
19574
19734
  computeMethod: import("@package/resources/enums").maxDeposit;
19575
19735
  computeSettings: {
@@ -19776,6 +19936,11 @@ declare const app: Elysia<"", {
19776
19936
  computeSettings: {
19777
19937
  maxRewards: string;
19778
19938
  };
19939
+ } | {
19940
+ computeMethod: import("@package/resources/enums").logarithmic;
19941
+ computeSettings?: {
19942
+ base: string;
19943
+ } | undefined;
19779
19944
  } | {
19780
19945
  computeMethod: import("@package/resources/enums").maxDeposit;
19781
19946
  computeSettings: {
@@ -20033,6 +20198,11 @@ declare const app: Elysia<"", {
20033
20198
  computeSettings: {
20034
20199
  maxRewards: string;
20035
20200
  };
20201
+ } | {
20202
+ computeMethod: import("@package/resources/enums").logarithmic;
20203
+ computeSettings?: {
20204
+ base: string;
20205
+ } | undefined;
20036
20206
  } | {
20037
20207
  computeMethod: import("@package/resources/enums").maxDeposit;
20038
20208
  computeSettings: {
@@ -20303,6 +20473,11 @@ declare const app: Elysia<"", {
20303
20473
  computeSettings: {
20304
20474
  maxRewards: string;
20305
20475
  };
20476
+ } | {
20477
+ computeMethod: import("@package/resources/enums").logarithmic;
20478
+ computeSettings?: {
20479
+ base: string;
20480
+ } | undefined;
20306
20481
  } | {
20307
20482
  computeMethod: import("@package/resources/enums").maxDeposit;
20308
20483
  computeSettings: {
@@ -20508,6 +20683,11 @@ declare const app: Elysia<"", {
20508
20683
  computeSettings: {
20509
20684
  maxRewards: string;
20510
20685
  };
20686
+ } | {
20687
+ computeMethod: import("@package/resources/enums").logarithmic;
20688
+ computeSettings?: {
20689
+ base: string;
20690
+ } | undefined;
20511
20691
  } | {
20512
20692
  computeMethod: import("@package/resources/enums").maxDeposit;
20513
20693
  computeSettings: {
@@ -20713,6 +20893,11 @@ declare const app: Elysia<"", {
20713
20893
  computeSettings: {
20714
20894
  maxRewards: string;
20715
20895
  };
20896
+ } | {
20897
+ computeMethod: import("@package/resources/enums").logarithmic;
20898
+ computeSettings?: {
20899
+ base: string;
20900
+ } | undefined;
20716
20901
  } | {
20717
20902
  computeMethod: import("@package/resources/enums").maxDeposit;
20718
20903
  computeSettings: {
@@ -20918,6 +21103,11 @@ declare const app: Elysia<"", {
20918
21103
  computeSettings: {
20919
21104
  maxRewards: string;
20920
21105
  };
21106
+ } | {
21107
+ computeMethod: import("@package/resources/enums").logarithmic;
21108
+ computeSettings?: {
21109
+ base: string;
21110
+ } | undefined;
20921
21111
  } | {
20922
21112
  computeMethod: import("@package/resources/enums").maxDeposit;
20923
21113
  computeSettings: {
@@ -21126,6 +21316,11 @@ declare const app: Elysia<"", {
21126
21316
  computeSettings: {
21127
21317
  maxRewards: string;
21128
21318
  };
21319
+ } | {
21320
+ computeMethod: import("@package/resources/enums").logarithmic;
21321
+ computeSettings?: {
21322
+ base: string;
21323
+ } | undefined;
21129
21324
  } | {
21130
21325
  computeMethod: import("@package/resources/enums").maxDeposit;
21131
21326
  computeSettings: {
@@ -21331,6 +21526,11 @@ declare const app: Elysia<"", {
21331
21526
  computeSettings: {
21332
21527
  maxRewards: string;
21333
21528
  };
21529
+ } | {
21530
+ computeMethod: import("@package/resources/enums").logarithmic;
21531
+ computeSettings?: {
21532
+ base: string;
21533
+ } | undefined;
21334
21534
  } | {
21335
21535
  computeMethod: import("@package/resources/enums").maxDeposit;
21336
21536
  computeSettings: {
@@ -21539,6 +21739,11 @@ declare const app: Elysia<"", {
21539
21739
  computeSettings: {
21540
21740
  maxRewards: string;
21541
21741
  };
21742
+ } | {
21743
+ computeMethod: import("@package/resources/enums").logarithmic;
21744
+ computeSettings?: {
21745
+ base: string;
21746
+ } | undefined;
21542
21747
  } | {
21543
21748
  computeMethod: import("@package/resources/enums").maxDeposit;
21544
21749
  computeSettings: {
@@ -21745,6 +21950,11 @@ declare const app: Elysia<"", {
21745
21950
  computeSettings: {
21746
21951
  maxRewards: string;
21747
21952
  };
21953
+ } | {
21954
+ computeMethod: import("@package/resources/enums").logarithmic;
21955
+ computeSettings?: {
21956
+ base: string;
21957
+ } | undefined;
21748
21958
  } | {
21749
21959
  computeMethod: import("@package/resources/enums").maxDeposit;
21750
21960
  computeSettings: {
@@ -21950,6 +22160,11 @@ declare const app: Elysia<"", {
21950
22160
  computeSettings: {
21951
22161
  maxRewards: string;
21952
22162
  };
22163
+ } | {
22164
+ computeMethod: import("@package/resources/enums").logarithmic;
22165
+ computeSettings?: {
22166
+ base: string;
22167
+ } | undefined;
21953
22168
  } | {
21954
22169
  computeMethod: import("@package/resources/enums").maxDeposit;
21955
22170
  computeSettings: {
@@ -22208,6 +22423,11 @@ declare const app: Elysia<"", {
22208
22423
  computeSettings: {
22209
22424
  maxRewards: string;
22210
22425
  };
22426
+ } | {
22427
+ computeMethod: import("@package/resources/enums").logarithmic;
22428
+ computeSettings?: {
22429
+ base: string;
22430
+ } | undefined;
22211
22431
  } | {
22212
22432
  computeMethod: import("@package/resources/enums").maxDeposit;
22213
22433
  computeSettings: {
@@ -22469,6 +22689,11 @@ declare const app: Elysia<"", {
22469
22689
  computeSettings: {
22470
22690
  maxRewards: string;
22471
22691
  };
22692
+ } | {
22693
+ computeMethod: import("@package/resources/enums").logarithmic;
22694
+ computeSettings?: {
22695
+ base: string;
22696
+ } | undefined;
22472
22697
  } | {
22473
22698
  computeMethod: import("@package/resources/enums").maxDeposit;
22474
22699
  computeSettings: {
@@ -22774,6 +22999,11 @@ declare const app: Elysia<"", {
22774
22999
  computeSettings: {
22775
23000
  maxRewards: string;
22776
23001
  };
23002
+ } | {
23003
+ computeMethod: import("@package/resources/enums").logarithmic;
23004
+ computeSettings?: {
23005
+ base: string;
23006
+ } | undefined;
22777
23007
  } | {
22778
23008
  computeMethod: import("@package/resources/enums").maxDeposit;
22779
23009
  computeSettings: {
@@ -23030,6 +23260,11 @@ declare const app: Elysia<"", {
23030
23260
  computeSettings: {
23031
23261
  maxRewards: string;
23032
23262
  };
23263
+ } | {
23264
+ computeMethod: import("@package/resources/enums").logarithmic;
23265
+ computeSettings?: {
23266
+ base: string;
23267
+ } | undefined;
23033
23268
  } | {
23034
23269
  computeMethod: import("@package/resources/enums").maxDeposit;
23035
23270
  computeSettings: {
@@ -23235,6 +23470,11 @@ declare const app: Elysia<"", {
23235
23470
  computeSettings: {
23236
23471
  maxRewards: string;
23237
23472
  };
23473
+ } | {
23474
+ computeMethod: import("@package/resources/enums").logarithmic;
23475
+ computeSettings?: {
23476
+ base: string;
23477
+ } | undefined;
23238
23478
  } | {
23239
23479
  computeMethod: import("@package/resources/enums").maxDeposit;
23240
23480
  computeSettings: {
@@ -23441,6 +23681,11 @@ declare const app: Elysia<"", {
23441
23681
  computeSettings: {
23442
23682
  maxRewards: string;
23443
23683
  };
23684
+ } | {
23685
+ computeMethod: import("@package/resources/enums").logarithmic;
23686
+ computeSettings?: {
23687
+ base: string;
23688
+ } | undefined;
23444
23689
  } | {
23445
23690
  computeMethod: import("@package/resources/enums").maxDeposit;
23446
23691
  computeSettings: {
@@ -23699,6 +23944,11 @@ declare const app: Elysia<"", {
23699
23944
  computeSettings: {
23700
23945
  maxRewards: string;
23701
23946
  };
23947
+ } | {
23948
+ computeMethod: import("@package/resources/enums").logarithmic;
23949
+ computeSettings?: {
23950
+ base: string;
23951
+ } | undefined;
23702
23952
  } | {
23703
23953
  computeMethod: import("@package/resources/enums").maxDeposit;
23704
23954
  computeSettings: {
@@ -23904,6 +24154,11 @@ declare const app: Elysia<"", {
23904
24154
  computeSettings: {
23905
24155
  maxRewards: string;
23906
24156
  };
24157
+ } | {
24158
+ computeMethod: import("@package/resources/enums").logarithmic;
24159
+ computeSettings?: {
24160
+ base: string;
24161
+ } | undefined;
23907
24162
  } | {
23908
24163
  computeMethod: import("@package/resources/enums").maxDeposit;
23909
24164
  computeSettings: {
@@ -24112,6 +24367,11 @@ declare const app: Elysia<"", {
24112
24367
  computeSettings: {
24113
24368
  maxRewards: string;
24114
24369
  };
24370
+ } | {
24371
+ computeMethod: import("@package/resources/enums").logarithmic;
24372
+ computeSettings?: {
24373
+ base: string;
24374
+ } | undefined;
24115
24375
  } | {
24116
24376
  computeMethod: import("@package/resources/enums").maxDeposit;
24117
24377
  computeSettings: {
@@ -24317,6 +24577,11 @@ declare const app: Elysia<"", {
24317
24577
  computeSettings: {
24318
24578
  maxRewards: string;
24319
24579
  };
24580
+ } | {
24581
+ computeMethod: import("@package/resources/enums").logarithmic;
24582
+ computeSettings?: {
24583
+ base: string;
24584
+ } | undefined;
24320
24585
  } | {
24321
24586
  computeMethod: import("@package/resources/enums").maxDeposit;
24322
24587
  computeSettings: {
@@ -24522,6 +24787,11 @@ declare const app: Elysia<"", {
24522
24787
  computeSettings: {
24523
24788
  maxRewards: string;
24524
24789
  };
24790
+ } | {
24791
+ computeMethod: import("@package/resources/enums").logarithmic;
24792
+ computeSettings?: {
24793
+ base: string;
24794
+ } | undefined;
24525
24795
  } | {
24526
24796
  computeMethod: import("@package/resources/enums").maxDeposit;
24527
24797
  computeSettings: {
@@ -24730,6 +25000,11 @@ declare const app: Elysia<"", {
24730
25000
  computeSettings: {
24731
25001
  maxRewards: string;
24732
25002
  };
25003
+ } | {
25004
+ computeMethod: import("@package/resources/enums").logarithmic;
25005
+ computeSettings?: {
25006
+ base: string;
25007
+ } | undefined;
24733
25008
  } | {
24734
25009
  computeMethod: import("@package/resources/enums").maxDeposit;
24735
25010
  computeSettings: {
@@ -24935,6 +25210,11 @@ declare const app: Elysia<"", {
24935
25210
  computeSettings: {
24936
25211
  maxRewards: string;
24937
25212
  };
25213
+ } | {
25214
+ computeMethod: import("@package/resources/enums").logarithmic;
25215
+ computeSettings?: {
25216
+ base: string;
25217
+ } | undefined;
24938
25218
  } | {
24939
25219
  computeMethod: import("@package/resources/enums").maxDeposit;
24940
25220
  computeSettings: {
@@ -25140,6 +25420,11 @@ declare const app: Elysia<"", {
25140
25420
  computeSettings: {
25141
25421
  maxRewards: string;
25142
25422
  };
25423
+ } | {
25424
+ computeMethod: import("@package/resources/enums").logarithmic;
25425
+ computeSettings?: {
25426
+ base: string;
25427
+ } | undefined;
25143
25428
  } | {
25144
25429
  computeMethod: import("@package/resources/enums").maxDeposit;
25145
25430
  computeSettings: {
@@ -25348,6 +25633,11 @@ declare const app: Elysia<"", {
25348
25633
  computeSettings: {
25349
25634
  maxRewards: string;
25350
25635
  };
25636
+ } | {
25637
+ computeMethod: import("@package/resources/enums").logarithmic;
25638
+ computeSettings?: {
25639
+ base: string;
25640
+ } | undefined;
25351
25641
  } | {
25352
25642
  computeMethod: import("@package/resources/enums").maxDeposit;
25353
25643
  computeSettings: {
@@ -25553,6 +25843,11 @@ declare const app: Elysia<"", {
25553
25843
  computeSettings: {
25554
25844
  maxRewards: string;
25555
25845
  };
25846
+ } | {
25847
+ computeMethod: import("@package/resources/enums").logarithmic;
25848
+ computeSettings?: {
25849
+ base: string;
25850
+ } | undefined;
25556
25851
  } | {
25557
25852
  computeMethod: import("@package/resources/enums").maxDeposit;
25558
25853
  computeSettings: {
@@ -25809,6 +26104,11 @@ declare const app: Elysia<"", {
25809
26104
  computeSettings: {
25810
26105
  maxRewards: string;
25811
26106
  };
26107
+ } | {
26108
+ computeMethod: import("@package/resources/enums").logarithmic;
26109
+ computeSettings?: {
26110
+ base: string;
26111
+ } | undefined;
25812
26112
  } | {
25813
26113
  computeMethod: import("@package/resources/enums").maxDeposit;
25814
26114
  computeSettings: {
@@ -26014,6 +26314,11 @@ declare const app: Elysia<"", {
26014
26314
  computeSettings: {
26015
26315
  maxRewards: string;
26016
26316
  };
26317
+ } | {
26318
+ computeMethod: import("@package/resources/enums").logarithmic;
26319
+ computeSettings?: {
26320
+ base: string;
26321
+ } | undefined;
26017
26322
  } | {
26018
26323
  computeMethod: import("@package/resources/enums").maxDeposit;
26019
26324
  computeSettings: {
@@ -26271,6 +26576,11 @@ declare const app: Elysia<"", {
26271
26576
  computeSettings: {
26272
26577
  maxRewards: string;
26273
26578
  };
26579
+ } | {
26580
+ computeMethod: import("@package/resources/enums").logarithmic;
26581
+ computeSettings?: {
26582
+ base: string;
26583
+ } | undefined;
26274
26584
  } | {
26275
26585
  computeMethod: import("@package/resources/enums").maxDeposit;
26276
26586
  computeSettings: {
@@ -26476,6 +26786,11 @@ declare const app: Elysia<"", {
26476
26786
  computeSettings: {
26477
26787
  maxRewards: string;
26478
26788
  };
26789
+ } | {
26790
+ computeMethod: import("@package/resources/enums").logarithmic;
26791
+ computeSettings?: {
26792
+ base: string;
26793
+ } | undefined;
26479
26794
  } | {
26480
26795
  computeMethod: import("@package/resources/enums").maxDeposit;
26481
26796
  computeSettings: {
@@ -26681,6 +26996,11 @@ declare const app: Elysia<"", {
26681
26996
  computeSettings: {
26682
26997
  maxRewards: string;
26683
26998
  };
26999
+ } | {
27000
+ computeMethod: import("@package/resources/enums").logarithmic;
27001
+ computeSettings?: {
27002
+ base: string;
27003
+ } | undefined;
26684
27004
  } | {
26685
27005
  computeMethod: import("@package/resources/enums").maxDeposit;
26686
27006
  computeSettings: {
@@ -26886,6 +27206,11 @@ declare const app: Elysia<"", {
26886
27206
  computeSettings: {
26887
27207
  maxRewards: string;
26888
27208
  };
27209
+ } | {
27210
+ computeMethod: import("@package/resources/enums").logarithmic;
27211
+ computeSettings?: {
27212
+ base: string;
27213
+ } | undefined;
26889
27214
  } | {
26890
27215
  computeMethod: import("@package/resources/enums").maxDeposit;
26891
27216
  computeSettings: {
@@ -27091,6 +27416,11 @@ declare const app: Elysia<"", {
27091
27416
  computeSettings: {
27092
27417
  maxRewards: string;
27093
27418
  };
27419
+ } | {
27420
+ computeMethod: import("@package/resources/enums").logarithmic;
27421
+ computeSettings?: {
27422
+ base: string;
27423
+ } | undefined;
27094
27424
  } | {
27095
27425
  computeMethod: import("@package/resources/enums").maxDeposit;
27096
27426
  computeSettings: {
@@ -27296,6 +27626,11 @@ declare const app: Elysia<"", {
27296
27626
  computeSettings: {
27297
27627
  maxRewards: string;
27298
27628
  };
27629
+ } | {
27630
+ computeMethod: import("@package/resources/enums").logarithmic;
27631
+ computeSettings?: {
27632
+ base: string;
27633
+ } | undefined;
27299
27634
  } | {
27300
27635
  computeMethod: import("@package/resources/enums").maxDeposit;
27301
27636
  computeSettings: {
@@ -27501,6 +27836,11 @@ declare const app: Elysia<"", {
27501
27836
  computeSettings: {
27502
27837
  maxRewards: string;
27503
27838
  };
27839
+ } | {
27840
+ computeMethod: import("@package/resources/enums").logarithmic;
27841
+ computeSettings?: {
27842
+ base: string;
27843
+ } | undefined;
27504
27844
  } | {
27505
27845
  computeMethod: import("@package/resources/enums").maxDeposit;
27506
27846
  computeSettings: {
@@ -27706,6 +28046,11 @@ declare const app: Elysia<"", {
27706
28046
  computeSettings: {
27707
28047
  maxRewards: string;
27708
28048
  };
28049
+ } | {
28050
+ computeMethod: import("@package/resources/enums").logarithmic;
28051
+ computeSettings?: {
28052
+ base: string;
28053
+ } | undefined;
27709
28054
  } | {
27710
28055
  computeMethod: import("@package/resources/enums").maxDeposit;
27711
28056
  computeSettings: {
@@ -27912,6 +28257,11 @@ declare const app: Elysia<"", {
27912
28257
  computeSettings: {
27913
28258
  maxRewards: string;
27914
28259
  };
28260
+ } | {
28261
+ computeMethod: import("@package/resources/enums").logarithmic;
28262
+ computeSettings?: {
28263
+ base: string;
28264
+ } | undefined;
27915
28265
  } | {
27916
28266
  computeMethod: import("@package/resources/enums").maxDeposit;
27917
28267
  computeSettings: {
@@ -28117,6 +28467,11 @@ declare const app: Elysia<"", {
28117
28467
  computeSettings: {
28118
28468
  maxRewards: string;
28119
28469
  };
28470
+ } | {
28471
+ computeMethod: import("@package/resources/enums").logarithmic;
28472
+ computeSettings?: {
28473
+ base: string;
28474
+ } | undefined;
28120
28475
  } | {
28121
28476
  computeMethod: import("@package/resources/enums").maxDeposit;
28122
28477
  computeSettings: {
@@ -28321,6 +28676,11 @@ declare const app: Elysia<"", {
28321
28676
  computeSettings: {
28322
28677
  maxRewards: string;
28323
28678
  };
28679
+ } | {
28680
+ computeMethod: import("@package/resources/enums").logarithmic;
28681
+ computeSettings?: {
28682
+ base: string;
28683
+ } | undefined;
28324
28684
  } | {
28325
28685
  computeMethod: import("@package/resources/enums").maxDeposit;
28326
28686
  computeSettings: {
@@ -28527,6 +28887,11 @@ declare const app: Elysia<"", {
28527
28887
  computeSettings: {
28528
28888
  maxRewards: string;
28529
28889
  };
28890
+ } | {
28891
+ computeMethod: import("@package/resources/enums").logarithmic;
28892
+ computeSettings?: {
28893
+ base: string;
28894
+ } | undefined;
28530
28895
  } | {
28531
28896
  computeMethod: import("@package/resources/enums").maxDeposit;
28532
28897
  computeSettings: {
@@ -28689,6 +29054,11 @@ declare const app: Elysia<"", {
28689
29054
  computeSettings: {
28690
29055
  maxRewards: string;
28691
29056
  };
29057
+ } | {
29058
+ computeMethod: import("@package/resources/enums").logarithmic;
29059
+ computeSettings?: {
29060
+ base: string;
29061
+ } | undefined;
28692
29062
  } | {
28693
29063
  computeMethod: import("@package/resources/enums").maxDeposit;
28694
29064
  computeSettings: {
@@ -30214,6 +30584,7 @@ declare const app: Elysia<"", {
30214
30584
  tokenId: string;
30215
30585
  }))[];
30216
30586
  healthFactorThreshold: string;
30587
+ subCampaignType: number;
30217
30588
  } & {
30218
30589
  rewardToken: string;
30219
30590
  amount: string;
@@ -30406,6 +30777,11 @@ declare const app: Elysia<"", {
30406
30777
  computeSettings: {
30407
30778
  maxRewards: string;
30408
30779
  };
30780
+ } | {
30781
+ computeMethod: import("@package/resources/enums").logarithmic;
30782
+ computeSettings?: {
30783
+ base: string;
30784
+ } | undefined;
30409
30785
  } | {
30410
30786
  computeMethod: import("@package/resources/enums").maxDeposit;
30411
30787
  computeSettings: {
@@ -30568,6 +30944,11 @@ declare const app: Elysia<"", {
30568
30944
  computeSettings: {
30569
30945
  maxRewards: string;
30570
30946
  };
30947
+ } | {
30948
+ computeMethod: import("@package/resources/enums").logarithmic;
30949
+ computeSettings?: {
30950
+ base: string;
30951
+ } | undefined;
30571
30952
  } | {
30572
30953
  computeMethod: import("@package/resources/enums").maxDeposit;
30573
30954
  computeSettings: {
@@ -32284,6 +32665,11 @@ declare const app: Elysia<"", {
32284
32665
  computeSettings: {
32285
32666
  maxRewards: string;
32286
32667
  };
32668
+ } | {
32669
+ computeMethod: import("@package/resources/enums").logarithmic;
32670
+ computeSettings?: {
32671
+ base: string;
32672
+ } | undefined;
32287
32673
  } | {
32288
32674
  computeMethod: import("@package/resources/enums").maxDeposit;
32289
32675
  computeSettings: {
@@ -32450,6 +32836,11 @@ declare const app: Elysia<"", {
32450
32836
  computeSettings: {
32451
32837
  maxRewards: string;
32452
32838
  };
32839
+ } | {
32840
+ computeMethod: import("@package/resources/enums").logarithmic;
32841
+ computeSettings?: {
32842
+ base: string;
32843
+ } | undefined;
32453
32844
  } | {
32454
32845
  computeMethod: import("@package/resources/enums").maxDeposit;
32455
32846
  computeSettings: {
@@ -34167,6 +34558,11 @@ declare const app: Elysia<"", {
34167
34558
  computeSettings: {
34168
34559
  maxRewards: string;
34169
34560
  };
34561
+ } | {
34562
+ computeMethod: import("@package/resources/enums").logarithmic;
34563
+ computeSettings?: {
34564
+ base: string;
34565
+ } | undefined;
34170
34566
  } | {
34171
34567
  computeMethod: import("@package/resources/enums").maxDeposit;
34172
34568
  computeSettings: {
@@ -34333,6 +34729,11 @@ declare const app: Elysia<"", {
34333
34729
  computeSettings: {
34334
34730
  maxRewards: string;
34335
34731
  };
34732
+ } | {
34733
+ computeMethod: import("@package/resources/enums").logarithmic;
34734
+ computeSettings?: {
34735
+ base: string;
34736
+ } | undefined;
34336
34737
  } | {
34337
34738
  computeMethod: import("@package/resources/enums").maxDeposit;
34338
34739
  computeSettings: {
@@ -36050,6 +36451,11 @@ declare const app: Elysia<"", {
36050
36451
  computeSettings: {
36051
36452
  maxRewards: string;
36052
36453
  };
36454
+ } | {
36455
+ computeMethod: import("@package/resources/enums").logarithmic;
36456
+ computeSettings?: {
36457
+ base: string;
36458
+ } | undefined;
36053
36459
  } | {
36054
36460
  computeMethod: import("@package/resources/enums").maxDeposit;
36055
36461
  computeSettings: {