ban and reset
This commit is contained in:
parent
08457d281d
commit
5474e5217d
14 changed files with 285 additions and 133 deletions
|
|
@ -479,7 +479,9 @@ message GetInviteTokenStateResponse {
|
|||
bool used = 1;
|
||||
}
|
||||
|
||||
|
||||
message DebitOperation {
|
||||
string npub = 1;
|
||||
}
|
||||
|
||||
message DebitAuthorizationRequest {
|
||||
string authorize_npub = 1;
|
||||
|
|
@ -498,10 +500,6 @@ message DebitAuthorizations {
|
|||
repeated DebitAuthorization debits = 1;
|
||||
}
|
||||
|
||||
message RemoveAuthorizedDebitRequest {
|
||||
string npub = 1;
|
||||
}
|
||||
|
||||
message DebitExpirationRule {
|
||||
int64 expires_at_unix = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue