hypertrack-sdk-react-native 14.0.2 → 14.0.4

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 (137) hide show
  1. package/android/gradle.properties +1 -1
  2. package/hypertrack-sdk-react-native.podspec +1 -2
  3. package/lib/commonjs/HyperTrack/HyperTrack.js +1 -6
  4. package/lib/commonjs/HyperTrack/HyperTrack.js.map +1 -1
  5. package/lib/commonjs/HyperTrack/data_types/HyperTrackError.js +46 -0
  6. package/lib/commonjs/HyperTrack/data_types/HyperTrackError.js.map +1 -1
  7. package/lib/commonjs/HyperTrack/data_types/Location.js.map +1 -1
  8. package/lib/commonjs/HyperTrack/data_types/LocationError.js.map +1 -1
  9. package/lib/commonjs/HyperTrack/data_types/LocationWithDeviation.js.map +1 -1
  10. package/lib/commonjs/HyperTrack/data_types/Order.js.map +1 -1
  11. package/lib/commonjs/HyperTrack/data_types/OrderStatus.js.map +1 -1
  12. package/lib/commonjs/HyperTrack/data_types/Result.js.map +1 -1
  13. package/lib/commonjs/HyperTrack/data_types/internal/AllowMockLocation.js.map +1 -1
  14. package/lib/commonjs/HyperTrack/data_types/internal/DeviceId.js.map +1 -1
  15. package/lib/commonjs/HyperTrack/data_types/internal/DynamicPublishableKey.js.map +1 -1
  16. package/lib/commonjs/HyperTrack/data_types/internal/GeotagData.js.map +1 -1
  17. package/lib/commonjs/HyperTrack/data_types/internal/HyperTrackErrorInternal.js.map +1 -1
  18. package/lib/commonjs/HyperTrack/data_types/internal/IsAvailable.js.map +1 -1
  19. package/lib/commonjs/HyperTrack/data_types/internal/IsInsideGeofence.js.map +1 -1
  20. package/lib/commonjs/HyperTrack/data_types/internal/IsTracking.js.map +1 -1
  21. package/lib/commonjs/HyperTrack/data_types/internal/LocationErrorInternal.js.map +1 -1
  22. package/lib/commonjs/HyperTrack/data_types/internal/LocationInternal.js.map +1 -1
  23. package/lib/commonjs/HyperTrack/data_types/internal/LocationWithDeviationInternal.js.map +1 -1
  24. package/lib/commonjs/HyperTrack/data_types/internal/Metadata.js.map +1 -1
  25. package/lib/commonjs/HyperTrack/data_types/internal/Name.js.map +1 -1
  26. package/lib/commonjs/HyperTrack/data_types/internal/OrderHandle.js.map +1 -1
  27. package/lib/commonjs/HyperTrack/data_types/internal/OrderInternal.js.map +1 -1
  28. package/lib/commonjs/HyperTrack/data_types/internal/OrdersInternal.js.map +1 -1
  29. package/lib/commonjs/HyperTrack/data_types/internal/WorkerHandle.js.map +1 -1
  30. package/lib/commonjs/index.js +1 -1
  31. package/lib/commonjs/index.js.map +1 -1
  32. package/lib/commonjs/package.json +1 -0
  33. package/lib/module/HyperTrack/HyperTrack.js +3 -6
  34. package/lib/module/HyperTrack/HyperTrack.js.map +1 -1
  35. package/lib/module/HyperTrack/data_types/HyperTrackError.js +48 -0
  36. package/lib/module/HyperTrack/data_types/HyperTrackError.js.map +1 -1
  37. package/lib/module/HyperTrack/data_types/Location.js +1 -1
  38. package/lib/module/HyperTrack/data_types/Location.js.map +1 -1
  39. package/lib/module/HyperTrack/data_types/LocationError.js +2 -0
  40. package/lib/module/HyperTrack/data_types/LocationError.js.map +1 -1
  41. package/lib/module/HyperTrack/data_types/LocationWithDeviation.js +2 -0
  42. package/lib/module/HyperTrack/data_types/LocationWithDeviation.js.map +1 -1
  43. package/lib/module/HyperTrack/data_types/Order.js +2 -0
  44. package/lib/module/HyperTrack/data_types/Order.js.map +1 -1
  45. package/lib/module/HyperTrack/data_types/OrderStatus.js +1 -1
  46. package/lib/module/HyperTrack/data_types/OrderStatus.js.map +1 -1
  47. package/lib/module/HyperTrack/data_types/Result.js +1 -1
  48. package/lib/module/HyperTrack/data_types/Result.js.map +1 -1
  49. package/lib/module/HyperTrack/data_types/internal/AllowMockLocation.js +1 -1
  50. package/lib/module/HyperTrack/data_types/internal/AllowMockLocation.js.map +1 -1
  51. package/lib/module/HyperTrack/data_types/internal/DeviceId.js +1 -1
  52. package/lib/module/HyperTrack/data_types/internal/DeviceId.js.map +1 -1
  53. package/lib/module/HyperTrack/data_types/internal/DynamicPublishableKey.js +1 -1
  54. package/lib/module/HyperTrack/data_types/internal/DynamicPublishableKey.js.map +1 -1
  55. package/lib/module/HyperTrack/data_types/internal/GeotagData.js +2 -0
  56. package/lib/module/HyperTrack/data_types/internal/GeotagData.js.map +1 -1
  57. package/lib/module/HyperTrack/data_types/internal/HyperTrackErrorInternal.js +1 -1
  58. package/lib/module/HyperTrack/data_types/internal/HyperTrackErrorInternal.js.map +1 -1
  59. package/lib/module/HyperTrack/data_types/internal/IsAvailable.js +1 -1
  60. package/lib/module/HyperTrack/data_types/internal/IsAvailable.js.map +1 -1
  61. package/lib/module/HyperTrack/data_types/internal/IsInsideGeofence.js +1 -1
  62. package/lib/module/HyperTrack/data_types/internal/IsInsideGeofence.js.map +1 -1
  63. package/lib/module/HyperTrack/data_types/internal/IsTracking.js +1 -1
  64. package/lib/module/HyperTrack/data_types/internal/IsTracking.js.map +1 -1
  65. package/lib/module/HyperTrack/data_types/internal/LocationErrorInternal.js +2 -0
  66. package/lib/module/HyperTrack/data_types/internal/LocationErrorInternal.js.map +1 -1
  67. package/lib/module/HyperTrack/data_types/internal/LocationInternal.js +1 -1
  68. package/lib/module/HyperTrack/data_types/internal/LocationInternal.js.map +1 -1
  69. package/lib/module/HyperTrack/data_types/internal/LocationWithDeviationInternal.js +2 -0
  70. package/lib/module/HyperTrack/data_types/internal/LocationWithDeviationInternal.js.map +1 -1
  71. package/lib/module/HyperTrack/data_types/internal/Metadata.js +1 -1
  72. package/lib/module/HyperTrack/data_types/internal/Metadata.js.map +1 -1
  73. package/lib/module/HyperTrack/data_types/internal/Name.js +1 -1
  74. package/lib/module/HyperTrack/data_types/internal/Name.js.map +1 -1
  75. package/lib/module/HyperTrack/data_types/internal/OrderHandle.js +1 -1
  76. package/lib/module/HyperTrack/data_types/internal/OrderHandle.js.map +1 -1
  77. package/lib/module/HyperTrack/data_types/internal/OrderInternal.js +1 -1
  78. package/lib/module/HyperTrack/data_types/internal/OrderInternal.js.map +1 -1
  79. package/lib/module/HyperTrack/data_types/internal/OrdersInternal.js +1 -1
  80. package/lib/module/HyperTrack/data_types/internal/OrdersInternal.js.map +1 -1
  81. package/lib/module/HyperTrack/data_types/internal/WorkerHandle.js +1 -1
  82. package/lib/module/HyperTrack/data_types/internal/WorkerHandle.js.map +1 -1
  83. package/lib/module/index.js +2 -0
  84. package/lib/module/index.js.map +1 -1
  85. package/lib/typescript/HyperTrack/HyperTrack.d.ts +1 -0
  86. package/lib/typescript/HyperTrack/HyperTrack.d.ts.map +1 -0
  87. package/lib/typescript/HyperTrack/data_types/HyperTrackError.d.ts +1 -0
  88. package/lib/typescript/HyperTrack/data_types/HyperTrackError.d.ts.map +1 -0
  89. package/lib/typescript/HyperTrack/data_types/Location.d.ts +1 -0
  90. package/lib/typescript/HyperTrack/data_types/Location.d.ts.map +1 -0
  91. package/lib/typescript/HyperTrack/data_types/LocationError.d.ts +1 -0
  92. package/lib/typescript/HyperTrack/data_types/LocationError.d.ts.map +1 -0
  93. package/lib/typescript/HyperTrack/data_types/LocationWithDeviation.d.ts +1 -0
  94. package/lib/typescript/HyperTrack/data_types/LocationWithDeviation.d.ts.map +1 -0
  95. package/lib/typescript/HyperTrack/data_types/Order.d.ts +1 -0
  96. package/lib/typescript/HyperTrack/data_types/Order.d.ts.map +1 -0
  97. package/lib/typescript/HyperTrack/data_types/OrderStatus.d.ts +1 -0
  98. package/lib/typescript/HyperTrack/data_types/OrderStatus.d.ts.map +1 -0
  99. package/lib/typescript/HyperTrack/data_types/Result.d.ts +1 -0
  100. package/lib/typescript/HyperTrack/data_types/Result.d.ts.map +1 -0
  101. package/lib/typescript/HyperTrack/data_types/internal/AllowMockLocation.d.ts +1 -0
  102. package/lib/typescript/HyperTrack/data_types/internal/AllowMockLocation.d.ts.map +1 -0
  103. package/lib/typescript/HyperTrack/data_types/internal/DeviceId.d.ts +1 -0
  104. package/lib/typescript/HyperTrack/data_types/internal/DeviceId.d.ts.map +1 -0
  105. package/lib/typescript/HyperTrack/data_types/internal/DynamicPublishableKey.d.ts +1 -0
  106. package/lib/typescript/HyperTrack/data_types/internal/DynamicPublishableKey.d.ts.map +1 -0
  107. package/lib/typescript/HyperTrack/data_types/internal/GeotagData.d.ts +1 -0
  108. package/lib/typescript/HyperTrack/data_types/internal/GeotagData.d.ts.map +1 -0
  109. package/lib/typescript/HyperTrack/data_types/internal/HyperTrackErrorInternal.d.ts +1 -0
  110. package/lib/typescript/HyperTrack/data_types/internal/HyperTrackErrorInternal.d.ts.map +1 -0
  111. package/lib/typescript/HyperTrack/data_types/internal/IsAvailable.d.ts +1 -0
  112. package/lib/typescript/HyperTrack/data_types/internal/IsAvailable.d.ts.map +1 -0
  113. package/lib/typescript/HyperTrack/data_types/internal/IsInsideGeofence.d.ts +1 -0
  114. package/lib/typescript/HyperTrack/data_types/internal/IsInsideGeofence.d.ts.map +1 -0
  115. package/lib/typescript/HyperTrack/data_types/internal/IsTracking.d.ts +1 -0
  116. package/lib/typescript/HyperTrack/data_types/internal/IsTracking.d.ts.map +1 -0
  117. package/lib/typescript/HyperTrack/data_types/internal/LocationErrorInternal.d.ts +1 -0
  118. package/lib/typescript/HyperTrack/data_types/internal/LocationErrorInternal.d.ts.map +1 -0
  119. package/lib/typescript/HyperTrack/data_types/internal/LocationInternal.d.ts +1 -0
  120. package/lib/typescript/HyperTrack/data_types/internal/LocationInternal.d.ts.map +1 -0
  121. package/lib/typescript/HyperTrack/data_types/internal/LocationWithDeviationInternal.d.ts +1 -0
  122. package/lib/typescript/HyperTrack/data_types/internal/LocationWithDeviationInternal.d.ts.map +1 -0
  123. package/lib/typescript/HyperTrack/data_types/internal/Metadata.d.ts +1 -0
  124. package/lib/typescript/HyperTrack/data_types/internal/Metadata.d.ts.map +1 -0
  125. package/lib/typescript/HyperTrack/data_types/internal/Name.d.ts +1 -0
  126. package/lib/typescript/HyperTrack/data_types/internal/Name.d.ts.map +1 -0
  127. package/lib/typescript/HyperTrack/data_types/internal/OrderHandle.d.ts +1 -0
  128. package/lib/typescript/HyperTrack/data_types/internal/OrderHandle.d.ts.map +1 -0
  129. package/lib/typescript/HyperTrack/data_types/internal/OrderInternal.d.ts +1 -0
  130. package/lib/typescript/HyperTrack/data_types/internal/OrderInternal.d.ts.map +1 -0
  131. package/lib/typescript/HyperTrack/data_types/internal/OrdersInternal.d.ts +1 -0
  132. package/lib/typescript/HyperTrack/data_types/internal/OrdersInternal.d.ts.map +1 -0
  133. package/lib/typescript/HyperTrack/data_types/internal/WorkerHandle.d.ts +1 -0
  134. package/lib/typescript/HyperTrack/data_types/internal/WorkerHandle.d.ts.map +1 -0
  135. package/lib/typescript/index.d.ts +1 -0
  136. package/lib/typescript/index.d.ts.map +1 -0
  137. package/package.json +2 -2
