@merkl/api 1.13.26 → 1.13.27
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 +378 -4
- package/dist/src/engine/deprecated/dynamicData/implementations/Erc20.d.ts +13 -13
- package/dist/src/engine/implementations/DolomiteNetLending/metadata.d.ts +18 -0
- package/dist/src/engine/implementations/DolomiteNetLending/metadata.js.map +1 -0
- package/dist/src/engine/implementations/clamm/tvl.abstract.d.ts +1 -1
- 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 +421 -2
- package/dist/src/modules/v4/block-timestamp/block-timestamp.controller.d.ts +36 -0
- package/dist/src/modules/v4/block-timestamp/block-timestamp.controller.js.map +1 -1
- package/dist/src/modules/v4/block-timestamp/block-timestamp.model.d.ts +19 -0
- package/dist/src/modules/v4/block-timestamp/block-timestamp.model.js.map +1 -1
- package/dist/src/modules/v4/block-timestamp/block-timestamp.repository.d.ts +15 -0
- package/dist/src/modules/v4/block-timestamp/block-timestamp.repository.js.map +1 -1
- package/dist/src/modules/v4/block-timestamp/block-timestamp.service.d.ts +10 -0
- package/dist/src/modules/v4/block-timestamp/block-timestamp.service.js.map +1 -1
- package/dist/src/modules/v4/campaign/campaign.query-transformer.d.ts +85 -85
- package/dist/src/modules/v4/clamm/clamm.controller.d.ts +2 -2
- package/dist/src/modules/v4/diff/diff.controller.d.ts +412 -0
- package/dist/src/modules/v4/diff/diff.controller.js.map +1 -0
- package/dist/src/modules/v4/diff/diff.model.d.ts +65 -0
- package/dist/src/modules/v4/diff/diff.model.js.map +1 -0
- package/dist/src/modules/v4/diff/diff.repository.d.ts +196 -0
- package/dist/src/modules/v4/diff/diff.repository.js.map +1 -0
- package/dist/src/modules/v4/diff/diff.service.d.ts +108 -0
- package/dist/src/modules/v4/diff/diff.service.js.map +1 -0
- package/dist/src/modules/v4/leaf/leaf.service.d.ts +23 -4
- package/dist/src/modules/v4/leaf/leaf.service.js.map +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.query-transformer.d.ts +56 -56
- package/dist/src/modules/v4/reward/reward.service.js.map +1 -1
- package/dist/src/modules/v4/router.d.ts +421 -2
- package/dist/src/modules/v4/router.js.map +1 -1
- package/dist/src/modules/v4/transaction/transaction.service.d.ts +4568 -2258
- package/dist/src/scripts/meta-leaf-migration-safety.js.map +1 -1
- package/dist/src/utils/getAPR.d.ts +1158 -3
- package/dist/src/utils/parseDistributionType.d.ts +1715 -560
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -722,6 +722,42 @@ export declare const v4: Elysia<"/v4", {
|
|
|
722
722
|
};
|
|
723
723
|
};
|
|
724
724
|
};
|
|
725
|
+
} & {
|
|
726
|
+
"block-timestamp": {
|
|
727
|
+
bounds: {
|
|
728
|
+
get: {
|
|
729
|
+
body: unknown;
|
|
730
|
+
params: {};
|
|
731
|
+
query: {
|
|
732
|
+
chainId: number;
|
|
733
|
+
timestamp: number;
|
|
734
|
+
};
|
|
735
|
+
headers: unknown;
|
|
736
|
+
response: {
|
|
737
|
+
200: {
|
|
738
|
+
lower: {
|
|
739
|
+
blockNumber: number;
|
|
740
|
+
timestamp: number;
|
|
741
|
+
} | null;
|
|
742
|
+
upper: {
|
|
743
|
+
blockNumber: number;
|
|
744
|
+
timestamp: number;
|
|
745
|
+
} | null;
|
|
746
|
+
exactMatch: boolean;
|
|
747
|
+
};
|
|
748
|
+
422: {
|
|
749
|
+
type: "validation";
|
|
750
|
+
on: string;
|
|
751
|
+
summary?: string | undefined;
|
|
752
|
+
message?: string | undefined;
|
|
753
|
+
found?: unknown;
|
|
754
|
+
property?: string | undefined;
|
|
755
|
+
expected?: string | undefined;
|
|
756
|
+
};
|
|
757
|
+
};
|
|
758
|
+
};
|
|
759
|
+
};
|
|
760
|
+
};
|
|
725
761
|
} & {
|
|
726
762
|
boosts: {
|
|
727
763
|
euler: {
|
|
@@ -8201,7 +8237,7 @@ export declare const v4: Elysia<"/v4", {
|
|
|
8201
8237
|
symbolCurrency1: string;
|
|
8202
8238
|
tickSpacing: number;
|
|
8203
8239
|
} & {
|
|
8204
|
-
protocol: import("@package/resources/enums").ProtocolType.AERODROME | import("@package/resources/enums").ProtocolType.AERODROME_GAUGE_CAP | import("@package/resources/enums").ProtocolType.ARTHSWAP | import("@package/resources/enums").ProtocolType.BASE_SWAP | import("@package/resources/enums").ProtocolType.CAMELOT | import("@package/resources/enums").ProtocolType.CAPRICORN | import("@package/resources/enums").ProtocolType.FENIX | import("@package/resources/enums").ProtocolType.FLOWSWAP | import("@package/resources/enums").ProtocolType.HYBRA | import("@package/resources/enums").ProtocolType.HYDREX | import("@package/resources/enums").ProtocolType.HYPERSWAP | import("@package/resources/enums").ProtocolType.IONEX | import("@package/resources/enums").ProtocolType.IZUMI | import("@package/resources/enums").ProtocolType.JAINE | import("@package/resources/enums").ProtocolType.KATANA | import("@package/resources/enums").ProtocolType.KATANA_ALGEBRA | import("@package/resources/enums").ProtocolType.KITTEN_SWAP | import("@package/resources/enums").ProtocolType.KYO | import("@package/resources/enums").ProtocolType.MONDAY_TRADE | import("@package/resources/enums").ProtocolType.NEPTUNE | import("@package/resources/enums").ProtocolType.NINEMM | import("@package/resources/enums").ProtocolType.PANCAKESWAP | import("@package/resources/enums").ProtocolType.PHARAOH | import("@package/resources/enums").ProtocolType.QUICKSWAP | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA_12 | import("@package/resources/enums").ProtocolType.RAMSES | import("@package/resources/enums").ProtocolType.RETRO | import("@package/resources/enums").ProtocolType.ROOSTER | import("@package/resources/enums").ProtocolType.SATSUMA | import("@package/resources/enums").ProtocolType.PROJECT_X | import("@package/resources/enums").ProtocolType.SNAP | import("@package/resources/enums").ProtocolType.SONEX | import("@package/resources/enums").ProtocolType.SPOOKYSWAP_V3 | import("@package/resources/enums").ProtocolType.SUSHI_SWAP | import("@package/resources/enums").ProtocolType.SWAP_X | import("@package/resources/enums").ProtocolType.SYNC_SWAP | import("@package/resources/enums").ProtocolType.UNISWAPV3 | import("@package/resources/enums").ProtocolType.UNISWAPV4 | import("@package/resources/enums").ProtocolType.VELODROME | import("@package/resources/enums").ProtocolType.VOLTAGE | import("@package/resources/enums").ProtocolType.WOODSWAP | import("@package/resources/enums").ProtocolType.XSWAP | import("@package/resources/enums").ProtocolType.ZERO | import("@package/resources/enums").ProtocolType.GLIQUID;
|
|
8240
|
+
protocol: import("@package/resources/enums").ProtocolType.AERODROME | import("@package/resources/enums").ProtocolType.AERODROME_GAUGE_CAP | import("@package/resources/enums").ProtocolType.ARTHSWAP | import("@package/resources/enums").ProtocolType.BASE_SWAP | import("@package/resources/enums").ProtocolType.CAMELOT | import("@package/resources/enums").ProtocolType.CAPRICORN | import("@package/resources/enums").ProtocolType.FENIX | import("@package/resources/enums").ProtocolType.FLOWSWAP | import("@package/resources/enums").ProtocolType.HYBRA | import("@package/resources/enums").ProtocolType.HYDREX | import("@package/resources/enums").ProtocolType.HYPERSWAP | import("@package/resources/enums").ProtocolType.IONEX | import("@package/resources/enums").ProtocolType.IZUMI | import("@package/resources/enums").ProtocolType.JAINE | import("@package/resources/enums").ProtocolType.KATANA | import("@package/resources/enums").ProtocolType.KATANA_ALGEBRA | import("@package/resources/enums").ProtocolType.KITTEN_SWAP | import("@package/resources/enums").ProtocolType.KYO | import("@package/resources/enums").ProtocolType.MONDAY_TRADE | import("@package/resources/enums").ProtocolType.NEPTUNE | import("@package/resources/enums").ProtocolType.NINEMM | import("@package/resources/enums").ProtocolType.PANCAKESWAP | import("@package/resources/enums").ProtocolType.PHARAOH | import("@package/resources/enums").ProtocolType.QUICKSWAP | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA_12 | import("@package/resources/enums").ProtocolType.RAMSES | import("@package/resources/enums").ProtocolType.RETRO | import("@package/resources/enums").ProtocolType.ROOSTER | import("@package/resources/enums").ProtocolType.SATSUMA | import("@package/resources/enums").ProtocolType.PROJECT_X | import("@package/resources/enums").ProtocolType.SNAP | import("@package/resources/enums").ProtocolType.SONEX | import("@package/resources/enums").ProtocolType.SPOOKYSWAP_V3 | import("@package/resources/enums").ProtocolType.SUSHI_SWAP | import("@package/resources/enums").ProtocolType.SWAP_X | import("@package/resources/enums").ProtocolType.SYNC_SWAP | import("@package/resources/enums").ProtocolType.UNISWAPV3 | import("@package/resources/enums").ProtocolType.UNISWAPV4 | import("@package/resources/enums").ProtocolType.VELODROME | import("@package/resources/enums").ProtocolType.VOLTAGE | import("@package/resources/enums").ProtocolType.WOODSWAP | import("@package/resources/enums").ProtocolType.XSWAP | import("@package/resources/enums").ProtocolType.ZERO | import("@package/resources/enums").ProtocolType.GLIQUID | import("@package/resources/enums").ProtocolType.TIGRIS;
|
|
8205
8241
|
}) | ({
|
|
8206
8242
|
chainId: number;
|
|
8207
8243
|
currency0: string;
|
|
@@ -8263,7 +8299,7 @@ export declare const v4: Elysia<"/v4", {
|
|
|
8263
8299
|
symbolCurrency1: string;
|
|
8264
8300
|
tickSpacing: number;
|
|
8265
8301
|
} & {
|
|
8266
|
-
protocol: import("@package/resources/enums").ProtocolType.AERODROME | import("@package/resources/enums").ProtocolType.AERODROME_GAUGE_CAP | import("@package/resources/enums").ProtocolType.ARTHSWAP | import("@package/resources/enums").ProtocolType.BASE_SWAP | import("@package/resources/enums").ProtocolType.CAMELOT | import("@package/resources/enums").ProtocolType.CAPRICORN | import("@package/resources/enums").ProtocolType.FENIX | import("@package/resources/enums").ProtocolType.FLOWSWAP | import("@package/resources/enums").ProtocolType.HYBRA | import("@package/resources/enums").ProtocolType.HYDREX | import("@package/resources/enums").ProtocolType.HYPERSWAP | import("@package/resources/enums").ProtocolType.IONEX | import("@package/resources/enums").ProtocolType.IZUMI | import("@package/resources/enums").ProtocolType.JAINE | import("@package/resources/enums").ProtocolType.KATANA | import("@package/resources/enums").ProtocolType.KATANA_ALGEBRA | import("@package/resources/enums").ProtocolType.KITTEN_SWAP | import("@package/resources/enums").ProtocolType.KYO | import("@package/resources/enums").ProtocolType.MONDAY_TRADE | import("@package/resources/enums").ProtocolType.NEPTUNE | import("@package/resources/enums").ProtocolType.NINEMM | import("@package/resources/enums").ProtocolType.PANCAKESWAP | import("@package/resources/enums").ProtocolType.PHARAOH | import("@package/resources/enums").ProtocolType.QUICKSWAP | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA_12 | import("@package/resources/enums").ProtocolType.RAMSES | import("@package/resources/enums").ProtocolType.RETRO | import("@package/resources/enums").ProtocolType.ROOSTER | import("@package/resources/enums").ProtocolType.SATSUMA | import("@package/resources/enums").ProtocolType.PROJECT_X | import("@package/resources/enums").ProtocolType.SNAP | import("@package/resources/enums").ProtocolType.SONEX | import("@package/resources/enums").ProtocolType.SPOOKYSWAP_V3 | import("@package/resources/enums").ProtocolType.SUSHI_SWAP | import("@package/resources/enums").ProtocolType.SWAP_X | import("@package/resources/enums").ProtocolType.SYNC_SWAP | import("@package/resources/enums").ProtocolType.UNISWAPV3 | import("@package/resources/enums").ProtocolType.UNISWAPV4 | import("@package/resources/enums").ProtocolType.VELODROME | import("@package/resources/enums").ProtocolType.VOLTAGE | import("@package/resources/enums").ProtocolType.WOODSWAP | import("@package/resources/enums").ProtocolType.XSWAP | import("@package/resources/enums").ProtocolType.ZERO | import("@package/resources/enums").ProtocolType.GLIQUID;
|
|
8302
|
+
protocol: import("@package/resources/enums").ProtocolType.AERODROME | import("@package/resources/enums").ProtocolType.AERODROME_GAUGE_CAP | import("@package/resources/enums").ProtocolType.ARTHSWAP | import("@package/resources/enums").ProtocolType.BASE_SWAP | import("@package/resources/enums").ProtocolType.CAMELOT | import("@package/resources/enums").ProtocolType.CAPRICORN | import("@package/resources/enums").ProtocolType.FENIX | import("@package/resources/enums").ProtocolType.FLOWSWAP | import("@package/resources/enums").ProtocolType.HYBRA | import("@package/resources/enums").ProtocolType.HYDREX | import("@package/resources/enums").ProtocolType.HYPERSWAP | import("@package/resources/enums").ProtocolType.IONEX | import("@package/resources/enums").ProtocolType.IZUMI | import("@package/resources/enums").ProtocolType.JAINE | import("@package/resources/enums").ProtocolType.KATANA | import("@package/resources/enums").ProtocolType.KATANA_ALGEBRA | import("@package/resources/enums").ProtocolType.KITTEN_SWAP | import("@package/resources/enums").ProtocolType.KYO | import("@package/resources/enums").ProtocolType.MONDAY_TRADE | import("@package/resources/enums").ProtocolType.NEPTUNE | import("@package/resources/enums").ProtocolType.NINEMM | import("@package/resources/enums").ProtocolType.PANCAKESWAP | import("@package/resources/enums").ProtocolType.PHARAOH | import("@package/resources/enums").ProtocolType.QUICKSWAP | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA_12 | import("@package/resources/enums").ProtocolType.RAMSES | import("@package/resources/enums").ProtocolType.RETRO | import("@package/resources/enums").ProtocolType.ROOSTER | import("@package/resources/enums").ProtocolType.SATSUMA | import("@package/resources/enums").ProtocolType.PROJECT_X | import("@package/resources/enums").ProtocolType.SNAP | import("@package/resources/enums").ProtocolType.SONEX | import("@package/resources/enums").ProtocolType.SPOOKYSWAP_V3 | import("@package/resources/enums").ProtocolType.SUSHI_SWAP | import("@package/resources/enums").ProtocolType.SWAP_X | import("@package/resources/enums").ProtocolType.SYNC_SWAP | import("@package/resources/enums").ProtocolType.UNISWAPV3 | import("@package/resources/enums").ProtocolType.UNISWAPV4 | import("@package/resources/enums").ProtocolType.VELODROME | import("@package/resources/enums").ProtocolType.VOLTAGE | import("@package/resources/enums").ProtocolType.WOODSWAP | import("@package/resources/enums").ProtocolType.XSWAP | import("@package/resources/enums").ProtocolType.ZERO | import("@package/resources/enums").ProtocolType.GLIQUID | import("@package/resources/enums").ProtocolType.TIGRIS;
|
|
8267
8303
|
}) | ({
|
|
8268
8304
|
chainId: number;
|
|
8269
8305
|
currency0: string;
|
|
@@ -10445,6 +10481,389 @@ export declare const v4: Elysia<"/v4", {
|
|
|
10445
10481
|
};
|
|
10446
10482
|
};
|
|
10447
10483
|
};
|
|
10484
|
+
} & {
|
|
10485
|
+
diffs: {
|
|
10486
|
+
get: {
|
|
10487
|
+
body: unknown;
|
|
10488
|
+
params: {};
|
|
10489
|
+
query: {
|
|
10490
|
+
page?: number | undefined;
|
|
10491
|
+
items?: number | undefined;
|
|
10492
|
+
chainId: number;
|
|
10493
|
+
root: string;
|
|
10494
|
+
tokenAddress?: string | undefined;
|
|
10495
|
+
recipient?: string | undefined;
|
|
10496
|
+
sort?: string | undefined;
|
|
10497
|
+
order?: string | undefined;
|
|
10498
|
+
};
|
|
10499
|
+
headers: {
|
|
10500
|
+
authorization: string;
|
|
10501
|
+
};
|
|
10502
|
+
response: {
|
|
10503
|
+
200: {
|
|
10504
|
+
diffs: {
|
|
10505
|
+
distributionChainId: number;
|
|
10506
|
+
tokenAddress: string;
|
|
10507
|
+
recipient: string;
|
|
10508
|
+
root: string;
|
|
10509
|
+
amount: string;
|
|
10510
|
+
claimed: string;
|
|
10511
|
+
merged: boolean;
|
|
10512
|
+
mergedAt: Date | null;
|
|
10513
|
+
}[];
|
|
10514
|
+
count: number;
|
|
10515
|
+
summary: {
|
|
10516
|
+
total: number;
|
|
10517
|
+
merged: number;
|
|
10518
|
+
unmerged: number;
|
|
10519
|
+
totalAmount: string;
|
|
10520
|
+
totalClaimed: string;
|
|
10521
|
+
positiveAmount: string;
|
|
10522
|
+
negativeAmount: string;
|
|
10523
|
+
};
|
|
10524
|
+
};
|
|
10525
|
+
422: {
|
|
10526
|
+
type: "validation";
|
|
10527
|
+
on: string;
|
|
10528
|
+
summary?: string | undefined;
|
|
10529
|
+
message?: string | undefined;
|
|
10530
|
+
found?: unknown;
|
|
10531
|
+
property?: string | undefined;
|
|
10532
|
+
expected?: string | undefined;
|
|
10533
|
+
};
|
|
10534
|
+
};
|
|
10535
|
+
};
|
|
10536
|
+
};
|
|
10537
|
+
} & {
|
|
10538
|
+
diffs: {
|
|
10539
|
+
leaves: {
|
|
10540
|
+
get: {
|
|
10541
|
+
body: unknown;
|
|
10542
|
+
params: {};
|
|
10543
|
+
query: {
|
|
10544
|
+
page?: number | undefined;
|
|
10545
|
+
items?: number | undefined;
|
|
10546
|
+
chainId: number;
|
|
10547
|
+
tokenAddress: string;
|
|
10548
|
+
recipient?: string | undefined;
|
|
10549
|
+
sort?: string | undefined;
|
|
10550
|
+
order?: string | undefined;
|
|
10551
|
+
};
|
|
10552
|
+
headers: {
|
|
10553
|
+
authorization: string;
|
|
10554
|
+
};
|
|
10555
|
+
response: {
|
|
10556
|
+
200: {
|
|
10557
|
+
leaves: {
|
|
10558
|
+
distributionChainId: number;
|
|
10559
|
+
tokenAddress: string;
|
|
10560
|
+
recipient: string;
|
|
10561
|
+
amount: string;
|
|
10562
|
+
claimed: string;
|
|
10563
|
+
}[];
|
|
10564
|
+
count: number;
|
|
10565
|
+
summary: {
|
|
10566
|
+
total: number;
|
|
10567
|
+
totalAmount: string;
|
|
10568
|
+
totalClaimed: string;
|
|
10569
|
+
positiveAmount: string;
|
|
10570
|
+
negativeAmount: string;
|
|
10571
|
+
};
|
|
10572
|
+
};
|
|
10573
|
+
422: {
|
|
10574
|
+
type: "validation";
|
|
10575
|
+
on: string;
|
|
10576
|
+
summary?: string | undefined;
|
|
10577
|
+
message?: string | undefined;
|
|
10578
|
+
found?: unknown;
|
|
10579
|
+
property?: string | undefined;
|
|
10580
|
+
expected?: string | undefined;
|
|
10581
|
+
};
|
|
10582
|
+
};
|
|
10583
|
+
};
|
|
10584
|
+
};
|
|
10585
|
+
};
|
|
10586
|
+
} & {
|
|
10587
|
+
diffs: {
|
|
10588
|
+
breakdowns: {
|
|
10589
|
+
get: {
|
|
10590
|
+
body: unknown;
|
|
10591
|
+
params: {};
|
|
10592
|
+
query: {
|
|
10593
|
+
page?: number | undefined;
|
|
10594
|
+
items?: number | undefined;
|
|
10595
|
+
chainId: number;
|
|
10596
|
+
root: string;
|
|
10597
|
+
tokenAddress?: string | undefined;
|
|
10598
|
+
campaignId?: string | undefined;
|
|
10599
|
+
recipient?: string | undefined;
|
|
10600
|
+
sort?: string | undefined;
|
|
10601
|
+
order?: string | undefined;
|
|
10602
|
+
};
|
|
10603
|
+
headers: {
|
|
10604
|
+
authorization: string;
|
|
10605
|
+
};
|
|
10606
|
+
response: {
|
|
10607
|
+
200: {
|
|
10608
|
+
breakdowns: {
|
|
10609
|
+
tokenAddress: string;
|
|
10610
|
+
recipient: string;
|
|
10611
|
+
campaignId: string;
|
|
10612
|
+
reason: string;
|
|
10613
|
+
root: string;
|
|
10614
|
+
amount: string;
|
|
10615
|
+
claimed: string;
|
|
10616
|
+
merged: boolean;
|
|
10617
|
+
mergedAt: string | null;
|
|
10618
|
+
lastProcessedTimestamp: number;
|
|
10619
|
+
createdAt: number | null;
|
|
10620
|
+
publishAfterTimestamp: number | null;
|
|
10621
|
+
distributionChainId: number;
|
|
10622
|
+
}[];
|
|
10623
|
+
count: number;
|
|
10624
|
+
summary: {
|
|
10625
|
+
total: number;
|
|
10626
|
+
merged: number;
|
|
10627
|
+
unmerged: number;
|
|
10628
|
+
totalAmount: string;
|
|
10629
|
+
totalClaimed: string;
|
|
10630
|
+
positiveAmount: string;
|
|
10631
|
+
negativeAmount: string;
|
|
10632
|
+
};
|
|
10633
|
+
opportunities: Record<string, {
|
|
10634
|
+
name: string | null;
|
|
10635
|
+
path: string;
|
|
10636
|
+
}>;
|
|
10637
|
+
};
|
|
10638
|
+
422: {
|
|
10639
|
+
type: "validation";
|
|
10640
|
+
on: string;
|
|
10641
|
+
summary?: string | undefined;
|
|
10642
|
+
message?: string | undefined;
|
|
10643
|
+
found?: unknown;
|
|
10644
|
+
property?: string | undefined;
|
|
10645
|
+
expected?: string | undefined;
|
|
10646
|
+
};
|
|
10647
|
+
};
|
|
10648
|
+
};
|
|
10649
|
+
};
|
|
10650
|
+
};
|
|
10651
|
+
} & {
|
|
10652
|
+
diffs: {
|
|
10653
|
+
breakdowns: {
|
|
10654
|
+
count: {
|
|
10655
|
+
get: {
|
|
10656
|
+
body: unknown;
|
|
10657
|
+
params: {};
|
|
10658
|
+
query: {
|
|
10659
|
+
page?: number | undefined;
|
|
10660
|
+
items?: number | undefined;
|
|
10661
|
+
chainId: number;
|
|
10662
|
+
root: string;
|
|
10663
|
+
tokenAddress?: string | undefined;
|
|
10664
|
+
campaignId?: string | undefined;
|
|
10665
|
+
recipient?: string | undefined;
|
|
10666
|
+
sort?: string | undefined;
|
|
10667
|
+
order?: string | undefined;
|
|
10668
|
+
};
|
|
10669
|
+
headers: {
|
|
10670
|
+
authorization: string;
|
|
10671
|
+
};
|
|
10672
|
+
response: {
|
|
10673
|
+
200: number;
|
|
10674
|
+
422: {
|
|
10675
|
+
type: "validation";
|
|
10676
|
+
on: string;
|
|
10677
|
+
summary?: string | undefined;
|
|
10678
|
+
message?: string | undefined;
|
|
10679
|
+
found?: unknown;
|
|
10680
|
+
property?: string | undefined;
|
|
10681
|
+
expected?: string | undefined;
|
|
10682
|
+
};
|
|
10683
|
+
};
|
|
10684
|
+
};
|
|
10685
|
+
};
|
|
10686
|
+
};
|
|
10687
|
+
};
|
|
10688
|
+
} & {
|
|
10689
|
+
diffs: {
|
|
10690
|
+
tokens: {
|
|
10691
|
+
get: {
|
|
10692
|
+
body: unknown;
|
|
10693
|
+
params: {};
|
|
10694
|
+
query: {
|
|
10695
|
+
chainId: number;
|
|
10696
|
+
root: string;
|
|
10697
|
+
};
|
|
10698
|
+
headers: {
|
|
10699
|
+
authorization: string;
|
|
10700
|
+
};
|
|
10701
|
+
response: {
|
|
10702
|
+
200: {
|
|
10703
|
+
id: string;
|
|
10704
|
+
name: string | null;
|
|
10705
|
+
chainId: number;
|
|
10706
|
+
address: string;
|
|
10707
|
+
decimals: number;
|
|
10708
|
+
symbol: string;
|
|
10709
|
+
icon: string;
|
|
10710
|
+
verified: boolean;
|
|
10711
|
+
isNative: boolean;
|
|
10712
|
+
isTest: boolean;
|
|
10713
|
+
type: "POINT" | "PRETGE" | "TOKEN";
|
|
10714
|
+
price?: number | null | undefined;
|
|
10715
|
+
updatedAt?: number | null | undefined;
|
|
10716
|
+
priceSource?: string | null | undefined;
|
|
10717
|
+
displaySymbol?: string | undefined;
|
|
10718
|
+
underlyingTokenId?: string | undefined;
|
|
10719
|
+
}[];
|
|
10720
|
+
422: {
|
|
10721
|
+
type: "validation";
|
|
10722
|
+
on: string;
|
|
10723
|
+
summary?: string | undefined;
|
|
10724
|
+
message?: string | undefined;
|
|
10725
|
+
found?: unknown;
|
|
10726
|
+
property?: string | undefined;
|
|
10727
|
+
expected?: string | undefined;
|
|
10728
|
+
};
|
|
10729
|
+
};
|
|
10730
|
+
};
|
|
10731
|
+
};
|
|
10732
|
+
};
|
|
10733
|
+
} & {
|
|
10734
|
+
diffs: {
|
|
10735
|
+
roots: {
|
|
10736
|
+
get: {
|
|
10737
|
+
body: unknown;
|
|
10738
|
+
params: {};
|
|
10739
|
+
query: {
|
|
10740
|
+
chainId: number;
|
|
10741
|
+
};
|
|
10742
|
+
headers: {
|
|
10743
|
+
authorization: string;
|
|
10744
|
+
};
|
|
10745
|
+
response: {
|
|
10746
|
+
200: {
|
|
10747
|
+
root: string;
|
|
10748
|
+
chainId: number;
|
|
10749
|
+
epoch: number;
|
|
10750
|
+
timestamp: string;
|
|
10751
|
+
}[];
|
|
10752
|
+
422: {
|
|
10753
|
+
type: "validation";
|
|
10754
|
+
on: string;
|
|
10755
|
+
summary?: string | undefined;
|
|
10756
|
+
message?: string | undefined;
|
|
10757
|
+
found?: unknown;
|
|
10758
|
+
property?: string | undefined;
|
|
10759
|
+
expected?: string | undefined;
|
|
10760
|
+
};
|
|
10761
|
+
};
|
|
10762
|
+
};
|
|
10763
|
+
};
|
|
10764
|
+
};
|
|
10765
|
+
} & {
|
|
10766
|
+
diffs: {
|
|
10767
|
+
"leaf-breakdowns": {
|
|
10768
|
+
get: {
|
|
10769
|
+
body: unknown;
|
|
10770
|
+
params: {};
|
|
10771
|
+
query: {
|
|
10772
|
+
page?: number | undefined;
|
|
10773
|
+
items?: number | undefined;
|
|
10774
|
+
chainId: number;
|
|
10775
|
+
tokenAddress: string;
|
|
10776
|
+
campaignId?: string | undefined;
|
|
10777
|
+
recipient?: string | undefined;
|
|
10778
|
+
sort?: string | undefined;
|
|
10779
|
+
order?: string | undefined;
|
|
10780
|
+
};
|
|
10781
|
+
headers: {
|
|
10782
|
+
authorization: string;
|
|
10783
|
+
};
|
|
10784
|
+
response: {
|
|
10785
|
+
200: {
|
|
10786
|
+
breakdowns: {
|
|
10787
|
+
tokenAddress: string;
|
|
10788
|
+
recipient: string;
|
|
10789
|
+
campaignId: string;
|
|
10790
|
+
reason: string;
|
|
10791
|
+
amount: string;
|
|
10792
|
+
claimed: string;
|
|
10793
|
+
subCampaignId: string | null;
|
|
10794
|
+
lastProcessedTimestamp: number;
|
|
10795
|
+
distributionChainId: number;
|
|
10796
|
+
}[];
|
|
10797
|
+
count: number;
|
|
10798
|
+
summary: {
|
|
10799
|
+
total: number;
|
|
10800
|
+
totalAmount: string;
|
|
10801
|
+
totalClaimed: string;
|
|
10802
|
+
positiveAmount: string;
|
|
10803
|
+
negativeAmount: string;
|
|
10804
|
+
};
|
|
10805
|
+
opportunities: Record<string, {
|
|
10806
|
+
name: string | null;
|
|
10807
|
+
path: string;
|
|
10808
|
+
}>;
|
|
10809
|
+
};
|
|
10810
|
+
422: {
|
|
10811
|
+
type: "validation";
|
|
10812
|
+
on: string;
|
|
10813
|
+
summary?: string | undefined;
|
|
10814
|
+
message?: string | undefined;
|
|
10815
|
+
found?: unknown;
|
|
10816
|
+
property?: string | undefined;
|
|
10817
|
+
expected?: string | undefined;
|
|
10818
|
+
};
|
|
10819
|
+
};
|
|
10820
|
+
};
|
|
10821
|
+
};
|
|
10822
|
+
};
|
|
10823
|
+
} & {
|
|
10824
|
+
diffs: {
|
|
10825
|
+
"leaf-tokens": {
|
|
10826
|
+
get: {
|
|
10827
|
+
body: unknown;
|
|
10828
|
+
params: {};
|
|
10829
|
+
query: {
|
|
10830
|
+
chainId: number;
|
|
10831
|
+
};
|
|
10832
|
+
headers: {
|
|
10833
|
+
authorization: string;
|
|
10834
|
+
};
|
|
10835
|
+
response: {
|
|
10836
|
+
200: {
|
|
10837
|
+
id: string;
|
|
10838
|
+
name: string | null;
|
|
10839
|
+
chainId: number;
|
|
10840
|
+
address: string;
|
|
10841
|
+
decimals: number;
|
|
10842
|
+
symbol: string;
|
|
10843
|
+
icon: string;
|
|
10844
|
+
verified: boolean;
|
|
10845
|
+
isNative: boolean;
|
|
10846
|
+
isTest: boolean;
|
|
10847
|
+
type: "POINT" | "PRETGE" | "TOKEN";
|
|
10848
|
+
price?: number | null | undefined;
|
|
10849
|
+
updatedAt?: number | null | undefined;
|
|
10850
|
+
priceSource?: string | null | undefined;
|
|
10851
|
+
displaySymbol?: string | undefined;
|
|
10852
|
+
underlyingTokenId?: string | undefined;
|
|
10853
|
+
}[];
|
|
10854
|
+
422: {
|
|
10855
|
+
type: "validation";
|
|
10856
|
+
on: string;
|
|
10857
|
+
summary?: string | undefined;
|
|
10858
|
+
message?: string | undefined;
|
|
10859
|
+
found?: unknown;
|
|
10860
|
+
property?: string | undefined;
|
|
10861
|
+
expected?: string | undefined;
|
|
10862
|
+
};
|
|
10863
|
+
};
|
|
10864
|
+
};
|
|
10865
|
+
};
|
|
10866
|
+
};
|
|
10448
10867
|
} & {
|
|
10449
10868
|
disputes: {
|
|
10450
10869
|
post: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"router.js","sourceRoot":"","sources":["../../../../../../apps/api/src/modules/v4/router.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"router.js","sourceRoot":"","sources":["../../../../../../apps/api/src/modules/v4/router.ts"],"names":[],"mappings":"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"}
|