@mittwald/api-client
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -0,2 +1,3 @@ | ||
export { assertStatus } from "@mittwald/api-client-commons"; | ||
export { MittwaldAPIClient as MittwaldAPIV2Client } from "./v2.js"; | ||
export { MittwaldAPIV2 } from "./generated/v2/types.js"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.MittwaldAPIV2Client = void 0; | ||
exports.MittwaldAPIV2Client = exports.assertStatus = void 0; | ||
var api_client_commons_1 = require("@mittwald/api-client-commons"); | ||
Object.defineProperty(exports, "assertStatus", { enumerable: true, get: function () { return api_client_commons_1.assertStatus; } }); | ||
var v2_js_1 = require("./v2.js"); | ||
Object.defineProperty(exports, "MittwaldAPIV2Client", { enumerable: true, get: function () { return v2_js_1.MittwaldAPIClient; } }); |
@@ -0,2 +1,3 @@ | ||
export { assertStatus } from "@mittwald/api-client-commons"; | ||
export { MittwaldAPIClient as MittwaldAPIV2Client } from "./v2.js"; | ||
export { MittwaldAPIV2 } from "./generated/v2/types.js"; |
@@ -0,1 +1,2 @@ | ||
export { assertStatus } from "@mittwald/api-client-commons"; | ||
export { MittwaldAPIClient as MittwaldAPIV2Client } from "./v2.js"; |
{ | ||
"name": "@mittwald/api-client", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Auto-generated client for the mittwald API", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2554392
51925