@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.
- package/dist/browser/Api/Api.cjs +188 -0
- package/dist/browser/Api/Api.cjs.map +1 -0
- package/dist/browser/Api/Api.d.cts.map +1 -0
- package/dist/browser/Api/Api.d.mts.map +1 -0
- package/dist/browser/Api/Api.d.ts +12 -0
- package/dist/browser/Api/Api.d.ts.map +1 -0
- package/dist/browser/Api/Api.js +15 -0
- package/dist/browser/Api/Api.js.map +1 -0
- package/dist/browser/Api/index.cjs +190 -0
- package/dist/browser/Api/index.cjs.map +1 -0
- package/dist/browser/Api/index.d.cts.map +1 -0
- package/dist/browser/Api/index.d.mts.map +1 -0
- package/dist/browser/Api/index.d.ts +2 -0
- package/dist/browser/Api/index.d.ts.map +1 -0
- package/dist/browser/Api/index.js +2 -0
- package/dist/browser/Api/index.js.map +1 -0
- package/dist/browser/Base.cjs +123 -0
- package/dist/browser/Base.cjs.map +1 -0
- package/dist/browser/Base.d.cts.map +1 -0
- package/dist/browser/Base.d.mts.map +1 -0
- package/dist/browser/Base.d.ts +32 -0
- package/dist/browser/Base.d.ts.map +1 -0
- package/dist/browser/Base.js +101 -0
- package/dist/browser/Base.js.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/LocationDivinerApi.cjs +55 -0
- package/dist/browser/Diviner/LocationDiviner/LocationDivinerApi.cjs.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/LocationDivinerApi.d.cts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/LocationDivinerApi.d.mts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/LocationDivinerApi.d.ts +12 -0
- package/dist/browser/Diviner/LocationDiviner/LocationDivinerApi.d.ts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/LocationDivinerApi.js +23 -0
- package/dist/browser/Diviner/LocationDiviner/LocationDivinerApi.js.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.cjs +34 -0
- package/dist/browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.cjs.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.cts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.mts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.ts +10 -0
- package/dist/browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.ts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.js +12 -0
- package/dist/browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.js.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.cjs +19 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.cjs.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.cts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.mts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.ts +5 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.ts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.js +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.js.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.cjs +33 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.cjs.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.cts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.mts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.ts +12 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.ts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.js +11 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.js.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.cjs +35 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.cjs.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.cts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.mts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.ts +3 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.ts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.js +3 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.js.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.cjs +33 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.cjs.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.cts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.mts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.ts +12 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.ts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.js +11 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.js.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.cjs +35 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.cjs.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.cts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.mts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.ts +2 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.ts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.js +2 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.js.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.cjs +19 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.cjs.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.cts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.mts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.ts +18 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.ts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.js +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.js.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.cjs +19 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.cjs.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.cts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.mts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.ts +5 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.ts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.js +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.js.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.cjs +34 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.cjs.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.cts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.mts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.ts +6 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.ts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.js +12 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.js.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.cjs +19 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.cjs.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.cts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.mts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.ts +8 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.ts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.js +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.js.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.cjs +33 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.cjs.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.cts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.mts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.ts +12 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.ts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.js +11 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.js.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.cjs +35 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.cjs.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.cts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.mts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.ts +3 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.ts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.js +3 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.js.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/index.cjs +66 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/index.cjs.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/index.d.cts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/index.d.mts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/index.d.ts +7 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/index.d.ts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/index.js +7 -0
- package/dist/browser/Diviner/LocationDiviner/Queries/index.js.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.cjs +27 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.cjs.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.cts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.mts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.ts +13 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.ts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.js +5 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.js.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/LocationWitness.cjs +27 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/LocationWitness.cjs.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/LocationWitness.d.cts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/LocationWitness.d.mts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/LocationWitness.d.ts +21 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/LocationWitness.d.ts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/LocationWitness.js +5 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/LocationWitness.js.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/index.cjs +33 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/index.cjs.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/index.d.cts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/index.d.mts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/index.d.ts +3 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/index.d.ts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/index.js +3 -0
- package/dist/browser/Diviner/LocationDiviner/Witnesses/index.js.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/index.cjs +106 -0
- package/dist/browser/Diviner/LocationDiviner/index.cjs.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/index.d.cts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/index.d.mts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/index.d.ts +5 -0
- package/dist/browser/Diviner/LocationDiviner/index.d.ts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/index.js +5 -0
- package/dist/browser/Diviner/LocationDiviner/index.js.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/models.cjs +19 -0
- package/dist/browser/Diviner/LocationDiviner/models.cjs.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/models.d.cts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/models.d.mts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/models.d.ts +5 -0
- package/dist/browser/Diviner/LocationDiviner/models.d.ts.map +1 -0
- package/dist/browser/Diviner/LocationDiviner/models.js +1 -0
- package/dist/browser/Diviner/LocationDiviner/models.js.map +1 -0
- package/dist/browser/Diviner/RemoteDivinerConfig.cjs +27 -0
- package/dist/browser/Diviner/RemoteDivinerConfig.cjs.map +1 -0
- package/dist/browser/Diviner/RemoteDivinerConfig.d.cts.map +1 -0
- package/dist/browser/Diviner/RemoteDivinerConfig.d.mts.map +1 -0
- package/dist/browser/Diviner/RemoteDivinerConfig.d.ts +11 -0
- package/dist/browser/Diviner/RemoteDivinerConfig.d.ts.map +1 -0
- package/dist/browser/Diviner/RemoteDivinerConfig.js +5 -0
- package/dist/browser/Diviner/RemoteDivinerConfig.js.map +1 -0
- package/dist/browser/Diviner/RemoteDivinerError.cjs +35 -0
- package/dist/browser/Diviner/RemoteDivinerError.cjs.map +1 -0
- package/dist/browser/Diviner/RemoteDivinerError.d.cts.map +1 -0
- package/dist/browser/Diviner/RemoteDivinerError.d.mts.map +1 -0
- package/dist/browser/Diviner/RemoteDivinerError.d.ts +6 -0
- package/dist/browser/Diviner/RemoteDivinerError.d.ts.map +1 -0
- package/dist/browser/Diviner/RemoteDivinerError.js +13 -0
- package/dist/browser/Diviner/RemoteDivinerError.js.map +1 -0
- package/dist/browser/Diviner/index.cjs +110 -0
- package/dist/browser/Diviner/index.cjs.map +1 -0
- package/dist/browser/Diviner/index.d.cts.map +1 -0
- package/dist/browser/Diviner/index.d.mts.map +1 -0
- package/dist/browser/Diviner/index.d.ts +3 -0
- package/dist/browser/Diviner/index.d.ts.map +1 -0
- package/dist/browser/Diviner/index.js +3 -0
- package/dist/browser/Diviner/index.js.map +1 -0
- package/dist/browser/Simple.cjs +176 -0
- package/dist/browser/Simple.cjs.map +1 -0
- package/dist/browser/Simple.d.cts.map +1 -0
- package/dist/browser/Simple.d.mts.map +1 -0
- package/dist/browser/Simple.d.ts +22 -0
- package/dist/browser/Simple.d.ts.map +1 -0
- package/dist/browser/Simple.js +48 -0
- package/dist/browser/Simple.js.map +1 -0
- package/dist/browser/Test/index.cjs +56 -0
- package/dist/browser/Test/index.cjs.map +1 -0
- package/dist/browser/Test/index.d.cts.map +1 -0
- package/dist/browser/Test/index.d.mts.map +1 -0
- package/dist/browser/Test/index.d.ts +3 -0
- package/dist/browser/Test/index.d.ts.map +1 -0
- package/dist/browser/Test/index.js +3 -0
- package/dist/browser/Test/index.js.map +1 -0
- package/dist/browser/Test/testBoundWitness.cjs +38 -0
- package/dist/browser/Test/testBoundWitness.cjs.map +1 -0
- package/dist/browser/Test/testBoundWitness.d.cts.map +1 -0
- package/dist/browser/Test/testBoundWitness.d.mts.map +1 -0
- package/dist/browser/Test/testBoundWitness.d.ts +4 -0
- package/dist/browser/Test/testBoundWitness.d.ts.map +1 -0
- package/dist/browser/Test/testBoundWitness.js +16 -0
- package/dist/browser/Test/testBoundWitness.js.map +1 -0
- package/dist/browser/Test/testPayload.cjs +39 -0
- package/dist/browser/Test/testPayload.cjs.map +1 -0
- package/dist/browser/Test/testPayload.d.cts.map +1 -0
- package/dist/browser/Test/testPayload.d.mts.map +1 -0
- package/dist/browser/Test/testPayload.d.ts +6 -0
- package/dist/browser/Test/testPayload.d.ts.map +1 -0
- package/dist/browser/Test/testPayload.js +17 -0
- package/dist/browser/Test/testPayload.js.map +1 -0
- package/dist/browser/WithArchive.cjs +19 -0
- package/dist/browser/WithArchive.cjs.map +1 -0
- package/dist/browser/WithArchive.d.cts.map +1 -0
- package/dist/browser/WithArchive.d.mts.map +1 -0
- package/dist/browser/WithArchive.d.ts +4 -0
- package/dist/browser/WithArchive.d.ts.map +1 -0
- package/dist/browser/WithArchive.js +1 -0
- package/dist/browser/WithArchive.js.map +1 -0
- package/dist/{index.js → browser/index.cjs} +1 -21
- package/dist/browser/index.cjs.map +1 -0
- package/dist/browser/index.d.cts.map +1 -0
- package/dist/browser/index.d.mts.map +1 -0
- package/dist/browser/index.d.ts +7 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +7 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/models/ArchivePath.cjs +19 -0
- package/dist/browser/models/ArchivePath.cjs.map +1 -0
- package/dist/browser/models/ArchivePath.d.cts.map +1 -0
- package/dist/browser/models/ArchivePath.d.mts.map +1 -0
- package/dist/browser/models/ArchivePath.d.ts +4 -0
- package/dist/browser/models/ArchivePath.d.ts.map +1 -0
- package/dist/browser/models/ArchivePath.js +1 -0
- package/dist/browser/models/ArchivePath.js.map +1 -0
- package/dist/browser/models/index.cjs +19 -0
- package/dist/browser/models/index.cjs.map +1 -0
- package/dist/browser/models/index.d.cts.map +1 -0
- package/dist/browser/models/index.d.mts.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +2 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/objToQuery.cjs +31 -0
- package/dist/browser/objToQuery.cjs.map +1 -0
- package/dist/browser/objToQuery.d.cts.map +1 -0
- package/dist/browser/objToQuery.d.mts.map +1 -0
- package/dist/browser/objToQuery.d.ts +2 -0
- package/dist/browser/objToQuery.d.ts.map +1 -0
- package/dist/browser/objToQuery.js +9 -0
- package/dist/browser/objToQuery.js.map +1 -0
- package/dist/docs.json +402 -402
- package/dist/node/Api/Api.d.cts +12 -0
- package/dist/node/Api/Api.d.cts.map +1 -0
- package/dist/node/Api/Api.d.mts +12 -0
- package/dist/node/Api/Api.d.mts.map +1 -0
- package/dist/node/Api/Api.d.ts +12 -0
- package/dist/node/Api/Api.d.ts.map +1 -0
- package/dist/node/Api/Api.js +196 -0
- package/dist/node/Api/Api.js.map +1 -0
- package/dist/node/Api/Api.mjs +171 -0
- package/dist/node/Api/Api.mjs.map +1 -0
- package/dist/node/Api/index.d.cts +2 -0
- package/dist/node/Api/index.d.cts.map +1 -0
- package/dist/node/Api/index.d.mts +2 -0
- package/dist/node/Api/index.d.mts.map +1 -0
- package/dist/node/Api/index.d.ts +2 -0
- package/dist/node/Api/index.d.ts.map +1 -0
- package/dist/node/Api/index.js +198 -0
- package/dist/node/Api/index.js.map +1 -0
- package/dist/node/Api/index.mjs +171 -0
- package/dist/node/Api/index.mjs.map +1 -0
- package/dist/node/Base.d.cts +32 -0
- package/dist/node/Base.d.cts.map +1 -0
- package/dist/node/Base.d.mts +32 -0
- package/dist/node/Base.d.mts.map +1 -0
- package/dist/node/Base.d.ts +32 -0
- package/dist/node/Base.d.ts.map +1 -0
- package/dist/node/Base.js +131 -0
- package/dist/node/Base.js.map +1 -0
- package/dist/node/Base.mjs +106 -0
- package/dist/node/Base.mjs.map +1 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.d.cts +12 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.d.cts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.d.mts +12 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.d.mts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.d.ts +12 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.d.ts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.js +59 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.js.map +1 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.mjs +34 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApi.mjs.map +1 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.cts +10 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.cts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.mts +10 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.mts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.ts +10 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.ts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.js +39 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.js.map +1 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.mjs +13 -0
- package/dist/node/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.mjs.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.cts +5 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.cts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.mts +5 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.mts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.ts +5 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.ts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.js +19 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.js.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.mjs +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.mjs.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.cts +12 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.cts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.mts +12 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.mts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.ts +12 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.ts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.js +39 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.js.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.mjs +12 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.mjs.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.cts +3 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.cts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.mts +3 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.mts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.ts +3 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.ts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.js +41 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.js.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.mjs +12 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.mjs.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.cts +12 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.cts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.mts +12 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.mts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.ts +12 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.ts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.js +39 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.js.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.mjs +12 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.mjs.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.cts +2 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.cts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.mts +2 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.mts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.ts +2 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.ts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.js +41 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.js.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.mjs +12 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.mjs.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.cts +18 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.cts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.mts +18 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.mts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.ts +18 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.ts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.js +19 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.js.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.mjs +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.mjs.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.cts +5 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.cts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.mts +5 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.mts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.ts +5 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.ts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.js +19 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.js.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.mjs +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.mjs.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.cts +6 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.cts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.mts +6 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.mts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.ts +6 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.ts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.js +38 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.js.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.mjs +13 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationQuerySchema.mjs.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.cts +8 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.cts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.mts +8 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.mts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.ts +8 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.ts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.js +19 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.js.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.mjs +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.mjs.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.cts +12 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.cts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.mts +12 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.mts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.ts +12 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.ts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.js +39 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.js.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.mjs +12 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.mjs.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.cts +3 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.cts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.mts +3 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.mts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.ts +3 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.ts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.js +41 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.js.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.mjs +12 -0
- package/dist/node/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.mjs.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/index.d.cts +7 -0
- package/dist/node/Diviner/LocationDiviner/Queries/index.d.cts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/index.d.mts +7 -0
- package/dist/node/Diviner/LocationDiviner/Queries/index.d.mts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/index.d.ts +7 -0
- package/dist/node/Diviner/LocationDiviner/Queries/index.d.ts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/index.js +79 -0
- package/dist/node/Diviner/LocationDiviner/Queries/index.js.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Queries/index.mjs +43 -0
- package/dist/node/Diviner/LocationDiviner/Queries/index.mjs.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.cts +13 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.cts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.mts +13 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.mts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.ts +13 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.ts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.js +31 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.js.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.mjs +6 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.mjs.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.d.cts +21 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.d.cts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.d.mts +21 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.d.mts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.d.ts +21 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.d.ts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.js +31 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.js.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.mjs +6 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/LocationWitness.mjs.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/index.d.cts +3 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/index.d.cts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/index.d.mts +3 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/index.d.mts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/index.d.ts +3 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/index.d.ts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/index.js +38 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/index.js.map +1 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/index.mjs +10 -0
- package/dist/node/Diviner/LocationDiviner/Witnesses/index.mjs.map +1 -0
- package/dist/node/Diviner/LocationDiviner/index.d.cts +5 -0
- package/dist/node/Diviner/LocationDiviner/index.d.cts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/index.d.mts +5 -0
- package/dist/node/Diviner/LocationDiviner/index.d.mts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/index.d.ts +5 -0
- package/dist/node/Diviner/LocationDiviner/index.d.ts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/index.js +122 -0
- package/dist/node/Diviner/LocationDiviner/index.js.map +1 -0
- package/dist/node/Diviner/LocationDiviner/index.mjs +83 -0
- package/dist/node/Diviner/LocationDiviner/index.mjs.map +1 -0
- package/dist/node/Diviner/LocationDiviner/models.d.cts +5 -0
- package/dist/node/Diviner/LocationDiviner/models.d.cts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/models.d.mts +5 -0
- package/dist/node/Diviner/LocationDiviner/models.d.mts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/models.d.ts +5 -0
- package/dist/node/Diviner/LocationDiviner/models.d.ts.map +1 -0
- package/dist/node/Diviner/LocationDiviner/models.js +19 -0
- package/dist/node/Diviner/LocationDiviner/models.js.map +1 -0
- package/dist/node/Diviner/LocationDiviner/models.mjs +1 -0
- package/dist/node/Diviner/LocationDiviner/models.mjs.map +1 -0
- package/dist/node/Diviner/RemoteDivinerConfig.d.cts +11 -0
- package/dist/node/Diviner/RemoteDivinerConfig.d.cts.map +1 -0
- package/dist/node/Diviner/RemoteDivinerConfig.d.mts +11 -0
- package/dist/node/Diviner/RemoteDivinerConfig.d.mts.map +1 -0
- package/dist/node/Diviner/RemoteDivinerConfig.d.ts +11 -0
- package/dist/node/Diviner/RemoteDivinerConfig.d.ts.map +1 -0
- package/dist/node/Diviner/RemoteDivinerConfig.js +31 -0
- package/dist/node/Diviner/RemoteDivinerConfig.js.map +1 -0
- package/dist/node/Diviner/RemoteDivinerConfig.mjs +6 -0
- package/dist/node/Diviner/RemoteDivinerConfig.mjs.map +1 -0
- package/dist/node/Diviner/RemoteDivinerError.d.cts +6 -0
- package/dist/node/Diviner/RemoteDivinerError.d.cts.map +1 -0
- package/dist/node/Diviner/RemoteDivinerError.d.mts +6 -0
- package/dist/node/Diviner/RemoteDivinerError.d.mts.map +1 -0
- package/dist/node/Diviner/RemoteDivinerError.d.ts +6 -0
- package/dist/node/Diviner/RemoteDivinerError.d.ts.map +1 -0
- package/dist/node/Diviner/RemoteDivinerError.js +39 -0
- package/dist/node/Diviner/RemoteDivinerError.js.map +1 -0
- package/dist/node/Diviner/RemoteDivinerError.mjs +14 -0
- package/dist/node/Diviner/RemoteDivinerError.mjs.map +1 -0
- package/dist/node/Diviner/index.d.cts +3 -0
- package/dist/node/Diviner/index.d.cts.map +1 -0
- package/dist/node/Diviner/index.d.mts +3 -0
- package/dist/node/Diviner/index.d.mts.map +1 -0
- package/dist/node/Diviner/index.d.ts +3 -0
- package/dist/node/Diviner/index.d.ts.map +1 -0
- package/dist/node/Diviner/index.js +127 -0
- package/dist/node/Diviner/index.js.map +1 -0
- package/dist/node/Diviner/index.mjs +87 -0
- package/dist/node/Diviner/index.mjs.map +1 -0
- package/dist/node/Simple.d.cts +22 -0
- package/dist/node/Simple.d.cts.map +1 -0
- package/dist/node/Simple.d.mts +22 -0
- package/dist/node/Simple.d.mts.map +1 -0
- package/dist/node/Simple.d.ts +22 -0
- package/dist/node/Simple.d.ts.map +1 -0
- package/dist/node/Simple.js +184 -0
- package/dist/node/Simple.js.map +1 -0
- package/dist/node/Simple.mjs +157 -0
- package/dist/node/Simple.mjs.map +1 -0
- package/dist/node/Test/index.d.cts +3 -0
- package/dist/node/Test/index.d.cts.map +1 -0
- package/dist/node/Test/index.d.mts +3 -0
- package/dist/node/Test/index.d.mts.map +1 -0
- package/dist/node/Test/index.d.ts +3 -0
- package/dist/node/Test/index.d.ts.map +1 -0
- package/dist/node/Test/index.js +62 -0
- package/dist/node/Test/index.js.map +1 -0
- package/dist/node/Test/index.mjs +33 -0
- package/dist/node/Test/index.mjs.map +1 -0
- package/dist/node/Test/testBoundWitness.d.cts +4 -0
- package/dist/node/Test/testBoundWitness.d.cts.map +1 -0
- package/dist/node/Test/testBoundWitness.d.mts +4 -0
- package/dist/node/Test/testBoundWitness.d.mts.map +1 -0
- package/dist/node/Test/testBoundWitness.d.ts +4 -0
- package/dist/node/Test/testBoundWitness.d.ts.map +1 -0
- package/dist/node/Test/testBoundWitness.js +42 -0
- package/dist/node/Test/testBoundWitness.js.map +1 -0
- package/dist/node/Test/testBoundWitness.mjs +17 -0
- package/dist/node/Test/testBoundWitness.mjs.map +1 -0
- package/dist/node/Test/testPayload.d.cts +6 -0
- package/dist/node/Test/testPayload.d.cts.map +1 -0
- package/dist/node/Test/testPayload.d.mts +6 -0
- package/dist/node/Test/testPayload.d.mts.map +1 -0
- package/dist/node/Test/testPayload.d.ts +6 -0
- package/dist/node/Test/testPayload.d.ts.map +1 -0
- package/dist/node/Test/testPayload.js +44 -0
- package/dist/node/Test/testPayload.js.map +1 -0
- package/dist/node/Test/testPayload.mjs +18 -0
- package/dist/node/Test/testPayload.mjs.map +1 -0
- package/dist/node/WithArchive.d.cts +4 -0
- package/dist/node/WithArchive.d.cts.map +1 -0
- package/dist/node/WithArchive.d.mts +4 -0
- package/dist/node/WithArchive.d.mts.map +1 -0
- package/dist/node/WithArchive.d.ts +4 -0
- package/dist/node/WithArchive.d.ts.map +1 -0
- package/dist/node/WithArchive.js +19 -0
- package/dist/node/WithArchive.js.map +1 -0
- package/dist/node/WithArchive.mjs +1 -0
- package/dist/node/WithArchive.mjs.map +1 -0
- package/dist/node/index.d.cts +7 -0
- package/dist/node/index.d.cts.map +1 -0
- package/dist/node/index.d.mts +7 -0
- package/dist/node/index.d.mts.map +1 -0
- package/dist/node/index.d.ts +7 -0
- package/dist/node/index.d.ts.map +1 -0
- package/dist/node/index.js +301 -0
- package/dist/node/index.js.map +1 -0
- package/dist/{index.mjs → node/index.mjs} +14 -10
- package/dist/node/index.mjs.map +1 -0
- package/dist/node/models/ArchivePath.d.cts +4 -0
- package/dist/node/models/ArchivePath.d.cts.map +1 -0
- package/dist/node/models/ArchivePath.d.mts +4 -0
- package/dist/node/models/ArchivePath.d.mts.map +1 -0
- package/dist/node/models/ArchivePath.d.ts +4 -0
- package/dist/node/models/ArchivePath.d.ts.map +1 -0
- package/dist/node/models/ArchivePath.js +19 -0
- package/dist/node/models/ArchivePath.js.map +1 -0
- package/dist/node/models/ArchivePath.mjs +1 -0
- package/dist/node/models/ArchivePath.mjs.map +1 -0
- package/dist/node/models/index.d.cts +2 -0
- package/dist/node/models/index.d.cts.map +1 -0
- package/dist/node/models/index.d.mts +2 -0
- package/dist/node/models/index.d.mts.map +1 -0
- package/dist/node/models/index.d.ts +2 -0
- package/dist/node/models/index.d.ts.map +1 -0
- package/dist/node/models/index.js +19 -0
- package/dist/node/models/index.js.map +1 -0
- package/dist/node/models/index.mjs +1 -0
- package/dist/node/models/index.mjs.map +1 -0
- package/dist/node/objToQuery.d.cts +2 -0
- package/dist/node/objToQuery.d.cts.map +1 -0
- package/dist/node/objToQuery.d.mts +2 -0
- package/dist/node/objToQuery.d.mts.map +1 -0
- package/dist/node/objToQuery.d.ts +2 -0
- package/dist/node/objToQuery.d.ts.map +1 -0
- package/dist/node/objToQuery.js +35 -0
- package/dist/node/objToQuery.js.map +1 -0
- package/dist/node/objToQuery.mjs +10 -0
- package/dist/node/objToQuery.mjs.map +1 -0
- package/package.json +32 -29
- package/dist/Api/Api.d.mts.map +0 -1
- package/dist/Api/Api.d.ts.map +0 -1
- package/dist/Api/index.d.mts.map +0 -1
- package/dist/Api/index.d.ts.map +0 -1
- package/dist/Base.d.mts.map +0 -1
- package/dist/Base.d.ts.map +0 -1
- package/dist/Diviner/LocationDiviner/LocationDivinerApi.d.mts.map +0 -1
- package/dist/Diviner/LocationDiviner/LocationDivinerApi.d.ts.map +0 -1
- package/dist/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.mts.map +0 -1
- package/dist/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.ts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.mts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.ts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.mts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.ts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.mts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.ts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.mts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.ts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.mts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.ts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.mts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.ts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.mts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.ts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.mts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.ts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.mts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.ts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.mts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.ts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.mts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.ts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/index.d.mts.map +0 -1
- package/dist/Diviner/LocationDiviner/Queries/index.d.ts.map +0 -1
- package/dist/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.mts.map +0 -1
- package/dist/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.ts.map +0 -1
- package/dist/Diviner/LocationDiviner/Witnesses/LocationWitness.d.mts.map +0 -1
- package/dist/Diviner/LocationDiviner/Witnesses/LocationWitness.d.ts.map +0 -1
- package/dist/Diviner/LocationDiviner/Witnesses/index.d.mts.map +0 -1
- package/dist/Diviner/LocationDiviner/Witnesses/index.d.ts.map +0 -1
- package/dist/Diviner/LocationDiviner/index.d.mts.map +0 -1
- package/dist/Diviner/LocationDiviner/index.d.ts.map +0 -1
- package/dist/Diviner/LocationDiviner/models.d.mts.map +0 -1
- package/dist/Diviner/LocationDiviner/models.d.ts.map +0 -1
- package/dist/Diviner/RemoteDivinerConfig.d.mts.map +0 -1
- package/dist/Diviner/RemoteDivinerConfig.d.ts.map +0 -1
- package/dist/Diviner/RemoteDivinerError.d.mts.map +0 -1
- package/dist/Diviner/RemoteDivinerError.d.ts.map +0 -1
- package/dist/Diviner/index.d.mts.map +0 -1
- package/dist/Diviner/index.d.ts.map +0 -1
- package/dist/Simple.d.mts.map +0 -1
- package/dist/Simple.d.ts.map +0 -1
- package/dist/Test/index.d.mts.map +0 -1
- package/dist/Test/index.d.ts.map +0 -1
- package/dist/Test/testBoundWitness.d.mts.map +0 -1
- package/dist/Test/testBoundWitness.d.ts.map +0 -1
- package/dist/Test/testPayload.d.mts.map +0 -1
- package/dist/Test/testPayload.d.ts.map +0 -1
- package/dist/WithArchive.d.mts.map +0 -1
- package/dist/WithArchive.d.ts.map +0 -1
- package/dist/index.d.mts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/index.mjs.map +0 -1
- package/dist/models/ArchivePath.d.mts.map +0 -1
- package/dist/models/ArchivePath.d.ts.map +0 -1
- package/dist/models/index.d.mts.map +0 -1
- package/dist/models/index.d.ts.map +0 -1
- package/dist/objToQuery.d.mts.map +0 -1
- package/dist/objToQuery.d.ts.map +0 -1
- /package/dist/{Api/Api.d.mts → browser/Api/Api.d.cts} +0 -0
- /package/dist/{Api/Api.d.ts → browser/Api/Api.d.mts} +0 -0
- /package/dist/{Api/index.d.mts → browser/Api/index.d.cts} +0 -0
- /package/dist/{Api/index.d.ts → browser/Api/index.d.mts} +0 -0
- /package/dist/{Base.d.mts → browser/Base.d.cts} +0 -0
- /package/dist/{Base.d.ts → browser/Base.d.mts} +0 -0
- /package/dist/{Diviner/LocationDiviner/LocationDivinerApi.d.mts → browser/Diviner/LocationDiviner/LocationDivinerApi.d.cts} +0 -0
- /package/dist/{Diviner/LocationDiviner/LocationDivinerApi.d.ts → browser/Diviner/LocationDiviner/LocationDivinerApi.d.mts} +0 -0
- /package/dist/{Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.mts → browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.cts} +0 -0
- /package/dist/{Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.ts → browser/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.mts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.mts → browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.cts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.ts → browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.mts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.mts → browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.cts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.ts → browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.mts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.mts → browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.cts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.ts → browser/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.mts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.mts → browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.cts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.ts → browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.mts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.mts → browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.cts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.ts → browser/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.mts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.mts → browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.cts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.ts → browser/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.mts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.mts → browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.cts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.ts → browser/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.mts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationQuerySchema.d.mts → browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.cts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationQuerySchema.d.ts → browser/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.mts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.mts → browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.cts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.ts → browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.mts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.mts → browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.cts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.ts → browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.mts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.mts → browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.cts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.ts → browser/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.mts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/index.d.mts → browser/Diviner/LocationDiviner/Queries/index.d.cts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Queries/index.d.ts → browser/Diviner/LocationDiviner/Queries/index.d.mts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.mts → browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.cts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.ts → browser/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.mts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Witnesses/LocationWitness.d.mts → browser/Diviner/LocationDiviner/Witnesses/LocationWitness.d.cts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Witnesses/LocationWitness.d.ts → browser/Diviner/LocationDiviner/Witnesses/LocationWitness.d.mts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Witnesses/index.d.mts → browser/Diviner/LocationDiviner/Witnesses/index.d.cts} +0 -0
- /package/dist/{Diviner/LocationDiviner/Witnesses/index.d.ts → browser/Diviner/LocationDiviner/Witnesses/index.d.mts} +0 -0
- /package/dist/{Diviner/LocationDiviner/index.d.mts → browser/Diviner/LocationDiviner/index.d.cts} +0 -0
- /package/dist/{Diviner/LocationDiviner/index.d.ts → browser/Diviner/LocationDiviner/index.d.mts} +0 -0
- /package/dist/{Diviner/LocationDiviner/models.d.mts → browser/Diviner/LocationDiviner/models.d.cts} +0 -0
- /package/dist/{Diviner/LocationDiviner/models.d.ts → browser/Diviner/LocationDiviner/models.d.mts} +0 -0
- /package/dist/{Diviner/RemoteDivinerConfig.d.mts → browser/Diviner/RemoteDivinerConfig.d.cts} +0 -0
- /package/dist/{Diviner/RemoteDivinerConfig.d.ts → browser/Diviner/RemoteDivinerConfig.d.mts} +0 -0
- /package/dist/{Diviner/RemoteDivinerError.d.mts → browser/Diviner/RemoteDivinerError.d.cts} +0 -0
- /package/dist/{Diviner/RemoteDivinerError.d.ts → browser/Diviner/RemoteDivinerError.d.mts} +0 -0
- /package/dist/{Diviner/index.d.mts → browser/Diviner/index.d.cts} +0 -0
- /package/dist/{Diviner/index.d.ts → browser/Diviner/index.d.mts} +0 -0
- /package/dist/{Simple.d.mts → browser/Simple.d.cts} +0 -0
- /package/dist/{Simple.d.ts → browser/Simple.d.mts} +0 -0
- /package/dist/{Test/index.d.mts → browser/Test/index.d.cts} +0 -0
- /package/dist/{Test/index.d.ts → browser/Test/index.d.mts} +0 -0
- /package/dist/{Test/testBoundWitness.d.mts → browser/Test/testBoundWitness.d.cts} +0 -0
- /package/dist/{Test/testBoundWitness.d.ts → browser/Test/testBoundWitness.d.mts} +0 -0
- /package/dist/{Test/testPayload.d.mts → browser/Test/testPayload.d.cts} +0 -0
- /package/dist/{Test/testPayload.d.ts → browser/Test/testPayload.d.mts} +0 -0
- /package/dist/{WithArchive.d.mts → browser/WithArchive.d.cts} +0 -0
- /package/dist/{WithArchive.d.ts → browser/WithArchive.d.mts} +0 -0
- /package/dist/{index.d.mts → browser/index.d.cts} +0 -0
- /package/dist/{index.d.ts → browser/index.d.mts} +0 -0
- /package/dist/{models/ArchivePath.d.mts → browser/models/ArchivePath.d.cts} +0 -0
- /package/dist/{models/ArchivePath.d.ts → browser/models/ArchivePath.d.mts} +0 -0
- /package/dist/{models/index.d.mts → browser/models/index.d.cts} +0 -0
- /package/dist/{models/index.d.ts → browser/models/index.d.mts} +0 -0
- /package/dist/{objToQuery.d.mts → browser/objToQuery.d.cts} +0 -0
- /package/dist/{objToQuery.d.ts → browser/objToQuery.d.mts} +0 -0
package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.cts
ADDED
|
@@ -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"}
|
package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.mts
ADDED
|
@@ -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"}
|
package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.ts
ADDED
|
@@ -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
|
package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.ts.map
ADDED
|
@@ -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"}
|
package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.js
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
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 == null ? void 0 : query.schema) === locationHeatmapQuerySchema;
|
|
32
|
+
};
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
isLocationHeatmapQuery,
|
|
36
|
+
locationHeatmapAnswerSchema,
|
|
37
|
+
locationHeatmapQuerySchema
|
|
38
|
+
});
|
|
39
|
+
//# sourceMappingURL=LocationHeatmapQuery.js.map
|
package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.js.map
ADDED
|
@@ -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,UAAS,+BAAO,YAAW;AACpC;","names":[]}
|
package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.mjs
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.ts
|
|
2
|
+
var locationHeatmapQuerySchema = "network.xyo.location.heatmap.query";
|
|
3
|
+
var locationHeatmapAnswerSchema = "network.xyo.location.heatmap.answer";
|
|
4
|
+
var isLocationHeatmapQuery = (query) => {
|
|
5
|
+
return query && (query == null ? void 0 : query.schema) === locationHeatmapQuerySchema;
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
isLocationHeatmapQuery,
|
|
9
|
+
locationHeatmapAnswerSchema,
|
|
10
|
+
locationHeatmapQuerySchema
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=LocationHeatmapQuery.mjs.map
|
package/dist/node/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.mjs.map
ADDED
|
@@ -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,IAAM,6BAAyD;AAG/D,IAAM,8BAA2D;AAQjE,IAAM,yBAAyB,CAAC,UAAkE;AACvG,SAAO,UAAS,+BAAO,YAAW;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 @@
|
|
|
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,41 @@
|
|
|
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 == null ? void 0 : query.schema) === locationHeatmapQuerySchema;
|
|
34
|
+
};
|
|
35
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
36
|
+
0 && (module.exports = {
|
|
37
|
+
isLocationHeatmapQuery,
|
|
38
|
+
locationHeatmapAnswerSchema,
|
|
39
|
+
locationHeatmapQuerySchema
|
|
40
|
+
});
|
|
41
|
+
//# sourceMappingURL=index.js.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,UAAS,+BAAO,YAAW;AACpC;","names":[]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.ts
|
|
2
|
+
var locationHeatmapQuerySchema = "network.xyo.location.heatmap.query";
|
|
3
|
+
var locationHeatmapAnswerSchema = "network.xyo.location.heatmap.answer";
|
|
4
|
+
var isLocationHeatmapQuery = (query) => {
|
|
5
|
+
return query && (query == null ? void 0 : query.schema) === locationHeatmapQuerySchema;
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
isLocationHeatmapQuery,
|
|
9
|
+
locationHeatmapAnswerSchema,
|
|
10
|
+
locationHeatmapQuerySchema
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=index.mjs.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,IAAM,6BAAyD;AAG/D,IAAM,8BAA2D;AAQjE,IAAM,yBAAyB,CAAC,UAAkE;AACvG,SAAO,UAAS,+BAAO,YAAW;AACpC;","names":[]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { LocationWitnessSchema } from '../../Witnesses';
|
|
2
|
+
export type LocationQuadkeyHeatmapQuerySchema = 'network.xyo.location.heatmap.quadkey.query';
|
|
3
|
+
export declare const locationQuadkeyHeatmapQuerySchema: LocationQuadkeyHeatmapQuerySchema;
|
|
4
|
+
export type LocationQuadkeyHeatmapAnswerSchema = 'network.xyo.location.heatmap.quadkey.answer';
|
|
5
|
+
export declare const locationQuadkeyHeatmapAnswerSchema: LocationQuadkeyHeatmapAnswerSchema;
|
|
6
|
+
export type LocationQuadkeyHeatmapQuery = {
|
|
7
|
+
schema: LocationWitnessSchema;
|
|
8
|
+
startTime?: string;
|
|
9
|
+
stopTime?: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const isLocationQuadkeyHeatmapQuery: (query: Record<string, unknown>) => query is LocationQuadkeyHeatmapQuery;
|
|
12
|
+
//# sourceMappingURL=LocationQuadkeyHeatmapQuery.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LocationQuadkeyHeatmapQuery.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAA;AAEvD,MAAM,MAAM,iCAAiC,GAAG,4CAA4C,CAAA;AAC5F,eAAO,MAAM,iCAAiC,EAAE,iCAAgF,CAAA;AAChI,MAAM,MAAM,kCAAkC,GAAG,6CAA6C,CAAA;AAC9F,eAAO,MAAM,kCAAkC,EAAE,kCAAkF,CAAA;AACnI,MAAM,MAAM,2BAA2B,GAAG;IACxC,MAAM,EAAE,qBAAqB,CAAA;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB,CAAA;AAED,eAAO,MAAM,6BAA6B,UAAW,OAAO,MAAM,EAAE,OAAO,CAAC,yCAE3E,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { LocationWitnessSchema } from '../../Witnesses';
|
|
2
|
+
export type LocationQuadkeyHeatmapQuerySchema = 'network.xyo.location.heatmap.quadkey.query';
|
|
3
|
+
export declare const locationQuadkeyHeatmapQuerySchema: LocationQuadkeyHeatmapQuerySchema;
|
|
4
|
+
export type LocationQuadkeyHeatmapAnswerSchema = 'network.xyo.location.heatmap.quadkey.answer';
|
|
5
|
+
export declare const locationQuadkeyHeatmapAnswerSchema: LocationQuadkeyHeatmapAnswerSchema;
|
|
6
|
+
export type LocationQuadkeyHeatmapQuery = {
|
|
7
|
+
schema: LocationWitnessSchema;
|
|
8
|
+
startTime?: string;
|
|
9
|
+
stopTime?: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const isLocationQuadkeyHeatmapQuery: (query: Record<string, unknown>) => query is LocationQuadkeyHeatmapQuery;
|
|
12
|
+
//# sourceMappingURL=LocationQuadkeyHeatmapQuery.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LocationQuadkeyHeatmapQuery.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAA;AAEvD,MAAM,MAAM,iCAAiC,GAAG,4CAA4C,CAAA;AAC5F,eAAO,MAAM,iCAAiC,EAAE,iCAAgF,CAAA;AAChI,MAAM,MAAM,kCAAkC,GAAG,6CAA6C,CAAA;AAC9F,eAAO,MAAM,kCAAkC,EAAE,kCAAkF,CAAA;AACnI,MAAM,MAAM,2BAA2B,GAAG;IACxC,MAAM,EAAE,qBAAqB,CAAA;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB,CAAA;AAED,eAAO,MAAM,6BAA6B,UAAW,OAAO,MAAM,EAAE,OAAO,CAAC,yCAE3E,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { LocationWitnessSchema } from '../../Witnesses';
|
|
2
|
+
export type LocationQuadkeyHeatmapQuerySchema = 'network.xyo.location.heatmap.quadkey.query';
|
|
3
|
+
export declare const locationQuadkeyHeatmapQuerySchema: LocationQuadkeyHeatmapQuerySchema;
|
|
4
|
+
export type LocationQuadkeyHeatmapAnswerSchema = 'network.xyo.location.heatmap.quadkey.answer';
|
|
5
|
+
export declare const locationQuadkeyHeatmapAnswerSchema: LocationQuadkeyHeatmapAnswerSchema;
|
|
6
|
+
export type LocationQuadkeyHeatmapQuery = {
|
|
7
|
+
schema: LocationWitnessSchema;
|
|
8
|
+
startTime?: string;
|
|
9
|
+
stopTime?: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const isLocationQuadkeyHeatmapQuery: (query: Record<string, unknown>) => query is LocationQuadkeyHeatmapQuery;
|
|
12
|
+
//# sourceMappingURL=LocationQuadkeyHeatmapQuery.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LocationQuadkeyHeatmapQuery.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAA;AAEvD,MAAM,MAAM,iCAAiC,GAAG,4CAA4C,CAAA;AAC5F,eAAO,MAAM,iCAAiC,EAAE,iCAAgF,CAAA;AAChI,MAAM,MAAM,kCAAkC,GAAG,6CAA6C,CAAA;AAC9F,eAAO,MAAM,kCAAkC,EAAE,kCAAkF,CAAA;AACnI,MAAM,MAAM,2BAA2B,GAAG;IACxC,MAAM,EAAE,qBAAqB,CAAA;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB,CAAA;AAED,eAAO,MAAM,6BAA6B,UAAW,OAAO,MAAM,EAAE,OAAO,CAAC,yCAE3E,CAAA"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.ts
|
|
21
|
+
var LocationQuadkeyHeatmapQuery_exports = {};
|
|
22
|
+
__export(LocationQuadkeyHeatmapQuery_exports, {
|
|
23
|
+
isLocationQuadkeyHeatmapQuery: () => isLocationQuadkeyHeatmapQuery,
|
|
24
|
+
locationQuadkeyHeatmapAnswerSchema: () => locationQuadkeyHeatmapAnswerSchema,
|
|
25
|
+
locationQuadkeyHeatmapQuerySchema: () => locationQuadkeyHeatmapQuerySchema
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(LocationQuadkeyHeatmapQuery_exports);
|
|
28
|
+
var locationQuadkeyHeatmapQuerySchema = "network.xyo.location.heatmap.quadkey.query";
|
|
29
|
+
var locationQuadkeyHeatmapAnswerSchema = "network.xyo.location.heatmap.quadkey.answer";
|
|
30
|
+
var isLocationQuadkeyHeatmapQuery = (query) => {
|
|
31
|
+
return query && (query == null ? void 0 : query.schema) === locationQuadkeyHeatmapQuerySchema;
|
|
32
|
+
};
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
isLocationQuadkeyHeatmapQuery,
|
|
36
|
+
locationQuadkeyHeatmapAnswerSchema,
|
|
37
|
+
locationQuadkeyHeatmapQuerySchema
|
|
38
|
+
});
|
|
39
|
+
//# sourceMappingURL=LocationQuadkeyHeatmapQuery.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.ts"],"sourcesContent":["import { LocationWitnessSchema } from '../../Witnesses'\n\nexport type LocationQuadkeyHeatmapQuerySchema = 'network.xyo.location.heatmap.quadkey.query'\nexport const locationQuadkeyHeatmapQuerySchema: LocationQuadkeyHeatmapQuerySchema = 'network.xyo.location.heatmap.quadkey.query'\nexport type LocationQuadkeyHeatmapAnswerSchema = 'network.xyo.location.heatmap.quadkey.answer'\nexport const locationQuadkeyHeatmapAnswerSchema: LocationQuadkeyHeatmapAnswerSchema = 'network.xyo.location.heatmap.quadkey.answer'\nexport type LocationQuadkeyHeatmapQuery = {\n schema: LocationWitnessSchema\n startTime?: string\n stopTime?: string\n}\n\nexport const isLocationQuadkeyHeatmapQuery = (query: Record<string, unknown>): query is LocationQuadkeyHeatmapQuery => {\n return query && query?.schema === locationQuadkeyHeatmapQuerySchema\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGO,IAAM,oCAAuE;AAE7E,IAAM,qCAAyE;AAO/E,IAAM,gCAAgC,CAAC,UAAyE;AACrH,SAAO,UAAS,+BAAO,YAAW;AACpC;","names":[]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.ts
|
|
2
|
+
var locationQuadkeyHeatmapQuerySchema = "network.xyo.location.heatmap.quadkey.query";
|
|
3
|
+
var locationQuadkeyHeatmapAnswerSchema = "network.xyo.location.heatmap.quadkey.answer";
|
|
4
|
+
var isLocationQuadkeyHeatmapQuery = (query) => {
|
|
5
|
+
return query && (query == null ? void 0 : query.schema) === locationQuadkeyHeatmapQuerySchema;
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
isLocationQuadkeyHeatmapQuery,
|
|
9
|
+
locationQuadkeyHeatmapAnswerSchema,
|
|
10
|
+
locationQuadkeyHeatmapQuerySchema
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=LocationQuadkeyHeatmapQuery.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.ts"],"sourcesContent":["import { LocationWitnessSchema } from '../../Witnesses'\n\nexport type LocationQuadkeyHeatmapQuerySchema = 'network.xyo.location.heatmap.quadkey.query'\nexport const locationQuadkeyHeatmapQuerySchema: LocationQuadkeyHeatmapQuerySchema = 'network.xyo.location.heatmap.quadkey.query'\nexport type LocationQuadkeyHeatmapAnswerSchema = 'network.xyo.location.heatmap.quadkey.answer'\nexport const locationQuadkeyHeatmapAnswerSchema: LocationQuadkeyHeatmapAnswerSchema = 'network.xyo.location.heatmap.quadkey.answer'\nexport type LocationQuadkeyHeatmapQuery = {\n schema: LocationWitnessSchema\n startTime?: string\n stopTime?: string\n}\n\nexport const isLocationQuadkeyHeatmapQuery = (query: Record<string, unknown>): query is LocationQuadkeyHeatmapQuery => {\n return query && query?.schema === locationQuadkeyHeatmapQuerySchema\n}\n"],"mappings":";AAGO,IAAM,oCAAuE;AAE7E,IAAM,qCAAyE;AAO/E,IAAM,gCAAgC,CAAC,UAAyE;AACrH,SAAO,UAAS,+BAAO,YAAW;AACpC;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAA"}
|
|
@@ -0,0 +1,41 @@
|
|
|
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/LocationQuadkeyHeatmapQuery/index.ts
|
|
21
|
+
var LocationQuadkeyHeatmapQuery_exports = {};
|
|
22
|
+
__export(LocationQuadkeyHeatmapQuery_exports, {
|
|
23
|
+
isLocationQuadkeyHeatmapQuery: () => isLocationQuadkeyHeatmapQuery,
|
|
24
|
+
locationQuadkeyHeatmapAnswerSchema: () => locationQuadkeyHeatmapAnswerSchema,
|
|
25
|
+
locationQuadkeyHeatmapQuerySchema: () => locationQuadkeyHeatmapQuerySchema
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(LocationQuadkeyHeatmapQuery_exports);
|
|
28
|
+
|
|
29
|
+
// src/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.ts
|
|
30
|
+
var locationQuadkeyHeatmapQuerySchema = "network.xyo.location.heatmap.quadkey.query";
|
|
31
|
+
var locationQuadkeyHeatmapAnswerSchema = "network.xyo.location.heatmap.quadkey.answer";
|
|
32
|
+
var isLocationQuadkeyHeatmapQuery = (query) => {
|
|
33
|
+
return query && (query == null ? void 0 : query.schema) === locationQuadkeyHeatmapQuerySchema;
|
|
34
|
+
};
|
|
35
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
36
|
+
0 && (module.exports = {
|
|
37
|
+
isLocationQuadkeyHeatmapQuery,
|
|
38
|
+
locationQuadkeyHeatmapAnswerSchema,
|
|
39
|
+
locationQuadkeyHeatmapQuerySchema
|
|
40
|
+
});
|
|
41
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.ts","../../../../../../src/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.ts"],"sourcesContent":["export * from './LocationQuadkeyHeatmapQuery'\n","import { LocationWitnessSchema } from '../../Witnesses'\n\nexport type LocationQuadkeyHeatmapQuerySchema = 'network.xyo.location.heatmap.quadkey.query'\nexport const locationQuadkeyHeatmapQuerySchema: LocationQuadkeyHeatmapQuerySchema = 'network.xyo.location.heatmap.quadkey.query'\nexport type LocationQuadkeyHeatmapAnswerSchema = 'network.xyo.location.heatmap.quadkey.answer'\nexport const locationQuadkeyHeatmapAnswerSchema: LocationQuadkeyHeatmapAnswerSchema = 'network.xyo.location.heatmap.quadkey.answer'\nexport type LocationQuadkeyHeatmapQuery = {\n schema: LocationWitnessSchema\n startTime?: string\n stopTime?: string\n}\n\nexport const isLocationQuadkeyHeatmapQuery = (query: Record<string, unknown>): query is LocationQuadkeyHeatmapQuery => {\n return query && query?.schema === locationQuadkeyHeatmapQuerySchema\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACGO,IAAM,oCAAuE;AAE7E,IAAM,qCAAyE;AAO/E,IAAM,gCAAgC,CAAC,UAAyE;AACrH,SAAO,UAAS,+BAAO,YAAW;AACpC;","names":[]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.ts
|
|
2
|
+
var locationQuadkeyHeatmapQuerySchema = "network.xyo.location.heatmap.quadkey.query";
|
|
3
|
+
var locationQuadkeyHeatmapAnswerSchema = "network.xyo.location.heatmap.quadkey.answer";
|
|
4
|
+
var isLocationQuadkeyHeatmapQuery = (query) => {
|
|
5
|
+
return query && (query == null ? void 0 : query.schema) === locationQuadkeyHeatmapQuerySchema;
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
isLocationQuadkeyHeatmapQuery,
|
|
9
|
+
locationQuadkeyHeatmapAnswerSchema,
|
|
10
|
+
locationQuadkeyHeatmapQuerySchema
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.ts"],"sourcesContent":["import { LocationWitnessSchema } from '../../Witnesses'\n\nexport type LocationQuadkeyHeatmapQuerySchema = 'network.xyo.location.heatmap.quadkey.query'\nexport const locationQuadkeyHeatmapQuerySchema: LocationQuadkeyHeatmapQuerySchema = 'network.xyo.location.heatmap.quadkey.query'\nexport type LocationQuadkeyHeatmapAnswerSchema = 'network.xyo.location.heatmap.quadkey.answer'\nexport const locationQuadkeyHeatmapAnswerSchema: LocationQuadkeyHeatmapAnswerSchema = 'network.xyo.location.heatmap.quadkey.answer'\nexport type LocationQuadkeyHeatmapQuery = {\n schema: LocationWitnessSchema\n startTime?: string\n stopTime?: string\n}\n\nexport const isLocationQuadkeyHeatmapQuery = (query: Record<string, unknown>): query is LocationQuadkeyHeatmapQuery => {\n return query && query?.schema === locationQuadkeyHeatmapQuerySchema\n}\n"],"mappings":";AAGO,IAAM,oCAAuE;AAE7E,IAAM,qCAAyE;AAO/E,IAAM,gCAAgC,CAAC,UAAyE;AACrH,SAAO,UAAS,+BAAO,YAAW;AACpC;","names":[]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ApiConfig } from '@xyo-network/api-models';
|
|
2
|
+
import { LocationHeatmapQuery, LocationHeatmapQuerySchema } from './LocationHeatmapQuery';
|
|
3
|
+
import { LocationQuadkeyHeatmapQuery, LocationQuadkeyHeatmapQuerySchema } from './LocationQuadkeyHeatmapQuery';
|
|
4
|
+
import { LocationQuerySchema } from './LocationQuerySchema';
|
|
5
|
+
import { LocationTimeRangeQuery, LocationTimeRangeQuerySchema } from './LocationTimeRangeQuery';
|
|
6
|
+
export interface LocationQueryCreationRequest<TSchema extends LocationQuerySchema = LocationQuerySchema, TQuery extends Record<string, unknown> = Record<string, unknown>> {
|
|
7
|
+
query: TQuery;
|
|
8
|
+
resultArchive: string;
|
|
9
|
+
resultArchivist: ApiConfig;
|
|
10
|
+
schema: TSchema;
|
|
11
|
+
sourceArchive: string;
|
|
12
|
+
sourceArchivist: ApiConfig;
|
|
13
|
+
}
|
|
14
|
+
export type LocationTimeRangeQueryCreationRequest = LocationQueryCreationRequest<LocationTimeRangeQuerySchema, LocationTimeRangeQuery>;
|
|
15
|
+
export type LocationHeatmapQueryCreationRequest = LocationQueryCreationRequest<LocationHeatmapQuerySchema, LocationHeatmapQuery>;
|
|
16
|
+
export type LocationQuadkeyHeatmapQueryCreationRequest = LocationQueryCreationRequest<LocationQuadkeyHeatmapQuerySchema, LocationQuadkeyHeatmapQuery>;
|
|
17
|
+
export type SupportedLocationQueryCreationRequest = LocationTimeRangeQueryCreationRequest | LocationHeatmapQueryCreationRequest | LocationQuadkeyHeatmapQueryCreationRequest;
|
|
18
|
+
//# sourceMappingURL=LocationQueryCreationRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LocationQueryCreationRequest.d.ts","sourceRoot":"","sources":["../../../../../src/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AAEnD,OAAO,EAAE,oBAAoB,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAA;AACzF,OAAO,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,MAAM,+BAA+B,CAAA;AAC9G,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EAAE,sBAAsB,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAA;AAE/F,MAAM,WAAW,4BAA4B,CAC3C,OAAO,SAAS,mBAAmB,GAAG,mBAAmB,EACzD,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAEhE,KAAK,EAAE,MAAM,CAAA;IACb,aAAa,EAAE,MAAM,CAAA;IACrB,eAAe,EAAE,SAAS,CAAA;IAC1B,MAAM,EAAE,OAAO,CAAA;IACf,aAAa,EAAE,MAAM,CAAA;IACrB,eAAe,EAAE,SAAS,CAAA;CAC3B;AAED,MAAM,MAAM,qCAAqC,GAAG,4BAA4B,CAAC,4BAA4B,EAAE,sBAAsB,CAAC,CAAA;AACtI,MAAM,MAAM,mCAAmC,GAAG,4BAA4B,CAAC,0BAA0B,EAAE,oBAAoB,CAAC,CAAA;AAEhI,MAAM,MAAM,0CAA0C,GAAG,4BAA4B,CAAC,iCAAiC,EAAE,2BAA2B,CAAC,CAAA;AAErJ,MAAM,MAAM,qCAAqC,GAC7C,qCAAqC,GACrC,mCAAmC,GACnC,0CAA0C,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ApiConfig } from '@xyo-network/api-models';
|
|
2
|
+
import { LocationHeatmapQuery, LocationHeatmapQuerySchema } from './LocationHeatmapQuery';
|
|
3
|
+
import { LocationQuadkeyHeatmapQuery, LocationQuadkeyHeatmapQuerySchema } from './LocationQuadkeyHeatmapQuery';
|
|
4
|
+
import { LocationQuerySchema } from './LocationQuerySchema';
|
|
5
|
+
import { LocationTimeRangeQuery, LocationTimeRangeQuerySchema } from './LocationTimeRangeQuery';
|
|
6
|
+
export interface LocationQueryCreationRequest<TSchema extends LocationQuerySchema = LocationQuerySchema, TQuery extends Record<string, unknown> = Record<string, unknown>> {
|
|
7
|
+
query: TQuery;
|
|
8
|
+
resultArchive: string;
|
|
9
|
+
resultArchivist: ApiConfig;
|
|
10
|
+
schema: TSchema;
|
|
11
|
+
sourceArchive: string;
|
|
12
|
+
sourceArchivist: ApiConfig;
|
|
13
|
+
}
|
|
14
|
+
export type LocationTimeRangeQueryCreationRequest = LocationQueryCreationRequest<LocationTimeRangeQuerySchema, LocationTimeRangeQuery>;
|
|
15
|
+
export type LocationHeatmapQueryCreationRequest = LocationQueryCreationRequest<LocationHeatmapQuerySchema, LocationHeatmapQuery>;
|
|
16
|
+
export type LocationQuadkeyHeatmapQueryCreationRequest = LocationQueryCreationRequest<LocationQuadkeyHeatmapQuerySchema, LocationQuadkeyHeatmapQuery>;
|
|
17
|
+
export type SupportedLocationQueryCreationRequest = LocationTimeRangeQueryCreationRequest | LocationHeatmapQueryCreationRequest | LocationQuadkeyHeatmapQueryCreationRequest;
|
|
18
|
+
//# sourceMappingURL=LocationQueryCreationRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LocationQueryCreationRequest.d.ts","sourceRoot":"","sources":["../../../../../src/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AAEnD,OAAO,EAAE,oBAAoB,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAA;AACzF,OAAO,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,MAAM,+BAA+B,CAAA;AAC9G,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EAAE,sBAAsB,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAA;AAE/F,MAAM,WAAW,4BAA4B,CAC3C,OAAO,SAAS,mBAAmB,GAAG,mBAAmB,EACzD,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAEhE,KAAK,EAAE,MAAM,CAAA;IACb,aAAa,EAAE,MAAM,CAAA;IACrB,eAAe,EAAE,SAAS,CAAA;IAC1B,MAAM,EAAE,OAAO,CAAA;IACf,aAAa,EAAE,MAAM,CAAA;IACrB,eAAe,EAAE,SAAS,CAAA;CAC3B;AAED,MAAM,MAAM,qCAAqC,GAAG,4BAA4B,CAAC,4BAA4B,EAAE,sBAAsB,CAAC,CAAA;AACtI,MAAM,MAAM,mCAAmC,GAAG,4BAA4B,CAAC,0BAA0B,EAAE,oBAAoB,CAAC,CAAA;AAEhI,MAAM,MAAM,0CAA0C,GAAG,4BAA4B,CAAC,iCAAiC,EAAE,2BAA2B,CAAC,CAAA;AAErJ,MAAM,MAAM,qCAAqC,GAC7C,qCAAqC,GACrC,mCAAmC,GACnC,0CAA0C,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ApiConfig } from '@xyo-network/api-models';
|
|
2
|
+
import { LocationHeatmapQuery, LocationHeatmapQuerySchema } from './LocationHeatmapQuery';
|
|
3
|
+
import { LocationQuadkeyHeatmapQuery, LocationQuadkeyHeatmapQuerySchema } from './LocationQuadkeyHeatmapQuery';
|
|
4
|
+
import { LocationQuerySchema } from './LocationQuerySchema';
|
|
5
|
+
import { LocationTimeRangeQuery, LocationTimeRangeQuerySchema } from './LocationTimeRangeQuery';
|
|
6
|
+
export interface LocationQueryCreationRequest<TSchema extends LocationQuerySchema = LocationQuerySchema, TQuery extends Record<string, unknown> = Record<string, unknown>> {
|
|
7
|
+
query: TQuery;
|
|
8
|
+
resultArchive: string;
|
|
9
|
+
resultArchivist: ApiConfig;
|
|
10
|
+
schema: TSchema;
|
|
11
|
+
sourceArchive: string;
|
|
12
|
+
sourceArchivist: ApiConfig;
|
|
13
|
+
}
|
|
14
|
+
export type LocationTimeRangeQueryCreationRequest = LocationQueryCreationRequest<LocationTimeRangeQuerySchema, LocationTimeRangeQuery>;
|
|
15
|
+
export type LocationHeatmapQueryCreationRequest = LocationQueryCreationRequest<LocationHeatmapQuerySchema, LocationHeatmapQuery>;
|
|
16
|
+
export type LocationQuadkeyHeatmapQueryCreationRequest = LocationQueryCreationRequest<LocationQuadkeyHeatmapQuerySchema, LocationQuadkeyHeatmapQuery>;
|
|
17
|
+
export type SupportedLocationQueryCreationRequest = LocationTimeRangeQueryCreationRequest | LocationHeatmapQueryCreationRequest | LocationQuadkeyHeatmapQueryCreationRequest;
|
|
18
|
+
//# sourceMappingURL=LocationQueryCreationRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LocationQueryCreationRequest.d.ts","sourceRoot":"","sources":["../../../../../src/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AAEnD,OAAO,EAAE,oBAAoB,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAA;AACzF,OAAO,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,MAAM,+BAA+B,CAAA;AAC9G,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EAAE,sBAAsB,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAA;AAE/F,MAAM,WAAW,4BAA4B,CAC3C,OAAO,SAAS,mBAAmB,GAAG,mBAAmB,EACzD,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAEhE,KAAK,EAAE,MAAM,CAAA;IACb,aAAa,EAAE,MAAM,CAAA;IACrB,eAAe,EAAE,SAAS,CAAA;IAC1B,MAAM,EAAE,OAAO,CAAA;IACf,aAAa,EAAE,MAAM,CAAA;IACrB,eAAe,EAAE,SAAS,CAAA;CAC3B;AAED,MAAM,MAAM,qCAAqC,GAAG,4BAA4B,CAAC,4BAA4B,EAAE,sBAAsB,CAAC,CAAA;AACtI,MAAM,MAAM,mCAAmC,GAAG,4BAA4B,CAAC,0BAA0B,EAAE,oBAAoB,CAAC,CAAA;AAEhI,MAAM,MAAM,0CAA0C,GAAG,4BAA4B,CAAC,iCAAiC,EAAE,2BAA2B,CAAC,CAAA;AAErJ,MAAM,MAAM,qCAAqC,GAC7C,qCAAqC,GACrC,mCAAmC,GACnC,0CAA0C,CAAA"}
|
|
@@ -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/LocationQueryCreationRequest.ts
|
|
17
|
+
var LocationQueryCreationRequest_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(LocationQueryCreationRequest_exports);
|
|
19
|
+
//# sourceMappingURL=LocationQueryCreationRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../src/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.ts"],"sourcesContent":["import { ApiConfig } from '@xyo-network/api-models'\n\nimport { LocationHeatmapQuery, LocationHeatmapQuerySchema } from './LocationHeatmapQuery'\nimport { LocationQuadkeyHeatmapQuery, LocationQuadkeyHeatmapQuerySchema } from './LocationQuadkeyHeatmapQuery'\nimport { LocationQuerySchema } from './LocationQuerySchema'\nimport { LocationTimeRangeQuery, LocationTimeRangeQuerySchema } from './LocationTimeRangeQuery'\n\nexport interface LocationQueryCreationRequest<\n TSchema extends LocationQuerySchema = LocationQuerySchema,\n TQuery extends Record<string, unknown> = Record<string, unknown>,\n> {\n query: TQuery\n resultArchive: string\n resultArchivist: ApiConfig\n schema: TSchema\n sourceArchive: string\n sourceArchivist: ApiConfig\n}\n\nexport type LocationTimeRangeQueryCreationRequest = LocationQueryCreationRequest<LocationTimeRangeQuerySchema, LocationTimeRangeQuery>\nexport type LocationHeatmapQueryCreationRequest = LocationQueryCreationRequest<LocationHeatmapQuerySchema, LocationHeatmapQuery>\n\nexport type LocationQuadkeyHeatmapQueryCreationRequest = LocationQueryCreationRequest<LocationQuadkeyHeatmapQuerySchema, LocationQuadkeyHeatmapQuery>\n\nexport type SupportedLocationQueryCreationRequest =\n | LocationTimeRangeQueryCreationRequest\n | LocationHeatmapQueryCreationRequest\n | LocationQuadkeyHeatmapQueryCreationRequest\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=LocationQueryCreationRequest.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LocationQueryCreationResponse.d.ts","sourceRoot":"","sources":["../../../../../src/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAA;AAE7E,MAAM,WAAW,6BAA8B,SAAQ,4BAA4B;IACjF,IAAI,EAAE,MAAM,CAAA;CACb"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LocationQueryCreationResponse.d.ts","sourceRoot":"","sources":["../../../../../src/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAA;AAE7E,MAAM,WAAW,6BAA8B,SAAQ,4BAA4B;IACjF,IAAI,EAAE,MAAM,CAAA;CACb"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LocationQueryCreationResponse.d.ts","sourceRoot":"","sources":["../../../../../src/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAA;AAE7E,MAAM,WAAW,6BAA8B,SAAQ,4BAA4B;IACjF,IAAI,EAAE,MAAM,CAAA;CACb"}
|
|
@@ -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/LocationQueryCreationResponse.ts
|
|
17
|
+
var LocationQueryCreationResponse_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(LocationQueryCreationResponse_exports);
|
|
19
|
+
//# sourceMappingURL=LocationQueryCreationResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../src/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.ts"],"sourcesContent":["import { LocationQueryCreationRequest } from './LocationQueryCreationRequest'\n\nexport interface LocationQueryCreationResponse extends LocationQueryCreationRequest {\n hash: string\n}\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=LocationQueryCreationResponse.mjs.map
|