@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.
- package/dist/cjs/Diviner/LocationDiviner/index.js +1 -0
- package/dist/cjs/Diviner/LocationDiviner/index.js.map +1 -1
- package/dist/docs.json +6593 -1902
- package/dist/esm/Diviner/LocationDiviner/index.js +1 -0
- package/dist/esm/Diviner/LocationDiviner/index.js.map +1 -1
- package/dist/types/Base.d.ts +2 -2
- package/dist/types/Diviner/LocationDiviner/index.d.ts +1 -0
- package/dist/types/Diviner/LocationDiviner/index.d.ts.map +1 -1
- package/docs/assets/highlight.css +22 -0
- package/docs/assets/main.js +58 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1367 -0
- package/docs/classes/XyoApiBase.html +599 -0
- package/docs/classes/XyoApiSimple.html +755 -0
- package/docs/classes/XyoArchivistApi.html +771 -0
- package/docs/classes/XyoLocationDivinerApi.html +182 -0
- package/docs/functions/isLocationHeatmapQuery.html +97 -0
- package/docs/functions/isLocationQuadkeyHeatmapQuery.html +97 -0
- package/docs/functions/isLocationTimeRangeQuery.html +97 -0
- package/docs/functions/isSupportedLocationQuerySchema.html +97 -0
- package/docs/index.html +99 -0
- package/docs/interfaces/ApiConfig.html +133 -0
- package/docs/interfaces/Coordinates.html +154 -0
- package/docs/interfaces/CurrentLocation.html +119 -0
- package/docs/interfaces/GetLocationQueryResponse.html +119 -0
- package/docs/interfaces/LocationHeatmapPointProperties.html +119 -0
- package/docs/interfaces/LocationQueryCreationRequest.html +156 -0
- package/docs/interfaces/LocationQueryCreationResponse.html +162 -0
- package/docs/interfaces/LocationTimeRangePointProperties.html +133 -0
- package/docs/interfaces/XyoArchivePath.html +112 -0
- package/docs/modules.html +148 -0
- package/docs/types/CurrentLocationWitnessPayload.html +88 -0
- package/docs/types/CurrentLocationWitnessSchema.html +89 -0
- package/docs/types/LocationHeatmapAnswerSchema.html +88 -0
- package/docs/types/LocationHeatmapQuery.html +97 -0
- package/docs/types/LocationHeatmapQueryCreationRequest.html +88 -0
- package/docs/types/LocationHeatmapQuerySchema.html +88 -0
- package/docs/types/LocationQuadkeyHeatmapAnswerSchema.html +88 -0
- package/docs/types/LocationQuadkeyHeatmapQuery.html +97 -0
- package/docs/types/LocationQuadkeyHeatmapQueryCreationRequest.html +88 -0
- package/docs/types/LocationQuadkeyHeatmapQuerySchema.html +88 -0
- package/docs/types/LocationQuerySchema.html +88 -0
- package/docs/types/LocationTimeRangeAnswerSchema.html +89 -0
- package/docs/types/LocationTimeRangeQuery.html +97 -0
- package/docs/types/LocationTimeRangeQueryCreationRequest.html +88 -0
- package/docs/types/LocationTimeRangeQuerySchema.html +89 -0
- package/docs/types/LocationWitnessPayload.html +88 -0
- package/docs/types/LocationWitnessSchema.html +89 -0
- package/docs/types/SupportedLocationQueryCreationRequest.html +88 -0
- package/docs/types/WithArchive.html +93 -0
- package/docs/types/XyoApiSimpleQuery.html +88 -0
- package/docs/types/XyoRemoteDivinerConfig.html +88 -0
- package/docs/types/XyoRemoteDivinerConfigSchema.html +89 -0
- package/docs/variables/CurrentLocationWitnessSchema-1.html +89 -0
- package/docs/variables/LocationTimeRangeAnswerSchema-1.html +89 -0
- package/docs/variables/LocationTimeRangeQuerySchema-1.html +89 -0
- package/docs/variables/LocationWitnessSchema-1.html +89 -0
- package/docs/variables/XyoRemoteDivinerConfigSchema-1.html +89 -0
- package/docs/variables/locationHeatmapAnswerSchema-1.html +88 -0
- package/docs/variables/locationHeatmapQuerySchema-1.html +88 -0
- package/docs/variables/locationQuadkeyHeatmapAnswerSchema-1.html +88 -0
- package/docs/variables/locationQuadkeyHeatmapQuerySchema-1.html +88 -0
- package/package.json +10 -10
- package/src/Diviner/LocationDiviner/index.ts +1 -0
- 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"}
|