@mittwald/api-client 1.0.6 → 2.0.1

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,2 @@
1
+ export { MittwaldAPIClient as MittwaldAPIV2Client } from "./v2.js";
2
+ export { MittwaldAPIV2 } from "./generated/v2/types.js";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MittwaldAPIV2Client = void 0;
4
+ var v2_js_1 = require("./v2.js");
5
+ Object.defineProperty(exports, "MittwaldAPIV2Client", { enumerable: true, get: function () { return v2_js_1.MittwaldAPIClient; } });
@@ -1,4 +1,5 @@
1
1
  import MittwaldApiV2Client from "./generated/v2/client.js";
2
+ export type { MittwaldAPIV2 } from "./generated/v2/types.js";
2
3
  export declare class MittwaldAPIClient extends MittwaldApiV2Client {
3
4
  private readonly apiToken;
4
5
  private constructor();