@zeitgeistpm/indexer
Advanced tools
Comparing version 4.4.0 to 4.4.1
import { GraphQLClient } from 'graphql-request'; | ||
import { augments } from './augments/index.esm.js'; | ||
import { getSdk } from './graphql/sdk.esm.js'; | ||
export { AccountBalanceOrderByInput, AccountBalancesDocument, AccountOrderByInput, AssetKind, AssetOrderByInput, AssetPriceDocument, AssetsDocument, BalanceInfoDocument, BalanceInfoEvent, BaseAsset, DisputeMechanism, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullHistoricalSwapFragmentDoc, FullLiquiditySharesManagerFragmentDoc, FullMarketFragmentDoc, FullMarketMetadataFragmentDoc, FullNeoPoolFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalMarketsDocument, HistoricalOrderOrderByInput, HistoricalPoolOrderByInput, HistoricalPoolsDocument, HistoricalSwapOrderByInput, HistoricalSwapsDocument, IssuanceHistoryDocument, LiquidityHistoryDocument, LiquiditySharesManagerOrderByInput, LiquiditySharesManagersDocument, MarketCreation, MarketEvent, MarketMetadataDocument, MarketOrderByInput, MarketStatsDocument, MarketStatus, MarketStatusCountDocument, MarketsDocument, NeoPoolOrderByInput, NeoPoolsDocument, OrderBy, PingQueryDocument, PoolOrderByInput, PoolStatus, PoolsDocument, ScoringRule, SquidStatusDocument, StatsDocument, TargetAsset, Unit, VolumeHistoryDocument, getSdk } from './graphql/sdk.esm.js'; | ||
export { AccountBalanceOrderByInput, AccountBalancesDocument, AccountOrderByInput, AssetKind, AssetOrderByInput, AssetPriceDocument, AssetsDocument, BalanceInfoDocument, BalanceInfoEvent, BaseAsset, DisputeMechanism, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullHistoricalSwapFragmentDoc, FullLiquiditySharesManagerFragmentDoc, FullMarketFragmentDoc, FullMarketMetadataFragmentDoc, FullNeoPoolFragmentDoc, FullOrderFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalMarketsDocument, HistoricalOrderOrderByInput, HistoricalPoolOrderByInput, HistoricalPoolsDocument, HistoricalSwapOrderByInput, HistoricalSwapsDocument, IssuanceHistoryDocument, LiquidityHistoryDocument, LiquiditySharesManagerOrderByInput, LiquiditySharesManagersDocument, MarketCreation, MarketEvent, MarketMetadataDocument, MarketOrderByInput, MarketStatsDocument, MarketStatus, MarketStatusCountDocument, MarketsDocument, NeoPoolOrderByInput, NeoPoolsDocument, OrderBy, OrderEvent, OrderOrderByInput, OrdersDocument, PingQueryDocument, PoolOrderByInput, PoolStatus, PoolsDocument, ScoringRule, SquidStatusDocument, StatsDocument, TargetAsset, Unit, VolumeHistoryDocument, getSdk } from './graphql/sdk.esm.js'; | ||
@@ -6,0 +6,0 @@ /** |
@@ -64,2 +64,3 @@ 'use strict'; | ||
exports.FullNeoPoolFragmentDoc = sdk.FullNeoPoolFragmentDoc; | ||
exports.FullOrderFragmentDoc = sdk.FullOrderFragmentDoc; | ||
exports.FullPoolFragmentDoc = sdk.FullPoolFragmentDoc; | ||
@@ -131,2 +132,11 @@ Object.defineProperty(exports, 'HistoricalAccountBalanceOrderByInput', { | ||
}); | ||
Object.defineProperty(exports, 'OrderEvent', { | ||
enumerable: true, | ||
get: function () { return sdk.OrderEvent; } | ||
}); | ||
Object.defineProperty(exports, 'OrderOrderByInput', { | ||
enumerable: true, | ||
get: function () { return sdk.OrderOrderByInput; } | ||
}); | ||
exports.OrdersDocument = sdk.OrdersDocument; | ||
exports.PingQueryDocument = sdk.PingQueryDocument; | ||
@@ -133,0 +143,0 @@ Object.defineProperty(exports, 'PoolOrderByInput', { |
{ | ||
"name": "@zeitgeistpm/indexer", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1868430
15672