@xyo-network/location-payload-plugin 2.42.13 → 2.42.14

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