@merkl/api 0.16.43 → 0.16.45
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 +18 -0
- package/dist/database/api/.generated/drizzle/schema.js +2 -0
- package/dist/database/api/.generated/drizzle/schema.ts +3 -0
- package/dist/database/api/.generated/edge.js +12 -3
- package/dist/database/api/.generated/index-browser.js +9 -0
- package/dist/database/api/.generated/index.d.ts +148 -1
- package/dist/database/api/.generated/index.js +12 -3
- package/dist/database/api/.generated/package.json +1 -1
- package/dist/database/api/.generated/schema.prisma +9 -0
- package/dist/database/api/.generated/wasm.js +9 -0
- package/dist/src/eden/index.d.ts +6293 -9158
- package/dist/src/index.d.ts +56 -629
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +4 -0
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +8 -0
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +8 -0
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +52 -629
- package/dist/src/modules/v4/opportunity/opportunity.controller.js +1 -10
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +5 -0
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +349 -74
- package/dist/src/modules/v4/opportunity/opportunity.service.js +18 -18
- package/dist/src/modules/v4/protocol/protocol.repository.d.ts +1 -0
- package/dist/src/modules/v4/router.d.ts +56 -629
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -47,6 +47,7 @@ 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;
|
50
51
|
rewardTokenId: string;
|
51
52
|
amount: string;
|
52
53
|
opportunityId: string;
|
@@ -98,6 +99,7 @@ export declare const CampaignController: Elysia<"/campaigns", false, {
|
|
98
99
|
computeChainId: number;
|
99
100
|
distributionChainId: number;
|
100
101
|
campaignId: string;
|
102
|
+
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
101
103
|
rewardTokenId: string;
|
102
104
|
amount: string;
|
103
105
|
opportunityId: string;
|
@@ -178,6 +180,7 @@ export declare const CampaignController: Elysia<"/campaigns", false, {
|
|
178
180
|
computeChainId: number;
|
179
181
|
distributionChainId: number;
|
180
182
|
campaignId: string;
|
183
|
+
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
181
184
|
rewardTokenId: string;
|
182
185
|
amount: string;
|
183
186
|
opportunityId: string;
|
@@ -242,6 +245,7 @@ export declare const CampaignController: Elysia<"/campaigns", false, {
|
|
242
245
|
computeChainId: number;
|
243
246
|
distributionChainId: number;
|
244
247
|
campaignId: string;
|
248
|
+
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
245
249
|
rewardTokenId: string;
|
246
250
|
amount: string;
|
247
251
|
opportunityId: string;
|
@@ -82,6 +82,7 @@ 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;
|
85
86
|
rewardTokenId: string;
|
86
87
|
amount: string;
|
87
88
|
opportunityId: string;
|
@@ -122,6 +123,7 @@ export declare abstract class CampaignRepository {
|
|
122
123
|
computeChainId: number;
|
123
124
|
distributionChainId: number;
|
124
125
|
campaignId: string;
|
126
|
+
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
125
127
|
rewardTokenId: string;
|
126
128
|
amount: string;
|
127
129
|
opportunityId: string;
|
@@ -156,6 +158,7 @@ export declare abstract class CampaignRepository {
|
|
156
158
|
computeChainId: number;
|
157
159
|
distributionChainId: number;
|
158
160
|
campaignId: string;
|
161
|
+
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
159
162
|
rewardTokenId: string;
|
160
163
|
amount: string;
|
161
164
|
opportunityId: string;
|
@@ -198,6 +201,7 @@ export declare abstract class CampaignRepository {
|
|
198
201
|
computeChainId: number;
|
199
202
|
distributionChainId: number;
|
200
203
|
campaignId: string;
|
204
|
+
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
201
205
|
rewardTokenId: string;
|
202
206
|
amount: string;
|
203
207
|
opportunityId: string;
|
@@ -250,6 +254,7 @@ export declare abstract class CampaignRepository {
|
|
250
254
|
computeChainId: number;
|
251
255
|
distributionChainId: number;
|
252
256
|
campaignId: string;
|
257
|
+
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
253
258
|
rewardTokenId: string;
|
254
259
|
amount: string;
|
255
260
|
opportunityId: string;
|
@@ -311,6 +316,7 @@ export declare abstract class CampaignRepository {
|
|
311
316
|
computeChainId: number;
|
312
317
|
distributionChainId: number;
|
313
318
|
campaignId: string;
|
319
|
+
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
314
320
|
rewardTokenId: string;
|
315
321
|
amount: string;
|
316
322
|
opportunityId: string;
|
@@ -332,6 +338,7 @@ export declare abstract class CampaignRepository {
|
|
332
338
|
computeChainId: number;
|
333
339
|
distributionChainId: number;
|
334
340
|
campaignId: string;
|
341
|
+
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
335
342
|
rewardTokenId: string;
|
336
343
|
amount: string;
|
337
344
|
opportunityId: string;
|
@@ -347,6 +354,7 @@ export declare abstract class CampaignRepository {
|
|
347
354
|
computeChainId: number;
|
348
355
|
distributionChainId: number;
|
349
356
|
campaignId: string;
|
357
|
+
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
350
358
|
rewardTokenId: string;
|
351
359
|
amount: string;
|
352
360
|
opportunityId: string;
|
@@ -14,6 +14,7 @@ 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;
|
17
18
|
rewardTokenId: string;
|
18
19
|
amount: string;
|
19
20
|
opportunityId: string;
|
@@ -48,6 +49,7 @@ export declare abstract class CampaignService {
|
|
48
49
|
computeChainId: number;
|
49
50
|
distributionChainId: number;
|
50
51
|
campaignId: string;
|
52
|
+
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
51
53
|
rewardTokenId: string;
|
52
54
|
amount: string;
|
53
55
|
opportunityId: string;
|
@@ -63,6 +65,7 @@ export declare abstract class CampaignService {
|
|
63
65
|
computeChainId: number;
|
64
66
|
distributionChainId: number;
|
65
67
|
campaignId: string;
|
68
|
+
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
66
69
|
rewardTokenId: string;
|
67
70
|
amount: string;
|
68
71
|
opportunityId: string;
|
@@ -86,6 +89,7 @@ export declare abstract class CampaignService {
|
|
86
89
|
computeChainId: number;
|
87
90
|
distributionChainId: number;
|
88
91
|
campaignId: string;
|
92
|
+
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
89
93
|
rewardTokenId: string;
|
90
94
|
amount: string;
|
91
95
|
opportunityId: string;
|
@@ -147,6 +151,7 @@ export declare abstract class CampaignService {
|
|
147
151
|
computeChainId: number;
|
148
152
|
distributionChainId: number;
|
149
153
|
campaignId: string;
|
154
|
+
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
150
155
|
rewardTokenId: string;
|
151
156
|
amount: string;
|
152
157
|
opportunityId: string;
|
@@ -170,6 +175,7 @@ export declare abstract class CampaignService {
|
|
170
175
|
computeChainId: number;
|
171
176
|
distributionChainId: number;
|
172
177
|
campaignId: string;
|
178
|
+
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
173
179
|
rewardTokenId: string;
|
174
180
|
amount: string;
|
175
181
|
opportunityId: string;
|
@@ -222,6 +228,7 @@ export declare abstract class CampaignService {
|
|
222
228
|
computeChainId: number;
|
223
229
|
distributionChainId: number;
|
224
230
|
campaignId: string;
|
231
|
+
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
225
232
|
rewardTokenId: string;
|
226
233
|
amount: string;
|
227
234
|
opportunityId: string;
|
@@ -331,6 +338,7 @@ export declare abstract class CampaignService {
|
|
331
338
|
computeChainId: number;
|
332
339
|
distributionChainId: number;
|
333
340
|
campaignId: string;
|
341
|
+
distributionType: import("../../../../database/api/.generated").$Enums.DistributionType;
|
334
342
|
rewardTokenId: string;
|
335
343
|
amount: string;
|
336
344
|
opportunityId: string;
|