@berachain/graphql 0.4.16-beta.6 → 0.4.16-beta.7
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.
|
@@ -1786,16 +1786,6 @@ type GqlUserBgtBalance = {
|
|
|
1786
1786
|
unboostedBGTBalance: Scalars['String']['output'];
|
|
1787
1787
|
userAddress: Scalars['Bytes']['output'];
|
|
1788
1788
|
};
|
|
1789
|
-
type GqlUserPoolBalance = {
|
|
1790
|
-
__typename?: 'GqlUserPoolBalance';
|
|
1791
|
-
chain: GqlChain;
|
|
1792
|
-
poolId: Scalars['String']['output'];
|
|
1793
|
-
tokenAddress: Scalars['Bytes']['output'];
|
|
1794
|
-
tokenPrice?: Maybe<Scalars['Float']['output']>;
|
|
1795
|
-
totalBalance: Scalars['AmountHumanReadable']['output'];
|
|
1796
|
-
user: Scalars['String']['output'];
|
|
1797
|
-
walletBalance: Scalars['AmountHumanReadable']['output'];
|
|
1798
|
-
};
|
|
1799
1789
|
type GqlUserSwapVolumeFilter = {
|
|
1800
1790
|
poolIdIn?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1801
1791
|
tokenInIn?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
@@ -2138,11 +2128,6 @@ type Query = {
|
|
|
2138
2128
|
tokenGetTokens: Array<GqlToken>;
|
|
2139
2129
|
/** Returns dynamic data of a set of tokens such as price, market cap, etc. */
|
|
2140
2130
|
tokenGetTokensDynamicData: Array<GqlTokenDynamicData>;
|
|
2141
|
-
userGetPoolBalances: Array<GqlUserPoolBalance>;
|
|
2142
|
-
/** Will de deprecated in favor of poolGetEvents */
|
|
2143
|
-
userGetPoolJoinExits: Array<GqlPoolJoinExit>;
|
|
2144
|
-
/** Will de deprecated in favor of poolGetEvents */
|
|
2145
|
-
userGetSwaps: Array<GqlPoolSwap>;
|
|
2146
2131
|
};
|
|
2147
2132
|
type QueryBendVaultArgs = {
|
|
2148
2133
|
vaultAddress: Scalars['Bytes']['input'];
|
|
@@ -2326,24 +2311,6 @@ type QueryTokenGetTokensDynamicDataArgs = {
|
|
|
2326
2311
|
addresses: Array<Scalars['String']['input']>;
|
|
2327
2312
|
chain?: InputMaybe<GqlChain>;
|
|
2328
2313
|
};
|
|
2329
|
-
type QueryUserGetPoolBalancesArgs = {
|
|
2330
|
-
address?: InputMaybe<Scalars['String']['input']>;
|
|
2331
|
-
chains?: InputMaybe<Array<GqlChain>>;
|
|
2332
|
-
};
|
|
2333
|
-
type QueryUserGetPoolJoinExitsArgs = {
|
|
2334
|
-
address?: InputMaybe<Scalars['String']['input']>;
|
|
2335
|
-
chain?: InputMaybe<GqlChain>;
|
|
2336
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
2337
|
-
poolId: Scalars['String']['input'];
|
|
2338
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
2339
|
-
};
|
|
2340
|
-
type QueryUserGetSwapsArgs = {
|
|
2341
|
-
address?: InputMaybe<Scalars['String']['input']>;
|
|
2342
|
-
chain?: InputMaybe<GqlChain>;
|
|
2343
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
2344
|
-
poolId: Scalars['String']['input'];
|
|
2345
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
2346
|
-
};
|
|
2347
2314
|
type Token = {
|
|
2348
2315
|
__typename?: 'Token';
|
|
2349
2316
|
address: Scalars['Bytes']['output'];
|
|
@@ -3623,4 +3590,4 @@ interface PossibleTypesResultData {
|
|
|
3623
3590
|
}
|
|
3624
3591
|
declare const result: PossibleTypesResultData;
|
|
3625
3592
|
|
|
3626
|
-
export { type BendVaultDynamicData, type BendVaultResponse, DynamicData, type DynamicDataFragment, type Exact, GetGlobalLiquidityAndSwapVolume, type GetGlobalLiquidityAndSwapVolumeQuery, type GetGlobalLiquidityAndSwapVolumeQueryVariables, GetPool, GetPoolEvents, type GetPoolEventsQuery, type GetPoolEventsQueryVariables, GetPoolHistoricalData, type GetPoolHistoricalDataQuery, type GetPoolHistoricalDataQueryVariables, type GetPoolQuery, type GetPoolQueryVariables, GetPools, type GetPoolsQuery, type GetPoolsQueryVariables, GetTokenCurrentPrices, type GetTokenCurrentPricesQuery, type GetTokenCurrentPricesQueryVariables, type GqlBalancePoolAprItem, type GqlBalancePoolAprSubItem, GqlChain, type GqlDefaultRewardAllocation, type GqlDefaultRewardAllocationWeight, type GqlGlobalInfo, type GqlGraphTraversalConfigInput, type GqlHistoricalTokenPrice, type GqlHistoricalTokenPriceEntry, type GqlIncentive, type GqlLatestSyncedBlocks, type GqlNestedPool, type GqlPagination, GqlPoolAddRemoveEventV3, type GqlPoolAddRemoveEventV3Fragment, type GqlPoolAggregator, type GqlPoolApr, type GqlPoolAprItem, GqlPoolAprItemType, type GqlPoolAprRange, type GqlPoolAprTotal, type GqlPoolAprValue, type GqlPoolBase, type GqlPoolBatchSwap, type GqlPoolBatchSwapPool, type GqlPoolBatchSwapSwap, type GqlPoolComposableStable, type GqlPoolComposableStableNested, type GqlPoolDynamicData, type GqlPoolElement, type GqlPoolEvent, type GqlPoolEventAmount, GqlPoolEventType, GqlPoolEventsDataRange, type GqlPoolEventsFilter, type GqlPoolFilter, GqlPoolFilterCategory, type GqlPoolFx, type GqlPoolGyro, type GqlPoolInvestConfig, type GqlPoolInvestOption, type GqlPoolJoinExit, type GqlPoolJoinExitAmount, type GqlPoolJoinExitFilter, GqlPoolJoinExitType, type GqlPoolLiquidityBootstrapping, type GqlPoolMetaStable, type GqlPoolMinimal, type GqlPoolNestedUnion, GqlPoolNestingType, GqlPoolOrderBy, GqlPoolOrderDirection, type GqlPoolSnapshot, GqlPoolSnapshotDataRange, type GqlPoolStable, type GqlPoolStableComposablePoolData, type GqlPoolSwap, GqlPoolSwapEventCowAmm, type GqlPoolSwapEventCowAmmFragment, GqlPoolSwapEventV3, type GqlPoolSwapEventV3Fragment, type GqlPoolSwapFilter, type GqlPoolTimePeriod, type GqlPoolToken, type GqlPoolTokenBase, type GqlPoolTokenComposableStable, type GqlPoolTokenComposableStableNestedUnion, type GqlPoolTokenDetail, type GqlPoolTokenDisplay, type GqlPoolTokenExpanded, type GqlPoolTokenUnion, GqlPoolType, type GqlPoolUnion, type GqlPoolUserBalance, type GqlPoolUserSwapVolume, type GqlPoolWeighted, type GqlPoolWithdrawConfig, type GqlPoolWithdrawOption, type GqlPriceImpact, type GqlPriceRateProviderData, type GqlPriceRateProviderUpgradeableComponent, type GqlProtocolMetricsAggregated, type GqlProtocolMetricsChain, type GqlRelicSnapshot, type GqlRewardVault, type GqlRewardVaultDynamicData, type GqlRewardVaultFilter, type GqlRewardVaultIncentive, GqlRewardVaultIncentiveOrderBy, GqlRewardVaultIncentiveOrderDirection, type GqlRewardVaultMetadata, GqlRewardVaultOrderBy, GqlRewardVaultOrderDirection, type GqlRewardVaultSnapshot, GqlRewardVaultSnapshotDataRange, GqlRewardVaultSnapshotResolution, type GqlRewardVaultWhitelistedToken, type GqlSWberaVaultMetadata, GqlSWberaVaultMetadataResolution, type GqlSWberaVaultSnapshot, type GqlSorCallData, type GqlSorGetSwapPaths, type GqlSorGetSwapsResponse, type GqlSorPath, type GqlSorSwap, type GqlSorSwapOptionsInput, type GqlSorSwapRoute, type GqlSorSwapRouteHop, GqlSorSwapType, type GqlSwapCallDataInput, type GqlToken, type GqlTokenAmountHumanReadable, type GqlTokenCandlestickChartDataItem, GqlTokenChartDataRange, type GqlTokenData, type GqlTokenDynamicData, type GqlTokenMutationResult, type GqlTokenPrice, type GqlTokenPriceChartDataItem, GqlTokenType, type GqlUserBgtBalance, type
|
|
3593
|
+
export { type BendVaultDynamicData, type BendVaultResponse, DynamicData, type DynamicDataFragment, type Exact, GetGlobalLiquidityAndSwapVolume, type GetGlobalLiquidityAndSwapVolumeQuery, type GetGlobalLiquidityAndSwapVolumeQueryVariables, GetPool, GetPoolEvents, type GetPoolEventsQuery, type GetPoolEventsQueryVariables, GetPoolHistoricalData, type GetPoolHistoricalDataQuery, type GetPoolHistoricalDataQueryVariables, type GetPoolQuery, type GetPoolQueryVariables, GetPools, type GetPoolsQuery, type GetPoolsQueryVariables, GetTokenCurrentPrices, type GetTokenCurrentPricesQuery, type GetTokenCurrentPricesQueryVariables, type GqlBalancePoolAprItem, type GqlBalancePoolAprSubItem, GqlChain, type GqlDefaultRewardAllocation, type GqlDefaultRewardAllocationWeight, type GqlGlobalInfo, type GqlGraphTraversalConfigInput, type GqlHistoricalTokenPrice, type GqlHistoricalTokenPriceEntry, type GqlIncentive, type GqlLatestSyncedBlocks, type GqlNestedPool, type GqlPagination, GqlPoolAddRemoveEventV3, type GqlPoolAddRemoveEventV3Fragment, type GqlPoolAggregator, type GqlPoolApr, type GqlPoolAprItem, GqlPoolAprItemType, type GqlPoolAprRange, type GqlPoolAprTotal, type GqlPoolAprValue, type GqlPoolBase, type GqlPoolBatchSwap, type GqlPoolBatchSwapPool, type GqlPoolBatchSwapSwap, type GqlPoolComposableStable, type GqlPoolComposableStableNested, type GqlPoolDynamicData, type GqlPoolElement, type GqlPoolEvent, type GqlPoolEventAmount, GqlPoolEventType, GqlPoolEventsDataRange, type GqlPoolEventsFilter, type GqlPoolFilter, GqlPoolFilterCategory, type GqlPoolFx, type GqlPoolGyro, type GqlPoolInvestConfig, type GqlPoolInvestOption, type GqlPoolJoinExit, type GqlPoolJoinExitAmount, type GqlPoolJoinExitFilter, GqlPoolJoinExitType, type GqlPoolLiquidityBootstrapping, type GqlPoolMetaStable, type GqlPoolMinimal, type GqlPoolNestedUnion, GqlPoolNestingType, GqlPoolOrderBy, GqlPoolOrderDirection, type GqlPoolSnapshot, GqlPoolSnapshotDataRange, type GqlPoolStable, type GqlPoolStableComposablePoolData, type GqlPoolSwap, GqlPoolSwapEventCowAmm, type GqlPoolSwapEventCowAmmFragment, GqlPoolSwapEventV3, type GqlPoolSwapEventV3Fragment, type GqlPoolSwapFilter, type GqlPoolTimePeriod, type GqlPoolToken, type GqlPoolTokenBase, type GqlPoolTokenComposableStable, type GqlPoolTokenComposableStableNestedUnion, type GqlPoolTokenDetail, type GqlPoolTokenDisplay, type GqlPoolTokenExpanded, type GqlPoolTokenUnion, GqlPoolType, type GqlPoolUnion, type GqlPoolUserBalance, type GqlPoolUserSwapVolume, type GqlPoolWeighted, type GqlPoolWithdrawConfig, type GqlPoolWithdrawOption, type GqlPriceImpact, type GqlPriceRateProviderData, type GqlPriceRateProviderUpgradeableComponent, type GqlProtocolMetricsAggregated, type GqlProtocolMetricsChain, type GqlRelicSnapshot, type GqlRewardVault, type GqlRewardVaultDynamicData, type GqlRewardVaultFilter, type GqlRewardVaultIncentive, GqlRewardVaultIncentiveOrderBy, GqlRewardVaultIncentiveOrderDirection, type GqlRewardVaultMetadata, GqlRewardVaultOrderBy, GqlRewardVaultOrderDirection, type GqlRewardVaultSnapshot, GqlRewardVaultSnapshotDataRange, GqlRewardVaultSnapshotResolution, type GqlRewardVaultWhitelistedToken, type GqlSWberaVaultMetadata, GqlSWberaVaultMetadataResolution, type GqlSWberaVaultSnapshot, type GqlSorCallData, type GqlSorGetSwapPaths, type GqlSorGetSwapsResponse, type GqlSorPath, type GqlSorSwap, type GqlSorSwapOptionsInput, type GqlSorSwapRoute, type GqlSorSwapRouteHop, GqlSorSwapType, type GqlSwapCallDataInput, type GqlToken, type GqlTokenAmountHumanReadable, type GqlTokenCandlestickChartDataItem, GqlTokenChartDataRange, type GqlTokenData, type GqlTokenDynamicData, type GqlTokenMutationResult, type GqlTokenPrice, type GqlTokenPriceChartDataItem, GqlTokenType, type GqlUserBgtBalance, type GqlUserSwapVolumeFilter, type GqlUserVaultDeposit, type GqlUserVaultDepositMinimal, GqlUserVaultDepositOrderBy, GqlUserVaultDepositOrderDirection, type GqlValidator, type GqlValidatorBlockUptime, GqlValidatorBlockUptimeStatus, type GqlValidatorBoost, GqlValidatorBoostOrderBy, GqlValidatorBoostOrderDirection, type GqlValidatorCommissionHistory, type GqlValidatorDynamicData, type GqlValidatorFilter, type GqlValidatorInList, type GqlValidatorIncentive, type GqlValidatorMetadata, GqlValidatorOrderBy, GqlValidatorOrderDirection, type GqlValidatorRewardAllocationWeight, type GqlValidatorStats, GqlVaultSnapshotDataRange, type Hook, type HookData, type Incremental, type InputMaybe, type MakeEmpty, type MakeMaybe, type MakeOptional, type Maybe, MinimalPool, type MinimalPoolFragment, MinimalPoolInList, type MinimalPoolInListFragment, type PaginatedRewardVaultIncentivesResponse, type PaginatedRewardVaultsResponse, type PaginatedUserVaultDepositsResponse, type PaginatedValidatorBlockUptimesResponse, type PaginatedValidatorBoostsResponse, type PaginatedValidatorsResponse, PoolEvent, type PoolEventFragment, PoolHistoricalData, type PoolHistoricalDataFragment, type PossibleTypesResultData, type Query, type QueryBendVaultArgs, type QueryHooksArgs, type QueryPolGetActiveIncentivesArgs, type QueryPolGetGlobalInfoArgs, type QueryPolGetRewardVaultArgs, type QueryPolGetRewardVaultSnapshotsArgs, type QueryPolGetRewardVaultsArgs, type QueryPolGetSWberaVaultMetadataArgs, type QueryPolGetSWberaVaultSnapshotsArgs, type QueryPolGetTopVaultDepositsArgs, type QueryPolGetUserVaultDepositsArgs, type QueryPolGetValidatorArgs, type QueryPolGetValidatorBlockUptimesArgs, type QueryPolGetValidatorBoostsArgs, type QueryPolGetValidatorsArgs, type QueryPoolEventsArgs, type QueryPoolGetAggregatorPoolsArgs, type QueryPoolGetEventsArgs, type QueryPoolGetPoolArgs, type QueryPoolGetPoolsArgs, type QueryPoolGetPoolsCountArgs, type QueryPoolGetSnapshotsArgs, type QueryProtocolMetricsAggregatedArgs, type QueryProtocolMetricsChainArgs, type QuerySorGetSwapPathsArgs, type QuerySorGetSwapsArgs, type QueryTokenGetCurrentPriceArgs, type QueryTokenGetCurrentPricesArgs, type QueryTokenGetHistoricalPricesArgs, type QueryTokenGetTokenArgs, type QueryTokenGetTokenDynamicDataArgs, type QueryTokenGetTokensArgs, type QueryTokenGetTokensDynamicDataArgs, RewardVault, type RewardVaultFragment, type Scalars, type Token, UserBalance, type UserBalanceFragment, result as default };
|
|
@@ -1886,16 +1886,6 @@ type GqlUserBgtBalance = {
|
|
|
1886
1886
|
unboostedBGTBalance: Scalars['String']['output'];
|
|
1887
1887
|
userAddress: Scalars['Bytes']['output'];
|
|
1888
1888
|
};
|
|
1889
|
-
type GqlUserPoolBalance = {
|
|
1890
|
-
__typename?: 'GqlUserPoolBalance';
|
|
1891
|
-
chain: GqlChain;
|
|
1892
|
-
poolId: Scalars['String']['output'];
|
|
1893
|
-
tokenAddress: Scalars['Bytes']['output'];
|
|
1894
|
-
tokenPrice?: Maybe<Scalars['Float']['output']>;
|
|
1895
|
-
totalBalance: Scalars['AmountHumanReadable']['output'];
|
|
1896
|
-
user: Scalars['String']['output'];
|
|
1897
|
-
walletBalance: Scalars['AmountHumanReadable']['output'];
|
|
1898
|
-
};
|
|
1899
1889
|
type GqlUserSwapVolumeFilter = {
|
|
1900
1890
|
poolIdIn?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1901
1891
|
tokenInIn?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
@@ -2238,11 +2228,6 @@ type Query = {
|
|
|
2238
2228
|
tokenGetTokens: Array<GqlToken>;
|
|
2239
2229
|
/** Returns dynamic data of a set of tokens such as price, market cap, etc. */
|
|
2240
2230
|
tokenGetTokensDynamicData: Array<GqlTokenDynamicData>;
|
|
2241
|
-
userGetPoolBalances: Array<GqlUserPoolBalance>;
|
|
2242
|
-
/** Will de deprecated in favor of poolGetEvents */
|
|
2243
|
-
userGetPoolJoinExits: Array<GqlPoolJoinExit>;
|
|
2244
|
-
/** Will de deprecated in favor of poolGetEvents */
|
|
2245
|
-
userGetSwaps: Array<GqlPoolSwap>;
|
|
2246
2231
|
};
|
|
2247
2232
|
type QueryBendVaultArgs = {
|
|
2248
2233
|
vaultAddress: Scalars['Bytes']['input'];
|
|
@@ -2426,24 +2411,6 @@ type QueryTokenGetTokensDynamicDataArgs = {
|
|
|
2426
2411
|
addresses: Array<Scalars['String']['input']>;
|
|
2427
2412
|
chain?: InputMaybe<GqlChain>;
|
|
2428
2413
|
};
|
|
2429
|
-
type QueryUserGetPoolBalancesArgs = {
|
|
2430
|
-
address?: InputMaybe<Scalars['String']['input']>;
|
|
2431
|
-
chains?: InputMaybe<Array<GqlChain>>;
|
|
2432
|
-
};
|
|
2433
|
-
type QueryUserGetPoolJoinExitsArgs = {
|
|
2434
|
-
address?: InputMaybe<Scalars['String']['input']>;
|
|
2435
|
-
chain?: InputMaybe<GqlChain>;
|
|
2436
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
2437
|
-
poolId: Scalars['String']['input'];
|
|
2438
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
2439
|
-
};
|
|
2440
|
-
type QueryUserGetSwapsArgs = {
|
|
2441
|
-
address?: InputMaybe<Scalars['String']['input']>;
|
|
2442
|
-
chain?: InputMaybe<GqlChain>;
|
|
2443
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
2444
|
-
poolId: Scalars['String']['input'];
|
|
2445
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
2446
|
-
};
|
|
2447
2414
|
type Token = {
|
|
2448
2415
|
__typename?: 'Token';
|
|
2449
2416
|
address: Scalars['Bytes']['output'];
|
|
@@ -2748,6 +2715,7 @@ type ApiValidatorMinimalFragment = {
|
|
|
2748
2715
|
rewardRate: string;
|
|
2749
2716
|
stakedBeraAmount: string;
|
|
2750
2717
|
lastDayDistributedBGTAmount: string;
|
|
2718
|
+
lastDayProposedBlockCount: number;
|
|
2751
2719
|
activeBoostAmountRank: number;
|
|
2752
2720
|
boostApr: number;
|
|
2753
2721
|
commissionOnIncentives: number;
|
|
@@ -2842,6 +2810,7 @@ type ApiValidatorFragment = {
|
|
|
2842
2810
|
rewardRate: string;
|
|
2843
2811
|
stakedBeraAmount: string;
|
|
2844
2812
|
lastDayDistributedBGTAmount: string;
|
|
2813
|
+
lastDayProposedBlockCount: number;
|
|
2845
2814
|
activeBoostAmountRank: number;
|
|
2846
2815
|
boostApr: number;
|
|
2847
2816
|
commissionOnIncentives: number;
|
|
@@ -2930,6 +2899,7 @@ type ApiValidatorInListFragment = {
|
|
|
2930
2899
|
rewardRate: string;
|
|
2931
2900
|
stakedBeraAmount: string;
|
|
2932
2901
|
lastDayDistributedBGTAmount: string;
|
|
2902
|
+
lastDayProposedBlockCount: number;
|
|
2933
2903
|
activeBoostAmountRank: number;
|
|
2934
2904
|
boostApr: number;
|
|
2935
2905
|
commissionOnIncentives: number;
|
|
@@ -3096,6 +3066,7 @@ type GetValidatorQuery = {
|
|
|
3096
3066
|
rewardRate: string;
|
|
3097
3067
|
stakedBeraAmount: string;
|
|
3098
3068
|
lastDayDistributedBGTAmount: string;
|
|
3069
|
+
lastDayProposedBlockCount: number;
|
|
3099
3070
|
activeBoostAmountRank: number;
|
|
3100
3071
|
boostApr: number;
|
|
3101
3072
|
commissionOnIncentives: number;
|
|
@@ -3176,6 +3147,7 @@ type GetValidatorsQuery = {
|
|
|
3176
3147
|
rewardRate: string;
|
|
3177
3148
|
stakedBeraAmount: string;
|
|
3178
3149
|
lastDayDistributedBGTAmount: string;
|
|
3150
|
+
lastDayProposedBlockCount: number;
|
|
3179
3151
|
activeBoostAmountRank: number;
|
|
3180
3152
|
boostApr: number;
|
|
3181
3153
|
commissionOnIncentives: number;
|
|
@@ -3286,6 +3258,7 @@ type GetVaultValidatorsQuery = {
|
|
|
3286
3258
|
rewardRate: string;
|
|
3287
3259
|
stakedBeraAmount: string;
|
|
3288
3260
|
lastDayDistributedBGTAmount: string;
|
|
3261
|
+
lastDayProposedBlockCount: number;
|
|
3289
3262
|
activeBoostAmountRank: number;
|
|
3290
3263
|
boostApr: number;
|
|
3291
3264
|
commissionOnIncentives: number;
|
|
@@ -3385,6 +3358,7 @@ type GlobalDataQuery = {
|
|
|
3385
3358
|
rewardRate: string;
|
|
3386
3359
|
stakedBeraAmount: string;
|
|
3387
3360
|
lastDayDistributedBGTAmount: string;
|
|
3361
|
+
lastDayProposedBlockCount: number;
|
|
3388
3362
|
activeBoostAmountRank: number;
|
|
3389
3363
|
boostApr: number;
|
|
3390
3364
|
commissionOnIncentives: number;
|
|
@@ -3602,4 +3576,4 @@ interface PossibleTypesResultData {
|
|
|
3602
3576
|
}
|
|
3603
3577
|
declare const result: PossibleTypesResultData;
|
|
3604
3578
|
|
|
3605
|
-
export { ApiMinimalVaultIncentive, type ApiMinimalVaultIncentiveFragment, ApiRewardAllocationWeight, type ApiRewardAllocationWeightFragment, ApiValidator, ApiValidatorBlockUptime, type ApiValidatorBlockUptimeFragment, type ApiValidatorFragment, ApiValidatorInList, type ApiValidatorInListFragment, ApiValidatorIncentive, type ApiValidatorIncentiveFragment, ApiValidatorMinimal, type ApiValidatorMinimalFragment, ApiValidatorRewardAllocationWeight, type ApiValidatorRewardAllocationWeightFragment, ApiVault, type ApiVaultFragment, ApiVaultIncentive, type ApiVaultIncentiveFragment, type BendVaultDynamicData, type BendVaultResponse, type Exact, GetBendVaults, type GetBendVaultsQuery, type GetBendVaultsQueryVariables, GetHeroEarnVaults, type GetHeroEarnVaultsQuery, type GetHeroEarnVaultsQueryVariables, GetRewardVault, type GetRewardVaultQuery, type GetRewardVaultQueryVariables, GetSWberaVaultMetadata, type GetSWberaVaultMetadataQuery, type GetSWberaVaultMetadataQueryVariables, GetSWberaVaultSnapshots, type GetSWberaVaultSnapshotsQuery, type GetSWberaVaultSnapshotsQueryVariables, GetUserValidatorInformation, type GetUserValidatorInformationQuery, type GetUserValidatorInformationQueryVariables, GetUserVaults, type GetUserVaultsQuery, type GetUserVaultsQueryVariables, GetValidator, type GetValidatorQuery, type GetValidatorQueryVariables, GetValidators, type GetValidatorsQuery, type GetValidatorsQueryVariables, GetVaultHistory, type GetVaultHistoryQuery, type GetVaultHistoryQueryVariables, GetVaultValidators, type GetVaultValidatorsQuery, type GetVaultValidatorsQueryVariables, GetVaults, type GetVaultsQuery, type GetVaultsQueryVariables, GlobalData, type GlobalDataQuery, type GlobalDataQueryVariables, type GqlBalancePoolAprItem, type GqlBalancePoolAprSubItem, GqlChain, type GqlDefaultRewardAllocation, type GqlDefaultRewardAllocationWeight, type GqlGlobalInfo, type GqlGraphTraversalConfigInput, type GqlHistoricalTokenPrice, type GqlHistoricalTokenPriceEntry, type GqlIncentive, type GqlLatestSyncedBlocks, type GqlNestedPool, type GqlPagination, type GqlPoolAddRemoveEventV3, type GqlPoolAggregator, type GqlPoolApr, type GqlPoolAprItem, GqlPoolAprItemType, type GqlPoolAprRange, type GqlPoolAprTotal, type GqlPoolAprValue, type GqlPoolBase, type GqlPoolBatchSwap, type GqlPoolBatchSwapPool, type GqlPoolBatchSwapSwap, type GqlPoolComposableStable, type GqlPoolComposableStableNested, type GqlPoolDynamicData, type GqlPoolElement, type GqlPoolEvent, type GqlPoolEventAmount, GqlPoolEventType, GqlPoolEventsDataRange, type GqlPoolEventsFilter, type GqlPoolFilter, GqlPoolFilterCategory, type GqlPoolFx, type GqlPoolGyro, type GqlPoolInvestConfig, type GqlPoolInvestOption, type GqlPoolJoinExit, type GqlPoolJoinExitAmount, type GqlPoolJoinExitFilter, GqlPoolJoinExitType, type GqlPoolLiquidityBootstrapping, type GqlPoolMetaStable, type GqlPoolMinimal, type GqlPoolNestedUnion, GqlPoolNestingType, GqlPoolOrderBy, GqlPoolOrderDirection, type GqlPoolSnapshot, GqlPoolSnapshotDataRange, type GqlPoolStable, type GqlPoolStableComposablePoolData, type GqlPoolSwap, type GqlPoolSwapEventCowAmm, type GqlPoolSwapEventV3, type GqlPoolSwapFilter, type GqlPoolTimePeriod, type GqlPoolToken, type GqlPoolTokenBase, type GqlPoolTokenComposableStable, type GqlPoolTokenComposableStableNestedUnion, type GqlPoolTokenDetail, type GqlPoolTokenDisplay, type GqlPoolTokenExpanded, type GqlPoolTokenUnion, GqlPoolType, type GqlPoolUnion, type GqlPoolUserBalance, type GqlPoolUserSwapVolume, type GqlPoolWeighted, type GqlPoolWithdrawConfig, type GqlPoolWithdrawOption, type GqlPriceImpact, type GqlPriceRateProviderData, type GqlPriceRateProviderUpgradeableComponent, type GqlProtocolMetricsAggregated, type GqlProtocolMetricsChain, type GqlRelicSnapshot, type GqlRewardVault, type GqlRewardVaultDynamicData, type GqlRewardVaultFilter, type GqlRewardVaultIncentive, GqlRewardVaultIncentiveOrderBy, GqlRewardVaultIncentiveOrderDirection, type GqlRewardVaultMetadata, GqlRewardVaultOrderBy, GqlRewardVaultOrderDirection, type GqlRewardVaultSnapshot, GqlRewardVaultSnapshotDataRange, GqlRewardVaultSnapshotResolution, type GqlRewardVaultWhitelistedToken, type GqlSWberaVaultMetadata, GqlSWberaVaultMetadataResolution, type GqlSWberaVaultSnapshot, type GqlSorCallData, type GqlSorGetSwapPaths, type GqlSorGetSwapsResponse, type GqlSorPath, type GqlSorSwap, type GqlSorSwapOptionsInput, type GqlSorSwapRoute, type GqlSorSwapRouteHop, GqlSorSwapType, type GqlSwapCallDataInput, type GqlToken, type GqlTokenAmountHumanReadable, type GqlTokenCandlestickChartDataItem, GqlTokenChartDataRange, type GqlTokenData, type GqlTokenDynamicData, type GqlTokenMutationResult, type GqlTokenPrice, type GqlTokenPriceChartDataItem, GqlTokenType, type GqlUserBgtBalance, type
|
|
3579
|
+
export { ApiMinimalVaultIncentive, type ApiMinimalVaultIncentiveFragment, ApiRewardAllocationWeight, type ApiRewardAllocationWeightFragment, ApiValidator, ApiValidatorBlockUptime, type ApiValidatorBlockUptimeFragment, type ApiValidatorFragment, ApiValidatorInList, type ApiValidatorInListFragment, ApiValidatorIncentive, type ApiValidatorIncentiveFragment, ApiValidatorMinimal, type ApiValidatorMinimalFragment, ApiValidatorRewardAllocationWeight, type ApiValidatorRewardAllocationWeightFragment, ApiVault, type ApiVaultFragment, ApiVaultIncentive, type ApiVaultIncentiveFragment, type BendVaultDynamicData, type BendVaultResponse, type Exact, GetBendVaults, type GetBendVaultsQuery, type GetBendVaultsQueryVariables, GetHeroEarnVaults, type GetHeroEarnVaultsQuery, type GetHeroEarnVaultsQueryVariables, GetRewardVault, type GetRewardVaultQuery, type GetRewardVaultQueryVariables, GetSWberaVaultMetadata, type GetSWberaVaultMetadataQuery, type GetSWberaVaultMetadataQueryVariables, GetSWberaVaultSnapshots, type GetSWberaVaultSnapshotsQuery, type GetSWberaVaultSnapshotsQueryVariables, GetUserValidatorInformation, type GetUserValidatorInformationQuery, type GetUserValidatorInformationQueryVariables, GetUserVaults, type GetUserVaultsQuery, type GetUserVaultsQueryVariables, GetValidator, type GetValidatorQuery, type GetValidatorQueryVariables, GetValidators, type GetValidatorsQuery, type GetValidatorsQueryVariables, GetVaultHistory, type GetVaultHistoryQuery, type GetVaultHistoryQueryVariables, GetVaultValidators, type GetVaultValidatorsQuery, type GetVaultValidatorsQueryVariables, GetVaults, type GetVaultsQuery, type GetVaultsQueryVariables, GlobalData, type GlobalDataQuery, type GlobalDataQueryVariables, type GqlBalancePoolAprItem, type GqlBalancePoolAprSubItem, GqlChain, type GqlDefaultRewardAllocation, type GqlDefaultRewardAllocationWeight, type GqlGlobalInfo, type GqlGraphTraversalConfigInput, type GqlHistoricalTokenPrice, type GqlHistoricalTokenPriceEntry, type GqlIncentive, type GqlLatestSyncedBlocks, type GqlNestedPool, type GqlPagination, type GqlPoolAddRemoveEventV3, type GqlPoolAggregator, type GqlPoolApr, type GqlPoolAprItem, GqlPoolAprItemType, type GqlPoolAprRange, type GqlPoolAprTotal, type GqlPoolAprValue, type GqlPoolBase, type GqlPoolBatchSwap, type GqlPoolBatchSwapPool, type GqlPoolBatchSwapSwap, type GqlPoolComposableStable, type GqlPoolComposableStableNested, type GqlPoolDynamicData, type GqlPoolElement, type GqlPoolEvent, type GqlPoolEventAmount, GqlPoolEventType, GqlPoolEventsDataRange, type GqlPoolEventsFilter, type GqlPoolFilter, GqlPoolFilterCategory, type GqlPoolFx, type GqlPoolGyro, type GqlPoolInvestConfig, type GqlPoolInvestOption, type GqlPoolJoinExit, type GqlPoolJoinExitAmount, type GqlPoolJoinExitFilter, GqlPoolJoinExitType, type GqlPoolLiquidityBootstrapping, type GqlPoolMetaStable, type GqlPoolMinimal, type GqlPoolNestedUnion, GqlPoolNestingType, GqlPoolOrderBy, GqlPoolOrderDirection, type GqlPoolSnapshot, GqlPoolSnapshotDataRange, type GqlPoolStable, type GqlPoolStableComposablePoolData, type GqlPoolSwap, type GqlPoolSwapEventCowAmm, type GqlPoolSwapEventV3, type GqlPoolSwapFilter, type GqlPoolTimePeriod, type GqlPoolToken, type GqlPoolTokenBase, type GqlPoolTokenComposableStable, type GqlPoolTokenComposableStableNestedUnion, type GqlPoolTokenDetail, type GqlPoolTokenDisplay, type GqlPoolTokenExpanded, type GqlPoolTokenUnion, GqlPoolType, type GqlPoolUnion, type GqlPoolUserBalance, type GqlPoolUserSwapVolume, type GqlPoolWeighted, type GqlPoolWithdrawConfig, type GqlPoolWithdrawOption, type GqlPriceImpact, type GqlPriceRateProviderData, type GqlPriceRateProviderUpgradeableComponent, type GqlProtocolMetricsAggregated, type GqlProtocolMetricsChain, type GqlRelicSnapshot, type GqlRewardVault, type GqlRewardVaultDynamicData, type GqlRewardVaultFilter, type GqlRewardVaultIncentive, GqlRewardVaultIncentiveOrderBy, GqlRewardVaultIncentiveOrderDirection, type GqlRewardVaultMetadata, GqlRewardVaultOrderBy, GqlRewardVaultOrderDirection, type GqlRewardVaultSnapshot, GqlRewardVaultSnapshotDataRange, GqlRewardVaultSnapshotResolution, type GqlRewardVaultWhitelistedToken, type GqlSWberaVaultMetadata, GqlSWberaVaultMetadataResolution, type GqlSWberaVaultSnapshot, type GqlSorCallData, type GqlSorGetSwapPaths, type GqlSorGetSwapsResponse, type GqlSorPath, type GqlSorSwap, type GqlSorSwapOptionsInput, type GqlSorSwapRoute, type GqlSorSwapRouteHop, GqlSorSwapType, type GqlSwapCallDataInput, type GqlToken, type GqlTokenAmountHumanReadable, type GqlTokenCandlestickChartDataItem, GqlTokenChartDataRange, type GqlTokenData, type GqlTokenDynamicData, type GqlTokenMutationResult, type GqlTokenPrice, type GqlTokenPriceChartDataItem, GqlTokenType, type GqlUserBgtBalance, type GqlUserSwapVolumeFilter, type GqlUserVaultDeposit, type GqlUserVaultDepositMinimal, GqlUserVaultDepositOrderBy, GqlUserVaultDepositOrderDirection, type GqlValidator, type GqlValidatorBlockUptime, GqlValidatorBlockUptimeStatus, type GqlValidatorBoost, GqlValidatorBoostOrderBy, GqlValidatorBoostOrderDirection, type GqlValidatorCommissionHistory, type GqlValidatorDynamicData, type GqlValidatorFilter, type GqlValidatorInList, type GqlValidatorIncentive, type GqlValidatorMetadata, GqlValidatorOrderBy, GqlValidatorOrderDirection, type GqlValidatorRewardAllocationWeight, type GqlValidatorStats, GqlVaultSnapshotDataRange, type Hook, type HookData, type Incremental, type InputMaybe, type MakeEmpty, type MakeMaybe, type MakeOptional, type Maybe, type PaginatedRewardVaultIncentivesResponse, type PaginatedRewardVaultsResponse, type PaginatedUserVaultDepositsResponse, type PaginatedValidatorBlockUptimesResponse, type PaginatedValidatorBoostsResponse, type PaginatedValidatorsResponse, type PossibleTypesResultData, type Query, type QueryBendVaultArgs, type QueryHooksArgs, type QueryPolGetActiveIncentivesArgs, type QueryPolGetGlobalInfoArgs, type QueryPolGetRewardVaultArgs, type QueryPolGetRewardVaultSnapshotsArgs, type QueryPolGetRewardVaultsArgs, type QueryPolGetSWberaVaultMetadataArgs, type QueryPolGetSWberaVaultSnapshotsArgs, type QueryPolGetTopVaultDepositsArgs, type QueryPolGetUserVaultDepositsArgs, type QueryPolGetValidatorArgs, type QueryPolGetValidatorBlockUptimesArgs, type QueryPolGetValidatorBoostsArgs, type QueryPolGetValidatorsArgs, type QueryPoolEventsArgs, type QueryPoolGetAggregatorPoolsArgs, type QueryPoolGetEventsArgs, type QueryPoolGetPoolArgs, type QueryPoolGetPoolsArgs, type QueryPoolGetPoolsCountArgs, type QueryPoolGetSnapshotsArgs, type QueryProtocolMetricsAggregatedArgs, type QueryProtocolMetricsChainArgs, type QuerySorGetSwapPathsArgs, type QuerySorGetSwapsArgs, type QueryTokenGetCurrentPriceArgs, type QueryTokenGetCurrentPricesArgs, type QueryTokenGetHistoricalPricesArgs, type QueryTokenGetTokenArgs, type QueryTokenGetTokenDynamicDataArgs, type QueryTokenGetTokensArgs, type QueryTokenGetTokensDynamicDataArgs, type Scalars, type Token, result as default };
|
package/dist/pol/api.codegen.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@berachain/graphql",
|
|
3
|
-
"version": "0.4.16-beta.
|
|
3
|
+
"version": "0.4.16-beta.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"openapi-typescript": "7.13.0",
|
|
33
33
|
"tsup": "8.5.1",
|
|
34
34
|
"typescript": "5.5.4",
|
|
35
|
-
"@berachain/config": "^0.1.
|
|
35
|
+
"@berachain/config": "^0.1.15-beta.5"
|
|
36
36
|
},
|
|
37
37
|
"exports": {
|
|
38
38
|
"./governance": {
|