@merkl/api 0.19.28 → 0.19.29
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 +5 -5
- package/dist/database/api/.generated/drizzle/schema.js +1 -1
- package/dist/database/api/.generated/drizzle/schema.ts +1 -1
- package/dist/database/api/.generated/edge.js +3 -3
- package/dist/database/api/.generated/index.d.ts +35 -26
- package/dist/database/api/.generated/index.js +3 -3
- package/dist/database/api/.generated/package.json +1 -1
- package/dist/database/api/.generated/schema.prisma +1 -1
- package/dist/src/modules/v4/reward/reward.repository.d.ts +2 -2
- package/dist/src/modules/v4/reward/reward.service.d.ts +2 -2
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -77,7 +77,7 @@ export declare abstract class RewardRepository {
|
|
77
77
|
};
|
78
78
|
} & {
|
79
79
|
pending: string;
|
80
|
-
id:
|
80
|
+
id: bigint;
|
81
81
|
reason: string;
|
82
82
|
campaignId: string;
|
83
83
|
amount: string;
|
@@ -102,7 +102,7 @@ export declare abstract class RewardRepository {
|
|
102
102
|
};
|
103
103
|
} & {
|
104
104
|
pending: string;
|
105
|
-
id:
|
105
|
+
id: bigint;
|
106
106
|
reason: string;
|
107
107
|
campaignId: string;
|
108
108
|
amount: string;
|
@@ -234,7 +234,7 @@ export declare abstract class RewardService {
|
|
234
234
|
};
|
235
235
|
} & {
|
236
236
|
pending: string;
|
237
|
-
id:
|
237
|
+
id: bigint;
|
238
238
|
reason: string;
|
239
239
|
campaignId: string;
|
240
240
|
amount: string;
|
@@ -535,7 +535,7 @@ export declare abstract class RewardService {
|
|
535
535
|
};
|
536
536
|
} & {
|
537
537
|
pending: string;
|
538
|
-
id:
|
538
|
+
id: bigint;
|
539
539
|
reason: string;
|
540
540
|
campaignId: string;
|
541
541
|
amount: string;
|