Skip to content

Commit

Permalink
feat: add new status (#896)
Browse files Browse the repository at this point in the history
J:ORG-911
  • Loading branch information
schaoukicoveo authored Dec 16, 2024
1 parent fecf9a9 commit 0a2772a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resources/Enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1176,4 +1176,5 @@ export enum ApiKeyStatus {
EXPIRED = 'EXPIRED',
SOON_TO_BE_EXPIRED = 'SOON_TO_BE_EXPIRED',
SOON_TO_BE_DISABLED = 'SOON_TO_BE_DISABLED',
DISABLED_EXPOSED = 'DISABLED_EXPOSED'
}

0 comments on commit 0a2772a

Please sign in to comment.