@xyo-network/api 2.56.2 → 2.57.4

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.
@@ -1,3 +1,4 @@
1
+ export * from './ApiConfig';
1
2
  export * from './LocationDivinerApi';
2
3
  export * from './models';
3
4
  export * from './Queries';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/Diviner/LocationDiviner/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA;AACpC,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,aAAa,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/Diviner/LocationDiviner/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,sBAAsB,CAAA;AACpC,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,aAAa,CAAA"}
@@ -19,8 +19,8 @@ export declare class XyoApiBase<C extends XyoApiConfig = XyoApiConfig> implement
19
19
  protected getEndpoint<T = unknown>(endPoint?: string): Promise<XyoApiResponseBody<T>>;
20
20
  protected getEndpoint<T = unknown>(endPoint?: string, responseType?: 'body'): Promise<XyoApiResponseBody<T>>;
21
21
  protected getEndpoint<T = unknown>(endPoint?: string, responseType?: 'tuple'): Promise<XyoApiResponseTuple<T>>;
22
- protected handleMonitorResponseError<T>(error: XyoApiError, trapAxiosException: boolean): XyoApiResponse<XyoApiEnvelope<T>> | undefined;
23
- protected monitorResponse<T>(closure: () => Promise<XyoApiResponse<XyoApiEnvelope<T>>>): Promise<XyoApiResponse<XyoApiEnvelope<T>> | undefined>;
22
+ protected handleMonitorResponseError<T>(error: XyoApiError, trapAxiosException: boolean): XyoApiResponse<XyoApiEnvelope<T>, unknown> | undefined;
23
+ protected monitorResponse<T>(closure: () => Promise<XyoApiResponse<XyoApiEnvelope<T>>>): Promise<XyoApiResponse<XyoApiEnvelope<T>, unknown> | undefined>;
24
24
  protected postEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D): Promise<XyoApiResponseBody<T>>;
25
25
  protected postEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D, responseType?: 'body'): Promise<XyoApiResponseBody<T>>;
26
26
  protected postEndpoint<T = unknown, D = unknown>(endPoint?: string, data?: D, responseType?: 'tuple'): Promise<XyoApiResponseTuple<T>>;
@@ -1,3 +1,4 @@
1
+ export * from './ApiConfig';
1
2
  export * from './LocationDivinerApi';
2
3
  export * from './models';
3
4
  export * from './Queries';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Diviner/LocationDiviner/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA;AACpC,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,aAAa,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Diviner/LocationDiviner/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,sBAAsB,CAAA;AACpC,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,aAAa,CAAA"}
package/package.json CHANGED
@@ -9,19 +9,19 @@
9
9
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
10
10
  },
11
11
  "dependencies": {
12
- "@xyo-network/api-models": "^2.56.2",
13
- "@xyo-network/axios": "^2.56.2",
14
- "@xyo-network/boundwitness-model": "^2.56.2",
15
- "@xyo-network/core": "^2.56.2",
16
- "@xyo-network/diviner-model": "^2.56.2",
17
- "@xyo-network/huri": "^2.56.2",
18
- "@xyo-network/payload-model": "^2.56.2"
12
+ "@xyo-network/api-models": "^2.57.4",
13
+ "@xyo-network/axios": "^2.57.4",
14
+ "@xyo-network/boundwitness-model": "^2.57.4",
15
+ "@xyo-network/core": "^2.57.4",
16
+ "@xyo-network/diviner-model": "^2.57.4",
17
+ "@xyo-network/huri": "^2.57.4",
18
+ "@xyo-network/payload-model": "^2.57.4"
19
19
  },
20
20
  "description": "Primary SDK for using XYO Protocol 2.0",
21
21
  "devDependencies": {
22
22
  "@xylabs/jest-helpers": "^2.7.6",
23
- "@xylabs/ts-scripts-yarn3": "^2.17.6",
24
- "@xylabs/tsconfig": "^2.17.6",
23
+ "@xylabs/ts-scripts-yarn3": "^2.17.12",
24
+ "@xylabs/tsconfig": "^2.17.12",
25
25
  "jest": "^29.5.0",
26
26
  "typescript": "^5.0.4"
27
27
  },
@@ -58,5 +58,5 @@
58
58
  },
59
59
  "sideEffects": false,
60
60
  "types": "dist/types/index.d.ts",
61
- "version": "2.56.2"
61
+ "version": "2.57.4"
62
62
  }
@@ -1,3 +1,4 @@
1
+ export * from './ApiConfig'
1
2
  export * from './LocationDivinerApi'
2
3
  export * from './models'
3
4
  export * from './Queries'
package/typedoc.json CHANGED
@@ -1,11 +1,5 @@
1
1
  {
2
- "intentionallyNotExported": [
3
- "WithPayloadMeta",
4
- "Payload",
5
- "PayloadFull",
6
- "BoundWitness",
7
- "DataLike",
8
- "Huri",
9
- "XyoSchemaPayload"
10
- ]
2
+ "$schema": "https://typedoc.org/schema.json",
3
+ "entryPoints": ["./src/index.ts"],
4
+ "tsconfig": "./tsconfig.typedoc.json"
11
5
  }