@xyo-network/archivist-abstract 2.74.3 → 2.74.5

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.
@@ -42,9 +42,9 @@ export declare abstract class AbstractArchivist<TParams extends ArchivistParams
42
42
  protected insertWithConfig(payloads: Payload[], config?: InsertConfig): Promise<Payload[]>;
43
43
  protected parents(): Promise<ArchivistParentInstances>;
44
44
  protected queryHandler<T extends QueryBoundWitness = QueryBoundWitness, TConfig extends ModuleConfig = ModuleConfig>(query: T, payloads?: Payload[], queryConfig?: TConfig): Promise<ModuleQueryHandlerResult>;
45
- protected writeToParent(parent: ArchivistInstance, payloads: Payload[]): Promise<{
45
+ protected writeToParent(parent: ArchivistInstance, payloads: Payload[]): Promise<({
46
46
  schema: string;
47
- }[]>;
47
+ } & import("@xyo-network/payload-model").PayloadFields)[]>;
48
48
  protected writeToParents(payloads: Payload[]): Promise<Payload[]>;
49
49
  private resolveArchivists;
50
50
  }
@@ -42,9 +42,9 @@ export declare abstract class AbstractArchivist<TParams extends ArchivistParams
42
42
  protected insertWithConfig(payloads: Payload[], config?: InsertConfig): Promise<Payload[]>;
43
43
  protected parents(): Promise<ArchivistParentInstances>;
44
44
  protected queryHandler<T extends QueryBoundWitness = QueryBoundWitness, TConfig extends ModuleConfig = ModuleConfig>(query: T, payloads?: Payload[], queryConfig?: TConfig): Promise<ModuleQueryHandlerResult>;
45
- protected writeToParent(parent: ArchivistInstance, payloads: Payload[]): Promise<{
45
+ protected writeToParent(parent: ArchivistInstance, payloads: Payload[]): Promise<({
46
46
  schema: string;
47
- }[]>;
47
+ } & import("@xyo-network/payload-model").PayloadFields)[]>;
48
48
  protected writeToParents(payloads: Payload[]): Promise<Payload[]>;
49
49
  private resolveArchivists;
50
50
  }