@xyo-network/location-payload-plugin 2.72.0 → 2.72.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 (2) hide show
  1. package/dist/docs.json +1238 -0
  2. package/package.json +6 -6
package/dist/docs.json ADDED
@@ -0,0 +1,1238 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/location-payload-plugin",
4
+ "variant": "project",
5
+ "kind": 1,
6
+ "flags": {},
7
+ "children": [
8
+ {
9
+ "id": 40,
10
+ "name": "default",
11
+ "variant": "reference",
12
+ "kind": 8388608,
13
+ "flags": {},
14
+ "sources": [
15
+ {
16
+ "fileName": "index.ts",
17
+ "line": 12,
18
+ "character": 0,
19
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/index.ts#L12"
20
+ }
21
+ ],
22
+ "target": 1
23
+ },
24
+ {
25
+ "id": 3,
26
+ "name": "GeographicCoordinateSystemLocation",
27
+ "variant": "declaration",
28
+ "kind": 256,
29
+ "flags": {},
30
+ "children": [
31
+ {
32
+ "id": 4,
33
+ "name": "accuracy",
34
+ "variant": "declaration",
35
+ "kind": 1024,
36
+ "flags": {
37
+ "isOptional": true
38
+ },
39
+ "sources": [
40
+ {
41
+ "fileName": "GeographicCoordinateSystemLocationPayload.ts",
42
+ "line": 7,
43
+ "character": 2,
44
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationPayload.ts#L7"
45
+ }
46
+ ],
47
+ "type": {
48
+ "type": "intrinsic",
49
+ "name": "number"
50
+ }
51
+ },
52
+ {
53
+ "id": 5,
54
+ "name": "altitude",
55
+ "variant": "declaration",
56
+ "kind": 1024,
57
+ "flags": {
58
+ "isOptional": true
59
+ },
60
+ "sources": [
61
+ {
62
+ "fileName": "GeographicCoordinateSystemLocationPayload.ts",
63
+ "line": 8,
64
+ "character": 2,
65
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationPayload.ts#L8"
66
+ }
67
+ ],
68
+ "type": {
69
+ "type": "intrinsic",
70
+ "name": "number"
71
+ }
72
+ },
73
+ {
74
+ "id": 6,
75
+ "name": "altitudeAccuracy",
76
+ "variant": "declaration",
77
+ "kind": 1024,
78
+ "flags": {
79
+ "isOptional": true
80
+ },
81
+ "sources": [
82
+ {
83
+ "fileName": "GeographicCoordinateSystemLocationPayload.ts",
84
+ "line": 9,
85
+ "character": 2,
86
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationPayload.ts#L9"
87
+ }
88
+ ],
89
+ "type": {
90
+ "type": "intrinsic",
91
+ "name": "number"
92
+ }
93
+ },
94
+ {
95
+ "id": 7,
96
+ "name": "latitude",
97
+ "variant": "declaration",
98
+ "kind": 1024,
99
+ "flags": {},
100
+ "sources": [
101
+ {
102
+ "fileName": "GeographicCoordinateSystemLocationPayload.ts",
103
+ "line": 10,
104
+ "character": 2,
105
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationPayload.ts#L10"
106
+ }
107
+ ],
108
+ "type": {
109
+ "type": "intrinsic",
110
+ "name": "number"
111
+ }
112
+ },
113
+ {
114
+ "id": 8,
115
+ "name": "longitude",
116
+ "variant": "declaration",
117
+ "kind": 1024,
118
+ "flags": {},
119
+ "sources": [
120
+ {
121
+ "fileName": "GeographicCoordinateSystemLocationPayload.ts",
122
+ "line": 11,
123
+ "character": 2,
124
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationPayload.ts#L11"
125
+ }
126
+ ],
127
+ "type": {
128
+ "type": "intrinsic",
129
+ "name": "number"
130
+ }
131
+ }
132
+ ],
133
+ "groups": [
134
+ {
135
+ "title": "Properties",
136
+ "children": [
137
+ 4,
138
+ 5,
139
+ 6,
140
+ 7,
141
+ 8
142
+ ]
143
+ }
144
+ ],
145
+ "sources": [
146
+ {
147
+ "fileName": "GeographicCoordinateSystemLocationPayload.ts",
148
+ "line": 6,
149
+ "character": 17,
150
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationPayload.ts#L6"
151
+ }
152
+ ]
153
+ },
154
+ {
155
+ "id": 9,
156
+ "name": "QuadkeyLocation",
157
+ "variant": "declaration",
158
+ "kind": 256,
159
+ "flags": {},
160
+ "children": [
161
+ {
162
+ "id": 10,
163
+ "name": "altitude",
164
+ "variant": "declaration",
165
+ "kind": 1024,
166
+ "flags": {
167
+ "isOptional": true
168
+ },
169
+ "sources": [
170
+ {
171
+ "fileName": "GeographicCoordinateSystemLocationPayload.ts",
172
+ "line": 15,
173
+ "character": 2,
174
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationPayload.ts#L15"
175
+ }
176
+ ],
177
+ "type": {
178
+ "type": "intrinsic",
179
+ "name": "number"
180
+ }
181
+ },
182
+ {
183
+ "id": 11,
184
+ "name": "altitudeAccuracy",
185
+ "variant": "declaration",
186
+ "kind": 1024,
187
+ "flags": {
188
+ "isOptional": true
189
+ },
190
+ "sources": [
191
+ {
192
+ "fileName": "GeographicCoordinateSystemLocationPayload.ts",
193
+ "line": 16,
194
+ "character": 2,
195
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationPayload.ts#L16"
196
+ }
197
+ ],
198
+ "type": {
199
+ "type": "intrinsic",
200
+ "name": "number"
201
+ }
202
+ },
203
+ {
204
+ "id": 12,
205
+ "name": "quadkey",
206
+ "variant": "declaration",
207
+ "kind": 1024,
208
+ "flags": {},
209
+ "sources": [
210
+ {
211
+ "fileName": "GeographicCoordinateSystemLocationPayload.ts",
212
+ "line": 17,
213
+ "character": 2,
214
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationPayload.ts#L17"
215
+ }
216
+ ],
217
+ "type": {
218
+ "type": "intrinsic",
219
+ "name": "string"
220
+ }
221
+ }
222
+ ],
223
+ "groups": [
224
+ {
225
+ "title": "Properties",
226
+ "children": [
227
+ 10,
228
+ 11,
229
+ 12
230
+ ]
231
+ }
232
+ ],
233
+ "sources": [
234
+ {
235
+ "fileName": "GeographicCoordinateSystemLocationPayload.ts",
236
+ "line": 14,
237
+ "character": 17,
238
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationPayload.ts#L14"
239
+ }
240
+ ]
241
+ },
242
+ {
243
+ "id": 23,
244
+ "name": "Acceleration",
245
+ "variant": "declaration",
246
+ "kind": 4194304,
247
+ "flags": {},
248
+ "sources": [
249
+ {
250
+ "fileName": "HeadingPayload.ts",
251
+ "line": 5,
252
+ "character": 12,
253
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/HeadingPayload.ts#L5"
254
+ }
255
+ ],
256
+ "type": {
257
+ "type": "reflection",
258
+ "declaration": {
259
+ "id": 24,
260
+ "name": "__type",
261
+ "variant": "declaration",
262
+ "kind": 65536,
263
+ "flags": {},
264
+ "children": [
265
+ {
266
+ "id": 25,
267
+ "name": "acceleration",
268
+ "variant": "declaration",
269
+ "kind": 1024,
270
+ "flags": {},
271
+ "sources": [
272
+ {
273
+ "fileName": "HeadingPayload.ts",
274
+ "line": 6,
275
+ "character": 2,
276
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/HeadingPayload.ts#L6"
277
+ }
278
+ ],
279
+ "type": {
280
+ "type": "intrinsic",
281
+ "name": "number"
282
+ }
283
+ }
284
+ ],
285
+ "groups": [
286
+ {
287
+ "title": "Properties",
288
+ "children": [
289
+ 25
290
+ ]
291
+ }
292
+ ],
293
+ "sources": [
294
+ {
295
+ "fileName": "HeadingPayload.ts",
296
+ "line": 5,
297
+ "character": 27,
298
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/HeadingPayload.ts#L5"
299
+ }
300
+ ]
301
+ }
302
+ }
303
+ },
304
+ {
305
+ "id": 39,
306
+ "name": "CurrentLocationSchema",
307
+ "variant": "declaration",
308
+ "kind": 4194304,
309
+ "flags": {},
310
+ "sources": [
311
+ {
312
+ "fileName": "Schema.ts",
313
+ "line": 1,
314
+ "character": 12,
315
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/Schema.ts#L1"
316
+ },
317
+ {
318
+ "fileName": "Schema.ts",
319
+ "line": 2,
320
+ "character": 13,
321
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/Schema.ts#L2"
322
+ }
323
+ ],
324
+ "type": {
325
+ "type": "literal",
326
+ "value": "network.xyo.location.current"
327
+ }
328
+ },
329
+ {
330
+ "id": 14,
331
+ "name": "GeographicCoordinateSystemLocationPayload",
332
+ "variant": "declaration",
333
+ "kind": 4194304,
334
+ "flags": {},
335
+ "sources": [
336
+ {
337
+ "fileName": "GeographicCoordinateSystemLocationPayload.ts",
338
+ "line": 22,
339
+ "character": 12,
340
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationPayload.ts#L22"
341
+ }
342
+ ],
343
+ "type": {
344
+ "type": "reference",
345
+ "target": {
346
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
347
+ "qualifiedName": "Payload"
348
+ },
349
+ "typeArguments": [
350
+ {
351
+ "type": "reference",
352
+ "target": 3,
353
+ "name": "GeographicCoordinateSystemLocation",
354
+ "package": "@xyo-network/location-payload-plugin"
355
+ },
356
+ {
357
+ "type": "reference",
358
+ "target": 17,
359
+ "name": "GeographicCoordinateSystemLocationSchema",
360
+ "package": "@xyo-network/location-payload-plugin"
361
+ }
362
+ ],
363
+ "name": "Payload",
364
+ "package": "@xyo-network/payload-model"
365
+ }
366
+ },
367
+ {
368
+ "id": 18,
369
+ "name": "GeographicCoordinateSystemLocationSchema",
370
+ "variant": "declaration",
371
+ "kind": 4194304,
372
+ "flags": {},
373
+ "sources": [
374
+ {
375
+ "fileName": "GeographicCoordinateSystemLocationSchema.ts",
376
+ "line": 1,
377
+ "character": 12,
378
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationSchema.ts#L1"
379
+ },
380
+ {
381
+ "fileName": "GeographicCoordinateSystemLocationSchema.ts",
382
+ "line": 2,
383
+ "character": 13,
384
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationSchema.ts#L2"
385
+ }
386
+ ],
387
+ "type": {
388
+ "type": "literal",
389
+ "value": "network.xyo.location.gcs"
390
+ }
391
+ },
392
+ {
393
+ "id": 26,
394
+ "name": "Heading",
395
+ "variant": "declaration",
396
+ "kind": 4194304,
397
+ "flags": {},
398
+ "sources": [
399
+ {
400
+ "fileName": "HeadingPayload.ts",
401
+ "line": 9,
402
+ "character": 12,
403
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/HeadingPayload.ts#L9"
404
+ }
405
+ ],
406
+ "type": {
407
+ "type": "reflection",
408
+ "declaration": {
409
+ "id": 27,
410
+ "name": "__type",
411
+ "variant": "declaration",
412
+ "kind": 65536,
413
+ "flags": {},
414
+ "children": [
415
+ {
416
+ "id": 28,
417
+ "name": "heading",
418
+ "variant": "declaration",
419
+ "kind": 1024,
420
+ "flags": {},
421
+ "sources": [
422
+ {
423
+ "fileName": "HeadingPayload.ts",
424
+ "line": 10,
425
+ "character": 2,
426
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/HeadingPayload.ts#L10"
427
+ }
428
+ ],
429
+ "type": {
430
+ "type": "intrinsic",
431
+ "name": "number"
432
+ }
433
+ }
434
+ ],
435
+ "groups": [
436
+ {
437
+ "title": "Properties",
438
+ "children": [
439
+ 28
440
+ ]
441
+ }
442
+ ],
443
+ "sources": [
444
+ {
445
+ "fileName": "HeadingPayload.ts",
446
+ "line": 9,
447
+ "character": 22,
448
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/HeadingPayload.ts#L9"
449
+ }
450
+ ]
451
+ }
452
+ }
453
+ },
454
+ {
455
+ "id": 13,
456
+ "name": "Location",
457
+ "variant": "declaration",
458
+ "kind": 4194304,
459
+ "flags": {},
460
+ "sources": [
461
+ {
462
+ "fileName": "GeographicCoordinateSystemLocationPayload.ts",
463
+ "line": 20,
464
+ "character": 12,
465
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationPayload.ts#L20"
466
+ }
467
+ ],
468
+ "type": {
469
+ "type": "union",
470
+ "types": [
471
+ {
472
+ "type": "reference",
473
+ "target": 3,
474
+ "name": "GeographicCoordinateSystemLocation",
475
+ "package": "@xyo-network/location-payload-plugin"
476
+ },
477
+ {
478
+ "type": "reference",
479
+ "target": 9,
480
+ "name": "QuadkeyLocation",
481
+ "package": "@xyo-network/location-payload-plugin"
482
+ }
483
+ ]
484
+ }
485
+ },
486
+ {
487
+ "id": 34,
488
+ "name": "LocationHeading",
489
+ "variant": "declaration",
490
+ "kind": 4194304,
491
+ "flags": {},
492
+ "sources": [
493
+ {
494
+ "fileName": "HeadingPayload.ts",
495
+ "line": 21,
496
+ "character": 12,
497
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/HeadingPayload.ts#L21"
498
+ }
499
+ ],
500
+ "type": {
501
+ "type": "union",
502
+ "types": [
503
+ {
504
+ "type": "reference",
505
+ "target": 33,
506
+ "name": "Motion",
507
+ "package": "@xyo-network/location-payload-plugin"
508
+ },
509
+ {
510
+ "type": "reference",
511
+ "target": 26,
512
+ "name": "Heading",
513
+ "package": "@xyo-network/location-payload-plugin"
514
+ }
515
+ ]
516
+ }
517
+ },
518
+ {
519
+ "id": 35,
520
+ "name": "LocationHeadingPayload",
521
+ "variant": "declaration",
522
+ "kind": 4194304,
523
+ "flags": {},
524
+ "sources": [
525
+ {
526
+ "fileName": "HeadingPayload.ts",
527
+ "line": 23,
528
+ "character": 12,
529
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/HeadingPayload.ts#L23"
530
+ }
531
+ ],
532
+ "type": {
533
+ "type": "reference",
534
+ "target": {
535
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
536
+ "qualifiedName": "Payload"
537
+ },
538
+ "typeArguments": [
539
+ {
540
+ "type": "reference",
541
+ "target": 34,
542
+ "name": "LocationHeading",
543
+ "package": "@xyo-network/location-payload-plugin"
544
+ },
545
+ {
546
+ "type": "reference",
547
+ "target": 36,
548
+ "name": "LocationHeadingSchema",
549
+ "package": "@xyo-network/location-payload-plugin"
550
+ }
551
+ ],
552
+ "name": "Payload",
553
+ "package": "@xyo-network/payload-model"
554
+ }
555
+ },
556
+ {
557
+ "id": 37,
558
+ "name": "LocationHeadingSchema",
559
+ "variant": "declaration",
560
+ "kind": 4194304,
561
+ "flags": {},
562
+ "sources": [
563
+ {
564
+ "fileName": "HeadingSchema.ts",
565
+ "line": 1,
566
+ "character": 12,
567
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/HeadingSchema.ts#L1"
568
+ },
569
+ {
570
+ "fileName": "HeadingSchema.ts",
571
+ "line": 2,
572
+ "character": 13,
573
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/HeadingSchema.ts#L2"
574
+ }
575
+ ],
576
+ "type": {
577
+ "type": "literal",
578
+ "value": "network.xyo.location.heading"
579
+ }
580
+ },
581
+ {
582
+ "id": 16,
583
+ "name": "LocationPayload",
584
+ "variant": "declaration",
585
+ "kind": 4194304,
586
+ "flags": {},
587
+ "sources": [
588
+ {
589
+ "fileName": "GeographicCoordinateSystemLocationPayload.ts",
590
+ "line": 26,
591
+ "character": 12,
592
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationPayload.ts#L26"
593
+ }
594
+ ],
595
+ "type": {
596
+ "type": "reference",
597
+ "target": {
598
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
599
+ "qualifiedName": "Payload"
600
+ },
601
+ "typeArguments": [
602
+ {
603
+ "type": "reference",
604
+ "target": 13,
605
+ "name": "Location",
606
+ "package": "@xyo-network/location-payload-plugin"
607
+ }
608
+ ],
609
+ "name": "Payload",
610
+ "package": "@xyo-network/payload-model"
611
+ }
612
+ },
613
+ {
614
+ "id": 22,
615
+ "name": "LocationSchema",
616
+ "variant": "declaration",
617
+ "kind": 4194304,
618
+ "flags": {},
619
+ "sources": [
620
+ {
621
+ "fileName": "GeographicCoordinateSystemLocationSchema.ts",
622
+ "line": 7,
623
+ "character": 12,
624
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationSchema.ts#L7"
625
+ },
626
+ {
627
+ "fileName": "GeographicCoordinateSystemLocationSchema.ts",
628
+ "line": 8,
629
+ "character": 13,
630
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationSchema.ts#L8"
631
+ }
632
+ ],
633
+ "type": {
634
+ "type": "literal",
635
+ "value": "network.xyo.location"
636
+ }
637
+ },
638
+ {
639
+ "id": 33,
640
+ "name": "Motion",
641
+ "variant": "declaration",
642
+ "kind": 4194304,
643
+ "flags": {},
644
+ "sources": [
645
+ {
646
+ "fileName": "HeadingPayload.ts",
647
+ "line": 19,
648
+ "character": 12,
649
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/HeadingPayload.ts#L19"
650
+ }
651
+ ],
652
+ "type": {
653
+ "type": "intersection",
654
+ "types": [
655
+ {
656
+ "type": "reference",
657
+ "target": 32,
658
+ "name": "Velocity",
659
+ "package": "@xyo-network/location-payload-plugin"
660
+ },
661
+ {
662
+ "type": "reference",
663
+ "target": {
664
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
665
+ "qualifiedName": "Partial"
666
+ },
667
+ "typeArguments": [
668
+ {
669
+ "type": "reference",
670
+ "target": 23,
671
+ "name": "Acceleration",
672
+ "package": "@xyo-network/location-payload-plugin"
673
+ }
674
+ ],
675
+ "name": "Partial",
676
+ "package": "typescript"
677
+ }
678
+ ]
679
+ }
680
+ },
681
+ {
682
+ "id": 15,
683
+ "name": "QuadkeyLocationPayload",
684
+ "variant": "declaration",
685
+ "kind": 4194304,
686
+ "flags": {},
687
+ "sources": [
688
+ {
689
+ "fileName": "GeographicCoordinateSystemLocationPayload.ts",
690
+ "line": 24,
691
+ "character": 12,
692
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationPayload.ts#L24"
693
+ }
694
+ ],
695
+ "type": {
696
+ "type": "reference",
697
+ "target": {
698
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
699
+ "qualifiedName": "Payload"
700
+ },
701
+ "typeArguments": [
702
+ {
703
+ "type": "reference",
704
+ "target": 9,
705
+ "name": "QuadkeyLocation",
706
+ "package": "@xyo-network/location-payload-plugin"
707
+ },
708
+ {
709
+ "type": "reference",
710
+ "target": 19,
711
+ "name": "QuadkeyLocationSchema",
712
+ "package": "@xyo-network/location-payload-plugin"
713
+ }
714
+ ],
715
+ "name": "Payload",
716
+ "package": "@xyo-network/payload-model"
717
+ }
718
+ },
719
+ {
720
+ "id": 20,
721
+ "name": "QuadkeyLocationSchema",
722
+ "variant": "declaration",
723
+ "kind": 4194304,
724
+ "flags": {},
725
+ "sources": [
726
+ {
727
+ "fileName": "GeographicCoordinateSystemLocationSchema.ts",
728
+ "line": 4,
729
+ "character": 12,
730
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationSchema.ts#L4"
731
+ },
732
+ {
733
+ "fileName": "GeographicCoordinateSystemLocationSchema.ts",
734
+ "line": 5,
735
+ "character": 13,
736
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationSchema.ts#L5"
737
+ }
738
+ ],
739
+ "type": {
740
+ "type": "literal",
741
+ "value": "network.xyo.location.quadkey"
742
+ }
743
+ },
744
+ {
745
+ "id": 29,
746
+ "name": "Speed",
747
+ "variant": "declaration",
748
+ "kind": 4194304,
749
+ "flags": {},
750
+ "sources": [
751
+ {
752
+ "fileName": "HeadingPayload.ts",
753
+ "line": 13,
754
+ "character": 12,
755
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/HeadingPayload.ts#L13"
756
+ }
757
+ ],
758
+ "type": {
759
+ "type": "reflection",
760
+ "declaration": {
761
+ "id": 30,
762
+ "name": "__type",
763
+ "variant": "declaration",
764
+ "kind": 65536,
765
+ "flags": {},
766
+ "children": [
767
+ {
768
+ "id": 31,
769
+ "name": "speed",
770
+ "variant": "declaration",
771
+ "kind": 1024,
772
+ "flags": {},
773
+ "sources": [
774
+ {
775
+ "fileName": "HeadingPayload.ts",
776
+ "line": 14,
777
+ "character": 2,
778
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/HeadingPayload.ts#L14"
779
+ }
780
+ ],
781
+ "type": {
782
+ "type": "intrinsic",
783
+ "name": "number"
784
+ }
785
+ }
786
+ ],
787
+ "groups": [
788
+ {
789
+ "title": "Properties",
790
+ "children": [
791
+ 31
792
+ ]
793
+ }
794
+ ],
795
+ "sources": [
796
+ {
797
+ "fileName": "HeadingPayload.ts",
798
+ "line": 13,
799
+ "character": 20,
800
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/HeadingPayload.ts#L13"
801
+ }
802
+ ]
803
+ }
804
+ }
805
+ },
806
+ {
807
+ "id": 32,
808
+ "name": "Velocity",
809
+ "variant": "declaration",
810
+ "kind": 4194304,
811
+ "flags": {},
812
+ "sources": [
813
+ {
814
+ "fileName": "HeadingPayload.ts",
815
+ "line": 17,
816
+ "character": 12,
817
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/HeadingPayload.ts#L17"
818
+ }
819
+ ],
820
+ "type": {
821
+ "type": "intersection",
822
+ "types": [
823
+ {
824
+ "type": "reference",
825
+ "target": 26,
826
+ "name": "Heading",
827
+ "package": "@xyo-network/location-payload-plugin"
828
+ },
829
+ {
830
+ "type": "reference",
831
+ "target": 29,
832
+ "name": "Speed",
833
+ "package": "@xyo-network/location-payload-plugin"
834
+ }
835
+ ]
836
+ }
837
+ },
838
+ {
839
+ "id": 38,
840
+ "name": "CurrentLocationSchema",
841
+ "variant": "declaration",
842
+ "kind": 32,
843
+ "flags": {},
844
+ "sources": [
845
+ {
846
+ "fileName": "Schema.ts",
847
+ "line": 1,
848
+ "character": 12,
849
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/Schema.ts#L1"
850
+ },
851
+ {
852
+ "fileName": "Schema.ts",
853
+ "line": 2,
854
+ "character": 13,
855
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/Schema.ts#L2"
856
+ }
857
+ ],
858
+ "type": {
859
+ "type": "literal",
860
+ "value": "network.xyo.location.current"
861
+ }
862
+ },
863
+ {
864
+ "id": 17,
865
+ "name": "GeographicCoordinateSystemLocationSchema",
866
+ "variant": "declaration",
867
+ "kind": 32,
868
+ "flags": {},
869
+ "sources": [
870
+ {
871
+ "fileName": "GeographicCoordinateSystemLocationSchema.ts",
872
+ "line": 1,
873
+ "character": 12,
874
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationSchema.ts#L1"
875
+ },
876
+ {
877
+ "fileName": "GeographicCoordinateSystemLocationSchema.ts",
878
+ "line": 2,
879
+ "character": 13,
880
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationSchema.ts#L2"
881
+ }
882
+ ],
883
+ "type": {
884
+ "type": "literal",
885
+ "value": "network.xyo.location.gcs"
886
+ }
887
+ },
888
+ {
889
+ "id": 36,
890
+ "name": "LocationHeadingSchema",
891
+ "variant": "declaration",
892
+ "kind": 32,
893
+ "flags": {},
894
+ "sources": [
895
+ {
896
+ "fileName": "HeadingSchema.ts",
897
+ "line": 1,
898
+ "character": 12,
899
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/HeadingSchema.ts#L1"
900
+ },
901
+ {
902
+ "fileName": "HeadingSchema.ts",
903
+ "line": 2,
904
+ "character": 13,
905
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/HeadingSchema.ts#L2"
906
+ }
907
+ ],
908
+ "type": {
909
+ "type": "literal",
910
+ "value": "network.xyo.location.heading"
911
+ }
912
+ },
913
+ {
914
+ "id": 21,
915
+ "name": "LocationSchema",
916
+ "variant": "declaration",
917
+ "kind": 32,
918
+ "flags": {},
919
+ "sources": [
920
+ {
921
+ "fileName": "GeographicCoordinateSystemLocationSchema.ts",
922
+ "line": 7,
923
+ "character": 12,
924
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationSchema.ts#L7"
925
+ },
926
+ {
927
+ "fileName": "GeographicCoordinateSystemLocationSchema.ts",
928
+ "line": 8,
929
+ "character": 13,
930
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationSchema.ts#L8"
931
+ }
932
+ ],
933
+ "type": {
934
+ "type": "literal",
935
+ "value": "network.xyo.location"
936
+ }
937
+ },
938
+ {
939
+ "id": 19,
940
+ "name": "QuadkeyLocationSchema",
941
+ "variant": "declaration",
942
+ "kind": 32,
943
+ "flags": {},
944
+ "sources": [
945
+ {
946
+ "fileName": "GeographicCoordinateSystemLocationSchema.ts",
947
+ "line": 4,
948
+ "character": 12,
949
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationSchema.ts#L4"
950
+ },
951
+ {
952
+ "fileName": "GeographicCoordinateSystemLocationSchema.ts",
953
+ "line": 5,
954
+ "character": 13,
955
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/GeographicCoordinateSystemLocationSchema.ts#L5"
956
+ }
957
+ ],
958
+ "type": {
959
+ "type": "literal",
960
+ "value": "network.xyo.location.quadkey"
961
+ }
962
+ },
963
+ {
964
+ "id": 1,
965
+ "name": "LocationPayloadPlugin",
966
+ "variant": "declaration",
967
+ "kind": 64,
968
+ "flags": {},
969
+ "sources": [
970
+ {
971
+ "fileName": "Plugin.ts",
972
+ "line": 6,
973
+ "character": 13,
974
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/Plugin.ts#L6"
975
+ }
976
+ ],
977
+ "signatures": [
978
+ {
979
+ "id": 2,
980
+ "name": "LocationPayloadPlugin",
981
+ "variant": "signature",
982
+ "kind": 4096,
983
+ "flags": {},
984
+ "sources": [
985
+ {
986
+ "fileName": "Plugin.ts",
987
+ "line": 6,
988
+ "character": 37,
989
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/plugins/packages/payload/packages/location/src/Plugin.ts#L6"
990
+ }
991
+ ],
992
+ "type": {
993
+ "type": "reference",
994
+ "target": {
995
+ "sourceFileName": "../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
996
+ "qualifiedName": "PayloadPlugin"
997
+ },
998
+ "typeArguments": [
999
+ {
1000
+ "type": "reference",
1001
+ "target": 16,
1002
+ "name": "LocationPayload",
1003
+ "package": "@xyo-network/location-payload-plugin"
1004
+ }
1005
+ ],
1006
+ "name": "PayloadPlugin",
1007
+ "package": "@xyo-network/payload-plugin"
1008
+ }
1009
+ }
1010
+ ]
1011
+ }
1012
+ ],
1013
+ "groups": [
1014
+ {
1015
+ "title": "References",
1016
+ "children": [
1017
+ 40
1018
+ ]
1019
+ },
1020
+ {
1021
+ "title": "Interfaces",
1022
+ "children": [
1023
+ 3,
1024
+ 9
1025
+ ]
1026
+ },
1027
+ {
1028
+ "title": "Type Aliases",
1029
+ "children": [
1030
+ 23,
1031
+ 39,
1032
+ 14,
1033
+ 18,
1034
+ 26,
1035
+ 13,
1036
+ 34,
1037
+ 35,
1038
+ 37,
1039
+ 16,
1040
+ 22,
1041
+ 33,
1042
+ 15,
1043
+ 20,
1044
+ 29,
1045
+ 32
1046
+ ]
1047
+ },
1048
+ {
1049
+ "title": "Variables",
1050
+ "children": [
1051
+ 38,
1052
+ 17,
1053
+ 36,
1054
+ 21,
1055
+ 19
1056
+ ]
1057
+ },
1058
+ {
1059
+ "title": "Functions",
1060
+ "children": [
1061
+ 1
1062
+ ]
1063
+ }
1064
+ ],
1065
+ "packageName": "@xyo-network/location-payload-plugin",
1066
+ "readme": [
1067
+ {
1068
+ "kind": "text",
1069
+ "text": "[![logo][]](https://xyo.network)\n\nPart of [sdk-xyo-clint-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)\n\n## License\n\n> See the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XYO](https://xyo.network)\n\n[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png"
1070
+ }
1071
+ ],
1072
+ "symbolIdMap": {
1073
+ "0": {
1074
+ "sourceFileName": "src/index.ts",
1075
+ "qualifiedName": ""
1076
+ },
1077
+ "1": {
1078
+ "sourceFileName": "src/Plugin.ts",
1079
+ "qualifiedName": "LocationPayloadPlugin"
1080
+ },
1081
+ "2": {
1082
+ "sourceFileName": "src/Plugin.ts",
1083
+ "qualifiedName": "LocationPayloadPlugin"
1084
+ },
1085
+ "3": {
1086
+ "sourceFileName": "src/GeographicCoordinateSystemLocationPayload.ts",
1087
+ "qualifiedName": "GeographicCoordinateSystemLocation"
1088
+ },
1089
+ "4": {
1090
+ "sourceFileName": "src/GeographicCoordinateSystemLocationPayload.ts",
1091
+ "qualifiedName": "GeographicCoordinateSystemLocation.accuracy"
1092
+ },
1093
+ "5": {
1094
+ "sourceFileName": "src/GeographicCoordinateSystemLocationPayload.ts",
1095
+ "qualifiedName": "GeographicCoordinateSystemLocation.altitude"
1096
+ },
1097
+ "6": {
1098
+ "sourceFileName": "src/GeographicCoordinateSystemLocationPayload.ts",
1099
+ "qualifiedName": "GeographicCoordinateSystemLocation.altitudeAccuracy"
1100
+ },
1101
+ "7": {
1102
+ "sourceFileName": "src/GeographicCoordinateSystemLocationPayload.ts",
1103
+ "qualifiedName": "GeographicCoordinateSystemLocation.latitude"
1104
+ },
1105
+ "8": {
1106
+ "sourceFileName": "src/GeographicCoordinateSystemLocationPayload.ts",
1107
+ "qualifiedName": "GeographicCoordinateSystemLocation.longitude"
1108
+ },
1109
+ "9": {
1110
+ "sourceFileName": "src/GeographicCoordinateSystemLocationPayload.ts",
1111
+ "qualifiedName": "QuadkeyLocation"
1112
+ },
1113
+ "10": {
1114
+ "sourceFileName": "src/GeographicCoordinateSystemLocationPayload.ts",
1115
+ "qualifiedName": "QuadkeyLocation.altitude"
1116
+ },
1117
+ "11": {
1118
+ "sourceFileName": "src/GeographicCoordinateSystemLocationPayload.ts",
1119
+ "qualifiedName": "QuadkeyLocation.altitudeAccuracy"
1120
+ },
1121
+ "12": {
1122
+ "sourceFileName": "src/GeographicCoordinateSystemLocationPayload.ts",
1123
+ "qualifiedName": "QuadkeyLocation.quadkey"
1124
+ },
1125
+ "13": {
1126
+ "sourceFileName": "src/GeographicCoordinateSystemLocationPayload.ts",
1127
+ "qualifiedName": "Location"
1128
+ },
1129
+ "14": {
1130
+ "sourceFileName": "src/GeographicCoordinateSystemLocationPayload.ts",
1131
+ "qualifiedName": "GeographicCoordinateSystemLocationPayload"
1132
+ },
1133
+ "15": {
1134
+ "sourceFileName": "src/GeographicCoordinateSystemLocationPayload.ts",
1135
+ "qualifiedName": "QuadkeyLocationPayload"
1136
+ },
1137
+ "16": {
1138
+ "sourceFileName": "src/GeographicCoordinateSystemLocationPayload.ts",
1139
+ "qualifiedName": "LocationPayload"
1140
+ },
1141
+ "17": {
1142
+ "sourceFileName": "src/GeographicCoordinateSystemLocationSchema.ts",
1143
+ "qualifiedName": "GeographicCoordinateSystemLocationSchema"
1144
+ },
1145
+ "18": {
1146
+ "sourceFileName": "src/GeographicCoordinateSystemLocationSchema.ts",
1147
+ "qualifiedName": "GeographicCoordinateSystemLocationSchema"
1148
+ },
1149
+ "19": {
1150
+ "sourceFileName": "src/GeographicCoordinateSystemLocationSchema.ts",
1151
+ "qualifiedName": "QuadkeyLocationSchema"
1152
+ },
1153
+ "20": {
1154
+ "sourceFileName": "src/GeographicCoordinateSystemLocationSchema.ts",
1155
+ "qualifiedName": "QuadkeyLocationSchema"
1156
+ },
1157
+ "21": {
1158
+ "sourceFileName": "src/GeographicCoordinateSystemLocationSchema.ts",
1159
+ "qualifiedName": "LocationSchema"
1160
+ },
1161
+ "22": {
1162
+ "sourceFileName": "src/GeographicCoordinateSystemLocationSchema.ts",
1163
+ "qualifiedName": "LocationSchema"
1164
+ },
1165
+ "23": {
1166
+ "sourceFileName": "src/HeadingPayload.ts",
1167
+ "qualifiedName": "Acceleration"
1168
+ },
1169
+ "24": {
1170
+ "sourceFileName": "src/HeadingPayload.ts",
1171
+ "qualifiedName": "__type"
1172
+ },
1173
+ "25": {
1174
+ "sourceFileName": "src/HeadingPayload.ts",
1175
+ "qualifiedName": "__type.acceleration"
1176
+ },
1177
+ "26": {
1178
+ "sourceFileName": "src/HeadingPayload.ts",
1179
+ "qualifiedName": "Heading"
1180
+ },
1181
+ "27": {
1182
+ "sourceFileName": "src/HeadingPayload.ts",
1183
+ "qualifiedName": "__type"
1184
+ },
1185
+ "28": {
1186
+ "sourceFileName": "src/HeadingPayload.ts",
1187
+ "qualifiedName": "__type.heading"
1188
+ },
1189
+ "29": {
1190
+ "sourceFileName": "src/HeadingPayload.ts",
1191
+ "qualifiedName": "Speed"
1192
+ },
1193
+ "30": {
1194
+ "sourceFileName": "src/HeadingPayload.ts",
1195
+ "qualifiedName": "__type"
1196
+ },
1197
+ "31": {
1198
+ "sourceFileName": "src/HeadingPayload.ts",
1199
+ "qualifiedName": "__type.speed"
1200
+ },
1201
+ "32": {
1202
+ "sourceFileName": "src/HeadingPayload.ts",
1203
+ "qualifiedName": "Velocity"
1204
+ },
1205
+ "33": {
1206
+ "sourceFileName": "src/HeadingPayload.ts",
1207
+ "qualifiedName": "Motion"
1208
+ },
1209
+ "34": {
1210
+ "sourceFileName": "src/HeadingPayload.ts",
1211
+ "qualifiedName": "LocationHeading"
1212
+ },
1213
+ "35": {
1214
+ "sourceFileName": "src/HeadingPayload.ts",
1215
+ "qualifiedName": "LocationHeadingPayload"
1216
+ },
1217
+ "36": {
1218
+ "sourceFileName": "src/HeadingSchema.ts",
1219
+ "qualifiedName": "LocationHeadingSchema"
1220
+ },
1221
+ "37": {
1222
+ "sourceFileName": "src/HeadingSchema.ts",
1223
+ "qualifiedName": "LocationHeadingSchema"
1224
+ },
1225
+ "38": {
1226
+ "sourceFileName": "src/Schema.ts",
1227
+ "qualifiedName": "CurrentLocationSchema"
1228
+ },
1229
+ "39": {
1230
+ "sourceFileName": "src/Schema.ts",
1231
+ "qualifiedName": "CurrentLocationSchema"
1232
+ },
1233
+ "40": {
1234
+ "sourceFileName": "src/index.ts",
1235
+ "qualifiedName": "default"
1236
+ }
1237
+ }
1238
+ }
package/package.json CHANGED
@@ -10,13 +10,13 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/payload-model": "~2.72.0",
14
- "@xyo-network/payload-plugin": "~2.72.0"
13
+ "@xyo-network/payload-model": "~2.72.2",
14
+ "@xyo-network/payload-plugin": "~2.72.2"
15
15
  },
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^2.19.1",
18
- "@xylabs/tsconfig": "^2.19.1",
19
- "typescript": "^5.1.6"
17
+ "@xylabs/ts-scripts-yarn3": "^2.19.3",
18
+ "@xylabs/tsconfig": "^2.19.3",
19
+ "typescript": "^5.2.2"
20
20
  },
21
21
  "description": "Primary SDK for using XYO Protocol 2.0",
22
22
  "browser": "dist/esm/index.js",
@@ -51,5 +51,5 @@
51
51
  },
52
52
  "sideEffects": false,
53
53
  "types": "dist/types/index.d.ts",
54
- "version": "2.72.0"
54
+ "version": "2.72.2"
55
55
  }