@xyo-network/location-payload-plugin 2.29.0-rc.6 → 2.29.0-rc.7

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.
Files changed (2) hide show
  1. package/dist/docs.json +1985 -0
  2. package/package.json +5 -5
package/dist/docs.json ADDED
@@ -0,0 +1,1985 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/location-payload-plugin",
4
+ "kind": 1,
5
+ "kindString": "Project",
6
+ "flags": {},
7
+ "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 88,
11
+ "name": "default",
12
+ "kind": 8388608,
13
+ "kindString": "Reference",
14
+ "flags": {},
15
+ "sources": [
16
+ {
17
+ "fileName": "plugins/packages/location/src/index.ts",
18
+ "line": 11,
19
+ "character": 0,
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/index.ts#L11"
21
+ }
22
+ ],
23
+ "target": 1
24
+ },
25
+ {
26
+ "id": 34,
27
+ "name": "XyoLocationWitness",
28
+ "kind": 128,
29
+ "kindString": "Class",
30
+ "flags": {},
31
+ "children": [
32
+ {
33
+ "id": 36,
34
+ "name": "constructor",
35
+ "kind": 512,
36
+ "kindString": "Constructor",
37
+ "flags": {},
38
+ "sources": [
39
+ {
40
+ "fileName": "modules/packages/module/dist/esm/Abstract.d.ts",
41
+ "line": 14,
42
+ "character": 4
43
+ }
44
+ ],
45
+ "signatures": [
46
+ {
47
+ "id": 37,
48
+ "name": "new XyoLocationWitness",
49
+ "kind": 16384,
50
+ "kindString": "Constructor signature",
51
+ "flags": {},
52
+ "parameters": [
53
+ {
54
+ "id": 38,
55
+ "name": "config",
56
+ "kind": 32768,
57
+ "kindString": "Parameter",
58
+ "flags": {},
59
+ "type": {
60
+ "type": "reference",
61
+ "typeArguments": [
62
+ {
63
+ "type": "reference",
64
+ "id": 29,
65
+ "name": "XyoLocationWitnessConfig"
66
+ },
67
+ {
68
+ "type": "reference",
69
+ "typeArguments": [
70
+ {
71
+ "type": "reference",
72
+ "id": 8,
73
+ "name": "XyoLocationPayload"
74
+ }
75
+ ],
76
+ "name": "XyoWitnessQueryPayload"
77
+ }
78
+ ],
79
+ "name": "XyoModuleConfig"
80
+ }
81
+ }
82
+ ],
83
+ "type": {
84
+ "type": "reference",
85
+ "id": 34,
86
+ "name": "XyoLocationWitness"
87
+ },
88
+ "inheritedFrom": {
89
+ "type": "reference",
90
+ "name": "XyoWitness<XyoLocationPayload, XyoLocationWitnessConfig>.constructor"
91
+ }
92
+ }
93
+ ],
94
+ "inheritedFrom": {
95
+ "type": "reference",
96
+ "name": "XyoWitness<XyoLocationPayload, XyoLocationWitnessConfig>.constructor"
97
+ }
98
+ },
99
+ {
100
+ "id": 58,
101
+ "name": "config",
102
+ "kind": 1024,
103
+ "kindString": "Property",
104
+ "flags": {
105
+ "isProtected": true
106
+ },
107
+ "sources": [
108
+ {
109
+ "fileName": "modules/packages/module/dist/esm/Abstract.d.ts",
110
+ "line": 13,
111
+ "character": 14
112
+ }
113
+ ],
114
+ "type": {
115
+ "type": "reference",
116
+ "typeArguments": [
117
+ {
118
+ "type": "reference",
119
+ "id": 29,
120
+ "name": "XyoLocationWitnessConfig"
121
+ },
122
+ {
123
+ "type": "reference",
124
+ "typeArguments": [
125
+ {
126
+ "type": "reference",
127
+ "id": 8,
128
+ "name": "XyoLocationPayload"
129
+ }
130
+ ],
131
+ "name": "XyoWitnessQueryPayload"
132
+ }
133
+ ],
134
+ "name": "XyoModuleConfig"
135
+ },
136
+ "inheritedFrom": {
137
+ "type": "reference",
138
+ "name": "XyoWitness.config"
139
+ }
140
+ },
141
+ {
142
+ "id": 35,
143
+ "name": "schema",
144
+ "kind": 1024,
145
+ "kindString": "Property",
146
+ "flags": {
147
+ "isStatic": true
148
+ },
149
+ "sources": [
150
+ {
151
+ "fileName": "plugins/packages/location/src/Witness.ts",
152
+ "line": 54,
153
+ "character": 9,
154
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Witness.ts#L54"
155
+ }
156
+ ],
157
+ "type": {
158
+ "type": "literal",
159
+ "value": "network.xyo.location"
160
+ },
161
+ "defaultValue": "XyoLocationPayloadSchema"
162
+ },
163
+ {
164
+ "id": 62,
165
+ "name": "account",
166
+ "kind": 262144,
167
+ "kindString": "Accessor",
168
+ "flags": {},
169
+ "sources": [
170
+ {
171
+ "fileName": "modules/packages/module/dist/esm/Abstract.d.ts",
172
+ "line": 18,
173
+ "character": 8
174
+ }
175
+ ],
176
+ "getSignature": {
177
+ "id": 63,
178
+ "name": "account",
179
+ "kind": 524288,
180
+ "kindString": "Get signature",
181
+ "flags": {},
182
+ "type": {
183
+ "type": "reference",
184
+ "name": "XyoAccount"
185
+ },
186
+ "inheritedFrom": {
187
+ "type": "reference",
188
+ "name": "XyoWitness.account"
189
+ }
190
+ },
191
+ "inheritedFrom": {
192
+ "type": "reference",
193
+ "name": "XyoWitness.account"
194
+ }
195
+ },
196
+ {
197
+ "id": 64,
198
+ "name": "address",
199
+ "kind": 262144,
200
+ "kindString": "Accessor",
201
+ "flags": {},
202
+ "sources": [
203
+ {
204
+ "fileName": "modules/packages/module/dist/esm/Abstract.d.ts",
205
+ "line": 19,
206
+ "character": 8
207
+ }
208
+ ],
209
+ "getSignature": {
210
+ "id": 65,
211
+ "name": "address",
212
+ "kind": 524288,
213
+ "kindString": "Get signature",
214
+ "flags": {},
215
+ "type": {
216
+ "type": "intrinsic",
217
+ "name": "string"
218
+ },
219
+ "inheritedFrom": {
220
+ "type": "reference",
221
+ "name": "XyoWitness.address"
222
+ }
223
+ },
224
+ "inheritedFrom": {
225
+ "type": "reference",
226
+ "name": "XyoWitness.address"
227
+ }
228
+ },
229
+ {
230
+ "id": 39,
231
+ "name": "geolocation",
232
+ "kind": 262144,
233
+ "kindString": "Accessor",
234
+ "flags": {
235
+ "isPublic": true
236
+ },
237
+ "sources": [
238
+ {
239
+ "fileName": "plugins/packages/location/src/Witness.ts",
240
+ "line": 19,
241
+ "character": 13,
242
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Witness.ts#L19"
243
+ }
244
+ ],
245
+ "getSignature": {
246
+ "id": 40,
247
+ "name": "geolocation",
248
+ "kind": 524288,
249
+ "kindString": "Get signature",
250
+ "flags": {},
251
+ "type": {
252
+ "type": "reference",
253
+ "name": "Geolocation",
254
+ "qualifiedName": "Geolocation",
255
+ "package": "typescript"
256
+ }
257
+ }
258
+ },
259
+ {
260
+ "id": 48,
261
+ "name": "queries",
262
+ "kind": 262144,
263
+ "kindString": "Accessor",
264
+ "flags": {},
265
+ "sources": [
266
+ {
267
+ "fileName": "modules/packages/witness/dist/esm/XyoWitness.d.ts",
268
+ "line": 9,
269
+ "character": 8
270
+ }
271
+ ],
272
+ "getSignature": {
273
+ "id": 49,
274
+ "name": "queries",
275
+ "kind": 524288,
276
+ "kindString": "Get signature",
277
+ "flags": {},
278
+ "type": {
279
+ "type": "array",
280
+ "elementType": {
281
+ "type": "literal",
282
+ "value": "network.xyo.query.witness.observe"
283
+ }
284
+ },
285
+ "inheritedFrom": {
286
+ "type": "reference",
287
+ "name": "XyoWitness.queries"
288
+ }
289
+ },
290
+ "inheritedFrom": {
291
+ "type": "reference",
292
+ "name": "XyoWitness.queries"
293
+ }
294
+ },
295
+ {
296
+ "id": 46,
297
+ "name": "targetSchema",
298
+ "kind": 262144,
299
+ "kindString": "Accessor",
300
+ "flags": {},
301
+ "sources": [
302
+ {
303
+ "fileName": "modules/packages/witness/dist/esm/XyoWitness.d.ts",
304
+ "line": 8,
305
+ "character": 8
306
+ }
307
+ ],
308
+ "getSignature": {
309
+ "id": 47,
310
+ "name": "targetSchema",
311
+ "kind": 524288,
312
+ "kindString": "Get signature",
313
+ "flags": {},
314
+ "type": {
315
+ "type": "indexedAccess",
316
+ "indexType": {
317
+ "type": "literal",
318
+ "value": "schema"
319
+ },
320
+ "objectType": {
321
+ "type": "reference",
322
+ "name": "T"
323
+ }
324
+ },
325
+ "inheritedFrom": {
326
+ "type": "reference",
327
+ "name": "XyoWitness.targetSchema"
328
+ }
329
+ },
330
+ "inheritedFrom": {
331
+ "type": "reference",
332
+ "name": "XyoWitness.targetSchema"
333
+ }
334
+ },
335
+ {
336
+ "id": 66,
337
+ "name": "bindHashes",
338
+ "kind": 2048,
339
+ "kindString": "Method",
340
+ "flags": {},
341
+ "sources": [
342
+ {
343
+ "fileName": "modules/packages/module/dist/esm/Abstract.d.ts",
344
+ "line": 20,
345
+ "character": 4
346
+ }
347
+ ],
348
+ "signatures": [
349
+ {
350
+ "id": 67,
351
+ "name": "bindHashes",
352
+ "kind": 4096,
353
+ "kindString": "Call signature",
354
+ "flags": {},
355
+ "parameters": [
356
+ {
357
+ "id": 68,
358
+ "name": "hashes",
359
+ "kind": 32768,
360
+ "kindString": "Parameter",
361
+ "flags": {},
362
+ "type": {
363
+ "type": "array",
364
+ "elementType": {
365
+ "type": "intrinsic",
366
+ "name": "string"
367
+ }
368
+ }
369
+ },
370
+ {
371
+ "id": 69,
372
+ "name": "schema",
373
+ "kind": 32768,
374
+ "kindString": "Parameter",
375
+ "flags": {},
376
+ "type": {
377
+ "type": "array",
378
+ "elementType": {
379
+ "type": "intrinsic",
380
+ "name": "string"
381
+ }
382
+ }
383
+ }
384
+ ],
385
+ "type": {
386
+ "type": "reference",
387
+ "typeArguments": [
388
+ {
389
+ "type": "reference",
390
+ "name": "XyoBoundWitness"
391
+ },
392
+ {
393
+ "type": "reflection",
394
+ "declaration": {
395
+ "id": 70,
396
+ "name": "__type",
397
+ "kind": 65536,
398
+ "kindString": "Type literal",
399
+ "flags": {},
400
+ "children": [
401
+ {
402
+ "id": 72,
403
+ "name": "previousHash",
404
+ "kind": 1024,
405
+ "kindString": "Property",
406
+ "flags": {
407
+ "isOptional": true
408
+ },
409
+ "sources": [
410
+ {
411
+ "fileName": "modules/packages/module/dist/esm/Abstract.d.ts",
412
+ "line": 22,
413
+ "character": 8
414
+ }
415
+ ],
416
+ "type": {
417
+ "type": "intrinsic",
418
+ "name": "string"
419
+ }
420
+ },
421
+ {
422
+ "id": 71,
423
+ "name": "schema",
424
+ "kind": 1024,
425
+ "kindString": "Property",
426
+ "flags": {},
427
+ "sources": [
428
+ {
429
+ "fileName": "modules/packages/module/dist/esm/Abstract.d.ts",
430
+ "line": 21,
431
+ "character": 8
432
+ }
433
+ ],
434
+ "type": {
435
+ "type": "intrinsic",
436
+ "name": "string"
437
+ }
438
+ },
439
+ {
440
+ "id": 73,
441
+ "name": "sources",
442
+ "kind": 1024,
443
+ "kindString": "Property",
444
+ "flags": {
445
+ "isOptional": true
446
+ },
447
+ "sources": [
448
+ {
449
+ "fileName": "modules/packages/module/dist/esm/Abstract.d.ts",
450
+ "line": 23,
451
+ "character": 8
452
+ }
453
+ ],
454
+ "type": {
455
+ "type": "array",
456
+ "elementType": {
457
+ "type": "intrinsic",
458
+ "name": "string"
459
+ }
460
+ }
461
+ },
462
+ {
463
+ "id": 74,
464
+ "name": "timestamp",
465
+ "kind": 1024,
466
+ "kindString": "Property",
467
+ "flags": {
468
+ "isOptional": true
469
+ },
470
+ "sources": [
471
+ {
472
+ "fileName": "modules/packages/module/dist/esm/Abstract.d.ts",
473
+ "line": 24,
474
+ "character": 8
475
+ }
476
+ ],
477
+ "type": {
478
+ "type": "intrinsic",
479
+ "name": "number"
480
+ }
481
+ }
482
+ ],
483
+ "groups": [
484
+ {
485
+ "title": "Properties",
486
+ "children": [
487
+ 72,
488
+ 71,
489
+ 73,
490
+ 74
491
+ ]
492
+ }
493
+ ],
494
+ "sources": [
495
+ {
496
+ "fileName": "modules/packages/module/dist/esm/Abstract.d.ts",
497
+ "line": 20,
498
+ "character": 165
499
+ }
500
+ ]
501
+ }
502
+ }
503
+ ],
504
+ "name": "XyoBoundWitnessWithMeta"
505
+ },
506
+ "inheritedFrom": {
507
+ "type": "reference",
508
+ "name": "XyoWitness.bindHashes"
509
+ }
510
+ }
511
+ ],
512
+ "inheritedFrom": {
513
+ "type": "reference",
514
+ "name": "XyoWitness.bindHashes"
515
+ }
516
+ },
517
+ {
518
+ "id": 75,
519
+ "name": "bindPayloads",
520
+ "kind": 2048,
521
+ "kindString": "Method",
522
+ "flags": {},
523
+ "sources": [
524
+ {
525
+ "fileName": "modules/packages/module/dist/esm/Abstract.d.ts",
526
+ "line": 26,
527
+ "character": 4
528
+ }
529
+ ],
530
+ "signatures": [
531
+ {
532
+ "id": 76,
533
+ "name": "bindPayloads",
534
+ "kind": 4096,
535
+ "kindString": "Call signature",
536
+ "flags": {},
537
+ "parameters": [
538
+ {
539
+ "id": 77,
540
+ "name": "payloads",
541
+ "kind": 32768,
542
+ "kindString": "Parameter",
543
+ "flags": {},
544
+ "type": {
545
+ "type": "array",
546
+ "elementType": {
547
+ "type": "union",
548
+ "types": [
549
+ {
550
+ "type": "literal",
551
+ "value": null
552
+ },
553
+ {
554
+ "type": "reflection",
555
+ "declaration": {
556
+ "id": 78,
557
+ "name": "__type",
558
+ "kind": 65536,
559
+ "kindString": "Type literal",
560
+ "flags": {},
561
+ "children": [
562
+ {
563
+ "id": 80,
564
+ "name": "previousHash",
565
+ "kind": 1024,
566
+ "kindString": "Property",
567
+ "flags": {
568
+ "isOptional": true
569
+ },
570
+ "sources": [
571
+ {
572
+ "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
573
+ "line": 9,
574
+ "character": 4
575
+ }
576
+ ],
577
+ "type": {
578
+ "type": "intrinsic",
579
+ "name": "string"
580
+ }
581
+ },
582
+ {
583
+ "id": 79,
584
+ "name": "schema",
585
+ "kind": 1024,
586
+ "kindString": "Property",
587
+ "flags": {},
588
+ "sources": [
589
+ {
590
+ "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
591
+ "line": 8,
592
+ "character": 4
593
+ }
594
+ ],
595
+ "type": {
596
+ "type": "intrinsic",
597
+ "name": "string"
598
+ }
599
+ },
600
+ {
601
+ "id": 81,
602
+ "name": "sources",
603
+ "kind": 1024,
604
+ "kindString": "Property",
605
+ "flags": {
606
+ "isOptional": true
607
+ },
608
+ "sources": [
609
+ {
610
+ "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
611
+ "line": 10,
612
+ "character": 4
613
+ }
614
+ ],
615
+ "type": {
616
+ "type": "array",
617
+ "elementType": {
618
+ "type": "intrinsic",
619
+ "name": "string"
620
+ }
621
+ }
622
+ },
623
+ {
624
+ "id": 82,
625
+ "name": "timestamp",
626
+ "kind": 1024,
627
+ "kindString": "Property",
628
+ "flags": {
629
+ "isOptional": true
630
+ },
631
+ "sources": [
632
+ {
633
+ "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
634
+ "line": 11,
635
+ "character": 4
636
+ }
637
+ ],
638
+ "type": {
639
+ "type": "intrinsic",
640
+ "name": "number"
641
+ }
642
+ }
643
+ ],
644
+ "groups": [
645
+ {
646
+ "title": "Properties",
647
+ "children": [
648
+ 80,
649
+ 79,
650
+ 81,
651
+ 82
652
+ ]
653
+ }
654
+ ],
655
+ "sources": [
656
+ {
657
+ "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
658
+ "line": 7,
659
+ "character": 107
660
+ }
661
+ ]
662
+ }
663
+ }
664
+ ]
665
+ }
666
+ }
667
+ }
668
+ ],
669
+ "type": {
670
+ "type": "reference",
671
+ "typeArguments": [
672
+ {
673
+ "type": "reference",
674
+ "name": "XyoBoundWitness"
675
+ },
676
+ {
677
+ "type": "reflection",
678
+ "declaration": {
679
+ "id": 83,
680
+ "name": "__type",
681
+ "kind": 65536,
682
+ "kindString": "Type literal",
683
+ "flags": {},
684
+ "children": [
685
+ {
686
+ "id": 85,
687
+ "name": "previousHash",
688
+ "kind": 1024,
689
+ "kindString": "Property",
690
+ "flags": {
691
+ "isOptional": true
692
+ },
693
+ "sources": [
694
+ {
695
+ "fileName": "modules/packages/module/dist/esm/Abstract.d.ts",
696
+ "line": 28,
697
+ "character": 8
698
+ }
699
+ ],
700
+ "type": {
701
+ "type": "intrinsic",
702
+ "name": "string"
703
+ }
704
+ },
705
+ {
706
+ "id": 84,
707
+ "name": "schema",
708
+ "kind": 1024,
709
+ "kindString": "Property",
710
+ "flags": {},
711
+ "sources": [
712
+ {
713
+ "fileName": "modules/packages/module/dist/esm/Abstract.d.ts",
714
+ "line": 27,
715
+ "character": 8
716
+ }
717
+ ],
718
+ "type": {
719
+ "type": "intrinsic",
720
+ "name": "string"
721
+ }
722
+ },
723
+ {
724
+ "id": 86,
725
+ "name": "sources",
726
+ "kind": 1024,
727
+ "kindString": "Property",
728
+ "flags": {
729
+ "isOptional": true
730
+ },
731
+ "sources": [
732
+ {
733
+ "fileName": "modules/packages/module/dist/esm/Abstract.d.ts",
734
+ "line": 29,
735
+ "character": 8
736
+ }
737
+ ],
738
+ "type": {
739
+ "type": "array",
740
+ "elementType": {
741
+ "type": "intrinsic",
742
+ "name": "string"
743
+ }
744
+ }
745
+ },
746
+ {
747
+ "id": 87,
748
+ "name": "timestamp",
749
+ "kind": 1024,
750
+ "kindString": "Property",
751
+ "flags": {
752
+ "isOptional": true
753
+ },
754
+ "sources": [
755
+ {
756
+ "fileName": "modules/packages/module/dist/esm/Abstract.d.ts",
757
+ "line": 30,
758
+ "character": 8
759
+ }
760
+ ],
761
+ "type": {
762
+ "type": "intrinsic",
763
+ "name": "number"
764
+ }
765
+ }
766
+ ],
767
+ "groups": [
768
+ {
769
+ "title": "Properties",
770
+ "children": [
771
+ 85,
772
+ 84,
773
+ 86,
774
+ 87
775
+ ]
776
+ }
777
+ ],
778
+ "sources": [
779
+ {
780
+ "fileName": "modules/packages/module/dist/esm/Abstract.d.ts",
781
+ "line": 26,
782
+ "character": 164
783
+ }
784
+ ]
785
+ }
786
+ }
787
+ ],
788
+ "name": "XyoBoundWitnessWithMeta"
789
+ },
790
+ "inheritedFrom": {
791
+ "type": "reference",
792
+ "name": "XyoWitness.bindPayloads"
793
+ }
794
+ }
795
+ ],
796
+ "inheritedFrom": {
797
+ "type": "reference",
798
+ "name": "XyoWitness.bindPayloads"
799
+ }
800
+ },
801
+ {
802
+ "id": 41,
803
+ "name": "getCurrentPosition",
804
+ "kind": 2048,
805
+ "kindString": "Method",
806
+ "flags": {
807
+ "isPublic": true
808
+ },
809
+ "sources": [
810
+ {
811
+ "fileName": "plugins/packages/location/src/Witness.ts",
812
+ "line": 23,
813
+ "character": 9,
814
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Witness.ts#L23"
815
+ }
816
+ ],
817
+ "signatures": [
818
+ {
819
+ "id": 42,
820
+ "name": "getCurrentPosition",
821
+ "kind": 4096,
822
+ "kindString": "Call signature",
823
+ "flags": {},
824
+ "type": {
825
+ "type": "reference",
826
+ "typeArguments": [
827
+ {
828
+ "type": "reference",
829
+ "name": "GeolocationPosition",
830
+ "qualifiedName": "GeolocationPosition",
831
+ "package": "typescript"
832
+ }
833
+ ],
834
+ "name": "Promise",
835
+ "qualifiedName": "Promise",
836
+ "package": "typescript"
837
+ }
838
+ }
839
+ ]
840
+ },
841
+ {
842
+ "id": 43,
843
+ "name": "observe",
844
+ "kind": 2048,
845
+ "kindString": "Method",
846
+ "flags": {},
847
+ "sources": [
848
+ {
849
+ "fileName": "plugins/packages/location/src/Witness.ts",
850
+ "line": 36,
851
+ "character": 17,
852
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Witness.ts#L36"
853
+ }
854
+ ],
855
+ "signatures": [
856
+ {
857
+ "id": 44,
858
+ "name": "observe",
859
+ "kind": 4096,
860
+ "kindString": "Call signature",
861
+ "flags": {},
862
+ "parameters": [
863
+ {
864
+ "id": 45,
865
+ "name": "_fields",
866
+ "kind": 32768,
867
+ "kindString": "Parameter",
868
+ "flags": {},
869
+ "type": {
870
+ "type": "reference",
871
+ "typeArguments": [
872
+ {
873
+ "type": "reference",
874
+ "id": 8,
875
+ "name": "XyoLocationPayload"
876
+ }
877
+ ],
878
+ "name": "Partial",
879
+ "qualifiedName": "Partial",
880
+ "package": "typescript"
881
+ }
882
+ }
883
+ ],
884
+ "type": {
885
+ "type": "reference",
886
+ "typeArguments": [
887
+ {
888
+ "type": "reference",
889
+ "id": 8,
890
+ "name": "XyoLocationPayload"
891
+ }
892
+ ],
893
+ "name": "Promise",
894
+ "qualifiedName": "Promise",
895
+ "package": "typescript"
896
+ },
897
+ "overwrites": {
898
+ "type": "reference",
899
+ "name": "XyoWitness.observe"
900
+ }
901
+ }
902
+ ],
903
+ "overwrites": {
904
+ "type": "reference",
905
+ "name": "XyoWitness.observe"
906
+ }
907
+ },
908
+ {
909
+ "id": 59,
910
+ "name": "queriable",
911
+ "kind": 2048,
912
+ "kindString": "Method",
913
+ "flags": {},
914
+ "sources": [
915
+ {
916
+ "fileName": "modules/packages/module/dist/esm/Abstract.d.ts",
917
+ "line": 15,
918
+ "character": 4
919
+ }
920
+ ],
921
+ "signatures": [
922
+ {
923
+ "id": 60,
924
+ "name": "queriable",
925
+ "kind": 4096,
926
+ "kindString": "Call signature",
927
+ "flags": {},
928
+ "parameters": [
929
+ {
930
+ "id": 61,
931
+ "name": "schema",
932
+ "kind": 32768,
933
+ "kindString": "Parameter",
934
+ "flags": {},
935
+ "type": {
936
+ "type": "intrinsic",
937
+ "name": "string"
938
+ }
939
+ }
940
+ ],
941
+ "type": {
942
+ "type": "intrinsic",
943
+ "name": "boolean"
944
+ },
945
+ "inheritedFrom": {
946
+ "type": "reference",
947
+ "name": "XyoWitness.queriable"
948
+ }
949
+ }
950
+ ],
951
+ "inheritedFrom": {
952
+ "type": "reference",
953
+ "name": "XyoWitness.queriable"
954
+ }
955
+ },
956
+ {
957
+ "id": 50,
958
+ "name": "query",
959
+ "kind": 2048,
960
+ "kindString": "Method",
961
+ "flags": {},
962
+ "sources": [
963
+ {
964
+ "fileName": "modules/packages/witness/dist/esm/XyoWitness.d.ts",
965
+ "line": 11,
966
+ "character": 4
967
+ }
968
+ ],
969
+ "signatures": [
970
+ {
971
+ "id": 51,
972
+ "name": "query",
973
+ "kind": 4096,
974
+ "kindString": "Call signature",
975
+ "flags": {},
976
+ "parameters": [
977
+ {
978
+ "id": 52,
979
+ "name": "query",
980
+ "kind": 32768,
981
+ "kindString": "Parameter",
982
+ "flags": {},
983
+ "type": {
984
+ "type": "reference",
985
+ "typeArguments": [
986
+ {
987
+ "type": "reference",
988
+ "id": 8,
989
+ "name": "XyoLocationPayload"
990
+ }
991
+ ],
992
+ "name": "XyoWitnessQueryPayload"
993
+ }
994
+ }
995
+ ],
996
+ "type": {
997
+ "type": "reference",
998
+ "typeArguments": [
999
+ {
1000
+ "type": "tuple",
1001
+ "elements": [
1002
+ {
1003
+ "type": "reference",
1004
+ "name": "XyoBoundWitness"
1005
+ },
1006
+ {
1007
+ "type": "array",
1008
+ "elementType": {
1009
+ "type": "reflection",
1010
+ "declaration": {
1011
+ "id": 53,
1012
+ "name": "__type",
1013
+ "kind": 65536,
1014
+ "kindString": "Type literal",
1015
+ "flags": {},
1016
+ "children": [
1017
+ {
1018
+ "id": 55,
1019
+ "name": "previousHash",
1020
+ "kind": 1024,
1021
+ "kindString": "Property",
1022
+ "flags": {
1023
+ "isOptional": true
1024
+ },
1025
+ "sources": [
1026
+ {
1027
+ "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1028
+ "line": 9,
1029
+ "character": 4
1030
+ }
1031
+ ],
1032
+ "type": {
1033
+ "type": "intrinsic",
1034
+ "name": "string"
1035
+ }
1036
+ },
1037
+ {
1038
+ "id": 54,
1039
+ "name": "schema",
1040
+ "kind": 1024,
1041
+ "kindString": "Property",
1042
+ "flags": {},
1043
+ "sources": [
1044
+ {
1045
+ "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1046
+ "line": 8,
1047
+ "character": 4
1048
+ }
1049
+ ],
1050
+ "type": {
1051
+ "type": "intrinsic",
1052
+ "name": "string"
1053
+ }
1054
+ },
1055
+ {
1056
+ "id": 56,
1057
+ "name": "sources",
1058
+ "kind": 1024,
1059
+ "kindString": "Property",
1060
+ "flags": {
1061
+ "isOptional": true
1062
+ },
1063
+ "sources": [
1064
+ {
1065
+ "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1066
+ "line": 10,
1067
+ "character": 4
1068
+ }
1069
+ ],
1070
+ "type": {
1071
+ "type": "array",
1072
+ "elementType": {
1073
+ "type": "intrinsic",
1074
+ "name": "string"
1075
+ }
1076
+ }
1077
+ },
1078
+ {
1079
+ "id": 57,
1080
+ "name": "timestamp",
1081
+ "kind": 1024,
1082
+ "kindString": "Property",
1083
+ "flags": {
1084
+ "isOptional": true
1085
+ },
1086
+ "sources": [
1087
+ {
1088
+ "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1089
+ "line": 11,
1090
+ "character": 4
1091
+ }
1092
+ ],
1093
+ "type": {
1094
+ "type": "intrinsic",
1095
+ "name": "number"
1096
+ }
1097
+ }
1098
+ ],
1099
+ "groups": [
1100
+ {
1101
+ "title": "Properties",
1102
+ "children": [
1103
+ 55,
1104
+ 54,
1105
+ 56,
1106
+ 57
1107
+ ]
1108
+ }
1109
+ ],
1110
+ "sources": [
1111
+ {
1112
+ "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1113
+ "line": 7,
1114
+ "character": 107
1115
+ }
1116
+ ]
1117
+ }
1118
+ }
1119
+ }
1120
+ ]
1121
+ }
1122
+ ],
1123
+ "name": "Promise",
1124
+ "qualifiedName": "Promise",
1125
+ "package": "typescript"
1126
+ },
1127
+ "inheritedFrom": {
1128
+ "type": "reference",
1129
+ "name": "XyoWitness.query"
1130
+ }
1131
+ }
1132
+ ],
1133
+ "inheritedFrom": {
1134
+ "type": "reference",
1135
+ "name": "XyoWitness.query"
1136
+ }
1137
+ }
1138
+ ],
1139
+ "groups": [
1140
+ {
1141
+ "title": "Constructors",
1142
+ "children": [
1143
+ 36
1144
+ ]
1145
+ },
1146
+ {
1147
+ "title": "Properties",
1148
+ "children": [
1149
+ 58,
1150
+ 35
1151
+ ]
1152
+ },
1153
+ {
1154
+ "title": "Accessors",
1155
+ "children": [
1156
+ 62,
1157
+ 64,
1158
+ 39,
1159
+ 48,
1160
+ 46
1161
+ ]
1162
+ },
1163
+ {
1164
+ "title": "Methods",
1165
+ "children": [
1166
+ 66,
1167
+ 75,
1168
+ 41,
1169
+ 43,
1170
+ 59,
1171
+ 50
1172
+ ]
1173
+ }
1174
+ ],
1175
+ "sources": [
1176
+ {
1177
+ "fileName": "plugins/packages/location/src/Witness.ts",
1178
+ "line": 18,
1179
+ "character": 13,
1180
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Witness.ts#L18"
1181
+ }
1182
+ ],
1183
+ "extendedTypes": [
1184
+ {
1185
+ "type": "reference",
1186
+ "typeArguments": [
1187
+ {
1188
+ "type": "reference",
1189
+ "id": 8,
1190
+ "name": "XyoLocationPayload"
1191
+ },
1192
+ {
1193
+ "type": "reference",
1194
+ "id": 29,
1195
+ "name": "XyoLocationWitnessConfig"
1196
+ }
1197
+ ],
1198
+ "name": "XyoWitness"
1199
+ }
1200
+ ]
1201
+ },
1202
+ {
1203
+ "id": 8,
1204
+ "name": "XyoLocationPayload",
1205
+ "kind": 4194304,
1206
+ "kindString": "Type alias",
1207
+ "flags": {},
1208
+ "sources": [
1209
+ {
1210
+ "fileName": "plugins/packages/location/src/Payload.ts",
1211
+ "line": 5,
1212
+ "character": 12,
1213
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Payload.ts#L5"
1214
+ }
1215
+ ],
1216
+ "type": {
1217
+ "type": "reference",
1218
+ "typeArguments": [
1219
+ {
1220
+ "type": "reflection",
1221
+ "declaration": {
1222
+ "id": 9,
1223
+ "name": "__type",
1224
+ "kind": 65536,
1225
+ "kindString": "Type literal",
1226
+ "flags": {},
1227
+ "children": [
1228
+ {
1229
+ "id": 11,
1230
+ "name": "currentLocation",
1231
+ "kind": 1024,
1232
+ "kindString": "Property",
1233
+ "flags": {},
1234
+ "sources": [
1235
+ {
1236
+ "fileName": "plugins/packages/location/src/Payload.ts",
1237
+ "line": 7,
1238
+ "character": 2,
1239
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Payload.ts#L7"
1240
+ }
1241
+ ],
1242
+ "type": {
1243
+ "type": "reflection",
1244
+ "declaration": {
1245
+ "id": 12,
1246
+ "name": "__type",
1247
+ "kind": 65536,
1248
+ "kindString": "Type literal",
1249
+ "flags": {},
1250
+ "children": [
1251
+ {
1252
+ "id": 13,
1253
+ "name": "coords",
1254
+ "kind": 1024,
1255
+ "kindString": "Property",
1256
+ "flags": {},
1257
+ "sources": [
1258
+ {
1259
+ "fileName": "plugins/packages/location/src/Payload.ts",
1260
+ "line": 8,
1261
+ "character": 4,
1262
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Payload.ts#L8"
1263
+ }
1264
+ ],
1265
+ "type": {
1266
+ "type": "reflection",
1267
+ "declaration": {
1268
+ "id": 14,
1269
+ "name": "__type",
1270
+ "kind": 65536,
1271
+ "kindString": "Type literal",
1272
+ "flags": {},
1273
+ "children": [
1274
+ {
1275
+ "id": 15,
1276
+ "name": "accuracy",
1277
+ "kind": 1024,
1278
+ "kindString": "Property",
1279
+ "flags": {
1280
+ "isOptional": true
1281
+ },
1282
+ "sources": [
1283
+ {
1284
+ "fileName": "plugins/packages/location/src/Payload.ts",
1285
+ "line": 9,
1286
+ "character": 6,
1287
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Payload.ts#L9"
1288
+ }
1289
+ ],
1290
+ "type": {
1291
+ "type": "intrinsic",
1292
+ "name": "number"
1293
+ }
1294
+ },
1295
+ {
1296
+ "id": 16,
1297
+ "name": "altitude",
1298
+ "kind": 1024,
1299
+ "kindString": "Property",
1300
+ "flags": {
1301
+ "isOptional": true
1302
+ },
1303
+ "sources": [
1304
+ {
1305
+ "fileName": "plugins/packages/location/src/Payload.ts",
1306
+ "line": 10,
1307
+ "character": 6,
1308
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Payload.ts#L10"
1309
+ }
1310
+ ],
1311
+ "type": {
1312
+ "type": "intrinsic",
1313
+ "name": "number"
1314
+ }
1315
+ },
1316
+ {
1317
+ "id": 17,
1318
+ "name": "altitudeAccuracy",
1319
+ "kind": 1024,
1320
+ "kindString": "Property",
1321
+ "flags": {
1322
+ "isOptional": true
1323
+ },
1324
+ "sources": [
1325
+ {
1326
+ "fileName": "plugins/packages/location/src/Payload.ts",
1327
+ "line": 11,
1328
+ "character": 6,
1329
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Payload.ts#L11"
1330
+ }
1331
+ ],
1332
+ "type": {
1333
+ "type": "intrinsic",
1334
+ "name": "number"
1335
+ }
1336
+ },
1337
+ {
1338
+ "id": 18,
1339
+ "name": "heading",
1340
+ "kind": 1024,
1341
+ "kindString": "Property",
1342
+ "flags": {
1343
+ "isOptional": true
1344
+ },
1345
+ "sources": [
1346
+ {
1347
+ "fileName": "plugins/packages/location/src/Payload.ts",
1348
+ "line": 12,
1349
+ "character": 6,
1350
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Payload.ts#L12"
1351
+ }
1352
+ ],
1353
+ "type": {
1354
+ "type": "intrinsic",
1355
+ "name": "number"
1356
+ }
1357
+ },
1358
+ {
1359
+ "id": 19,
1360
+ "name": "latitude",
1361
+ "kind": 1024,
1362
+ "kindString": "Property",
1363
+ "flags": {
1364
+ "isOptional": true
1365
+ },
1366
+ "sources": [
1367
+ {
1368
+ "fileName": "plugins/packages/location/src/Payload.ts",
1369
+ "line": 13,
1370
+ "character": 6,
1371
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Payload.ts#L13"
1372
+ }
1373
+ ],
1374
+ "type": {
1375
+ "type": "intrinsic",
1376
+ "name": "number"
1377
+ }
1378
+ },
1379
+ {
1380
+ "id": 20,
1381
+ "name": "longitude",
1382
+ "kind": 1024,
1383
+ "kindString": "Property",
1384
+ "flags": {
1385
+ "isOptional": true
1386
+ },
1387
+ "sources": [
1388
+ {
1389
+ "fileName": "plugins/packages/location/src/Payload.ts",
1390
+ "line": 14,
1391
+ "character": 6,
1392
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Payload.ts#L14"
1393
+ }
1394
+ ],
1395
+ "type": {
1396
+ "type": "intrinsic",
1397
+ "name": "number"
1398
+ }
1399
+ },
1400
+ {
1401
+ "id": 21,
1402
+ "name": "speed",
1403
+ "kind": 1024,
1404
+ "kindString": "Property",
1405
+ "flags": {
1406
+ "isOptional": true
1407
+ },
1408
+ "sources": [
1409
+ {
1410
+ "fileName": "plugins/packages/location/src/Payload.ts",
1411
+ "line": 15,
1412
+ "character": 6,
1413
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Payload.ts#L15"
1414
+ }
1415
+ ],
1416
+ "type": {
1417
+ "type": "intrinsic",
1418
+ "name": "number"
1419
+ }
1420
+ }
1421
+ ],
1422
+ "groups": [
1423
+ {
1424
+ "title": "Properties",
1425
+ "children": [
1426
+ 15,
1427
+ 16,
1428
+ 17,
1429
+ 18,
1430
+ 19,
1431
+ 20,
1432
+ 21
1433
+ ]
1434
+ }
1435
+ ],
1436
+ "sources": [
1437
+ {
1438
+ "fileName": "plugins/packages/location/src/Payload.ts",
1439
+ "line": 8,
1440
+ "character": 12,
1441
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Payload.ts#L8"
1442
+ }
1443
+ ]
1444
+ }
1445
+ }
1446
+ },
1447
+ {
1448
+ "id": 22,
1449
+ "name": "timestamp",
1450
+ "kind": 1024,
1451
+ "kindString": "Property",
1452
+ "flags": {},
1453
+ "sources": [
1454
+ {
1455
+ "fileName": "plugins/packages/location/src/Payload.ts",
1456
+ "line": 17,
1457
+ "character": 4,
1458
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Payload.ts#L17"
1459
+ }
1460
+ ],
1461
+ "type": {
1462
+ "type": "intrinsic",
1463
+ "name": "number"
1464
+ }
1465
+ }
1466
+ ],
1467
+ "groups": [
1468
+ {
1469
+ "title": "Properties",
1470
+ "children": [
1471
+ 13,
1472
+ 22
1473
+ ]
1474
+ }
1475
+ ],
1476
+ "sources": [
1477
+ {
1478
+ "fileName": "plugins/packages/location/src/Payload.ts",
1479
+ "line": 7,
1480
+ "character": 19,
1481
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Payload.ts#L7"
1482
+ }
1483
+ ]
1484
+ }
1485
+ }
1486
+ },
1487
+ {
1488
+ "id": 10,
1489
+ "name": "schema",
1490
+ "kind": 1024,
1491
+ "kindString": "Property",
1492
+ "flags": {},
1493
+ "sources": [
1494
+ {
1495
+ "fileName": "plugins/packages/location/src/Payload.ts",
1496
+ "line": 6,
1497
+ "character": 2,
1498
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Payload.ts#L6"
1499
+ }
1500
+ ],
1501
+ "type": {
1502
+ "type": "reference",
1503
+ "id": 23,
1504
+ "name": "XyoLocationPayloadSchema"
1505
+ }
1506
+ }
1507
+ ],
1508
+ "groups": [
1509
+ {
1510
+ "title": "Properties",
1511
+ "children": [
1512
+ 11,
1513
+ 10
1514
+ ]
1515
+ }
1516
+ ],
1517
+ "sources": [
1518
+ {
1519
+ "fileName": "plugins/packages/location/src/Payload.ts",
1520
+ "line": 5,
1521
+ "character": 44,
1522
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Payload.ts#L5"
1523
+ }
1524
+ ]
1525
+ }
1526
+ }
1527
+ ],
1528
+ "name": "XyoPayload"
1529
+ }
1530
+ },
1531
+ {
1532
+ "id": 24,
1533
+ "name": "XyoLocationPayloadSchema",
1534
+ "kind": 4194304,
1535
+ "kindString": "Type alias",
1536
+ "flags": {},
1537
+ "sources": [
1538
+ {
1539
+ "fileName": "plugins/packages/location/src/Schema.ts",
1540
+ "line": 1,
1541
+ "character": 12,
1542
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Schema.ts#L1"
1543
+ },
1544
+ {
1545
+ "fileName": "plugins/packages/location/src/Schema.ts",
1546
+ "line": 2,
1547
+ "character": 13,
1548
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Schema.ts#L2"
1549
+ }
1550
+ ],
1551
+ "type": {
1552
+ "type": "literal",
1553
+ "value": "network.xyo.location"
1554
+ }
1555
+ },
1556
+ {
1557
+ "id": 29,
1558
+ "name": "XyoLocationWitnessConfig",
1559
+ "kind": 4194304,
1560
+ "kindString": "Type alias",
1561
+ "flags": {},
1562
+ "sources": [
1563
+ {
1564
+ "fileName": "plugins/packages/location/src/Witness.ts",
1565
+ "line": 9,
1566
+ "character": 12,
1567
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Witness.ts#L9"
1568
+ }
1569
+ ],
1570
+ "type": {
1571
+ "type": "reference",
1572
+ "typeArguments": [
1573
+ {
1574
+ "type": "reference",
1575
+ "id": 8,
1576
+ "name": "XyoLocationPayload"
1577
+ },
1578
+ {
1579
+ "type": "reflection",
1580
+ "declaration": {
1581
+ "id": 30,
1582
+ "name": "__type",
1583
+ "kind": 65536,
1584
+ "kindString": "Type literal",
1585
+ "flags": {},
1586
+ "children": [
1587
+ {
1588
+ "id": 33,
1589
+ "name": "geolocation",
1590
+ "kind": 1024,
1591
+ "kindString": "Property",
1592
+ "flags": {},
1593
+ "sources": [
1594
+ {
1595
+ "fileName": "plugins/packages/location/src/Witness.ts",
1596
+ "line": 14,
1597
+ "character": 4,
1598
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Witness.ts#L14"
1599
+ }
1600
+ ],
1601
+ "type": {
1602
+ "type": "reference",
1603
+ "name": "Geolocation",
1604
+ "qualifiedName": "Geolocation",
1605
+ "package": "typescript"
1606
+ }
1607
+ },
1608
+ {
1609
+ "id": 31,
1610
+ "name": "schema",
1611
+ "kind": 1024,
1612
+ "kindString": "Property",
1613
+ "flags": {},
1614
+ "sources": [
1615
+ {
1616
+ "fileName": "plugins/packages/location/src/Witness.ts",
1617
+ "line": 12,
1618
+ "character": 4,
1619
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Witness.ts#L12"
1620
+ }
1621
+ ],
1622
+ "type": {
1623
+ "type": "reference",
1624
+ "id": 27,
1625
+ "name": "XyoLocationWitnessConfigSchema"
1626
+ }
1627
+ },
1628
+ {
1629
+ "id": 32,
1630
+ "name": "targetSchema",
1631
+ "kind": 1024,
1632
+ "kindString": "Property",
1633
+ "flags": {},
1634
+ "sources": [
1635
+ {
1636
+ "fileName": "plugins/packages/location/src/Witness.ts",
1637
+ "line": 13,
1638
+ "character": 4,
1639
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Witness.ts#L13"
1640
+ }
1641
+ ],
1642
+ "type": {
1643
+ "type": "reference",
1644
+ "id": 23,
1645
+ "name": "XyoLocationPayloadSchema"
1646
+ }
1647
+ }
1648
+ ],
1649
+ "groups": [
1650
+ {
1651
+ "title": "Properties",
1652
+ "children": [
1653
+ 33,
1654
+ 31,
1655
+ 32
1656
+ ]
1657
+ }
1658
+ ],
1659
+ "sources": [
1660
+ {
1661
+ "fileName": "plugins/packages/location/src/Witness.ts",
1662
+ "line": 11,
1663
+ "character": 2,
1664
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Witness.ts#L11"
1665
+ }
1666
+ ]
1667
+ }
1668
+ }
1669
+ ],
1670
+ "name": "XyoWitnessConfig"
1671
+ }
1672
+ },
1673
+ {
1674
+ "id": 28,
1675
+ "name": "XyoLocationWitnessConfigSchema",
1676
+ "kind": 4194304,
1677
+ "kindString": "Type alias",
1678
+ "flags": {},
1679
+ "sources": [
1680
+ {
1681
+ "fileName": "plugins/packages/location/src/Witness.ts",
1682
+ "line": 6,
1683
+ "character": 12,
1684
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Witness.ts#L6"
1685
+ },
1686
+ {
1687
+ "fileName": "plugins/packages/location/src/Witness.ts",
1688
+ "line": 7,
1689
+ "character": 13,
1690
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Witness.ts#L7"
1691
+ }
1692
+ ],
1693
+ "type": {
1694
+ "type": "literal",
1695
+ "value": "network.xyo.location.config"
1696
+ }
1697
+ },
1698
+ {
1699
+ "id": 23,
1700
+ "name": "XyoLocationPayloadSchema",
1701
+ "kind": 32,
1702
+ "kindString": "Variable",
1703
+ "flags": {},
1704
+ "sources": [
1705
+ {
1706
+ "fileName": "plugins/packages/location/src/Schema.ts",
1707
+ "line": 1,
1708
+ "character": 12,
1709
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Schema.ts#L1"
1710
+ },
1711
+ {
1712
+ "fileName": "plugins/packages/location/src/Schema.ts",
1713
+ "line": 2,
1714
+ "character": 13,
1715
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Schema.ts#L2"
1716
+ }
1717
+ ],
1718
+ "type": {
1719
+ "type": "literal",
1720
+ "value": "network.xyo.location"
1721
+ }
1722
+ },
1723
+ {
1724
+ "id": 27,
1725
+ "name": "XyoLocationWitnessConfigSchema",
1726
+ "kind": 32,
1727
+ "kindString": "Variable",
1728
+ "flags": {},
1729
+ "sources": [
1730
+ {
1731
+ "fileName": "plugins/packages/location/src/Witness.ts",
1732
+ "line": 6,
1733
+ "character": 12,
1734
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Witness.ts#L6"
1735
+ },
1736
+ {
1737
+ "fileName": "plugins/packages/location/src/Witness.ts",
1738
+ "line": 7,
1739
+ "character": 13,
1740
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Witness.ts#L7"
1741
+ }
1742
+ ],
1743
+ "type": {
1744
+ "type": "literal",
1745
+ "value": "network.xyo.location.config"
1746
+ }
1747
+ },
1748
+ {
1749
+ "id": 1,
1750
+ "name": "XyoLocationPayloadPlugin",
1751
+ "kind": 64,
1752
+ "kindString": "Function",
1753
+ "flags": {},
1754
+ "sources": [
1755
+ {
1756
+ "fileName": "plugins/packages/location/src/Plugin.ts",
1757
+ "line": 8,
1758
+ "character": 13,
1759
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Plugin.ts#L8"
1760
+ }
1761
+ ],
1762
+ "signatures": [
1763
+ {
1764
+ "id": 2,
1765
+ "name": "XyoLocationPayloadPlugin",
1766
+ "kind": 4096,
1767
+ "kindString": "Call signature",
1768
+ "flags": {},
1769
+ "type": {
1770
+ "type": "reference",
1771
+ "typeArguments": [
1772
+ {
1773
+ "type": "reference",
1774
+ "id": 8,
1775
+ "name": "XyoLocationPayload"
1776
+ },
1777
+ {
1778
+ "type": "reference",
1779
+ "id": 29,
1780
+ "name": "XyoLocationWitnessConfig"
1781
+ },
1782
+ {
1783
+ "type": "reference",
1784
+ "typeArguments": [
1785
+ {
1786
+ "type": "reference",
1787
+ "id": 8,
1788
+ "name": "XyoLocationPayload"
1789
+ },
1790
+ {
1791
+ "type": "reflection",
1792
+ "declaration": {
1793
+ "id": 3,
1794
+ "name": "__type",
1795
+ "kind": 65536,
1796
+ "kindString": "Type literal",
1797
+ "flags": {},
1798
+ "children": [
1799
+ {
1800
+ "id": 5,
1801
+ "name": "previousHash",
1802
+ "kind": 1024,
1803
+ "kindString": "Property",
1804
+ "flags": {
1805
+ "isOptional": true
1806
+ },
1807
+ "sources": [
1808
+ {
1809
+ "fileName": "sdk/packages/payload-plugin/dist/esm/createPlugin.d.ts",
1810
+ "line": 41,
1811
+ "character": 4
1812
+ }
1813
+ ],
1814
+ "type": {
1815
+ "type": "intrinsic",
1816
+ "name": "string"
1817
+ }
1818
+ },
1819
+ {
1820
+ "id": 4,
1821
+ "name": "schema",
1822
+ "kind": 1024,
1823
+ "kindString": "Property",
1824
+ "flags": {},
1825
+ "sources": [
1826
+ {
1827
+ "fileName": "sdk/packages/payload-plugin/dist/esm/createPlugin.d.ts",
1828
+ "line": 40,
1829
+ "character": 4
1830
+ }
1831
+ ],
1832
+ "type": {
1833
+ "type": "intrinsic",
1834
+ "name": "string"
1835
+ }
1836
+ },
1837
+ {
1838
+ "id": 6,
1839
+ "name": "sources",
1840
+ "kind": 1024,
1841
+ "kindString": "Property",
1842
+ "flags": {
1843
+ "isOptional": true
1844
+ },
1845
+ "sources": [
1846
+ {
1847
+ "fileName": "sdk/packages/payload-plugin/dist/esm/createPlugin.d.ts",
1848
+ "line": 42,
1849
+ "character": 4
1850
+ }
1851
+ ],
1852
+ "type": {
1853
+ "type": "array",
1854
+ "elementType": {
1855
+ "type": "intrinsic",
1856
+ "name": "string"
1857
+ }
1858
+ }
1859
+ },
1860
+ {
1861
+ "id": 7,
1862
+ "name": "timestamp",
1863
+ "kind": 1024,
1864
+ "kindString": "Property",
1865
+ "flags": {
1866
+ "isOptional": true
1867
+ },
1868
+ "sources": [
1869
+ {
1870
+ "fileName": "sdk/packages/payload-plugin/dist/esm/createPlugin.d.ts",
1871
+ "line": 43,
1872
+ "character": 4
1873
+ }
1874
+ ],
1875
+ "type": {
1876
+ "type": "intrinsic",
1877
+ "name": "number"
1878
+ }
1879
+ }
1880
+ ],
1881
+ "groups": [
1882
+ {
1883
+ "title": "Properties",
1884
+ "children": [
1885
+ 5,
1886
+ 4,
1887
+ 6,
1888
+ 7
1889
+ ]
1890
+ }
1891
+ ],
1892
+ "sources": [
1893
+ {
1894
+ "fileName": "sdk/packages/payload-plugin/dist/esm/createPlugin.d.ts",
1895
+ "line": 39,
1896
+ "character": 32
1897
+ }
1898
+ ]
1899
+ }
1900
+ }
1901
+ ],
1902
+ "name": "XyoDivinerConfig"
1903
+ }
1904
+ ],
1905
+ "name": "XyoPayloadPlugin"
1906
+ }
1907
+ }
1908
+ ]
1909
+ },
1910
+ {
1911
+ "id": 25,
1912
+ "name": "XyoLocationPayloadTemplate",
1913
+ "kind": 64,
1914
+ "kindString": "Function",
1915
+ "flags": {},
1916
+ "sources": [
1917
+ {
1918
+ "fileName": "plugins/packages/location/src/Template.ts",
1919
+ "line": 4,
1920
+ "character": 13,
1921
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/Template.ts#L4"
1922
+ }
1923
+ ],
1924
+ "signatures": [
1925
+ {
1926
+ "id": 26,
1927
+ "name": "XyoLocationPayloadTemplate",
1928
+ "kind": 4096,
1929
+ "kindString": "Call signature",
1930
+ "flags": {},
1931
+ "type": {
1932
+ "type": "reference",
1933
+ "id": 8,
1934
+ "name": "XyoLocationPayload"
1935
+ }
1936
+ }
1937
+ ]
1938
+ }
1939
+ ],
1940
+ "groups": [
1941
+ {
1942
+ "title": "References",
1943
+ "children": [
1944
+ 88
1945
+ ]
1946
+ },
1947
+ {
1948
+ "title": "Classes",
1949
+ "children": [
1950
+ 34
1951
+ ]
1952
+ },
1953
+ {
1954
+ "title": "Type Aliases",
1955
+ "children": [
1956
+ 8,
1957
+ 24,
1958
+ 29,
1959
+ 28
1960
+ ]
1961
+ },
1962
+ {
1963
+ "title": "Variables",
1964
+ "children": [
1965
+ 23,
1966
+ 27
1967
+ ]
1968
+ },
1969
+ {
1970
+ "title": "Functions",
1971
+ "children": [
1972
+ 1,
1973
+ 25
1974
+ ]
1975
+ }
1976
+ ],
1977
+ "sources": [
1978
+ {
1979
+ "fileName": "plugins/packages/location/src/index.ts",
1980
+ "line": 1,
1981
+ "character": 0,
1982
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/76515a9/packages/plugins/packages/location/src/index.ts#L1"
1983
+ }
1984
+ ]
1985
+ }