@mittwald/api-client
Advanced tools
Comparing version 4.95.0 to 4.96.0
@@ -269,4 +269,2 @@ import { ApiCallAsyncResourceFactory } from "@mittwald/api-client-commons/react"; | ||
getSshKey: new ApiCallAsyncResourceFactory(descriptors.userGetSshKey, baseClient.user.getSshKey).getApiResource, | ||
/** Get your account information. */ | ||
getOwnAccount: new ApiCallAsyncResourceFactory(descriptors.userGetOwnAccount, baseClient.user.getOwnAccount).getApiResource, | ||
/** The timestamp of your latest password change. */ | ||
@@ -273,0 +271,0 @@ getPasswordUpdatedAt: new ApiCallAsyncResourceFactory(descriptors.userGetPasswordUpdatedAt, baseClient.user.getPasswordUpdatedAt).getApiResource, |
@@ -571,6 +571,2 @@ /* eslint-disable */ | ||
deleteUser: this.requestFunctionFactory(descriptors.userDeleteUser), | ||
/** Get your account information. */ | ||
getOwnAccount: this.requestFunctionFactory(descriptors.userGetOwnAccount), | ||
/** Update your account information. */ | ||
updateAccount: this.requestFunctionFactory(descriptors.userUpdateAccount), | ||
/** The timestamp of your latest password change. */ | ||
@@ -622,2 +618,4 @@ getPasswordUpdatedAt: this.requestFunctionFactory(descriptors.userGetPasswordUpdatedAt), | ||
supportCodeRequest: this.requestFunctionFactory(descriptors.userSupportCodeRequest), | ||
/** Update your account information. */ | ||
updateAccount: this.requestFunctionFactory(descriptors.userUpdateAccount), | ||
/** Verify an added Email-Address. */ | ||
@@ -624,0 +622,0 @@ verifyEmail: this.requestFunctionFactory(descriptors.userVerifyEmail), |
@@ -1,1 +0,1 @@ | ||
export const MittwaldAPIClientVersion = '4.94.0'; | ||
export const MittwaldAPIClientVersion = '4.95.0'; |
@@ -1,1 +0,1 @@ | ||
export declare const MittwaldAPIClientVersion = '4.94.0'; | ||
export declare const MittwaldAPIClientVersion = '4.95.0'; |
{ | ||
"name": "@mittwald/api-client", | ||
"version": "4.95.0", | ||
"version": "4.96.0", | ||
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>", | ||
@@ -83,3 +83,3 @@ "type": "module", | ||
}, | ||
"gitHead": "b17a41774b73000a5fc69b9fa4131d267aa2c1b6" | ||
"gitHead": "59347d6bb9193f2247c3bb0e03ce875207ba1ad6" | ||
} |
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
2543941
49250