@berachain/graphql 0.1.4 → 0.1.5
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/bend/whisk.codegen.cjs +3 -2
- package/dist/bend/whisk.codegen.cjs.map +1 -0
- package/dist/bend/whisk.codegen.d.cts +1 -0
- package/dist/bend/whisk.codegen.d.ts +1 -0
- package/dist/bend/whisk.codegen.mjs +2 -1
- package/dist/bend/whisk.codegen.mjs.map +1 -0
- package/dist/chain/chain.codegen.cjs +1 -0
- package/dist/chain/chain.codegen.cjs.map +1 -0
- package/dist/chain/chain.codegen.mjs +1 -0
- package/dist/chain/chain.codegen.mjs.map +1 -0
- package/dist/dex/api.codegen.cjs +1 -0
- package/dist/dex/api.codegen.cjs.map +1 -0
- package/dist/dex/api.codegen.mjs +1 -0
- package/dist/dex/api.codegen.mjs.map +1 -0
- package/dist/dex/subgraph.codegen.cjs +1 -0
- package/dist/dex/subgraph.codegen.cjs.map +1 -0
- package/dist/dex/subgraph.codegen.mjs +1 -0
- package/dist/dex/subgraph.codegen.mjs.map +1 -0
- package/dist/governance/governance.codegen.cjs +1 -0
- package/dist/governance/governance.codegen.cjs.map +1 -0
- package/dist/governance/governance.codegen.mjs +1 -0
- package/dist/governance/governance.codegen.mjs.map +1 -0
- package/dist/honey/honey.codegen.cjs +12 -26
- package/dist/honey/honey.codegen.cjs.map +1 -0
- package/dist/honey/honey.codegen.d.cts +8 -28
- package/dist/honey/honey.codegen.d.ts +8 -28
- package/dist/honey/honey.codegen.mjs +8 -22
- package/dist/honey/honey.codegen.mjs.map +1 -0
- package/dist/pol/api.codegen.cjs +1 -0
- package/dist/pol/api.codegen.cjs.map +1 -0
- package/dist/pol/api.codegen.mjs +1 -0
- package/dist/pol/api.codegen.mjs.map +1 -0
- package/dist/pol/subgraph.codegen.cjs +1 -0
- package/dist/pol/subgraph.codegen.cjs.map +1 -0
- package/dist/pol/subgraph.codegen.mjs +1 -0
- package/dist/pol/subgraph.codegen.mjs.map +1 -0
- package/package.json +4 -4
|
@@ -195,3 +195,4 @@ ${g}`,st=s`
|
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
197
|
`,X={possibleTypes:{}},lt=X;export{B as ActiveIncentive_OrderBy,A as Aggregation_Interval,J as BlockRewardStatsByValidator,k as BlockReward_OrderBy,z as BoostByValidator,h as Boost_OrderBy,at as GetAllValidators,et as GetGauges,st as GetIncentiveFeeClaimStats,rt as GetRewardVault,O as GetUserValidatorInformation,tt as GetValidValidator,pt as GetValidatorAnalytics,nt as GetValidatorBlockStats,ot as GetValidatorByAccount,ut as GetValidatorByOperator,it as GetWeeklyBgtInflation,Z as GlobalInfo,v as GlobalInfo_OrderBy,w as IncentiveDistribution_OrderBy,D as IncentiveFeeClaim_OrderBy,T as IncentiveFeePayoutAmountHistory_OrderBy,x as IncentiveTokensByValidator_OrderBy,V as OrderDirection,R as RewardAllocationActivation_OrderBy,F as RewardAllocationMaxWeightHistory_OrderBy,C as RewardAllocationQueue_OrderBy,H as RewardAllocationWeight_OrderBy,P as RewardAllocation_OrderBy,Q as RewardDistribution_OrderBy,g as StakingToken,j as SubgraphStatusMeta,q as TokenInformation_OrderBy,E as UserBoost_OrderBy,f as UserFeeHistory_OrderBy,W as UserVaultStake_OrderBy,N as ValidatorCommissionHistory_OrderBy,d as ValidatorMinimal,G as Validator_OrderBy,L as VaultMinimal,m as VaultWithStakingToken,U as Vault_OrderBy,K as WhitelistedToken_OrderBy,$ as _SubgraphErrorPolicy_,lt as default};
|
|
198
|
+
//# sourceMappingURL=subgraph.codegen.mjs.map
|