@xyo-network/location-payload-plugin 2.23.3 → 2.24.2

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 (58) hide show
  1. package/dist/cjs/Payload.d.ts +18 -0
  2. package/dist/cjs/Payload.d.ts.map +1 -0
  3. package/dist/cjs/Payload.js +3 -0
  4. package/dist/cjs/Payload.js.map +1 -0
  5. package/dist/cjs/Plugin.d.ts +5 -0
  6. package/dist/cjs/Plugin.d.ts.map +1 -0
  7. package/dist/cjs/Plugin.js +17 -0
  8. package/dist/cjs/Plugin.js.map +1 -0
  9. package/dist/cjs/Schema.d.ts +3 -0
  10. package/dist/cjs/Schema.d.ts.map +1 -0
  11. package/dist/cjs/Schema.js +5 -0
  12. package/dist/cjs/Schema.js.map +1 -0
  13. package/dist/cjs/Template.d.ts +3 -0
  14. package/dist/cjs/Template.d.ts.map +1 -0
  15. package/dist/cjs/Template.js +23 -0
  16. package/dist/cjs/Template.js.map +1 -0
  17. package/dist/cjs/Witness.d.ts +11 -0
  18. package/dist/cjs/Witness.d.ts.map +1 -0
  19. package/dist/cjs/Witness.js +52 -0
  20. package/dist/cjs/Witness.js.map +1 -0
  21. package/dist/cjs/index.d.ts +7 -4
  22. package/dist/cjs/index.d.ts.map +1 -1
  23. package/dist/cjs/index.js +9 -10
  24. package/dist/cjs/index.js.map +1 -1
  25. package/dist/docs.json +775 -8
  26. package/dist/esm/Payload.d.ts +18 -0
  27. package/dist/esm/Payload.d.ts.map +1 -0
  28. package/dist/esm/Payload.js +2 -0
  29. package/dist/esm/Payload.js.map +1 -0
  30. package/dist/esm/Plugin.d.ts +5 -0
  31. package/dist/esm/Plugin.d.ts.map +1 -0
  32. package/dist/esm/Plugin.js +13 -0
  33. package/dist/esm/Plugin.js.map +1 -0
  34. package/dist/esm/Schema.d.ts +3 -0
  35. package/dist/esm/Schema.d.ts.map +1 -0
  36. package/dist/esm/Schema.js +2 -0
  37. package/dist/esm/Schema.js.map +1 -0
  38. package/dist/esm/Template.d.ts +3 -0
  39. package/dist/esm/Template.d.ts.map +1 -0
  40. package/dist/esm/Template.js +19 -0
  41. package/dist/esm/Template.js.map +1 -0
  42. package/dist/esm/Witness.d.ts +11 -0
  43. package/dist/esm/Witness.d.ts.map +1 -0
  44. package/dist/esm/Witness.js +42 -0
  45. package/dist/esm/Witness.js.map +1 -0
  46. package/dist/esm/index.d.ts +7 -4
  47. package/dist/esm/index.d.ts.map +1 -1
  48. package/dist/esm/index.js +7 -10
  49. package/dist/esm/index.js.map +1 -1
  50. package/package.json +5 -4
  51. package/src/Payload.ts +19 -0
  52. package/src/Plugin.spec.ts +11 -0
  53. package/src/Plugin.ts +16 -0
  54. package/src/Schema.ts +2 -0
  55. package/src/Template.ts +20 -0
  56. package/src/Witness.ts +50 -0
  57. package/src/index.ts +8 -11
  58. package/src/index.spec.ts +0 -10
package/dist/docs.json CHANGED
@@ -7,23 +7,734 @@
7
7
  "originalName": "",
