Skip to content

Commit 1578eca

Browse files
authored
feat(webhosting): add addon domain quota warning (#1512)
1 parent fadd4b5 commit 1578eca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/clients/src/api/webhosting/v1alpha1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export type OfferQuotaWarning =
3838
| 'email_count_exceeded'
3939
| 'database_count_exceeded'
4040
| 'disk_usage_exceeded'
41+
| 'addon_domain_count_exceeded'
4142

4243
export interface HostingCpanelUrls {
4344
dashboard: string

0 commit comments

Comments
 (0)