Skip to content

Commit

Permalink
feat: add more important status
Browse files Browse the repository at this point in the history
Signed-off-by: Maël Gangloff <[email protected]>
  • Loading branch information
maelgangloff authored Sep 8, 2024
1 parent 3e51425 commit 0ceb09d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/Service/RDAPService.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,19 @@
];

private const IMPORTANT_EVENTS = [EventAction::Deletion->value, EventAction::Expiration->value];
private const IMPORTANT_STATUS = ['auto renew period', 'redemption period', 'pending delete', 'client hold'];
private const IMPORTANT_STATUS = [
'auto renew period',
'redemption period',
'pending delete',
'pending create',
'pending renew',
'pending restore',
'pending transfer',
'pending update',
'client hold',
'server hold',
'add period'
];

public function __construct(private HttpClientInterface $client,
private EntityRepository $entityRepository,
Expand Down

0 comments on commit 0ceb09d

Please sign in to comment.