@merkl/api 1.4.56 → 1.4.58
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 +5567 -5783
- package/dist/src/index.d.ts +432 -652
- package/dist/src/libs/computeFee.d.ts +560 -560
- package/dist/src/modules/v4/accounting/accounting.model.d.ts +1 -0
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +1 -81
- package/dist/src/modules/v4/campaign/campaign.formatter.js.map +1 -1
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +5 -98
- package/dist/src/modules/v4/campaign/campaign.service.js.map +1 -1
- package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +2 -268
- package/dist/src/modules/v4/campaign/campaign.test.controller.js.map +1 -1
- package/dist/src/modules/v4/campaignStatus/campaignStatus.service.js.map +1 -1
- package/dist/src/modules/v4/carousel/carousel.service.js.map +1 -1
- package/dist/src/modules/v4/config/config.controller.d.ts +94 -0
- package/dist/src/modules/v4/config/config.controller.js.map +1 -1
- package/dist/src/modules/v4/github/github.controller.d.ts +59 -0
- package/dist/src/modules/v4/github/github.controller.js.map +1 -0
- package/dist/src/modules/v4/github/github.model.d.ts +2 -0
- package/dist/src/modules/v4/github/github.model.js.map +1 -0
- package/dist/src/modules/v4/github/github.repository.d.ts +12 -0
- package/dist/src/modules/v4/github/github.repository.js.map +1 -0
- package/dist/src/modules/v4/github/github.service.d.ts +8 -0
- package/dist/src/modules/v4/github/github.service.js.map +1 -0
- package/dist/src/modules/v4/payload/payload.controller.d.ts +3 -3
- package/dist/src/modules/v4/payload/payload.service.d.ts +4 -4
- package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +252 -252
- package/dist/src/modules/v4/router.d.ts +6143 -6363
- package/dist/src/modules/v4/router.js.map +1 -1
- package/dist/src/utils/parseDistributionType.d.ts +265 -265
- package/package.json +1 -1
@@ -63,7 +63,7 @@ export declare const PayloadController: Elysia<"/payload", {
|
|
63
63
|
} | {
|
64
64
|
message?: undefined;
|
65
65
|
campaign: import("@package/resources/schemas").EngineCampaign<import("@package/resources/enums").CampaignType>;
|
66
|
-
opportunity:
|
66
|
+
opportunity: {
|
67
67
|
id: string;
|
68
68
|
chainId: number;
|
69
69
|
type: string;
|
@@ -197,7 +197,7 @@ export declare const PayloadController: Elysia<"/payload", {
|
|
197
197
|
} | {
|
198
198
|
message?: undefined;
|
199
199
|
campaign: import("@package/resources/schemas").EngineCampaign<import("@package/resources/enums").CampaignType>;
|
200
|
-
opportunity:
|
200
|
+
opportunity: {
|
201
201
|
id: string;
|
202
202
|
chainId: number;
|
203
203
|
type: string;
|
@@ -327,7 +327,7 @@ export declare const PayloadController: Elysia<"/payload", {
|
|
327
327
|
} | {
|
328
328
|
message?: undefined;
|
329
329
|
campaign: import("@package/resources/schemas").EngineCampaign<import("@package/resources/enums").CampaignType>;
|
330
|
-
opportunity:
|
330
|
+
opportunity: {
|
331
331
|
id: string;
|
332
332
|
chainId: number;
|
333
333
|
type: string;
|
@@ -12,7 +12,7 @@ export declare class PayloadService {
|
|
12
12
|
payload: string;
|
13
13
|
};
|
14
14
|
campaign: import("@package/resources/schemas").EngineCampaign<CampaignType> | undefined;
|
15
|
-
opportunity:
|
15
|
+
opportunity: {
|
16
16
|
id: string;
|
17
17
|
chainId: number;
|
18
18
|
type: string;
|
@@ -116,7 +116,7 @@ export declare class PayloadService {
|
|
116
116
|
} | {
|
117
117
|
message?: undefined;
|
118
118
|
campaign: import("@package/resources/schemas").EngineCampaign<CampaignType>;
|
119
|
-
opportunity:
|
119
|
+
opportunity: {
|
120
120
|
id: string;
|
121
121
|
chainId: number;
|
122
122
|
type: string;
|
@@ -217,7 +217,7 @@ export declare class PayloadService {
|
|
217
217
|
} | {
|
218
218
|
message?: undefined;
|
219
219
|
campaign: import("@package/resources/schemas").EngineCampaign<CampaignType>;
|
220
|
-
opportunity:
|
220
|
+
opportunity: {
|
221
221
|
id: string;
|
222
222
|
chainId: number;
|
223
223
|
type: string;
|
@@ -318,7 +318,7 @@ export declare class PayloadService {
|
|
318
318
|
} | {
|
319
319
|
message?: undefined;
|
320
320
|
campaign: import("@package/resources/schemas").EngineCampaign<CampaignType>;
|
321
|
-
opportunity:
|
321
|
+
opportunity: {
|
322
322
|
id: string;
|
323
323
|
chainId: number;
|
324
324
|
type: string;
|