@xyo-network/api 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 (752) hide show
  1. package/dist/browser/Api/Api.cjs +188 -0
  2. package/dist/browser/Api/Api.cjs.map +1 -0
  3. package/dist/browser/Api/Api.d.cts.map +1 -0
  4. package/dist/browser/Api/Api.d.mts.map +1 -0
  5. package/dist/browser/Api/Api.d.ts +12 -0
  6. package/dist/browser/Api/Api.d.ts.map +1 -0
  7. package/dist/browser/Api/Api.js +15 -0
  8. package/dist/browser/Api/Api.js.map +1 -0
  9. package/dist/browser/Api/index.cjs +190 -0
  10. package/dist/browser/Api/index.cjs.map +1 -0
  11. package/dist/browser/Api/index.d.cts.map +1 -0
  12. package/dist/browser/Api/index.d.mts.map +1 -0
  13. package/dist/browser/Api/index.d.ts +2 -0
  14. package/dist/browser/Api/index.d.ts.map +1 -0
  15. package/dist/browser/Api/index.js +2 -0
  16. package/dist/browser/Api/index.js.map +1 -0
  17. package/dist/browser/Base.cjs +123 -0
  18. package/dist/browser/Base.cjs.map +1 -0
  19. package/dist/browser/Base.d.cts.map +1 -0
  20. package/dist/browser/Base.d.mts.map +1 -0
  21. package/dist/browser/Base.d.ts +32 -0
  22. package/dist/browser/Base.d.ts.map +1 -0
  23. package/dist/browser/Base.js +101 -0
  24. package/dist/browser/Base.js.map +1 -0
  25. package/dist/browser/Diviner/LocationDiviner/LocationDivinerApi.cjs +55 -0
  26. package/dist/browser/Diviner/LocationDiviner/LocationDivinerApi.cjs.map +1 -0
  27. package/dist/browser/Diviner/LocationDiviner/LocationDivinerApi.d.cts.map +1 -0
  28. package/dist/browser/Diviner/LocationDiviner/LocationDivinerApi.d.mts.map +1 -0
  29. package/dist/browser/Diviner/LocationDiviner/LocationDivinerApi.d.ts +12 -0
  30. package/dist/browser/Diviner/LocationDiviner/LocationDivinerApi.d.ts.map +1 -0
  31. package/dist/browser/Diviner/LocationDiviner/LocationDivinerApi.js +23 -0
  32. package/dist/browser/Diviner/LocationDiviner/LocationDivinerApi.js.map +1 -0
  33. package/dist/browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.cjs +34 -0
  34. package/dist/browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.cjs.map +1 -0
  35. package/dist/browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.cts.map +1 -0
  36. package/dist/browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.mts.map +1 -0
  37. package/dist/browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.ts +10 -0
  38. package/dist/browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.ts.map +1 -0
  39. package/dist/browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.js +12 -0
  40. package/dist/browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.js.map +1 -0
  41. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.cjs +19 -0
  42. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.cjs.map +1 -0
  43. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.cts.map +1 -0
  44. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.mts.map +1 -0
  45. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.ts +5 -0
  46. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.ts.map +1 -0
  47. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.js +1 -0
  48. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.js.map +1 -0
  49. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.cjs +33 -0
  50. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.cjs.map +1 -0
  51. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.cts.map +1 -0
  52. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.mts.map +1 -0
  53. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.ts +12 -0
  54. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.ts.map +1 -0
  55. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.js +11 -0
  56. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.js.map +1 -0
  57. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.cjs +35 -0
  58. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.cjs.map +1 -0
  59. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.cts.map +1 -0
  60. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.mts.map +1 -0
  61. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.ts +3 -0
  62. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.ts.map +1 -0
  63. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.js +3 -0
  64. package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.js.map +1 -0
  65. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.cjs +33 -0
  66. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.cjs.map +1 -0
  67. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.cts.map +1 -0
  68. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.mts.map +1 -0
  69. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.ts +12 -0
  70. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.ts.map +1 -0
  71. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.js +11 -0
  72. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.js.map +1 -0
  73. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.cjs +35 -0
  74. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.cjs.map +1 -0
  75. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.cts.map +1 -0
  76. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.mts.map +1 -0
  77. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.ts +2 -0
  78. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.ts.map +1 -0
  79. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.js +2 -0
  80. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.js.map +1 -0
  81. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.cjs +19 -0
  82. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.cjs.map +1 -0
  83. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.cts.map +1 -0
  84. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.mts.map +1 -0
  85. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.ts +18 -0
  86. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.ts.map +1 -0
  87. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.js +1 -0
  88. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.js.map +1 -0
  89. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.cjs +19 -0
  90. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.cjs.map +1 -0
  91. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.cts.map +1 -0
  92. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.mts.map +1 -0
  93. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.ts +5 -0
  94. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.ts.map +1 -0
  95. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.js +1 -0
  96. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.js.map +1 -0
  97. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.cjs +34 -0
  98. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.cjs.map +1 -0
  99. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.cts.map +1 -0
  100. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.mts.map +1 -0
  101. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.ts +6 -0
  102. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.ts.map +1 -0
  103. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.js +12 -0
  104. package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.js.map +1 -0
  105. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.cjs +19 -0
  106. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.cjs.map +1 -0
  107. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.cts.map +1 -0
  108. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.mts.map +1 -0
  109. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.ts +8 -0
  110. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.ts.map +1 -0
  111. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.js +1 -0
  112. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.js.map +1 -0
  113. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.cjs +33 -0
  114. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.cjs.map +1 -0
  115. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.cts.map +1 -0
  116. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.mts.map +1 -0
  117. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.ts +12 -0
  118. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.ts.map +1 -0
  119. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.js +11 -0
  120. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.js.map +1 -0
  121. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.cjs +35 -0
  122. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.cjs.map +1 -0
  123. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.cts.map +1 -0
  124. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.mts.map +1 -0
  125. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.ts +3 -0
  126. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.ts.map +1 -0
  127. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.js +3 -0
  128. package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.js.map +1 -0
  129. package/dist/browser/Diviner/LocationDiviner/Queries/index.cjs +66 -0
  130. package/dist/browser/Diviner/LocationDiviner/Queries/index.cjs.map +1 -0
  131. package/dist/browser/Diviner/LocationDiviner/Queries/index.d.cts.map +1 -0
  132. package/dist/browser/Diviner/LocationDiviner/Queries/index.d.mts.map +1 -0
  133. package/dist/browser/Diviner/LocationDiviner/Queries/index.d.ts +7 -0
  134. package/dist/browser/Diviner/LocationDiviner/Queries/index.d.ts.map +1 -0
  135. package/dist/browser/Diviner/LocationDiviner/Queries/index.js +7 -0
  136. package/dist/browser/Diviner/LocationDiviner/Queries/index.js.map +1 -0
  137. package/dist/browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.cjs +27 -0
  138. package/dist/browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.cjs.map +1 -0
  139. package/dist/browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.cts.map +1 -0
  140. package/dist/browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.mts.map +1 -0
  141. package/dist/browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.ts +13 -0
  142. package/dist/browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.ts.map +1 -0
  143. package/dist/browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.js +5 -0
  144. package/dist/browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.js.map +1 -0
  145. package/dist/browser/Diviner/LocationDiviner/Witnesses/LocationWitness.cjs +27 -0
  146. package/dist/browser/Diviner/LocationDiviner/Witnesses/LocationWitness.cjs.map +1 -0
  147. package/dist/browser/Diviner/LocationDiviner/Witnesses/LocationWitness.d.cts.map +1 -0
  148. package/dist/browser/Diviner/LocationDiviner/Witnesses/LocationWitness.d.mts.map +1 -0
  149. package/dist/browser/Diviner/LocationDiviner/Witnesses/LocationWitness.d.ts +21 -0
  150. package/dist/browser/Diviner/LocationDiviner/Witnesses/LocationWitness.d.ts.map +1 -0
  151. package/dist/browser/Diviner/LocationDiviner/Witnesses/LocationWitness.js +5 -0
  152. package/dist/browser/Diviner/LocationDiviner/Witnesses/LocationWitness.js.map +1 -0
  153. package/dist/browser/Diviner/LocationDiviner/Witnesses/index.cjs +33 -0
  154. package/dist/browser/Diviner/LocationDiviner/Witnesses/index.cjs.map +1 -0
  155. package/dist/browser/Diviner/LocationDiviner/Witnesses/index.d.cts.map +1 -0
  156. package/dist/browser/Diviner/LocationDiviner/Witnesses/index.d.mts.map +1 -0
  157. package/dist/browser/Diviner/LocationDiviner/Witnesses/index.d.ts +3 -0
  158. package/dist/browser/Diviner/LocationDiviner/Witnesses/index.d.ts.map +1 -0
  159. package/dist/browser/Diviner/LocationDiviner/Witnesses/index.js +3 -0
  160. package/dist/browser/Diviner/LocationDiviner/Witnesses/index.js.map +1 -0
  161. package/dist/browser/Diviner/LocationDiviner/index.cjs +106 -0
  162. package/dist/browser/Diviner/LocationDiviner/index.cjs.map +1 -0
  163. package/dist/browser/Diviner/LocationDiviner/index.d.cts.map +1 -0
  164. package/dist/browser/Diviner/LocationDiviner/index.d.mts.map +1 -0
  165. package/dist/browser/Diviner/LocationDiviner/index.d.ts +5 -0
  166. package/dist/browser/Diviner/LocationDiviner/index.d.ts.map +1 -0
  167. package/dist/browser/Diviner/LocationDiviner/index.js +5 -0
  168. package/dist/browser/Diviner/LocationDiviner/index.js.map +1 -0
  169. package/dist/browser/Diviner/LocationDiviner/models.cjs +19 -0
  170. package/dist/browser/Diviner/LocationDiviner/models.cjs.map +1 -0
  171. package/dist/browser/Diviner/LocationDiviner/models.d.cts.map +1 -0
  172. package/dist/browser/Diviner/LocationDiviner/models.d.mts.map +1 -0
  173. package/dist/browser/Diviner/LocationDiviner/models.d.ts +5 -0
  174. package/dist/browser/Diviner/LocationDiviner/models.d.ts.map +1 -0
  175. package/dist/browser/Diviner/LocationDiviner/models.js +1 -0
  176. package/dist/browser/Diviner/LocationDiviner/models.js.map +1 -0
  177. package/dist/browser/Diviner/RemoteDivinerConfig.cjs +27 -0
  178. package/dist/browser/Diviner/RemoteDivinerConfig.cjs.map +1 -0
  179. package/dist/browser/Diviner/RemoteDivinerConfig.d.cts.map +1 -0
  180. package/dist/browser/Diviner/RemoteDivinerConfig.d.mts.map +1 -0
  181. package/dist/browser/Diviner/RemoteDivinerConfig.d.ts +11 -0
  182. package/dist/browser/Diviner/RemoteDivinerConfig.d.ts.map +1 -0
  183. package/dist/browser/Diviner/RemoteDivinerConfig.js +5 -0
  184. package/dist/browser/Diviner/RemoteDivinerConfig.js.map +1 -0
  185. package/dist/browser/Diviner/RemoteDivinerError.cjs +35 -0
  186. package/dist/browser/Diviner/RemoteDivinerError.cjs.map +1 -0
  187. package/dist/browser/Diviner/RemoteDivinerError.d.cts.map +1 -0
  188. package/dist/browser/Diviner/RemoteDivinerError.d.mts.map +1 -0
  189. package/dist/browser/Diviner/RemoteDivinerError.d.ts +6 -0
  190. package/dist/browser/Diviner/RemoteDivinerError.d.ts.map +1 -0
  191. package/dist/browser/Diviner/RemoteDivinerError.js +13 -0
  192. package/dist/browser/Diviner/RemoteDivinerError.js.map +1 -0
  193. package/dist/browser/Diviner/index.cjs +110 -0
  194. package/dist/browser/Diviner/index.cjs.map +1 -0
  195. package/dist/browser/Diviner/index.d.cts.map +1 -0
  196. package/dist/browser/Diviner/index.d.mts.map +1 -0
  197. package/dist/browser/Diviner/index.d.ts +3 -0
  198. package/dist/browser/Diviner/index.d.ts.map +1 -0
  199. package/dist/browser/Diviner/index.js +3 -0
  200. package/dist/browser/Diviner/index.js.map +1 -0
  201. package/dist/browser/Simple.cjs +176 -0
  202. package/dist/browser/Simple.cjs.map +1 -0
  203. package/dist/browser/Simple.d.cts.map +1 -0
  204. package/dist/browser/Simple.d.mts.map +1 -0
  205. package/dist/browser/Simple.d.ts +22 -0
  206. package/dist/browser/Simple.d.ts.map +1 -0
  207. package/dist/browser/Simple.js +48 -0
  208. package/dist/browser/Simple.js.map +1 -0
  209. package/dist/browser/Test/index.cjs +56 -0
  210. package/dist/browser/Test/index.cjs.map +1 -0
  211. package/dist/browser/Test/index.d.cts.map +1 -0
  212. package/dist/browser/Test/index.d.mts.map +1 -0
  213. package/dist/browser/Test/index.d.ts +3 -0
  214. package/dist/browser/Test/index.d.ts.map +1 -0
  215. package/dist/browser/Test/index.js +3 -0
  216. package/dist/browser/Test/index.js.map +1 -0
  217. package/dist/browser/Test/testBoundWitness.cjs +38 -0
  218. package/dist/browser/Test/testBoundWitness.cjs.map +1 -0
  219. package/dist/browser/Test/testBoundWitness.d.cts.map +1 -0
  220. package/dist/browser/Test/testBoundWitness.d.mts.map +1 -0
  221. package/dist/browser/Test/testBoundWitness.d.ts +4 -0
  222. package/dist/browser/Test/testBoundWitness.d.ts.map +1 -0
  223. package/dist/browser/Test/testBoundWitness.js +16 -0
  224. package/dist/browser/Test/testBoundWitness.js.map +1 -0
  225. package/dist/browser/Test/testPayload.cjs +39 -0
  226. package/dist/browser/Test/testPayload.cjs.map +1 -0
  227. package/dist/browser/Test/testPayload.d.cts.map +1 -0
  228. package/dist/browser/Test/testPayload.d.mts.map +1 -0
  229. package/dist/browser/Test/testPayload.d.ts +6 -0
  230. package/dist/browser/Test/testPayload.d.ts.map +1 -0
  231. package/dist/browser/Test/testPayload.js +17 -0
  232. package/dist/browser/Test/testPayload.js.map +1 -0
  233. package/dist/browser/WithArchive.cjs +19 -0
  234. package/dist/browser/WithArchive.cjs.map +1 -0
  235. package/dist/browser/WithArchive.d.cts.map +1 -0
  236. package/dist/browser/WithArchive.d.mts.map +1 -0
  237. package/dist/browser/WithArchive.d.ts +4 -0
  238. package/dist/browser/WithArchive.d.ts.map +1 -0
  239. package/dist/browser/WithArchive.js +1 -0
  240. package/dist/browser/WithArchive.js.map +1 -0
  241. package/dist/{index.js → browser/index.cjs} +1 -21
  242. package/dist/browser/index.cjs.map +1 -0
  243. package/dist/browser/index.d.cts.map +1 -0
  244. package/dist/browser/index.d.mts.map +1 -0
  245. package/dist/browser/index.d.ts +7 -0
  246. package/dist/browser/index.d.ts.map +1 -0
  247. package/dist/browser/index.js +7 -0
  248. package/dist/browser/index.js.map +1 -0
  249. package/dist/browser/models/ArchivePath.cjs +19 -0
  250. package/dist/browser/models/ArchivePath.cjs.map +1 -0
  251. package/dist/browser/models/ArchivePath.d.cts.map +1 -0
  252. package/dist/browser/models/ArchivePath.d.mts.map +1 -0
  253. package/dist/browser/models/ArchivePath.d.ts +4 -0
  254. package/dist/browser/models/ArchivePath.d.ts.map +1 -0
  255. package/dist/browser/models/ArchivePath.js +1 -0
  256. package/dist/browser/models/ArchivePath.js.map +1 -0
  257. package/dist/browser/models/index.cjs +19 -0
  258. package/dist/browser/models/index.cjs.map +1 -0
  259. package/dist/browser/models/index.d.cts.map +1 -0
  260. package/dist/browser/models/index.d.mts.map +1 -0
  261. package/dist/browser/models/index.d.ts +2 -0
  262. package/dist/browser/models/index.d.ts.map +1 -0
  263. package/dist/browser/models/index.js +2 -0
  264. package/dist/browser/models/index.js.map +1 -0
  265. package/dist/browser/objToQuery.cjs +31 -0
  266. package/dist/browser/objToQuery.cjs.map +1 -0
  267. package/dist/browser/objToQuery.d.cts.map +1 -0
  268. package/dist/browser/objToQuery.d.mts.map +1 -0
  269. package/dist/browser/objToQuery.d.ts +2 -0
  270. package/dist/browser/objToQuery.d.ts.map +1 -0
  271. package/dist/browser/objToQuery.js +9 -0
  272. package/dist/browser/objToQuery.js.map +1 -0
  273. package/dist/docs.json +402 -402
  274. package/dist/node/Api/Api.d.cts +12 -0
  275. package/dist/node/Api/Api.d.cts.map +1 -0
  276. package/dist/node/Api/Api.d.mts +12 -0
  277. package/dist/node/Api/Api.d.mts.map +1 -0
  278. package/dist/node/Api/Api.d.ts +12 -0
  279. package/dist/node/Api/Api.d.ts.map +1 -0
  280. package/dist/node/Api/Api.js +196 -0
  281. package/dist/node/Api/Api.js.map +1 -0
  282. package/dist/node/Api/Api.mjs +171 -0
  283. package/dist/node/Api/Api.mjs.map +1 -0
  284. package/dist/node/Api/index.d.cts +2 -0
  285. package/dist/node/Api/index.d.cts.map +1 -0
  286. package/dist/node/Api/index.d.mts +2 -0
  287. package/dist/node/Api/index.d.mts.map +1 -0
  288. package/dist/node/Api/index.d.ts +2 -0
  289. package/dist/node/Api/index.d.ts.map +1 -0
  290. package/dist/node/Api/index.js +198 -0
  291. package/dist/node/Api/index.js.map +1 -0
  292. package/dist/node/Api/index.mjs +171 -0
  293. package/dist/node/Api/index.mjs.map +1 -0
  294. package/dist/node/Base.d.cts +32 -0
  295. package/dist/node/Base.d.cts.map +1 -0
  296. package/dist/node/Base.d.mts +32 -0
  297. package/dist/node/Base.d.mts.map +1 -0
  298. package/dist/node/Base.d.ts +32 -0
  299. package/dist/node/Base.d.ts.map +1 -0
  300. package/dist/node/Base.js +131 -0
  301. package/dist/node/Base.js.map +1 -0
  302. package/dist/node/Base.mjs +106 -0
  303. package/dist/node/Base.mjs.map +1 -0
  304. package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.d.cts +12 -0
  305. package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.d.cts.map +1 -0
  306. package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.d.mts +12 -0
  307. package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.d.mts.map +1 -0
  308. package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.d.ts +12 -0
  309. package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.d.ts.map +1 -0
  310. package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.js +59 -0
  311. package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.js.map +1 -0
  312. package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.mjs +34 -0
  313. package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.mjs.map +1 -0
  314. package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.cts +10 -0
  315. package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.cts.map +1 -0
  316. package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.mts +10 -0
  317. package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.mts.map +1 -0
  318. package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.ts +10 -0
  319. package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.ts.map +1 -0
  320. package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.js +39 -0
  321. package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.js.map +1 -0
  322. package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.mjs +13 -0
  323. package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.mjs.map +1 -0
  324. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.cts +5 -0
  325. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.cts.map +1 -0
  326. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.mts +5 -0
  327. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.mts.map +1 -0
  328. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.ts +5 -0
  329. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.ts.map +1 -0
  330. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.js +19 -0
  331. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.js.map +1 -0
  332. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.mjs +1 -0
  333. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.mjs.map +1 -0
  334. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.cts +12 -0
  335. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.cts.map +1 -0
  336. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.mts +12 -0
  337. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.mts.map +1 -0
  338. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.ts +12 -0
  339. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.ts.map +1 -0
  340. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.js +39 -0
  341. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.js.map +1 -0
  342. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.mjs +12 -0
  343. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.mjs.map +1 -0
  344. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.cts +3 -0
  345. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.cts.map +1 -0
  346. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.mts +3 -0
  347. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.mts.map +1 -0
  348. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.ts +3 -0
  349. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.ts.map +1 -0
  350. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.js +41 -0
  351. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.js.map +1 -0
  352. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.mjs +12 -0
  353. package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.mjs.map +1 -0
  354. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.cts +12 -0
  355. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.cts.map +1 -0
  356. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.mts +12 -0
  357. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.mts.map +1 -0
  358. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.ts +12 -0
  359. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.ts.map +1 -0
  360. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.js +39 -0
  361. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.js.map +1 -0
  362. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.mjs +12 -0
  363. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.mjs.map +1 -0
  364. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.cts +2 -0
  365. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.cts.map +1 -0
  366. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.mts +2 -0
  367. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.mts.map +1 -0
  368. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.ts +2 -0
  369. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.ts.map +1 -0
  370. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.js +41 -0
  371. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.js.map +1 -0
  372. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.mjs +12 -0
  373. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.mjs.map +1 -0
  374. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.cts +18 -0
  375. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.cts.map +1 -0
  376. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.mts +18 -0
  377. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.mts.map +1 -0
  378. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.ts +18 -0
  379. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.ts.map +1 -0
  380. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.js +19 -0
  381. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.js.map +1 -0
  382. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.mjs +1 -0
  383. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.mjs.map +1 -0
  384. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.cts +5 -0
  385. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.cts.map +1 -0
  386. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.mts +5 -0
  387. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.mts.map +1 -0
  388. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.ts +5 -0
  389. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.ts.map +1 -0
  390. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.js +19 -0
  391. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.js.map +1 -0
  392. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.mjs +1 -0
  393. package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.mjs.map +1 -0
  394. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.cts +6 -0
  395. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.cts.map +1 -0
  396. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.mts +6 -0
  397. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.mts.map +1 -0
  398. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.ts +6 -0
  399. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.ts.map +1 -0
  400. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.js +38 -0
  401. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.js.map +1 -0
  402. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.mjs +13 -0
  403. package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.mjs.map +1 -0
  404. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.cts +8 -0
  405. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.cts.map +1 -0
  406. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.mts +8 -0
  407. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.mts.map +1 -0
  408. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.ts +8 -0
  409. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.ts.map +1 -0
  410. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.js +19 -0
  411. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.js.map +1 -0
  412. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.mjs +1 -0
  413. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.mjs.map +1 -0
  414. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.cts +12 -0
  415. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.cts.map +1 -0
  416. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.mts +12 -0
  417. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.mts.map +1 -0
  418. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.ts +12 -0
  419. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.ts.map +1 -0
  420. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.js +39 -0
  421. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.js.map +1 -0
  422. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.mjs +12 -0
  423. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.mjs.map +1 -0
  424. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.cts +3 -0
  425. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.cts.map +1 -0
  426. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.mts +3 -0
  427. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.mts.map +1 -0
  428. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.ts +3 -0
  429. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.ts.map +1 -0
  430. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.js +41 -0
  431. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.js.map +1 -0
  432. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.mjs +12 -0
  433. package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.mjs.map +1 -0
  434. package/dist/node/Diviner/LocationDiviner/Queries/index.d.cts +7 -0
  435. package/dist/node/Diviner/LocationDiviner/Queries/index.d.cts.map +1 -0
  436. package/dist/node/Diviner/LocationDiviner/Queries/index.d.mts +7 -0
  437. package/dist/node/Diviner/LocationDiviner/Queries/index.d.mts.map +1 -0
  438. package/dist/node/Diviner/LocationDiviner/Queries/index.d.ts +7 -0
  439. package/dist/node/Diviner/LocationDiviner/Queries/index.d.ts.map +1 -0
  440. package/dist/node/Diviner/LocationDiviner/Queries/index.js +79 -0
  441. package/dist/node/Diviner/LocationDiviner/Queries/index.js.map +1 -0
  442. package/dist/node/Diviner/LocationDiviner/Queries/index.mjs +43 -0
  443. package/dist/node/Diviner/LocationDiviner/Queries/index.mjs.map +1 -0
  444. package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.cts +13 -0
  445. package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.cts.map +1 -0
  446. package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.mts +13 -0
  447. package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.mts.map +1 -0
  448. package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.ts +13 -0
  449. package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.ts.map +1 -0
  450. package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.js +31 -0
  451. package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.js.map +1 -0
  452. package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.mjs +6 -0
  453. package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.mjs.map +1 -0
  454. package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.d.cts +21 -0
  455. package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.d.cts.map +1 -0
  456. package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.d.mts +21 -0
  457. package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.d.mts.map +1 -0
  458. package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.d.ts +21 -0
  459. package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.d.ts.map +1 -0
  460. package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.js +31 -0
  461. package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.js.map +1 -0
  462. package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.mjs +6 -0
  463. package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.mjs.map +1 -0
  464. package/dist/node/Diviner/LocationDiviner/Witnesses/index.d.cts +3 -0
  465. package/dist/node/Diviner/LocationDiviner/Witnesses/index.d.cts.map +1 -0
  466. package/dist/node/Diviner/LocationDiviner/Witnesses/index.d.mts +3 -0
  467. package/dist/node/Diviner/LocationDiviner/Witnesses/index.d.mts.map +1 -0
  468. package/dist/node/Diviner/LocationDiviner/Witnesses/index.d.ts +3 -0
  469. package/dist/node/Diviner/LocationDiviner/Witnesses/index.d.ts.map +1 -0
  470. package/dist/node/Diviner/LocationDiviner/Witnesses/index.js +38 -0
  471. package/dist/node/Diviner/LocationDiviner/Witnesses/index.js.map +1 -0
  472. package/dist/node/Diviner/LocationDiviner/Witnesses/index.mjs +10 -0
  473. package/dist/node/Diviner/LocationDiviner/Witnesses/index.mjs.map +1 -0
  474. package/dist/node/Diviner/LocationDiviner/index.d.cts +5 -0
  475. package/dist/node/Diviner/LocationDiviner/index.d.cts.map +1 -0
  476. package/dist/node/Diviner/LocationDiviner/index.d.mts +5 -0
  477. package/dist/node/Diviner/LocationDiviner/index.d.mts.map +1 -0
  478. package/dist/node/Diviner/LocationDiviner/index.d.ts +5 -0
  479. package/dist/node/Diviner/LocationDiviner/index.d.ts.map +1 -0
  480. package/dist/node/Diviner/LocationDiviner/index.js +122 -0
  481. package/dist/node/Diviner/LocationDiviner/index.js.map +1 -0
  482. package/dist/node/Diviner/LocationDiviner/index.mjs +83 -0
  483. package/dist/node/Diviner/LocationDiviner/index.mjs.map +1 -0
  484. package/dist/node/Diviner/LocationDiviner/models.d.cts +5 -0
  485. package/dist/node/Diviner/LocationDiviner/models.d.cts.map +1 -0
  486. package/dist/node/Diviner/LocationDiviner/models.d.mts +5 -0
  487. package/dist/node/Diviner/LocationDiviner/models.d.mts.map +1 -0
  488. package/dist/node/Diviner/LocationDiviner/models.d.ts +5 -0
  489. package/dist/node/Diviner/LocationDiviner/models.d.ts.map +1 -0
  490. package/dist/node/Diviner/LocationDiviner/models.js +19 -0
  491. package/dist/node/Diviner/LocationDiviner/models.js.map +1 -0
  492. package/dist/node/Diviner/LocationDiviner/models.mjs +1 -0
  493. package/dist/node/Diviner/LocationDiviner/models.mjs.map +1 -0
  494. package/dist/node/Diviner/RemoteDivinerConfig.d.cts +11 -0
  495. package/dist/node/Diviner/RemoteDivinerConfig.d.cts.map +1 -0
  496. package/dist/node/Diviner/RemoteDivinerConfig.d.mts +11 -0
  497. package/dist/node/Diviner/RemoteDivinerConfig.d.mts.map +1 -0
  498. package/dist/node/Diviner/RemoteDivinerConfig.d.ts +11 -0
  499. package/dist/node/Diviner/RemoteDivinerConfig.d.ts.map +1 -0
  500. package/dist/node/Diviner/RemoteDivinerConfig.js +31 -0
  501. package/dist/node/Diviner/RemoteDivinerConfig.js.map +1 -0
  502. package/dist/node/Diviner/RemoteDivinerConfig.mjs +6 -0
  503. package/dist/node/Diviner/RemoteDivinerConfig.mjs.map +1 -0
  504. package/dist/node/Diviner/RemoteDivinerError.d.cts +6 -0
  505. package/dist/node/Diviner/RemoteDivinerError.d.cts.map +1 -0
  506. package/dist/node/Diviner/RemoteDivinerError.d.mts +6 -0
  507. package/dist/node/Diviner/RemoteDivinerError.d.mts.map +1 -0
  508. package/dist/node/Diviner/RemoteDivinerError.d.ts +6 -0
  509. package/dist/node/Diviner/RemoteDivinerError.d.ts.map +1 -0
  510. package/dist/node/Diviner/RemoteDivinerError.js +39 -0
  511. package/dist/node/Diviner/RemoteDivinerError.js.map +1 -0
  512. package/dist/node/Diviner/RemoteDivinerError.mjs +14 -0
  513. package/dist/node/Diviner/RemoteDivinerError.mjs.map +1 -0
  514. package/dist/node/Diviner/index.d.cts +3 -0
  515. package/dist/node/Diviner/index.d.cts.map +1 -0
  516. package/dist/node/Diviner/index.d.mts +3 -0
  517. package/dist/node/Diviner/index.d.mts.map +1 -0
  518. package/dist/node/Diviner/index.d.ts +3 -0
  519. package/dist/node/Diviner/index.d.ts.map +1 -0
  520. package/dist/node/Diviner/index.js +127 -0
  521. package/dist/node/Diviner/index.js.map +1 -0
  522. package/dist/node/Diviner/index.mjs +87 -0
  523. package/dist/node/Diviner/index.mjs.map +1 -0
  524. package/dist/node/Simple.d.cts +22 -0
  525. package/dist/node/Simple.d.cts.map +1 -0
  526. package/dist/node/Simple.d.mts +22 -0
  527. package/dist/node/Simple.d.mts.map +1 -0
  528. package/dist/node/Simple.d.ts +22 -0
  529. package/dist/node/Simple.d.ts.map +1 -0
  530. package/dist/node/Simple.js +184 -0
  531. package/dist/node/Simple.js.map +1 -0
  532. package/dist/node/Simple.mjs +157 -0
  533. package/dist/node/Simple.mjs.map +1 -0
  534. package/dist/node/Test/index.d.cts +3 -0
  535. package/dist/node/Test/index.d.cts.map +1 -0
  536. package/dist/node/Test/index.d.mts +3 -0
  537. package/dist/node/Test/index.d.mts.map +1 -0
  538. package/dist/node/Test/index.d.ts +3 -0
  539. package/dist/node/Test/index.d.ts.map +1 -0
  540. package/dist/node/Test/index.js +62 -0
  541. package/dist/node/Test/index.js.map +1 -0
  542. package/dist/node/Test/index.mjs +33 -0
  543. package/dist/node/Test/index.mjs.map +1 -0
  544. package/dist/node/Test/testBoundWitness.d.cts +4 -0
  545. package/dist/node/Test/testBoundWitness.d.cts.map +1 -0
  546. package/dist/node/Test/testBoundWitness.d.mts +4 -0
  547. package/dist/node/Test/testBoundWitness.d.mts.map +1 -0
  548. package/dist/node/Test/testBoundWitness.d.ts +4 -0
  549. package/dist/node/Test/testBoundWitness.d.ts.map +1 -0
  550. package/dist/node/Test/testBoundWitness.js +42 -0
  551. package/dist/node/Test/testBoundWitness.js.map +1 -0
  552. package/dist/node/Test/testBoundWitness.mjs +17 -0
  553. package/dist/node/Test/testBoundWitness.mjs.map +1 -0
  554. package/dist/node/Test/testPayload.d.cts +6 -0
  555. package/dist/node/Test/testPayload.d.cts.map +1 -0
  556. package/dist/node/Test/testPayload.d.mts +6 -0
  557. package/dist/node/Test/testPayload.d.mts.map +1 -0
  558. package/dist/node/Test/testPayload.d.ts +6 -0
  559. package/dist/node/Test/testPayload.d.ts.map +1 -0
  560. package/dist/node/Test/testPayload.js +44 -0
  561. package/dist/node/Test/testPayload.js.map +1 -0
  562. package/dist/node/Test/testPayload.mjs +18 -0
  563. package/dist/node/Test/testPayload.mjs.map +1 -0
  564. package/dist/node/WithArchive.d.cts +4 -0
  565. package/dist/node/WithArchive.d.cts.map +1 -0
  566. package/dist/node/WithArchive.d.mts +4 -0
  567. package/dist/node/WithArchive.d.mts.map +1 -0
  568. package/dist/node/WithArchive.d.ts +4 -0
  569. package/dist/node/WithArchive.d.ts.map +1 -0
  570. package/dist/node/WithArchive.js +19 -0
  571. package/dist/node/WithArchive.js.map +1 -0
  572. package/dist/node/WithArchive.mjs +1 -0
  573. package/dist/node/WithArchive.mjs.map +1 -0
  574. package/dist/node/index.d.cts +7 -0
  575. package/dist/node/index.d.cts.map +1 -0
  576. package/dist/node/index.d.mts +7 -0
  577. package/dist/node/index.d.mts.map +1 -0
  578. package/dist/node/index.d.ts +7 -0
  579. package/dist/node/index.d.ts.map +1 -0
  580. package/dist/node/index.js +301 -0
  581. package/dist/node/index.js.map +1 -0
  582. package/dist/{index.mjs → node/index.mjs} +14 -10
  583. package/dist/node/index.mjs.map +1 -0
  584. package/dist/node/models/ArchivePath.d.cts +4 -0
  585. package/dist/node/models/ArchivePath.d.cts.map +1 -0
  586. package/dist/node/models/ArchivePath.d.mts +4 -0
  587. package/dist/node/models/ArchivePath.d.mts.map +1 -0
  588. package/dist/node/models/ArchivePath.d.ts +4 -0
  589. package/dist/node/models/ArchivePath.d.ts.map +1 -0
  590. package/dist/node/models/ArchivePath.js +19 -0
  591. package/dist/node/models/ArchivePath.js.map +1 -0
  592. package/dist/node/models/ArchivePath.mjs +1 -0
  593. package/dist/node/models/ArchivePath.mjs.map +1 -0
  594. package/dist/node/models/index.d.cts +2 -0
  595. package/dist/node/models/index.d.cts.map +1 -0
  596. package/dist/node/models/index.d.mts +2 -0
  597. package/dist/node/models/index.d.mts.map +1 -0
  598. package/dist/node/models/index.d.ts +2 -0
  599. package/dist/node/models/index.d.ts.map +1 -0
  600. package/dist/node/models/index.js +19 -0
  601. package/dist/node/models/index.js.map +1 -0
  602. package/dist/node/models/index.mjs +1 -0
  603. package/dist/node/models/index.mjs.map +1 -0
  604. package/dist/node/objToQuery.d.cts +2 -0
  605. package/dist/node/objToQuery.d.cts.map +1 -0
  606. package/dist/node/objToQuery.d.mts +2 -0
  607. package/dist/node/objToQuery.d.mts.map +1 -0
  608. package/dist/node/objToQuery.d.ts +2 -0
  609. package/dist/node/objToQuery.d.ts.map +1 -0
  610. package/dist/node/objToQuery.js +35 -0
  611. package/dist/node/objToQuery.js.map +1 -0
  612. package/dist/node/objToQuery.mjs +10 -0
  613. package/dist/node/objToQuery.mjs.map +1 -0
  614. package/package.json +32 -29
  615. package/dist/Api/Api.d.mts.map +0 -1
  616. package/dist/Api/Api.d.ts.map +0 -1
  617. package/dist/Api/index.d.mts.map +0 -1
  618. package/dist/Api/index.d.ts.map +0 -1
  619. package/dist/Base.d.mts.map +0 -1
  620. package/dist/Base.d.ts.map +0 -1
  621. package/dist/Diviner/LocationDiviner/LocationDivinerApi.d.mts.map +0 -1
  622. package/dist/Diviner/LocationDiviner/LocationDivinerApi.d.ts.map +0 -1
  623. package/dist/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.mts.map +0 -1
  624. package/dist/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.ts.map +0 -1
  625. package/dist/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.mts.map +0 -1
  626. package/dist/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.ts.map +0 -1
  627. package/dist/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.mts.map +0 -1
  628. package/dist/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.ts.map +0 -1
  629. package/dist/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.mts.map +0 -1
  630. package/dist/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.ts.map +0 -1
  631. package/dist/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.mts.map +0 -1
  632. package/dist/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.ts.map +0 -1
  633. package/dist/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.mts.map +0 -1
  634. package/dist/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.ts.map +0 -1
  635. package/dist/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.mts.map +0 -1
  636. package/dist/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.ts.map +0 -1
  637. package/dist/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.mts.map +0 -1
  638. package/dist/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.ts.map +0 -1
  639. package/dist/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.mts.map +0 -1
  640. package/dist/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.ts.map +0 -1
  641. package/dist/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.mts.map +0 -1
  642. package/dist/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.ts.map +0 -1
  643. package/dist/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.mts.map +0 -1
  644. package/dist/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.ts.map +0 -1
  645. package/dist/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.mts.map +0 -1
  646. package/dist/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.ts.map +0 -1
  647. package/dist/Diviner/LocationDiviner/Queries/index.d.mts.map +0 -1
  648. package/dist/Diviner/LocationDiviner/Queries/index.d.ts.map +0 -1
  649. package/dist/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.mts.map +0 -1
  650. package/dist/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.ts.map +0 -1
  651. package/dist/Diviner/LocationDiviner/Witnesses/LocationWitness.d.mts.map +0 -1
  652. package/dist/Diviner/LocationDiviner/Witnesses/LocationWitness.d.ts.map +0 -1
  653. package/dist/Diviner/LocationDiviner/Witnesses/index.d.mts.map +0 -1
  654. package/dist/Diviner/LocationDiviner/Witnesses/index.d.ts.map +0 -1
  655. package/dist/Diviner/LocationDiviner/index.d.mts.map +0 -1
  656. package/dist/Diviner/LocationDiviner/index.d.ts.map +0 -1
  657. package/dist/Diviner/LocationDiviner/models.d.mts.map +0 -1
  658. package/dist/Diviner/LocationDiviner/models.d.ts.map +0 -1
  659. package/dist/Diviner/RemoteDivinerConfig.d.mts.map +0 -1
  660. package/dist/Diviner/RemoteDivinerConfig.d.ts.map +0 -1
  661. package/dist/Diviner/RemoteDivinerError.d.mts.map +0 -1
  662. package/dist/Diviner/RemoteDivinerError.d.ts.map +0 -1
  663. package/dist/Diviner/index.d.mts.map +0 -1
  664. package/dist/Diviner/index.d.ts.map +0 -1
  665. package/dist/Simple.d.mts.map +0 -1
  666. package/dist/Simple.d.ts.map +0 -1
  667. package/dist/Test/index.d.mts.map +0 -1
  668. package/dist/Test/index.d.ts.map +0 -1
  669. package/dist/Test/testBoundWitness.d.mts.map +0 -1
  670. package/dist/Test/testBoundWitness.d.ts.map +0 -1
  671. package/dist/Test/testPayload.d.mts.map +0 -1
  672. package/dist/Test/testPayload.d.ts.map +0 -1
  673. package/dist/WithArchive.d.mts.map +0 -1
  674. package/dist/WithArchive.d.ts.map +0 -1
  675. package/dist/index.d.mts.map +0 -1
  676. package/dist/index.d.ts.map +0 -1
  677. package/dist/index.js.map +0 -1
  678. package/dist/index.mjs.map +0 -1
  679. package/dist/models/ArchivePath.d.mts.map +0 -1
  680. package/dist/models/ArchivePath.d.ts.map +0 -1
  681. package/dist/models/index.d.mts.map +0 -1
  682. package/dist/models/index.d.ts.map +0 -1
  683. package/dist/objToQuery.d.mts.map +0 -1
  684. package/dist/objToQuery.d.ts.map +0 -1
  685. /package/dist/{Api/Api.d.mts → browser/Api/Api.d.cts} +0 -0
  686. /package/dist/{Api/Api.d.ts → browser/Api/Api.d.mts} +0 -0
  687. /package/dist/{Api/index.d.mts → browser/Api/index.d.cts} +0 -0
  688. /package/dist/{Api/index.d.ts → browser/Api/index.d.mts} +0 -0
  689. /package/dist/{Base.d.mts → browser/Base.d.cts} +0 -0
  690. /package/dist/{Base.d.ts → browser/Base.d.mts} +0 -0
  691. /package/dist/{Diviner/LocationDiviner/LocationDivinerApi.d.mts → browser/Diviner/LocationDiviner/LocationDivinerApi.d.cts} +0 -0
  692. /package/dist/{Diviner/LocationDiviner/LocationDivinerApi.d.ts → browser/Diviner/LocationDiviner/LocationDivinerApi.d.mts} +0 -0
  693. /package/dist/{Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.mts → browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.cts} +0 -0
  694. /package/dist/{Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.ts → browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.mts} +0 -0
  695. /package/dist/{Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.mts → browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.cts} +0 -0
  696. /package/dist/{Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.ts → browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.mts} +0 -0
  697. /package/dist/{Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.mts → browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.cts} +0 -0
  698. /package/dist/{Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.ts → browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.mts} +0 -0
  699. /package/dist/{Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.mts → browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.cts} +0 -0
  700. /package/dist/{Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.ts → browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.mts} +0 -0
  701. /package/dist/{Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.mts → browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.cts} +0 -0
  702. /package/dist/{Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.ts → browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.mts} +0 -0
  703. /package/dist/{Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.mts → browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.cts} +0 -0
  704. /package/dist/{Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.ts → browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.mts} +0 -0
  705. /package/dist/{Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.mts → browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.cts} +0 -0
  706. /package/dist/{Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.ts → browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.mts} +0 -0
  707. /package/dist/{Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.mts → browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.cts} +0 -0
  708. /package/dist/{Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.ts → browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.mts} +0 -0
  709. /package/dist/{Diviner/LocationDiviner/Queries/LocationQuerySchema.d.mts → browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.cts} +0 -0
  710. /package/dist/{Diviner/LocationDiviner/Queries/LocationQuerySchema.d.ts → browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.mts} +0 -0
  711. /package/dist/{Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.mts → browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.cts} +0 -0
  712. /package/dist/{Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.ts → browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.mts} +0 -0
  713. /package/dist/{Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.mts → browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.cts} +0 -0
  714. /package/dist/{Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.ts → browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.mts} +0 -0
  715. /package/dist/{Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.mts → browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.cts} +0 -0
  716. /package/dist/{Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.ts → browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.mts} +0 -0
  717. /package/dist/{Diviner/LocationDiviner/Queries/index.d.mts → browser/Diviner/LocationDiviner/Queries/index.d.cts} +0 -0
  718. /package/dist/{Diviner/LocationDiviner/Queries/index.d.ts → browser/Diviner/LocationDiviner/Queries/index.d.mts} +0 -0
  719. /package/dist/{Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.mts → browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.cts} +0 -0
  720. /package/dist/{Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.ts → browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.mts} +0 -0
  721. /package/dist/{Diviner/LocationDiviner/Witnesses/LocationWitness.d.mts → browser/Diviner/LocationDiviner/Witnesses/LocationWitness.d.cts} +0 -0
  722. /package/dist/{Diviner/LocationDiviner/Witnesses/LocationWitness.d.ts → browser/Diviner/LocationDiviner/Witnesses/LocationWitness.d.mts} +0 -0
  723. /package/dist/{Diviner/LocationDiviner/Witnesses/index.d.mts → browser/Diviner/LocationDiviner/Witnesses/index.d.cts} +0 -0
  724. /package/dist/{Diviner/LocationDiviner/Witnesses/index.d.ts → browser/Diviner/LocationDiviner/Witnesses/index.d.mts} +0 -0
  725. /package/dist/{Diviner/LocationDiviner/index.d.mts → browser/Diviner/LocationDiviner/index.d.cts} +0 -0
  726. /package/dist/{Diviner/LocationDiviner/index.d.ts → browser/Diviner/LocationDiviner/index.d.mts} +0 -0
  727. /package/dist/{Diviner/LocationDiviner/models.d.mts → browser/Diviner/LocationDiviner/models.d.cts} +0 -0
  728. /package/dist/{Diviner/LocationDiviner/models.d.ts → browser/Diviner/LocationDiviner/models.d.mts} +0 -0
  729. /package/dist/{Diviner/RemoteDivinerConfig.d.mts → browser/Diviner/RemoteDivinerConfig.d.cts} +0 -0
  730. /package/dist/{Diviner/RemoteDivinerConfig.d.ts → browser/Diviner/RemoteDivinerConfig.d.mts} +0 -0
  731. /package/dist/{Diviner/RemoteDivinerError.d.mts → browser/Diviner/RemoteDivinerError.d.cts} +0 -0
  732. /package/dist/{Diviner/RemoteDivinerError.d.ts → browser/Diviner/RemoteDivinerError.d.mts} +0 -0
  733. /package/dist/{Diviner/index.d.mts → browser/Diviner/index.d.cts} +0 -0
  734. /package/dist/{Diviner/index.d.ts → browser/Diviner/index.d.mts} +0 -0
  735. /package/dist/{Simple.d.mts → browser/Simple.d.cts} +0 -0
  736. /package/dist/{Simple.d.ts → browser/Simple.d.mts} +0 -0
  737. /package/dist/{Test/index.d.mts → browser/Test/index.d.cts} +0 -0
  738. /package/dist/{Test/index.d.ts → browser/Test/index.d.mts} +0 -0
  739. /package/dist/{Test/testBoundWitness.d.mts → browser/Test/testBoundWitness.d.cts} +0 -0
  740. /package/dist/{Test/testBoundWitness.d.ts → browser/Test/testBoundWitness.d.mts} +0 -0
  741. /package/dist/{Test/testPayload.d.mts → browser/Test/testPayload.d.cts} +0 -0
  742. /package/dist/{Test/testPayload.d.ts → browser/Test/testPayload.d.mts} +0 -0
  743. /package/dist/{WithArchive.d.mts → browser/WithArchive.d.cts} +0 -0
  744. /package/dist/{WithArchive.d.ts → browser/WithArchive.d.mts} +0 -0
  745. /package/dist/{index.d.mts → browser/index.d.cts} +0 -0
  746. /package/dist/{index.d.ts → browser/index.d.mts} +0 -0
  747. /package/dist/{models/ArchivePath.d.mts → browser/models/ArchivePath.d.cts} +0 -0
  748. /package/dist/{models/ArchivePath.d.ts → browser/models/ArchivePath.d.mts} +0 -0
  749. /package/dist/{models/index.d.mts → browser/models/index.d.cts} +0 -0
  750. /package/dist/{models/index.d.ts → browser/models/index.d.mts} +0 -0
  751. /package/dist/{objToQuery.d.mts → browser/objToQuery.d.cts} +0 -0
  752. /package/dist/{objToQuery.d.ts → browser/objToQuery.d.mts} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../src/Base.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../src/Base.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,32 @@
