@xyo-network/location-plugin 2.43.7 → 2.43.9

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/docs.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "originalName": "",
8
8
  "children": [
9
9
  {
10
- "id": 224,
10
+ "id": 265,
11
11
  "name": "default",
12
12
  "kind": 8388608,
13
13
  "kindString": "Reference",
@@ -17,7 +17,7 @@
17
17
  "fileName": "plugins/packages/payloadset/packages/location/src/index.ts",
18
18
  "line": 10,
19
19
  "character": 0,
20
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/index.ts#L10"
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/index.ts#L10"
21
21
  }
22
22
  ],
23
23
  "target": 1
@@ -40,7 +40,7 @@
40
40
  "fileName": "plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts",
41
41
  "line": 14,
42
42
  "character": 2,
43
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L14"
43
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L14"
44
44
  }
45
45
  ],
46
46
  "signatures": [
@@ -93,7 +93,7 @@
93
93
  "fileName": "plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts",
94
94
  "line": 12,
95
95
  "character": 10,
96
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L12"
96
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L12"
97
97
  }
98
98
  ],
99
99
  "type": {
@@ -104,7 +104,7 @@
104
104
  }
105
105
  },
106
106
  {
107
- "id": 87,
107
+ "id": 103,
108
108
  "name": "_resolver",
109
109
  "kind": 1024,
110
110
  "kindString": "Property",
@@ -139,14 +139,164 @@
139
139
  {
140
140
  "type": "reflection",
141
141
  "declaration": {
142
- "id": 88,
142
+ "id": 104,
143
143
  "name": "__type",
144
144
  "kind": 65536,
145
145
  "kindString": "Type literal",
146
146
  "flags": {},
147
147
  "children": [
148
148
  {
149
- "id": 89,
149
+ "id": 105,
150
+ "name": "security",
151
+ "kind": 1024,
152
+ "kindString": "Property",
153
+ "flags": {
154
+ "isOptional": true
155
+ },
156
+ "sources": [
157
+ {
158
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
159
+ "line": 9,
160
+ "character": 4
161
+ }
162
+ ],
163
+ "type": {
164
+ "type": "reflection",
165
+ "declaration": {
166
+ "id": 106,
167
+ "name": "__type",
168
+ "kind": 65536,
169
+ "kindString": "Type literal",
170
+ "flags": {},
171
+ "children": [
172
+ {
173
+ "id": 107,
174
+ "name": "allowed",
175
+ "kind": 1024,
176
+ "kindString": "Property",
177
+ "flags": {
178
+ "isOptional": true
179
+ },
180
+ "sources": [
181
+ {
182
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
183
+ "line": 10,
184
+ "character": 8
185
+ }
186
+ ],
187
+ "type": {
188
+ "type": "reference",
189
+ "typeArguments": [
190
+ {
191
+ "type": "intrinsic",
192
+ "name": "string"
193
+ },
194
+ {
195
+ "type": "array",
196
+ "elementType": {
197
+ "type": "union",
198
+ "types": [
199
+ {
200
+ "type": "intrinsic",
201
+ "name": "string"
202
+ },
203
+ {
204
+ "type": "reference",
205
+ "name": "CosigningAddressSet"
206
+ }
207
+ ]
208
+ }
209
+ }
210
+ ],
211
+ "name": "Record",
212
+ "qualifiedName": "Record",
213
+ "package": "typescript"
214
+ }
215
+ },
216
+ {
217
+ "id": 108,
218
+ "name": "disallowed",
219
+ "kind": 1024,
220
+ "kindString": "Property",
221
+ "flags": {
222
+ "isOptional": true
223
+ },
224
+ "sources": [
225
+ {
226
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
227
+ "line": 11,
228
+ "character": 8
229
+ }
230
+ ],
231
+ "type": {
232
+ "type": "reference",
233
+ "typeArguments": [
234
+ {
235
+ "type": "intrinsic",
236
+ "name": "string"
237
+ },
238
+ {
239
+ "type": "array",
240
+ "elementType": {
241
+ "type": "intrinsic",
242
+ "name": "string"
243
+ }
244
+ }
245
+ ],
246
+ "name": "Record",
247
+ "qualifiedName": "Record",
248
+ "package": "typescript"
249
+ }
250
+ }
251
+ ],
252
+ "groups": [
253
+ {
254
+ "title": "Properties",
255
+ "children": [
256
+ 107,
257
+ 108
258
+ ]
259
+ }
260
+ ],
261
+ "sources": [
262
+ {
263
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
264
+ "line": 9,
265
+ "character": 15
266
+ }
267
+ ]
268
+ }
269
+ }
270
+ }
271
+ ],
272
+ "groups": [
273
+ {
274
+ "title": "Properties",
275
+ "children": [
276
+ 105
277
+ ]
278
+ }
279
+ ],
280
+ "sources": [
281
+ {
282
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
283
+ "line": 8,
284
+ "character": 87
285
+ }
286
+ ]
287
+ }
288
+ },
289
+ {
290
+ "type": "reflection",
291
+ "declaration": {
292
+ "id": 109,
293
+ "name": "__type",
294
+ "kind": 65536,
295
+ "kindString": "Type literal",
296
+ "flags": {},
297
+ "children": [
298
+ {
299
+ "id": 110,
150
300
  "name": "schema",
151
301
  "kind": 1024,
152
302
  "kindString": "Property",
@@ -168,7 +318,7 @@
168
318
  {
169
319
  "title": "Properties",
170
320
  "children": [
171
- 89
321
+ 110
172
322
  ]
173
323
  }
174
324
  ],
@@ -195,7 +345,7 @@
195
345
  }
196
346
  },
197
347
  {
198
- "id": 90,
348
+ "id": 111,
199
349
  "name": "_started",
200
350
  "kind": 1024,
201
351
  "kindString": "Property",
@@ -219,7 +369,7 @@
219
369
  }
220
370
  },
221
371
  {
222
- "id": 91,
372
+ "id": 112,
223
373
  "name": "account",
224
374
  "kind": 1024,
225
375
  "kindString": "Property",
@@ -243,333 +393,64 @@
243
393
  }
244
394
  },
