@xyo-network/diviner-stateful 2.85.0 → 2.85.1

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.
@@ -10,7 +10,6 @@ export type AnyModule<TParams extends StatefulModuleParams = StatefulModuleParam
10
10
  export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/object").BaseParamsFields & {
11
11
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
12
12
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
13
- accountPath?: string | undefined;
14
13
  readonly archivist?: string | undefined;
15
14
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
16
15
  readonly name?: string | undefined;
@@ -27,7 +26,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
27
26
  readonly storeQueries?: boolean | undefined;
28
27
  readonly timestamp?: boolean | undefined;
29
28
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
30
- accountPath?: string | undefined;
31
29
  readonly archivist?: string | undefined;
32
30
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
33
31
  readonly name?: string | undefined;
@@ -59,7 +57,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
59
57
  } = import("@xyo-network/object").BaseParamsFields & {
60
58
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
61
59
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
62
- accountPath?: string | undefined;
63
60
  readonly archivist?: string | undefined;
64
61
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
65
62
  readonly name?: string | undefined;
@@ -76,7 +73,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
76
73
  readonly storeQueries?: boolean | undefined;
77
74
  readonly timestamp?: boolean | undefined;
78
75
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
79
- accountPath?: string | undefined;
80
76
  readonly archivist?: string | undefined;
81
77
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
82
78
  readonly name?: string | undefined;
@@ -156,7 +152,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
156
152
  }, "schema"> & {
157
153
  schema: "network.xyo.boundwitness";
158
154
  }, TConf extends import("@xyo-network/payload-model").SchemaFields & object & {
159
- accountPath?: string | undefined;
160
155
  readonly archivist?: string | undefined;
161
156
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
162
157
  readonly name?: string | undefined;
@@ -173,7 +168,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
173
168
  readonly storeQueries?: boolean | undefined;
174
169
  readonly timestamp?: boolean | undefined;
175
170
  } & import("@xyo-network/module-model").ArchivingModuleConfig = import("@xyo-network/payload-model").SchemaFields & object & {
176
- accountPath?: string | undefined;
177
171
  readonly archivist?: string | undefined;
178
172
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
179
173
  readonly name?: string | undefined;
@@ -205,7 +199,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
205
199
  }, "schema"> & {
206
200
  schema: "network.xyo.boundwitness";
207
201
  }, TConf_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
208
- accountPath?: string | undefined;
209
202
  readonly archivist?: string | undefined;
210
203
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
211
204
  readonly name?: string | undefined;
@@ -222,7 +215,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
222
215
  readonly storeQueries?: boolean | undefined;
223
216
  readonly timestamp?: boolean | undefined;
