Fix ts issues

This commit is contained in:
Fang-Pen Lin
2025-12-09 19:21:28 -08:00
parent 58b44a77c2
commit 50818bfdf6
2 changed files with 3 additions and 2 deletions

View File

@@ -692,7 +692,8 @@ export type Actor =
| ScimClientActor
| PlatformActor
| KmipClientActor
| AcmeProfileActor;
| AcmeProfileActor
| AcmeAccountActor;
interface GetSecretsEvent {
type: EventType.GET_SECRETS;

View File

@@ -1126,7 +1126,7 @@ export const pkiAcmeServiceFactory = ({
type: EventType.RESPOND_TO_ACME_CHALLENGE,
metadata: {
challengeId,
type: challenge.type
type: challenge.type as AcmeChallengeType
}
}
});