@xyo-network/location-plugin 2.48.0 → 2.49.0

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": 301,
10
+ "id": 300,
11
11
  "name": "default",
12
12
  "kind": 8388608,
13
13
  "kindString": "Reference",
@@ -17,20 +17,20 @@
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/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/index.ts#L10"
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/index.ts#L10"
21
21
  }
22
22
  ],
23
23
  "target": 1
24
24
  },
25
25
  {
26
- "id": 25,
26
+ "id": 26,
27
27
  "name": "CurrentLocationWitness",
28
28
  "kind": 128,
29
29
  "kindString": "Class",
30
30
  "flags": {},
31
31
  "children": [
32
32
  {
33
- "id": 44,
33
+ "id": 46,
34
34
  "name": "constructor",
35
35
  "kind": 512,
36
36
  "kindString": "Constructor",
@@ -40,33 +40,33 @@
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/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L14"
43
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L14"
44
44
  }
45
45
  ],
46
46
  "signatures": [
47
47
  {
48
- "id": 45,
48
+ "id": 47,
49
49
  "name": "new CurrentLocationWitness",
50
50
  "kind": 16384,
51
51
  "kindString": "Constructor signature",
52
52
  "flags": {},
53
53
  "parameters": [
54
54
  {
55
- "id": 46,
55
+ "id": 48,
56
56
  "name": "params",
57
57
  "kind": 32768,
58
58
  "kindString": "Parameter",
59
59
  "flags": {},
60
60
  "type": {
61
61
  "type": "reference",
62
- "id": 21,
62
+ "id": 22,
63
63
  "name": "CurrentLocationWitnessParams"
64
64
  }
65
65
  }
66
66
  ],
67
67
  "type": {
68
68
  "type": "reference",
69
- "id": 25,
69
+ "id": 26,
70
70
  "name": "CurrentLocationWitness"
71
71
  },
72
72
  "overwrites": {
@@ -81,7 +81,7 @@
81
81
  }
82
82
  },
83
83
  {
84
- "id": 47,
84
+ "id": 49,
85
85
  "name": "_geolocation",
86
86
  "kind": 1024,
87
87
  "kindString": "Property",
@@ -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/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L12"
96
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L12"
97
97
  }
98
98
  ],
99
99
  "type": {
@@ -104,8 +104,8 @@
104
104
  }
105
105
  },
106
106
  {
107
- "id": 109,
108
- "name": "_parentResolver",
107
+ "id": 125,
108
+ "name": "_started",
109
109
  "kind": 1024,
110
110
  "kindString": "Property",
111
111
  "flags": {
@@ -114,10 +114,59 @@
114
114
  "sources": [
115
115
  {
116
116
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
117
- "line": 15,
117
+ "line": 36,
118
118
  "character": 14
119
119
  }
120
120
  ],
121
+ "type": {
122
+ "type": "intrinsic",
123
+ "name": "boolean"
124
+ },
125
+ "inheritedFrom": {
126
+ "type": "reference",
127
+ "name": "AbstractWitness._started"
128
+ }
129
+ },
130
+ {
131
+ "id": 126,
132
+ "name": "account",
133
+ "kind": 1024,
134
+ "kindString": "Property",
135
+ "flags": {
136
+ "isProtected": true,
137
+ "isReadonly": true
138
+ },
139
+ "sources": [
140
+ {
141
+ "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
142
+ "line": 37,
143
+ "character": 23
144
+ }
145
+ ],
146
+ "type": {
147
+ "type": "reference",
148
+ "name": "AccountInstance"
149
+ },
150
+ "inheritedFrom": {
151
+ "type": "reference",
152
+ "name": "AbstractWitness.account"
153
+ }
154
+ },
155
+ {
156
+ "id": 103,
157
+ "name": "downResolver",
158
+ "kind": 1024,
159
+ "kindString": "Property",
160
+ "flags": {
161
+ "isReadonly": true
162
+ },
163
+ "sources": [
164
+ {
165
+ "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
166
+ "line": 14,
167
+ "character": 13
168
+ }
169
+ ],
121
170
  "type": {
122
171
  "type": "reference",
123
172
  "typeArguments": [
@@ -138,14 +187,14 @@
138
187
  {
139
188
  "type": "reflection",
140
189
  "declaration": {
141
- "id": 110,
190
+ "id": 104,
142
191
  "name": "__type",
143
192
  "kind": 65536,
144
193
  "kindString": "Type literal",
145
194
  "flags": {},
146
195
  "children": [
147
196
  {
148
- "id": 111,
197
+ "id": 105,
149
198
  "name": "name",
150
199
  "kind": 1024,
151
200
  "kindString": "Property",
@@ -155,7 +204,7 @@
155
204
  "sources": [
156
205
  {
157
206
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
158
- "line": 16,
207
+ "line": 15,
159
208
  "character": 8
160
209
  }
161
210
  ],
@@ -165,7 +214,7 @@
165
214
  }
166
215
  },
167
216
  {
168
- "id": 112,
217
+ "id": 106,
169
218
  "name": "security",
170
219
  "kind": 1024,
171
220
  "kindString": "Property",
@@ -175,21 +224,21 @@
175
224
  "sources": [
176
225
  {
177
226
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
178
- "line": 17,
227
+ "line": 16,
179
228
  "character": 8
180
229
  }
181
230
  ],
182
231
  "type": {
183
232
  "type": "reflection",
184
233
  "declaration": {
185
- "id": 113,
234
+ "id": 107,
186
235
  "name": "__type",
187
236
  "kind": 65536,
188
237
  "kindString": "Type literal",
189
238
  "flags": {},
190
239
  "children": [
191
240
  {
192
- "id": 114,
241
+ "id": 108,
193
242
  "name": "allowAnonymous",
194
243
  "kind": 1024,
195
244
  "kindString": "Property",
@@ -199,7 +248,7 @@
199
248
  "sources": [
200
249
  {
201
250
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
202
- "line": 18,
251
+ "line": 17,
203
252
  "character": 12
204
253
  }
205
254
  ],
@@ -209,7 +258,7 @@
209
258
  }
210
259
  },
211
260
  {
212
- "id": 115,
261
+ "id": 109,
213
262
  "name": "allowed",
214
263
  "kind": 1024,
215
264
  "kindString": "Property",
@@ -219,7 +268,7 @@
219
268
  "sources": [
220
269
  {
221
270
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
222
- "line": 19,
271
+ "line": 18,
223
272
  "character": 12
224
273
  }
225
274
  ],
@@ -253,7 +302,7 @@
253
302
  }
254
303
  },
255
304
  {
256
- "id": 116,
305
+ "id": 110,
257
306
  "name": "disallowed",
258
307
  "kind": 1024,
259
308
  "kindString": "Property",
@@ -263,7 +312,7 @@
263
312
  "sources": [
264
313
  {
265
314
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
266
- "line": 20,
315
+ "line": 19,
267
316
  "character": 12
268
317
  }
269
318
  ],
@@ -292,37 +341,58 @@
292
341
  {
293
342
  "title": "Properties",
294
343
  "children": [
295
- 114,
296
- 115,
297
- 116
344
+ 108,
345
+ 109,
346
+ 110
298
347
  ]
299
348
  }
300
349
  ],
301
350
  "sources": [
302
351
  {
303
352
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
304
- "line": 17,
353
+ "line": 16,
305
354
  "character": 19
306
355
  }
307
356
  ]
308
357
  }
309
358
  }
359
+ },
360
+ {
361
+ "id": 111,
362
+ "name": "storeQueries",
363
+ "kind": 1024,
364
+ "kindString": "Property",
365
+ "flags": {
366
+ "isOptional": true
367
+ },
368
+ "sources": [
369
+ {
370
+ "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
371
+ "line": 21,
372
+ "character": 8
373
+ }
374
+ ],
375
+ "type": {
376
+ "type": "intrinsic",
377
+ "name": "boolean"
378
+ }
310
379
  }
311
380
  ],
312
381
  "groups": [
313
382
  {
314
383
  "title": "Properties",
315
384
  "children": [
316
- 111,
317
- 112
385
+ 105,
386
+ 106,
387
+ 111
318
388
  ]
319
389
  }
320
390
  ],
321
391
  "sources": [
322
392
  {
323
393
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
324
- "line": 15,
325
- "character": 167
394
+ "line": 14,
395
+ "character": 163
326
396
  }
327
397
  ]
328
398
  }
@@ -330,14 +400,14 @@
330
400
  {
331
401
  "type": "reflection",
332
402
  "declaration": {
333
- "id": 117,
403
+ "id": 112,
334
404
  "name": "__type",
335
405
  "kind": 65536,
336
406
  "kindString": "Type literal",
337
407
  "flags": {},
338
408
  "children": [
339
409
  {
340
- "id": 118,
410
+ "id": 113,
341
411
  "name": "schema",
342
412
  "kind": 1024,
343
413
  "kindString": "Property",
@@ -359,7 +429,7 @@
359
429
  {
360
430
  "title": "Properties",
361
431
  "children": [
362
- 118
432
+ 113
363
433
  ]
364
434
  }
365
435
  ],
@@ -382,60 +452,11 @@
382
452
  },
383
453
  "inheritedFrom": {
384
454
  "type": "reference",
385
- "name": "AbstractWitness._parentResolver"
386
- }
387
- },
388
- {
389
- "id": 119,
390
- "name": "_started",
391
- "kind": 1024,
392
- "kindString": "Property",
393
- "flags": {
394
- "isProtected": true
395
- },
396
- "sources": [
397
- {
398
- "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
399
- "line": 25,
400
- "character": 14
401
- }
402
- ],
403
- "type": {
404
- "type": "intrinsic",
405
- "name": "boolean"
406
- },
407
- "inheritedFrom": {
408
- "type": "reference",
409
- "name": "AbstractWitness._started"
410
- }
411
- },
412
- {
413
- "id": 120,
414
- "name": "account",
415
- "kind": 1024,
416
- "kindString": "Property",
417
- "flags": {
418
- "isProtected": true,
419
- "isReadonly": true
420
- },
421
- "sources": [
422
- {
423
- "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
424
- "line": 26,
425
- "character": 23
426
- }
427
- ],
428
- "type": {
429
- "type": "reference",
430
- "name": "AccountInstance"
431
- },
432
- "inheritedFrom": {
433
- "type": "reference",
434
- "name": "AbstractWitness.account"
455
+ "name": "AbstractWitness.downResolver"
435
456
  }
436
457
  },
437
458
  {
438
- "id": 121,
459
+ "id": 127,
439
460
  "name": "logger",
440
461
  "kind": 1024,
441
462
  "kindString": "Property",
@@ -447,7 +468,7 @@
447
468
  "sources": [
448
469
  {
449
470
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
450
- "line": 27,
471
+ "line": 38,
451
472
  "character": 23
452
473
  }
453
474
  ],
@@ -461,7 +482,7 @@
461
482
  }
462
483
  },
463
484
  {
464
- "id": 122,
485
+ "id": 128,
465
486
  "name": "moduleConfigQueryValidator",
466
487
  "kind": 1024,
467
488
  "kindString": "Property",
@@ -472,7 +493,7 @@
472
493
  "sources": [
473
494
  {
474
495
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
475
- "line": 28,
496
+ "line": 39,
476
497
  "character": 23
477
498
  }
478
499
  ],
@@ -497,14 +518,14 @@
497
518
  {
498
519
  "type": "reflection",
499
520
  "declaration": {
500
- "id": 123,
521
+ "id": 129,
501
522
  "name": "__type",
502
523
  "kind": 65536,
503
524
  "kindString": "Type literal",
504
525
  "flags": {},
505
526
  "children": [
506
527
  {
507
- "id": 124,
528
+ "id": 130,
508
529
  "name": "query",
509
530
  "kind": 1024,
510
531
  "kindString": "Property",
@@ -522,7 +543,7 @@
522
543
  }
523
544
  },
524
545
  {
525
- "id": 125,
546
+ "id": 131,
526
547
  "name": "resultSet",
527
548
  "kind": 1024,
528
549
  "kindString": "Property",
@@ -542,7 +563,7 @@
542
563
  }
543
564
  },
544
565
  {
545
- "id": 126,
566
+ "id": 132,
546
567
  "name": "schema",
547
568
  "kind": 1024,
548
569
  "kindString": "Property",
@@ -556,7 +577,7 @@
556
577
  ],
557
578
  "type": {
558
579
  "type": "literal",
559
- "value": "network.xyo.boundwitness.query"
580
+ "value": "network.xyo.boundwitness"
560
581
  }
561
582
  }
562
583
  ],
@@ -564,9 +585,9 @@
564
585
  {
565
586
  "title": "Properties",
566
587
  "children": [
567
- 124,
568
- 125,
569
- 126
588
+ 130,
589
+ 131,
590
+ 132
570
591
  ]
571
592
  }
572
593
  ],
@@ -590,7 +611,7 @@
590
611
  }
591
612
  },
592
613
  {
593
- "id": 285,
614
+ "id": 283,
594
615
  "name": "params",
595
616
  "kind": 1024,
596
617
  "kindString": "Property",
@@ -622,14 +643,14 @@
622
643
  {
623
644
  "type": "reflection",
624
645
  "declaration": {
625
- "id": 286,
646
+ "id": 284,
626
647
  "name": "__type",
627
648
  "kind": 65536,
628
649
  "kindString": "Type literal",
629
650
  "flags": {},
630
651
  "children": [
631
652
  {
632
- "id": 287,
653
+ "id": 285,
633
654
  "name": "name",
634
655
  "kind": 1024,
635
656
  "kindString": "Property",
@@ -649,7 +670,7 @@
649
670
  }
650
671
  },
651
672
  {
652
- "id": 288,
673
+ "id": 286,
653
674
  "name": "security",
654
675
  "kind": 1024,
655
676
  "kindString": "Property",
@@ -666,14 +687,14 @@
666
687
  "type": {
667
688
  "type": "reflection",
668
689
  "declaration": {
669
- "id": 289,
690
+ "id": 287,
670
691
  "name": "__type",
671
692
  "kind": 65536,
672
693
  "kindString": "Type literal",
673
694
  "flags": {},
674
695
  "children": [
675
696
  {
676
- "id": 290,
697
+ "id": 288,
677
698
  "name": "allowAnonymous",
678
699
  "kind": 1024,
679
700
  "kindString": "Property",
@@ -693,7 +714,7 @@
693
714
  }
694
715
  },
695
716
  {
696
- "id": 291,
717
+ "id": 289,
697
718
  "name": "allowed",
698
719
  "kind": 1024,
699
720
  "kindString": "Property",
@@ -737,7 +758,7 @@
737
758
  }
738
759
  },
739
760
  {
740
- "id": 292,
761
+ "id": 290,
741
762
  "name": "disallowed",
742
763
  "kind": 1024,
743
764
  "kindString": "Property",
@@ -776,9 +797,9 @@
776
797
  {
777
798
  "title": "Properties",
778
799
  "children": [
779
- 290,
780
- 291,
781
- 292
800
+ 288,
801
+ 289,
802
+ 290
782
803
  ]
783
804
  }
784
805
  ],
@@ -791,14 +812,35 @@
791
812
  ]
792
813
  }
793
814
  }
815
+ },
816
+ {
817
+ "id": 291,
818
+ "name": "storeQueries",
819
+ "kind": 1024,
820
+ "kindString": "Property",
821
+ "flags": {
822
+ "isOptional": true
823
+ },
824
+ "sources": [
825
+ {
826
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
827
+ "line": 15,
828
+ "character": 4
829
+ }
830
+ ],
831
+ "type": {
832
+ "type": "intrinsic",
833
+ "name": "boolean"
834
+ }
794
835
  }
795
836
  ],
796
837
  "groups": [
797
838
  {
798
839
  "title": "Properties",
799
840
  "children": [
800
- 287,
801
- 288
841
+ 285,
842
+ 286,
843
+ 291
802
844
  ]
803
845
  }
804
846
  ],
@@ -814,14 +856,14 @@
814
856
  {
815
857
  "type": "reflection",
816
858
  "declaration": {
817
- "id": 293,
859
+ "id": 292,
818
860
  "name": "__type",
819
861
  "kind": 65536,
820
862
  "kindString": "Type literal",
821
863
  "flags": {},
822
864
  "children": [
823
865
  {
824
- "id": 294,
866
+ "id": 293,
825
867
  "name": "schema",
826
868
  "kind": 1024,
827
869
  "kindString": "Property",
@@ -831,7 +873,7 @@
831
873
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
832
874
  "line": 8,
833
875
  "character": 2,
834
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L8"
876
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L8"
835
877
  }
836
878
  ],
837
879
  "type": {
@@ -844,7 +886,7 @@
844
886
  {
845
887
  "title": "Properties",
846
888
  "children": [
847
- 294
889
+ 293
848
890
  ]
849
891
  }
850
892
  ],
@@ -853,7 +895,7 @@
853
895
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
854
896
  "line": 7,
855
897
  "character": 60,
856
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
898
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
857
899
  }
858
900
  ]
859
901
  }