224
217
  } & import("@xyo-network/module-model").ArchivingModuleConfig = import("@xyo-network/payload-model").SchemaFields & object & {
225
- accountPath?: string | undefined;
226
218
  readonly archivist?: string | undefined;
227
219
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
228
220
  readonly name?: string | undefined;
@@ -256,7 +248,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
256
248
  resolve<T_2 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
257
249
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
258
250
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
259
- accountPath?: string | undefined;
260
251
  readonly archivist?: string | undefined;
261
252
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
262
253
  readonly name?: string | undefined;
@@ -273,7 +264,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
273
264
  readonly storeQueries?: boolean | undefined;
274
265
  readonly timestamp?: boolean | undefined;
275
266
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
276
- accountPath?: string | undefined;
277
267
  readonly archivist?: string | undefined;
278
268
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
279
269
  readonly name?: string | undefined;
@@ -296,7 +286,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
296
286
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
297
287
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
298
288
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
299
- accountPath?: string | undefined;
300
289
  readonly archivist?: string | undefined;
301
290
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
302
291
  readonly name?: string | undefined;
@@ -313,7 +302,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
313
302
  readonly storeQueries?: boolean | undefined;
314
303
  readonly timestamp?: boolean | undefined;
315
304
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
316
- accountPath?: string | undefined;
317
305
  readonly archivist?: string | undefined;
318
306
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
319
307
  readonly name?: string | undefined;
@@ -337,7 +325,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
337
325
  resolve<T_3 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
338
326
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
339
327
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
340
- accountPath?: string | undefined;
341
328
  readonly archivist?: string | undefined;
342
329
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
343
330
  readonly name?: string | undefined;
@@ -354,7 +341,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
354
341
  readonly storeQueries?: boolean | undefined;
355
342
  readonly timestamp?: boolean | undefined;
356
343
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
357
- accountPath?: string | undefined;
358
344
  readonly archivist?: string | undefined;
359
345
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
360
346
  readonly name?: string | undefined;
@@ -377,7 +363,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
377
363
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
378
364
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
379
365
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
380
- accountPath?: string | undefined;
381
366
  readonly archivist?: string | undefined;
382
367
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
383
368
  readonly name?: string | undefined;
@@ -394,7 +379,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
394
379
  readonly storeQueries?: boolean | undefined;
395
380
  readonly timestamp?: boolean | undefined;
396
381
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
397
- accountPath?: string | undefined;
398
382
  readonly archivist?: string | undefined;
399
383
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
400
384
  readonly name?: string | undefined;
@@ -418,7 +402,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
418
402
  resolve<T_4 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
419
403
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
420
404
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
421
- accountPath?: string | undefined;
422
405
  readonly archivist?: string | undefined;
423
406
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
424
407
  readonly name?: string | undefined;
@@ -435,7 +418,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
435
418
  readonly storeQueries?: boolean | undefined;
436
419
  readonly timestamp?: boolean | undefined;
437
420
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
438
- accountPath?: string | undefined;
439
421
  readonly archivist?: string | undefined;
440
422
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
441
423
  readonly name?: string | undefined;
@@ -458,7 +440,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
458
440
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
459
441
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
460
442
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
461
- accountPath?: string | undefined;
462
443
  readonly archivist?: string | undefined;
463
444
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
464
445
  readonly name?: string | undefined;
@@ -475,7 +456,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
475
456
  readonly storeQueries?: boolean | undefined;
476
457
  readonly timestamp?: boolean | undefined;
477
458
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
478
- accountPath?: string | undefined;
479
459
  readonly archivist?: string | undefined;
480
460
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
481
461
  readonly name?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAGlC,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8JATmE,GAAG,EAAE;;IAmBpG;;;;;;OAMG;;IAWH;;;;OAIG;;IASH;;;;OAIG;;IAWH;;;;OAIG;;IAQH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2CN,CAAA"}
1
+ {"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAGlC,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8JATmE,GAAG,EAAE;;IAmBpG;;;;;;OAMG;;IAWH;;;;OAIG;;IASH;;;;OAIG;;IAWH;;;;OAIG;;IAQH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2CN,CAAA"}
@@ -10,7 +10,6 @@ export type AnyModule<TParams extends StatefulModuleParams = StatefulModuleParam
10
10
  export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/object").BaseParamsFields & {
11
11
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
12
12
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
13
- accountPath?: string | undefined;
14
13
  readonly archivist?: string | undefined;
15
14
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
16
15
  readonly name?: string | undefined;
@@ -27,7 +26,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
27
26
  readonly storeQueries?: boolean | undefined;
28
27
  readonly timestamp?: boolean | undefined;
29
28
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
30
- accountPath?: string | undefined;
31
29
  readonly archivist?: string | undefined;
32
30
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
33
31
  readonly name?: string | undefined;
@@ -59,7 +57,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
59
57
  } = import("@xyo-network/object").BaseParamsFields & {
60
58
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
61
59
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
62
- accountPath?: string | undefined;
63
60
  readonly archivist?: string | undefined;
64
61
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
65
62
  readonly name?: string | undefined;
@@ -76,7 +73,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
76
73
  readonly storeQueries?: boolean | undefined;
77
74
  readonly timestamp?: boolean | undefined;
78
75
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
79
- accountPath?: string | undefined;
80
76
  readonly archivist?: string | undefined;
81
77
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
82
78
  readonly name?: string | undefined;
@@ -156,7 +152,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
156
152
  }, "schema"> & {
157
153
  schema: "network.xyo.boundwitness";
158
154
  }, TConf extends import("@xyo-network/payload-model").SchemaFields & object & {
159
- accountPath?: string | undefined;
160
155
  readonly archivist?: string | undefined;
161
156
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
162
157
  readonly name?: string | undefined;
@@ -173,7 +168,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
173
168
  readonly storeQueries?: boolean | undefined;
174
169
  readonly timestamp?: boolean | undefined;
175
170
  } & import("@xyo-network/module-model").ArchivingModuleConfig = import("@xyo-network/payload-model").SchemaFields & object & {
176
- accountPath?: string | undefined;
177
171
  readonly archivist?: string | undefined;
178
172
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
179
173
  readonly name?: string | undefined;
@@ -205,7 +199,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
205
199
  }, "schema"> & {
206
200
  schema: "network.xyo.boundwitness";
207
201
  }, TConf_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
208
- accountPath?: string | undefined;
209
202
  readonly archivist?: string | undefined;
210
203
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
211
204
  readonly name?: string | undefined;
@@ -222,7 +215,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
222
215
  readonly storeQueries?: boolean | undefined;
223
216
  readonly timestamp?: boolean | undefined;
