9 lines
2.1 KiB
TypeScript
9 lines
2.1 KiB
TypeScript
export { ActivationCheck, type ActivationCheckTriggerResponse, type ActivationCheckTriggerParams, } from "./activation-check.js";
|
|
export { AvailableRatePlansSinglePage, Plans, type AvailableRatePlan, type PlanListParams, type PlanGetParams, } from "./plans.js";
|
|
export { CustomNameserverUpdateResponsesSinglePage, CustomNameservers, type CustomNameserverUpdateResponse, type CustomNameserverGetResponse, type CustomNameserverUpdateParams, type CustomNameserverGetParams, } from "./custom-nameservers.js";
|
|
export { Holds, type ZoneHold, type HoldCreateParams, type HoldDeleteParams, type HoldEditParams, type HoldGetParams, } from "./holds.js";
|
|
export { RatePlanGetResponsesSinglePage, RatePlans, type RatePlanGetResponse, type RatePlanGetParams, } from "./rate-plans.js";
|
|
export { Settings, type AdvancedDDoS, type Aegis, type AlwaysOnline, type AlwaysUseHTTPS, type AutomaticHTTPSRewrites, type AutomaticPlatformOptimization, type Brotli, type BrowserCacheTTL, type BrowserCheck, type CacheLevel, type ChallengeTTL, type Ciphers, type DevelopmentMode, type EarlyHints, type EmailObfuscation, type FontSettings, type H2Prioritization, type HotlinkProtection, type HTTP2, type HTTP3, type ImageResizing, type IPGeolocation, type IPV6, type MinTLSVersion, type Mirage, type NEL, type OpportunisticEncryption, type OpportunisticOnion, type OrangeToOrange, type OriginErrorPagePassThru, type OriginMaxHTTPVersion, type Polish, type PrefetchPreload, type ProxyReadTimeout, type PseudoIPV4, type ResponseBuffering, type RocketLoader, type SecurityHeaders, type SecurityLevel, type ServerSideExcludes, type SortQueryStringForCache, type SSL, type SSLRecommender, type TLS1_3, type TLSClientAuth, type TrueClientIPHeader, type WAF, type WebP, type Websocket, type ZeroRTT, type SettingEditResponse, type SettingGetResponse, type SettingEditParams, type SettingGetParams, } from "./settings.js";
|
|
export { Subscriptions, type SubscriptionCreateParams, type SubscriptionUpdateParams, type SubscriptionGetParams, } from "./subscriptions.js";
|
|
export { Zones } from "./zones.js";
|
|
//# sourceMappingURL=index.d.ts.map
|