@xyo-network/diviner-temporal-indexing-model 3.9.18 → 3.9.20
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/browser/Config.d.ts +53 -0
- package/dist/browser/Config.d.ts.map +1 -0
- package/dist/browser/DivinerQueryToIndexQueryDiviner/Config.d.ts +32 -0
- package/dist/browser/DivinerQueryToIndexQueryDiviner/Config.d.ts.map +1 -0
- package/dist/browser/DivinerQueryToIndexQueryDiviner/Params.d.ts +5 -0
- package/dist/browser/DivinerQueryToIndexQueryDiviner/Params.d.ts.map +1 -0
- package/dist/browser/DivinerQueryToIndexQueryDiviner/Schema.d.ts +4 -0
- package/dist/browser/DivinerQueryToIndexQueryDiviner/Schema.d.ts.map +1 -0
- package/dist/browser/DivinerQueryToIndexQueryDiviner/index.d.ts +4 -0
- package/dist/browser/DivinerQueryToIndexQueryDiviner/index.d.ts.map +1 -0
- package/dist/browser/IndexCandidateToIndexDiviner/Config.d.ts +19 -0
- package/dist/browser/IndexCandidateToIndexDiviner/Config.d.ts.map +1 -0
- package/dist/browser/IndexCandidateToIndexDiviner/Params.d.ts +8 -0
- package/dist/browser/IndexCandidateToIndexDiviner/Params.d.ts.map +1 -0
- package/dist/browser/IndexCandidateToIndexDiviner/Schema.d.ts +4 -0
- package/dist/browser/IndexCandidateToIndexDiviner/Schema.d.ts.map +1 -0
- package/dist/browser/IndexCandidateToIndexDiviner/index.d.ts +4 -0
- package/dist/browser/IndexCandidateToIndexDiviner/index.d.ts.map +1 -0
- package/dist/browser/IndexQueryResponseToDivinerQueryResponseDiviner/Config.d.ts +19 -0
- package/dist/browser/IndexQueryResponseToDivinerQueryResponseDiviner/Config.d.ts.map +1 -0
- package/dist/browser/IndexQueryResponseToDivinerQueryResponseDiviner/Params.d.ts +5 -0
- package/dist/browser/IndexQueryResponseToDivinerQueryResponseDiviner/Params.d.ts.map +1 -0
- package/dist/browser/IndexQueryResponseToDivinerQueryResponseDiviner/Schema.d.ts +4 -0
- package/dist/browser/IndexQueryResponseToDivinerQueryResponseDiviner/Schema.d.ts.map +1 -0
- package/dist/browser/IndexQueryResponseToDivinerQueryResponseDiviner/index.d.ts +4 -0
- package/dist/browser/IndexQueryResponseToDivinerQueryResponseDiviner/index.d.ts.map +1 -0
- package/dist/browser/Params.d.ts +5 -0
- package/dist/browser/Params.d.ts.map +1 -0
- package/dist/browser/Result/Payload.d.ts +9 -0
- package/dist/browser/Result/Payload.d.ts.map +1 -0
- package/dist/browser/Result/Schema.d.ts +3 -0
- package/dist/browser/Result/Schema.d.ts.map +1 -0
- package/dist/browser/Result/index.d.ts +3 -0
- package/dist/browser/Result/index.d.ts.map +1 -0
- package/dist/browser/ResultIndex/Payload.d.ts +7 -0
- package/dist/browser/ResultIndex/Payload.d.ts.map +1 -0
- package/dist/browser/ResultIndex/Schema.d.ts +3 -0
- package/dist/browser/ResultIndex/Schema.d.ts.map +1 -0
- package/dist/browser/ResultIndex/index.d.ts +3 -0
- package/dist/browser/ResultIndex/index.d.ts.map +1 -0
- package/dist/browser/Schema.d.ts +3 -0
- package/dist/browser/Schema.d.ts.map +1 -0
- package/dist/browser/StateToIndexCandidateDiviner/Config.d.ts +27 -0
- package/dist/browser/StateToIndexCandidateDiviner/Config.d.ts.map +1 -0
- package/dist/browser/StateToIndexCandidateDiviner/Params.d.ts +5 -0
- package/dist/browser/StateToIndexCandidateDiviner/Params.d.ts.map +1 -0
- package/dist/browser/StateToIndexCandidateDiviner/Schema.d.ts +4 -0
- package/dist/browser/StateToIndexCandidateDiviner/Schema.d.ts.map +1 -0
- package/dist/browser/StateToIndexCandidateDiviner/index.d.ts +4 -0
- package/dist/browser/StateToIndexCandidateDiviner/index.d.ts.map +1 -0
- package/dist/browser/index.d.ts +10 -104
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/neutral/Config.d.ts +53 -0
- package/dist/neutral/Config.d.ts.map +1 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/Config.d.ts +32 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/Config.d.ts.map +1 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/Params.d.ts +5 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/Params.d.ts.map +1 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/Schema.d.ts +4 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/Schema.d.ts.map +1 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/index.d.ts +4 -0
- package/dist/neutral/DivinerQueryToIndexQueryDiviner/index.d.ts.map +1 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/Config.d.ts +19 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/Config.d.ts.map +1 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/Params.d.ts +8 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/Params.d.ts.map +1 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/Schema.d.ts +4 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/Schema.d.ts.map +1 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/index.d.ts +4 -0
- package/dist/neutral/IndexCandidateToIndexDiviner/index.d.ts.map +1 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/Config.d.ts +19 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/Config.d.ts.map +1 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/Params.d.ts +5 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/Params.d.ts.map +1 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/Schema.d.ts +4 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/Schema.d.ts.map +1 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/index.d.ts +4 -0
- package/dist/neutral/IndexQueryResponseToDivinerQueryResponseDiviner/index.d.ts.map +1 -0
- package/dist/neutral/Params.d.ts +5 -0
- package/dist/neutral/Params.d.ts.map +1 -0
- package/dist/neutral/Result/Payload.d.ts +9 -0
- package/dist/neutral/Result/Payload.d.ts.map +1 -0
- package/dist/neutral/Result/Schema.d.ts +3 -0
- package/dist/neutral/Result/Schema.d.ts.map +1 -0
- package/dist/neutral/Result/index.d.ts +3 -0
- package/dist/neutral/Result/index.d.ts.map +1 -0
- package/dist/neutral/ResultIndex/Payload.d.ts +7 -0
- package/dist/neutral/ResultIndex/Payload.d.ts.map +1 -0
- package/dist/neutral/ResultIndex/Schema.d.ts +3 -0
- package/dist/neutral/ResultIndex/Schema.d.ts.map +1 -0
- package/dist/neutral/ResultIndex/index.d.ts +3 -0
- package/dist/neutral/ResultIndex/index.d.ts.map +1 -0
- package/dist/neutral/Schema.d.ts +3 -0
- package/dist/neutral/Schema.d.ts.map +1 -0
- package/dist/neutral/StateToIndexCandidateDiviner/Config.d.ts +27 -0
- package/dist/neutral/StateToIndexCandidateDiviner/Config.d.ts.map +1 -0
- package/dist/neutral/StateToIndexCandidateDiviner/Params.d.ts +5 -0
- package/dist/neutral/StateToIndexCandidateDiviner/Params.d.ts.map +1 -0
- package/dist/neutral/StateToIndexCandidateDiviner/Schema.d.ts +4 -0
- package/dist/neutral/StateToIndexCandidateDiviner/Schema.d.ts.map +1 -0
- package/dist/neutral/StateToIndexCandidateDiviner/index.d.ts +4 -0
- package/dist/neutral/StateToIndexCandidateDiviner/index.d.ts.map +1 -0
- package/dist/neutral/index.d.ts +10 -104
- package/dist/neutral/index.d.ts.map +1 -0
- package/dist/node/Config.d.ts +53 -0
- package/dist/node/Config.d.ts.map +1 -0
- package/dist/node/DivinerQueryToIndexQueryDiviner/Config.d.ts +32 -0
- package/dist/node/DivinerQueryToIndexQueryDiviner/Config.d.ts.map +1 -0
- package/dist/node/DivinerQueryToIndexQueryDiviner/Params.d.ts +5 -0
- package/dist/node/DivinerQueryToIndexQueryDiviner/Params.d.ts.map +1 -0
- package/dist/node/DivinerQueryToIndexQueryDiviner/Schema.d.ts +4 -0
- package/dist/node/DivinerQueryToIndexQueryDiviner/Schema.d.ts.map +1 -0
- package/dist/node/DivinerQueryToIndexQueryDiviner/index.d.ts +4 -0
- package/dist/node/DivinerQueryToIndexQueryDiviner/index.d.ts.map +1 -0
- package/dist/node/IndexCandidateToIndexDiviner/Config.d.ts +19 -0
- package/dist/node/IndexCandidateToIndexDiviner/Config.d.ts.map +1 -0
- package/dist/node/IndexCandidateToIndexDiviner/Params.d.ts +8 -0
- package/dist/node/IndexCandidateToIndexDiviner/Params.d.ts.map +1 -0
- package/dist/node/IndexCandidateToIndexDiviner/Schema.d.ts +4 -0
- package/dist/node/IndexCandidateToIndexDiviner/Schema.d.ts.map +1 -0
- package/dist/node/IndexCandidateToIndexDiviner/index.d.ts +4 -0
- package/dist/node/IndexCandidateToIndexDiviner/index.d.ts.map +1 -0
- package/dist/node/IndexQueryResponseToDivinerQueryResponseDiviner/Config.d.ts +19 -0
- package/dist/node/IndexQueryResponseToDivinerQueryResponseDiviner/Config.d.ts.map +1 -0
- package/dist/node/IndexQueryResponseToDivinerQueryResponseDiviner/Params.d.ts +5 -0
- package/dist/node/IndexQueryResponseToDivinerQueryResponseDiviner/Params.d.ts.map +1 -0
- package/dist/node/IndexQueryResponseToDivinerQueryResponseDiviner/Schema.d.ts +4 -0
- package/dist/node/IndexQueryResponseToDivinerQueryResponseDiviner/Schema.d.ts.map +1 -0
- package/dist/node/IndexQueryResponseToDivinerQueryResponseDiviner/index.d.ts +4 -0
- package/dist/node/IndexQueryResponseToDivinerQueryResponseDiviner/index.d.ts.map +1 -0
- package/dist/node/Params.d.ts +5 -0
- package/dist/node/Params.d.ts.map +1 -0
- package/dist/node/Result/Payload.d.ts +9 -0
- package/dist/node/Result/Payload.d.ts.map +1 -0
- package/dist/node/Result/Schema.d.ts +3 -0
- package/dist/node/Result/Schema.d.ts.map +1 -0
- package/dist/node/Result/index.d.ts +3 -0
- package/dist/node/Result/index.d.ts.map +1 -0
- package/dist/node/ResultIndex/Payload.d.ts +7 -0
- package/dist/node/ResultIndex/Payload.d.ts.map +1 -0
- package/dist/node/ResultIndex/Schema.d.ts +3 -0
- package/dist/node/ResultIndex/Schema.d.ts.map +1 -0
- package/dist/node/ResultIndex/index.d.ts +3 -0
- package/dist/node/ResultIndex/index.d.ts.map +1 -0
- package/dist/node/Schema.d.ts +3 -0
- package/dist/node/Schema.d.ts.map +1 -0
- package/dist/node/StateToIndexCandidateDiviner/Config.d.ts +27 -0
- package/dist/node/StateToIndexCandidateDiviner/Config.d.ts.map +1 -0
- package/dist/node/StateToIndexCandidateDiviner/Params.d.ts +5 -0
- package/dist/node/StateToIndexCandidateDiviner/Params.d.ts.map +1 -0
- package/dist/node/StateToIndexCandidateDiviner/Schema.d.ts +4 -0
- package/dist/node/StateToIndexCandidateDiviner/Schema.d.ts.map +1 -0
- package/dist/node/StateToIndexCandidateDiviner/index.d.ts +4 -0
- package/dist/node/StateToIndexCandidateDiviner/index.d.ts.map +1 -0
- package/dist/node/index.d.ts +10 -104
- package/dist/node/index.d.ts.map +1 -0
- package/package.json +10 -10
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../src/IndexCandidateToIndexDiviner/Schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,cAAc,CAAA;AAE5D,MAAM,MAAM,yDAAyD,GAAG,GAAG,6BAA6B,qCAAqC,CAAA;AAC7I,eAAO,MAAM,yDAAyD,EAAE,yDACA,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/IndexCandidateToIndexDiviner/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { SchemaToJsonPathTransformExpressionsDictionary } from '@xyo-network/diviner-jsonpath-model';
|
|
2
|
+
import type { DivinerConfig } from '@xyo-network/diviner-model';
|
|
3
|
+
import { TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerSchema } from './Schema.ts';
|
|
4
|
+
export type TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerConfigSchema = `${TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerSchema}.config`;
|
|
5
|
+
export declare const TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerConfigSchema: TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerConfigSchema;
|
|
6
|
+
/**
|
|
7
|
+
* Diviner Config for a Diviner which transforms an Index Query Response to a Diviner Query Response
|
|
8
|
+
*/
|
|
9
|
+
export type TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerConfig = DivinerConfig<{
|
|
10
|
+
/**
|
|
11
|
+
* The config schema
|
|
12
|
+
*/
|
|
13
|
+
schema: TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerConfigSchema;
|
|
14
|
+
/**
|
|
15
|
+
* The transforms to apply to the source payloads
|
|
16
|
+
*/
|
|
17
|
+
schemaTransforms?: SchemaToJsonPathTransformExpressionsDictionary;
|
|
18
|
+
}>;
|
|
19
|
+
//# sourceMappingURL=Config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../../src/IndexQueryResponseToDivinerQueryResponseDiviner/Config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,8CAA8C,EAAE,MAAM,qCAAqC,CAAA;AACzG,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAE/D,OAAO,EAAE,4EAA4E,EAAE,MAAM,aAAa,CAAA;AAE1G,MAAM,MAAM,kFAAkF,GAC5F,GAAG,4EAA4E,SAAS,CAAA;AAE1F,eAAO,MAAM,kFAAkF,EAAE,kFACN,CAAA;AAE3F;;GAEG;AACH,MAAM,MAAM,4EAA4E,GAAG,aAAa,CAAC;IACvG;;OAEG;IACH,MAAM,EAAE,kFAAkF,CAAA;IAC1F;;OAEG;IACH,gBAAgB,CAAC,EAAE,8CAA8C,CAAA;CAClE,CAAC,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
|
+
import type { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
+
import type { TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerConfig } from './Config.ts';
|
|
4
|
+
export type TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerParams = DivinerParams<AnyConfigSchema<TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerConfig>>;
|
|
5
|
+
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../../src/IndexQueryResponseToDivinerQueryResponseDiviner/Params.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAEhE,OAAO,KAAK,EAAE,4EAA4E,EAAE,MAAM,aAAa,CAAA;AAE/G,MAAM,MAAM,4EAA4E,GAAG,aAAa,CACtG,eAAe,CAAC,4EAA4E,CAAC,CAC9F,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { TemporalIndexingDivinerSchema } from '../Schema.ts';
|
|
2
|
+
export type TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerSchema = `${TemporalIndexingDivinerSchema}.stage.indexQueryResponseToDivinerQueryResponseDiviner`;
|
|
3
|
+
export declare const TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerSchema: TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerSchema;
|
|
4
|
+
//# sourceMappingURL=Schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../src/IndexQueryResponseToDivinerQueryResponseDiviner/Schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,cAAc,CAAA;AAE5D,MAAM,MAAM,4EAA4E,GACtF,GAAG,6BAA6B,wDAAwD,CAAA;AAE1F,eAAO,MAAM,4EAA4E,EAAE,4EACD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/IndexQueryResponseToDivinerQueryResponseDiviner/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
|
+
import type { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
+
import type { TemporalIndexingDivinerConfig } from './Config.ts';
|
|
4
|
+
export type TemporalIndexingDivinerParams = DivinerParams<AnyConfigSchema<TemporalIndexingDivinerConfig>>;
|
|
5
|
+
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAEhE,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,aAAa,CAAA;AAGhE,MAAM,MAAM,6BAA6B,GAAG,aAAa,CAAC,eAAe,CAAC,6BAA6B,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Hash } from '@xylabs/hex';
|
|
2
|
+
import type { Payload } from '@xyo-network/payload-model';
|
|
3
|
+
import { TemporalIndexingDivinerResultSchema } from './Schema.ts';
|
|
4
|
+
export type TemporalIndexingDivinerResult = Payload<{
|
|
5
|
+
sources: Hash[];
|
|
6
|
+
timestamp: string;
|
|
7
|
+
}, TemporalIndexingDivinerResultSchema>;
|
|
8
|
+
export declare const isTemporalIndexingDivinerResult: (x?: unknown | null) => x is TemporalIndexingDivinerResult;
|
|
9
|
+
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../../src/Result/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGzD,OAAO,EAAE,mCAAmC,EAAE,MAAM,aAAa,CAAA;AAEjE,MAAM,MAAM,6BAA6B,GAAG,OAAO,CACjD;IACE,OAAO,EAAE,IAAI,EAAE,CAAA;IACf,SAAS,EAAE,MAAM,CAAA;CAClB,EACD,mCAAmC,CACpC,CAAA;AACD,eAAO,MAAM,+BAA+B,4DAA4F,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../src/Result/Schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mCAAmC,gDAAqD,CAAA;AACrG,MAAM,MAAM,mCAAmC,GAAG,OAAO,mCAAmC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Result/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,aAAa,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { PayloadWithSources } from '@xyo-network/payload-model';
|
|
2
|
+
import { TemporalIndexingDivinerResultIndexSchema } from './Schema.ts';
|
|
3
|
+
export type TemporalIndexingDivinerResultIndex = PayloadWithSources<{
|
|
4
|
+
timestamp: number;
|
|
5
|
+
}, TemporalIndexingDivinerResultIndexSchema>;
|
|
6
|
+
export declare const isTemporalIndexingDivinerResultIndex: (x?: unknown | null) => x is TemporalIndexingDivinerResultIndex;
|
|
7
|
+
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../../src/ResultIndex/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAA;AAGpE,OAAO,EAAE,wCAAwC,EAAE,MAAM,aAAa,CAAA;AAEtE,MAAM,MAAM,kCAAkC,GAAG,kBAAkB,CACjE;IACE,SAAS,EAAE,MAAM,CAAA;CAClB,EACD,wCAAwC,CACzC,CAAA;AAED,eAAO,MAAM,oCAAoC,iEAEhD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../src/ResultIndex/Schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,wCAAwC,sDAA0D,CAAA;AAC/G,MAAM,MAAM,wCAAwC,GAAG,OAAO,wCAAwC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ResultIndex/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,aAAa,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B,yCAA+C,CAAA;AACzF,MAAM,MAAM,6BAA6B,GAAG,OAAO,6BAA6B,CAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { BoundWitnessDivinerPredicate } from '@xyo-network/diviner-boundwitness-model';
|
|
2
|
+
import type { DivinerConfig, SearchableStorage } from '@xyo-network/diviner-model';
|
|
3
|
+
import { TemporalIndexingDivinerStateToIndexCandidateDivinerSchema } from './Schema.ts';
|
|
4
|
+
export type TemporalIndexingDivinerStateToIndexCandidateDivinerConfigSchema = `${TemporalIndexingDivinerStateToIndexCandidateDivinerSchema}.config`;
|
|
5
|
+
export declare const TemporalIndexingDivinerStateToIndexCandidateDivinerConfigSchema: TemporalIndexingDivinerStateToIndexCandidateDivinerConfigSchema;
|
|
6
|
+
/**
|
|
7
|
+
* Diviner Config for a Diviner which transforms a Diviner State to Index Candidates
|
|
8
|
+
*/
|
|
9
|
+
export type TemporalIndexingDivinerStateToIndexCandidateDivinerConfig = DivinerConfig<{
|
|
10
|
+
/**
|
|
11
|
+
* The filter to use to identify index candidates
|
|
12
|
+
*/
|
|
13
|
+
filter?: BoundWitnessDivinerPredicate;
|
|
14
|
+
/**
|
|
15
|
+
* The maximum number of payloads to index at a time
|
|
16
|
+
*/
|
|
17
|
+
payloadDivinerLimit?: number;
|
|
18
|
+
/**
|
|
19
|
+
* Where the diviner should look for stored thumbnails
|
|
20
|
+
*/
|
|
21
|
+
payloadStore?: SearchableStorage;
|
|
22
|
+
/**
|
|
23
|
+
* The config schema
|
|
24
|
+
*/
|
|
25
|
+
schema: TemporalIndexingDivinerStateToIndexCandidateDivinerConfigSchema;
|
|
26
|
+
}>;
|
|
27
|
+
//# sourceMappingURL=Config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../../src/StateToIndexCandidateDiviner/Config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,yCAAyC,CAAA;AAC3F,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAA;AAElF,OAAO,EAAE,yDAAyD,EAAE,MAAM,aAAa,CAAA;AAEvF,MAAM,MAAM,+DAA+D,GAAG,GAAG,yDAAyD,SAAS,CAAA;AACnJ,eAAO,MAAM,+DAA+D,EAAE,+DACP,CAAA;AAEvE;;GAEG;AACH,MAAM,MAAM,yDAAyD,GAAG,aAAa,CAAC;IACpF;;OAEG;IACH,MAAM,CAAC,EAAE,4BAA4B,CAAA;IACrC;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B;;OAEG;IACH,YAAY,CAAC,EAAE,iBAAiB,CAAA;IAChC;;OAEG;IACH,MAAM,EAAE,+DAA+D,CAAA;CACxE,CAAC,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
|
+
import type { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
+
import type { TemporalIndexingDivinerStateToIndexCandidateDivinerConfig } from './Config.ts';
|
|
4
|
+
export type TemporalIndexingDivinerStateToIndexCandidateDivinerParams = DivinerParams<AnyConfigSchema<TemporalIndexingDivinerStateToIndexCandidateDivinerConfig>>;
|
|
5
|
+
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../../src/StateToIndexCandidateDiviner/Params.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAEhE,OAAO,KAAK,EAAE,yDAAyD,EAAE,MAAM,aAAa,CAAA;AAE5F,MAAM,MAAM,yDAAyD,GAAG,aAAa,CACnF,eAAe,CAAC,yDAAyD,CAAC,CAC3E,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { TemporalIndexingDivinerSchema } from '../Schema.ts';
|
|
2
|
+
export type TemporalIndexingDivinerStateToIndexCandidateDivinerSchema = `${TemporalIndexingDivinerSchema}.stage.stateToIndexCandidateDiviner`;
|
|
3
|
+
export declare const TemporalIndexingDivinerStateToIndexCandidateDivinerSchema: TemporalIndexingDivinerStateToIndexCandidateDivinerSchema;
|
|
4
|
+
//# sourceMappingURL=Schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../../src/StateToIndexCandidateDiviner/Schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,cAAc,CAAA;AAE5D,MAAM,MAAM,yDAAyD,GAAG,GAAG,6BAA6B,qCAAqC,CAAA;AAC7I,eAAO,MAAM,yDAAyD,EAAE,yDACD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/StateToIndexCandidateDiviner/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA"}
|
package/dist/node/index.d.ts
CHANGED
|
@@ -1,104 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
type TemporalIndexingDivinerDivinerQueryToIndexQueryDivinerSchema = `${TemporalIndexingDivinerSchema}.stage.divinerQueryToIndexQueryDiviner`;
|
|
13
|
-
declare const TemporalIndexingDivinerDivinerQueryToIndexQueryDivinerSchema: TemporalIndexingDivinerDivinerQueryToIndexQueryDivinerSchema;
|
|
14
|
-
|
|
15
|
-
type TemporalIndexingDivinerDivinerQueryToIndexQueryDivinerConfigSchema = `${TemporalIndexingDivinerDivinerQueryToIndexQueryDivinerSchema}.config`;
|
|
16
|
-
declare const TemporalIndexingDivinerDivinerQueryToIndexQueryDivinerConfigSchema: TemporalIndexingDivinerDivinerQueryToIndexQueryDivinerConfigSchema;
|
|
17
|
-
type TemporalIndexingDivinerDivinerQueryToIndexQueryDivinerConfig = DivinerConfig<{
|
|
18
|
-
divinerQuerySchema?: Schema;
|
|
19
|
-
indexQuerySchema?: Schema;
|
|
20
|
-
indexSchema?: Schema;
|
|
21
|
-
schema: TemporalIndexingDivinerDivinerQueryToIndexQueryDivinerConfigSchema;
|
|
22
|
-
schemaTransforms?: SchemaToJsonPathTransformExpressionsDictionary;
|
|
23
|
-
}>;
|
|
24
|
-
|
|
25
|
-
type TemporalIndexingDivinerDivinerQueryToIndexQueryDivinerParams = DivinerParams<AnyConfigSchema<TemporalIndexingDivinerDivinerQueryToIndexQueryDivinerConfig>>;
|
|
26
|
-
|
|
27
|
-
type TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerSchema = `${TemporalIndexingDivinerSchema}.stage.indexQueryResponseToDivinerQueryResponseDiviner`;
|
|
28
|
-
declare const TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerSchema: TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerSchema;
|
|
29
|
-
|
|
30
|
-
type TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerConfigSchema = `${TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerSchema}.config`;
|
|
31
|
-
declare const TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerConfigSchema: TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerConfigSchema;
|
|
32
|
-
type TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerConfig = DivinerConfig<{
|
|
33
|
-
schema: TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerConfigSchema;
|
|
34
|
-
schemaTransforms?: SchemaToJsonPathTransformExpressionsDictionary;
|
|
35
|
-
}>;
|
|
36
|
-
|
|
37
|
-
type TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerParams = DivinerParams<AnyConfigSchema<TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerConfig>>;
|
|
38
|
-
|
|
39
|
-
type TemporalIndexingDivinerStateToIndexCandidateDivinerSchema = `${TemporalIndexingDivinerSchema}.stage.stateToIndexCandidateDiviner`;
|
|
40
|
-
declare const TemporalIndexingDivinerStateToIndexCandidateDivinerSchema: TemporalIndexingDivinerStateToIndexCandidateDivinerSchema;
|
|
41
|
-
|
|
42
|
-
type TemporalIndexingDivinerStateToIndexCandidateDivinerConfigSchema = `${TemporalIndexingDivinerStateToIndexCandidateDivinerSchema}.config`;
|
|
43
|
-
declare const TemporalIndexingDivinerStateToIndexCandidateDivinerConfigSchema: TemporalIndexingDivinerStateToIndexCandidateDivinerConfigSchema;
|
|
44
|
-
type TemporalIndexingDivinerStateToIndexCandidateDivinerConfig = DivinerConfig<{
|
|
45
|
-
filter?: BoundWitnessDivinerPredicate;
|
|
46
|
-
payloadDivinerLimit?: number;
|
|
47
|
-
payloadStore?: SearchableStorage;
|
|
48
|
-
schema: TemporalIndexingDivinerStateToIndexCandidateDivinerConfigSchema;
|
|
49
|
-
}>;
|
|
50
|
-
|
|
51
|
-
type TemporalIndexingDivinerStateToIndexCandidateDivinerParams = DivinerParams<AnyConfigSchema<TemporalIndexingDivinerStateToIndexCandidateDivinerConfig>>;
|
|
52
|
-
|
|
53
|
-
declare const TemporalIndexingDivinerConfigSchema: "network.xyo.diviner.indexing.temporal.config";
|
|
54
|
-
type TemporalIndexingDivinerConfigSchema = typeof TemporalIndexingDivinerConfigSchema;
|
|
55
|
-
type IndexingDivinerStageTransformConfig = {
|
|
56
|
-
[key in IndexingDivinerStage]: SchemaToJsonPathTransformExpressionsDictionary;
|
|
57
|
-
};
|
|
58
|
-
type TemporalIndexingDivinerConfig = DivinerConfig<{
|
|
59
|
-
indexStore?: SearchableStorage;
|
|
60
|
-
indexingDivinerStages?: IndexingDivinerStageConfig;
|
|
61
|
-
payloadDivinerLimit?: number;
|
|
62
|
-
pollFrequency?: number;
|
|
63
|
-
schema: TemporalIndexingDivinerConfigSchema;
|
|
64
|
-
stageConfigs?: {
|
|
65
|
-
divinerQueryToIndexQueryDiviner?: Omit<TemporalIndexingDivinerDivinerQueryToIndexQueryDivinerConfig, 'schema'>;
|
|
66
|
-
indexCandidateToIndexDiviner?: Omit<TemporalIndexingDivinerDivinerQueryToIndexQueryDivinerConfig, 'schema'>;
|
|
67
|
-
indexQueryResponseToDivinerQueryResponseDiviner?: Omit<TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerConfig, 'schema'>;
|
|
68
|
-
stateToIndexCandidateDiviner?: Omit<TemporalIndexingDivinerStateToIndexCandidateDivinerConfig, 'schema'>;
|
|
69
|
-
};
|
|
70
|
-
stateStore?: SearchableStorage;
|
|
71
|
-
}>;
|
|
72
|
-
|
|
73
|
-
type TemporalIndexingDivinerIndexCandidateToIndexDivinerSchema = `${TemporalIndexingDivinerSchema}.stage.indexCandidateToIndexDiviner`;
|
|
74
|
-
declare const TemporalIndexingDivinerIndexCandidateToIndexDivinerSchema: TemporalIndexingDivinerIndexCandidateToIndexDivinerSchema;
|
|
75
|
-
|
|
76
|
-
type TemporalIndexingDivinerIndexCandidateToIndexDivinerConfigSchema = `${TemporalIndexingDivinerIndexCandidateToIndexDivinerSchema}.config`;
|
|
77
|
-
declare const TemporalIndexingDivinerIndexCandidateToIndexDivinerConfigSchema: TemporalIndexingDivinerIndexCandidateToIndexDivinerConfigSchema;
|
|
78
|
-
type TemporalIndexingDivinerIndexCandidateToIndexDivinerConfig = DivinerConfig<{
|
|
79
|
-
schema: TemporalIndexingDivinerIndexCandidateToIndexDivinerConfigSchema;
|
|
80
|
-
schemaTransforms?: SchemaToJsonPathTransformExpressionsDictionary;
|
|
81
|
-
}>;
|
|
82
|
-
|
|
83
|
-
type TemporalIndexingDivinerIndexCandidateToIndexDivinerParams = DivinerParams<AnyConfigSchema<TemporalIndexingDivinerIndexCandidateToIndexDivinerConfig>>;
|
|
84
|
-
|
|
85
|
-
type TemporalIndexingDivinerParams = DivinerParams<AnyConfigSchema<TemporalIndexingDivinerConfig>>;
|
|
86
|
-
|
|
87
|
-
declare const TemporalIndexingDivinerResultSchema: "network.xyo.diviner.indexing.temporal.result";
|
|
88
|
-
type TemporalIndexingDivinerResultSchema = typeof TemporalIndexingDivinerResultSchema;
|
|
89
|
-
|
|
90
|
-
type TemporalIndexingDivinerResult = Payload<{
|
|
91
|
-
sources: Hash[];
|
|
92
|
-
timestamp: string;
|
|
93
|
-
}, TemporalIndexingDivinerResultSchema>;
|
|
94
|
-
declare const isTemporalIndexingDivinerResult: (x?: unknown | null) => x is TemporalIndexingDivinerResult;
|
|
95
|
-
|
|
96
|
-
declare const TemporalIndexingDivinerResultIndexSchema: "network.xyo.diviner.indexing.temporal.result.index";
|
|
97
|
-
type TemporalIndexingDivinerResultIndexSchema = typeof TemporalIndexingDivinerResultIndexSchema;
|
|
98
|
-
|
|
99
|
-
type TemporalIndexingDivinerResultIndex = PayloadWithSources<{
|
|
100
|
-
timestamp: number;
|
|
101
|
-
}, TemporalIndexingDivinerResultIndexSchema>;
|
|
102
|
-
declare const isTemporalIndexingDivinerResultIndex: (x?: unknown | null) => x is TemporalIndexingDivinerResultIndex;
|
|
103
|
-
|
|
104
|
-
export { type IndexingDivinerStageTransformConfig, type TemporalIndexingDivinerConfig, TemporalIndexingDivinerConfigSchema, type TemporalIndexingDivinerDivinerQueryToIndexQueryDivinerConfig, TemporalIndexingDivinerDivinerQueryToIndexQueryDivinerConfigSchema, type TemporalIndexingDivinerDivinerQueryToIndexQueryDivinerParams, TemporalIndexingDivinerDivinerQueryToIndexQueryDivinerSchema, type TemporalIndexingDivinerIndexCandidateToIndexDivinerConfig, TemporalIndexingDivinerIndexCandidateToIndexDivinerConfigSchema, type TemporalIndexingDivinerIndexCandidateToIndexDivinerParams, TemporalIndexingDivinerIndexCandidateToIndexDivinerSchema, type TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerConfig, TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerConfigSchema, type TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerParams, TemporalIndexingDivinerIndexQueryResponseToDivinerQueryResponseDivinerSchema, type TemporalIndexingDivinerParams, type TemporalIndexingDivinerResult, type TemporalIndexingDivinerResultIndex, TemporalIndexingDivinerResultIndexSchema, TemporalIndexingDivinerResultSchema, TemporalIndexingDivinerSchema, type TemporalIndexingDivinerStateToIndexCandidateDivinerConfig, TemporalIndexingDivinerStateToIndexCandidateDivinerConfigSchema, type TemporalIndexingDivinerStateToIndexCandidateDivinerParams, TemporalIndexingDivinerStateToIndexCandidateDivinerSchema, isTemporalIndexingDivinerResult, isTemporalIndexingDivinerResultIndex };
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './DivinerQueryToIndexQueryDiviner/index.ts';
|
|
3
|
+
export * from './IndexCandidateToIndexDiviner/index.ts';
|
|
4
|
+
export * from './IndexQueryResponseToDivinerQueryResponseDiviner/index.ts';
|
|
5
|
+
export * from './Params.ts';
|
|
6
|
+
export * from './Result/index.ts';
|
|
7
|
+
export * from './ResultIndex/index.ts';
|
|
8
|
+
export * from './Schema.ts';
|
|
9
|
+
export * from './StateToIndexCandidateDiviner/index.ts';
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,4CAA4C,CAAA;AAC1D,cAAc,yCAAyC,CAAA;AACvD,cAAc,4DAA4D,CAAA;AAC1E,cAAc,aAAa,CAAA;AAC3B,cAAc,mBAAmB,CAAA;AACjC,cAAc,wBAAwB,CAAA;AACtC,cAAc,aAAa,CAAA;AAC3B,cAAc,yCAAyC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/diviner-temporal-indexing-model",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.20",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -30,17 +30,17 @@
|
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@xylabs/hex": "^4.5.1",
|
|
33
|
-
"@xyo-network/diviner-boundwitness-model": "^3.9.
|
|
34
|
-
"@xyo-network/diviner-indexing-model": "^3.9.
|
|
35
|
-
"@xyo-network/diviner-jsonpath-model": "^3.9.
|
|
36
|
-
"@xyo-network/diviner-model": "^3.9.
|
|
37
|
-
"@xyo-network/module-model": "^3.9.
|
|
38
|
-
"@xyo-network/payload-model": "^3.9.
|
|
33
|
+
"@xyo-network/diviner-boundwitness-model": "^3.9.20",
|
|
34
|
+
"@xyo-network/diviner-indexing-model": "^3.9.20",
|
|
35
|
+
"@xyo-network/diviner-jsonpath-model": "^3.9.20",
|
|
36
|
+
"@xyo-network/diviner-model": "^3.9.20",
|
|
37
|
+
"@xyo-network/module-model": "^3.9.20",
|
|
38
|
+
"@xyo-network/payload-model": "^3.9.20"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@xylabs/ts-scripts-yarn3": "^5.0.
|
|
42
|
-
"@xylabs/tsconfig": "^5.0.
|
|
43
|
-
"typescript": "^5.
|
|
41
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.39",
|
|
42
|
+
"@xylabs/tsconfig": "^5.0.39",
|
|
43
|
+
"typescript": "^5.8.2"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|