@zeitgeistpm/indexer
Advanced tools
Comparing version 2.11.0 to 2.12.0
@@ -100,6 +100,2 @@ import gql from 'graphql-tag'; | ||
HistoricalMarketOrderByInput["PoolIdDesc"] = "poolId_DESC"; | ||
HistoricalMarketOrderByInput["ReportAtAsc"] = "report_at_ASC"; | ||
HistoricalMarketOrderByInput["ReportAtDesc"] = "report_at_DESC"; | ||
HistoricalMarketOrderByInput["ReportByAsc"] = "report_by_ASC"; | ||
HistoricalMarketOrderByInput["ReportByDesc"] = "report_by_DESC"; | ||
HistoricalMarketOrderByInput["ResolvedOutcomeAsc"] = "resolvedOutcome_ASC"; | ||
@@ -216,2 +212,18 @@ HistoricalMarketOrderByInput["ResolvedOutcomeDesc"] = "resolvedOutcome_DESC"; | ||
})(MarketOrderByInput || (MarketOrderByInput = {})); | ||
/** Market's status options */ | ||
var MarketStatus; | ||
(function (MarketStatus) { | ||
MarketStatus["Active"] = "Active"; | ||
MarketStatus["Closed"] = "Closed"; | ||
MarketStatus["CollectingSubsidy"] = "CollectingSubsidy"; | ||
MarketStatus["Destroyed"] = "Destroyed"; | ||
MarketStatus["Disputed"] = "Disputed"; | ||
MarketStatus["Expired"] = "Expired"; | ||
MarketStatus["InsufficientSubsidy"] = "InsufficientSubsidy"; | ||
MarketStatus["Proposed"] = "Proposed"; | ||
MarketStatus["Rejected"] = "Rejected"; | ||
MarketStatus["Reported"] = "Reported"; | ||
MarketStatus["Resolved"] = "Resolved"; | ||
MarketStatus["Suspended"] = "Suspended"; | ||
})(MarketStatus || (MarketStatus = {})); | ||
var PoolOrderByInput; | ||
@@ -422,3 +434,3 @@ (function (PoolOrderByInput) { | ||
const MarketStatusCountDocument = gql ` | ||
query marketStatusCount($status: String!) { | ||
query marketStatusCount($status: MarketStatus!) { | ||
markets(where: {status_eq: $status}) { | ||
@@ -473,3 +485,3 @@ id | ||
export { AccountBalanceOrderByInput, AccountBalancesDocument, AccountOrderByInput, AssetOrderByInput, AssetsDocument, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullMarketFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalPoolOrderByInput, MarketOrderByInput, MarketStatusCountDocument, MarketsDocument, PingQueryDocument, PoolOrderByInput, PoolsDocument, getSdk }; | ||
export { AccountBalanceOrderByInput, AccountBalancesDocument, AccountOrderByInput, AssetOrderByInput, AssetsDocument, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullMarketFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalPoolOrderByInput, MarketOrderByInput, MarketStatus, MarketStatusCountDocument, MarketsDocument, PingQueryDocument, PoolOrderByInput, PoolsDocument, getSdk }; | ||
//# sourceMappingURL=sdk.esm.js.map |
@@ -102,6 +102,2 @@ 'use strict'; | ||
HistoricalMarketOrderByInput["PoolIdDesc"] = "poolId_DESC"; | ||
HistoricalMarketOrderByInput["ReportAtAsc"] = "report_at_ASC"; | ||
HistoricalMarketOrderByInput["ReportAtDesc"] = "report_at_DESC"; | ||
HistoricalMarketOrderByInput["ReportByAsc"] = "report_by_ASC"; | ||
HistoricalMarketOrderByInput["ReportByDesc"] = "report_by_DESC"; | ||
HistoricalMarketOrderByInput["ResolvedOutcomeAsc"] = "resolvedOutcome_ASC"; | ||
@@ -218,2 +214,18 @@ HistoricalMarketOrderByInput["ResolvedOutcomeDesc"] = "resolvedOutcome_DESC"; | ||
})(exports.MarketOrderByInput || (exports.MarketOrderByInput = {})); | ||
/** Market's status options */ | ||
exports.MarketStatus = void 0; | ||
(function (MarketStatus) { | ||
MarketStatus["Active"] = "Active"; | ||
MarketStatus["Closed"] = "Closed"; | ||
MarketStatus["CollectingSubsidy"] = "CollectingSubsidy"; | ||
MarketStatus["Destroyed"] = "Destroyed"; | ||
MarketStatus["Disputed"] = "Disputed"; | ||
MarketStatus["Expired"] = "Expired"; | ||
MarketStatus["InsufficientSubsidy"] = "InsufficientSubsidy"; | ||
MarketStatus["Proposed"] = "Proposed"; | ||
MarketStatus["Rejected"] = "Rejected"; | ||
MarketStatus["Reported"] = "Reported"; | ||
MarketStatus["Resolved"] = "Resolved"; | ||
MarketStatus["Suspended"] = "Suspended"; | ||
})(exports.MarketStatus || (exports.MarketStatus = {})); | ||
exports.PoolOrderByInput = void 0; | ||
@@ -424,3 +436,3 @@ (function (PoolOrderByInput) { | ||
const MarketStatusCountDocument = gql ` | ||
query marketStatusCount($status: String!) { | ||
query marketStatusCount($status: MarketStatus!) { | ||
markets(where: {status_eq: $status}) { | ||
@@ -427,0 +439,0 @@ id |
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, HistoricalPoolOrderByInput, MarketOrderByInput, MarketStatusCountDocument, MarketsDocument, PingQueryDocument, PoolOrderByInput, PoolsDocument, getSdk } from './graphql/sdk.esm.js'; | ||
export { AccountBalanceOrderByInput, AccountBalancesDocument, AccountOrderByInput, AssetOrderByInput, AssetsDocument, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullMarketFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalPoolOrderByInput, MarketOrderByInput, MarketStatus, MarketStatusCountDocument, MarketsDocument, PingQueryDocument, PoolOrderByInput, PoolsDocument, getSdk } from './graphql/sdk.esm.js'; | ||
@@ -6,0 +6,0 @@ /** |
@@ -65,2 +65,6 @@ 'use strict'; | ||
}); | ||
Object.defineProperty(exports, 'MarketStatus', { | ||
enumerable: true, | ||
get: function () { return sdk.MarketStatus; } | ||
}); | ||
exports.MarketStatusCountDocument = sdk.MarketStatusCountDocument; | ||
@@ -67,0 +71,0 @@ exports.MarketsDocument = sdk.MarketsDocument; |
{ | ||
"name": "@zeitgeistpm/indexer", | ||
"version": "2.11.0", | ||
"version": "2.12.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 not supported yet
Sorry, the diff of this file is too big to display
7136
850112