New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zeitgeistpm/indexer

Package Overview
Dependencies
Maintainers
4
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zeitgeistpm/indexer - npm Package Compare versions

Comparing version 3.16.0 to 3.17.0

45

dist/graphql/sdk.esm.js

@@ -54,4 +54,2 @@ import gql from 'graphql-tag';

AssetOrderByInput["PoolPoolIdDesc"] = "pool_poolId_DESC";
AssetOrderByInput["PoolScoringRuleAsc"] = "pool_scoringRule_ASC";
AssetOrderByInput["PoolScoringRuleDesc"] = "pool_scoringRule_DESC";
AssetOrderByInput["PoolStatusAsc"] = "pool_status_ASC";

@@ -70,2 +68,9 @@ AssetOrderByInput["PoolStatusDesc"] = "pool_status_DESC";

})(AssetOrderByInput || (AssetOrderByInput = {}));
/** Markets' dispute options */
var DisputeMechanism;
(function (DisputeMechanism) {
DisputeMechanism["Authorized"] = "Authorized";
DisputeMechanism["Court"] = "Court";
DisputeMechanism["SimpleDisputes"] = "SimpleDisputes";
})(DisputeMechanism || (DisputeMechanism = {}));
var HistoricalAccountBalanceOrderByInput;

@@ -171,4 +176,2 @@ (function (HistoricalAccountBalanceOrderByInput) {

HistoricalMarketOrderByInput["OutcomeScalarDesc"] = "outcome_scalar_DESC";
HistoricalMarketOrderByInput["PoolIdAsc"] = "poolId_ASC";
HistoricalMarketOrderByInput["PoolIdDesc"] = "poolId_DESC";
HistoricalMarketOrderByInput["ResolvedOutcomeAsc"] = "resolvedOutcome_ASC";

@@ -225,3 +228,3 @@ HistoricalMarketOrderByInput["ResolvedOutcomeDesc"] = "resolvedOutcome_DESC";

})(HistoricalSwapOrderByInput || (HistoricalSwapOrderByInput = {}));
/** Market's creation options */
/** Markets' creation options */
var MarketCreation;

@@ -232,3 +235,3 @@ (function (MarketCreation) {

})(MarketCreation || (MarketCreation = {}));
/** Market's event options */
/** Markets' event options */
var MarketEvent;

@@ -298,4 +301,2 @@ (function (MarketEvent) {

MarketOrderByInput["PoolPoolIdDesc"] = "pool_poolId_DESC";
MarketOrderByInput["PoolScoringRuleAsc"] = "pool_scoringRule_ASC";
MarketOrderByInput["PoolScoringRuleDesc"] = "pool_scoringRule_DESC";
MarketOrderByInput["PoolStatusAsc"] = "pool_status_ASC";

@@ -330,3 +331,3 @@ MarketOrderByInput["PoolStatusDesc"] = "pool_status_DESC";

})(MarketOrderByInput || (MarketOrderByInput = {}));
/** Market's status options */
/** Markets' status options */
var MarketStatus;

@@ -347,2 +348,12 @@ (function (MarketStatus) {

})(MarketStatus || (MarketStatus = {}));
/** Ordering stats */
var OrderBy;
(function (OrderBy) {
OrderBy["LiquidityAsc"] = "liquidity_ASC";
OrderBy["LiquidityDesc"] = "liquidity_DESC";
OrderBy["ParticipantsAsc"] = "participants_ASC";
OrderBy["ParticipantsDesc"] = "participants_DESC";
OrderBy["VolumeAsc"] = "volume_ASC";
OrderBy["VolumeDesc"] = "volume_DESC";
})(OrderBy || (OrderBy = {}));
var PoolOrderByInput;

@@ -366,4 +377,2 @@ (function (PoolOrderByInput) {

PoolOrderByInput["PoolIdDesc"] = "poolId_DESC";
PoolOrderByInput["ScoringRuleAsc"] = "scoringRule_ASC";
PoolOrderByInput["ScoringRuleDesc"] = "scoringRule_DESC";
PoolOrderByInput["StatusAsc"] = "status_ASC";

@@ -380,3 +389,3 @@ PoolOrderByInput["StatusDesc"] = "status_DESC";

})(PoolOrderByInput || (PoolOrderByInput = {}));
/** Pool's status options */
/** Pools' status options */
var PoolStatus;

@@ -391,2 +400,10 @@ (function (PoolStatus) {

})(PoolStatus || (PoolStatus = {}));
/** Markets' scoring rule options */
var ScoringRule;
(function (ScoringRule) {
ScoringRule["Cpmm"] = "CPMM";
ScoringRule["Lmsr"] = "Lmsr";
ScoringRule["Orderbook"] = "Orderbook";
ScoringRule["RikiddoSigmoidFeeMarketEma"] = "RikiddoSigmoidFeeMarketEma";
})(ScoringRule || (ScoringRule = {}));
/** Unit for the interval */

@@ -433,3 +450,2 @@ var Unit;

status
scoringRule
swapFee

@@ -671,3 +687,2 @@ totalSubsidy

}
poolId
resolvedOutcome

