Skip to content

Commit

Permalink
feat(webhosting): add addon domain quota warning (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Oct 18, 2024
1 parent fadd4b5 commit 1578eca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/clients/src/api/webhosting/v1alpha1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export type OfferQuotaWarning =
| 'email_count_exceeded'
| 'database_count_exceeded'
| 'disk_usage_exceeded'
| 'addon_domain_count_exceeded'

export interface HostingCpanelUrls {
dashboard: string
Expand Down

0 comments on commit 1578eca

Please sign in to comment.