8
8
  "children": [
9
9
  {
10
- "id": 1,
10
+ "id": 36,
11
11
  "name": "default",
12
+ "kind": 8388608,
13
+ "kindString": "Reference",
14
+ "flags": {},
15
+ "sources": [
16
+ {
17
+ "fileName": "plugins/location/src/index.ts",
18
+ "line": 11,
19
+ "character": 0,
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/index.ts#L11"
21
+ }
22
+ ],
23
+ "target": 1
24
+ },
25
+ {
26
+ "id": 23,
27
+ "name": "XyoLocationWitness",
28
+ "kind": 128,
29
+ "kindString": "Class",
30
+ "flags": {},
31
+ "children": [
32
+ {
33
+ "id": 25,
34
+ "name": "constructor",
35
+ "kind": 512,
36
+ "kindString": "Constructor",
37
+ "flags": {},
38
+ "sources": [
39
+ {
40
+ "fileName": "plugins/location/src/Witness.ts",
41
+ "line": 9,
42
+ "character": 2,
43
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Witness.ts#L9"
44
+ }
45
+ ],
46
+ "signatures": [
47
+ {
48
+ "id": 26,
49
+ "name": "new XyoLocationWitness",
50
+ "kind": 16384,
51
+ "kindString": "Constructor signature",
52
+ "flags": {},
53
+ "type": {
54
+ "type": "reference",
55
+ "id": 23,
56
+ "name": "XyoLocationWitness"
57
+ },
58
+ "overwrites": {
59
+ "type": "reference",
60
+ "name": "XyoSimpleWitness<XyoLocationPayload>.constructor"
61
+ }
62
+ }
63
+ ],
64
+ "overwrites": {
65
+ "type": "reference",
66
+ "name": "XyoSimpleWitness<XyoLocationPayload>.constructor"
67
+ }
68
+ },
69
+ {
70
+ "id": 35,
71
+ "name": "config",
72
+ "kind": 1024,
73
+ "kindString": "Property",
74
+ "flags": {
75
+ "isOptional": true,
76
+ "isReadonly": true
77
+ },
78
+ "sources": [
79
+ {
80
+ "fileName": "sdk/witness/dist/esm/Witness/Witness.d.ts",
81
+ "line": 8,
82
+ "character": 13
83
+ }
84
+ ],
85
+ "type": {
86
+ "type": "reference",
87
+ "typeArguments": [
88
+ {
89
+ "type": "reference",
90
+ "id": 4,
91
+ "name": "XyoLocationPayload"
92
+ }
93
+ ],
94
+ "name": "XyoSimpleWitnessConfig"
95
+ },
96
+ "inheritedFrom": {
97
+ "type": "reference",
98
+ "name": "XyoSimpleWitness.config"
99
+ }
100
+ },
101
+ {
102
+ "id": 27,
103
+ "name": "geoLocation",
104
+ "kind": 1024,
105
+ "kindString": "Property",
106
+ "flags": {
107
+ "isPrivate": true
108
+ },
109
+ "sources": [
110
+ {
111
+ "fileName": "plugins/location/src/Witness.ts",
112
+ "line": 8,
113
+ "character": 10,
114
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Witness.ts#L8"
115
+ }
116
+ ],
117
+ "type": {
118
+ "type": "reference",
119
+ "name": "Geolocation",
120
+ "qualifiedName": "Geolocation",
121
+ "package": "typescript"
122
+ }
123
+ },
124
+ {
125
+ "id": 32,
126
+ "name": "previousHash",
127
+ "kind": 1024,
128
+ "kindString": "Property",
129
+ "flags": {
130
+ "isOptional": true
131
+ },
132
+ "sources": [
133
+ {
134
+ "fileName": "sdk/witness/dist/esm/Witness/SimpleWitness.d.ts",
135
+ "line": 9,
136
+ "character": 4
137
+ }
138
+ ],
139
+ "type": {
140
+ "type": "intrinsic",
141
+ "name": "string"
142
+ },
143
+ "inheritedFrom": {
144
+ "type": "reference",
145
+ "name": "XyoSimpleWitness.previousHash"
146
+ }
147
+ },
148
+ {
149
+ "id": 24,
150
+ "name": "schema",
151
+ "kind": 1024,
152
+ "kindString": "Property",
153
+ "flags": {
154
+ "isStatic": true
155
+ },
156
+ "sources": [
157
+ {
158
+ "fileName": "plugins/location/src/Witness.ts",
159
+ "line": 49,
160
+ "character": 9,
161
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Witness.ts#L49"
162
+ }
163
+ ],
164
+ "type": {
165
+ "type": "literal",
166
+ "value": "network.xyo.location"
167
+ },
168
+ "defaultValue": "XyoLocationPayloadSchema"
169
+ },
170
+ {
171
+ "id": 33,
172
+ "name": "targetSchema",
173
+ "kind": 262144,
174
+ "kindString": "Accessor",
175
+ "flags": {},
176
+ "sources": [
177
+ {
178
+ "fileName": "sdk/witness/dist/esm/Witness/SimpleWitness.d.ts",
179
+ "line": 10,
180
+ "character": 8
181
+ }
182
+ ],
183
+ "getSignature": {
184
+ "id": 34,
185
+ "name": "targetSchema",
186
+ "kind": 524288,
187
+ "kindString": "Get signature",
188
+ "flags": {},
189
+ "type": {
190
+ "type": "intrinsic",
191
+ "name": "string"
192
+ },
193
+ "inheritedFrom": {
194
+ "type": "reference",
195
+ "name": "XyoSimpleWitness.targetSchema"
196
+ }
197
+ },
198
+ "inheritedFrom": {
199
+ "type": "reference",
200
+ "name": "XyoSimpleWitness.targetSchema"
201
+ }
202
+ },
203
+ {
204
+ "id": 28,
205
+ "name": "getCurrentPosition",
206
+ "kind": 2048,
207
+ "kindString": "Method",
208
+ "flags": {
209
+ "isPublic": true
210
+ },
211
+ "sources": [
212
+ {
213
+ "fileName": "plugins/location/src/Witness.ts",
214
+ "line": 18,
215
+ "character": 9,
216
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Witness.ts#L18"
217
+ }
218
+ ],
219
+ "signatures": [
220
+ {
221
+ "id": 29,
222
+ "name": "getCurrentPosition",
223
+ "kind": 4096,
224
+ "kindString": "Call signature",
225
+ "flags": {},
226
+ "type": {
227
+ "type": "reference",
228
+ "typeArguments": [
229
+ {
230
+ "type": "reference",
231
+ "name": "GeolocationPosition",
232
+ "qualifiedName": "GeolocationPosition",
233
+ "package": "typescript"
234
+ }
235
+ ],
236
+ "name": "Promise",
237
+ "qualifiedName": "Promise",
238
+ "package": "typescript"
239
+ }
240
+ }
241
+ ]
242
+ },
243
+ {
244
+ "id": 30,
245
+ "name": "observe",
246
+ "kind": 2048,
247
+ "kindString": "Method",
248
+ "flags": {},
249
+ "sources": [
250
+ {
251
+ "fileName": "plugins/location/src/Witness.ts",
252
+ "line": 31,
253
+ "character": 17,
254
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Witness.ts#L31"
255
+ }
256
+ ],
257
+ "signatures": [
258
+ {
259
+ "id": 31,
260
+ "name": "observe",
261
+ "kind": 4096,
262
+ "kindString": "Call signature",
263
+ "flags": {},
264
+ "type": {
265
+ "type": "reference",
266
+ "typeArguments": [
267
+ {
268
+ "type": "reference",
269
+ "id": 4,
270
+ "name": "XyoLocationPayload"
271
+ }
272
+ ],
273
+ "name": "Promise",
274
+ "qualifiedName": "Promise",
275
+ "package": "typescript"
276
+ },
277
+ "overwrites": {
278
+ "type": "reference",
279
+ "name": "XyoSimpleWitness.observe"
280
+ }
281
+ }
282
+ ],
283
+ "overwrites": {
284
+ "type": "reference",
285
+ "name": "XyoSimpleWitness.observe"
286
+ }
287
+ }
288
+ ],
289
+ "groups": [
290
+ {
291
+ "title": "Constructors",
292
+ "children": [
293
+ 25
294
+ ]
295
+ },
296
+ {
297
+ "title": "Properties",
298
+ "children": [
299
+ 35,
300
+ 27,
301
+ 32,
302
+ 24
303
+ ]
304
+ },
305
+ {
306
+ "title": "Accessors",
307
+ "children": [
308
+ 33
309
+ ]
310
+ },
311
+ {
312
+ "title": "Methods",
313
+ "children": [
314
+ 28,
315
+ 30
316
+ ]
317
+ }
318
+ ],
319
+ "sources": [
320
+ {
321
+ "fileName": "plugins/location/src/Witness.ts",
322
+ "line": 7,
323
+ "character": 13,
324
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Witness.ts#L7"
325
+ }
326
+ ],
327
+ "extendedTypes": [
328
+ {
329
+ "type": "reference",
330
+ "typeArguments": [
331
+ {
332
+ "type": "reference",
333
+ "id": 4,
334
+ "name": "XyoLocationPayload"
335
+ }
336
+ ],
337
+ "name": "XyoSimpleWitness"
338
+ }
339
+ ]
340
+ },
341
+ {
342
+ "id": 4,
343
+ "name": "XyoLocationPayload",
344
+ "kind": 4194304,
345
+ "kindString": "Type alias",
346
+ "flags": {},
347
+ "sources": [
348
+ {
349
+ "fileName": "plugins/location/src/Payload.ts",
350
+ "line": 5,
351
+ "character": 12,
352
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Payload.ts#L5"
353
+ }
354
+ ],
355
+ "type": {
356
+ "type": "reference",
357
+ "typeArguments": [
358
+ {
359
+ "type": "reflection",
360
+ "declaration": {
361
+ "id": 5,
362
+ "name": "__type",
363
+ "kind": 65536,
364
+ "kindString": "Type literal",
365
+ "flags": {},
366
+ "children": [
367
+ {
368
+ "id": 7,
369
+ "name": "currentLocation",
370
+ "kind": 1024,
371
+ "kindString": "Property",
372
+ "flags": {},
373
+ "sources": [
374
+ {
375
+ "fileName": "plugins/location/src/Payload.ts",
376
+ "line": 7,
377
+ "character": 2,
378
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Payload.ts#L7"
379
+ }
380
+ ],
381
+ "type": {
382
+ "type": "reflection",
383
+ "declaration": {
384
+ "id": 8,
385
+ "name": "__type",
386
+ "kind": 65536,
387
+ "kindString": "Type literal",
388
+ "flags": {},
389
+ "children": [
390
+ {
391
+ "id": 9,
392
+ "name": "coords",
393
+ "kind": 1024,
394
+ "kindString": "Property",
395
+ "flags": {},
396
+ "sources": [
397
+ {
398
+ "fileName": "plugins/location/src/Payload.ts",
399
+ "line": 8,
400
+ "character": 4,
401
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Payload.ts#L8"
402
+ }
403
+ ],
404
+ "type": {
405
+ "type": "reflection",
406
+ "declaration": {
407
+ "id": 10,
408
+ "name": "__type",
409
+ "kind": 65536,
410
+ "kindString": "Type literal",
411
+ "flags": {},
412
+ "children": [
413
+ {
414
+ "id": 11,
415
+ "name": "accuracy",
416
+ "kind": 1024,
417
+ "kindString": "Property",
418
+ "flags": {
419
+ "isOptional": true
420
+ },
421
+ "sources": [
422
+ {
423
+ "fileName": "plugins/location/src/Payload.ts",
424
+ "line": 9,
425
+ "character": 6,
426
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Payload.ts#L9"
427
+ }
428
+ ],
429
+ "type": {
430
+ "type": "intrinsic",
431
+ "name": "number"
432
+ }
433
+ },
434
+ {
435
+ "id": 12,
436
+ "name": "altitude",
437
+ "kind": 1024,
438
+ "kindString": "Property",
439
+ "flags": {
440
+ "isOptional": true
441
+ },
442
+ "sources": [
443
+ {
444
+ "fileName": "plugins/location/src/Payload.ts",
445
+ "line": 10,
446
+ "character": 6,
447
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Payload.ts#L10"
448
+ }
449
+ ],
450
+ "type": {
451
+ "type": "intrinsic",
452
+ "name": "number"
453
+ }
454
+ },
455
+ {
456
+ "id": 13,
457
+ "name": "altitudeAccuracy",
458
+ "kind": 1024,
459
+ "kindString": "Property",
460
+ "flags": {
461
+ "isOptional": true
462
+ },
463
+ "sources": [
464
+ {
465
+ "fileName": "plugins/location/src/Payload.ts",
466
+ "line": 11,
467
+ "character": 6,
468
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Payload.ts#L11"
469
+ }
470
+ ],
471
+ "type": {
472
+ "type": "intrinsic",
473
+ "name": "number"
474
+ }
475
+ },
476
+ {
477
+ "id": 14,
478
+ "name": "heading",
479
+ "kind": 1024,
480
+ "kindString": "Property",
481
+ "flags": {
482
+ "isOptional": true
483
+ },
484
+ "sources": [
485
+ {
486
+ "fileName": "plugins/location/src/Payload.ts",
487
+ "line": 12,
488
+ "character": 6,
489
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Payload.ts#L12"
490
+ }
491
+ ],
492
+ "type": {
493
+ "type": "intrinsic",
494
+ "name": "number"
495
+ }
496
+ },
497
+ {
498
+ "id": 15,
499
+ "name": "latitude",
500
+ "kind": 1024,
501
+ "kindString": "Property",
502
+ "flags": {
503
+ "isOptional": true
504
+ },
505
+ "sources": [
506
+ {
507
+ "fileName": "plugins/location/src/Payload.ts",
508
+ "line": 13,
509
+ "character": 6,
510
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Payload.ts#L13"
511
+ }
512
+ ],
513
+ "type": {
514
+ "type": "intrinsic",
515
+ "name": "number"
516
+ }
517
+ },
518
+ {
519
+ "id": 16,
520
+ "name": "longitude",
521
+ "kind": 1024,
522
+ "kindString": "Property",
523
+ "flags": {
524
+ "isOptional": true
525
+ },
526
+ "sources": [
527
+ {
528
+ "fileName": "plugins/location/src/Payload.ts",
529
+ "line": 14,
530
+ "character": 6,
531
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Payload.ts#L14"
532
+ }
533
+ ],
534
+ "type": {
535
+ "type": "intrinsic",
536
+ "name": "number"
537
+ }
538
+ },
539
+ {
540
+ "id": 17,
541
+ "name": "speed",
542
+ "kind": 1024,
543
+ "kindString": "Property",
544
+ "flags": {
545
+ "isOptional": true
546
+ },
547
+ "sources": [
548
+ {
549
+ "fileName": "plugins/location/src/Payload.ts",
550
+ "line": 15,
551
+ "character": 6,
552
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Payload.ts#L15"
553
+ }
554
+ ],
555
+ "type": {
556
+ "type": "intrinsic",
557
+ "name": "number"
558
+ }
559
+ }
560
+ ],
561
+ "groups": [
562
+ {
563
+ "title": "Properties",
564
+ "children": [
565
+ 11,
566
+ 12,
567
+ 13,
568
+ 14,
569
+ 15,
570
+ 16,
571
+ 17
572
+ ]
573
+ }
574
+ ],
575
+ "sources": [
576
+ {
577
+ "fileName": "plugins/location/src/Payload.ts",
578
+ "line": 8,
579
+ "character": 12,
580
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Payload.ts#L8"
581
+ }
582
+ ]
583
+ }
584
+ }
585
+ },
586
+ {
587
+ "id": 18,
588
+ "name": "timestamp",
589
+ "kind": 1024,
590
+ "kindString": "Property",
591
+ "flags": {},
592
+ "sources": [
593
+ {
594
+ "fileName": "plugins/location/src/Payload.ts",
595
+ "line": 17,
596
+ "character": 4,
597
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Payload.ts#L17"
598
+ }
599
+ ],
600
+ "type": {
601
+ "type": "intrinsic",
602
+ "name": "number"
603
+ }
604
+ }
605
+ ],
606
+ "groups": [
607
+ {
608
+ "title": "Properties",
609
+ "children": [
610
+ 9,
611
+ 18
612
+ ]
613
+ }
614
+ ],
615
+ "sources": [
616
+ {
617
+ "fileName": "plugins/location/src/Payload.ts",
618
+ "line": 7,
619
+ "character": 19,
620
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Payload.ts#L7"
621
+ }
622
+ ]
623
+ }
624
+ }
625
+ },
626
+ {
627
+ "id": 6,
628
+ "name": "schema",
629
+ "kind": 1024,
630
+ "kindString": "Property",
631
+ "flags": {},
632
+ "sources": [
633
+ {
634
+ "fileName": "plugins/location/src/Payload.ts",
635
+ "line": 6,
636
+ "character": 2,
637
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Payload.ts#L6"
638
+ }
639
+ ],
640
+ "type": {
641
+ "type": "reference",
642
+ "id": 19,
643
+ "name": "XyoLocationPayloadSchema"
644
+ }
645
+ }
646
+ ],
647
+ "groups": [
648
+ {
649
+ "title": "Properties",
650
+ "children": [
651
+ 7,
652
+ 6
653
+ ]
654
+ }
655
+ ],
656
+ "sources": [
657
+ {
658
+ "fileName": "plugins/location/src/Payload.ts",
659
+ "line": 5,
660
+ "character": 44,
661
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Payload.ts#L5"
662
+ }
663
+ ]
664
+ }
665
+ }
666
+ ],
667
+ "name": "XyoPayload"
668
+ }
669
+ },
670
+ {
671
+ "id": 20,
672
+ "name": "XyoLocationPayloadSchema",
673
+ "kind": 4194304,
674
+ "kindString": "Type alias",
675
+ "flags": {},
676
+ "sources": [
677
+ {
678
+ "fileName": "plugins/location/src/Schema.ts",
679
+ "line": 1,
680
+ "character": 12,
681
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Schema.ts#L1"
682
+ },
683
+ {
684
+ "fileName": "plugins/location/src/Schema.ts",
685
+ "line": 2,
686
+ "character": 13,
687
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Schema.ts#L2"
688
+ }
689
+ ],
690
+ "type": {
691
+ "type": "literal",
692
+ "value": "network.xyo.location"
693
+ }
694
+ },
695
+ {
696
+ "id": 19,
697
+ "name": "XyoLocationPayloadSchema",
698
+ "kind": 32,
699
+ "kindString": "Variable",
700
+ "flags": {},
701
+ "sources": [
702
+ {
703
+ "fileName": "plugins/location/src/Schema.ts",
704
+ "line": 1,
705
+ "character": 12,
706
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Schema.ts#L1"
707
+ },
708
+ {
709
+ "fileName": "plugins/location/src/Schema.ts",
710
+ "line": 2,
711
+ "character": 13,
712
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Schema.ts#L2"
713
+ }
714
+ ],
715
+ "type": {
716
+ "type": "literal",
717
+ "value": "network.xyo.location"
718
+ }
719
+ },
720
+ {
721
+ "id": 1,
722
+ "name": "XyoLocationPayloadPlugin",
12
723
  "kind": 64,
13
724
  "kindString": "Function",
14
725
  "flags": {},
15
726
  "sources": [
16
727
  {
17
- "fileName": "plugins/location/src/index.ts",
18
- "line": 4,
19
- "character": 6,
20
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/41d22c2/packages/plugins/location/src/index.ts#L4"
728
+ "fileName": "plugins/location/src/Plugin.ts",
729
+ "line": 8,
730
+ "character": 13,
731
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Plugin.ts#L8"
21
732
  }
22
733
  ],
23
734
  "signatures": [
24
735
  {
25
736
  "id": 2,
26
- "name": "default",
737
+ "name": "XyoLocationPayloadPlugin",
27
738
  "kind": 4096,
28
739
  "kindString": "Call signature",
29
740
  "flags": {},
@@ -85,6 +796,7 @@
85
796
  },
86
797
  {
87
798
  "type": "reference",
799
+ "id": 4,
88
800
  "name": "XyoLocationPayload"
89
801
  }
90
802
  ],
@@ -92,13 +804,68 @@
92
804
  }
93
805
  }
