Skip to content

Commit 2c7d76f

Browse files
committed
feat: update generated APIs
1 parent 38e3f5e commit 2c7d76f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages_generated/webhosting/src/v1/marshalling.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ export const unmarshalDomain = (data: unknown): Domain => {
212212
name: data.name,
213213
owner: data.owner,
214214
status: data.status,
215+
zoneDomainName: data.zone_domain_name,
215216
} as Domain
216217
}
217218

packages_generated/webhosting/src/v1/types.gen.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,10 @@ export interface Domain {
858858
* Zone owner of the domain.
859859
*/
860860
owner: DomainZoneOwner
861+
/**
862+
* Main domain for this zone.
863+
*/
864+
zoneDomainName: string
861865
/**
862866
* A list of actions that can be performed on the domain.
863867
*/

0 commit comments

Comments
 (0)