@xyo-network/api 2.56.2 → 2.57.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/dist/cjs/Diviner/LocationDiviner/index.js +1 -0
  2. package/dist/cjs/Diviner/LocationDiviner/index.js.map +1 -1
  3. package/dist/docs.json +6593 -1902
  4. package/dist/esm/Diviner/LocationDiviner/index.js +1 -0
  5. package/dist/esm/Diviner/LocationDiviner/index.js.map +1 -1
  6. package/dist/types/Base.d.ts +2 -2
  7. package/dist/types/Diviner/LocationDiviner/index.d.ts +1 -0
  8. package/dist/types/Diviner/LocationDiviner/index.d.ts.map +1 -1
  9. package/docs/assets/highlight.css +22 -0
  10. package/docs/assets/main.js +58 -0
  11. package/docs/assets/search.js +1 -0
  12. package/docs/assets/style.css +1367 -0
  13. package/docs/classes/XyoApiBase.html +599 -0
  14. package/docs/classes/XyoApiSimple.html +755 -0
  15. package/docs/classes/XyoArchivistApi.html +771 -0
  16. package/docs/classes/XyoLocationDivinerApi.html +182 -0
  17. package/docs/functions/isLocationHeatmapQuery.html +97 -0
  18. package/docs/functions/isLocationQuadkeyHeatmapQuery.html +97 -0
  19. package/docs/functions/isLocationTimeRangeQuery.html +97 -0
  20. package/docs/functions/isSupportedLocationQuerySchema.html +97 -0
  21. package/docs/index.html +99 -0
  22. package/docs/interfaces/ApiConfig.html +133 -0
  23. package/docs/interfaces/Coordinates.html +154 -0
  24. package/docs/interfaces/CurrentLocation.html +119 -0
  25. package/docs/interfaces/GetLocationQueryResponse.html +119 -0
  26. package/docs/interfaces/LocationHeatmapPointProperties.html +119 -0
  27. package/docs/interfaces/LocationQueryCreationRequest.html +156 -0
  28. package/docs/interfaces/LocationQueryCreationResponse.html +162 -0
  29. package/docs/interfaces/LocationTimeRangePointProperties.html +133 -0
  30. package/docs/interfaces/XyoArchivePath.html +112 -0
  31. package/docs/modules.html +148 -0
  32. package/docs/types/CurrentLocationWitnessPayload.html +88 -0
  33. package/docs/types/CurrentLocationWitnessSchema.html +89 -0
  34. package/docs/types/LocationHeatmapAnswerSchema.html +88 -0
  35. package/docs/types/LocationHeatmapQuery.html +97 -0
  36. package/docs/types/LocationHeatmapQueryCreationRequest.html +88 -0
  37. package/docs/types/LocationHeatmapQuerySchema.html +88 -0
  38. package/docs/types/LocationQuadkeyHeatmapAnswerSchema.html +88 -0
  39. package/docs/types/LocationQuadkeyHeatmapQuery.html +97 -0
  40. package/docs/types/LocationQuadkeyHeatmapQueryCreationRequest.html +88 -0
  41. package/docs/types/LocationQuadkeyHeatmapQuerySchema.html +88 -0
  42. package/docs/types/LocationQuerySchema.html +88 -0
  43. package/docs/types/LocationTimeRangeAnswerSchema.html +89 -0
  44. package/docs/types/LocationTimeRangeQuery.html +97 -0
  45. package/docs/types/LocationTimeRangeQueryCreationRequest.html +88 -0
  46. package/docs/types/LocationTimeRangeQuerySchema.html +89 -0
  47. package/docs/types/LocationWitnessPayload.html +88 -0
  48. package/docs/types/LocationWitnessSchema.html +89 -0
  49. package/docs/types/SupportedLocationQueryCreationRequest.html +88 -0
  50. package/docs/types/WithArchive.html +93 -0
  51. package/docs/types/XyoApiSimpleQuery.html +88 -0
  52. package/docs/types/XyoRemoteDivinerConfig.html +88 -0
  53. package/docs/types/XyoRemoteDivinerConfigSchema.html +89 -0
  54. package/docs/variables/CurrentLocationWitnessSchema-1.html +89 -0
  55. package/docs/variables/LocationTimeRangeAnswerSchema-1.html +89 -0
  56. package/docs/variables/LocationTimeRangeQuerySchema-1.html +89 -0
  57. package/docs/variables/LocationWitnessSchema-1.html +89 -0
  58. package/docs/variables/XyoRemoteDivinerConfigSchema-1.html +89 -0
  59. package/docs/variables/locationHeatmapAnswerSchema-1.html +88 -0
  60. package/docs/variables/locationHeatmapQuerySchema-1.html +88 -0
  61. package/docs/variables/locationQuadkeyHeatmapAnswerSchema-1.html +88 -0
  62. package/docs/variables/locationQuadkeyHeatmapQuerySchema-1.html +88 -0
  63. package/package.json +10 -10
  64. package/src/Diviner/LocationDiviner/index.ts +1 -0
  65. package/typedoc.json +3 -9
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./ApiConfig"), exports);
4
5
  tslib_1.__exportStar(require("./LocationDivinerApi"), exports);
5
6
  tslib_1.__exportStar(require("./models"), exports);
6
7
  tslib_1.__exportStar(require("./Queries"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/Diviner/LocationDiviner/index.ts"],"names":[],"mappings":";;;AAAA,+DAAoC;AACpC,mDAAwB;AACxB,oDAAyB;AACzB,sDAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/Diviner/LocationDiviner/index.ts"],"names":[],"mappings":";;;AAAA,sDAA2B;AAC3B,+DAAoC;AACpC,mDAAwB;AACxB,oDAAyB;AACzB,sDAA2B"}