You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@mittwald/api-client

Package Overview
Dependencies
Maintainers
4
Versions
541
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mittwald/api-client - npm Package Compare versions

Comparing version
4.326.0
to
4.327.0
+11
-11
dist/esm/generated/v2/client-react.js

@@ -87,4 +87,2 @@ import { ApiCallAsyncResourceFactory } from "@mittwald/api-client-commons/react";

getService: new ApiCallAsyncResourceFactory(descriptors.containerGetService, baseClient.container.getService).getApiResource,
/** List Stacks belonging to the executing user. */
listSelfStacks: new ApiCallAsyncResourceFactory(descriptors.containerListSelfStacks, baseClient.container.listSelfStacks).getApiResource,
/** List Services belonging to a Project. */

@@ -98,2 +96,4 @@ listServices: new ApiCallAsyncResourceFactory(descriptors.containerListServices, baseClient.container.listServices).getApiResource,

listVolumes: new ApiCallAsyncResourceFactory(descriptors.containerListVolumes, baseClient.container.listVolumes).getApiResource,
/** List Stacks belonging to the executing user. */
listSelfStacks: new ApiCallAsyncResourceFactory(descriptors.containerListSelfStacks, baseClient.container.listSelfStacks).getApiResource,
});

@@ -332,8 +332,2 @@ const buildContractApi = (baseClient) => ({

});
const buildLicenseApi = (baseClient) => ({
/** Get a license. */
getLicense: new ApiCallAsyncResourceFactory(descriptors.licenseGetLicense, baseClient.license.getLicense).getApiResource,
/** List Licenses belonging to a Project. */
listLicensesForProject: new ApiCallAsyncResourceFactory(descriptors.licenseListLicensesForProject, baseClient.license.listLicensesForProject).getApiResource,
});
const buildMailApi = (baseClient) => ({

@@ -461,2 +455,8 @@ /** List DeliveryBoxes belonging to a Project. */

});
const buildLicenseApi = (baseClient) => ({
/** Get a license. */
getLicense: new ApiCallAsyncResourceFactory(descriptors.licenseGetLicense, baseClient.license.getLicense).getApiResource,
/** List Licenses belonging to a Project. */
listLicensesForProject: new ApiCallAsyncResourceFactory(descriptors.licenseListLicensesForProject, baseClient.license.listLicensesForProject).getApiResource,
});
export class MittwaldAPIV2ClientReact {

@@ -491,4 +491,2 @@ /** The AI hosting provides access to multiple large language and embedding models – GDPR compliant and hosted in Germany. */

leadFyndr;
/** The license API allows you to manage your paid licenses. */
license;
/** The mail API allows you to manage your mail accounts. */

@@ -510,2 +508,4 @@ mail;

sshsftpUser;
/** The license API allows you to manage your paid licenses. */
license;
constructor(baseClient) {

@@ -526,3 +526,2 @@ this.aiHosting = buildAiHostingApi(baseClient);

this.leadFyndr = buildLeadFyndrApi(baseClient);
this.license = buildLicenseApi(baseClient);
this.mail = buildMailApi(baseClient);

@@ -536,2 +535,3 @@ this.misc = buildMiscApi(baseClient);

this.sshsftpUser = buildSshsftpUserApi(baseClient);
this.license = buildLicenseApi(baseClient);
}

@@ -538,0 +538,0 @@ static fromBaseClient(baseClient) {

@@ -1,1 +0,1 @@

export const MittwaldAPIClientVersion = '4.325.0';
export const MittwaldAPIClientVersion = '4.326.0';

@@ -1,1 +0,1 @@

export declare const MittwaldAPIClientVersion = '4.325.0';
export declare const MittwaldAPIClientVersion = '4.326.0';
{
"name": "@mittwald/api-client",
"version": "4.326.0",
"version": "4.327.0",
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",

@@ -49,7 +49,7 @@ "type": "module",

"dependencies": {
"@mittwald/api-client-commons": "^4.326.0",
"@mittwald/api-client-commons": "^4.327.0",
"browser-or-node": "^3.0.0"
},
"devDependencies": {
"@mittwald/api-code-generator": "^4.326.0",
"@mittwald/api-code-generator": "^4.327.0",
"@mittwald/react-use-promise": "^2.6.2",

@@ -84,3 +84,3 @@ "@types/node": "^22.18.11",

},
"gitHead": "57d4e8722efe6dd1c77c58d1b1a534fa285d2d33"
"gitHead": "cc18eb96703baec4e449ae9610ee900b67279783"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display