224
217
  } & import("@xyo-network/module-model").ArchivingModuleConfig = import("@xyo-network/payload-model").SchemaFields & object & {
225
- accountPath?: string | undefined;
226
218
  readonly archivist?: string | undefined;
227
219
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
228
220
  readonly name?: string | undefined;
@@ -256,7 +248,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
256
248
  resolve<T_2 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
257
249
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
258
250
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
259
- accountPath?: string | undefined;
260
251
  readonly archivist?: string | undefined;
261
252
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
262
253
  readonly name?: string | undefined;
@@ -273,7 +264,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
273
264
  readonly storeQueries?: boolean | undefined;
274
265
  readonly timestamp?: boolean | undefined;
275
266
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
276
- accountPath?: string | undefined;
277
267
  readonly archivist?: string | undefined;
278
268
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
279
269
  readonly name?: string | undefined;
@@ -296,7 +286,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
296
286
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
297
287
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
298
288
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
299
- accountPath?: string | undefined;
300
289
  readonly archivist?: string | undefined;
301
290
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
302
291
  readonly name?: string | undefined;
@@ -313,7 +302,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
313
302
  readonly storeQueries?: boolean | undefined;
314
303
  readonly timestamp?: boolean | undefined;
315
304
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
316
- accountPath?: string | undefined;
317
305
  readonly archivist?: string | undefined;
318
306
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
319
307
  readonly name?: string | undefined;
@@ -337,7 +325,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
337
325
  resolve<T_3 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
338
326
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
339
327
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
340
- accountPath?: string | undefined;
341
328
  readonly archivist?: string | undefined;
342
329
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
343
330
  readonly name?: string | undefined;
@@ -354,7 +341,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
354
341
  readonly storeQueries?: boolean | undefined;
355
342
  readonly timestamp?: boolean | undefined;
356
343
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
357
- accountPath?: string | undefined;
358
344
  readonly archivist?: string | undefined;
359
345
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
360
346
  readonly name?: string | undefined;
@@ -377,7 +363,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
377
363
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
378
364
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
379
365
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
380
- accountPath?: string | undefined;
381
366
  readonly archivist?: string | undefined;
382
367
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
383
368
  readonly name?: string | undefined;
@@ -394,7 +379,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
394
379
  readonly storeQueries?: boolean | undefined;
395
380
  readonly timestamp?: boolean | undefined;
396
381
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
397
- accountPath?: string | undefined;
398
382
  readonly archivist?: string | undefined;
399
383
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
400
384
  readonly name?: string | undefined;
@@ -418,7 +402,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
418
402
  resolve<T_4 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
419
403
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
420
404
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
421
- accountPath?: string | undefined;
422
405
  readonly archivist?: string | undefined;
423
406
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
424
407
  readonly name?: string | undefined;
@@ -435,7 +418,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
435
418
  readonly storeQueries?: boolean | undefined;
436
419
  readonly timestamp?: boolean | undefined;
437
420
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
438
- accountPath?: string | undefined;
439
421
  readonly archivist?: string | undefined;
440
422
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
441
423
  readonly name?: string | undefined;
@@ -458,7 +440,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
458
440
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
459
441
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
460
442
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
461
- accountPath?: string | undefined;
462
443
  readonly archivist?: string | undefined;
463
444
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
464
445
  readonly name?: string | undefined;
@@ -475,7 +456,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
475
456
  readonly storeQueries?: boolean | undefined;
476
457
  readonly timestamp?: boolean | undefined;
477
458
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
478
- accountPath?: string | undefined;
479
459
  readonly archivist?: string | undefined;
480
460
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
481
461
  readonly name?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAGlC,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8JATmE,GAAG,EAAE;;IAmBpG;;;;;;OAMG;;IAWH;;;;OAIG;;IASH;;;;OAIG;;IAWH;;;;OAIG;;IAQH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2CN,CAAA"}
1
+ {"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAGlC,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8JATmE,GAAG,EAAE;;IAmBpG;;;;;;OAMG;;IAWH;;;;OAIG;;IASH;;;;OAIG;;IAWH;;;;OAIG;;IAQH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2CN,CAAA"}
@@ -10,7 +10,6 @@ export type AnyModule<TParams extends StatefulModuleParams = StatefulModuleParam
10
10
  export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/object").BaseParamsFields & {
11
11
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
12
12
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
13
- accountPath?: string | undefined;
14
13
  readonly archivist?: string | undefined;
15
14
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
16
15
  readonly name?: string | undefined;
@@ -27,7 +26,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
27
26
  readonly storeQueries?: boolean | undefined;
28
27
  readonly timestamp?: boolean | undefined;
29
28
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
30
- accountPath?: string | undefined;
31
29
  readonly archivist?: string | undefined;
32
30
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
33
31
  readonly name?: string | undefined;
@@ -59,7 +57,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
59
57
  } = import("@xyo-network/object").BaseParamsFields & {
60
58
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
61
59
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
62
- accountPath?: string | undefined;
63
60
  readonly archivist?: string | undefined;
64
61
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
65
62
  readonly name?: string | undefined;
@@ -76,7 +73,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
76
73
  readonly storeQueries?: boolean | undefined;
77
74
  readonly timestamp?: boolean | undefined;
78
75
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
79
- accountPath?: string | undefined;
80
76
  readonly archivist?: string | undefined;
81
77
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
82
78
  readonly name?: string | undefined;
@@ -156,7 +152,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
156
152
  }, "schema"> & {
157
153
  schema: "network.xyo.boundwitness";
158
154
  }, TConf extends import("@xyo-network/payload-model").SchemaFields & object & {
159
- accountPath?: string | undefined;
160
155
  readonly archivist?: string | undefined;
161
156
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
162
157
  readonly name?: string | undefined;
@@ -173,7 +168,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
173
168
  readonly storeQueries?: boolean | undefined;
174
169
  readonly timestamp?: boolean | undefined;
175
170
  } & import("@xyo-network/module-model").ArchivingModuleConfig = import("@xyo-network/payload-model").SchemaFields & object & {
176
- accountPath?: string | undefined;
177
171
  readonly archivist?: string | undefined;
178
172
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
179
173
  readonly name?: string | undefined;
@@ -205,7 +199,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
205
199
  }, "schema"> & {
206
200
  schema: "network.xyo.boundwitness";
207
201
  }, TConf_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
208
- accountPath?: string | undefined;
209
202
  readonly archivist?: string | undefined;
210
203
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
211
204
  readonly name?: string | undefined;
@@ -222,7 +215,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
222
215
  readonly storeQueries?: boolean | undefined;
223
216
  readonly timestamp?: boolean | undefined;
