@merkl/api 1.18.20 → 1.18.22
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 +35 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Erc20.d.ts +15 -0
- package/dist/src/index.d.ts +42 -0
- package/dist/src/jobs/refresh-materialized-views.js.map +1 -1
- package/dist/src/jobs/update-v3-caches.js.map +1 -1
- package/dist/src/modules/v4/campaign/campaign.query-transformer.d.ts +85 -85
- package/dist/src/modules/v4/diff/diff.controller.d.ts +1 -0
- package/dist/src/modules/v4/diff/diff.repository.d.ts +1 -0
- package/dist/src/modules/v4/diff/diff.service.d.ts +1 -0
- package/dist/src/modules/v4/dispute/dispute.controller.js.map +1 -1
- package/dist/src/modules/v4/dispute/dispute.repository.d.ts +1 -0
- package/dist/src/modules/v4/dispute/dispute.repository.js.map +1 -1
- package/dist/src/modules/v4/dispute/dispute.service.js.map +1 -1
- package/dist/src/modules/v4/merklRoot/merklRoot.controller.d.ts +41 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.controller.js.map +1 -1
- package/dist/src/modules/v4/merklRoot/merklRoot.repository.d.ts +17 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.repository.js.map +1 -1
- package/dist/src/modules/v4/merklRoot/merklRoot.service.d.ts +20 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.service.js.map +1 -1
- package/dist/src/modules/v4/router.d.ts +42 -0
- package/dist/src/modules/v4/transaction/transaction.service.d.ts +977 -923
- package/dist/src/utils/getAPR.d.ts +27 -0
- package/dist/src/utils/parseDistributionType.d.ts +27 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/src/scripts/bench-merkl.d.ts +0 -16
- package/dist/src/scripts/bench-merkl.js.map +0 -1
- package/dist/src/scripts/verify-feature-switch.d.ts +0 -14
- package/dist/src/scripts/verify-feature-switch.js.map +0 -1
|
@@ -20,6 +20,9 @@ export declare const getAPR: (params: {
|
|
|
20
20
|
boostingFunction: import("@package/resources/enums").boostingFunction;
|
|
21
21
|
sendScores: boolean;
|
|
22
22
|
defaultBoost: import("@package/resources/enums").defaultBoost;
|
|
23
|
+
headers?: {
|
|
24
|
+
[x: string]: string;
|
|
25
|
+
} | undefined;
|
|
23
26
|
} | {
|
|
24
27
|
hookType: import("@package/resources/enums").HookType.BOOST;
|
|
25
28
|
boostTokenChainId: number;
|
|
@@ -489,6 +492,9 @@ export declare const getAPR: (params: {
|
|
|
489
492
|
boostingFunction: import("@package/resources/enums").boostingFunction;
|
|
490
493
|
sendScores: boolean;
|
|
491
494
|
defaultBoost: import("@package/resources/enums").defaultBoost;
|
|
495
|
+
headers?: {
|
|
496
|
+
[x: string]: string;
|
|
497
|
+
} | undefined;
|
|
492
498
|
} | {
|
|
493
499
|
hookType: import("@package/resources/enums").HookType.BOOST;
|
|
494
500
|
boostTokenChainId: number;
|
|
@@ -1747,6 +1753,9 @@ export declare const getAPR: (params: {
|
|
|
1747
1753
|
boostingFunction: import("@package/resources/enums").boostingFunction;
|
|
1748
1754
|
sendScores: boolean;
|
|
1749
1755
|
defaultBoost: import("@package/resources/enums").defaultBoost;
|
|
1756
|
+
headers?: {
|
|
1757
|
+
[x: string]: string;
|
|
1758
|
+
} | undefined;
|
|
1750
1759
|
} | {
|
|
1751
1760
|
hookType: import("@package/resources/enums").HookType.BOOST;
|
|
1752
1761
|
boostTokenChainId: number;
|
|
@@ -3015,6 +3024,9 @@ export declare const getAPR: (params: {
|
|
|
3015
3024
|
boostingFunction: import("@package/resources/enums").boostingFunction;
|
|
3016
3025
|
sendScores: boolean;
|
|
3017
3026
|
defaultBoost: import("@package/resources/enums").defaultBoost;
|
|
3027
|
+
headers?: {
|
|
3028
|
+
[x: string]: string;
|
|
3029
|
+
} | undefined;
|
|
3018
3030
|
} | {
|
|
3019
3031
|
hookType: import("@package/resources/enums").HookType.BOOST;
|
|
3020
3032
|
boostTokenChainId: number;
|
|
@@ -4281,6 +4293,9 @@ export declare const getAPR: (params: {
|
|
|
4281
4293
|
boostingFunction: import("@package/resources/enums").boostingFunction;
|
|
4282
4294
|
sendScores: boolean;
|
|
4283
4295
|
defaultBoost: import("@package/resources/enums").defaultBoost;
|
|
4296
|
+
headers?: {
|
|
4297
|
+
[x: string]: string;
|
|
4298
|
+
} | undefined;
|
|
4284
4299
|
} | {
|
|
4285
4300
|
hookType: import("@package/resources/enums").HookType.BOOST;
|
|
4286
4301
|
boostTokenChainId: number;
|
|
@@ -5553,6 +5568,9 @@ export declare const getAPR: (params: {
|
|
|
5553
5568
|
boostingFunction: import("@package/resources/enums").boostingFunction;
|
|
5554
5569
|
sendScores: boolean;
|
|
5555
5570
|
defaultBoost: import("@package/resources/enums").defaultBoost;
|
|
5571
|
+
headers?: {
|
|
5572
|
+
[x: string]: string;
|
|
5573
|
+
} | undefined;
|
|
5556
5574
|
} | {
|
|
5557
5575
|
hookType: import("@package/resources/enums").HookType.BOOST;
|
|
5558
5576
|
boostTokenChainId: number;
|
|
@@ -6826,6 +6844,9 @@ export declare const getAPR: (params: {
|
|
|
6826
6844
|
boostingFunction: import("@package/resources/enums").boostingFunction;
|
|
6827
6845
|
sendScores: boolean;
|
|
6828
6846
|
defaultBoost: import("@package/resources/enums").defaultBoost;
|
|
6847
|
+
headers?: {
|
|
6848
|
+
[x: string]: string;
|
|
6849
|
+
} | undefined;
|
|
6829
6850
|
} | {
|
|
6830
6851
|
hookType: import("@package/resources/enums").HookType.BOOST;
|
|
6831
6852
|
boostTokenChainId: number;
|
|
@@ -8100,6 +8121,9 @@ export declare const getAPR: (params: {
|
|
|
8100
8121
|
boostingFunction: import("@package/resources/enums").boostingFunction;
|
|
8101
8122
|
sendScores: boolean;
|
|
8102
8123
|
defaultBoost: import("@package/resources/enums").defaultBoost;
|
|
8124
|
+
headers?: {
|
|
8125
|
+
[x: string]: string;
|
|
8126
|
+
} | undefined;
|
|
8103
8127
|
} | {
|
|
8104
8128
|
hookType: import("@package/resources/enums").HookType.BOOST;
|
|
8105
8129
|
boostTokenChainId: number;
|
|
@@ -9381,6 +9405,9 @@ export declare const getAPR: (params: {
|
|
|
9381
9405
|
boostingFunction: import("@package/resources/enums").boostingFunction;
|
|
9382
9406
|
sendScores: boolean;
|
|
9383
9407
|
defaultBoost: import("@package/resources/enums").defaultBoost;
|
|
9408
|
+
headers?: {
|
|
9409
|
+
[x: string]: string;
|
|
9410
|
+
} | undefined;
|
|
9384
9411
|
} | {
|
|
9385
9412
|
hookType: import("@package/resources/enums").HookType.BOOST;
|
|
9386
9413
|
boostTokenChainId: number;
|
|
@@ -24,6 +24,9 @@ export declare const parseDistributionType: (params: {
|
|
|
24
24
|
boostingFunction: import("@package/resources/enums").boostingFunction;
|
|
25
25
|
sendScores: boolean;
|
|
26
26
|
defaultBoost: import("@package/resources/enums").defaultBoost;
|
|
27
|
+
headers?: {
|
|
28
|
+
[x: string]: string;
|
|
29
|
+
} | undefined;
|
|
27
30
|
} | {
|
|
28
31
|
hookType: import("@package/resources/enums").HookType.BOOST;
|
|
29
32
|
boostTokenChainId: number;
|
|
@@ -493,6 +496,9 @@ export declare const parseDistributionType: (params: {
|
|
|
493
496
|
boostingFunction: import("@package/resources/enums").boostingFunction;
|
|
494
497
|
sendScores: boolean;
|
|
495
498
|
defaultBoost: import("@package/resources/enums").defaultBoost;
|
|
499
|
+
headers?: {
|
|
500
|
+
[x: string]: string;
|
|
501
|
+
} | undefined;
|
|
496
502
|
} | {
|
|
497
503
|
hookType: import("@package/resources/enums").HookType.BOOST;
|
|
498
504
|
boostTokenChainId: number;
|
|
@@ -1751,6 +1757,9 @@ export declare const parseDistributionType: (params: {
|
|
|
1751
1757
|
boostingFunction: import("@package/resources/enums").boostingFunction;
|
|
1752
1758
|
sendScores: boolean;
|
|
1753
1759
|
defaultBoost: import("@package/resources/enums").defaultBoost;
|
|
1760
|
+
headers?: {
|
|
1761
|
+
[x: string]: string;
|
|
1762
|
+
} | undefined;
|
|
1754
1763
|
} | {
|
|
1755
1764
|
hookType: import("@package/resources/enums").HookType.BOOST;
|
|
1756
1765
|
boostTokenChainId: number;
|
|
@@ -3019,6 +3028,9 @@ export declare const parseDistributionType: (params: {
|
|
|
3019
3028
|
boostingFunction: import("@package/resources/enums").boostingFunction;
|
|
3020
3029
|
sendScores: boolean;
|
|
3021
3030
|
defaultBoost: import("@package/resources/enums").defaultBoost;
|
|
3031
|
+
headers?: {
|
|
3032
|
+
[x: string]: string;
|
|
3033
|
+
} | undefined;
|
|
3022
3034
|
} | {
|
|
3023
3035
|
hookType: import("@package/resources/enums").HookType.BOOST;
|
|
3024
3036
|
boostTokenChainId: number;
|
|
@@ -4285,6 +4297,9 @@ export declare const parseDistributionType: (params: {
|
|
|
4285
4297
|
boostingFunction: import("@package/resources/enums").boostingFunction;
|
|
4286
4298
|
sendScores: boolean;
|
|
4287
4299
|
defaultBoost: import("@package/resources/enums").defaultBoost;
|
|
4300
|
+
headers?: {
|
|
4301
|
+
[x: string]: string;
|
|
4302
|
+
} | undefined;
|
|
4288
4303
|
} | {
|
|
4289
4304
|
hookType: import("@package/resources/enums").HookType.BOOST;
|
|
4290
4305
|
boostTokenChainId: number;
|
|
@@ -5557,6 +5572,9 @@ export declare const parseDistributionType: (params: {
|
|
|
5557
5572
|
boostingFunction: import("@package/resources/enums").boostingFunction;
|
|
5558
5573
|
sendScores: boolean;
|
|
5559
5574
|
defaultBoost: import("@package/resources/enums").defaultBoost;
|
|
5575
|
+
headers?: {
|
|
5576
|
+
[x: string]: string;
|
|
5577
|
+
} | undefined;
|
|
5560
5578
|
} | {
|
|
5561
5579
|
hookType: import("@package/resources/enums").HookType.BOOST;
|
|
5562
5580
|
boostTokenChainId: number;
|
|
@@ -6830,6 +6848,9 @@ export declare const parseDistributionType: (params: {
|
|
|
6830
6848
|
boostingFunction: import("@package/resources/enums").boostingFunction;
|
|
6831
6849
|
sendScores: boolean;
|
|
6832
6850
|
defaultBoost: import("@package/resources/enums").defaultBoost;
|
|
6851
|
+
headers?: {
|
|
6852
|
+
[x: string]: string;
|
|
6853
|
+
} | undefined;
|
|
6833
6854
|
} | {
|
|
6834
6855
|
hookType: import("@package/resources/enums").HookType.BOOST;
|
|
6835
6856
|
boostTokenChainId: number;
|
|
@@ -8104,6 +8125,9 @@ export declare const parseDistributionType: (params: {
|
|
|
8104
8125
|
boostingFunction: import("@package/resources/enums").boostingFunction;
|
|
8105
8126
|
sendScores: boolean;
|
|
8106
8127
|
defaultBoost: import("@package/resources/enums").defaultBoost;
|
|
8128
|
+
headers?: {
|
|
8129
|
+
[x: string]: string;
|
|
8130
|
+
} | undefined;
|
|
8107
8131
|
} | {
|
|
8108
8132
|
hookType: import("@package/resources/enums").HookType.BOOST;
|
|
8109
8133
|
boostTokenChainId: number;
|
|
@@ -9385,6 +9409,9 @@ export declare const parseDistributionType: (params: {
|
|
|
9385
9409
|
boostingFunction: import("@package/resources/enums").boostingFunction;
|
|
9386
9410
|
sendScores: boolean;
|
|
9387
9411
|
defaultBoost: import("@package/resources/enums").defaultBoost;
|
|
9412
|
+
headers?: {
|
|
9413
|
+
[x: string]: string;
|
|
9414
|
+
} | undefined;
|
|
9388
9415
|
} | {
|
|
9389
9416
|
hookType: import("@package/resources/enums").HookType.BOOST;
|
|
9390
9417
|
boostTokenChainId: number;
|