@xyo-network/api 3.9.17 → 3.9.19
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/neutral/Api/Api.d.ts +8 -0
- package/dist/neutral/Api/Api.d.ts.map +1 -0
- package/dist/neutral/Api/index.d.ts +2 -0
- package/dist/neutral/Api/index.d.ts.map +1 -0
- package/dist/neutral/Base.d.ts +32 -0
- package/dist/neutral/Base.d.ts.map +1 -0
- package/dist/neutral/Diviner/LocationDiviner/LocationDivinerApi.d.ts +12 -0
- package/dist/neutral/Diviner/LocationDiviner/LocationDivinerApi.d.ts.map +1 -0
- package/dist/neutral/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.ts +10 -0
- package/dist/neutral/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.d.ts.map +1 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.ts +5 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.ts.map +1 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.ts +12 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.ts.map +1 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.ts +3 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.d.ts.map +1 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.ts +12 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.ts.map +1 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.ts +2 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.ts.map +1 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.ts +18 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationQueryCreationRequest.d.ts.map +1 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.ts +5 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.d.ts.map +1 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.ts +6 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationQuerySchema.d.ts.map +1 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.ts +8 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.ts.map +1 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.ts +12 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.ts.map +1 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.ts +3 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.ts.map +1 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/index.d.ts +7 -0
- package/dist/neutral/Diviner/LocationDiviner/Queries/index.d.ts.map +1 -0
- package/dist/neutral/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.ts +13 -0
- package/dist/neutral/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.d.ts.map +1 -0
- package/dist/neutral/Diviner/LocationDiviner/Witnesses/LocationWitness.d.ts +21 -0
- package/dist/neutral/Diviner/LocationDiviner/Witnesses/LocationWitness.d.ts.map +1 -0
- package/dist/neutral/Diviner/LocationDiviner/Witnesses/index.d.ts +3 -0
- package/dist/neutral/Diviner/LocationDiviner/Witnesses/index.d.ts.map +1 -0
- package/dist/neutral/Diviner/LocationDiviner/index.d.ts +5 -0
- package/dist/neutral/Diviner/LocationDiviner/index.d.ts.map +1 -0
- package/dist/neutral/Diviner/LocationDiviner/models.d.ts +5 -0
- package/dist/neutral/Diviner/LocationDiviner/models.d.ts.map +1 -0
- package/dist/neutral/Diviner/RemoteDivinerConfig.d.ts +11 -0
- package/dist/neutral/Diviner/RemoteDivinerConfig.d.ts.map +1 -0
- package/dist/neutral/Diviner/RemoteDivinerError.d.ts +6 -0
- package/dist/neutral/Diviner/RemoteDivinerError.d.ts.map +1 -0
- package/dist/neutral/Diviner/index.d.ts +4 -0
- package/dist/neutral/Diviner/index.d.ts.map +1 -0
- package/dist/neutral/Simple.d.ts +22 -0
- package/dist/neutral/Simple.d.ts.map +1 -0
- package/dist/neutral/WithArchive.d.ts +4 -0
- package/dist/neutral/WithArchive.d.ts.map +1 -0
- package/dist/neutral/index.d.ts +7 -193
- package/dist/neutral/index.d.ts.map +1 -0
- package/dist/neutral/models/ArchivePath.d.ts +4 -0
- package/dist/neutral/models/ArchivePath.d.ts.map +1 -0
- package/dist/neutral/models/index.d.ts +2 -0
- package/dist/neutral/models/index.d.ts.map +1 -0
- package/dist/neutral/objToQuery.d.ts +2 -0
- package/dist/neutral/objToQuery.d.ts.map +1 -0
- package/package.json +14 -14
@@ -0,0 +1,8 @@
|
|
1
|
+
import type { ApiConfig } from '@xyo-network/api-models';
|
2
|
+
import { Huri } from '@xyo-network/huri';
|
3
|
+
import type { Payload } from '@xyo-network/payload-model';
|
4
|
+
import { ApiSimple } from '../Simple.ts';
|
5
|
+
export declare class ArchivistApi<C extends ApiConfig = ApiConfig> extends ApiSimple<Payload[], C> {
|
6
|
+
huri(huri: Huri | string): ApiSimple<Payload, Payload, import("@xyo-network/payload-model").PayloadFindFilter, ApiConfig>;
|
7
|
+
}
|
8
|
+
//# sourceMappingURL=Api.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Api.d.ts","sourceRoot":"","sources":["../../../src/Api/Api.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AACxD,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAA;AACxC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEzD,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAExC,qBAAa,YAAY,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,CAAE,SAAQ,SAAS,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC;IACxF,IAAI,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;CAOzB"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Api/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA"}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import { AxiosJson } from '@xylabs/axios';
|
2
|
+
import type { ApiConfig, ApiEnvelope, ApiError, ApiReportable, ApiResponse, ApiResponseBody, ApiResponseTuple } from '@xyo-network/api-models';
|
3
|
+
export declare class ApiBase<C extends ApiConfig = ApiConfig> implements ApiReportable {
|
4
|
+
readonly config: C;
|
5
|
+
protected axios: AxiosJson;
|
6
|
+
constructor(config: C);
|
7
|
+
get authenticated(): boolean;
|
8
|
+
protected get headers(): Record<string, string>;
|
9
|
+
protected get query(): string;
|
10
|
+
protected get root(): string;
|
11
|
+
private static resolveResponse;
|
12
|
+
private static shapeResponse;
|
13
|
+
onError(error: ApiError, depth?: number): void;
|
14
|
+
onFailure(response: ApiResponse, depth?: number): void;
|
15
|
+
onSuccess(response: ApiResponse, depth?: number): void;
|
16
|
+
protected deleteEndpoint<T = unknown>(endPoint?: string): Promise<ApiResponseBody<T>>;
|
17
|
+
protected deleteEndpoint<T = unknown>(endPoint?: string, responseType?: 'body'): Promise<ApiResponseBody<T>>;
|
18
|
+
protected deleteEndpoint<T = unknown>(endPoint?: string, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
|
19
|
+
protected getEndpoint<T = unknown>(endPoint?: string): Promise<ApiResponseBody<T>>;
|
20
|
+
protected getEndpoint<T = unknown>(endPoint?: string, responseType?: 'body'): Promise<ApiResponseBody<T>>;
|
21
|
+
protected getEndpoint<T = unknown>(endPoint?: string, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
|
22
|
+
protected handleMonitorResponseError<T>(error: ApiError, trapAxiosException: boolean): ApiResponse<ApiEnvelope<T>> | undefined;
|
23
|
+
protected monitorResponse<T>(closure: () => Promise<ApiResponse<ApiEnvelope<T>>>): Promise<ApiResponse<ApiEnvelope<T>> | undefined>;
|
24
|
+
protected postEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D): Promise<ApiResponseBody<T>>;
|
25
|
+
protected postEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D, responseType?: 'body'): Promise<ApiResponseBody<T>>;
|
26
|
+
protected postEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
|
27
|
+
protected putEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D): Promise<ApiResponseBody<T>>;
|
28
|
+
protected putEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D, responseType?: 'body'): Promise<ApiResponseBody<T>>;
|
29
|
+
protected putEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
|
30
|
+
private resolveRoot;
|
31
|
+
}
|
32
|
+
//# sourceMappingURL=Base.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../src/Base.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import type { ApiConfig } from '@xyo-network/api-models';
|
2
|
+
import type { GetLocationQueryResponse } from './models.ts';
|
3
|
+
import type { LocationQueryCreationResponse, SupportedLocationQueryCreationRequest } from './Queries/index.ts';
|
4
|
+
declare class LocationDivinerApi {
|
5
|
+
config: ApiConfig;
|
6
|
+
constructor(config: ApiConfig);
|
7
|
+
private get axiosRequestConfig();
|
8
|
+
getLocationQuery(hash: string): Promise<GetLocationQueryResponse>;
|
9
|
+
postLocationQuery(request: SupportedLocationQueryCreationRequest): Promise<LocationQueryCreationResponse>;
|
10
|
+
}
|
11
|
+
export { LocationDivinerApi };
|
12
|
+
//# sourceMappingURL=LocationDivinerApi.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"LocationDivinerApi.d.ts","sourceRoot":"","sources":["../../../../src/Diviner/LocationDiviner/LocationDivinerApi.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AAIxD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAA;AAC3D,OAAO,KAAK,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,MAAM,oBAAoB,CAAA;AAE9G,cAAM,kBAAkB;IACtB,MAAM,EAAE,SAAS,CAAA;gBACL,MAAM,EAAE,SAAS;IAI7B,OAAO,KAAK,kBAAkB,GAE7B;IAEK,gBAAgB,CAAC,IAAI,EAAE,MAAM;IAI7B,iBAAiB,CAAC,OAAO,EAAE,qCAAqC;CAGvE;AAED,OAAO,EAAE,kBAAkB,EAAE,CAAA"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import type { AxiosResponseTransformer } from 'axios';
|
2
|
+
export declare const locationDivinerApiResponseTransformer: AxiosResponseTransformer;
|
3
|
+
/**
|
4
|
+
* Gets the response transformers for the LocationDiviner API. Done as a method instead of a property
|
5
|
+
* to allow detection of dynamically added response transformers.
|
6
|
+
* @param axiosInstance The axios instance (defaults to the global instance if none provided)
|
7
|
+
* @returns the response transformers for the LocationDiviner API
|
8
|
+
*/
|
9
|
+
export declare const getLocationDivinerApiResponseTransformer: (axiosInstance?: import("axios").AxiosStatic) => AxiosResponseTransformer[];
|
10
|
+
//# sourceMappingURL=LocationDivinerApiResponseTransformer.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"LocationDivinerApiResponseTransformer.d.ts","sourceRoot":"","sources":["../../../../src/Diviner/LocationDiviner/LocationDivinerApiResponseTransformer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAA;AAGrD,eAAO,MAAM,qCAAqC,EAAE,wBAEnD,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,wCAAwC,GAAI,2CAAqB,KAAG,wBAAwB,EAWxG,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"LocationHeatmapPointProperties.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,8BAA8B;IAC7C,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;CACd"}
|
package/dist/neutral/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.ts
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
import type { LocationWitnessSchema } from '../../Witnesses/index.ts';
|
2
|
+
export declare const LocationHeatmapQuerySchema: "network.xyo.location.heatmap.query";
|
3
|
+
export type LocationHeatmapQuerySchema = typeof LocationHeatmapQuerySchema;
|
4
|
+
export declare const LocationHeatmapAnswerSchema: "network.xyo.location.heatmap.answer";
|
5
|
+
export type LocationHeatmapAnswerSchema = typeof 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,KAAK,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAA;AAErE,eAAO,MAAM,0BAA0B,EAAG,oCAA6C,CAAA;AACvF,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAA;AAE1E,eAAO,MAAM,2BAA2B,EAAG,qCAA8C,CAAA;AACzF,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAA;AAE5E,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,GAAI,OAAO,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAG,KAAK,IAAI,oBAEhF,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationHeatmapQuery/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAA;AACnD,cAAc,2BAA2B,CAAA"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import type { LocationWitnessSchema } from '../../Witnesses/index.ts';
|
2
|
+
export declare const LocationQuadkeyHeatmapQuerySchema: "network.xyo.location.heatmap.quadkey.query";
|
3
|
+
export type LocationQuadkeyHeatmapQuerySchema = typeof LocationQuadkeyHeatmapQuerySchema;
|
4
|
+
export declare const LocationQuadkeyHeatmapAnswerSchema: "network.xyo.location.heatmap.quadkey.answer";
|
5
|
+
export type LocationQuadkeyHeatmapAnswerSchema = typeof 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,KAAK,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAA;AAErE,eAAO,MAAM,iCAAiC,EAAG,4CAAqD,CAAA;AACtG,MAAM,MAAM,iCAAiC,GAAG,OAAO,iCAAiC,CAAA;AAExF,eAAO,MAAM,kCAAkC,EAAG,6CAAsD,CAAA;AACxG,MAAM,MAAM,kCAAkC,GAAG,OAAO,kCAAkC,CAAA;AAE1F,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,GAAI,OAAO,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAG,KAAK,IAAI,2BAEvF,CAAA"}
|
package/dist/neutral/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAA"}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import type { ApiConfig } from '@xyo-network/api-models';
|
2
|
+
import type { LocationHeatmapQuery, LocationHeatmapQuerySchema } from './LocationHeatmapQuery/index.ts';
|
3
|
+
import type { LocationQuadkeyHeatmapQuery, LocationQuadkeyHeatmapQuerySchema } from './LocationQuadkeyHeatmapQuery/index.ts';
|
4
|
+
import type { LocationQuerySchema } from './LocationQuerySchema.ts';
|
5
|
+
import type { LocationTimeRangeQuery, LocationTimeRangeQuerySchema } from './LocationTimeRangeQuery/index.ts';
|
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,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AAExD,OAAO,KAAK,EAAE,oBAAoB,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAA;AACvG,OAAO,KAAK,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,MAAM,wCAAwC,CAAA;AAC5H,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AACnE,OAAO,KAAK,EAAE,sBAAsB,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAA;AAE7G,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 @@
|
|
1
|
+
{"version":3,"file":"LocationQueryCreationResponse.d.ts","sourceRoot":"","sources":["../../../../../src/Diviner/LocationDiviner/Queries/LocationQueryCreationResponse.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAA;AAErF,MAAM,WAAW,6BAA8B,SAAQ,4BAA4B;IACjF,IAAI,EAAE,MAAM,CAAA;CACb"}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import type { LocationHeatmapQuerySchema } from './LocationHeatmapQuery/index.ts';
|
2
|
+
import type { LocationQuadkeyHeatmapQuerySchema } from './LocationQuadkeyHeatmapQuery/index.ts';
|
3
|
+
import type { LocationTimeRangeQuerySchema } from './LocationTimeRangeQuery/index.ts';
|
4
|
+
export type LocationQuerySchema = LocationQuadkeyHeatmapQuerySchema | LocationHeatmapQuerySchema | LocationTimeRangeQuerySchema;
|
5
|
+
export declare const isSupportedLocationQuerySchema: (schema: string) => schema is LocationQuerySchema;
|
6
|
+
//# sourceMappingURL=LocationQuerySchema.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"LocationQuerySchema.d.ts","sourceRoot":"","sources":["../../../../../src/Diviner/LocationDiviner/Queries/LocationQuerySchema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAA;AACjF,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,wCAAwC,CAAA;AAC/F,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAA;AAErF,MAAM,MAAM,mBAAmB,GAAG,iCAAiC,GAAG,0BAA0B,GAAG,4BAA4B,CAAA;AAQ/H,eAAO,MAAM,8BAA8B,GAAI,QAAQ,MAAM,KAAG,MAAM,IAAI,mBAEzE,CAAA"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import type { LocationWitnessSchema } from '../../Witnesses/index.ts';
|
2
|
+
export interface LocationTimeRangePointProperties {
|
3
|
+
_archive: string;
|
4
|
+
_client: string;
|
5
|
+
_timestamp: number;
|
6
|
+
schema: LocationWitnessSchema;
|
7
|
+
}
|
8
|
+
//# sourceMappingURL=LocationTimeRangePointProperties.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"LocationTimeRangePointProperties.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAA;AAErE,MAAM,WAAW,gCAAgC;IAC/C,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,qBAAqB,CAAA;CAC9B"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import type { LocationWitnessSchema } from '../../Witnesses/index.ts';
|
2
|
+
export declare const LocationTimeRangeQuerySchema: "network.xyo.location.range.query";
|
3
|
+
export type LocationTimeRangeQuerySchema = typeof LocationTimeRangeQuerySchema;
|
4
|
+
export declare const LocationTimeRangeAnswerSchema: "network.xyo.location.range.answer";
|
5
|
+
export type LocationTimeRangeAnswerSchema = typeof LocationTimeRangeAnswerSchema;
|
6
|
+
export type LocationTimeRangeQuery = {
|
7
|
+
schema: LocationWitnessSchema;
|
8
|
+
startTime?: string;
|
9
|
+
stopTime?: string;
|
10
|
+
};
|
11
|
+
export declare const isLocationTimeRangeQuery: (query: Record<string, unknown>) => query is LocationTimeRangeQuery;
|
12
|
+
//# sourceMappingURL=LocationTimeRangeQuery.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"LocationTimeRangeQuery.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAA;AAErE,eAAO,MAAM,4BAA4B,EAAG,kCAA2C,CAAA;AACvF,MAAM,MAAM,4BAA4B,GAAG,OAAO,4BAA4B,CAAA;AAE9E,eAAO,MAAM,6BAA6B,EAAG,mCAA4C,CAAA;AACzF,MAAM,MAAM,6BAA6B,GAAG,OAAO,6BAA6B,CAAA;AAEhF,MAAM,MAAM,sBAAsB,GAAG;IACnC,MAAM,EAAE,qBAAqB,CAAA;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAGlB,CAAA;AAED,eAAO,MAAM,wBAAwB,GAAI,OAAO,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAG,KAAK,IAAI,sBAElF,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Diviner/LocationDiviner/Queries/LocationTimeRangeQuery/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAA;AACrD,cAAc,6BAA6B,CAAA"}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
export * from './LocationHeatmapQuery/index.ts';
|
2
|
+
export * from './LocationQuadkeyHeatmapQuery/index.ts';
|
3
|
+
export * from './LocationQueryCreationRequest.ts';
|
4
|
+
export * from './LocationQueryCreationResponse.ts';
|
5
|
+
export * from './LocationQuerySchema.ts';
|
6
|
+
export * from './LocationTimeRangeQuery/index.ts';
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/Diviner/LocationDiviner/Queries/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAA;AAC/C,cAAc,wCAAwC,CAAA;AACtD,cAAc,mCAAmC,CAAA;AACjD,cAAc,oCAAoC,CAAA;AAClD,cAAc,0BAA0B,CAAA;AACxC,cAAc,mCAAmC,CAAA"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import type { Payload } from '@xyo-network/payload-model';
|
2
|
+
export declare const CurrentLocationWitnessSchema: "co.coinapp.currentlocationwitness";
|
3
|
+
export type CurrentLocationWitnessSchema = typeof CurrentLocationWitnessSchema;
|
4
|
+
export type CurrentLocationWitnessPayload = Payload<{
|
5
|
+
altitudeMeters: number;
|
6
|
+
directionDegrees: number;
|
7
|
+
latitude: number;
|
8
|
+
longitude: number;
|
9
|
+
quadkey: string;
|
10
|
+
schema: CurrentLocationWitnessSchema;
|
11
|
+
speedKph: number;
|
12
|
+
}>;
|
13
|
+
//# sourceMappingURL=CurrentLocationWitness.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"CurrentLocationWitness.d.ts","sourceRoot":"","sources":["../../../../../src/Diviner/LocationDiviner/Witnesses/CurrentLocationWitness.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEzD,eAAO,MAAM,4BAA4B,EAAG,mCAA4C,CAAA;AACxF,MAAM,MAAM,4BAA4B,GAAG,OAAO,4BAA4B,CAAA;AAE9E,MAAM,MAAM,6BAA6B,GAAG,OAAO,CAAC;IAClD,cAAc,EAAE,MAAM,CAAA;IACtB,gBAAgB,EAAE,MAAM,CAAA;IACxB,QAAQ,EAAE,MAAM,CAAA;IAChB,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,4BAA4B,CAAA;IACpC,QAAQ,EAAE,MAAM,CAAA;CACjB,CAAC,CAAA"}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import type { Payload } from '@xyo-network/payload-model';
|
2
|
+
export declare const LocationWitnessSchema: "network.xyo.location";
|
3
|
+
export type LocationWitnessSchema = typeof LocationWitnessSchema;
|
4
|
+
export interface Coordinates {
|
5
|
+
accuracy: number | null;
|
6
|
+
altitude: number | null;
|
7
|
+
altitudeAccuracy: number | null;
|
8
|
+
heading: number | null;
|
9
|
+
latitude: number;
|
10
|
+
longitude: number;
|
11
|
+
speed: number | null;
|
12
|
+
}
|
13
|
+
export interface CurrentLocation {
|
14
|
+
coords: Coordinates;
|
15
|
+
timestamp: number;
|
16
|
+
}
|
17
|
+
export type LocationWitnessPayload = Payload<{
|
18
|
+
currentLocation: CurrentLocation;
|
19
|
+
schema: LocationWitnessSchema;
|
20
|
+
}>;
|
21
|
+
//# sourceMappingURL=LocationWitness.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"LocationWitness.d.ts","sourceRoot":"","sources":["../../../../../src/Diviner/LocationDiviner/Witnesses/LocationWitness.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEzD,eAAO,MAAM,qBAAqB,EAAG,sBAA+B,CAAA;AACpE,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAA;AAEhE,MAAM,WAAW,WAAW;IAC1B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAA;IAC/B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,QAAQ,EAAE,MAAM,CAAA;IAChB,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;CACrB;AACD,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,WAAW,CAAA;IACnB,SAAS,EAAE,MAAM,CAAA;CAClB;AAED,MAAM,MAAM,sBAAsB,GAAG,OAAO,CAAC;IAC3C,eAAe,EAAE,eAAe,CAAA;IAChC,MAAM,EAAE,qBAAqB,CAAA;CAC9B,CAAC,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/Diviner/LocationDiviner/Witnesses/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA;AAC3C,cAAc,sBAAsB,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Diviner/LocationDiviner/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,aAAa,CAAA;AAC3B,cAAc,oBAAoB,CAAA;AAClC,cAAc,sBAAsB,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../../src/Diviner/LocationDiviner/models.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,wBAAwB;IACvC,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,EAAE,MAAM,CAAA;CAClB"}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import type { DivinerConfig } from '@xyo-network/diviner-model';
|
2
|
+
import type { ArchivistApi } from '../Api/index.ts';
|
3
|
+
export declare const RemoteDivinerConfigSchema: "network.xyo.diviner.remote.config";
|
4
|
+
export type RemoteDivinerConfigSchema = typeof RemoteDivinerConfigSchema;
|
5
|
+
export type RemoteDivinerConfig = DivinerConfig & {
|
6
|
+
/** @deprecated use in params instead */
|
7
|
+
api?: ArchivistApi;
|
8
|
+
archive?: string;
|
9
|
+
schema: RemoteDivinerConfigSchema;
|
10
|
+
};
|
11
|
+
//# sourceMappingURL=RemoteDivinerConfig.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"RemoteDivinerConfig.d.ts","sourceRoot":"","sources":["../../../src/Diviner/RemoteDivinerConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAE/D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAEnD,eAAO,MAAM,yBAAyB,EAAG,mCAA4C,CAAA;AACrF,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAA;AAExE,MAAM,MAAM,mBAAmB,GAAG,aAAa,GAAG;IAChD,wCAAwC;IACxC,GAAG,CAAC,EAAE,YAAY,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,yBAAyB,CAAA;CAClC,CAAA"}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
export declare class RemoteDivinerError extends Error {
|
2
|
+
isRemoteDivinerError: boolean;
|
3
|
+
constructor(action: string, error: Error['cause'], message?: string);
|
4
|
+
static isRemoteDivinerError(error: unknown): RemoteDivinerError | undefined;
|
5
|
+
}
|
6
|
+
//# sourceMappingURL=RemoteDivinerError.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"RemoteDivinerError.d.ts","sourceRoot":"","sources":["../../../src/Diviner/RemoteDivinerError.ts"],"names":[],"mappings":"AAAA,qBAAa,kBAAmB,SAAQ,KAAK;IAC3C,oBAAoB,UAAO;gBACf,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE,MAAM;IAKnE,MAAM,CAAC,oBAAoB,CAAC,KAAK,EAAE,OAAO,GAAG,kBAAkB,GAAG,SAAS;CAG5E"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Diviner/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAA;AAC1C,cAAc,0BAA0B,CAAA;AACxC,cAAc,yBAAyB,CAAA"}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import type { ApiConfig, ApiResponseBody, ApiResponseTuple } from '@xyo-network/api-models';
|
2
|
+
import type { Payload, PayloadFindFilter } from '@xyo-network/payload-model';
|
3
|
+
import { ApiBase } from './Base.ts';
|
4
|
+
export type ApiSimpleQuery = PayloadFindFilter;
|
5
|
+
export declare class ApiSimple<T = Payload, D = T, Q extends ApiSimpleQuery = ApiSimpleQuery, C extends ApiConfig = ApiConfig> extends ApiBase<C> {
|
6
|
+
delete(): Promise<ApiResponseBody<T>>;
|
7
|
+
delete(responseType?: 'body'): Promise<ApiResponseBody<T>>;
|
8
|
+
delete(responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
|
9
|
+
find(query?: Q): Promise<ApiResponseBody<T>>;
|
10
|
+
find(query?: Q, responseType?: 'body'): Promise<ApiResponseBody<T>>;
|
11
|
+
find(query?: Q, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
|
12
|
+
get(): Promise<ApiResponseBody<T>>;
|
13
|
+
get(responseType?: 'body'): Promise<ApiResponseBody<T>>;
|
14
|
+
get(responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
|
15
|
+
post(data?: D): Promise<ApiResponseBody<T>>;
|
16
|
+
post(data?: D, responseType?: 'body'): Promise<ApiResponseBody<T>>;
|
17
|
+
post(data?: D, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
|
18
|
+
put(data?: D): Promise<ApiResponseBody<T>>;
|
19
|
+
put(data?: D, responseType?: 'body'): Promise<ApiResponseBody<T>>;
|
20
|
+
put(data?: D, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
|
21
|
+
}
|
22
|
+
//# sourceMappingURL=Simple.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Simple.d.ts","sourceRoot":"","sources":["../../src/Simple.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,SAAS,EAAE,eAAe,EAAE,gBAAgB,EAC7C,MAAM,yBAAyB,CAAA;AAChC,OAAO,KAAK,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAA;AAE5E,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AAGnC,MAAM,MAAM,cAAc,GAAG,iBAAiB,CAAA;AAE9C,qBAAa,SAAS,CAAC,CAAC,GAAG,OAAO,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,SAAS,cAAc,GAAG,cAAc,EAAE,CAAC,SAAS,SAAS,GAAG,SAAS,CAAE,SAAQ,OAAO,CAAC,CAAC,CAAC;IACjI,MAAM,IAAI,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;IACrC,MAAM,CAAC,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;IAC1D,MAAM,CAAC,YAAY,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC;IAY5D,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;IAC5C,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,YAAY,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC;IAYrE,GAAG,IAAI,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;IAClC,GAAG,CAAC,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;IACvD,GAAG,CAAC,YAAY,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC;IAYzD,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;IAC3C,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;IAClE,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,YAAY,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC;IAYpE,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;IAC1C,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;IACjE,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,YAAY,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC;CAW1E"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"WithArchive.d.ts","sourceRoot":"","sources":["../../src/WithArchive.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,WAAW,CAAC,kBAAkB,IAAI,kBAAkB,GAAG;IACzE,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB,CAAA"}
|
package/dist/neutral/index.d.ts
CHANGED
@@ -1,193 +1,7 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
declare class ApiBase<C extends ApiConfig = ApiConfig> implements ApiReportable {
|
9
|
-
readonly config: C;
|
10
|
-
protected axios: AxiosJson;
|
11
|
-
constructor(config: C);
|
12
|
-
get authenticated(): boolean;
|
13
|
-
protected get headers(): Record<string, string>;
|
14
|
-
protected get query(): string;
|
15
|
-
protected get root(): string;
|
16
|
-
private static resolveResponse;
|
17
|
-
private static shapeResponse;
|
18
|
-
onError(error: ApiError, depth?: number): void;
|
19
|
-
onFailure(response: ApiResponse, depth?: number): void;
|
20
|
-
onSuccess(response: ApiResponse, depth?: number): void;
|
21
|
-
protected deleteEndpoint<T = unknown>(endPoint?: string): Promise<ApiResponseBody<T>>;
|
22
|
-
protected deleteEndpoint<T = unknown>(endPoint?: string, responseType?: 'body'): Promise<ApiResponseBody<T>>;
|
23
|
-
protected deleteEndpoint<T = unknown>(endPoint?: string, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
|
24
|
-
protected getEndpoint<T = unknown>(endPoint?: string): Promise<ApiResponseBody<T>>;
|
25
|
-
protected getEndpoint<T = unknown>(endPoint?: string, responseType?: 'body'): Promise<ApiResponseBody<T>>;
|
26
|
-
protected getEndpoint<T = unknown>(endPoint?: string, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
|
27
|
-
protected handleMonitorResponseError<T>(error: ApiError, trapAxiosException: boolean): ApiResponse<ApiEnvelope<T>> | undefined;
|
28
|
-
protected monitorResponse<T>(closure: () => Promise<ApiResponse<ApiEnvelope<T>>>): Promise<ApiResponse<ApiEnvelope<T>> | undefined>;
|
29
|
-
protected postEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D): Promise<ApiResponseBody<T>>;
|
30
|
-
protected postEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D, responseType?: 'body'): Promise<ApiResponseBody<T>>;
|
31
|
-
protected postEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
|
32
|
-
protected putEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D): Promise<ApiResponseBody<T>>;
|
33
|
-
protected putEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D, responseType?: 'body'): Promise<ApiResponseBody<T>>;
|
34
|
-
protected putEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
|
35
|
-
private resolveRoot;
|
36
|
-
}
|
37
|
-
|
38
|
-
type ApiSimpleQuery = PayloadFindFilter;
|
39
|
-
declare class ApiSimple<T = Payload, D = T, Q extends ApiSimpleQuery = ApiSimpleQuery, C extends ApiConfig = ApiConfig> extends ApiBase<C> {
|
40
|
-
delete(): Promise<ApiResponseBody<T>>;
|
41
|
-
delete(responseType?: 'body'): Promise<ApiResponseBody<T>>;
|
42
|
-
delete(responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
|
43
|
-
find(query?: Q): Promise<ApiResponseBody<T>>;
|
44
|
-
find(query?: Q, responseType?: 'body'): Promise<ApiResponseBody<T>>;
|
45
|
-
find(query?: Q, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
|
46
|
-
get(): Promise<ApiResponseBody<T>>;
|
47
|
-
get(responseType?: 'body'): Promise<ApiResponseBody<T>>;
|
48
|
-
get(responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
|
49
|
-
post(data?: D): Promise<ApiResponseBody<T>>;
|
50
|
-
post(data?: D, responseType?: 'body'): Promise<ApiResponseBody<T>>;
|
51
|
-
post(data?: D, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
|
52
|
-
put(data?: D): Promise<ApiResponseBody<T>>;
|
53
|
-
put(data?: D, responseType?: 'body'): Promise<ApiResponseBody<T>>;
|
54
|
-
put(data?: D, responseType?: 'tuple'): Promise<ApiResponseTuple<T>>;
|
55
|
-
}
|
56
|
-
|
57
|
-
declare class ArchivistApi<C extends ApiConfig = ApiConfig> extends ApiSimple<Payload[], C> {
|
58
|
-
huri(huri: Huri | string): ApiSimple<Payload, Payload, _xyo_network_payload_model.PayloadFindFilter, ApiConfig>;
|
59
|
-
}
|
60
|
-
|
61
|
-
interface GetLocationQueryResponse {
|
62
|
-
answerHash?: string;
|
63
|
-
queryHash: string;
|
64
|
-
}
|
65
|
-
|
66
|
-
interface LocationHeatmapPointProperties {
|
67
|
-
hash: string;
|
68
|
-
value: number;
|
69
|
-
}
|
70
|
-
|
71
|
-
declare const CurrentLocationWitnessSchema: "co.coinapp.currentlocationwitness";
|
72
|
-
type CurrentLocationWitnessSchema = typeof CurrentLocationWitnessSchema;
|
73
|
-
type CurrentLocationWitnessPayload = Payload<{
|
74
|
-
altitudeMeters: number;
|
75
|
-
directionDegrees: number;
|
76
|
-
latitude: number;
|
77
|
-
longitude: number;
|
78
|
-
quadkey: string;
|
79
|
-
schema: CurrentLocationWitnessSchema;
|
80
|
-
speedKph: number;
|
81
|
-
}>;
|
82
|
-
|
83
|
-
declare const LocationWitnessSchema: "network.xyo.location";
|
84
|
-
type LocationWitnessSchema = typeof LocationWitnessSchema;
|
85
|
-
interface Coordinates {
|
86
|
-
accuracy: number | null;
|
87
|
-
altitude: number | null;
|
88
|
-
altitudeAccuracy: number | null;
|
89
|
-
heading: number | null;
|
90
|
-
latitude: number;
|
91
|
-
longitude: number;
|
92
|
-
speed: number | null;
|
93
|
-
}
|
94
|
-
interface CurrentLocation {
|
95
|
-
coords: Coordinates;
|
96
|
-
timestamp: number;
|
97
|
-
}
|
98
|
-
type LocationWitnessPayload = Payload<{
|
99
|
-
currentLocation: CurrentLocation;
|
100
|
-
schema: LocationWitnessSchema;
|
101
|
-
}>;
|
102
|
-
|
103
|
-
declare const LocationHeatmapQuerySchema: "network.xyo.location.heatmap.query";
|
104
|
-
type LocationHeatmapQuerySchema = typeof LocationHeatmapQuerySchema;
|
105
|
-
declare const LocationHeatmapAnswerSchema: "network.xyo.location.heatmap.answer";
|
106
|
-
type LocationHeatmapAnswerSchema = typeof LocationHeatmapAnswerSchema;
|
107
|
-
type LocationHeatmapQuery = {
|
108
|
-
schema: LocationWitnessSchema;
|
109
|
-
startTime?: string;
|
110
|
-
stopTime?: string;
|
111
|
-
};
|
112
|
-
declare const isLocationHeatmapQuery: (query: Record<string, unknown>) => query is LocationHeatmapQuery;
|
113
|
-
|
114
|
-
declare const LocationQuadkeyHeatmapQuerySchema: "network.xyo.location.heatmap.quadkey.query";
|
115
|
-
type LocationQuadkeyHeatmapQuerySchema = typeof LocationQuadkeyHeatmapQuerySchema;
|
116
|
-
declare const LocationQuadkeyHeatmapAnswerSchema: "network.xyo.location.heatmap.quadkey.answer";
|
117
|
-
type LocationQuadkeyHeatmapAnswerSchema = typeof LocationQuadkeyHeatmapAnswerSchema;
|
118
|
-
type LocationQuadkeyHeatmapQuery = {
|
119
|
-
schema: LocationWitnessSchema;
|
120
|
-
startTime?: string;
|
121
|
-
stopTime?: string;
|
122
|
-
};
|
123
|
-
declare const isLocationQuadkeyHeatmapQuery: (query: Record<string, unknown>) => query is LocationQuadkeyHeatmapQuery;
|
124
|
-
|
125
|
-
interface LocationTimeRangePointProperties {
|
126
|
-
_archive: string;
|
127
|
-
_client: string;
|
128
|
-
_timestamp: number;
|
129
|
-
schema: LocationWitnessSchema;
|
130
|
-
}
|
131
|
-
|
132
|
-
declare const LocationTimeRangeQuerySchema: "network.xyo.location.range.query";
|
133
|
-
type LocationTimeRangeQuerySchema = typeof LocationTimeRangeQuerySchema;
|
134
|
-
declare const LocationTimeRangeAnswerSchema: "network.xyo.location.range.answer";
|
135
|
-
type LocationTimeRangeAnswerSchema = typeof LocationTimeRangeAnswerSchema;
|
136
|
-
type LocationTimeRangeQuery = {
|
137
|
-
schema: LocationWitnessSchema;
|
138
|
-
startTime?: string;
|
139
|
-
stopTime?: string;
|
140
|
-
};
|
141
|
-
declare const isLocationTimeRangeQuery: (query: Record<string, unknown>) => query is LocationTimeRangeQuery;
|
142
|
-
|
143
|
-
type LocationQuerySchema = LocationQuadkeyHeatmapQuerySchema | LocationHeatmapQuerySchema | LocationTimeRangeQuerySchema;
|
144
|
-
declare const isSupportedLocationQuerySchema: (schema: string) => schema is LocationQuerySchema;
|
145
|
-
|
146
|
-
interface LocationQueryCreationRequest<TSchema extends LocationQuerySchema = LocationQuerySchema, TQuery extends Record<string, unknown> = Record<string, unknown>> {
|
147
|
-
query: TQuery;
|
148
|
-
resultArchive: string;
|
149
|
-
resultArchivist: ApiConfig;
|
150
|
-
schema: TSchema;
|
151
|
-
sourceArchive: string;
|
152
|
-
sourceArchivist: ApiConfig;
|
153
|
-
}
|
154
|
-
type LocationTimeRangeQueryCreationRequest = LocationQueryCreationRequest<LocationTimeRangeQuerySchema, LocationTimeRangeQuery>;
|
155
|
-
type LocationHeatmapQueryCreationRequest = LocationQueryCreationRequest<LocationHeatmapQuerySchema, LocationHeatmapQuery>;
|
156
|
-
type LocationQuadkeyHeatmapQueryCreationRequest = LocationQueryCreationRequest<LocationQuadkeyHeatmapQuerySchema, LocationQuadkeyHeatmapQuery>;
|
157
|
-
type SupportedLocationQueryCreationRequest = LocationTimeRangeQueryCreationRequest | LocationHeatmapQueryCreationRequest | LocationQuadkeyHeatmapQueryCreationRequest;
|
158
|
-
|
159
|
-
interface LocationQueryCreationResponse extends LocationQueryCreationRequest {
|
160
|
-
hash: string;
|
161
|
-
}
|
162
|
-
|
163
|
-
declare class LocationDivinerApi {
|
164
|
-
config: ApiConfig;
|
165
|
-
constructor(config: ApiConfig);
|
166
|
-
private get axiosRequestConfig();
|
167
|
-
getLocationQuery(hash: string): Promise<GetLocationQueryResponse>;
|
168
|
-
postLocationQuery(request: SupportedLocationQueryCreationRequest): Promise<LocationQueryCreationResponse>;
|
169
|
-
}
|
170
|
-
|
171
|
-
declare const RemoteDivinerConfigSchema: "network.xyo.diviner.remote.config";
|
172
|
-
type RemoteDivinerConfigSchema = typeof RemoteDivinerConfigSchema;
|
173
|
-
type RemoteDivinerConfig = DivinerConfig & {
|
174
|
-
api?: ArchivistApi;
|
175
|
-
archive?: string;
|
176
|
-
schema: RemoteDivinerConfigSchema;
|
177
|
-
};
|
178
|
-
|
179
|
-
declare class RemoteDivinerError extends Error {
|
180
|
-
isRemoteDivinerError: boolean;
|
181
|
-
constructor(action: string, error: Error['cause'], message?: string);
|
182
|
-
static isRemoteDivinerError(error: unknown): RemoteDivinerError | undefined;
|
183
|
-
}
|
184
|
-
|
185
|
-
interface ArchivePath {
|
186
|
-
archive: string;
|
187
|
-
}
|
188
|
-
|
189
|
-
declare type WithArchive<ArchivistApiConfig> = ArchivistApiConfig & {
|
190
|
-
_archive?: string;
|
191
|
-
};
|
192
|
-
|
193
|
-
export { ApiBase, ApiSimple, type ApiSimpleQuery, type ArchivePath, ArchivistApi, type Coordinates, type CurrentLocation, type CurrentLocationWitnessPayload, CurrentLocationWitnessSchema, type GetLocationQueryResponse, LocationDivinerApi, LocationHeatmapAnswerSchema, type LocationHeatmapPointProperties, type LocationHeatmapQuery, type LocationHeatmapQueryCreationRequest, LocationHeatmapQuerySchema, LocationQuadkeyHeatmapAnswerSchema, type LocationQuadkeyHeatmapQuery, type LocationQuadkeyHeatmapQueryCreationRequest, LocationQuadkeyHeatmapQuerySchema, type LocationQueryCreationRequest, type LocationQueryCreationResponse, type LocationQuerySchema, LocationTimeRangeAnswerSchema, type LocationTimeRangePointProperties, type LocationTimeRangeQuery, type LocationTimeRangeQueryCreationRequest, LocationTimeRangeQuerySchema, type LocationWitnessPayload, LocationWitnessSchema, type RemoteDivinerConfig, RemoteDivinerConfigSchema, RemoteDivinerError, type SupportedLocationQueryCreationRequest, type WithArchive, isLocationHeatmapQuery, isLocationQuadkeyHeatmapQuery, isLocationTimeRangeQuery, isSupportedLocationQuerySchema };
|
1
|
+
export * from './Api/index.ts';
|
2
|
+
export * from './Base.ts';
|
3
|
+
export * from './Diviner/index.ts';
|
4
|
+
export * from './models/index.ts';
|
5
|
+
export * from './Simple.ts';
|
6
|
+
export * from './WithArchive.ts';
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,WAAW,CAAA;AACzB,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA;AACjC,cAAc,aAAa,CAAA;AAC3B,cAAc,kBAAkB,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ArchivePath.d.ts","sourceRoot":"","sources":["../../../src/models/ArchivePath.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,OAAO,EAAE,MAAM,CAAA;CAChB"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"objToQuery.d.ts","sourceRoot":"","sources":["../../src/objToQuery.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,GAAI,KAAK,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC,WAO1E,CAAA"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/api",
|
3
|
-
"version": "3.9.
|
3
|
+
"version": "3.9.19",
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
5
5
|
"homepage": "https://xyo.network",
|
6
6
|
"bugs": {
|
@@ -30,25 +30,25 @@
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
31
31
|
"dependencies": {
|
32
32
|
"@xylabs/axios": "^4.5.1",
|
33
|
-
"@xyo-network/api-models": "^3.9.
|
34
|
-
"@xyo-network/diviner-model": "^3.9.
|
35
|
-
"@xyo-network/huri": "^3.9.
|
36
|
-
"@xyo-network/payload-model": "^3.9.
|
37
|
-
"axios": "^1.
|
33
|
+
"@xyo-network/api-models": "^3.9.19",
|
34
|
+
"@xyo-network/diviner-model": "^3.9.19",
|
35
|
+
"@xyo-network/huri": "^3.9.19",
|
36
|
+
"@xyo-network/payload-model": "^3.9.19",
|
37
|
+
"axios": "^1.8.1"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
|
-
"@types/node": "^22.13.
|
40
|
+
"@types/node": "^22.13.5",
|
41
41
|
"@types/uuid": "^10.0.0",
|
42
42
|
"@xylabs/object": "^4.5.1",
|
43
|
-
"@xylabs/ts-scripts-yarn3": "^5.0.
|
44
|
-
"@xylabs/tsconfig": "^5.0.
|
43
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.39",
|
44
|
+
"@xylabs/tsconfig": "^5.0.39",
|
45
45
|
"@xylabs/vitest-extended": "^4.5.1",
|
46
|
-
"@xyo-network/boundwitness-model": "^3.9.
|
47
|
-
"@xyo-network/module-model": "^3.9.
|
48
|
-
"@xyo-network/query-payload-plugin": "^3.9.
|
49
|
-
"typescript": "^5.
|
46
|
+
"@xyo-network/boundwitness-model": "^3.9.19",
|
47
|
+
"@xyo-network/module-model": "^3.9.19",
|
48
|
+
"@xyo-network/query-payload-plugin": "^3.9.19",
|
49
|
+
"typescript": "^5.8.2",
|
50
50
|
"uuid": "^11.1.0",
|
51
|
-
"vitest": "^3.0.
|
51
|
+
"vitest": "^3.0.7"
|
52
52
|
},
|
53
53
|
"publishConfig": {
|
54
54
|
"access": "public"
|