224
217
  } & import("@xyo-network/module-model").ArchivingModuleConfig = import("@xyo-network/payload-model").SchemaFields & object & {
225
- accountPath?: string | undefined;
226
218
  readonly archivist?: string | undefined;
227
219
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
228
220
  readonly name?: string | undefined;
@@ -256,7 +248,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
256
248
  resolve<T_2 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
257
249
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
258
250
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
259
- accountPath?: string | undefined;
260
251
  readonly archivist?: string | undefined;
261
252
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
262
253
  readonly name?: string | undefined;
@@ -273,7 +264,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
273
264
  readonly storeQueries?: boolean | undefined;
274
265
  readonly timestamp?: boolean | undefined;
275
266
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
276
- accountPath?: string | undefined;
277
267
  readonly archivist?: string | undefined;
278
268
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
279
269
  readonly name?: string | undefined;
@@ -296,7 +286,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
296
286
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
297
287
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
298
288
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
299
- accountPath?: string | undefined;
300
289
  readonly archivist?: string | undefined;
301
290
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
302
291
  readonly name?: string | undefined;
@@ -313,7 +302,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
313
302
  readonly storeQueries?: boolean | undefined;
314
303
  readonly timestamp?: boolean | undefined;
315
304
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
316
- accountPath?: string | undefined;
317
305
  readonly archivist?: string | undefined;
318
306
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
319
307
  readonly name?: string | undefined;
@@ -337,7 +325,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
337
325
  resolve<T_3 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
338
326
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
339
327
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
340
- accountPath?: string | undefined;
341
328
  readonly archivist?: string | undefined;
342
329
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
343
330
  readonly name?: string | undefined;
@@ -354,7 +341,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
354
341
  readonly storeQueries?: boolean | undefined;
355
342
  readonly timestamp?: boolean | undefined;
356
343
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
357
- accountPath?: string | undefined;
358
344
  readonly archivist?: string | undefined;
359
345
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
360
346
  readonly name?: string | undefined;
@@ -377,7 +363,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
377
363
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
378
364
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
379
365
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
380
- accountPath?: string | undefined;
381
366
  readonly archivist?: string | undefined;
382
367
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
383
368
  readonly name?: string | undefined;
@@ -394,7 +379,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
394
379
  readonly storeQueries?: boolean | undefined;
395
380
  readonly timestamp?: boolean | undefined;
396
381
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
397
- accountPath?: string | undefined;
398
382
  readonly archivist?: string | undefined;
399
383
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
400
384
  readonly name?: string | undefined;
@@ -418,7 +402,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
418
402
  resolve<T_4 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
419
403
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
420
404
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
421
- accountPath?: string | undefined;
422
405
  readonly archivist?: string | undefined;
423
406
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
424
407
  readonly name?: string | undefined;
@@ -435,7 +418,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
435
418
  readonly storeQueries?: boolean | undefined;
436
419
  readonly timestamp?: boolean | undefined;
437
420
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
438
- accountPath?: string | undefined;
439
421
  readonly archivist?: string | undefined;
440
422
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
441
423
  readonly name?: string | undefined;
@@ -458,7 +440,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
458
440
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
459
441
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
460
442
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
461
- accountPath?: string | undefined;
462
443
  readonly archivist?: string | undefined;
463
444
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
464
445
  readonly name?: string | undefined;
@@ -475,7 +456,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
475
456
  readonly storeQueries?: boolean | undefined;
476
457
  readonly timestamp?: boolean | undefined;
477
458
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
478
- accountPath?: string | undefined;
479
459
  readonly archivist?: string | undefined;
480
460
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
481
461
  readonly name?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAGlC,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8JATmE,GAAG,EAAE;;IAmBpG;;;;;;OAMG;;IAWH;;;;OAIG;;IASH;;;;OAIG;;IAWH;;;;OAIG;;IAQH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2CN,CAAA"}
1
+ {"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAGlC,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8JATmE,GAAG,EAAE;;IAmBpG;;;;;;OAMG;;IAWH;;;;OAIG;;IASH;;;;OAIG;;IAWH;;;;OAIG;;IAQH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2CN,CAAA"}
@@ -10,7 +10,6 @@ export type AnyModule<TParams extends StatefulModuleParams = StatefulModuleParam
10
10
  export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/object").BaseParamsFields & {
11
11
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
12
12
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
13
- accountPath?: string | undefined;
14
13
  readonly archivist?: string | undefined;
15
14
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
16
15
  readonly name?: string | undefined;
@@ -27,7 +26,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
27
26
  readonly storeQueries?: boolean | undefined;
28
27
  readonly timestamp?: boolean | undefined;
29
28
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
30
- accountPath?: string | undefined;
31
29
  readonly archivist?: string | undefined;
32
30
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
33
31
  readonly name?: string | undefined;
@@ -59,7 +57,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
59
57
  } = import("@xyo-network/object").BaseParamsFields & {
60
58
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
61
59
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
62
- accountPath?: string | undefined;
63
60
  readonly archivist?: string | undefined;
64
61
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
65
62
  readonly name?: string | undefined;
@@ -76,7 +73,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
76
73
  readonly storeQueries?: boolean | undefined;
77
74
  readonly timestamp?: boolean | undefined;
78
75
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
79
- accountPath?: string | undefined;
80
76
  readonly archivist?: string | undefined;
81
77
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
82
78
  readonly name?: string | undefined;
@@ -156,7 +152,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
156
152
  }, "schema"> & {
157
153
  schema: "network.xyo.boundwitness";
158
154
  }, TConf extends import("@xyo-network/payload-model").SchemaFields & object & {
159
- accountPath?: string | undefined;
160
155
  readonly archivist?: string | undefined;
161
156
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
162
157
  readonly name?: string | undefined;
@@ -173,7 +168,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
173
168
  readonly storeQueries?: boolean | undefined;
174
169
  readonly timestamp?: boolean | undefined;
175
170
  } & import("@xyo-network/module-model").ArchivingModuleConfig = import("@xyo-network/payload-model").SchemaFields & object & {
176
- accountPath?: string | undefined;
177
171
  readonly archivist?: string | undefined;
178
172
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
179
173
  readonly name?: string | undefined;
@@ -205,7 +199,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
205
199
  }, "schema"> & {
206
200
  schema: "network.xyo.boundwitness";
207
201
  }, TConf_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
