@merkl/api 1.4.68 → 1.4.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/eden/index.d.ts +728 -479
- package/dist/src/engine/deprecated/dynamicData/implementations/Erc20.d.ts +14 -14
- package/dist/src/engine/metadata/factory.js.map +1 -1
- package/dist/src/engine/tvl/factory.js.map +1 -1
- package/dist/src/index.d.ts +249 -0
- package/dist/src/libs/computeFee.d.ts +51 -0
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +65 -65
- package/dist/src/modules/v4/opportunity/opportunity.repository.js.map +1 -1
- package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +249 -0
- package/dist/src/modules/v4/router.d.ts +792 -543
- package/dist/src/utils/getAPR.d.ts +200 -100
- package/dist/src/utils/models.d.ts +104 -0
- package/dist/src/utils/parseDistributionType.d.ts +255 -155
- package/package.json +1 -1
@@ -251,6 +251,26 @@ export declare const getAPR: (params: {
|
|
251
251
|
callDataKey?: string | undefined;
|
252
252
|
}))[];
|
253
253
|
} & ({
|
254
|
+
targetToken: string;
|
255
|
+
decimalsTargetToken: number;
|
256
|
+
symbolTargetToken: string;
|
257
|
+
nameTargetToken?: string | undefined;
|
258
|
+
underlyingToken?: string | undefined;
|
259
|
+
symbolUnderlyingToken?: string | undefined;
|
260
|
+
decimalsUnderlyingToken?: number | undefined;
|
261
|
+
marketId?: string | undefined;
|
262
|
+
decimalsLoanToken?: string | undefined;
|
263
|
+
symbolLoanToken?: string | undefined;
|
264
|
+
loanToken?: string | undefined;
|
265
|
+
decimalsBorrowToken?: number | undefined;
|
266
|
+
symbolBorrowToken?: string | undefined;
|
267
|
+
borrowToken?: string | undefined;
|
268
|
+
LLTV?: string | undefined;
|
269
|
+
} | {
|
270
|
+
targetToken: string;
|
271
|
+
decimalsTargetToken: number;
|
272
|
+
symbolTargetToken: string;
|
273
|
+
} | {
|
254
274
|
targetToken: string;
|
255
275
|
decimalsTargetToken: number;
|
256
276
|
symbolTargetToken: string;
|
@@ -378,10 +398,6 @@ export declare const getAPR: (params: {
|
|
378
398
|
dataUrl?: string | undefined;
|
379
399
|
} | {
|
380
400
|
vaultAddress: string;
|
381
|
-
} | {
|
382
|
-
targetToken: string;
|
383
|
-
decimalsTargetToken: number;
|
384
|
-
symbolTargetToken: string;
|
385
401
|
} | {
|
386
402
|
targetToken: string;
|
387
403
|
decimalsTargetToken: number;
|
@@ -585,6 +601,26 @@ export declare const getAPR: (params: {
|
|
585
601
|
tokenId: string;
|
586
602
|
} | {} | {
|
587
603
|
jsonUrl: string;
|
604
|
+
} | {
|
605
|
+
isOutOfRangeIncentivized: boolean;
|
606
|
+
weightFees: number;
|
607
|
+
weightToken0: number;
|
608
|
+
weightToken1: number;
|
609
|
+
whitelist: string[];
|
610
|
+
blacklist: string[];
|
611
|
+
poolId: string;
|
612
|
+
poolManager: string;
|
613
|
+
lpFee: number;
|
614
|
+
currency0: string;
|
615
|
+
currency1: string;
|
616
|
+
decimalsCurrency0: number;
|
617
|
+
decimalsCurrency1: number;
|
618
|
+
symbolCurrency0: string;
|
619
|
+
symbolCurrency1: string;
|
620
|
+
lowerPriceTolerance?: number | undefined;
|
621
|
+
upperPriceTolerance?: number | undefined;
|
622
|
+
lowerPriceBond?: number | undefined;
|
623
|
+
upperPriceBond?: number | undefined;
|
588
624
|
} | {
|
589
625
|
hasSlots: boolean;
|
590
626
|
lockEvent: {
|
@@ -650,22 +686,6 @@ export declare const getAPR: (params: {
|
|
650
686
|
symbolReceiverToken: string;
|
651
687
|
sender: string;
|
652
688
|
receiver: string;
|
653
|
-
} | {
|
654
|
-
targetToken: string;
|
655
|
-
decimalsTargetToken: number;
|
656
|
-
symbolTargetToken: string;
|
657
|
-
nameTargetToken?: string | undefined;
|
658
|
-
underlyingToken?: string | undefined;
|
659
|
-
symbolUnderlyingToken?: string | undefined;
|
660
|
-
decimalsUnderlyingToken?: number | undefined;
|
661
|
-
marketId?: string | undefined;
|
662
|
-
decimalsLoanToken?: string | undefined;
|
663
|
-
symbolLoanToken?: string | undefined;
|
664
|
-
loanToken?: string | undefined;
|
665
|
-
decimalsBorrowToken?: number | undefined;
|
666
|
-
symbolBorrowToken?: string | undefined;
|
667
|
-
borrowToken?: string | undefined;
|
668
|
-
LLTV?: string | undefined;
|
669
689
|
} | {
|
670
690
|
targetToken: string;
|
671
691
|
decimalsTargetToken: number;
|
@@ -1179,6 +1199,26 @@ export declare const getAPR: (params: {
|
|
1179
1199
|
callDataKey?: string | undefined;
|
1180
1200
|
}))[];
|
1181
1201
|
} & ({
|
1202
|
+
targetToken: string;
|
1203
|
+
decimalsTargetToken: number;
|
1204
|
+
symbolTargetToken: string;
|
1205
|
+
nameTargetToken?: string | undefined;
|
1206
|
+
underlyingToken?: string | undefined;
|
1207
|
+
symbolUnderlyingToken?: string | undefined;
|
1208
|
+
decimalsUnderlyingToken?: number | undefined;
|
1209
|
+
marketId?: string | undefined;
|
1210
|
+
decimalsLoanToken?: string | undefined;
|
1211
|
+
symbolLoanToken?: string | undefined;
|
1212
|
+
loanToken?: string | undefined;
|
1213
|
+
decimalsBorrowToken?: number | undefined;
|
1214
|
+
symbolBorrowToken?: string | undefined;
|
1215
|
+
borrowToken?: string | undefined;
|
1216
|
+
LLTV?: string | undefined;
|
1217
|
+
} | {
|
1218
|
+
targetToken: string;
|
1219
|
+
decimalsTargetToken: number;
|
1220
|
+
symbolTargetToken: string;
|
1221
|
+
} | {
|
1182
1222
|
targetToken: string;
|
1183
1223
|
decimalsTargetToken: number;
|
1184
1224
|
symbolTargetToken: string;
|
@@ -1306,10 +1346,6 @@ export declare const getAPR: (params: {
|
|
1306
1346
|
dataUrl?: string | undefined;
|
1307
1347
|
} | {
|
1308
1348
|
vaultAddress: string;
|
1309
|
-
} | {
|
1310
|
-
targetToken: string;
|
1311
|
-
decimalsTargetToken: number;
|
1312
|
-
symbolTargetToken: string;
|
1313
1349
|
} | {
|
1314
1350
|
targetToken: string;
|
1315
1351
|
decimalsTargetToken: number;
|
@@ -1513,6 +1549,26 @@ export declare const getAPR: (params: {
|
|
1513
1549
|
tokenId: string;
|
1514
1550
|
} | {} | {
|
1515
1551
|
jsonUrl: string;
|
1552
|
+
} | {
|
1553
|
+
isOutOfRangeIncentivized: boolean;
|
1554
|
+
weightFees: number;
|
1555
|
+
weightToken0: number;
|
1556
|
+
weightToken1: number;
|
1557
|
+
whitelist: string[];
|
1558
|
+
blacklist: string[];
|
1559
|
+
poolId: string;
|
1560
|
+
poolManager: string;
|
1561
|
+
lpFee: number;
|
1562
|
+
currency0: string;
|
1563
|
+
currency1: string;
|
1564
|
+
decimalsCurrency0: number;
|
1565
|
+
decimalsCurrency1: number;
|
1566
|
+
symbolCurrency0: string;
|
1567
|
+
symbolCurrency1: string;
|
1568
|
+
lowerPriceTolerance?: number | undefined;
|
1569
|
+
upperPriceTolerance?: number | undefined;
|
1570
|
+
lowerPriceBond?: number | undefined;
|
1571
|
+
upperPriceBond?: number | undefined;
|
1516
1572
|
} | {
|
1517
1573
|
hasSlots: boolean;
|
1518
1574
|
lockEvent: {
|
@@ -1578,22 +1634,6 @@ export declare const getAPR: (params: {
|
|
1578
1634
|
symbolReceiverToken: string;
|
1579
1635
|
sender: string;
|
1580
1636
|
receiver: string;
|
1581
|
-
} | {
|
1582
|
-
targetToken: string;
|
1583
|
-
decimalsTargetToken: number;
|
1584
|
-
symbolTargetToken: string;
|
1585
|
-
nameTargetToken?: string | undefined;
|
1586
|
-
underlyingToken?: string | undefined;
|
1587
|
-
symbolUnderlyingToken?: string | undefined;
|
1588
|
-
decimalsUnderlyingToken?: number | undefined;
|
1589
|
-
marketId?: string | undefined;
|
1590
|
-
decimalsLoanToken?: string | undefined;
|
1591
|
-
symbolLoanToken?: string | undefined;
|
1592
|
-
loanToken?: string | undefined;
|
1593
|
-
decimalsBorrowToken?: number | undefined;
|
1594
|
-
symbolBorrowToken?: string | undefined;
|
1595
|
-
borrowToken?: string | undefined;
|
1596
|
-
LLTV?: string | undefined;
|
1597
1637
|
} | {
|
1598
1638
|
targetToken: string;
|
1599
1639
|
decimalsTargetToken: number;
|
@@ -2103,6 +2143,26 @@ export declare const getAPR: (params: {
|
|
2103
2143
|
callDataKey?: string | undefined;
|
2104
2144
|
}))[];
|
2105
2145
|
} & ({
|
2146
|
+
targetToken: string;
|
2147
|
+
decimalsTargetToken: number;
|
2148
|
+
symbolTargetToken: string;
|
2149
|
+
nameTargetToken?: string | undefined;
|
2150
|
+
underlyingToken?: string | undefined;
|
2151
|
+
symbolUnderlyingToken?: string | undefined;
|
2152
|
+
decimalsUnderlyingToken?: number | undefined;
|
2153
|
+
marketId?: string | undefined;
|
2154
|
+
decimalsLoanToken?: string | undefined;
|
2155
|
+
symbolLoanToken?: string | undefined;
|
2156
|
+
loanToken?: string | undefined;
|
2157
|
+
decimalsBorrowToken?: number | undefined;
|
2158
|
+
symbolBorrowToken?: string | undefined;
|
2159
|
+
borrowToken?: string | undefined;
|
2160
|
+
LLTV?: string | undefined;
|
2161
|
+
} | {
|
2162
|
+
targetToken: string;
|
2163
|
+
decimalsTargetToken: number;
|
2164
|
+
symbolTargetToken: string;
|
2165
|
+
} | {
|
2106
2166
|
targetToken: string;
|
2107
2167
|
decimalsTargetToken: number;
|
2108
2168
|
symbolTargetToken: string;
|
@@ -2230,10 +2290,6 @@ export declare const getAPR: (params: {
|
|
2230
2290
|
dataUrl?: string | undefined;
|
2231
2291
|
} | {
|
2232
2292
|
vaultAddress: string;
|
2233
|
-
} | {
|
2234
|
-
targetToken: string;
|
2235
|
-
decimalsTargetToken: number;
|
2236
|
-
symbolTargetToken: string;
|
2237
2293
|
} | {
|
2238
2294
|
targetToken: string;
|
2239
2295
|
decimalsTargetToken: number;
|
@@ -2437,6 +2493,26 @@ export declare const getAPR: (params: {
|
|
2437
2493
|
tokenId: string;
|
2438
2494
|
} | {} | {
|
2439
2495
|
jsonUrl: string;
|
2496
|
+
} | {
|
2497
|
+
isOutOfRangeIncentivized: boolean;
|
2498
|
+
weightFees: number;
|
2499
|
+
weightToken0: number;
|
2500
|
+
weightToken1: number;
|
2501
|
+
whitelist: string[];
|
2502
|
+
blacklist: string[];
|
2503
|
+
poolId: string;
|
2504
|
+
poolManager: string;
|
2505
|
+
lpFee: number;
|
2506
|
+
currency0: string;
|
2507
|
+
currency1: string;
|
2508
|
+
decimalsCurrency0: number;
|
2509
|
+
decimalsCurrency1: number;
|
2510
|
+
symbolCurrency0: string;
|
2511
|
+
symbolCurrency1: string;
|
2512
|
+
lowerPriceTolerance?: number | undefined;
|
2513
|
+
upperPriceTolerance?: number | undefined;
|
2514
|
+
lowerPriceBond?: number | undefined;
|
2515
|
+
upperPriceBond?: number | undefined;
|
2440
2516
|
} | {
|
2441
2517
|
hasSlots: boolean;
|
2442
2518
|
lockEvent: {
|
@@ -2502,22 +2578,6 @@ export declare const getAPR: (params: {
|
|
2502
2578
|
symbolReceiverToken: string;
|
2503
2579
|
sender: string;
|
2504
2580
|
receiver: string;
|
2505
|
-
} | {
|
2506
|
-
targetToken: string;
|
2507
|
-
decimalsTargetToken: number;
|
2508
|
-
symbolTargetToken: string;
|
2509
|
-
nameTargetToken?: string | undefined;
|
2510
|
-
underlyingToken?: string | undefined;
|
2511
|
-
symbolUnderlyingToken?: string | undefined;
|
2512
|
-
decimalsUnderlyingToken?: number | undefined;
|
2513
|
-
marketId?: string | undefined;
|
2514
|
-
decimalsLoanToken?: string | undefined;
|
2515
|
-
symbolLoanToken?: string | undefined;
|
2516
|
-
loanToken?: string | undefined;
|
2517
|
-
decimalsBorrowToken?: number | undefined;
|
2518
|
-
symbolBorrowToken?: string | undefined;
|
2519
|
-
borrowToken?: string | undefined;
|
2520
|
-
LLTV?: string | undefined;
|
2521
2581
|
} | {
|
2522
2582
|
targetToken: string;
|
2523
2583
|
decimalsTargetToken: number;
|
@@ -3030,6 +3090,26 @@ export declare const getAPR: (params: {
|
|
3030
3090
|
callDataKey?: string | undefined;
|
3031
3091
|
}))[];
|
3032
3092
|
} & ({
|
3093
|
+
targetToken: string;
|
3094
|
+
decimalsTargetToken: number;
|
3095
|
+
symbolTargetToken: string;
|
3096
|
+
nameTargetToken?: string | undefined;
|
3097
|
+
underlyingToken?: string | undefined;
|
3098
|
+
symbolUnderlyingToken?: string | undefined;
|
3099
|
+
decimalsUnderlyingToken?: number | undefined;
|
3100
|
+
marketId?: string | undefined;
|
3101
|
+
decimalsLoanToken?: string | undefined;
|
3102
|
+
symbolLoanToken?: string | undefined;
|
3103
|
+
loanToken?: string | undefined;
|
3104
|
+
decimalsBorrowToken?: number | undefined;
|
3105
|
+
symbolBorrowToken?: string | undefined;
|
3106
|
+
borrowToken?: string | undefined;
|
3107
|
+
LLTV?: string | undefined;
|
3108
|
+
} | {
|
3109
|
+
targetToken: string;
|
3110
|
+
decimalsTargetToken: number;
|
3111
|
+
symbolTargetToken: string;
|
3112
|
+
} | {
|
3033
3113
|
targetToken: string;
|
3034
3114
|
decimalsTargetToken: number;
|
3035
3115
|
symbolTargetToken: string;
|
@@ -3157,10 +3237,6 @@ export declare const getAPR: (params: {
|
|
3157
3237
|
dataUrl?: string | undefined;
|
3158
3238
|
} | {
|
3159
3239
|
vaultAddress: string;
|
3160
|
-
} | {
|
3161
|
-
targetToken: string;
|
3162
|
-
decimalsTargetToken: number;
|
3163
|
-
symbolTargetToken: string;
|
3164
3240
|
} | {
|
3165
3241
|
targetToken: string;
|
3166
3242
|
decimalsTargetToken: number;
|
@@ -3364,6 +3440,26 @@ export declare const getAPR: (params: {
|
|
3364
3440
|
tokenId: string;
|
3365
3441
|
} | {} | {
|
3366
3442
|
jsonUrl: string;
|
3443
|
+
} | {
|
3444
|
+
isOutOfRangeIncentivized: boolean;
|
3445
|
+
weightFees: number;
|
3446
|
+
weightToken0: number;
|
3447
|
+
weightToken1: number;
|
3448
|
+
whitelist: string[];
|
3449
|
+
blacklist: string[];
|
3450
|
+
poolId: string;
|
3451
|
+
poolManager: string;
|
3452
|
+
lpFee: number;
|
3453
|
+
currency0: string;
|
3454
|
+
currency1: string;
|
3455
|
+
decimalsCurrency0: number;
|
3456
|
+
decimalsCurrency1: number;
|
3457
|
+
symbolCurrency0: string;
|
3458
|
+
symbolCurrency1: string;
|
3459
|
+
lowerPriceTolerance?: number | undefined;
|
3460
|
+
upperPriceTolerance?: number | undefined;
|
3461
|
+
lowerPriceBond?: number | undefined;
|
3462
|
+
upperPriceBond?: number | undefined;
|
3367
3463
|
} | {
|
3368
3464
|
hasSlots: boolean;
|
3369
3465
|
lockEvent: {
|
@@ -3429,22 +3525,6 @@ export declare const getAPR: (params: {
|
|
3429
3525
|
symbolReceiverToken: string;
|
3430
3526
|
sender: string;
|
3431
3527
|
receiver: string;
|
3432
|
-
} | {
|
3433
|
-
targetToken: string;
|
3434
|
-
decimalsTargetToken: number;
|
3435
|
-
symbolTargetToken: string;
|
3436
|
-
nameTargetToken?: string | undefined;
|
3437
|
-
underlyingToken?: string | undefined;
|
3438
|
-
symbolUnderlyingToken?: string | undefined;
|
3439
|
-
decimalsUnderlyingToken?: number | undefined;
|
3440
|
-
marketId?: string | undefined;
|
3441
|
-
decimalsLoanToken?: string | undefined;
|
3442
|
-
symbolLoanToken?: string | undefined;
|
3443
|
-
loanToken?: string | undefined;
|
3444
|
-
decimalsBorrowToken?: number | undefined;
|
3445
|
-
symbolBorrowToken?: string | undefined;
|
3446
|
-
borrowToken?: string | undefined;
|
3447
|
-
LLTV?: string | undefined;
|
3448
3528
|
} | {
|
3449
3529
|
targetToken: string;
|
3450
3530
|
decimalsTargetToken: number;
|
@@ -3957,6 +4037,26 @@ export declare const getAPR: (params: {
|
|
3957
4037
|
callDataKey?: string | undefined;
|
3958
4038
|
}))[];
|
3959
4039
|
} & ({
|
4040
|
+
targetToken: string;
|
4041
|
+
decimalsTargetToken: number;
|
4042
|
+
symbolTargetToken: string;
|
4043
|
+
nameTargetToken?: string | undefined;
|
4044
|
+
underlyingToken?: string | undefined;
|
4045
|
+
symbolUnderlyingToken?: string | undefined;
|
4046
|
+
decimalsUnderlyingToken?: number | undefined;
|
4047
|
+
marketId?: string | undefined;
|
4048
|
+
decimalsLoanToken?: string | undefined;
|
4049
|
+
symbolLoanToken?: string | undefined;
|
4050
|
+
loanToken?: string | undefined;
|
4051
|
+
decimalsBorrowToken?: number | undefined;
|
4052
|
+
symbolBorrowToken?: string | undefined;
|
4053
|
+
borrowToken?: string | undefined;
|
4054
|
+
LLTV?: string | undefined;
|
4055
|
+
} | {
|
4056
|
+
targetToken: string;
|
4057
|
+
decimalsTargetToken: number;
|
4058
|
+
symbolTargetToken: string;
|
4059
|
+
} | {
|
3960
4060
|
targetToken: string;
|
3961
4061
|
decimalsTargetToken: number;
|
3962
4062
|
symbolTargetToken: string;
|
@@ -4084,10 +4184,6 @@ export declare const getAPR: (params: {
|
|
4084
4184
|
dataUrl?: string | undefined;
|
4085
4185
|
} | {
|
4086
4186
|
vaultAddress: string;
|
4087
|
-
} | {
|
4088
|
-
targetToken: string;
|
4089
|
-
decimalsTargetToken: number;
|
4090
|
-
symbolTargetToken: string;
|
4091
4187
|
} | {
|
4092
4188
|
targetToken: string;
|
4093
4189
|
decimalsTargetToken: number;
|
@@ -4291,6 +4387,26 @@ export declare const getAPR: (params: {
|
|
4291
4387
|
tokenId: string;
|
4292
4388
|
} | {} | {
|
4293
4389
|
jsonUrl: string;
|
4390
|
+
} | {
|
4391
|
+
isOutOfRangeIncentivized: boolean;
|
4392
|
+
weightFees: number;
|
4393
|
+
weightToken0: number;
|
4394
|
+
weightToken1: number;
|
4395
|
+
whitelist: string[];
|
4396
|
+
blacklist: string[];
|
4397
|
+
poolId: string;
|
4398
|
+
poolManager: string;
|
4399
|
+
lpFee: number;
|
4400
|
+
currency0: string;
|
4401
|
+
currency1: string;
|
4402
|
+
decimalsCurrency0: number;
|
4403
|
+
decimalsCurrency1: number;
|
4404
|
+
symbolCurrency0: string;
|
4405
|
+
symbolCurrency1: string;
|
4406
|
+
lowerPriceTolerance?: number | undefined;
|
4407
|
+
upperPriceTolerance?: number | undefined;
|
4408
|
+
lowerPriceBond?: number | undefined;
|
4409
|
+
upperPriceBond?: number | undefined;
|
4294
4410
|
} | {
|
4295
4411
|
hasSlots: boolean;
|
4296
4412
|
lockEvent: {
|
@@ -4356,22 +4472,6 @@ export declare const getAPR: (params: {
|
|
4356
4472
|
symbolReceiverToken: string;
|
4357
4473
|
sender: string;
|
4358
4474
|
receiver: string;
|
4359
|
-
} | {
|
4360
|
-
targetToken: string;
|
4361
|
-
decimalsTargetToken: number;
|
4362
|
-
symbolTargetToken: string;
|
4363
|
-
nameTargetToken?: string | undefined;
|
4364
|
-
underlyingToken?: string | undefined;
|
4365
|
-
symbolUnderlyingToken?: string | undefined;
|
4366
|
-
decimalsUnderlyingToken?: number | undefined;
|
4367
|
-
marketId?: string | undefined;
|
4368
|
-
decimalsLoanToken?: string | undefined;
|
4369
|
-
symbolLoanToken?: string | undefined;
|
4370
|
-
loanToken?: string | undefined;
|
4371
|
-
decimalsBorrowToken?: number | undefined;
|
4372
|
-
symbolBorrowToken?: string | undefined;
|
4373
|
-
borrowToken?: string | undefined;
|
4374
|
-
LLTV?: string | undefined;
|
4375
4475
|
} | {
|
4376
4476
|
targetToken: string;
|
4377
4477
|
decimalsTargetToken: number;
|
@@ -1709,6 +1709,22 @@ export declare const models: (app: Elysia<"", {
|
|
1709
1709
|
endTimestamp: import("@sinclair/typebox").TNumber;
|
1710
1710
|
} & {
|
1711
1711
|
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").INVALID>;
|
1712
|
+
}> | import("@sinclair/typebox").TObject<{
|
1713
|
+
whitelist: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
|
1714
|
+
blacklist: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
|
1715
|
+
endTimestamp: import("@sinclair/typebox").TNumber;
|
1716
|
+
url: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"">, import("@sinclair/typebox").TString]>>;
|
1717
|
+
poolId: import("@sinclair/typebox").TString;
|
1718
|
+
isOutOfRangeIncentivized: import("@sinclair/typebox").TBoolean;
|
1719
|
+
weightFees: import("@sinclair/typebox").TNumber;
|
1720
|
+
weightToken0: import("@sinclair/typebox").TNumber;
|
1721
|
+
weightToken1: import("@sinclair/typebox").TNumber;
|
1722
|
+
lowerPriceBond: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
1723
|
+
upperPriceBond: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
1724
|
+
lowerPriceTolerance: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
1725
|
+
upperPriceTolerance: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
1726
|
+
} & {
|
1727
|
+
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").KATANA>;
|
1712
1728
|
}> | import("@sinclair/typebox").TObject<{
|
1713
1729
|
whitelist: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
|
1714
1730
|
blacklist: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
|
@@ -3731,6 +3747,18 @@ export declare const models: (app: Elysia<"", {
|
|
3731
3747
|
}>)[]>]>>;
|
3732
3748
|
}> | import("@sinclair/typebox").TObject<{
|
3733
3749
|
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").INVALID>;
|
3750
|
+
}> | import("@sinclair/typebox").TObject<{
|
3751
|
+
url: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"">, import("@sinclair/typebox").TString]>>;
|
3752
|
+
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").KATANA>;
|
3753
|
+
poolId: import("@sinclair/typebox").TString;
|
3754
|
+
isOutOfRangeIncentivized: import("@sinclair/typebox").TBoolean;
|
3755
|
+
weightFees: import("@sinclair/typebox").TNumber;
|
3756
|
+
weightToken0: import("@sinclair/typebox").TNumber;
|
3757
|
+
weightToken1: import("@sinclair/typebox").TNumber;
|
3758
|
+
lowerPriceBond: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
3759
|
+
upperPriceBond: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
3760
|
+
lowerPriceTolerance: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
3761
|
+
upperPriceTolerance: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
3734
3762
|
}> | import("@sinclair/typebox").TObject<{
|
3735
3763
|
url: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"">, import("@sinclair/typebox").TString]>>;
|
3736
3764
|
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").LOCKER>;
|
@@ -5647,6 +5675,18 @@ export declare const models: (app: Elysia<"", {
|
|
5647
5675
|
}>)[]>]>>;
|
5648
5676
|
}> | import("@sinclair/typebox").TObject<{
|
5649
5677
|
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").INVALID>;
|
5678
|
+
}> | import("@sinclair/typebox").TObject<{
|
5679
|
+
url: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"">, import("@sinclair/typebox").TString]>>;
|
5680
|
+
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").KATANA>;
|
5681
|
+
poolId: import("@sinclair/typebox").TString;
|
5682
|
+
isOutOfRangeIncentivized: import("@sinclair/typebox").TBoolean;
|
5683
|
+
weightFees: import("@sinclair/typebox").TNumber;
|
5684
|
+
weightToken0: import("@sinclair/typebox").TNumber;
|
5685
|
+
weightToken1: import("@sinclair/typebox").TNumber;
|
5686
|
+
lowerPriceBond: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
5687
|
+
upperPriceBond: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
5688
|
+
lowerPriceTolerance: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
5689
|
+
upperPriceTolerance: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
5650
5690
|
}> | import("@sinclair/typebox").TObject<{
|
5651
5691
|
url: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"">, import("@sinclair/typebox").TString]>>;
|
5652
5692
|
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").LOCKER>;
|
@@ -7564,6 +7604,18 @@ export declare const models: (app: Elysia<"", {
|
|
7564
7604
|
}>)[]>]>>;
|
7565
7605
|
}> | import("@sinclair/typebox").TObject<{
|
7566
7606
|
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").INVALID>;
|
7607
|
+
}> | import("@sinclair/typebox").TObject<{
|
7608
|
+
url: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"">, import("@sinclair/typebox").TString]>>;
|
7609
|
+
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").KATANA>;
|
7610
|
+
poolId: import("@sinclair/typebox").TString;
|
7611
|
+
isOutOfRangeIncentivized: import("@sinclair/typebox").TBoolean;
|
7612
|
+
weightFees: import("@sinclair/typebox").TNumber;
|
7613
|
+
weightToken0: import("@sinclair/typebox").TNumber;
|
7614
|
+
weightToken1: import("@sinclair/typebox").TNumber;
|
7615
|
+
lowerPriceBond: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
7616
|
+
upperPriceBond: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
7617
|
+
lowerPriceTolerance: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
7618
|
+
upperPriceTolerance: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
7567
7619
|
}> | import("@sinclair/typebox").TObject<{
|
7568
7620
|
url: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"">, import("@sinclair/typebox").TString]>>;
|
7569
7621
|
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").LOCKER>;
|
@@ -9690,6 +9742,22 @@ export declare const models: (app: Elysia<"", {
|
|
9690
9742
|
endTimestamp: import("@sinclair/typebox").TNumber;
|
9691
9743
|
} & {
|
9692
9744
|
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").INVALID>;
|
9745
|
+
}> | import("@sinclair/typebox").TObject<{
|
9746
|
+
whitelist: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
|
9747
|
+
blacklist: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
|
9748
|
+
endTimestamp: import("@sinclair/typebox").TNumber;
|
9749
|
+
url: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"">, import("@sinclair/typebox").TString]>>;
|
9750
|
+
poolId: import("@sinclair/typebox").TString;
|
9751
|
+
isOutOfRangeIncentivized: import("@sinclair/typebox").TBoolean;
|
9752
|
+
weightFees: import("@sinclair/typebox").TNumber;
|
9753
|
+
weightToken0: import("@sinclair/typebox").TNumber;
|
9754
|
+
weightToken1: import("@sinclair/typebox").TNumber;
|
9755
|
+
lowerPriceBond: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
9756
|
+
upperPriceBond: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
9757
|
+
lowerPriceTolerance: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
9758
|
+
upperPriceTolerance: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
9759
|
+
} & {
|
9760
|
+
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").KATANA>;
|
9693
9761
|
}> | import("@sinclair/typebox").TObject<{
|
9694
9762
|
whitelist: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
|
9695
9763
|
blacklist: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
|
@@ -11712,6 +11780,18 @@ export declare const models: (app: Elysia<"", {
|
|
11712
11780
|
}>)[]>]>>;
|
11713
11781
|
}> | import("@sinclair/typebox").TObject<{
|
11714
11782
|
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").INVALID>;
|
11783
|
+
}> | import("@sinclair/typebox").TObject<{
|
11784
|
+
url: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"">, import("@sinclair/typebox").TString]>>;
|
11785
|
+
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").KATANA>;
|
11786
|
+
poolId: import("@sinclair/typebox").TString;
|
11787
|
+
isOutOfRangeIncentivized: import("@sinclair/typebox").TBoolean;
|
11788
|
+
weightFees: import("@sinclair/typebox").TNumber;
|
11789
|
+
weightToken0: import("@sinclair/typebox").TNumber;
|
11790
|
+
weightToken1: import("@sinclair/typebox").TNumber;
|
11791
|
+
lowerPriceBond: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
11792
|
+
upperPriceBond: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
11793
|
+
lowerPriceTolerance: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
11794
|
+
upperPriceTolerance: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
11715
11795
|
}> | import("@sinclair/typebox").TObject<{
|
11716
11796
|
url: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"">, import("@sinclair/typebox").TString]>>;
|
11717
11797
|
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").LOCKER>;
|
@@ -13628,6 +13708,18 @@ export declare const models: (app: Elysia<"", {
|
|
13628
13708
|
}>)[]>]>>;
|
13629
13709
|
}> | import("@sinclair/typebox").TObject<{
|
13630
13710
|
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").INVALID>;
|
13711
|
+
}> | import("@sinclair/typebox").TObject<{
|
13712
|
+
url: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"">, import("@sinclair/typebox").TString]>>;
|
13713
|
+
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").KATANA>;
|
13714
|
+
poolId: import("@sinclair/typebox").TString;
|
13715
|
+
isOutOfRangeIncentivized: import("@sinclair/typebox").TBoolean;
|
13716
|
+
weightFees: import("@sinclair/typebox").TNumber;
|
13717
|
+
weightToken0: import("@sinclair/typebox").TNumber;
|
13718
|
+
weightToken1: import("@sinclair/typebox").TNumber;
|
13719
|
+
lowerPriceBond: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
13720
|
+
upperPriceBond: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
13721
|
+
lowerPriceTolerance: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
13722
|
+
upperPriceTolerance: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
13631
13723
|
}> | import("@sinclair/typebox").TObject<{
|
13632
13724
|
url: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"">, import("@sinclair/typebox").TString]>>;
|
13633
13725
|
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").LOCKER>;
|
@@ -15545,6 +15637,18 @@ export declare const models: (app: Elysia<"", {
|
|
15545
15637
|
}>)[]>]>>;
|
15546
15638
|
}> | import("@sinclair/typebox").TObject<{
|
15547
15639
|
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").INVALID>;
|
15640
|
+
}> | import("@sinclair/typebox").TObject<{
|
15641
|
+
url: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"">, import("@sinclair/typebox").TString]>>;
|
15642
|
+
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").KATANA>;
|
15643
|
+
poolId: import("@sinclair/typebox").TString;
|
15644
|
+
isOutOfRangeIncentivized: import("@sinclair/typebox").TBoolean;
|
15645
|
+
weightFees: import("@sinclair/typebox").TNumber;
|
15646
|
+
weightToken0: import("@sinclair/typebox").TNumber;
|
15647
|
+
weightToken1: import("@sinclair/typebox").TNumber;
|
15648
|
+
lowerPriceBond: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
15649
|
+
upperPriceBond: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
15650
|
+
lowerPriceTolerance: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
15651
|
+
upperPriceTolerance: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
15548
15652
|
}> | import("@sinclair/typebox").TObject<{
|
15549
15653
|
url: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"">, import("@sinclair/typebox").TString]>>;
|
15550
15654
|
campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").LOCKER>;
|