Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/clients/src/api/lb/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ export interface RouteMatch {
*/
sni?: string
/**
* Value to match in the HTTP Host request header from an incoming connection.
* Value to match in the HTTP Host request header from an incoming request.
* This field should be set for routes on HTTP Load Balancers.
*
* One-of ('matchType'): at most one of 'sni', 'hostHeader' could be set.
Expand Down
1 change: 1 addition & 0 deletions packages/clients/src/api/webhosting/index.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
*/

export * as v1 from './v1/index.gen'
export * as v1alpha1 from './v1alpha1/index.gen'
52 changes: 52 additions & 0 deletions packages/clients/src/api/webhosting/v1alpha1/index.gen.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
// This file was automatically generated. DO NOT EDIT.
// If you have any remark or suggestion do not hesitate to open an issue.
export { API, ClassicMailAPI } from './api.gen'
export * from './content.gen'
export type {
CheckUserOwnsDomainRequest,
CheckUserOwnsDomainResponse,
ClassicMailApiCreateMailboxRequest,
ClassicMailApiDeleteMailboxRequest,
ClassicMailApiGetMailboxRequest,
ClassicMailApiListMailboxesRequest,
ClassicMailApiUpdateMailboxRequest,
ControlPanel,
CreateHostingRequest,
CreateHostingRequestDomainConfiguration,
CreateSessionRequest,
DeleteHostingRequest,
DnsRecord,
DnsRecordStatus,
DnsRecordType,
DnsRecords,
DnsRecordsStatus,
EmailAddress,
GetDomainDnsRecordsRequest,
GetHostingRequest,
Hosting,
HostingCpanelUrls,
HostingDnsStatus,
HostingOption,
HostingStatus,
ListControlPanelsRequest,
ListControlPanelsResponse,
ListHostingsRequest,
ListHostingsRequestOrderBy,
ListHostingsResponse,
ListMailboxesResponse,
ListOffersRequest,
ListOffersRequestOrderBy,
ListOffersResponse,
Mailbox,
Nameserver,
NameserverStatus,
Offer,
OfferProduct,
OfferQuotaWarning,
ResetHostingPasswordRequest,
ResetHostingPasswordResponse,
RestoreHostingRequest,
Session,
UpdateHostingRequest,
} from './types.gen'
export * as ValidationRules from './validation-rules.gen'
Loading