@merkl/api 0.10.405 → 0.10.407
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/backgroundJobs/jobs/campaignsCacheUpdater.d.ts +2 -12
- package/dist/src/backgroundJobs/jobs/health.d.ts +2 -12
- package/dist/src/backgroundJobs/jobs/opportunityUpdater.d.ts +2 -3
- package/dist/src/backgroundJobs/jobs/priceUpdater.d.ts +2 -3
- package/dist/src/backgroundJobs/jobs/sync.d.ts +2 -12
- package/dist/src/eden/index.d.ts +10853 -8818
- package/dist/src/hooks/checkQueryAddressValidity.d.ts +2 -3
- package/dist/src/hooks/checkQueryChainIdValidity.d.ts +2 -3
- package/dist/src/index.d.ts +66 -1379
- package/dist/src/internal/controllers/endingCampaigns.d.ts +2 -12
- package/dist/src/internal/controllers/unclaimed.d.ts +2 -12
- package/dist/src/jobs/etl/pendings.js +129 -2
- package/dist/src/modules/v4/accounting/accounting.controller.d.ts +2 -66
- package/dist/src/modules/v4/blacklist/blacklist.controller.d.ts +2 -30
- package/dist/src/modules/v4/boost/boost.controller.d.ts +2 -12
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +5 -78
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +6 -6
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +4 -4
- package/dist/src/modules/v4/chain/chain.controller.d.ts +2 -39
- package/dist/src/modules/v4/claims/claims.controller.d.ts +2 -12
- package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +2 -39
- package/dist/src/modules/v4/creator/creator.controller.d.ts +2 -39
- package/dist/src/modules/v4/dungeonKeeper/dungeonKeeper.controller.d.ts +2 -3
- package/dist/src/modules/v4/dynamicData/dynamicData.controller.d.ts +3 -31
- package/dist/src/modules/v4/enso/enso.service.d.ts +1 -1
- package/dist/src/modules/v4/explorer/explorer.controller.d.ts +2 -12
- package/dist/src/modules/v4/interaction/interaction.controller.d.ts +3 -31
- package/dist/src/modules/v4/liquidity/liquidity.controller.d.ts +2 -12
- package/dist/src/modules/v4/merklRoot/merklRoot.controller.d.ts +2 -21
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +18 -118
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +30 -30
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +12 -12
- package/dist/src/modules/v4/price/price.controller.d.ts +2 -48
- package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +2 -75
- package/dist/src/modules/v4/protocol/protocol.controller.d.ts +9 -46
- package/dist/src/modules/v4/protocol/protocol.repository.d.ts +5 -5
- package/dist/src/modules/v4/protocol/protocol.service.d.ts +2 -2
- package/dist/src/modules/v4/reward/reward.controller.d.ts +5 -147
- package/dist/src/modules/v4/reward/reward.repository.d.ts +3 -3
- package/dist/src/modules/v4/reward/reward.service.d.ts +18 -18
- package/dist/src/modules/v4/router.d.ts +45 -1009
- package/dist/src/modules/v4/status/status.controller.d.ts +2 -48
- package/dist/src/modules/v4/token/token.controller.d.ts +2 -75
- package/dist/src/modules/v4/uniswapV4/uniswapV4.controller.d.ts +2 -12
- package/dist/src/modules/v4/user/user.controller.d.ts +8 -90
- package/dist/src/plugins/error-handling.plugin.d.ts +2 -3
- package/dist/src/plugins/logger.plugin.d.ts +2 -3
- package/dist/src/routes/v1/allowances.d.ts +2 -12
- package/dist/src/routes/v1/balances.d.ts +2 -12
- package/dist/src/routes/v1/prices.d.ts +2 -12
- package/dist/src/routes/v1/router.d.ts +2 -39
- package/dist/src/routes/v1/tokens.d.ts +2 -12
- package/dist/src/routes/v2/merkl.d.ts +2 -12
- package/dist/src/routes/v2/router.d.ts +2 -12
- package/dist/src/routes/v3/app.d.ts +2 -12
- package/dist/src/routes/v3/blacklist.d.ts +2 -12
- package/dist/src/routes/v3/campaign/delay.d.ts +2 -12
- package/dist/src/routes/v3/campaignClaims.d.ts +2 -12
- package/dist/src/routes/v3/campaignReport.d.ts +2 -12
- package/dist/src/routes/v3/campaignUnclaimed.d.ts +2 -12
- package/dist/src/routes/v3/campaigns.d.ts +2 -12
- package/dist/src/routes/v3/campaignsForMainParameter.d.ts +2 -12
- package/dist/src/routes/v3/campaignsInfo.d.ts +2 -12
- package/dist/src/routes/v3/campaignsRewardsReport.d.ts +2 -12
- package/dist/src/routes/v3/claims.d.ts +2 -12
- package/dist/src/routes/v3/compoundV2.d.ts +2 -12
- package/dist/src/routes/v3/createCampaign.d.ts +2 -12
- package/dist/src/routes/v3/dolomite.d.ts +2 -12
- package/dist/src/routes/v3/euler.d.ts +2 -12
- package/dist/src/routes/v3/exports/campaigns.d.ts +2 -12
- package/dist/src/routes/v3/fetch.d.ts +2 -12
- package/dist/src/routes/v3/health.d.ts +2 -12
- package/dist/src/routes/v3/lostyield.d.ts +2 -12
- package/dist/src/routes/v3/merkl.d.ts +2 -3
- package/dist/src/routes/v3/morphoMarkets.d.ts +2 -12
- package/dist/src/routes/v3/morphoVaults.d.ts +2 -12
- package/dist/src/routes/v3/multiChainPositions.d.ts +2 -12
- package/dist/src/routes/v3/opportunity.d.ts +2 -12
- package/dist/src/routes/v3/overview.d.ts +2 -12
- package/dist/src/routes/v3/parse.d.ts +2 -12
- package/dist/src/routes/v3/payload.d.ts +2 -12
- package/dist/src/routes/v3/poolInfo.d.ts +2 -12
- package/dist/src/routes/v3/positions.d.ts +2 -12
- package/dist/src/routes/v3/radiant.d.ts +2 -12
- package/dist/src/routes/v3/recipients.d.ts +2 -12
- package/dist/src/routes/v3/rewards.d.ts +2 -12
- package/dist/src/routes/v3/rewardsReport.d.ts +2 -12
- package/dist/src/routes/v3/router.d.ts +3 -328
- package/dist/src/routes/v3/silo.d.ts +2 -12
- package/dist/src/routes/v3/token.d.ts +2 -12
- package/dist/src/routes/v3/tokenUnclaimed.d.ts +2 -12
- package/dist/src/routes/v3/twt/participants.d.ts +2 -12
- package/dist/src/routes/v3/uniswapv4.d.ts +2 -12
- package/dist/src/routes/v3/updates.d.ts +2 -12
- package/dist/src/routes/v3/userRewards.d.ts +2 -12
- package/dist/src/utils/error.d.ts +2 -3
- package/dist/src/utils/logger.d.ts +8 -0
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +6 -6
@@ -8,8 +8,8 @@ import type { CreateOpportunityModel, GetOpportunitiesQueryModel, UpdateOpportun
|
|
8
8
|
export declare abstract class OpportunityRepository {
|
9
9
|
#private;
|
10
10
|
static create(newOpp: CreateOpportunityModel, upsert?: boolean): Promise<{
|
11
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
12
11
|
name: string;
|
12
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
13
13
|
id: string;
|
14
14
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
15
15
|
tags: string[];
|
@@ -43,9 +43,9 @@ export declare abstract class OpportunityRepository {
|
|
43
43
|
price: number | null;
|
44
44
|
};
|
45
45
|
} & {
|
46
|
-
params: Prisma.JsonValue;
|
47
46
|
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
48
47
|
id: string;
|
48
|
+
params: Prisma.JsonValue;
|
49
49
|
subType: number | null;
|
50
50
|
startTimestamp: bigint;
|
51
51
|
endTimestamp: bigint;
|
@@ -71,17 +71,17 @@ export declare abstract class OpportunityRepository {
|
|
71
71
|
price: number | null;
|
72
72
|
}[];
|
73
73
|
Protocols: {
|
74
|
-
description: string;
|
75
74
|
name: string;
|
76
75
|
url: string;
|
76
|
+
description: string;
|
77
77
|
id: string;
|
78
78
|
tags: string[];
|
79
79
|
icon: string;
|
80
80
|
}[];
|
81
81
|
MainProtocol: {
|
82
|
-
description: string;
|
83
82
|
name: string;
|
84
83
|
url: string;
|
84
|
+
description: string;
|
85
85
|
id: string;
|
86
86
|
tags: string[];
|
87
87
|
icon: string;
|
@@ -155,8 +155,8 @@ export declare abstract class OpportunityRepository {
|
|
155
155
|
opportunityId: string;
|
156
156
|
})[];
|
157
157
|
} & {
|
158
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
159
158
|
name: string;
|
159
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
160
160
|
id: string;
|
161
161
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
162
162
|
tags: string[];
|
@@ -189,17 +189,17 @@ export declare abstract class OpportunityRepository {
|
|
189
189
|
price: number | null;
|
190
190
|
}[];
|
191
191
|
Protocols: {
|
192
|
-
description: string;
|
193
192
|
name: string;
|
194
193
|
url: string;
|
194
|
+
description: string;
|
195
195
|
id: string;
|
196
196
|
tags: string[];
|
197
197
|
icon: string;
|
198
198
|
}[];
|
199
199
|
MainProtocol: {
|
200
|
-
description: string;
|
201
200
|
name: string;
|
202
201
|
url: string;
|
202
|
+
description: string;
|
203
203
|
id: string;
|
204
204
|
tags: string[];
|
205
205
|
icon: string;
|
@@ -273,8 +273,8 @@ export declare abstract class OpportunityRepository {
|
|
273
273
|
opportunityId: string;
|
274
274
|
})[];
|
275
275
|
} & {
|
276
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
277
276
|
name: string;
|
277
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
278
278
|
id: string;
|
279
279
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
280
280
|
tags: string[];
|
@@ -340,9 +340,9 @@ export declare abstract class OpportunityRepository {
|
|
340
340
|
price: number | null;
|
341
341
|
};
|
342
342
|
} & {
|
343
|
-
params: Prisma.JsonValue;
|
344
343
|
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
345
344
|
id: string;
|
345
|
+
params: Prisma.JsonValue;
|
346
346
|
subType: number | null;
|
347
347
|
startTimestamp: bigint;
|
348
348
|
endTimestamp: bigint;
|
@@ -368,17 +368,17 @@ export declare abstract class OpportunityRepository {
|
|
368
368
|
price: number | null;
|
369
369
|
}[];
|
370
370
|
Protocols: {
|
371
|
-
description: string;
|
372
371
|
name: string;
|
373
372
|
url: string;
|
373
|
+
description: string;
|
374
374
|
id: string;
|
375
375
|
tags: string[];
|
376
376
|
icon: string;
|
377
377
|
}[];
|
378
378
|
MainProtocol: {
|
379
|
-
description: string;
|
380
379
|
name: string;
|
381
380
|
url: string;
|
381
|
+
description: string;
|
382
382
|
id: string;
|
383
383
|
tags: string[];
|
384
384
|
icon: string;
|
@@ -452,8 +452,8 @@ export declare abstract class OpportunityRepository {
|
|
452
452
|
opportunityId: string;
|
453
453
|
})[];
|
454
454
|
} & {
|
455
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
456
455
|
name: string;
|
456
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
457
457
|
id: string;
|
458
458
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
459
459
|
tags: string[];
|
@@ -524,9 +524,9 @@ export declare abstract class OpportunityRepository {
|
|
524
524
|
price: number | null;
|
525
525
|
};
|
526
526
|
} & {
|
527
|
-
params: Prisma.JsonValue;
|
528
527
|
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
529
528
|
id: string;
|
529
|
+
params: Prisma.JsonValue;
|
530
530
|
subType: number | null;
|
531
531
|
startTimestamp: bigint;
|
532
532
|
endTimestamp: bigint;
|
@@ -552,17 +552,17 @@ export declare abstract class OpportunityRepository {
|
|
552
552
|
price: number | null;
|
553
553
|
}[];
|
554
554
|
Protocols: {
|
555
|
-
description: string;
|
556
555
|
name: string;
|
557
556
|
url: string;
|
557
|
+
description: string;
|
558
558
|
id: string;
|
559
559
|
tags: string[];
|
560
560
|
icon: string;
|
561
561
|
}[];
|
562
562
|
MainProtocol: {
|
563
|
-
description: string;
|
564
563
|
name: string;
|
565
564
|
url: string;
|
565
|
+
description: string;
|
566
566
|
id: string;
|
567
567
|
tags: string[];
|
568
568
|
icon: string;
|
@@ -636,8 +636,8 @@ export declare abstract class OpportunityRepository {
|
|
636
636
|
opportunityId: string;
|
637
637
|
})[];
|
638
638
|
} & {
|
639
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
640
639
|
name: string;
|
640
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
641
641
|
id: string;
|
642
642
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
643
643
|
tags: string[];
|
@@ -666,9 +666,9 @@ export declare abstract class OpportunityRepository {
|
|
666
666
|
price: number | null;
|
667
667
|
};
|
668
668
|
} & {
|
669
|
-
params: Prisma.JsonValue;
|
670
669
|
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
671
670
|
id: string;
|
671
|
+
params: Prisma.JsonValue;
|
672
672
|
subType: number | null;
|
673
673
|
startTimestamp: bigint;
|
674
674
|
endTimestamp: bigint;
|
@@ -681,8 +681,8 @@ export declare abstract class OpportunityRepository {
|
|
681
681
|
creatorAddress: string;
|
682
682
|
})[];
|
683
683
|
} & {
|
684
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
685
684
|
name: string;
|
685
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
686
686
|
id: string;
|
687
687
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
688
688
|
tags: string[];
|
@@ -715,17 +715,17 @@ export declare abstract class OpportunityRepository {
|
|
715
715
|
price: number | null;
|
716
716
|
}[];
|
717
717
|
Protocols: {
|
718
|
-
description: string;
|
719
718
|
name: string;
|
720
719
|
url: string;
|
720
|
+
description: string;
|
721
721
|
id: string;
|
722
722
|
tags: string[];
|
723
723
|
icon: string;
|
724
724
|
}[];
|
725
725
|
MainProtocol: {
|
726
|
-
description: string;
|
727
726
|
name: string;
|
728
727
|
url: string;
|
728
|
+
description: string;
|
729
729
|
id: string;
|
730
730
|
tags: string[];
|
731
731
|
icon: string;
|
@@ -799,8 +799,8 @@ export declare abstract class OpportunityRepository {
|
|
799
799
|
opportunityId: string;
|
800
800
|
})[];
|
801
801
|
} & {
|
802
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
803
802
|
name: string;
|
803
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
804
804
|
id: string;
|
805
805
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
806
806
|
tags: string[];
|
@@ -852,9 +852,9 @@ export declare abstract class OpportunityRepository {
|
|
852
852
|
price: number | null;
|
853
853
|
};
|
854
854
|
} & {
|
855
|
-
params: Prisma.JsonValue;
|
856
855
|
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
857
856
|
id: string;
|
857
|
+
params: Prisma.JsonValue;
|
858
858
|
subType: number | null;
|
859
859
|
startTimestamp: bigint;
|
860
860
|
endTimestamp: bigint;
|
@@ -880,17 +880,17 @@ export declare abstract class OpportunityRepository {
|
|
880
880
|
price: number | null;
|
881
881
|
}[];
|
882
882
|
Protocols: {
|
883
|
-
description: string;
|
884
883
|
name: string;
|
885
884
|
url: string;
|
885
|
+
description: string;
|
886
886
|
id: string;
|
887
887
|
tags: string[];
|
888
888
|
icon: string;
|
889
889
|
}[];
|
890
890
|
MainProtocol: {
|
891
|
-
description: string;
|
892
891
|
name: string;
|
893
892
|
url: string;
|
893
|
+
description: string;
|
894
894
|
id: string;
|
895
895
|
tags: string[];
|
896
896
|
icon: string;
|
@@ -964,8 +964,8 @@ export declare abstract class OpportunityRepository {
|
|
964
964
|
opportunityId: string;
|
965
965
|
})[];
|
966
966
|
} & {
|
967
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
968
967
|
name: string;
|
968
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
969
969
|
id: string;
|
970
970
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
971
971
|
tags: string[];
|
@@ -1024,8 +1024,8 @@ export declare abstract class OpportunityRepository {
|
|
1024
1024
|
opportunityId: string;
|
1025
1025
|
};
|
1026
1026
|
opportunity: {
|
1027
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
1028
1027
|
name: string;
|
1028
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
1029
1029
|
id: string;
|
1030
1030
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
1031
1031
|
tags: string[];
|
@@ -1040,8 +1040,8 @@ export declare abstract class OpportunityRepository {
|
|
1040
1040
|
};
|
1041
1041
|
}>;
|
1042
1042
|
static updateStatus(id: string, status: Status): Promise<{
|
1043
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
1044
1043
|
name: string;
|
1044
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
1045
1045
|
id: string;
|
1046
1046
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
1047
1047
|
tags: string[];
|
@@ -1055,8 +1055,8 @@ export declare abstract class OpportunityRepository {
|
|
1055
1055
|
dailyRewards: number;
|
1056
1056
|
}>;
|
1057
1057
|
static updateName(id: string, name: string): Promise<{
|
1058
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
1059
1058
|
name: string;
|
1059
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
1060
1060
|
id: string;
|
1061
1061
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
1062
1062
|
tags: string[];
|
@@ -1070,8 +1070,8 @@ export declare abstract class OpportunityRepository {
|
|
1070
1070
|
dailyRewards: number;
|
1071
1071
|
}>;
|
1072
1072
|
static updateChainId(id: string, chainId: MerklChainId): Promise<{
|
1073
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
1074
1073
|
name: string;
|
1074
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
1075
1075
|
id: string;
|
1076
1076
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
1077
1077
|
tags: string[];
|
@@ -1094,8 +1094,8 @@ export declare abstract class OpportunityRepository {
|
|
1094
1094
|
max: string;
|
1095
1095
|
}>;
|
1096
1096
|
static update(id: string, data: UpdateOpportunityModel): Promise<{
|
1097
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
1098
1097
|
name: string;
|
1098
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
1099
1099
|
id: string;
|
1100
1100
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
1101
1101
|
tags: string[];
|
@@ -12,8 +12,8 @@ export declare abstract class OpportunityService {
|
|
12
12
|
* @returns {Promise<Opportunity|undefined>}
|
13
13
|
*/
|
14
14
|
static create(newOpp: Omit<CreateOpportunityModel, "id">): Promise<{
|
15
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
16
15
|
name: string;
|
16
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
17
17
|
id: string;
|
18
18
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
19
19
|
tags: string[];
|
@@ -124,9 +124,9 @@ export declare abstract class OpportunityService {
|
|
124
124
|
*/
|
125
125
|
static getManyByCampaigns(where: GetCampaignQueryModel): Promise<({
|
126
126
|
protocol?: {
|
127
|
-
description: string;
|
128
127
|
name: string;
|
129
128
|
url: string;
|
129
|
+
description: string;
|
130
130
|
id: string;
|
131
131
|
tags: string[];
|
132
132
|
icon: string;
|
@@ -178,8 +178,8 @@ export declare abstract class OpportunityService {
|
|
178
178
|
dailyRewardsRecordId: string;
|
179
179
|
}[];
|
180
180
|
} | undefined;
|
181
|
-
type: string;
|
182
181
|
name: string;
|
182
|
+
type: string;
|
183
183
|
tokens: {
|
184
184
|
price?: number | null | undefined;
|
185
185
|
symbol: string;
|
@@ -332,15 +332,15 @@ export declare abstract class OpportunityService {
|
|
332
332
|
icon: string;
|
333
333
|
};
|
334
334
|
protocol: {
|
335
|
-
description: string;
|
336
335
|
name: string;
|
337
336
|
url: string;
|
337
|
+
description: string;
|
338
338
|
id: string;
|
339
339
|
tags: string[];
|
340
340
|
icon: string;
|
341
341
|
} | undefined;
|
342
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
343
342
|
name: string;
|
343
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
344
344
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
345
345
|
tags: string[];
|
346
346
|
identifier: string;
|
@@ -420,15 +420,15 @@ export declare abstract class OpportunityService {
|
|
420
420
|
icon: string;
|
421
421
|
};
|
422
422
|
protocol: {
|
423
|
-
description: string;
|
424
423
|
name: string;
|
425
424
|
url: string;
|
425
|
+
description: string;
|
426
426
|
id: string;
|
427
427
|
tags: string[];
|
428
428
|
icon: string;
|
429
429
|
} | undefined;
|
430
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
431
430
|
name: string;
|
431
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
432
432
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
433
433
|
tags: string[];
|
434
434
|
identifier: string;
|
@@ -565,15 +565,15 @@ export declare abstract class OpportunityService {
|
|
565
565
|
icon: string;
|
566
566
|
};
|
567
567
|
protocol: {
|
568
|
-
description: string;
|
569
568
|
name: string;
|
570
569
|
url: string;
|
570
|
+
description: string;
|
571
571
|
id: string;
|
572
572
|
tags: string[];
|
573
573
|
icon: string;
|
574
574
|
} | undefined;
|
575
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
576
575
|
name: string;
|
576
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
577
577
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
578
578
|
tags: string[];
|
579
579
|
identifier: string;
|
@@ -604,15 +604,15 @@ export declare abstract class OpportunityService {
|
|
604
604
|
icon: string;
|
605
605
|
};
|
606
606
|
protocol: {
|
607
|
-
description: string;
|
608
607
|
name: string;
|
609
608
|
url: string;
|
609
|
+
description: string;
|
610
610
|
id: string;
|
611
611
|
tags: string[];
|
612
612
|
icon: string;
|
613
613
|
} | undefined;
|
614
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
615
614
|
name: string;
|
615
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
616
616
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
617
617
|
tags: string[];
|
618
618
|
identifier: string;
|
@@ -632,8 +632,8 @@ export declare abstract class OpportunityService {
|
|
632
632
|
max: string;
|
633
633
|
}>;
|
634
634
|
static update(id: string, data: UpdateOpportunityModel): Promise<{
|
635
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
636
635
|
name: string;
|
636
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
637
637
|
id: string;
|
638
638
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
639
639
|
tags: string[];
|
@@ -1,17 +1,16 @@
|
|
1
1
|
import Elysia from "elysia";
|
2
|
-
export declare const PriceController: Elysia<"/prices", {
|
2
|
+
export declare const PriceController: Elysia<"/prices", false, {
|
3
3
|
decorator: {};
|
4
4
|
store: {};
|
5
5
|
derive: {};
|
6
6
|
resolve: {};
|
7
7
|
}, {
|
8
|
-
|
8
|
+
type: {};
|
9
9
|
error: {};
|
10
10
|
}, {
|
11
11
|
schema: {};
|
12
12
|
macro: {};
|
13
13
|
macroFn: {};
|
14
|
-
parser: {};
|
15
14
|
}, {
|
16
15
|
prices: {
|
17
16
|
index: {
|
@@ -54,15 +53,6 @@ export declare const PriceController: Elysia<"/prices", {
|
|
54
53
|
headers: unknown;
|
55
54
|
response: {
|
56
55
|
200: number;
|
57
|
-
422: {
|
58
|
-
type: "validation";
|
59
|
-
on: string;
|
60
|
-
summary?: string;
|
61
|
-
message?: string;
|
62
|
-
found?: unknown;
|
63
|
-
property?: string;
|
64
|
-
expected?: string;
|
65
|
-
};
|
66
56
|
};
|
67
57
|
};
|
68
58
|
};
|
@@ -104,15 +94,6 @@ export declare const PriceController: Elysia<"/prices", {
|
|
104
94
|
args: import("database/api/.generated/runtime/library").JsonValue | null;
|
105
95
|
id: number;
|
106
96
|
};
|
107
|
-
422: {
|
108
|
-
type: "validation";
|
109
|
-
on: string;
|
110
|
-
summary?: string;
|
111
|
-
message?: string;
|
112
|
-
found?: unknown;
|
113
|
-
property?: string;
|
114
|
-
expected?: string;
|
115
|
-
};
|
116
97
|
};
|
117
98
|
};
|
118
99
|
};
|
@@ -134,15 +115,6 @@ export declare const PriceController: Elysia<"/prices", {
|
|
134
115
|
};
|
135
116
|
response: {
|
136
117
|
200: number | undefined;
|
137
|
-
422: {
|
138
|
-
type: "validation";
|
139
|
-
on: string;
|
140
|
-
summary?: string;
|
141
|
-
message?: string;
|
142
|
-
found?: unknown;
|
143
|
-
property?: string;
|
144
|
-
expected?: string;
|
145
|
-
};
|
146
118
|
};
|
147
119
|
};
|
148
120
|
};
|
@@ -171,15 +143,6 @@ export declare const PriceController: Elysia<"/prices", {
|
|
171
143
|
args: import("database/api/.generated/runtime/library").JsonValue | null;
|
172
144
|
id: number;
|
173
145
|
};
|
174
|
-
422: {
|
175
|
-
type: "validation";
|
176
|
-
on: string;
|
177
|
-
summary?: string;
|
178
|
-
message?: string;
|
179
|
-
found?: unknown;
|
180
|
-
property?: string;
|
181
|
-
expected?: string;
|
182
|
-
};
|
183
146
|
};
|
184
147
|
};
|
185
148
|
};
|
@@ -205,15 +168,6 @@ export declare const PriceController: Elysia<"/prices", {
|
|
205
168
|
args: import("database/api/.generated/runtime/library").JsonValue | null;
|
206
169
|
id: number;
|
207
170
|
};
|
208
|
-
422: {
|
209
|
-
type: "validation";
|
210
|
-
on: string;
|
211
|
-
summary?: string;
|
212
|
-
message?: string;
|
213
|
-
found?: unknown;
|
214
|
-
property?: string;
|
215
|
-
expected?: string;
|
216
|
-
};
|
217
171
|
};
|
218
172
|
};
|
219
173
|
};
|
@@ -1,17 +1,16 @@
|
|
1
1
|
import Elysia from "elysia";
|
2
|
-
export declare const ProgramPayloadController: Elysia<"/program-payload", {
|
2
|
+
export declare const ProgramPayloadController: Elysia<"/program-payload", false, {
|
3
3
|
decorator: {};
|
4
4
|
store: {};
|
5
5
|
derive: {};
|
6
6
|
resolve: {};
|
7
7
|
}, {
|
8
|
-
|
8
|
+
type: {};
|
9
9
|
error: {};
|
10
10
|
}, {
|
11
11
|
schema: {};
|
12
12
|
macro: {};
|
13
13
|
macroFn: {};
|
14
|
-
parser: {};
|
15
14
|
}, {
|
16
15
|
"program-payload": {
|
17
16
|
index: {
|
@@ -40,15 +39,6 @@ export declare const ProgramPayloadController: Elysia<"/program-payload", {
|
|
40
39
|
};
|
41
40
|
transactions: import("./programPayload.model").transaction[];
|
42
41
|
};
|
43
|
-
422: {
|
44
|
-
type: "validation";
|
45
|
-
on: string;
|
46
|
-
summary?: string;
|
47
|
-
message?: string;
|
48
|
-
found?: unknown;
|
49
|
-
property?: string;
|
50
|
-
expected?: string;
|
51
|
-
};
|
52
42
|
};
|
53
43
|
};
|
54
44
|
};
|
@@ -73,15 +63,6 @@ export declare const ProgramPayloadController: Elysia<"/program-payload", {
|
|
73
63
|
response: {
|
74
64
|
[x: string]: any;
|
75
65
|
200: any;
|
76
|
-
422: {
|
77
|
-
type: "validation";
|
78
|
-
on: string;
|
79
|
-
summary?: string;
|
80
|
-
message?: string;
|
81
|
-
found?: unknown;
|
82
|
-
property?: string;
|
83
|
-
expected?: string;
|
84
|
-
};
|
85
66
|
};
|
86
67
|
};
|
87
68
|
};
|
@@ -101,15 +82,6 @@ export declare const ProgramPayloadController: Elysia<"/program-payload", {
|
|
101
82
|
200: {
|
102
83
|
[x: string]: string;
|
103
84
|
};
|
104
|
-
422: {
|
105
|
-
type: "validation";
|
106
|
-
on: string;
|
107
|
-
summary?: string;
|
108
|
-
message?: string;
|
109
|
-
found?: unknown;
|
110
|
-
property?: string;
|
111
|
-
expected?: string;
|
112
|
-
};
|
113
85
|
};
|
114
86
|
};
|
115
87
|
};
|
@@ -136,15 +108,6 @@ export declare const ProgramPayloadController: Elysia<"/program-payload", {
|
|
136
108
|
200: {
|
137
109
|
args: any;
|
138
110
|
};
|
139
|
-
422: {
|
140
|
-
type: "validation";
|
141
|
-
on: string;
|
142
|
-
summary?: string;
|
143
|
-
message?: string;
|
144
|
-
found?: unknown;
|
145
|
-
property?: string;
|
146
|
-
expected?: string;
|
147
|
-
};
|
148
111
|
};
|
149
112
|
};
|
150
113
|
};
|
@@ -176,15 +139,6 @@ export declare const ProgramPayloadController: Elysia<"/program-payload", {
|
|
176
139
|
};
|
177
140
|
transactions: import("./programPayload.model").transaction[];
|
178
141
|
} | null;
|
179
|
-
422: {
|
180
|
-
type: "validation";
|
181
|
-
on: string;
|
182
|
-
summary?: string;
|
183
|
-
message?: string;
|
184
|
-
found?: unknown;
|
185
|
-
property?: string;
|
186
|
-
expected?: string;
|
187
|
-
};
|
188
142
|
};
|
189
143
|
};
|
190
144
|
};
|
@@ -219,15 +173,6 @@ export declare const ProgramPayloadController: Elysia<"/program-payload", {
|
|
219
173
|
};
|
220
174
|
transactions: import("./programPayload.model").transaction[];
|
221
175
|
} | null;
|
222
|
-
422: {
|
223
|
-
type: "validation";
|
224
|
-
on: string;
|
225
|
-
summary?: string;
|
226
|
-
message?: string;
|
227
|
-
found?: unknown;
|
228
|
-
property?: string;
|
229
|
-
expected?: string;
|
230
|
-
};
|
231
176
|
};
|
232
177
|
};
|
233
178
|
};
|
@@ -292,15 +237,6 @@ export declare const ProgramPayloadController: Elysia<"/program-payload", {
|
|
292
237
|
safePayload: import("./programPayload.model").safePayload;
|
293
238
|
nonEncodedConfig: any;
|
294
239
|
};
|
295
|
-
422: {
|
296
|
-
type: "validation";
|
297
|
-
on: string;
|
298
|
-
summary?: string;
|
299
|
-
message?: string;
|
300
|
-
found?: unknown;
|
301
|
-
property?: string;
|
302
|
-
expected?: string;
|
303
|
-
};
|
304
240
|
};
|
305
241
|
};
|
306
242
|
};
|
@@ -331,15 +267,6 @@ export declare const ProgramPayloadController: Elysia<"/program-payload", {
|
|
331
267
|
response: {
|
332
268
|
[x: string]: any;
|
333
269
|
200: any;
|
334
|
-
422: {
|
335
|
-
type: "validation";
|
336
|
-
on: string;
|
337
|
-
summary?: string;
|
338
|
-
message?: string;
|
339
|
-
found?: unknown;
|
340
|
-
property?: string;
|
341
|
-
expected?: string;
|
342
|
-
};
|
343
270
|
};
|
344
271
|
};
|
345
272
|
};
|