@xyo-network/api-models 2.110.15 → 2.110.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/dist/browser/Config.d.cts +1 -1
  2. package/dist/browser/Config.d.mts +1 -1
  3. package/dist/browser/Config.d.ts +1 -1
  4. package/dist/browser/Envelope.d.cts +2 -2
  5. package/dist/browser/Envelope.d.mts +2 -2
  6. package/dist/browser/Envelope.d.ts +2 -2
  7. package/dist/browser/Reportable.d.cts +2 -2
  8. package/dist/browser/Reportable.d.mts +2 -2
  9. package/dist/browser/Reportable.d.ts +2 -2
  10. package/dist/browser/Response.d.cts +1 -1
  11. package/dist/browser/Response.d.mts +1 -1
  12. package/dist/browser/Response.d.ts +1 -1
  13. package/dist/browser/index.cjs.map +1 -1
  14. package/dist/browser/index.d.cts +6 -6
  15. package/dist/browser/index.d.mts +6 -6
  16. package/dist/browser/index.d.ts +6 -6
  17. package/dist/neutral/Config.d.cts +1 -1
  18. package/dist/neutral/Config.d.mts +1 -1
  19. package/dist/neutral/Config.d.ts +1 -1
  20. package/dist/neutral/Envelope.d.cts +2 -2
  21. package/dist/neutral/Envelope.d.mts +2 -2
  22. package/dist/neutral/Envelope.d.ts +2 -2
  23. package/dist/neutral/Reportable.d.cts +2 -2
  24. package/dist/neutral/Reportable.d.mts +2 -2
  25. package/dist/neutral/Reportable.d.ts +2 -2
  26. package/dist/neutral/Response.d.cts +1 -1
  27. package/dist/neutral/Response.d.mts +1 -1
  28. package/dist/neutral/Response.d.ts +1 -1
  29. package/dist/neutral/index.cjs.map +1 -1
  30. package/dist/neutral/index.d.cts +6 -6
  31. package/dist/neutral/index.d.mts +6 -6
  32. package/dist/neutral/index.d.ts +6 -6
  33. package/dist/node/Config.d.cts +1 -1
  34. package/dist/node/Config.d.mts +1 -1
  35. package/dist/node/Config.d.ts +1 -1
  36. package/dist/node/Envelope.d.cts +2 -2
  37. package/dist/node/Envelope.d.mts +2 -2
  38. package/dist/node/Envelope.d.ts +2 -2
  39. package/dist/node/Reportable.d.cts +2 -2
  40. package/dist/node/Reportable.d.mts +2 -2
  41. package/dist/node/Reportable.d.ts +2 -2
  42. package/dist/node/Response.d.cts +1 -1
  43. package/dist/node/Response.d.mts +1 -1
  44. package/dist/node/Response.d.ts +1 -1
  45. package/dist/node/index.cjs.map +1 -1
  46. package/dist/node/index.d.cts +6 -6
  47. package/dist/node/index.d.mts +6 -6
  48. package/dist/node/index.d.ts +6 -6
  49. package/package.json +1 -1
  50. package/src/Config.ts +1 -1
  51. package/src/Envelope.ts +2 -2
  52. package/src/Reportable.ts +2 -2
  53. package/src/Response.ts +1 -1
  54. package/src/index.ts +6 -6
