@merkl/api 0.10.79 → 0.10.81

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.
@@ -9846,20 +9846,17 @@ export namespace Prisma {
9846
9846
 
9847
9847
  export type AprRecordAvgAggregateOutputType = {
9848
9848
  timestamp: number | null
9849
- cummulated: number | null
9850
9849
  cumulated: number | null
9851
9850
  }
9852
9851
 
9853
9852
  export type AprRecordSumAggregateOutputType = {
9854
9853
  timestamp: bigint | null
9855
- cummulated: number | null
9856
9854
  cumulated: number | null
9857
9855
  }
9858
9856
 
9859
9857
  export type AprRecordMinAggregateOutputType = {
9860
9858
  id: string | null
9861
9859
  timestamp: bigint | null
9862
- cummulated: number | null
9863
9860
  cumulated: number | null
9864
9861
  opportunityId: string | null
9865
9862
  }
@@ -9867,7 +9864,6 @@ export namespace Prisma {
9867
9864
  export type AprRecordMaxAggregateOutputType = {
9868
9865
  id: string | null
9869
9866
  timestamp: bigint | null
9870
- cummulated: number | null
9871
9867
  cumulated: number | null
9872
9868
  opportunityId: string | null
9873
9869
  }
@@ -9875,7 +9871,6 @@ export namespace Prisma {
9875
9871
  export type AprRecordCountAggregateOutputType = {
9876
9872
  id: number
9877
9873
  timestamp: number
9878
- cummulated: number
9879
9874
  cumulated: number
9880
9875
  opportunityId: number
9881
9876
  _all: number
@@ -9884,20 +9879,17 @@ export namespace Prisma {
9884
9879
 
9885
9880
  export type AprRecordAvgAggregateInputType = {
9886
9881
  timestamp?: true
9887
- cummulated?: true
9888
9882
  cumulated?: true
9889
9883
  }
9890
9884
 
9891
9885
  export type AprRecordSumAggregateInputType = {
9892
9886
  timestamp?: true
9893
- cummulated?: true
9894
9887
  cumulated?: true
9895
9888
  }
9896
9889
 
9897
9890
  export type AprRecordMinAggregateInputType = {
9898
9891
  id?: true
9899
9892
  timestamp?: true
9900
- cummulated?: true
9901
9893
  cumulated?: true
9902
9894
  opportunityId?: true
9903
9895
  }
@@ -9905,7 +9897,6 @@ export namespace Prisma {
9905
9897
  export type AprRecordMaxAggregateInputType = {
9906
9898
  id?: true
9907
9899
  timestamp?: true
9908
- cummulated?: true
9909
9900
  cumulated?: true
9910
9901
  opportunityId?: true
9911
9902
  }
@@ -9913,7 +9904,6 @@ export namespace Prisma {
9913
9904
  export type AprRecordCountAggregateInputType = {
9914
9905
  id?: true
9915
9906
  timestamp?: true
9916
- cummulated?: true
9917
9907
  cumulated?: true
9918
9908
  opportunityId?: true
9919
9909
  _all?: true
@@ -10008,7 +9998,6 @@ export namespace Prisma {
10008
9998
  export type AprRecordGroupByOutputType = {
10009
9999
  id: string
10010
10000
  timestamp: bigint
10011
- cummulated: number
10012
10001
  cumulated: number
10013
10002
  opportunityId: string
10014
10003
  _count: AprRecordCountAggregateOutputType | null
@@ -10035,7 +10024,6 @@ export namespace Prisma {
10035
10024
  export type AprRecordSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
10036
10025
  id?: boolean
10037
10026
  timestamp?: boolean
10038
- cummulated?: boolean
10039
10027
  cumulated?: boolean
10040
10028
  opportunityId?: boolean
10041
10029
  AprBreakdown?: boolean | AprRecord$AprBreakdownArgs<ExtArgs>
@@ -10046,7 +10034,6 @@ export namespace Prisma {
10046
10034
  export type AprRecordSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
10047
10035
  id?: boolean
10048
10036
  timestamp?: boolean
10049
- cummulated?: boolean
10050
10037
  cumulated?: boolean
10051
10038
  opportunityId?: boolean
10052
10039
  Opportunity?: boolean | OpportunityDefaultArgs<ExtArgs>
@@ -10055,7 +10042,6 @@ export namespace Prisma {
10055
10042
  export type AprRecordSelectScalar = {
10056
10043
  id?: boolean
10057
10044
  timestamp?: boolean
10058
- cummulated?: boolean
10059
10045
  cumulated?: boolean
10060
10046
  opportunityId?: boolean
10061
10047
  }
@@ -10078,7 +10064,6 @@ export namespace Prisma {
10078
10064
  scalars: $Extensions.GetPayloadResult<{
10079
10065
  id: string
10080
10066
  timestamp: bigint
10081
- cummulated: number
10082
10067
  cumulated: number
10083
10068
  opportunityId: string
10084
10069
  }, ExtArgs["result"]["aprRecord"]>
@@ -10478,7 +10463,6 @@ export namespace Prisma {
10478
10463
  interface AprRecordFieldRefs {
10479
10464
  readonly id: FieldRef<"AprRecord", 'String'>
10480
10465
  readonly timestamp: FieldRef<"AprRecord", 'BigInt'>
10481
- readonly cummulated: FieldRef<"AprRecord", 'Float'>
10482
10466
  readonly cumulated: FieldRef<"AprRecord", 'Float'>
10483
10467
  readonly opportunityId: FieldRef<"AprRecord", 'String'>
10484
10468
  }
@@ -23680,7 +23664,6 @@ export namespace Prisma {
23680
23664
  export const AprRecordScalarFieldEnum: {
23681
23665
  id: 'id',
23682
23666
  timestamp: 'timestamp',
23683
- cummulated: 'cummulated',
23684
23667
  cumulated: 'cumulated',
23685
23668
  opportunityId: 'opportunityId'
23686
23669
  };
@@ -24819,7 +24802,6 @@ export namespace Prisma {
24819
24802
  NOT?: AprRecordWhereInput | AprRecordWhereInput[]
24820
24803
  id?: StringFilter<"AprRecord"> | string
24821
24804
  timestamp?: BigIntFilter<"AprRecord"> | bigint | number
24822
- cummulated?: FloatFilter<"AprRecord"> | number
24823
24805
  cumulated?: FloatFilter<"AprRecord"> | number
24824
24806
  opportunityId?: StringFilter<"AprRecord"> | string
24825
24807
  AprBreakdown?: AprBreakdownListRelationFilter
@@ -24829,7 +24811,6 @@ export namespace Prisma {
24829
24811
  export type AprRecordOrderByWithRelationInput = {
24830
24812
  id?: SortOrder
24831
24813
  timestamp?: SortOrder
24832
- cummulated?: SortOrder
24833
24814
  cumulated?: SortOrder
24834
24815
  opportunityId?: SortOrder
24835
24816
  AprBreakdown?: AprBreakdownOrderByRelationAggregateInput
@@ -24844,7 +24825,6 @@ export namespace Prisma {
24844
24825
  OR?: AprRecordWhereInput[]
24845
24826
  NOT?: AprRecordWhereInput | AprRecordWhereInput[]
24846
24827
  timestamp?: BigIntFilter<"AprRecord"> | bigint | number
24847
- cummulated?: FloatFilter<"AprRecord"> | number
24848
24828
  cumulated?: FloatFilter<"AprRecord"> | number
24849
24829
  opportunityId?: StringFilter<"AprRecord"> | string
24850
24830
  AprBreakdown?: AprBreakdownListRelationFilter
@@ -24854,7 +24834,6 @@ export namespace Prisma {
24854
24834
  export type AprRecordOrderByWithAggregationInput = {
24855
24835
  id?: SortOrder
24856
24836
  timestamp?: SortOrder
24857
- cummulated?: SortOrder
24858
24837
  cumulated?: SortOrder
24859
24838
  opportunityId?: SortOrder
24860
24839
  _count?: AprRecordCountOrderByAggregateInput
@@ -24870,7 +24849,6 @@ export namespace Prisma {
24870
24849
  NOT?: AprRecordScalarWhereWithAggregatesInput | AprRecordScalarWhereWithAggregatesInput[]
24871
24850
  id?: StringWithAggregatesFilter<"AprRecord"> | string
24872
24851
  timestamp?: BigIntWithAggregatesFilter<"AprRecord"> | bigint | number
24873
- cummulated?: FloatWithAggregatesFilter<"AprRecord"> | number
24874
24852
  cumulated?: FloatWithAggregatesFilter<"AprRecord"> | number
24875
24853
  opportunityId?: StringWithAggregatesFilter<"AprRecord"> | string
24876
24854
  }
@@ -26246,8 +26224,7 @@ export namespace Prisma {
26246
26224
  export type AprRecordCreateInput = {
26247
26225
  id: string
26248
26226
  timestamp: bigint | number
26249
- cummulated: number
26250
- cumulated?: number
26227
+ cumulated: number
26251
26228
  AprBreakdown?: AprBreakdownCreateNestedManyWithoutAprRecordInput
26252
26229
  Opportunity: OpportunityCreateNestedOneWithoutAprRecordsInput
26253
26230
  }
@@ -26255,8 +26232,7 @@ export namespace Prisma {
26255
26232
  export type AprRecordUncheckedCreateInput = {
26256
26233
  id: string
26257
26234
  timestamp: bigint | number
26258
- cummulated: number
26259
- cumulated?: number
26235
+ cumulated: number
26260
26236
  opportunityId: string
26261
26237
  AprBreakdown?: AprBreakdownUncheckedCreateNestedManyWithoutAprRecordInput
26262
26238
  }
@@ -26264,7 +26240,6 @@ export namespace Prisma {
26264
26240
  export type AprRecordUpdateInput = {
26265
26241
  id?: StringFieldUpdateOperationsInput | string
26266
26242
  timestamp?: BigIntFieldUpdateOperationsInput | bigint | number
26267
- cummulated?: FloatFieldUpdateOperationsInput | number
26268
26243
  cumulated?: FloatFieldUpdateOperationsInput | number
26269
26244
  AprBreakdown?: AprBreakdownUpdateManyWithoutAprRecordNestedInput
26270
26245
  Opportunity?: OpportunityUpdateOneRequiredWithoutAprRecordsNestedInput
@@ -26273,7 +26248,6 @@ export namespace Prisma {
26273
26248
  export type AprRecordUncheckedUpdateInput = {
26274
26249
  id?: StringFieldUpdateOperationsInput | string
26275
26250
  timestamp?: BigIntFieldUpdateOperationsInput | bigint | number
26276
- cummulated?: FloatFieldUpdateOperationsInput | number
26277
26251
  cumulated?: FloatFieldUpdateOperationsInput | number
26278
26252
  opportunityId?: StringFieldUpdateOperationsInput | string
26279
26253
  AprBreakdown?: AprBreakdownUncheckedUpdateManyWithoutAprRecordNestedInput
@@ -26282,22 +26256,19 @@ export namespace Prisma {
26282
26256
  export type AprRecordCreateManyInput = {
26283
26257
  id: string
26284
26258
  timestamp: bigint | number
26285
- cummulated: number
26286
- cumulated?: number
26259
+ cumulated: number
26287
26260
  opportunityId: string
26288
26261
  }
26289
26262
 
26290
26263
  export type AprRecordUpdateManyMutationInput = {
26291
26264
  id?: StringFieldUpdateOperationsInput | string
26292
26265
  timestamp?: BigIntFieldUpdateOperationsInput | bigint | number
26293
- cummulated?: FloatFieldUpdateOperationsInput | number
26294
26266
  cumulated?: FloatFieldUpdateOperationsInput | number
26295
26267
  }
26296
26268
 
26297
26269
  export type AprRecordUncheckedUpdateManyInput = {
26298
26270
  id?: StringFieldUpdateOperationsInput | string
26299
26271
  timestamp?: BigIntFieldUpdateOperationsInput | bigint | number
26300
- cummulated?: FloatFieldUpdateOperationsInput | number
26301
26272
  cumulated?: FloatFieldUpdateOperationsInput | number
26302
26273
  opportunityId?: StringFieldUpdateOperationsInput | string
26303
26274
  }
@@ -27912,21 +27883,18 @@ export namespace Prisma {
27912
27883
  export type AprRecordCountOrderByAggregateInput = {
27913
27884
  id?: SortOrder
27914
27885
  timestamp?: SortOrder
27915
- cummulated?: SortOrder
27916
27886
  cumulated?: SortOrder
27917
27887
  opportunityId?: SortOrder
27918
27888
  }
27919
27889
 
27920
27890
  export type AprRecordAvgOrderByAggregateInput = {
27921
27891
  timestamp?: SortOrder
27922
- cummulated?: SortOrder
27923
27892
  cumulated?: SortOrder
27924
27893
  }
27925
27894
 
27926
27895
  export type AprRecordMaxOrderByAggregateInput = {
27927
27896
  id?: SortOrder
27928
27897
  timestamp?: SortOrder
27929
- cummulated?: SortOrder
27930
27898
  cumulated?: SortOrder
27931
27899
  opportunityId?: SortOrder
27932
27900
  }
@@ -27934,14 +27902,12 @@ export namespace Prisma {
27934
27902
  export type AprRecordMinOrderByAggregateInput = {
27935
27903
  id?: SortOrder
27936
27904
  timestamp?: SortOrder
27937
- cummulated?: SortOrder
27938
27905
  cumulated?: SortOrder
27939
27906
  opportunityId?: SortOrder
27940
27907
  }
27941
27908
 
27942
27909
  export type AprRecordSumOrderByAggregateInput = {
27943
27910
  timestamp?: SortOrder
27944
- cummulated?: SortOrder
27945
27911
  cumulated?: SortOrder
27946
27912
  }
27947
27913
 
@@ -32293,16 +32259,14 @@ export namespace Prisma {
32293
32259
  export type AprRecordCreateWithoutOpportunityInput = {
32294
32260
  id: string
32295
32261
  timestamp: bigint | number
32296
- cummulated: number
32297
- cumulated?: number
32262
+ cumulated: number
32298
32263
  AprBreakdown?: AprBreakdownCreateNestedManyWithoutAprRecordInput
32299
32264
  }
32300
32265
 
32301
32266
  export type AprRecordUncheckedCreateWithoutOpportunityInput = {
32302
32267
  id: string
32303
32268
  timestamp: bigint | number
32304
- cummulated: number
32305
- cumulated?: number
32269
+ cumulated: number
32306
32270
  AprBreakdown?: AprBreakdownUncheckedCreateNestedManyWithoutAprRecordInput
32307
32271
  }
32308
32272
 
@@ -32518,7 +32482,6 @@ export namespace Prisma {
32518
32482
  NOT?: AprRecordScalarWhereInput | AprRecordScalarWhereInput[]
32519
32483
  id?: StringFilter<"AprRecord"> | string
32520
32484
  timestamp?: BigIntFilter<"AprRecord"> | bigint | number
32521
- cummulated?: FloatFilter<"AprRecord"> | number
32522
32485
  cumulated?: FloatFilter<"AprRecord"> | number
32523
32486
  opportunityId?: StringFilter<"AprRecord"> | string
32524
32487
  }
@@ -33220,16 +33183,14 @@ export namespace Prisma {
33220
33183
  export type AprRecordCreateWithoutAprBreakdownInput = {
33221
33184
  id: string
33222
33185
  timestamp: bigint | number
33223
- cummulated: number
33224
- cumulated?: number
33186
+ cumulated: number
33225
33187
  Opportunity: OpportunityCreateNestedOneWithoutAprRecordsInput
33226
33188
  }
33227
33189
 
33228
33190
  export type AprRecordUncheckedCreateWithoutAprBreakdownInput = {
33229
33191
  id: string
33230
33192
  timestamp: bigint | number
33231
- cummulated: number
33232
- cumulated?: number
33193
+ cumulated: number
33233
33194
  opportunityId: string
33234
33195
  }
33235
33196
 
@@ -33252,7 +33213,6 @@ export namespace Prisma {
33252
33213
  export type AprRecordUpdateWithoutAprBreakdownInput = {
33253
33214
  id?: StringFieldUpdateOperationsInput | string
33254
33215
  timestamp?: BigIntFieldUpdateOperationsInput | bigint | number
33255
- cummulated?: FloatFieldUpdateOperationsInput | number
33256
33216
  cumulated?: FloatFieldUpdateOperationsInput | number
33257
33217
  Opportunity?: OpportunityUpdateOneRequiredWithoutAprRecordsNestedInput
33258
33218
  }
@@ -33260,7 +33220,6 @@ export namespace Prisma {
33260
33220
  export type AprRecordUncheckedUpdateWithoutAprBreakdownInput = {
33261
33221
  id?: StringFieldUpdateOperationsInput | string
33262
33222
  timestamp?: BigIntFieldUpdateOperationsInput | bigint | number
33263
- cummulated?: FloatFieldUpdateOperationsInput | number
33264
33223
  cumulated?: FloatFieldUpdateOperationsInput | number
33265
33224
  opportunityId?: StringFieldUpdateOperationsInput | string
33266
33225
  }
@@ -35350,8 +35309,7 @@ export namespace Prisma {
35350
35309
  export type AprRecordCreateManyOpportunityInput = {
35351
35310
  id: string
35352
35311
  timestamp: bigint | number
35353
- cummulated: number
35354
- cumulated?: number
35312
+ cumulated: number
35355
35313
  }
35356
35314
 
35357
35315
  export type DailyRewardsRecordCreateManyOpportunityInput = {
@@ -35512,7 +35470,6 @@ export namespace Prisma {
35512
35470
  export type AprRecordUpdateWithoutOpportunityInput = {
35513
35471
  id?: StringFieldUpdateOperationsInput | string
35514
35472
  timestamp?: BigIntFieldUpdateOperationsInput | bigint | number
35515
- cummulated?: FloatFieldUpdateOperationsInput | number
35516
35473
  cumulated?: FloatFieldUpdateOperationsInput | number
35517
35474
  AprBreakdown?: AprBreakdownUpdateManyWithoutAprRecordNestedInput
35518
35475
  }
@@ -35520,7 +35477,6 @@ export namespace Prisma {
35520
35477
  export type AprRecordUncheckedUpdateWithoutOpportunityInput = {
35521
35478
  id?: StringFieldUpdateOperationsInput | string
35522
35479
  timestamp?: BigIntFieldUpdateOperationsInput | bigint | number
35523
- cummulated?: FloatFieldUpdateOperationsInput | number
35524
35480
  cumulated?: FloatFieldUpdateOperationsInput | number
35525
35481
  AprBreakdown?: AprBreakdownUncheckedUpdateManyWithoutAprRecordNestedInput
35526
35482
  }
@@ -35528,7 +35484,6 @@ export namespace Prisma {
35528
35484
  export type AprRecordUncheckedUpdateManyWithoutOpportunityInput = {
35529
35485
  id?: StringFieldUpdateOperationsInput | string
35530
35486
  timestamp?: BigIntFieldUpdateOperationsInput | bigint | number
35531
- cummulated?: FloatFieldUpdateOperationsInput | number
35532
35487
  cumulated?: FloatFieldUpdateOperationsInput | number
35533
35488
  }
35534
35489
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "prisma-client-965afba2a21638c37deff7e80d13b253f9e3bfecec10a787c0d6baf69ba748b7",
2
+ "name": "prisma-client-8c14696c60b4d94170fb5fb8de219966f15a60fb9bc1ec0888f0d1b7fbf25af4",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -122,8 +122,7 @@ model Token {
122
122
  model AprRecord {
123
123
  id String @id
124
124
  timestamp BigInt
125
- cummulated Float
126
- cumulated Float @default(0)
125
+ cumulated Float
127
126
  AprBreakdown AprBreakdown[]
128
127
  Opportunity Opportunity @relation(fields: [opportunityId], references: [id])
129
128
  opportunityId String
@@ -23,7 +23,6 @@ declare const eden: {
23
23
  200: {
24
24
  aprRecord: {
25
25
  cumulated: number;
26
- cummulated: number;
27
26
  timestamp: bigint;
28
27
  breakdowns: {
29
28
  id: number;
@@ -102,7 +101,6 @@ declare const eden: {
102
101
  200: {
103
102
  aprRecord: {
104
103
  cumulated: number;
105
- cummulated: number;
106
104
  timestamp: bigint;
107
105
  breakdowns: {
108
106
  id: number;
@@ -217,7 +215,6 @@ declare const eden: {
217
215
  200: ({
218
216
  aprRecord: {
219
217
  cumulated: number;
220
- cummulated: number;
221
218
  timestamp: bigint;
222
219
  breakdowns: {
223
220
  id: number;
@@ -1579,7 +1576,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
1579
1576
  200: {
1580
1577
  aprRecord: {
1581
1578
  cumulated: number;
1582
- cummulated: number;
1583
1579
  timestamp: bigint;
1584
1580
  breakdowns: {
1585
1581
  id: number;
@@ -1667,7 +1663,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
1667
1663
  200: {
1668
1664
  aprRecord: {
1669
1665
  cumulated: number;
1670
- cummulated: number;
1671
1666
  timestamp: bigint;
1672
1667
  breakdowns: {
1673
1668
  id: number;
@@ -1765,7 +1760,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
1765
1760
  200: ({
1766
1761
  aprRecord: {
1767
1762
  cumulated: number;
1768
- cummulated: number;
1769
1763
  timestamp: bigint;
1770
1764
  breakdowns: {
1771
1765
  id: number;
@@ -3406,7 +3400,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
3406
3400
  200: {
3407
3401
  aprRecord: {
3408
3402
  cumulated: number;
3409
- cummulated: number;
3410
3403
  timestamp: bigint;
3411
3404
  breakdowns: {
3412
3405
  id: number;
@@ -3485,7 +3478,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
3485
3478
  200: {
3486
3479
  aprRecord: {
3487
3480
  cumulated: number;
3488
- cummulated: number;
3489
3481
  timestamp: bigint;
3490
3482
  breakdowns: {
3491
3483
  id: number;
@@ -3600,7 +3592,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
3600
3592
  200: ({
3601
3593
  aprRecord: {
3602
3594
  cumulated: number;
3603
- cummulated: number;
3604
3595
  timestamp: bigint;
3605
3596
  breakdowns: {
3606
3597
  id: number;
@@ -80,7 +80,6 @@ declare const app: Elysia<"", false, {
80
80
  200: {
81
81
  aprRecord: {
82
82
  cumulated: number;
83
- cummulated: number;
84
83
  timestamp: bigint;
85
84
  breakdowns: {
86
85
  id: number;
@@ -168,7 +167,6 @@ declare const app: Elysia<"", false, {
168
167
  200: {
169
168
  aprRecord: {
170
169
  cumulated: number;
171
- cummulated: number;
172
170
  timestamp: bigint;
173
171
  breakdowns: {
174
172
  id: number;
@@ -266,7 +264,6 @@ declare const app: Elysia<"", false, {
266
264
  200: ({
267
265
  aprRecord: {
268
266
  cumulated: number;
269
- cummulated: number;
270
267
  timestamp: bigint;
271
268
  breakdowns: {
272
269
  id: number;
@@ -53,7 +53,6 @@ export declare const OpportunityController: Elysia<"/opportunities", false, {
53
53
  200: {
54
54
  aprRecord: {
55
55
  cumulated: number;
56
- cummulated: number;
57
56
  timestamp: bigint;
58
57
  breakdowns: {
59
58
  id: number;
@@ -141,7 +140,6 @@ export declare const OpportunityController: Elysia<"/opportunities", false, {
141
140
  200: {
142
141
  aprRecord: {
143
142
  cumulated: number;
144
- cummulated: number;
145
143
  timestamp: bigint;
146
144
  breakdowns: {
147
145
  id: number;
@@ -239,7 +237,6 @@ export declare const OpportunityController: Elysia<"/opportunities", false, {
239
237
  200: ({
240
238
  aprRecord: {
241
239
  cumulated: number;
242
- cummulated: number;
243
240
  timestamp: bigint;
244
241
  breakdowns: {
245
242
  id: number;
@@ -64,7 +64,6 @@ export declare abstract class OpportunityRepository {
64
64
  } & {
65
65
  id: string;
66
66
  timestamp: bigint;
67
- cummulated: number;
68
67
  cumulated: number;
69
68
  opportunityId: string;
70
69
  })[];
@@ -203,7 +202,6 @@ export declare abstract class OpportunityRepository {
203
202
  } & {
204
203
  id: string;
205
204
  timestamp: bigint;
206
- cummulated: number;
207
205
  cumulated: number;
208
206
  opportunityId: string;
209
207
  })[];
@@ -323,7 +321,6 @@ export declare abstract class OpportunityRepository {
323
321
  } & {
324
322
  id: string;
325
323
  timestamp: bigint;
326
- cummulated: number;
327
324
  cumulated: number;
328
325
  opportunityId: string;
329
326
  })[];
@@ -369,7 +366,6 @@ export declare abstract class OpportunityRepository {
369
366
  aprRecord: {
370
367
  id: string;
371
368
  timestamp: bigint;
372
- cummulated: number;
373
369
  cumulated: number;
374
370
  opportunityId: string;
375
371
  };
@@ -35,7 +35,6 @@ export declare abstract class OpportunityService {
35
35
  static getUniqueWithCampaignsOrThrow(opportunityId: string | OpportunityUnique): Promise<({
36
36
  aprRecord: {
37
37
  cumulated: number;
38
- cummulated: number;
39
38
  timestamp: bigint;
40
39
  breakdowns: {
41
40
  id: number;
@@ -145,7 +144,6 @@ export declare abstract class OpportunityService {
145
144
  static getUniqueOrThrow(opportunityId: string | OpportunityUnique): Promise<{
146
145
  aprRecord: {
147
146
  cumulated: number;
148
- cummulated: number;
149
147
  timestamp: bigint;
150
148
  breakdowns: {
151
149
  id: number;
@@ -222,7 +220,6 @@ export declare abstract class OpportunityService {
222
220
  static getMany(query: GetOpportunitiesQueryEntity): Promise<({
223
221
  aprRecord: {
224
222
  cumulated: number;
225
- cummulated: number;
226
223
  timestamp: bigint;
227
224
  breakdowns: {
228
225
  id: number;
@@ -304,7 +301,6 @@ export declare abstract class OpportunityService {
304
301
  static formatResponse(opportunity: Awaited<ReturnType<typeof OpportunityRepository.findUniqueOrThrow>>): {
305
302
  aprRecord: {
306
303
  cumulated: number;
307
- cummulated: number;
308
304
  timestamp: bigint;
309
305
  breakdowns: {
310
306
  id: number;
@@ -62,7 +62,6 @@ export declare const v4: Elysia<"/v4", false, {
62
62
  200: {
63
63
  aprRecord: {
64
64
  cumulated: number;
65
- cummulated: number;
66
65
  timestamp: bigint;
67
66
  breakdowns: {
68
67
  id: number;
@@ -150,7 +149,6 @@ export declare const v4: Elysia<"/v4", false, {
150
149
  200: {
151
150
  aprRecord: {
152
151
  cumulated: number;
153
- cummulated: number;
154
152
  timestamp: bigint;
155
153
  breakdowns: {
156
154
  id: number;
@@ -248,7 +246,6 @@ export declare const v4: Elysia<"/v4", false, {
248
246
  200: ({
249
247
  aprRecord: {
250
248
  cumulated: number;
251
- cummulated: number;
252
249
  timestamp: bigint;
253
250
  breakdowns: {
254
251
  id: number;
@@ -88,7 +88,6 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
88
88
  200: {
89
89
  aprRecord: {
90
90
  cumulated: number;
91
- cummulated: number;
92
91
  timestamp: bigint;
93
92
  breakdowns: {
94
93
  id: number;
@@ -176,7 +175,6 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
176
175
  200: {
177
176
  aprRecord: {
178
177
  cumulated: number;
179
- cummulated: number;
180
178
  timestamp: bigint;
181
179
  breakdowns: {
182
180
  id: number;
@@ -274,7 +272,6 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
274
272
  200: ({
275
273
  aprRecord: {
276
274
  cumulated: number;
277
- cummulated: number;
278
275
  timestamp: bigint;
279
276
  breakdowns: {
280
277
  id: number;
@@ -86,7 +86,6 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
86
86
  200: {
87
87
  aprRecord: {
88
88
  cumulated: number;
89
- cummulated: number;
90
89
  timestamp: bigint;
91
90
  breakdowns: {
92
91
  id: number;
@@ -174,7 +173,6 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
174
173
  200: {
175
174
  aprRecord: {
176
175
  cumulated: number;
177
- cummulated: number;
178
176
  timestamp: bigint;
179
177
  breakdowns: {
180
178
  id: number;
@@ -272,7 +270,6 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
272
270
  200: ({
273
271
  aprRecord: {
274
272
  cumulated: number;
275
- cummulated: number;
276
273
  timestamp: bigint;
277
274
  breakdowns: {
278
275
  id: number;
@@ -89,7 +89,6 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
89
89
  200: {
90
90
  aprRecord: {
91
91
  cumulated: number;
92
- cummulated: number;
93
92
  timestamp: bigint;
94
93
  breakdowns: {
95
94
  id: number;
@@ -177,7 +176,6 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
177
176
  200: {
178
177
  aprRecord: {
179
178
  cumulated: number;
180
- cummulated: number;
181
179
  timestamp: bigint;
182
180
  breakdowns: {
183
181
  id: number;
@@ -275,7 +273,6 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
275
273
  200: ({
276
274
  aprRecord: {
277
275
  cumulated: number;
278
- cummulated: number;
279
276
  timestamp: bigint;
280
277
  breakdowns: {
281
278
  id: number;
@@ -80,7 +80,6 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
80
80
  200: {
81
81
  aprRecord: {
82
82
  cumulated: number;
83
- cummulated: number;
84
83
  timestamp: bigint;
85
84
  breakdowns: {
86
85
  id: number;
@@ -168,7 +167,6 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
168
167
  200: {
169
168
  aprRecord: {
170
169
  cumulated: number;
171
- cummulated: number;
172
170
  timestamp: bigint;
173
171
  breakdowns: {
174
172
  id: number;
@@ -266,7 +264,6 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
266
264
  200: ({
267
265
  aprRecord: {
268
266
  cumulated: number;
269
- cummulated: number;
270
267
  timestamp: bigint;
271
268
  breakdowns: {
272
269
  id: number;