208
- accountPath?: string | undefined;
209
202
  readonly archivist?: string | undefined;
210
203
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
211
204
  readonly name?: string | undefined;
@@ -222,7 +215,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
222
215
  readonly storeQueries?: boolean | undefined;
223
216
  readonly timestamp?: boolean | undefined;
224
217
  } & import("@xyo-network/module-model").ArchivingModuleConfig = import("@xyo-network/payload-model").SchemaFields & object & {
225
- accountPath?: string | undefined;
226
218
  readonly archivist?: string | undefined;
227
219
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
228
220
  readonly name?: string | undefined;
@@ -256,7 +248,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
256
248
  resolve<T_2 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
257
249
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
258
250
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
259
- accountPath?: string | undefined;
260
251
  readonly archivist?: string | undefined;
261
252
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
262
253
  readonly name?: string | undefined;
@@ -273,7 +264,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
273
264
  readonly storeQueries?: boolean | undefined;
274
265
  readonly timestamp?: boolean | undefined;
275
266
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
276
- accountPath?: string | undefined;
277
267
  readonly archivist?: string | undefined;
278
268
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
279
269
  readonly name?: string | undefined;
@@ -296,7 +286,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
296
286
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
297
287
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
298
288
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
299
- accountPath?: string | undefined;
300
289
  readonly archivist?: string | undefined;
301
290
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
302
291
  readonly name?: string | undefined;
@@ -313,7 +302,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
313
302
  readonly storeQueries?: boolean | undefined;
314
303
  readonly timestamp?: boolean | undefined;
315
304
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
316
- accountPath?: string | undefined;
317
305
  readonly archivist?: string | undefined;
318
306
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
319
307
  readonly name?: string | undefined;
@@ -337,7 +325,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
337
325
  resolve<T_3 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
338
326
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
339
327
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
340
- accountPath?: string | undefined;
341
328
  readonly archivist?: string | undefined;
342
329
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
343
330
  readonly name?: string | undefined;
@@ -354,7 +341,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
354
341
  readonly storeQueries?: boolean | undefined;
355
342
  readonly timestamp?: boolean | undefined;
356
343
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
357
- accountPath?: string | undefined;
358
344
  readonly archivist?: string | undefined;
359
345
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
360
346
  readonly name?: string | undefined;
@@ -377,7 +363,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
377
363
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
378
364
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
379
365
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
380
- accountPath?: string | undefined;
381
366
  readonly archivist?: string | undefined;
382
367
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
383
368
  readonly name?: string | undefined;
@@ -394,7 +379,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
394
379
  readonly storeQueries?: boolean | undefined;
395
380
  readonly timestamp?: boolean | undefined;
396
381
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
397
- accountPath?: string | undefined;
398
382
  readonly archivist?: string | undefined;
399
383
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
400
384
  readonly name?: string | undefined;
@@ -418,7 +402,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
418
402
  resolve<T_4 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
419
403
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
420
404
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
421
- accountPath?: string | undefined;
422
405
  readonly archivist?: string | undefined;
423
406
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
424
407
  readonly name?: string | undefined;
@@ -435,7 +418,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
435
418
  readonly storeQueries?: boolean | undefined;
436
419
  readonly timestamp?: boolean | undefined;
437
420
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
438
- accountPath?: string | undefined;
439
421
  readonly archivist?: string | undefined;
440
422
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
441
423
  readonly name?: string | undefined;
@@ -458,7 +440,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
458
440
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
459
441
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
460
442
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
461
- accountPath?: string | undefined;
462
443
  readonly archivist?: string | undefined;
463
444
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
464
445
  readonly name?: string | undefined;
@@ -475,7 +456,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
475
456
  readonly storeQueries?: boolean | undefined;
476
457
  readonly timestamp?: boolean | undefined;
477
458
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
478
- accountPath?: string | undefined;
479
459
  readonly archivist?: string | undefined;
480
460
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
481
461
  readonly name?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAGlC,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8JATmE,GAAG,EAAE;;IAmBpG;;;;;;OAMG;;IAWH;;;;OAIG;;IASH;;;;OAIG;;IAWH;;;;OAIG;;IAQH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2CN,CAAA"}
1
+ {"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAGlC,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8JATmE,GAAG,EAAE;;IAmBpG;;;;;;OAMG;;IAWH;;;;OAIG;;IASH;;;;OAIG;;IAWH;;;;OAIG;;IAQH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2CN,CAAA"}
@@ -10,7 +10,6 @@ export type AnyModule<TParams extends StatefulModuleParams = StatefulModuleParam
10
10
  export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/object").BaseParamsFields & {
11
11
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
12
12
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
13
- accountPath?: string | undefined;
14
13
  readonly archivist?: string | undefined;
15
14
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
16
15
  readonly name?: string | undefined;
@@ -27,7 +26,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
27
26
  readonly storeQueries?: boolean | undefined;
28
27
  readonly timestamp?: boolean | undefined;
29
28
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
30
- accountPath?: string | undefined;
31
29
  readonly archivist?: string | undefined;
32
30
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
33
31
  readonly name?: string | undefined;
@@ -59,7 +57,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
59
57
  } = import("@xyo-network/object").BaseParamsFields & {
60
58
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
61
59
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
62
- accountPath?: string | undefined;
63
60
  readonly archivist?: string | undefined;
64
61
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
65
62
  readonly name?: string | undefined;
@@ -76,7 +73,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
76
73
  readonly storeQueries?: boolean | undefined;
77
74
  readonly timestamp?: boolean | undefined;
78
75
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
79
- accountPath?: string | undefined;
80
76
  readonly archivist?: string | undefined;
81
77
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
82
78
  readonly name?: string | undefined;
@@ -156,7 +152,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
156
152
  }, "schema"> & {
157
153
  schema: "network.xyo.boundwitness";
158
154
  }, TConf extends import("@xyo-network/payload-model").SchemaFields & object & {
159
- accountPath?: string | undefined;
160
155
  readonly archivist?: string | undefined;
161
156
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
162
157
  readonly name?: string | undefined;
@@ -173,7 +168,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
173
168
  readonly storeQueries?: boolean | undefined;
174
169
  readonly timestamp?: boolean | undefined;
175
170
  } & import("@xyo-network/module-model").ArchivingModuleConfig = import("@xyo-network/payload-model").SchemaFields & object & {
176
- accountPath?: string | undefined;
177
171
  readonly archivist?: string | undefined;
178
172
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
179
173
  readonly name?: string | undefined;
@@ -205,7 +199,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
205
199
  }, "schema"> & {
206
200
  schema: "network.xyo.boundwitness";
207
201
  }, TConf_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
