@merkl/api 0.17.1 → 0.17.2
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/database/api/.generated/drizzle/schema.d.ts +0 -18
- package/dist/database/api/.generated/drizzle/schema.js +0 -2
- package/dist/database/api/.generated/drizzle/schema.ts +0 -3
- package/dist/database/api/.generated/edge.js +3 -12
- package/dist/database/api/.generated/index-browser.js +0 -9
- package/dist/database/api/.generated/index.d.ts +1 -148
- package/dist/database/api/.generated/index.js +3 -12
- package/dist/database/api/.generated/package.json +1 -1
- package/dist/database/api/.generated/schema.prisma +8 -8
- package/dist/database/api/.generated/wasm.js +0 -9
- package/dist/src/eden/index.d.ts +0 -25
- package/dist/src/index.d.ts +0 -5
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +0 -4
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +0 -8
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +0 -8
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +0 -1
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +0 -5
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +0 -3
- package/dist/src/modules/v4/protocol/protocol.repository.d.ts +0 -1
- package/dist/src/modules/v4/router.d.ts +0 -5
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -23,7 +23,7 @@ model Campaign {
|
|
23
23
|
distributionChainId Int
|
24
24
|
campaignId String
|
25
25
|
type String
|
26
|
-
distributionType DistributionType
|
26
|
+
// distributionType DistributionType
|
27
27
|
subType Int?
|
28
28
|
RewardToken Token @relation(fields: [rewardTokenId], references: [id])
|
29
29
|
rewardTokenId String
|
@@ -422,10 +422,10 @@ enum PriceSourceMethod {
|
|
422
422
|
DEFILLAMA
|
423
423
|
}
|
424
424
|
|
425
|
-
enum DistributionType {
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
}
|
425
|
+
// enum DistributionType {
|
426
|
+
// DUTCH_AUCTION
|
427
|
+
// FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE // The fix reward value will lie in params.apr
|
428
|
+
// FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE
|
429
|
+
// FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT
|
430
|
+
// FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT
|
431
|
+
// }
|
@@ -123,7 +123,6 @@ exports.Prisma.CampaignScalarFieldEnum = {
|
|
123
123
|
distributionChainId: 'distributionChainId',
|
124
124
|
campaignId: 'campaignId',
|
125
125
|
type: 'type',
|
126
|
-
distributionType: 'distributionType',
|
127
126
|
subType: 'subType',
|
128
127
|
rewardTokenId: 'rewardTokenId',
|
129
128
|
amount: 'amount',
|
@@ -524,14 +523,6 @@ exports.Prisma.LoggedOrderByRelevanceFieldEnum = {
|
|
524
523
|
address: 'address',
|
525
524
|
caughtFromAddress: 'caughtFromAddress'
|
526
525
|
};
|
527
|
-
exports.DistributionType = exports.$Enums.DistributionType = {
|
528
|
-
DUTCH_AUCTION: 'DUTCH_AUCTION',
|
529
|
-
FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE: 'FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE',
|
530
|
-
FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE: 'FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE',
|
531
|
-
FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT: 'FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT',
|
532
|
-
FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT: 'FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT'
|
533
|
-
};
|
534
|
-
|
535
526
|
exports.RunStatus = exports.$Enums.RunStatus = {
|
536
527
|
PROCESSING: 'PROCESSING',
|
537
528
|
SUCCESS: 'SUCCESS',
|
package/dist/src/eden/index.d.ts
CHANGED
@@ -571,7 +571,6 @@ declare const eden: {
|
|
571
571
|
computeChainId: number;
|
572
572
|
distributionChainId: number;
|
573
573
|
campaignId: string;
|
574
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
575
574
|
rewardTokenId: string;
|
576
575
|
amount: string;
|
577
576
|
opportunityId: string;
|
@@ -957,7 +956,6 @@ declare const eden: {
|
|
957
956
|
computeChainId: number;
|
958
957
|
distributionChainId: number;
|
959
958
|
campaignId: string;
|
960
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
961
959
|
rewardTokenId: string;
|
962
960
|
amount: string;
|
963
961
|
opportunityId: string;
|
@@ -997,7 +995,6 @@ declare const eden: {
|
|
997
995
|
computeChainId: number;
|
998
996
|
distributionChainId: number;
|
999
997
|
campaignId: string;
|
1000
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
1001
998
|
rewardTokenId: string;
|
1002
999
|
amount: string;
|
1003
1000
|
opportunityId: string;
|
@@ -1043,7 +1040,6 @@ declare const eden: {
|
|
1043
1040
|
computeChainId: number;
|
1044
1041
|
distributionChainId: number;
|
1045
1042
|
campaignId: string;
|
1046
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
1047
1043
|
rewardTokenId: string;
|
1048
1044
|
amount: string;
|
1049
1045
|
opportunityId: string;
|
@@ -1121,7 +1117,6 @@ declare const eden: {
|
|
1121
1117
|
computeChainId: number;
|
1122
1118
|
distributionChainId: number;
|
1123
1119
|
campaignId: string;
|
1124
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
1125
1120
|
rewardTokenId: string;
|
1126
1121
|
amount: string;
|
1127
1122
|
opportunityId: string;
|
@@ -3884,7 +3879,6 @@ declare const eden: {
|
|
3884
3879
|
computeChainId: number;
|
3885
3880
|
distributionChainId: number;
|
3886
3881
|
campaignId: string;
|
3887
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
3888
3882
|
rewardTokenId: string;
|
3889
3883
|
amount: string;
|
3890
3884
|
opportunityId: string;
|
@@ -4270,7 +4264,6 @@ declare const eden: {
|
|
4270
4264
|
computeChainId: number;
|
4271
4265
|
distributionChainId: number;
|
4272
4266
|
campaignId: string;
|
4273
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
4274
4267
|
rewardTokenId: string;
|
4275
4268
|
amount: string;
|
4276
4269
|
opportunityId: string;
|
@@ -4310,7 +4303,6 @@ declare const eden: {
|
|
4310
4303
|
computeChainId: number;
|
4311
4304
|
distributionChainId: number;
|
4312
4305
|
campaignId: string;
|
4313
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
4314
4306
|
rewardTokenId: string;
|
4315
4307
|
amount: string;
|
4316
4308
|
opportunityId: string;
|
@@ -4356,7 +4348,6 @@ declare const eden: {
|
|
4356
4348
|
computeChainId: number;
|
4357
4349
|
distributionChainId: number;
|
4358
4350
|
campaignId: string;
|
4359
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
4360
4351
|
rewardTokenId: string;
|
4361
4352
|
amount: string;
|
4362
4353
|
opportunityId: string;
|
@@ -4434,7 +4425,6 @@ declare const eden: {
|
|
4434
4425
|
computeChainId: number;
|
4435
4426
|
distributionChainId: number;
|
4436
4427
|
campaignId: string;
|
4437
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
4438
4428
|
rewardTokenId: string;
|
4439
4429
|
amount: string;
|
4440
4430
|
opportunityId: string;
|
@@ -7663,7 +7653,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7663
7653
|
computeChainId: number;
|
7664
7654
|
distributionChainId: number;
|
7665
7655
|
campaignId: string;
|
7666
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
7667
7656
|
rewardTokenId: string;
|
7668
7657
|
amount: string;
|
7669
7658
|
opportunityId: string;
|
@@ -8372,7 +8361,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8372
8361
|
computeChainId: number;
|
8373
8362
|
distributionChainId: number;
|
8374
8363
|
campaignId: string;
|
8375
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
8376
8364
|
rewardTokenId: string;
|
8377
8365
|
amount: string;
|
8378
8366
|
opportunityId: string;
|
@@ -8424,7 +8412,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8424
8412
|
computeChainId: number;
|
8425
8413
|
distributionChainId: number;
|
8426
8414
|
campaignId: string;
|
8427
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
8428
8415
|
rewardTokenId: string;
|
8429
8416
|
amount: string;
|
8430
8417
|
opportunityId: string;
|
@@ -8505,7 +8492,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8505
8492
|
computeChainId: number;
|
8506
8493
|
distributionChainId: number;
|
8507
8494
|
campaignId: string;
|
8508
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
8509
8495
|
rewardTokenId: string;
|
8510
8496
|
amount: string;
|
8511
8497
|
opportunityId: string;
|
@@ -8570,7 +8556,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8570
8556
|
computeChainId: number;
|
8571
8557
|
distributionChainId: number;
|
8572
8558
|
campaignId: string;
|
8573
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
8574
8559
|
rewardTokenId: string;
|
8575
8560
|
amount: string;
|
8576
8561
|
opportunityId: string;
|
@@ -12792,7 +12777,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12792
12777
|
computeChainId: number;
|
12793
12778
|
distributionChainId: number;
|
12794
12779
|
campaignId: string;
|
12795
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
12796
12780
|
rewardTokenId: string;
|
12797
12781
|
amount: string;
|
12798
12782
|
opportunityId: string;
|
@@ -13178,7 +13162,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13178
13162
|
computeChainId: number;
|
13179
13163
|
distributionChainId: number;
|
13180
13164
|
campaignId: string;
|
13181
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
13182
13165
|
rewardTokenId: string;
|
13183
13166
|
amount: string;
|
13184
13167
|
opportunityId: string;
|
@@ -13218,7 +13201,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13218
13201
|
computeChainId: number;
|
13219
13202
|
distributionChainId: number;
|
13220
13203
|
campaignId: string;
|
13221
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
13222
13204
|
rewardTokenId: string;
|
13223
13205
|
amount: string;
|
13224
13206
|
opportunityId: string;
|
@@ -13264,7 +13246,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13264
13246
|
computeChainId: number;
|
13265
13247
|
distributionChainId: number;
|
13266
13248
|
campaignId: string;
|
13267
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
13268
13249
|
rewardTokenId: string;
|
13269
13250
|
amount: string;
|
13270
13251
|
opportunityId: string;
|
@@ -13342,7 +13323,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13342
13323
|
computeChainId: number;
|
13343
13324
|
distributionChainId: number;
|
13344
13325
|
campaignId: string;
|
13345
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
13346
13326
|
rewardTokenId: string;
|
13347
13327
|
amount: string;
|
13348
13328
|
opportunityId: string;
|
@@ -16105,7 +16085,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16105
16085
|
computeChainId: number;
|
16106
16086
|
distributionChainId: number;
|
16107
16087
|
campaignId: string;
|
16108
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
16109
16088
|
rewardTokenId: string;
|
16110
16089
|
amount: string;
|
16111
16090
|
opportunityId: string;
|
@@ -16491,7 +16470,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16491
16470
|
computeChainId: number;
|
16492
16471
|
distributionChainId: number;
|
16493
16472
|
campaignId: string;
|
16494
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
16495
16473
|
rewardTokenId: string;
|
16496
16474
|
amount: string;
|
16497
16475
|
opportunityId: string;
|
@@ -16531,7 +16509,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16531
16509
|
computeChainId: number;
|
16532
16510
|
distributionChainId: number;
|
16533
16511
|
campaignId: string;
|
16534
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
16535
16512
|
rewardTokenId: string;
|
16536
16513
|
amount: string;
|
16537
16514
|
opportunityId: string;
|
@@ -16577,7 +16554,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16577
16554
|
computeChainId: number;
|
16578
16555
|
distributionChainId: number;
|
16579
16556
|
campaignId: string;
|
16580
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
16581
16557
|
rewardTokenId: string;
|
16582
16558
|
amount: string;
|
16583
16559
|
opportunityId: string;
|
@@ -16655,7 +16631,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16655
16631
|
computeChainId: number;
|
16656
16632
|
distributionChainId: number;
|
16657
16633
|
campaignId: string;
|
16658
|
-
distributionType: import("../../database/api/.generated").$Enums.DistributionType;
|
16659
16634
|
rewardTokenId: string;
|
16660
16635
|
amount: string;
|
16661
16636
|
opportunityId: string;
|
package/dist/src/index.d.ts
CHANGED
@@ -368,7 +368,6 @@ declare const app: Elysia<"", false, {
|
|
368
368
|
computeChainId: number;
|
369
369
|
distributionChainId: number;
|
370
370
|
campaignId: string;
|
371
|
-
distributionType: import("../database/api/.generated").$Enums.DistributionType;
|
372
371
|
rewardTokenId: string;
|
373
372
|
amount: string;
|
374
373
|
opportunityId: string;
|
@@ -1077,7 +1076,6 @@ declare const app: Elysia<"", false, {
|
|
1077
1076
|
computeChainId: number;
|
1078
1077
|
distributionChainId: number;
|
1079
1078
|
campaignId: string;
|
1080
|
-
distributionType: import("../database/api/.generated").$Enums.DistributionType;
|
1081
1079
|
rewardTokenId: string;
|
1082
1080
|
amount: string;
|
1083
1081
|
opportunityId: string;
|
@@ -1129,7 +1127,6 @@ declare const app: Elysia<"", false, {
|
|
1129
1127
|
computeChainId: number;
|
1130
1128
|
distributionChainId: number;
|
1131
1129
|
campaignId: string;
|
1132
|
-
distributionType: import("../database/api/.generated").$Enums.DistributionType;
|
1133
1130
|
rewardTokenId: string;
|
1134
1131
|
amount: string;
|
1135
1132
|
opportunityId: string;
|
@@ -1210,7 +1207,6 @@ declare const app: Elysia<"", false, {
|
|
1210
1207
|
computeChainId: number;
|
1211
1208
|
distributionChainId: number;
|
1212
1209
|
campaignId: string;
|
1213
|
-
distributionType: import("../database/api/.generated").$Enums.DistributionType;
|
1214
1210
|
rewardTokenId: string;
|
1215
1211
|
amount: string;
|
1216
1212
|
opportunityId: string;
|
@@ -1275,7 +1271,6 @@ declare const app: Elysia<"", false, {
|
|
1275
1271
|
computeChainId: number;
|
1276
1272
|
distributionChainId: number;
|
1277
1273
|
campaignId: string;
|
1278
|
-
distributionType: import("../database/api/.generated").$Enums.DistributionType;
|
1279
1274
|
rewardTokenId: string;
|
1280
1275
|
amount: string;
|
1281
1276
|
opportunityId: string;
|
@@ -47,7 +47,6 @@ export declare const CampaignController: Elysia<"/campaigns", false, {
|
|
47
47
|
computeChainId: number;
|
48
48
|
distributionChainId: number;
|
49
49
|
campaignId: string;
|
50
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
51
50
|
rewardTokenId: string;
|
52
51
|
amount: string;
|
53
52
|
opportunityId: string;
|
@@ -99,7 +98,6 @@ export declare const CampaignController: Elysia<"/campaigns", false, {
|
|
99
98
|
computeChainId: number;
|
100
99
|
distributionChainId: number;
|
101
100
|
campaignId: string;
|
102
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
103
101
|
rewardTokenId: string;
|
104
102
|
amount: string;
|
105
103
|
opportunityId: string;
|
@@ -180,7 +178,6 @@ export declare const CampaignController: Elysia<"/campaigns", false, {
|
|
180
178
|
computeChainId: number;
|
181
179
|
distributionChainId: number;
|
182
180
|
campaignId: string;
|
183
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
184
181
|
rewardTokenId: string;
|
185
182
|
amount: string;
|
186
183
|
opportunityId: string;
|
@@ -245,7 +242,6 @@ export declare const CampaignController: Elysia<"/campaigns", false, {
|
|
245
242
|
computeChainId: number;
|
246
243
|
distributionChainId: number;
|
247
244
|
campaignId: string;
|
248
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
249
245
|
rewardTokenId: string;
|
250
246
|
amount: string;
|
251
247
|
opportunityId: string;
|
@@ -82,7 +82,6 @@ export declare abstract class CampaignRepository {
|
|
82
82
|
computeChainId: number;
|
83
83
|
distributionChainId: number;
|
84
84
|
campaignId: string;
|
85
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
86
85
|
rewardTokenId: string;
|
87
86
|
amount: string;
|
88
87
|
opportunityId: string;
|
@@ -123,7 +122,6 @@ export declare abstract class CampaignRepository {
|
|
123
122
|
computeChainId: number;
|
124
123
|
distributionChainId: number;
|
125
124
|
campaignId: string;
|
126
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
127
125
|
rewardTokenId: string;
|
128
126
|
amount: string;
|
129
127
|
opportunityId: string;
|
@@ -158,7 +156,6 @@ export declare abstract class CampaignRepository {
|
|
158
156
|
computeChainId: number;
|
159
157
|
distributionChainId: number;
|
160
158
|
campaignId: string;
|
161
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
162
159
|
rewardTokenId: string;
|
163
160
|
amount: string;
|
164
161
|
opportunityId: string;
|
@@ -201,7 +198,6 @@ export declare abstract class CampaignRepository {
|
|
201
198
|
computeChainId: number;
|
202
199
|
distributionChainId: number;
|
203
200
|
campaignId: string;
|
204
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
205
201
|
rewardTokenId: string;
|
206
202
|
amount: string;
|
207
203
|
opportunityId: string;
|
@@ -254,7 +250,6 @@ export declare abstract class CampaignRepository {
|
|
254
250
|
computeChainId: number;
|
255
251
|
distributionChainId: number;
|
256
252
|
campaignId: string;
|
257
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
258
253
|
rewardTokenId: string;
|
259
254
|
amount: string;
|
260
255
|
opportunityId: string;
|
@@ -316,7 +311,6 @@ export declare abstract class CampaignRepository {
|
|
316
311
|
computeChainId: number;
|
317
312
|
distributionChainId: number;
|
318
313
|
campaignId: string;
|
319
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
320
314
|
rewardTokenId: string;
|
321
315
|
amount: string;
|
322
316
|
opportunityId: string;
|
@@ -338,7 +332,6 @@ export declare abstract class CampaignRepository {
|
|
338
332
|
computeChainId: number;
|
339
333
|
distributionChainId: number;
|
340
334
|
campaignId: string;
|
341
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
342
335
|
rewardTokenId: string;
|
343
336
|
amount: string;
|
344
337
|
opportunityId: string;
|
@@ -354,7 +347,6 @@ export declare abstract class CampaignRepository {
|
|
354
347
|
computeChainId: number;
|
355
348
|
distributionChainId: number;
|
356
349
|
campaignId: string;
|
357
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
358
350
|
rewardTokenId: string;
|
359
351
|
amount: string;
|
360
352
|
opportunityId: string;
|
@@ -14,7 +14,6 @@ export declare abstract class CampaignService {
|
|
14
14
|
computeChainId: number;
|
15
15
|
distributionChainId: number;
|
16
16
|
campaignId: string;
|
17
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
18
17
|
rewardTokenId: string;
|
19
18
|
amount: string;
|
20
19
|
opportunityId: string;
|
@@ -49,7 +48,6 @@ export declare abstract class CampaignService {
|
|
49
48
|
computeChainId: number;
|
50
49
|
distributionChainId: number;
|
51
50
|
campaignId: string;
|
52
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
53
51
|
rewardTokenId: string;
|
54
52
|
amount: string;
|
55
53
|
opportunityId: string;
|
@@ -65,7 +63,6 @@ export declare abstract class CampaignService {
|
|
65
63
|
computeChainId: number;
|
66
64
|
distributionChainId: number;
|
67
65
|
campaignId: string;
|
68
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
69
66
|
rewardTokenId: string;
|
70
67
|
amount: string;
|
71
68
|
opportunityId: string;
|
@@ -89,7 +86,6 @@ export declare abstract class CampaignService {
|
|
89
86
|
computeChainId: number;
|
90
87
|
distributionChainId: number;
|
91
88
|
campaignId: string;
|
92
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
93
89
|
rewardTokenId: string;
|
94
90
|
amount: string;
|
95
91
|
opportunityId: string;
|
@@ -151,7 +147,6 @@ export declare abstract class CampaignService {
|
|
151
147
|
computeChainId: number;
|
152
148
|
distributionChainId: number;
|
153
149
|
campaignId: string;
|
154
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
155
150
|
rewardTokenId: string;
|
156
151
|
amount: string;
|
157
152
|
opportunityId: string;
|
@@ -175,7 +170,6 @@ export declare abstract class CampaignService {
|
|
175
170
|
computeChainId: number;
|
176
171
|
distributionChainId: number;
|
177
172
|
campaignId: string;
|
178
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
179
173
|
rewardTokenId: string;
|
180
174
|
amount: string;
|
181
175
|
opportunityId: string;
|
@@ -228,7 +222,6 @@ export declare abstract class CampaignService {
|
|
228
222
|
computeChainId: number;
|
229
223
|
distributionChainId: number;
|
230
224
|
campaignId: string;
|
231
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
232
225
|
rewardTokenId: string;
|
233
226
|
amount: string;
|
234
227
|
opportunityId: string;
|
@@ -338,7 +331,6 @@ export declare abstract class CampaignService {
|
|
338
331
|
computeChainId: number;
|
339
332
|
distributionChainId: number;
|
340
333
|
campaignId: string;
|
341
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
342
334
|
rewardTokenId: string;
|
343
335
|
amount: string;
|
344
336
|
opportunityId: string;
|
@@ -223,7 +223,6 @@ export declare const OpportunityController: Elysia<"/opportunities", false, {
|
|
223
223
|
computeChainId: number;
|
224
224
|
distributionChainId: number;
|
225
225
|
campaignId: string;
|
226
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
227
226
|
rewardTokenId: string;
|
228
227
|
amount: string;
|
229
228
|
opportunityId: string;
|
@@ -52,7 +52,6 @@ export declare abstract class OpportunityRepository {
|
|
52
52
|
computeChainId: number;
|
53
53
|
distributionChainId: number;
|
54
54
|
campaignId: string;
|
55
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
56
55
|
rewardTokenId: string;
|
57
56
|
amount: string;
|
58
57
|
opportunityId: string;
|
@@ -186,7 +185,6 @@ export declare abstract class OpportunityRepository {
|
|
186
185
|
computeChainId: number;
|
187
186
|
distributionChainId: number;
|
188
187
|
campaignId: string;
|
189
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
190
188
|
rewardTokenId: string;
|
191
189
|
amount: string;
|
192
190
|
opportunityId: string;
|
@@ -376,7 +374,6 @@ export declare abstract class OpportunityRepository {
|
|
376
374
|
computeChainId: number;
|
377
375
|
distributionChainId: number;
|
378
376
|
campaignId: string;
|
379
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
380
377
|
rewardTokenId: string;
|
381
378
|
amount: string;
|
382
379
|
opportunityId: string;
|
@@ -510,7 +507,6 @@ export declare abstract class OpportunityRepository {
|
|
510
507
|
computeChainId: number;
|
511
508
|
distributionChainId: number;
|
512
509
|
campaignId: string;
|
513
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
514
510
|
rewardTokenId: string;
|
515
511
|
amount: string;
|
516
512
|
opportunityId: string;
|
@@ -688,7 +684,6 @@ export declare abstract class OpportunityRepository {
|
|
688
684
|
computeChainId: number;
|
689
685
|
distributionChainId: number;
|
690
686
|
campaignId: string;
|
691
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
692
687
|
rewardTokenId: string;
|
693
688
|
amount: string;
|
694
689
|
opportunityId: string;
|
@@ -500,7 +500,6 @@ export declare abstract class OpportunityService {
|
|
500
500
|
computeChainId: number;
|
501
501
|
distributionChainId: number;
|
502
502
|
campaignId: string;
|
503
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
504
503
|
rewardTokenId: string;
|
505
504
|
amount: string;
|
506
505
|
opportunityId: string;
|
@@ -647,7 +646,6 @@ export declare abstract class OpportunityService {
|
|
647
646
|
computeChainId: number;
|
648
647
|
distributionChainId: number;
|
649
648
|
campaignId: string;
|
650
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
651
649
|
rewardTokenId: string;
|
652
650
|
amount: string;
|
653
651
|
opportunityId: string;
|
@@ -790,7 +788,6 @@ export declare abstract class OpportunityService {
|
|
790
788
|
computeChainId: number;
|
791
789
|
distributionChainId: number;
|
792
790
|
campaignId: string;
|
793
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
794
791
|
rewardTokenId: string;
|
795
792
|
amount: string;
|
796
793
|
opportunityId: string;
|
@@ -37,7 +37,6 @@ export declare abstract class ProtocolRepository {
|
|
37
37
|
computeChainId: number;
|
38
38
|
distributionChainId: number;
|
39
39
|
campaignId: string;
|
40
|
-
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
41
40
|
rewardTokenId: string;
|
42
41
|
amount: string;
|
43
42
|
opportunityId: string;
|
@@ -238,7 +238,6 @@ export declare const v4: Elysia<"/v4", false, {
|
|
238
238
|
computeChainId: number;
|
239
239
|
distributionChainId: number;
|
240
240
|
campaignId: string;
|
241
|
-
distributionType: import("../../../database/api/.generated").$Enums.DistributionType;
|
242
241
|
rewardTokenId: string;
|
243
242
|
amount: string;
|
244
243
|
opportunityId: string;
|
@@ -947,7 +946,6 @@ export declare const v4: Elysia<"/v4", false, {
|
|
947
946
|
computeChainId: number;
|
948
947
|
distributionChainId: number;
|
949
948
|
campaignId: string;
|
950
|
-
distributionType: import("../../../database/api/.generated").$Enums.DistributionType;
|
951
949
|
rewardTokenId: string;
|
952
950
|
amount: string;
|
953
951
|
opportunityId: string;
|
@@ -999,7 +997,6 @@ export declare const v4: Elysia<"/v4", false, {
|
|
999
997
|
computeChainId: number;
|
1000
998
|
distributionChainId: number;
|
1001
999
|
campaignId: string;
|
1002
|
-
distributionType: import("../../../database/api/.generated").$Enums.DistributionType;
|
1003
1000
|
rewardTokenId: string;
|
1004
1001
|
amount: string;
|
1005
1002
|
opportunityId: string;
|
@@ -1080,7 +1077,6 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1080
1077
|
computeChainId: number;
|
1081
1078
|
distributionChainId: number;
|
1082
1079
|
campaignId: string;
|
1083
|
-
distributionType: import("../../../database/api/.generated").$Enums.DistributionType;
|
1084
1080
|
rewardTokenId: string;
|
1085
1081
|
amount: string;
|
1086
1082
|
opportunityId: string;
|
@@ -1145,7 +1141,6 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1145
1141
|
computeChainId: number;
|
1146
1142
|
distributionChainId: number;
|
1147
1143
|
campaignId: string;
|
1148
|
-
distributionType: import("../../../database/api/.generated").$Enums.DistributionType;
|
1149
1144
|
rewardTokenId: string;
|
1150
1145
|
amount: string;
|
1151
1146
|
opportunityId: string;
|