@xyo-network/diviner-indexing-memory 2.92.1 → 2.92.2
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/Diviner.d.cts +9 -137
- package/dist/browser/Diviner.d.cts.map +1 -1
- package/dist/browser/Diviner.d.mts +9 -137
- package/dist/browser/Diviner.d.mts.map +1 -1
- package/dist/browser/Diviner.d.ts +9 -137
- package/dist/browser/Diviner.d.ts.map +1 -1
- package/dist/node/Diviner.d.cts +9 -137
- package/dist/node/Diviner.d.cts.map +1 -1
- package/dist/node/Diviner.d.mts +9 -137
- package/dist/node/Diviner.d.mts.map +1 -1
- package/dist/node/Diviner.d.ts +9 -137
- package/dist/node/Diviner.d.ts.map +1 -1
- package/package.json +14 -14
|
@@ -35,45 +35,13 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
35
35
|
*/
|
|
36
36
|
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
37
37
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
38
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
39
|
-
readonly archivist?: string | undefined;
|
|
40
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
41
|
-
readonly name?: string | undefined;
|
|
42
|
-
readonly paging?: Record<string, {
|
|
43
|
-
size?: number | undefined;
|
|
44
|
-
}> | undefined;
|
|
45
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
46
|
-
schema: "network.xyo.archivist.config";
|
|
47
|
-
readonly security?: {
|
|
48
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
49
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
50
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
51
|
-
} | undefined;
|
|
52
|
-
readonly sign?: boolean | undefined;
|
|
53
|
-
readonly storeQueries?: boolean | undefined;
|
|
54
|
-
readonly timestamp?: boolean | undefined;
|
|
55
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
56
|
-
readonly archivist?: string | undefined;
|
|
57
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
58
|
-
readonly name?: string | undefined;
|
|
59
|
-
readonly paging?: Record<string, {
|
|
60
|
-
size?: number | undefined;
|
|
61
|
-
}> | undefined;
|
|
62
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
63
|
-
schema: "network.xyo.archivist.config";
|
|
64
|
-
readonly security?: {
|
|
65
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
66
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
68
|
-
} | undefined;
|
|
69
|
-
readonly sign?: boolean | undefined;
|
|
70
|
-
readonly storeQueries?: boolean | undefined;
|
|
71
|
-
readonly timestamp?: boolean | undefined;
|
|
72
|
-
} & {
|
|
38
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
73
39
|
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
74
40
|
requireAllParents?: boolean | undefined;
|
|
75
41
|
schema: "network.xyo.archivist.config";
|
|
76
42
|
storeParentReads?: boolean | undefined;
|
|
43
|
+
}, "schema"> & {
|
|
44
|
+
schema: "network.xyo.archivist.config";
|
|
77
45
|
}, "schema"> & {
|
|
78
46
|
schema: string;
|
|
79
47
|
};
|
|
@@ -86,41 +54,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
86
54
|
*/
|
|
87
55
|
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
88
56
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
89
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
90
|
-
readonly archivist?: string | undefined;
|
|
91
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
92
|
-
readonly name?: string | undefined;
|
|
93
|
-
readonly paging?: Record<string, {
|
|
94
|
-
size?: number | undefined;
|
|
95
|
-
}> | undefined;
|
|
96
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
97
|
-
schema: "network.xyo.diviner.config";
|
|
98
|
-
readonly security?: {
|
|
99
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
100
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
101
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
102
|
-
} | undefined;
|
|
103
|
-
readonly sign?: boolean | undefined;
|
|
104
|
-
readonly storeQueries?: boolean | undefined;
|
|
105
|
-
readonly timestamp?: boolean | undefined;
|
|
106
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
107
|
-
readonly archivist?: string | undefined;
|
|
108
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
109
|
-
readonly name?: string | undefined;
|
|
110
|
-
readonly paging?: Record<string, {
|
|
111
|
-
size?: number | undefined;
|
|
112
|
-
}> | undefined;
|
|
113
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
57
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
114
58
|
schema: "network.xyo.diviner.config";
|
|
115
|
-
|
|
116
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
117
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
118
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
119
|
-
} | undefined;
|
|
120
|
-
readonly sign?: boolean | undefined;
|
|
121
|
-
readonly storeQueries?: boolean | undefined;
|
|
122
|
-
readonly timestamp?: boolean | undefined;
|
|
123
|
-
} & {
|
|
59
|
+
}, "schema"> & {
|
|
124
60
|
schema: "network.xyo.diviner.config";
|
|
125
61
|
}, "schema"> & {
|
|
126
62
|
schema: string;
|
|
@@ -142,41 +78,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
142
78
|
*/
|
|
143
79
|
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
144
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
145
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
146
|
-
readonly archivist?: string | undefined;
|
|
147
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
148
|
-
readonly name?: string | undefined;
|
|
149
|
-
readonly paging?: Record<string, {
|
|
150
|
-
size?: number | undefined;
|
|
151
|
-
}> | undefined;
|
|
152
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
153
|
-
schema: "network.xyo.diviner.config";
|
|
154
|
-
readonly security?: {
|
|
155
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
156
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
157
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
158
|
-
} | undefined;
|
|
159
|
-
readonly sign?: boolean | undefined;
|
|
160
|
-
readonly storeQueries?: boolean | undefined;
|
|
161
|
-
readonly timestamp?: boolean | undefined;
|
|
162
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
163
|
-
readonly archivist?: string | undefined;
|
|
164
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
165
|
-
readonly name?: string | undefined;
|
|
166
|
-
readonly paging?: Record<string, {
|
|
167
|
-
size?: number | undefined;
|
|
168
|
-
}> | undefined;
|
|
169
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
81
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
170
82
|
schema: "network.xyo.diviner.config";
|
|
171
|
-
|
|
172
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
173
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
174
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
175
|
-
} | undefined;
|
|
176
|
-
readonly sign?: boolean | undefined;
|
|
177
|
-
readonly storeQueries?: boolean | undefined;
|
|
178
|
-
readonly timestamp?: boolean | undefined;
|
|
179
|
-
} & {
|
|
83
|
+
}, "schema"> & {
|
|
180
84
|
schema: "network.xyo.diviner.config";
|
|
181
85
|
}, "schema"> & {
|
|
182
86
|
schema: string;
|
|
@@ -194,41 +98,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
194
98
|
*/
|
|
195
99
|
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
196
100
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
197
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
198
|
-
readonly archivist?: string | undefined;
|
|
199
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
200
|
-
readonly name?: string | undefined;
|
|
201
|
-
readonly paging?: Record<string, {
|
|
202
|
-
size?: number | undefined;
|
|
203
|
-
}> | undefined;
|
|
204
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
101
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
205
102
|
schema: "network.xyo.diviner.config";
|
|
206
|
-
|
|
207
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
208
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
209
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
210
|
-
} | undefined;
|
|
211
|
-
readonly sign?: boolean | undefined;
|
|
212
|
-
readonly storeQueries?: boolean | undefined;
|
|
213
|
-
readonly timestamp?: boolean | undefined;
|
|
214
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
215
|
-
readonly archivist?: string | undefined;
|
|
216
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
217
|
-
readonly name?: string | undefined;
|
|
218
|
-
readonly paging?: Record<string, {
|
|
219
|
-
size?: number | undefined;
|
|
220
|
-
}> | undefined;
|
|
221
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
222
|
-
schema: "network.xyo.diviner.config";
|
|
223
|
-
readonly security?: {
|
|
224
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
225
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
226
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
227
|
-
} | undefined;
|
|
228
|
-
readonly sign?: boolean | undefined;
|
|
229
|
-
readonly storeQueries?: boolean | undefined;
|
|
230
|
-
readonly timestamp?: boolean | undefined;
|
|
231
|
-
} & {
|
|
103
|
+
}, "schema"> & {
|
|
232
104
|
schema: "network.xyo.diviner.config";
|
|
233
105
|
}, "schema"> & {
|
|
234
106
|
schema: string;
|
|
@@ -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,EAA0C,eAAe,EAAE,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC3I,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAyD,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAEjI,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAE9D,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,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,CACxI,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,kBAAkB,SAAQ;IACnD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAqD;IAErG,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,QAAQ,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,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;IAsBvF;;;;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,EAA0C,eAAe,EAAE,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC3I,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAyD,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAEjI,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAE9D,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,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,CACxI,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,kBAAkB,SAAQ;IACnD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAqD;IAErG,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,QAAQ,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,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;IAsBvF;;;;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;cAyC9D,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"}
|
|
@@ -35,45 +35,13 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
35
35
|
*/
|
|
36
36
|
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
37
37
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
38
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
39
|
-
readonly archivist?: string | undefined;
|
|
40
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
41
|
-
readonly name?: string | undefined;
|
|
42
|
-
readonly paging?: Record<string, {
|
|
43
|
-
size?: number | undefined;
|
|
44
|
-
}> | undefined;
|
|
45
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
46
|
-
schema: "network.xyo.archivist.config";
|
|
47
|
-
readonly security?: {
|
|
48
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
49
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
50
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
51
|
-
} | undefined;
|
|
52
|
-
readonly sign?: boolean | undefined;
|
|
53
|
-
readonly storeQueries?: boolean | undefined;
|
|
54
|
-
readonly timestamp?: boolean | undefined;
|
|
55
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
56
|
-
readonly archivist?: string | undefined;
|
|
57
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
58
|
-
readonly name?: string | undefined;
|
|
59
|
-
readonly paging?: Record<string, {
|
|
60
|
-
size?: number | undefined;
|
|
61
|
-
}> | undefined;
|
|
62
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
63
|
-
schema: "network.xyo.archivist.config";
|
|
64
|
-
readonly security?: {
|
|
65
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
66
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
68
|
-
} | undefined;
|
|
69
|
-
readonly sign?: boolean | undefined;
|
|
70
|
-
readonly storeQueries?: boolean | undefined;
|
|
71
|
-
readonly timestamp?: boolean | undefined;
|
|
72
|
-
} & {
|
|
38
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
73
39
|
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
74
40
|
requireAllParents?: boolean | undefined;
|
|
75
41
|
schema: "network.xyo.archivist.config";
|
|
76
42
|
storeParentReads?: boolean | undefined;
|
|
43
|
+
}, "schema"> & {
|
|
44
|
+
schema: "network.xyo.archivist.config";
|
|
77
45
|
}, "schema"> & {
|
|
78
46
|
schema: string;
|
|
79
47
|
};
|
|
@@ -86,41 +54,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
86
54
|
*/
|
|
87
55
|
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
88
56
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
89
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
90
|
-
readonly archivist?: string | undefined;
|
|
91
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
92
|
-
readonly name?: string | undefined;
|
|
93
|
-
readonly paging?: Record<string, {
|
|
94
|
-
size?: number | undefined;
|
|
95
|
-
}> | undefined;
|
|
96
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
97
|
-
schema: "network.xyo.diviner.config";
|
|
98
|
-
readonly security?: {
|
|
99
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
100
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
101
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
102
|
-
} | undefined;
|
|
103
|
-
readonly sign?: boolean | undefined;
|
|
104
|
-
readonly storeQueries?: boolean | undefined;
|
|
105
|
-
readonly timestamp?: boolean | undefined;
|
|
106
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
107
|
-
readonly archivist?: string | undefined;
|
|
108
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
109
|
-
readonly name?: string | undefined;
|
|
110
|
-
readonly paging?: Record<string, {
|
|
111
|
-
size?: number | undefined;
|
|
112
|
-
}> | undefined;
|
|
113
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
57
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
114
58
|
schema: "network.xyo.diviner.config";
|
|
115
|
-
|
|
116
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
117
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
118
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
119
|
-
} | undefined;
|
|
120
|
-
readonly sign?: boolean | undefined;
|
|
121
|
-
readonly storeQueries?: boolean | undefined;
|
|
122
|
-
readonly timestamp?: boolean | undefined;
|
|
123
|
-
} & {
|
|
59
|
+
}, "schema"> & {
|
|
124
60
|
schema: "network.xyo.diviner.config";
|
|
125
61
|
}, "schema"> & {
|
|
126
62
|
schema: string;
|
|
@@ -142,41 +78,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
142
78
|
*/
|
|
143
79
|
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
144
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
145
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
146
|
-
readonly archivist?: string | undefined;
|
|
147
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
148
|
-
readonly name?: string | undefined;
|
|
149
|
-
readonly paging?: Record<string, {
|
|
150
|
-
size?: number | undefined;
|
|
151
|
-
}> | undefined;
|
|
152
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
153
|
-
schema: "network.xyo.diviner.config";
|
|
154
|
-
readonly security?: {
|
|
155
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
156
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
157
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
158
|
-
} | undefined;
|
|
159
|
-
readonly sign?: boolean | undefined;
|
|
160
|
-
readonly storeQueries?: boolean | undefined;
|
|
161
|
-
readonly timestamp?: boolean | undefined;
|
|
162
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
163
|
-
readonly archivist?: string | undefined;
|
|
164
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
165
|
-
readonly name?: string | undefined;
|
|
166
|
-
readonly paging?: Record<string, {
|
|
167
|
-
size?: number | undefined;
|
|
168
|
-
}> | undefined;
|
|
169
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
81
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
170
82
|
schema: "network.xyo.diviner.config";
|
|
171
|
-
|
|
172
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
173
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
174
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
175
|
-
} | undefined;
|
|
176
|
-
readonly sign?: boolean | undefined;
|
|
177
|
-
readonly storeQueries?: boolean | undefined;
|
|
178
|
-
readonly timestamp?: boolean | undefined;
|
|
179
|
-
} & {
|
|
83
|
+
}, "schema"> & {
|
|
180
84
|
schema: "network.xyo.diviner.config";
|
|
181
85
|
}, "schema"> & {
|
|
182
86
|
schema: string;
|
|
@@ -194,41 +98,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
194
98
|
*/
|
|
195
99
|
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
196
100
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
197
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
198
|
-
readonly archivist?: string | undefined;
|
|
199
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
200
|
-
readonly name?: string | undefined;
|
|
201
|
-
readonly paging?: Record<string, {
|
|
202
|
-
size?: number | undefined;
|
|
203
|
-
}> | undefined;
|
|
204
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
101
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
205
102
|
schema: "network.xyo.diviner.config";
|
|
206
|
-
|
|
207
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
208
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
209
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
210
|
-
} | undefined;
|
|
211
|
-
readonly sign?: boolean | undefined;
|
|
212
|
-
readonly storeQueries?: boolean | undefined;
|
|
213
|
-
readonly timestamp?: boolean | undefined;
|
|
214
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
215
|
-
readonly archivist?: string | undefined;
|
|
216
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
217
|
-
readonly name?: string | undefined;
|
|
218
|
-
readonly paging?: Record<string, {
|
|
219
|
-
size?: number | undefined;
|
|
220
|
-
}> | undefined;
|
|
221
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
222
|
-
schema: "network.xyo.diviner.config";
|
|
223
|
-
readonly security?: {
|
|
224
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
225
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
226
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
227
|
-
} | undefined;
|
|
228
|
-
readonly sign?: boolean | undefined;
|
|
229
|
-
readonly storeQueries?: boolean | undefined;
|
|
230
|
-
readonly timestamp?: boolean | undefined;
|
|
231
|
-
} & {
|
|
103
|
+
}, "schema"> & {
|
|
232
104
|
schema: "network.xyo.diviner.config";
|
|
233
105
|
}, "schema"> & {
|
|
234
106
|
schema: string;
|
|
@@ -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,EAA0C,eAAe,EAAE,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC3I,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAyD,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAEjI,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAE9D,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,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,CACxI,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,kBAAkB,SAAQ;IACnD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAqD;IAErG,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,QAAQ,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,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;IAsBvF;;;;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,EAA0C,eAAe,EAAE,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC3I,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAyD,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAEjI,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAE9D,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,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,CACxI,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,kBAAkB,SAAQ;IACnD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAqD;IAErG,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,QAAQ,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,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;IAsBvF;;;;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;cAyC9D,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"}
|
|
@@ -35,45 +35,13 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
35
35
|
*/
|
|
36
36
|
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
37
37
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
38
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
39
|
-
readonly archivist?: string | undefined;
|
|
40
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
41
|
-
readonly name?: string | undefined;
|
|
42
|
-
readonly paging?: Record<string, {
|
|
43
|
-
size?: number | undefined;
|
|
44
|
-
}> | undefined;
|
|
45
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
46
|
-
schema: "network.xyo.archivist.config";
|
|
47
|
-
readonly security?: {
|
|
48
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
49
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
50
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
51
|
-
} | undefined;
|
|
52
|
-
readonly sign?: boolean | undefined;
|
|
53
|
-
readonly storeQueries?: boolean | undefined;
|
|
54
|
-
readonly timestamp?: boolean | undefined;
|
|
55
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
56
|
-
readonly archivist?: string | undefined;
|
|
57
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
58
|
-
readonly name?: string | undefined;
|
|
59
|
-
readonly paging?: Record<string, {
|
|
60
|
-
size?: number | undefined;
|
|
61
|
-
}> | undefined;
|
|
62
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
63
|
-
schema: "network.xyo.archivist.config";
|
|
64
|
-
readonly security?: {
|
|
65
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
66
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
68
|
-
} | undefined;
|
|
69
|
-
readonly sign?: boolean | undefined;
|
|
70
|
-
readonly storeQueries?: boolean | undefined;
|
|
71
|
-
readonly timestamp?: boolean | undefined;
|
|
72
|
-
} & {
|
|
38
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
73
39
|
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
74
40
|
requireAllParents?: boolean | undefined;
|
|
75
41
|
schema: "network.xyo.archivist.config";
|
|
76
42
|
storeParentReads?: boolean | undefined;
|
|
43
|
+
}, "schema"> & {
|
|
44
|
+
schema: "network.xyo.archivist.config";
|
|
77
45
|
}, "schema"> & {
|
|
78
46
|
schema: string;
|
|
79
47
|
};
|
|
@@ -86,41 +54,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
86
54
|
*/
|
|
87
55
|
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
88
56
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
89
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
90
|
-
readonly archivist?: string | undefined;
|
|
91
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
92
|
-
readonly name?: string | undefined;
|
|
93
|
-
readonly paging?: Record<string, {
|
|
94
|
-
size?: number | undefined;
|
|
95
|
-
}> | undefined;
|
|
96
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
97
|
-
schema: "network.xyo.diviner.config";
|
|
98
|
-
readonly security?: {
|
|
99
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
100
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
101
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
102
|
-
} | undefined;
|
|
103
|
-
readonly sign?: boolean | undefined;
|
|
104
|
-
readonly storeQueries?: boolean | undefined;
|
|
105
|
-
readonly timestamp?: boolean | undefined;
|
|
106
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
107
|
-
readonly archivist?: string | undefined;
|
|
108
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
109
|
-
readonly name?: string | undefined;
|
|
110
|
-
readonly paging?: Record<string, {
|
|
111
|
-
size?: number | undefined;
|
|
112
|
-
}> | undefined;
|
|
113
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
57
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
114
58
|
schema: "network.xyo.diviner.config";
|
|
115
|
-
|
|
116
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
117
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
118
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
119
|
-
} | undefined;
|
|
120
|
-
readonly sign?: boolean | undefined;
|
|
121
|
-
readonly storeQueries?: boolean | undefined;
|
|
122
|
-
readonly timestamp?: boolean | undefined;
|
|
123
|
-
} & {
|
|
59
|
+
}, "schema"> & {
|
|
124
60
|
schema: "network.xyo.diviner.config";
|
|
125
61
|
}, "schema"> & {
|
|
126
62
|
schema: string;
|
|
@@ -142,41 +78,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
142
78
|
*/
|
|
143
79
|
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
144
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
145
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
146
|
-
readonly archivist?: string | undefined;
|
|
147
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
148
|
-
readonly name?: string | undefined;
|
|
149
|
-
readonly paging?: Record<string, {
|
|
150
|
-
size?: number | undefined;
|
|
151
|
-
}> | undefined;
|
|
152
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
153
|
-
schema: "network.xyo.diviner.config";
|
|
154
|
-
readonly security?: {
|
|
155
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
156
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
157
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
158
|
-
} | undefined;
|
|
159
|
-
readonly sign?: boolean | undefined;
|
|
160
|
-
readonly storeQueries?: boolean | undefined;
|
|
161
|
-
readonly timestamp?: boolean | undefined;
|
|
162
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
163
|
-
readonly archivist?: string | undefined;
|
|
164
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
165
|
-
readonly name?: string | undefined;
|
|
166
|
-
readonly paging?: Record<string, {
|
|
167
|
-
size?: number | undefined;
|
|
168
|
-
}> | undefined;
|
|
169
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
81
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
170
82
|
schema: "network.xyo.diviner.config";
|
|
171
|
-
|
|
172
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
173
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
174
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
175
|
-
} | undefined;
|
|
176
|
-
readonly sign?: boolean | undefined;
|
|
177
|
-
readonly storeQueries?: boolean | undefined;
|
|
178
|
-
readonly timestamp?: boolean | undefined;
|
|
179
|
-
} & {
|
|
83
|
+
}, "schema"> & {
|
|
180
84
|
schema: "network.xyo.diviner.config";
|
|
181
85
|
}, "schema"> & {
|
|
182
86
|
schema: string;
|
|
@@ -194,41 +98,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
194
98
|
*/
|
|
195
99
|
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
196
100
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
197
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
198
|
-
readonly archivist?: string | undefined;
|
|
199
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
200
|
-
readonly name?: string | undefined;
|
|
201
|
-
readonly paging?: Record<string, {
|
|
202
|
-
size?: number | undefined;
|
|
203
|
-
}> | undefined;
|
|
204
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
101
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
205
102
|
schema: "network.xyo.diviner.config";
|
|
206
|
-
|
|
207
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
208
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
209
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
210
|
-
} | undefined;
|
|
211
|
-
readonly sign?: boolean | undefined;
|
|
212
|
-
readonly storeQueries?: boolean | undefined;
|
|
213
|
-
readonly timestamp?: boolean | undefined;
|
|
214
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
215
|
-
readonly archivist?: string | undefined;
|
|
216
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
217
|
-
readonly name?: string | undefined;
|
|
218
|
-
readonly paging?: Record<string, {
|
|
219
|
-
size?: number | undefined;
|
|
220
|
-
}> | undefined;
|
|
221
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
222
|
-
schema: "network.xyo.diviner.config";
|
|
223
|
-
readonly security?: {
|
|
224
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
225
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
226
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
227
|
-
} | undefined;
|
|
228
|
-
readonly sign?: boolean | undefined;
|
|
229
|
-
readonly storeQueries?: boolean | undefined;
|
|
230
|
-
readonly timestamp?: boolean | undefined;
|
|
231
|
-
} & {
|
|
103
|
+
}, "schema"> & {
|
|
232
104
|
schema: "network.xyo.diviner.config";
|
|
233
105
|
}, "schema"> & {
|
|
234
106
|
schema: string;
|
|
@@ -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,EAA0C,eAAe,EAAE,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC3I,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAyD,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAEjI,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAE9D,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,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,CACxI,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,kBAAkB,SAAQ;IACnD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAqD;IAErG,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,QAAQ,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,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;IAsBvF;;;;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,EAA0C,eAAe,EAAE,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC3I,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAyD,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAEjI,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAE9D,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,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,CACxI,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,kBAAkB,SAAQ;IACnD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAqD;IAErG,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,QAAQ,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,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;IAsBvF;;;;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;cAyC9D,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/dist/node/Diviner.d.cts
CHANGED
|
@@ -35,45 +35,13 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
35
35
|
*/
|
|
36
36
|
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
37
37
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
38
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
39
|
-
readonly archivist?: string | undefined;
|
|
40
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
41
|
-
readonly name?: string | undefined;
|
|
42
|
-
readonly paging?: Record<string, {
|
|
43
|
-
size?: number | undefined;
|
|
44
|
-
}> | undefined;
|
|
45
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
46
|
-
schema: "network.xyo.archivist.config";
|
|
47
|
-
readonly security?: {
|
|
48
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
49
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
50
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
51
|
-
} | undefined;
|
|
52
|
-
readonly sign?: boolean | undefined;
|
|
53
|
-
readonly storeQueries?: boolean | undefined;
|
|
54
|
-
readonly timestamp?: boolean | undefined;
|
|
55
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
56
|
-
readonly archivist?: string | undefined;
|
|
57
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
58
|
-
readonly name?: string | undefined;
|
|
59
|
-
readonly paging?: Record<string, {
|
|
60
|
-
size?: number | undefined;
|
|
61
|
-
}> | undefined;
|
|
62
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
63
|
-
schema: "network.xyo.archivist.config";
|
|
64
|
-
readonly security?: {
|
|
65
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
66
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
68
|
-
} | undefined;
|
|
69
|
-
readonly sign?: boolean | undefined;
|
|
70
|
-
readonly storeQueries?: boolean | undefined;
|
|
71
|
-
readonly timestamp?: boolean | undefined;
|
|
72
|
-
} & {
|
|
38
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
73
39
|
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
74
40
|
requireAllParents?: boolean | undefined;
|
|
75
41
|
schema: "network.xyo.archivist.config";
|
|
76
42
|
storeParentReads?: boolean | undefined;
|
|
43
|
+
}, "schema"> & {
|
|
44
|
+
schema: "network.xyo.archivist.config";
|
|
77
45
|
}, "schema"> & {
|
|
78
46
|
schema: string;
|
|
79
47
|
};
|
|
@@ -86,41 +54,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
86
54
|
*/
|
|
87
55
|
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
88
56
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
89
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
90
|
-
readonly archivist?: string | undefined;
|
|
91
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
92
|
-
readonly name?: string | undefined;
|
|
93
|
-
readonly paging?: Record<string, {
|
|
94
|
-
size?: number | undefined;
|
|
95
|
-
}> | undefined;
|
|
96
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
97
|
-
schema: "network.xyo.diviner.config";
|
|
98
|
-
readonly security?: {
|
|
99
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
100
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
101
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
102
|
-
} | undefined;
|
|
103
|
-
readonly sign?: boolean | undefined;
|
|
104
|
-
readonly storeQueries?: boolean | undefined;
|
|
105
|
-
readonly timestamp?: boolean | undefined;
|
|
106
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
107
|
-
readonly archivist?: string | undefined;
|
|
108
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
109
|
-
readonly name?: string | undefined;
|
|
110
|
-
readonly paging?: Record<string, {
|
|
111
|
-
size?: number | undefined;
|
|
112
|
-
}> | undefined;
|
|
113
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
57
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
114
58
|
schema: "network.xyo.diviner.config";
|
|
115
|
-
|
|
116
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
117
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
118
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
119
|
-
} | undefined;
|
|
120
|
-
readonly sign?: boolean | undefined;
|
|
121
|
-
readonly storeQueries?: boolean | undefined;
|
|
122
|
-
readonly timestamp?: boolean | undefined;
|
|
123
|
-
} & {
|
|
59
|
+
}, "schema"> & {
|
|
124
60
|
schema: "network.xyo.diviner.config";
|
|
125
61
|
}, "schema"> & {
|
|
126
62
|
schema: string;
|
|
@@ -142,41 +78,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
142
78
|
*/
|
|
143
79
|
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
144
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
145
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
146
|
-
readonly archivist?: string | undefined;
|
|
147
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
148
|
-
readonly name?: string | undefined;
|
|
149
|
-
readonly paging?: Record<string, {
|
|
150
|
-
size?: number | undefined;
|
|
151
|
-
}> | undefined;
|
|
152
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
153
|
-
schema: "network.xyo.diviner.config";
|
|
154
|
-
readonly security?: {
|
|
155
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
156
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
157
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
158
|
-
} | undefined;
|
|
159
|
-
readonly sign?: boolean | undefined;
|
|
160
|
-
readonly storeQueries?: boolean | undefined;
|
|
161
|
-
readonly timestamp?: boolean | undefined;
|
|
162
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
163
|
-
readonly archivist?: string | undefined;
|
|
164
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
165
|
-
readonly name?: string | undefined;
|
|
166
|
-
readonly paging?: Record<string, {
|
|
167
|
-
size?: number | undefined;
|
|
168
|
-
}> | undefined;
|
|
169
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
81
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
170
82
|
schema: "network.xyo.diviner.config";
|
|
171
|
-
|
|
172
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
173
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
174
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
175
|
-
} | undefined;
|
|
176
|
-
readonly sign?: boolean | undefined;
|
|
177
|
-
readonly storeQueries?: boolean | undefined;
|
|
178
|
-
readonly timestamp?: boolean | undefined;
|
|
179
|
-
} & {
|
|
83
|
+
}, "schema"> & {
|
|
180
84
|
schema: "network.xyo.diviner.config";
|
|
181
85
|
}, "schema"> & {
|
|
182
86
|
schema: string;
|
|
@@ -194,41 +98,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
194
98
|
*/
|
|
195
99
|
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
196
100
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
197
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
198
|
-
readonly archivist?: string | undefined;
|
|
199
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
200
|
-
readonly name?: string | undefined;
|
|
201
|
-
readonly paging?: Record<string, {
|
|
202
|
-
size?: number | undefined;
|
|
203
|
-
}> | undefined;
|
|
204
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
101
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
205
102
|
schema: "network.xyo.diviner.config";
|
|
206
|
-
|
|
207
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
208
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
209
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
210
|
-
} | undefined;
|
|
211
|
-
readonly sign?: boolean | undefined;
|
|
212
|
-
readonly storeQueries?: boolean | undefined;
|
|
213
|
-
readonly timestamp?: boolean | undefined;
|
|
214
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
215
|
-
readonly archivist?: string | undefined;
|
|
216
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
217
|
-
readonly name?: string | undefined;
|
|
218
|
-
readonly paging?: Record<string, {
|
|
219
|
-
size?: number | undefined;
|
|
220
|
-
}> | undefined;
|
|
221
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
222
|
-
schema: "network.xyo.diviner.config";
|
|
223
|
-
readonly security?: {
|
|
224
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
225
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
226
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
227
|
-
} | undefined;
|
|
228
|
-
readonly sign?: boolean | undefined;
|
|
229
|
-
readonly storeQueries?: boolean | undefined;
|
|
230
|
-
readonly timestamp?: boolean | undefined;
|
|
231
|
-
} & {
|
|
103
|
+
}, "schema"> & {
|
|
232
104
|
schema: "network.xyo.diviner.config";
|
|
233
105
|
}, "schema"> & {
|
|
234
106
|
schema: string;
|
|
@@ -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,EAA0C,eAAe,EAAE,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC3I,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAyD,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAEjI,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAE9D,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,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,CACxI,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,kBAAkB,SAAQ;IACnD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAqD;IAErG,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,QAAQ,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,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;IAsBvF;;;;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,EAA0C,eAAe,EAAE,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC3I,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAyD,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAEjI,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAE9D,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,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,CACxI,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,kBAAkB,SAAQ;IACnD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAqD;IAErG,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,QAAQ,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,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;IAsBvF;;;;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;cAyC9D,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/dist/node/Diviner.d.mts
CHANGED
|
@@ -35,45 +35,13 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
35
35
|
*/
|
|
36
36
|
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
37
37
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
38
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
39
|
-
readonly archivist?: string | undefined;
|
|
40
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
41
|
-
readonly name?: string | undefined;
|
|
42
|
-
readonly paging?: Record<string, {
|
|
43
|
-
size?: number | undefined;
|
|
44
|
-
}> | undefined;
|
|
45
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
46
|
-
schema: "network.xyo.archivist.config";
|
|
47
|
-
readonly security?: {
|
|
48
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
49
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
50
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
51
|
-
} | undefined;
|
|
52
|
-
readonly sign?: boolean | undefined;
|
|
53
|
-
readonly storeQueries?: boolean | undefined;
|
|
54
|
-
readonly timestamp?: boolean | undefined;
|
|
55
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
56
|
-
readonly archivist?: string | undefined;
|
|
57
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
58
|
-
readonly name?: string | undefined;
|
|
59
|
-
readonly paging?: Record<string, {
|
|
60
|
-
size?: number | undefined;
|
|
61
|
-
}> | undefined;
|
|
62
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
63
|
-
schema: "network.xyo.archivist.config";
|
|
64
|
-
readonly security?: {
|
|
65
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
66
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
68
|
-
} | undefined;
|
|
69
|
-
readonly sign?: boolean | undefined;
|
|
70
|
-
readonly storeQueries?: boolean | undefined;
|
|
71
|
-
readonly timestamp?: boolean | undefined;
|
|
72
|
-
} & {
|
|
38
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
73
39
|
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
74
40
|
requireAllParents?: boolean | undefined;
|
|
75
41
|
schema: "network.xyo.archivist.config";
|
|
76
42
|
storeParentReads?: boolean | undefined;
|
|
43
|
+
}, "schema"> & {
|
|
44
|
+
schema: "network.xyo.archivist.config";
|
|
77
45
|
}, "schema"> & {
|
|
78
46
|
schema: string;
|
|
79
47
|
};
|
|
@@ -86,41 +54,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
86
54
|
*/
|
|
87
55
|
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
88
56
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
89
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
90
|
-
readonly archivist?: string | undefined;
|
|
91
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
92
|
-
readonly name?: string | undefined;
|
|
93
|
-
readonly paging?: Record<string, {
|
|
94
|
-
size?: number | undefined;
|
|
95
|
-
}> | undefined;
|
|
96
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
97
|
-
schema: "network.xyo.diviner.config";
|
|
98
|
-
readonly security?: {
|
|
99
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
100
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
101
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
102
|
-
} | undefined;
|
|
103
|
-
readonly sign?: boolean | undefined;
|
|
104
|
-
readonly storeQueries?: boolean | undefined;
|
|
105
|
-
readonly timestamp?: boolean | undefined;
|
|
106
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
107
|
-
readonly archivist?: string | undefined;
|
|
108
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
109
|
-
readonly name?: string | undefined;
|
|
110
|
-
readonly paging?: Record<string, {
|
|
111
|
-
size?: number | undefined;
|
|
112
|
-
}> | undefined;
|
|
113
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
57
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
114
58
|
schema: "network.xyo.diviner.config";
|
|
115
|
-
|
|
116
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
117
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
118
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
119
|
-
} | undefined;
|
|
120
|
-
readonly sign?: boolean | undefined;
|
|
121
|
-
readonly storeQueries?: boolean | undefined;
|
|
122
|
-
readonly timestamp?: boolean | undefined;
|
|
123
|
-
} & {
|
|
59
|
+
}, "schema"> & {
|
|
124
60
|
schema: "network.xyo.diviner.config";
|
|
125
61
|
}, "schema"> & {
|
|
126
62
|
schema: string;
|
|
@@ -142,41 +78,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
142
78
|
*/
|
|
143
79
|
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
144
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
145
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
146
|
-
readonly archivist?: string | undefined;
|
|
147
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
148
|
-
readonly name?: string | undefined;
|
|
149
|
-
readonly paging?: Record<string, {
|
|
150
|
-
size?: number | undefined;
|
|
151
|
-
}> | undefined;
|
|
152
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
153
|
-
schema: "network.xyo.diviner.config";
|
|
154
|
-
readonly security?: {
|
|
155
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
156
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
157
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
158
|
-
} | undefined;
|
|
159
|
-
readonly sign?: boolean | undefined;
|
|
160
|
-
readonly storeQueries?: boolean | undefined;
|
|
161
|
-
readonly timestamp?: boolean | undefined;
|
|
162
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
163
|
-
readonly archivist?: string | undefined;
|
|
164
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
165
|
-
readonly name?: string | undefined;
|
|
166
|
-
readonly paging?: Record<string, {
|
|
167
|
-
size?: number | undefined;
|
|
168
|
-
}> | undefined;
|
|
169
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
81
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
170
82
|
schema: "network.xyo.diviner.config";
|
|
171
|
-
|
|
172
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
173
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
174
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
175
|
-
} | undefined;
|
|
176
|
-
readonly sign?: boolean | undefined;
|
|
177
|
-
readonly storeQueries?: boolean | undefined;
|
|
178
|
-
readonly timestamp?: boolean | undefined;
|
|
179
|
-
} & {
|
|
83
|
+
}, "schema"> & {
|
|
180
84
|
schema: "network.xyo.diviner.config";
|
|
181
85
|
}, "schema"> & {
|
|
182
86
|
schema: string;
|
|
@@ -194,41 +98,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
194
98
|
*/
|
|
195
99
|
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
196
100
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
197
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
198
|
-
readonly archivist?: string | undefined;
|
|
199
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
200
|
-
readonly name?: string | undefined;
|
|
201
|
-
readonly paging?: Record<string, {
|
|
202
|
-
size?: number | undefined;
|
|
203
|
-
}> | undefined;
|
|
204
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
101
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
205
102
|
schema: "network.xyo.diviner.config";
|
|
206
|
-
|
|
207
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
208
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
209
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
210
|
-
} | undefined;
|
|
211
|
-
readonly sign?: boolean | undefined;
|
|
212
|
-
readonly storeQueries?: boolean | undefined;
|
|
213
|
-
readonly timestamp?: boolean | undefined;
|
|
214
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
215
|
-
readonly archivist?: string | undefined;
|
|
216
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
217
|
-
readonly name?: string | undefined;
|
|
218
|
-
readonly paging?: Record<string, {
|
|
219
|
-
size?: number | undefined;
|
|
220
|
-
}> | undefined;
|
|
221
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
222
|
-
schema: "network.xyo.diviner.config";
|
|
223
|
-
readonly security?: {
|
|
224
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
225
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
226
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
227
|
-
} | undefined;
|
|
228
|
-
readonly sign?: boolean | undefined;
|
|
229
|
-
readonly storeQueries?: boolean | undefined;
|
|
230
|
-
readonly timestamp?: boolean | undefined;
|
|
231
|
-
} & {
|
|
103
|
+
}, "schema"> & {
|
|
232
104
|
schema: "network.xyo.diviner.config";
|
|
233
105
|
}, "schema"> & {
|
|
234
106
|
schema: string;
|
|
@@ -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,EAA0C,eAAe,EAAE,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC3I,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAyD,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAEjI,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAE9D,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,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,CACxI,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,kBAAkB,SAAQ;IACnD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAqD;IAErG,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,QAAQ,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,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;IAsBvF;;;;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,EAA0C,eAAe,EAAE,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC3I,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAyD,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAEjI,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAE9D,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,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,CACxI,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,kBAAkB,SAAQ;IACnD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAqD;IAErG,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,QAAQ,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,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;IAsBvF;;;;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;cAyC9D,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/dist/node/Diviner.d.ts
CHANGED
|
@@ -35,45 +35,13 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
35
35
|
*/
|
|
36
36
|
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
37
37
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
38
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
39
|
-
readonly archivist?: string | undefined;
|
|
40
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
41
|
-
readonly name?: string | undefined;
|
|
42
|
-
readonly paging?: Record<string, {
|
|
43
|
-
size?: number | undefined;
|
|
44
|
-
}> | undefined;
|
|
45
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
46
|
-
schema: "network.xyo.archivist.config";
|
|
47
|
-
readonly security?: {
|
|
48
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
49
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
50
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
51
|
-
} | undefined;
|
|
52
|
-
readonly sign?: boolean | undefined;
|
|
53
|
-
readonly storeQueries?: boolean | undefined;
|
|
54
|
-
readonly timestamp?: boolean | undefined;
|
|
55
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
56
|
-
readonly archivist?: string | undefined;
|
|
57
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
58
|
-
readonly name?: string | undefined;
|
|
59
|
-
readonly paging?: Record<string, {
|
|
60
|
-
size?: number | undefined;
|
|
61
|
-
}> | undefined;
|
|
62
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
63
|
-
schema: "network.xyo.archivist.config";
|
|
64
|
-
readonly security?: {
|
|
65
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
66
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
68
|
-
} | undefined;
|
|
69
|
-
readonly sign?: boolean | undefined;
|
|
70
|
-
readonly storeQueries?: boolean | undefined;
|
|
71
|
-
readonly timestamp?: boolean | undefined;
|
|
72
|
-
} & {
|
|
38
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
73
39
|
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
74
40
|
requireAllParents?: boolean | undefined;
|
|
75
41
|
schema: "network.xyo.archivist.config";
|
|
76
42
|
storeParentReads?: boolean | undefined;
|
|
43
|
+
}, "schema"> & {
|
|
44
|
+
schema: "network.xyo.archivist.config";
|
|
77
45
|
}, "schema"> & {
|
|
78
46
|
schema: string;
|
|
79
47
|
};
|
|
@@ -86,41 +54,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
86
54
|
*/
|
|
87
55
|
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
88
56
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
89
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
90
|
-
readonly archivist?: string | undefined;
|
|
91
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
92
|
-
readonly name?: string | undefined;
|
|
93
|
-
readonly paging?: Record<string, {
|
|
94
|
-
size?: number | undefined;
|
|
95
|
-
}> | undefined;
|
|
96
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
97
|
-
schema: "network.xyo.diviner.config";
|
|
98
|
-
readonly security?: {
|
|
99
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
100
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
101
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
102
|
-
} | undefined;
|
|
103
|
-
readonly sign?: boolean | undefined;
|
|
104
|
-
readonly storeQueries?: boolean | undefined;
|
|
105
|
-
readonly timestamp?: boolean | undefined;
|
|
106
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
107
|
-
readonly archivist?: string | undefined;
|
|
108
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
109
|
-
readonly name?: string | undefined;
|
|
110
|
-
readonly paging?: Record<string, {
|
|
111
|
-
size?: number | undefined;
|
|
112
|
-
}> | undefined;
|
|
113
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
57
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
114
58
|
schema: "network.xyo.diviner.config";
|
|
115
|
-
|
|
116
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
117
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
118
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
119
|
-
} | undefined;
|
|
120
|
-
readonly sign?: boolean | undefined;
|
|
121
|
-
readonly storeQueries?: boolean | undefined;
|
|
122
|
-
readonly timestamp?: boolean | undefined;
|
|
123
|
-
} & {
|
|
59
|
+
}, "schema"> & {
|
|
124
60
|
schema: "network.xyo.diviner.config";
|
|
125
61
|
}, "schema"> & {
|
|
126
62
|
schema: string;
|
|
@@ -142,41 +78,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
142
78
|
*/
|
|
143
79
|
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
144
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
145
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
146
|
-
readonly archivist?: string | undefined;
|
|
147
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
148
|
-
readonly name?: string | undefined;
|
|
149
|
-
readonly paging?: Record<string, {
|
|
150
|
-
size?: number | undefined;
|
|
151
|
-
}> | undefined;
|
|
152
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
153
|
-
schema: "network.xyo.diviner.config";
|
|
154
|
-
readonly security?: {
|
|
155
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
156
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
157
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
158
|
-
} | undefined;
|
|
159
|
-
readonly sign?: boolean | undefined;
|
|
160
|
-
readonly storeQueries?: boolean | undefined;
|
|
161
|
-
readonly timestamp?: boolean | undefined;
|
|
162
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
163
|
-
readonly archivist?: string | undefined;
|
|
164
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
165
|
-
readonly name?: string | undefined;
|
|
166
|
-
readonly paging?: Record<string, {
|
|
167
|
-
size?: number | undefined;
|
|
168
|
-
}> | undefined;
|
|
169
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
81
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
170
82
|
schema: "network.xyo.diviner.config";
|
|
171
|
-
|
|
172
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
173
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
174
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
175
|
-
} | undefined;
|
|
176
|
-
readonly sign?: boolean | undefined;
|
|
177
|
-
readonly storeQueries?: boolean | undefined;
|
|
178
|
-
readonly timestamp?: boolean | undefined;
|
|
179
|
-
} & {
|
|
83
|
+
}, "schema"> & {
|
|
180
84
|
schema: "network.xyo.diviner.config";
|
|
181
85
|
}, "schema"> & {
|
|
182
86
|
schema: string;
|
|
@@ -194,41 +98,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
194
98
|
*/
|
|
195
99
|
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
196
100
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
197
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
198
|
-
readonly archivist?: string | undefined;
|
|
199
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
200
|
-
readonly name?: string | undefined;
|
|
201
|
-
readonly paging?: Record<string, {
|
|
202
|
-
size?: number | undefined;
|
|
203
|
-
}> | undefined;
|
|
204
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
101
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
205
102
|
schema: "network.xyo.diviner.config";
|
|
206
|
-
|
|
207
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
208
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
209
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
210
|
-
} | undefined;
|
|
211
|
-
readonly sign?: boolean | undefined;
|
|
212
|
-
readonly storeQueries?: boolean | undefined;
|
|
213
|
-
readonly timestamp?: boolean | undefined;
|
|
214
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
215
|
-
readonly archivist?: string | undefined;
|
|
216
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
217
|
-
readonly name?: string | undefined;
|
|
218
|
-
readonly paging?: Record<string, {
|
|
219
|
-
size?: number | undefined;
|
|
220
|
-
}> | undefined;
|
|
221
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
222
|
-
schema: "network.xyo.diviner.config";
|
|
223
|
-
readonly security?: {
|
|
224
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
225
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
226
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
227
|
-
} | undefined;
|
|
228
|
-
readonly sign?: boolean | undefined;
|
|
229
|
-
readonly storeQueries?: boolean | undefined;
|
|
230
|
-
readonly timestamp?: boolean | undefined;
|
|
231
|
-
} & {
|
|
103
|
+
}, "schema"> & {
|
|
232
104
|
schema: "network.xyo.diviner.config";
|
|
233
105
|
}, "schema"> & {
|
|
234
106
|
schema: string;
|
|
@@ -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,EAA0C,eAAe,EAAE,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC3I,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAyD,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAEjI,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAE9D,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,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,CACxI,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,kBAAkB,SAAQ;IACnD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAqD;IAErG,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,QAAQ,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,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;IAsBvF;;;;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,EAA0C,eAAe,EAAE,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC3I,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAyD,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAEjI,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAE9D,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,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,CACxI,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,kBAAkB,SAAQ;IACnD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAqD;IAErG,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,QAAQ,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,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;IAsBvF;;;;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;cAyC9D,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
|
@@ -13,21 +13,21 @@
|
|
|
13
13
|
"@xylabs/assert": "^3.0.11",
|
|
14
14
|
"@xylabs/hex": "^3.0.11",
|
|
15
15
|
"@xylabs/timer": "^3.0.11",
|
|
16
|
-
"@xyo-network/archivist-wrapper": "~2.92.
|
|
17
|
-
"@xyo-network/boundwitness-builder": "~2.92.
|
|
18
|
-
"@xyo-network/boundwitness-model": "~2.92.
|
|
19
|
-
"@xyo-network/diviner-abstract": "~2.92.
|
|
20
|
-
"@xyo-network/diviner-boundwitness-model": "~2.92.
|
|
21
|
-
"@xyo-network/diviner-indexing-model": "~2.92.
|
|
22
|
-
"@xyo-network/diviner-model": "~2.92.
|
|
23
|
-
"@xyo-network/diviner-wrapper": "~2.92.
|
|
24
|
-
"@xyo-network/module-model": "~2.92.
|
|
25
|
-
"@xyo-network/payload-builder": "~2.92.
|
|
26
|
-
"@xyo-network/payload-model": "~2.92.
|
|
16
|
+
"@xyo-network/archivist-wrapper": "~2.92.2",
|
|
17
|
+
"@xyo-network/boundwitness-builder": "~2.92.2",
|
|
18
|
+
"@xyo-network/boundwitness-model": "~2.92.2",
|
|
19
|
+
"@xyo-network/diviner-abstract": "~2.92.2",
|
|
20
|
+
"@xyo-network/diviner-boundwitness-model": "~2.92.2",
|
|
21
|
+
"@xyo-network/diviner-indexing-model": "~2.92.2",
|
|
22
|
+
"@xyo-network/diviner-model": "~2.92.2",
|
|
23
|
+
"@xyo-network/diviner-wrapper": "~2.92.2",
|
|
24
|
+
"@xyo-network/module-model": "~2.92.2",
|
|
25
|
+
"@xyo-network/payload-builder": "~2.92.2",
|
|
26
|
+
"@xyo-network/payload-model": "~2.92.2"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@xylabs/ts-scripts-yarn3": "^3.5.
|
|
30
|
-
"@xylabs/tsconfig": "^3.5.
|
|
29
|
+
"@xylabs/ts-scripts-yarn3": "^3.5.2",
|
|
30
|
+
"@xylabs/tsconfig": "^3.5.2",
|
|
31
31
|
"typescript": "^5.4.2"
|
|
32
32
|
},
|
|
33
33
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -69,6 +69,6 @@
|
|
|
69
69
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
70
70
|
},
|
|
71
71
|
"sideEffects": false,
|
|
72
|
-
"version": "2.92.
|
|
72
|
+
"version": "2.92.2",
|
|
73
73
|
"type": "module"
|
|
74
74
|
}
|