@merkl/api 1.4.86 → 1.4.87
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 +33 -0
- package/dist/src/index.d.ts +33 -0
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +9 -0
- package/dist/src/modules/v4/creator/creator.controller.d.ts +3 -0
- package/dist/src/modules/v4/creator/creator.model.d.ts +3 -0
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +18 -0
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +6 -0
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +3 -0
- package/dist/src/modules/v4/protocol/protocol.controller.d.ts +3 -0
- package/dist/src/modules/v4/protocol/protocol.model.d.ts +3 -0
- package/dist/src/modules/v4/protocol/protocol.model.js.map +1 -1
- package/dist/src/modules/v4/router.d.ts +33 -0
- package/package.json +1 -1
package/dist/src/eden/index.d.ts
CHANGED
@@ -2350,6 +2350,9 @@ declare const eden: {
|
|
2350
2350
|
dailyRewards?: number | undefined;
|
2351
2351
|
numberOfLiveCampaigns?: number | undefined;
|
2352
2352
|
opportunityLiveTags?: string[] | undefined;
|
2353
|
+
banner: string | null;
|
2354
|
+
opportunityBannerLight: string | null;
|
2355
|
+
opportunityBannerDark: string | null;
|
2353
2356
|
} | null | undefined;
|
2354
2357
|
liveCampaigns: number;
|
2355
2358
|
liveCampaignsForCreator?: number | undefined;
|
@@ -2467,6 +2470,9 @@ declare const eden: {
|
|
2467
2470
|
dailyRewards?: number | undefined;
|
2468
2471
|
numberOfLiveCampaigns?: number | undefined;
|
2469
2472
|
opportunityLiveTags?: string[] | undefined;
|
2473
|
+
banner: string | null;
|
2474
|
+
opportunityBannerLight: string | null;
|
2475
|
+
opportunityBannerDark: string | null;
|
2470
2476
|
} | null | undefined;
|
2471
2477
|
liveCampaigns: number;
|
2472
2478
|
liveCampaignsForCreator?: number | undefined;
|
@@ -2584,6 +2590,9 @@ declare const eden: {
|
|
2584
2590
|
dailyRewards?: number | undefined;
|
2585
2591
|
numberOfLiveCampaigns?: number | undefined;
|
2586
2592
|
opportunityLiveTags?: string[] | undefined;
|
2593
|
+
banner: string | null;
|
2594
|
+
opportunityBannerLight: string | null;
|
2595
|
+
opportunityBannerDark: string | null;
|
2587
2596
|
} | null | undefined;
|
2588
2597
|
liveCampaigns: number;
|
2589
2598
|
liveCampaignsForCreator?: number | undefined;
|
@@ -6313,6 +6322,9 @@ declare const eden: {
|
|
6313
6322
|
dailyRewards?: number | undefined;
|
6314
6323
|
numberOfLiveCampaigns?: number | undefined;
|
6315
6324
|
opportunityLiveTags?: string[] | undefined;
|
6325
|
+
banner: string | null;
|
6326
|
+
opportunityBannerLight: string | null;
|
6327
|
+
opportunityBannerDark: string | null;
|
6316
6328
|
} | null | undefined;
|
6317
6329
|
liveCampaigns: number;
|
6318
6330
|
liveCampaignsForCreator?: number | undefined;
|
@@ -6949,6 +6961,9 @@ declare const eden: {
|
|
6949
6961
|
dailyRewards?: number | undefined;
|
6950
6962
|
numberOfLiveCampaigns?: number | undefined;
|
6951
6963
|
opportunityLiveTags?: string[] | undefined;
|
6964
|
+
banner: string | null;
|
6965
|
+
opportunityBannerLight: string | null;
|
6966
|
+
opportunityBannerDark: string | null;
|
6952
6967
|
} | null | undefined;
|
6953
6968
|
liveCampaigns: number;
|
6954
6969
|
liveCampaignsForCreator?: number | undefined;
|
@@ -7124,6 +7139,9 @@ declare const eden: {
|
|
7124
7139
|
dailyRewards?: number | undefined;
|
7125
7140
|
numberOfLiveCampaigns?: number | undefined;
|
7126
7141
|
opportunityLiveTags?: string[] | undefined;
|
7142
|
+
banner: string | null;
|
7143
|
+
opportunityBannerLight: string | null;
|
7144
|
+
opportunityBannerDark: string | null;
|
7127
7145
|
} | null | undefined;
|
7128
7146
|
rewardsRecord?: {
|
7129
7147
|
total: number;
|
@@ -7520,6 +7538,9 @@ declare const eden: {
|
|
7520
7538
|
dailyRewards?: number | undefined;
|
7521
7539
|
numberOfLiveCampaigns?: number | undefined;
|
7522
7540
|
opportunityLiveTags?: string[] | undefined;
|
7541
|
+
banner: string | null;
|
7542
|
+
opportunityBannerLight: string | null;
|
7543
|
+
opportunityBannerDark: string | null;
|
7523
7544
|
} | null | undefined;
|
7524
7545
|
rewardsRecord?: {
|
7525
7546
|
total: number;
|
@@ -7899,6 +7920,9 @@ declare const eden: {
|
|
7899
7920
|
dailyRewards?: number | undefined;
|
7900
7921
|
numberOfLiveCampaigns?: number | undefined;
|
7901
7922
|
opportunityLiveTags?: string[] | undefined;
|
7923
|
+
banner: string | null;
|
7924
|
+
opportunityBannerLight: string | null;
|
7925
|
+
opportunityBannerDark: string | null;
|
7902
7926
|
} | null | undefined;
|
7903
7927
|
liveCampaigns: number;
|
7904
7928
|
liveCampaignsForCreator?: number | undefined;
|
@@ -8074,6 +8098,9 @@ declare const eden: {
|
|
8074
8098
|
dailyRewards?: number | undefined;
|
8075
8099
|
numberOfLiveCampaigns?: number | undefined;
|
8076
8100
|
opportunityLiveTags?: string[] | undefined;
|
8101
|
+
banner: string | null;
|
8102
|
+
opportunityBannerLight: string | null;
|
8103
|
+
opportunityBannerDark: string | null;
|
8077
8104
|
} | null | undefined;
|
8078
8105
|
rewardsRecord?: {
|
8079
8106
|
total: number;
|
@@ -8629,6 +8656,9 @@ declare const eden: {
|
|
8629
8656
|
dailyRewards?: number | undefined;
|
8630
8657
|
numberOfLiveCampaigns?: number | undefined;
|
8631
8658
|
opportunityLiveTags?: string[] | undefined;
|
8659
|
+
banner: string | null;
|
8660
|
+
opportunityBannerLight: string | null;
|
8661
|
+
opportunityBannerDark: string | null;
|
8632
8662
|
} | null | undefined;
|
8633
8663
|
rewardsRecord?: {
|
8634
8664
|
total: number;
|
@@ -31282,6 +31312,9 @@ declare const eden: {
|
|
31282
31312
|
dailyRewards?: number | undefined;
|
31283
31313
|
numberOfLiveCampaigns?: number | undefined;
|
31284
31314
|
opportunityLiveTags?: string[] | undefined;
|
31315
|
+
banner: string | null;
|
31316
|
+
opportunityBannerLight: string | null;
|
31317
|
+
opportunityBannerDark: string | null;
|
31285
31318
|
}[];
|
31286
31319
|
422: {
|
31287
31320
|
type: "validation";
|
package/dist/src/index.d.ts
CHANGED
@@ -1492,6 +1492,9 @@ declare const app: Elysia<"", {
|
|
1492
1492
|
dailyRewards?: number | undefined;
|
1493
1493
|
numberOfLiveCampaigns?: number | undefined;
|
1494
1494
|
opportunityLiveTags?: string[] | undefined;
|
1495
|
+
banner: string | null;
|
1496
|
+
opportunityBannerLight: string | null;
|
1497
|
+
opportunityBannerDark: string | null;
|
1495
1498
|
} | null | undefined;
|
1496
1499
|
liveCampaigns: number;
|
1497
1500
|
liveCampaignsForCreator?: number | undefined;
|
@@ -1609,6 +1612,9 @@ declare const app: Elysia<"", {
|
|
1609
1612
|
dailyRewards?: number | undefined;
|
1610
1613
|
numberOfLiveCampaigns?: number | undefined;
|
1611
1614
|
opportunityLiveTags?: string[] | undefined;
|
1615
|
+
banner: string | null;
|
1616
|
+
opportunityBannerLight: string | null;
|
1617
|
+
opportunityBannerDark: string | null;
|
1612
1618
|
} | null | undefined;
|
1613
1619
|
liveCampaigns: number;
|
1614
1620
|
liveCampaignsForCreator?: number | undefined;
|
@@ -1726,6 +1732,9 @@ declare const app: Elysia<"", {
|
|
1726
1732
|
dailyRewards?: number | undefined;
|
1727
1733
|
numberOfLiveCampaigns?: number | undefined;
|
1728
1734
|
opportunityLiveTags?: string[] | undefined;
|
1735
|
+
banner: string | null;
|
1736
|
+
opportunityBannerLight: string | null;
|
1737
|
+
opportunityBannerDark: string | null;
|
1729
1738
|
} | null | undefined;
|
1730
1739
|
liveCampaigns: number;
|
1731
1740
|
liveCampaignsForCreator?: number | undefined;
|
@@ -6338,6 +6347,9 @@ declare const app: Elysia<"", {
|
|
6338
6347
|
dailyRewards?: number | undefined;
|
6339
6348
|
numberOfLiveCampaigns?: number | undefined;
|
6340
6349
|
opportunityLiveTags?: string[] | undefined;
|
6350
|
+
banner: string | null;
|
6351
|
+
opportunityBannerLight: string | null;
|
6352
|
+
opportunityBannerDark: string | null;
|
6341
6353
|
} | null | undefined;
|
6342
6354
|
liveCampaigns: number;
|
6343
6355
|
liveCampaignsForCreator?: number | undefined;
|
@@ -7242,6 +7254,9 @@ declare const app: Elysia<"", {
|
|
7242
7254
|
dailyRewards?: number | undefined;
|
7243
7255
|
numberOfLiveCampaigns?: number | undefined;
|
7244
7256
|
opportunityLiveTags?: string[] | undefined;
|
7257
|
+
banner: string | null;
|
7258
|
+
opportunityBannerLight: string | null;
|
7259
|
+
opportunityBannerDark: string | null;
|
7245
7260
|
} | null | undefined;
|
7246
7261
|
rewardsRecord?: {
|
7247
7262
|
total: number;
|
@@ -7447,6 +7462,9 @@ declare const app: Elysia<"", {
|
|
7447
7462
|
dailyRewards?: number | undefined;
|
7448
7463
|
numberOfLiveCampaigns?: number | undefined;
|
7449
7464
|
opportunityLiveTags?: string[] | undefined;
|
7465
|
+
banner: string | null;
|
7466
|
+
opportunityBannerLight: string | null;
|
7467
|
+
opportunityBannerDark: string | null;
|
7450
7468
|
} | null | undefined;
|
7451
7469
|
liveCampaigns: number;
|
7452
7470
|
liveCampaignsForCreator?: number | undefined;
|
@@ -7622,6 +7640,9 @@ declare const app: Elysia<"", {
|
|
7622
7640
|
dailyRewards?: number | undefined;
|
7623
7641
|
numberOfLiveCampaigns?: number | undefined;
|
7624
7642
|
opportunityLiveTags?: string[] | undefined;
|
7643
|
+
banner: string | null;
|
7644
|
+
opportunityBannerLight: string | null;
|
7645
|
+
opportunityBannerDark: string | null;
|
7625
7646
|
} | null | undefined;
|
7626
7647
|
rewardsRecord?: {
|
7627
7648
|
total: number;
|
@@ -7887,6 +7908,9 @@ declare const app: Elysia<"", {
|
|
7887
7908
|
dailyRewards?: number | undefined;
|
7888
7909
|
numberOfLiveCampaigns?: number | undefined;
|
7889
7910
|
opportunityLiveTags?: string[] | undefined;
|
7911
|
+
banner: string | null;
|
7912
|
+
opportunityBannerLight: string | null;
|
7913
|
+
opportunityBannerDark: string | null;
|
7890
7914
|
} | null | undefined;
|
7891
7915
|
rewardsRecord?: {
|
7892
7916
|
total: number;
|
@@ -8117,6 +8141,9 @@ declare const app: Elysia<"", {
|
|
8117
8141
|
dailyRewards?: number | undefined;
|
8118
8142
|
numberOfLiveCampaigns?: number | undefined;
|
8119
8143
|
opportunityLiveTags?: string[] | undefined;
|
8144
|
+
banner: string | null;
|
8145
|
+
opportunityBannerLight: string | null;
|
8146
|
+
opportunityBannerDark: string | null;
|
8120
8147
|
} | null | undefined;
|
8121
8148
|
liveCampaigns: number;
|
8122
8149
|
liveCampaignsForCreator?: number | undefined;
|
@@ -8292,6 +8319,9 @@ declare const app: Elysia<"", {
|
|
8292
8319
|
dailyRewards?: number | undefined;
|
8293
8320
|
numberOfLiveCampaigns?: number | undefined;
|
8294
8321
|
opportunityLiveTags?: string[] | undefined;
|
8322
|
+
banner: string | null;
|
8323
|
+
opportunityBannerLight: string | null;
|
8324
|
+
opportunityBannerDark: string | null;
|
8295
8325
|
} | null | undefined;
|
8296
8326
|
rewardsRecord?: {
|
8297
8327
|
total: number;
|
@@ -31643,6 +31673,9 @@ declare const app: Elysia<"", {
|
|
31643
31673
|
dailyRewards?: number | undefined;
|
31644
31674
|
numberOfLiveCampaigns?: number | undefined;
|
31645
31675
|
opportunityLiveTags?: string[] | undefined;
|
31676
|
+
banner: string | null;
|
31677
|
+
opportunityBannerLight: string | null;
|
31678
|
+
opportunityBannerDark: string | null;
|
31646
31679
|
}[];
|
31647
31680
|
422: {
|
31648
31681
|
type: "validation";
|
@@ -619,6 +619,9 @@ export declare const CampaignController: Elysia<"/campaigns", {
|
|
619
619
|
dailyRewards?: number | undefined;
|
620
620
|
numberOfLiveCampaigns?: number | undefined;
|
621
621
|
opportunityLiveTags?: string[] | undefined;
|
622
|
+
banner: string | null;
|
623
|
+
opportunityBannerLight: string | null;
|
624
|
+
opportunityBannerDark: string | null;
|
622
625
|
} | null | undefined;
|
623
626
|
liveCampaigns: number;
|
624
627
|
liveCampaignsForCreator?: number | undefined;
|
@@ -736,6 +739,9 @@ export declare const CampaignController: Elysia<"/campaigns", {
|
|
736
739
|
dailyRewards?: number | undefined;
|
737
740
|
numberOfLiveCampaigns?: number | undefined;
|
738
741
|
opportunityLiveTags?: string[] | undefined;
|
742
|
+
banner: string | null;
|
743
|
+
opportunityBannerLight: string | null;
|
744
|
+
opportunityBannerDark: string | null;
|
739
745
|
} | null | undefined;
|
740
746
|
liveCampaigns: number;
|
741
747
|
liveCampaignsForCreator?: number | undefined;
|
@@ -853,6 +859,9 @@ export declare const CampaignController: Elysia<"/campaigns", {
|
|
853
859
|
dailyRewards?: number | undefined;
|
854
860
|
numberOfLiveCampaigns?: number | undefined;
|
855
861
|
opportunityLiveTags?: string[] | undefined;
|
862
|
+
banner: string | null;
|
863
|
+
opportunityBannerLight: string | null;
|
864
|
+
opportunityBannerDark: string | null;
|
856
865
|
} | null | undefined;
|
857
866
|
liveCampaigns: number;
|
858
867
|
liveCampaignsForCreator?: number | undefined;
|
@@ -419,6 +419,9 @@ export declare const CreatorController: Elysia<"/creators", {
|
|
419
419
|
dailyRewards?: number | undefined;
|
420
420
|
numberOfLiveCampaigns?: number | undefined;
|
421
421
|
opportunityLiveTags?: string[] | undefined;
|
422
|
+
banner: string | null;
|
423
|
+
opportunityBannerLight: string | null;
|
424
|
+
opportunityBannerDark: string | null;
|
422
425
|
} | null | undefined;
|
423
426
|
liveCampaigns: number;
|
424
427
|
liveCampaignsForCreator?: number | undefined;
|
@@ -257,6 +257,9 @@ export declare const CreatorsOpportunitiesDto: import("@sinclair/typebox").TArra
|
|
257
257
|
dailyRewards: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
258
258
|
numberOfLiveCampaigns: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
259
259
|
opportunityLiveTags: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
260
|
+
banner: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;
|
261
|
+
opportunityBannerLight: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;
|
262
|
+
opportunityBannerDark: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;
|
260
263
|
}>, import("@sinclair/typebox").TNull]>>;
|
261
264
|
liveCampaigns: import("@sinclair/typebox").TNumber;
|
262
265
|
liveCampaignsForCreator: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
@@ -220,6 +220,9 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
220
220
|
dailyRewards?: number | undefined;
|
221
221
|
numberOfLiveCampaigns?: number | undefined;
|
222
222
|
opportunityLiveTags?: string[] | undefined;
|
223
|
+
banner: string | null;
|
224
|
+
opportunityBannerLight: string | null;
|
225
|
+
opportunityBannerDark: string | null;
|
223
226
|
} | null | undefined;
|
224
227
|
rewardsRecord?: {
|
225
228
|
total: number;
|
@@ -425,6 +428,9 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
425
428
|
dailyRewards?: number | undefined;
|
426
429
|
numberOfLiveCampaigns?: number | undefined;
|
427
430
|
opportunityLiveTags?: string[] | undefined;
|
431
|
+
banner: string | null;
|
432
|
+
opportunityBannerLight: string | null;
|
433
|
+
opportunityBannerDark: string | null;
|
428
434
|
} | null | undefined;
|
429
435
|
liveCampaigns: number;
|
430
436
|
liveCampaignsForCreator?: number | undefined;
|
@@ -600,6 +606,9 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
600
606
|
dailyRewards?: number | undefined;
|
601
607
|
numberOfLiveCampaigns?: number | undefined;
|
602
608
|
opportunityLiveTags?: string[] | undefined;
|
609
|
+
banner: string | null;
|
610
|
+
opportunityBannerLight: string | null;
|
611
|
+
opportunityBannerDark: string | null;
|
603
612
|
} | null | undefined;
|
604
613
|
rewardsRecord?: {
|
605
614
|
total: number;
|
@@ -865,6 +874,9 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
865
874
|
dailyRewards?: number | undefined;
|
866
875
|
numberOfLiveCampaigns?: number | undefined;
|
867
876
|
opportunityLiveTags?: string[] | undefined;
|
877
|
+
banner: string | null;
|
878
|
+
opportunityBannerLight: string | null;
|
879
|
+
opportunityBannerDark: string | null;
|
868
880
|
} | null | undefined;
|
869
881
|
rewardsRecord?: {
|
870
882
|
total: number;
|
@@ -1095,6 +1107,9 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
1095
1107
|
dailyRewards?: number | undefined;
|
1096
1108
|
numberOfLiveCampaigns?: number | undefined;
|
1097
1109
|
opportunityLiveTags?: string[] | undefined;
|
1110
|
+
banner: string | null;
|
1111
|
+
opportunityBannerLight: string | null;
|
1112
|
+
opportunityBannerDark: string | null;
|
1098
1113
|
} | null | undefined;
|
1099
1114
|
liveCampaigns: number;
|
1100
1115
|
liveCampaignsForCreator?: number | undefined;
|
@@ -1270,6 +1285,9 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
1270
1285
|
dailyRewards?: number | undefined;
|
1271
1286
|
numberOfLiveCampaigns?: number | undefined;
|
1272
1287
|
opportunityLiveTags?: string[] | undefined;
|
1288
|
+
banner: string | null;
|
1289
|
+
opportunityBannerLight: string | null;
|
1290
|
+
opportunityBannerDark: string | null;
|
1273
1291
|
} | null | undefined;
|
1274
1292
|
rewardsRecord?: {
|
1275
1293
|
total: number;
|
@@ -416,6 +416,9 @@ export declare const OpportunityResourceDto: import("@sinclair/typebox").TObject
|
|
416
416
|
dailyRewards: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
417
417
|
numberOfLiveCampaigns: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
418
418
|
opportunityLiveTags: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
419
|
+
banner: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;
|
420
|
+
opportunityBannerLight: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;
|
421
|
+
opportunityBannerDark: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;
|
419
422
|
}>, import("@sinclair/typebox").TNull]>>;
|
420
423
|
liveCampaigns: import("@sinclair/typebox").TNumber;
|
421
424
|
liveCampaignsForCreator: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
@@ -653,6 +656,9 @@ export declare const OpportunityWithCampaignsResourceDto: import("@sinclair/type
|
|
653
656
|
dailyRewards: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
654
657
|
numberOfLiveCampaigns: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
655
658
|
opportunityLiveTags: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
659
|
+
banner: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;
|
660
|
+
opportunityBannerLight: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;
|
661
|
+
opportunityBannerDark: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;
|
656
662
|
}>, import("@sinclair/typebox").TNull]>>;
|
657
663
|
rewardsRecord: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
658
664
|
total: import("@sinclair/typebox").TNumber;
|
@@ -501,6 +501,9 @@ export declare abstract class OpportunityService {
|
|
501
501
|
dailyRewards?: number | undefined;
|
502
502
|
numberOfLiveCampaigns?: number | undefined;
|
503
503
|
opportunityLiveTags?: string[] | undefined;
|
504
|
+
banner: string | null;
|
505
|
+
opportunityBannerLight: string | null;
|
506
|
+
opportunityBannerDark: string | null;
|
504
507
|
} | null | undefined;
|
505
508
|
rewardsRecord?: {
|
506
509
|
total: number;
|
@@ -42,6 +42,9 @@ export declare const ProtocolController: Elysia<"/protocols", {
|
|
42
42
|
dailyRewards?: number | undefined;
|
43
43
|
numberOfLiveCampaigns?: number | undefined;
|
44
44
|
opportunityLiveTags?: string[] | undefined;
|
45
|
+
banner: string | null;
|
46
|
+
opportunityBannerLight: string | null;
|
47
|
+
opportunityBannerDark: string | null;
|
45
48
|
}[];
|
46
49
|
422: {
|
47
50
|
type: "validation";
|
@@ -21,6 +21,9 @@ export declare const ProtocolResourceDto: import("@sinclair/typebox").TObject<{
|
|
21
21
|
dailyRewards: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
22
22
|
numberOfLiveCampaigns: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
23
23
|
opportunityLiveTags: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
24
|
+
banner: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;
|
25
|
+
opportunityBannerLight: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;
|
26
|
+
opportunityBannerDark: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;
|
24
27
|
}>;
|
25
28
|
export declare const GetProtocolsQueryDto: import("@sinclair/typebox").TObject<{
|
26
29
|
page: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"protocol.model.js","sourceRoot":"","sources":["../../../../../../../apps/api/src/modules/v4/protocol/protocol.model.ts"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"protocol.model.js","sourceRoot":"","sources":["../../../../../../../apps/api/src/modules/v4/protocol/protocol.model.ts"],"names":[],"mappings":"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"}
|
@@ -1485,6 +1485,9 @@ export declare const v4: Elysia<"/v4", {
|
|
1485
1485
|
dailyRewards?: number | undefined;
|
1486
1486
|
numberOfLiveCampaigns?: number | undefined;
|
1487
1487
|
opportunityLiveTags?: string[] | undefined;
|
1488
|
+
banner: string | null;
|
1489
|
+
opportunityBannerLight: string | null;
|
1490
|
+
opportunityBannerDark: string | null;
|
1488
1491
|
} | null | undefined;
|
1489
1492
|
liveCampaigns: number;
|
1490
1493
|
liveCampaignsForCreator?: number | undefined;
|
@@ -1602,6 +1605,9 @@ export declare const v4: Elysia<"/v4", {
|
|
1602
1605
|
dailyRewards?: number | undefined;
|
1603
1606
|
numberOfLiveCampaigns?: number | undefined;
|
1604
1607
|
opportunityLiveTags?: string[] | undefined;
|
1608
|
+
banner: string | null;
|
1609
|
+
opportunityBannerLight: string | null;
|
1610
|
+
opportunityBannerDark: string | null;
|
1605
1611
|
} | null | undefined;
|
1606
1612
|
liveCampaigns: number;
|
1607
1613
|
liveCampaignsForCreator?: number | undefined;
|
@@ -1719,6 +1725,9 @@ export declare const v4: Elysia<"/v4", {
|
|
1719
1725
|
dailyRewards?: number | undefined;
|
1720
1726
|
numberOfLiveCampaigns?: number | undefined;
|
1721
1727
|
opportunityLiveTags?: string[] | undefined;
|
1728
|
+
banner: string | null;
|
1729
|
+
opportunityBannerLight: string | null;
|
1730
|
+
opportunityBannerDark: string | null;
|
1722
1731
|
} | null | undefined;
|
1723
1732
|
liveCampaigns: number;
|
1724
1733
|
liveCampaignsForCreator?: number | undefined;
|
@@ -6331,6 +6340,9 @@ export declare const v4: Elysia<"/v4", {
|
|
6331
6340
|
dailyRewards?: number | undefined;
|
6332
6341
|
numberOfLiveCampaigns?: number | undefined;
|
6333
6342
|
opportunityLiveTags?: string[] | undefined;
|
6343
|
+
banner: string | null;
|
6344
|
+
opportunityBannerLight: string | null;
|
6345
|
+
opportunityBannerDark: string | null;
|
6334
6346
|
} | null | undefined;
|
6335
6347
|
liveCampaigns: number;
|
6336
6348
|
liveCampaignsForCreator?: number | undefined;
|
@@ -7235,6 +7247,9 @@ export declare const v4: Elysia<"/v4", {
|
|
7235
7247
|
dailyRewards?: number | undefined;
|
7236
7248
|
numberOfLiveCampaigns?: number | undefined;
|
7237
7249
|
opportunityLiveTags?: string[] | undefined;
|
7250
|
+
banner: string | null;
|
7251
|
+
opportunityBannerLight: string | null;
|
7252
|
+
opportunityBannerDark: string | null;
|
7238
7253
|
} | null | undefined;
|
7239
7254
|
rewardsRecord?: {
|
7240
7255
|
total: number;
|
@@ -7440,6 +7455,9 @@ export declare const v4: Elysia<"/v4", {
|
|
7440
7455
|
dailyRewards?: number | undefined;
|
7441
7456
|
numberOfLiveCampaigns?: number | undefined;
|
7442
7457
|
opportunityLiveTags?: string[] | undefined;
|
7458
|
+
banner: string | null;
|
7459
|
+
opportunityBannerLight: string | null;
|
7460
|
+
opportunityBannerDark: string | null;
|
7443
7461
|
} | null | undefined;
|
7444
7462
|
liveCampaigns: number;
|
7445
7463
|
liveCampaignsForCreator?: number | undefined;
|
@@ -7615,6 +7633,9 @@ export declare const v4: Elysia<"/v4", {
|
|
7615
7633
|
dailyRewards?: number | undefined;
|
7616
7634
|
numberOfLiveCampaigns?: number | undefined;
|
7617
7635
|
opportunityLiveTags?: string[] | undefined;
|
7636
|
+
banner: string | null;
|
7637
|
+
opportunityBannerLight: string | null;
|
7638
|
+
opportunityBannerDark: string | null;
|
7618
7639
|
} | null | undefined;
|
7619
7640
|
rewardsRecord?: {
|
7620
7641
|
total: number;
|
@@ -7880,6 +7901,9 @@ export declare const v4: Elysia<"/v4", {
|
|
7880
7901
|
dailyRewards?: number | undefined;
|
7881
7902
|
numberOfLiveCampaigns?: number | undefined;
|
7882
7903
|
opportunityLiveTags?: string[] | undefined;
|
7904
|
+
banner: string | null;
|
7905
|
+
opportunityBannerLight: string | null;
|
7906
|
+
opportunityBannerDark: string | null;
|
7883
7907
|
} | null | undefined;
|
7884
7908
|
rewardsRecord?: {
|
7885
7909
|
total: number;
|
@@ -8110,6 +8134,9 @@ export declare const v4: Elysia<"/v4", {
|
|
8110
8134
|
dailyRewards?: number | undefined;
|
8111
8135
|
numberOfLiveCampaigns?: number | undefined;
|
8112
8136
|
opportunityLiveTags?: string[] | undefined;
|
8137
|
+
banner: string | null;
|
8138
|
+
opportunityBannerLight: string | null;
|
8139
|
+
opportunityBannerDark: string | null;
|
8113
8140
|
} | null | undefined;
|
8114
8141
|
liveCampaigns: number;
|
8115
8142
|
liveCampaignsForCreator?: number | undefined;
|
@@ -8285,6 +8312,9 @@ export declare const v4: Elysia<"/v4", {
|
|
8285
8312
|
dailyRewards?: number | undefined;
|
8286
8313
|
numberOfLiveCampaigns?: number | undefined;
|
8287
8314
|
opportunityLiveTags?: string[] | undefined;
|
8315
|
+
banner: string | null;
|
8316
|
+
opportunityBannerLight: string | null;
|
8317
|
+
opportunityBannerDark: string | null;
|
8288
8318
|
} | null | undefined;
|
8289
8319
|
rewardsRecord?: {
|
8290
8320
|
total: number;
|
@@ -31636,6 +31666,9 @@ export declare const v4: Elysia<"/v4", {
|
|
31636
31666
|
dailyRewards?: number | undefined;
|
31637
31667
|
numberOfLiveCampaigns?: number | undefined;
|
31638
31668
|
opportunityLiveTags?: string[] | undefined;
|
31669
|
+
banner: string | null;
|
31670
|
+
opportunityBannerLight: string | null;
|
31671
|
+
opportunityBannerDark: string | null;
|
31639
31672
|
}[];
|
31640
31673
|
422: {
|
31641
31674
|
type: "validation";
|
package/package.json
CHANGED