@sprucelabs/spruce-heartwood-utils 15.3.13 → 15.3.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -10,9 +10,7 @@ Name extends EventName<Contract> = EventName<Contract>> {
|
|
|
10
10
|
private eventName;
|
|
11
11
|
private vcIdsTransformer;
|
|
12
12
|
private remoteVcFactory;
|
|
13
|
-
static Registrar<Contract = SkillEventContract, Name = keyof SkillEventContract['eventSignatures']
|
|
14
|
-
/** @ts-ignore */
|
|
15
|
-
>(options: CardRegistrarOptions<Contract, Name>): CardRegistrar<Contract, Name>;
|
|
13
|
+
static Registrar<Contract = SkillEventContract, Name = keyof SkillEventContract['eventSignatures']>(options: CardRegistrarOptions<Contract, Name>): CardRegistrar<Contract, Name>;
|
|
16
14
|
/** @ts-ignore */
|
|
17
15
|
constructor(options: CardRegistrarOptions<Contract, Name>);
|
|
18
16
|
fetch(options?: CardFetchOptions<Contract, Name>): Promise<AbstractViewController<Card>[]>;
|
|
@@ -10,9 +10,7 @@ Name extends EventName<Contract> = EventName<Contract>> {
|
|
|
10
10
|
private eventName;
|
|
11
11
|
private vcIdsTransformer;
|
|
12
12
|
private remoteVcFactory;
|
|
13
|
-
static Registrar<Contract = SkillEventContract, Name = keyof SkillEventContract['eventSignatures']
|
|
14
|
-
/** @ts-ignore */
|
|
15
|
-
>(options: CardRegistrarOptions<Contract, Name>): CardRegistrar<Contract, Name>;
|
|
13
|
+
static Registrar<Contract = SkillEventContract, Name = keyof SkillEventContract['eventSignatures']>(options: CardRegistrarOptions<Contract, Name>): CardRegistrar<Contract, Name>;
|
|
16
14
|
/** @ts-ignore */
|
|
17
15
|
constructor(options: CardRegistrarOptions<Contract, Name>);
|
|
18
16
|
fetch(options?: CardFetchOptions<Contract, Name>): Promise<AbstractViewController<Card>[]>;
|