shepherd-plugin-interfaces
Advanced tools
Comparing version 0.2.8 to 0.3.0
{ | ||
"name": "shepherd-plugin-interfaces", | ||
"version": "0.2.8", | ||
"version": "0.3.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
@@ -12,2 +12,3 @@ /** | ||
parent: string | null | ||
parents?: string[] | undefined | ||
} | ||
@@ -43,3 +44,3 @@ export interface TxRecord extends TxScanned, TxFlaggedOptions { | ||
export interface StateRecord { | ||
pname: 'scanner_position' | 'rating_position' | (string & {}) //intellisense hack | ||
pname: ('indexer_pass1' | 'indexer_pass2' | 'seed_position') | ||
value: number | ||
@@ -51,3 +52,3 @@ } | ||
unflagged: string | ||
scanner_position: number | ||
indexer_pass1: number | ||
gql_height: number | ||
@@ -54,0 +55,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31033
117