@zeitgeistpm/indexer
Advanced tools
Comparing version 2.17.2 to 3.0.1
@@ -67,4 +67,2 @@ import gql from 'graphql-tag'; | ||
AssetOrderByInput["PoolVolumeDesc"] = "pool_volume_DESC"; | ||
AssetOrderByInput["PoolZtgQtyAsc"] = "pool_ztgQty_ASC"; | ||
AssetOrderByInput["PoolZtgQtyDesc"] = "pool_ztgQty_DESC"; | ||
AssetOrderByInput["PriceAsc"] = "price_ASC"; | ||
@@ -114,4 +112,2 @@ AssetOrderByInput["PriceDesc"] = "price_DESC"; | ||
HistoricalAssetOrderByInput["TimestampDesc"] = "timestamp_DESC"; | ||
HistoricalAssetOrderByInput["ZtgTradedAsc"] = "ztgTraded_ASC"; | ||
HistoricalAssetOrderByInput["ZtgTradedDesc"] = "ztgTraded_DESC"; | ||
})(HistoricalAssetOrderByInput || (HistoricalAssetOrderByInput = {})); | ||
@@ -159,4 +155,2 @@ var HistoricalMarketOrderByInput; | ||
HistoricalPoolOrderByInput["VolumeDesc"] = "volume_DESC"; | ||
HistoricalPoolOrderByInput["ZtgQtyAsc"] = "ztgQty_ASC"; | ||
HistoricalPoolOrderByInput["ZtgQtyDesc"] = "ztgQty_DESC"; | ||
})(HistoricalPoolOrderByInput || (HistoricalPoolOrderByInput = {})); | ||
@@ -184,2 +178,16 @@ var HistoricalSwapOrderByInput; | ||
})(HistoricalSwapOrderByInput || (HistoricalSwapOrderByInput = {})); | ||
/** Market's event options */ | ||
var MarketEvent; | ||
(function (MarketEvent) { | ||
MarketEvent["MarketApproved"] = "MarketApproved"; | ||
MarketEvent["MarketClosed"] = "MarketClosed"; | ||
MarketEvent["MarketCreated"] = "MarketCreated"; | ||
MarketEvent["MarketDestroyed"] = "MarketDestroyed"; | ||
MarketEvent["MarketDisputed"] = "MarketDisputed"; | ||
MarketEvent["MarketExpired"] = "MarketExpired"; | ||
MarketEvent["MarketRejected"] = "MarketRejected"; | ||
MarketEvent["MarketReported"] = "MarketReported"; | ||
MarketEvent["MarketResolved"] = "MarketResolved"; | ||
MarketEvent["PoolCreate"] = "PoolCreate"; | ||
})(MarketEvent || (MarketEvent = {})); | ||
var MarketOrderByInput; | ||
@@ -253,4 +261,2 @@ (function (MarketOrderByInput) { | ||
MarketOrderByInput["PoolVolumeDesc"] = "pool_volume_DESC"; | ||
MarketOrderByInput["PoolZtgQtyAsc"] = "pool_ztgQty_ASC"; | ||
MarketOrderByInput["PoolZtgQtyDesc"] = "pool_ztgQty_DESC"; | ||
MarketOrderByInput["QuestionAsc"] = "question_ASC"; | ||
@@ -321,4 +327,2 @@ MarketOrderByInput["QuestionDesc"] = "question_DESC"; | ||
PoolOrderByInput["VolumeDesc"] = "volume_DESC"; | ||
PoolOrderByInput["ZtgQtyAsc"] = "ztgQty_ASC"; | ||
PoolOrderByInput["ZtgQtyDesc"] = "ztgQty_DESC"; | ||
})(PoolOrderByInput || (PoolOrderByInput = {})); | ||
@@ -501,3 +505,3 @@ /** Pool's status options */ | ||
} | ||
ztgQty | ||
baseAssetQty | ||
} | ||
@@ -686,3 +690,3 @@ question | ||
export { AccountBalanceOrderByInput, AccountBalancesDocument, AccountOrderByInput, AssetOrderByInput, AssetsDocument, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullMarketFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalMarketsDocument, HistoricalPoolOrderByInput, HistoricalPoolsDocument, HistoricalSwapOrderByInput, MarketOrderByInput, MarketStatsDocument, MarketStatus, MarketStatusCountDocument, MarketsDocument, PingQueryDocument, PoolOrderByInput, PoolStatus, PoolsDocument, SquidStatusDocument, StatsDocument, Unit, getSdk }; | ||
export { AccountBalanceOrderByInput, AccountBalancesDocument, AccountOrderByInput, AssetOrderByInput, AssetsDocument, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullMarketFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalMarketsDocument, HistoricalPoolOrderByInput, HistoricalPoolsDocument, HistoricalSwapOrderByInput, MarketEvent, MarketOrderByInput, MarketStatsDocument, MarketStatus, MarketStatusCountDocument, MarketsDocument, PingQueryDocument, PoolOrderByInput, PoolStatus, PoolsDocument, SquidStatusDocument, StatsDocument, Unit, getSdk }; | ||
//# sourceMappingURL=sdk.esm.js.map |
@@ -69,4 +69,2 @@ 'use strict'; | ||
AssetOrderByInput["PoolVolumeDesc"] = "pool_volume_DESC"; | ||
AssetOrderByInput["PoolZtgQtyAsc"] = "pool_ztgQty_ASC"; | ||
AssetOrderByInput["PoolZtgQtyDesc"] = "pool_ztgQty_DESC"; | ||
AssetOrderByInput["PriceAsc"] = "price_ASC"; | ||
@@ -116,4 +114,2 @@ AssetOrderByInput["PriceDesc"] = "price_DESC"; | ||
HistoricalAssetOrderByInput["TimestampDesc"] = "timestamp_DESC"; | ||
HistoricalAssetOrderByInput["ZtgTradedAsc"] = "ztgTraded_ASC"; | ||
HistoricalAssetOrderByInput["ZtgTradedDesc"] = "ztgTraded_DESC"; | ||
})(exports.HistoricalAssetOrderByInput || (exports.HistoricalAssetOrderByInput = {})); | ||
@@ -161,4 +157,2 @@ exports.HistoricalMarketOrderByInput = void 0; | ||
HistoricalPoolOrderByInput["VolumeDesc"] = "volume_DESC"; | ||
HistoricalPoolOrderByInput["ZtgQtyAsc"] = "ztgQty_ASC"; | ||
HistoricalPoolOrderByInput["ZtgQtyDesc"] = "ztgQty_DESC"; | ||
})(exports.HistoricalPoolOrderByInput || (exports.HistoricalPoolOrderByInput = {})); | ||
@@ -186,2 +180,16 @@ exports.HistoricalSwapOrderByInput = void 0; | ||
})(exports.HistoricalSwapOrderByInput || (exports.HistoricalSwapOrderByInput = {})); | ||
/** Market's event options */ | ||
exports.MarketEvent = void 0; | ||
(function (MarketEvent) { | ||
MarketEvent["MarketApproved"] = "MarketApproved"; | ||
MarketEvent["MarketClosed"] = "MarketClosed"; | ||
MarketEvent["MarketCreated"] = "MarketCreated"; | ||
MarketEvent["MarketDestroyed"] = "MarketDestroyed"; | ||
MarketEvent["MarketDisputed"] = "MarketDisputed"; | ||
MarketEvent["MarketExpired"] = "MarketExpired"; | ||
MarketEvent["MarketRejected"] = "MarketRejected"; | ||
MarketEvent["MarketReported"] = "MarketReported"; | ||
MarketEvent["MarketResolved"] = "MarketResolved"; | ||
MarketEvent["PoolCreate"] = "PoolCreate"; | ||
})(exports.MarketEvent || (exports.MarketEvent = {})); | ||
exports.MarketOrderByInput = void 0; | ||
@@ -255,4 +263,2 @@ (function (MarketOrderByInput) { | ||
MarketOrderByInput["PoolVolumeDesc"] = "pool_volume_DESC"; | ||
MarketOrderByInput["PoolZtgQtyAsc"] = "pool_ztgQty_ASC"; | ||
MarketOrderByInput["PoolZtgQtyDesc"] = "pool_ztgQty_DESC"; | ||
MarketOrderByInput["QuestionAsc"] = "question_ASC"; | ||
@@ -323,4 +329,2 @@ MarketOrderByInput["QuestionDesc"] = "question_DESC"; | ||
PoolOrderByInput["VolumeDesc"] = "volume_DESC"; | ||
PoolOrderByInput["ZtgQtyAsc"] = "ztgQty_ASC"; | ||
PoolOrderByInput["ZtgQtyDesc"] = "ztgQty_DESC"; | ||
})(exports.PoolOrderByInput || (exports.PoolOrderByInput = {})); | ||
@@ -503,3 +507,3 @@ /** Pool's status options */ | ||
} | ||
ztgQty | ||
baseAssetQty | ||
} | ||
@@ -506,0 +510,0 @@ question |
import { GraphQLClient } from 'graphql-request'; | ||
import { augments } from './augments/index.esm.js'; | ||
import { getSdk } from './graphql/sdk.esm.js'; | ||
export { AccountBalanceOrderByInput, AccountBalancesDocument, AccountOrderByInput, AssetOrderByInput, AssetsDocument, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullMarketFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalMarketsDocument, HistoricalPoolOrderByInput, HistoricalPoolsDocument, HistoricalSwapOrderByInput, MarketOrderByInput, MarketStatsDocument, MarketStatus, MarketStatusCountDocument, MarketsDocument, PingQueryDocument, PoolOrderByInput, PoolStatus, PoolsDocument, SquidStatusDocument, StatsDocument, Unit, getSdk } from './graphql/sdk.esm.js'; | ||
export { AccountBalanceOrderByInput, AccountBalancesDocument, AccountOrderByInput, AssetOrderByInput, AssetsDocument, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullMarketFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalMarketsDocument, HistoricalPoolOrderByInput, HistoricalPoolsDocument, HistoricalSwapOrderByInput, MarketEvent, MarketOrderByInput, MarketStatsDocument, MarketStatus, MarketStatusCountDocument, MarketsDocument, PingQueryDocument, PoolOrderByInput, PoolStatus, PoolsDocument, SquidStatusDocument, StatsDocument, Unit, getSdk } from './graphql/sdk.esm.js'; | ||
@@ -6,0 +6,0 @@ /** |
@@ -67,2 +67,6 @@ 'use strict'; | ||
}); | ||
Object.defineProperty(exports, 'MarketEvent', { | ||
enumerable: true, | ||
get: function () { return sdk.MarketEvent; } | ||
}); | ||
Object.defineProperty(exports, 'MarketOrderByInput', { | ||
@@ -69,0 +73,0 @@ enumerable: true, |
{ | ||
"name": "@zeitgeistpm/indexer", | ||
"version": "2.17.2", | ||
"version": "3.0.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 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
1006655
8706