@karmaniverous/entity-manager
Advanced tools
Comparing version 6.4.4 to 6.4.5
@@ -866,3 +866,3 @@ import { Entity, Exactify, TranscodeMap, PropertiesOfType, TranscodableProperties, Transcodes, DefaultTranscodeMap, SortOrder } from '@karmaniverous/entity-tools'; | ||
*/ | ||
interface ShardQueryMapBuilderOptions<Item extends Entity> { | ||
interface ShardQueryMapBuilderOptions { | ||
/** `entityManager.config.entities` key. */ | ||
@@ -872,4 +872,2 @@ entityToken: string; | ||
hashKeyToken: string; | ||
/** A partial `Item` sufficiently populated to generate the query hash key & index values. */ | ||
item: Item; | ||
/** Dehydrated page key from the previous query data page. */ | ||
@@ -884,5 +882,5 @@ pageKey?: string; | ||
*/ | ||
declare abstract class ShardQueryMapBuilder<Item extends Entity, Options extends ShardQueryMapBuilderOptions<Item>> { | ||
readonly options: Options; | ||
constructor(options: Options); | ||
declare abstract class ShardQueryMapBuilder<Item extends Entity> { | ||
readonly options: ShardQueryMapBuilderOptions; | ||
constructor(options: ShardQueryMapBuilderOptions); | ||
abstract getShardQueryMap(): ShardQueryMap<Item>; | ||
@@ -889,0 +887,0 @@ } |
@@ -135,3 +135,3 @@ { | ||
"types": "dist/index.d.ts", | ||
"version": "6.4.4" | ||
"version": "6.4.5" | ||
} |
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
162017
3548