@@ -1,19 +1,67 @@
1
+ "use strict";
2
+
1
3
  // enum naming convention is ignored to make datatype sync
2
4
  // across platforms easier
3
5
  export let HyperTrackError = /*#__PURE__*/function (HyperTrackError) {
6
+ /**
7
+ * The SDK was remotely blocked from running.
8
+ */
4
9
  HyperTrackError["blockedFromRunning"] = "blockedFromRunning";
10
+ /**
11
+ * The publishable key is invalid.
12
+ */
5
13
  HyperTrackError["invalidPublishableKey"] = "invalidPublishableKey";
14
+ /**
15
+ * The user enabled mock location app while mocking locations is prohibited.
16
+ */
6
17
  HyperTrackError["locationMocked"] = "location.mocked";
18
+ /**
19
+ * The user disabled location services systemwide.
20
+ */
7
21
  HyperTrackError["locationServicesDisabled"] = "location.servicesDisabled";
22
+ /**
23
+ * [Android only] The device doesn't have location services.
24
+ */
8
25
  HyperTrackError["locationServicesUnavailable"] = "location.servicesUnavailable";
26
+ /**
27
+ * GPS satellites are not in view.
28
+ */
9
29
  HyperTrackError["locationSignalLost"] = "location.signalLost";
30
+ /**
31
+ * [Android only] The SDK wasn't able to start tracking because of the limitations imposed by the OS.
32
+ * The exempt from background execution conditions weren't met.
33
+ * {@link https://developer.android.com/guide/components/foreground-services#background-start-restriction-exemptions}
34
+ */
10
35
  HyperTrackError["noExemptionFromBackgroundStartRestrictions"] = "noExemptionFromBackgroundStartRestrictions";
36
+ /**
37
+ * The user denied location permissions.
38
+ */
11
39
  HyperTrackError["permissionsLocationDenied"] = "permissions.location.denied";
40
+ /**
41
+ * Can’t start tracking in background with When In Use location permissions.
42
+ * SDK will automatically start tracking when app will return to foreground.
43
+ */
12
44
  HyperTrackError["permissionsLocationInsufficientForBackground"] = "permissions.location.insufficientForBackground";
45
+ /**
46
+ * [iOS only] The user has not chosen whether the app can use location services.
47
+ */
13
48
  HyperTrackError["permissionsLocationNotDetermined"] = "permissions.location.notDetermined";
49
+ /**
50
+ * [iOS only] The app is in Provisional Always authorization state, which stops sending locations when app is in background.
51
+ */
14
52
  HyperTrackError["permissionsLocationProvisional"] = "permissions.location.provisional";
53
+ /**
54
+ * The user didn't grant precise location permissions or downgraded permissions to imprecise.
55
+ */
15
56
  HyperTrackError["permissionsLocationReducedAccuracy"] = "permissions.location.reducedAccuracy";
57
+ /**
58
+ * [iOS only] The app is not authorized to use location services.
59
+ */
16
60
  HyperTrackError["permissionsLocationRestricted"] = "permissions.location.restricted";
61
+ /**
62
+ * [Android only] The user denied notification permissions needed to display a persistent notification
63
+ * needed for foreground location tracking.
64
+ */
17
65
  HyperTrackError["permissionsNotificationsDenied"] = "permissions.notifications.denied";
18
66
  return HyperTrackError;
19
67
  }({});
