@merkl/api 1.20.0 → 1.20.21
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/src/constants.d.ts +2 -0
- package/dist/src/constants.js.map +1 -1
- package/dist/src/eden/index.d.ts +1104 -72
- package/dist/src/engine/deprecated/dynamicData/implementations/Erc20.d.ts +153 -63
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/ownerFinder.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/pendleYT/tvl.js.map +1 -1
- package/dist/src/engine/implementations/EulerMultiBorrowFromCollateral/metadata.d.ts +25 -0
- package/dist/src/engine/implementations/EulerMultiBorrowFromCollateral/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Exactly/metadata.d.ts +19 -0
- package/dist/src/engine/implementations/Exactly/metadata.js.map +1 -0
- package/dist/src/engine/implementations/FeeWrapper4626/metadata.d.ts +18 -0
- package/dist/src/engine/implementations/FeeWrapper4626/metadata.js.map +1 -0
- package/dist/src/engine/implementations/JsonAirdrop/metadata.d.ts +1 -1
- package/dist/src/engine/metadata/factory.js.map +1 -1
- package/dist/src/engine/tvl/factory.js.map +1 -1
- package/dist/src/guards/{KeyStoreAuth.guard.d.ts → KeyValueStoreAuth.guard.d.ts} +4 -4
- package/dist/src/guards/KeyValueStoreAuth.guard.js.map +1 -0
- package/dist/src/guards/PrivateAccess.guard.d.ts +25 -0
- package/dist/src/guards/PrivateAccess.guard.js.map +1 -0
- package/dist/src/index.d.ts +1143 -2
- package/dist/src/index.js.map +1 -1
- package/dist/src/jobs/claim-etl/load.d.ts +2 -2
- package/dist/src/jobs/claim-etl/load.js.map +1 -1
- package/dist/src/jobs/claim-etl/types.d.ts +5 -5
- package/dist/src/jobs/deposit-credit-etl/load.js.map +1 -1
- package/dist/src/jobs/merge-etl/load.js.map +1 -1
- package/dist/src/jobs/refresh-materialized-views.js.map +1 -1
- package/dist/src/jobs/sync-campaigns-to-hubspot.js.map +1 -1
- package/dist/src/modules/graphql/context.d.ts +14 -0
- package/dist/src/modules/graphql/context.js.map +1 -0
- package/dist/src/modules/graphql/errors.d.ts +7 -0
- package/dist/src/modules/graphql/errors.js.map +1 -0
- package/dist/src/modules/graphql/guards.d.ts +26 -0
- package/dist/src/modules/graphql/guards.js.map +1 -0
- package/dist/src/modules/graphql/resolvers.d.ts +593 -0
- package/dist/src/modules/graphql/resolvers.js.map +1 -0
- package/dist/src/modules/graphql/router.d.ts +87 -0
- package/dist/src/modules/graphql/router.js.map +1 -0
- package/dist/src/modules/graphql/scalars.d.ts +3 -0
- package/dist/src/modules/graphql/scalars.js.map +1 -0
- package/dist/src/modules/graphql/schema.d.ts +2 -0
- package/dist/src/modules/graphql/schema.js.map +1 -0
- package/dist/src/modules/graphql/translator.d.ts +25 -0
- package/dist/src/modules/graphql/translator.js.map +1 -0
- package/dist/src/modules/graphql/yoga.d.ts +2 -0
- package/dist/src/modules/graphql/yoga.js.map +1 -0
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +10 -2
- package/dist/src/modules/v4/campaign/campaign.controller.js.map +1 -1
- package/dist/src/modules/v4/campaign/campaign.formatter.d.ts +24 -0
- package/dist/src/modules/v4/campaign/campaign.formatter.js.map +1 -1
- package/dist/src/modules/v4/campaign/campaign.model.d.ts +5 -0
- package/dist/src/modules/v4/campaign/campaign.model.js.map +1 -1
- package/dist/src/modules/v4/campaign/campaign.query-transformer.d.ts +6 -6
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +11 -0
- package/dist/src/modules/v4/campaign/campaign.repository.js.map +1 -1
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +1 -1
- package/dist/src/modules/v4/campaignToProcess/campaignToProcess.controller.d.ts +1 -1
- package/dist/src/modules/v4/campaignToProcess/campaignToProcess.controller.js.map +1 -1
- package/dist/src/modules/v4/chain/chain.model.js.map +1 -1
- package/dist/src/modules/v4/claims/claims.model.js.map +1 -1
- package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +29 -0
- package/dist/src/modules/v4/computedValue/computedValue.controller.js.map +1 -1
- package/dist/src/modules/v4/computedValue/computedValue.model.d.ts +5 -0
- package/dist/src/modules/v4/computedValue/computedValue.model.js.map +1 -1
- package/dist/src/modules/v4/computedValue/computedValue.repository.d.ts +2 -1
- package/dist/src/modules/v4/computedValue/computedValue.repository.js.map +1 -1
- package/dist/src/modules/v4/computedValue/computedValue.service.d.ts +2 -1
- package/dist/src/modules/v4/computedValue/computedValue.service.js.map +1 -1
- package/dist/src/modules/v4/credit/credit.controller.d.ts +98 -0
- package/dist/src/modules/v4/credit/credit.controller.js.map +1 -1
- package/dist/src/modules/v4/credit/credit.model.d.ts +5 -0
- package/dist/src/modules/v4/credit/credit.model.js.map +1 -1
- package/dist/src/modules/v4/credit/credit.repository.d.ts +21 -1
- package/dist/src/modules/v4/credit/credit.repository.js.map +1 -1
- package/dist/src/modules/v4/credit/credit.service.d.ts +20 -1
- package/dist/src/modules/v4/credit/credit.service.js.map +1 -1
- package/dist/src/modules/v4/enum/enum.service.d.ts +68 -0
- package/dist/src/modules/v4/enum/enum.service.js.map +1 -1
- package/dist/src/modules/v4/historical/historical.controller.js.map +1 -1
- package/dist/src/modules/v4/historical/historical.service.js.map +1 -1
- package/dist/src/modules/v4/{keyStore/keyStore.controller.d.ts → keyValueStore/keyValueStore.controller.d.ts} +1 -1
- package/dist/src/modules/v4/keyValueStore/keyValueStore.controller.js.map +1 -0
- package/dist/src/modules/v4/keyValueStore/keyValueStore.formatter.d.ts +27 -0
- package/dist/src/modules/v4/keyValueStore/keyValueStore.formatter.js.map +1 -0
- package/dist/src/modules/v4/keyValueStore/keyValueStore.model.js.map +1 -0
- package/dist/src/modules/v4/{keyStore/keyStore.repository.d.ts → keyValueStore/keyValueStore.repository.d.ts} +1 -1
- package/dist/src/modules/v4/keyValueStore/keyValueStore.repository.js.map +1 -0
- package/dist/src/modules/v4/{keyStore/keyStore.service.d.ts → keyValueStore/keyValueStore.service.d.ts} +1 -1
- package/dist/src/modules/v4/keyValueStore/keyValueStore.service.js.map +1 -0
- package/dist/src/modules/v4/leaf/latestCompute.repository.js.map +1 -1
- package/dist/src/modules/v4/leaf/leaf.model.d.ts +0 -95
- package/dist/src/modules/v4/leaf/leaf.repository.d.ts +98 -124
- package/dist/src/modules/v4/leaf/leaf.repository.js.map +1 -1
- package/dist/src/modules/v4/leaf/leaf.service.d.ts +84 -514
- package/dist/src/modules/v4/leaf/leaf.service.js.map +1 -1
- package/dist/src/modules/v4/leaf/leafTemp.repository.js.map +1 -1
- package/dist/src/modules/v4/leaf/leafView.repository.d.ts +3 -17
- package/dist/src/modules/v4/leaf/leafView.repository.js.map +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +3 -0
- package/dist/src/modules/v4/opportunity/opportunity.controller.js.map +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.formatter.js.map +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.model.js.map +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.query-transformer.d.ts +7 -7
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +573 -1
- package/dist/src/modules/v4/opportunity/opportunity.repository.js.map +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +4 -2
- package/dist/src/modules/v4/opportunity/opportunity.service.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/ethena.d.ts +48 -48
- package/dist/src/modules/v4/protocol/protocol.model.js.map +1 -1
- package/dist/src/modules/v4/reallocation/reallocation.controller.d.ts +67 -0
- package/dist/src/modules/v4/reallocation/reallocation.controller.js.map +1 -0
- package/dist/src/modules/v4/reallocation/reallocation.model.d.ts +38 -0
- package/dist/src/modules/v4/reallocation/reallocation.model.js.map +1 -0
- package/dist/src/modules/v4/reallocation/reallocation.repository.d.ts +25 -0
- package/dist/src/modules/v4/reallocation/reallocation.repository.js.map +1 -0
- package/dist/src/modules/v4/reallocation/reallocation.service.d.ts +21 -0
- package/dist/src/modules/v4/reallocation/reallocation.service.js.map +1 -0
- package/dist/src/modules/v4/reward/reward.controller.js.map +1 -1
- package/dist/src/modules/v4/reward/reward.model.js.map +1 -1
- package/dist/src/modules/v4/reward/reward.service.d.ts +3 -287
- package/dist/src/modules/v4/reward/reward.service.js.map +1 -1
- package/dist/src/modules/v4/router.d.ts +1100 -2
- package/dist/src/modules/v4/router.js.map +1 -1
- package/dist/src/modules/v4/schema/schema.controller.d.ts +141 -0
- package/dist/src/modules/v4/schema/schema.controller.js.map +1 -0
- package/dist/src/modules/v4/schema/schema.model.d.ts +56 -0
- package/dist/src/modules/v4/schema/schema.model.js.map +1 -0
- package/dist/src/modules/v4/schema/schema.service.d.ts +20 -0
- package/dist/src/modules/v4/schema/schema.service.js.map +1 -0
- package/dist/src/modules/v4/slack/slack.service.js.map +1 -1
- package/dist/src/modules/v4/token/token.model.js.map +1 -1
- package/dist/src/modules/v4/transaction/transaction.service.d.ts +1333 -579
- package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +13 -0
- package/dist/src/modules/v4/uniswap/uniswap.service.d.ts +14 -0
- package/dist/src/modules/v4/user/user.controller.d.ts +812 -0
- package/dist/src/modules/v4/user/user.controller.js.map +1 -1
- package/dist/src/modules/v4/user/user.model.d.ts +969 -0
- package/dist/src/modules/v4/user/user.model.js.map +1 -1
- package/dist/src/modules/v4/user/user.pending.test.d.ts +1 -0
- package/dist/src/modules/v4/user/user.pending.test.js.map +1 -0
- package/dist/src/modules/v4/user/user.service.d.ts +324 -5
- package/dist/src/modules/v4/user/user.service.js.map +1 -1
- package/dist/src/plugins/errorHandler.d.ts +15 -0
- package/dist/src/plugins/errorHandler.js.map +1 -1
- package/dist/src/scripts/extract-stellar-pk.d.ts +1 -0
- package/dist/src/scripts/extract-stellar-pk.js.map +1 -0
- package/dist/src/scripts/test-reallocations.d.ts +9 -0
- package/dist/src/scripts/test-reallocations.js.map +1 -0
- package/dist/src/utils/getAPR.d.ts +1102 -725
- package/dist/src/utils/parseDistributionType.d.ts +476 -99
- package/dist/src/utils/providers.d.ts +2 -0
- package/dist/src/utils/safeEngineQuery.d.ts +14 -0
- package/dist/src/utils/safeEngineQuery.js.map +1 -0
- package/dist/src/utils/throw.d.ts +17 -0
- package/dist/src/utils/throw.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/src/guards/KeyStoreAuth.guard.js.map +0 -1
- package/dist/src/modules/v4/keyStore/keyStore.controller.js.map +0 -1
- package/dist/src/modules/v4/keyStore/keyStore.model.js.map +0 -1
- package/dist/src/modules/v4/keyStore/keyStore.repository.js.map +0 -1
- package/dist/src/modules/v4/keyStore/keyStore.service.js.map +0 -1
- /package/dist/src/modules/v4/{keyStore/keyStore.model.d.ts → keyValueStore/keyValueStore.model.d.ts} +0 -0
|
@@ -66,11 +66,11 @@ export declare const EthenaPayloads: {
|
|
|
66
66
|
} | {
|
|
67
67
|
healthFactorThreshold?: undefined;
|
|
68
68
|
targetBytesLike?: undefined;
|
|
69
|
+
chainId?: undefined;
|
|
69
70
|
hookType: HookType;
|
|
70
71
|
protocol: BorrowBLProtocols;
|
|
71
72
|
borrowBytesLike: string[];
|
|
72
73
|
computeChainId: ChainId;
|
|
73
|
-
chainId?: undefined;
|
|
74
74
|
})[];
|
|
75
75
|
whitelist: never[];
|
|
76
76
|
blacklist: string[];
|
|
@@ -113,11 +113,11 @@ export declare const EthenaPayloads: {
|
|
|
113
113
|
} | {
|
|
114
114
|
healthFactorThreshold?: undefined;
|
|
115
115
|
targetBytesLike?: undefined;
|
|
116
|
+
chainId?: undefined;
|
|
116
117
|
hookType: HookType;
|
|
117
118
|
protocol: BorrowBLProtocols;
|
|
118
119
|
borrowBytesLike: string[];
|
|
119
120
|
computeChainId: ChainId;
|
|
120
|
-
chainId?: undefined;
|
|
121
121
|
})[];
|
|
122
122
|
whitelist: never[];
|
|
123
123
|
blacklist: string[];
|
|
@@ -160,11 +160,11 @@ export declare const EthenaPayloads: {
|
|
|
160
160
|
} | {
|
|
161
161
|
healthFactorThreshold?: undefined;
|
|
162
162
|
targetBytesLike?: undefined;
|
|
163
|
+
chainId?: undefined;
|
|
163
164
|
hookType: HookType;
|
|
164
165
|
protocol: BorrowBLProtocols;
|
|
165
166
|
borrowBytesLike: string[];
|
|
166
167
|
computeChainId: ChainId;
|
|
167
|
-
chainId?: undefined;
|
|
168
168
|
})[];
|
|
169
169
|
whitelist: never[];
|
|
170
170
|
blacklist: string[];
|
|
@@ -207,11 +207,11 @@ export declare const EthenaPayloads: {
|
|
|
207
207
|
} | {
|
|
208
208
|
healthFactorThreshold?: undefined;
|
|
209
209
|
targetBytesLike?: undefined;
|
|
210
|
+
chainId?: undefined;
|
|
210
211
|
hookType: HookType;
|
|
211
212
|
protocol: BorrowBLProtocols;
|
|
212
213
|
borrowBytesLike: string[];
|
|
213
214
|
computeChainId: ChainId;
|
|
214
|
-
chainId?: undefined;
|
|
215
215
|
})[];
|
|
216
216
|
whitelist: never[];
|
|
217
217
|
blacklist: string[];
|
|
@@ -254,11 +254,11 @@ export declare const EthenaPayloads: {
|
|
|
254
254
|
} | {
|
|
255
255
|
healthFactorThreshold?: undefined;
|
|
256
256
|
targetBytesLike?: undefined;
|
|
257
|
+
chainId?: undefined;
|
|
257
258
|
hookType: HookType;
|
|
258
259
|
protocol: BorrowBLProtocols;
|
|
259
260
|
borrowBytesLike: string[];
|
|
260
261
|
computeChainId: ChainId;
|
|
261
|
-
chainId?: undefined;
|
|
262
262
|
})[];
|
|
263
263
|
whitelist: never[];
|
|
264
264
|
blacklist: string[];
|
|
@@ -301,11 +301,11 @@ export declare const EthenaPayloads: {
|
|
|
301
301
|
} | {
|
|
302
302
|
healthFactorThreshold?: undefined;
|
|
303
303
|
targetBytesLike?: undefined;
|
|
304
|
+
chainId?: undefined;
|
|
304
305
|
hookType: HookType;
|
|
305
306
|
protocol: BorrowBLProtocols;
|
|
306
307
|
borrowBytesLike: string[];
|
|
307
308
|
computeChainId: ChainId;
|
|
308
|
-
chainId?: undefined;
|
|
309
309
|
})[];
|
|
310
310
|
whitelist: never[];
|
|
311
311
|
blacklist: string[];
|
|
@@ -348,11 +348,11 @@ export declare const EthenaPayloads: {
|
|
|
348
348
|
} | {
|
|
349
349
|
healthFactorThreshold?: undefined;
|
|
350
350
|
targetBytesLike?: undefined;
|
|
351
|
+
chainId?: undefined;
|
|
351
352
|
hookType: HookType;
|
|
352
353
|
protocol: BorrowBLProtocols;
|
|
353
354
|
borrowBytesLike: string[];
|
|
354
355
|
computeChainId: ChainId;
|
|
355
|
-
chainId?: undefined;
|
|
356
356
|
})[];
|
|
357
357
|
whitelist: never[];
|
|
358
358
|
blacklist: string[];
|
|
@@ -395,11 +395,11 @@ export declare const EthenaPayloads: {
|
|
|
395
395
|
} | {
|
|
396
396
|
healthFactorThreshold?: undefined;
|
|
397
397
|
targetBytesLike?: undefined;
|
|
398
|
+
chainId?: undefined;
|
|
398
399
|
hookType: HookType;
|
|
399
400
|
protocol: BorrowBLProtocols;
|
|
400
401
|
borrowBytesLike: string[];
|
|
401
402
|
computeChainId: ChainId;
|
|
402
|
-
chainId?: undefined;
|
|
403
403
|
})[];
|
|
404
404
|
whitelist: never[];
|
|
405
405
|
blacklist: string[];
|
|
@@ -442,11 +442,11 @@ export declare const EthenaPayloads: {
|
|
|
442
442
|
} | {
|
|
443
443
|
healthFactorThreshold?: undefined;
|
|
444
444
|
targetBytesLike?: undefined;
|
|
445
|
+
chainId?: undefined;
|
|
445
446
|
hookType: HookType;
|
|
446
447
|
protocol: BorrowBLProtocols;
|
|
447
448
|
borrowBytesLike: string[];
|
|
448
449
|
computeChainId: ChainId;
|
|
449
|
-
chainId?: undefined;
|
|
450
450
|
})[];
|
|
451
451
|
whitelist: never[];
|
|
452
452
|
blacklist: string[];
|
|
@@ -489,11 +489,11 @@ export declare const EthenaPayloads: {
|
|
|
489
489
|
} | {
|
|
490
490
|
healthFactorThreshold?: undefined;
|
|
491
491
|
targetBytesLike?: undefined;
|
|
492
|
+
chainId?: undefined;
|
|
492
493
|
hookType: HookType;
|
|
493
494
|
protocol: BorrowBLProtocols;
|
|
494
495
|
borrowBytesLike: string[];
|
|
495
496
|
computeChainId: ChainId;
|
|
496
|
-
chainId?: undefined;
|
|
497
497
|
})[];
|
|
498
498
|
whitelist: never[];
|
|
499
499
|
blacklist: string[];
|
|
@@ -536,11 +536,11 @@ export declare const EthenaPayloads: {
|
|
|
536
536
|
} | {
|
|
537
537
|
healthFactorThreshold?: undefined;
|
|
538
538
|
targetBytesLike?: undefined;
|
|
539
|
+
chainId?: undefined;
|
|
539
540
|
hookType: HookType;
|
|
540
541
|
protocol: BorrowBLProtocols;
|
|
541
542
|
borrowBytesLike: string[];
|
|
542
543
|
computeChainId: ChainId;
|
|
543
|
-
chainId?: undefined;
|
|
544
544
|
})[];
|
|
545
545
|
whitelist: never[];
|
|
546
546
|
blacklist: string[];
|
|
@@ -583,11 +583,11 @@ export declare const EthenaPayloads: {
|
|
|
583
583
|
} | {
|
|
584
584
|
healthFactorThreshold?: undefined;
|
|
585
585
|
targetBytesLike?: undefined;
|
|
586
|
+
chainId?: undefined;
|
|
586
587
|
hookType: HookType;
|
|
587
588
|
protocol: BorrowBLProtocols;
|
|
588
589
|
borrowBytesLike: string[];
|
|
589
590
|
computeChainId: ChainId;
|
|
590
|
-
chainId?: undefined;
|
|
591
591
|
})[];
|
|
592
592
|
whitelist: never[];
|
|
593
593
|
blacklist: string[];
|
|
@@ -630,11 +630,11 @@ export declare const EthenaPayloads: {
|
|
|
630
630
|
} | {
|
|
631
631
|
healthFactorThreshold?: undefined;
|
|
632
632
|
targetBytesLike?: undefined;
|
|
633
|
+
chainId?: undefined;
|
|
633
634
|
hookType: HookType;
|
|
634
635
|
protocol: BorrowBLProtocols;
|
|
635
636
|
borrowBytesLike: string[];
|
|
636
637
|
computeChainId: ChainId;
|
|
637
|
-
chainId?: undefined;
|
|
638
638
|
})[];
|
|
639
639
|
whitelist: never[];
|
|
640
640
|
blacklist: string[];
|
|
@@ -677,11 +677,11 @@ export declare const EthenaPayloads: {
|
|
|
677
677
|
} | {
|
|
678
678
|
healthFactorThreshold?: undefined;
|
|
679
679
|
targetBytesLike?: undefined;
|
|
680
|
+
chainId?: undefined;
|
|
680
681
|
hookType: HookType;
|
|
681
682
|
protocol: BorrowBLProtocols;
|
|
682
683
|
borrowBytesLike: string[];
|
|
683
684
|
computeChainId: ChainId;
|
|
684
|
-
chainId?: undefined;
|
|
685
685
|
})[];
|
|
686
686
|
whitelist: never[];
|
|
687
687
|
blacklist: string[];
|
|
@@ -724,11 +724,11 @@ export declare const EthenaPayloads: {
|
|
|
724
724
|
} | {
|
|
725
725
|
healthFactorThreshold?: undefined;
|
|
726
726
|
targetBytesLike?: undefined;
|
|
727
|
+
chainId?: undefined;
|
|
727
728
|
hookType: HookType;
|
|
728
729
|
protocol: BorrowBLProtocols;
|
|
729
730
|
borrowBytesLike: string[];
|
|
730
731
|
computeChainId: ChainId;
|
|
731
|
-
chainId?: undefined;
|
|
732
732
|
})[];
|
|
733
733
|
whitelist: never[];
|
|
734
734
|
blacklist: string[];
|
|
@@ -771,11 +771,11 @@ export declare const EthenaPayloads: {
|
|
|
771
771
|
} | {
|
|
772
772
|
healthFactorThreshold?: undefined;
|
|
773
773
|
targetBytesLike?: undefined;
|
|
774
|
+
chainId?: undefined;
|
|
774
775
|
hookType: HookType;
|
|
775
776
|
protocol: BorrowBLProtocols;
|
|
776
777
|
borrowBytesLike: string[];
|
|
777
778
|
computeChainId: ChainId;
|
|
778
|
-
chainId?: undefined;
|
|
779
779
|
})[];
|
|
780
780
|
whitelist: never[];
|
|
781
781
|
blacklist: string[];
|
|
@@ -818,11 +818,11 @@ export declare const EthenaPayloads: {
|
|
|
818
818
|
} | {
|
|
819
819
|
healthFactorThreshold?: undefined;
|
|
820
820
|
targetBytesLike?: undefined;
|
|
821
|
+
chainId?: undefined;
|
|
821
822
|
hookType: HookType;
|
|
822
823
|
protocol: BorrowBLProtocols;
|
|
823
824
|
borrowBytesLike: string[];
|
|
824
825
|
computeChainId: ChainId;
|
|
825
|
-
chainId?: undefined;
|
|
826
826
|
})[];
|
|
827
827
|
whitelist: never[];
|
|
828
828
|
blacklist: string[];
|
|
@@ -865,11 +865,11 @@ export declare const EthenaPayloads: {
|
|
|
865
865
|
} | {
|
|
866
866
|
healthFactorThreshold?: undefined;
|
|
867
867
|
targetBytesLike?: undefined;
|
|
868
|
+
chainId?: undefined;
|
|
868
869
|
hookType: HookType;
|
|
869
870
|
protocol: BorrowBLProtocols;
|
|
870
871
|
borrowBytesLike: string[];
|
|
871
872
|
computeChainId: ChainId;
|
|
872
|
-
chainId?: undefined;
|
|
873
873
|
})[];
|
|
874
874
|
whitelist: never[];
|
|
875
875
|
blacklist: string[];
|
|
@@ -912,11 +912,11 @@ export declare const EthenaPayloads: {
|
|
|
912
912
|
} | {
|
|
913
913
|
healthFactorThreshold?: undefined;
|
|
914
914
|
targetBytesLike?: undefined;
|
|
915
|
+
chainId?: undefined;
|
|
915
916
|
hookType: HookType;
|
|
916
917
|
protocol: BorrowBLProtocols;
|
|
917
918
|
borrowBytesLike: string[];
|
|
918
919
|
computeChainId: ChainId;
|
|
919
|
-
chainId?: undefined;
|
|
920
920
|
})[];
|
|
921
921
|
whitelist: never[];
|
|
922
922
|
blacklist: string[];
|
|
@@ -959,11 +959,11 @@ export declare const EthenaPayloads: {
|
|
|
959
959
|
} | {
|
|
960
960
|
healthFactorThreshold?: undefined;
|
|
961
961
|
targetBytesLike?: undefined;
|
|
962
|
+
chainId?: undefined;
|
|
962
963
|
hookType: HookType;
|
|
963
964
|
protocol: BorrowBLProtocols;
|
|
964
965
|
borrowBytesLike: string[];
|
|
965
966
|
computeChainId: ChainId;
|
|
966
|
-
chainId?: undefined;
|
|
967
967
|
})[];
|
|
968
968
|
whitelist: never[];
|
|
969
969
|
blacklist: string[];
|
|
@@ -1006,11 +1006,11 @@ export declare const EthenaPayloads: {
|
|
|
1006
1006
|
} | {
|
|
1007
1007
|
healthFactorThreshold?: undefined;
|
|
1008
1008
|
targetBytesLike?: undefined;
|
|
1009
|
+
chainId?: undefined;
|
|
1009
1010
|
hookType: HookType;
|
|
1010
1011
|
protocol: BorrowBLProtocols;
|
|
1011
1012
|
borrowBytesLike: string[];
|
|
1012
1013
|
computeChainId: ChainId;
|
|
1013
|
-
chainId?: undefined;
|
|
1014
1014
|
})[];
|
|
1015
1015
|
whitelist: never[];
|
|
1016
1016
|
blacklist: string[];
|
|
@@ -1053,11 +1053,11 @@ export declare const EthenaPayloads: {
|
|
|
1053
1053
|
} | {
|
|
1054
1054
|
healthFactorThreshold?: undefined;
|
|
1055
1055
|
targetBytesLike?: undefined;
|
|
1056
|
+
chainId?: undefined;
|
|
1056
1057
|
hookType: HookType;
|
|
1057
1058
|
protocol: BorrowBLProtocols;
|
|
1058
1059
|
borrowBytesLike: string[];
|
|
1059
1060
|
computeChainId: ChainId;
|
|
1060
|
-
chainId?: undefined;
|
|
1061
1061
|
})[];
|
|
1062
1062
|
whitelist: never[];
|
|
1063
1063
|
blacklist: string[];
|
|
@@ -1100,11 +1100,11 @@ export declare const EthenaPayloads: {
|
|
|
1100
1100
|
} | {
|
|
1101
1101
|
healthFactorThreshold?: undefined;
|
|
1102
1102
|
targetBytesLike?: undefined;
|
|
1103
|
+
chainId?: undefined;
|
|
1103
1104
|
hookType: HookType;
|
|
1104
1105
|
protocol: BorrowBLProtocols;
|
|
1105
1106
|
borrowBytesLike: string[];
|
|
1106
1107
|
computeChainId: ChainId;
|
|
1107
|
-
chainId?: undefined;
|
|
1108
1108
|
})[];
|
|
1109
1109
|
whitelist: never[];
|
|
1110
1110
|
blacklist: string[];
|
|
@@ -1147,11 +1147,11 @@ export declare const EthenaPayloads: {
|
|
|
1147
1147
|
} | {
|
|
1148
1148
|
healthFactorThreshold?: undefined;
|
|
1149
1149
|
targetBytesLike?: undefined;
|
|
1150
|
+
chainId?: undefined;
|
|
1150
1151
|
hookType: HookType;
|
|
1151
1152
|
protocol: BorrowBLProtocols;
|
|
1152
1153
|
borrowBytesLike: string[];
|
|
1153
1154
|
computeChainId: ChainId;
|
|
1154
|
-
chainId?: undefined;
|
|
1155
1155
|
})[];
|
|
1156
1156
|
whitelist: never[];
|
|
1157
1157
|
blacklist: string[];
|
|
@@ -1194,11 +1194,11 @@ export declare const EthenaPayloads: {
|
|
|
1194
1194
|
} | {
|
|
1195
1195
|
healthFactorThreshold?: undefined;
|
|
1196
1196
|
targetBytesLike?: undefined;
|
|
1197
|
+
chainId?: undefined;
|
|
1197
1198
|
hookType: HookType;
|
|
1198
1199
|
protocol: BorrowBLProtocols;
|
|
1199
1200
|
borrowBytesLike: string[];
|
|
1200
1201
|
computeChainId: ChainId;
|
|
1201
|
-
chainId?: undefined;
|
|
1202
1202
|
})[];
|
|
1203
1203
|
whitelist: never[];
|
|
1204
1204
|
blacklist: string[];
|
|
@@ -1241,11 +1241,11 @@ export declare const EthenaPayloads: {
|
|
|
1241
1241
|
} | {
|
|
1242
1242
|
healthFactorThreshold?: undefined;
|
|
1243
1243
|
targetBytesLike?: undefined;
|
|
1244
|
+
chainId?: undefined;
|
|
1244
1245
|
hookType: HookType;
|
|
1245
1246
|
protocol: BorrowBLProtocols;
|
|
1246
1247
|
borrowBytesLike: string[];
|
|
1247
1248
|
computeChainId: ChainId;
|
|
1248
|
-
chainId?: undefined;
|
|
1249
1249
|
})[];
|
|
1250
1250
|
whitelist: never[];
|
|
1251
1251
|
blacklist: string[];
|
|
@@ -1288,11 +1288,11 @@ export declare const EthenaPayloads: {
|
|
|
1288
1288
|
} | {
|
|
1289
1289
|
healthFactorThreshold?: undefined;
|
|
1290
1290
|
targetBytesLike?: undefined;
|
|
1291
|
+
chainId?: undefined;
|
|
1291
1292
|
hookType: HookType;
|
|
1292
1293
|
protocol: BorrowBLProtocols;
|
|
1293
1294
|
borrowBytesLike: string[];
|
|
1294
1295
|
computeChainId: ChainId;
|
|
1295
|
-
chainId?: undefined;
|
|
1296
1296
|
})[];
|
|
1297
1297
|
whitelist: never[];
|
|
1298
1298
|
blacklist: string[];
|
|
@@ -1335,11 +1335,11 @@ export declare const EthenaPayloads: {
|
|
|
1335
1335
|
} | {
|
|
1336
1336
|
healthFactorThreshold?: undefined;
|
|
1337
1337
|
targetBytesLike?: undefined;
|
|
1338
|
+
chainId?: undefined;
|
|
1338
1339
|
hookType: HookType;
|
|
1339
1340
|
protocol: BorrowBLProtocols;
|
|
1340
1341
|
borrowBytesLike: string[];
|
|
1341
1342
|
computeChainId: ChainId;
|
|
1342
|
-
chainId?: undefined;
|
|
1343
1343
|
})[];
|
|
1344
1344
|
whitelist: never[];
|
|
1345
1345
|
blacklist: string[];
|
|
@@ -1382,11 +1382,11 @@ export declare const EthenaPayloads: {
|
|
|
1382
1382
|
} | {
|
|
1383
1383
|
healthFactorThreshold?: undefined;
|
|
1384
1384
|
targetBytesLike?: undefined;
|
|
1385
|
+
chainId?: undefined;
|
|
1385
1386
|
hookType: HookType;
|
|
1386
1387
|
protocol: BorrowBLProtocols;
|
|
1387
1388
|
borrowBytesLike: string[];
|
|
1388
1389
|
computeChainId: ChainId;
|
|
1389
|
-
chainId?: undefined;
|
|
1390
1390
|
})[];
|
|
1391
1391
|
whitelist: never[];
|
|
1392
1392
|
blacklist: string[];
|
|
@@ -1429,11 +1429,11 @@ export declare const EthenaPayloads: {
|
|
|
1429
1429
|
} | {
|
|
1430
1430
|
healthFactorThreshold?: undefined;
|
|
1431
1431
|
targetBytesLike?: undefined;
|
|
1432
|
+
chainId?: undefined;
|
|
1432
1433
|
hookType: HookType;
|
|
1433
1434
|
protocol: BorrowBLProtocols;
|
|
1434
1435
|
borrowBytesLike: string[];
|
|
1435
1436
|
computeChainId: ChainId;
|
|
1436
|
-
chainId?: undefined;
|
|
1437
1437
|
})[];
|
|
1438
1438
|
whitelist: never[];
|
|
1439
1439
|
blacklist: string[];
|
|
@@ -1476,11 +1476,11 @@ export declare const EthenaPayloads: {
|
|
|
1476
1476
|
} | {
|
|
1477
1477
|
healthFactorThreshold?: undefined;
|
|
1478
1478
|
targetBytesLike?: undefined;
|
|
1479
|
+
chainId?: undefined;
|
|
1479
1480
|
hookType: HookType;
|
|
1480
1481
|
protocol: BorrowBLProtocols;
|
|
1481
1482
|
borrowBytesLike: string[];
|
|
1482
1483
|
computeChainId: ChainId;
|
|
1483
|
-
chainId?: undefined;
|
|
1484
1484
|
})[];
|
|
1485
1485
|
whitelist: never[];
|
|
1486
1486
|
blacklist: string[];
|
|
@@ -1523,11 +1523,11 @@ export declare const EthenaPayloads: {
|
|
|
1523
1523
|
} | {
|
|
1524
1524
|
healthFactorThreshold?: undefined;
|
|
1525
1525
|
targetBytesLike?: undefined;
|
|
1526
|
+
chainId?: undefined;
|
|
1526
1527
|
hookType: HookType;
|
|
1527
1528
|
protocol: BorrowBLProtocols;
|
|
1528
1529
|
borrowBytesLike: string[];
|
|
1529
1530
|
computeChainId: ChainId;
|
|
1530
|
-
chainId?: undefined;
|
|
1531
1531
|
})[];
|
|
1532
1532
|
whitelist: never[];
|
|
1533
1533
|
blacklist: string[];
|
|
@@ -1570,11 +1570,11 @@ export declare const EthenaPayloads: {
|
|
|
1570
1570
|
} | {
|
|
1571
1571
|
healthFactorThreshold?: undefined;
|
|
1572
1572
|
targetBytesLike?: undefined;
|
|
1573
|
+
chainId?: undefined;
|
|
1573
1574
|
hookType: HookType;
|
|
1574
1575
|
protocol: BorrowBLProtocols;
|
|
1575
1576
|
borrowBytesLike: string[];
|
|
1576
1577
|
computeChainId: ChainId;
|
|
1577
|
-
chainId?: undefined;
|
|
1578
1578
|
})[];
|
|
1579
1579
|
whitelist: never[];
|
|
1580
1580
|
blacklist: string[];
|
|
@@ -1617,11 +1617,11 @@ export declare const EthenaPayloads: {
|
|
|
1617
1617
|
} | {
|
|
1618
1618
|
healthFactorThreshold?: undefined;
|
|
1619
1619
|
targetBytesLike?: undefined;
|
|
1620
|
+
chainId?: undefined;
|
|
1620
1621
|
hookType: HookType;
|
|
1621
1622
|
protocol: BorrowBLProtocols;
|
|
1622
1623
|
borrowBytesLike: string[];
|
|
1623
1624
|
computeChainId: ChainId;
|
|
1624
|
-
chainId?: undefined;
|
|
1625
1625
|
})[];
|
|
1626
1626
|
whitelist: never[];
|
|
1627
1627
|
blacklist: string[];
|
|
@@ -1664,11 +1664,11 @@ export declare const EthenaPayloads: {
|
|
|
1664
1664
|
} | {
|
|
1665
1665
|
healthFactorThreshold?: undefined;
|
|
1666
1666
|
targetBytesLike?: undefined;
|
|
1667
|
+
chainId?: undefined;
|
|
1667
1668
|
hookType: HookType;
|
|
1668
1669
|
protocol: BorrowBLProtocols;
|
|
1669
1670
|
borrowBytesLike: string[];
|
|
1670
1671
|
computeChainId: ChainId;
|
|
1671
|
-
chainId?: undefined;
|
|
1672
1672
|
})[];
|
|
1673
1673
|
whitelist: never[];
|
|
1674
1674
|
blacklist: string[];
|
|
@@ -1711,11 +1711,11 @@ export declare const EthenaPayloads: {
|
|
|
1711
1711
|
} | {
|
|
1712
1712
|
healthFactorThreshold?: undefined;
|
|
1713
1713
|
targetBytesLike?: undefined;
|
|
1714
|
+
chainId?: undefined;
|
|
1714
1715
|
hookType: HookType;
|
|
1715
1716
|
protocol: BorrowBLProtocols;
|
|
1716
1717
|
borrowBytesLike: string[];
|
|
1717
1718
|
computeChainId: ChainId;
|
|
1718
|
-
chainId?: undefined;
|
|
1719
1719
|
})[];
|
|
1720
1720
|
whitelist: never[];
|
|
1721
1721
|
blacklist: string[];
|
|
@@ -1758,11 +1758,11 @@ export declare const EthenaPayloads: {
|
|
|
1758
1758
|
} | {
|
|
1759
1759
|
healthFactorThreshold?: undefined;
|
|
1760
1760
|
targetBytesLike?: undefined;
|
|
1761
|
+
chainId?: undefined;
|
|
1761
1762
|
hookType: HookType;
|
|
1762
1763
|
protocol: BorrowBLProtocols;
|
|
1763
1764
|
borrowBytesLike: string[];
|
|
1764
1765
|
computeChainId: ChainId;
|
|
1765
|
-
chainId?: undefined;
|
|
1766
1766
|
})[];
|
|
1767
1767
|
whitelist: never[];
|
|
1768
1768
|
blacklist: string[];
|
|
@@ -1805,11 +1805,11 @@ export declare const EthenaPayloads: {
|
|
|
1805
1805
|
} | {
|
|
1806
1806
|
healthFactorThreshold?: undefined;
|
|
1807
1807
|
targetBytesLike?: undefined;
|
|
1808
|
+
chainId?: undefined;
|
|
1808
1809
|
hookType: HookType;
|
|
1809
1810
|
protocol: BorrowBLProtocols;
|
|
1810
1811
|
borrowBytesLike: string[];
|
|
1811
1812
|
computeChainId: ChainId;
|
|
1812
|
-
chainId?: undefined;
|
|
1813
1813
|
})[];
|
|
1814
1814
|
whitelist: never[];
|
|
1815
1815
|
blacklist: string[];
|
|
@@ -1852,11 +1852,11 @@ export declare const EthenaPayloads: {
|
|
|
1852
1852
|
} | {
|
|
1853
1853
|
healthFactorThreshold?: undefined;
|
|
1854
1854
|
targetBytesLike?: undefined;
|
|
1855
|
+
chainId?: undefined;
|
|
1855
1856
|
hookType: HookType;
|
|
1856
1857
|
protocol: BorrowBLProtocols;
|
|
1857
1858
|
borrowBytesLike: string[];
|
|
1858
1859
|
computeChainId: ChainId;
|
|
1859
|
-
chainId?: undefined;
|
|
1860
1860
|
})[];
|
|
1861
1861
|
whitelist: never[];
|
|
1862
1862
|
blacklist: string[];
|
|
@@ -1899,11 +1899,11 @@ export declare const EthenaPayloads: {
|
|
|
1899
1899
|
} | {
|
|
1900
1900
|
healthFactorThreshold?: undefined;
|
|
1901
1901
|
targetBytesLike?: undefined;
|
|
1902
|
+
chainId?: undefined;
|
|
1902
1903
|
hookType: HookType;
|
|
1903
1904
|
protocol: BorrowBLProtocols;
|
|
1904
1905
|
borrowBytesLike: string[];
|
|
1905
1906
|
computeChainId: ChainId;
|
|
1906
|
-
chainId?: undefined;
|
|
1907
1907
|
})[];
|
|
1908
1908
|
whitelist: never[];
|
|
1909
1909
|
blacklist: string[];
|
|
@@ -1946,11 +1946,11 @@ export declare const EthenaPayloads: {
|
|
|
1946
1946
|
} | {
|
|
1947
1947
|
healthFactorThreshold?: undefined;
|
|
1948
1948
|
targetBytesLike?: undefined;
|
|
1949
|
+
chainId?: undefined;
|
|
1949
1950
|
hookType: HookType;
|
|
1950
1951
|
protocol: BorrowBLProtocols;
|
|
1951
1952
|
borrowBytesLike: string[];
|
|
1952
1953
|
computeChainId: ChainId;
|
|
1953
|
-
chainId?: undefined;
|
|
1954
1954
|
})[];
|
|
1955
1955
|
whitelist: never[];
|
|
1956
1956
|
blacklist: string[];
|
|
@@ -1993,11 +1993,11 @@ export declare const EthenaPayloads: {
|
|
|
1993
1993
|
} | {
|
|
1994
1994
|
healthFactorThreshold?: undefined;
|
|
1995
1995
|
targetBytesLike?: undefined;
|
|
1996
|
+
chainId?: undefined;
|
|
1996
1997
|
hookType: HookType;
|
|
1997
1998
|
protocol: BorrowBLProtocols;
|
|
1998
1999
|
borrowBytesLike: string[];
|
|
1999
2000
|
computeChainId: ChainId;
|
|
2000
|
-
chainId?: undefined;
|
|
2001
2001
|
})[];
|
|
2002
2002
|
whitelist: never[];
|
|
2003
2003
|
blacklist: string[];
|
|
@@ -2040,11 +2040,11 @@ export declare const EthenaPayloads: {
|
|
|
2040
2040
|
} | {
|
|
2041
2041
|
healthFactorThreshold?: undefined;
|
|
2042
2042
|
targetBytesLike?: undefined;
|
|
2043
|
+
chainId?: undefined;
|
|
2043
2044
|
hookType: HookType;
|
|
2044
2045
|
protocol: BorrowBLProtocols;
|
|
2045
2046
|
borrowBytesLike: string[];
|
|
2046
2047
|
computeChainId: ChainId;
|
|
2047
|
-
chainId?: undefined;
|
|
2048
2048
|
})[];
|
|
2049
2049
|
whitelist: never[];
|
|
2050
2050
|
blacklist: string[];
|
|
@@ -2087,11 +2087,11 @@ export declare const EthenaPayloads: {
|
|
|
2087
2087
|
} | {
|
|
2088
2088
|
healthFactorThreshold?: undefined;
|
|
2089
2089
|
targetBytesLike?: undefined;
|
|
2090
|
+
chainId?: undefined;
|
|
2090
2091
|
hookType: HookType;
|
|
2091
2092
|
protocol: BorrowBLProtocols;
|
|
2092
2093
|
borrowBytesLike: string[];
|
|
2093
2094
|
computeChainId: ChainId;
|
|
2094
|
-
chainId?: undefined;
|
|
2095
2095
|
})[];
|
|
2096
2096
|
whitelist: never[];
|
|
2097
2097
|
blacklist: string[];
|
|
@@ -2134,11 +2134,11 @@ export declare const EthenaPayloads: {
|
|
|
2134
2134
|
} | {
|
|
2135
2135
|
healthFactorThreshold?: undefined;
|
|
2136
2136
|
targetBytesLike?: undefined;
|
|
2137
|
+
chainId?: undefined;
|
|
2137
2138
|
hookType: HookType;
|
|
2138
2139
|
protocol: BorrowBLProtocols;
|
|
2139
2140
|
borrowBytesLike: string[];
|
|
2140
2141
|
computeChainId: ChainId;
|
|
2141
|
-
chainId?: undefined;
|
|
2142
2142
|
})[];
|
|
2143
2143
|
whitelist: never[];
|
|
2144
2144
|
blacklist: string[];
|
|
@@ -2181,11 +2181,11 @@ export declare const EthenaPayloads: {
|
|
|
2181
2181
|
} | {
|
|
2182
2182
|
healthFactorThreshold?: undefined;
|
|
2183
2183
|
targetBytesLike?: undefined;
|
|
2184
|
+
chainId?: undefined;
|
|
2184
2185
|
hookType: HookType;
|
|
2185
2186
|
protocol: BorrowBLProtocols;
|
|
2186
2187
|
borrowBytesLike: string[];
|
|
2187
2188
|
computeChainId: ChainId;
|
|
2188
|
-
chainId?: undefined;
|
|
2189
2189
|
})[];
|
|
2190
2190
|
whitelist: never[];
|
|
2191
2191
|
blacklist: string[];
|
|
@@ -2228,11 +2228,11 @@ export declare const EthenaPayloads: {
|
|
|
2228
2228
|
} | {
|
|
2229
2229
|
healthFactorThreshold?: undefined;
|
|
2230
2230
|
targetBytesLike?: undefined;
|
|
2231
|
+
chainId?: undefined;
|
|
2231
2232
|
hookType: HookType;
|
|
2232
2233
|
protocol: BorrowBLProtocols;
|
|
2233
2234
|
borrowBytesLike: string[];
|
|
2234
2235
|
computeChainId: ChainId;
|
|
2235
|
-
chainId?: undefined;
|
|
2236
2236
|
})[];
|
|
2237
2237
|
whitelist: never[];
|
|
2238
2238
|
blacklist: string[];
|
|
@@ -2275,11 +2275,11 @@ export declare const EthenaPayloads: {
|
|
|
2275
2275
|
} | {
|
|
2276
2276
|
healthFactorThreshold?: undefined;
|
|
2277
2277
|
targetBytesLike?: undefined;
|
|
2278
|
+
chainId?: undefined;
|
|
2278
2279
|
hookType: HookType;
|
|
2279
2280
|
protocol: BorrowBLProtocols;
|
|
2280
2281
|
borrowBytesLike: string[];
|
|
2281
2282
|
computeChainId: ChainId;
|
|
2282
|
-
chainId?: undefined;
|
|
2283
2283
|
})[];
|
|
2284
2284
|
whitelist: never[];
|
|
2285
2285
|
blacklist: string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"protocol.model.js","sourceRoot":"","sources":["../../../../../../../apps/api/src/modules/v4/protocol/protocol.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAElE,8NAAgF;AAEhF;;;;;GAKG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,cAAc,CAAC,MAAM,CAAC;AAEzD,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3C,GAAG,qBAAqB,CAAC,EAAE,EAAE,GAAG,CAAC;IACjC,EAAE,EAAE,CAAC,CAAC,QAAQ,CACZ,CAAC,CAAC,MAAM,CAAC;QACP,WAAW,
|
|
1
|
+
{"version":3,"file":"protocol.model.js","sourceRoot":"","sources":["../../../../../../../apps/api/src/modules/v4/protocol/protocol.model.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import Elysia from "elysia";
|
|
2
|
+
export declare const ReallocationController: Elysia<"/reallocations", {
|
|
3
|
+
decorator: {};
|
|
4
|
+
store: {};
|
|
5
|
+
derive: {};
|
|
6
|
+
resolve: {};
|
|
7
|
+
}, {
|
|
8
|
+
typebox: {};
|
|
9
|
+
error: {};
|
|
10
|
+
}, {
|
|
11
|
+
schema: {};
|
|
12
|
+
standaloneSchema: {};
|
|
13
|
+
macro: {};
|
|
14
|
+
macroFn: {};
|
|
15
|
+
parser: {};
|
|
16
|
+
response: {};
|
|
17
|
+
}, {
|
|
18
|
+
reallocations: {
|
|
19
|
+
breakdown: {
|
|
20
|
+
get: {
|
|
21
|
+
body: unknown;
|
|
22
|
+
params: {};
|
|
23
|
+
query: {
|
|
24
|
+
chainId: number;
|
|
25
|
+
to?: string[] | undefined;
|
|
26
|
+
campaignIds?: string[] | undefined;
|
|
27
|
+
};
|
|
28
|
+
headers: {
|
|
29
|
+
authorization: string;
|
|
30
|
+
};
|
|
31
|
+
response: {
|
|
32
|
+
200: {
|
|
33
|
+
chainId: number;
|
|
34
|
+
campaignId: string;
|
|
35
|
+
to: string;
|
|
36
|
+
tokenAddress: string;
|
|
37
|
+
tokenSymbol?: string | undefined;
|
|
38
|
+
tokenDecimals?: number | undefined;
|
|
39
|
+
amount: string;
|
|
40
|
+
count: number;
|
|
41
|
+
}[];
|
|
42
|
+
422: {
|
|
43
|
+
type: "validation";
|
|
44
|
+
on: string;
|
|
45
|
+
summary?: string | undefined;
|
|
46
|
+
message?: string | undefined;
|
|
47
|
+
found?: unknown;
|
|
48
|
+
property?: string | undefined;
|
|
49
|
+
expected?: string | undefined;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
}, {
|
|
56
|
+
derive: {};
|
|
57
|
+
resolve: {};
|
|
58
|
+
schema: {};
|
|
59
|
+
standaloneSchema: {};
|
|
60
|
+
response: {};
|
|
61
|
+
}, {
|
|
62
|
+
derive: {};
|
|
63
|
+
resolve: {};
|
|
64
|
+
schema: {};
|
|
65
|
+
standaloneSchema: {};
|
|
66
|
+
response: {};
|
|
67
|
+
}>;
|