@mittwald/api-client
Advanced tools
Comparing version 4.76.0 to 4.77.0
@@ -309,6 +309,6 @@ import { ApiCallAsyncResourceFactory } from "@mittwald/api-client-commons/react"; | ||
listServers: new ApiCallAsyncResourceFactory(descriptors.projectListServers, baseClient.project.listServers).getApiResource, | ||
/** Get storage space Statistics belonging to a Project. */ | ||
storagespaceGetProjectStatistics: new ApiCallAsyncResourceFactory(descriptors.storagespaceGetProjectStatistics, baseClient.project.storagespaceGetProjectStatistics).getApiResource, | ||
/** Get storage space Statistics belonging to a Server. */ | ||
storagespaceGetServerStatistics: new ApiCallAsyncResourceFactory(descriptors.storagespaceGetServerStatistics, baseClient.project.storagespaceGetServerStatistics).getApiResource, | ||
/** Get storage space Statistics belonging to a Project. */ | ||
storagespaceGetProjectStatistics: new ApiCallAsyncResourceFactory(descriptors.storagespaceGetProjectStatistics, baseClient.project.storagespaceGetProjectStatistics).getApiResource, | ||
}); | ||
@@ -315,0 +315,0 @@ const buildProjectFileSystemApi = (baseClient) => ({ |
@@ -682,10 +682,10 @@ /* eslint-disable */ | ||
updateServerDescription: this.requestFunctionFactory(descriptors.projectUpdateServerDescription), | ||
/** Get storage space Statistics belonging to a Project. */ | ||
storagespaceGetProjectStatistics: this.requestFunctionFactory(descriptors.storagespaceGetProjectStatistics), | ||
/** Get storage space Statistics belonging to a Server. */ | ||
storagespaceGetServerStatistics: this.requestFunctionFactory(descriptors.storagespaceGetServerStatistics), | ||
/** Update a Project's storage space notification threshold. */ | ||
storagespaceReplaceProjectNotificationThreshold: this.requestFunctionFactory(descriptors.storagespaceReplaceProjectNotificationThreshold), | ||
/** Get storage space Statistics belonging to a Server. */ | ||
storagespaceGetServerStatistics: this.requestFunctionFactory(descriptors.storagespaceGetServerStatistics), | ||
/** Update a Server's storage space notification threshold. */ | ||
storagespaceReplaceServerNotificationThreshold: this.requestFunctionFactory(descriptors.storagespaceReplaceServerNotificationThreshold), | ||
/** Get storage space Statistics belonging to a Project. */ | ||
storagespaceGetProjectStatistics: this.requestFunctionFactory(descriptors.storagespaceGetProjectStatistics), | ||
}; | ||
@@ -692,0 +692,0 @@ /** The filesystem API allows you to directly access the filesystem of your project. */ |
@@ -1,1 +0,1 @@ | ||
export const MittwaldAPIClientVersion = '4.75.0'; | ||
export const MittwaldAPIClientVersion = '4.76.0'; |
@@ -1,1 +0,1 @@ | ||
export declare const MittwaldAPIClientVersion = '4.75.0'; | ||
export declare const MittwaldAPIClientVersion = '4.76.0'; |
{ | ||
"name": "@mittwald/api-client", | ||
"version": "4.76.0", | ||
"version": "4.77.0", | ||
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>", | ||
@@ -83,3 +83,3 @@ "type": "module", | ||
}, | ||
"gitHead": "9437dfba20112f8d487db4d6219db1097d5f728e" | ||
"gitHead": "b751d2938063075db946f1849fa145f106cd3afd" | ||
} |
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