@xyo-network/location-plugin 2.74.5 → 2.75.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/dist/browser/Config.cjs +27 -0
  2. package/dist/browser/Config.cjs.map +1 -0
  3. package/dist/browser/Config.d.cts.map +1 -0
  4. package/dist/browser/Config.d.mts.map +1 -0
  5. package/dist/browser/Config.d.ts +11 -0
  6. package/dist/browser/Config.d.ts.map +1 -0
  7. package/dist/browser/Config.js +5 -0
  8. package/dist/browser/Config.js.map +1 -0
  9. package/dist/browser/CurrentLocationPayloadSet.cjs +37 -0
  10. package/dist/browser/CurrentLocationPayloadSet.cjs.map +1 -0
  11. package/dist/browser/CurrentLocationPayloadSet.d.cts.map +1 -0
  12. package/dist/browser/CurrentLocationPayloadSet.d.mts.map +1 -0
  13. package/dist/browser/CurrentLocationPayloadSet.d.ts +3 -0
  14. package/dist/browser/CurrentLocationPayloadSet.d.ts.map +1 -0
  15. package/dist/browser/CurrentLocationPayloadSet.js +15 -0
  16. package/dist/browser/CurrentLocationPayloadSet.js.map +1 -0
  17. package/dist/browser/CurrentLocationWitness.cjs +70 -0
  18. package/dist/browser/CurrentLocationWitness.cjs.map +1 -0
  19. package/dist/browser/CurrentLocationWitness.d.cts.map +1 -0
  20. package/dist/browser/CurrentLocationWitness.d.mts.map +1 -0
  21. package/dist/browser/CurrentLocationWitness.d.ts +10 -0
  22. package/dist/browser/CurrentLocationWitness.d.ts.map +1 -0
  23. package/dist/browser/CurrentLocationWitness.js +44 -0
  24. package/dist/browser/CurrentLocationWitness.js.map +1 -0
  25. package/dist/browser/Plugin.cjs +85 -0
  26. package/dist/browser/Plugin.cjs.map +1 -0
  27. package/dist/browser/Plugin.d.cts.map +1 -0
  28. package/dist/browser/Plugin.d.mts.map +1 -0
  29. package/dist/browser/Plugin.d.ts +56 -0
  30. package/dist/browser/Plugin.d.ts.map +1 -0
  31. package/dist/browser/Plugin.js +16 -0
  32. package/dist/browser/Plugin.js.map +1 -0
  33. package/dist/browser/index.cjs +107 -0
  34. package/dist/browser/index.cjs.map +1 -0
  35. package/dist/browser/index.d.cts.map +1 -0
  36. package/dist/browser/index.d.mts.map +1 -0
  37. package/dist/browser/index.d.ts +7 -0
  38. package/dist/browser/index.d.ts.map +1 -0
  39. package/dist/browser/index.js +10 -0
  40. package/dist/browser/index.js.map +1 -0
  41. package/dist/docs.json +560 -560
  42. package/dist/node/Config.d.cts +11 -0
  43. package/dist/node/Config.d.cts.map +1 -0
  44. package/dist/node/Config.d.mts +11 -0
  45. package/dist/node/Config.d.mts.map +1 -0
  46. package/dist/node/Config.d.ts +11 -0
  47. package/dist/node/Config.d.ts.map +1 -0
  48. package/dist/node/Config.js +31 -0
  49. package/dist/node/Config.js.map +1 -0
  50. package/dist/node/Config.mjs +6 -0
  51. package/dist/node/Config.mjs.map +1 -0
  52. package/dist/node/CurrentLocationPayloadSet.d.cts +3 -0
  53. package/dist/node/CurrentLocationPayloadSet.d.cts.map +1 -0
  54. package/dist/node/CurrentLocationPayloadSet.d.mts +3 -0
  55. package/dist/node/CurrentLocationPayloadSet.d.mts.map +1 -0
  56. package/dist/node/CurrentLocationPayloadSet.d.ts +3 -0
  57. package/dist/node/CurrentLocationPayloadSet.d.ts.map +1 -0
  58. package/dist/node/CurrentLocationPayloadSet.js +41 -0
  59. package/dist/node/CurrentLocationPayloadSet.js.map +1 -0
  60. package/dist/node/CurrentLocationPayloadSet.mjs +16 -0
  61. package/dist/node/CurrentLocationPayloadSet.mjs.map +1 -0
  62. package/dist/node/CurrentLocationWitness.d.cts +10 -0
  63. package/dist/node/CurrentLocationWitness.d.cts.map +1 -0
  64. package/dist/node/CurrentLocationWitness.d.mts +10 -0
  65. package/dist/node/CurrentLocationWitness.d.mts.map +1 -0
  66. package/dist/node/CurrentLocationWitness.d.ts +10 -0
  67. package/dist/node/CurrentLocationWitness.d.ts.map +1 -0
  68. package/dist/node/CurrentLocationWitness.js +75 -0
  69. package/dist/node/CurrentLocationWitness.js.map +1 -0
  70. package/dist/node/CurrentLocationWitness.mjs +50 -0
  71. package/dist/node/CurrentLocationWitness.mjs.map +1 -0
  72. package/dist/node/Plugin.d.cts +56 -0
  73. package/dist/node/Plugin.d.cts.map +1 -0
  74. package/dist/node/Plugin.d.mts +56 -0
  75. package/dist/node/Plugin.d.mts.map +1 -0
  76. package/dist/node/Plugin.d.ts +56 -0
  77. package/dist/node/Plugin.d.ts.map +1 -0
  78. package/dist/node/Plugin.js +90 -0
  79. package/dist/node/Plugin.js.map +1 -0
  80. package/dist/node/Plugin.mjs +65 -0
  81. package/dist/node/Plugin.mjs.map +1 -0
  82. package/dist/node/index.d.cts +7 -0
  83. package/dist/node/index.d.cts.map +1 -0
  84. package/dist/node/index.d.mts +7 -0
  85. package/dist/node/index.d.mts.map +1 -0
  86. package/dist/node/index.d.ts +7 -0
  87. package/dist/node/index.d.ts.map +1 -0
  88. package/dist/{index.js → node/index.js} +2 -1
  89. package/dist/node/index.js.map +1 -0
  90. package/dist/{index.mjs → node/index.mjs} +2 -1
  91. package/dist/node/index.mjs.map +1 -0
  92. package/package.json +31 -28
  93. package/dist/Config.d.mts.map +0 -1
  94. package/dist/Config.d.ts.map +0 -1
  95. package/dist/CurrentLocationPayloadSet.d.mts.map +0 -1
  96. package/dist/CurrentLocationPayloadSet.d.ts.map +0 -1
  97. package/dist/CurrentLocationWitness.d.mts.map +0 -1
  98. package/dist/CurrentLocationWitness.d.ts.map +0 -1
  99. package/dist/Plugin.d.mts.map +0 -1
  100. package/dist/Plugin.d.ts.map +0 -1
  101. package/dist/index.d.mts.map +0 -1
  102. package/dist/index.d.ts.map +0 -1
  103. package/dist/index.js.map +0 -1
  104. package/dist/index.mjs.map +0 -1
  105. /package/dist/{Config.d.mts → browser/Config.d.cts} +0 -0
  106. /package/dist/{Config.d.ts → browser/Config.d.mts} +0 -0
  107. /package/dist/{CurrentLocationPayloadSet.d.mts → browser/CurrentLocationPayloadSet.d.cts} +0 -0
  108. /package/dist/{CurrentLocationPayloadSet.d.ts → browser/CurrentLocationPayloadSet.d.mts} +0 -0
  109. /package/dist/{CurrentLocationWitness.d.mts → browser/CurrentLocationWitness.d.cts} +0 -0
  110. /package/dist/{CurrentLocationWitness.d.ts → browser/CurrentLocationWitness.d.mts} +0 -0
  111. /package/dist/{Plugin.d.mts → browser/Plugin.d.cts} +0 -0
  112. /package/dist/{Plugin.d.ts → browser/Plugin.d.mts} +0 -0
  113. /package/dist/{index.d.mts → browser/index.d.cts} +0 -0
  114. /package/dist/{index.d.ts → browser/index.d.mts} +0 -0
