We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e3f5e commit ba7c2feCopy full SHA for ba7c2fe
packages_generated/webhosting/src/v1/marshalling.gen.ts
@@ -212,6 +212,7 @@ export const unmarshalDomain = (data: unknown): Domain => {
212
name: data.name,
213
owner: data.owner,
214
status: data.status,
215
+ zoneDomainName: data.zone_domain_name,
216
} as Domain
217
}
218
packages_generated/webhosting/src/v1/types.gen.ts
@@ -858,6 +858,10 @@ export interface Domain {
858
* Zone owner of the domain.
859
*/
860
owner: DomainZoneOwner
861
+ /**
862
+ * Main domain for this zone.
863
+ */
864
+ zoneDomainName: string
865
/**
866
* A list of actions that can be performed on the domain.
867
0 commit comments