@xyo-network/diviner-indexing-memory 3.6.0-rc.7 → 3.6.0-rc.8
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.ts +10 -14
- package/dist/neutral/Diviner.d.ts.map +1 -1
- package/package.json +15 -15
|
@@ -39,7 +39,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
39
39
|
addToResolvers?: boolean;
|
|
40
40
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
41
41
|
allowNameResolution?: boolean;
|
|
42
|
-
config: import("@
|
|
42
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
43
43
|
schema: Schema;
|
|
44
44
|
readonly archiving?: {
|
|
45
45
|
readonly archivists?: string[] | undefined;
|
|
@@ -47,7 +47,6 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
47
47
|
} | undefined;
|
|
48
48
|
readonly allowedQueries?: string[] | undefined;
|
|
49
49
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
50
|
-
readonly certify?: boolean | undefined;
|
|
51
50
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
52
51
|
readonly labels?: {
|
|
53
52
|
[x: string]: string | undefined;
|
|
@@ -106,7 +105,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
106
105
|
addToResolvers?: boolean;
|
|
107
106
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
108
107
|
allowNameResolution?: boolean;
|
|
109
|
-
config: import("@
|
|
108
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
110
109
|
schema: Schema;
|
|
111
110
|
readonly archiving?: {
|
|
112
111
|
readonly archivists?: string[] | undefined;
|
|
@@ -114,7 +113,6 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
114
113
|
} | undefined;
|
|
115
114
|
readonly allowedQueries?: string[] | undefined;
|
|
116
115
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
117
|
-
readonly certify?: boolean | undefined;
|
|
118
116
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
119
117
|
readonly labels?: {
|
|
120
118
|
[x: string]: string | undefined;
|
|
@@ -145,9 +143,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
145
143
|
}>;
|
|
146
144
|
ephemeralQueryAccountEnabled?: boolean;
|
|
147
145
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
148
|
-
}, DivinerModuleEventData>, import("@
|
|
146
|
+
}, DivinerModuleEventData>, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
149
147
|
schema: Schema;
|
|
150
|
-
}>, import("@
|
|
148
|
+
}>, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
151
149
|
schema: Schema;
|
|
152
150
|
}>>>;
|
|
153
151
|
/**
|
|
@@ -160,7 +158,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
160
158
|
addToResolvers?: boolean;
|
|
161
159
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
162
160
|
allowNameResolution?: boolean;
|
|
163
|
-
config: import("@
|
|
161
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
164
162
|
schema: Schema;
|
|
165
163
|
readonly archiving?: {
|
|
166
164
|
readonly archivists?: string[] | undefined;
|
|
@@ -168,7 +166,6 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
168
166
|
} | undefined;
|
|
169
167
|
readonly allowedQueries?: string[] | undefined;
|
|
170
168
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
171
|
-
readonly certify?: boolean | undefined;
|
|
172
169
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
173
170
|
readonly labels?: {
|
|
174
171
|
[x: string]: string | undefined;
|
|
@@ -199,9 +196,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
199
196
|
}>;
|
|
200
197
|
ephemeralQueryAccountEnabled?: boolean;
|
|
201
198
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
202
|
-
}, import("@
|
|
199
|
+
}, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
203
200
|
schema: Schema;
|
|
204
|
-
}>, import("@
|
|
201
|
+
}>, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
205
202
|
schema: Schema;
|
|
206
203
|
}>, DivinerModuleEventData>>;
|
|
207
204
|
/**
|
|
@@ -214,7 +211,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
214
211
|
addToResolvers?: boolean;
|
|
215
212
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
216
213
|
allowNameResolution?: boolean;
|
|
217
|
-
config: import("@
|
|
214
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
218
215
|
schema: Schema;
|
|
219
216
|
readonly archiving?: {
|
|
220
217
|
readonly archivists?: string[] | undefined;
|
|
@@ -222,7 +219,6 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
222
219
|
} | undefined;
|
|
223
220
|
readonly allowedQueries?: string[] | undefined;
|
|
224
221
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
225
|
-
readonly certify?: boolean | undefined;
|
|
226
222
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
227
223
|
readonly labels?: {
|
|
228
224
|
[x: string]: string | undefined;
|
|
@@ -253,9 +249,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
253
249
|
}>;
|
|
254
250
|
ephemeralQueryAccountEnabled?: boolean;
|
|
255
251
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
256
|
-
}, DivinerModuleEventData>, import("@
|
|
252
|
+
}, DivinerModuleEventData>, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
257
253
|
schema: Schema;
|
|
258
|
-
}>, import("@
|
|
254
|
+
}>, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
259
255
|
schema: Schema;
|
|
260
256
|
}>>>;
|
|
261
257
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAGjE,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EACL,qBAAqB,EAErB,qBAAqB,EACrB,oBAAoB,EACpB,oBAAoB,EACrB,MAAM,qCAAqC,CAAA;AAC5C,OAAO,EACc,eAAe,EAAE,sBAAsB,EAC3D,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAC2B,WAAW,EAC5C,MAAM,2BAA2B,CAAA;AAElC,OAAO,EACL,OAAO,EAAE,MAAM,EAChB,MAAM,4BAA4B,CAAA;AAEnC,MAAM,MAAM,cAAc,GAAG,YAAY,GAAG,YAAY,CAAA;AAExD,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,MAAM,qBAAqB,EAAE,cAAc,CAAC,CAAA;AAI9E,qBACa,eAAe,CAC1B,OAAO,SAAS,qBAAqB,GAAG,qBAAqB,EAC7D,GAAG,SAAS,OAAO,GAAG,OAAO,EAC7B,IAAI,SAAS,OAAO,GAAG,OAAO,EAC9B,UAAU,SAAS,sBAAsB,CAAC,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAChH,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,CAAC,EACnC,GAAG,EACH,IAAI,CACL,CACD,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,kBAAkB,SAAQ;IACnD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAwD;IACxG,gBAAyB,mBAAmB,EAAE,MAAM,CAA8B;IAElF,OAAO,CAAC,UAAU,CAAC,CAAmC;IACtD,OAAO,CAAC,OAAO,CAAC,CAAQ;IAExB,IAAI,mBAAmB,WAEtB;IAED,IAAI,aAAa,WAEhB;IAED;;;OAGG;IACH,SAAS,CAAC,gBAAgB,QAAa,OAAO,CAAC,IAAI,CAAC,CAmBnD;IAED;;;;;;OAMG;cACa,WAAW,CAAC,SAAS,EAAE,WAAW,CAAC,oBAAoB,CAAC;cAS/C,aAAa,CAAC,QAAQ,GAAE,GAAG,EAAO,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC;IAsB7E;;;;OAIG;cACa,oBAAoB,CAAC,KAAK,EAAE,WAAW
|
|
1
|
+
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAGjE,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EACL,qBAAqB,EAErB,qBAAqB,EACrB,oBAAoB,EACpB,oBAAoB,EACrB,MAAM,qCAAqC,CAAA;AAC5C,OAAO,EACc,eAAe,EAAE,sBAAsB,EAC3D,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAC2B,WAAW,EAC5C,MAAM,2BAA2B,CAAA;AAElC,OAAO,EACL,OAAO,EAAE,MAAM,EAChB,MAAM,4BAA4B,CAAA;AAEnC,MAAM,MAAM,cAAc,GAAG,YAAY,GAAG,YAAY,CAAA;AAExD,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,MAAM,qBAAqB,EAAE,cAAc,CAAC,CAAA;AAI9E,qBACa,eAAe,CAC1B,OAAO,SAAS,qBAAqB,GAAG,qBAAqB,EAC7D,GAAG,SAAS,OAAO,GAAG,OAAO,EAC7B,IAAI,SAAS,OAAO,GAAG,OAAO,EAC9B,UAAU,SAAS,sBAAsB,CAAC,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAChH,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,CAAC,EACnC,GAAG,EACH,IAAI,CACL,CACD,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,kBAAkB,SAAQ;IACnD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAwD;IACxG,gBAAyB,mBAAmB,EAAE,MAAM,CAA8B;IAElF,OAAO,CAAC,UAAU,CAAC,CAAmC;IACtD,OAAO,CAAC,OAAO,CAAC,CAAQ;IAExB,IAAI,mBAAmB,WAEtB;IAED,IAAI,aAAa,WAEhB;IAED;;;OAGG;IACH,SAAS,CAAC,gBAAgB,QAAa,OAAO,CAAC,IAAI,CAAC,CAmBnD;IAED;;;;;;OAMG;cACa,WAAW,CAAC,SAAS,EAAE,WAAW,CAAC,oBAAoB,CAAC;cAS/C,aAAa,CAAC,QAAQ,GAAE,GAAG,EAAO,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC;IAsB7E;;;;OAIG;cACa,oBAAoB,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMvD;;;;OAIG;cACa,8BAA8B,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMjE;;;;OAIG;cACa,uBAAuB,CAAC,SAAS,EAAE,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IASvE;;;;OAIG;cACa,yBAAyB,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAM5D;;;OAGG;cACa,aAAa,IAAI,OAAO,CAAC,WAAW,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC;cA0C9D,YAAY,IAAI,OAAO,CAAC,OAAO,CAAC;cAMhC,WAAW,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC,OAAO,CAAC;IAQrF;;;OAGG;IACH,OAAO,CAAC,IAAI;CAcb"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/diviner-indexing-memory",
|
|
3
|
-
"version": "3.6.0-rc.
|
|
3
|
+
"version": "3.6.0-rc.8",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,20 +29,20 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xylabs/assert": "^4.4.
|
|
33
|
-
"@xylabs/hex": "^4.4.
|
|
34
|
-
"@xylabs/timer": "^4.4.
|
|
35
|
-
"@xyo-network/archivist-wrapper": "^3.6.0-rc.
|
|
36
|
-
"@xyo-network/boundwitness-builder": "^3.6.0-rc.
|
|
37
|
-
"@xyo-network/boundwitness-model": "^3.6.0-rc.
|
|
38
|
-
"@xyo-network/diviner-abstract": "^3.6.0-rc.
|
|
39
|
-
"@xyo-network/diviner-boundwitness-model": "^3.6.0-rc.
|
|
40
|
-
"@xyo-network/diviner-indexing-model": "^3.6.0-rc.
|
|
41
|
-
"@xyo-network/diviner-model": "^3.6.0-rc.
|
|
42
|
-
"@xyo-network/diviner-wrapper": "^3.6.0-rc.
|
|
43
|
-
"@xyo-network/module-model": "^3.6.0-rc.
|
|
44
|
-
"@xyo-network/payload-builder": "^3.6.0-rc.
|
|
45
|
-
"@xyo-network/payload-model": "^3.6.0-rc.
|
|
32
|
+
"@xylabs/assert": "^4.4.16",
|
|
33
|
+
"@xylabs/hex": "^4.4.16",
|
|
34
|
+
"@xylabs/timer": "^4.4.16",
|
|
35
|
+
"@xyo-network/archivist-wrapper": "^3.6.0-rc.8",
|
|
36
|
+
"@xyo-network/boundwitness-builder": "^3.6.0-rc.8",
|
|
37
|
+
"@xyo-network/boundwitness-model": "^3.6.0-rc.8",
|
|
38
|
+
"@xyo-network/diviner-abstract": "^3.6.0-rc.8",
|
|
39
|
+
"@xyo-network/diviner-boundwitness-model": "^3.6.0-rc.8",
|
|
40
|
+
"@xyo-network/diviner-indexing-model": "^3.6.0-rc.8",
|
|
41
|
+
"@xyo-network/diviner-model": "^3.6.0-rc.8",
|
|
42
|
+
"@xyo-network/diviner-wrapper": "^3.6.0-rc.8",
|
|
43
|
+
"@xyo-network/module-model": "^3.6.0-rc.8",
|
|
44
|
+
"@xyo-network/payload-builder": "^3.6.0-rc.8",
|
|
45
|
+
"@xyo-network/payload-model": "^3.6.0-rc.8"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@xylabs/ts-scripts-yarn3": "^4.2.4",
|