@@ -0,0 +1,27 @@
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
+ //# sourceMappingURL=Config.cjs.map
@@ -0,0 +1 @@
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":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAA;AACnE,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAEpD,MAAM,MAAM,kCAAkC,GAAG,qCAAqC,CAAA;AACtF,eAAO,MAAM,kCAAkC,EAAE,kCAA0E,CAAA;AAE3H,MAAM,MAAM,4BAA4B,GAAG,aAAa,CAAC;IACvD,MAAM,EAAE,kCAAkC,CAAA;CAC3C,CAAC,CAAA;AAEF,MAAM,MAAM,4BAA4B,GAAG,YAAY,CAAC,eAAe,CAAC,4BAA4B,CAAC,EAAE;IAAE,WAAW,CAAC,EAAE,WAAW,CAAA;CAAE,CAAC,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAA;AACnE,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAEpD,MAAM,MAAM,kCAAkC,GAAG,qCAAqC,CAAA;AACtF,eAAO,MAAM,kCAAkC,EAAE,kCAA0E,CAAA;AAE3H,MAAM,MAAM,4BAA4B,GAAG,aAAa,CAAC;IACvD,MAAM,EAAE,kCAAkC,CAAA;CAC3C,CAAC,CAAA;AAEF,MAAM,MAAM,4BAA4B,GAAG,YAAY,CAAC,eAAe,CAAC,4BAA4B,CAAC,EAAE;IAAE,WAAW,CAAC,EAAE,WAAW,CAAA;CAAE,CAAC,CAAA"}
@@ -0,0 +1,11 @@
1
+ import { AnyConfigSchema, ModuleParams } from '@xyo-network/module';
2
+ import { WitnessConfig } from '@xyo-network/witness';
3
+ export type CurrentLocationWitnessConfigSchema = 'network.xyo.location.current.config';
4
+ export declare const CurrentLocationWitnessConfigSchema: CurrentLocationWitnessConfigSchema;
5
+ export type CurrentLocationWitnessConfig = WitnessConfig<{
6
+ schema: CurrentLocationWitnessConfigSchema;
7
+ }>;
8
+ export type CurrentLocationWitnessParams = ModuleParams<AnyConfigSchema<CurrentLocationWitnessConfig>, {
9
+ geolocation?: Geolocation;
10
+ }>;
11
+ //# sourceMappingURL=Config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAA;AACnE,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAEpD,MAAM,MAAM,kCAAkC,GAAG,qCAAqC,CAAA;AACtF,eAAO,MAAM,kCAAkC,EAAE,kCAA0E,CAAA;AAE3H,MAAM,MAAM,4BAA4B,GAAG,aAAa,CAAC;IACvD,MAAM,EAAE,kCAAkC,CAAA;CAC3C,CAAC,CAAA;AAEF,MAAM,MAAM,4BAA4B,GAAG,YAAY,CAAC,eAAe,CAAC,4BAA4B,CAAC,EAAE;IAAE,WAAW,CAAC,EAAE,WAAW,CAAA;CAAE,CAAC,CAAA"}
@@ -0,0 +1,5 @@
1
+ const CurrentLocationWitnessConfigSchema = "network.xyo.location.current.config";
2
+ export {
3
+ CurrentLocationWitnessConfigSchema
4
+ };
5
+ //# sourceMappingURL=Config.js.map
@@ -0,0 +1 @@
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,MAAM,qCAAyE;","names":[]}
@@ -0,0 +1,37 @@
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
+ //# sourceMappingURL=CurrentLocationPayloadSet.cjs.map
@@ -0,0 +1 @@
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":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CurrentLocationPayloadSet.d.ts","sourceRoot":"","sources":["../../src/CurrentLocationPayloadSet.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAoB,MAAM,4BAA4B,CAAA;AAEhF,eAAO,MAAM,yBAAyB,EAAE,iBAQvC,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CurrentLocationPayloadSet.d.ts","sourceRoot":"","sources":["../../src/CurrentLocationPayloadSet.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAoB,MAAM,4BAA4B,CAAA;AAEhF,eAAO,MAAM,yBAAyB,EAAE,iBAQvC,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { PayloadSetPayload } from '@xyo-network/payload-model';
2
+ export declare const CurrentLocationPayloadSet: PayloadSetPayload;
3
+ //# sourceMappingURL=CurrentLocationPayloadSet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CurrentLocationPayloadSet.d.ts","sourceRoot":"","sources":["../../src/CurrentLocationPayloadSet.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAoB,MAAM,4BAA4B,CAAA;AAEhF,eAAO,MAAM,yBAAyB,EAAE,iBAQvC,CAAA"}
@@ -0,0 +1,15 @@
1
+ import { LocationHeadingSchema, LocationSchema } from "@xyo-network/location-payload-plugin";
2
+ import { PayloadSetSchema } from "@xyo-network/payload-model";
3
+ const CurrentLocationPayloadSet = {
4
+ optional: {
5
+ [LocationHeadingSchema]: 1
6
+ },
7
+ required: {
8
+ [LocationSchema]: 1
9
+ },
10
+ schema: PayloadSetSchema
11
+ };
12
+ export {
13
+ CurrentLocationPayloadSet
14
+ };
15
+ //# sourceMappingURL=CurrentLocationPayloadSet.js.map
@@ -0,0 +1 @@
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,MAAM,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":[]}
@@ -0,0 +1,70 @@
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
+ this.geolocation?.getCurrentPosition(
42
+ (position) => {
43
+ resolve(position);
44
+ },
45
+ (error) => {
46
+ reject(error);
47
+ }
48
+ );
49
+ });
50
+ }
51
+ async observeHandler() {
52
+ const location = await this.getCurrentPosition();
53
+ const locationPayload = {
54
+ altitude: location.coords.altitude ?? void 0,
55
+ altitudeAccuracy: location.coords.altitudeAccuracy ?? void 0,
56
+ latitude: location.coords.latitude,
57
+ longitude: location.coords.longitude,
58
+ schema: import_location_payload_plugin.LocationSchema
59
+ };
60
+ const heading = location.coords.heading ? [
61
+ {
62
+ heading: location.coords.heading ?? void 0,
63
+ schema: import_location_payload_plugin.LocationHeadingSchema,
64
+ speed: location.coords.speed ?? void 0
65
+ }
66
+ ] : [];
67
+ return [locationPayload, ...heading];
68
+ }
69
+ };
70
+ //# sourceMappingURL=CurrentLocationWitness.cjs.map
@@ -0,0 +1 @@
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;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;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CurrentLocationWitness.d.ts","sourceRoot":"","sources":["../../src/CurrentLocationWitness.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAEtD,OAAO,EAAsC,4BAA4B,EAAE,MAAM,UAAU,CAAA;AAE3F,qBAAa,sBAAsB,CAAC,OAAO,SAAS,4BAA4B,GAAG,4BAA4B,CAAE,SAAQ,eAAe,CAAC,OAAO,CAAC;IAC/I,OAAgB,aAAa,0CAAuC;IAEpE,IAAI,WAAW,IAAI,WAAW,CAE7B;IAED,kBAAkB;cAaO,cAAc,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;CAoB9D"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CurrentLocationWitness.d.ts","sourceRoot":"","sources":["../../src/CurrentLocationWitness.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAEtD,OAAO,EAAsC,4BAA4B,EAAE,MAAM,UAAU,CAAA;AAE3F,qBAAa,sBAAsB,CAAC,OAAO,SAAS,4BAA4B,GAAG,4BAA4B,CAAE,SAAQ,eAAe,CAAC,OAAO,CAAC;IAC/I,OAAgB,aAAa,0CAAuC;IAEpE,IAAI,WAAW,IAAI,WAAW,CAE7B;IAED,kBAAkB;cAaO,cAAc,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;CAoB9D"}
@@ -0,0 +1,10 @@
1
+ import { Payload } from '@xyo-network/payload-model';
2
+ import { AbstractWitness } from '@xyo-network/witness';
3
+ import { CurrentLocationWitnessParams } from './Config';
4
+ export declare class CurrentLocationWitness<TParams extends CurrentLocationWitnessParams = CurrentLocationWitnessParams> extends AbstractWitness<TParams> {
5
+ static configSchemas: "network.xyo.location.current.config"[];
6
+ get geolocation(): Geolocation;
7
+ getCurrentPosition(): Promise<GeolocationPosition>;
8
+ protected observeHandler(): Promise<Payload[]>;
9
+ }
10
+ //# sourceMappingURL=CurrentLocationWitness.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CurrentLocationWitness.d.ts","sourceRoot":"","sources":["../../src/CurrentLocationWitness.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAEtD,OAAO,EAAsC,4BAA4B,EAAE,MAAM,UAAU,CAAA;AAE3F,qBAAa,sBAAsB,CAAC,OAAO,SAAS,4BAA4B,GAAG,4BAA4B,CAAE,SAAQ,eAAe,CAAC,OAAO,CAAC;IAC/I,OAAgB,aAAa,0CAAuC;IAEpE,IAAI,WAAW,IAAI,WAAW,CAE7B;IAED,kBAAkB;cAaO,cAAc,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;CAoB9D"}
@@ -0,0 +1,44 @@
1
+ import { assertEx } from "@xylabs/assert";
2
+ import { LocationHeadingSchema, LocationSchema } from "@xyo-network/location-payload-plugin";
3
+ import { AbstractWitness } from "@xyo-network/witness";
4
+ import { CurrentLocationWitnessConfigSchema } from "./Config";
5
+ class CurrentLocationWitness extends AbstractWitness {
6
+ static configSchemas = [CurrentLocationWitnessConfigSchema];
7
+ get geolocation() {
8
+ return assertEx(this.params.geolocation, "No geolocation provided");
9
+ }
10
+ getCurrentPosition() {
11
+ return new Promise((resolve, reject) => {
12
+ this.geolocation?.getCurrentPosition(
13
+ (position) => {
14
+ resolve(position);
15
+ },
16
+ (error) => {
17
+ reject(error);
18
+ }
19
+ );
20
+ });
21
+ }
22
+ async observeHandler() {
23
+ const location = await this.getCurrentPosition();
24
+ const locationPayload = {
25
+ altitude: location.coords.altitude ?? void 0,
26
+ altitudeAccuracy: location.coords.altitudeAccuracy ?? void 0,
27
+ latitude: location.coords.latitude,
28
+ longitude: location.coords.longitude,
29
+ schema: LocationSchema
30
+ };
31
+ const heading = location.coords.heading ? [
32
+ {
33
+ heading: location.coords.heading ?? void 0,
34
+ schema: LocationHeadingSchema,
35
+ speed: location.coords.speed ?? void 0
36
+ }
37
+ ] : [];
38
+ return [locationPayload, ...heading];
39
+ }
40
+ }
41
+ export {
42
+ CurrentLocationWitness
43
+ };
44
+ //# sourceMappingURL=CurrentLocationWitness.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/CurrentLocationWitness.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"],"mappings":"AAAA,SAAS,gBAAgB;AACzB,SAAiC,uBAAwC,sBAAsB;AAE/F,SAAS,uBAAuB;AAEhC,SAAS,0CAAwE;AAE1E,MAAM,+BAA4G,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;","names":[]}
@@ -0,0 +1,85 @@
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
@@ -0,0 +1 @@
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"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AAEjE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQxB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AAEjE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQxB,CAAA"}
@@ -0,0 +1,56 @@
1
+ import { CurrentLocationWitness } from './CurrentLocationWitness';
2
+ export declare const LocationPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CurrentLocationWitness<import("@xyo-network/core").BaseParamsFields & {
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
5
+ accountDerivationPath?: string | undefined;
6
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
7
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
+ readonly name?: string | undefined;
9
+ readonly paging?: Record<string, {
10
+ size?: number | undefined;
11
+ }> | undefined;
12
+ readonly security?: {
13
+ readonly allowAnonymous?: boolean | undefined;
14
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
15
+ readonly disallowed?: Record<string, string[]> | undefined;
16
+ } | undefined;
17
+ readonly sign?: boolean | undefined;
18
+ readonly storeQueries?: boolean | undefined;
19
+ readonly timestamp?: boolean | undefined;
20
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
21
+ accountDerivationPath?: string | undefined;
22
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
23
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
24
+ readonly name?: string | undefined;
25
+ readonly paging?: Record<string, {
26
+ size?: number | undefined;
27
+ }> | undefined;
28
+ readonly security?: {
29
+ readonly allowAnonymous?: boolean | undefined;
30
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
31
+ readonly disallowed?: Record<string, string[]> | undefined;
32
+ } | undefined;
33
+ readonly sign?: boolean | undefined;
34
+ readonly storeQueries?: boolean | undefined;
35
+ readonly timestamp?: boolean | undefined;
36
+ } & {
37
+ archivist?: string | undefined;
38
+ schema: "network.xyo.location.current.config";
39
+ targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
40
+ schema: "network.xyo.payload.set";
41
+ }) | undefined;
42
+ } & {
43
+ schema: "network.xyo.location.current.config";
44
+ }, "schema"> & {
45
+ schema: "network.xyo.location.current.config";
46
+ }, "schema"> & {
47
+ schema: string;
48
+ }, "schema"> & {
49
+ schema: string;
50
+ };
51
+ ephemeralQueryAccountEnabled?: boolean | undefined;
52
+ wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
53
+ } & {
54
+ geolocation?: Geolocation | undefined;
55
+ }>>;
56
+ //# sourceMappingURL=Plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AAEjE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQxB,CAAA"}
@@ -0,0 +1,16 @@
1
+ import { LocationSchema } from "@xyo-network/location-payload-plugin";
2
+ import { PayloadSetSchema } from "@xyo-network/payload-model";
3
+ import { createPayloadSetWitnessPlugin } from "@xyo-network/payloadset-plugin";
4
+ import { CurrentLocationWitness } from "./CurrentLocationWitness";
5
+ const LocationPlugin = () => createPayloadSetWitnessPlugin(
6
+ { required: { [LocationSchema]: 1 }, schema: PayloadSetSchema },
7
+ {
8
+ witness: async (params) => {
9
+ return await CurrentLocationWitness.create(params);
10
+ }
11
+ }
12
+ );
13
+ export {
14
+ LocationPlugin
15
+ };
16
+ //# sourceMappingURL=Plugin.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/Plugin.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"],"mappings":"AAAA,SAAS,sBAAsB;AAC/B,SAAS,wBAAwB;AACjC,SAAS,qCAAqC;AAE9C,SAAS,8BAA8B;AAEhC,MAAM,iBAAiB,MAC5B;AAAA,EACE,EAAE,UAAU,EAAE,CAAC,cAAc,GAAG,EAAE,GAAG,QAAQ,iBAAiB;AAAA,EAC9D;AAAA,IACE,SAAS,OAAO,WAAW;AACzB,aAAO,MAAM,uBAAuB,OAAO,MAAM;AAAA,IACnD;AAAA,EACF;AACF;","names":[]}
@@ -0,0 +1,107 @@
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/index.ts
21
+ var src_exports = {};
22
+ __export(src_exports, {
23
+ CurrentLocationPayloadSet: () => CurrentLocationPayloadSet,
24
+ CurrentLocationWitness: () => CurrentLocationWitness,
25
+ CurrentLocationWitnessConfigSchema: () => CurrentLocationWitnessConfigSchema,
26
+ LocationPlugin: () => LocationPlugin,
27
+ default: () => src_default
28
+ });
29
+ module.exports = __toCommonJS(src_exports);
30
+
31
+ // src/Plugin.ts
32
+ var import_location_payload_plugin2 = require("@xyo-network/location-payload-plugin");
33
+ var import_payload_model = require("@xyo-network/payload-model");
34
+ var import_payloadset_plugin = require("@xyo-network/payloadset-plugin");
35
+
36
+ // src/CurrentLocationWitness.ts
37
+ var import_assert = require("@xylabs/assert");
38
+ var import_location_payload_plugin = require("@xyo-network/location-payload-plugin");
39
+ var import_witness = require("@xyo-network/witness");
40
+
41
+ // src/Config.ts
42
+ var CurrentLocationWitnessConfigSchema = "network.xyo.location.current.config";
43
+
44
+ // src/CurrentLocationWitness.ts
45
+ var CurrentLocationWitness = class extends import_witness.AbstractWitness {
46
+ static configSchemas = [CurrentLocationWitnessConfigSchema];
47
+ get geolocation() {
48
+ return (0, import_assert.assertEx)(this.params.geolocation, "No geolocation provided");
49
+ }
50
+ getCurrentPosition() {
51
+ return new Promise((resolve, reject) => {
52
+ this.geolocation?.getCurrentPosition(
53
+ (position) => {
54
+ resolve(position);
55
+ },
56
+ (error) => {
57
+ reject(error);
58
+ }
59
+ );
60
+ });
61
+ }
62
+ async observeHandler() {
63
+ const location = await this.getCurrentPosition();
64
+ const locationPayload = {
65
+ altitude: location.coords.altitude ?? void 0,
66
+ altitudeAccuracy: location.coords.altitudeAccuracy ?? void 0,
67
+ latitude: location.coords.latitude,
68
+ longitude: location.coords.longitude,
69
+ schema: import_location_payload_plugin.LocationSchema
70
+ };
71
+ const heading = location.coords.heading ? [
72
+ {
73
+ heading: location.coords.heading ?? void 0,
74
+ schema: import_location_payload_plugin.LocationHeadingSchema,
75
+ speed: location.coords.speed ?? void 0
76
+ }
77
+ ] : [];
78
+ return [locationPayload, ...heading];
79
+ }
80
+ };
81
+
82
+ // src/Plugin.ts
83
+ var LocationPlugin = () => (0, import_payloadset_plugin.createPayloadSetWitnessPlugin)(
84
+ { required: { [import_location_payload_plugin2.LocationSchema]: 1 }, schema: import_payload_model.PayloadSetSchema },
85
+ {
86
+ witness: async (params) => {
87
+ return await CurrentLocationWitness.create(params);
88
+ }
89
+ }
90
+ );
91
+
92
+ // src/CurrentLocationPayloadSet.ts
93
+ var import_location_payload_plugin3 = require("@xyo-network/location-payload-plugin");
94
+ var import_payload_model2 = require("@xyo-network/payload-model");
95
+ var CurrentLocationPayloadSet = {
96
+ optional: {
97
+ [import_location_payload_plugin3.LocationHeadingSchema]: 1
98
+ },
99
+ required: {
100
+ [import_location_payload_plugin3.LocationSchema]: 1
101
+ },
102
+ schema: import_payload_model2.PayloadSetSchema
103
+ };
104
+
105
+ // src/index.ts
106
+ var src_default = LocationPlugin;
107
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/CurrentLocationWitness.ts","../../src/Config.ts","../../src/CurrentLocationPayloadSet.ts"],"sourcesContent":["import { LocationPlugin } from './Plugin'\n\nexport * from './Config'\nexport * from './CurrentLocationPayloadSet'\nexport * from './CurrentLocationWitness'\n\nexport { LocationPlugin }\n\n// eslint-disable-next-line import/no-default-export\nexport default LocationPlugin\n","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","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;AAAA;AAAA;AAAA;;;ACAA,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;;;AGdF,IAAAC,kCAAsD;AACtD,IAAAC,wBAAoD;AAE7C,IAAM,4BAA+C;AAAA,EAC1D,UAAU;AAAA,IACR,CAAC,qDAAqB,GAAG;AAAA,EAC3B;AAAA,EACA,UAAU;AAAA,IACR,CAAC,8CAAc,GAAG;AAAA,EACpB;AAAA,EACA,QAAQ;AACV;;;AJFA,IAAO,cAAQ;","names":["import_location_payload_plugin","import_location_payload_plugin","import_payload_model"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAEzC,cAAc,UAAU,CAAA;AACxB,cAAc,6BAA6B,CAAA;AAC3C,cAAc,0BAA0B,CAAA;AAExC,OAAO,EAAE,cAAc,EAAE,CAAA;AAGzB,eAAe,cAAc,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAEzC,cAAc,UAAU,CAAA;AACxB,cAAc,6BAA6B,CAAA;AAC3C,cAAc,0BAA0B,CAAA;AAExC,OAAO,EAAE,cAAc,EAAE,CAAA;AAGzB,eAAe,cAAc,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { LocationPlugin } from './Plugin';
2
+ export * from './Config';
3
+ export * from './CurrentLocationPayloadSet';
4
+ export * from './CurrentLocationWitness';
5
+ export { LocationPlugin };
6
+ export default LocationPlugin;
7
+ //# sourceMappingURL=index.d.ts.map