208
- accountPath?: string | undefined;
209
202
  readonly archivist?: string | undefined;
210
203
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
211
204
  readonly name?: string | undefined;
@@ -222,7 +215,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
222
215
  readonly storeQueries?: boolean | undefined;
223
216
  readonly timestamp?: boolean | undefined;
224
217
  } & import("@xyo-network/module-model").ArchivingModuleConfig = import("@xyo-network/payload-model").SchemaFields & object & {
225
- accountPath?: string | undefined;
226
218
  readonly archivist?: string | undefined;
227
219
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
228
220
  readonly name?: string | undefined;
@@ -256,7 +248,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
256
248
  resolve<T_2 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
257
249
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
258
250
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
259
- accountPath?: string | undefined;
260
251
  readonly archivist?: string | undefined;
261
252
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
262
253
  readonly name?: string | undefined;
@@ -273,7 +264,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
273
264
  readonly storeQueries?: boolean | undefined;
274
265
  readonly timestamp?: boolean | undefined;
275
266
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
276
- accountPath?: string | undefined;
277
267
  readonly archivist?: string | undefined;
278
268
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
279
269
  readonly name?: string | undefined;
@@ -296,7 +286,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
296
286
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
297
287
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
298
288
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
299
- accountPath?: string | undefined;
300
289
  readonly archivist?: string | undefined;
301
290
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
302
291
  readonly name?: string | undefined;
@@ -313,7 +302,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
313
302
  readonly storeQueries?: boolean | undefined;
314
303
  readonly timestamp?: boolean | undefined;
315
304
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
316
- accountPath?: string | undefined;
317
305
  readonly archivist?: string | undefined;
318
306
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
319
307
  readonly name?: string | undefined;
@@ -337,7 +325,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
337
325
  resolve<T_3 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
338
326
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
339
327
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
340
- accountPath?: string | undefined;
341
328
  readonly archivist?: string | undefined;
342
329
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
343
330
  readonly name?: string | undefined;
@@ -354,7 +341,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
354
341
  readonly storeQueries?: boolean | undefined;
355
342
  readonly timestamp?: boolean | undefined;
356
343
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
357
- accountPath?: string | undefined;
358
344
  readonly archivist?: string | undefined;
359
345
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
360
346
  readonly name?: string | undefined;
@@ -377,7 +363,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
377
363
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
378
364
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
379
365
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
380
- accountPath?: string | undefined;
381
366
  readonly archivist?: string | undefined;
382
367
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
383
368
  readonly name?: string | undefined;
@@ -394,7 +379,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
394
379
  readonly storeQueries?: boolean | undefined;
395
380
  readonly timestamp?: boolean | undefined;
396
381
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
397
- accountPath?: string | undefined;
398
382
  readonly archivist?: string | undefined;
399
383
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
400
384
  readonly name?: string | undefined;
@@ -418,7 +402,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
418
402
  resolve<T_4 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
419
403
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
420
404
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
421
- accountPath?: string | undefined;
422
405
  readonly archivist?: string | undefined;
423
406
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
424
407
  readonly name?: string | undefined;
@@ -435,7 +418,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
435
418
  readonly storeQueries?: boolean | undefined;
436
419
  readonly timestamp?: boolean | undefined;
437
420
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
438
- accountPath?: string | undefined;
439
421
  readonly archivist?: string | undefined;
440
422
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
441
423
  readonly name?: string | undefined;
@@ -458,7 +440,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
458
440
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
459
441
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
460
442
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
461
- accountPath?: string | undefined;
462
443
  readonly archivist?: string | undefined;
463
444
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
464
445
  readonly name?: string | undefined;
@@ -475,7 +456,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
475
456
  readonly storeQueries?: boolean | undefined;
476
457
  readonly timestamp?: boolean | undefined;
477
458
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
478
- accountPath?: string | undefined;
479
459
  readonly archivist?: string | undefined;
480
460
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
481
461
  readonly name?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAGlC,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8JATmE,GAAG,EAAE;;IAmBpG;;;;;;OAMG;;IAWH;;;;OAIG;;IASH;;;;OAIG;;IAWH;;;;OAIG;;IAQH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2CN,CAAA"}
1
+ {"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAGlC,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8JATmE,GAAG,EAAE;;IAmBpG;;;;;;OAMG;;IAWH;;;;OAIG;;IASH;;;;OAIG;;IAWH;;;;OAIG;;IAQH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2CN,CAAA"}
@@ -10,7 +10,6 @@ export type AnyModule<TParams extends StatefulModuleParams = StatefulModuleParam
10
10
  export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/object").BaseParamsFields & {
11
11
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
12
12
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
13
- accountPath?: string | undefined;
14
13
  readonly archivist?: string | undefined;
15
14
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
16
15
  readonly name?: string | undefined;
@@ -27,7 +26,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
27
26
  readonly storeQueries?: boolean | undefined;
28
27
  readonly timestamp?: boolean | undefined;
29
28
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
30
- accountPath?: string | undefined;
31
29
  readonly archivist?: string | undefined;
32
30
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
33
31
  readonly name?: string | undefined;
@@ -59,7 +57,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
59
57
  } = import("@xyo-network/object").BaseParamsFields & {
60
58
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
61
59
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
62
- accountPath?: string | undefined;
63
60
  readonly archivist?: string | undefined;
64
61
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
65
62
  readonly name?: string | undefined;
@@ -76,7 +73,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
76
73
  readonly storeQueries?: boolean | undefined;
77
74
  readonly timestamp?: boolean | undefined;
78
75
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
79
- accountPath?: string | undefined;
80
76
  readonly archivist?: string | undefined;
81
77
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
82
78
  readonly name?: string | undefined;
@@ -156,7 +152,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
156
152
  }, "schema"> & {
157
153
  schema: "network.xyo.boundwitness";
158
154
  }, TConf extends import("@xyo-network/payload-model").SchemaFields & object & {
159
- accountPath?: string | undefined;
160
155
  readonly archivist?: string | undefined;
161
156
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
162
157
  readonly name?: string | undefined;
@@ -173,7 +168,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
173
168
  readonly storeQueries?: boolean | undefined;
174
169
  readonly timestamp?: boolean | undefined;
175
170
  } & import("@xyo-network/module-model").ArchivingModuleConfig = import("@xyo-network/payload-model").SchemaFields & object & {
176
- accountPath?: string | undefined;
177
171
  readonly archivist?: string | undefined;
178
172
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
179
173
  readonly name?: string | undefined;
@@ -205,7 +199,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
205
199
  }, "schema"> & {
206
200
  schema: "network.xyo.boundwitness";
207
201
  }, TConf_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