245
395
  {
246
- "id": 92,
247
- "name": "allowedAddressSets",
396
+ "id": 91,
397
+ "name": "config",
248
398
  "kind": 1024,
249
399
  "kindString": "Property",
250
- "flags": {
251
- "isProtected": true,
252
- "isOptional": true
253
- },
400
+ "flags": {},
254
401
  "sources": [
255
402
  {
256
403
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
257
- "line": 18,
258
- "character": 14
404
+ "line": 14,
405
+ "character": 4
259
406
  }
260
407
  ],
261
408
  "type": {
262
- "type": "reference",
263
- "typeArguments": [
409
+ "type": "intersection",
410
+ "types": [
264
411
  {
265
- "type": "intrinsic",
266
- "name": "string"
412
+ "type": "reference",
413
+ "name": "SchemaFields"
267
414
  },
268
415
  {
269
- "type": "array",
270
- "elementType": {
271
- "type": "intrinsic",
272
- "name": "string"
273
- }
274
- }
275
- ],
276
- "name": "Record",
277
- "qualifiedName": "Record",
278
- "package": "typescript"
279
- },
280
- "inheritedFrom": {
281
- "type": "reference",
282
- "name": "AbstractWitness.allowedAddressSets"
283
- }
284
- },
285
- {
286
- "id": 93,
287
- "name": "allowedAddressValidator",
288
- "kind": 1024,
289
- "kindString": "Property",
290
- "flags": {
291
- "isProtected": true,
292
- "isReadonly": true
293
- },
294
- "sources": [
295
- {
296
- "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
297
- "line": 19,
298
- "character": 23
299
- }
300
- ],
301
- "type": {
302
- "type": "reference",
303
- "typeArguments": [
416
+ "type": "reference",
417
+ "name": "PayloadFields"
418
+ },
304
419
  {
305
- "type": "intersection",
306
- "types": [
307
- {
308
- "type": "reference",
309
- "name": "SchemaFields"
310
- },
311
- {
312
- "type": "reference",
313
- "name": "PayloadFields"
314
- },
315
- {
316
- "type": "reflection",
317
- "declaration": {
318
- "id": 94,
319
- "name": "__type",
320
- "kind": 65536,
321
- "kindString": "Type literal",
322
- "flags": {},
323
- "children": [
420
+ "type": "reflection",
421
+ "declaration": {
422
+ "id": 92,
423
+ "name": "__type",
424
+ "kind": 65536,
425
+ "kindString": "Type literal",
426
+ "flags": {},
427
+ "children": [
428
+ {
429
+ "id": 93,
430
+ "name": "security",
431
+ "kind": 1024,
432
+ "kindString": "Property",
433
+ "flags": {
434
+ "isOptional": true
435
+ },
436
+ "sources": [
324
437
  {
325
- "id": 95,
326
- "name": "security",
327
- "kind": 1024,
328
- "kindString": "Property",
329
- "flags": {
330
- "isOptional": true
331
- },
332
- "sources": [
438
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
439
+ "line": 9,
440
+ "character": 4
441
+ }
442
+ ],
443
+ "type": {
444
+ "type": "reflection",
445
+ "declaration": {
446
+ "id": 94,
447
+ "name": "__type",
448
+ "kind": 65536,
449
+ "kindString": "Type literal",
450
+ "flags": {},
451
+ "children": [
333
452
  {
334
- "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
335
- "line": 8,
336
- "character": 4
337
- }
338
- ],
339
- "type": {
340
- "type": "reflection",
341
- "declaration": {
342
- "id": 96,
343
- "name": "__type",
344
- "kind": 65536,
345
- "kindString": "Type literal",
346
- "flags": {},
347
- "children": [
348
- {
349
- "id": 97,
350
- "name": "allowed",
351
- "kind": 1024,
352
- "kindString": "Property",
353
- "flags": {
354
- "isOptional": true
355
- },
356
- "sources": [
357
- {
358
- "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
359
- "line": 9,
360
- "character": 8
361
- }
362
- ],
363
- "type": {
364
- "type": "reference",
365
- "typeArguments": [
366
- {
367
- "type": "intrinsic",
368
- "name": "string"
369
- },
370
- {
371
- "type": "array",
372
- "elementType": {
373
- "type": "array",
374
- "elementType": {
375
- "type": "intrinsic",
376
- "name": "string"
377
- }
378
- }
379
- }
380
- ],
381
- "name": "Record",
382
- "qualifiedName": "Record",
383
- "package": "typescript"
384
- }
385
- },
386
- {
387
- "id": 98,
388
- "name": "disallowed",
389
- "kind": 1024,
390
- "kindString": "Property",
391
- "flags": {
392
- "isOptional": true
393
- },
394
- "sources": [
395
- {
396
- "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
397
- "line": 10,
398
- "character": 8
399
- }
400
- ],
401
- "type": {
402
- "type": "reference",
403
- "typeArguments": [
404
- {
405
- "type": "intrinsic",
406
- "name": "string"
407
- },
408
- {
409
- "type": "array",
410
- "elementType": {
411
- "type": "intrinsic",
412
- "name": "string"
413
- }
414
- }
415
- ],
416
- "name": "Record",
417
- "qualifiedName": "Record",
418
- "package": "typescript"
419
- }
420
- }
421
- ],
422
- "groups": [
423
- {
424
- "title": "Properties",
425
- "children": [
426
- 97,
427
- 98
428
- ]
429
- }
430
- ],
431
- "sources": [
432
- {
433
- "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
434
- "line": 8,
435
- "character": 15
436
- }
437
- ]
438
- }
439
- }
440
- }
441
- ],
442
- "groups": [
443
- {
444
- "title": "Properties",
445
- "children": [
446
- 95
447
- ]
448
- }
449
- ],
450
- "sources": [
451
- {
452
- "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
453
- "line": 7,
454
- "character": 87
455
- }
456
- ]
457
- }
458
- },
459
- {
460
- "type": "reflection",
461
- "declaration": {
462
- "id": 99,
463
- "name": "__type",
464
- "kind": 65536,
465
- "kindString": "Type literal",
466
- "flags": {},
467
- "children": [
468
- {
469
- "id": 100,
470
- "name": "schema",
471
- "kind": 1024,
472
- "kindString": "Property",
473
- "flags": {},
474
- "sources": [
475
- {
476
- "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
477
- "line": 19,
478
- "character": 4
479
- }
480
- ],
481
- "type": {
482
- "type": "intrinsic",
483
- "name": "string"
484
- }
485
- }
486
- ],
487
- "groups": [
488
- {
489
- "title": "Properties",
490
- "children": [
491
- 100
492
- ]
493
- }
494
- ],
495
- "sources": [
496
- {
497
- "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
498
- "line": 18,
499
- "character": 17
500
- }
501
- ]
502
- }
503
- }
504
- ]
505
- }
506
- ],
507
- "name": "AllowedAddressValidator"
508
- },
509
- "inheritedFrom": {
510
- "type": "reference",
511
- "name": "AbstractWitness.allowedAddressValidator"
512
- }
513
- },
514
- {
515
- "id": 75,
516
- "name": "config",
517
- "kind": 1024,
518
- "kindString": "Property",
519
- "flags": {},
520
- "sources": [
521
- {
522
- "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
523
- "line": 14,
524
- "character": 4
525
- }
526
- ],
527
- "type": {
528
- "type": "intersection",
529
- "types": [
530
- {
531
- "type": "reference",
532
- "name": "SchemaFields"
533
- },
534
- {
535
- "type": "reference",
536
- "name": "PayloadFields"
537
- },
538
- {
539
- "type": "reflection",
540
- "declaration": {
541
- "id": 76,
542
- "name": "__type",
543
- "kind": 65536,
544
- "kindString": "Type literal",
545
- "flags": {},
546
- "children": [
547
- {
548
- "id": 77,
549
- "name": "security",
550
- "kind": 1024,
551
- "kindString": "Property",
552
- "flags": {
553
- "isOptional": true
554
- },
555
- "sources": [
556
- {
557
- "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
558
- "line": 8,
559
- "character": 4
560
- }
561
- ],
562
- "type": {
563
- "type": "reflection",
564
- "declaration": {
565
- "id": 78,
566
- "name": "__type",
567
- "kind": 65536,
568
- "kindString": "Type literal",
569
- "flags": {},
570
- "children": [
571
- {
572
- "id": 79,
453
+ "id": 95,
573
454
  "name": "allowed",
574
455
  "kind": 1024,
575
456
  "kindString": "Property",
@@ -579,7 +460,7 @@
579
460
  "sources": [
580
461
  {
581
462
  "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
582
- "line": 9,
463
+ "line": 10,
583
464
  "character": 8
584
465
  }
585
466
  ],
@@ -593,11 +474,17 @@
593
474
  {
594
475
  "type": "array",
595
476
  "elementType": {
596
- "type": "array",
597
- "elementType": {
598
- "type": "intrinsic",
599
- "name": "string"
600
- }
477
+ "type": "union",
478
+ "types": [
479
+ {
480
+ "type": "intrinsic",
481
+ "name": "string"
482
+ },
483
+ {
484
+ "type": "reference",
485
+ "name": "CosigningAddressSet"
486
+ }
487
+ ]
601
488
  }
602
489
  }
603
490
  ],
@@ -607,7 +494,7 @@
607
494
  }
608
495
  },
609
496
  {
610
- "id": 80,
497
+ "id": 96,
611
498
  "name": "disallowed",
612
499
  "kind": 1024,
613
500
  "kindString": "Property",
@@ -617,7 +504,7 @@
617
504
  "sources": [
618
505
  {
619
506
  "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
620
- "line": 10,
507
+ "line": 11,
621
508
  "character": 8
622
509
  }
623
510
  ],
@@ -646,15 +533,15 @@
646
533
  {
647
534
  "title": "Properties",
648
535
  "children": [
649
- 79,
650
- 80
536
+ 95,
537
+ 96
651
538
  ]
652
539
  }
653
540
  ],
654
541
  "sources": [
655
542
  {
656
543
  "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
657
- "line": 8,
544
+ "line": 9,
658
545
  "character": 15
659
546
  }
660
547
  ]
@@ -666,14 +553,14 @@
666
553
  {
667
554
  "title": "Properties",
668
555
  "children": [
669
- 77
556
+ 93
670
557
  ]
671
558
  }
672
559
  ],
673
560
  "sources": [
674
561
  {
675
562
  "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
676
- "line": 7,
563
+ "line": 8,
677
564
  "character": 87
678
565
  }
679
566
  ]
@@ -682,14 +569,14 @@
682
569
  {
683
570
  "type": "reflection",
684
571
  "declaration": {
685
- "id": 81,
572
+ "id": 97,
686
573
  "name": "__type",
687
574
  "kind": 65536,
688
575
  "kindString": "Type literal",
689
576
  "flags": {},
690
577
  "children": [
691
578
  {
692
- "id": 82,
579
+ "id": 98,
693
580
  "name": "schema",
694
581
  "kind": 1024,
695
582
  "kindString": "Property",
@@ -699,7 +586,7 @@
699
586
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
700
587
  "line": 8,
701
588
  "character": 2,
702
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L8"
589
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L8"
703
590
  }
704
591
  ],
705
592
  "type": {
@@ -712,7 +599,7 @@
712
599
  {
713
600
  "title": "Properties",
714
601
  "children": [
715
- 82
602
+ 98
716
603
  ]
717
604
  }
718
605
  ],
@@ -721,7 +608,7 @@
721
608
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
722
609
  "line": 7,
723
610
  "character": 60,
724
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
611
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
725
612
  }
726
613
  ]
727
614
  }
@@ -729,14 +616,14 @@
729
616
  {
730
617
  "type": "reflection",
731
618
  "declaration": {
732
- "id": 83,
619
+ "id": 99,
733
620
  "name": "__type",
734
621
  "kind": 65536,
735
622
  "kindString": "Type literal",
736
623
  "flags": {},
737
624
  "children": [
738
625
  {
739
- "id": 84,
626
+ "id": 100,
740
627
  "name": "targetSet",
741
628
  "kind": 1024,
742
629
  "kindString": "Property",
@@ -768,14 +655,14 @@
768
655
  {
769
656
  "type": "reflection",
770
657
  "declaration": {
771
- "id": 85,
658
+ "id": 101,
772
659
  "name": "__type",
773
660
  "kind": 65536,
774
661
  "kindString": "Type literal",
775
662
  "flags": {},
776
663
  "children": [
777
664
  {
778
- "id": 86,
665
+ "id": 102,
779
666
  "name": "schema",
780
667
  "kind": 1024,
781
668
  "kindString": "Property",
@@ -797,7 +684,7 @@
797
684
  {
798
685
  "title": "Properties",
799
686
  "children": [
800
- 86
687
+ 102
801
688
  ]
802
689
  }
803
690
  ],
@@ -818,7 +705,7 @@
818
705
  {
819
706
  "title": "Properties",
820
707
  "children": [
821
- 84
708
+ 100
822
709
  ]
823
710
  }
824
711
  ],
@@ -839,7 +726,7 @@
839
726
  }
840
727
  },
841
728
  {
842
- "id": 101,
729
+ "id": 113,
843
730
  "name": "logger",
844
731
  "kind": 1024,
845
732
  "kindString": "Property",
@@ -851,7 +738,7 @@
851
738
  "sources": [
852
739
  {
853
740
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
854
- "line": 20,
741
+ "line": 18,
855
742
  "character": 23
856
743
  }
857
744
  ],
@@ -865,134 +752,261 @@
865
752
  }
866
753
  },
867
754
  {
868
- "id": 102,
869
- "name": "queryValidators",
755
+ "id": 114,
756
+ "name": "moduleConfigQueryValidator",
870
757
  "kind": 1024,
871
758
  "kindString": "Property",
872
759
  "flags": {
873
- "isProtected": true
760
+ "isProtected": true,
761
+ "isReadonly": true
874
762
  },
875
763
  "sources": [
876
764
  {
877
765
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
878
- "line": 21,
879
- "character": 14
766
+ "line": 19,
767
+ "character": 23
880
768
  }
881
769
  ],
882
770
  "type": {
883
- "type": "array",
884
- "elementType": {
885
- "type": "reference",
886
- "typeArguments": [
887
- {
888
- "type": "intersection",
889
- "types": [
890
- {
891
- "type": "reference",
892
- "name": "SchemaFields"
893
- },
894
- {
895
- "type": "reference",
896
- "name": "PayloadFields"
897
- },
898
- {
899
- "type": "reference",
900
- "name": "XyoBoundWitnessFields"
901
- },
902
- {
903
- "type": "reflection",
904
- "declaration": {
905
- "id": 103,
906
- "name": "__type",
907
- "kind": 65536,
908
- "kindString": "Type literal",
909
- "flags": {},
910
- "children": [
911
- {
912
- "id": 104,
913
- "name": "query",
914
- "kind": 1024,
915
- "kindString": "Property",
916
- "flags": {},
917
- "sources": [
918
- {
919
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
920
- "line": 5,
921
- "character": 4
922
- }
923
- ],
924
- "type": {
925
- "type": "intrinsic",
926
- "name": "string"
927
- }
928
- },
929
- {
930
- "id": 105,
931
- "name": "resultSet",
932
- "kind": 1024,
933
- "kindString": "Property",
934
- "flags": {
935
- "isOptional": true
936
- },
937
- "sources": [
938
- {
939
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
940
- "line": 6,
941
- "character": 4
942
- }
943
- ],
944
- "type": {
945
- "type": "intrinsic",
946
- "name": "string"
947
- }
948
- },
949
- {
950
- "id": 106,
951
- "name": "schema",
952
- "kind": 1024,
953
- "kindString": "Property",
954
- "flags": {},
955
- "sources": [
956
- {
957
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
958
- "line": 7,
959
- "character": 4
960
- }
961
- ],
962
- "type": {
963
- "type": "literal",
964
- "value": "network.xyo.boundwitness.query"
771
+ "type": "reference",
772
+ "typeArguments": [
773
+ {
774
+ "type": "intersection",
775
+ "types": [
776
+ {
777
+ "type": "reference",
778
+ "name": "SchemaFields"
779
+ },
780
+ {
781
+ "type": "reference",
782
+ "name": "PayloadFields"
783
+ },
784
+ {
785
+ "type": "reference",
786
+ "name": "XyoBoundWitnessFields"
787
+ },
788
+ {
789
+ "type": "reflection",
790
+ "declaration": {
791
+ "id": 115,
792
+ "name": "__type",
793
+ "kind": 65536,
794
+ "kindString": "Type literal",
795
+ "flags": {},
796
+ "children": [
797
+ {
798
+ "id": 116,
799
+ "name": "query",
800
+ "kind": 1024,
801
+ "kindString": "Property",
802
+ "flags": {},
803
+ "sources": [
804
+ {
805
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
806
+ "line": 5,
807
+ "character": 4
965
808
  }
809
+ ],
810
+ "type": {
811
+ "type": "intrinsic",
812
+ "name": "string"
966
813
  }
967
- ],
968
- "groups": [
969
- {
970
- "title": "Properties",
971
- "children": [
972
- 104,
973
- 105,
974
- 106
975
- ]
814
+ },
815
+ {
816
+ "id": 117,
817
+ "name": "resultSet",
818
+ "kind": 1024,
819
+ "kindString": "Property",
820
+ "flags": {
821
+ "isOptional": true
822
+ },
823
+ "sources": [
824
+ {
825
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
826
+ "line": 6,
827
+ "character": 4
828
+ }
829
+ ],
830
+ "type": {
831
+ "type": "intrinsic",
832
+ "name": "string"
976
833
  }
977
- ],
978
- "sources": [
979
- {
980
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
981
- "line": 4,
982
- "character": 51
834
+ },
835
+ {
836
+ "id": 118,
837
+ "name": "schema",
838
+ "kind": 1024,
839
+ "kindString": "Property",
840
+ "flags": {},
841
+ "sources": [
842
+ {
843
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
844
+ "line": 7,
845
+ "character": 4
846
+ }
847
+ ],
848
+ "type": {
849
+ "type": "literal",
850
+ "value": "network.xyo.boundwitness.query"
983
851
  }
984
- ]
985
- }
852
+ }
853
+ ],
854
+ "groups": [
855
+ {
856
+ "title": "Properties",
857
+ "children": [
858
+ 116,
859
+ 117,
860
+ 118
861
+ ]
862
+ }
863
+ ],
864
+ "sources": [
865
+ {
866
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
867
+ "line": 4,
868
+ "character": 51
869
+ }
870
+ ]
986
871
  }
987
- ]
988
- }
989
- ],
990
- "name": "Queryable"
872
+ }
873
+ ]
874
+ }
875
+ ],
876
+ "name": "Queryable"
877
+ },
878
+ "inheritedFrom": {
879
+ "type": "reference",
880
+ "name": "AbstractWitness.moduleConfigQueryValidator"
881
+ }
882
+ },
883
+ {
884
+ "id": 119,
885
+ "name": "supportedQueryValidator",
886
+ "kind": 1024,
887
+ "kindString": "Property",
888
+ "flags": {
889
+ "isProtected": true,
890
+ "isReadonly": true
891
+ },
892
+ "sources": [
893
+ {
894
+ "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
895
+ "line": 20,
896
+ "character": 23
991
897
  }
898
+ ],
899
+ "type": {
900
+ "type": "reference",
901
+ "typeArguments": [
902
+ {
903
+ "type": "intersection",
904
+ "types": [
905
+ {
906
+ "type": "reference",
907
+ "name": "SchemaFields"
908
+ },
909
+ {
910
+ "type": "reference",
911
+ "name": "PayloadFields"
912
+ },
913
+ {
914
+ "type": "reference",
915
+ "name": "XyoBoundWitnessFields"
916
+ },
917
+ {
918
+ "type": "reflection",
919
+ "declaration": {
920
+ "id": 120,
921
+ "name": "__type",
922
+ "kind": 65536,
923
+ "kindString": "Type literal",
924
+ "flags": {},
925
+ "children": [
926
+ {
927
+ "id": 121,
928
+ "name": "query",
929
+ "kind": 1024,
930
+ "kindString": "Property",
931
+ "flags": {},
932
+ "sources": [
933
+ {
934
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
935
+ "line": 5,
936
+ "character": 4
937
+ }
938
+ ],
939
+ "type": {
940
+ "type": "intrinsic",
941
+ "name": "string"
942
+ }
943
+ },
944
+ {
945
+ "id": 122,
946
+ "name": "resultSet",
947
+ "kind": 1024,
948
+ "kindString": "Property",
949
+ "flags": {
950
+ "isOptional": true
951
+ },
952
+ "sources": [
953
+ {
954
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
955
+ "line": 6,
956
+ "character": 4
957
+ }
958
+ ],
959
+ "type": {
960
+ "type": "intrinsic",
961
+ "name": "string"
962
+ }
963
+ },
964
+ {
965
+ "id": 123,
966
+ "name": "schema",
967
+ "kind": 1024,
968
+ "kindString": "Property",
969
+ "flags": {},
970
+ "sources": [
971
+ {
972
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
973
+ "line": 7,
974
+ "character": 4
975
+ }
976
+ ],
977
+ "type": {
978
+ "type": "literal",
979
+ "value": "network.xyo.boundwitness.query"
980
+ }
981
+ }
982
+ ],
983
+ "groups": [
984
+ {
985
+ "title": "Properties",
986
+ "children": [
987
+ 121,
988
+ 122,
989
+ 123
990
+ ]
991
+ }
992
+ ],
993
+ "sources": [
994
+ {
995
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
996
+ "line": 4,
997
+ "character": 51
998
+ }
999
+ ]
1000
+ }
1001
+ }
1002
+ ]
1003
+ }
1004
+ ],
1005
+ "name": "Queryable"
992
1006
  },
993
1007
  "inheritedFrom": {
994
1008
  "type": "reference",
995
- "name": "AbstractWitness.queryValidators"
1009
+ "name": "AbstractWitness.supportedQueryValidator"
996
1010
  }
997
1011
  },
998
1012
  {
@@ -1008,7 +1022,7 @@
1008
1022
  "fileName": "plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts",
1009
1023
  "line": 10,
1010
1024
  "character": 18,
1011
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L10"
1025
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L10"
1012
1026
  }
1013
1027
  ],
1014
1028
  "type": {
@@ -1047,7 +1061,7 @@
1047
1061
  }
1048
1062
  },
1049
1063
  {
1050
- "id": 107,
1064
+ "id": 124,
1051
1065
  "name": "address",
1052
1066
  "kind": 262144,
1053
1067
  "kindString": "Accessor",
@@ -1055,12 +1069,12 @@
1055
1069
  "sources": [
1056
1070
  {
1057
1071
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
1058
- "line": 23,
1072
+ "line": 22,
1059
1073
  "character": 8
1060
1074
  }
1061
1075
  ],
1062
1076
  "getSignature": {
1063
- "id": 108,
1077
+ "id": 125,
1064
1078
  "name": "address",
1065
1079
  "kind": 524288,
1066
1080
  "kindString": "Get signature",
@@ -1080,81 +1094,24 @@
1080
1094
  }
1081
1095
  },
1082
1096
  {
1083
- "id": 109,
1084
- "name": "disallowedAddresses",
1097
+ "id": 44,
1098
+ "name": "geolocation",
1085
1099
  "kind": 262144,
1086
1100
  "kindString": "Accessor",
1087
- "flags": {},
1101
+ "flags": {
1102
+ "isPublic": true
1103
+ },
1088
1104
  "sources": [
1089
1105
  {
1090
- "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
1091
- "line": 24,
1092
- "character": 8
1106
+ "fileName": "plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts",
1107
+ "line": 19,
1108
+ "character": 13,
1109
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L19"
1093
1110
  }
1094
1111
  ],
1095
1112
  "getSignature": {
1096
- "id": 110,
1097
- "name": "disallowedAddresses",
1098
- "kind": 524288,
1099
- "kindString": "Get signature",
1100
- "flags": {},
1101
- "type": {
1102
- "type": "union",
1103
- "types": [
1104
- {
1105
- "type": "intrinsic",
1106
- "name": "undefined"
1107
- },
1108
- {
1109
- "type": "reference",
1110
- "typeArguments": [
1111
- {
1112
- "type": "intrinsic",
1113
- "name": "string"
1114
- },
1115
- {
1116
- "type": "array",
1117
- "elementType": {
1118
- "type": "intrinsic",
1119
- "name": "string"
1120
- }
1121
- }
1122
- ],
1123
- "name": "Record",
1124
- "qualifiedName": "Record",
1125
- "package": "typescript"
1126
- }
1127
- ]
1128
- },
1129
- "inheritedFrom": {
1130
- "type": "reference",
1131
- "name": "AbstractWitness.disallowedAddresses"
1132
- }
1133
- },
1134
- "inheritedFrom": {
1135
- "type": "reference",
1136
- "name": "AbstractWitness.disallowedAddresses"
1137
- }
1138
- },
1139
- {
1140
- "id": 44,
1141
- "name": "geolocation",
1142
- "kind": 262144,
1143
- "kindString": "Accessor",
1144
- "flags": {
1145
- "isPublic": true
1146
- },
1147
- "sources": [
1148
- {
1149
- "fileName": "plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts",
1150
- "line": 19,
1151
- "character": 13,
1152
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L19"
1153
- }
1154
- ],
1155
- "getSignature": {
1156
- "id": 45,
1157
- "name": "geolocation",
1113
+ "id": 45,
1114
+ "name": "geolocation",
1158
1115
  "kind": 524288,
1159
1116
  "kindString": "Get signature",
1160
1117
  "flags": {},
@@ -1167,7 +1124,7 @@
1167
1124
  }
1168
1125
  },
1169
1126
  {
1170
- "id": 111,
1127
+ "id": 126,
1171
1128
  "name": "resolver",
1172
1129
  "kind": 262144,
1173
1130
  "kindString": "Accessor",
@@ -1175,17 +1132,17 @@
1175
1132
  "sources": [
1176
1133
  {
1177
1134
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
1178
- "line": 25,
1135
+ "line": 23,
1179
1136
  "character": 8
1180
1137
  },
1181
1138
  {
1182
1139
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
1183
- "line": 26,
1140
+ "line": 24,
1184
1141
  "character": 8
1185
1142
  }
1186
1143
  ],
1187
1144
  "getSignature": {
1188
- "id": 112,
1145
+ "id": 127,
1189
1146
  "name": "resolver",
1190
1147
  "kind": 524288,
1191
1148
  "kindString": "Get signature",
@@ -1217,14 +1174,164 @@
1217
1174
  {
1218
1175
  "type": "reflection",
1219
1176
  "declaration": {
1220
- "id": 113,
1177
+ "id": 128,
1178
+ "name": "__type",
1179
+ "kind": 65536,
1180
+ "kindString": "Type literal",
1181
+ "flags": {},
1182
+ "children": [
1183
+ {
1184
+ "id": 129,
1185
+ "name": "security",
1186
+ "kind": 1024,
1187
+ "kindString": "Property",
1188
+ "flags": {
1189
+ "isOptional": true
1190
+ },
1191
+ "sources": [
1192
+ {
1193
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1194
+ "line": 9,
1195
+ "character": 4
1196
+ }
1197
+ ],
1198
+ "type": {
1199
+ "type": "reflection",
1200
+ "declaration": {
1201
+ "id": 130,
1202
+ "name": "__type",
1203
+ "kind": 65536,
1204
+ "kindString": "Type literal",
1205
+ "flags": {},
1206
+ "children": [
1207
+ {
1208
+ "id": 131,
1209
+ "name": "allowed",
1210
+ "kind": 1024,
1211
+ "kindString": "Property",
1212
+ "flags": {
1213
+ "isOptional": true
1214
+ },
1215
+ "sources": [
1216
+ {
1217
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1218
+ "line": 10,
1219
+ "character": 8
1220
+ }
1221
+ ],
1222
+ "type": {
1223
+ "type": "reference",
1224
+ "typeArguments": [
1225
+ {
1226
+ "type": "intrinsic",
1227
+ "name": "string"
1228
+ },
1229
+ {
1230
+ "type": "array",
1231
+ "elementType": {
1232
+ "type": "union",
1233
+ "types": [
1234
+ {
1235
+ "type": "intrinsic",
1236
+ "name": "string"
1237
+ },
1238
+ {
1239
+ "type": "reference",
1240
+ "name": "CosigningAddressSet"
1241
+ }
1242
+ ]
1243
+ }
1244
+ }
1245
+ ],
1246
+ "name": "Record",
1247
+ "qualifiedName": "Record",
1248
+ "package": "typescript"
1249
+ }
1250
+ },
1251
+ {
1252
+ "id": 132,
1253
+ "name": "disallowed",
1254
+ "kind": 1024,
1255
+ "kindString": "Property",
1256
+ "flags": {
1257
+ "isOptional": true
1258
+ },
1259
+ "sources": [
1260
+ {
1261
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1262
+ "line": 11,
1263
+ "character": 8
1264
+ }
1265
+ ],
1266
+ "type": {
1267
+ "type": "reference",
1268
+ "typeArguments": [
1269
+ {
1270
+ "type": "intrinsic",
1271
+ "name": "string"
1272
+ },
1273
+ {
1274
+ "type": "array",
1275
+ "elementType": {
1276
+ "type": "intrinsic",
1277
+ "name": "string"
1278
+ }
1279
+ }
1280
+ ],
1281
+ "name": "Record",
1282
+ "qualifiedName": "Record",
1283
+ "package": "typescript"
1284
+ }
1285
+ }
1286
+ ],
1287
+ "groups": [
1288
+ {
1289
+ "title": "Properties",
1290
+ "children": [
1291
+ 131,
1292
+ 132
1293
+ ]
1294
+ }
1295
+ ],
1296
+ "sources": [
1297
+ {
1298
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1299
+ "line": 9,
1300
+ "character": 15
1301
+ }
1302
+ ]
1303
+ }
1304
+ }
1305
+ }
1306
+ ],
1307
+ "groups": [
1308
+ {
1309
+ "title": "Properties",
1310
+ "children": [
1311
+ 129
1312
+ ]
1313
+ }
1314
+ ],
1315
+ "sources": [
1316
+ {
1317
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1318
+ "line": 8,
1319
+ "character": 87
1320
+ }
1321
+ ]
1322
+ }
1323
+ },
1324
+ {
1325
+ "type": "reflection",
1326
+ "declaration": {
1327
+ "id": 133,
1221
1328
  "name": "__type",
1222
1329
  "kind": 65536,
1223
1330
  "kindString": "Type literal",
1224
1331
  "flags": {},
1225
1332
  "children": [
1226
1333
  {
1227
- "id": 114,
1334
+ "id": 134,
1228
1335
  "name": "schema",
1229
1336
  "kind": 1024,
1230
1337
  "kindString": "Property",
@@ -1246,7 +1353,7 @@
1246
1353
  {
1247
1354
  "title": "Properties",
1248
1355
  "children": [
1249
- 114
1356
+ 134
1250
1357
  ]
1251
1358
  }
1252
1359
  ],
@@ -1275,14 +1382,14 @@
1275
1382
  }
1276
1383
  },
1277
1384
  "setSignature": {
1278
- "id": 115,
1385
+ "id": 135,
1279
1386
  "name": "resolver",
1280
1387
  "kind": 1048576,
1281
1388
  "kindString": "Set signature",
1282
1389
  "flags": {},
1283
1390
  "parameters": [
1284
1391
  {
1285
- "id": 116,
1392
+ "id": 136,
1286
1393
  "name": "v",
1287
1394
  "kind": 32768,
1288
1395
  "kindString": "Parameter",
@@ -1314,14 +1421,164 @@
1314
1421
  {
1315
1422
  "type": "reflection",
1316
1423
  "declaration": {
1317
- "id": 117,
1424
+ "id": 137,
1425
+ "name": "__type",
1426
+ "kind": 65536,
1427
+ "kindString": "Type literal",
1428
+ "flags": {},
1429
+ "children": [
1430
+ {
1431
+ "id": 138,
1432
+ "name": "security",
1433
+ "kind": 1024,
1434
+ "kindString": "Property",
1435
+ "flags": {
1436
+ "isOptional": true
1437
+ },
1438
+ "sources": [
1439
+ {
1440
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1441
+ "line": 9,
1442
+ "character": 4
1443
+ }
1444
+ ],
1445
+ "type": {
1446
+ "type": "reflection",
1447
+ "declaration": {
1448
+ "id": 139,
1449
+ "name": "__type",
1450
+ "kind": 65536,
1451
+ "kindString": "Type literal",
1452
+ "flags": {},
1453
+ "children": [
1454
+ {
1455
+ "id": 140,
1456
+ "name": "allowed",
1457
+ "kind": 1024,
1458
+ "kindString": "Property",
1459
+ "flags": {
1460
+ "isOptional": true
1461
+ },
1462
+ "sources": [
1463
+ {
1464
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1465
+ "line": 10,
1466
+ "character": 8
1467
+ }
1468
+ ],
1469
+ "type": {
1470
+ "type": "reference",
1471
+ "typeArguments": [
1472
+ {
1473
+ "type": "intrinsic",
1474
+ "name": "string"
1475
+ },
1476
+ {
1477
+ "type": "array",
1478
+ "elementType": {
1479
+ "type": "union",
1480
+ "types": [
1481
+ {
1482
+ "type": "intrinsic",
1483
+ "name": "string"
1484
+ },
1485
+ {
1486
+ "type": "reference",
1487
+ "name": "CosigningAddressSet"
1488
+ }
1489
+ ]
1490
+ }
1491
+ }
1492
+ ],
1493
+ "name": "Record",
1494
+ "qualifiedName": "Record",
1495
+ "package": "typescript"
1496
+ }
1497
+ },
1498
+ {
1499
+ "id": 141,
1500
+ "name": "disallowed",
1501
+ "kind": 1024,
1502
+ "kindString": "Property",
1503
+ "flags": {
1504
+ "isOptional": true
1505
+ },
1506
+ "sources": [
1507
+ {
1508
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1509
+ "line": 11,
1510
+ "character": 8
1511
+ }
1512
+ ],
1513
+ "type": {
1514
+ "type": "reference",
1515
+ "typeArguments": [
1516
+ {
1517
+ "type": "intrinsic",
1518
+ "name": "string"
1519
+ },
1520
+ {
1521
+ "type": "array",
1522
+ "elementType": {
1523
+ "type": "intrinsic",
1524
+ "name": "string"
1525
+ }
1526
+ }
1527
+ ],
1528
+ "name": "Record",
1529
+ "qualifiedName": "Record",
1530
+ "package": "typescript"
1531
+ }
1532
+ }
1533
+ ],
1534
+ "groups": [
1535
+ {
1536
+ "title": "Properties",
1537
+ "children": [
1538
+ 140,
1539
+ 141
1540
+ ]
1541
+ }
1542
+ ],
1543
+ "sources": [
1544
+ {
1545
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1546
+ "line": 9,
1547
+ "character": 15
1548
+ }
1549
+ ]
1550
+ }
1551
+ }
1552
+ }
1553
+ ],
1554
+ "groups": [
1555
+ {
1556
+ "title": "Properties",
1557
+ "children": [
1558
+ 138
1559
+ ]
1560
+ }
1561
+ ],
1562
+ "sources": [
1563
+ {
1564
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1565
+ "line": 8,
1566
+ "character": 87
1567
+ }
1568
+ ]
1569
+ }
1570
+ },
1571
+ {
1572
+ "type": "reflection",
1573
+ "declaration": {
1574
+ "id": 142,
1318
1575
  "name": "__type",
1319
1576
  "kind": 65536,
1320
1577
  "kindString": "Type literal",
1321
1578
  "flags": {},
1322
1579
  "children": [
1323
1580
  {
1324
- "id": 118,
1581
+ "id": 143,
1325
1582
  "name": "schema",
1326
1583
  "kind": 1024,
1327
1584
  "kindString": "Property",
@@ -1343,7 +1600,7 @@
1343
1600
  {
1344
1601
  "title": "Properties",
1345
1602
  "children": [
1346
- 118
1603
+ 143
1347
1604
  ]
1348
1605
  }
1349
1606
  ],
@@ -1483,7 +1740,7 @@
1483
1740
  }
1484
1741
  },
1485
1742
  {
1486
- "id": 147,
1743
+ "id": 188,
1487
1744
  "name": "bindHashes",
1488
1745
  "kind": 2048,
1489
1746
  "kindString": "Method",
@@ -1493,20 +1750,20 @@
1493
1750
  "sources": [
1494
1751
  {
1495
1752
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
1496
- "line": 35,
1753
+ "line": 33,
1497
1754
  "character": 14
1498
1755
  }
1499
1756
  ],
1500
1757
  "signatures": [
1501
1758
  {
1502
- "id": 148,
1759
+ "id": 189,
1503
1760
  "name": "bindHashes",
1504
1761
  "kind": 4096,
1505
1762
  "kindString": "Call signature",
1506
1763
  "flags": {},
1507
1764
  "parameters": [
1508
1765
  {
1509
- "id": 149,
1766
+ "id": 190,
1510
1767
  "name": "hashes",
1511
1768
  "kind": 32768,
1512
1769
  "kindString": "Parameter",
@@ -1520,7 +1777,7 @@
1520
1777
  }
1521
1778
  },
1522
1779
  {
1523
- "id": 150,
1780
+ "id": 191,
1524
1781
  "name": "schema",
1525
1782
  "kind": 32768,
1526
1783
  "kindString": "Parameter",
@@ -1534,7 +1791,7 @@
1534
1791
  }
1535
1792
  },
1536
1793
  {
1537
- "id": 151,
1794
+ "id": 192,
1538
1795
  "name": "account",
1539
1796
  "kind": 32768,
1540
1797
  "kindString": "Parameter",
@@ -1573,7 +1830,7 @@
1573
1830
  }
1574
1831
  },
1575
1832
  {
1576
- "id": 152,
1833
+ "id": 193,
1577
1834
  "name": "bindHashesInternal",
1578
1835
  "kind": 2048,
1579
1836
  "kindString": "Method",
@@ -1583,20 +1840,20 @@
1583
1840
  "sources": [
1584
1841
  {
1585
1842
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
1586
- "line": 36,
1843
+ "line": 34,
1587
1844
  "character": 14
1588
1845
  }
1589
1846
  ],
1590
1847
  "signatures": [
1591
1848
  {
1592
- "id": 153,
1849
+ "id": 194,
1593
1850
  "name": "bindHashesInternal",
1594
1851
  "kind": 4096,
1595
1852
  "kindString": "Call signature",
1596
1853
  "flags": {},
1597
1854
  "parameters": [
1598
1855
  {
1599
- "id": 154,
1856
+ "id": 195,
1600
1857
  "name": "hashes",
1601
1858
  "kind": 32768,
1602
1859
  "kindString": "Parameter",
@@ -1610,7 +1867,7 @@
1610
1867
  }
1611
1868
  },
1612
1869
  {
1613
- "id": 155,
1870
+ "id": 196,
1614
1871
  "name": "schema",
1615
1872
  "kind": 32768,
1616
1873
  "kindString": "Parameter",
@@ -1624,7 +1881,7 @@
1624
1881
  }
1625
1882
  },
1626
1883
  {
1627
- "id": 156,
1884
+ "id": 197,
1628
1885
  "name": "account",
1629
1886
  "kind": 32768,
1630
1887
  "kindString": "Parameter",
@@ -1655,14 +1912,14 @@
1655
1912
  {
1656
1913
  "type": "reflection",
1657
1914
  "declaration": {
1658
- "id": 157,
1915
+ "id": 198,
1659
1916
  "name": "__type",
1660
1917
  "kind": 65536,
1661
1918
  "kindString": "Type literal",
1662
1919
  "flags": {},
1663
1920
  "children": [
1664
1921
  {
1665
- "id": 158,
1922
+ "id": 199,
1666
1923
  "name": "schema",
1667
1924
  "kind": 1024,
1668
1925
  "kindString": "Property",
@@ -1684,7 +1941,7 @@
1684
1941
  {
1685
1942
  "title": "Properties",
1686
1943
  "children": [
1687
- 158
1944
+ 199
1688
1945
  ]
1689
1946
  }
1690
1947
  ],
@@ -1711,7 +1968,7 @@
1711
1968
  }
1712
1969
  },
1713
1970
  {
1714
- "id": 159,
1971
+ "id": 200,
1715
1972
  "name": "bindQuery",
1716
1973
  "kind": 2048,
1717
1974
  "kindString": "Method",
@@ -1721,20 +1978,20 @@
1721
1978
  "sources": [
1722
1979
  {
1723
1980
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
1724
- "line": 37,
1981
+ "line": 35,
1725
1982
  "character": 14
1726
1983
  }
1727
1984
  ],
1728
1985
  "signatures": [
1729
1986
  {
1730
- "id": 160,
1987
+ "id": 201,
1731
1988
  "name": "bindQuery",
1732
1989
  "kind": 4096,
1733
1990
  "kindString": "Call signature",
1734
1991
  "flags": {},
1735
1992
  "typeParameter": [
1736
1993
  {
1737
- "id": 165,
1994
+ "id": 206,
1738
1995
  "name": "T",
1739
1996
  "kind": 131072,
1740
1997
  "kindString": "Type parameter",
@@ -1760,14 +2017,14 @@
1760
2017
  {
1761
2018
  "type": "reflection",
1762
2019
  "declaration": {
1763
- "id": 161,
2020
+ "id": 202,
1764
2021
  "name": "__type",
1765
2022
  "kind": 65536,
1766
2023
  "kindString": "Type literal",
1767
2024
  "flags": {},
1768
2025
  "children": [
1769
2026
  {
1770
- "id": 162,
2027
+ "id": 203,
1771
2028
  "name": "schema",
1772
2029
  "kind": 1024,
1773
2030
  "kindString": "Property",
@@ -1789,7 +2046,7 @@
1789
2046
  {
1790
2047
  "title": "Properties",
1791
2048
  "children": [
1792
- 162
2049
+ 203
1793
2050
  ]
1794
2051
  }
1795
2052
  ],
@@ -1825,14 +2082,14 @@
1825
2082
  {
1826
2083
  "type": "reflection",
1827
2084
  "declaration": {
1828
- "id": 163,
2085
+ "id": 204,
1829
2086
  "name": "__type",
1830
2087
  "kind": 65536,
1831
2088
  "kindString": "Type literal",
1832
2089
  "flags": {},
1833
2090
  "children": [
1834
2091
  {
1835
- "id": 164,
2092
+ "id": 205,
1836
2093
  "name": "schema",
1837
2094
  "kind": 1024,
1838
2095
  "kindString": "Property",
@@ -1854,7 +2111,7 @@
1854
2111
  {
1855
2112
  "title": "Properties",
1856
2113
  "children": [
1857
- 164
2114
+ 205
1858
2115
  ]
1859
2116
  }
1860
2117
  ],
@@ -1878,19 +2135,19 @@
1878
2135
  ],
1879
2136
  "parameters": [
1880
2137
  {
1881
- "id": 166,
2138
+ "id": 207,
1882
2139
  "name": "query",
1883
2140
  "kind": 32768,
1884
2141
  "kindString": "Parameter",
1885
2142
  "flags": {},
1886
2143
  "type": {
1887
2144
  "type": "reference",
1888
- "id": 165,
2145
+ "id": 206,
1889
2146
  "name": "T"
1890
2147
  }
1891
2148
  },
1892
2149
  {
1893
- "id": 167,
2150
+ "id": 208,
1894
2151
  "name": "payloads",
1895
2152
  "kind": 32768,
1896
2153
  "kindString": "Parameter",
@@ -1913,14 +2170,14 @@
1913
2170
  {
1914
2171
  "type": "reflection",
1915
2172
  "declaration": {
1916
- "id": 168,
2173
+ "id": 209,
1917
2174
  "name": "__type",
1918
2175
  "kind": 65536,
1919
2176
  "kindString": "Type literal",
1920
2177
  "flags": {},
1921
2178
  "children": [
1922
2179
  {
1923
- "id": 169,
2180
+ "id": 210,
1924
2181
  "name": "schema",
1925
2182
  "kind": 1024,
1926
2183
  "kindString": "Property",
@@ -1942,7 +2199,7 @@
1942
2199
  {
1943
2200
  "title": "Properties",
1944
2201
  "children": [
1945
- 169
2202
+ 210
1946
2203
  ]
1947
2204
  }
1948
2205
  ],
@@ -1960,7 +2217,7 @@
1960
2217
  }
1961
2218
  },
1962
2219
  {
1963
- "id": 170,
2220
+ "id": 211,
1964
2221
  "name": "account",
1965
2222
  "kind": 32768,
1966
2223
  "kindString": "Parameter",
@@ -1997,14 +2254,14 @@
1997
2254
  {
1998
2255
  "type": "reflection",
1999
2256
  "declaration": {
2000
- "id": 171,
2257
+ "id": 212,
2001
2258
  "name": "__type",
2002
2259
  "kind": 65536,
2003
2260
  "kindString": "Type literal",
2004
2261
  "flags": {},
2005
2262
  "children": [
2006
2263
  {
2007
- "id": 172,
2264
+ "id": 213,
2008
2265
  "name": "query",
2009
2266
  "kind": 1024,
2010
2267
  "kindString": "Property",
@@ -2022,7 +2279,7 @@
2022
2279
  }
2023
2280
  },
2024
2281
  {
2025
- "id": 173,
2282
+ "id": 214,
2026
2283
  "name": "resultSet",
2027
2284
  "kind": 1024,
2028
2285
  "kindString": "Property",
@@ -2042,7 +2299,7 @@
2042
2299
  }
2043
2300
  },
2044
2301
  {
2045
- "id": 174,
2302
+ "id": 215,
2046
2303
  "name": "schema",
2047
2304
  "kind": 1024,
2048
2305
  "kindString": "Property",
@@ -2064,9 +2321,9 @@
2064
2321
  {
2065
2322
  "title": "Properties",
2066
2323
  "children": [
2067
- 172,
2068
- 173,
2069
- 174
2324
+ 213,
2325
+ 214,
2326
+ 215
2070
2327
  ]
2071
2328
  }
2072
2329
  ],
@@ -2097,14 +2354,14 @@
2097
2354
  {
2098
2355
  "type": "reflection",
2099
2356
  "declaration": {
2100
- "id": 175,
2357
+ "id": 216,
2101
2358
  "name": "__type",
2102
2359
  "kind": 65536,
2103
2360
  "kindString": "Type literal",
2104
2361
  "flags": {},
2105
2362
  "children": [
2106
2363
  {
2107
- "id": 176,
2364
+ "id": 217,
2108
2365
  "name": "schema",
2109
2366
  "kind": 1024,
2110
2367
  "kindString": "Property",
@@ -2126,7 +2383,7 @@
2126
2383
  {
2127
2384
  "title": "Properties",
2128
2385
  "children": [
2129
- 176
2386
+ 217
2130
2387
  ]
2131
2388
  }
2132
2389
  ],
@@ -2163,7 +2420,7 @@
2163
2420
  }
2164
2421
  },
2165
2422
  {
2166
- "id": 177,
2423
+ "id": 218,
2167
2424
  "name": "bindQueryInternal",
2168
2425
  "kind": 2048,
2169
2426
  "kindString": "Method",
@@ -2173,20 +2430,20 @@
2173
2430
  "sources": [
2174
2431
  {
2175
2432
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
2176
- "line": 38,
2433
+ "line": 36,
2177
2434
  "character": 14
2178
2435
  }
2179
2436
  ],
2180
2437
  "signatures": [
2181
2438
  {
2182
- "id": 178,
2439
+ "id": 219,
2183
2440
  "name": "bindQueryInternal",
2184
2441
  "kind": 4096,
2185
2442
  "kindString": "Call signature",
2186
2443
  "flags": {},
2187
2444
  "typeParameter": [
2188
2445
  {
2189
- "id": 183,
2446
+ "id": 224,
2190
2447
  "name": "T",
2191
2448
  "kind": 131072,
2192
2449
  "kindString": "Type parameter",
@@ -2212,14 +2469,14 @@
2212
2469
  {
2213
2470
  "type": "reflection",
2214
2471
  "declaration": {
2215
- "id": 179,
2472
+ "id": 220,
2216
2473
  "name": "__type",
2217
2474
  "kind": 65536,
2218
2475
  "kindString": "Type literal",
2219
2476
  "flags": {},
2220
2477
  "children": [
2221
2478
  {
2222
- "id": 180,
2479
+ "id": 221,
2223
2480
  "name": "schema",
2224
2481
  "kind": 1024,
2225
2482
  "kindString": "Property",
@@ -2241,7 +2498,7 @@
2241
2498
  {
2242
2499
  "title": "Properties",
2243
2500
  "children": [
2244
- 180
2501
+ 221
2245
2502
  ]
2246
2503
  }
2247
2504
  ],
@@ -2277,14 +2534,14 @@
2277
2534
  {
2278
2535
  "type": "reflection",
2279
2536
  "declaration": {
2280
- "id": 181,
2537
+ "id": 222,
2281
2538
  "name": "__type",
2282
2539
  "kind": 65536,
2283
2540
  "kindString": "Type literal",
2284
2541
  "flags": {},
2285
2542
  "children": [
2286
2543
  {
2287
- "id": 182,
2544
+ "id": 223,
2288
2545
  "name": "schema",
2289
2546
  "kind": 1024,
2290
2547
  "kindString": "Property",
@@ -2306,7 +2563,7 @@
2306
2563
  {
2307
2564
  "title": "Properties",
2308
2565
  "children": [
2309
- 182
2566
+ 223
2310
2567
  ]
2311
2568
  }
2312
2569
  ],
@@ -2330,19 +2587,19 @@
2330
2587
  ],
2331
2588
  "parameters": [
2332
2589
  {
2333
- "id": 184,
2590
+ "id": 225,
2334
2591
  "name": "query",
2335
2592
  "kind": 32768,
2336
2593
  "kindString": "Parameter",
2337
2594
  "flags": {},
2338
2595
  "type": {
2339
2596
  "type": "reference",
2340
- "id": 183,
2597
+ "id": 224,
2341
2598
  "name": "T"
2342
2599
  }
2343
2600
  },
2344
2601
  {
2345
- "id": 185,
2602
+ "id": 226,
2346
2603
  "name": "payloads",
2347
2604
  "kind": 32768,
2348
2605
  "kindString": "Parameter",
@@ -2365,14 +2622,14 @@
2365
2622
  {
2366
2623
  "type": "reflection",
2367
2624
  "declaration": {
2368
- "id": 186,
2625
+ "id": 227,
2369
2626
  "name": "__type",
2370
2627
  "kind": 65536,
2371
2628
  "kindString": "Type literal",
2372
2629
  "flags": {},
2373
2630
  "children": [
2374
2631
  {
2375
- "id": 187,
2632
+ "id": 228,
2376
2633
  "name": "schema",
2377
2634
  "kind": 1024,
2378
2635
  "kindString": "Property",
@@ -2394,7 +2651,7 @@
2394
2651
  {
2395
2652
  "title": "Properties",
2396
2653
  "children": [
2397
- 187
2654
+ 228
2398
2655
  ]
2399
2656
  }
2400
2657
  ],
@@ -2412,7 +2669,7 @@
2412
2669
  }
2413
2670
  },
2414
2671
  {
2415
- "id": 188,
2672
+ "id": 229,
2416
2673
  "name": "account",
2417
2674
  "kind": 32768,
2418
2675
  "kindString": "Parameter",
@@ -2446,14 +2703,14 @@
2446
2703
  {
2447
2704
  "type": "reflection",
2448
2705
  "declaration": {
2449
- "id": 189,
2706
+ "id": 230,
2450
2707
  "name": "__type",
2451
2708
  "kind": 65536,
2452
2709
  "kindString": "Type literal",
2453
2710
  "flags": {},
2454
2711
  "children": [
2455
2712
  {
2456
- "id": 190,
2713
+ "id": 231,
2457
2714
  "name": "query",
2458
2715
  "kind": 1024,
2459
2716
  "kindString": "Property",
@@ -2471,7 +2728,7 @@
2471
2728
  }
2472
2729
  },
2473
2730
  {
2474
- "id": 191,
2731
+ "id": 232,
2475
2732
  "name": "resultSet",
2476
2733
  "kind": 1024,
2477
2734
  "kindString": "Property",
@@ -2491,7 +2748,7 @@
2491
2748
  }
2492
2749
  },
2493
2750
  {
2494
- "id": 192,
2751
+ "id": 233,
2495
2752
  "name": "schema",
2496
2753
  "kind": 1024,
2497
2754
  "kindString": "Property",
@@ -2513,9 +2770,9 @@
2513
2770
  {
2514
2771
  "title": "Properties",
2515
2772
  "children": [
2516
- 190,
2517
- 191,
2518
- 192
2773
+ 231,
2774
+ 232,
2775
+ 233
2519
2776
  ]
2520
2777
  }
2521
2778
  ],
@@ -2546,14 +2803,14 @@
2546
2803
  {
2547
2804
  "type": "reflection",
2548
2805
  "declaration": {
2549
- "id": 193,
2806
+ "id": 234,
2550
2807
  "name": "__type",
2551
2808
  "kind": 65536,
2552
2809
  "kindString": "Type literal",
2553
2810
  "flags": {},
2554
2811
  "children": [
2555
2812
  {
2556
- "id": 194,
2813
+ "id": 235,
2557
2814
  "name": "schema",
2558
2815
  "kind": 1024,
2559
2816
  "kindString": "Property",
@@ -2575,7 +2832,7 @@
2575
2832
  {
2576
2833
  "title": "Properties",
2577
2834
  "children": [
2578
- 194
2835
+ 235
2579
2836
  ]
2580
2837
  }
2581
2838
  ],
@@ -2605,7 +2862,7 @@
2605
2862
  }
2606
2863
  },
2607
2864
  {
2608
- "id": 195,
2865
+ "id": 236,
2609
2866
  "name": "bindResult",
2610
2867
  "kind": 2048,
2611
2868
  "kindString": "Method",
@@ -2615,20 +2872,20 @@
2615
2872
  "sources": [
2616
2873
  {
2617
2874
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
2618
- "line": 39,
2875
+ "line": 37,
2619
2876
  "character": 14
2620
2877
  }
2621
2878
  ],
2622
2879
  "signatures": [
2623
2880
  {
2624
- "id": 196,
2881
+ "id": 237,
2625
2882
  "name": "bindResult",
2626
2883
  "kind": 4096,
2627
2884
  "kindString": "Call signature",
2628
2885
  "flags": {},
2629
2886
  "parameters": [
2630
2887
  {
2631
- "id": 197,
2888
+ "id": 238,
2632
2889
  "name": "payloads",
2633
2890
  "kind": 32768,
2634
2891
  "kindString": "Parameter",
@@ -2649,14 +2906,14 @@
2649
2906
  {
2650
2907
  "type": "reflection",
2651
2908
  "declaration": {
2652
- "id": 198,
2909
+ "id": 239,
2653
2910
  "name": "__type",
2654
2911
  "kind": 65536,
2655
2912
  "kindString": "Type literal",
2656
2913
  "flags": {},
2657
2914
  "children": [
2658
2915
  {
2659
- "id": 199,
2916
+ "id": 240,
2660
2917
  "name": "schema",
2661
2918
  "kind": 1024,
2662
2919
  "kindString": "Property",
@@ -2678,7 +2935,7 @@
2678
2935
  {
2679
2936
  "title": "Properties",
2680
2937
  "children": [
2681
- 199
2938
+ 240
2682
2939
  ]
2683
2940
  }
2684
2941
  ],
@@ -2696,7 +2953,7 @@
2696
2953
  }
2697
2954
  },
2698
2955
  {
2699
- "id": 200,
2956
+ "id": 241,
2700
2957
  "name": "account",
2701
2958
  "kind": 32768,
2702
2959
  "kindString": "Parameter",
@@ -2729,14 +2986,14 @@
2729
2986
  {
2730
2987
  "type": "reflection",
2731
2988
  "declaration": {
2732
- "id": 201,
2989
+ "id": 242,
2733
2990
  "name": "__type",
2734
2991
  "kind": 65536,
2735
2992
  "kindString": "Type literal",
2736
2993
  "flags": {},
2737
2994
  "children": [
2738
2995
  {
2739
- "id": 202,
2996
+ "id": 243,
2740
2997
  "name": "schema",
2741
2998
  "kind": 1024,
2742
2999
  "kindString": "Property",
@@ -2758,7 +3015,7 @@
2758
3015
  {
2759
3016
  "title": "Properties",
2760
3017
  "children": [
2761
- 202
3018
+ 243
2762
3019
  ]
2763
3020
  }
2764
3021
  ],
@@ -2795,7 +3052,7 @@
2795
3052
  }
2796
3053
  },
2797
3054
  {
2798
- "id": 203,
3055
+ "id": 244,
2799
3056
  "name": "bindResultInternal",
2800
3057
  "kind": 2048,
2801
3058
  "kindString": "Method",
@@ -2805,20 +3062,20 @@
2805
3062
  "sources": [
2806
3063
  {
2807
3064
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
2808
- "line": 40,
3065
+ "line": 38,
2809
3066
  "character": 14
2810
3067
  }
2811
3068
  ],
2812
3069
  "signatures": [
2813
3070
  {
2814
- "id": 204,
3071
+ "id": 245,
2815
3072
  "name": "bindResultInternal",
2816
3073
  "kind": 4096,
2817
3074
  "kindString": "Call signature",
2818
3075
  "flags": {},
2819
3076
  "parameters": [
2820
3077
  {
2821
- "id": 205,
3078
+ "id": 246,
2822
3079
  "name": "payloads",
2823
3080
  "kind": 32768,
2824
3081
  "kindString": "Parameter",
@@ -2839,14 +3096,14 @@
2839
3096
  {
2840
3097
  "type": "reflection",
2841
3098
  "declaration": {
2842
- "id": 206,
3099
+ "id": 247,
2843
3100
  "name": "__type",
2844
3101
  "kind": 65536,
2845
3102
  "kindString": "Type literal",
2846
3103
  "flags": {},
2847
3104
  "children": [
2848
3105
  {
2849
- "id": 207,
3106
+ "id": 248,
2850
3107
  "name": "schema",
2851
3108
  "kind": 1024,
2852
3109
  "kindString": "Property",
@@ -2868,7 +3125,7 @@
2868
3125
  {
2869
3126
  "title": "Properties",
2870
3127
  "children": [
2871
- 207
3128
+ 248
2872
3129
  ]
2873
3130
  }
2874
3131
  ],
@@ -2886,7 +3143,7 @@
2886
3143
  }
2887
3144
  },
2888
3145
  {
2889
- "id": 208,
3146
+ "id": 249,
2890
3147
  "name": "account",
2891
3148
  "kind": 32768,
2892
3149
  "kindString": "Parameter",
@@ -2916,14 +3173,14 @@
2916
3173
  {
2917
3174
  "type": "reflection",
2918
3175
  "declaration": {
2919
- "id": 209,
3176
+ "id": 250,
2920
3177
  "name": "__type",
2921
3178
  "kind": 65536,
2922
3179
  "kindString": "Type literal",
2923
3180
  "flags": {},
2924
3181
  "children": [
2925
3182
  {
2926
- "id": 210,
3183
+ "id": 251,
2927
3184
  "name": "schema",
2928
3185
  "kind": 1024,
2929
3186
  "kindString": "Property",
@@ -2945,7 +3202,7 @@
2945
3202
  {
2946
3203
  "title": "Properties",
2947
3204
  "children": [
2948
- 210
3205
+ 251
2949
3206
  ]
2950
3207
  }
2951
3208
  ],
@@ -2975,7 +3232,7 @@
2975
3232
  }
2976
3233
  },
2977
3234
  {
2978
- "id": 119,
3235
+ "id": 144,
2979
3236
  "name": "description",
2980
3237
  "kind": 2048,
2981
3238
  "kindString": "Method",
@@ -2983,13 +3240,13 @@
2983
3240
  "sources": [
2984
3241
  {
2985
3242
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
2986
- "line": 28,
3243
+ "line": 26,
2987
3244
  "character": 4
2988
3245
  }
2989
3246
  ],
2990
3247
  "signatures": [
2991
3248
  {
2992
- "id": 120,
3249
+ "id": 145,
2993
3250
  "name": "description",
2994
3251
  "kind": 4096,
2995
3252
  "kindString": "Call signature",
@@ -3020,7 +3277,7 @@
3020
3277
  }
3021
3278
  },
3022
3279
  {
3023
- "id": 121,
3280
+ "id": 146,
3024
3281
  "name": "discover",
3025
3282
  "kind": 2048,
3026
3283
  "kindString": "Method",
@@ -3028,20 +3285,20 @@
3028
3285
  "sources": [
3029
3286
  {
3030
3287
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
3031
- "line": 29,
3288
+ "line": 27,
3032
3289
  "character": 4
3033
3290
  }
3034
3291
  ],
3035
3292
  "signatures": [
3036
3293
  {
3037
- "id": 122,
3294
+ "id": 147,
3038
3295
  "name": "discover",
3039
3296
  "kind": 4096,
3040
3297
  "kindString": "Call signature",
3041
3298
  "flags": {},
3042
3299
  "parameters": [
3043
3300
  {
3044
- "id": 123,
3301
+ "id": 148,
3045
3302
  "name": "_queryAccount",
3046
3303
  "kind": 32768,
3047
3304
  "kindString": "Parameter",
@@ -3073,14 +3330,14 @@
3073
3330
  {
3074
3331
  "type": "reflection",
3075
3332
  "declaration": {
3076
- "id": 124,
3333
+ "id": 149,
3077
3334
  "name": "__type",
3078
3335
  "kind": 65536,
3079
3336
  "kindString": "Type literal",
3080
3337
  "flags": {},
3081
3338
  "children": [
3082
3339
  {
3083
- "id": 125,
3340
+ "id": 150,
3084
3341
  "name": "schema",
3085
3342
  "kind": 1024,
3086
3343
  "kindString": "Property",
@@ -3102,7 +3359,7 @@
3102
3359
  {
3103
3360
  "title": "Properties",
3104
3361
  "children": [
3105
- 125
3362
+ 150
3106
3363
  ]
3107
3364
  }
3108
3365
  ],
@@ -3149,7 +3406,7 @@
3149
3406
  "fileName": "plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts",
3150
3407
  "line": 27,
3151
3408
  "character": 9,
3152
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L27"
3409
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L27"
3153
3410
  }
3154
3411
  ],
3155
3412
  "signatures": [
@@ -3177,7 +3434,7 @@
3177
3434
  ]
3178
3435
  },
3179
3436
  {
3180
- "id": 211,
3437
+ "id": 252,
3181
3438
  "name": "loadAccount",
3182
3439
  "kind": 2048,
3183
3440
  "kindString": "Method",
@@ -3187,20 +3444,20 @@
3187
3444
  "sources": [
3188
3445
  {
3189
3446
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
3190
- "line": 41,
3447
+ "line": 39,
3191
3448
  "character": 14
3192
3449
  }
3193
3450
  ],
3194
3451
  "signatures": [
3195
3452
  {
3196
- "id": 212,
3453
+ "id": 253,
3197
3454
  "name": "loadAccount",
3198
3455
  "kind": 4096,
3199
3456
  "kindString": "Call signature",
3200
3457
  "flags": {},
3201
3458
  "parameters": [
3202
3459
  {
3203
- "id": 213,
3460
+ "id": 254,
3204
3461
  "name": "account",
3205
3462
  "kind": 32768,
3206
3463
  "kindString": "Parameter",
@@ -3239,7 +3496,7 @@
3239
3496
  "fileName": "plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts",
3240
3497
  "line": 40,
3241
3498
  "character": 17,
3242
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L40"
3499
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L40"
3243
3500
  }
3244
3501
  ],
3245
3502
  "signatures": [
@@ -3598,81 +3855,504 @@
3598
3855
  }
3599
3856
  ]
3600
3857
  }
3601
- }
3602
- ],
3603
- "parameters": [
3604
- {
3605
- "id": 69,
3606
- "name": "query",
3607
- "kind": 32768,
3608
- "kindString": "Parameter",
3609
- "flags": {},
3610
- "type": {
3611
- "type": "reference",
3612
- "id": 68,
3613
- "name": "T"
3614
- }
3615
3858
  },
3616
3859
  {
3617
- "id": 70,
3618
- "name": "payloads",
3619
- "kind": 32768,
3620
- "kindString": "Parameter",
3621
- "flags": {
3622
- "isOptional": true
3623
- },
3860
+ "id": 83,
3861
+ "name": "TConfig",
3862
+ "kind": 131072,
3863
+ "kindString": "Type parameter",
3864
+ "flags": {},
3624
3865
  "type": {
3625
- "type": "array",
3626
- "elementType": {
3627
- "type": "intersection",
3628
- "types": [
3629
- {
3630
- "type": "reference",
3631
- "name": "SchemaFields"
3632
- },
3633
- {
3634
- "type": "reference",
3635
- "name": "PayloadFields"
3636
- },
3637
- {
3638
- "type": "reflection",
3639
- "declaration": {
3640
- "id": 71,
3641
- "name": "__type",
3642
- "kind": 65536,
3643
- "kindString": "Type literal",
3644
- "flags": {},
3645
- "children": [
3646
- {
3647
- "id": 72,
3648
- "name": "schema",
3649
- "kind": 1024,
3650
- "kindString": "Property",
3651
- "flags": {},
3652
- "sources": [
3653
- {
3654
- "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
3655
- "line": 19,
3656
- "character": 4
3657
- }
3658
- ],
3659
- "type": {
3660
- "type": "intrinsic",
3661
- "name": "string"
3662
- }
3663
- }
3664
- ],
3665
- "groups": [
3666
- {
3667
- "title": "Properties",
3668
- "children": [
3669
- 72
3670
- ]
3671
- }
3672
- ],
3673
- "sources": [
3674
- {
3675
- "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
3866
+ "type": "intersection",
3867
+ "types": [
3868
+ {
3869
+ "type": "reference",
3870
+ "name": "SchemaFields"
3871
+ },
3872
+ {
3873
+ "type": "reference",
3874
+ "name": "PayloadFields"
3875
+ },
3876
+ {
3877
+ "type": "reflection",
3878
+ "declaration": {
3879
+ "id": 69,
3880
+ "name": "__type",
3881
+ "kind": 65536,
3882
+ "kindString": "Type literal",
3883
+ "flags": {},
3884
+ "children": [
3885
+ {
3886
+ "id": 70,
3887
+ "name": "security",
3888
+ "kind": 1024,
3889
+ "kindString": "Property",
3890
+ "flags": {
3891
+ "isOptional": true
3892
+ },
3893
+ "sources": [
3894
+ {
3895
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
3896
+ "line": 9,
3897
+ "character": 4
3898
+ }
3899
+ ],
3900
+ "type": {
3901
+ "type": "reflection",
3902
+ "declaration": {
3903
+ "id": 71,
3904
+ "name": "__type",
3905
+ "kind": 65536,
3906
+ "kindString": "Type literal",
3907
+ "flags": {},
3908
+ "children": [
3909
+ {
3910
+ "id": 72,
3911
+ "name": "allowed",
3912
+ "kind": 1024,
3913
+ "kindString": "Property",
3914
+ "flags": {
3915
+ "isOptional": true
3916
+ },
3917
+ "sources": [
3918
+ {
3919
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
3920
+ "line": 10,
3921
+ "character": 8
3922
+ }
3923
+ ],
3924
+ "type": {
3925
+ "type": "reference",
3926
+ "typeArguments": [
3927
+ {
3928
+ "type": "intrinsic",
3929
+ "name": "string"
3930
+ },
3931
+ {
3932
+ "type": "array",
3933
+ "elementType": {
3934
+ "type": "union",
3935
+ "types": [
3936
+ {
3937
+ "type": "intrinsic",
3938
+ "name": "string"
3939
+ },
3940
+ {
3941
+ "type": "reference",
3942
+ "name": "CosigningAddressSet"
3943
+ }
3944
+ ]
3945
+ }
3946
+ }
3947
+ ],
3948
+ "name": "Record",
3949
+ "qualifiedName": "Record",
3950
+ "package": "typescript"
3951
+ }
3952
+ },
3953
+ {
3954
+ "id": 73,
3955
+ "name": "disallowed",
3956
+ "kind": 1024,
3957
+ "kindString": "Property",
3958
+ "flags": {
3959
+ "isOptional": true
3960
+ },
3961
+ "sources": [
3962
+ {
3963
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
3964
+ "line": 11,
3965
+ "character": 8
3966
+ }
3967
+ ],
3968
+ "type": {
3969
+ "type": "reference",
3970
+ "typeArguments": [
3971
+ {
3972
+ "type": "intrinsic",
3973
+ "name": "string"
3974
+ },
3975
+ {
3976
+ "type": "array",
3977
+ "elementType": {
3978
+ "type": "intrinsic",
3979
+ "name": "string"
3980
+ }
3981
+ }
3982
+ ],
3983
+ "name": "Record",
3984
+ "qualifiedName": "Record",
3985
+ "package": "typescript"
3986
+ }
3987
+ }
3988
+ ],
3989
+ "groups": [
3990
+ {
3991
+ "title": "Properties",
3992
+ "children": [
3993
+ 72,
3994
+ 73
3995
+ ]
3996
+ }
3997
+ ],
3998
+ "sources": [
3999
+ {
4000
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4001
+ "line": 9,
4002
+ "character": 15
4003
+ }
4004
+ ]
4005
+ }
4006
+ }
4007
+ }
4008
+ ],
4009
+ "groups": [
4010
+ {
4011
+ "title": "Properties",
4012
+ "children": [
4013
+ 70
4014
+ ]
4015
+ }
4016
+ ],
4017
+ "sources": [
4018
+ {
4019
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4020
+ "line": 8,
4021
+ "character": 87
4022
+ }
4023
+ ]
4024
+ }
4025
+ },
4026
+ {
4027
+ "type": "reflection",
4028
+ "declaration": {
4029
+ "id": 74,
4030
+ "name": "__type",
4031
+ "kind": 65536,
4032
+ "kindString": "Type literal",
4033
+ "flags": {},
4034
+ "children": [
4035
+ {
4036
+ "id": 75,
4037
+ "name": "schema",
4038
+ "kind": 1024,
4039
+ "kindString": "Property",
4040
+ "flags": {},
4041
+ "sources": [
4042
+ {
4043
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
4044
+ "line": 19,
4045
+ "character": 4
4046
+ }
4047
+ ],
4048
+ "type": {
4049
+ "type": "intrinsic",
4050
+ "name": "string"
4051
+ }
4052
+ }
4053
+ ],
4054
+ "groups": [
4055
+ {
4056
+ "title": "Properties",
4057
+ "children": [
4058
+ 75
4059
+ ]
4060
+ }
4061
+ ],
4062
+ "sources": [
4063
+ {
4064
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
4065
+ "line": 18,
4066
+ "character": 17
4067
+ }
4068
+ ]
4069
+ }
4070
+ }
4071
+ ]
4072
+ },
4073
+ "default": {
4074
+ "type": "intersection",
4075
+ "types": [
4076
+ {
4077
+ "type": "reference",
4078
+ "name": "SchemaFields"
4079
+ },
4080
+ {
4081
+ "type": "reference",
4082
+ "name": "PayloadFields"
4083
+ },
4084
+ {
4085
+ "type": "reflection",
4086
+ "declaration": {
4087
+ "id": 76,
4088
+ "name": "__type",
4089
+ "kind": 65536,
4090
+ "kindString": "Type literal",
4091
+ "flags": {},
4092
+ "children": [
4093
+ {
4094
+ "id": 77,
4095
+ "name": "security",
4096
+ "kind": 1024,
4097
+ "kindString": "Property",
4098
+ "flags": {
4099
+ "isOptional": true
4100
+ },
4101
+ "sources": [
4102
+ {
4103
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4104
+ "line": 9,
4105
+ "character": 4
4106
+ }
4107
+ ],
4108
+ "type": {
4109
+ "type": "reflection",
4110
+ "declaration": {
4111
+ "id": 78,
4112
+ "name": "__type",
4113
+ "kind": 65536,
4114
+ "kindString": "Type literal",
4115
+ "flags": {},
4116
+ "children": [
4117
+ {
4118
+ "id": 79,
4119
+ "name": "allowed",
4120
+ "kind": 1024,
4121
+ "kindString": "Property",
4122
+ "flags": {
4123
+ "isOptional": true
4124
+ },
4125
+ "sources": [
4126
+ {
4127
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4128
+ "line": 10,
4129
+ "character": 8
4130
+ }
4131
+ ],
4132
+ "type": {
4133
+ "type": "reference",
4134
+ "typeArguments": [
4135
+ {
4136
+ "type": "intrinsic",
4137
+ "name": "string"
4138
+ },
4139
+ {
4140
+ "type": "array",
4141
+ "elementType": {
4142
+ "type": "union",
4143
+ "types": [
4144
+ {
4145
+ "type": "intrinsic",
4146
+ "name": "string"
4147
+ },
4148
+ {
4149
+ "type": "reference",
4150
+ "name": "CosigningAddressSet"
4151
+ }
4152
+ ]
4153
+ }
4154
+ }
4155
+ ],
4156
+ "name": "Record",
4157
+ "qualifiedName": "Record",
4158
+ "package": "typescript"
4159
+ }
4160
+ },
4161
+ {
4162
+ "id": 80,
4163
+ "name": "disallowed",
4164
+ "kind": 1024,
4165
+ "kindString": "Property",
4166
+ "flags": {
4167
+ "isOptional": true
4168
+ },
4169
+ "sources": [
4170
+ {
4171
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4172
+ "line": 11,
4173
+ "character": 8
4174
+ }
4175
+ ],
4176
+ "type": {
4177
+ "type": "reference",
4178
+ "typeArguments": [
4179
+ {
4180
+ "type": "intrinsic",
4181
+ "name": "string"
4182
+ },
4183
+ {
4184
+ "type": "array",
4185
+ "elementType": {
4186
+ "type": "intrinsic",
4187
+ "name": "string"
4188
+ }
4189
+ }
4190
+ ],
4191
+ "name": "Record",
4192
+ "qualifiedName": "Record",
4193
+ "package": "typescript"
4194
+ }
4195
+ }
4196
+ ],
4197
+ "groups": [
4198
+ {
4199
+ "title": "Properties",
4200
+ "children": [
4201
+ 79,
4202
+ 80
4203
+ ]
4204
+ }
4205
+ ],
4206
+ "sources": [
4207
+ {
4208
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4209
+ "line": 9,
4210
+ "character": 15
4211
+ }
4212
+ ]
4213
+ }
4214
+ }
4215
+ }
4216
+ ],
4217
+ "groups": [
4218
+ {
4219
+ "title": "Properties",
4220
+ "children": [
4221
+ 77
4222
+ ]
4223
+ }
4224
+ ],
4225
+ "sources": [
4226
+ {
4227
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4228
+ "line": 8,
4229
+ "character": 87
4230
+ }
4231
+ ]
4232
+ }
4233
+ },
4234
+ {
4235
+ "type": "reflection",
4236
+ "declaration": {
4237
+ "id": 81,
4238
+ "name": "__type",
4239
+ "kind": 65536,
4240
+ "kindString": "Type literal",
4241
+ "flags": {},
4242
+ "children": [
4243
+ {
4244
+ "id": 82,
4245
+ "name": "schema",
4246
+ "kind": 1024,
4247
+ "kindString": "Property",
4248
+ "flags": {},
4249
+ "sources": [
4250
+ {
4251
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
4252
+ "line": 19,
4253
+ "character": 4
4254
+ }
4255
+ ],
4256
+ "type": {
4257
+ "type": "intrinsic",
4258
+ "name": "string"
4259
+ }
4260
+ }
4261
+ ],
4262
+ "groups": [
4263
+ {
4264
+ "title": "Properties",
4265
+ "children": [
4266
+ 82
4267
+ ]
4268
+ }
4269
+ ],
4270
+ "sources": [
4271
+ {
4272
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
4273
+ "line": 18,
4274
+ "character": 17
4275
+ }
4276
+ ]
4277
+ }
4278
+ }
4279
+ ]
4280
+ }
4281
+ }
4282
+ ],
4283
+ "parameters": [
4284
+ {
4285
+ "id": 84,
4286
+ "name": "query",
4287
+ "kind": 32768,
4288
+ "kindString": "Parameter",
4289
+ "flags": {},
4290
+ "type": {
4291
+ "type": "reference",
4292
+ "id": 68,
4293
+ "name": "T"
4294
+ }
4295
+ },
4296
+ {
4297
+ "id": 85,
4298
+ "name": "payloads",
4299
+ "kind": 32768,
4300
+ "kindString": "Parameter",
4301
+ "flags": {
4302
+ "isOptional": true
4303
+ },
4304
+ "type": {
4305
+ "type": "array",
4306
+ "elementType": {
4307
+ "type": "intersection",
4308
+ "types": [
4309
+ {
4310
+ "type": "reference",
4311
+ "name": "SchemaFields"
4312
+ },
4313
+ {
4314
+ "type": "reference",
4315
+ "name": "PayloadFields"
4316
+ },
4317
+ {
4318
+ "type": "reflection",
4319
+ "declaration": {
4320
+ "id": 86,
4321
+ "name": "__type",
4322
+ "kind": 65536,
4323
+ "kindString": "Type literal",
4324
+ "flags": {},
4325
+ "children": [
4326
+ {
4327
+ "id": 87,
4328
+ "name": "schema",
4329
+ "kind": 1024,
4330
+ "kindString": "Property",
4331
+ "flags": {},
4332
+ "sources": [
4333
+ {
4334
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
4335
+ "line": 19,
4336
+ "character": 4
4337
+ }
4338
+ ],
4339
+ "type": {
4340
+ "type": "intrinsic",
4341
+ "name": "string"
4342
+ }
4343
+ }
4344
+ ],
4345
+ "groups": [
4346
+ {
4347
+ "title": "Properties",
4348
+ "children": [
4349
+ 87
4350
+ ]
4351
+ }
4352
+ ],
4353
+ "sources": [
4354
+ {
4355
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
3676
4356
  "line": 18,
3677
4357
  "character": 17
3678
4358
  }
@@ -3682,6 +4362,20 @@
3682
4362
  ]
3683
4363
  }
3684
4364
  }
4365
+ },
4366
+ {
4367
+ "id": 88,
4368
+ "name": "queryConfig",
4369
+ "kind": 32768,
4370
+ "kindString": "Parameter",
4371
+ "flags": {
4372
+ "isOptional": true
4373
+ },
4374
+ "type": {
4375
+ "type": "reference",
4376
+ "id": 83,
4377
+ "name": "TConfig"
4378
+ }
3685
4379
  }
3686
4380
  ],
3687
4381
  "type": {
@@ -3704,23 +4398,23 @@
3704
4398
  {
3705
4399
  "type": "reflection",
3706
4400
  "declaration": {
3707
- "id": 73,
4401
+ "id": 89,
3708
4402
  "name": "__type",
3709
4403
  "kind": 65536,
3710
4404
  "kindString": "Type literal",
3711
4405
  "flags": {},
3712
4406
  "children": [
3713
4407
  {
3714
- "id": 74,
4408
+ "id": 90,
3715
4409
  "name": "schema",
3716
4410
  "kind": 1024,
3717
4411
  "kindString": "Property",
3718
4412
  "flags": {},
3719
4413
  "sources": [
3720
4414
  {
3721
- "fileName": "modules/packages/witness/dist/esm/AbstractWitness.d.ts",
3722
- "line": 15,
3723
- "character": 8
4415
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
4416
+ "line": 19,
4417
+ "character": 4
3724
4418
  }
3725
4419
  ],
3726
4420
  "type": {
@@ -3733,68 +4427,170 @@
3733
4427
  {
3734
4428
  "title": "Properties",
3735
4429
  "children": [
3736
- 74
4430
+ 90
3737
4431
  ]
3738
4432
  }
3739
4433
  ],
3740
4434
  "sources": [
3741
4435
  {
3742
- "fileName": "modules/packages/witness/dist/esm/AbstractWitness.d.ts",
3743
- "line": 14,
3744
- "character": 262
4436
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
4437
+ "line": 18,
4438
+ "character": 17
4439
+ }
4440
+ ]
4441
+ }
4442
+ }
4443
+ ]
4444
+ }
4445
+ ],
4446
+ "name": "ModuleQueryResult"
4447
+ }
4448
+ ],
4449
+ "name": "Promise",
4450
+ "qualifiedName": "Promise",
4451
+ "package": "typescript"
4452
+ },
4453
+ "inheritedFrom": {
4454
+ "type": "reference",
4455
+ "name": "AbstractWitness.query"
4456
+ }
4457
+ }
4458
+ ],
4459
+ "inheritedFrom": {
4460
+ "type": "reference",
4461
+ "name": "AbstractWitness.query"
4462
+ }
4463
+ },
4464
+ {
4465
+ "id": 151,
4466
+ "name": "queryable",
4467
+ "kind": 2048,
4468
+ "kindString": "Method",
4469
+ "flags": {},
4470
+ "sources": [
4471
+ {
4472
+ "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
4473
+ "line": 30,
4474
+ "character": 4
4475
+ }
4476
+ ],
4477
+ "signatures": [
4478
+ {
4479
+ "id": 152,
4480
+ "name": "queryable",
4481
+ "kind": 4096,
4482
+ "kindString": "Call signature",
4483
+ "flags": {},
4484
+ "typeParameter": [
4485
+ {
4486
+ "id": 161,
4487
+ "name": "T",
4488
+ "kind": 131072,
4489
+ "kindString": "Type parameter",
4490
+ "flags": {},
4491
+ "type": {
4492
+ "type": "intersection",
4493
+ "types": [
4494
+ {
4495
+ "type": "reference",
4496
+ "name": "SchemaFields"
4497
+ },
4498
+ {
4499
+ "type": "reference",
4500
+ "name": "PayloadFields"
4501
+ },
4502
+ {
4503
+ "type": "reference",
4504
+ "name": "XyoBoundWitnessFields"
4505
+ },
4506
+ {
4507
+ "type": "reflection",
4508
+ "declaration": {
4509
+ "id": 153,
4510
+ "name": "__type",
4511
+ "kind": 65536,
4512
+ "kindString": "Type literal",
4513
+ "flags": {},
4514
+ "children": [
4515
+ {
4516
+ "id": 154,
4517
+ "name": "query",
4518
+ "kind": 1024,
4519
+ "kindString": "Property",
4520
+ "flags": {},
4521
+ "sources": [
4522
+ {
4523
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
4524
+ "line": 5,
4525
+ "character": 4
4526
+ }
4527
+ ],
4528
+ "type": {
4529
+ "type": "intrinsic",
4530
+ "name": "string"
4531
+ }
4532
+ },
4533
+ {
4534
+ "id": 155,
4535
+ "name": "resultSet",
4536
+ "kind": 1024,
4537
+ "kindString": "Property",
4538
+ "flags": {
4539
+ "isOptional": true
4540
+ },
4541
+ "sources": [
4542
+ {
4543
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
4544
+ "line": 6,
4545
+ "character": 4
4546
+ }
4547
+ ],
4548
+ "type": {
4549
+ "type": "intrinsic",
4550
+ "name": "string"
4551
+ }
4552
+ },
4553
+ {
4554
+ "id": 156,
4555
+ "name": "schema",
4556
+ "kind": 1024,
4557
+ "kindString": "Property",
4558
+ "flags": {},
4559
+ "sources": [
4560
+ {
4561
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
4562
+ "line": 7,
4563
+ "character": 4
3745
4564
  }
4565
+ ],
4566
+ "type": {
4567
+ "type": "literal",
4568
+ "value": "network.xyo.boundwitness.query"
4569
+ }
4570
+ }
4571
+ ],
4572
+ "groups": [
4573
+ {
4574
+ "title": "Properties",
4575
+ "children": [
4576
+ 154,
4577
+ 155,
4578
+ 156
3746
4579
  ]
3747
4580
  }
3748
- }
3749
- ]
4581
+ ],
4582
+ "sources": [
4583
+ {
4584
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
4585
+ "line": 4,
4586
+ "character": 51
4587
+ }
4588
+ ]
4589
+ }
3750
4590
  }
3751
- ],
3752
- "name": "ModuleQueryResult"
3753
- }
3754
- ],
3755
- "name": "Promise",
3756
- "qualifiedName": "Promise",
3757
- "package": "typescript"
3758
- },
3759
- "inheritedFrom": {
3760
- "type": "reference",
3761
- "name": "AbstractWitness.query"
3762
- }
3763
- }
3764
- ],
3765
- "inheritedFrom": {
3766
- "type": "reference",
3767
- "name": "AbstractWitness.query"
3768
- }
3769
- },
3770
- {
3771
- "id": 126,
3772
- "name": "queryable",
3773
- "kind": 2048,
3774
- "kindString": "Method",
3775
- "flags": {},
3776
- "sources": [
3777
- {
3778
- "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
3779
- "line": 32,
3780
- "character": 4
3781
- }
3782
- ],
3783
- "signatures": [
3784
- {
3785
- "id": 127,
3786
- "name": "queryable",
3787
- "kind": 4096,
3788
- "kindString": "Call signature",
3789
- "flags": {},
3790
- "typeParameter": [
3791
- {
3792
- "id": 136,
3793
- "name": "T",
3794
- "kind": 131072,
3795
- "kindString": "Type parameter",
3796
- "flags": {},
3797
- "type": {
4591
+ ]
4592
+ },
4593
+ "default": {
3798
4594
  "type": "intersection",
3799
4595
  "types": [
3800
4596
  {
@@ -3812,14 +4608,14 @@
3812
4608
  {
3813
4609
  "type": "reflection",
3814
4610
  "declaration": {
3815
- "id": 128,
4611
+ "id": 157,
3816
4612
  "name": "__type",
3817
4613
  "kind": 65536,
3818
4614
  "kindString": "Type literal",
3819
4615
  "flags": {},
3820
4616
  "children": [
3821
4617
  {
3822
- "id": 129,
4618
+ "id": 158,
3823
4619
  "name": "query",
3824
4620
  "kind": 1024,
3825
4621
  "kindString": "Property",
@@ -3837,7 +4633,7 @@
3837
4633
  }
3838
4634
  },
3839
4635
  {
3840
- "id": 130,
4636
+ "id": 159,
3841
4637
  "name": "resultSet",
3842
4638
  "kind": 1024,
3843
4639
  "kindString": "Property",
@@ -3857,21 +4653,238 @@
3857
4653
  }
3858
4654
  },
3859
4655
  {
3860
- "id": 131,
4656
+ "id": 160,
4657
+ "name": "schema",
4658
+ "kind": 1024,
4659
+ "kindString": "Property",
4660
+ "flags": {},
4661
+ "sources": [
4662
+ {
4663
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
4664
+ "line": 7,
4665
+ "character": 4
4666
+ }
4667
+ ],
4668
+ "type": {
4669
+ "type": "literal",
4670
+ "value": "network.xyo.boundwitness.query"
4671
+ }
4672
+ }
4673
+ ],
4674
+ "groups": [
4675
+ {
4676
+ "title": "Properties",
4677
+ "children": [
4678
+ 158,
4679
+ 159,
4680
+ 160
4681
+ ]
4682
+ }
4683
+ ],
4684
+ "sources": [
4685
+ {
4686
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
4687
+ "line": 4,
4688
+ "character": 51
4689
+ }
4690
+ ]
4691
+ }
4692
+ }
4693
+ ]
4694
+ }
4695
+ },
4696
+ {
4697
+ "id": 176,
4698
+ "name": "TConfig",
4699
+ "kind": 131072,
4700
+ "kindString": "Type parameter",
4701
+ "flags": {},
4702
+ "type": {
4703
+ "type": "intersection",
4704
+ "types": [
4705
+ {
4706
+ "type": "reference",
4707
+ "name": "SchemaFields"
4708
+ },
4709
+ {
4710
+ "type": "reference",
4711
+ "name": "PayloadFields"
4712
+ },
4713
+ {
4714
+ "type": "reflection",
4715
+ "declaration": {
4716
+ "id": 162,
4717
+ "name": "__type",
4718
+ "kind": 65536,
4719
+ "kindString": "Type literal",
4720
+ "flags": {},
4721
+ "children": [
4722
+ {
4723
+ "id": 163,
4724
+ "name": "security",
4725
+ "kind": 1024,
4726
+ "kindString": "Property",
4727
+ "flags": {
4728
+ "isOptional": true
4729
+ },
4730
+ "sources": [
4731
+ {
4732
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4733
+ "line": 9,
4734
+ "character": 4
4735
+ }
4736
+ ],
4737
+ "type": {
4738
+ "type": "reflection",
4739
+ "declaration": {
4740
+ "id": 164,
4741
+ "name": "__type",
4742
+ "kind": 65536,
4743
+ "kindString": "Type literal",
4744
+ "flags": {},
4745
+ "children": [
4746
+ {
4747
+ "id": 165,
4748
+ "name": "allowed",
4749
+ "kind": 1024,
4750
+ "kindString": "Property",
4751
+ "flags": {
4752
+ "isOptional": true
4753
+ },
4754
+ "sources": [
4755
+ {
4756
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4757
+ "line": 10,
4758
+ "character": 8
4759
+ }
4760
+ ],
4761
+ "type": {
4762
+ "type": "reference",
4763
+ "typeArguments": [
4764
+ {
4765
+ "type": "intrinsic",
4766
+ "name": "string"
4767
+ },
4768
+ {
4769
+ "type": "array",
4770
+ "elementType": {
4771
+ "type": "union",
4772
+ "types": [
4773
+ {
4774
+ "type": "intrinsic",
4775
+ "name": "string"
4776
+ },
4777
+ {
4778
+ "type": "reference",
4779
+ "name": "CosigningAddressSet"
4780
+ }
4781
+ ]
4782
+ }
4783
+ }
4784
+ ],
4785
+ "name": "Record",
4786
+ "qualifiedName": "Record",
4787
+ "package": "typescript"
4788
+ }
4789
+ },
4790
+ {
4791
+ "id": 166,
4792
+ "name": "disallowed",
4793
+ "kind": 1024,
4794
+ "kindString": "Property",
4795
+ "flags": {
4796
+ "isOptional": true
4797
+ },
4798
+ "sources": [
4799
+ {
4800
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4801
+ "line": 11,
4802
+ "character": 8
4803
+ }
4804
+ ],
4805
+ "type": {
4806
+ "type": "reference",
4807
+ "typeArguments": [
4808
+ {
4809
+ "type": "intrinsic",
4810
+ "name": "string"
4811
+ },
4812
+ {
4813
+ "type": "array",
4814
+ "elementType": {
4815
+ "type": "intrinsic",
4816
+ "name": "string"
4817
+ }
4818
+ }
4819
+ ],
4820
+ "name": "Record",
4821
+ "qualifiedName": "Record",
4822
+ "package": "typescript"
4823
+ }
4824
+ }
4825
+ ],
4826
+ "groups": [
4827
+ {
4828
+ "title": "Properties",
4829
+ "children": [
4830
+ 165,
4831
+ 166
4832
+ ]
4833
+ }
4834
+ ],
4835
+ "sources": [
4836
+ {
4837
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4838
+ "line": 9,
4839
+ "character": 15
4840
+ }
4841
+ ]
4842
+ }
4843
+ }
4844
+ }
4845
+ ],
4846
+ "groups": [
4847
+ {
4848
+ "title": "Properties",
4849
+ "children": [
4850
+ 163
4851
+ ]
4852
+ }
4853
+ ],
4854
+ "sources": [
4855
+ {
4856
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4857
+ "line": 8,
4858
+ "character": 87
4859
+ }
4860
+ ]
4861
+ }
4862
+ },
4863
+ {
4864
+ "type": "reflection",
4865
+ "declaration": {
4866
+ "id": 167,
4867
+ "name": "__type",
4868
+ "kind": 65536,
4869
+ "kindString": "Type literal",
4870
+ "flags": {},
4871
+ "children": [
4872
+ {
4873
+ "id": 168,
3861
4874
  "name": "schema",
3862
4875
  "kind": 1024,
3863
4876
  "kindString": "Property",
3864
4877
  "flags": {},
3865
4878
  "sources": [
3866
4879
  {
3867
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3868
- "line": 7,
4880
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
4881
+ "line": 19,
3869
4882
  "character": 4
3870
4883
  }
3871
4884
  ],
3872
4885
  "type": {
3873
- "type": "literal",
3874
- "value": "network.xyo.boundwitness.query"
4886
+ "type": "intrinsic",
4887
+ "name": "string"
3875
4888
  }
3876
4889
  }
3877
4890
  ],
@@ -3879,17 +4892,15 @@
3879
4892
  {
3880
4893
  "title": "Properties",
3881
4894
  "children": [
3882
- 129,
3883
- 130,
3884
- 131
4895
+ 168
3885
4896
  ]
3886
4897
  }
3887
4898
  ],
3888
4899
  "sources": [
3889
4900
  {
3890
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3891
- "line": 4,
3892
- "character": 51
4901
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
4902
+ "line": 18,
4903
+ "character": 17
3893
4904
  }
3894
4905
  ]
3895
4906
  }
@@ -3907,40 +4918,18 @@
3907
4918
  "type": "reference",
3908
4919
  "name": "PayloadFields"
3909
4920
  },
3910
- {
3911
- "type": "reference",
3912
- "name": "XyoBoundWitnessFields"
3913
- },
3914
4921
  {
3915
4922
  "type": "reflection",
3916
4923
  "declaration": {
3917
- "id": 132,
4924
+ "id": 169,
3918
4925
  "name": "__type",
3919
4926
  "kind": 65536,
3920
4927
  "kindString": "Type literal",
3921
4928
  "flags": {},
3922
4929
  "children": [
3923
4930
  {
3924
- "id": 133,
3925
- "name": "query",
3926
- "kind": 1024,
3927
- "kindString": "Property",
3928
- "flags": {},
3929
- "sources": [
3930
- {
3931
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3932
- "line": 5,
3933
- "character": 4
3934
- }
3935
- ],
3936
- "type": {
3937
- "type": "intrinsic",
3938
- "name": "string"
3939
- }
3940
- },
3941
- {
3942
- "id": 134,
3943
- "name": "resultSet",
4931
+ "id": 170,
4932
+ "name": "security",
3944
4933
  "kind": 1024,
3945
4934
  "kindString": "Property",
3946
4935
  "flags": {
@@ -3948,32 +4937,162 @@
3948
4937
  },
3949
4938
  "sources": [
3950
4939
  {
3951
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3952
- "line": 6,
4940
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4941
+ "line": 9,
3953
4942
  "character": 4
3954
4943
  }
3955
4944
  ],
3956
4945
  "type": {
3957
- "type": "intrinsic",
3958
- "name": "string"
4946
+ "type": "reflection",
4947
+ "declaration": {
4948
+ "id": 171,
4949
+ "name": "__type",
4950
+ "kind": 65536,
4951
+ "kindString": "Type literal",
4952
+ "flags": {},
4953
+ "children": [
4954
+ {
4955
+ "id": 172,
4956
+ "name": "allowed",
4957
+ "kind": 1024,
4958
+ "kindString": "Property",
4959
+ "flags": {
4960
+ "isOptional": true
4961
+ },
4962
+ "sources": [
4963
+ {
4964
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4965
+ "line": 10,
4966
+ "character": 8
4967
+ }
4968
+ ],
4969
+ "type": {
4970
+ "type": "reference",
4971
+ "typeArguments": [
4972
+ {
4973
+ "type": "intrinsic",
4974
+ "name": "string"
4975
+ },
4976
+ {
4977
+ "type": "array",
4978
+ "elementType": {
4979
+ "type": "union",
4980
+ "types": [
4981
+ {
4982
+ "type": "intrinsic",
4983
+ "name": "string"
4984
+ },
4985
+ {
4986
+ "type": "reference",
4987
+ "name": "CosigningAddressSet"
4988
+ }
4989
+ ]
4990
+ }
4991
+ }
4992
+ ],
4993
+ "name": "Record",
4994
+ "qualifiedName": "Record",
4995
+ "package": "typescript"
4996
+ }
4997
+ },
4998
+ {
4999
+ "id": 173,
5000
+ "name": "disallowed",
5001
+ "kind": 1024,
5002
+ "kindString": "Property",
5003
+ "flags": {
5004
+ "isOptional": true
5005
+ },
5006
+ "sources": [
5007
+ {
5008
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
5009
+ "line": 11,
5010
+ "character": 8
5011
+ }
5012
+ ],
5013
+ "type": {
5014
+ "type": "reference",
5015
+ "typeArguments": [
5016
+ {
5017
+ "type": "intrinsic",
5018
+ "name": "string"
5019
+ },
5020
+ {
5021
+ "type": "array",
5022
+ "elementType": {
5023
+ "type": "intrinsic",
5024
+ "name": "string"
5025
+ }
5026
+ }
5027
+ ],
5028
+ "name": "Record",
5029
+ "qualifiedName": "Record",
5030
+ "package": "typescript"
5031
+ }
5032
+ }
5033
+ ],
5034
+ "groups": [
5035
+ {
5036
+ "title": "Properties",
5037
+ "children": [
5038
+ 172,
5039
+ 173
5040
+ ]
5041
+ }
5042
+ ],
5043
+ "sources": [
5044
+ {
5045
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
5046
+ "line": 9,
5047
+ "character": 15
5048
+ }
5049
+ ]
5050
+ }
3959
5051
  }
3960
- },
5052
+ }
5053
+ ],
5054
+ "groups": [
5055
+ {
5056
+ "title": "Properties",
5057
+ "children": [
5058
+ 170
5059
+ ]
5060
+ }
5061
+ ],
5062
+ "sources": [
5063
+ {
5064
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
5065
+ "line": 8,
5066
+ "character": 87
5067
+ }
5068
+ ]
5069
+ }
5070
+ },
5071
+ {
5072
+ "type": "reflection",
5073
+ "declaration": {
5074
+ "id": 174,
5075
+ "name": "__type",
5076
+ "kind": 65536,
5077
+ "kindString": "Type literal",
5078
+ "flags": {},
5079
+ "children": [
3961
5080
  {
3962
- "id": 135,
5081
+ "id": 175,
3963
5082
  "name": "schema",
3964
5083
  "kind": 1024,
3965
5084
  "kindString": "Property",
3966
5085
  "flags": {},
3967
5086
  "sources": [
3968
5087
  {
3969
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3970
- "line": 7,
5088
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
5089
+ "line": 19,
3971
5090
  "character": 4
3972
5091
  }
3973
5092
  ],
3974
5093
  "type": {
3975
- "type": "literal",
3976
- "value": "network.xyo.boundwitness.query"
5094
+ "type": "intrinsic",
5095
+ "name": "string"
3977
5096
  }
3978
5097
  }
3979
5098
  ],
@@ -3981,17 +5100,15 @@
3981
5100
  {
3982
5101
  "title": "Properties",
3983
5102
  "children": [
3984
- 133,
3985
- 134,
3986
- 135
5103
+ 175
3987
5104
  ]
3988
5105
  }
3989
5106
  ],
3990
5107
  "sources": [
3991
5108
  {
3992
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3993
- "line": 4,
3994
- "character": 51
5109
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
5110
+ "line": 18,
5111
+ "character": 17
3995
5112
  }
3996
5113
  ]
3997
5114
  }
@@ -4002,19 +5119,19 @@
4002
5119
  ],
4003
5120
  "parameters": [
4004
5121
  {
4005
- "id": 137,
5122
+ "id": 177,
4006
5123
  "name": "query",
4007
5124
  "kind": 32768,
4008
5125
  "kindString": "Parameter",
4009
5126
  "flags": {},
4010
5127
  "type": {
4011
5128
  "type": "reference",
4012
- "id": 136,
5129
+ "id": 161,
4013
5130
  "name": "T"
4014
5131
  }
4015
5132
  },
4016
5133
  {
4017
- "id": 138,
5134
+ "id": 178,
4018
5135
  "name": "payloads",
4019
5136
  "kind": 32768,
4020
5137
  "kindString": "Parameter",
@@ -4037,14 +5154,14 @@
4037
5154
  {
4038
5155
  "type": "reflection",
4039
5156
  "declaration": {
4040
- "id": 139,
5157
+ "id": 179,
4041
5158
  "name": "__type",
4042
5159
  "kind": 65536,
4043
5160
  "kindString": "Type literal",
4044
5161
  "flags": {},
4045
5162
  "children": [
4046
5163
  {
4047
- "id": 140,
5164
+ "id": 180,
4048
5165
  "name": "schema",
4049
5166
  "kind": 1024,
4050
5167
  "kindString": "Property",
@@ -4066,7 +5183,7 @@
4066
5183
  {
4067
5184
  "title": "Properties",
4068
5185
  "children": [
4069
- 140
5186
+ 180
4070
5187
  ]
4071
5188
  }
4072
5189
  ],
@@ -4082,19 +5199,25 @@
4082
5199
  ]
4083
5200
  }
4084
5201
  }
5202
+ },
5203
+ {
5204
+ "id": 181,
5205
+ "name": "queryConfig",
5206
+ "kind": 32768,
5207
+ "kindString": "Parameter",
5208
+ "flags": {
5209
+ "isOptional": true
5210
+ },
5211
+ "type": {
5212
+ "type": "reference",
5213
+ "id": 176,
5214
+ "name": "TConfig"
5215
+ }
4085
5216
  }
4086
5217
  ],
4087
5218
  "type": {
4088
- "type": "reference",
4089
- "typeArguments": [
4090
- {
4091
- "type": "intrinsic",
4092
- "name": "boolean"
4093
- }
4094
- ],
4095
- "name": "Promise",
4096
- "qualifiedName": "Promise",
4097
- "package": "typescript"
5219
+ "type": "intrinsic",
5220
+ "name": "boolean"
4098
5221
  },
4099
5222
  "inheritedFrom": {
4100
5223
  "type": "reference",
@@ -4108,7 +5231,7 @@
4108
5231
  }
4109
5232
  },
4110
5233
  {
4111
- "id": 214,
5234
+ "id": 255,
4112
5235
  "name": "start",
4113
5236
  "kind": 2048,
4114
5237
  "kindString": "Method",
@@ -4118,20 +5241,20 @@
4118
5241
  "sources": [
4119
5242
  {
4120
5243
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
4121
- "line": 42,
5244
+ "line": 40,
4122
5245
  "character": 14
4123
5246
  }
4124
5247
  ],
4125
5248
  "signatures": [
4126
5249
  {
4127
- "id": 215,
5250
+ "id": 256,
4128
5251
  "name": "start",
4129
5252
  "kind": 4096,
4130
5253
  "kindString": "Call signature",
4131
5254
  "flags": {},
4132
5255
  "parameters": [
4133
5256
  {
4134
- "id": 216,
5257
+ "id": 257,
4135
5258
  "name": "_timeout",
4136
5259
  "kind": 32768,
4137
5260
  "kindString": "Parameter",
@@ -4171,7 +5294,7 @@
4171
5294
  }
4172
5295
  },
4173
5296
  {
4174
- "id": 141,
5297
+ "id": 182,
4175
5298
  "name": "started",
4176
5299
  "kind": 2048,
4177
5300
  "kindString": "Method",
@@ -4179,20 +5302,20 @@
4179
5302
  "sources": [
4180
5303
  {
4181
5304
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
4182
- "line": 33,
5305
+ "line": 31,
4183
5306
  "character": 4
4184
5307
  }
4185
5308
  ],
4186
5309
  "signatures": [
4187
5310
  {
4188
- "id": 142,
5311
+ "id": 183,
4189
5312
  "name": "started",
4190
5313
  "kind": 4096,
4191
5314
  "kindString": "Call signature",
4192
5315
  "flags": {},
4193
5316
  "parameters": [
4194
5317
  {
4195
- "id": 143,
5318
+ "id": 184,
4196
5319
  "name": "notStartedAction",
4197
5320
  "kind": 32768,
4198
5321
  "kindString": "Parameter",
@@ -4242,7 +5365,7 @@
4242
5365
  }
4243
5366
  },
4244
5367
  {
4245
- "id": 217,
5368
+ "id": 258,
4246
5369
  "name": "stop",
4247
5370
  "kind": 2048,
4248
5371
  "kindString": "Method",
@@ -4252,20 +5375,20 @@
4252
5375
  "sources": [
4253
5376
  {
4254
5377
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
4255
- "line": 43,
5378
+ "line": 41,
4256
5379
  "character": 14
4257
5380
  }
4258
5381
  ],
4259
5382
  "signatures": [
4260
5383
  {
4261
- "id": 218,
5384
+ "id": 259,
4262
5385
  "name": "stop",
4263
5386
  "kind": 4096,
4264
5387
  "kindString": "Call signature",
4265
5388
  "flags": {},
4266
5389
  "parameters": [
4267
5390
  {
4268
- "id": 219,
5391
+ "id": 260,
4269
5392
  "name": "_timeout",
4270
5393
  "kind": 32768,
4271
5394
  "kindString": "Parameter",
@@ -4305,7 +5428,7 @@
4305
5428
  }
4306
5429
  },
4307
5430
  {
4308
- "id": 144,
5431
+ "id": 185,
4309
5432
  "name": "subscribe",
4310
5433
  "kind": 2048,
4311
5434
  "kindString": "Method",
@@ -4313,20 +5436,20 @@
4313
5436
  "sources": [
4314
5437
  {
4315
5438
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
4316
- "line": 34,
5439
+ "line": 32,
4317
5440
  "character": 4
4318
5441
  }
4319
5442
  ],
4320
5443
  "signatures": [
4321
5444
  {
4322
- "id": 145,
5445
+ "id": 186,
4323
5446
  "name": "subscribe",
4324
5447
  "kind": 4096,
4325
5448
  "kindString": "Call signature",
4326
5449
  "flags": {},
4327
5450
  "parameters": [
4328
5451
  {
4329
- "id": 146,
5452
+ "id": 187,
4330
5453
  "name": "_queryAccount",
4331
5454
  "kind": 32768,
4332
5455
  "kindString": "Parameter",
@@ -4355,7 +5478,7 @@
4355
5478
  }
4356
5479
  },
4357
5480
  {
4358
- "id": 220,
5481
+ "id": 261,
4359
5482
  "name": "validateConfig",
4360
5483
  "kind": 2048,
4361
5484
  "kindString": "Method",
@@ -4365,20 +5488,20 @@
4365
5488
  "sources": [
4366
5489
  {
4367
5490
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
4368
- "line": 44,
5491
+ "line": 42,
4369
5492
  "character": 14
4370
5493
  }
4371
5494
  ],
4372
5495
  "signatures": [
4373
5496
  {
4374
- "id": 221,
5497
+ "id": 262,
4375
5498
  "name": "validateConfig",
4376
5499
  "kind": 4096,
4377
5500
  "kindString": "Call signature",
4378
5501
  "flags": {},
4379
5502
  "parameters": [
4380
5503
  {
4381
- "id": 222,
5504
+ "id": 263,
4382
5505
  "name": "config",
4383
5506
  "kind": 32768,
4384
5507
  "kindString": "Parameter",
@@ -4391,7 +5514,7 @@
4391
5514
  }
4392
5515
  },
4393
5516
  {
4394
- "id": 223,
5517
+ "id": 264,
4395
5518
  "name": "parents",
4396
5519
  "kind": 32768,
4397
5520
  "kindString": "Parameter",
@@ -4435,7 +5558,7 @@
4435
5558
  "fileName": "plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts",
4436
5559
  "line": 23,
4437
5560
  "character": 24,
4438
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L23"
5561
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L23"
4439
5562
  }
4440
5563
  ],
4441
5564
  "signatures": [
@@ -4488,7 +5611,7 @@
4488
5611
  "sources": [
4489
5612
  {
4490
5613
  "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4491
- "line": 8,
5614
+ "line": 9,
4492
5615
  "character": 4
4493
5616
  }
4494
5617
  ],
@@ -4512,7 +5635,7 @@
4512
5635
  "sources": [
4513
5636
  {
4514
5637
  "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4515
- "line": 9,
5638
+ "line": 10,
4516
5639
  "character": 8
4517
5640
  }
4518
5641
  ],
@@ -4526,11 +5649,17 @@
4526
5649
  {
4527
5650
  "type": "array",
4528
5651
  "elementType": {
4529
- "type": "array",
4530
- "elementType": {
4531
- "type": "intrinsic",
4532
- "name": "string"
4533
- }
5652
+ "type": "union",
5653
+ "types": [
5654
+ {
5655
+ "type": "intrinsic",
5656
+ "name": "string"
5657
+ },
5658
+ {
5659
+ "type": "reference",
5660
+ "name": "CosigningAddressSet"
5661
+ }
5662
+ ]
4534
5663
  }
4535
5664
  }
4536
5665
  ],
@@ -4550,7 +5679,7 @@
4550
5679
  "sources": [
4551
5680
  {
4552
5681
  "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4553
- "line": 10,
5682
+ "line": 11,
4554
5683
  "character": 8
4555
5684
  }
4556
5685
  ],
@@ -4587,7 +5716,7 @@
4587
5716
  "sources": [
4588
5717
  {
4589
5718
  "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4590
- "line": 8,
5719
+ "line": 9,
4591
5720
  "character": 15
4592
5721
  }
4593
5722
  ]
@@ -4606,7 +5735,7 @@
4606
5735
  "sources": [
4607
5736
  {
4608
5737
  "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4609
- "line": 7,
5738
+ "line": 8,
4610
5739
  "character": 87
4611
5740
  }
4612
5741
  ]
@@ -4632,7 +5761,7 @@
4632
5761
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
4633
5762
  "line": 8,
4634
5763
  "character": 2,
4635
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L8"
5764
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L8"
4636
5765
  }
4637
5766
  ],
4638
5767
  "type": {
@@ -4654,7 +5783,7 @@
4654
5783
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
4655
5784
  "line": 7,
4656
5785
  "character": 60,
4657
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
5786
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
4658
5787
  }
4659
5788
  ]
4660
5789
  }
@@ -4807,14 +5936,13 @@
4807
5936
  "title": "Properties",
4808
5937
  "children": [
4809
5938
  43,
4810
- 87,
4811
- 90,
5939
+ 103,
5940
+ 111,
5941
+ 112,
4812
5942
  91,
4813
- 92,
4814
- 93,
4815
- 75,
4816
- 101,
4817
- 102,
5943
+ 113,
5944
+ 114,
5945
+ 119,
4818
5946
  24,
4819
5947
  39
4820
5948
  ]
@@ -4822,35 +5950,34 @@
4822
5950
  {
4823
5951
  "title": "Accessors",
4824
5952
  "children": [
4825
- 107,
4826
- 109,
5953
+ 124,
4827
5954
  44,
4828
- 111,
5955
+ 126,
4829
5956
  52
4830
5957
  ]
4831
5958
  },
4832
5959
  {
4833
5960
  "title": "Methods",
4834
5961
  "children": [
4835
- 147,
4836
- 152,
4837
- 159,
4838
- 177,
4839
- 195,
4840
- 203,
4841
- 119,
4842
- 121,
5962
+ 188,
5963
+ 193,
5964
+ 200,
5965
+ 218,
5966
+ 236,
5967
+ 244,
5968
+ 144,
5969
+ 146,
4843
5970
  46,
4844
- 211,
5971
+ 252,
4845
5972
  48,
4846
5973
  56,
4847
5974
  58,
4848
- 126,
4849
- 214,
4850
- 141,
4851
- 217,
4852
- 144,
4853
- 220,
5975
+ 151,
5976
+ 255,
5977
+ 182,
5978
+ 258,
5979
+ 185,
5980
+ 261,
4854
5981
  25
4855
5982
  ]
4856
5983
  }
@@ -4860,7 +5987,7 @@
4860
5987
  "fileName": "plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts",
4861
5988
  "line": 9,
4862
5989
  "character": 13,
4863
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L9"
5990
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L9"
4864
5991
  }
4865
5992
  ],
4866
5993
  "extendedTypes": [
@@ -4888,7 +6015,7 @@
4888
6015
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
4889
6016
  "line": 7,
4890
6017
  "character": 12,
4891
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
6018
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
4892
6019
  }
4893
6020
  ],
4894
6021
  "type": {
@@ -4914,7 +6041,7 @@
4914
6041
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
4915
6042
  "line": 8,
4916
6043
  "character": 2,
4917
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L8"
6044
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L8"
4918
6045
  }
4919
6046
  ],
4920
6047
  "type": {
@@ -4937,7 +6064,7 @@
4937
6064
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
4938
6065
  "line": 7,
4939
6066
  "character": 60,
4940
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
6067
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
4941
6068
  }
4942
6069
  ]
4943
6070
  }
@@ -4957,13 +6084,13 @@
4957
6084
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
4958
6085
  "line": 4,
4959
6086
  "character": 12,
4960
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L4"
6087
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L4"
4961
6088
  },
4962
6089
  {
4963
6090
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
4964
6091
  "line": 5,
4965
6092
  "character": 13,
4966
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L5"
6093
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L5"
4967
6094
  }
4968
6095
  ],
4969
6096
  "type": {
@@ -4982,7 +6109,7 @@
4982
6109
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
4983
6110
  "line": 11,
4984
6111
  "character": 12,
4985
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L11"
6112
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L11"
4986
6113
  }
4987
6114
  ],
4988
6115
  "type": {
@@ -5019,7 +6146,7 @@
5019
6146
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
5020
6147
  "line": 11,
5021
6148
  "character": 90,
5022
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L11"
6149
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L11"
5023
6150
  }
5024
6151
  ],
5025
6152
  "type": {
@@ -5043,7 +6170,7 @@
5043
6170
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
5044
6171
  "line": 11,
5045
6172
  "character": 88,
5046
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L11"
6173
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L11"
5047
6174
  }
5048
6175
  ]
5049
6176
  }
@@ -5064,7 +6191,7 @@
5064
6191
  "fileName": "plugins/packages/payloadset/packages/location/src/CurrentLocationPayloadSet.ts",
5065
6192
  "line": 4,
5066
6193
  "character": 13,
5067
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationPayloadSet.ts#L4"
6194
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationPayloadSet.ts#L4"
5068
6195
  }
5069
6196
  ],
5070
6197
  "type": {
@@ -5084,13 +6211,13 @@
5084
6211
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
5085
6212
  "line": 4,
5086
6213
  "character": 12,
5087
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L4"
6214
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L4"
5088
6215
  },
5089
6216
  {
5090
6217
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
5091
6218
  "line": 5,
5092
6219
  "character": 13,
5093
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L5"
6220
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L5"
5094
6221
  }
5095
6222
  ],
5096
6223
  "type": {
@@ -5109,7 +6236,7 @@
5109
6236
  "fileName": "plugins/packages/payloadset/packages/location/src/Plugin.ts",
5110
6237
  "line": 9,
5111
6238
  "character": 13,
5112
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/Plugin.ts#L9"
6239
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/Plugin.ts#L9"
5113
6240
  }
5114
6241
  ],
5115
6242
  "signatures": [
@@ -5156,7 +6283,7 @@
5156
6283
  "sources": [
5157
6284
  {
5158
6285
  "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
5159
- "line": 8,
6286
+ "line": 9,
5160
6287
  "character": 4
5161
6288
  }
5162
6289
  ],
@@ -5180,7 +6307,7 @@
5180
6307
  "sources": [
5181
6308
  {
5182
6309
  "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
5183
- "line": 9,
6310
+ "line": 10,
5184
6311
  "character": 8
5185
6312
  }
5186
6313
  ],
@@ -5194,11 +6321,17 @@
5194
6321
  {
5195
6322
  "type": "array",
5196
6323
  "elementType": {
5197
- "type": "array",
5198
- "elementType": {
5199
- "type": "intrinsic",
5200
- "name": "string"
5201
- }
6324
+ "type": "union",
6325
+ "types": [
6326
+ {
6327
+ "type": "intrinsic",
6328
+ "name": "string"
6329
+ },
6330
+ {
6331
+ "type": "reference",
6332
+ "name": "CosigningAddressSet"
6333
+ }
6334
+ ]
5202
6335
  }
5203
6336
  }
5204
6337
  ],
@@ -5218,7 +6351,7 @@
5218
6351
  "sources": [
5219
6352
  {
5220
6353
  "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
5221
- "line": 10,
6354
+ "line": 11,
5222
6355
  "character": 8
5223
6356
  }
5224
6357
  ],
@@ -5255,7 +6388,7 @@
5255
6388
  "sources": [
5256
6389
  {
5257
6390
  "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
5258
- "line": 8,
6391
+ "line": 9,
5259
6392
  "character": 15
5260
6393
  }
5261
6394
  ]
@@ -5274,7 +6407,7 @@
5274
6407
  "sources": [
5275
6408
  {
5276
6409
  "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
5277
- "line": 7,
6410
+ "line": 8,
5278
6411
  "character": 87
5279
6412
  }
5280
6413
  ]
@@ -5300,7 +6433,7 @@
5300
6433
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
5301
6434
  "line": 8,
5302
6435
  "character": 2,
5303
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L8"
6436
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L8"
5304
6437
  }
5305
6438
  ],
5306
6439
  "type": {
@@ -5322,7 +6455,7 @@
5322
6455
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
5323
6456
  "line": 7,
5324
6457
  "character": 60,
5325
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
6458
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
5326
6459
  }
5327
6460
  ]
5328
6461
  }
@@ -5448,7 +6581,7 @@
5448
6581
  {
5449
6582
  "title": "References",
5450
6583
  "children": [
5451
- 224
6584
+ 265
5452
6585
  ]
5453
6586
  },
5454
6587
  {
@@ -5484,7 +6617,7 @@
5484
6617
  "fileName": "plugins/packages/payloadset/packages/location/src/index.ts",
5485
6618
  "line": 1,
5486
6619
  "character": 0,
5487
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/location/src/index.ts#L1"
6620
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payloadset/packages/location/src/index.ts#L1"
5488
6621
  }
5489
6622
  ]
5490
6623
  }