@@ -1 +1 @@
1
- {"version":3,"names":["HyperTrackError"],"sources":["HyperTrackError.ts"],"sourcesContent":["// enum naming convention is ignored to make datatype sync\n// across platforms easier\nexport enum HyperTrackError {\n /**\n * The SDK was remotely blocked from running.\n */\n blockedFromRunning = 'blockedFromRunning',\n\n /**\n * The publishable key is invalid.\n */\n invalidPublishableKey = 'invalidPublishableKey',\n\n /**\n * The user enabled mock location app while mocking locations is prohibited.\n */\n locationMocked = 'location.mocked',\n\n /**\n * The user disabled location services systemwide.\n */\n locationServicesDisabled = 'location.servicesDisabled',\n\n /**\n * [Android only] The device doesn't have location services.\n */\n locationServicesUnavailable = 'location.servicesUnavailable',\n\n /**\n * GPS satellites are not in view.\n */\n locationSignalLost = 'location.signalLost',\n\n /**\n * [Android only] The SDK wasn't able to start tracking because of the limitations imposed by the OS.\n * The exempt from background execution conditions weren't met.\n * {@link https://developer.android.com/guide/components/foreground-services#background-start-restriction-exemptions}\n */\n noExemptionFromBackgroundStartRestrictions = 'noExemptionFromBackgroundStartRestrictions',\n\n /**\n * The user denied location permissions.\n */\n permissionsLocationDenied = 'permissions.location.denied',\n\n /**\n * Can’t start tracking in background with When In Use location permissions.\n * SDK will automatically start tracking when app will return to foreground.\n */\n permissionsLocationInsufficientForBackground = 'permissions.location.insufficientForBackground',\n\n /**\n * [iOS only] The user has not chosen whether the app can use location services.\n */\n permissionsLocationNotDetermined = 'permissions.location.notDetermined',\n\n /**\n * [iOS only] The app is in Provisional Always authorization state, which stops sending locations when app is in background.\n */\n permissionsLocationProvisional = 'permissions.location.provisional',\n\n /**\n * The user didn't grant precise location permissions or downgraded permissions to imprecise.\n */\n permissionsLocationReducedAccuracy = 'permissions.location.reducedAccuracy',\n\n /**\n * [iOS only] The app is not authorized to use location services.\n */\n permissionsLocationRestricted = 'permissions.location.restricted',\n\n /**\n * [Android only] The user denied notification permissions needed to display a persistent notification\n * needed for foreground location tracking.\n */\n permissionsNotificationsDenied = 'permissions.notifications.denied',\n}\n"],"mappings":"AAAA;AACA;AACA,WAAYA,eAAe,0BAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAA,OAAfA,eAAe;AAAA"}
1
+ {"version":3,"names":["HyperTrackError"],"sourceRoot":"../../../../src","sources":["HyperTrack/data_types/HyperTrackError.ts"],"mappings":";;AAAA;AACA;AACA,WAAYA,eAAe,0BAAfA,eAAe;EACzB;AACF;AACA;EAHYA,eAAe;EAMzB;AACF;AACA;EARYA,eAAe;EAWzB;AACF;AACA;EAbYA,eAAe;EAgBzB;AACF;AACA;EAlBYA,eAAe;EAqBzB;AACF;AACA;EAvBYA,eAAe;EA0BzB;AACF;AACA;EA5BYA,eAAe;EA+BzB;AACF;AACA;AACA;AACA;EAnCYA,eAAe;EAsCzB;AACF;AACA;EAxCYA,eAAe;EA2CzB;AACF;AACA;AACA;EA9CYA,eAAe;EAiDzB;AACF;AACA;EAnDYA,eAAe;EAsDzB;AACF;AACA;EAxDYA,eAAe;EA2DzB;AACF;AACA;EA7DYA,eAAe;EAgEzB;AACF;AACA;EAlEYA,eAAe;EAqEzB;AACF;AACA;AACA;EAxEYA,eAAe;EAAA,OAAfA,eAAe;AAAA","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=Location.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["Location.ts"],"sourcesContent":["export type Location = {\n latitude: number;\n longitude: number;\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["HyperTrack/data_types/Location.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,4 @@
1
+ "use strict";
2
+
1
3
  export {};
2
4
  //# sourceMappingURL=LocationError.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["LocationError.ts"],"sourcesContent":["import type { HyperTrackError } from './HyperTrackError';\nimport type { NotRunning, Starting } from './internal/LocationErrorInternal';\n\nexport type Errors = {\n type: 'errors';\n value: HyperTrackError[];\n};\n\nexport type LocationError = NotRunning | Starting | Errors;\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["HyperTrack/data_types/LocationError.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,4 @@
1
+ "use strict";
2
+
1
3
  export {};
2
4
  //# sourceMappingURL=LocationWithDeviation.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["LocationWithDeviation.ts"],"sourcesContent":["import type { Location } from './Location';\n\nexport type LocationWithDeviation = {\n location: Location;\n deviation: number;\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["HyperTrack/data_types/LocationWithDeviation.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,4 @@
1
+ "use strict";
2
+
1
3
  export {};
2
4
  //# sourceMappingURL=Order.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["Order.ts"],"sourcesContent":["import type { Result } from './Result';\nimport type { LocationError } from './LocationError';\n\nexport type Order = {\n orderHandle: string;\n isInsideGeofence: () => Promise<Result<boolean, LocationError>>;\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["HyperTrack/data_types/Order.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=OrderStatus.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["OrderStatus.ts"],"sourcesContent":["export type OrderStatus =\n | {\n type: 'orderStatusClockIn';\n }\n | {\n type: 'orderStatusClockOut';\n }\n | {\n type: 'orderStatusCustom';\n value: string;\n };\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["HyperTrack/data_types/OrderStatus.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=Result.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["Result.ts"],"sourcesContent":["export type Success<S> = {\n type: 'success';\n value: S;\n};\n\nexport type Failure<F> = {\n type: 'failure';\n value: F;\n};\n\nexport type Result<S, F> = Success<S> | Failure<F>;\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["HyperTrack/data_types/Result.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=AllowMockLocation.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["AllowMockLocation.ts"],"sourcesContent":["export type AllowMockLocation = {\n type: 'allowMockLocation';\n value: boolean;\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["HyperTrack/data_types/internal/AllowMockLocation.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=DeviceId.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["DeviceId.ts"],"sourcesContent":["export type DeviceId = {\n type: 'deviceID';\n value: string;\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["HyperTrack/data_types/internal/DeviceId.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=DynamicPublishableKey.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["DynamicPublishableKey.ts"],"sourcesContent":["export type DynamicPublishableKey = {\n type: 'dynamicPublishableKey';\n value: string;\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["HyperTrack/data_types/internal/DynamicPublishableKey.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,4 @@
1
+ "use strict";
2
+
1
3
  export {};
2
4
  //# sourceMappingURL=GeotagData.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["GeotagData.ts"],"sourcesContent":["import type { OrderStatus } from '../OrderStatus';\nimport type { LocationInternal } from './LocationInternal';\nimport type { OrderHandle } from './OrderHandle';\n\nexport type GeotagData = {\n orderHandle: OrderHandle;\n orderStatus: OrderStatus;\n data: Object;\n expectedLocation?: LocationInternal;\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["HyperTrack/data_types/internal/GeotagData.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=HyperTrackErrorInternal.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["HyperTrackErrorInternal.ts"],"sourcesContent":["export type HyperTrackErrorInternal = {\n type: 'error';\n value: string;\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["HyperTrack/data_types/internal/HyperTrackErrorInternal.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=IsAvailable.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["IsAvailable.ts"],"sourcesContent":["export type IsAvailable = {\n type: 'isAvailable';\n value: boolean;\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["HyperTrack/data_types/internal/IsAvailable.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=IsInsideGeofence.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["IsInsideGeofence.ts"],"sourcesContent":["export type IsInsideGeofence = {\n type: 'isInsideGeofence';\n value: boolean;\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["HyperTrack/data_types/internal/IsInsideGeofence.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=IsTracking.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["IsTracking.ts"],"sourcesContent":["export type IsTracking = {\n type: 'isTracking';\n value: boolean;\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["HyperTrack/data_types/internal/IsTracking.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,4 @@
1
+ "use strict";
2
+
1
3
  export {};
2
4
  //# sourceMappingURL=LocationErrorInternal.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["LocationErrorInternal.ts"],"sourcesContent":["import type { HyperTrackErrorInternal } from './HyperTrackErrorInternal';\n\nexport type NotRunning = {\n type: 'notRunning';\n};\nexport type Starting = {\n type: 'starting';\n};\nexport type ErrorsInternal = {\n type: 'errors';\n value: HyperTrackErrorInternal[];\n};\n\nexport type LocationErrorInternal = NotRunning | Starting | ErrorsInternal;\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["HyperTrack/data_types/internal/LocationErrorInternal.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=LocationInternal.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["LocationInternal.ts"],"sourcesContent":["export type LocationInternal = {\n type: 'location';\n value: {\n latitude: number;\n longitude: number;\n };\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["HyperTrack/data_types/internal/LocationInternal.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,4 @@
1
+ "use strict";
2
+
1
3
  export {};
2
4
  //# sourceMappingURL=LocationWithDeviationInternal.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["LocationWithDeviationInternal.ts"],"sourcesContent":["import type { LocationInternal } from './LocationInternal';\n\nexport type LocationWithDeviationInternal = {\n type: 'locationWithDeviation';\n value: {\n location: LocationInternal;\n deviation: number;\n };\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["HyperTrack/data_types/internal/LocationWithDeviationInternal.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=Metadata.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["Metadata.ts"],"sourcesContent":["export type Metadata = {\n type: 'metadata';\n value: Object;\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["HyperTrack/data_types/internal/Metadata.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=Name.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["Name.ts"],"sourcesContent":["/**\n * Device name\n */\nexport type Name = {\n type: 'name';\n value: string;\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["HyperTrack/data_types/internal/Name.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=OrderHandle.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["OrderHandle.ts"],"sourcesContent":["export type OrderHandle = {\n type: 'orderHandle';\n value: string;\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["HyperTrack/data_types/internal/OrderHandle.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=OrderInternal.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["OrderInternal.ts"],"sourcesContent":["export type OrderInternal = {\n orderHandle: string;\n index: number;\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["HyperTrack/data_types/internal/OrderInternal.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=OrdersInternal.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["OrdersInternal.ts"],"sourcesContent":["export type OrdersInternal = {\n type: 'orders';\n value: object;\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["HyperTrack/data_types/internal/OrdersInternal.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=WorkerHandle.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["WorkerHandle.ts"],"sourcesContent":["export type WorkerHandle = {\n type: 'workerHandle';\n value: string;\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["HyperTrack/data_types/internal/WorkerHandle.ts"],"mappings":"","ignoreList":[]}
@@ -1,3 +1,5 @@
1
+ "use strict";
2
+
1
3
  import HyperTrack from './HyperTrack/HyperTrack';
2
4
  export default HyperTrack;
3
5
  export { HyperTrack };
@@ -1 +1 @@
1
- {"version":3,"names":["HyperTrack","HyperTrackError"],"sources":["index.tsx"],"sourcesContent":["import HyperTrack from './HyperTrack/HyperTrack';\nexport default HyperTrack;\nexport { HyperTrack };\nexport { HyperTrackError } from './HyperTrack/data_types/HyperTrackError';\nexport type {\n NotRunning,\n Starting,\n} from './HyperTrack/data_types/internal/LocationErrorInternal';\nexport type {\n LocationError,\n Errors,\n} from './HyperTrack/data_types/LocationError';\nexport type { LocationWithDeviation } from './HyperTrack/data_types/LocationWithDeviation';\nexport type { Location } from './HyperTrack/data_types/Location';\nexport type { Order } from './HyperTrack/data_types/Order';\nexport type { OrderStatus } from './HyperTrack/data_types/OrderStatus';\nexport type { Result, Success, Failure } from './HyperTrack/data_types/Result';\n"],"mappings":"AAAA,OAAOA,UAAU,MAAM,yBAAyB;AAChD,eAAeA,UAAU;AACzB,SAASA,UAAU;AACnB,SAASC,eAAe,QAAQ,yCAAyC"}
1
+ {"version":3,"names":["HyperTrack","HyperTrackError"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;AAAA,OAAOA,UAAU,MAAM,yBAAyB;AAChD,eAAeA,UAAU;AACzB,SAASA,UAAU;AACnB,SAASC,eAAe,QAAQ,yCAAyC","ignoreList":[]}
@@ -288,3 +288,4 @@ export default class HyperTrack {
288
288
  /** @ignore */
289
289
  private static isOrderStatus;
290
290
  }
291
+ //# sourceMappingURL=HyperTrack.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HyperTrack.d.ts","sourceRoot":"","sources":["../../../src/HyperTrack/HyperTrack.ts"],"names":[],"mappings":"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"}
@@ -60,3 +60,4 @@ export declare enum HyperTrackError {
60
60
  */
61
61
  permissionsNotificationsDenied = "permissions.notifications.denied"
62
62
  }
63
+ //# sourceMappingURL=HyperTrackError.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HyperTrackError.d.ts","sourceRoot":"","sources":["../../../../src/HyperTrack/data_types/HyperTrackError.ts"],"names":[],"mappings":"AAEA,oBAAY,eAAe;IACzB;;OAEG;IACH,kBAAkB,uBAAuB;IAEzC;;OAEG;IACH,qBAAqB,0BAA0B;IAE/C;;OAEG;IACH,cAAc,oBAAoB;IAElC;;OAEG;IACH,wBAAwB,8BAA8B;IAEtD;;OAEG;IACH,2BAA2B,iCAAiC;IAE5D;;OAEG;IACH,kBAAkB,wBAAwB;IAE1C;;;;OAIG;IACH,0CAA0C,+CAA+C;IAEzF;;OAEG;IACH,yBAAyB,gCAAgC;IAEzD;;;OAGG;IACH,4CAA4C,mDAAmD;IAE/F;;OAEG;IACH,gCAAgC,uCAAuC;IAEvE;;OAEG;IACH,8BAA8B,qCAAqC;IAEnE;;OAEG;IACH,kCAAkC,yCAAyC;IAE3E;;OAEG;IACH,6BAA6B,oCAAoC;IAEjE;;;OAGG;IACH,8BAA8B,qCAAqC;CACpE"}
@@ -2,3 +2,4 @@ export type Location = {
2
2
  latitude: number;
3
3
  longitude: number;
4
4
  };
5
+ //# sourceMappingURL=Location.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Location.d.ts","sourceRoot":"","sources":["../../../../src/HyperTrack/data_types/Location.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC"}
@@ -5,3 +5,4 @@ export type Errors = {
5
5
  value: HyperTrackError[];
6
6
  };
7
7
  export type LocationError = NotRunning | Starting | Errors;
8
+ //# sourceMappingURL=LocationError.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationError.d.ts","sourceRoot":"","sources":["../../../../src/HyperTrack/data_types/LocationError.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAE7E,MAAM,MAAM,MAAM,GAAG;IACnB,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,EAAE,eAAe,EAAE,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,UAAU,GAAG,QAAQ,GAAG,MAAM,CAAC"}
@@ -3,3 +3,4 @@ export type LocationWithDeviation = {
3
3
  location: Location;
4
4
  deviation: number;
5
5
  };
6
+ //# sourceMappingURL=LocationWithDeviation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationWithDeviation.d.ts","sourceRoot":"","sources":["../../../../src/HyperTrack/data_types/LocationWithDeviation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,MAAM,qBAAqB,GAAG;IAClC,QAAQ,EAAE,QAAQ,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC"}
@@ -4,3 +4,4 @@ export type Order = {
4
4
  orderHandle: string;
5
5
  isInsideGeofence: () => Promise<Result<boolean, LocationError>>;
6
6
  };
7
+ //# sourceMappingURL=Order.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Order.d.ts","sourceRoot":"","sources":["../../../../src/HyperTrack/data_types/Order.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,MAAM,MAAM,KAAK,GAAG;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,OAAO,CAAC,MAAM,CAAC,OAAO,EAAE,aAAa,CAAC,CAAC,CAAC;CACjE,CAAC"}
@@ -6,3 +6,4 @@ export type OrderStatus = {
6
6
  type: 'orderStatusCustom';
7
7
  value: string;
8
8
  };
9
+ //# sourceMappingURL=OrderStatus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OrderStatus.d.ts","sourceRoot":"","sources":["../../../../src/HyperTrack/data_types/OrderStatus.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GACnB;IACE,IAAI,EAAE,oBAAoB,CAAC;CAC5B,GACD;IACE,IAAI,EAAE,qBAAqB,CAAC;CAC7B,GACD;IACE,IAAI,EAAE,mBAAmB,CAAC;IAC1B,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
@@ -7,3 +7,4 @@ export type Failure<F> = {
7
7
  value: F;
8
8
  };
9
9
  export type Result<S, F> = Success<S> | Failure<F>;
10
+ //# sourceMappingURL=Result.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Result.d.ts","sourceRoot":"","sources":["../../../../src/HyperTrack/data_types/Result.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,OAAO,CAAC,CAAC,IAAI;IACvB,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,CAAC,CAAC;CACV,CAAC;AAEF,MAAM,MAAM,OAAO,CAAC,CAAC,IAAI;IACvB,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,CAAC,CAAC;CACV,CAAC;AAEF,MAAM,MAAM,MAAM,CAAC,CAAC,EAAE,CAAC,IAAI,OAAO,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC"}
@@ -2,3 +2,4 @@ export type AllowMockLocation = {
2
2
  type: 'allowMockLocation';
3
3
  value: boolean;
4
4
  };
5
+ //# sourceMappingURL=AllowMockLocation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AllowMockLocation.d.ts","sourceRoot":"","sources":["../../../../../src/HyperTrack/data_types/internal/AllowMockLocation.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC5B,IAAI,EAAE,mBAAmB,CAAC;IAC1B,KAAK,EAAE,OAAO,CAAC;CAClB,CAAC"}
@@ -2,3 +2,4 @@ export type DeviceId = {
2
2
  type: 'deviceID';
3
3
  value: string;
4
4
  };
5
+ //# sourceMappingURL=DeviceId.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeviceId.d.ts","sourceRoot":"","sources":["../../../../../src/HyperTrack/data_types/internal/DeviceId.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG;IACrB,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
@@ -2,3 +2,4 @@ export type DynamicPublishableKey = {
2
2
  type: 'dynamicPublishableKey';
3
3
  value: string;
4
4
  };
5
+ //# sourceMappingURL=DynamicPublishableKey.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DynamicPublishableKey.d.ts","sourceRoot":"","sources":["../../../../../src/HyperTrack/data_types/internal/DynamicPublishableKey.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,qBAAqB,GAAG;IAChC,IAAI,EAAE,uBAAuB,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC;CACjB,CAAC"}
@@ -7,3 +7,4 @@ export type GeotagData = {
7
7
  data: Object;
8
8
  expectedLocation?: LocationInternal;
9
9
  };
10
+ //# sourceMappingURL=GeotagData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GeotagData.d.ts","sourceRoot":"","sources":["../../../../../src/HyperTrack/data_types/internal/GeotagData.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,MAAM,MAAM,UAAU,GAAG;IACvB,WAAW,EAAE,WAAW,CAAC;IACzB,WAAW,EAAE,WAAW,CAAC;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;CACrC,CAAC"}
@@ -2,3 +2,4 @@ export type HyperTrackErrorInternal = {
2
2
  type: 'error';
3
3
  value: string;
4
4
  };
5
+ //# sourceMappingURL=HyperTrackErrorInternal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HyperTrackErrorInternal.d.ts","sourceRoot":"","sources":["../../../../../src/HyperTrack/data_types/internal/HyperTrackErrorInternal.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
@@ -2,3 +2,4 @@ export type IsAvailable = {
2
2
  type: 'isAvailable';
3
3
  value: boolean;
4
4
  };
5
+ //# sourceMappingURL=IsAvailable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IsAvailable.d.ts","sourceRoot":"","sources":["../../../../../src/HyperTrack/data_types/internal/IsAvailable.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,EAAE,aAAa,CAAC;IACpB,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC"}
@@ -2,3 +2,4 @@ export type IsInsideGeofence = {
2
2
  type: 'isInsideGeofence';
3
3
  value: boolean;
4
4
  };
5
+ //# sourceMappingURL=IsInsideGeofence.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IsInsideGeofence.d.ts","sourceRoot":"","sources":["../../../../../src/HyperTrack/data_types/internal/IsInsideGeofence.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,kBAAkB,CAAC;IACzB,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC"}
@@ -2,3 +2,4 @@ export type IsTracking = {
2
2
  type: 'isTracking';
3
3
  value: boolean;
4
4
  };
5
+ //# sourceMappingURL=IsTracking.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IsTracking.d.ts","sourceRoot":"","sources":["../../../../../src/HyperTrack/data_types/internal/IsTracking.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC"}
@@ -10,3 +10,4 @@ export type ErrorsInternal = {
10
10
  value: HyperTrackErrorInternal[];
11
11
  };
12
12
  export type LocationErrorInternal = NotRunning | Starting | ErrorsInternal;
13
+ //# sourceMappingURL=LocationErrorInternal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationErrorInternal.d.ts","sourceRoot":"","sources":["../../../../../src/HyperTrack/data_types/internal/LocationErrorInternal.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEzE,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,YAAY,CAAC;CACpB,CAAC;AACF,MAAM,MAAM,QAAQ,GAAG;IACrB,IAAI,EAAE,UAAU,CAAC;CAClB,CAAC;AACF,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,EAAE,uBAAuB,EAAE,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,UAAU,GAAG,QAAQ,GAAG,cAAc,CAAC"}
@@ -5,3 +5,4 @@ export type LocationInternal = {
5
5
  longitude: number;
6
6
  };
7
7
  };
8
+ //# sourceMappingURL=LocationInternal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationInternal.d.ts","sourceRoot":"","sources":["../../../../../src/HyperTrack/data_types/internal/LocationInternal.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,EAAE;QACL,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;CACH,CAAC"}
@@ -6,3 +6,4 @@ export type LocationWithDeviationInternal = {
6
6
  deviation: number;
7
7
  };
8
8
  };
9
+ //# sourceMappingURL=LocationWithDeviationInternal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationWithDeviationInternal.d.ts","sourceRoot":"","sources":["../../../../../src/HyperTrack/data_types/internal/LocationWithDeviationInternal.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAE3D,MAAM,MAAM,6BAA6B,GAAG;IAC1C,IAAI,EAAE,uBAAuB,CAAC;IAC9B,KAAK,EAAE;QACL,QAAQ,EAAE,gBAAgB,CAAC;QAC3B,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;CACH,CAAC"}
@@ -2,3 +2,4 @@ export type Metadata = {
2
2
  type: 'metadata';
3
3
  value: Object;
4
4
  };
5
+ //# sourceMappingURL=Metadata.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Metadata.d.ts","sourceRoot":"","sources":["../../../../../src/HyperTrack/data_types/internal/Metadata.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG;IACrB,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
@@ -5,3 +5,4 @@ export type Name = {
5
5
  type: 'name';
6
6
  value: string;
7
7
  };
8
+ //# sourceMappingURL=Name.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Name.d.ts","sourceRoot":"","sources":["../../../../../src/HyperTrack/data_types/internal/Name.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,IAAI,GAAG;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
@@ -2,3 +2,4 @@ export type OrderHandle = {
2
2
  type: 'orderHandle';
3
3
  value: string;
4
4
  };
5
+ //# sourceMappingURL=OrderHandle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OrderHandle.d.ts","sourceRoot":"","sources":["../../../../../src/HyperTrack/data_types/internal/OrderHandle.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,EAAE,aAAa,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}