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