Ajout des syncshell perma
This commit is contained in:
@@ -10,7 +10,7 @@ namespace MareSynchronos.API.SignalR;
|
||||
|
||||
public interface IMareHub
|
||||
{
|
||||
const int ApiVersion = 1027;
|
||||
const int ApiVersion = 1028;
|
||||
const string Path = "/mare";
|
||||
|
||||
Task<bool> CheckClientHealth();
|
||||
@@ -83,6 +83,8 @@ public interface IMareHub
|
||||
|
||||
Task<GroupPasswordDto> GroupCreate(string? alias);
|
||||
|
||||
Task<GroupPasswordDto> GroupCreateTemporary(DateTime expiresAtUtc);
|
||||
|
||||
Task<List<string>> GroupCreateTempInvite(GroupDto group, int amount);
|
||||
|
||||
Task GroupDelete(GroupDto group);
|
||||
|
||||
Reference in New Issue
Block a user