@@ -861,14 +903,14 @@
861
903
  {
862
904
  "type": "reflection",
863
905
  "declaration": {
864
- "id": 295,
906
+ "id": 294,
865
907
  "name": "__type",
866
908
  "kind": 65536,
867
909
  "kindString": "Type literal",
868
910
  "flags": {},
869
911
  "children": [
870
912
  {
871
- "id": 296,
913
+ "id": 295,
872
914
  "name": "targetSet",
873
915
  "kind": 1024,
874
916
  "kindString": "Property",
@@ -900,14 +942,14 @@
900
942
  {
901
943
  "type": "reflection",
902
944
  "declaration": {
903
- "id": 297,
945
+ "id": 296,
904
946
  "name": "__type",
905
947
  "kind": 65536,
906
948
  "kindString": "Type literal",
907
949
  "flags": {},
908
950
  "children": [
909
951
  {
910
- "id": 298,
952
+ "id": 297,
911
953
  "name": "schema",
912
954
  "kind": 1024,
913
955
  "kindString": "Property",
@@ -929,7 +971,7 @@
929
971
  {
930
972
  "title": "Properties",
931
973
  "children": [
932
- 298
974
+ 297
933
975
  ]
934
976
  }
935
977
  ],
@@ -950,7 +992,7 @@
950
992
  {
951
993
  "title": "Properties",
952
994
  "children": [
953
- 296
995
+ 295
954
996
  ]
955
997
  }
956
998
  ],
@@ -978,92 +1020,221 @@
978
1020
  }
979
1021
  },
980
1022
  {
981
- "id": 99,
982
- "name": "resolver",
1023
+ "id": 133,
1024
+ "name": "supportedQueryValidator",
983
1025
  "kind": 1024,
984
1026
  "kindString": "Property",
985
1027
  "flags": {
1028
+ "isProtected": true,
986
1029
  "isReadonly": true
987
1030
  },
988
1031
  "sources": [
989
1032
  {
990
1033
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
991
- "line": 14,
992
- "character": 13
1034
+ "line": 40,
1035
+ "character": 23
993
1036
  }
994
1037
  ],
995
1038
  "type": {
996
1039
  "type": "reference",
997
1040
  "typeArguments": [
998
1041
  {
999
- "type": "reference",
1000
- "typeArguments": [
1042
+ "type": "intersection",
1043
+ "types": [
1001
1044
  {
1002
- "type": "intersection",
1003
- "types": [
1004
- {
1005
- "type": "reference",
1006
- "name": "SchemaFields"
1007
- },
1008
- {
1009
- "type": "reference",
1010
- "name": "PayloadFields"
1011
- },
1012
- {
1013
- "type": "reflection",
1014
- "declaration": {
1015
- "id": 100,
1016
- "name": "__type",
1017
- "kind": 65536,
1018
- "kindString": "Type literal",
1045
+ "type": "reference",
1046
+ "name": "SchemaFields"
1047
+ },
1048
+ {
1049
+ "type": "reference",
1050
+ "name": "PayloadFields"
1051
+ },
1052
+ {
1053
+ "type": "reference",
1054
+ "name": "XyoBoundWitnessFields"
1055
+ },
1056
+ {
1057
+ "type": "reflection",
1058
+ "declaration": {
1059
+ "id": 134,
1060
+ "name": "__type",
1061
+ "kind": 65536,
1062
+ "kindString": "Type literal",
1063
+ "flags": {},
1064
+ "children": [
1065
+ {
1066
+ "id": 135,
1067
+ "name": "query",
1068
+ "kind": 1024,
1069
+ "kindString": "Property",
1019
1070
  "flags": {},
1020
- "children": [
1071
+ "sources": [
1021
1072
  {
1022
- "id": 101,
1023
- "name": "name",
1024
- "kind": 1024,
1025
- "kindString": "Property",
1026
- "flags": {
1027
- "isOptional": true
1028
- },
1029
- "sources": [
1030
- {
1031
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
1032
- "line": 9,
1033
- "character": 4
1034
- }
1035
- ],
1036
- "type": {
1037
- "type": "intrinsic",
1038
- "name": "string"
1039
- }
1040
- },
1073
+ "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
1074
+ "line": 5,
1075
+ "character": 4
1076
+ }
1077
+ ],
1078
+ "type": {
1079
+ "type": "intrinsic",
1080
+ "name": "string"
1081
+ }
1082
+ },
1083
+ {
1084
+ "id": 136,
1085
+ "name": "resultSet",
1086
+ "kind": 1024,
1087
+ "kindString": "Property",
1088
+ "flags": {
1089
+ "isOptional": true
1090
+ },
1091
+ "sources": [
1041
1092
  {
1042
- "id": 102,
1043
- "name": "security",
1044
- "kind": 1024,
1045
- "kindString": "Property",
1046
- "flags": {
1047
- "isOptional": true
1048
- },
1049
- "sources": [
1050
- {
1051
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
1052
- "line": 10,
1053
- "character": 4
1054
- }
1055
- ],
1056
- "type": {
1057
- "type": "reflection",
1058
- "declaration": {
1059
- "id": 103,
1060
- "name": "__type",
1061
- "kind": 65536,
1062
- "kindString": "Type literal",
1063
- "flags": {},
1064
- "children": [
1093
+ "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
1094
+ "line": 6,
1095
+ "character": 4
1096
+ }
1097
+ ],
1098
+ "type": {
1099
+ "type": "intrinsic",
1100
+ "name": "string"
1101
+ }
1102
+ },
1103
+ {
1104
+ "id": 137,
1105
+ "name": "schema",
1106
+ "kind": 1024,
1107
+ "kindString": "Property",
1108
+ "flags": {},
1109
+ "sources": [
1110
+ {
1111
+ "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
1112
+ "line": 7,
1113
+ "character": 4
1114
+ }
1115
+ ],
1116
+ "type": {
1117
+ "type": "literal",
1118
+ "value": "network.xyo.boundwitness"
1119
+ }
1120
+ }
1121
+ ],
1122
+ "groups": [
1123
+ {
1124
+ "title": "Properties",
1125
+ "children": [
1126
+ 135,
1127
+ 136,
1128
+ 137
1129
+ ]
1130
+ }
1131
+ ],
1132
+ "sources": [
1133
+ {
1134
+ "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
1135
+ "line": 4,
1136
+ "character": 51
1137
+ }
1138
+ ]
1139
+ }
1140
+ }
1141
+ ]
1142
+ }
1143
+ ],
1144
+ "name": "Queryable"
1145
+ },
1146
+ "inheritedFrom": {
1147
+ "type": "reference",
1148
+ "name": "AbstractWitness.supportedQueryValidator"
1149
+ }
1150
+ },
1151
+ {
1152
+ "id": 114,
1153
+ "name": "upResolver",
1154
+ "kind": 1024,
1155
+ "kindString": "Property",
1156
+ "flags": {
1157
+ "isReadonly": true
1158
+ },
1159
+ "sources": [
1160
+ {
1161
+ "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1162
+ "line": 25,
1163
+ "character": 13
1164
+ }
1165
+ ],
1166
+ "type": {
1167
+ "type": "reference",
1168
+ "typeArguments": [
1169
+ {
1170
+ "type": "reference",
1171
+ "typeArguments": [
1172
+ {
1173
+ "type": "intersection",
1174
+ "types": [
1175
+ {
1176
+ "type": "reference",
1177
+ "name": "SchemaFields"
1178
+ },
1179
+ {
1180
+ "type": "reference",
1181
+ "name": "PayloadFields"
1182
+ },
1183
+ {
1184
+ "type": "reflection",
1185
+ "declaration": {
1186
+ "id": 115,
1187
+ "name": "__type",
1188
+ "kind": 65536,
1189
+ "kindString": "Type literal",
1190
+ "flags": {},
1191
+ "children": [
1192
+ {
1193
+ "id": 116,
1194
+ "name": "name",
1195
+ "kind": 1024,
1196
+ "kindString": "Property",
1197
+ "flags": {
1198
+ "isOptional": true
1199
+ },
1200
+ "sources": [
1201
+ {
1202
+ "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1203
+ "line": 26,
1204
+ "character": 8
1205
+ }
1206
+ ],
1207
+ "type": {
1208
+ "type": "intrinsic",
1209
+ "name": "string"
1210
+ }
1211
+ },
1212
+ {
1213
+ "id": 117,
1214
+ "name": "security",
1215
+ "kind": 1024,
1216
+ "kindString": "Property",
1217
+ "flags": {
1218
+ "isOptional": true
1219
+ },
1220
+ "sources": [
1221
+ {
1222
+ "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1223
+ "line": 27,
1224
+ "character": 8
1225
+ }
1226
+ ],
1227
+ "type": {
1228
+ "type": "reflection",
1229
+ "declaration": {
1230
+ "id": 118,
1231
+ "name": "__type",
1232
+ "kind": 65536,
1233
+ "kindString": "Type literal",
1234
+ "flags": {},
1235
+ "children": [
1065
1236
  {
1066
- "id": 104,
1237
+ "id": 119,
1067
1238
  "name": "allowAnonymous",
1068
1239
  "kind": 1024,
1069
1240
  "kindString": "Property",
@@ -1072,9 +1243,9 @@
1072
1243
  },
1073
1244
  "sources": [
1074
1245
  {
1075
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
1076
- "line": 11,
1077
- "character": 8
1246
+ "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1247
+ "line": 28,
1248
+ "character": 12
1078
1249
  }
1079
1250
  ],
1080
1251
  "type": {
@@ -1083,7 +1254,7 @@
1083
1254
  }
1084
1255
  },
1085
1256
  {
1086
- "id": 105,
1257
+ "id": 120,
1087
1258
  "name": "allowed",
1088
1259
  "kind": 1024,
1089
1260
  "kindString": "Property",
@@ -1092,9 +1263,9 @@
1092
1263
  },
1093
1264
  "sources": [
1094
1265
  {
1095
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
1096
- "line": 12,
1097
- "character": 8
1266
+ "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1267
+ "line": 29,
1268
+ "character": 12
1098
1269
  }
1099
1270
  ],
1100
1271
  "type": {
@@ -1127,7 +1298,7 @@
1127
1298
  }
1128
1299
  },
1129
1300
  {
1130
- "id": 106,
1301
+ "id": 121,
1131
1302
  "name": "disallowed",
1132
1303
  "kind": 1024,
1133
1304
  "kindString": "Property",
@@ -1136,9 +1307,9 @@
1136
1307
  },
1137
1308
  "sources": [
1138
1309
  {
1139
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
1140
- "line": 13,
1141
- "character": 8
1310
+ "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1311
+ "line": 30,
1312
+ "character": 12
1142
1313
  }
1143
1314
  ],
1144
1315
  "type": {
@@ -1166,37 +1337,58 @@
1166
1337
  {
1167
1338
  "title": "Properties",
1168
1339
  "children": [
1169
- 104,
1170
- 105,
1171
- 106
1340
+ 119,
1341
+ 120,
1342
+ 121
1172
1343
  ]
1173
1344
  }
1174
1345
  ],
1175
1346
  "sources": [
1176
1347
  {
1177
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
1178
- "line": 10,
1179
- "character": 15
1348
+ "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1349
+ "line": 27,
1350
+ "character": 19
1180
1351
  }
1181
1352
  ]
1182
1353
  }
1183
1354
  }
1355
+ },
1356
+ {
1357
+ "id": 122,
1358
+ "name": "storeQueries",
1359
+ "kind": 1024,
1360
+ "kindString": "Property",
1361
+ "flags": {
1362
+ "isOptional": true
1363
+ },
1364
+ "sources": [
1365
+ {
1366
+ "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1367
+ "line": 32,
1368
+ "character": 8
1369
+ }
1370
+ ],
1371
+ "type": {
1372
+ "type": "intrinsic",
1373
+ "name": "boolean"
1374
+ }
1184
1375
  }
1185
1376
  ],
1186
1377
  "groups": [
1187
1378
  {
1188
1379
  "title": "Properties",
1189
1380
  "children": [
1190
- 101,
1191
- 102
1381
+ 116,
1382
+ 117,
1383
+ 122
1192
1384
  ]
1193
1385
  }
1194
1386
  ],
1195
1387
  "sources": [
1196
1388
  {
1197
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
1198
- "line": 8,
1199
- "character": 75
1389
+ "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1390
+ "line": 25,
1391
+ "character": 161
1200
1392
  }
1201
1393
  ]
1202
1394
  }
@@ -1204,23 +1396,23 @@
1204
1396
  {
1205
1397
  "type": "reflection",
1206
1398
  "declaration": {
1207
- "id": 107,
1399
+ "id": 123,
1208
1400
  "name": "__type",
1209
1401
  "kind": 65536,
1210
1402
  "kindString": "Type literal",
1211
1403
  "flags": {},
1212
1404
  "children": [
1213
1405
  {
1214
- "id": 108,
1406
+ "id": 124,
1215
1407
  "name": "schema",
1216
1408
  "kind": 1024,
1217
1409
  "kindString": "Property",
1218
1410
  "flags": {},
1219
1411
  "sources": [
1220
1412
  {
1221
- "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
1222
- "line": 19,
1223
- "character": 4
1413
+ "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1414
+ "line": 34,
1415
+ "character": 8
1224
1416
  }
1225
1417
  ],
1226
1418
  "type": {
@@ -1233,163 +1425,34 @@
1233
1425
  {
1234
1426
  "title": "Properties",
1235
1427
  "children": [
1236
- 108
1428
+ 124
1237
1429
  ]
1238
- }
1239
- ],
1240
- "sources": [
1241
- {
1242
- "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
1243
- "line": 18,
1244
- "character": 17
1245
- }
1246
- ]
1247
- }
1248
- }
1249
- ]
1250
- }
1251
- ],
1252
- "name": "Module"
1253
- }
1254
- ],
1255
- "name": "CompositeModuleResolver"
1256
- },
1257
- "inheritedFrom": {
1258
- "type": "reference",
1259
- "name": "AbstractWitness.resolver"
1260
- }
1261
- },
1262
- {
1263
- "id": 127,
1264
- "name": "supportedQueryValidator",
1265
- "kind": 1024,
1266
- "kindString": "Property",
1267
- "flags": {
1268
- "isProtected": true,
1269
- "isReadonly": true
1270
- },
1271
- "sources": [
1272
- {
1273
- "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1274
- "line": 29,
1275
- "character": 23
1276
- }
1277
- ],
1278
- "type": {
1279
- "type": "reference",
1280
- "typeArguments": [
1281
- {
1282
- "type": "intersection",
1283
- "types": [
1284
- {
1285
- "type": "reference",
1286
- "name": "SchemaFields"
1287
- },
1288
- {
1289
- "type": "reference",
1290
- "name": "PayloadFields"
1291
- },
1292
- {
1293
- "type": "reference",
1294
- "name": "XyoBoundWitnessFields"
1295
- },
1296
- {
1297
- "type": "reflection",
1298
- "declaration": {
1299
- "id": 128,
1300
- "name": "__type",
1301
- "kind": 65536,
1302
- "kindString": "Type literal",
1303
- "flags": {},
1304
- "children": [
1305
- {
1306
- "id": 129,
1307
- "name": "query",
1308
- "kind": 1024,
1309
- "kindString": "Property",
1310
- "flags": {},
1311
- "sources": [
1312
- {
1313
- "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
1314
- "line": 5,
1315
- "character": 4
1316
- }
1317
- ],
1318
- "type": {
1319
- "type": "intrinsic",
1320
- "name": "string"
1321
- }
1322
- },
1323
- {
1324
- "id": 130,
1325
- "name": "resultSet",
1326
- "kind": 1024,
1327
- "kindString": "Property",
1328
- "flags": {
1329
- "isOptional": true
1330
- },
1331
- "sources": [
1332
- {
1333
- "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
1334
- "line": 6,
1335
- "character": 4
1336
- }
1337
- ],
1338
- "type": {
1339
- "type": "intrinsic",
1340
- "name": "string"
1341
- }
1342
- },
1343
- {
1344
- "id": 131,
1345
- "name": "schema",
1346
- "kind": 1024,
1347
- "kindString": "Property",
1348
- "flags": {},
1349
- "sources": [
1350
- {
1351
- "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
1352
- "line": 7,
1353
- "character": 4
1354
- }
1355
- ],
1356
- "type": {
1357
- "type": "literal",
1358
- "value": "network.xyo.boundwitness.query"
1359
- }
1360
- }
1361
- ],
1362
- "groups": [
1363
- {
1364
- "title": "Properties",
1365
- "children": [
1366
- 129,
1367
- 130,
1368
- 131
1430
+ }
1431
+ ],
1432
+ "sources": [
1433
+ {
1434
+ "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1435
+ "line": 33,
1436
+ "character": 8
1437
+ }
1369
1438
  ]
1370
1439
  }
1371
- ],
1372
- "sources": [
1373
- {
1374
- "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
1375
- "line": 4,
1376
- "character": 51
1377
- }
1378
- ]
1379
- }
1440
+ }
1441
+ ]
1380
1442
  }
1381
- ]
1443
+ ],
1444
+ "name": "Module"
1382
1445
  }
1383
1446
  ],
1384
- "name": "Queryable"
1447
+ "name": "CompositeModuleResolver"
1385
1448
  },
1386
1449
  "inheritedFrom": {
1387
1450
  "type": "reference",
1388
- "name": "AbstractWitness.supportedQueryValidator"
1451
+ "name": "AbstractWitness.upResolver"
1389
1452
  }
1390
1453
  },
1391
1454
  {
1392
- "id": 26,
1455
+ "id": 27,
1393
1456
  "name": "configSchema",
1394
1457
  "kind": 1024,
1395
1458
  "kindString": "Property",
@@ -1401,7 +1464,7 @@
1401
1464
  "fileName": "plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts",
1402
1465
  "line": 10,
1403
1466
  "character": 18,
1404
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L10"
1467
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L10"
1405
1468
  }
1406
1469
  ],
1407
1470
  "type": {
@@ -1415,7 +1478,7 @@
1415
1478
  }
1416
1479
  },
1417
1480
  {
1418
- "id": 43,
1481
+ "id": 45,
1419
1482
  "name": "defaultLogger",
1420
1483
  "kind": 1024,
1421
1484
  "kindString": "Property",
@@ -1440,7 +1503,7 @@
1440
1503
  }
1441
1504
  },
1442
1505
  {
1443
- "id": 132,
1506
+ "id": 138,
1444
1507
  "name": "address",
1445
1508
  "kind": 262144,
1446
1509
  "kindString": "Accessor",
@@ -1448,12 +1511,12 @@
1448
1511
  "sources": [
1449
1512
  {
1450
1513
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1451
- "line": 31,
1514
+ "line": 42,
1452
1515
  "character": 8
1453
1516
  }
1454
1517
  ],
1455
1518
  "getSignature": {
1456
- "id": 133,
1519
+ "id": 139,
1457
1520
  "name": "address",
1458
1521
  "kind": 524288,
1459
1522
  "kindString": "Get signature",
@@ -1473,7 +1536,7 @@
1473
1536
  }
1474
1537
  },
1475
1538
  {
1476
- "id": 134,
1539
+ "id": 140,
1477
1540
  "name": "allowAnonymous",
1478
1541
  "kind": 262144,
1479
1542
  "kindString": "Accessor",
@@ -1481,12 +1544,12 @@
1481
1544
  "sources": [
1482
1545
  {
1483
1546
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1484
- "line": 32,
1547
+ "line": 43,
1485
1548
  "character": 8
1486
1549
  }
1487
1550
  ],
1488
1551
  "getSignature": {
1489
- "id": 135,
1552
+ "id": 141,
1490
1553
  "name": "allowAnonymous",
1491
1554
  "kind": 524288,
1492
1555
  "kindString": "Get signature",
@@ -1506,7 +1569,7 @@
1506
1569
  }
1507
1570
  },
1508
1571
  {
1509
- "id": 136,
1572
+ "id": 142,
1510
1573
  "name": "config",
1511
1574
  "kind": 262144,
1512
1575
  "kindString": "Accessor",
@@ -1514,12 +1577,12 @@
1514
1577
  "sources": [
1515
1578
  {
1516
1579
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1517
- "line": 33,
1580
+ "line": 44,
1518
1581
  "character": 8
1519
1582
  }
1520
1583
  ],
1521
1584
  "getSignature": {
1522
- "id": 137,
1585
+ "id": 143,
1523
1586
  "name": "config",
1524
1587
  "kind": 524288,
1525
1588
  "kindString": "Get signature",
@@ -1539,7 +1602,7 @@
1539
1602
  }
1540
1603
  },
1541
1604
  {
1542
- "id": 48,
1605
+ "id": 50,
1543
1606
  "name": "geolocation",
1544
1607
  "kind": 262144,
1545
1608
  "kindString": "Accessor",
@@ -1549,11 +1612,11 @@
1549
1612
  "fileName": "plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts",
1550
1613
  "line": 19,
1551
1614
  "character": 6,
1552
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L19"
1615
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L19"
1553
1616
  }
1554
1617
  ],
1555
1618
  "getSignature": {
1556
- "id": 49,
1619
+ "id": 51,
1557
1620
  "name": "geolocation",
1558
1621
  "kind": 524288,
1559
1622
  "kindString": "Get signature",
@@ -1567,7 +1630,7 @@
1567
1630
  }
1568
1631
  },
1569
1632
  {
1570
- "id": 299,
1633
+ "id": 298,
1571
1634
  "name": "log",
1572
1635
  "kind": 262144,
1573
1636
  "kindString": "Accessor",
@@ -1576,335 +1639,44 @@
1576
1639
  },
1577
1640
  "sources": [
1578
1641
  {
1579
- "fileName": "protocol/packages/core/dist/types/lib/Base.d.ts",
1580
- "line": 23,
1581
- "character": 18
1582
- }
1583
- ],
1584
- "getSignature": {
1585
- "id": 300,
1586
- "name": "log",
1587
- "kind": 524288,
1588
- "kindString": "Get signature",
1589
- "flags": {},
1590
- "type": {
1591
- "type": "union",
1592
- "types": [
1593
- {
1594
- "type": "reference",
1595
- "name": "Logger"
1596
- },
1597
- {
1598
- "type": "reference",
1599
- "name": "Console",
1600
- "qualifiedName": "Console",
1601
- "package": "typescript"
1602
- }
1603
- ]
1604
- },
1605
- "inheritedFrom": {
1606
- "type": "reference",
1607
- "name": "AbstractWitness.log"
1608
- }
1609
- },
1610
- "inheritedFrom": {
1611
- "type": "reference",
1612
- "name": "AbstractWitness.log"
1613
- }
1614
- },
1615
- {
1616
- "id": 138,
1617
- "name": "parentResolver",
1618
- "kind": 262144,
1619
- "kindString": "Accessor",
1620
- "flags": {},
1621
- "sources": [
1622
- {
1623
- "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1624
- "line": 34,
1625
- "character": 8
1626
- }
1627
- ],
1628
- "getSignature": {
1629
- "id": 139,
1630
- "name": "parentResolver",
1631
- "kind": 524288,
1632
- "kindString": "Get signature",
1633
- "flags": {},
1634
- "type": {
1635
- "type": "reference",
1636
- "typeArguments": [
1637
- {
1638
- "type": "reference",
1639
- "typeArguments": [
1640
- {
1641
- "type": "intersection",
1642
- "types": [
1643
- {
1644
- "type": "reference",
1645
- "name": "SchemaFields"
1646
- },
1647
- {
1648
- "type": "reference",
1649
- "name": "PayloadFields"
1650
- },
1651
- {
1652
- "type": "reflection",
1653
- "declaration": {
1654
- "id": 140,
1655
- "name": "__type",
1656
- "kind": 65536,
1657
- "kindString": "Type literal",
1658
- "flags": {},
1659
- "children": [
1660
- {
1661
- "id": 141,
1662
- "name": "name",
1663
- "kind": 1024,
1664
- "kindString": "Property",
1665
- "flags": {
1666
- "isOptional": true
1667
- },
1668
- "sources": [
1669
- {
1670
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
1671
- "line": 9,
1672
- "character": 4
1673
- }
1674
- ],
1675
- "type": {
1676
- "type": "intrinsic",
1677
- "name": "string"
1678
- }
1679
- },
1680
- {
1681
- "id": 142,
1682
- "name": "security",
1683
- "kind": 1024,
1684
- "kindString": "Property",
1685
- "flags": {
1686
- "isOptional": true
1687
- },
1688
- "sources": [
1689
- {
1690
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
1691
- "line": 10,
1692
- "character": 4
1693
- }
1694
- ],
1695
- "type": {
1696
- "type": "reflection",
1697
- "declaration": {
1698
- "id": 143,
1699
- "name": "__type",
1700
- "kind": 65536,
1701
- "kindString": "Type literal",
1702
- "flags": {},
1703
- "children": [
1704
- {
1705
- "id": 144,
1706
- "name": "allowAnonymous",
1707
- "kind": 1024,
1708
- "kindString": "Property",
1709
- "flags": {
1710
- "isOptional": true
1711
- },
1712
- "sources": [
1713
- {
1714
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
1715
- "line": 11,
1716
- "character": 8
1717
- }
1718
- ],
1719
- "type": {
1720
- "type": "intrinsic",
1721
- "name": "boolean"
1722
- }
1723
- },
1724
- {
1725
- "id": 145,
1726
- "name": "allowed",
1727
- "kind": 1024,
1728
- "kindString": "Property",
1729
- "flags": {
1730
- "isOptional": true
1731
- },
1732
- "sources": [
1733
- {
1734
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
1735
- "line": 12,
1736
- "character": 8
1737
- }
1738
- ],
1739
- "type": {
1740
- "type": "reference",
1741
- "typeArguments": [
1742
- {
1743
- "type": "intrinsic",
1744
- "name": "string"
1745
- },
1746
- {
1747
- "type": "array",
1748
- "elementType": {
1749
- "type": "union",
1750
- "types": [
1751
- {
1752
- "type": "intrinsic",
1753
- "name": "string"
1754
- },
1755
- {
1756
- "type": "reference",
1757
- "name": "CosigningAddressSet"
1758
- }
1759
- ]
1760
- }
1761
- }
1762
- ],
1763
- "name": "Record",
1764
- "qualifiedName": "Record",
1765
- "package": "typescript"
1766
- }
1767
- },
1768
- {
1769
- "id": 146,
1770
- "name": "disallowed",
1771
- "kind": 1024,
1772
- "kindString": "Property",
1773
- "flags": {
1774
- "isOptional": true
1775
- },
1776
- "sources": [
1777
- {
1778
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
1779
- "line": 13,
1780
- "character": 8
1781
- }
1782
- ],
1783
- "type": {
1784
- "type": "reference",
1785
- "typeArguments": [
1786
- {
1787
- "type": "intrinsic",
1788
- "name": "string"
1789
- },
1790
- {
1791
- "type": "array",
1792
- "elementType": {
1793
- "type": "intrinsic",
1794
- "name": "string"
1795
- }
1796
- }
1797
- ],
1798
- "name": "Record",
1799
- "qualifiedName": "Record",
1800
- "package": "typescript"
1801
- }
1802
- }
1803
- ],
1804
- "groups": [
1805
- {
1806
- "title": "Properties",
1807
- "children": [
1808
- 144,
1809
- 145,
1810
- 146
1811
- ]
1812
- }
1813
- ],
1814
- "sources": [
1815
- {
1816
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
1817
- "line": 10,
1818
- "character": 15
1819
- }
1820
- ]
1821
- }
1822
- }
1823
- }
1824
- ],
1825
- "groups": [
1826
- {
1827
- "title": "Properties",
1828
- "children": [
1829
- 141,
1830
- 142
1831
- ]
1832
- }
1833
- ],
1834
- "sources": [
1835
- {
1836
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
1837
- "line": 8,
1838
- "character": 75
1839
- }
1840
- ]
1841
- }
1842
- },
1843
- {
1844
- "type": "reflection",
1845
- "declaration": {
1846
- "id": 147,
1847
- "name": "__type",
1848
- "kind": 65536,
1849
- "kindString": "Type literal",
1850
- "flags": {},
1851
- "children": [
1852
- {
1853
- "id": 148,
1854
- "name": "schema",
1855
- "kind": 1024,
1856
- "kindString": "Property",
1857
- "flags": {},
1858
- "sources": [
1859
- {
1860
- "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
1861
- "line": 19,
1862
- "character": 4
1863
- }
1864
- ],
1865
- "type": {
1866
- "type": "intrinsic",
1867
- "name": "string"
1868
- }
1869
- }
1870
- ],
1871
- "groups": [
1872
- {
1873
- "title": "Properties",
1874
- "children": [
1875
- 148
1876
- ]
1877
- }
1878
- ],
1879
- "sources": [
1880
- {
1881
- "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
1882
- "line": 18,
1883
- "character": 17
1884
- }
1885
- ]
1886
- }
1887
- }
1888
- ]
1889
- }
1890
- ],
1891
- "name": "Module"
1642
+ "fileName": "protocol/packages/core/dist/types/lib/Base.d.ts",
1643
+ "line": 23,
1644
+ "character": 18
1645
+ }
1646
+ ],
1647
+ "getSignature": {
1648
+ "id": 299,
1649
+ "name": "log",
1650
+ "kind": 524288,
1651
+ "kindString": "Get signature",
1652
+ "flags": {},
1653
+ "type": {
1654
+ "type": "union",
1655
+ "types": [
1656
+ {
1657
+ "type": "reference",
1658
+ "name": "Logger"
1659
+ },
1660
+ {
1661
+ "type": "reference",
1662
+ "name": "Console",
1663
+ "qualifiedName": "Console",
1664
+ "package": "typescript"
1892
1665
  }
1893
- ],
1894
- "name": "CompositeModuleResolver"
1666
+ ]
1895
1667
  },
1896
1668
  "inheritedFrom": {
1897
1669
  "type": "reference",
1898
- "name": "AbstractWitness.parentResolver"
1670
+ "name": "AbstractWitness.log"
1899
1671
  }
1900
1672
  },
1901
1673
  "inheritedFrom": {
1902
1674
  "type": "reference",
1903
- "name": "AbstractWitness.parentResolver"
1675
+ "name": "AbstractWitness.log"
1904
1676
  }
1905
1677
  },
1906
1678
  {
1907
- "id": 149,
1679
+ "id": 144,
1908
1680
  "name": "previousHash",
1909
1681
  "kind": 262144,
1910
1682
  "kindString": "Accessor",
@@ -1912,12 +1684,12 @@
1912
1684
  "sources": [
1913
1685
  {
1914
1686
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1915
- "line": 35,
1687
+ "line": 45,
1916
1688
  "character": 8
1917
1689
  }
1918
1690
  ],
1919
1691
  "getSignature": {
1920
- "id": 150,
1692
+ "id": 145,
1921
1693
  "name": "previousHash",
1922
1694
  "kind": 524288,
1923
1695
  "kindString": "Get signature",
@@ -1946,7 +1718,7 @@
1946
1718
  }
1947
1719
  },
1948
1720
  {
1949
- "id": 56,
1721
+ "id": 58,
1950
1722
  "name": "queries",
1951
1723
  "kind": 262144,
1952
1724
  "kindString": "Accessor",
@@ -1959,7 +1731,7 @@
1959
1731
  }
1960
1732
  ],
1961
1733
  "getSignature": {
1962
- "id": 57,
1734
+ "id": 59,
1963
1735
  "name": "queries",
1964
1736
  "kind": 524288,
1965
1737
  "kindString": "Get signature",
@@ -1982,7 +1754,7 @@
1982
1754
  }
1983
1755
  },
1984
1756
  {
1985
- "id": 58,
1757
+ "id": 60,
1986
1758
  "name": "targetSet",
1987
1759
  "kind": 262144,
1988
1760
  "kindString": "Accessor",
@@ -1995,7 +1767,7 @@
1995
1767
  }
1996
1768
  ],
1997
1769
  "getSignature": {
1998
- "id": 59,
1770
+ "id": 61,
1999
1771
  "name": "targetSet",
2000
1772
  "kind": 524288,
2001
1773
  "kindString": "Get signature",
@@ -2025,14 +1797,14 @@
2025
1797
  {
2026
1798
  "type": "reflection",
2027
1799
  "declaration": {
2028
- "id": 60,
1800
+ "id": 62,
2029
1801
  "name": "__type",
2030
1802
  "kind": 65536,
2031
1803
  "kindString": "Type literal",
2032
1804
  "flags": {},
2033
1805
  "children": [
2034
1806
  {
2035
- "id": 61,
1807
+ "id": 63,
2036
1808
  "name": "schema",
2037
1809
  "kind": 1024,
2038
1810
  "kindString": "Property",
@@ -2054,7 +1826,7 @@
2054
1826
  {
2055
1827
  "title": "Properties",
2056
1828
  "children": [
2057
- 61
1829
+ 63
2058
1830
  ]
2059
1831
  }
2060
1832
  ],
@@ -2082,7 +1854,7 @@
2082
1854
  }
2083
1855
  },
2084
1856
  {
2085
- "id": 208,
1857
+ "id": 193,
2086
1858
  "name": "bindHashes",
2087
1859
  "kind": 2048,
2088
1860
  "kindString": "Method",
@@ -2092,20 +1864,20 @@
2092
1864
  "sources": [
2093
1865
  {
2094
1866
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
2095
- "line": 44,
1867
+ "line": 53,
2096
1868
  "character": 14
2097
1869
  }
2098
1870
  ],
2099
1871
  "signatures": [
2100
1872
  {
2101
- "id": 209,
1873
+ "id": 194,
2102
1874
  "name": "bindHashes",
2103
1875
  "kind": 4096,
2104
1876
  "kindString": "Call signature",
2105
1877
  "flags": {},
2106
1878
  "parameters": [
2107
1879
  {
2108
- "id": 210,
1880
+ "id": 195,
2109
1881
  "name": "hashes",
2110
1882
  "kind": 32768,
2111
1883
  "kindString": "Parameter",
@@ -2119,7 +1891,7 @@
2119
1891
  }
2120
1892
  },
2121
1893
  {
2122
- "id": 211,
1894
+ "id": 196,
2123
1895
  "name": "schema",
2124
1896
  "kind": 32768,
2125
1897
  "kindString": "Parameter",
@@ -2133,7 +1905,7 @@
2133
1905
  }
2134
1906
  },
2135
1907
  {
2136
- "id": 212,
1908
+ "id": 197,
2137
1909
  "name": "account",
2138
1910
  "kind": 32768,
2139
1911
  "kindString": "Parameter",
@@ -2172,7 +1944,7 @@
2172
1944
  }
2173
1945
  },
2174
1946
  {
2175
- "id": 213,
1947
+ "id": 198,
2176
1948
  "name": "bindHashesInternal",
2177
1949
  "kind": 2048,
2178
1950
  "kindString": "Method",
@@ -2182,20 +1954,20 @@
2182
1954
  "sources": [
2183
1955
  {
2184
1956
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
2185
- "line": 45,
1957
+ "line": 54,
2186
1958
  "character": 14
2187
1959
  }
2188
1960
  ],
2189
1961
  "signatures": [
2190
1962
  {
2191
- "id": 214,
1963
+ "id": 199,
2192
1964
  "name": "bindHashesInternal",
2193
1965
  "kind": 4096,
2194
1966
  "kindString": "Call signature",
2195
1967
  "flags": {},
2196
1968
  "parameters": [
2197
1969
  {
2198
- "id": 215,
1970
+ "id": 200,
2199
1971
  "name": "hashes",
2200
1972
  "kind": 32768,
2201
1973
  "kindString": "Parameter",
@@ -2209,7 +1981,7 @@
2209
1981
  }
2210
1982
  },
2211
1983
  {
2212
- "id": 216,
1984
+ "id": 201,
2213
1985
  "name": "schema",
2214
1986
  "kind": 32768,
2215
1987
  "kindString": "Parameter",
@@ -2223,7 +1995,7 @@
2223
1995
  }
2224
1996
  },
2225
1997
  {
2226
- "id": 217,
1998
+ "id": 202,
2227
1999
  "name": "account",
2228
2000
  "kind": 32768,
2229
2001
  "kindString": "Parameter",
@@ -2254,14 +2026,14 @@
2254
2026
  {
2255
2027
  "type": "reflection",
2256
2028
  "declaration": {
2257
- "id": 218,
2029
+ "id": 203,
2258
2030
  "name": "__type",
2259
2031
  "kind": 65536,
2260
2032
  "kindString": "Type literal",
2261
2033
  "flags": {},
2262
2034
  "children": [
2263
2035
  {
2264
- "id": 219,
2036
+ "id": 204,
2265
2037
  "name": "schema",
2266
2038
  "kind": 1024,
2267
2039
  "kindString": "Property",
@@ -2283,7 +2055,7 @@
2283
2055
  {
2284
2056
  "title": "Properties",
2285
2057
  "children": [
2286
- 219
2058
+ 204
2287
2059
  ]
2288
2060
  }
2289
2061
  ],
@@ -2310,7 +2082,7 @@
2310
2082
  }
2311
2083
  },
2312
2084
  {
2313
- "id": 220,
2085
+ "id": 205,
2314
2086
  "name": "bindQuery",
2315
2087
  "kind": 2048,
2316
2088
  "kindString": "Method",
@@ -2320,20 +2092,20 @@
2320
2092
  "sources": [
2321
2093
  {
2322
2094
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
2323
- "line": 46,
2095
+ "line": 55,
2324
2096
  "character": 14
2325
2097
  }
2326
2098
  ],
2327
2099
  "signatures": [
2328
2100
  {
2329
- "id": 221,
2101
+ "id": 206,
2330
2102
  "name": "bindQuery",
2331
2103
  "kind": 4096,
2332
2104
  "kindString": "Call signature",
2333
2105
  "flags": {},
2334
2106
  "typeParameter": [
2335
2107
  {
2336
- "id": 226,
2108
+ "id": 211,
2337
2109
  "name": "T",
2338
2110
  "kind": 131072,
2339
2111
  "kindString": "Type parameter",
@@ -2359,14 +2131,14 @@
2359
2131
  {
2360
2132
  "type": "reflection",
2361
2133
  "declaration": {
2362
- "id": 222,
2134
+ "id": 207,
2363
2135
  "name": "__type",
2364
2136
  "kind": 65536,
2365
2137
  "kindString": "Type literal",
2366
2138
  "flags": {},
2367
2139
  "children": [
2368
2140
  {
2369
- "id": 223,
2141
+ "id": 208,
2370
2142
  "name": "schema",
2371
2143
  "kind": 1024,
2372
2144
  "kindString": "Property",
@@ -2388,7 +2160,7 @@
2388
2160
  {
2389
2161
  "title": "Properties",
2390
2162
  "children": [
2391
- 223
2163
+ 208
2392
2164
  ]
2393
2165
  }
2394
2166
  ],
@@ -2424,14 +2196,14 @@
2424
2196
  {
2425
2197
  "type": "reflection",
2426
2198
  "declaration": {
2427
- "id": 224,
2199
+ "id": 209,
2428
2200
  "name": "__type",
2429
2201
  "kind": 65536,
2430
2202
  "kindString": "Type literal",
2431
2203
  "flags": {},
2432
2204
  "children": [
2433
2205
  {
2434
- "id": 225,
2206
+ "id": 210,
2435
2207
  "name": "schema",
2436
2208
  "kind": 1024,
2437
2209
  "kindString": "Property",
@@ -2453,7 +2225,7 @@
2453
2225
  {
2454
2226
  "title": "Properties",
2455
2227
  "children": [
2456
- 225
2228
+ 210
2457
2229
  ]
2458
2230
  }
2459
2231
  ],
@@ -2477,19 +2249,19 @@
2477
2249
  ],
2478
2250
  "parameters": [
2479
2251
  {
2480
- "id": 227,
2252
+ "id": 212,
2481
2253
  "name": "query",
2482
2254
  "kind": 32768,
2483
2255
  "kindString": "Parameter",
2484
2256
  "flags": {},
2485
2257
  "type": {
2486
2258
  "type": "reference",
2487
- "id": 226,
2259
+ "id": 211,
2488
2260
  "name": "T"
2489
2261
  }
2490
2262
  },
2491
2263
  {
2492
- "id": 228,
2264
+ "id": 213,
2493
2265
  "name": "payloads",
2494
2266
  "kind": 32768,
2495
2267
  "kindString": "Parameter",
@@ -2512,14 +2284,14 @@
2512
2284
  {
2513
2285
  "type": "reflection",
2514
2286
  "declaration": {
2515
- "id": 229,
2287
+ "id": 214,
2516
2288
  "name": "__type",
2517
2289
  "kind": 65536,
2518
2290
  "kindString": "Type literal",
2519
2291
  "flags": {},
2520
2292
  "children": [
2521
2293
  {
2522
- "id": 230,
2294
+ "id": 215,
2523
2295
  "name": "schema",
2524
2296
  "kind": 1024,
2525
2297
  "kindString": "Property",
@@ -2541,7 +2313,7 @@
2541
2313
  {
2542
2314
  "title": "Properties",
2543
2315
  "children": [
2544
- 230
2316
+ 215
2545
2317
  ]
2546
2318
  }
2547
2319
  ],
@@ -2559,7 +2331,7 @@
2559
2331
  }
2560
2332
  },
2561
2333
  {
2562
- "id": 231,
2334
+ "id": 216,
2563
2335
  "name": "account",
2564
2336
  "kind": 32768,
2565
2337
  "kindString": "Parameter",
@@ -2596,14 +2368,14 @@
2596
2368
  {
2597
2369
  "type": "reflection",
2598
2370
  "declaration": {
2599
- "id": 232,
2371
+ "id": 217,
2600
2372
  "name": "__type",
2601
2373
  "kind": 65536,
2602
2374
  "kindString": "Type literal",
2603
2375
  "flags": {},
2604
2376
  "children": [
2605
2377
  {
2606
- "id": 233,
2378
+ "id": 218,
2607
2379
  "name": "query",
2608
2380
  "kind": 1024,
2609
2381
  "kindString": "Property",
@@ -2621,7 +2393,7 @@
2621
2393
  }
2622
2394
  },
2623
2395
  {
2624
- "id": 234,
2396
+ "id": 219,
2625
2397
  "name": "resultSet",
2626
2398
  "kind": 1024,
2627
2399
  "kindString": "Property",
@@ -2641,7 +2413,7 @@
2641
2413
  }
2642
2414
  },
2643
2415
  {
2644
- "id": 235,
2416
+ "id": 220,
2645
2417
  "name": "schema",
2646
2418
  "kind": 1024,
2647
2419
  "kindString": "Property",
@@ -2655,7 +2427,7 @@
2655
2427
  ],
2656
2428
  "type": {
2657
2429
  "type": "literal",
2658
- "value": "network.xyo.boundwitness.query"
2430
+ "value": "network.xyo.boundwitness"
2659
2431
  }
2660
2432
  }
2661
2433
  ],
@@ -2663,9 +2435,9 @@
2663
2435
  {
2664
2436
  "title": "Properties",
2665
2437
  "children": [
2666
- 233,
2667
- 234,
2668
- 235
2438
+ 218,
2439
+ 219,
2440
+ 220
2669
2441
  ]
2670
2442
  }
2671
2443
  ],
@@ -2696,14 +2468,14 @@
2696
2468
  {
2697
2469
  "type": "reflection",
2698
2470
  "declaration": {
2699
- "id": 236,
2471
+ "id": 221,
2700
2472
  "name": "__type",
2701
2473
  "kind": 65536,
2702
2474
  "kindString": "Type literal",
2703
2475
  "flags": {},
2704
2476
  "children": [
2705
2477
  {
2706
- "id": 237,
2478
+ "id": 222,
2707
2479
  "name": "schema",
2708
2480
  "kind": 1024,
2709
2481
  "kindString": "Property",
@@ -2725,7 +2497,7 @@
2725
2497
  {
2726
2498
  "title": "Properties",
2727
2499
  "children": [
2728
- 237
2500
+ 222
2729
2501
  ]
2730
2502
  }
2731
2503
  ],
@@ -2762,7 +2534,7 @@
2762
2534
  }
2763
2535
  },
2764
2536
  {
2765
- "id": 238,
2537
+ "id": 223,
2766
2538
  "name": "bindQueryInternal",
2767
2539
  "kind": 2048,
2768
2540
  "kindString": "Method",
@@ -2772,20 +2544,20 @@
2772
2544
  "sources": [
2773
2545
  {
2774
2546
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
2775
- "line": 47,
2547
+ "line": 56,
2776
2548
  "character": 14
2777
2549
  }
2778
2550
  ],
2779
2551
  "signatures": [
2780
2552
  {
2781
- "id": 239,
2553
+ "id": 224,
2782
2554
  "name": "bindQueryInternal",
2783
2555
  "kind": 4096,
2784
2556
  "kindString": "Call signature",
2785
2557
  "flags": {},
2786
2558
  "typeParameter": [
2787
2559
  {
2788
- "id": 244,
2560
+ "id": 229,
2789
2561
  "name": "T",
2790
2562
  "kind": 131072,
2791
2563
  "kindString": "Type parameter",
@@ -2811,14 +2583,14 @@
2811
2583
  {
2812
2584
  "type": "reflection",
2813
2585
  "declaration": {
2814
- "id": 240,
2586
+ "id": 225,
2815
2587
  "name": "__type",
2816
2588
  "kind": 65536,
2817
2589
  "kindString": "Type literal",
2818
2590
  "flags": {},
2819
2591
  "children": [
2820
2592
  {
2821
- "id": 241,
2593
+ "id": 226,
2822
2594
  "name": "schema",
2823
2595
  "kind": 1024,
2824
2596
  "kindString": "Property",
@@ -2840,7 +2612,7 @@
2840
2612
  {
2841
2613
  "title": "Properties",
2842
2614
  "children": [
2843
- 241
2615
+ 226
2844
2616
  ]
2845
2617
  }
2846
2618
  ],
@@ -2876,14 +2648,14 @@
2876
2648
  {
2877
2649
  "type": "reflection",
2878
2650
  "declaration": {
2879
- "id": 242,
2651
+ "id": 227,
2880
2652
  "name": "__type",
2881
2653
  "kind": 65536,
2882
2654
  "kindString": "Type literal",
2883
2655
  "flags": {},
2884
2656
  "children": [
2885
2657
  {
2886
- "id": 243,
2658
+ "id": 228,
2887
2659
  "name": "schema",
2888
2660
  "kind": 1024,
2889
2661
  "kindString": "Property",
@@ -2905,7 +2677,7 @@
2905
2677
  {
2906
2678
  "title": "Properties",
2907
2679
  "children": [
2908
- 243
2680
+ 228
2909
2681
  ]
2910
2682
  }
2911
2683
  ],
@@ -2929,19 +2701,19 @@
2929
2701
  ],
2930
2702
  "parameters": [
2931
2703
  {
2932
- "id": 245,
2704
+ "id": 230,
2933
2705
  "name": "query",
2934
2706
  "kind": 32768,
2935
2707
  "kindString": "Parameter",
2936
2708
  "flags": {},
2937
2709
  "type": {
2938
2710
  "type": "reference",
2939
- "id": 244,
2711
+ "id": 229,
2940
2712
  "name": "T"
2941
2713
  }
2942
2714
  },
2943
2715
  {
2944
- "id": 246,
2716
+ "id": 231,
2945
2717
  "name": "payloads",
2946
2718
  "kind": 32768,
2947
2719
  "kindString": "Parameter",
@@ -2964,14 +2736,14 @@
2964
2736
  {
2965
2737
  "type": "reflection",
2966
2738
  "declaration": {
2967
- "id": 247,
2739
+ "id": 232,
2968
2740
  "name": "__type",
2969
2741
  "kind": 65536,
2970
2742
  "kindString": "Type literal",
2971
2743
  "flags": {},
2972
2744
  "children": [
2973
2745
  {
2974
- "id": 248,
2746
+ "id": 233,
2975
2747
  "name": "schema",
2976
2748
  "kind": 1024,
2977
2749
  "kindString": "Property",
@@ -2993,7 +2765,7 @@
2993
2765
  {
2994
2766
  "title": "Properties",
2995
2767
  "children": [
2996
- 248
2768
+ 233
2997
2769
  ]
2998
2770
  }
2999
2771
  ],
@@ -3011,7 +2783,7 @@
3011
2783
  }
3012
2784
  },
3013
2785
  {
3014
- "id": 249,
2786
+ "id": 234,
3015
2787
  "name": "account",
3016
2788
  "kind": 32768,
3017
2789
  "kindString": "Parameter",
@@ -3045,14 +2817,14 @@
3045
2817
  {
3046
2818
  "type": "reflection",
3047
2819
  "declaration": {
3048
- "id": 250,
2820
+ "id": 235,
3049
2821
  "name": "__type",
3050
2822
  "kind": 65536,
3051
2823
  "kindString": "Type literal",
3052
2824
  "flags": {},
3053
2825
  "children": [
3054
2826
  {
3055
- "id": 251,
2827
+ "id": 236,
3056
2828
  "name": "query",
3057
2829
  "kind": 1024,
3058
2830
  "kindString": "Property",
@@ -3070,7 +2842,7 @@
3070
2842
  }
3071
2843
  },
3072
2844
  {
3073
- "id": 252,
2845
+ "id": 237,
3074
2846
  "name": "resultSet",
3075
2847
  "kind": 1024,
3076
2848
  "kindString": "Property",
@@ -3090,7 +2862,7 @@
3090
2862
  }
3091
2863
  },
3092
2864
  {
3093
- "id": 253,
2865
+ "id": 238,
3094
2866
  "name": "schema",
3095
2867
  "kind": 1024,
3096
2868
  "kindString": "Property",
@@ -3104,7 +2876,7 @@
3104
2876
  ],
3105
2877
  "type": {
3106
2878
  "type": "literal",
3107
- "value": "network.xyo.boundwitness.query"
2879
+ "value": "network.xyo.boundwitness"
3108
2880
  }
3109
2881
  }
3110
2882
  ],
@@ -3112,9 +2884,9 @@
3112
2884
  {
3113
2885
  "title": "Properties",
3114
2886
  "children": [
3115
- 251,
3116
- 252,
3117
- 253
2887
+ 236,
2888
+ 237,
2889
+ 238
3118
2890
  ]
3119
2891
  }
3120
2892
  ],
@@ -3145,14 +2917,14 @@
3145
2917
  {
3146
2918
  "type": "reflection",
3147
2919
  "declaration": {
3148
- "id": 254,
2920
+ "id": 239,
3149
2921
  "name": "__type",
3150
2922
  "kind": 65536,
3151
2923
  "kindString": "Type literal",
3152
2924
  "flags": {},
3153
2925
  "children": [
3154
2926
  {
3155
- "id": 255,
2927
+ "id": 240,
3156
2928
  "name": "schema",
3157
2929
  "kind": 1024,
3158
2930
  "kindString": "Property",
@@ -3174,7 +2946,7 @@
3174
2946
  {
3175
2947
  "title": "Properties",
3176
2948
  "children": [
3177
- 255
2949
+ 240
3178
2950
  ]
3179
2951
  }
3180
2952
  ],
@@ -3204,7 +2976,7 @@
3204
2976
  }
3205
2977
  },
3206
2978
  {
3207
- "id": 256,
2979
+ "id": 241,
3208
2980
  "name": "bindResult",
3209
2981
  "kind": 2048,
3210
2982
  "kindString": "Method",
@@ -3214,20 +2986,20 @@
3214
2986
  "sources": [
3215
2987
  {
3216
2988
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
3217
- "line": 48,
2989
+ "line": 57,
3218
2990
  "character": 14
3219
2991
  }
3220
2992
  ],
3221
2993
  "signatures": [
3222
2994
  {
3223
- "id": 257,
2995
+ "id": 242,
3224
2996
  "name": "bindResult",
3225
2997
  "kind": 4096,
3226
2998
  "kindString": "Call signature",
3227
2999
  "flags": {},
3228
3000
  "parameters": [
3229
3001
  {
3230
- "id": 258,
3002
+ "id": 243,
3231
3003
  "name": "payloads",
3232
3004
  "kind": 32768,
3233
3005
  "kindString": "Parameter",
@@ -3248,14 +3020,14 @@
3248
3020
  {
3249
3021
  "type": "reflection",
3250
3022
  "declaration": {
3251
- "id": 259,
3023
+ "id": 244,
3252
3024
  "name": "__type",
3253
3025
  "kind": 65536,
3254
3026
  "kindString": "Type literal",
3255
3027
  "flags": {},
3256
3028
  "children": [
3257
3029
  {
3258
- "id": 260,
3030
+ "id": 245,
3259
3031
  "name": "schema",
3260
3032
  "kind": 1024,
3261
3033
  "kindString": "Property",
@@ -3277,7 +3049,7 @@
3277
3049
  {
3278
3050
  "title": "Properties",
3279
3051
  "children": [
3280
- 260
3052
+ 245
3281
3053
  ]
3282
3054
  }
3283
3055
  ],
@@ -3295,7 +3067,7 @@
3295
3067
  }
3296
3068
  },
3297
3069
  {
3298
- "id": 261,
3070
+ "id": 246,
3299
3071
  "name": "account",
3300
3072
  "kind": 32768,
3301
3073
  "kindString": "Parameter",
@@ -3328,14 +3100,14 @@
3328
3100
  {
3329
3101
  "type": "reflection",
3330
3102
  "declaration": {
3331
- "id": 262,
3103
+ "id": 247,
3332
3104
  "name": "__type",
3333
3105
  "kind": 65536,
3334
3106
  "kindString": "Type literal",
3335
3107
  "flags": {},
3336
3108
  "children": [
3337
3109
  {
3338
- "id": 263,
3110
+ "id": 248,
3339
3111
  "name": "schema",
3340
3112
  "kind": 1024,
3341
3113
  "kindString": "Property",
@@ -3357,7 +3129,7 @@
3357
3129
  {
3358
3130
  "title": "Properties",
3359
3131
  "children": [
3360
- 263
3132
+ 248
3361
3133
  ]
3362
3134
  }
3363
3135
  ],
@@ -3394,7 +3166,7 @@
3394
3166
  }
3395
3167
  },
3396
3168
  {
3397
- "id": 264,
3169
+ "id": 249,
3398
3170
  "name": "bindResultInternal",
3399
3171
  "kind": 2048,
3400
3172
  "kindString": "Method",
@@ -3404,20 +3176,20 @@
3404
3176
  "sources": [
3405
3177
  {
3406
3178
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
3407
- "line": 49,
3179
+ "line": 58,
3408
3180
  "character": 14
3409
3181
  }
3410
3182
  ],
3411
3183
  "signatures": [
3412
3184
  {
3413
- "id": 265,
3185
+ "id": 250,
3414
3186
  "name": "bindResultInternal",
3415
3187
  "kind": 4096,
3416
3188
  "kindString": "Call signature",
3417
3189
  "flags": {},
3418
3190
  "parameters": [
3419
3191
  {
3420
- "id": 266,
3192
+ "id": 251,
3421
3193
  "name": "payloads",
3422
3194
  "kind": 32768,
3423
3195
  "kindString": "Parameter",
@@ -3438,14 +3210,14 @@
3438
3210
  {
3439
3211
  "type": "reflection",
3440
3212
  "declaration": {
3441
- "id": 267,
3213
+ "id": 252,
3442
3214
  "name": "__type",
3443
3215
  "kind": 65536,
3444
3216
  "kindString": "Type literal",
3445
3217
  "flags": {},
3446
3218
  "children": [
3447
3219
  {
3448
- "id": 268,
3220
+ "id": 253,
3449
3221
  "name": "schema",
3450
3222
  "kind": 1024,
3451
3223
  "kindString": "Property",
@@ -3467,7 +3239,7 @@
3467
3239
  {
3468
3240
  "title": "Properties",
3469
3241
  "children": [
3470
- 268
3242
+ 253
3471
3243
  ]
3472
3244
  }
3473
3245
  ],
@@ -3485,7 +3257,7 @@
3485
3257
  }
3486
3258
  },
3487
3259
  {
3488
- "id": 269,
3260
+ "id": 254,
3489
3261
  "name": "account",
3490
3262
  "kind": 32768,
3491
3263
  "kindString": "Parameter",
@@ -3515,14 +3287,14 @@
3515
3287
  {
3516
3288
  "type": "reflection",
3517
3289
  "declaration": {
3518
- "id": 270,
3290
+ "id": 255,
3519
3291
  "name": "__type",
3520
3292
  "kind": 65536,
3521
3293
  "kindString": "Type literal",
3522
3294
  "flags": {},
3523
3295
  "children": [
3524
3296
  {
3525
- "id": 271,
3297
+ "id": 256,
3526
3298
  "name": "schema",
3527
3299
  "kind": 1024,
3528
3300
  "kindString": "Property",
@@ -3544,7 +3316,7 @@
3544
3316
  {
3545
3317
  "title": "Properties",
3546
3318
  "children": [
3547
- 271
3319
+ 256
3548
3320
  ]
3549
3321
  }
3550
3322
  ],
@@ -3574,7 +3346,7 @@
3574
3346
  }
3575
3347
  },
3576
3348
  {
3577
- "id": 151,
3349
+ "id": 146,
3578
3350
  "name": "discover",
3579
3351
  "kind": 2048,
3580
3352
  "kindString": "Method",
@@ -3582,13 +3354,13 @@
3582
3354
  "sources": [
3583
3355
  {
3584
3356
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
3585
- "line": 38,
3357
+ "line": 48,
3586
3358
  "character": 4
3587
3359
  }
3588
3360
  ],
3589
3361
  "signatures": [
3590
3362
  {
3591
- "id": 152,
3363
+ "id": 147,
3592
3364
  "name": "discover",
3593
3365
  "kind": 4096,
3594
3366
  "kindString": "Call signature",
@@ -3612,14 +3384,14 @@
3612
3384
  {
3613
3385
  "type": "reflection",
3614
3386
  "declaration": {
3615
- "id": 153,
3387
+ "id": 148,
3616
3388
  "name": "__type",
3617
3389
  "kind": 65536,
3618
3390
  "kindString": "Type literal",
3619
3391
  "flags": {},
3620
3392
  "children": [
3621
3393
  {
3622
- "id": 154,
3394
+ "id": 149,
3623
3395
  "name": "schema",
3624
3396
  "kind": 1024,
3625
3397
  "kindString": "Property",
@@ -3641,7 +3413,7 @@
3641
3413
  {
3642
3414
  "title": "Properties",
3643
3415
  "children": [
3644
- 154
3416
+ 149
3645
3417
  ]
3646
3418
  }
3647
3419
  ],
@@ -3676,7 +3448,7 @@
3676
3448
  }
3677
3449
  },
3678
3450
  {
3679
- "id": 50,
3451
+ "id": 52,
3680
3452
  "name": "getCurrentPosition",
3681
3453
  "kind": 2048,
3682
3454
  "kindString": "Method",
@@ -3686,12 +3458,12 @@
3686
3458
  "fileName": "plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts",
3687
3459
  "line": 27,
3688
3460
  "character": 2,
3689
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L27"
3461
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L27"
3690
3462
  }
3691
3463
  ],
3692
3464
  "signatures": [
3693
3465
  {
3694
- "id": 51,
3466
+ "id": 53,
3695
3467
  "name": "getCurrentPosition",
3696
3468
  "kind": 4096,
3697
3469
  "kindString": "Call signature",
@@ -3714,7 +3486,7 @@
3714
3486
  ]
3715
3487
  },
3716
3488
  {
3717
- "id": 272,
3489
+ "id": 257,
3718
3490
  "name": "loadAccount",
3719
3491
  "kind": 2048,
3720
3492
  "kindString": "Method",
@@ -3724,20 +3496,20 @@
3724
3496
  "sources": [
3725
3497
  {
3726
3498
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
3727
- "line": 50,
3499
+ "line": 59,
3728
3500
  "character": 14
3729
3501
  }
3730
3502
  ],
3731
3503
  "signatures": [
3732
3504
  {
3733
- "id": 273,
3505
+ "id": 258,
3734
3506
  "name": "loadAccount",
3735
3507
  "kind": 4096,
3736
3508
  "kindString": "Call signature",
3737
3509
  "flags": {},
3738
3510
  "parameters": [
3739
3511
  {
3740
- "id": 274,
3512
+ "id": 259,
3741
3513
  "name": "account",
3742
3514
  "kind": 32768,
3743
3515
  "kindString": "Parameter",
@@ -3766,7 +3538,7 @@
3766
3538
  }
3767
3539
  },
3768
3540
  {
3769
- "id": 52,
3541
+ "id": 54,
3770
3542
  "name": "observe",
3771
3543
  "kind": 2048,
3772
3544
  "kindString": "Method",
@@ -3776,12 +3548,12 @@
3776
3548
  "fileName": "plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts",
3777
3549
  "line": 40,
3778
3550
  "character": 17,
3779
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L40"
3551
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L40"
3780
3552
  }
3781
3553
  ],
3782
3554
  "signatures": [
3783
3555
  {
3784
- "id": 53,
3556
+ "id": 55,
3785
3557
  "name": "observe",
3786
3558
  "kind": 4096,
3787
3559
  "kindString": "Call signature",
@@ -3805,14 +3577,14 @@
3805
3577
  {
3806
3578
  "type": "reflection",
3807
3579
  "declaration": {
3808
- "id": 54,
3580
+ "id": 56,
3809
3581
  "name": "__type",
3810
3582
  "kind": 65536,
3811
3583
  "kindString": "Type literal",
3812
3584
  "flags": {},
3813
3585
  "children": [
3814
3586
  {
3815
- "id": 55,
3587
+ "id": 57,
3816
3588
  "name": "schema",
3817
3589
  "kind": 1024,
3818
3590
  "kindString": "Property",
@@ -3834,7 +3606,7 @@
3834
3606
  {
3835
3607
  "title": "Properties",
3836
3608
  "children": [
3837
- 55
3609
+ 57
3838
3610
  ]
3839
3611
  }
3840
3612
  ],
@@ -3867,7 +3639,7 @@
3867
3639
  }
3868
3640
  },
3869
3641
  {
3870
- "id": 62,
3642
+ "id": 64,
3871
3643
  "name": "query",
3872
3644
  "kind": 2048,
3873
3645
  "kindString": "Method",
@@ -3881,14 +3653,14 @@
3881
3653
  ],
3882
3654
  "signatures": [
3883
3655
  {
3884
- "id": 63,
3656
+ "id": 65,
3885
3657
  "name": "query",
3886
3658
  "kind": 4096,
3887
3659
  "kindString": "Call signature",
3888
3660
  "flags": {},
3889
3661
  "typeParameter": [
3890
3662
  {
3891
- "id": 72,
3663
+ "id": 74,
3892
3664
  "name": "T",
3893
3665
  "kind": 131072,
3894
3666
  "kindString": "Type parameter",
@@ -3911,14 +3683,14 @@
3911
3683
  {
3912
3684
  "type": "reflection",
3913
3685
  "declaration": {
3914
- "id": 64,
3686
+ "id": 66,
3915
3687
  "name": "__type",
3916
3688
  "kind": 65536,
3917
3689
  "kindString": "Type literal",
3918
3690
  "flags": {},
3919
3691
  "children": [
3920
3692
  {
3921
- "id": 65,
3693
+ "id": 67,
3922
3694
  "name": "query",
3923
3695
  "kind": 1024,
3924
3696
  "kindString": "Property",
@@ -3936,7 +3708,7 @@
3936
3708
  }
3937
3709
  },
3938
3710
  {
3939
- "id": 66,
3711
+ "id": 68,
3940
3712
  "name": "resultSet",
3941
3713
  "kind": 1024,
3942
3714
  "kindString": "Property",
@@ -3956,7 +3728,7 @@
3956
3728
  }
3957
3729
  },
3958
3730
  {
3959
- "id": 67,
3731
+ "id": 69,
3960
3732
  "name": "schema",
3961
3733
  "kind": 1024,
3962
3734
  "kindString": "Property",
@@ -3970,7 +3742,7 @@
3970
3742
  ],
3971
3743
  "type": {
3972
3744
  "type": "literal",
3973
- "value": "network.xyo.boundwitness.query"
3745
+ "value": "network.xyo.boundwitness"
3974
3746
  }
3975
3747
  }
3976
3748
  ],
@@ -3978,9 +3750,9 @@
3978
3750
  {
3979
3751
  "title": "Properties",
3980
3752
  "children": [
3981
- 65,
3982
- 66,
3983
- 67
3753
+ 67,
3754
+ 68,
3755
+ 69
3984
3756
  ]
3985
3757
  }
3986
3758
  ],
@@ -4013,14 +3785,14 @@
4013
3785
  {
4014
3786
  "type": "reflection",
4015
3787
  "declaration": {
4016
- "id": 68,
3788
+ "id": 70,
4017
3789
  "name": "__type",
4018
3790
  "kind": 65536,
4019
3791
  "kindString": "Type literal",
4020
3792
  "flags": {},
4021
3793
  "children": [
4022
3794
  {
4023
- "id": 69,
3795
+ "id": 71,
4024
3796
  "name": "query",
4025
3797
  "kind": 1024,
4026
3798
  "kindString": "Property",
@@ -4038,7 +3810,7 @@
4038
3810
  }
4039
3811
  },
4040
3812
  {
4041
- "id": 70,
3813
+ "id": 72,
4042
3814
  "name": "resultSet",
4043
3815
  "kind": 1024,
4044
3816
  "kindString": "Property",
@@ -4058,7 +3830,7 @@
4058
3830
  }
4059
3831
  },
4060
3832
  {
4061
- "id": 71,
3833
+ "id": 73,
4062
3834
  "name": "schema",
4063
3835
  "kind": 1024,
4064
3836
  "kindString": "Property",
@@ -4072,7 +3844,7 @@
4072
3844
  ],
4073
3845
  "type": {
4074
3846
  "type": "literal",
4075
- "value": "network.xyo.boundwitness.query"
3847
+ "value": "network.xyo.boundwitness"
4076
3848
  }
4077
3849
  }
4078
3850
  ],
@@ -4080,9 +3852,9 @@
4080
3852
  {
4081
3853
  "title": "Properties",
4082
3854
  "children": [
4083
- 69,
4084
- 70,
4085
- 71
3855
+ 71,
3856
+ 72,
3857
+ 73
4086
3858
  ]
4087
3859
  }
4088
3860
  ],
@@ -4099,7 +3871,7 @@
4099
3871
  }
4100
3872
  },
4101
3873
  {
4102
- "id": 91,
3874
+ "id": 95,
4103
3875
  "name": "TConfig",
4104
3876
  "kind": 131072,
4105
3877
  "kindString": "Type parameter",
@@ -4118,14 +3890,14 @@
4118
3890
  {
4119
3891
  "type": "reflection",
4120
3892
  "declaration": {
4121
- "id": 73,
3893
+ "id": 75,
4122
3894
  "name": "__type",
4123
3895
  "kind": 65536,
4124
3896
  "kindString": "Type literal",
4125
3897
  "flags": {},
4126
3898
  "children": [
4127
3899
  {
4128
- "id": 74,
3900
+ "id": 76,
4129
3901
  "name": "name",
4130
3902
  "kind": 1024,
4131
3903
  "kindString": "Property",
@@ -4145,7 +3917,7 @@
4145
3917
  }
4146
3918
  },
4147
3919
  {
4148
- "id": 75,
3920
+ "id": 77,
4149
3921
  "name": "security",
4150
3922
  "kind": 1024,
4151
3923
  "kindString": "Property",
@@ -4162,14 +3934,14 @@
4162
3934
  "type": {
4163
3935
  "type": "reflection",
4164
3936
  "declaration": {
4165
- "id": 76,
3937
+ "id": 78,
4166
3938
  "name": "__type",
4167
3939
  "kind": 65536,
4168
3940
  "kindString": "Type literal",
4169
3941
  "flags": {},
4170
3942
  "children": [
4171
3943
  {
4172
- "id": 77,
3944
+ "id": 79,
4173
3945
  "name": "allowAnonymous",
4174
3946
  "kind": 1024,
4175
3947
  "kindString": "Property",
@@ -4189,7 +3961,7 @@
4189
3961
  }
4190
3962
  },
4191
3963
  {
4192
- "id": 78,
3964
+ "id": 80,
4193
3965
  "name": "allowed",
4194
3966
  "kind": 1024,
4195
3967
  "kindString": "Property",
@@ -4233,7 +4005,7 @@
4233
4005
  }
4234
4006
  },
4235
4007
  {
4236
- "id": 79,
4008
+ "id": 81,
4237
4009
  "name": "disallowed",
4238
4010
  "kind": 1024,
4239
4011
  "kindString": "Property",
@@ -4272,9 +4044,9 @@
4272
4044
  {
4273
4045
  "title": "Properties",
4274
4046
  "children": [
4275
- 77,
4276
- 78,
4277
- 79
4047
+ 79,
4048
+ 80,
4049
+ 81
4278
4050
  ]
4279
4051
  }
4280
4052
  ],
@@ -4287,14 +4059,35 @@
4287
4059
  ]
4288
4060
  }
4289
4061
  }
4062
+ },
4063
+ {
4064
+ "id": 82,
4065
+ "name": "storeQueries",
4066
+ "kind": 1024,
4067
+ "kindString": "Property",
4068
+ "flags": {
4069
+ "isOptional": true
4070
+ },
4071
+ "sources": [
4072
+ {
4073
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4074
+ "line": 15,
4075
+ "character": 4
4076
+ }
4077
+ ],
4078
+ "type": {
4079
+ "type": "intrinsic",
4080
+ "name": "boolean"
4081
+ }
4290
4082
  }
4291
4083
  ],
4292
4084
  "groups": [
4293
4085
  {
4294
4086
  "title": "Properties",
4295
4087
  "children": [
4296
- 74,
4297
- 75
4088
+ 76,
4089
+ 77,
4090
+ 82
4298
4091
  ]
4299
4092
  }
4300
4093
  ],
@@ -4310,14 +4103,14 @@
4310
4103
  {
4311
4104
  "type": "reflection",
4312
4105
  "declaration": {
4313
- "id": 80,
4106
+ "id": 83,
4314
4107
  "name": "__type",
4315
4108
  "kind": 65536,
4316
4109
  "kindString": "Type literal",
4317
4110
  "flags": {},
4318
4111
  "children": [
4319
4112
  {
4320
- "id": 81,
4113
+ "id": 84,
4321
4114
  "name": "schema",
4322
4115
  "kind": 1024,
4323
4116
  "kindString": "Property",
@@ -4339,7 +4132,7 @@
4339
4132
  {
4340
4133
  "title": "Properties",
4341
4134
  "children": [
4342
- 81
4135
+ 84
4343
4136
  ]
4344
4137
  }
4345
4138
  ],
@@ -4368,14 +4161,14 @@
4368
4161
  {
4369
4162
  "type": "reflection",
4370
4163
  "declaration": {
4371
- "id": 82,
4164
+ "id": 85,
4372
4165
  "name": "__type",
4373
4166
  "kind": 65536,
4374
4167
  "kindString": "Type literal",
4375
4168
  "flags": {},
4376
4169
  "children": [
4377
4170
  {
4378
- "id": 83,
4171
+ "id": 86,
4379
4172
  "name": "name",
4380
4173
  "kind": 1024,
4381
4174
  "kindString": "Property",
@@ -4395,7 +4188,7 @@
4395
4188
  }
4396
4189
  },
4397
4190
  {
4398
- "id": 84,
4191
+ "id": 87,
4399
4192
  "name": "security",
4400
4193
  "kind": 1024,
4401
4194
  "kindString": "Property",
@@ -4412,14 +4205,14 @@
4412
4205
  "type": {
4413
4206
  "type": "reflection",
4414
4207
  "declaration": {
4415
- "id": 85,
4208
+ "id": 88,
4416
4209
  "name": "__type",
4417
4210
  "kind": 65536,
4418
4211
  "kindString": "Type literal",
4419
4212
  "flags": {},
4420
4213
  "children": [
4421
4214
  {
4422
- "id": 86,
4215
+ "id": 89,
4423
4216
  "name": "allowAnonymous",
4424
4217
  "kind": 1024,
4425
4218
  "kindString": "Property",
@@ -4439,7 +4232,7 @@
4439
4232
  }
4440
4233
  },
4441
4234
  {
4442
- "id": 87,
4235
+ "id": 90,
4443
4236
  "name": "allowed",
4444
4237
  "kind": 1024,
4445
4238
  "kindString": "Property",
@@ -4483,7 +4276,7 @@
4483
4276
  }
4484
4277
  },
4485
4278
  {
4486
- "id": 88,
4279
+ "id": 91,
4487
4280
  "name": "disallowed",
4488
4281
  "kind": 1024,
4489
4282
  "kindString": "Property",
@@ -4522,9 +4315,9 @@
4522
4315
  {
4523
4316
  "title": "Properties",
4524
4317
  "children": [
4525
- 86,
4526
- 87,
4527
- 88
4318
+ 89,
4319
+ 90,
4320
+ 91
4528
4321
  ]
4529
4322
  }
4530
4323
  ],
@@ -4537,14 +4330,35 @@
4537
4330
  ]
4538
4331
  }
4539
4332
  }
4333
+ },
4334
+ {
4335
+ "id": 92,
4336
+ "name": "storeQueries",
4337
+ "kind": 1024,
4338
+ "kindString": "Property",
4339
+ "flags": {
4340
+ "isOptional": true
4341
+ },
4342
+ "sources": [
4343
+ {
4344
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4345
+ "line": 15,
4346
+ "character": 4
4347
+ }
4348
+ ],
4349
+ "type": {
4350
+ "type": "intrinsic",
4351
+ "name": "boolean"
4352
+ }
4540
4353
  }
4541
4354
  ],
4542
4355
  "groups": [
4543
4356
  {
4544
4357
  "title": "Properties",
4545
4358
  "children": [
4546
- 83,
4547
- 84
4359
+ 86,
4360
+ 87,
4361
+ 92
4548
4362
  ]
4549
4363
  }
4550
4364
  ],
@@ -4560,14 +4374,14 @@
4560
4374
  {
4561
4375
  "type": "reflection",
4562
4376
  "declaration": {
4563
- "id": 89,
4377
+ "id": 93,
4564
4378
  "name": "__type",
4565
4379
  "kind": 65536,
4566
4380
  "kindString": "Type literal",
4567
4381
  "flags": {},
4568
4382
  "children": [
4569
4383
  {
4570
- "id": 90,
4384
+ "id": 94,
4571
4385
  "name": "schema",
4572
4386
  "kind": 1024,
4573
4387
  "kindString": "Property",
@@ -4589,7 +4403,7 @@
4589
4403
  {
4590
4404
  "title": "Properties",
4591
4405
  "children": [
4592
- 90
4406
+ 94
4593
4407
  ]
4594
4408
  }
4595
4409
  ],
@@ -4608,19 +4422,19 @@
4608
4422
  ],
4609
4423
  "parameters": [
4610
4424
  {
4611
- "id": 92,
4425
+ "id": 96,
4612
4426
  "name": "query",
4613
4427
  "kind": 32768,
4614
4428
  "kindString": "Parameter",
4615
4429
  "flags": {},
4616
4430
  "type": {
4617
4431
  "type": "reference",
4618
- "id": 72,
4432
+ "id": 74,
4619
4433
  "name": "T"
4620
4434
  }
4621
4435
  },
4622
4436
  {
4623
- "id": 93,
4437
+ "id": 97,
4624
4438
  "name": "payloads",
4625
4439
  "kind": 32768,
4626
4440
  "kindString": "Parameter",
@@ -4643,14 +4457,14 @@
4643
4457
  {
4644
4458
  "type": "reflection",
4645
4459
  "declaration": {
4646
- "id": 94,
4460
+ "id": 98,
4647
4461
  "name": "__type",
4648
4462
  "kind": 65536,
4649
4463
  "kindString": "Type literal",
4650
4464
  "flags": {},
4651
4465
  "children": [
4652
4466
  {
4653
- "id": 95,
4467
+ "id": 99,
4654
4468
  "name": "schema",
4655
4469
  "kind": 1024,
4656
4470
  "kindString": "Property",
@@ -4672,7 +4486,7 @@
4672
4486
  {
4673
4487
  "title": "Properties",
4674
4488
  "children": [
4675
- 95
4489
+ 99
4676
4490
  ]
4677
4491
  }
4678
4492
  ],
@@ -4690,7 +4504,7 @@
4690
4504
  }
4691
4505
  },
4692
4506
  {
4693
- "id": 96,
4507
+ "id": 100,
4694
4508
  "name": "queryConfig",
4695
4509
  "kind": 32768,
4696
4510
  "kindString": "Parameter",
@@ -4699,7 +4513,7 @@
4699
4513
  },
4700
4514
  "type": {
4701
4515
  "type": "reference",
4702
- "id": 91,
4516
+ "id": 95,
4703
4517
  "name": "TConfig"
4704
4518
  }
4705
4519
  }
@@ -4724,14 +4538,14 @@
4724
4538
  {
4725
4539
  "type": "reflection",
4726
4540
  "declaration": {
4727
- "id": 97,
4541
+ "id": 101,
4728
4542
  "name": "__type",
4729
4543
  "kind": 65536,
4730
4544
  "kindString": "Type literal",
4731
4545
  "flags": {},
4732
4546
  "children": [
4733
4547
  {
4734
- "id": 98,
4548
+ "id": 102,
4735
4549
  "name": "schema",
4736
4550
  "kind": 1024,
4737
4551
  "kindString": "Property",
@@ -4753,7 +4567,7 @@
4753
4567
  {
4754
4568
  "title": "Properties",
4755
4569
  "children": [
4756
- 98
4570
+ 102
4757
4571
  ]
4758
4572
  }
4759
4573
  ],
@@ -4788,7 +4602,7 @@
4788
4602
  }
4789
4603
  },
4790
4604
  {
4791
- "id": 155,
4605
+ "id": 150,
4792
4606
  "name": "queryable",
4793
4607
  "kind": 2048,
4794
4608
  "kindString": "Method",
@@ -4796,20 +4610,20 @@
4796
4610
  "sources": [
4797
4611
  {
4798
4612
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
4799
- "line": 40,
4613
+ "line": 50,
4800
4614
  "character": 4
4801
4615
  }
4802
4616
  ],
4803
4617
  "signatures": [
4804
4618
  {
4805
- "id": 156,
4619
+ "id": 151,
4806
4620
  "name": "queryable",
4807
4621
  "kind": 4096,
4808
4622
  "kindString": "Call signature",
4809
4623
  "flags": {},
4810
4624
  "typeParameter": [
4811
4625
  {
4812
- "id": 165,
4626
+ "id": 160,
4813
4627
  "name": "T",
4814
4628
  "kind": 131072,
4815
4629
  "kindString": "Type parameter",
@@ -4832,14 +4646,14 @@
4832
4646
  {
4833
4647
  "type": "reflection",
4834
4648
  "declaration": {
4835
- "id": 157,
4649
+ "id": 152,
4836
4650
  "name": "__type",
4837
4651
  "kind": 65536,
4838
4652
  "kindString": "Type literal",
4839
4653
  "flags": {},
4840
4654
  "children": [
4841
4655
  {
4842
- "id": 158,
4656
+ "id": 153,
4843
4657
  "name": "query",
4844
4658
  "kind": 1024,
4845
4659
  "kindString": "Property",
@@ -4857,7 +4671,7 @@
4857
4671
  }
4858
4672
  },
4859
4673
  {
4860
- "id": 159,
4674
+ "id": 154,
4861
4675
  "name": "resultSet",
4862
4676
  "kind": 1024,
4863
4677
  "kindString": "Property",
@@ -4877,7 +4691,7 @@
4877
4691
  }
4878
4692
  },
4879
4693
  {
4880
- "id": 160,
4694
+ "id": 155,
4881
4695
  "name": "schema",
4882
4696
  "kind": 1024,
4883
4697
  "kindString": "Property",
@@ -4891,7 +4705,7 @@
4891
4705
  ],
4892
4706
  "type": {
4893
4707
  "type": "literal",
4894
- "value": "network.xyo.boundwitness.query"
4708
+ "value": "network.xyo.boundwitness"
4895
4709
  }
4896
4710
  }
4897
4711
  ],
@@ -4899,9 +4713,9 @@
4899
4713
  {
4900
4714
  "title": "Properties",
4901
4715
  "children": [
4902
- 158,
4903
- 159,
4904
- 160
4716
+ 153,
4717
+ 154,
4718
+ 155
4905
4719
  ]
4906
4720
  }
4907
4721
  ],
@@ -4934,14 +4748,14 @@
4934
4748
  {
4935
4749
  "type": "reflection",
4936
4750
  "declaration": {
4937
- "id": 161,
4751
+ "id": 156,
4938
4752
  "name": "__type",
4939
4753
  "kind": 65536,
4940
4754
  "kindString": "Type literal",
4941
4755
  "flags": {},
4942
4756
  "children": [
4943
4757
  {
4944
- "id": 162,
4758
+ "id": 157,
4945
4759
  "name": "query",
4946
4760
  "kind": 1024,
4947
4761
  "kindString": "Property",
@@ -4959,7 +4773,7 @@
4959
4773
  }
4960
4774
  },
4961
4775
  {
4962
- "id": 163,
4776
+ "id": 158,
4963
4777
  "name": "resultSet",
4964
4778
  "kind": 1024,
4965
4779
  "kindString": "Property",
@@ -4979,7 +4793,7 @@
4979
4793
  }
4980
4794
  },
4981
4795
  {
4982
- "id": 164,
4796
+ "id": 159,
4983
4797
  "name": "schema",
4984
4798
  "kind": 1024,
4985
4799
  "kindString": "Property",
@@ -4993,7 +4807,7 @@
4993
4807
  ],
4994
4808
  "type": {
4995
4809
  "type": "literal",
4996
- "value": "network.xyo.boundwitness.query"
4810
+ "value": "network.xyo.boundwitness"
4997
4811
  }
4998
4812
  }
4999
4813
  ],
@@ -5001,9 +4815,9 @@
5001
4815
  {
5002
4816
  "title": "Properties",
5003
4817
  "children": [
5004
- 162,
5005
- 163,
5006
- 164
4818
+ 157,
4819
+ 158,
4820
+ 159
5007
4821
  ]
5008
4822
  }
5009
4823
  ],
@@ -5020,7 +4834,7 @@
5020
4834
  }
5021
4835
  },
5022
4836
  {
5023
- "id": 184,
4837
+ "id": 181,
5024
4838
  "name": "TConfig",
5025
4839
  "kind": 131072,
5026
4840
  "kindString": "Type parameter",
@@ -5039,14 +4853,14 @@
5039
4853
  {
5040
4854
  "type": "reflection",
5041
4855
  "declaration": {
5042
- "id": 166,
4856
+ "id": 161,
5043
4857
  "name": "__type",
5044
4858
  "kind": 65536,
5045
4859
  "kindString": "Type literal",
5046
4860
  "flags": {},
5047
4861
  "children": [
5048
4862
  {
5049
- "id": 167,
4863
+ "id": 162,
5050
4864
  "name": "name",
5051
4865
  "kind": 1024,
5052
4866
  "kindString": "Property",
@@ -5066,7 +4880,7 @@
5066
4880
  }
5067
4881
  },
5068
4882
  {
5069
- "id": 168,
4883
+ "id": 163,
5070
4884
  "name": "security",
5071
4885
  "kind": 1024,
5072
4886
  "kindString": "Property",
@@ -5083,14 +4897,14 @@
5083
4897
  "type": {
5084
4898
  "type": "reflection",
5085
4899
  "declaration": {
5086
- "id": 169,
4900
+ "id": 164,
5087
4901
  "name": "__type",
5088
4902
  "kind": 65536,
5089
4903
  "kindString": "Type literal",
5090
4904
  "flags": {},
5091
4905
  "children": [
5092
4906
  {
5093
- "id": 170,
4907
+ "id": 165,
5094
4908
  "name": "allowAnonymous",
5095
4909
  "kind": 1024,
5096
4910
  "kindString": "Property",
@@ -5110,7 +4924,7 @@
5110
4924
  }
5111
4925
  },
5112
4926
  {
5113
- "id": 171,
4927
+ "id": 166,
5114
4928
  "name": "allowed",
5115
4929
  "kind": 1024,
5116
4930
  "kindString": "Property",
@@ -5154,7 +4968,7 @@
5154
4968
  }
5155
4969
  },
5156
4970
  {
5157
- "id": 172,
4971
+ "id": 167,
5158
4972
  "name": "disallowed",
5159
4973
  "kind": 1024,
5160
4974
  "kindString": "Property",
@@ -5193,9 +5007,9 @@
5193
5007
  {
5194
5008
  "title": "Properties",
5195
5009
  "children": [
5196
- 170,
5197
- 171,
5198
- 172
5010
+ 165,
5011
+ 166,
5012
+ 167
5199
5013
  ]
5200
5014
  }
5201
5015
  ],
@@ -5208,13 +5022,34 @@
5208
5022
  ]
5209
5023
  }
5210
5024
  }
5025
+ },
5026
+ {
5027
+ "id": 168,
5028
+ "name": "storeQueries",
5029
+ "kind": 1024,
5030
+ "kindString": "Property",
5031
+ "flags": {
5032
+ "isOptional": true
5033
+ },
5034
+ "sources": [
5035
+ {
5036
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
5037
+ "line": 15,
5038
+ "character": 4
5039
+ }
5040
+ ],
5041
+ "type": {
5042
+ "type": "intrinsic",
5043
+ "name": "boolean"
5044
+ }
5211
5045
  }
5212
5046
  ],
5213
5047
  "groups": [
5214
5048
  {
5215
5049
  "title": "Properties",
5216
5050
  "children": [
5217
- 167,
5051
+ 162,
5052
+ 163,
5218
5053
  168
5219
5054
  ]
5220
5055
  }
@@ -5231,14 +5066,14 @@
5231
5066
  {
5232
5067
  "type": "reflection",
5233
5068
  "declaration": {
5234
- "id": 173,
5069
+ "id": 169,
5235
5070
  "name": "__type",
5236
5071
  "kind": 65536,
5237
5072
  "kindString": "Type literal",
5238
5073
  "flags": {},
5239
5074
  "children": [
5240
5075
  {
5241
- "id": 174,
5076
+ "id": 170,
5242
5077
  "name": "schema",
5243
5078
  "kind": 1024,
5244
5079
  "kindString": "Property",
@@ -5260,7 +5095,7 @@
5260
5095
  {
5261
5096
  "title": "Properties",
5262
5097
  "children": [
5263
- 174
5098
+ 170
5264
5099
  ]
5265
5100
  }
5266
5101
  ],
@@ -5289,14 +5124,14 @@
5289
5124
  {
5290
5125
  "type": "reflection",
5291
5126
  "declaration": {
5292
- "id": 175,
5127
+ "id": 171,
5293
5128
  "name": "__type",
5294
5129
  "kind": 65536,
5295
5130
  "kindString": "Type literal",
5296
5131
  "flags": {},
5297
5132
  "children": [
5298
5133
  {
5299
- "id": 176,
5134
+ "id": 172,
5300
5135
  "name": "name",
5301
5136
  "kind": 1024,
5302
5137
  "kindString": "Property",
@@ -5316,7 +5151,7 @@
5316
5151
  }
5317
5152
  },
5318
5153
  {
5319
- "id": 177,
5154
+ "id": 173,
5320
5155
  "name": "security",
5321
5156
  "kind": 1024,
5322
5157
  "kindString": "Property",
@@ -5333,14 +5168,14 @@
5333
5168
  "type": {
5334
5169
  "type": "reflection",
5335
5170
  "declaration": {
5336
- "id": 178,
5171
+ "id": 174,
5337
5172
  "name": "__type",
5338
5173
  "kind": 65536,
5339
5174
  "kindString": "Type literal",
5340
5175
  "flags": {},
5341
5176
  "children": [
5342
5177
  {
5343
- "id": 179,
5178
+ "id": 175,
5344
5179
  "name": "allowAnonymous",
5345
5180
  "kind": 1024,
5346
5181
  "kindString": "Property",
@@ -5360,7 +5195,7 @@
5360
5195
  }
5361
5196
  },
5362
5197
  {
5363
- "id": 180,
5198
+ "id": 176,
5364
5199
  "name": "allowed",
5365
5200
  "kind": 1024,
5366
5201
  "kindString": "Property",
@@ -5404,7 +5239,7 @@
5404
5239
  }
5405
5240
  },
5406
5241
  {
5407
- "id": 181,
5242
+ "id": 177,
5408
5243
  "name": "disallowed",
5409
5244
  "kind": 1024,
5410
5245
  "kindString": "Property",
@@ -5443,9 +5278,9 @@
5443
5278
  {
5444
5279
  "title": "Properties",
5445
5280
  "children": [
5446
- 179,
5447
- 180,
5448
- 181
5281
+ 175,
5282
+ 176,
5283
+ 177
5449
5284
  ]
5450
5285
  }
5451
5286
  ],
@@ -5458,14 +5293,35 @@
5458
5293
  ]
5459
5294
  }
5460
5295
  }
5296
+ },
5297
+ {
5298
+ "id": 178,
5299
+ "name": "storeQueries",
5300
+ "kind": 1024,
5301
+ "kindString": "Property",
5302
+ "flags": {
5303
+ "isOptional": true
5304
+ },
5305
+ "sources": [
5306
+ {
5307
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
5308
+ "line": 15,
5309
+ "character": 4
5310
+ }
5311
+ ],
5312
+ "type": {
5313
+ "type": "intrinsic",
5314
+ "name": "boolean"
5315
+ }
5461
5316
  }
5462
5317
  ],
5463
5318
  "groups": [
5464
5319
  {
5465
5320
  "title": "Properties",
5466
5321
  "children": [
5467
- 176,
5468
- 177
5322
+ 172,
5323
+ 173,
5324
+ 178
5469
5325
  ]
5470
5326
  }
5471
5327
  ],
@@ -5481,14 +5337,14 @@
5481
5337
  {
5482
5338
  "type": "reflection",
5483
5339
  "declaration": {
5484
- "id": 182,
5340
+ "id": 179,
5485
5341
  "name": "__type",
5486
5342
  "kind": 65536,
5487
5343
  "kindString": "Type literal",
5488
5344
  "flags": {},
5489
5345
  "children": [
5490
5346
  {
5491
- "id": 183,
5347
+ "id": 180,
5492
5348
  "name": "schema",
5493
5349
  "kind": 1024,
5494
5350
  "kindString": "Property",
@@ -5510,7 +5366,7 @@
5510
5366
  {
5511
5367
  "title": "Properties",
5512
5368
  "children": [
5513
- 183
5369
+ 180
5514
5370
  ]
5515
5371
  }
5516
5372
  ],
@@ -5529,19 +5385,19 @@
5529
5385
  ],
5530
5386
  "parameters": [
5531
5387
  {
5532
- "id": 185,
5388
+ "id": 182,
5533
5389
  "name": "query",
5534
5390
  "kind": 32768,
5535
5391
  "kindString": "Parameter",
5536
5392
  "flags": {},
5537
5393
  "type": {
5538
5394
  "type": "reference",
5539
- "id": 165,
5395
+ "id": 160,
5540
5396
  "name": "T"
5541
5397
  }
5542
5398
  },
5543
5399
  {
5544
- "id": 186,
5400
+ "id": 183,
5545
5401
  "name": "payloads",
5546
5402
  "kind": 32768,
5547
5403
  "kindString": "Parameter",
@@ -5564,14 +5420,14 @@
5564
5420
  {
5565
5421
  "type": "reflection",
5566
5422
  "declaration": {
5567
- "id": 187,
5423
+ "id": 184,
5568
5424
  "name": "__type",
5569
5425
  "kind": 65536,
5570
5426
  "kindString": "Type literal",
5571
5427
  "flags": {},
5572
5428
  "children": [
5573
5429
  {
5574
- "id": 188,
5430
+ "id": 185,
5575
5431
  "name": "schema",
5576
5432
  "kind": 1024,
5577
5433
  "kindString": "Property",
@@ -5593,7 +5449,7 @@
5593
5449
  {
5594
5450
  "title": "Properties",
5595
5451
  "children": [
5596
- 188
5452
+ 185
5597
5453
  ]
5598
5454
  }
5599
5455
  ],
@@ -5611,7 +5467,7 @@
5611
5467
  }
5612
5468
  },
5613
5469
  {
5614
- "id": 189,
5470
+ "id": 186,
5615
5471
  "name": "queryConfig",
5616
5472
  "kind": 32768,
5617
5473
  "kindString": "Parameter",
@@ -5620,7 +5476,7 @@
5620
5476
  },
5621
5477
  "type": {
5622
5478
  "type": "reference",
5623
- "id": 184,
5479
+ "id": 181,
5624
5480
  "name": "TConfig"
5625
5481
  }
5626
5482
  }
@@ -5641,28 +5497,30 @@
5641
5497
  }
5642
5498
  },
5643
5499
  {
5644
- "id": 190,
5500
+ "id": 260,
5645
5501
  "name": "resolve",
5646
5502
  "kind": 2048,
5647
5503
  "kindString": "Method",
5648
- "flags": {},
5504
+ "flags": {
5505
+ "isProtected": true
5506
+ },
5649
5507
  "sources": [
5650
5508
  {
5651
5509
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
5652
- "line": 41,
5653
- "character": 4
5510
+ "line": 60,
5511
+ "character": 14
5654
5512
  }
5655
5513
  ],
5656
5514
  "signatures": [
5657
5515
  {
5658
- "id": 191,
5516
+ "id": 261,
5659
5517
  "name": "resolve",
5660
5518
  "kind": 4096,
5661
5519
  "kindString": "Call signature",
5662
5520
  "flags": {},
5663
5521
  "parameters": [
5664
5522
  {
5665
- "id": 192,
5523
+ "id": 262,
5666
5524
  "name": "filter",
5667
5525
  "kind": 32768,
5668
5526
  "kindString": "Parameter",
@@ -5697,14 +5555,14 @@
5697
5555
  {
5698
5556
  "type": "reflection",
5699
5557
  "declaration": {
5700
- "id": 193,
5558
+ "id": 263,
5701
5559
  "name": "__type",
5702
5560
  "kind": 65536,
5703
5561
  "kindString": "Type literal",
5704
5562
  "flags": {},
5705
5563
  "children": [
5706
5564
  {
5707
- "id": 194,
5565
+ "id": 264,
5708
5566
  "name": "name",
5709
5567
  "kind": 1024,
5710
5568
  "kindString": "Property",
@@ -5724,7 +5582,7 @@
5724
5582
  }
5725
5583
  },
5726
5584
  {
5727
- "id": 195,
5585
+ "id": 265,
5728
5586
  "name": "security",
5729
5587
  "kind": 1024,
5730
5588
  "kindString": "Property",
@@ -5741,14 +5599,14 @@
5741
5599
  "type": {
5742
5600
  "type": "reflection",
5743
5601
  "declaration": {
5744
- "id": 196,
5602
+ "id": 266,
5745
5603
  "name": "__type",
5746
5604
  "kind": 65536,
5747
5605
  "kindString": "Type literal",
5748
5606
  "flags": {},
5749
5607
  "children": [
5750
5608
  {
5751
- "id": 197,
5609
+ "id": 267,
5752
5610
  "name": "allowAnonymous",
5753
5611
  "kind": 1024,
5754
5612
  "kindString": "Property",
@@ -5768,7 +5626,7 @@
5768
5626
  }
5769
5627
  },
5770
5628
  {
5771
- "id": 198,
5629
+ "id": 268,
5772
5630
  "name": "allowed",
5773
5631
  "kind": 1024,
5774
5632
  "kindString": "Property",
@@ -5812,7 +5670,7 @@
5812
5670
  }
5813
5671
  },
5814
5672
  {
5815
- "id": 199,
5673
+ "id": 269,
5816
5674
  "name": "disallowed",
5817
5675
  "kind": 1024,
5818
5676
  "kindString": "Property",
@@ -5851,9 +5709,9 @@
5851
5709
  {
5852
5710
  "title": "Properties",
5853
5711
  "children": [
5854
- 197,
5855
- 198,
5856
- 199
5712
+ 267,
5713
+ 268,
5714
+ 269
5857
5715
  ]
5858
5716
  }
5859
5717
  ],
@@ -5866,14 +5724,35 @@
5866
5724
  ]
5867
5725
  }
5868
5726
  }
5727
+ },
5728
+ {
5729
+ "id": 270,
5730
+ "name": "storeQueries",
5731
+ "kind": 1024,
5732
+ "kindString": "Property",
5733
+ "flags": {
5734
+ "isOptional": true
5735
+ },
5736
+ "sources": [
5737
+ {
5738
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
5739
+ "line": 15,
5740
+ "character": 4
5741
+ }
5742
+ ],
5743
+ "type": {
5744
+ "type": "intrinsic",
5745
+ "name": "boolean"
5746
+ }
5869
5747
  }
5870
5748
  ],
5871
5749
  "groups": [
5872
5750
  {
5873
5751
  "title": "Properties",
5874
5752
  "children": [
5875
- 194,
5876
- 195
5753
+ 264,
5754
+ 265,
5755
+ 270
5877
5756
  ]
5878
5757
  }
5879
5758
  ],
@@ -5889,14 +5768,14 @@
5889
5768
  {
5890
5769
  "type": "reflection",
5891
5770
  "declaration": {
5892
- "id": 200,
5771
+ "id": 271,
5893
5772
  "name": "__type",
5894
5773
  "kind": 65536,
5895
5774
  "kindString": "Type literal",
5896
5775
  "flags": {},
5897
5776
  "children": [
5898
5777
  {
5899
- "id": 201,
5778
+ "id": 272,
5900
5779
  "name": "schema",
5901
5780
  "kind": 1024,
5902
5781
  "kindString": "Property",
@@ -5918,7 +5797,7 @@
5918
5797
  {
5919
5798
  "title": "Properties",
5920
5799
  "children": [
5921
- 201
5800
+ 272
5922
5801
  ]
5923
5802
  }
5924
5803
  ],
@@ -5954,7 +5833,7 @@
5954
5833
  }
5955
5834
  },
5956
5835
  {
5957
- "id": 275,
5836
+ "id": 273,
5958
5837
  "name": "start",
5959
5838
  "kind": 2048,
5960
5839
  "kindString": "Method",
@@ -5964,20 +5843,20 @@
5964
5843
  "sources": [
5965
5844
  {
5966
5845
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
5967
- "line": 51,
5846
+ "line": 61,
5968
5847
  "character": 14
5969
5848
  }
5970
5849
  ],
5971
5850
  "signatures": [
5972
5851
  {
5973
- "id": 276,
5852
+ "id": 274,
5974
5853
  "name": "start",
5975
5854
  "kind": 4096,
5976
5855
  "kindString": "Call signature",
5977
5856
  "flags": {},
5978
5857
  "parameters": [
5979
5858
  {
5980
- "id": 277,
5859
+ "id": 275,
5981
5860
  "name": "_timeout",
5982
5861
  "kind": 32768,
5983
5862
  "kindString": "Parameter",
@@ -5995,7 +5874,7 @@
5995
5874
  "typeArguments": [
5996
5875
  {
5997
5876
  "type": "reference",
5998
- "id": 25,
5877
+ "id": 26,
5999
5878
  "name": "CurrentLocationWitness"
6000
5879
  },
6001
5880
  {
@@ -6017,7 +5896,7 @@
6017
5896
  }
6018
5897
  },
6019
5898
  {
6020
- "id": 202,
5899
+ "id": 187,
6021
5900
  "name": "started",
6022
5901
  "kind": 2048,
6023
5902
  "kindString": "Method",
@@ -6025,20 +5904,20 @@
6025
5904
  "sources": [
6026
5905
  {
6027
5906
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
6028
- "line": 42,
5907
+ "line": 51,
6029
5908
  "character": 4
6030
5909
  }
6031
5910
  ],
6032
5911
  "signatures": [
6033
5912
  {
6034
- "id": 203,
5913
+ "id": 188,
6035
5914
  "name": "started",
6036
5915
  "kind": 4096,
6037
5916
  "kindString": "Call signature",
6038
5917
  "flags": {},
6039
5918
  "parameters": [
6040
5919
  {
6041
- "id": 204,
5920
+ "id": 189,
6042
5921
  "name": "notStartedAction",
6043
5922
  "kind": 32768,
6044
5923
  "kindString": "Parameter",
@@ -6088,7 +5967,7 @@
6088
5967
  }
6089
5968
  },
6090
5969
  {
6091
- "id": 278,
5970
+ "id": 276,
6092
5971
  "name": "stop",
6093
5972
  "kind": 2048,
6094
5973
  "kindString": "Method",
@@ -6098,20 +5977,20 @@
6098
5977
  "sources": [
6099
5978
  {
6100
5979
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
6101
- "line": 52,
5980
+ "line": 62,
6102
5981
  "character": 14
6103
5982
  }
6104
5983
  ],
6105
5984
  "signatures": [
6106
5985
  {
6107
- "id": 279,
5986
+ "id": 277,
6108
5987
  "name": "stop",
6109
5988
  "kind": 4096,
6110
5989
  "kindString": "Call signature",
6111
5990
  "flags": {},
6112
5991
  "parameters": [
6113
5992
  {
6114
- "id": 280,
5993
+ "id": 278,
6115
5994
  "name": "_timeout",
6116
5995
  "kind": 32768,
6117
5996
  "kindString": "Parameter",
@@ -6129,7 +6008,7 @@
6129
6008
  "typeArguments": [
6130
6009
  {
6131
6010
  "type": "reference",
6132
- "id": 25,
6011
+ "id": 26,
6133
6012
  "name": "CurrentLocationWitness"
6134
6013
  },
6135
6014
  {
@@ -6151,7 +6030,7 @@
6151
6030
  }
6152
6031
  },
6153
6032
  {
6154
- "id": 205,
6033
+ "id": 190,
6155
6034
  "name": "subscribe",
6156
6035
  "kind": 2048,
6157
6036
  "kindString": "Method",
@@ -6159,20 +6038,20 @@
6159
6038
  "sources": [
6160
6039
  {
6161
6040
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
6162
- "line": 43,
6041
+ "line": 52,
6163
6042
  "character": 4
6164
6043
  }
6165
6044
  ],
6166
6045
  "signatures": [
6167
6046
  {
6168
- "id": 206,
6047
+ "id": 191,
6169
6048
  "name": "subscribe",
6170
6049
  "kind": 4096,
6171
6050
  "kindString": "Call signature",
6172
6051
  "flags": {},
6173
6052
  "parameters": [
6174
6053
  {
6175
- "id": 207,
6054
+ "id": 192,
6176
6055
  "name": "_queryAccount",
6177
6056
  "kind": 32768,
6178
6057
  "kindString": "Parameter",
@@ -6201,7 +6080,7 @@
6201
6080
  }
6202
6081
  },
6203
6082
  {
6204
- "id": 281,
6083
+ "id": 279,
6205
6084
  "name": "validateConfig",
6206
6085
  "kind": 2048,
6207
6086
  "kindString": "Method",
@@ -6211,20 +6090,20 @@
6211
6090
  "sources": [
6212
6091
  {
6213
6092
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
6214
- "line": 53,
6093
+ "line": 63,
6215
6094
  "character": 14
6216
6095
  }
6217
6096
  ],
6218
6097
  "signatures": [
6219
6098
  {
6220
- "id": 282,
6099
+ "id": 280,
6221
6100
  "name": "validateConfig",
6222
6101
  "kind": 4096,
6223
6102
  "kindString": "Call signature",
6224
6103
  "flags": {},
6225
6104
  "parameters": [
6226
6105
  {
6227
- "id": 283,
6106
+ "id": 281,
6228
6107
  "name": "config",
6229
6108
  "kind": 32768,
6230
6109
  "kindString": "Parameter",
@@ -6237,7 +6116,7 @@
6237
6116
  }
6238
6117
  },
6239
6118
  {
6240
- "id": 284,
6119
+ "id": 282,
6241
6120
  "name": "parents",
6242
6121
  "kind": 32768,
6243
6122
  "kindString": "Parameter",
@@ -6269,7 +6148,7 @@
6269
6148
  }
6270
6149
  },
6271
6150
  {
6272
- "id": 27,
6151
+ "id": 28,
6273
6152
  "name": "create",
6274
6153
  "kind": 2048,
6275
6154
  "kindString": "Method",
@@ -6281,19 +6160,19 @@
6281
6160
  "fileName": "plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts",
6282
6161
  "line": 23,
6283
6162
  "character": 24,
6284
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L23"
6163
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L23"
6285
6164
  }
6286
6165
  ],
6287
6166
  "signatures": [
6288
6167
  {
6289
- "id": 28,
6168
+ "id": 29,
6290
6169
  "name": "create",
6291
6170
  "kind": 4096,
6292
6171
  "kindString": "Call signature",
6293
6172
  "flags": {},
6294
6173
  "parameters": [
6295
6174
  {
6296
- "id": 29,
6175
+ "id": 30,
6297
6176
  "name": "params",
6298
6177
  "kind": 32768,
6299
6178
  "kindString": "Parameter",
@@ -6317,14 +6196,14 @@
6317
6196
  {
6318
6197
  "type": "reflection",
6319
6198
  "declaration": {
6320
- "id": 30,
6199
+ "id": 31,
6321
6200
  "name": "__type",
6322
6201
  "kind": 65536,
6323
6202
  "kindString": "Type literal",
6324
6203
  "flags": {},
6325
6204
  "children": [
6326
6205
  {
6327
- "id": 31,
6206
+ "id": 32,
6328
6207
  "name": "name",
6329
6208
  "kind": 1024,
6330
6209
  "kindString": "Property",
@@ -6344,7 +6223,7 @@
6344
6223
  }
6345
6224
  },
6346
6225
  {
6347
- "id": 32,
6226
+ "id": 33,
6348
6227
  "name": "security",
6349
6228
  "kind": 1024,
6350
6229
  "kindString": "Property",
@@ -6361,14 +6240,14 @@
6361
6240
  "type": {
6362
6241
  "type": "reflection",
6363
6242
  "declaration": {
6364
- "id": 33,
6243
+ "id": 34,
6365
6244
  "name": "__type",
6366
6245
  "kind": 65536,
6367
6246
  "kindString": "Type literal",
6368
6247
  "flags": {},
6369
6248
  "children": [
6370
6249
  {
6371
- "id": 34,
6250
+ "id": 35,
6372
6251
  "name": "allowAnonymous",
6373
6252
  "kind": 1024,
6374
6253
  "kindString": "Property",
@@ -6388,7 +6267,7 @@
6388
6267
  }
6389
6268
  },
6390
6269
  {
6391
- "id": 35,
6270
+ "id": 36,
6392
6271
  "name": "allowed",
6393
6272
  "kind": 1024,
6394
6273
  "kindString": "Property",
@@ -6432,7 +6311,7 @@
6432
6311
  }
6433
6312
  },
6434
6313
  {
6435
- "id": 36,
6314
+ "id": 37,
6436
6315
  "name": "disallowed",
6437
6316
  "kind": 1024,
6438
6317
  "kindString": "Property",
@@ -6471,9 +6350,9 @@
6471
6350
  {
6472
6351
  "title": "Properties",
6473
6352
  "children": [
6474
- 34,
6475
6353
  35,
6476
- 36
6354
+ 36,
6355
+ 37
6477
6356
  ]
6478
6357
  }
6479
6358
  ],
@@ -6486,14 +6365,35 @@
6486
6365
  ]
6487
6366
  }
6488
6367
  }
6368
+ },
6369
+ {
6370
+ "id": 38,
6371
+ "name": "storeQueries",
6372
+ "kind": 1024,
6373
+ "kindString": "Property",
6374
+ "flags": {
6375
+ "isOptional": true
6376
+ },
6377
+ "sources": [
6378
+ {
6379
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
6380
+ "line": 15,
6381
+ "character": 4
6382
+ }
6383
+ ],
6384
+ "type": {
6385
+ "type": "intrinsic",
6386
+ "name": "boolean"
6387
+ }
6489
6388
  }
6490
6389
  ],
6491
6390
  "groups": [
6492
6391
  {
6493
6392
  "title": "Properties",
6494
6393
  "children": [
6495
- 31,
6496
- 32
6394
+ 32,
6395
+ 33,
6396
+ 38
6497
6397
  ]
6498
6398
  }
6499
6399
  ],
@@ -6509,14 +6409,14 @@
6509
6409
  {
6510
6410
  "type": "reflection",
6511
6411
  "declaration": {
6512
- "id": 37,
6412
+ "id": 39,
6513
6413
  "name": "__type",
6514
6414
  "kind": 65536,
6515
6415
  "kindString": "Type literal",
6516
6416
  "flags": {},
6517
6417
  "children": [
6518
6418
  {
6519
- "id": 38,
6419
+ "id": 40,
6520
6420
  "name": "schema",
6521
6421
  "kind": 1024,
6522
6422
  "kindString": "Property",
@@ -6526,7 +6426,7 @@
6526
6426
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
6527
6427
  "line": 8,
6528
6428
  "character": 2,
6529
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L8"
6429
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L8"
6530
6430
  }
6531
6431
  ],
6532
6432
  "type": {
@@ -6539,7 +6439,7 @@
6539
6439
  {
6540
6440
  "title": "Properties",
6541
6441
  "children": [
6542
- 38
6442
+ 40
6543
6443
  ]
6544
6444
  }
6545
6445
  ],
@@ -6548,7 +6448,7 @@
6548
6448
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
6549
6449
  "line": 7,
6550
6450
  "character": 60,
6551
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
6451
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
6552
6452
  }
6553
6453
  ]
6554
6454
  }
@@ -6556,14 +6456,14 @@
6556
6456
  {
6557
6457
  "type": "reflection",
6558
6458
  "declaration": {
6559
- "id": 39,
6459
+ "id": 41,
6560
6460
  "name": "__type",
6561
6461
  "kind": 65536,
6562
6462
  "kindString": "Type literal",
6563
6463
  "flags": {},
6564
6464
  "children": [
6565
6465
  {
6566
- "id": 40,
6466
+ "id": 42,
6567
6467
  "name": "targetSet",
6568
6468
  "kind": 1024,
6569
6469
  "kindString": "Property",
@@ -6595,14 +6495,14 @@
6595
6495
  {
6596
6496
  "type": "reflection",
6597
6497
  "declaration": {
6598
- "id": 41,
6498
+ "id": 43,
6599
6499
  "name": "__type",
6600
6500
  "kind": 65536,
6601
6501
  "kindString": "Type literal",
6602
6502
  "flags": {},
6603
6503
  "children": [
6604
6504
  {
6605
- "id": 42,
6505
+ "id": 44,
6606
6506
  "name": "schema",
6607
6507
  "kind": 1024,
6608
6508
  "kindString": "Property",
@@ -6624,7 +6524,7 @@
6624
6524
  {
6625
6525
  "title": "Properties",
6626
6526
  "children": [
6627
- 42
6527
+ 44
6628
6528
  ]
6629
6529
  }
6630
6530
  ],
@@ -6645,7 +6545,7 @@
6645
6545
  {
6646
6546
  "title": "Properties",
6647
6547
  "children": [
6648
- 40
6548
+ 42
6649
6549
  ]
6650
6550
  }
6651
6551
  ],
@@ -6674,7 +6574,7 @@
6674
6574
  "typeArguments": [
6675
6575
  {
6676
6576
  "type": "reference",
6677
- "id": 25,
6577
+ "id": 26,
6678
6578
  "name": "CurrentLocationWitness"
6679
6579
  }
6680
6580
  ],
@@ -6698,61 +6598,60 @@
6698
6598
  {
6699
6599
  "title": "Constructors",
6700
6600
  "children": [
6701
- 44
6601
+ 46
6702
6602
  ]
6703
6603
  },
6704
6604
  {
6705
6605
  "title": "Properties",
6706
6606
  "children": [
6707
- 47,
6708
- 109,
6709
- 119,
6710
- 120,
6711
- 121,
6712
- 122,
6713
- 285,
6714
- 99,
6607
+ 49,
6608
+ 125,
6609
+ 126,
6610
+ 103,
6715
6611
  127,
6716
- 26,
6717
- 43
6612
+ 128,
6613
+ 283,
6614
+ 133,
6615
+ 114,
6616
+ 27,
6617
+ 45
6718
6618
  ]
6719
6619
  },
6720
6620
  {
6721
6621
  "title": "Accessors",
6722
6622
  "children": [
6723
- 132,
6724
- 134,
6725
- 136,
6726
- 48,
6727
- 299,
6728
6623
  138,
6729
- 149,
6730
- 56,
6731
- 58
6624
+ 140,
6625
+ 142,
6626
+ 50,
6627
+ 298,
6628
+ 144,
6629
+ 58,
6630
+ 60
6732
6631
  ]
6733
6632
  },
6734
6633
  {
6735
6634
  "title": "Methods",
6736
6635
  "children": [
6737
- 208,
6738
- 213,
6739
- 220,
6740
- 238,
6741
- 256,
6742
- 264,
6743
- 151,
6744
- 50,
6745
- 272,
6636
+ 193,
6637
+ 198,
6638
+ 205,
6639
+ 223,
6640
+ 241,
6641
+ 249,
6642
+ 146,
6746
6643
  52,
6747
- 62,
6748
- 155,
6644
+ 257,
6645
+ 54,
6646
+ 64,
6647
+ 150,
6648
+ 260,
6649
+ 273,
6650
+ 187,
6651
+ 276,
6749
6652
  190,
6750
- 275,
6751
- 202,
6752
- 278,
6753
- 205,
6754
- 281,
6755
- 27
6653
+ 279,
6654
+ 28
6756
6655
  ]
6757
6656
  }
6758
6657
  ],
@@ -6761,7 +6660,7 @@
6761
6660
  "fileName": "plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts",
6762
6661
  "line": 9,
6763
6662
  "character": 13,
6764
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L9"
6663
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationWitness.ts#L9"
6765
6664
  }
6766
6665
  ],
6767
6666
  "extendedTypes": [
@@ -6770,7 +6669,7 @@
6770
6669
  "typeArguments": [
6771
6670
  {
6772
6671
  "type": "reference",
6773
- "id": 18,
6672
+ "id": 19,
6774
6673
  "name": "CurrentLocationWitnessConfig"
6775
6674
  }
6776
6675
  ],
@@ -6779,7 +6678,7 @@
6779
6678
  ]
6780
6679
  },
6781
6680
  {
6782
- "id": 18,
6681
+ "id": 19,
6783
6682
  "name": "CurrentLocationWitnessConfig",
6784
6683
  "kind": 4194304,
6785
6684
  "kindString": "Type alias",
@@ -6789,7 +6688,7 @@
6789
6688
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
6790
6689
  "line": 7,
6791
6690
  "character": 12,
6792
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
6691
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
6793
6692
  }
6794
6693
  ],
6795
6694
  "type": {
@@ -6798,14 +6697,14 @@
6798
6697
  {
6799
6698
  "type": "reflection",
6800
6699
  "declaration": {
6801
- "id": 19,
6700
+ "id": 20,
6802
6701
  "name": "__type",
6803
6702
  "kind": 65536,
6804
6703
  "kindString": "Type literal",
6805
6704
  "flags": {},
6806
6705
  "children": [
6807
6706
  {
6808
- "id": 20,
6707
+ "id": 21,
6809
6708
  "name": "schema",
6810
6709
  "kind": 1024,
6811
6710
  "kindString": "Property",
@@ -6815,12 +6714,12 @@
6815
6714
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
6816
6715
  "line": 8,
6817
6716
  "character": 2,
6818
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L8"
6717
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L8"
6819
6718
  }
6820
6719
  ],
6821
6720
  "type": {
6822
6721
  "type": "reference",
6823
- "id": 16,
6722
+ "id": 17,
6824
6723
  "name": "CurrentLocationWitnessConfigSchema"
6825
6724
  }
6826
6725
  }
@@ -6829,7 +6728,7 @@
6829
6728
  {
6830
6729
  "title": "Properties",
6831
6730
  "children": [
6832
- 20
6731
+ 21
6833
6732
  ]
6834
6733
  }
6835
6734
  ],
@@ -6838,7 +6737,7 @@
6838
6737
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
6839
6738
  "line": 7,
6840
6739
  "character": 60,
6841
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
6740
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
6842
6741
  }
6843
6742
  ]
6844
6743
  }
@@ -6848,7 +6747,7 @@
6848
6747
  }
6849
6748
  },
6850
6749
  {
6851
- "id": 17,
6750
+ "id": 18,
6852
6751
  "name": "CurrentLocationWitnessConfigSchema",
6853
6752
  "kind": 4194304,
6854
6753
  "kindString": "Type alias",
@@ -6858,13 +6757,13 @@
6858
6757
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
6859
6758
  "line": 4,
6860
6759
  "character": 12,
6861
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L4"
6760
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L4"
6862
6761
  },
6863
6762
  {
6864
6763
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
6865
6764
  "line": 5,
6866
6765
  "character": 13,
6867
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L5"
6766
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L5"
6868
6767
  }
6869
6768
  ],
6870
6769
  "type": {
@@ -6873,7 +6772,7 @@
6873
6772
  }
6874
6773
  },
6875
6774
  {
6876
- "id": 21,
6775
+ "id": 22,
6877
6776
  "name": "CurrentLocationWitnessParams",
6878
6777
  "kind": 4194304,
6879
6778
  "kindString": "Type alias",
@@ -6883,7 +6782,7 @@
6883
6782
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
6884
6783
  "line": 11,
6885
6784
  "character": 12,
6886
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L11"
6785
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L11"
6887
6786
  }
6888
6787
  ],
6889
6788
  "type": {
@@ -6894,7 +6793,7 @@
6894
6793
  "typeArguments": [
6895
6794
  {
6896
6795
  "type": "reference",
6897
- "id": 18,
6796
+ "id": 19,
6898
6797
  "name": "CurrentLocationWitnessConfig"
6899
6798
  }
6900
6799
  ],
@@ -6903,14 +6802,14 @@
6903
6802
  {
6904
6803
  "type": "reflection",
6905
6804
  "declaration": {
6906
- "id": 22,
6805
+ "id": 23,
6907
6806
  "name": "__type",
6908
6807
  "kind": 65536,
6909
6808
  "kindString": "Type literal",
6910
6809
  "flags": {},
6911
6810
  "children": [
6912
6811
  {
6913
- "id": 23,
6812
+ "id": 24,
6914
6813
  "name": "geolocation",
6915
6814
  "kind": 1024,
6916
6815
  "kindString": "Property",
@@ -6920,7 +6819,7 @@
6920
6819
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
6921
6820
  "line": 11,
6922
6821
  "character": 90,
6923
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L11"
6822
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L11"
6924
6823
  }
6925
6824
  ],
6926
6825
  "type": {
@@ -6935,7 +6834,7 @@
6935
6834
  {
6936
6835
  "title": "Properties",
6937
6836
  "children": [
6938
- 23
6837
+ 24
6939
6838
  ]
6940
6839
  }
6941
6840
  ],
@@ -6944,7 +6843,7 @@
6944
6843
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
6945
6844
  "line": 11,
6946
6845
  "character": 88,
6947
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L11"
6846
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L11"
6948
6847
  }
6949
6848
  ]
6950
6849
  }
@@ -6953,7 +6852,7 @@
6953
6852
  }
6954
6853
  },
6955
6854
  {
6956
- "id": 24,
6855
+ "id": 25,
6957
6856
  "name": "CurrentLocationPayloadSet",
6958
6857
  "kind": 32,
6959
6858
  "kindString": "Variable",
@@ -6965,7 +6864,7 @@
6965
6864
  "fileName": "plugins/packages/payloadset/packages/location/src/CurrentLocationPayloadSet.ts",
6966
6865
  "line": 4,
6967
6866
  "character": 13,
6968
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationPayloadSet.ts#L4"
6867
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/CurrentLocationPayloadSet.ts#L4"
6969
6868
  }
6970
6869
  ],
6971
6870
  "type": {
@@ -6975,7 +6874,7 @@
6975
6874
  "defaultValue": "..."
6976
6875
  },
6977
6876
  {
6978
- "id": 16,
6877
+ "id": 17,
6979
6878
  "name": "CurrentLocationWitnessConfigSchema",
6980
6879
  "kind": 32,
6981
6880
  "kindString": "Variable",
@@ -6985,13 +6884,13 @@
6985
6884
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
6986
6885
  "line": 4,
6987
6886
  "character": 12,
6988
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L4"
6887
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L4"
6989
6888
  },
6990
6889
  {
6991
6890
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
6992
6891
  "line": 5,
6993
6892
  "character": 13,
6994
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L5"
6893
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L5"
6995
6894
  }
6996
6895
  ],
6997
6896
  "type": {
@@ -7010,7 +6909,7 @@
7010
6909
  "fileName": "plugins/packages/payloadset/packages/location/src/Plugin.ts",
7011
6910
  "line": 9,
7012
6911
  "character": 13,
7013
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/Plugin.ts#L9"
6912
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/Plugin.ts#L9"
7014
6913
  }
7015
6914
  ],
7016
6915
  "signatures": [
@@ -7025,7 +6924,7 @@
7025
6924
  "typeArguments": [
7026
6925
  {
7027
6926
  "type": "reference",
7028
- "id": 25,
6927
+ "id": 26,
7029
6928
  "name": "CurrentLocationWitness"
7030
6929
  },
7031
6930
  {
@@ -7214,6 +7113,26 @@
7214
7113
  ]
7215
7114
  }
7216
7115
  }
7116
+ },
7117
+ {
7118
+ "id": 10,
7119
+ "name": "storeQueries",
7120
+ "kind": 1024,
7121
+ "kindString": "Property",
7122
+ "flags": {
7123
+ "isOptional": true
7124
+ },
7125
+ "sources": [
7126
+ {
7127
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
7128
+ "line": 15,
7129
+ "character": 4
7130
+ }
7131
+ ],
7132
+ "type": {
7133
+ "type": "intrinsic",
7134
+ "name": "boolean"
7135
+ }
7217
7136
  }
7218
7137
  ],
7219
7138
  "groups": [
@@ -7221,7 +7140,8 @@
7221
7140
  "title": "Properties",
7222
7141
  "children": [
7223
7142
  4,
7224
- 5
7143
+ 5,
7144
+ 10
7225
7145
  ]
7226
7146
  }
7227
7147
  ],
@@ -7237,14 +7157,14 @@
7237
7157
  {
7238
7158
  "type": "reflection",
7239
7159
  "declaration": {
7240
- "id": 10,
7160
+ "id": 11,
7241
7161
  "name": "__type",
7242
7162
  "kind": 65536,
7243
7163
  "kindString": "Type literal",
7244
7164
  "flags": {},
7245
7165
  "children": [
7246
7166
  {
7247
- "id": 11,
7167
+ "id": 12,
7248
7168
  "name": "schema",
7249
7169
  "kind": 1024,
7250
7170
  "kindString": "Property",
@@ -7254,7 +7174,7 @@
7254
7174
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
7255
7175
  "line": 8,
7256
7176
  "character": 2,
7257
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L8"
7177
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L8"
7258
7178
  }
7259
7179
  ],
7260
7180
  "type": {
@@ -7267,7 +7187,7 @@
7267
7187
  {
7268
7188
  "title": "Properties",
7269
7189
  "children": [
7270
- 11
7190
+ 12
7271
7191
  ]
7272
7192
  }
7273
7193
  ],
@@ -7276,7 +7196,7 @@
7276
7196
  "fileName": "plugins/packages/payloadset/packages/location/src/Config.ts",
7277
7197
  "line": 7,
7278
7198
  "character": 60,
7279
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
7199
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/Config.ts#L7"
7280
7200
  }
7281
7201
  ]
7282
7202
  }
@@ -7284,14 +7204,14 @@
7284
7204
  {
7285
7205
  "type": "reflection",
7286
7206
  "declaration": {
7287
- "id": 12,
7207
+ "id": 13,
7288
7208
  "name": "__type",
7289
7209
  "kind": 65536,
7290
7210
  "kindString": "Type literal",
7291
7211
  "flags": {},
7292
7212
  "children": [
7293
7213
  {
7294
- "id": 13,
7214
+ "id": 14,
7295
7215
  "name": "targetSet",
7296
7216
  "kind": 1024,
7297
7217
  "kindString": "Property",
@@ -7323,14 +7243,14 @@
7323
7243
  {
7324
7244
  "type": "reflection",
7325
7245
  "declaration": {
7326
- "id": 14,
7246
+ "id": 15,
7327
7247
  "name": "__type",
7328
7248
  "kind": 65536,
7329
7249
  "kindString": "Type literal",
7330
7250
  "flags": {},
7331
7251
  "children": [
7332
7252
  {
7333
- "id": 15,
7253
+ "id": 16,
7334
7254
  "name": "schema",
7335
7255
  "kind": 1024,
7336
7256
  "kindString": "Property",
@@ -7352,7 +7272,7 @@
7352
7272
  {
7353
7273
  "title": "Properties",
7354
7274
  "children": [
7355
- 15
7275
+ 16
7356
7276
  ]
7357
7277
  }
7358
7278
  ],
@@ -7373,7 +7293,7 @@
7373
7293
  {
7374
7294
  "title": "Properties",
7375
7295
  "children": [
7376
- 13
7296
+ 14
7377
7297
  ]
7378
7298
  }
7379
7299
  ],
@@ -7406,28 +7326,28 @@
7406
7326
  {
7407
7327
  "title": "References",
7408
7328
  "children": [
7409
- 301
7329
+ 300
7410
7330
  ]
7411
7331
  },
7412
7332
  {
7413
7333
  "title": "Classes",
7414
7334
  "children": [
7415
- 25
7335
+ 26
7416
7336
  ]
7417
7337
  },
7418
7338
  {
7419
7339
  "title": "Type Aliases",
7420
7340
  "children": [
7341
+ 19,
7421
7342
  18,
7422
- 17,
7423
- 21
7343
+ 22
7424
7344
  ]
7425
7345
  },
7426
7346
  {
7427
7347
  "title": "Variables",
7428
7348
  "children": [
7429
- 24,
7430
- 16
7349
+ 25,
7350
+ 17
7431
7351
  ]
7432
7352
  },
7433
7353
  {
@@ -7442,7 +7362,7 @@
7442
7362
  "fileName": "plugins/packages/payloadset/packages/location/src/index.ts",
7443
7363
  "line": 1,
7444
7364
  "character": 0,
7445
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/location/src/index.ts#L1"
7365
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ceafbaf3e86/packages/plugins/packages/payloadset/packages/location/src/index.ts#L1"
7446
7366
  }
7447
7367
  ]
7448
7368
  }