mirror of
https://github.com/bitwarden/jslib
synced 2025-12-14 15:23:37 +00:00
update SponsorshipStatus enum with states
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
export enum SponsorshipStatus {
|
export enum SponsorshipStatus {
|
||||||
None = 0,
|
Requested = 0, // self-hosted only
|
||||||
Pending = 1,
|
Sent = 1,
|
||||||
Sent = 2,
|
Active = 2,
|
||||||
Active = 3,
|
ToRevoke = 3,
|
||||||
PendingRevoke = 4,
|
|
||||||
Revoked = 5,
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user