@comunica/types
Advanced tools
Comparing version 2.5.0 to 2.5.1-alpha.32.0
@@ -7,6 +7,7 @@ import type * as RDF from '@rdfjs/types'; | ||
export interface IMetadata<OrderItemsType extends RDF.Variable | RDF.QuadTermName> extends Record<string, any> { | ||
state: IMetadataValidationState; | ||
/** | ||
* An estimate of the number of bindings in the source. | ||
*/ | ||
cardinality: RDF.QueryResultCardinality; | ||
cardinality: QueryResultCardinality; | ||
/** | ||
@@ -58,1 +59,13 @@ * If any of the bindings could contain an undefined variable binding. | ||
export declare type MetadataQuads = IMetadata<RDF.QuadTermName>; | ||
export declare type QueryResultCardinality = RDF.QueryResultCardinality & { | ||
/** | ||
* If this field is set, this means that the cardinality is defined across this whole dataset. | ||
* If this field is not set, then the cardinality is only defined for the current stream. | ||
*/ | ||
dataset?: string; | ||
}; | ||
export interface IMetadataValidationState { | ||
valid: boolean; | ||
invalidate: () => void; | ||
addInvalidateListener: (listener: () => void) => void; | ||
} |
@@ -39,2 +39,4 @@ import type * as RDF from '@rdfjs/types'; | ||
explain?: QueryExplainMode; | ||
recoverBrokenLinks?: boolean; | ||
localizeBlankNodes?: boolean; | ||
} |
{ | ||
"name": "@comunica/types", | ||
"version": "2.5.0", | ||
"version": "2.5.1-alpha.32.0", | ||
"description": "Typings module for Comunica", | ||
@@ -46,3 +46,3 @@ "lsd:module": true, | ||
}, | ||
"gitHead": "349d57f5d1e539200e980bdff96973c2e0b66caa" | ||
"gitHead": "3f04fbcb28737ec68227d694c127236ecf46235d" | ||
} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
95139
609
1