@@ -773,3 +788,3 @@ status

export { AccountBalanceOrderByInput, AccountBalancesDocument, AccountOrderByInput, AssetKind, AssetOrderByInput, AssetsDocument, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullHistoricalSwapFragmentDoc, FullMarketFragmentDoc, FullMarketMetadataFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalMarketsDocument, HistoricalPoolOrderByInput, HistoricalPoolsDocument, HistoricalSwapOrderByInput, HistoricalSwapsDocument, MarketCreation, MarketEvent, MarketMetadataDocument, MarketOrderByInput, MarketStatsDocument, MarketStatus, MarketStatusCountDocument, MarketsDocument, PingQueryDocument, PoolOrderByInput, PoolStatus, PoolsDocument, SquidStatusDocument, StatsDocument, Unit, getSdk };
export { AccountBalanceOrderByInput, AccountBalancesDocument, AccountOrderByInput, AssetKind, AssetOrderByInput, AssetsDocument, DisputeMechanism, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullHistoricalSwapFragmentDoc, FullMarketFragmentDoc, FullMarketMetadataFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalMarketsDocument, HistoricalPoolOrderByInput, HistoricalPoolsDocument, HistoricalSwapOrderByInput, HistoricalSwapsDocument, MarketCreation, MarketEvent, MarketMetadataDocument, MarketOrderByInput, MarketStatsDocument, MarketStatus, MarketStatusCountDocument, MarketsDocument, OrderBy, PingQueryDocument, PoolOrderByInput, PoolStatus, PoolsDocument, ScoringRule, SquidStatusDocument, StatsDocument, Unit, getSdk };
//# sourceMappingURL=sdk.esm.js.map

@@ -56,4 +56,2 @@ 'use strict';

AssetOrderByInput["PoolPoolIdDesc"] = "pool_poolId_DESC";
AssetOrderByInput["PoolScoringRuleAsc"] = "pool_scoringRule_ASC";
AssetOrderByInput["PoolScoringRuleDesc"] = "pool_scoringRule_DESC";
AssetOrderByInput["PoolStatusAsc"] = "pool_status_ASC";

@@ -72,2 +70,9 @@ AssetOrderByInput["PoolStatusDesc"] = "pool_status_DESC";

})(exports.AssetOrderByInput || (exports.AssetOrderByInput = {}));
/** Markets' dispute options */
exports.DisputeMechanism = void 0;
(function (DisputeMechanism) {
DisputeMechanism["Authorized"] = "Authorized";
DisputeMechanism["Court"] = "Court";
DisputeMechanism["SimpleDisputes"] = "SimpleDisputes";
})(exports.DisputeMechanism || (exports.DisputeMechanism = {}));
exports.HistoricalAccountBalanceOrderByInput = void 0;

@@ -173,4 +178,2 @@ (function (HistoricalAccountBalanceOrderByInput) {

HistoricalMarketOrderByInput["OutcomeScalarDesc"] = "outcome_scalar_DESC";
HistoricalMarketOrderByInput["PoolIdAsc"] = "poolId_ASC";
HistoricalMarketOrderByInput["PoolIdDesc"] = "poolId_DESC";
HistoricalMarketOrderByInput["ResolvedOutcomeAsc"] = "resolvedOutcome_ASC";

@@ -227,3 +230,3 @@ HistoricalMarketOrderByInput["ResolvedOutcomeDesc"] = "resolvedOutcome_DESC";

})(exports.HistoricalSwapOrderByInput || (exports.HistoricalSwapOrderByInput = {}));
/** Market's creation options */
/** Markets' creation options */
exports.MarketCreation = void 0;

@@ -234,3 +237,3 @@ (function (MarketCreation) {

})(exports.MarketCreation || (exports.MarketCreation = {}));
/** Market's event options */
/** Markets' event options */
exports.MarketEvent = void 0;

@@ -300,4 +303,2 @@ (function (MarketEvent) {

MarketOrderByInput["PoolPoolIdDesc"] = "pool_poolId_DESC";
MarketOrderByInput["PoolScoringRuleAsc"] = "pool_scoringRule_ASC";
MarketOrderByInput["PoolScoringRuleDesc"] = "pool_scoringRule_DESC";
MarketOrderByInput["PoolStatusAsc"] = "pool_status_ASC";

@@ -332,3 +333,3 @@ MarketOrderByInput["PoolStatusDesc"] = "pool_status_DESC";

})(exports.MarketOrderByInput || (exports.MarketOrderByInput = {}));
/** Market's status options */
/** Markets' status options */
exports.MarketStatus = void 0;

@@ -349,2 +350,12 @@ (function (MarketStatus) {

})(exports.MarketStatus || (exports.MarketStatus = {}));
/** Ordering stats */
exports.OrderBy = void 0;
(function (OrderBy) {
OrderBy["LiquidityAsc"] = "liquidity_ASC";
OrderBy["LiquidityDesc"] = "liquidity_DESC";
OrderBy["ParticipantsAsc"] = "participants_ASC";
OrderBy["ParticipantsDesc"] = "participants_DESC";
OrderBy["VolumeAsc"] = "volume_ASC";
OrderBy["VolumeDesc"] = "volume_DESC";
})(exports.OrderBy || (exports.OrderBy = {}));
exports.PoolOrderByInput = void 0;

