@merkl/api 1.4.3 → 1.4.4
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 +8 -2
- package/dist/src/index.d.ts +341 -335
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +4 -1
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +4 -1
- package/dist/src/modules/v4/campaign/campaign.repository.js.map +1 -1
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +4 -1
- package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +237 -237
- package/dist/src/modules/v4/creator/creator.controller.d.ts +4 -1
- package/dist/src/modules/v4/creator/creator.service.d.ts +4 -1
- package/dist/src/modules/v4/router.d.ts +8 -2
- package/package.json +1 -1
package/dist/src/eden/index.d.ts
CHANGED
@@ -2773,7 +2773,10 @@ declare const eden: {
|
|
2773
2773
|
timestamp: bigint;
|
2774
2774
|
total: number;
|
2775
2775
|
}[];
|
2776
|
-
walletCount:
|
2776
|
+
walletCount: {
|
2777
|
+
timestamp: bigint;
|
2778
|
+
walletCount: number;
|
2779
|
+
}[];
|
2777
2780
|
tvlInflowPerDollar: number;
|
2778
2781
|
};
|
2779
2782
|
422: {
|
@@ -6450,7 +6453,10 @@ declare const eden: {
|
|
6450
6453
|
timestamp: bigint;
|
6451
6454
|
total: number;
|
6452
6455
|
}[];
|
6453
|
-
walletCount:
|
6456
|
+
walletCount: {
|
6457
|
+
timestamp: bigint;
|
6458
|
+
walletCount: number;
|
6459
|
+
}[];
|
6454
6460
|
tvlInflowPerDollar: number;
|
6455
6461
|
};
|
6456
6462
|
422: {
|