@edgeandnode/common
Advanced tools
Comparing version 2.3.1 to 3.0.0
@@ -703,11 +703,2 @@ import gql from 'graphql-tag'; | ||
var ActivityFeedCategory; | ||
(function (ActivityFeedCategory) { | ||
ActivityFeedCategory["SETTINGS"] = "Settings"; | ||
ActivityFeedCategory["PUBLISH"] = "Publish"; | ||
ActivityFeedCategory["CURATE"] = "Curate"; | ||
ActivityFeedCategory["INDEX"] = "Index"; | ||
ActivityFeedCategory["DELEGATE"] = "Delegate"; | ||
})(ActivityFeedCategory || (ActivityFeedCategory = {})); | ||
var AllocationStatus; | ||
@@ -760,3 +751,3 @@ (function (AllocationStatus) { | ||
export { ActivityFeedCategory, AllocationStatus, DisputeStatus, DisputeType, ETHEREUM_BLOCK_TIME, NETWORKS, Revocability, SECONDS_IN_DAY, SubgraphIndexHealth, TransactionType, addrShortener, bigNumberify, blocksToDays, buildEnsDataLoader, checkAllowance, connectProvider, dateFromNow, dateStringFromNow, dateUntilNow, decToBigNumber, delegatorCooldownToDays, ensLookup, ensLookups, formatDayHourMin, formatDays, formatDuration, formatHourMin, formatNameHash, formatUnits, formatUnitsToNumber, formatWithNumeral, generateExampleQuery, getContract, getDate, getTxLink, nSignalToTokens, nSignalToVSignal, overrides, purchaseTargetAmount, saleTargetAmount, signalToTokens, toGRT, toWei, tokensToNSignal, tokensToSignal, unixDateFromNow, vSignalToNSignal }; | ||
export { AllocationStatus, DisputeStatus, DisputeType, ETHEREUM_BLOCK_TIME, NETWORKS, Revocability, SECONDS_IN_DAY, SubgraphIndexHealth, TransactionType, addrShortener, bigNumberify, blocksToDays, buildEnsDataLoader, checkAllowance, connectProvider, dateFromNow, dateStringFromNow, dateUntilNow, decToBigNumber, delegatorCooldownToDays, ensLookup, ensLookups, formatDayHourMin, formatDays, formatDuration, formatHourMin, formatNameHash, formatUnits, formatUnitsToNumber, formatWithNumeral, generateExampleQuery, getContract, getDate, getTxLink, nSignalToTokens, nSignalToVSignal, overrides, purchaseTargetAmount, saleTargetAmount, signalToTokens, toGRT, toWei, tokensToNSignal, tokensToSignal, unixDateFromNow, vSignalToNSignal }; | ||
//# sourceMappingURL=index.esm.js.map |
@@ -717,11 +717,2 @@ 'use strict'; | ||
exports.ActivityFeedCategory = void 0; | ||
(function (ActivityFeedCategory) { | ||
ActivityFeedCategory["SETTINGS"] = "Settings"; | ||
ActivityFeedCategory["PUBLISH"] = "Publish"; | ||
ActivityFeedCategory["CURATE"] = "Curate"; | ||
ActivityFeedCategory["INDEX"] = "Index"; | ||
ActivityFeedCategory["DELEGATE"] = "Delegate"; | ||
})(exports.ActivityFeedCategory || (exports.ActivityFeedCategory = {})); | ||
exports.AllocationStatus = void 0; | ||
@@ -728,0 +719,0 @@ (function (AllocationStatus) { |
export * from './account.model'; | ||
export * from './activity-feed.model'; | ||
export * from './event.model'; | ||
export * from './allocation.model'; | ||
@@ -4,0 +4,0 @@ export * from './attestation.model'; |
@@ -1,6 +0,7 @@ | ||
import { TranslateBigInt, TranslateBigDecimal, TranslateBytes } from '../big-number.model'; | ||
import { GraphAccount } from './account.model'; | ||
import { Allocation } from './allocation.model'; | ||
import { Network } from './network.model'; | ||
import { NameSignal, Signal } from './signal.model'; | ||
import type { TranslateBigInt, TranslateBigDecimal, TranslateBytes } from '../big-number.model'; | ||
import type { GraphAccount } from './account.model'; | ||
import type { Allocation } from './allocation.model'; | ||
import type { Network } from './network.model'; | ||
import type { NameSignal, Signal } from './signal.model'; | ||
import type { SubgraphEvents } from './event.model'; | ||
export interface ExplorerSubgraphCategory { | ||
@@ -49,2 +50,3 @@ id?: string; | ||
currentVersionRelationEntity?: ExplorerCurrentSubgraphDeploymentRelation; | ||
events?: SubgraphEvents; | ||
} | ||
@@ -51,0 +53,0 @@ export interface ExplorerSubgraphVersion { |
{ | ||
"name": "@edgeandnode/common", | ||
"version": "2.3.1", | ||
"version": "3.0.0", | ||
"description": "Common Edge & Node utils and types", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
217077
2682