@xyo-network/diviner-indexing-memory 2.88.2 → 2.88.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/Diviner.d.cts +12 -4
- package/dist/browser/Diviner.d.cts.map +1 -1
- package/dist/browser/Diviner.d.mts +12 -4
- package/dist/browser/Diviner.d.mts.map +1 -1
- package/dist/browser/Diviner.d.ts +12 -4
- package/dist/browser/Diviner.d.ts.map +1 -1
- package/dist/node/Diviner.d.cts +12 -4
- package/dist/node/Diviner.d.cts.map +1 -1
- package/dist/node/Diviner.d.mts +12 -4
- package/dist/node/Diviner.d.mts.map +1 -1
- package/dist/node/Diviner.d.ts +12 -4
- package/dist/node/Diviner.d.ts.map +1 -1
- package/package.json +14 -14
|
@@ -33,7 +33,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
33
33
|
* @param store The store to retrieve the archivist for
|
|
34
34
|
* @returns The archivist for the specified store
|
|
35
35
|
*/
|
|
36
|
-
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@
|
|
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
38
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
39
39
|
readonly archivist?: string | undefined;
|
|
@@ -42,6 +42,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
42
42
|
readonly paging?: Record<string, {
|
|
43
43
|
size?: number | undefined;
|
|
44
44
|
}> | undefined;
|
|
45
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
45
46
|
schema: "network.xyo.archivist.config";
|
|
46
47
|
readonly security?: {
|
|
47
48
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -58,6 +59,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
58
59
|
readonly paging?: Record<string, {
|
|
59
60
|
size?: number | undefined;
|
|
60
61
|
}> | undefined;
|
|
62
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
61
63
|
schema: "network.xyo.archivist.config";
|
|
62
64
|
readonly security?: {
|
|
63
65
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -82,7 +84,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
82
84
|
* @param store The store to retrieve the BoundWitness Diviner for
|
|
83
85
|
* @returns The BoundWitness Diviner for the specified store
|
|
84
86
|
*/
|
|
85
|
-
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@
|
|
87
|
+
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
86
88
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
87
89
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
88
90
|
readonly archivist?: string | undefined;
|
|
@@ -91,6 +93,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
91
93
|
readonly paging?: Record<string, {
|
|
92
94
|
size?: number | undefined;
|
|
93
95
|
}> | undefined;
|
|
96
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
94
97
|
schema: "network.xyo.diviner.config";
|
|
95
98
|
readonly security?: {
|
|
96
99
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -107,6 +110,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
107
110
|
readonly paging?: Record<string, {
|
|
108
111
|
size?: number | undefined;
|
|
109
112
|
}> | undefined;
|
|
113
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
110
114
|
schema: "network.xyo.diviner.config";
|
|
111
115
|
readonly security?: {
|
|
112
116
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -132,7 +136,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
132
136
|
* @param transform The Indexing Diviner stage
|
|
133
137
|
* @returns The diviner corresponding to the Indexing Diviner stage
|
|
134
138
|
*/
|
|
135
|
-
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<import("@xyo-network/diviner-model").DivinerInstance<import("@
|
|
139
|
+
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<import("@xyo-network/diviner-model").DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
136
140
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
137
141
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
138
142
|
readonly archivist?: string | undefined;
|
|
@@ -141,6 +145,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
141
145
|
readonly paging?: Record<string, {
|
|
142
146
|
size?: number | undefined;
|
|
143
147
|
}> | undefined;
|
|
148
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
144
149
|
schema: "network.xyo.diviner.config";
|
|
145
150
|
readonly security?: {
|
|
146
151
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -157,6 +162,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
157
162
|
readonly paging?: Record<string, {
|
|
158
163
|
size?: number | undefined;
|
|
159
164
|
}> | undefined;
|
|
165
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
160
166
|
schema: "network.xyo.diviner.config";
|
|
161
167
|
readonly security?: {
|
|
162
168
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -182,7 +188,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
182
188
|
* @param store The store to retrieve the Payload Diviner for
|
|
183
189
|
* @returns The Payload Diviner for the specified store
|
|
184
190
|
*/
|
|
185
|
-
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@
|
|
191
|
+
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
186
192
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
187
193
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
188
194
|
readonly archivist?: string | undefined;
|
|
@@ -191,6 +197,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
191
197
|
readonly paging?: Record<string, {
|
|
192
198
|
size?: number | undefined;
|
|
193
199
|
}> | undefined;
|
|
200
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
194
201
|
schema: "network.xyo.diviner.config";
|
|
195
202
|
readonly security?: {
|
|
196
203
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -207,6 +214,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
207
214
|
readonly paging?: Record<string, {
|
|
208
215
|
size?: number | undefined;
|
|
209
216
|
}> | undefined;
|
|
217
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
210
218
|
schema: "network.xyo.diviner.config";
|
|
211
219
|
readonly security?: {
|
|
212
220
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAEA,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,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC1H,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAkC,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAE1G,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,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,IAAI,EAAE,CAAC;IAsB7E;;;;OAIG;cACa,oBAAoB,CAAC,KAAK,EAAE,WAAW
|
|
1
|
+
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAEA,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,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC1H,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAkC,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAE1G,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,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,IAAI,EAAE,CAAC;IAsB7E;;;;OAIG;cACa,oBAAoB,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMvD;;;;OAIG;cACa,8BAA8B,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMjE;;;;OAIG;cACa,uBAAuB,CAAC,SAAS,EAAE,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IASvE;;;;OAIG;cACa,yBAAyB,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAM5D;;;OAGG;cACa,aAAa,IAAI,OAAO,CAAC,WAAW,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC;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"}
|
|
@@ -33,7 +33,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
33
33
|
* @param store The store to retrieve the archivist for
|
|
34
34
|
* @returns The archivist for the specified store
|
|
35
35
|
*/
|
|
36
|
-
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@
|
|
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
38
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
39
39
|
readonly archivist?: string | undefined;
|
|
@@ -42,6 +42,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
42
42
|
readonly paging?: Record<string, {
|
|
43
43
|
size?: number | undefined;
|
|
44
44
|
}> | undefined;
|
|
45
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
45
46
|
schema: "network.xyo.archivist.config";
|
|
46
47
|
readonly security?: {
|
|
47
48
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -58,6 +59,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
58
59
|
readonly paging?: Record<string, {
|
|
59
60
|
size?: number | undefined;
|
|
60
61
|
}> | undefined;
|
|
62
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
61
63
|
schema: "network.xyo.archivist.config";
|
|
62
64
|
readonly security?: {
|
|
63
65
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -82,7 +84,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
82
84
|
* @param store The store to retrieve the BoundWitness Diviner for
|
|
83
85
|
* @returns The BoundWitness Diviner for the specified store
|
|
84
86
|
*/
|
|
85
|
-
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@
|
|
87
|
+
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
86
88
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
87
89
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
88
90
|
readonly archivist?: string | undefined;
|
|
@@ -91,6 +93,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
91
93
|
readonly paging?: Record<string, {
|
|
92
94
|
size?: number | undefined;
|
|
93
95
|
}> | undefined;
|
|
96
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
94
97
|
schema: "network.xyo.diviner.config";
|
|
95
98
|
readonly security?: {
|
|
96
99
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -107,6 +110,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
107
110
|
readonly paging?: Record<string, {
|
|
108
111
|
size?: number | undefined;
|
|
109
112
|
}> | undefined;
|
|
113
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
110
114
|
schema: "network.xyo.diviner.config";
|
|
111
115
|
readonly security?: {
|
|
112
116
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -132,7 +136,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
132
136
|
* @param transform The Indexing Diviner stage
|
|
133
137
|
* @returns The diviner corresponding to the Indexing Diviner stage
|
|
134
138
|
*/
|
|
135
|
-
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<import("@xyo-network/diviner-model").DivinerInstance<import("@
|
|
139
|
+
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<import("@xyo-network/diviner-model").DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
136
140
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
137
141
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
138
142
|
readonly archivist?: string | undefined;
|
|
@@ -141,6 +145,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
141
145
|
readonly paging?: Record<string, {
|
|
142
146
|
size?: number | undefined;
|
|
143
147
|
}> | undefined;
|
|
148
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
144
149
|
schema: "network.xyo.diviner.config";
|
|
145
150
|
readonly security?: {
|
|
146
151
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -157,6 +162,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
157
162
|
readonly paging?: Record<string, {
|
|
158
163
|
size?: number | undefined;
|
|
159
164
|
}> | undefined;
|
|
165
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
160
166
|
schema: "network.xyo.diviner.config";
|
|
161
167
|
readonly security?: {
|
|
162
168
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -182,7 +188,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
182
188
|
* @param store The store to retrieve the Payload Diviner for
|
|
183
189
|
* @returns The Payload Diviner for the specified store
|
|
184
190
|
*/
|
|
185
|
-
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@
|
|
191
|
+
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
186
192
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
187
193
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
188
194
|
readonly archivist?: string | undefined;
|
|
@@ -191,6 +197,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
191
197
|
readonly paging?: Record<string, {
|
|
192
198
|
size?: number | undefined;
|
|
193
199
|
}> | undefined;
|
|
200
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
194
201
|
schema: "network.xyo.diviner.config";
|
|
195
202
|
readonly security?: {
|
|
196
203
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -207,6 +214,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
207
214
|
readonly paging?: Record<string, {
|
|
208
215
|
size?: number | undefined;
|
|
209
216
|
}> | undefined;
|
|
217
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
210
218
|
schema: "network.xyo.diviner.config";
|
|
211
219
|
readonly security?: {
|
|
212
220
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAEA,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,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC1H,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAkC,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAE1G,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,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,IAAI,EAAE,CAAC;IAsB7E;;;;OAIG;cACa,oBAAoB,CAAC,KAAK,EAAE,WAAW
|
|
1
|
+
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAEA,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,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC1H,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAkC,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAE1G,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,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,IAAI,EAAE,CAAC;IAsB7E;;;;OAIG;cACa,oBAAoB,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMvD;;;;OAIG;cACa,8BAA8B,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMjE;;;;OAIG;cACa,uBAAuB,CAAC,SAAS,EAAE,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IASvE;;;;OAIG;cACa,yBAAyB,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAM5D;;;OAGG;cACa,aAAa,IAAI,OAAO,CAAC,WAAW,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC;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"}
|
|
@@ -33,7 +33,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
33
33
|
* @param store The store to retrieve the archivist for
|
|
34
34
|
* @returns The archivist for the specified store
|
|
35
35
|
*/
|
|
36
|
-
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@
|
|
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
38
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
39
39
|
readonly archivist?: string | undefined;
|
|
@@ -42,6 +42,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
42
42
|
readonly paging?: Record<string, {
|
|
43
43
|
size?: number | undefined;
|
|
44
44
|
}> | undefined;
|
|
45
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
45
46
|
schema: "network.xyo.archivist.config";
|
|
46
47
|
readonly security?: {
|
|
47
48
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -58,6 +59,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
58
59
|
readonly paging?: Record<string, {
|
|
59
60
|
size?: number | undefined;
|
|
60
61
|
}> | undefined;
|
|
62
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
61
63
|
schema: "network.xyo.archivist.config";
|
|
62
64
|
readonly security?: {
|
|
63
65
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -82,7 +84,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
82
84
|
* @param store The store to retrieve the BoundWitness Diviner for
|
|
83
85
|
* @returns The BoundWitness Diviner for the specified store
|
|
84
86
|
*/
|
|
85
|
-
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@
|
|
87
|
+
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
86
88
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
87
89
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
88
90
|
readonly archivist?: string | undefined;
|
|
@@ -91,6 +93,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
91
93
|
readonly paging?: Record<string, {
|
|
92
94
|
size?: number | undefined;
|
|
93
95
|
}> | undefined;
|
|
96
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
94
97
|
schema: "network.xyo.diviner.config";
|
|
95
98
|
readonly security?: {
|
|
96
99
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -107,6 +110,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
107
110
|
readonly paging?: Record<string, {
|
|
108
111
|
size?: number | undefined;
|
|
109
112
|
}> | undefined;
|
|
113
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
110
114
|
schema: "network.xyo.diviner.config";
|
|
111
115
|
readonly security?: {
|
|
112
116
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -132,7 +136,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
132
136
|
* @param transform The Indexing Diviner stage
|
|
133
137
|
* @returns The diviner corresponding to the Indexing Diviner stage
|
|
134
138
|
*/
|
|
135
|
-
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<import("@xyo-network/diviner-model").DivinerInstance<import("@
|
|
139
|
+
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<import("@xyo-network/diviner-model").DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
136
140
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
137
141
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
138
142
|
readonly archivist?: string | undefined;
|
|
@@ -141,6 +145,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
141
145
|
readonly paging?: Record<string, {
|
|
142
146
|
size?: number | undefined;
|
|
143
147
|
}> | undefined;
|
|
148
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
144
149
|
schema: "network.xyo.diviner.config";
|
|
145
150
|
readonly security?: {
|
|
146
151
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -157,6 +162,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
157
162
|
readonly paging?: Record<string, {
|
|
158
163
|
size?: number | undefined;
|
|
159
164
|
}> | undefined;
|
|
165
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
160
166
|
schema: "network.xyo.diviner.config";
|
|
161
167
|
readonly security?: {
|
|
162
168
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -182,7 +188,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
182
188
|
* @param store The store to retrieve the Payload Diviner for
|
|
183
189
|
* @returns The Payload Diviner for the specified store
|
|
184
190
|
*/
|
|
185
|
-
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@
|
|
191
|
+
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
186
192
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
187
193
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
188
194
|
readonly archivist?: string | undefined;
|
|
@@ -191,6 +197,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
191
197
|
readonly paging?: Record<string, {
|
|
192
198
|
size?: number | undefined;
|
|
193
199
|
}> | undefined;
|
|
200
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
194
201
|
schema: "network.xyo.diviner.config";
|
|
195
202
|
readonly security?: {
|
|
196
203
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -207,6 +214,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
207
214
|
readonly paging?: Record<string, {
|
|
208
215
|
size?: number | undefined;
|
|
209
216
|
}> | undefined;
|
|
217
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
210
218
|
schema: "network.xyo.diviner.config";
|
|
211
219
|
readonly security?: {
|
|
212
220
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAEA,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,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC1H,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAkC,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAE1G,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,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,IAAI,EAAE,CAAC;IAsB7E;;;;OAIG;cACa,oBAAoB,CAAC,KAAK,EAAE,WAAW
|
|
1
|
+
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAEA,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,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC1H,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAkC,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAE1G,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,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,IAAI,EAAE,CAAC;IAsB7E;;;;OAIG;cACa,oBAAoB,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMvD;;;;OAIG;cACa,8BAA8B,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMjE;;;;OAIG;cACa,uBAAuB,CAAC,SAAS,EAAE,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IASvE;;;;OAIG;cACa,yBAAyB,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAM5D;;;OAGG;cACa,aAAa,IAAI,OAAO,CAAC,WAAW,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC;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
|
@@ -33,7 +33,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
33
33
|
* @param store The store to retrieve the archivist for
|
|
34
34
|
* @returns The archivist for the specified store
|
|
35
35
|
*/
|
|
36
|
-
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@
|
|
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
38
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
39
39
|
readonly archivist?: string | undefined;
|
|
@@ -42,6 +42,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
42
42
|
readonly paging?: Record<string, {
|
|
43
43
|
size?: number | undefined;
|
|
44
44
|
}> | undefined;
|
|
45
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
45
46
|
schema: "network.xyo.archivist.config";
|
|
46
47
|
readonly security?: {
|
|
47
48
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -58,6 +59,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
58
59
|
readonly paging?: Record<string, {
|
|
59
60
|
size?: number | undefined;
|
|
60
61
|
}> | undefined;
|
|
62
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
61
63
|
schema: "network.xyo.archivist.config";
|
|
62
64
|
readonly security?: {
|
|
63
65
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -82,7 +84,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
82
84
|
* @param store The store to retrieve the BoundWitness Diviner for
|
|
83
85
|
* @returns The BoundWitness Diviner for the specified store
|
|
84
86
|
*/
|
|
85
|
-
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@
|
|
87
|
+
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
86
88
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
87
89
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
88
90
|
readonly archivist?: string | undefined;
|
|
@@ -91,6 +93,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
91
93
|
readonly paging?: Record<string, {
|
|
92
94
|
size?: number | undefined;
|
|
93
95
|
}> | undefined;
|
|
96
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
94
97
|
schema: "network.xyo.diviner.config";
|
|
95
98
|
readonly security?: {
|
|
96
99
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -107,6 +110,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
107
110
|
readonly paging?: Record<string, {
|
|
108
111
|
size?: number | undefined;
|
|
109
112
|
}> | undefined;
|
|
113
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
110
114
|
schema: "network.xyo.diviner.config";
|
|
111
115
|
readonly security?: {
|
|
112
116
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -132,7 +136,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
132
136
|
* @param transform The Indexing Diviner stage
|
|
133
137
|
* @returns The diviner corresponding to the Indexing Diviner stage
|
|
134
138
|
*/
|
|
135
|
-
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<import("@xyo-network/diviner-model").DivinerInstance<import("@
|
|
139
|
+
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<import("@xyo-network/diviner-model").DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
136
140
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
137
141
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
138
142
|
readonly archivist?: string | undefined;
|
|
@@ -141,6 +145,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
141
145
|
readonly paging?: Record<string, {
|
|
142
146
|
size?: number | undefined;
|
|
143
147
|
}> | undefined;
|
|
148
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
144
149
|
schema: "network.xyo.diviner.config";
|
|
145
150
|
readonly security?: {
|
|
146
151
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -157,6 +162,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
157
162
|
readonly paging?: Record<string, {
|
|
158
163
|
size?: number | undefined;
|
|
159
164
|
}> | undefined;
|
|
165
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
160
166
|
schema: "network.xyo.diviner.config";
|
|
161
167
|
readonly security?: {
|
|
162
168
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -182,7 +188,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
182
188
|
* @param store The store to retrieve the Payload Diviner for
|
|
183
189
|
* @returns The Payload Diviner for the specified store
|
|
184
190
|
*/
|
|
185
|
-
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@
|
|
191
|
+
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
186
192
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
187
193
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
188
194
|
readonly archivist?: string | undefined;
|
|
@@ -191,6 +197,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
191
197
|
readonly paging?: Record<string, {
|
|
192
198
|
size?: number | undefined;
|
|
193
199
|
}> | undefined;
|
|
200
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
194
201
|
schema: "network.xyo.diviner.config";
|
|
195
202
|
readonly security?: {
|
|
196
203
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -207,6 +214,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
207
214
|
readonly paging?: Record<string, {
|
|
208
215
|
size?: number | undefined;
|
|
209
216
|
}> | undefined;
|
|
217
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
210
218
|
schema: "network.xyo.diviner.config";
|
|
211
219
|
readonly security?: {
|
|
212
220
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAEA,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,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC1H,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAkC,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAE1G,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,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,IAAI,EAAE,CAAC;IAsB7E;;;;OAIG;cACa,oBAAoB,CAAC,KAAK,EAAE,WAAW
|
|
1
|
+
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAEA,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,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC1H,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAkC,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAE1G,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,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,IAAI,EAAE,CAAC;IAsB7E;;;;OAIG;cACa,oBAAoB,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMvD;;;;OAIG;cACa,8BAA8B,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMjE;;;;OAIG;cACa,uBAAuB,CAAC,SAAS,EAAE,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IASvE;;;;OAIG;cACa,yBAAyB,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAM5D;;;OAGG;cACa,aAAa,IAAI,OAAO,CAAC,WAAW,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC;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
|
@@ -33,7 +33,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
33
33
|
* @param store The store to retrieve the archivist for
|
|
34
34
|
* @returns The archivist for the specified store
|
|
35
35
|
*/
|
|
36
|
-
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@
|
|
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
38
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
39
39
|
readonly archivist?: string | undefined;
|
|
@@ -42,6 +42,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
42
42
|
readonly paging?: Record<string, {
|
|
43
43
|
size?: number | undefined;
|
|
44
44
|
}> | undefined;
|
|
45
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
45
46
|
schema: "network.xyo.archivist.config";
|
|
46
47
|
readonly security?: {
|
|
47
48
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -58,6 +59,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
58
59
|
readonly paging?: Record<string, {
|
|
59
60
|
size?: number | undefined;
|
|
60
61
|
}> | undefined;
|
|
62
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
61
63
|
schema: "network.xyo.archivist.config";
|
|
62
64
|
readonly security?: {
|
|
63
65
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -82,7 +84,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
82
84
|
* @param store The store to retrieve the BoundWitness Diviner for
|
|
83
85
|
* @returns The BoundWitness Diviner for the specified store
|
|
84
86
|
*/
|
|
85
|
-
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@
|
|
87
|
+
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
86
88
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
87
89
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
88
90
|
readonly archivist?: string | undefined;
|
|
@@ -91,6 +93,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
91
93
|
readonly paging?: Record<string, {
|
|
92
94
|
size?: number | undefined;
|
|
93
95
|
}> | undefined;
|
|
96
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
94
97
|
schema: "network.xyo.diviner.config";
|
|
95
98
|
readonly security?: {
|
|
96
99
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -107,6 +110,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
107
110
|
readonly paging?: Record<string, {
|
|
108
111
|
size?: number | undefined;
|
|
109
112
|
}> | undefined;
|
|
113
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
110
114
|
schema: "network.xyo.diviner.config";
|
|
111
115
|
readonly security?: {
|
|
112
116
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -132,7 +136,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
132
136
|
* @param transform The Indexing Diviner stage
|
|
133
137
|
* @returns The diviner corresponding to the Indexing Diviner stage
|
|
134
138
|
*/
|
|
135
|
-
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<import("@xyo-network/diviner-model").DivinerInstance<import("@
|
|
139
|
+
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<import("@xyo-network/diviner-model").DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
136
140
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
137
141
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
138
142
|
readonly archivist?: string | undefined;
|
|
@@ -141,6 +145,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
141
145
|
readonly paging?: Record<string, {
|
|
142
146
|
size?: number | undefined;
|
|
143
147
|
}> | undefined;
|
|
148
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
144
149
|
schema: "network.xyo.diviner.config";
|
|
145
150
|
readonly security?: {
|
|
146
151
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -157,6 +162,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
157
162
|
readonly paging?: Record<string, {
|
|
158
163
|
size?: number | undefined;
|
|
159
164
|
}> | undefined;
|
|
165
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
160
166
|
schema: "network.xyo.diviner.config";
|
|
161
167
|
readonly security?: {
|
|
162
168
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -182,7 +188,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
182
188
|
* @param store The store to retrieve the Payload Diviner for
|
|
183
189
|
* @returns The Payload Diviner for the specified store
|
|
184
190
|
*/
|
|
185
|
-
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@
|
|
191
|
+
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
186
192
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
187
193
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
188
194
|
readonly archivist?: string | undefined;
|
|
@@ -191,6 +197,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
191
197
|
readonly paging?: Record<string, {
|
|
192
198
|
size?: number | undefined;
|
|
193
199
|
}> | undefined;
|
|
200
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
194
201
|
schema: "network.xyo.diviner.config";
|
|
195
202
|
readonly security?: {
|
|
196
203
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -207,6 +214,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
207
214
|
readonly paging?: Record<string, {
|
|
208
215
|
size?: number | undefined;
|
|
209
216
|
}> | undefined;
|
|
217
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
210
218
|
schema: "network.xyo.diviner.config";
|
|
211
219
|
readonly security?: {
|
|
212
220
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAEA,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,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC1H,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAkC,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAE1G,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,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,IAAI,EAAE,CAAC;IAsB7E;;;;OAIG;cACa,oBAAoB,CAAC,KAAK,EAAE,WAAW
|
|
1
|
+
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAEA,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,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC1H,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAkC,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAE1G,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,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,IAAI,EAAE,CAAC;IAsB7E;;;;OAIG;cACa,oBAAoB,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMvD;;;;OAIG;cACa,8BAA8B,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMjE;;;;OAIG;cACa,uBAAuB,CAAC,SAAS,EAAE,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IASvE;;;;OAIG;cACa,yBAAyB,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAM5D;;;OAGG;cACa,aAAa,IAAI,OAAO,CAAC,WAAW,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC;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
|
@@ -33,7 +33,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
33
33
|
* @param store The store to retrieve the archivist for
|
|
34
34
|
* @returns The archivist for the specified store
|
|
35
35
|
*/
|
|
36
|
-
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@
|
|
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
38
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
39
39
|
readonly archivist?: string | undefined;
|
|
@@ -42,6 +42,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
42
42
|
readonly paging?: Record<string, {
|
|
43
43
|
size?: number | undefined;
|
|
44
44
|
}> | undefined;
|
|
45
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
45
46
|
schema: "network.xyo.archivist.config";
|
|
46
47
|
readonly security?: {
|
|
47
48
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -58,6 +59,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
58
59
|
readonly paging?: Record<string, {
|
|
59
60
|
size?: number | undefined;
|
|
60
61
|
}> | undefined;
|
|
62
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
61
63
|
schema: "network.xyo.archivist.config";
|
|
62
64
|
readonly security?: {
|
|
63
65
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -82,7 +84,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
82
84
|
* @param store The store to retrieve the BoundWitness Diviner for
|
|
83
85
|
* @returns The BoundWitness Diviner for the specified store
|
|
84
86
|
*/
|
|
85
|
-
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@
|
|
87
|
+
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
86
88
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
87
89
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
88
90
|
readonly archivist?: string | undefined;
|
|
@@ -91,6 +93,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
91
93
|
readonly paging?: Record<string, {
|
|
92
94
|
size?: number | undefined;
|
|
93
95
|
}> | undefined;
|
|
96
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
94
97
|
schema: "network.xyo.diviner.config";
|
|
95
98
|
readonly security?: {
|
|
96
99
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -107,6 +110,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
107
110
|
readonly paging?: Record<string, {
|
|
108
111
|
size?: number | undefined;
|
|
109
112
|
}> | undefined;
|
|
113
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
110
114
|
schema: "network.xyo.diviner.config";
|
|
111
115
|
readonly security?: {
|
|
112
116
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -132,7 +136,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
132
136
|
* @param transform The Indexing Diviner stage
|
|
133
137
|
* @returns The diviner corresponding to the Indexing Diviner stage
|
|
134
138
|
*/
|
|
135
|
-
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<import("@xyo-network/diviner-model").DivinerInstance<import("@
|
|
139
|
+
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<import("@xyo-network/diviner-model").DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
136
140
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
137
141
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
138
142
|
readonly archivist?: string | undefined;
|
|
@@ -141,6 +145,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
141
145
|
readonly paging?: Record<string, {
|
|
142
146
|
size?: number | undefined;
|
|
143
147
|
}> | undefined;
|
|
148
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
144
149
|
schema: "network.xyo.diviner.config";
|
|
145
150
|
readonly security?: {
|
|
146
151
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -157,6 +162,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
157
162
|
readonly paging?: Record<string, {
|
|
158
163
|
size?: number | undefined;
|
|
159
164
|
}> | undefined;
|
|
165
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
160
166
|
schema: "network.xyo.diviner.config";
|
|
161
167
|
readonly security?: {
|
|
162
168
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -182,7 +188,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
182
188
|
* @param store The store to retrieve the Payload Diviner for
|
|
183
189
|
* @returns The Payload Diviner for the specified store
|
|
184
190
|
*/
|
|
185
|
-
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@
|
|
191
|
+
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
186
192
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
187
193
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
188
194
|
readonly archivist?: string | undefined;
|
|
@@ -191,6 +197,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
191
197
|
readonly paging?: Record<string, {
|
|
192
198
|
size?: number | undefined;
|
|
193
199
|
}> | undefined;
|
|
200
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
194
201
|
schema: "network.xyo.diviner.config";
|
|
195
202
|
readonly security?: {
|
|
196
203
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -207,6 +214,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
207
214
|
readonly paging?: Record<string, {
|
|
208
215
|
size?: number | undefined;
|
|
209
216
|
}> | undefined;
|
|
217
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
210
218
|
schema: "network.xyo.diviner.config";
|
|
211
219
|
readonly security?: {
|
|
212
220
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAEA,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,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC1H,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAkC,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAE1G,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,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,IAAI,EAAE,CAAC;IAsB7E;;;;OAIG;cACa,oBAAoB,CAAC,KAAK,EAAE,WAAW
|
|
1
|
+
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAEA,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,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAC1H,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAkC,WAAW,EAAqB,MAAM,2BAA2B,CAAA;AAE1G,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,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,IAAI,EAAE,CAAC;IAsB7E;;;;OAIG;cACa,oBAAoB,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMvD;;;;OAIG;cACa,8BAA8B,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMjE;;;;OAIG;cACa,uBAAuB,CAAC,SAAS,EAAE,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IASvE;;;;OAIG;cACa,yBAAyB,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAM5D;;;OAGG;cACa,aAAa,IAAI,OAAO,CAAC,WAAW,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC;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
|
@@ -10,19 +10,19 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/assert": "^2.13.
|
|
14
|
-
"@xylabs/timer": "^2.13.
|
|
15
|
-
"@xyo-network/archivist-wrapper": "~2.88.
|
|
16
|
-
"@xyo-network/boundwitness-builder": "~2.88.
|
|
17
|
-
"@xyo-network/boundwitness-model": "~2.88.
|
|
18
|
-
"@xyo-network/diviner-abstract": "~2.88.
|
|
19
|
-
"@xyo-network/diviner-boundwitness-model": "~2.88.
|
|
20
|
-
"@xyo-network/diviner-indexing-model": "~2.88.
|
|
21
|
-
"@xyo-network/diviner-model": "~2.88.
|
|
22
|
-
"@xyo-network/diviner-wrapper": "~2.88.
|
|
23
|
-
"@xyo-network/module-model": "~2.88.
|
|
24
|
-
"@xyo-network/payload-builder": "~2.88.
|
|
25
|
-
"@xyo-network/payload-model": "~2.88.
|
|
13
|
+
"@xylabs/assert": "^2.13.29",
|
|
14
|
+
"@xylabs/timer": "^2.13.29",
|
|
15
|
+
"@xyo-network/archivist-wrapper": "~2.88.3",
|
|
16
|
+
"@xyo-network/boundwitness-builder": "~2.88.3",
|
|
17
|
+
"@xyo-network/boundwitness-model": "~2.88.3",
|
|
18
|
+
"@xyo-network/diviner-abstract": "~2.88.3",
|
|
19
|
+
"@xyo-network/diviner-boundwitness-model": "~2.88.3",
|
|
20
|
+
"@xyo-network/diviner-indexing-model": "~2.88.3",
|
|
21
|
+
"@xyo-network/diviner-model": "~2.88.3",
|
|
22
|
+
"@xyo-network/diviner-wrapper": "~2.88.3",
|
|
23
|
+
"@xyo-network/module-model": "~2.88.3",
|
|
24
|
+
"@xyo-network/payload-builder": "~2.88.3",
|
|
25
|
+
"@xyo-network/payload-model": "~2.88.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@xylabs/ts-scripts-yarn3": "^3.2.42",
|
|
@@ -68,6 +68,6 @@
|
|
|
68
68
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
69
69
|
},
|
|
70
70
|
"sideEffects": false,
|
|
71
|
-
"version": "2.88.
|
|
71
|
+
"version": "2.88.3",
|
|
72
72
|
"type": "module"
|
|
73
73
|
}
|