@zeitgeistpm/indexer
Advanced tools
Comparing version 3.19.0 to 3.20.0
@@ -48,2 +48,4 @@ import gql from 'graphql-tag'; | ||
AssetOrderByInput["MarketBaseAssetDesc"] = "market_baseAsset_DESC"; | ||
AssetOrderByInput["MarketCategoryNamesAsc"] = "market_categoryNames_ASC"; | ||
AssetOrderByInput["MarketCategoryNamesDesc"] = "market_categoryNames_DESC"; | ||
AssetOrderByInput["MarketCreationAsc"] = "market_creation_ASC"; | ||
@@ -108,2 +110,7 @@ AssetOrderByInput["MarketCreationDesc"] = "market_creation_DESC"; | ||
})(AssetOrderByInput || (AssetOrderByInput = {})); | ||
/** Filtering balance based on event */ | ||
var BalanceInfoEvent; | ||
(function (BalanceInfoEvent) { | ||
BalanceInfoEvent["MintedInCourt"] = "MintedInCourt"; | ||
})(BalanceInfoEvent || (BalanceInfoEvent = {})); | ||
var BaseAsset; | ||
@@ -183,2 +190,4 @@ (function (BaseAsset) { | ||
HistoricalMarketOrderByInput["MarketBaseAssetDesc"] = "market_baseAsset_DESC"; | ||
HistoricalMarketOrderByInput["MarketCategoryNamesAsc"] = "market_categoryNames_ASC"; | ||
HistoricalMarketOrderByInput["MarketCategoryNamesDesc"] = "market_categoryNames_DESC"; | ||
HistoricalMarketOrderByInput["MarketCreationAsc"] = "market_creation_ASC"; | ||
@@ -302,2 +311,4 @@ HistoricalMarketOrderByInput["MarketCreationDesc"] = "market_creation_DESC"; | ||
MarketOrderByInput["BaseAssetDesc"] = "baseAsset_DESC"; | ||
MarketOrderByInput["CategoryNamesAsc"] = "categoryNames_ASC"; | ||
MarketOrderByInput["CategoryNamesDesc"] = "categoryNames_DESC"; | ||
MarketOrderByInput["CreationAsc"] = "creation_ASC"; | ||
@@ -942,3 +953,3 @@ MarketOrderByInput["CreationDesc"] = "creation_DESC"; | ||
export { AccountBalanceOrderByInput, AccountBalancesDocument, AccountOrderByInput, AssetKind, AssetOrderByInput, AssetPriceDocument, AssetsDocument, BaseAsset, DisputeMechanism, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullHistoricalSwapFragmentDoc, FullMarketFragmentDoc, FullMarketMetadataFragmentDoc, FullNeoPoolFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalMarketsDocument, HistoricalPoolOrderByInput, HistoricalPoolsDocument, HistoricalSwapOrderByInput, HistoricalSwapsDocument, MarketCreation, MarketEvent, MarketMetadataDocument, MarketOrderByInput, MarketStatsDocument, MarketStatus, MarketStatusCountDocument, MarketsDocument, NeoPoolOrderByInput, NeoPoolsDocument, OrderBy, PingQueryDocument, PoolOrderByInput, PoolStatus, PoolsDocument, ScoringRule, SquidStatusDocument, StatsDocument, TargetAsset, Unit, getSdk }; | ||
export { AccountBalanceOrderByInput, AccountBalancesDocument, AccountOrderByInput, AssetKind, AssetOrderByInput, AssetPriceDocument, AssetsDocument, BalanceInfoEvent, BaseAsset, DisputeMechanism, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullHistoricalSwapFragmentDoc, FullMarketFragmentDoc, FullMarketMetadataFragmentDoc, FullNeoPoolFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalMarketsDocument, HistoricalPoolOrderByInput, HistoricalPoolsDocument, HistoricalSwapOrderByInput, HistoricalSwapsDocument, MarketCreation, MarketEvent, MarketMetadataDocument, MarketOrderByInput, MarketStatsDocument, MarketStatus, MarketStatusCountDocument, MarketsDocument, NeoPoolOrderByInput, NeoPoolsDocument, OrderBy, PingQueryDocument, PoolOrderByInput, PoolStatus, PoolsDocument, ScoringRule, SquidStatusDocument, StatsDocument, TargetAsset, Unit, getSdk }; | ||
//# sourceMappingURL=sdk.esm.js.map |
@@ -50,2 +50,4 @@ 'use strict'; | ||
AssetOrderByInput["MarketBaseAssetDesc"] = "market_baseAsset_DESC"; | ||
AssetOrderByInput["MarketCategoryNamesAsc"] = "market_categoryNames_ASC"; | ||
AssetOrderByInput["MarketCategoryNamesDesc"] = "market_categoryNames_DESC"; | ||
AssetOrderByInput["MarketCreationAsc"] = "market_creation_ASC"; | ||
@@ -110,2 +112,7 @@ AssetOrderByInput["MarketCreationDesc"] = "market_creation_DESC"; | ||
})(exports.AssetOrderByInput || (exports.AssetOrderByInput = {})); | ||
/** Filtering balance based on event */ | ||
exports.BalanceInfoEvent = void 0; | ||
(function (BalanceInfoEvent) { | ||
BalanceInfoEvent["MintedInCourt"] = "MintedInCourt"; | ||
})(exports.BalanceInfoEvent || (exports.BalanceInfoEvent = {})); | ||
exports.BaseAsset = void 0; | ||
@@ -185,2 +192,4 @@ (function (BaseAsset) { | ||
HistoricalMarketOrderByInput["MarketBaseAssetDesc"] = "market_baseAsset_DESC"; | ||
HistoricalMarketOrderByInput["MarketCategoryNamesAsc"] = "market_categoryNames_ASC"; | ||
HistoricalMarketOrderByInput["MarketCategoryNamesDesc"] = "market_categoryNames_DESC"; | ||
HistoricalMarketOrderByInput["MarketCreationAsc"] = "market_creation_ASC"; | ||
@@ -304,2 +313,4 @@ HistoricalMarketOrderByInput["MarketCreationDesc"] = "market_creation_DESC"; | ||
MarketOrderByInput["BaseAssetDesc"] = "baseAsset_DESC"; | ||
MarketOrderByInput["CategoryNamesAsc"] = "categoryNames_ASC"; | ||
MarketOrderByInput["CategoryNamesDesc"] = "categoryNames_DESC"; | ||
MarketOrderByInput["CreationAsc"] = "creation_ASC"; | ||
@@ -306,0 +317,0 @@ MarketOrderByInput["CreationDesc"] = "creation_DESC"; |
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, BaseAsset, DisputeMechanism, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullHistoricalSwapFragmentDoc, FullMarketFragmentDoc, FullMarketMetadataFragmentDoc, FullNeoPoolFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalMarketsDocument, HistoricalPoolOrderByInput, HistoricalPoolsDocument, HistoricalSwapOrderByInput, HistoricalSwapsDocument, MarketCreation, MarketEvent, MarketMetadataDocument, MarketOrderByInput, MarketStatsDocument, MarketStatus, MarketStatusCountDocument, MarketsDocument, NeoPoolOrderByInput, NeoPoolsDocument, OrderBy, PingQueryDocument, PoolOrderByInput, PoolStatus, PoolsDocument, ScoringRule, SquidStatusDocument, StatsDocument, TargetAsset, Unit, getSdk } from './graphql/sdk.esm.js'; | ||
export { AccountBalanceOrderByInput, AccountBalancesDocument, AccountOrderByInput, AssetKind, AssetOrderByInput, AssetPriceDocument, AssetsDocument, BalanceInfoEvent, BaseAsset, DisputeMechanism, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullHistoricalSwapFragmentDoc, FullMarketFragmentDoc, FullMarketMetadataFragmentDoc, FullNeoPoolFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalMarketsDocument, HistoricalPoolOrderByInput, HistoricalPoolsDocument, HistoricalSwapOrderByInput, HistoricalSwapsDocument, MarketCreation, MarketEvent, MarketMetadataDocument, MarketOrderByInput, MarketStatsDocument, MarketStatus, MarketStatusCountDocument, MarketsDocument, NeoPoolOrderByInput, NeoPoolsDocument, OrderBy, PingQueryDocument, PoolOrderByInput, PoolStatus, PoolsDocument, ScoringRule, SquidStatusDocument, StatsDocument, TargetAsset, Unit, getSdk } from './graphql/sdk.esm.js'; | ||
@@ -6,0 +6,0 @@ /** |
@@ -42,2 +42,6 @@ 'use strict'; | ||
exports.AssetsDocument = sdk.AssetsDocument; | ||
Object.defineProperty(exports, 'BalanceInfoEvent', { | ||
enumerable: true, | ||
get: function () { return sdk.BalanceInfoEvent; } | ||
}); | ||
Object.defineProperty(exports, 'BaseAsset', { | ||
@@ -44,0 +48,0 @@ enumerable: true, |
{ | ||
"name": "@zeitgeistpm/indexer", | ||
"version": "3.19.0", | ||
"version": "3.20.0", | ||
"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 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
1256417
11075