@mittwald/api-client 3.1.56 → 3.1.58

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.
@@ -0,0 +1 @@
1
+ export {};
package/dist/index.d.ts CHANGED
@@ -1,16 +1,3 @@
1
- export { assertStatus } from '@mittwald/api-client-commons';
2
- import { M as MittwaldAPIV2Client } from './shared/api-client.c359884d.js';
3
- export { a as MittwaldAPIV2 } from './shared/api-client.c359884d.js';
4
- import 'axios';
5
-
6
- declare class MittwaldAPIClient extends MittwaldAPIV2Client {
7
- private readonly apiToken;
8
- private constructor();
9
- private static createAxiosDefaults;
10
- private setupInterceptors;
11
- static newUnauthenticated(): MittwaldAPIClient;
12
- static newWithToken(apiToken: string): MittwaldAPIClient;
13
- static newWithCredentials(email: string, password: string): Promise<MittwaldAPIClient>;
14
- }
15
-
16
- export { MittwaldAPIClient as MittwaldAPIV2Client };
1
+ export { assertStatus } from "@mittwald/api-client-commons";
2
+ export { MittwaldAPIClient as MittwaldAPIV2Client } from "./v2/default.js";
3
+ export type { MittwaldAPIV2 } from "./generated/v2/types.js";
package/dist/index.js ADDED
@@ -0,0 +1,2 @@
1
+ export { assertStatus } from "@mittwald/api-client-commons";
2
+ export { MittwaldAPIClient as MittwaldAPIV2Client } from "./v2/default.js";