@@ -1,4 +1,4 @@
1
- import { ApiReportable } from './Reportable.js';
1
+ import { ApiReportable } from './Reportable.ts';
2
2
  interface ApiConfig extends ApiReportable {
3
3
  apiDomain: string;
4
4
  apiKey?: string;
@@ -1,4 +1,4 @@
1
- import { ApiReportable } from './Reportable.js';
1
+ import { ApiReportable } from './Reportable.ts';
2
2
  interface ApiConfig extends ApiReportable {
3
3
  apiDomain: string;
4
4
  apiKey?: string;
@@ -1,4 +1,4 @@
1
- import { ApiReportable } from './Reportable.js';
1
+ import { ApiReportable } from './Reportable.ts';
2
2
  interface ApiConfig extends ApiReportable {
3
3
  apiDomain: string;
4
4
  apiKey?: string;
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js';
2
- import { ApiWarning } from './Warning.js';
1
+ import { ApiError } from './Error.ts';
2
+ import { ApiWarning } from './Warning.ts';
3
3
  export interface ApiEnvelopeBase {
4
4
  warning?: ApiWarning[];
5
5
  }
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js';
2
- import { ApiWarning } from './Warning.js';
1
+ import { ApiError } from './Error.ts';
2
+ import { ApiWarning } from './Warning.ts';
3
3
  export interface ApiEnvelopeBase {
4
4
  warning?: ApiWarning[];
5
5
  }
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js';
2
- import { ApiWarning } from './Warning.js';
1
+ import { ApiError } from './Error.ts';
2
+ import { ApiWarning } from './Warning.ts';
3
3
  export interface ApiEnvelopeBase {
4
4
  warning?: ApiWarning[];
5
5
  }
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js';
2
- import { ApiResponse } from './Response.js';
1
+ import { ApiError } from './Error.ts';
2
+ import { ApiResponse } from './Response.ts';
3
3
  export interface ApiReportable {
4
4
  onError?: (error: ApiError, depth: number) => void;
5
5
  onFailure?: (response: ApiResponse, depth: number) => void;
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js';
2
- import { ApiResponse } from './Response.js';
1
+ import { ApiError } from './Error.ts';
2
+ import { ApiResponse } from './Response.ts';
3
3
  export interface ApiReportable {
4
4
  onError?: (error: ApiError, depth: number) => void;
5
5
  onFailure?: (response: ApiResponse, depth: number) => void;
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js';
2
- import { ApiResponse } from './Response.js';
1
+ import { ApiError } from './Error.ts';
2
+ import { ApiResponse } from './Response.ts';
3
3
  export interface ApiReportable {
4
4
  onError?: (error: ApiError, depth: number) => void;
5
5
  onFailure?: (response: ApiResponse, depth: number) => void;
@@ -1,5 +1,5 @@
1
1
  import { AxiosResponse } from '@xylabs/axios';
2
- import { ApiEnvelope } from './Envelope.js';
2
+ import { ApiEnvelope } from './Envelope.ts';
3
3
  export type ApiResponse<T = unknown, D = unknown> = AxiosResponse<T, D>;
4
4
  export type ApiResponseBody<T> = T | undefined;
5
5
  export type ApiResponseTuple<T> = [T | undefined, ApiEnvelope<T | undefined>, ApiResponse<ApiEnvelope<T | undefined>>];
@@ -1,5 +1,5 @@
1
1
  import { AxiosResponse } from '@xylabs/axios';
2
- import { ApiEnvelope } from './Envelope.js';
2
+ import { ApiEnvelope } from './Envelope.ts';
3
3
  export type ApiResponse<T = unknown, D = unknown> = AxiosResponse<T, D>;
4
4
  export type ApiResponseBody<T> = T | undefined;
5
5
  export type ApiResponseTuple<T> = [T | undefined, ApiEnvelope<T | undefined>, ApiResponse<ApiEnvelope<T | undefined>>];
@@ -1,5 +1,5 @@
1
1
  import { AxiosResponse } from '@xylabs/axios';
2
- import { ApiEnvelope } from './Envelope.js';
2
+ import { ApiEnvelope } from './Envelope.ts';
3
3
  export type ApiResponse<T = unknown, D = unknown> = AxiosResponse<T, D>;
4
4
  export type ApiResponseBody<T> = T | undefined;
5
5
  export type ApiResponseTuple<T> = [T | undefined, ApiEnvelope<T | undefined>, ApiResponse<ApiEnvelope<T | undefined>>];
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './Config.js'\nexport * from './Envelope.js'\nexport * from './Error.js'\nexport * from './Reportable.js'\nexport * from './Response.js'\nexport * from './Warning.js'\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './Config.ts'\nexport * from './Envelope.ts'\nexport * from './Error.ts'\nexport * from './Reportable.ts'\nexport * from './Response.ts'\nexport * from './Warning.ts'\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -1,7 +1,7 @@
1
- export * from './Config.js';
2
- export * from './Envelope.js';
3
- export * from './Error.js';
4
- export * from './Reportable.js';
5
- export * from './Response.js';
6
- export * from './Warning.js';
1
+ export * from './Config.ts';
2
+ export * from './Envelope.ts';
3
+ export * from './Error.ts';
4
+ export * from './Reportable.ts';
5
+ export * from './Response.ts';
6
+ export * from './Warning.ts';
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1,7 +1,7 @@
1
- export * from './Config.js';
2
- export * from './Envelope.js';
3
- export * from './Error.js';
4
- export * from './Reportable.js';
5
- export * from './Response.js';
6
- export * from './Warning.js';
1
+ export * from './Config.ts';
2
+ export * from './Envelope.ts';
3
+ export * from './Error.ts';
4
+ export * from './Reportable.ts';
5
+ export * from './Response.ts';
6
+ export * from './Warning.ts';
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1,7 +1,7 @@
1
- export * from './Config.js';
2
- export * from './Envelope.js';
3
- export * from './Error.js';
4
- export * from './Reportable.js';
5
- export * from './Response.js';
6
- export * from './Warning.js';
1
+ export * from './Config.ts';
2
+ export * from './Envelope.ts';
3
+ export * from './Error.ts';
4
+ export * from './Reportable.ts';
5
+ export * from './Response.ts';
6
+ export * from './Warning.ts';
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- import { ApiReportable } from './Reportable.js';
1
+ import { ApiReportable } from './Reportable.ts';
2
2
  interface ApiConfig extends ApiReportable {
3
3
  apiDomain: string;
4
4
  apiKey?: string;
@@ -1,4 +1,4 @@
1
- import { ApiReportable } from './Reportable.js';
1
+ import { ApiReportable } from './Reportable.ts';
2
2
  interface ApiConfig extends ApiReportable {
3
3
  apiDomain: string;
4
4
  apiKey?: string;
@@ -1,4 +1,4 @@
1
- import { ApiReportable } from './Reportable.js';
1
+ import { ApiReportable } from './Reportable.ts';
2
2
  interface ApiConfig extends ApiReportable {
3
3
  apiDomain: string;
4
4
  apiKey?: string;
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js';
2
- import { ApiWarning } from './Warning.js';
1
+ import { ApiError } from './Error.ts';
2
+ import { ApiWarning } from './Warning.ts';
3
3
  export interface ApiEnvelopeBase {
4
4
  warning?: ApiWarning[];
5
5
  }
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js';
2
- import { ApiWarning } from './Warning.js';
1
+ import { ApiError } from './Error.ts';
2
+ import { ApiWarning } from './Warning.ts';
3
3
  export interface ApiEnvelopeBase {
4
4
  warning?: ApiWarning[];
5
5
  }
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js';
2
- import { ApiWarning } from './Warning.js';
1
+ import { ApiError } from './Error.ts';
2
+ import { ApiWarning } from './Warning.ts';
3
3
  export interface ApiEnvelopeBase {
4
4
  warning?: ApiWarning[];
5
5
  }
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js';
2
- import { ApiResponse } from './Response.js';
1
+ import { ApiError } from './Error.ts';
2
+ import { ApiResponse } from './Response.ts';
3
3
  export interface ApiReportable {
4
4
  onError?: (error: ApiError, depth: number) => void;
5
5
  onFailure?: (response: ApiResponse, depth: number) => void;
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js';
2
- import { ApiResponse } from './Response.js';
1
+ import { ApiError } from './Error.ts';
2
+ import { ApiResponse } from './Response.ts';
3
3
  export interface ApiReportable {
4
4
  onError?: (error: ApiError, depth: number) => void;
5
5
  onFailure?: (response: ApiResponse, depth: number) => void;
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js';
2
- import { ApiResponse } from './Response.js';
1
+ import { ApiError } from './Error.ts';
2
+ import { ApiResponse } from './Response.ts';
3
3
  export interface ApiReportable {
4
4
  onError?: (error: ApiError, depth: number) => void;
5
5
  onFailure?: (response: ApiResponse, depth: number) => void;
@@ -1,5 +1,5 @@
1
1
  import { AxiosResponse } from '@xylabs/axios';
2
- import { ApiEnvelope } from './Envelope.js';
2
+ import { ApiEnvelope } from './Envelope.ts';
3
3
  export type ApiResponse<T = unknown, D = unknown> = AxiosResponse<T, D>;
4
4
  export type ApiResponseBody<T> = T | undefined;
5
5
  export type ApiResponseTuple<T> = [T | undefined, ApiEnvelope<T | undefined>, ApiResponse<ApiEnvelope<T | undefined>>];
@@ -1,5 +1,5 @@
1
1
  import { AxiosResponse } from '@xylabs/axios';
2
- import { ApiEnvelope } from './Envelope.js';
2
+ import { ApiEnvelope } from './Envelope.ts';
3
3
  export type ApiResponse<T = unknown, D = unknown> = AxiosResponse<T, D>;
4
4
  export type ApiResponseBody<T> = T | undefined;
5
5
  export type ApiResponseTuple<T> = [T | undefined, ApiEnvelope<T | undefined>, ApiResponse<ApiEnvelope<T | undefined>>];
@@ -1,5 +1,5 @@
1
1
  import { AxiosResponse } from '@xylabs/axios';
2
- import { ApiEnvelope } from './Envelope.js';
2
+ import { ApiEnvelope } from './Envelope.ts';
3
3
  export type ApiResponse<T = unknown, D = unknown> = AxiosResponse<T, D>;
4
4
  export type ApiResponseBody<T> = T | undefined;
5
5
  export type ApiResponseTuple<T> = [T | undefined, ApiEnvelope<T | undefined>, ApiResponse<ApiEnvelope<T | undefined>>];
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './Config.js'\nexport * from './Envelope.js'\nexport * from './Error.js'\nexport * from './Reportable.js'\nexport * from './Response.js'\nexport * from './Warning.js'\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './Config.ts'\nexport * from './Envelope.ts'\nexport * from './Error.ts'\nexport * from './Reportable.ts'\nexport * from './Response.ts'\nexport * from './Warning.ts'\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -1,7 +1,7 @@
1
- export * from './Config.js';
2
- export * from './Envelope.js';
3
- export * from './Error.js';
4
- export * from './Reportable.js';
5
- export * from './Response.js';
6
- export * from './Warning.js';
1
+ export * from './Config.ts';
2
+ export * from './Envelope.ts';
3
+ export * from './Error.ts';
4
+ export * from './Reportable.ts';
5
+ export * from './Response.ts';
6
+ export * from './Warning.ts';
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1,7 +1,7 @@
1
- export * from './Config.js';
2
- export * from './Envelope.js';
3
- export * from './Error.js';
4
- export * from './Reportable.js';
5
- export * from './Response.js';
6
- export * from './Warning.js';
1
+ export * from './Config.ts';
2
+ export * from './Envelope.ts';
3
+ export * from './Error.ts';
4
+ export * from './Reportable.ts';
5
+ export * from './Response.ts';
6
+ export * from './Warning.ts';
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1,7 +1,7 @@
1
- export * from './Config.js';
2
- export * from './Envelope.js';
3
- export * from './Error.js';
4
- export * from './Reportable.js';
5
- export * from './Response.js';
6
- export * from './Warning.js';
1
+ export * from './Config.ts';
2
+ export * from './Envelope.ts';
3
+ export * from './Error.ts';
4
+ export * from './Reportable.ts';
5
+ export * from './Response.ts';
6
+ export * from './Warning.ts';
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- import { ApiReportable } from './Reportable.js';
1
+ import { ApiReportable } from './Reportable.ts';
2
2
  interface ApiConfig extends ApiReportable {
3
3
  apiDomain: string;
4
4
  apiKey?: string;
@@ -1,4 +1,4 @@
1
- import { ApiReportable } from './Reportable.js';
1
+ import { ApiReportable } from './Reportable.ts';
2
2
  interface ApiConfig extends ApiReportable {
3
3
  apiDomain: string;
4
4
  apiKey?: string;
@@ -1,4 +1,4 @@
1
- import { ApiReportable } from './Reportable.js';
1
+ import { ApiReportable } from './Reportable.ts';
2
2
  interface ApiConfig extends ApiReportable {
3
3
  apiDomain: string;
4
4
  apiKey?: string;
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js';
2
- import { ApiWarning } from './Warning.js';
1
+ import { ApiError } from './Error.ts';
2
+ import { ApiWarning } from './Warning.ts';
3
3
  export interface ApiEnvelopeBase {
4
4
  warning?: ApiWarning[];
5
5
  }
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js';
2
- import { ApiWarning } from './Warning.js';
1
+ import { ApiError } from './Error.ts';
2
+ import { ApiWarning } from './Warning.ts';
3
3
  export interface ApiEnvelopeBase {
4
4
  warning?: ApiWarning[];
5
5
  }
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js';
2
- import { ApiWarning } from './Warning.js';
1
+ import { ApiError } from './Error.ts';
2
+ import { ApiWarning } from './Warning.ts';
3
3
  export interface ApiEnvelopeBase {
4
4
  warning?: ApiWarning[];
5
5
  }
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js';
2
- import { ApiResponse } from './Response.js';
1
+ import { ApiError } from './Error.ts';
2
+ import { ApiResponse } from './Response.ts';
3
3
  export interface ApiReportable {
4
4
  onError?: (error: ApiError, depth: number) => void;
5
5
  onFailure?: (response: ApiResponse, depth: number) => void;
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js';
2
- import { ApiResponse } from './Response.js';
1
+ import { ApiError } from './Error.ts';
2
+ import { ApiResponse } from './Response.ts';
3
3
  export interface ApiReportable {
4
4
  onError?: (error: ApiError, depth: number) => void;
5
5
  onFailure?: (response: ApiResponse, depth: number) => void;
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js';
2
- import { ApiResponse } from './Response.js';
1
+ import { ApiError } from './Error.ts';
2
+ import { ApiResponse } from './Response.ts';
3
3
  export interface ApiReportable {
4
4
  onError?: (error: ApiError, depth: number) => void;
5
5
  onFailure?: (response: ApiResponse, depth: number) => void;
@@ -1,5 +1,5 @@
1
1
  import { AxiosResponse } from '@xylabs/axios';
2
- import { ApiEnvelope } from './Envelope.js';
2
+ import { ApiEnvelope } from './Envelope.ts';
3
3
  export type ApiResponse<T = unknown, D = unknown> = AxiosResponse<T, D>;
4
4
  export type ApiResponseBody<T> = T | undefined;
5
5
  export type ApiResponseTuple<T> = [T | undefined, ApiEnvelope<T | undefined>, ApiResponse<ApiEnvelope<T | undefined>>];
@@ -1,5 +1,5 @@
1
1
  import { AxiosResponse } from '@xylabs/axios';
2
- import { ApiEnvelope } from './Envelope.js';
2
+ import { ApiEnvelope } from './Envelope.ts';
3
3
  export type ApiResponse<T = unknown, D = unknown> = AxiosResponse<T, D>;
4
4
  export type ApiResponseBody<T> = T | undefined;
5
5
  export type ApiResponseTuple<T> = [T | undefined, ApiEnvelope<T | undefined>, ApiResponse<ApiEnvelope<T | undefined>>];
@@ -1,5 +1,5 @@
1
1
  import { AxiosResponse } from '@xylabs/axios';
2
- import { ApiEnvelope } from './Envelope.js';
2
+ import { ApiEnvelope } from './Envelope.ts';
3
3
  export type ApiResponse<T = unknown, D = unknown> = AxiosResponse<T, D>;
4
4
  export type ApiResponseBody<T> = T | undefined;
5
5
  export type ApiResponseTuple<T> = [T | undefined, ApiEnvelope<T | undefined>, ApiResponse<ApiEnvelope<T | undefined>>];
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './Config.js'\nexport * from './Envelope.js'\nexport * from './Error.js'\nexport * from './Reportable.js'\nexport * from './Response.js'\nexport * from './Warning.js'\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './Config.ts'\nexport * from './Envelope.ts'\nexport * from './Error.ts'\nexport * from './Reportable.ts'\nexport * from './Response.ts'\nexport * from './Warning.ts'\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -1,7 +1,7 @@
1
- export * from './Config.js';
2
- export * from './Envelope.js';
3
- export * from './Error.js';
4
- export * from './Reportable.js';
5
- export * from './Response.js';
6
- export * from './Warning.js';
1
+ export * from './Config.ts';
2
+ export * from './Envelope.ts';
3
+ export * from './Error.ts';
4
+ export * from './Reportable.ts';
5
+ export * from './Response.ts';
6
+ export * from './Warning.ts';
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1,7 +1,7 @@
1
- export * from './Config.js';
2
- export * from './Envelope.js';
3
- export * from './Error.js';
4
- export * from './Reportable.js';
5
- export * from './Response.js';
6
- export * from './Warning.js';
1
+ export * from './Config.ts';
2
+ export * from './Envelope.ts';
3
+ export * from './Error.ts';
4
+ export * from './Reportable.ts';
5
+ export * from './Response.ts';
6
+ export * from './Warning.ts';
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1,7 +1,7 @@
1
- export * from './Config.js';
2
- export * from './Envelope.js';
3
- export * from './Error.js';
4
- export * from './Reportable.js';
5
- export * from './Response.js';
6
- export * from './Warning.js';
1
+ export * from './Config.ts';
2
+ export * from './Envelope.ts';
3
+ export * from './Error.ts';
4
+ export * from './Reportable.ts';
5
+ export * from './Response.ts';
6
+ export * from './Warning.ts';
7
7
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -56,6 +56,6 @@
56
56
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
57
57
  },
58
58
  "sideEffects": false,
59
- "version": "2.110.15",
59
+ "version": "2.110.17",
60
60
  "type": "module"
61
61
  }
package/src/Config.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { ApiReportable } from './Reportable.js'
1
+ import { ApiReportable } from './Reportable.ts'
2
2
 
3
3
  interface ApiConfig extends ApiReportable {
4
4
  /** @description The domain where the api is located */
package/src/Envelope.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js'
2
- import { ApiWarning } from './Warning.js'
1
+ import { ApiError } from './Error.ts'
2
+ import { ApiWarning } from './Warning.ts'
3
3
 
4
4
  export interface ApiEnvelopeBase {
5
5
  warning?: ApiWarning[]
package/src/Reportable.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { ApiError } from './Error.js'
2
- import { ApiResponse } from './Response.js'
1
+ import { ApiError } from './Error.ts'
2
+ import { ApiResponse } from './Response.ts'
3
3
 
4
4
  export interface ApiReportable {
5
5
  onError?: (error: ApiError, depth: number) => void
package/src/Response.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { AxiosResponse } from '@xylabs/axios'
2
2
 
3
- import { ApiEnvelope } from './Envelope.js'
3
+ import { ApiEnvelope } from './Envelope.ts'
4
4
 
5
5
  export type ApiResponse<T = unknown, D = unknown> = AxiosResponse<T, D>
6
6
 
package/src/index.ts CHANGED
@@ -1,6 +1,6 @@
1
- export * from './Config.js'
2
- export * from './Envelope.js'
3
- export * from './Error.js'
4
- export * from './Reportable.js'
5
- export * from './Response.js'
6
- export * from './Warning.js'
1
+ export * from './Config.ts'
2
+ export * from './Envelope.ts'
3
+ export * from './Error.ts'
4
+ export * from './Reportable.ts'
5
+ export * from './Response.ts'
6
+ export * from './Warning.ts'