@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.
@@ -292,7 +292,7 @@ model Reward {
292
292
  }
293
293
 
294
294
  model RewardBreakdown {
295
- id Int @id @default(autoincrement())
295
+ id BigInt @id @default(autoincrement())
296
296
  Protocol Protocol? @relation(fields: [protocolId], references: [id])
297
297
  protocolId String?
298
298
  reason String
@@ -77,7 +77,7 @@ export declare abstract class RewardRepository {
77
77
  };
78
78
  } & {
79
79
  pending: string;
80
- id: number;
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: number;
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: number;
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: number;
538
+ id: bigint;
539
539
  reason: string;
540
540
  campaignId: string;
541
541
  amount: string;