Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ActiveCampaign/postmark.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalosh committed Jun 20, 2024
2 parents facf16f + bb62f05 commit 627eeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/models/domains/Domain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface DomainDetails extends Domain {
DKIMPendingTextValue: string;
DKIMRevokedHost: string;
DKIMRevokedTextValue: string;
SafeToRemoveRevokedKeyFromDNS: string;
SafeToRemoveRevokedKeyFromDNS: boolean;
DKIMUpdateStatus: string;
ReturnPathDomain: string;
ReturnPathDomainCNAMEValue: string;
Expand Down

0 comments on commit 627eeb6

Please sign in to comment.