fix(core): update

This commit is contained in:
Philipp Kunz 2024-02-18 23:52:18 +01:00
parent cc0f2008de
commit d5365343c7
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/interfaces',
version: '1.0.39',
version: '1.0.40',
description: 'interfaces for working with containers'
}

View File

@ -10,6 +10,7 @@ extends plugins.typedrequestInterfaces.implementsTR<
> {
method: 'getServerConfig';
request: {
jwt: string;
serverId: string;
};
response: {
@ -24,6 +25,7 @@ extends plugins.typedrequestInterfaces.implementsTR<
> {
method: 'getClusterConfig';
request: {
jwt: string;
clusterIdentifier: clusterInterfaces.IClusterIdentifier;
};
response: {