208
- accountPath?: string | undefined;
209
202
  readonly archivist?: string | undefined;
210
203
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
211
204
  readonly name?: string | undefined;
@@ -222,7 +215,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
222
215
  readonly storeQueries?: boolean | undefined;
223
216
  readonly timestamp?: boolean | undefined;
224
217
  } & import("@xyo-network/module-model").ArchivingModuleConfig = import("@xyo-network/payload-model").SchemaFields & object & {
225
- accountPath?: string | undefined;
226
218
  readonly archivist?: string | undefined;
227
219
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
228
220
  readonly name?: string | undefined;
@@ -256,7 +248,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
256
248
  resolve<T_2 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
257
249
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
258
250
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
259
- accountPath?: string | undefined;
260
251
  readonly archivist?: string | undefined;
261
252
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
262
253
  readonly name?: string | undefined;
@@ -273,7 +264,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
273
264
  readonly storeQueries?: boolean | undefined;
274
265
  readonly timestamp?: boolean | undefined;
275
266
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
276
- accountPath?: string | undefined;
277
267
  readonly archivist?: string | undefined;
278
268
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
279
269
  readonly name?: string | undefined;
@@ -296,7 +286,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
296
286
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
297
287
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
298
288
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
299
- accountPath?: string | undefined;
300
289
  readonly archivist?: string | undefined;
301
290
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
302
291
  readonly name?: string | undefined;
@@ -313,7 +302,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
313
302
  readonly storeQueries?: boolean | undefined;
314
303
  readonly timestamp?: boolean | undefined;
315
304
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
316
- accountPath?: string | undefined;
317
305
  readonly archivist?: string | undefined;
318
306
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
319
307
  readonly name?: string | undefined;
@@ -337,7 +325,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
337
325
  resolve<T_3 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
338
326
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
339
327
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
340
- accountPath?: string | undefined;
341
328
  readonly archivist?: string | undefined;
342
329
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
343
330
  readonly name?: string | undefined;
@@ -354,7 +341,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
354
341
  readonly storeQueries?: boolean | undefined;
355
342
  readonly timestamp?: boolean | undefined;
356
343
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
357
- accountPath?: string | undefined;
358
344
  readonly archivist?: string | undefined;
359
345
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
360
346
  readonly name?: string | undefined;
@@ -377,7 +363,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
377
363
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
378
364
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
379
365
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
380
- accountPath?: string | undefined;
381
366
  readonly archivist?: string | undefined;
382
367
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
383
368
  readonly name?: string | undefined;
@@ -394,7 +379,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
394
379
  readonly storeQueries?: boolean | undefined;
395
380
  readonly timestamp?: boolean | undefined;
396
381
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
397
- accountPath?: string | undefined;
398
382
  readonly archivist?: string | undefined;
399
383
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
400
384
  readonly name?: string | undefined;
@@ -418,7 +402,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
418
402
  resolve<T_4 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
419
403
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
420
404
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
421
- accountPath?: string | undefined;
422
405
  readonly archivist?: string | undefined;
423
406
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
424
407
  readonly name?: string | undefined;
@@ -435,7 +418,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
435
418
  readonly storeQueries?: boolean | undefined;
436
419
  readonly timestamp?: boolean | undefined;
437
420
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
438
- accountPath?: string | undefined;
439
421
  readonly archivist?: string | undefined;
440
422
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
441
423
  readonly name?: string | undefined;
@@ -458,7 +440,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
458
440
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
459
441
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
460
442
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
461
- accountPath?: string | undefined;
462
443
  readonly archivist?: string | undefined;
463
444
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
464
445
  readonly name?: string | undefined;
@@ -475,7 +456,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
475
456
  readonly storeQueries?: boolean | undefined;
476
457
  readonly timestamp?: boolean | undefined;
477
458
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
478
- accountPath?: string | undefined;
479
459
  readonly archivist?: string | undefined;
480
460
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
481
461
  readonly name?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAGlC,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8JATmE,GAAG,EAAE;;IAmBpG;;;;;;OAMG;;IAWH;;;;OAIG;;IASH;;;;OAIG;;IAWH;;;;OAIG;;IAQH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2CN,CAAA"}
1
+ {"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAGlC,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8JATmE,GAAG,EAAE;;IAmBpG;;;;;;OAMG;;IAWH;;;;OAIG;;IASH;;;;OAIG;;IAWH;;;;OAIG;;IAQH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2CN,CAAA"}
package/package.json CHANGED
@@ -11,27 +11,27 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/assert": "^2.13.20",
14
- "@xyo-network/abstract-diviner": "~2.85.0",
15
- "@xyo-network/archivist": "~2.85.0",
16
- "@xyo-network/archivist-wrapper": "~2.85.0",
17
- "@xyo-network/boundwitness-builder": "~2.85.0",
18
- "@xyo-network/boundwitness-model": "~2.85.0",
19
- "@xyo-network/diviner-boundwitness-model": "~2.85.0",
20
- "@xyo-network/diviner-model": "~2.85.0",
21
- "@xyo-network/diviner-wrapper": "~2.85.0",
22
- "@xyo-network/module-model": "~2.85.0",
23
- "@xyo-network/payload-builder": "~2.85.0",
24
- "@xyo-network/payload-model": "~2.85.0"
14
+ "@xyo-network/abstract-diviner": "~2.85.1",
15
+ "@xyo-network/archivist": "~2.85.1",
16
+ "@xyo-network/archivist-wrapper": "~2.85.1",
17
+ "@xyo-network/boundwitness-builder": "~2.85.1",
18
+ "@xyo-network/boundwitness-model": "~2.85.1",
19
+ "@xyo-network/diviner-boundwitness-model": "~2.85.1",
20
+ "@xyo-network/diviner-model": "~2.85.1",
21
+ "@xyo-network/diviner-wrapper": "~2.85.1",
22
+ "@xyo-network/module-model": "~2.85.1",
23
+ "@xyo-network/payload-builder": "~2.85.1",
24
+ "@xyo-network/payload-model": "~2.85.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@xylabs/ts-scripts-yarn3": "^3.2.25",
28
28
  "@xylabs/tsconfig": "^3.2.25",
29
- "@xyo-network/account": "~2.85.0",
30
- "@xyo-network/diviner-boundwitness-memory": "~2.85.0",
31
- "@xyo-network/diviner-payload-memory": "~2.85.0",
32
- "@xyo-network/manifest": "~2.85.0",
33
- "@xyo-network/memory-archivist": "~2.85.0",
34
- "@xyo-network/node-memory": "~2.85.0",
29
+ "@xyo-network/account": "~2.85.1",
30
+ "@xyo-network/diviner-boundwitness-memory": "~2.85.1",
31
+ "@xyo-network/diviner-payload-memory": "~2.85.1",
32
+ "@xyo-network/manifest": "~2.85.1",
33
+ "@xyo-network/memory-archivist": "~2.85.1",
34
+ "@xyo-network/node-memory": "~2.85.1",
35
35
  "typescript": "^5.3.3"
36
36
  },
37
37
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -73,6 +73,6 @@
73
73
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
74
74
  },
75
75
  "sideEffects": false,
76
- "version": "2.85.0",
76
+ "version": "2.85.1",
77
77
  "type": "module"
78
78
  }