@xyo-network/location-plugin 2.75.14 → 2.75.16
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/browser/Config.d.cts +2 -2
- package/dist/browser/Config.d.cts.map +1 -1
- package/dist/browser/Config.d.mts +2 -2
- package/dist/browser/Config.d.mts.map +1 -1
- package/dist/browser/Config.d.ts +2 -2
- package/dist/browser/Config.d.ts.map +1 -1
- package/dist/browser/CurrentLocationWitness.d.cts +1 -1
- package/dist/browser/CurrentLocationWitness.d.cts.map +1 -1
- package/dist/browser/CurrentLocationWitness.d.mts +1 -1
- package/dist/browser/CurrentLocationWitness.d.mts.map +1 -1
- package/dist/browser/CurrentLocationWitness.d.ts +1 -1
- package/dist/browser/CurrentLocationWitness.d.ts.map +1 -1
- package/dist/browser/Plugin.d.cts +2 -2
- package/dist/browser/Plugin.d.mts +2 -2
- package/dist/browser/Plugin.d.ts +2 -2
- package/dist/browser/index.cjs +2 -2
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/docs.json +798 -401
- package/dist/node/Config.d.cts +2 -2
- package/dist/node/Config.d.cts.map +1 -1
- package/dist/node/Config.d.mts +2 -2
- package/dist/node/Config.d.mts.map +1 -1
- package/dist/node/Config.d.ts +2 -2
- package/dist/node/Config.d.ts.map +1 -1
- package/dist/node/CurrentLocationWitness.d.cts +1 -1
- package/dist/node/CurrentLocationWitness.d.cts.map +1 -1
- package/dist/node/CurrentLocationWitness.d.mts +1 -1
- package/dist/node/CurrentLocationWitness.d.mts.map +1 -1
- package/dist/node/CurrentLocationWitness.d.ts +1 -1
- package/dist/node/CurrentLocationWitness.d.ts.map +1 -1
- package/dist/node/Plugin.d.cts +2 -2
- package/dist/node/Plugin.d.mts +2 -2
- package/dist/node/Plugin.d.ts +2 -2
- package/dist/node/index.js +2 -2
- package/dist/node/index.js.map +1 -1
- package/dist/node/index.mjs +1 -1
- package/dist/node/index.mjs.map +1 -1
- package/package.json +11 -10
- package/src/Config.ts +2 -2
- package/src/CurrentLocationWitness.ts +1 -1
- package/dist/browser/Config.cjs +0 -27
- package/dist/browser/Config.cjs.map +0 -1
- package/dist/browser/Config.js +0 -6
- package/dist/browser/Config.js.map +0 -1
- package/dist/browser/CurrentLocationPayloadSet.cjs +0 -37
- package/dist/browser/CurrentLocationPayloadSet.cjs.map +0 -1
- package/dist/browser/CurrentLocationPayloadSet.js +0 -16
- package/dist/browser/CurrentLocationPayloadSet.js.map +0 -1
- package/dist/browser/CurrentLocationWitness.cjs +0 -70
- package/dist/browser/CurrentLocationWitness.cjs.map +0 -1
- package/dist/browser/CurrentLocationWitness.js +0 -49
- package/dist/browser/CurrentLocationWitness.js.map +0 -1
- package/dist/browser/Plugin.cjs +0 -85
- package/dist/browser/Plugin.cjs.map +0 -1
- package/dist/browser/Plugin.js +0 -64
- package/dist/browser/Plugin.js.map +0 -1
- package/dist/node/Config.js +0 -31
- package/dist/node/Config.js.map +0 -1
- package/dist/node/Config.mjs +0 -6
- package/dist/node/Config.mjs.map +0 -1
- package/dist/node/CurrentLocationPayloadSet.js +0 -41
- package/dist/node/CurrentLocationPayloadSet.js.map +0 -1
- package/dist/node/CurrentLocationPayloadSet.mjs +0 -16
- package/dist/node/CurrentLocationPayloadSet.mjs.map +0 -1
- package/dist/node/CurrentLocationWitness.js +0 -75
- package/dist/node/CurrentLocationWitness.js.map +0 -1
- package/dist/node/CurrentLocationWitness.mjs +0 -50
- package/dist/node/CurrentLocationWitness.mjs.map +0 -1
- package/dist/node/Plugin.js +0 -90
- package/dist/node/Plugin.js.map +0 -1
- package/dist/node/Plugin.mjs +0 -65
- package/dist/node/Plugin.mjs.map +0 -1
package/dist/browser/Plugin.cjs
DELETED
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
|
|
20
|
-
// src/Plugin.ts
|
|
21
|
-
var Plugin_exports = {};
|
|
22
|
-
__export(Plugin_exports, {
|
|
23
|
-
LocationPlugin: () => LocationPlugin
|
|
24
|
-
});
|
|
25
|
-
module.exports = __toCommonJS(Plugin_exports);
|
|
26
|
-
var import_location_payload_plugin2 = require("@xyo-network/location-payload-plugin");
|
|
27
|
-
var import_payload_model = require("@xyo-network/payload-model");
|
|
28
|
-
var import_payloadset_plugin = require("@xyo-network/payloadset-plugin");
|
|
29
|
-
|
|
30
|
-
// src/CurrentLocationWitness.ts
|
|
31
|
-
var import_assert = require("@xylabs/assert");
|
|
32
|
-
var import_location_payload_plugin = require("@xyo-network/location-payload-plugin");
|
|
33
|
-
var import_witness = require("@xyo-network/witness");
|
|
34
|
-
|
|
35
|
-
// src/Config.ts
|
|
36
|
-
var CurrentLocationWitnessConfigSchema = "network.xyo.location.current.config";
|
|
37
|
-
|
|
38
|
-
// src/CurrentLocationWitness.ts
|
|
39
|
-
var CurrentLocationWitness = class extends import_witness.AbstractWitness {
|
|
40
|
-
static configSchemas = [CurrentLocationWitnessConfigSchema];
|
|
41
|
-
get geolocation() {
|
|
42
|
-
return (0, import_assert.assertEx)(this.params.geolocation, "No geolocation provided");
|
|
43
|
-
}
|
|
44
|
-
getCurrentPosition() {
|
|
45
|
-
return new Promise((resolve, reject) => {
|
|
46
|
-
this.geolocation?.getCurrentPosition(
|
|
47
|
-
(position) => {
|
|
48
|
-
resolve(position);
|
|
49
|
-
},
|
|
50
|
-
(error) => {
|
|
51
|
-
reject(error);
|
|
52
|
-
}
|
|
53
|
-
);
|
|
54
|
-
});
|
|
55
|
-
}
|
|
56
|
-
async observeHandler() {
|
|
57
|
-
const location = await this.getCurrentPosition();
|
|
58
|
-
const locationPayload = {
|
|
59
|
-
altitude: location.coords.altitude ?? void 0,
|
|
60
|
-
altitudeAccuracy: location.coords.altitudeAccuracy ?? void 0,
|
|
61
|
-
latitude: location.coords.latitude,
|
|
62
|
-
longitude: location.coords.longitude,
|
|
63
|
-
schema: import_location_payload_plugin.LocationSchema
|
|
64
|
-
};
|
|
65
|
-
const heading = location.coords.heading ? [
|
|
66
|
-
{
|
|
67
|
-
heading: location.coords.heading ?? void 0,
|
|
68
|
-
schema: import_location_payload_plugin.LocationHeadingSchema,
|
|
69
|
-
speed: location.coords.speed ?? void 0
|
|
70
|
-
}
|
|
71
|
-
] : [];
|
|
72
|
-
return [locationPayload, ...heading];
|
|
73
|
-
}
|
|
74
|
-
};
|
|
75
|
-
|
|
76
|
-
// src/Plugin.ts
|
|
77
|
-
var LocationPlugin = () => (0, import_payloadset_plugin.createPayloadSetWitnessPlugin)(
|
|
78
|
-
{ required: { [import_location_payload_plugin2.LocationSchema]: 1 }, schema: import_payload_model.PayloadSetSchema },
|
|
79
|
-
{
|
|
80
|
-
witness: async (params) => {
|
|
81
|
-
return await CurrentLocationWitness.create(params);
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
);
|
|
85
|
-
//# sourceMappingURL=Plugin.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Plugin.ts","../../src/CurrentLocationWitness.ts","../../src/Config.ts"],"sourcesContent":["import { LocationSchema } from '@xyo-network/location-payload-plugin'\nimport { PayloadSetSchema } from '@xyo-network/payload-model'\nimport { createPayloadSetWitnessPlugin } from '@xyo-network/payloadset-plugin'\n\nimport { CurrentLocationWitness } from './CurrentLocationWitness'\n\nexport const LocationPlugin = () =>\n createPayloadSetWitnessPlugin<CurrentLocationWitness>(\n { required: { [LocationSchema]: 1 }, schema: PayloadSetSchema },\n {\n witness: async (params) => {\n return await CurrentLocationWitness.create(params)\n },\n },\n )\n","import { assertEx } from '@xylabs/assert'\nimport { LocationHeadingPayload, LocationHeadingSchema, LocationPayload, LocationSchema } from '@xyo-network/location-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\nimport { AbstractWitness } from '@xyo-network/witness'\n\nimport { CurrentLocationWitnessConfigSchema, CurrentLocationWitnessParams } from './Config'\n\nexport class CurrentLocationWitness<TParams extends CurrentLocationWitnessParams = CurrentLocationWitnessParams> extends AbstractWitness<TParams> {\n static override configSchemas = [CurrentLocationWitnessConfigSchema]\n\n get geolocation(): Geolocation {\n return assertEx(this.params.geolocation, 'No geolocation provided')\n }\n\n getCurrentPosition() {\n return new Promise<GeolocationPosition>((resolve, reject) => {\n this.geolocation?.getCurrentPosition(\n (position: GeolocationPosition) => {\n resolve(position)\n },\n (error: GeolocationPositionError) => {\n reject(error)\n },\n )\n })\n }\n\n protected override async observeHandler(): Promise<Payload[]> {\n const location = await this.getCurrentPosition()\n const locationPayload: LocationPayload = {\n altitude: location.coords.altitude ?? undefined,\n altitudeAccuracy: location.coords.altitudeAccuracy ?? undefined,\n latitude: location.coords.latitude,\n longitude: location.coords.longitude,\n schema: LocationSchema,\n }\n const heading: LocationHeadingPayload[] = location.coords.heading\n ? [\n {\n heading: location.coords.heading ?? undefined,\n schema: LocationHeadingSchema,\n speed: location.coords.speed ?? undefined,\n },\n ]\n : []\n return [locationPayload, ...heading]\n }\n}\n","import { AnyConfigSchema, ModuleParams } from '@xyo-network/module'\nimport { WitnessConfig } from '@xyo-network/witness'\n\nexport type CurrentLocationWitnessConfigSchema = 'network.xyo.location.current.config'\nexport const CurrentLocationWitnessConfigSchema: CurrentLocationWitnessConfigSchema = 'network.xyo.location.current.config'\n\nexport type CurrentLocationWitnessConfig = WitnessConfig<{\n schema: CurrentLocationWitnessConfigSchema\n}>\n\nexport type CurrentLocationWitnessParams = ModuleParams<AnyConfigSchema<CurrentLocationWitnessConfig>, { geolocation?: Geolocation }>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAAAA,kCAA+B;AAC/B,2BAAiC;AACjC,+BAA8C;;;ACF9C,oBAAyB;AACzB,qCAA+F;AAE/F,qBAAgC;;;ACCzB,IAAM,qCAAyE;;;ADG/E,IAAM,yBAAN,cAAkH,+BAAyB;AAAA,EAChJ,OAAgB,gBAAgB,CAAC,kCAAkC;AAAA,EAEnE,IAAI,cAA2B;AAC7B,eAAO,wBAAS,KAAK,OAAO,aAAa,yBAAyB;AAAA,EACpE;AAAA,EAEA,qBAAqB;AACnB,WAAO,IAAI,QAA6B,CAAC,SAAS,WAAW;AAC3D,WAAK,aAAa;AAAA,QAChB,CAAC,aAAkC;AACjC,kBAAQ,QAAQ;AAAA,QAClB;AAAA,QACA,CAAC,UAAoC;AACnC,iBAAO,KAAK;AAAA,QACd;AAAA,MACF;AAAA,IACF,CAAC;AAAA,EACH;AAAA,EAEA,MAAyB,iBAAqC;AAC5D,UAAM,WAAW,MAAM,KAAK,mBAAmB;AAC/C,UAAM,kBAAmC;AAAA,MACvC,UAAU,SAAS,OAAO,YAAY;AAAA,MACtC,kBAAkB,SAAS,OAAO,oBAAoB;AAAA,MACtD,UAAU,SAAS,OAAO;AAAA,MAC1B,WAAW,SAAS,OAAO;AAAA,MAC3B,QAAQ;AAAA,IACV;AACA,UAAM,UAAoC,SAAS,OAAO,UACtD;AAAA,MACE;AAAA,QACE,SAAS,SAAS,OAAO,WAAW;AAAA,QACpC,QAAQ;AAAA,QACR,OAAO,SAAS,OAAO,SAAS;AAAA,MAClC;AAAA,IACF,IACA,CAAC;AACL,WAAO,CAAC,iBAAiB,GAAG,OAAO;AAAA,EACrC;AACF;;;ADzCO,IAAM,iBAAiB,UAC5B;AAAA,EACE,EAAE,UAAU,EAAE,CAAC,8CAAc,GAAG,EAAE,GAAG,QAAQ,sCAAiB;AAAA,EAC9D;AAAA,IACE,SAAS,OAAO,WAAW;AACzB,aAAO,MAAM,uBAAuB,OAAO,MAAM;AAAA,IACnD;AAAA,EACF;AACF;","names":["import_location_payload_plugin"]}
|
package/dist/browser/Plugin.js
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
// src/Plugin.ts
|
|
2
|
-
import { LocationSchema as LocationSchema2 } from "@xyo-network/location-payload-plugin";
|
|
3
|
-
import { PayloadSetSchema } from "@xyo-network/payload-model";
|
|
4
|
-
import { createPayloadSetWitnessPlugin } from "@xyo-network/payloadset-plugin";
|
|
5
|
-
|
|
6
|
-
// src/CurrentLocationWitness.ts
|
|
7
|
-
import { assertEx } from "@xylabs/assert";
|
|
8
|
-
import { LocationHeadingSchema, LocationSchema } from "@xyo-network/location-payload-plugin";
|
|
9
|
-
import { AbstractWitness } from "@xyo-network/witness";
|
|
10
|
-
|
|
11
|
-
// src/Config.ts
|
|
12
|
-
var CurrentLocationWitnessConfigSchema = "network.xyo.location.current.config";
|
|
13
|
-
|
|
14
|
-
// src/CurrentLocationWitness.ts
|
|
15
|
-
var CurrentLocationWitness = class extends AbstractWitness {
|
|
16
|
-
static configSchemas = [CurrentLocationWitnessConfigSchema];
|
|
17
|
-
get geolocation() {
|
|
18
|
-
return assertEx(this.params.geolocation, "No geolocation provided");
|
|
19
|
-
}
|
|
20
|
-
getCurrentPosition() {
|
|
21
|
-
return new Promise((resolve, reject) => {
|
|
22
|
-
this.geolocation?.getCurrentPosition(
|
|
23
|
-
(position) => {
|
|
24
|
-
resolve(position);
|
|
25
|
-
},
|
|
26
|
-
(error) => {
|
|
27
|
-
reject(error);
|
|
28
|
-
}
|
|
29
|
-
);
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
async observeHandler() {
|
|
33
|
-
const location = await this.getCurrentPosition();
|
|
34
|
-
const locationPayload = {
|
|
35
|
-
altitude: location.coords.altitude ?? void 0,
|
|
36
|
-
altitudeAccuracy: location.coords.altitudeAccuracy ?? void 0,
|
|
37
|
-
latitude: location.coords.latitude,
|
|
38
|
-
longitude: location.coords.longitude,
|
|
39
|
-
schema: LocationSchema
|
|
40
|
-
};
|
|
41
|
-
const heading = location.coords.heading ? [
|
|
42
|
-
{
|
|
43
|
-
heading: location.coords.heading ?? void 0,
|
|
44
|
-
schema: LocationHeadingSchema,
|
|
45
|
-
speed: location.coords.speed ?? void 0
|
|
46
|
-
}
|
|
47
|
-
] : [];
|
|
48
|
-
return [locationPayload, ...heading];
|
|
49
|
-
}
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
// src/Plugin.ts
|
|
53
|
-
var LocationPlugin = () => createPayloadSetWitnessPlugin(
|
|
54
|
-
{ required: { [LocationSchema2]: 1 }, schema: PayloadSetSchema },
|
|
55
|
-
{
|
|
56
|
-
witness: async (params) => {
|
|
57
|
-
return await CurrentLocationWitness.create(params);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
);
|
|
61
|
-
export {
|
|
62
|
-
LocationPlugin
|
|
63
|
-
};
|
|
64
|
-
//# sourceMappingURL=Plugin.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Plugin.ts","../../src/CurrentLocationWitness.ts","../../src/Config.ts"],"sourcesContent":["import { LocationSchema } from '@xyo-network/location-payload-plugin'\nimport { PayloadSetSchema } from '@xyo-network/payload-model'\nimport { createPayloadSetWitnessPlugin } from '@xyo-network/payloadset-plugin'\n\nimport { CurrentLocationWitness } from './CurrentLocationWitness'\n\nexport const LocationPlugin = () =>\n createPayloadSetWitnessPlugin<CurrentLocationWitness>(\n { required: { [LocationSchema]: 1 }, schema: PayloadSetSchema },\n {\n witness: async (params) => {\n return await CurrentLocationWitness.create(params)\n },\n },\n )\n","import { assertEx } from '@xylabs/assert'\nimport { LocationHeadingPayload, LocationHeadingSchema, LocationPayload, LocationSchema } from '@xyo-network/location-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\nimport { AbstractWitness } from '@xyo-network/witness'\n\nimport { CurrentLocationWitnessConfigSchema, CurrentLocationWitnessParams } from './Config'\n\nexport class CurrentLocationWitness<TParams extends CurrentLocationWitnessParams = CurrentLocationWitnessParams> extends AbstractWitness<TParams> {\n static override configSchemas = [CurrentLocationWitnessConfigSchema]\n\n get geolocation(): Geolocation {\n return assertEx(this.params.geolocation, 'No geolocation provided')\n }\n\n getCurrentPosition() {\n return new Promise<GeolocationPosition>((resolve, reject) => {\n this.geolocation?.getCurrentPosition(\n (position: GeolocationPosition) => {\n resolve(position)\n },\n (error: GeolocationPositionError) => {\n reject(error)\n },\n )\n })\n }\n\n protected override async observeHandler(): Promise<Payload[]> {\n const location = await this.getCurrentPosition()\n const locationPayload: LocationPayload = {\n altitude: location.coords.altitude ?? undefined,\n altitudeAccuracy: location.coords.altitudeAccuracy ?? undefined,\n latitude: location.coords.latitude,\n longitude: location.coords.longitude,\n schema: LocationSchema,\n }\n const heading: LocationHeadingPayload[] = location.coords.heading\n ? [\n {\n heading: location.coords.heading ?? undefined,\n schema: LocationHeadingSchema,\n speed: location.coords.speed ?? undefined,\n },\n ]\n : []\n return [locationPayload, ...heading]\n }\n}\n","import { AnyConfigSchema, ModuleParams } from '@xyo-network/module'\nimport { WitnessConfig } from '@xyo-network/witness'\n\nexport type CurrentLocationWitnessConfigSchema = 'network.xyo.location.current.config'\nexport const CurrentLocationWitnessConfigSchema: CurrentLocationWitnessConfigSchema = 'network.xyo.location.current.config'\n\nexport type CurrentLocationWitnessConfig = WitnessConfig<{\n schema: CurrentLocationWitnessConfigSchema\n}>\n\nexport type CurrentLocationWitnessParams = ModuleParams<AnyConfigSchema<CurrentLocationWitnessConfig>, { geolocation?: Geolocation }>\n"],"mappings":";AAAA,SAAS,kBAAAA,uBAAsB;AAC/B,SAAS,wBAAwB;AACjC,SAAS,qCAAqC;;;ACF9C,SAAS,gBAAgB;AACzB,SAAiC,uBAAwC,sBAAsB;AAE/F,SAAS,uBAAuB;;;ACCzB,IAAM,qCAAyE;;;ADG/E,IAAM,yBAAN,cAAkH,gBAAyB;AAAA,EAChJ,OAAgB,gBAAgB,CAAC,kCAAkC;AAAA,EAEnE,IAAI,cAA2B;AAC7B,WAAO,SAAS,KAAK,OAAO,aAAa,yBAAyB;AAAA,EACpE;AAAA,EAEA,qBAAqB;AACnB,WAAO,IAAI,QAA6B,CAAC,SAAS,WAAW;AAC3D,WAAK,aAAa;AAAA,QAChB,CAAC,aAAkC;AACjC,kBAAQ,QAAQ;AAAA,QAClB;AAAA,QACA,CAAC,UAAoC;AACnC,iBAAO,KAAK;AAAA,QACd;AAAA,MACF;AAAA,IACF,CAAC;AAAA,EACH;AAAA,EAEA,MAAyB,iBAAqC;AAC5D,UAAM,WAAW,MAAM,KAAK,mBAAmB;AAC/C,UAAM,kBAAmC;AAAA,MACvC,UAAU,SAAS,OAAO,YAAY;AAAA,MACtC,kBAAkB,SAAS,OAAO,oBAAoB;AAAA,MACtD,UAAU,SAAS,OAAO;AAAA,MAC1B,WAAW,SAAS,OAAO;AAAA,MAC3B,QAAQ;AAAA,IACV;AACA,UAAM,UAAoC,SAAS,OAAO,UACtD;AAAA,MACE;AAAA,QACE,SAAS,SAAS,OAAO,WAAW;AAAA,QACpC,QAAQ;AAAA,QACR,OAAO,SAAS,OAAO,SAAS;AAAA,MAClC;AAAA,IACF,IACA,CAAC;AACL,WAAO,CAAC,iBAAiB,GAAG,OAAO;AAAA,EACrC;AACF;;;ADzCO,IAAM,iBAAiB,MAC5B;AAAA,EACE,EAAE,UAAU,EAAE,CAACC,eAAc,GAAG,EAAE,GAAG,QAAQ,iBAAiB;AAAA,EAC9D;AAAA,IACE,SAAS,OAAO,WAAW;AACzB,aAAO,MAAM,uBAAuB,OAAO,MAAM;AAAA,IACnD;AAAA,EACF;AACF;","names":["LocationSchema","LocationSchema"]}
|
package/dist/node/Config.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
|
|
20
|
-
// src/Config.ts
|
|
21
|
-
var Config_exports = {};
|
|
22
|
-
__export(Config_exports, {
|
|
23
|
-
CurrentLocationWitnessConfigSchema: () => CurrentLocationWitnessConfigSchema
|
|
24
|
-
});
|
|
25
|
-
module.exports = __toCommonJS(Config_exports);
|
|
26
|
-
var CurrentLocationWitnessConfigSchema = "network.xyo.location.current.config";
|
|
27
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
28
|
-
0 && (module.exports = {
|
|
29
|
-
CurrentLocationWitnessConfigSchema
|
|
30
|
-
});
|
|
31
|
-
//# sourceMappingURL=Config.js.map
|
package/dist/node/Config.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Config.ts"],"sourcesContent":["import { AnyConfigSchema, ModuleParams } from '@xyo-network/module'\nimport { WitnessConfig } from '@xyo-network/witness'\n\nexport type CurrentLocationWitnessConfigSchema = 'network.xyo.location.current.config'\nexport const CurrentLocationWitnessConfigSchema: CurrentLocationWitnessConfigSchema = 'network.xyo.location.current.config'\n\nexport type CurrentLocationWitnessConfig = WitnessConfig<{\n schema: CurrentLocationWitnessConfigSchema\n}>\n\nexport type CurrentLocationWitnessParams = ModuleParams<AnyConfigSchema<CurrentLocationWitnessConfig>, { geolocation?: Geolocation }>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAIO,IAAM,qCAAyE;","names":[]}
|
package/dist/node/Config.mjs
DELETED
package/dist/node/Config.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Config.ts"],"sourcesContent":["import { AnyConfigSchema, ModuleParams } from '@xyo-network/module'\nimport { WitnessConfig } from '@xyo-network/witness'\n\nexport type CurrentLocationWitnessConfigSchema = 'network.xyo.location.current.config'\nexport const CurrentLocationWitnessConfigSchema: CurrentLocationWitnessConfigSchema = 'network.xyo.location.current.config'\n\nexport type CurrentLocationWitnessConfig = WitnessConfig<{\n schema: CurrentLocationWitnessConfigSchema\n}>\n\nexport type CurrentLocationWitnessParams = ModuleParams<AnyConfigSchema<CurrentLocationWitnessConfig>, { geolocation?: Geolocation }>\n"],"mappings":";AAIO,IAAM,qCAAyE;","names":[]}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
|
|
20
|
-
// src/CurrentLocationPayloadSet.ts
|
|
21
|
-
var CurrentLocationPayloadSet_exports = {};
|
|
22
|
-
__export(CurrentLocationPayloadSet_exports, {
|
|
23
|
-
CurrentLocationPayloadSet: () => CurrentLocationPayloadSet
|
|
24
|
-
});
|
|
25
|
-
module.exports = __toCommonJS(CurrentLocationPayloadSet_exports);
|
|
26
|
-
var import_location_payload_plugin = require("@xyo-network/location-payload-plugin");
|
|
27
|
-
var import_payload_model = require("@xyo-network/payload-model");
|
|
28
|
-
var CurrentLocationPayloadSet = {
|
|
29
|
-
optional: {
|
|
30
|
-
[import_location_payload_plugin.LocationHeadingSchema]: 1
|
|
31
|
-
},
|
|
32
|
-
required: {
|
|
33
|
-
[import_location_payload_plugin.LocationSchema]: 1
|
|
34
|
-
},
|
|
35
|
-
schema: import_payload_model.PayloadSetSchema
|
|
36
|
-
};
|
|
37
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
38
|
-
0 && (module.exports = {
|
|
39
|
-
CurrentLocationPayloadSet
|
|
40
|
-
});
|
|
41
|
-
//# sourceMappingURL=CurrentLocationPayloadSet.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/CurrentLocationPayloadSet.ts"],"sourcesContent":["import { LocationHeadingSchema, LocationSchema } from '@xyo-network/location-payload-plugin'\nimport { PayloadSetPayload, PayloadSetSchema } from '@xyo-network/payload-model'\n\nexport const CurrentLocationPayloadSet: PayloadSetPayload = {\n optional: {\n [LocationHeadingSchema]: 1,\n },\n required: {\n [LocationSchema]: 1,\n },\n schema: PayloadSetSchema,\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qCAAsD;AACtD,2BAAoD;AAE7C,IAAM,4BAA+C;AAAA,EAC1D,UAAU;AAAA,IACR,CAAC,oDAAqB,GAAG;AAAA,EAC3B;AAAA,EACA,UAAU;AAAA,IACR,CAAC,6CAAc,GAAG;AAAA,EACpB;AAAA,EACA,QAAQ;AACV;","names":[]}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
// src/CurrentLocationPayloadSet.ts
|
|
2
|
-
import { LocationHeadingSchema, LocationSchema } from "@xyo-network/location-payload-plugin";
|
|
3
|
-
import { PayloadSetSchema } from "@xyo-network/payload-model";
|
|
4
|
-
var CurrentLocationPayloadSet = {
|
|
5
|
-
optional: {
|
|
6
|
-
[LocationHeadingSchema]: 1
|
|
7
|
-
},
|
|
8
|
-
required: {
|
|
9
|
-
[LocationSchema]: 1
|
|
10
|
-
},
|
|
11
|
-
schema: PayloadSetSchema
|
|
12
|
-
};
|
|
13
|
-
export {
|
|
14
|
-
CurrentLocationPayloadSet
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=CurrentLocationPayloadSet.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/CurrentLocationPayloadSet.ts"],"sourcesContent":["import { LocationHeadingSchema, LocationSchema } from '@xyo-network/location-payload-plugin'\nimport { PayloadSetPayload, PayloadSetSchema } from '@xyo-network/payload-model'\n\nexport const CurrentLocationPayloadSet: PayloadSetPayload = {\n optional: {\n [LocationHeadingSchema]: 1,\n },\n required: {\n [LocationSchema]: 1,\n },\n schema: PayloadSetSchema,\n}\n"],"mappings":";AAAA,SAAS,uBAAuB,sBAAsB;AACtD,SAA4B,wBAAwB;AAE7C,IAAM,4BAA+C;AAAA,EAC1D,UAAU;AAAA,IACR,CAAC,qBAAqB,GAAG;AAAA,EAC3B;AAAA,EACA,UAAU;AAAA,IACR,CAAC,cAAc,GAAG;AAAA,EACpB;AAAA,EACA,QAAQ;AACV;","names":[]}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
|
|
20
|
-
// src/CurrentLocationWitness.ts
|
|
21
|
-
var CurrentLocationWitness_exports = {};
|
|
22
|
-
__export(CurrentLocationWitness_exports, {
|
|
23
|
-
CurrentLocationWitness: () => CurrentLocationWitness
|
|
24
|
-
});
|
|
25
|
-
module.exports = __toCommonJS(CurrentLocationWitness_exports);
|
|
26
|
-
var import_assert = require("@xylabs/assert");
|
|
27
|
-
var import_location_payload_plugin = require("@xyo-network/location-payload-plugin");
|
|
28
|
-
var import_witness = require("@xyo-network/witness");
|
|
29
|
-
|
|
30
|
-
// src/Config.ts
|
|
31
|
-
var CurrentLocationWitnessConfigSchema = "network.xyo.location.current.config";
|
|
32
|
-
|
|
33
|
-
// src/CurrentLocationWitness.ts
|
|
34
|
-
var CurrentLocationWitness = class extends import_witness.AbstractWitness {
|
|
35
|
-
static configSchemas = [CurrentLocationWitnessConfigSchema];
|
|
36
|
-
get geolocation() {
|
|
37
|
-
return (0, import_assert.assertEx)(this.params.geolocation, "No geolocation provided");
|
|
38
|
-
}
|
|
39
|
-
getCurrentPosition() {
|
|
40
|
-
return new Promise((resolve, reject) => {
|
|
41
|
-
var _a;
|
|
42
|
-
(_a = this.geolocation) == null ? void 0 : _a.getCurrentPosition(
|
|
43
|
-
(position) => {
|
|
44
|
-
resolve(position);
|
|
45
|
-
},
|
|
46
|
-
(error) => {
|
|
47
|
-
reject(error);
|
|
48
|
-
}
|
|
49
|
-
);
|
|
50
|
-
});
|
|
51
|
-
}
|
|
52
|
-
async observeHandler() {
|
|
53
|
-
const location = await this.getCurrentPosition();
|
|
54
|
-
const locationPayload = {
|
|
55
|
-
altitude: location.coords.altitude ?? void 0,
|
|
56
|
-
altitudeAccuracy: location.coords.altitudeAccuracy ?? void 0,
|
|
57
|
-
latitude: location.coords.latitude,
|
|
58
|
-
longitude: location.coords.longitude,
|
|
59
|
-
schema: import_location_payload_plugin.LocationSchema
|
|
60
|
-
};
|
|
61
|
-
const heading = location.coords.heading ? [
|
|
62
|
-
{
|
|
63
|
-
heading: location.coords.heading ?? void 0,
|
|
64
|
-
schema: import_location_payload_plugin.LocationHeadingSchema,
|
|
65
|
-
speed: location.coords.speed ?? void 0
|
|
66
|
-
}
|
|
67
|
-
] : [];
|
|
68
|
-
return [locationPayload, ...heading];
|
|
69
|
-
}
|
|
70
|
-
};
|
|
71
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
72
|
-
0 && (module.exports = {
|
|
73
|
-
CurrentLocationWitness
|
|
74
|
-
});
|
|
75
|
-
//# sourceMappingURL=CurrentLocationWitness.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/CurrentLocationWitness.ts","../../src/Config.ts"],"sourcesContent":["import { assertEx } from '@xylabs/assert'\nimport { LocationHeadingPayload, LocationHeadingSchema, LocationPayload, LocationSchema } from '@xyo-network/location-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\nimport { AbstractWitness } from '@xyo-network/witness'\n\nimport { CurrentLocationWitnessConfigSchema, CurrentLocationWitnessParams } from './Config'\n\nexport class CurrentLocationWitness<TParams extends CurrentLocationWitnessParams = CurrentLocationWitnessParams> extends AbstractWitness<TParams> {\n static override configSchemas = [CurrentLocationWitnessConfigSchema]\n\n get geolocation(): Geolocation {\n return assertEx(this.params.geolocation, 'No geolocation provided')\n }\n\n getCurrentPosition() {\n return new Promise<GeolocationPosition>((resolve, reject) => {\n this.geolocation?.getCurrentPosition(\n (position: GeolocationPosition) => {\n resolve(position)\n },\n (error: GeolocationPositionError) => {\n reject(error)\n },\n )\n })\n }\n\n protected override async observeHandler(): Promise<Payload[]> {\n const location = await this.getCurrentPosition()\n const locationPayload: LocationPayload = {\n altitude: location.coords.altitude ?? undefined,\n altitudeAccuracy: location.coords.altitudeAccuracy ?? undefined,\n latitude: location.coords.latitude,\n longitude: location.coords.longitude,\n schema: LocationSchema,\n }\n const heading: LocationHeadingPayload[] = location.coords.heading\n ? [\n {\n heading: location.coords.heading ?? undefined,\n schema: LocationHeadingSchema,\n speed: location.coords.speed ?? undefined,\n },\n ]\n : []\n return [locationPayload, ...heading]\n }\n}\n","import { AnyConfigSchema, ModuleParams } from '@xyo-network/module'\nimport { WitnessConfig } from '@xyo-network/witness'\n\nexport type CurrentLocationWitnessConfigSchema = 'network.xyo.location.current.config'\nexport const CurrentLocationWitnessConfigSchema: CurrentLocationWitnessConfigSchema = 'network.xyo.location.current.config'\n\nexport type CurrentLocationWitnessConfig = WitnessConfig<{\n schema: CurrentLocationWitnessConfigSchema\n}>\n\nexport type CurrentLocationWitnessParams = ModuleParams<AnyConfigSchema<CurrentLocationWitnessConfig>, { geolocation?: Geolocation }>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAAyB;AACzB,qCAA+F;AAE/F,qBAAgC;;;ACCzB,IAAM,qCAAyE;;;ADG/E,IAAM,yBAAN,cAAkH,+BAAyB;AAAA,EAChJ,OAAgB,gBAAgB,CAAC,kCAAkC;AAAA,EAEnE,IAAI,cAA2B;AAC7B,eAAO,wBAAS,KAAK,OAAO,aAAa,yBAAyB;AAAA,EACpE;AAAA,EAEA,qBAAqB;AACnB,WAAO,IAAI,QAA6B,CAAC,SAAS,WAAW;AAfjE;AAgBM,iBAAK,gBAAL,mBAAkB;AAAA,QAChB,CAAC,aAAkC;AACjC,kBAAQ,QAAQ;AAAA,QAClB;AAAA,QACA,CAAC,UAAoC;AACnC,iBAAO,KAAK;AAAA,QACd;AAAA;AAAA,IAEJ,CAAC;AAAA,EACH;AAAA,EAEA,MAAyB,iBAAqC;AAC5D,UAAM,WAAW,MAAM,KAAK,mBAAmB;AAC/C,UAAM,kBAAmC;AAAA,MACvC,UAAU,SAAS,OAAO,YAAY;AAAA,MACtC,kBAAkB,SAAS,OAAO,oBAAoB;AAAA,MACtD,UAAU,SAAS,OAAO;AAAA,MAC1B,WAAW,SAAS,OAAO;AAAA,MAC3B,QAAQ;AAAA,IACV;AACA,UAAM,UAAoC,SAAS,OAAO,UACtD;AAAA,MACE;AAAA,QACE,SAAS,SAAS,OAAO,WAAW;AAAA,QACpC,QAAQ;AAAA,QACR,OAAO,SAAS,OAAO,SAAS;AAAA,MAClC;AAAA,IACF,IACA,CAAC;AACL,WAAO,CAAC,iBAAiB,GAAG,OAAO;AAAA,EACrC;AACF;","names":[]}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
// src/CurrentLocationWitness.ts
|
|
2
|
-
import { assertEx } from "@xylabs/assert";
|
|
3
|
-
import { LocationHeadingSchema, LocationSchema } from "@xyo-network/location-payload-plugin";
|
|
4
|
-
import { AbstractWitness } from "@xyo-network/witness";
|
|
5
|
-
|
|
6
|
-
// src/Config.ts
|
|
7
|
-
var CurrentLocationWitnessConfigSchema = "network.xyo.location.current.config";
|
|
8
|
-
|
|
9
|
-
// src/CurrentLocationWitness.ts
|
|
10
|
-
var CurrentLocationWitness = class extends AbstractWitness {
|
|
11
|
-
static configSchemas = [CurrentLocationWitnessConfigSchema];
|
|
12
|
-
get geolocation() {
|
|
13
|
-
return assertEx(this.params.geolocation, "No geolocation provided");
|
|
14
|
-
}
|
|
15
|
-
getCurrentPosition() {
|
|
16
|
-
return new Promise((resolve, reject) => {
|
|
17
|
-
var _a;
|
|
18
|
-
(_a = this.geolocation) == null ? void 0 : _a.getCurrentPosition(
|
|
19
|
-
(position) => {
|
|
20
|
-
resolve(position);
|
|
21
|
-
},
|
|
22
|
-
(error) => {
|
|
23
|
-
reject(error);
|
|
24
|
-
}
|
|
25
|
-
);
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
async observeHandler() {
|
|
29
|
-
const location = await this.getCurrentPosition();
|
|
30
|
-
const locationPayload = {
|
|
31
|
-
altitude: location.coords.altitude ?? void 0,
|
|
32
|
-
altitudeAccuracy: location.coords.altitudeAccuracy ?? void 0,
|
|
33
|
-
latitude: location.coords.latitude,
|
|
34
|
-
longitude: location.coords.longitude,
|
|
35
|
-
schema: LocationSchema
|
|
36
|
-
};
|
|
37
|
-
const heading = location.coords.heading ? [
|
|
38
|
-
{
|
|
39
|
-
heading: location.coords.heading ?? void 0,
|
|
40
|
-
schema: LocationHeadingSchema,
|
|
41
|
-
speed: location.coords.speed ?? void 0
|
|
42
|
-
}
|
|
43
|
-
] : [];
|
|
44
|
-
return [locationPayload, ...heading];
|
|
45
|
-
}
|
|
46
|
-
};
|
|
47
|
-
export {
|
|
48
|
-
CurrentLocationWitness
|
|
49
|
-
};
|
|
50
|
-
//# sourceMappingURL=CurrentLocationWitness.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/CurrentLocationWitness.ts","../../src/Config.ts"],"sourcesContent":["import { assertEx } from '@xylabs/assert'\nimport { LocationHeadingPayload, LocationHeadingSchema, LocationPayload, LocationSchema } from '@xyo-network/location-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\nimport { AbstractWitness } from '@xyo-network/witness'\n\nimport { CurrentLocationWitnessConfigSchema, CurrentLocationWitnessParams } from './Config'\n\nexport class CurrentLocationWitness<TParams extends CurrentLocationWitnessParams = CurrentLocationWitnessParams> extends AbstractWitness<TParams> {\n static override configSchemas = [CurrentLocationWitnessConfigSchema]\n\n get geolocation(): Geolocation {\n return assertEx(this.params.geolocation, 'No geolocation provided')\n }\n\n getCurrentPosition() {\n return new Promise<GeolocationPosition>((resolve, reject) => {\n this.geolocation?.getCurrentPosition(\n (position: GeolocationPosition) => {\n resolve(position)\n },\n (error: GeolocationPositionError) => {\n reject(error)\n },\n )\n })\n }\n\n protected override async observeHandler(): Promise<Payload[]> {\n const location = await this.getCurrentPosition()\n const locationPayload: LocationPayload = {\n altitude: location.coords.altitude ?? undefined,\n altitudeAccuracy: location.coords.altitudeAccuracy ?? undefined,\n latitude: location.coords.latitude,\n longitude: location.coords.longitude,\n schema: LocationSchema,\n }\n const heading: LocationHeadingPayload[] = location.coords.heading\n ? [\n {\n heading: location.coords.heading ?? undefined,\n schema: LocationHeadingSchema,\n speed: location.coords.speed ?? undefined,\n },\n ]\n : []\n return [locationPayload, ...heading]\n }\n}\n","import { AnyConfigSchema, ModuleParams } from '@xyo-network/module'\nimport { WitnessConfig } from '@xyo-network/witness'\n\nexport type CurrentLocationWitnessConfigSchema = 'network.xyo.location.current.config'\nexport const CurrentLocationWitnessConfigSchema: CurrentLocationWitnessConfigSchema = 'network.xyo.location.current.config'\n\nexport type CurrentLocationWitnessConfig = WitnessConfig<{\n schema: CurrentLocationWitnessConfigSchema\n}>\n\nexport type CurrentLocationWitnessParams = ModuleParams<AnyConfigSchema<CurrentLocationWitnessConfig>, { geolocation?: Geolocation }>\n"],"mappings":";AAAA,SAAS,gBAAgB;AACzB,SAAiC,uBAAwC,sBAAsB;AAE/F,SAAS,uBAAuB;;;ACCzB,IAAM,qCAAyE;;;ADG/E,IAAM,yBAAN,cAAkH,gBAAyB;AAAA,EAChJ,OAAgB,gBAAgB,CAAC,kCAAkC;AAAA,EAEnE,IAAI,cAA2B;AAC7B,WAAO,SAAS,KAAK,OAAO,aAAa,yBAAyB;AAAA,EACpE;AAAA,EAEA,qBAAqB;AACnB,WAAO,IAAI,QAA6B,CAAC,SAAS,WAAW;AAfjE;AAgBM,iBAAK,gBAAL,mBAAkB;AAAA,QAChB,CAAC,aAAkC;AACjC,kBAAQ,QAAQ;AAAA,QAClB;AAAA,QACA,CAAC,UAAoC;AACnC,iBAAO,KAAK;AAAA,QACd;AAAA;AAAA,IAEJ,CAAC;AAAA,EACH;AAAA,EAEA,MAAyB,iBAAqC;AAC5D,UAAM,WAAW,MAAM,KAAK,mBAAmB;AAC/C,UAAM,kBAAmC;AAAA,MACvC,UAAU,SAAS,OAAO,YAAY;AAAA,MACtC,kBAAkB,SAAS,OAAO,oBAAoB;AAAA,MACtD,UAAU,SAAS,OAAO;AAAA,MAC1B,WAAW,SAAS,OAAO;AAAA,MAC3B,QAAQ;AAAA,IACV;AACA,UAAM,UAAoC,SAAS,OAAO,UACtD;AAAA,MACE;AAAA,QACE,SAAS,SAAS,OAAO,WAAW;AAAA,QACpC,QAAQ;AAAA,QACR,OAAO,SAAS,OAAO,SAAS;AAAA,MAClC;AAAA,IACF,IACA,CAAC;AACL,WAAO,CAAC,iBAAiB,GAAG,OAAO;AAAA,EACrC;AACF;","names":[]}
|
package/dist/node/Plugin.js
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
|
|
20
|
-
// src/Plugin.ts
|
|
21
|
-
var Plugin_exports = {};
|
|
22
|
-
__export(Plugin_exports, {
|
|
23
|
-
LocationPlugin: () => LocationPlugin
|
|
24
|
-
});
|
|
25
|
-
module.exports = __toCommonJS(Plugin_exports);
|
|
26
|
-
var import_location_payload_plugin2 = require("@xyo-network/location-payload-plugin");
|
|
27
|
-
var import_payload_model = require("@xyo-network/payload-model");
|
|
28
|
-
var import_payloadset_plugin = require("@xyo-network/payloadset-plugin");
|
|
29
|
-
|
|
30
|
-
// src/CurrentLocationWitness.ts
|
|
31
|
-
var import_assert = require("@xylabs/assert");
|
|
32
|
-
var import_location_payload_plugin = require("@xyo-network/location-payload-plugin");
|
|
33
|
-
var import_witness = require("@xyo-network/witness");
|
|
34
|
-
|
|
35
|
-
// src/Config.ts
|
|
36
|
-
var CurrentLocationWitnessConfigSchema = "network.xyo.location.current.config";
|
|
37
|
-
|
|
38
|
-
// src/CurrentLocationWitness.ts
|
|
39
|
-
var CurrentLocationWitness = class extends import_witness.AbstractWitness {
|
|
40
|
-
static configSchemas = [CurrentLocationWitnessConfigSchema];
|
|
41
|
-
get geolocation() {
|
|
42
|
-
return (0, import_assert.assertEx)(this.params.geolocation, "No geolocation provided");
|
|
43
|
-
}
|
|
44
|
-
getCurrentPosition() {
|
|
45
|
-
return new Promise((resolve, reject) => {
|
|
46
|
-
var _a;
|
|
47
|
-
(_a = this.geolocation) == null ? void 0 : _a.getCurrentPosition(
|
|
48
|
-
(position) => {
|
|
49
|
-
resolve(position);
|
|
50
|
-
},
|
|
51
|
-
(error) => {
|
|
52
|
-
reject(error);
|
|
53
|
-
}
|
|
54
|
-
);
|
|
55
|
-
});
|
|
56
|
-
}
|
|
57
|
-
async observeHandler() {
|
|
58
|
-
const location = await this.getCurrentPosition();
|
|
59
|
-
const locationPayload = {
|
|
60
|
-
altitude: location.coords.altitude ?? void 0,
|
|
61
|
-
altitudeAccuracy: location.coords.altitudeAccuracy ?? void 0,
|
|
62
|
-
latitude: location.coords.latitude,
|
|
63
|
-
longitude: location.coords.longitude,
|
|
64
|
-
schema: import_location_payload_plugin.LocationSchema
|
|
65
|
-
};
|
|
66
|
-
const heading = location.coords.heading ? [
|
|
67
|
-
{
|
|
68
|
-
heading: location.coords.heading ?? void 0,
|
|
69
|
-
schema: import_location_payload_plugin.LocationHeadingSchema,
|
|
70
|
-
speed: location.coords.speed ?? void 0
|
|
71
|
-
}
|
|
72
|
-
] : [];
|
|
73
|
-
return [locationPayload, ...heading];
|
|
74
|
-
}
|
|
75
|
-
};
|
|
76
|
-
|
|
77
|
-
// src/Plugin.ts
|
|
78
|
-
var LocationPlugin = () => (0, import_payloadset_plugin.createPayloadSetWitnessPlugin)(
|
|
79
|
-
{ required: { [import_location_payload_plugin2.LocationSchema]: 1 }, schema: import_payload_model.PayloadSetSchema },
|
|
80
|
-
{
|
|
81
|
-
witness: async (params) => {
|
|
82
|
-
return await CurrentLocationWitness.create(params);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
);
|
|
86
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
87
|
-
0 && (module.exports = {
|
|
88
|
-
LocationPlugin
|
|
89
|
-
});
|
|
90
|
-
//# sourceMappingURL=Plugin.js.map
|
package/dist/node/Plugin.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Plugin.ts","../../src/CurrentLocationWitness.ts","../../src/Config.ts"],"sourcesContent":["import { LocationSchema } from '@xyo-network/location-payload-plugin'\nimport { PayloadSetSchema } from '@xyo-network/payload-model'\nimport { createPayloadSetWitnessPlugin } from '@xyo-network/payloadset-plugin'\n\nimport { CurrentLocationWitness } from './CurrentLocationWitness'\n\nexport const LocationPlugin = () =>\n createPayloadSetWitnessPlugin<CurrentLocationWitness>(\n { required: { [LocationSchema]: 1 }, schema: PayloadSetSchema },\n {\n witness: async (params) => {\n return await CurrentLocationWitness.create(params)\n },\n },\n )\n","import { assertEx } from '@xylabs/assert'\nimport { LocationHeadingPayload, LocationHeadingSchema, LocationPayload, LocationSchema } from '@xyo-network/location-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\nimport { AbstractWitness } from '@xyo-network/witness'\n\nimport { CurrentLocationWitnessConfigSchema, CurrentLocationWitnessParams } from './Config'\n\nexport class CurrentLocationWitness<TParams extends CurrentLocationWitnessParams = CurrentLocationWitnessParams> extends AbstractWitness<TParams> {\n static override configSchemas = [CurrentLocationWitnessConfigSchema]\n\n get geolocation(): Geolocation {\n return assertEx(this.params.geolocation, 'No geolocation provided')\n }\n\n getCurrentPosition() {\n return new Promise<GeolocationPosition>((resolve, reject) => {\n this.geolocation?.getCurrentPosition(\n (position: GeolocationPosition) => {\n resolve(position)\n },\n (error: GeolocationPositionError) => {\n reject(error)\n },\n )\n })\n }\n\n protected override async observeHandler(): Promise<Payload[]> {\n const location = await this.getCurrentPosition()\n const locationPayload: LocationPayload = {\n altitude: location.coords.altitude ?? undefined,\n altitudeAccuracy: location.coords.altitudeAccuracy ?? undefined,\n latitude: location.coords.latitude,\n longitude: location.coords.longitude,\n schema: LocationSchema,\n }\n const heading: LocationHeadingPayload[] = location.coords.heading\n ? [\n {\n heading: location.coords.heading ?? undefined,\n schema: LocationHeadingSchema,\n speed: location.coords.speed ?? undefined,\n },\n ]\n : []\n return [locationPayload, ...heading]\n }\n}\n","import { AnyConfigSchema, ModuleParams } from '@xyo-network/module'\nimport { WitnessConfig } from '@xyo-network/witness'\n\nexport type CurrentLocationWitnessConfigSchema = 'network.xyo.location.current.config'\nexport const CurrentLocationWitnessConfigSchema: CurrentLocationWitnessConfigSchema = 'network.xyo.location.current.config'\n\nexport type CurrentLocationWitnessConfig = WitnessConfig<{\n schema: CurrentLocationWitnessConfigSchema\n}>\n\nexport type CurrentLocationWitnessParams = ModuleParams<AnyConfigSchema<CurrentLocationWitnessConfig>, { geolocation?: Geolocation }>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAAAA,kCAA+B;AAC/B,2BAAiC;AACjC,+BAA8C;;;ACF9C,oBAAyB;AACzB,qCAA+F;AAE/F,qBAAgC;;;ACCzB,IAAM,qCAAyE;;;ADG/E,IAAM,yBAAN,cAAkH,+BAAyB;AAAA,EAChJ,OAAgB,gBAAgB,CAAC,kCAAkC;AAAA,EAEnE,IAAI,cAA2B;AAC7B,eAAO,wBAAS,KAAK,OAAO,aAAa,yBAAyB;AAAA,EACpE;AAAA,EAEA,qBAAqB;AACnB,WAAO,IAAI,QAA6B,CAAC,SAAS,WAAW;AAfjE;AAgBM,iBAAK,gBAAL,mBAAkB;AAAA,QAChB,CAAC,aAAkC;AACjC,kBAAQ,QAAQ;AAAA,QAClB;AAAA,QACA,CAAC,UAAoC;AACnC,iBAAO,KAAK;AAAA,QACd;AAAA;AAAA,IAEJ,CAAC;AAAA,EACH;AAAA,EAEA,MAAyB,iBAAqC;AAC5D,UAAM,WAAW,MAAM,KAAK,mBAAmB;AAC/C,UAAM,kBAAmC;AAAA,MACvC,UAAU,SAAS,OAAO,YAAY;AAAA,MACtC,kBAAkB,SAAS,OAAO,oBAAoB;AAAA,MACtD,UAAU,SAAS,OAAO;AAAA,MAC1B,WAAW,SAAS,OAAO;AAAA,MAC3B,QAAQ;AAAA,IACV;AACA,UAAM,UAAoC,SAAS,OAAO,UACtD;AAAA,MACE;AAAA,QACE,SAAS,SAAS,OAAO,WAAW;AAAA,QACpC,QAAQ;AAAA,QACR,OAAO,SAAS,OAAO,SAAS;AAAA,MAClC;AAAA,IACF,IACA,CAAC;AACL,WAAO,CAAC,iBAAiB,GAAG,OAAO;AAAA,EACrC;AACF;;;ADzCO,IAAM,iBAAiB,UAC5B;AAAA,EACE,EAAE,UAAU,EAAE,CAAC,8CAAc,GAAG,EAAE,GAAG,QAAQ,sCAAiB;AAAA,EAC9D;AAAA,IACE,SAAS,OAAO,WAAW;AACzB,aAAO,MAAM,uBAAuB,OAAO,MAAM;AAAA,IACnD;AAAA,EACF;AACF;","names":["import_location_payload_plugin"]}
|
package/dist/node/Plugin.mjs
DELETED
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
// src/Plugin.ts
|
|
2
|
-
import { LocationSchema as LocationSchema2 } from "@xyo-network/location-payload-plugin";
|
|
3
|
-
import { PayloadSetSchema } from "@xyo-network/payload-model";
|
|
4
|
-
import { createPayloadSetWitnessPlugin } from "@xyo-network/payloadset-plugin";
|
|
5
|
-
|
|
6
|
-
// src/CurrentLocationWitness.ts
|
|
7
|
-
import { assertEx } from "@xylabs/assert";
|
|
8
|
-
import { LocationHeadingSchema, LocationSchema } from "@xyo-network/location-payload-plugin";
|
|
9
|
-
import { AbstractWitness } from "@xyo-network/witness";
|
|
10
|
-
|
|
11
|
-
// src/Config.ts
|
|
12
|
-
var CurrentLocationWitnessConfigSchema = "network.xyo.location.current.config";
|
|
13
|
-
|
|
14
|
-
// src/CurrentLocationWitness.ts
|
|
15
|
-
var CurrentLocationWitness = class extends AbstractWitness {
|
|
16
|
-
static configSchemas = [CurrentLocationWitnessConfigSchema];
|
|
17
|
-
get geolocation() {
|
|
18
|
-
return assertEx(this.params.geolocation, "No geolocation provided");
|
|
19
|
-
}
|
|
20
|
-
getCurrentPosition() {
|
|
21
|
-
return new Promise((resolve, reject) => {
|
|
22
|
-
var _a;
|
|
23
|
-
(_a = this.geolocation) == null ? void 0 : _a.getCurrentPosition(
|
|
24
|
-
(position) => {
|
|
25
|
-
resolve(position);
|
|
26
|
-
},
|
|
27
|
-
(error) => {
|
|
28
|
-
reject(error);
|
|
29
|
-
}
|
|
30
|
-
);
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
async observeHandler() {
|
|
34
|
-
const location = await this.getCurrentPosition();
|
|
35
|
-
const locationPayload = {
|
|
36
|
-
altitude: location.coords.altitude ?? void 0,
|
|
37
|
-
altitudeAccuracy: location.coords.altitudeAccuracy ?? void 0,
|
|
38
|
-
latitude: location.coords.latitude,
|
|
39
|
-
longitude: location.coords.longitude,
|
|
40
|
-
schema: LocationSchema
|
|
41
|
-
};
|
|
42
|
-
const heading = location.coords.heading ? [
|
|
43
|
-
{
|
|
44
|
-
heading: location.coords.heading ?? void 0,
|
|
45
|
-
schema: LocationHeadingSchema,
|
|
46
|
-
speed: location.coords.speed ?? void 0
|
|
47
|
-
}
|
|
48
|
-
] : [];
|
|
49
|
-
return [locationPayload, ...heading];
|
|
50
|
-
}
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
// src/Plugin.ts
|
|
54
|
-
var LocationPlugin = () => createPayloadSetWitnessPlugin(
|
|
55
|
-
{ required: { [LocationSchema2]: 1 }, schema: PayloadSetSchema },
|
|
56
|
-
{
|
|
57
|
-
witness: async (params) => {
|
|
58
|
-
return await CurrentLocationWitness.create(params);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
);
|
|
62
|
-
export {
|
|
63
|
-
LocationPlugin
|
|
64
|
-
};
|
|
65
|
-
//# sourceMappingURL=Plugin.mjs.map
|
package/dist/node/Plugin.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Plugin.ts","../../src/CurrentLocationWitness.ts","../../src/Config.ts"],"sourcesContent":["import { LocationSchema } from '@xyo-network/location-payload-plugin'\nimport { PayloadSetSchema } from '@xyo-network/payload-model'\nimport { createPayloadSetWitnessPlugin } from '@xyo-network/payloadset-plugin'\n\nimport { CurrentLocationWitness } from './CurrentLocationWitness'\n\nexport const LocationPlugin = () =>\n createPayloadSetWitnessPlugin<CurrentLocationWitness>(\n { required: { [LocationSchema]: 1 }, schema: PayloadSetSchema },\n {\n witness: async (params) => {\n return await CurrentLocationWitness.create(params)\n },\n },\n )\n","import { assertEx } from '@xylabs/assert'\nimport { LocationHeadingPayload, LocationHeadingSchema, LocationPayload, LocationSchema } from '@xyo-network/location-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\nimport { AbstractWitness } from '@xyo-network/witness'\n\nimport { CurrentLocationWitnessConfigSchema, CurrentLocationWitnessParams } from './Config'\n\nexport class CurrentLocationWitness<TParams extends CurrentLocationWitnessParams = CurrentLocationWitnessParams> extends AbstractWitness<TParams> {\n static override configSchemas = [CurrentLocationWitnessConfigSchema]\n\n get geolocation(): Geolocation {\n return assertEx(this.params.geolocation, 'No geolocation provided')\n }\n\n getCurrentPosition() {\n return new Promise<GeolocationPosition>((resolve, reject) => {\n this.geolocation?.getCurrentPosition(\n (position: GeolocationPosition) => {\n resolve(position)\n },\n (error: GeolocationPositionError) => {\n reject(error)\n },\n )\n })\n }\n\n protected override async observeHandler(): Promise<Payload[]> {\n const location = await this.getCurrentPosition()\n const locationPayload: LocationPayload = {\n altitude: location.coords.altitude ?? undefined,\n altitudeAccuracy: location.coords.altitudeAccuracy ?? undefined,\n latitude: location.coords.latitude,\n longitude: location.coords.longitude,\n schema: LocationSchema,\n }\n const heading: LocationHeadingPayload[] = location.coords.heading\n ? [\n {\n heading: location.coords.heading ?? undefined,\n schema: LocationHeadingSchema,\n speed: location.coords.speed ?? undefined,\n },\n ]\n : []\n return [locationPayload, ...heading]\n }\n}\n","import { AnyConfigSchema, ModuleParams } from '@xyo-network/module'\nimport { WitnessConfig } from '@xyo-network/witness'\n\nexport type CurrentLocationWitnessConfigSchema = 'network.xyo.location.current.config'\nexport const CurrentLocationWitnessConfigSchema: CurrentLocationWitnessConfigSchema = 'network.xyo.location.current.config'\n\nexport type CurrentLocationWitnessConfig = WitnessConfig<{\n schema: CurrentLocationWitnessConfigSchema\n}>\n\nexport type CurrentLocationWitnessParams = ModuleParams<AnyConfigSchema<CurrentLocationWitnessConfig>, { geolocation?: Geolocation }>\n"],"mappings":";AAAA,SAAS,kBAAAA,uBAAsB;AAC/B,SAAS,wBAAwB;AACjC,SAAS,qCAAqC;;;ACF9C,SAAS,gBAAgB;AACzB,SAAiC,uBAAwC,sBAAsB;AAE/F,SAAS,uBAAuB;;;ACCzB,IAAM,qCAAyE;;;ADG/E,IAAM,yBAAN,cAAkH,gBAAyB;AAAA,EAChJ,OAAgB,gBAAgB,CAAC,kCAAkC;AAAA,EAEnE,IAAI,cAA2B;AAC7B,WAAO,SAAS,KAAK,OAAO,aAAa,yBAAyB;AAAA,EACpE;AAAA,EAEA,qBAAqB;AACnB,WAAO,IAAI,QAA6B,CAAC,SAAS,WAAW;AAfjE;AAgBM,iBAAK,gBAAL,mBAAkB;AAAA,QAChB,CAAC,aAAkC;AACjC,kBAAQ,QAAQ;AAAA,QAClB;AAAA,QACA,CAAC,UAAoC;AACnC,iBAAO,KAAK;AAAA,QACd;AAAA;AAAA,IAEJ,CAAC;AAAA,EACH;AAAA,EAEA,MAAyB,iBAAqC;AAC5D,UAAM,WAAW,MAAM,KAAK,mBAAmB;AAC/C,UAAM,kBAAmC;AAAA,MACvC,UAAU,SAAS,OAAO,YAAY;AAAA,MACtC,kBAAkB,SAAS,OAAO,oBAAoB;AAAA,MACtD,UAAU,SAAS,OAAO;AAAA,MAC1B,WAAW,SAAS,OAAO;AAAA,MAC3B,QAAQ;AAAA,IACV;AACA,UAAM,UAAoC,SAAS,OAAO,UACtD;AAAA,MACE;AAAA,QACE,SAAS,SAAS,OAAO,WAAW;AAAA,QACpC,QAAQ;AAAA,QACR,OAAO,SAAS,OAAO,SAAS;AAAA,MAClC;AAAA,IACF,IACA,CAAC;AACL,WAAO,CAAC,iBAAiB,GAAG,OAAO;AAAA,EACrC;AACF;;;ADzCO,IAAM,iBAAiB,MAC5B;AAAA,EACE,EAAE,UAAU,EAAE,CAACC,eAAc,GAAG,EAAE,GAAG,QAAQ,iBAAiB;AAAA,EAC9D;AAAA,IACE,SAAS,OAAO,WAAW;AACzB,aAAO,MAAM,uBAAuB,OAAO,MAAM;AAAA,IACnD;AAAA,EACF;AACF;","names":["LocationSchema","LocationSchema"]}
|