[~] Nano order change

This commit is contained in:
Charles Le Maux 2024-08-20 19:33:10 +02:00
parent 471b49cd79
commit e2142d63f2

View File

@ -39,6 +39,7 @@ interface CommandRequest extends BaseRequest {
enum serviiRequest { enum serviiRequest {
setSubdomain = 'SetSubdomain', setSubdomain = 'SetSubdomain',
fetchServers = 'FetchServers', fetchServers = 'FetchServers',
fetchLogs = 'FetchLogs',
accountCreate = 'AccountCreate', accountCreate = 'AccountCreate',
serverCreate = 'ServerCreate', serverCreate = 'ServerCreate',
serverDelete = 'ServerDelete', serverDelete = 'ServerDelete',
@ -47,7 +48,6 @@ enum serviiRequest {
serverStop = 'ServerStop', serverStop = 'ServerStop',
updateProperty = 'UpdateProperties', updateProperty = 'UpdateProperties',
command = 'Command', command = 'Command',
fetchLogs = 'FetchLogs',
} }