94
806
  ]
807
+ },
808
+ {
809
+ "id": 21,
810
+ "name": "XyoLocationPayloadTemplate",
811
+ "kind": 64,
812
+ "kindString": "Function",
813
+ "flags": {},
814
+ "sources": [
815
+ {
816
+ "fileName": "plugins/location/src/Template.ts",
817
+ "line": 4,
818
+ "character": 13,
819
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/Template.ts#L4"
820
+ }
821
+ ],
822
+ "signatures": [
823
+ {
824
+ "id": 22,
825
+ "name": "XyoLocationPayloadTemplate",
826
+ "kind": 4096,
827
+ "kindString": "Call signature",
828
+ "flags": {},
829
+ "type": {
830
+ "type": "reference",
831
+ "id": 4,
832
+ "name": "XyoLocationPayload"
833
+ }
834
+ }
835
+ ]
95
836
  }
96
837
  ],
97
838
  "groups": [
839
+ {
840
+ "title": "References",
841
+ "children": [
842
+ 36
843
+ ]
844
+ },
845
+ {
846
+ "title": "Classes",
847
+ "children": [
848
+ 23
849
+ ]
850
+ },
851
+ {
852
+ "title": "Type Aliases",
853
+ "children": [
854
+ 4,
855
+ 20
856
+ ]
857
+ },
858
+ {
859
+ "title": "Variables",
860
+ "children": [
861
+ 19
862
+ ]
863
+ },
98
864
  {
99
865
  "title": "Functions",
100
866
  "children": [
101
- 1
867
+ 1,
868
+ 21
102
869
  ]
103
870
  }
104
871
  ],
@@ -107,7 +874,7 @@
107
874
  "fileName": "plugins/location/src/index.ts",
108
875
  "line": 1,
109
876
  "character": 0,
110
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/41d22c2/packages/plugins/location/src/index.ts#L1"
877
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7f6f2e0/packages/plugins/location/src/index.ts#L1"
111
878
  }
112
879
  ]
113
880
  }