Skip to content

Commit

Permalink
Added category for email features (sendanor/project-sendanor.fi#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaakko Heusala committed Sep 5, 2024
1 parent 7b6cce5 commit cb9f656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions store/types/product/features/ProductFeatureCategory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export enum ProductFeatureCategory {
DOMAINS = "DOMAINS",
EMAILS = "EMAILS",
EMAIL_ADMIN = "EMAIL_ADMIN",
EMAIL_SERVER = "EMAIL_SERVER",
VPS = "VPS",
}

Expand Down
1 change: 1 addition & 0 deletions store/types/product/features/ProductFeatureId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export enum ProductFeatureId {
DKIM_SUPPORT = "DKIM_SUPPORT",
SPF_SUPPORT = "SPF_SUPPORT",
SIEVE_FILTERING_SUPPORT = "SIEVE_FILTERING_SUPPORT",

USER_THROTTLE_RATE = "USER_THROTTLE_RATE",
DDOS_THROTTLE_RATE = "DDOS_THROTTLE_RATE",
DDOS_LESSER_THROTTLE_RATE = "DDOS_LESSER_THROTTLE_RATE",
Expand Down

0 comments on commit cb9f656

Please sign in to comment.