@@ -368,4 +379,2 @@ (function (PoolOrderByInput) {

PoolOrderByInput["PoolIdDesc"] = "poolId_DESC";
PoolOrderByInput["ScoringRuleAsc"] = "scoringRule_ASC";
PoolOrderByInput["ScoringRuleDesc"] = "scoringRule_DESC";
PoolOrderByInput["StatusAsc"] = "status_ASC";

@@ -382,3 +391,3 @@ PoolOrderByInput["StatusDesc"] = "status_DESC";

})(exports.PoolOrderByInput || (exports.PoolOrderByInput = {}));
/** Pool's status options */
/** Pools' status options */
exports.PoolStatus = void 0;

@@ -393,2 +402,10 @@ (function (PoolStatus) {

})(exports.PoolStatus || (exports.PoolStatus = {}));
/** Markets' scoring rule options */
exports.ScoringRule = void 0;
(function (ScoringRule) {
ScoringRule["Cpmm"] = "CPMM";
ScoringRule["Lmsr"] = "Lmsr";
ScoringRule["Orderbook"] = "Orderbook";
ScoringRule["RikiddoSigmoidFeeMarketEma"] = "RikiddoSigmoidFeeMarketEma";
})(exports.ScoringRule || (exports.ScoringRule = {}));
/** Unit for the interval */

@@ -435,3 +452,2 @@ exports.Unit = void 0;

status
scoringRule
swapFee

@@ -673,3 +689,2 @@ totalSubsidy

}
poolId
resolvedOutcome

@@ -676,0 +691,0 @@ status

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, AssetsDocument, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullHistoricalSwapFragmentDoc, FullMarketFragmentDoc, FullMarketMetadataFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalMarketsDocument, HistoricalPoolOrderByInput, HistoricalPoolsDocument, HistoricalSwapOrderByInput, HistoricalSwapsDocument, MarketCreation, MarketEvent, MarketMetadataDocument, MarketOrderByInput, MarketStatsDocument, MarketStatus, MarketStatusCountDocument, MarketsDocument, PingQueryDocument, PoolOrderByInput, PoolStatus, PoolsDocument, SquidStatusDocument, StatsDocument, Unit, getSdk } from './graphql/sdk.esm.js';
export { AccountBalanceOrderByInput, AccountBalancesDocument, AccountOrderByInput, AssetKind, AssetOrderByInput, AssetsDocument, DisputeMechanism, FullAccountBalanceFragmentDoc, FullAssetFragmentDoc, FullHistoricalAccountBalanceFragmentDoc, FullHistoricalAssetsFragmentDoc, FullHistoricalSwapFragmentDoc, FullMarketFragmentDoc, FullMarketMetadataFragmentDoc, FullPoolFragmentDoc, HistoricalAccountBalanceOrderByInput, HistoricalAccountBalancesDocument, HistoricalAssetOrderByInput, HistoricalAssetsDocument, HistoricalMarketOrderByInput, HistoricalMarketsDocument, HistoricalPoolOrderByInput, HistoricalPoolsDocument, HistoricalSwapOrderByInput, HistoricalSwapsDocument, MarketCreation, MarketEvent, MarketMetadataDocument, MarketOrderByInput, MarketStatsDocument, MarketStatus, MarketStatusCountDocument, MarketsDocument, OrderBy, PingQueryDocument, PoolOrderByInput, PoolStatus, PoolsDocument, ScoringRule, SquidStatusDocument, StatsDocument, Unit, getSdk } from './graphql/sdk.esm.js';

@@ -6,0 +6,0 @@ /**

@@ -41,2 +41,6 @@ 'use strict';

exports.AssetsDocument = sdk.AssetsDocument;
Object.defineProperty(exports, 'DisputeMechanism', {
enumerable: true,
get: function () { return sdk.DisputeMechanism; }
});
exports.FullAccountBalanceFragmentDoc = sdk.FullAccountBalanceFragmentDoc;

@@ -95,2 +99,6 @@ exports.FullAssetFragmentDoc = sdk.FullAssetFragmentDoc;

exports.MarketsDocument = sdk.MarketsDocument;
Object.defineProperty(exports, 'OrderBy', {
enumerable: true,
get: function () { return sdk.OrderBy; }
});
exports.PingQueryDocument = sdk.PingQueryDocument;

@@ -106,2 +114,6 @@ Object.defineProperty(exports, 'PoolOrderByInput', {

exports.PoolsDocument = sdk.PoolsDocument;
Object.defineProperty(exports, 'ScoringRule', {
enumerable: true,
get: function () { return sdk.ScoringRule; }
});
exports.SquidStatusDocument = sdk.SquidStatusDocument;

@@ -108,0 +120,0 @@ exports.StatsDocument = sdk.StatsDocument;

{
"name": "@zeitgeistpm/indexer",
"version": "3.16.0",
"version": "3.17.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 not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc