@xyo-network/diviner-temporal-indexing-memory 2.99.2 → 2.99.3
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/dist/neutral/Diviner.d.cts +10 -0
- package/dist/neutral/Diviner.d.cts.map +1 -0
- package/dist/neutral/Diviner.d.mts +10 -0
- package/dist/neutral/Diviner.d.mts.map +1 -0
- package/dist/neutral/Diviner.d.ts +10 -0
- package/dist/neutral/Diviner.d.ts.map +1 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/Diviner.d.cts +43 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/Diviner.d.cts.map +1 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/Diviner.d.mts +43 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/Diviner.d.mts.map +1 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/Diviner.d.ts +43 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/Diviner.d.ts.map +1 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/index.d.cts +2 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/index.d.cts.map +1 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/index.d.mts +2 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/index.d.mts.map +1 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/index.d.ts +2 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/index.d.ts.map +1 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/Diviner.d.cts +45 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/Diviner.d.cts.map +1 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/Diviner.d.mts +45 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/Diviner.d.mts.map +1 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/Diviner.d.ts +45 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/Diviner.d.ts.map +1 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/index.d.cts +2 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/index.d.cts.map +1 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/index.d.mts +2 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/index.d.mts.map +1 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/index.d.ts +2 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/index.d.ts.map +1 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/Diviner.d.cts +13 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/Diviner.d.cts.map +1 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/Diviner.d.mts +13 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/Diviner.d.mts.map +1 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/Diviner.d.ts +13 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/Diviner.d.ts.map +1 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/index.d.cts +2 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/index.d.cts.map +1 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/index.d.mts +2 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/index.d.mts.map +1 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/index.d.ts +2 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/index.d.ts.map +1 -0
- package/dist/neutral/StateToIndexCandidateDiviner/Diviner.d.cts +112 -0
- package/dist/neutral/StateToIndexCandidateDiviner/Diviner.d.cts.map +1 -0
- package/dist/neutral/StateToIndexCandidateDiviner/Diviner.d.mts +112 -0
- package/dist/neutral/StateToIndexCandidateDiviner/Diviner.d.mts.map +1 -0
- package/dist/neutral/StateToIndexCandidateDiviner/Diviner.d.ts +112 -0
- package/dist/neutral/StateToIndexCandidateDiviner/Diviner.d.ts.map +1 -0
- package/dist/neutral/StateToIndexCandidateDiviner/index.d.cts +2 -0
- package/dist/neutral/StateToIndexCandidateDiviner/index.d.cts.map +1 -0
- package/dist/neutral/StateToIndexCandidateDiviner/index.d.mts +2 -0
- package/dist/neutral/StateToIndexCandidateDiviner/index.d.mts.map +1 -0
- package/dist/neutral/StateToIndexCandidateDiviner/index.d.ts +2 -0
- package/dist/neutral/StateToIndexCandidateDiviner/index.d.ts.map +1 -0
- package/dist/neutral/index.cjs +414 -0
- package/dist/neutral/index.cjs.map +1 -0
- package/dist/neutral/index.d.cts +6 -0
- package/dist/neutral/index.d.cts.map +1 -0
- package/dist/neutral/index.d.mts +6 -0
- package/dist/neutral/index.d.mts.map +1 -0
- package/dist/neutral/index.d.ts +6 -0
- package/dist/neutral/index.d.ts.map +1 -0
- package/dist/neutral/index.js +393 -0
- package/dist/neutral/index.js.map +1 -0
- package/package.json +33 -33
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import { ArchivistInstance } from '@xyo-network/archivist-model';
|
|
2
|
+
import { ArchivistWrapper } from '@xyo-network/archivist-wrapper';
|
|
3
|
+
import { BoundWitness } from '@xyo-network/boundwitness-model';
|
|
4
|
+
import { AbstractDiviner } from '@xyo-network/diviner-abstract';
|
|
5
|
+
import { BoundWitnessDiviner } from '@xyo-network/diviner-boundwitness-abstract';
|
|
6
|
+
import { IndexingDivinerState } from '@xyo-network/diviner-indexing-model';
|
|
7
|
+
import { TemporalIndexingDivinerStateToIndexCandidateDivinerParams } from '@xyo-network/diviner-temporal-indexing-model';
|
|
8
|
+
import { DivinerWrapper } from '@xyo-network/diviner-wrapper';
|
|
9
|
+
import { Labels, ModuleState } from '@xyo-network/module-model';
|
|
10
|
+
import { Payload, Schema } from '@xyo-network/payload-model';
|
|
11
|
+
import { TimeStamp } from '@xyo-network/witness-timestamp';
|
|
12
|
+
/**
|
|
13
|
+
* All Payload types involved in index candidates for indexing
|
|
14
|
+
*/
|
|
15
|
+
export type IndexCandidate = BoundWitness | Payload | TimeStamp;
|
|
16
|
+
/**
|
|
17
|
+
* The response from the TemporalStateToIndexCandidateDiviner
|
|
18
|
+
*/
|
|
19
|
+
export type TemporalStateToIndexCandidateDivinerResponse = [
|
|
20
|
+
/**
|
|
21
|
+
* The next state of the diviner
|
|
22
|
+
*/
|
|
23
|
+
nextState: ModuleState<IndexingDivinerState>,
|
|
24
|
+
/**
|
|
25
|
+
* The index candidates
|
|
26
|
+
*/
|
|
27
|
+
...IndexCandidate[]
|
|
28
|
+
];
|
|
29
|
+
/**
|
|
30
|
+
* Transforms candidates for image thumbnail indexing into their indexed representation
|
|
31
|
+
*/
|
|
32
|
+
export declare class TemporalIndexingDivinerStateToIndexCandidateDiviner<TParams extends TemporalIndexingDivinerStateToIndexCandidateDivinerParams = TemporalIndexingDivinerStateToIndexCandidateDivinerParams> extends AbstractDiviner<TParams, Payload, ModuleState | IndexCandidate> {
|
|
33
|
+
static readonly configSchemas: Schema[];
|
|
34
|
+
static readonly defaultConfigSchema: Schema;
|
|
35
|
+
static labels: Labels;
|
|
36
|
+
get payloadDivinerLimit(): number;
|
|
37
|
+
/**
|
|
38
|
+
* The required payload_schemas within BoundWitnesses to identify index candidates
|
|
39
|
+
*/
|
|
40
|
+
protected get payload_schemas(): string[];
|
|
41
|
+
protected divineHandler(payloads?: Payload[]): Promise<[ModuleState, ...IndexCandidate[]]>;
|
|
42
|
+
/**
|
|
43
|
+
* Retrieves the archivist for the payloadStore
|
|
44
|
+
* @returns The archivist for the payloadStore or undefined if not resolvable
|
|
45
|
+
*/
|
|
46
|
+
protected getArchivistForStore(): Promise<ArchivistWrapper | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* Retrieves the BoundWitness Diviner for the payloadStore
|
|
49
|
+
* @returns The BoundWitness Diviner for the payloadStore or undefined if not resolvable
|
|
50
|
+
*/
|
|
51
|
+
protected getBoundWitnessDivinerForStore(): Promise<DivinerWrapper<BoundWitnessDiviner<import("@xylabs/object").BaseParamsFields & {
|
|
52
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
53
|
+
addToResolvers?: boolean | undefined;
|
|
54
|
+
allowNameResolution?: boolean | undefined;
|
|
55
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
56
|
+
schema: "network.xyo.diviner.boundwitness.config";
|
|
57
|
+
} & {
|
|
58
|
+
schema: string;
|
|
59
|
+
} & import("@xyo-network/payload-model").PayloadFields & {
|
|
60
|
+
schema: "network.xyo.diviner.boundwitness.config";
|
|
61
|
+
}, "schema"> & {
|
|
62
|
+
schema: "network.xyo.diviner.boundwitness.config";
|
|
63
|
+
}, "schema"> & {
|
|
64
|
+
schema: string;
|
|
65
|
+
};
|
|
66
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
67
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
68
|
+
}, import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
69
|
+
schema: "network.xyo.diviner.boundwitness.query";
|
|
70
|
+
} & import("@xyo-network/diviner-boundwitness-model").BoundWitnessDivinerPredicate & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
71
|
+
schema: "network.xyo.diviner.boundwitness.query";
|
|
72
|
+
}, import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
73
|
+
schema: "network.xyo.boundwitness";
|
|
74
|
+
}, import("@xyo-network/diviner-model").DivinerModuleEventData<import("@xyo-network/diviner-model").DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
75
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
76
|
+
addToResolvers?: boolean | undefined;
|
|
77
|
+
allowNameResolution?: boolean | undefined;
|
|
78
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
79
|
+
schema: "network.xyo.diviner.boundwitness.config";
|
|
80
|
+
} & {
|
|
81
|
+
schema: string;
|
|
82
|
+
} & import("@xyo-network/payload-model").PayloadFields & {
|
|
83
|
+
schema: "network.xyo.diviner.boundwitness.config";
|
|
84
|
+
}, "schema"> & {
|
|
85
|
+
schema: "network.xyo.diviner.boundwitness.config";
|
|
86
|
+
}, "schema"> & {
|
|
87
|
+
schema: string;
|
|
88
|
+
};
|
|
89
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
90
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
91
|
+
}, import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
92
|
+
schema: "network.xyo.diviner.boundwitness.query";
|
|
93
|
+
} & import("@xyo-network/diviner-boundwitness-model").BoundWitnessDivinerPredicate & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
94
|
+
schema: "network.xyo.diviner.boundwitness.query";
|
|
95
|
+
}, import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
96
|
+
schema: "network.xyo.boundwitness";
|
|
97
|
+
}, import("@xyo-network/diviner-model").DivinerModuleEventData>, import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
98
|
+
schema: "network.xyo.diviner.boundwitness.query";
|
|
99
|
+
} & import("@xyo-network/diviner-boundwitness-model").BoundWitnessDivinerPredicate & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
100
|
+
schema: "network.xyo.diviner.boundwitness.query";
|
|
101
|
+
}, import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
102
|
+
schema: "network.xyo.boundwitness";
|
|
103
|
+
}>>, import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
104
|
+
schema: "network.xyo.diviner.boundwitness.query";
|
|
105
|
+
} & import("@xyo-network/diviner-boundwitness-model").BoundWitnessDivinerPredicate & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
106
|
+
schema: "network.xyo.diviner.boundwitness.query";
|
|
107
|
+
}, import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
108
|
+
schema: "network.xyo.boundwitness";
|
|
109
|
+
}> | undefined>;
|
|
110
|
+
protected getPayloadsInBoundWitness(bw: BoundWitness, archivist: ArchivistInstance): Promise<IndexCandidate[] | undefined>;
|
|
111
|
+
}
|
|
112
|
+
//# sourceMappingURL=Diviner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../../src/StateToIndexCandidateDiviner/Diviner.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AACjE,OAAO,EAAE,YAAY,EAA0B,MAAM,iCAAiC,CAAA;AACtF,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAC/D,OAAO,EAAE,mBAAmB,EAAE,MAAM,4CAA4C,CAAA;AAEhF,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAA;AAC1E,OAAO,EAEL,yDAAyD,EAC1D,MAAM,8CAA8C,CAAA;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAiB,MAAM,EAAoB,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAEnH,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAA;AAE5D,OAAO,EAAE,SAAS,EAAmB,MAAM,gCAAgC,CAAA;AAE3E;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,YAAY,GAAG,OAAO,GAAG,SAAS,CAAA;AAE/D;;GAEG;AACH,MAAM,MAAM,4CAA4C,GAAG;IACzD;;OAEG;IACH,SAAS,EAAE,WAAW,CAAC,oBAAoB,CAAC;IAC5C;;OAEG;IACH,GAAG,cAAc,EAAE;CACpB,CAAA;AAYD;;GAEG;AACH,qBAAa,mDAAmD,CAC9D,OAAO,SAAS,yDAAyD,GAAG,yDAAyD,CACrI,SAAQ,eAAe,CAAC,OAAO,EAAE,OAAO,EAAE,WAAW,GAAG,cAAc,CAAC;IACvE,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAA4F;IAC5I,gBAAyB,mBAAmB,EAAE,MAAM,CAAkE;IACtH,OAAgB,MAAM,EAAE,MAAM,CAG7B;IAED,IAAI,mBAAmB,WAEtB;IAED;;OAEG;IACH,SAAS,KAAK,eAAe,IAAI,MAAM,EAAE,CAGxC;cAEwB,aAAa,CAAC,QAAQ,GAAE,OAAO,EAAO,GAAG,OAAO,CAAC,CAAC,WAAW,EAAE,GAAG,cAAc,EAAE,CAAC,CAAC;IAyB7G;;;OAGG;cACa,oBAAoB,IAAI,OAAO,CAAC,gBAAgB,GAAG,SAAS,CAAC;IAa7E;;;OAGG;cACa,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAmB9B,yBAAyB,CAAC,EAAE,EAAE,YAAY,EAAE,SAAS,EAAE,iBAAiB,GAAG,OAAO,CAAC,cAAc,EAAE,GAAG,SAAS,CAAC;CAOjI"}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import { ArchivistInstance } from '@xyo-network/archivist-model';
|
|
2
|
+
import { ArchivistWrapper } from '@xyo-network/archivist-wrapper';
|
|
3
|
+
import { BoundWitness } from '@xyo-network/boundwitness-model';
|
|
4
|
+
import { AbstractDiviner } from '@xyo-network/diviner-abstract';
|
|
5
|
+
import { BoundWitnessDiviner } from '@xyo-network/diviner-boundwitness-abstract';
|
|
6
|
+
import { IndexingDivinerState } from '@xyo-network/diviner-indexing-model';
|
|
7
|
+
import { TemporalIndexingDivinerStateToIndexCandidateDivinerParams } from '@xyo-network/diviner-temporal-indexing-model';
|
|
8
|
+
import { DivinerWrapper } from '@xyo-network/diviner-wrapper';
|
|
9
|
+
import { Labels, ModuleState } from '@xyo-network/module-model';
|
|
10
|
+
import { Payload, Schema } from '@xyo-network/payload-model';
|
|
11
|
+
import { TimeStamp } from '@xyo-network/witness-timestamp';
|
|
12
|
+
/**
|
|
13
|
+
* All Payload types involved in index candidates for indexing
|
|
14
|
+
*/
|
|
15
|
+
export type IndexCandidate = BoundWitness | Payload | TimeStamp;
|
|
16
|
+
/**
|
|
17
|
+
* The response from the TemporalStateToIndexCandidateDiviner
|
|
18
|
+
*/
|
|
19
|
+
export type TemporalStateToIndexCandidateDivinerResponse = [
|
|
20
|
+
/**
|
|
21
|
+
* The next state of the diviner
|
|
22
|
+
*/
|
|
23
|
+
nextState: ModuleState<IndexingDivinerState>,
|
|
24
|
+
/**
|
|
25
|
+
* The index candidates
|
|
26
|
+
*/
|
|
27
|
+
...IndexCandidate[]
|
|
28
|
+
];
|
|
29
|
+
/**
|
|
30
|
+
* Transforms candidates for image thumbnail indexing into their indexed representation
|
|
31
|
+
*/
|
|
32
|
+
export declare class TemporalIndexingDivinerStateToIndexCandidateDiviner<TParams extends TemporalIndexingDivinerStateToIndexCandidateDivinerParams = TemporalIndexingDivinerStateToIndexCandidateDivinerParams> extends AbstractDiviner<TParams, Payload, ModuleState | IndexCandidate> {
|
|
33
|
+
static readonly configSchemas: Schema[];
|
|
34
|
+
static readonly defaultConfigSchema: Schema;
|
|
35
|
+
static labels: Labels;
|
|
36
|
+
get payloadDivinerLimit(): number;
|
|
37
|
+
/**
|
|
38
|
+
* The required payload_schemas within BoundWitnesses to identify index candidates
|
|
39
|
+
*/
|
|
40
|
+
protected get payload_schemas(): string[];
|
|
41
|
+
protected divineHandler(payloads?: Payload[]): Promise<[ModuleState, ...IndexCandidate[]]>;
|
|
42
|
+
/**
|
|
43
|
+
* Retrieves the archivist for the payloadStore
|
|
44
|
+
* @returns The archivist for the payloadStore or undefined if not resolvable
|
|
45
|
+
*/
|
|
46
|
+
protected getArchivistForStore(): Promise<ArchivistWrapper | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* Retrieves the BoundWitness Diviner for the payloadStore
|
|
49
|
+
* @returns The BoundWitness Diviner for the payloadStore or undefined if not resolvable
|
|
50
|
+
*/
|
|
51
|
+
protected getBoundWitnessDivinerForStore(): Promise<DivinerWrapper<BoundWitnessDiviner<import("@xylabs/object").BaseParamsFields & {
|
|
52
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
53
|
+
addToResolvers?: boolean | undefined;
|
|
54
|
+
allowNameResolution?: boolean | undefined;
|
|
55
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
56
|
+
schema: "network.xyo.diviner.boundwitness.config";
|
|
57
|
+
} & {
|
|
58
|
+
schema: string;
|
|
59
|
+
} & import("@xyo-network/payload-model").PayloadFields & {
|
|
60
|
+
schema: "network.xyo.diviner.boundwitness.config";
|
|
61
|
+
}, "schema"> & {
|
|
62
|
+
schema: "network.xyo.diviner.boundwitness.config";
|
|
63
|
+
}, "schema"> & {
|
|
64
|
+
schema: string;
|
|
65
|
+
};
|
|
66
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
67
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
68
|
+
}, import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
69
|
+
schema: "network.xyo.diviner.boundwitness.query";
|
|
70
|
+
} & import("@xyo-network/diviner-boundwitness-model").BoundWitnessDivinerPredicate & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
71
|
+
schema: "network.xyo.diviner.boundwitness.query";
|
|
72
|
+
}, import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
73
|
+
schema: "network.xyo.boundwitness";
|
|
74
|
+
}, import("@xyo-network/diviner-model").DivinerModuleEventData<import("@xyo-network/diviner-model").DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
75
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
76
|
+
addToResolvers?: boolean | undefined;
|
|
77
|
+
allowNameResolution?: boolean | undefined;
|
|
78
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
79
|
+
schema: "network.xyo.diviner.boundwitness.config";
|
|
80
|
+
} & {
|
|
81
|
+
schema: string;
|
|
82
|
+
} & import("@xyo-network/payload-model").PayloadFields & {
|
|
83
|
+
schema: "network.xyo.diviner.boundwitness.config";
|
|
84
|
+
}, "schema"> & {
|
|
85
|
+
schema: "network.xyo.diviner.boundwitness.config";
|
|
86
|
+
}, "schema"> & {
|
|
87
|
+
schema: string;
|
|
88
|
+
};
|
|
89
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
90
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
91
|
+
}, import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
92
|
+
schema: "network.xyo.diviner.boundwitness.query";
|
|
93
|
+
} & import("@xyo-network/diviner-boundwitness-model").BoundWitnessDivinerPredicate & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
94
|
+
schema: "network.xyo.diviner.boundwitness.query";
|
|
95
|
+
}, import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
96
|
+
schema: "network.xyo.boundwitness";
|
|
97
|
+
}, import("@xyo-network/diviner-model").DivinerModuleEventData>, import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
98
|
+
schema: "network.xyo.diviner.boundwitness.query";
|
|
99
|
+
} & import("@xyo-network/diviner-boundwitness-model").BoundWitnessDivinerPredicate & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
100
|
+
schema: "network.xyo.diviner.boundwitness.query";
|
|
101
|
+
}, import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
102
|
+
schema: "network.xyo.boundwitness";
|
|
103
|
+
}>>, import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
104
|
+
schema: "network.xyo.diviner.boundwitness.query";
|
|
105
|
+
} & import("@xyo-network/diviner-boundwitness-model").BoundWitnessDivinerPredicate & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
106
|
+
schema: "network.xyo.diviner.boundwitness.query";
|
|
107
|
+
}, import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
108
|
+
schema: "network.xyo.boundwitness";
|
|
109
|
+
}> | undefined>;
|
|
110
|
+
protected getPayloadsInBoundWitness(bw: BoundWitness, archivist: ArchivistInstance): Promise<IndexCandidate[] | undefined>;
|
|
111
|
+
}
|
|
112
|
+
//# sourceMappingURL=Diviner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../../src/StateToIndexCandidateDiviner/Diviner.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AACjE,OAAO,EAAE,YAAY,EAA0B,MAAM,iCAAiC,CAAA;AACtF,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAC/D,OAAO,EAAE,mBAAmB,EAAE,MAAM,4CAA4C,CAAA;AAEhF,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAA;AAC1E,OAAO,EAEL,yDAAyD,EAC1D,MAAM,8CAA8C,CAAA;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAiB,MAAM,EAAoB,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAEnH,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAA;AAE5D,OAAO,EAAE,SAAS,EAAmB,MAAM,gCAAgC,CAAA;AAE3E;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,YAAY,GAAG,OAAO,GAAG,SAAS,CAAA;AAE/D;;GAEG;AACH,MAAM,MAAM,4CAA4C,GAAG;IACzD;;OAEG;IACH,SAAS,EAAE,WAAW,CAAC,oBAAoB,CAAC;IAC5C;;OAEG;IACH,GAAG,cAAc,EAAE;CACpB,CAAA;AAYD;;GAEG;AACH,qBAAa,mDAAmD,CAC9D,OAAO,SAAS,yDAAyD,GAAG,yDAAyD,CACrI,SAAQ,eAAe,CAAC,OAAO,EAAE,OAAO,EAAE,WAAW,GAAG,cAAc,CAAC;IACvE,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAA4F;IAC5I,gBAAyB,mBAAmB,EAAE,MAAM,CAAkE;IACtH,OAAgB,MAAM,EAAE,MAAM,CAG7B;IAED,IAAI,mBAAmB,WAEtB;IAED;;OAEG;IACH,SAAS,KAAK,eAAe,IAAI,MAAM,EAAE,CAGxC;cAEwB,aAAa,CAAC,QAAQ,GAAE,OAAO,EAAO,GAAG,OAAO,CAAC,CAAC,WAAW,EAAE,GAAG,cAAc,EAAE,CAAC,CAAC;IAyB7G;;;OAGG;cACa,oBAAoB,IAAI,OAAO,CAAC,gBAAgB,GAAG,SAAS,CAAC;IAa7E;;;OAGG;cACa,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAmB9B,yBAAyB,CAAC,EAAE,EAAE,YAAY,EAAE,SAAS,EAAE,iBAAiB,GAAG,OAAO,CAAC,cAAc,EAAE,GAAG,SAAS,CAAC;CAOjI"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/StateToIndexCandidateDiviner/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/StateToIndexCandidateDiviner/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/StateToIndexCandidateDiviner/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA"}
|