1
+ import { ApiConfig, ApiEnvelope, ApiError, ApiReportable, ApiResponse, ApiResponseBody, ApiResponseTuple } from '@xyo-network/api-models';
2
+ import { AxiosJson } from '@xyo-network/axios';
3
+ export declare class ApiBase<C extends ApiConfig = ApiConfig> implements ApiReportable {
4
+ readonly config: C;
5
+ protected axios: AxiosJson;
6
+ constructor(config: C);
7
+ get authenticated(): boolean;
8
+ protected get headers(): Record<string, string>;
9
+ protected get query(): string;
10
+ protected get root(): string;
11
+ private static resolveResponse;
12
+ private static shapeResponse;
13
+ onError(error: ApiError, depth?: number): void;
14
+ onFailure(response: ApiResponse, depth?: number): void;
15
+ onSuccess(response: ApiResponse, depth?: number): void;
16
+ protected deleteEndpoint<T = unknown>(endPoint?: string): Promise<ApiResponseBody<T>>;
17
+ protected deleteEndpoint<T = unknown>(endPoint?: string, responseType?: 'body'): Promise<ApiResponseBody<T>>;
18
+ protected deleteEndpoint<T = unknown>(endPoint?: string, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
19
+ protected getEndpoint<T = unknown>(endPoint?: string): Promise<ApiResponseBody<T>>;
20
+ protected getEndpoint<T = unknown>(endPoint?: string, responseType?: 'body'): Promise<ApiResponseBody<T>>;
21
+ protected getEndpoint<T = unknown>(endPoint?: string, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
22
+ protected handleMonitorResponseError<T>(error: ApiError, trapAxiosException: boolean): ApiResponse<ApiEnvelope<T>> | undefined;
23
+ protected monitorResponse<T>(closure: () => Promise<ApiResponse<ApiEnvelope<T>>>): Promise<ApiResponse<ApiEnvelope<T>> | undefined>;
24
+ protected postEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D): Promise<ApiResponseBody<T>>;
25
+ protected postEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D, responseType?: 'body'): Promise<ApiResponseBody<T>>;
26
+ protected postEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
27
+ protected putEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D): Promise<ApiResponseBody<T>>;
28
+ protected putEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D, responseType?: 'body'): Promise<ApiResponseBody<T>>;
29
+ protected putEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
30
+ private resolveRoot;
31
+ }
32
+ //# sourceMappingURL=Base.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../src/Base.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,101 @@
1
+ import { AxiosJson } from "@xyo-network/axios";
2
+ class ApiBase {
3
+ config;
4
+ axios;
5
+ constructor(config) {
6
+ this.config = config;
7
+ this.axios = new AxiosJson({ ...this.config, headers: this.headers });
8
+ }
9
+ get authenticated() {
10
+ return !!this.config.apiKey || !!this.config.jwtToken;
11
+ }
12
+ get headers() {
13
+ const headers = {};
14
+ if (this.config.jwtToken) {
15
+ headers.Authorization = `Bearer ${this.config.jwtToken}`;
16
+ }
17
+ if (this.config.apiKey) {
18
+ headers["x-api-key"] = this.config.apiKey;
19
+ }
20
+ return headers;
21
+ }
22
+ get query() {
23
+ return this.config.query ?? "";
24
+ }
25
+ get root() {
26
+ return this.config.root ?? "/";
27
+ }
28
+ static resolveResponse(result) {
29
+ return [result?.data?.data, result?.data, result];
30
+ }
31
+ static shapeResponse(response, responseType) {
32
+ const resolvedResponse = ApiBase.resolveResponse(response);
33
+ return responseType === "tuple" ? resolvedResponse : resolvedResponse[0];
34
+ }
35
+ onError(error, depth = 0) {
36
+ this.config.reportableParent?.onError?.(error, depth + 1);
37
+ this.config.onError?.(error, depth);
38
+ }
39
+ onFailure(response, depth = 0) {
40
+ this.config.reportableParent?.onFailure?.(response, depth + 1);
41
+ this.config.onFailure?.(response, depth);
42
+ }
43
+ onSuccess(response, depth = 0) {
44
+ this.config.reportableParent?.onSuccess?.(response, depth + 1);
45
+ this.config.onSuccess?.(response, depth);
46
+ }
47
+ async deleteEndpoint(endPoint = "", responseType) {
48
+ const response = await this.monitorResponse(async () => {
49
+ return await this.axios.delete(`${this.resolveRoot()}${endPoint}${this.query}`);
50
+ });
51
+ return ApiBase.shapeResponse(response, responseType);
52
+ }
53
+ async getEndpoint(endPoint = "", responseType) {
54
+ const response = await this.monitorResponse(async () => {
55
+ return await this.axios.get(`${this.resolveRoot()}${endPoint}${this.query}`);
56
+ });
57
+ return ApiBase.shapeResponse(response, responseType);
58
+ }
59
+ handleMonitorResponseError(error, trapAxiosException) {
60
+ if (!error.isError) {
61
+ throw error;
62
+ }
63
+ if (trapAxiosException) {
64
+ error.response ? this.onFailure(error.response) : this.onError(error);
65
+ if (this.config.throwFailure) {
66
+ throw error;
67
+ }
68
+ return error.response;
69
+ }
70
+ }
71
+ async monitorResponse(closure) {
72
+ let trapAxiosException = true;
73
+ try {
74
+ const response = await closure();
75
+ trapAxiosException = false;
76
+ response.status < 300 ? this.onSuccess(response) : this.onFailure(response);
77
+ return response;
78
+ } catch (ex) {
79
+ this.handleMonitorResponseError(ex, trapAxiosException);
80
+ }
81
+ }
82
+ async postEndpoint(endPoint = "", data, responseType) {
83
+ const response = await this.monitorResponse(async () => {
84
+ return await this.axios.post(`${this.resolveRoot()}${endPoint}${this.query}`, data);
85
+ });
86
+ return ApiBase.shapeResponse(response, responseType);
87
+ }
88
+ async putEndpoint(endPoint = "", data, responseType) {
89
+ const response = await this.monitorResponse(async () => {
90
+ return await this.axios.put(`${this.resolveRoot()}${endPoint}${this.query}`, data);
91
+ });
92
+ return ApiBase.shapeResponse(response, responseType);
93
+ }
94
+ resolveRoot() {
95
+ return `${this.config.apiDomain}${this.root}`;
96
+ }
97
+ }
98
+ export {
99
+ ApiBase
100
+ };
101
+ //# sourceMappingURL=Base.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/Base.ts"],"sourcesContent":["import {\n ApiConfig,\n ApiEnvelope,\n ApiError,\n ApiReportable,\n ApiResponse,\n ApiResponseBody,\n ApiResponseTuple,\n ApiResponseTupleOrBody,\n ApiResponseType,\n} from '@xyo-network/api-models'\nimport { AxiosJson } from '@xyo-network/axios'\n\nexport class ApiBase<C extends ApiConfig = ApiConfig> implements ApiReportable {\n readonly config: C\n protected axios: AxiosJson\n\n constructor(config: C) {\n this.config = config\n this.axios = new AxiosJson({ ...this.config, headers: this.headers })\n }\n\n get authenticated() {\n return !!this.config.apiKey || !!this.config.jwtToken\n }\n\n protected get headers(): Record<string, string> {\n const headers: Record<string, string> = {}\n if (this.config.jwtToken) {\n headers.Authorization = `Bearer ${this.config.jwtToken}`\n }\n if (this.config.apiKey) {\n headers['x-api-key'] = this.config.apiKey\n }\n return headers\n }\n\n protected get query() {\n return this.config.query ?? ''\n }\n\n protected get root() {\n return this.config.root ?? '/'\n }\n\n private static resolveResponse<T>(result?: ApiResponse<ApiEnvelope<T>>) {\n return [result?.data?.data, result?.data, result] as ApiResponseTuple<T>\n }\n\n private static shapeResponse<T = unknown>(response: ApiResponse<ApiEnvelope<T>> | undefined, responseType?: ApiResponseType) {\n const resolvedResponse = ApiBase.resolveResponse(response)\n return responseType === 'tuple' ? resolvedResponse : resolvedResponse[0]\n }\n\n onError(error: ApiError, depth = 0) {\n this.config.reportableParent?.onError?.(error, depth + 1)\n this.config.onError?.(error, depth)\n }\n\n onFailure(response: ApiResponse, depth = 0) {\n this.config.reportableParent?.onFailure?.(response, depth + 1)\n this.config.onFailure?.(response, depth)\n }\n\n onSuccess(response: ApiResponse, depth = 0) {\n this.config.reportableParent?.onSuccess?.(response, depth + 1)\n this.config.onSuccess?.(response, depth)\n }\n\n protected async deleteEndpoint<T = unknown>(endPoint?: string): Promise<ApiResponseBody<T>>\n protected async deleteEndpoint<T = unknown>(endPoint?: string, responseType?: 'body'): Promise<ApiResponseBody<T>>\n protected async deleteEndpoint<T = unknown>(endPoint?: string, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>\n protected async deleteEndpoint<T = unknown>(endPoint = '', responseType?: ApiResponseType): Promise<ApiResponseTupleOrBody<T>> {\n const response = await this.monitorResponse<T>(async () => {\n return await this.axios.delete<ApiEnvelope<T>, ApiResponse<ApiEnvelope<T>>>(`${this.resolveRoot()}${endPoint}${this.query}`)\n })\n return ApiBase.shapeResponse<T>(response, responseType)\n }\n\n protected async getEndpoint<T = unknown>(endPoint?: string): Promise<ApiResponseBody<T>>\n protected async getEndpoint<T = unknown>(endPoint?: string, responseType?: 'body'): Promise<ApiResponseBody<T>>\n protected async getEndpoint<T = unknown>(endPoint?: string, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>\n protected async getEndpoint<T = unknown>(endPoint = '', responseType?: ApiResponseType): Promise<ApiResponseTupleOrBody<T>> {\n const response = await this.monitorResponse<T>(async () => {\n return await this.axios.get<ApiEnvelope<T>, ApiResponse<ApiEnvelope<T>>>(`${this.resolveRoot()}${endPoint}${this.query}`)\n })\n return ApiBase.shapeResponse<T>(response, responseType)\n }\n\n protected handleMonitorResponseError<T>(error: ApiError, trapAxiosException: boolean) {\n if (!error.isError) {\n throw error\n }\n\n if (trapAxiosException) {\n error.response ? this.onFailure(error.response) : this.onError(error)\n if (this.config.throwFailure) {\n throw error\n }\n return error.response as ApiResponse<ApiEnvelope<T>>\n }\n }\n\n protected async monitorResponse<T>(closure: () => Promise<ApiResponse<ApiEnvelope<T>>>) {\n //we use this to prevent accidental catching on exceptions in callbacks\n let trapAxiosException = true\n try {\n const response = await closure()\n trapAxiosException = false\n\n response.status < 300 ? this.onSuccess(response) : this.onFailure(response)\n\n return response\n } catch (ex) {\n this.handleMonitorResponseError(ex as ApiError, trapAxiosException)\n }\n }\n\n protected async postEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D): Promise<ApiResponseBody<T>>\n protected async postEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D, responseType?: 'body'): Promise<ApiResponseBody<T>>\n protected async postEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>\n protected async postEndpoint<T = unknown, D = unknown>(\n endPoint = '',\n data?: D,\n responseType?: ApiResponseType,\n ): Promise<ApiResponseTupleOrBody<T>> {\n const response = await this.monitorResponse<T>(async () => {\n return await this.axios.post<ApiEnvelope<T>, ApiResponse<ApiEnvelope<T>, D>, D>(`${this.resolveRoot()}${endPoint}${this.query}`, data)\n })\n return ApiBase.shapeResponse<T>(response, responseType)\n }\n\n protected async putEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D): Promise<ApiResponseBody<T>>\n protected async putEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D, responseType?: 'body'): Promise<ApiResponseBody<T>>\n protected async putEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>\n protected async putEndpoint<T = unknown, D = unknown>(endPoint = '', data?: D, responseType?: ApiResponseType): Promise<ApiResponseTupleOrBody<T>> {\n const response = await this.monitorResponse<T>(async () => {\n return await this.axios.put<ApiEnvelope<T>, ApiResponse<ApiEnvelope<T>, D>, D>(`${this.resolveRoot()}${endPoint}${this.query}`, data)\n })\n return ApiBase.shapeResponse<T>(response, responseType)\n }\n\n private resolveRoot() {\n return `${this.config.apiDomain}${this.root}`\n }\n}\n"],"mappings":"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","names":[]}
@@ -0,0 +1,55 @@
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/Diviner/LocationDiviner/LocationDivinerApi.ts
21
+ var LocationDivinerApi_exports = {};
22
+ __export(LocationDivinerApi_exports, {
23
+ LocationDivinerApi: () => LocationDivinerApi
24
+ });
25
+ module.exports = __toCommonJS(LocationDivinerApi_exports);
26
+ var import_axios2 = require("@xyo-network/axios");
27
+
28
+ // src/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.ts
29
+ var import_axios = require("@xyo-network/axios");
30
+ var locationDivinerApiResponseTransformer = (data, _headers) => {
31
+ return data.data;
32
+ };
33
+ var getLocationDivinerApiResponseTransformer = (axiosInstance = import_axios.axios) => {
34
+ return axiosInstance.defaults.transformResponse ? [].concat(axiosInstance.defaults.transformResponse, locationDivinerApiResponseTransformer) : [locationDivinerApiResponseTransformer];
35
+ };
36
+
37
+ // src/Diviner/LocationDiviner/LocationDivinerApi.ts
38
+ var LocationDivinerApi = class {
39
+ config;
40
+ constructor(config) {
41
+ this.config = config;
42
+ }
43
+ get axiosRequestConfig() {
44
+ return {
45
+ transformResponse: getLocationDivinerApiResponseTransformer()
46
+ };
47
+ }
48
+ async getLocationQuery(hash) {
49
+ return (await import_axios2.axios.get(`${this.config.apiDomain}/location/query/${hash}`, this.axiosRequestConfig)).data;
50
+ }
51
+ async postLocationQuery(request) {
52
+ return (await import_axios2.axios.post(`${this.config.apiDomain}/location/query`, { ...request }, this.axiosRequestConfig)).data;
53
+ }
54
+ };
55
+ //# sourceMappingURL=LocationDivinerApi.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/Diviner/LocationDiviner/LocationDivinerApi.ts","../../../../src/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.ts"],"sourcesContent":["import { ApiConfig } from '@xyo-network/api-models'\nimport { axios, RawAxiosRequestConfig } from '@xyo-network/axios'\n\nimport { getLocationDivinerApiResponseTransformer } from './LocationDivinerApiResponseTransformer'\nimport { GetLocationQueryResponse } from './models'\nimport { LocationQueryCreationResponse, SupportedLocationQueryCreationRequest } from './Queries'\n\nclass LocationDivinerApi {\n config: ApiConfig\n constructor(config: ApiConfig) {\n this.config = config\n }\n\n private get axiosRequestConfig(): RawAxiosRequestConfig {\n return {\n transformResponse: getLocationDivinerApiResponseTransformer(),\n }\n }\n\n async getLocationQuery(hash: string) {\n return (await axios.get<GetLocationQueryResponse>(`${this.config.apiDomain}/location/query/${hash}`, this.axiosRequestConfig)).data\n }\n\n async postLocationQuery(request: SupportedLocationQueryCreationRequest) {\n return (await axios.post<LocationQueryCreationResponse>(`${this.config.apiDomain}/location/query`, { ...request }, this.axiosRequestConfig)).data\n }\n}\n\nexport { LocationDivinerApi }\n","import { axios, AxiosResponseTransformer } from '@xyo-network/axios'\n\nexport const locationDivinerApiResponseTransformer: AxiosResponseTransformer = (data, _headers) => {\n return data.data\n}\n\n/**\n * Gets the response transformers for the LocationDiviner API. Done as a method instead of a property\n * to allow detection of dynamically added response transformers.\n * @param axiosInstance The axios instance (defaults to the global instance if none provided)\n * @returns the response transformers for the LocationDiviner API\n */\nexport const getLocationDivinerApiResponseTransformer = (axiosInstance = axios): AxiosResponseTransformer[] => {\n // If there's any existing response transforms preserve them and\n // append our response transform, otherwise just return ours\n return axiosInstance.defaults.transformResponse\n ? ([] as AxiosResponseTransformer[]).concat(axiosInstance.defaults.transformResponse, locationDivinerApiResponseTransformer)\n : [locationDivinerApiResponseTransformer]\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,IAAAA,gBAA6C;;;ACD7C,mBAAgD;AAEzC,IAAM,wCAAkE,CAAC,MAAM,aAAa;AACjG,SAAO,KAAK;AACd;AAQO,IAAM,2CAA2C,CAAC,gBAAgB,uBAAsC;AAG7G,SAAO,cAAc,SAAS,oBACzB,CAAC,EAAiC,OAAO,cAAc,SAAS,mBAAmB,qCAAqC,IACzH,CAAC,qCAAqC;AAC5C;;;ADXA,IAAM,qBAAN,MAAyB;AAAA,EACvB;AAAA,EACA,YAAY,QAAmB;AAC7B,SAAK,SAAS;AAAA,EAChB;AAAA,EAEA,IAAY,qBAA4C;AACtD,WAAO;AAAA,MACL,mBAAmB,yCAAyC;AAAA,IAC9D;AAAA,EACF;AAAA,EAEA,MAAM,iBAAiB,MAAc;AACnC,YAAQ,MAAM,oBAAM,IAA8B,GAAG,KAAK,OAAO,SAAS,mBAAmB,IAAI,IAAI,KAAK,kBAAkB,GAAG;AAAA,EACjI;AAAA,EAEA,MAAM,kBAAkB,SAAgD;AACtE,YAAQ,MAAM,oBAAM,KAAoC,GAAG,KAAK,OAAO,SAAS,mBAAmB,EAAE,GAAG,QAAQ,GAAG,KAAK,kBAAkB,GAAG;AAAA,EAC/I;AACF;","names":["import_axios"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationDivinerApi.d.ts","sourceRoot":"","sources":["../../../../src/Diviner/LocationDiviner/LocationDivinerApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AAInD,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAA;AACnD,OAAO,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,MAAM,WAAW,CAAA;AAEhG,cAAM,kBAAkB;IACtB,MAAM,EAAE,SAAS,CAAA;gBACL,MAAM,EAAE,SAAS;IAI7B,OAAO,KAAK,kBAAkB,GAI7B;IAEK,gBAAgB,CAAC,IAAI,EAAE,MAAM;IAI7B,iBAAiB,CAAC,OAAO,EAAE,qCAAqC;CAGvE;AAED,OAAO,EAAE,kBAAkB,EAAE,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationDivinerApi.d.ts","sourceRoot":"","sources":["../../../../src/Diviner/LocationDiviner/LocationDivinerApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AAInD,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAA;AACnD,OAAO,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,MAAM,WAAW,CAAA;AAEhG,cAAM,kBAAkB;IACtB,MAAM,EAAE,SAAS,CAAA;gBACL,MAAM,EAAE,SAAS;IAI7B,OAAO,KAAK,kBAAkB,GAI7B;IAEK,gBAAgB,CAAC,IAAI,EAAE,MAAM;IAI7B,iBAAiB,CAAC,OAAO,EAAE,qCAAqC;CAGvE;AAED,OAAO,EAAE,kBAAkB,EAAE,CAAA"}
@@ -0,0 +1,12 @@
1
+ import { ApiConfig } from '@xyo-network/api-models';
2
+ import { GetLocationQueryResponse } from './models';
3
+ import { LocationQueryCreationResponse, SupportedLocationQueryCreationRequest } from './Queries';
4
+ declare class LocationDivinerApi {
5
+ config: ApiConfig;
6
+ constructor(config: ApiConfig);
7
+ private get axiosRequestConfig();
8
+ getLocationQuery(hash: string): Promise<GetLocationQueryResponse>;
9
+ postLocationQuery(request: SupportedLocationQueryCreationRequest): Promise<LocationQueryCreationResponse>;
10
+ }
11
+ export { LocationDivinerApi };
12
+ //# sourceMappingURL=LocationDivinerApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationDivinerApi.d.ts","sourceRoot":"","sources":["../../../../src/Diviner/LocationDiviner/LocationDivinerApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AAInD,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAA;AACnD,OAAO,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,MAAM,WAAW,CAAA;AAEhG,cAAM,kBAAkB;IACtB,MAAM,EAAE,SAAS,CAAA;gBACL,MAAM,EAAE,SAAS;IAI7B,OAAO,KAAK,kBAAkB,GAI7B;IAEK,gBAAgB,CAAC,IAAI,EAAE,MAAM;IAI7B,iBAAiB,CAAC,OAAO,EAAE,qCAAqC;CAGvE;AAED,OAAO,EAAE,kBAAkB,EAAE,CAAA"}
@@ -0,0 +1,23 @@
1
+ import { axios } from "@xyo-network/axios";
2
+ import { getLocationDivinerApiResponseTransformer } from "./LocationDivinerApiResponseTransformer";
3
+ class LocationDivinerApi {
4
+ config;
5
+ constructor(config) {
6
+ this.config = config;
7
+ }
8
+ get axiosRequestConfig() {
9
+ return {
10
+ transformResponse: getLocationDivinerApiResponseTransformer()
11
+ };
12
+ }
13
+ async getLocationQuery(hash) {
14
+ return (await axios.get(`${this.config.apiDomain}/location/query/${hash}`, this.axiosRequestConfig)).data;
15
+ }
16
+ async postLocationQuery(request) {
17
+ return (await axios.post(`${this.config.apiDomain}/location/query`, { ...request }, this.axiosRequestConfig)).data;
18
+ }
19
+ }
20
+ export {
21
+ LocationDivinerApi
22
+ };
23
+ //# sourceMappingURL=LocationDivinerApi.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/Diviner/LocationDiviner/LocationDivinerApi.ts"],"sourcesContent":["import { ApiConfig } from '@xyo-network/api-models'\nimport { axios, RawAxiosRequestConfig } from '@xyo-network/axios'\n\nimport { getLocationDivinerApiResponseTransformer } from './LocationDivinerApiResponseTransformer'\nimport { GetLocationQueryResponse } from './models'\nimport { LocationQueryCreationResponse, SupportedLocationQueryCreationRequest } from './Queries'\n\nclass LocationDivinerApi {\n config: ApiConfig\n constructor(config: ApiConfig) {\n this.config = config\n }\n\n private get axiosRequestConfig(): RawAxiosRequestConfig {\n return {\n transformResponse: getLocationDivinerApiResponseTransformer(),\n }\n }\n\n async getLocationQuery(hash: string) {\n return (await axios.get<GetLocationQueryResponse>(`${this.config.apiDomain}/location/query/${hash}`, this.axiosRequestConfig)).data\n }\n\n async postLocationQuery(request: SupportedLocationQueryCreationRequest) {\n return (await axios.post<LocationQueryCreationResponse>(`${this.config.apiDomain}/location/query`, { ...request }, this.axiosRequestConfig)).data\n }\n}\n\nexport { LocationDivinerApi }\n"],"mappings":"AACA,SAAS,aAAoC;AAE7C,SAAS,gDAAgD;AAIzD,MAAM,mBAAmB;AAAA,EACvB;AAAA,EACA,YAAY,QAAmB;AAC7B,SAAK,SAAS;AAAA,EAChB;AAAA,EAEA,IAAY,qBAA4C;AACtD,WAAO;AAAA,MACL,mBAAmB,yCAAyC;AAAA,IAC9D;AAAA,EACF;AAAA,EAEA,MAAM,iBAAiB,MAAc;AACnC,YAAQ,MAAM,MAAM,IAA8B,GAAG,KAAK,OAAO,SAAS,mBAAmB,IAAI,IAAI,KAAK,kBAAkB,GAAG;AAAA,EACjI;AAAA,EAEA,MAAM,kBAAkB,SAAgD;AACtE,YAAQ,MAAM,MAAM,KAAoC,GAAG,KAAK,OAAO,SAAS,mBAAmB,EAAE,GAAG,QAAQ,GAAG,KAAK,kBAAkB,GAAG;AAAA,EAC/I;AACF;","names":[]}
@@ -0,0 +1,34 @@
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/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.ts
21
+ var LocationDivinerApiResponseTransformer_exports = {};
22
+ __export(LocationDivinerApiResponseTransformer_exports, {
23
+ getLocationDivinerApiResponseTransformer: () => getLocationDivinerApiResponseTransformer,
24
+ locationDivinerApiResponseTransformer: () => locationDivinerApiResponseTransformer
25
+ });
26
+ module.exports = __toCommonJS(LocationDivinerApiResponseTransformer_exports);
27
+ var import_axios = require("@xyo-network/axios");
28
+ var locationDivinerApiResponseTransformer = (data, _headers) => {
29
+ return data.data;
30
+ };
31
+ var getLocationDivinerApiResponseTransformer = (axiosInstance = import_axios.axios) => {
32
+ return axiosInstance.defaults.transformResponse ? [].concat(axiosInstance.defaults.transformResponse, locationDivinerApiResponseTransformer) : [locationDivinerApiResponseTransformer];
33
+ };
34
+ //# sourceMappingURL=LocationDivinerApiResponseTransformer.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.ts"],"sourcesContent":["import { axios, AxiosResponseTransformer } from '@xyo-network/axios'\n\nexport const locationDivinerApiResponseTransformer: AxiosResponseTransformer = (data, _headers) => {\n return data.data\n}\n\n/**\n * Gets the response transformers for the LocationDiviner API. Done as a method instead of a property\n * to allow detection of dynamically added response transformers.\n * @param axiosInstance The axios instance (defaults to the global instance if none provided)\n * @returns the response transformers for the LocationDiviner API\n */\nexport const getLocationDivinerApiResponseTransformer = (axiosInstance = axios): AxiosResponseTransformer[] => {\n // If there's any existing response transforms preserve them and\n // append our response transform, otherwise just return ours\n return axiosInstance.defaults.transformResponse\n ? ([] as AxiosResponseTransformer[]).concat(axiosInstance.defaults.transformResponse, locationDivinerApiResponseTransformer)\n : [locationDivinerApiResponseTransformer]\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAgD;AAEzC,IAAM,wCAAkE,CAAC,MAAM,aAAa;AACjG,SAAO,KAAK;AACd;AAQO,IAAM,2CAA2C,CAAC,gBAAgB,uBAAsC;AAG7G,SAAO,cAAc,SAAS,oBACzB,CAAC,EAAiC,OAAO,cAAc,SAAS,mBAAmB,qCAAqC,IACzH,CAAC,qCAAqC;AAC5C;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationDivinerApiResponseTransformer.d.ts","sourceRoot":"","sources":["../../../../src/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAS,wBAAwB,EAAE,MAAM,oBAAoB,CAAA;AAEpE,eAAO,MAAM,qCAAqC,EAAE,wBAEnD,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,wCAAwC,mDAA4B,wBAAwB,EAMxG,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationDivinerApiResponseTransformer.d.ts","sourceRoot":"","sources":["../../../../src/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAS,wBAAwB,EAAE,MAAM,oBAAoB,CAAA;AAEpE,eAAO,MAAM,qCAAqC,EAAE,wBAEnD,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,wCAAwC,mDAA4B,wBAAwB,EAMxG,CAAA"}
@@ -0,0 +1,10 @@
1
+ import { AxiosResponseTransformer } from '@xyo-network/axios';
2
+ export declare const locationDivinerApiResponseTransformer: AxiosResponseTransformer;
3
+ /**
4
+ * Gets the response transformers for the LocationDiviner API. Done as a method instead of a property
5
+ * to allow detection of dynamically added response transformers.
6
+ * @param axiosInstance The axios instance (defaults to the global instance if none provided)
7
+ * @returns the response transformers for the LocationDiviner API
8
+ */
9
+ export declare const getLocationDivinerApiResponseTransformer: (axiosInstance?: import("axios").AxiosStatic) => AxiosResponseTransformer[];
10
+ //# sourceMappingURL=LocationDivinerApiResponseTransformer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationDivinerApiResponseTransformer.d.ts","sourceRoot":"","sources":["../../../../src/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAS,wBAAwB,EAAE,MAAM,oBAAoB,CAAA;AAEpE,eAAO,MAAM,qCAAqC,EAAE,wBAEnD,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,wCAAwC,mDAA4B,wBAAwB,EAMxG,CAAA"}
@@ -0,0 +1,12 @@
1
+ import { axios } from "@xyo-network/axios";
2
+ const locationDivinerApiResponseTransformer = (data, _headers) => {
3
+ return data.data;
4
+ };
5
+ const getLocationDivinerApiResponseTransformer = (axiosInstance = axios) => {
6
+ return axiosInstance.defaults.transformResponse ? [].concat(axiosInstance.defaults.transformResponse, locationDivinerApiResponseTransformer) : [locationDivinerApiResponseTransformer];
7
+ };
8
+ export {
9
+ getLocationDivinerApiResponseTransformer,
10
+ locationDivinerApiResponseTransformer
11
+ };
12
+ //# sourceMappingURL=LocationDivinerApiResponseTransformer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.ts"],"sourcesContent":["import { axios, AxiosResponseTransformer } from '@xyo-network/axios'\n\nexport const locationDivinerApiResponseTransformer: AxiosResponseTransformer = (data, _headers) => {\n return data.data\n}\n\n/**\n * Gets the response transformers for the LocationDiviner API. Done as a method instead of a property\n * to allow detection of dynamically added response transformers.\n * @param axiosInstance The axios instance (defaults to the global instance if none provided)\n * @returns the response transformers for the LocationDiviner API\n */\nexport const getLocationDivinerApiResponseTransformer = (axiosInstance = axios): AxiosResponseTransformer[] => {\n // If there's any existing response transforms preserve them and\n // append our response transform, otherwise just return ours\n return axiosInstance.defaults.transformResponse\n ? ([] as AxiosResponseTransformer[]).concat(axiosInstance.defaults.transformResponse, locationDivinerApiResponseTransformer)\n : [locationDivinerApiResponseTransformer]\n}\n"],"mappings":"AAAA,SAAS,aAAuC;AAEzC,MAAM,wCAAkE,CAAC,MAAM,aAAa;AACjG,SAAO,KAAK;AACd;AAQO,MAAM,2CAA2C,CAAC,gBAAgB,UAAsC;AAG7G,SAAO,cAAc,SAAS,oBACzB,CAAC,EAAiC,OAAO,cAAc,SAAS,mBAAmB,qCAAqC,IACzH,CAAC,qCAAqC;AAC5C;","names":[]}
@@ -0,0 +1,19 @@
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 __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.ts
17
+ var LocationHeatmapPointProperties_exports = {};
18
+ module.exports = __toCommonJS(LocationHeatmapPointProperties_exports);
19
+ //# sourceMappingURL=LocationHeatmapPointProperties.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.ts"],"sourcesContent":["export interface LocationHeatmapPointProperties {\n hash: string\n value: number\n}\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationHeatmapPointProperties.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,8BAA8B;IAC7C,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;CACd"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationHeatmapPointProperties.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,8BAA8B;IAC7C,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;CACd"}
@@ -0,0 +1,5 @@
1
+ export interface LocationHeatmapPointProperties {
2
+ hash: string;
3
+ value: number;
4
+ }
5
+ //# sourceMappingURL=LocationHeatmapPointProperties.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationHeatmapPointProperties.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,8BAA8B;IAC7C,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;CACd"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=LocationHeatmapPointProperties.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,33 @@
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/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.ts
21
+ var LocationHeatmapQuery_exports = {};
22
+ __export(LocationHeatmapQuery_exports, {
23
+ isLocationHeatmapQuery: () => isLocationHeatmapQuery,
24
+ locationHeatmapAnswerSchema: () => locationHeatmapAnswerSchema,
25
+ locationHeatmapQuerySchema: () => locationHeatmapQuerySchema
26
+ });
27
+ module.exports = __toCommonJS(LocationHeatmapQuery_exports);
28
+ var locationHeatmapQuerySchema = "network.xyo.location.heatmap.query";
29
+ var locationHeatmapAnswerSchema = "network.xyo.location.heatmap.answer";
30
+ var isLocationHeatmapQuery = (query) => {
31
+ return query && query?.schema === locationHeatmapQuerySchema;
32
+ };
33
+ //# sourceMappingURL=LocationHeatmapQuery.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.ts"],"sourcesContent":["import { LocationWitnessSchema } from '../../Witnesses'\n\nexport type LocationHeatmapQuerySchema = 'network.xyo.location.heatmap.query'\nexport const locationHeatmapQuerySchema: LocationHeatmapQuerySchema = 'network.xyo.location.heatmap.query'\n\nexport type LocationHeatmapAnswerSchema = 'network.xyo.location.heatmap.answer'\nexport const locationHeatmapAnswerSchema: LocationHeatmapAnswerSchema = 'network.xyo.location.heatmap.answer'\n\nexport type LocationHeatmapQuery = {\n schema: LocationWitnessSchema\n startTime?: string\n stopTime?: string\n}\n\nexport const isLocationHeatmapQuery = (query: Record<string, unknown>): query is LocationHeatmapQuery => {\n return query && query?.schema === locationHeatmapQuerySchema\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGO,IAAM,6BAAyD;AAG/D,IAAM,8BAA2D;AAQjE,IAAM,yBAAyB,CAAC,UAAkE;AACvG,SAAO,SAAS,OAAO,WAAW;AACpC;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationHeatmapQuery.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAA;AAEvD,MAAM,MAAM,0BAA0B,GAAG,oCAAoC,CAAA;AAC7E,eAAO,MAAM,0BAA0B,EAAE,0BAAiE,CAAA;AAE1G,MAAM,MAAM,2BAA2B,GAAG,qCAAqC,CAAA;AAC/E,eAAO,MAAM,2BAA2B,EAAE,2BAAmE,CAAA;AAE7G,MAAM,MAAM,oBAAoB,GAAG;IACjC,MAAM,EAAE,qBAAqB,CAAA;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB,CAAA;AAED,eAAO,MAAM,sBAAsB,UAAW,OAAO,MAAM,EAAE,OAAO,CAAC,kCAEpE,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationHeatmapQuery.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAA;AAEvD,MAAM,MAAM,0BAA0B,GAAG,oCAAoC,CAAA;AAC7E,eAAO,MAAM,0BAA0B,EAAE,0BAAiE,CAAA;AAE1G,MAAM,MAAM,2BAA2B,GAAG,qCAAqC,CAAA;AAC/E,eAAO,MAAM,2BAA2B,EAAE,2BAAmE,CAAA;AAE7G,MAAM,MAAM,oBAAoB,GAAG;IACjC,MAAM,EAAE,qBAAqB,CAAA;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB,CAAA;AAED,eAAO,MAAM,sBAAsB,UAAW,OAAO,MAAM,EAAE,OAAO,CAAC,kCAEpE,CAAA"}
@@ -0,0 +1,12 @@
1
+ import { LocationWitnessSchema } from '../../Witnesses';
2
+ export type LocationHeatmapQuerySchema = 'network.xyo.location.heatmap.query';
3
+ export declare const locationHeatmapQuerySchema: LocationHeatmapQuerySchema;
4
+ export type LocationHeatmapAnswerSchema = 'network.xyo.location.heatmap.answer';
5
+ export declare const locationHeatmapAnswerSchema: LocationHeatmapAnswerSchema;
6
+ export type LocationHeatmapQuery = {
7
+ schema: LocationWitnessSchema;
8
+ startTime?: string;
9
+ stopTime?: string;
10
+ };
11
+ export declare const isLocationHeatmapQuery: (query: Record<string, unknown>) => query is LocationHeatmapQuery;
12
+ //# sourceMappingURL=LocationHeatmapQuery.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocationHeatmapQuery.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAA;AAEvD,MAAM,MAAM,0BAA0B,GAAG,oCAAoC,CAAA;AAC7E,eAAO,MAAM,0BAA0B,EAAE,0BAAiE,CAAA;AAE1G,MAAM,MAAM,2BAA2B,GAAG,qCAAqC,CAAA;AAC/E,eAAO,MAAM,2BAA2B,EAAE,2BAAmE,CAAA;AAE7G,MAAM,MAAM,oBAAoB,GAAG;IACjC,MAAM,EAAE,qBAAqB,CAAA;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB,CAAA;AAED,eAAO,MAAM,sBAAsB,UAAW,OAAO,MAAM,EAAE,OAAO,CAAC,kCAEpE,CAAA"}
@@ -0,0 +1,11 @@
1
+ const locationHeatmapQuerySchema = "network.xyo.location.heatmap.query";
2
+ const locationHeatmapAnswerSchema = "network.xyo.location.heatmap.answer";
3
+ const isLocationHeatmapQuery = (query) => {
4
+ return query && query?.schema === locationHeatmapQuerySchema;
5
+ };
6
+ export {
7
+ isLocationHeatmapQuery,
8
+ locationHeatmapAnswerSchema,
9
+ locationHeatmapQuerySchema
10
+ };
11
+ //# sourceMappingURL=LocationHeatmapQuery.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.ts"],"sourcesContent":["import { LocationWitnessSchema } from '../../Witnesses'\n\nexport type LocationHeatmapQuerySchema = 'network.xyo.location.heatmap.query'\nexport const locationHeatmapQuerySchema: LocationHeatmapQuerySchema = 'network.xyo.location.heatmap.query'\n\nexport type LocationHeatmapAnswerSchema = 'network.xyo.location.heatmap.answer'\nexport const locationHeatmapAnswerSchema: LocationHeatmapAnswerSchema = 'network.xyo.location.heatmap.answer'\n\nexport type LocationHeatmapQuery = {\n schema: LocationWitnessSchema\n startTime?: string\n stopTime?: string\n}\n\nexport const isLocationHeatmapQuery = (query: Record<string, unknown>): query is LocationHeatmapQuery => {\n return query && query?.schema === locationHeatmapQuerySchema\n}\n"],"mappings":"AAGO,MAAM,6BAAyD;AAG/D,MAAM,8BAA2D;AAQjE,MAAM,yBAAyB,CAAC,UAAkE;AACvG,SAAO,SAAS,OAAO,WAAW;AACpC;","names":[]}
@@ -0,0 +1,35 @@
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/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.ts
21
+ var LocationHeatmapQuery_exports = {};
22
+ __export(LocationHeatmapQuery_exports, {
23
+ isLocationHeatmapQuery: () => isLocationHeatmapQuery,
24
+ locationHeatmapAnswerSchema: () => locationHeatmapAnswerSchema,
25
+ locationHeatmapQuerySchema: () => locationHeatmapQuerySchema
26
+ });
27
+ module.exports = __toCommonJS(LocationHeatmapQuery_exports);
28
+
29
+ // src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.ts
30
+ var locationHeatmapQuerySchema = "network.xyo.location.heatmap.query";
31
+ var locationHeatmapAnswerSchema = "network.xyo.location.heatmap.answer";
32
+ var isLocationHeatmapQuery = (query) => {
33
+ return query && query?.schema === locationHeatmapQuerySchema;
34
+ };
35
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.ts","../../../../../../src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.ts"],"sourcesContent":["export * from './LocationHeatmapPointProperties'\nexport * from './LocationHeatmapQuery'\n","import { LocationWitnessSchema } from '../../Witnesses'\n\nexport type LocationHeatmapQuerySchema = 'network.xyo.location.heatmap.query'\nexport const locationHeatmapQuerySchema: LocationHeatmapQuerySchema = 'network.xyo.location.heatmap.query'\n\nexport type LocationHeatmapAnswerSchema = 'network.xyo.location.heatmap.answer'\nexport const locationHeatmapAnswerSchema: LocationHeatmapAnswerSchema = 'network.xyo.location.heatmap.answer'\n\nexport type LocationHeatmapQuery = {\n schema: LocationWitnessSchema\n startTime?: string\n stopTime?: string\n}\n\nexport const isLocationHeatmapQuery = (query: Record<string, unknown>): query is LocationHeatmapQuery => {\n return query && query?.schema === locationHeatmapQuerySchema\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACGO,IAAM,6BAAyD;AAG/D,IAAM,8BAA2D;AAQjE,IAAM,yBAAyB,CAAC,UAAkE;AACvG,SAAO,SAAS,OAAO,WAAW;AACpC;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAA;AAChD,cAAc,wBAAwB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAA;AAChD,cAAc,wBAAwB,CAAA"}
@@ -0,0 +1,3 @@
1
+ export * from './LocationHeatmapPointProperties';
2
+ export * from './LocationHeatmapQuery';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAA;AAChD,cAAc,wBAAwB,CAAA"}
@@ -0,0 +1,3 @@
1
+ export * from "./LocationHeatmapPointProperties";
2
+ export * from "./LocationHeatmapQuery";
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.ts"],"sourcesContent":["export * from './LocationHeatmapPointProperties'\nexport * from './LocationHeatmapQuery'\n"],"mappings":"AAAA,cAAc;AACd,cAAc;","names":[]}