@distilled.cloud/ovh 0.0.0 → 1.0.0-rc.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (192) hide show
  1. package/LICENSE +201 -0
  2. package/lib/credentials.d.ts +38 -0
  3. package/lib/credentials.d.ts.map +1 -0
  4. package/lib/credentials.js +54 -0
  5. package/lib/credentials.js.map +1 -0
  6. package/lib/errors.d.ts +36 -0
  7. package/lib/errors.d.ts.map +1 -0
  8. package/lib/errors.js +26 -0
  9. package/lib/errors.js.map +1 -0
  10. package/lib/index.d.ts +22 -0
  11. package/lib/index.d.ts.map +1 -0
  12. package/lib/index.js +22 -0
  13. package/lib/index.js.map +1 -0
  14. package/lib/pagination.d.ts +8 -0
  15. package/lib/pagination.d.ts.map +1 -0
  16. package/lib/pagination.js +8 -0
  17. package/lib/pagination.js.map +1 -0
  18. package/lib/protocol.d.ts +18 -0
  19. package/lib/protocol.d.ts.map +1 -0
  20. package/lib/protocol.js +60 -0
  21. package/lib/protocol.js.map +1 -0
  22. package/lib/retry.d.ts +32 -0
  23. package/lib/retry.d.ts.map +1 -0
  24. package/lib/retry.js +32 -0
  25. package/lib/retry.js.map +1 -0
  26. package/lib/services/baremetal.d.ts +3551 -0
  27. package/lib/services/baremetal.d.ts.map +1 -0
  28. package/lib/services/baremetal.js +4187 -0
  29. package/lib/services/baremetal.js.map +1 -0
  30. package/lib/services/cloud.d.ts +26011 -0
  31. package/lib/services/cloud.d.ts.map +1 -0
  32. package/lib/services/cloud.js +31061 -0
  33. package/lib/services/cloud.js.map +1 -0
  34. package/lib/services/cloud_v2.d.ts +5642 -0
  35. package/lib/services/cloud_v2.d.ts.map +1 -0
  36. package/lib/services/cloud_v2.js +5733 -0
  37. package/lib/services/cloud_v2.js.map +1 -0
  38. package/lib/services/dedicatedceph.d.ts +747 -0
  39. package/lib/services/dedicatedceph.d.ts.map +1 -0
  40. package/lib/services/dedicatedceph.js +960 -0
  41. package/lib/services/dedicatedceph.js.map +1 -0
  42. package/lib/services/dedicatednasha.d.ts +755 -0
  43. package/lib/services/dedicatednasha.d.ts.map +1 -0
  44. package/lib/services/dedicatednasha.js +965 -0
  45. package/lib/services/dedicatednasha.js.map +1 -0
  46. package/lib/services/domain.d.ts +2995 -0
  47. package/lib/services/domain.d.ts.map +1 -0
  48. package/lib/services/domain.js +3078 -0
  49. package/lib/services/domain.js.map +1 -0
  50. package/lib/services/emaildomain.d.ts +1913 -0
  51. package/lib/services/emaildomain.d.ts.map +1 -0
  52. package/lib/services/emaildomain.js +2550 -0
  53. package/lib/services/emaildomain.js.map +1 -0
  54. package/lib/services/emailmxplan.d.ts +1012 -0
  55. package/lib/services/emailmxplan.d.ts.map +1 -0
  56. package/lib/services/emailmxplan.js +1155 -0
  57. package/lib/services/emailmxplan.js.map +1 -0
  58. package/lib/services/emailpro.d.ts +1287 -0
  59. package/lib/services/emailpro.d.ts.map +1 -0
  60. package/lib/services/emailpro.js +1471 -0
  61. package/lib/services/emailpro.js.map +1 -0
  62. package/lib/services/hostingprivatedatabase.d.ts +1402 -0
  63. package/lib/services/hostingprivatedatabase.d.ts.map +1 -0
  64. package/lib/services/hostingprivatedatabase.js +1829 -0
  65. package/lib/services/hostingprivatedatabase.js.map +1 -0
  66. package/lib/services/iam.d.ts +829 -0
  67. package/lib/services/iam.d.ts.map +1 -0
  68. package/lib/services/iam.js +793 -0
  69. package/lib/services/iam.js.map +1 -0
  70. package/lib/services/index.d.ts +31 -0
  71. package/lib/services/index.d.ts.map +1 -0
  72. package/lib/services/index.js +32 -0
  73. package/lib/services/index.js.map +1 -0
  74. package/lib/services/ip.d.ts +1417 -0
  75. package/lib/services/ip.d.ts.map +1 -0
  76. package/lib/services/ip.js +1690 -0
  77. package/lib/services/ip.js.map +1 -0
  78. package/lib/services/iploadbalancing.d.ts +3059 -0
  79. package/lib/services/iploadbalancing.d.ts.map +1 -0
  80. package/lib/services/iploadbalancing.js +3553 -0
  81. package/lib/services/iploadbalancing.js.map +1 -0
  82. package/lib/services/ldp.d.ts +2492 -0
  83. package/lib/services/ldp.d.ts.map +1 -0
  84. package/lib/services/ldp.js +3067 -0
  85. package/lib/services/ldp.js.map +1 -0
  86. package/lib/services/me.d.ts +7511 -0
  87. package/lib/services/me.d.ts.map +1 -0
  88. package/lib/services/me.js +8874 -0
  89. package/lib/services/me.js.map +1 -0
  90. package/lib/services/overthebox.d.ts +981 -0
  91. package/lib/services/overthebox.d.ts.map +1 -0
  92. package/lib/services/overthebox.js +1122 -0
  93. package/lib/services/overthebox.js.map +1 -0
  94. package/lib/services/ovhcloudconnect.d.ts +1123 -0
  95. package/lib/services/ovhcloudconnect.d.ts.map +1 -0
  96. package/lib/services/ovhcloudconnect.js +1351 -0
  97. package/lib/services/ovhcloudconnect.js.map +1 -0
  98. package/lib/services/packxdsl.d.ts +1583 -0
  99. package/lib/services/packxdsl.d.ts.map +1 -0
  100. package/lib/services/packxdsl.js +1787 -0
  101. package/lib/services/packxdsl.js.map +1 -0
  102. package/lib/services/sms.d.ts +2602 -0
  103. package/lib/services/sms.d.ts.map +1 -0
  104. package/lib/services/sms.js +2995 -0
  105. package/lib/services/sms.js.map +1 -0
  106. package/lib/services/sslgateway.d.ts +493 -0
  107. package/lib/services/sslgateway.d.ts.map +1 -0
  108. package/lib/services/sslgateway.js +569 -0
  109. package/lib/services/sslgateway.js.map +1 -0
  110. package/lib/services/storagenetapp.d.ts +859 -0
  111. package/lib/services/storagenetapp.d.ts.map +1 -0
  112. package/lib/services/storagenetapp.js +1020 -0
  113. package/lib/services/storagenetapp.js.map +1 -0
  114. package/lib/services/support.d.ts +233 -0
  115. package/lib/services/support.d.ts.map +1 -0
  116. package/lib/services/support.js +237 -0
  117. package/lib/services/support.js.map +1 -0
  118. package/lib/services/telephony.d.ts +10825 -0
  119. package/lib/services/telephony.d.ts.map +1 -0
  120. package/lib/services/telephony.js +14877 -0
  121. package/lib/services/telephony.js.map +1 -0
  122. package/lib/services/vmwareclouddirectorbackup.d.ts +784 -0
  123. package/lib/services/vmwareclouddirectorbackup.d.ts.map +1 -0
  124. package/lib/services/vmwareclouddirectorbackup.js +841 -0
  125. package/lib/services/vmwareclouddirectorbackup.js.map +1 -0
  126. package/lib/services/vmwareclouddirectororganization.d.ts +784 -0
  127. package/lib/services/vmwareclouddirectororganization.d.ts.map +1 -0
  128. package/lib/services/vmwareclouddirectororganization.js +841 -0
  129. package/lib/services/vmwareclouddirectororganization.js.map +1 -0
  130. package/lib/services/vps.d.ts +1579 -0
  131. package/lib/services/vps.d.ts.map +1 -0
  132. package/lib/services/vps.js +1914 -0
  133. package/lib/services/vps.js.map +1 -0
  134. package/lib/services/vrack.d.ts +1204 -0
  135. package/lib/services/vrack.d.ts.map +1 -0
  136. package/lib/services/vrack.js +1627 -0
  137. package/lib/services/vrack.js.map +1 -0
  138. package/lib/services/vrackservices.d.ts +394 -0
  139. package/lib/services/vrackservices.d.ts.map +1 -0
  140. package/lib/services/vrackservices.js +355 -0
  141. package/lib/services/vrackservices.js.map +1 -0
  142. package/lib/services/webhosting.d.ts +3986 -0
  143. package/lib/services/webhosting.d.ts.map +1 -0
  144. package/lib/services/webhosting.js +4522 -0
  145. package/lib/services/webhosting.js.map +1 -0
  146. package/lib/services/xdsl.d.ts +3433 -0
  147. package/lib/services/xdsl.d.ts.map +1 -0
  148. package/lib/services/xdsl.js +3681 -0
  149. package/lib/services/xdsl.js.map +1 -0
  150. package/lib/traits.d.ts +11 -0
  151. package/lib/traits.d.ts.map +1 -0
  152. package/lib/traits.js +11 -0
  153. package/lib/traits.js.map +1 -0
  154. package/package.json +77 -6
  155. package/src/credentials.ts +77 -0
  156. package/src/errors.ts +50 -0
  157. package/src/index.ts +21 -0
  158. package/src/pagination.ts +7 -0
  159. package/src/protocol.ts +86 -0
  160. package/src/retry.ts +54 -0
  161. package/src/services/baremetal.ts +10949 -0
  162. package/src/services/cloud.ts +75466 -0
  163. package/src/services/cloud_v2.ts +14725 -0
  164. package/src/services/dedicatedceph.ts +2231 -0
  165. package/src/services/dedicatednasha.ts +2268 -0
  166. package/src/services/domain.ts +7996 -0
  167. package/src/services/emaildomain.ts +5751 -0
  168. package/src/services/emailmxplan.ts +2764 -0
  169. package/src/services/emailpro.ts +3519 -0
  170. package/src/services/hostingprivatedatabase.ts +4214 -0
  171. package/src/services/iam.ts +2060 -0
  172. package/src/services/index.ts +31 -0
  173. package/src/services/ip.ts +4461 -0
  174. package/src/services/iploadbalancing.ts +8421 -0
  175. package/src/services/ldp.ts +7269 -0
  176. package/src/services/me.ts +21716 -0
  177. package/src/services/overthebox.ts +2693 -0
  178. package/src/services/ovhcloudconnect.ts +3224 -0
  179. package/src/services/packxdsl.ts +4619 -0
  180. package/src/services/sms.ts +7255 -0
  181. package/src/services/sslgateway.ts +1408 -0
  182. package/src/services/storagenetapp.ts +2431 -0
  183. package/src/services/support.ts +598 -0
  184. package/src/services/telephony.ts +32926 -0
  185. package/src/services/vmwareclouddirectorbackup.ts +2170 -0
  186. package/src/services/vmwareclouddirectororganization.ts +2170 -0
  187. package/src/services/vps.ts +5134 -0
  188. package/src/services/vrack.ts +3730 -0
  189. package/src/services/vrackservices.ts +939 -0
  190. package/src/services/webhosting.ts +11285 -0
  191. package/src/services/xdsl.ts +9277 -0
  192. package/src/traits.ts +44 -0
@@ -0,0 +1,2995 @@
1
+ import * as S from "@distilled.cloud/core/schema";
2
+ import * as Redacted from "effect/Redacted";
3
+ import * as API from "@distilled.cloud/core/api";
4
+ import { type OvhOpError, type OvhOpContext } from "../protocol.ts";
5
+ export type { OvhOpError, OvhOpContext };
6
+ /** Type of claim notice */
7
+ export type DomainApproveTypeEnum = "accept" | "reject";
8
+ export declare const DomainApproveTypeEnum: any;
9
+ export interface ApproveDomainOutgoingTransferRequest {
10
+ /** Service name */
11
+ serviceName: string;
12
+ /** Approve type for outgoing transfer */
13
+ approveType?: DomainApproveTypeEnum | (string & {});
14
+ /** Token given by email to validate identity */
15
+ ident?: string;
16
+ }
17
+ export declare const ApproveDomainOutgoingTransferRequest: S.Schema<ApproveDomainOutgoingTransferRequest>;
18
+ export interface ApproveDomainOutgoingTransferResponse {
19
+ }
20
+ export declare const ApproveDomainOutgoingTransferResponse: S.Schema<ApproveDomainOutgoingTransferResponse>;
21
+ export interface CancelDomainTaskRequest {
22
+ /** Service name */
23
+ serviceName: string;
24
+ /** Id */
25
+ id: number;
26
+ }
27
+ export declare const CancelDomainTaskRequest: S.Schema<CancelDomainTaskRequest>;
28
+ export interface CancelDomainTaskResponse {
29
+ }
30
+ export declare const CancelDomainTaskResponse: S.Schema<CancelDomainTaskResponse>;
31
+ export interface CancelDomainZoneTaskRequest {
32
+ /** Zone name */
33
+ zoneName: string;
34
+ /** Id */
35
+ id: number;
36
+ }
37
+ export declare const CancelDomainZoneTaskRequest: S.Schema<CancelDomainZoneTaskRequest>;
38
+ export interface CancelDomainZoneTaskResponse {
39
+ }
40
+ export declare const CancelDomainZoneTaskResponse: S.Schema<CancelDomainZoneTaskResponse>;
41
+ export interface ChangePasswordDynDnsLoginRequest {
42
+ /** Zone name */
43
+ zoneName: string;
44
+ /** Login */
45
+ login: string;
46
+ /** New password of the DynHost login */
47
+ password: string | Redacted.Redacted<string>;
48
+ }
49
+ export declare const ChangePasswordDynDnsLoginRequest: S.Schema<ChangePasswordDynDnsLoginRequest>;
50
+ export interface ChangePasswordDynDnsLoginResponse {
51
+ }
52
+ export declare const ChangePasswordDynDnsLoginResponse: S.Schema<ChangePasswordDynDnsLoginResponse>;
53
+ /** An action to execute on a domain name */
54
+ export type DomainActionEnum = "create" | "trade" | "transfer" | "update";
55
+ export declare const DomainActionEnum: any;
56
+ /** Countries a nichandle can choose */
57
+ export type NichandleCountryEnum = "AC" | "AD" | "AE" | "AF" | "AG" | "AI" | "AL" | "AM" | "AO" | "AQ" | "AR" | "AS" | "AT" | "AU" | "AW" | "AX" | "AZ" | "BA" | "BB" | "BD" | "BE" | "BF" | "BG" | "BH" | "BI" | "BJ" | "BL" | "BM" | "BN" | "BO" | "BQ" | "BR" | "BS" | "BT" | "BW" | "BY" | "BZ" | "CA" | "CC" | "CD" | "CF" | "CG" | "CH" | "CI" | "CK" | "CL" | "CM" | "CN" | "CO" | "CR" | "CU" | "CV" | "CW" | "CX" | "CY" | "CZ" | "DE" | "DG" | "DJ" | "DK" | "DM" | "DO" | "DZ" | "EA" | "EC" | "EE" | "EG" | "EH" | "ER" | "ES" | "ET" | "FI" | "FJ" | "FK" | "FM" | "FO" | "FR" | "GA" | "GB" | "GD" | "GE" | "GF" | "GG" | "GH" | "GI" | "GL" | "GM" | "GN" | "GP" | "GQ" | "GR" | "GS" | "GT" | "GU" | "GW" | "GY" | "HK" | "HN" | "HR" | "HT" | "HU" | "IC" | "ID" | "IE" | "IL" | "IM" | "IN" | "IO" | "IQ" | "IR" | "IS" | "IT" | "JE" | "JM" | "JO" | "JP" | "KE" | "KG" | "KH" | "KI" | "KM" | "KN" | "KP" | "KR" | "KW" | "KY" | "KZ" | "LA" | "LB" | "LC" | "LI" | "LK" | "LR" | "LS" | "LT" | "LU" | "LV" | "LY" | "MA" | "MC" | "MD" | "ME" | "MF" | "MG" | "MH" | "MK" | "ML" | "MM" | "MN" | "MO" | "MP" | "MQ" | "MR" | "MS" | "MT" | "MU" | "MV" | "MW" | "MX" | "MY" | "MZ" | "NA" | "NC" | "NE" | "NF" | "NG" | "NI" | "NL" | "NO" | "NP" | "NR" | "NU" | "NZ" | "OM" | "PA" | "PE" | "PF" | "PG" | "PH" | "PK" | "PL" | "PM" | "PN" | "PR" | "PS" | "PT" | "PW" | "PY" | "QA" | "RE" | "RO" | "RS" | "RU" | "RW" | "SA" | "SB" | "SC" | "SD" | "SE" | "SG" | "SH" | "SI" | "SJ" | "SK" | "SL" | "SM" | "SN" | "SO" | "SR" | "SS" | "ST" | "SV" | "SX" | "SY" | "SZ" | "TA" | "TC" | "TD" | "TF" | "TG" | "TH" | "TJ" | "TK" | "TL" | "TM" | "TN" | "TO" | "TR" | "TT" | "TV" | "TW" | "TZ" | "UA" | "UG" | "UM" | "UNKNOWN" | "US" | "UY" | "UZ" | "VA" | "VC" | "VE" | "VG" | "VI" | "VN" | "VU" | "WF" | "WS" | "XK" | "YE" | "YT" | "ZA" | "ZM" | "ZW";
58
+ export declare const NichandleCountryEnum: any;
59
+ /** Languages a nichandle can choose */
60
+ export type NichandleLanguageEnum = "cs_CZ" | "de_DE" | "en_AU" | "en_CA" | "en_GB" | "en_IE" | "en_US" | "es_ES" | "fi_FI" | "fr_CA" | "fr_FR" | "fr_MA" | "fr_SN" | "fr_TN" | "it_IT" | "lt_LT" | "nl_NL" | "pl_PL" | "pt_PT";
61
+ export declare const NichandleLanguageEnum: any;
62
+ /** Legal forms a nichandle can be registered as */
63
+ export type NichandleLegalFormEnum = "administration" | "association" | "corporation" | "individual" | "other" | "personalcorporation";
64
+ export declare const NichandleLegalFormEnum: any;
65
+ /** All phone type a person can choose */
66
+ export type NichandlePhoneTypeEnum = "landline" | "mobile";
67
+ export declare const NichandlePhoneTypeEnum: any;
68
+ /** All genders a person can choose */
69
+ export type NichandleGenderEnum = "female" | "male";
70
+ export declare const NichandleGenderEnum: any;
71
+ /** Details about your OVH identifier */
72
+ export interface NichandleNichandleInput {
73
+ /** Address of nichandle */
74
+ address?: string | null;
75
+ /** Area of nichandle */
76
+ area?: string | null;
77
+ /** City of birth */
78
+ birthCity?: string | null;
79
+ /** Birth date */
80
+ birthDay?: string | null;
81
+ /** City of nichandle */
82
+ city?: string | null;
83
+ /** Company National Identification Number */
84
+ companyNationalIdentificationNumber?: string | null;
85
+ /** Complementary Address */
86
+ complementaryAddress?: string | null;
87
+ /** Corporation type */
88
+ corporationType?: string | null;
89
+ /** Customer country */
90
+ country?: NichandleCountryEnum | (string & {});
91
+ /** Display name shown instead of the organisation name. */
92
+ displayName?: string | null;
93
+ /** Fax number */
94
+ fax?: string | null;
95
+ /** First name */
96
+ firstname?: string | null;
97
+ /** Italian SDI */
98
+ italianSDI?: string | null;
99
+ /** Language */
100
+ language?: NichandleLanguageEnum | (string & {}) | null;
101
+ /** Customer legal form */
102
+ legalform?: NichandleLegalFormEnum | (string & {});
103
+ /** Customer name */
104
+ name?: string | null;
105
+ /** National Identification Number */
106
+ nationalIdentificationNumber?: string | null;
107
+ /** Name of organisation */
108
+ organisation?: string | null;
109
+ /** Phone number */
110
+ phone?: string | null;
111
+ phoneCountry?: NichandleCountryEnum | (string & {}) | null;
112
+ /** Type of phone(mobile, landline) */
113
+ phoneType?: NichandlePhoneTypeEnum | (string & {}) | null;
114
+ /** Customer purpose of purchase */
115
+ purposeOfPurchase?: string | null;
116
+ /** Gender */
117
+ sex?: NichandleGenderEnum | (string & {}) | null;
118
+ /** Spare email */
119
+ spareEmail?: string | null;
120
+ /** VAT number */
121
+ vat?: string | null;
122
+ /** Zipcode */
123
+ zip?: string | null;
124
+ }
125
+ export declare const NichandleNichandleInput: S.Schema<NichandleNichandleInput>;
126
+ /** The extra data contain additional rule data fields */
127
+ export interface DomainConfigurationRulesRuleExtraData {
128
+ /** Whether you accept the domain specific conditions or not */
129
+ acceptCondition?: boolean | null;
130
+ /** The auth info code for the domain */
131
+ authInfo?: string | null;
132
+ }
133
+ export declare const DomainConfigurationRulesRuleExtraData: S.Schema<DomainConfigurationRulesRuleExtraData>;
134
+ /** Missing description */
135
+ export interface DomainContactAddress {
136
+ /** City */
137
+ city?: string | null;
138
+ /** Country */
139
+ country?: NichandleCountryEnum | (string & {}) | null;
140
+ /** Address line 1 */
141
+ line1?: string | null;
142
+ /** Address line 2 */
143
+ line2?: string | null;
144
+ /** Address line 3 */
145
+ line3?: string | null;
146
+ /** Others details */
147
+ otherDetails?: string | null;
148
+ /** Province */
149
+ province?: string | null;
150
+ /** Zip code */
151
+ zip?: string | null;
152
+ }
153
+ export declare const DomainContactAddress: S.Schema<DomainContactAddress>;
154
+ /** A contact contains the personal data of a user */
155
+ export interface DomainContactInput {
156
+ /** Country of lawyer accreditation */
157
+ accreditationCountry?: NichandleCountryEnum | (string & {}) | null;
158
+ /** Lawyer accreditation number */
159
+ accreditationId?: string | null;
160
+ /** Organism of lawyer accreditation */
161
+ accreditationOrganism?: string | null;
162
+ /** Year of lawyer accreditation */
163
+ accreditationYear?: number | null;
164
+ /** The address of the contact */
165
+ address?: DomainContactAddress | null;
166
+ /** City of birth */
167
+ birthCity?: string | null;
168
+ /** Birth Country */
169
+ birthCountry?: NichandleCountryEnum | (string & {}) | null;
170
+ /** Birth date */
171
+ birthDay?: string | null;
172
+ /** Birth Zipcode */
173
+ birthZip?: string | null;
174
+ /** Cellphone number */
175
+ cellPhone?: string | null;
176
+ /** Company National Identification Number */
177
+ companyNationalIdentificationNumber?: string | null;
178
+ /** Email address */
179
+ email?: string | null;
180
+ /** Enterprise identifier */
181
+ enterpriseId?: string | null;
182
+ /** Fax number */
183
+ fax?: string | null;
184
+ /** First name */
185
+ firstName?: string | null;
186
+ /** Gender */
187
+ gender?: NichandleGenderEnum | (string & {}) | null;
188
+ /** INSEE identifier */
189
+ insee?: string | null;
190
+ /** Language */
191
+ language?: NichandleLanguageEnum | (string & {}) | null;
192
+ /** Last name */
193
+ lastName?: string | null;
194
+ legalForm?: NichandleLegalFormEnum | (string & {}) | null;
195
+ /** category of legalForm */
196
+ legalFormCategory?: string | null;
197
+ /** National Identification Number */
198
+ nationalIdentificationNumber?: string | null;
199
+ /** Nationality */
200
+ nationality?: NichandleCountryEnum | (string & {}) | null;
201
+ /** To whom is the organisation accountable */
202
+ organisationAccountable?: string | null;
203
+ /** What is the source of funding */
204
+ organisationFunding?: string | null;
205
+ /** Explain the source of funding if organisationFunding is other */
206
+ organisationFundingOther?: string | null;
207
+ /** Name of organisation */
208
+ organisationName?: string | null;
209
+ /** Role of your organisation */
210
+ organisationRole?: string | null;
211
+ /** Explain the role of your organisation if organisationRole is other */
212
+ organisationRoleOther?: string | null;
213
+ /** Status of the staff */
214
+ organisationStaffStatus?: string | null;
215
+ /** Explain the status of the staff if organisationStaffStatus is other */
216
+ organisationStaffStatusOther?: string | null;
217
+ /** type of organisation */
218
+ organisationType?: string | null;
219
+ /** Explain the type of organisation if organisationType is other */
220
+ organisationTypeOther?: string | null;
221
+ /** Phone number */
222
+ phone?: string | null;
223
+ /** Type of registrant document */
224
+ registrantDocumentType?: string | null;
225
+ /** Explain the type of registrant document if registrantDocumentType is other */
226
+ registrantDocumentTypeOther?: string | null;
227
+ /** The role in the organisation */
228
+ roleInOrganisation?: string | null;
229
+ /** Trademark related to the contact */
230
+ trademarkId?: string | null;
231
+ /** VAT number */
232
+ vat?: string | null;
233
+ /** Website */
234
+ website?: string | null;
235
+ }
236
+ export declare const DomainContactInput: S.Schema<DomainContactInput>;
237
+ export interface CheckDomainConfigurationRuleRequest {
238
+ /** Depending on the action, the applied rule will change (transfer vs create) */
239
+ action: DomainActionEnum | (string & {});
240
+ /** The domain to check the rule data for */
241
+ domain: string;
242
+ /** The admin contact data */
243
+ adminAccount?: NichandleNichandleInput | null;
244
+ /** The extra data of the rule */
245
+ extras?: DomainConfigurationRulesRuleExtraData | null;
246
+ /** The owner contact data */
247
+ owner?: DomainContactInput | null;
248
+ /** The tech contact data */
249
+ techAccount?: NichandleNichandleInput | null;
250
+ }
251
+ export declare const CheckDomainConfigurationRuleRequest: S.Schema<CheckDomainConfigurationRuleRequest>;
252
+ export interface CheckDomainConfigurationRuleResponse {
253
+ }
254
+ export declare const CheckDomainConfigurationRuleResponse: S.Schema<CheckDomainConfigurationRuleResponse>;
255
+ /** All future uses you can provide for a service termination */
256
+ export type ServiceTerminationFutureUseEnum = "NOT_REPLACING_SERVICE" | "OTHER" | "SUBSCRIBE_AN_OTHER_SERVICE" | "SUBSCRIBE_OTHER_KIND_OF_SERVICE_WITH_COMPETITOR" | "SUBSCRIBE_SIMILAR_SERVICE_WITH_COMPETITOR";
257
+ export declare const ServiceTerminationFutureUseEnum: any;
258
+ /** All reasons you can provide for a service termination */
259
+ export type ServiceTerminationReasonEnum = "FEATURES_DONT_SUIT_ME" | "LACK_OF_PERFORMANCES" | "MIGRATED_TO_ANOTHER_OVH_PRODUCT" | "MIGRATED_TO_COMPETITOR" | "NOT_ENOUGH_RECOGNITION" | "NOT_NEEDED_ANYMORE" | "NOT_RELIABLE" | "NO_ANSWER" | "OTHER" | "PRODUCT_DIMENSION_DONT_SUIT_ME" | "PRODUCT_TOOLS_DONT_SUIT_ME" | "TOO_EXPENSIVE" | "TOO_HARD_TO_USE" | "UNSATIFIED_BY_CUSTOMER_SUPPORT";
260
+ export declare const ServiceTerminationReasonEnum: any;
261
+ export interface ConfirmDomainZoneTerminationRequest {
262
+ /** Zone name */
263
+ zoneName: string;
264
+ /** Commentary about your termination request */
265
+ commentary?: string;
266
+ /** Commentary about your future use */
267
+ commentaryFutureUse?: string;
268
+ /** Commentary about your reason for termination request */
269
+ commentaryReason?: string;
270
+ /** All future uses you can provide for a service termination */
271
+ futureUse?: ServiceTerminationFutureUseEnum | (string & {});
272
+ /** All reasons you can provide for a service termination */
273
+ reason?: ServiceTerminationReasonEnum | (string & {});
274
+ /** The termination token sent by email to the admin contact */
275
+ token: string;
276
+ }
277
+ export declare const ConfirmDomainZoneTerminationRequest: S.Schema<ConfirmDomainZoneTerminationRequest>;
278
+ export type ConfirmDomainZoneTerminationResponse = string;
279
+ export declare const ConfirmDomainZoneTerminationResponse: S.Schema<ConfirmDomainZoneTerminationResponse>;
280
+ export interface CreateContactRequest {
281
+ /** Country of lawyer accreditation */
282
+ accreditationCountry?: NichandleCountryEnum | (string & {}) | null;
283
+ /** Lawyer accreditation number */
284
+ accreditationId?: string | null;
285
+ /** Organism of lawyer accreditation */
286
+ accreditationOrganism?: string | null;
287
+ /** Year of lawyer accreditation */
288
+ accreditationYear?: number | null;
289
+ /** The address of the contact */
290
+ address?: DomainContactAddress | null;
291
+ /** City of birth */
292
+ birthCity?: string | null;
293
+ /** Birth Country */
294
+ birthCountry?: NichandleCountryEnum | (string & {}) | null;
295
+ /** Birth date */
296
+ birthDay?: string | null;
297
+ /** Birth Zipcode */
298
+ birthZip?: string | null;
299
+ /** Cellphone number */
300
+ cellPhone?: string | null;
301
+ /** Company National Identification Number */
302
+ companyNationalIdentificationNumber?: string | null;
303
+ /** Email address */
304
+ email?: string | null;
305
+ /** Enterprise identifier */
306
+ enterpriseId?: string | null;
307
+ /** Fax number */
308
+ fax?: string | null;
309
+ /** First name */
310
+ firstName?: string | null;
311
+ /** Gender */
312
+ gender?: NichandleGenderEnum | (string & {}) | null;
313
+ /** INSEE identifier */
314
+ insee?: string | null;
315
+ /** Language */
316
+ language?: NichandleLanguageEnum | (string & {}) | null;
317
+ /** Last name */
318
+ lastName?: string | null;
319
+ legalForm?: NichandleLegalFormEnum | (string & {}) | null;
320
+ /** category of legalForm */
321
+ legalFormCategory?: string | null;
322
+ /** National Identification Number */
323
+ nationalIdentificationNumber?: string | null;
324
+ /** Nationality */
325
+ nationality?: NichandleCountryEnum | (string & {}) | null;
326
+ /** To whom is the organisation accountable */
327
+ organisationAccountable?: string | null;
328
+ /** What is the source of funding */
329
+ organisationFunding?: string | null;
330
+ /** Explain the source of funding if organisationFunding is other */
331
+ organisationFundingOther?: string | null;
332
+ /** Name of organisation */
333
+ organisationName?: string | null;
334
+ /** Role of your organisation */
335
+ organisationRole?: string | null;
336
+ /** Explain the role of your organisation if organisationRole is other */
337
+ organisationRoleOther?: string | null;
338
+ /** Status of the staff */
339
+ organisationStaffStatus?: string | null;
340
+ /** Explain the status of the staff if organisationStaffStatus is other */
341
+ organisationStaffStatusOther?: string | null;
342
+ /** type of organisation */
343
+ organisationType?: string | null;
344
+ /** Explain the type of organisation if organisationType is other */
345
+ organisationTypeOther?: string | null;
346
+ /** Phone number */
347
+ phone?: string | null;
348
+ /** Type of registrant document */
349
+ registrantDocumentType?: string | null;
350
+ /** Explain the type of registrant document if registrantDocumentType is other */
351
+ registrantDocumentTypeOther?: string | null;
352
+ /** The role in the organisation */
353
+ roleInOrganisation?: string | null;
354
+ /** Trademark related to the contact */
355
+ trademarkId?: string | null;
356
+ /** VAT number */
357
+ vat?: string | null;
358
+ /** Website */
359
+ website?: string | null;
360
+ }
361
+ export declare const CreateContactRequest: S.Schema<CreateContactRequest>;
362
+ /** A contact contains the personal data of a user */
363
+ export interface DomainContact {
364
+ /** Country of lawyer accreditation */
365
+ accreditationCountry?: NichandleCountryEnum | null;
366
+ /** Lawyer accreditation number */
367
+ accreditationId?: string | null;
368
+ /** Organism of lawyer accreditation */
369
+ accreditationOrganism?: string | null;
370
+ /** Year of lawyer accreditation */
371
+ accreditationYear?: number | null;
372
+ /** The address of the contact */
373
+ address?: DomainContactAddress | null;
374
+ /** City of birth */
375
+ birthCity?: string | null;
376
+ /** Birth Country */
377
+ birthCountry?: NichandleCountryEnum | null;
378
+ /** Birth date */
379
+ birthDay?: string | null;
380
+ /** Birth Zipcode */
381
+ birthZip?: string | null;
382
+ /** Cellphone number */
383
+ cellPhone?: string | null;
384
+ /** Company National Identification Number */
385
+ companyNationalIdentificationNumber?: string | null;
386
+ /** Email address */
387
+ email?: string | null;
388
+ /** Enterprise identifier */
389
+ enterpriseId?: string | null;
390
+ /** Fax number */
391
+ fax?: string | null;
392
+ /** First name */
393
+ firstName?: string | null;
394
+ /** Gender */
395
+ gender?: NichandleGenderEnum | null;
396
+ /** Unique identifier */
397
+ id?: number;
398
+ /** INSEE identifier */
399
+ insee?: string | null;
400
+ /** Language */
401
+ language?: NichandleLanguageEnum | null;
402
+ /** Last name */
403
+ lastName?: string | null;
404
+ legalForm?: NichandleLegalFormEnum | null;
405
+ /** category of legalForm */
406
+ legalFormCategory?: string | null;
407
+ /** National Identification Number */
408
+ nationalIdentificationNumber?: string | null;
409
+ /** Nationality */
410
+ nationality?: NichandleCountryEnum | null;
411
+ /** To whom is the organisation accountable */
412
+ organisationAccountable?: string | null;
413
+ /** What is the source of funding */
414
+ organisationFunding?: string | null;
415
+ /** Explain the source of funding if organisationFunding is other */
416
+ organisationFundingOther?: string | null;
417
+ /** Name of organisation */
418
+ organisationName?: string | null;
419
+ /** Role of your organisation */
420
+ organisationRole?: string | null;
421
+ /** Explain the role of your organisation if organisationRole is other */
422
+ organisationRoleOther?: string | null;
423
+ /** Status of the staff */
424
+ organisationStaffStatus?: string | null;
425
+ /** Explain the status of the staff if organisationStaffStatus is other */
426
+ organisationStaffStatusOther?: string | null;
427
+ /** type of organisation */
428
+ organisationType?: string | null;
429
+ /** Explain the type of organisation if organisationType is other */
430
+ organisationTypeOther?: string | null;
431
+ /** Phone number */
432
+ phone?: string | null;
433
+ /** Type of registrant document */
434
+ registrantDocumentType?: string | null;
435
+ /** Explain the type of registrant document if registrantDocumentType is other */
436
+ registrantDocumentTypeOther?: string | null;
437
+ /** The role in the organisation */
438
+ roleInOrganisation?: string | null;
439
+ /** Trademark related to the contact */
440
+ trademarkId?: string | null;
441
+ /** VAT number */
442
+ vat?: string | null;
443
+ /** Website */
444
+ website?: string | null;
445
+ }
446
+ export declare const DomainContact: S.Schema<DomainContact>;
447
+ export interface CreateDomainChangeContactRequest {
448
+ /** Service name */
449
+ serviceName: string;
450
+ /** The contact to set as admin contact */
451
+ contactAdmin?: string;
452
+ /** The contact to set as billing contact */
453
+ contactBilling?: string;
454
+ /** The contact to set as tech contact */
455
+ contactTech?: string;
456
+ }
457
+ export declare const CreateDomainChangeContactRequest: S.Schema<CreateDomainChangeContactRequest>;
458
+ export type CreateDomainChangeContactResponseBodyList = Array<number>;
459
+ export declare const CreateDomainChangeContactResponseBodyList: S.Schema<CreateDomainChangeContactResponseBodyList>;
460
+ export type CreateDomainChangeContactResponse = CreateDomainChangeContactResponseBodyList;
461
+ export declare const CreateDomainChangeContactResponse: S.Schema<CreateDomainChangeContactResponse>;
462
+ export interface CreateDomainDataSmdRequest {
463
+ /** SMD file content in base64 */
464
+ data: string;
465
+ }
466
+ export declare const CreateDomainDataSmdRequest: S.Schema<CreateDomainDataSmdRequest>;
467
+ /** Representation of a protected label */
468
+ export interface DomainDataSmdSmdLabel {
469
+ /** Label that is protected */
470
+ label?: string;
471
+ /** Trademark associated to the protected label */
472
+ trademark?: string;
473
+ }
474
+ export declare const DomainDataSmdSmdLabel: S.Schema<DomainDataSmdSmdLabel>;
475
+ /** List of the labels that are protect with that SMD file */
476
+ export type DomainDataSmdSmdProtectedLabelsList = Array<DomainDataSmdSmdLabel>;
477
+ export declare const DomainDataSmdSmdProtectedLabelsList: S.Schema<DomainDataSmdSmdProtectedLabelsList>;
478
+ /** Representation of a SMD file */
479
+ export interface DomainDataSmdSmd {
480
+ /** SMD file content */
481
+ data?: string;
482
+ /** UUID of SMD file */
483
+ id?: string;
484
+ /** Date when information about SMD file aren't valid anymore */
485
+ notAfter?: string;
486
+ /** Date before when information about SMD file aren't valid yet */
487
+ notBefore?: string;
488
+ /** List of the labels that are protect with that SMD file */
489
+ protectedLabels?: DomainDataSmdSmdProtectedLabelsList;
490
+ /** TMCH Internal identifier */
491
+ smdId?: string;
492
+ }
493
+ export declare const DomainDataSmdSmd: S.Schema<DomainDataSmdSmd>;
494
+ /** DNSSEC Algorithm 3: DSA 5: RSASHA1 6: DSA-NSEC3-SHA1 7: RSASHA1-NSEC3-SHA1 8: RSASHA256 10: RSASHA512 12: ECC-GOST 13: ECDSAP256SHA256 14: ECDSAP384SHA384 15: ED25519 16: ED448 */
495
+ export type DnssecKeyAlgorithmEnum = 3 | 5 | 6 | 7 | 8 | 10 | 12 | 13 | 14 | 15 | 16;
496
+ export declare const DnssecKeyAlgorithmEnum: any;
497
+ /** DNSSEC Key Flag Type: 256=ZSK (Zone Signing Key), 257=KSK (Key Signing Key) */
498
+ export type DnssecKeyFlagEnum = 256 | 257;
499
+ export declare const DnssecKeyFlagEnum: any;
500
+ /** Domain's DNSSEC Key */
501
+ export interface DnssecKeyInput {
502
+ /** Algorithm number of the DNSSEC key */
503
+ algorithm?: DnssecKeyAlgorithmEnum | (number & {});
504
+ /** Flag of the DNSSEC key */
505
+ flags?: DnssecKeyFlagEnum | (number & {});
506
+ /** Public key */
507
+ publicKey?: string;
508
+ /** Tag of the DNSSEC key */
509
+ tag?: number;
510
+ }
511
+ export declare const DnssecKeyInput: S.Schema<DnssecKeyInput>;
512
+ /** New Keys */
513
+ export type CreateDomainDsRecordRequestKeysList = Array<DnssecKeyInput>;
514
+ export declare const CreateDomainDsRecordRequestKeysList: S.Schema<CreateDomainDsRecordRequestKeysList>;
515
+ export interface CreateDomainDsRecordRequest {
516
+ /** Service name */
517
+ serviceName: string;
518
+ /** New Keys */
519
+ keys: CreateDomainDsRecordRequestKeysList;
520
+ }
521
+ export declare const CreateDomainDsRecordRequest: S.Schema<CreateDomainDsRecordRequest>;
522
+ /** Operation status */
523
+ export type DomainOperationStatusEnum = "cancelled" | "doing" | "done" | "error" | "problem" | "todo";
524
+ export declare const DomainOperationStatusEnum: any;
525
+ /** Operation type */
526
+ export type DomainOperationTypeEnum = "alldom" | "domain";
527
+ export declare const DomainOperationTypeEnum: any;
528
+ /** Tasks associated to domain */
529
+ export interface DomainTask {
530
+ /** Can accelerate the task */
531
+ canAccelerate?: boolean;
532
+ /** Can cancel the task */
533
+ canCancel?: boolean;
534
+ /** Can relaunch the task */
535
+ canRelaunch?: boolean;
536
+ /** Comment about the task */
537
+ comment?: string | null;
538
+ /** Creation date of the task */
539
+ creationDate?: string;
540
+ /** Domain of the task */
541
+ domain?: string | null;
542
+ /** Done date of the task */
543
+ doneDate?: string | null;
544
+ /** Function of the task */
545
+ function?: string;
546
+ /** Id of the task */
547
+ id?: number;
548
+ /** Last update date of the task */
549
+ lastUpdate?: string;
550
+ /** Status of the task */
551
+ status?: DomainOperationStatusEnum;
552
+ /** Todo date of the task */
553
+ todoDate?: string;
554
+ /** type of the task */
555
+ type?: DomainOperationTypeEnum;
556
+ }
557
+ export declare const DomainTask: S.Schema<DomainTask>;
558
+ /** IP addresses of the glue record */
559
+ export type CreateDomainGlueRecordRequestIpsList = Array<string>;
560
+ export declare const CreateDomainGlueRecordRequestIpsList: S.Schema<CreateDomainGlueRecordRequestIpsList>;
561
+ export interface CreateDomainGlueRecordRequest {
562
+ /** Service name */
563
+ serviceName: string;
564
+ /** Host of the glue record */
565
+ host: string;
566
+ /** IP addresses of the glue record */
567
+ ips: CreateDomainGlueRecordRequestIpsList;
568
+ }
569
+ export declare const CreateDomainGlueRecordRequest: S.Schema<CreateDomainGlueRecordRequest>;
570
+ /** Name server input data */
571
+ export interface DomainNameServerNameServerInput {
572
+ /** Host */
573
+ host?: string;
574
+ /** IP address */
575
+ ip?: string | null;
576
+ }
577
+ export declare const DomainNameServerNameServerInput: S.Schema<DomainNameServerNameServerInput>;
578
+ /** Name servers to create */
579
+ export type CreateDomainNameServerRequestNameServerList = Array<DomainNameServerNameServerInput>;
580
+ export declare const CreateDomainNameServerRequestNameServerList: S.Schema<CreateDomainNameServerRequestNameServerList>;
581
+ export interface CreateDomainNameServerRequest {
582
+ /** Service name */
583
+ serviceName: string;
584
+ /** Name servers to create */
585
+ nameServer: CreateDomainNameServerRequestNameServerList;
586
+ }
587
+ export declare const CreateDomainNameServerRequest: S.Schema<CreateDomainNameServerRequest>;
588
+ /** Owner contact reference for a domain order: an OVH contact resource, not a NIC handle. */
589
+ export interface DomainOrderContactOwner {
590
+ /** Numeric identifier of the OVH contact resource (e.g. obtained from /me/contact). Distinct from a NIC handle such as xxxxx-ovh. */
591
+ id?: number | null;
592
+ }
593
+ export declare const DomainOrderContactOwner: S.Schema<DomainOrderContactOwner>;
594
+ /** Admin, tech and owner contacts for a domain order. admin and tech are OVH NIC handles (e.g. xxxxx-ovh); owner is an OVH contact resource referenced by its numeric id (see /me/contact), not a NIC handle. Billing is forced to the customer code by the server and is not exposed. */
595
+ export interface DomainOrderContacts {
596
+ /** Administrative contact, given as an OVH NIC handle (e.g. xxxxx-ovh). Defaults to the calling customer's NIC if omitted. */
597
+ admin?: string | null;
598
+ /** Owner contact of the domain. Unlike admin/tech which are NIC handles, the owner is an OVH contact resource referenced by its numeric id. */
599
+ owner?: DomainOrderContactOwner | null;
600
+ /** Technical contact, given as an OVH NIC handle (e.g. xxxxx-ovh). Defaults to the admin contact if omitted. */
601
+ tech?: string | null;
602
+ }
603
+ export declare const DomainOrderContacts: S.Schema<DomainOrderContacts>;
604
+ /** List of DNS servers (hostnames) to set on the domain. Optional: if omitted, OVHcloud's recommended DNS servers for the domain are used. */
605
+ export type CreateDomainOrderRequestDnsList = Array<string>;
606
+ export declare const CreateDomainOrderRequestDnsList: S.Schema<CreateDomainOrderRequestDnsList>;
607
+ /** Currency code */
608
+ export type OrderCurrencyCodeEnum = "AUD" | "CAD" | "CZK" | "EUR" | "GBP" | "INR" | "LTL" | "MAD" | "N/A" | "PLN" | "SGD" | "TND" | "USD" | "XOF" | "points";
609
+ export declare const OrderCurrencyCodeEnum: any;
610
+ /** Minimal price payload sent by the client to acknowledge the price seen, before placing the actual order */
611
+ export interface DomainOrderPriceAcknowledge {
612
+ /** Currency code of the acknowledged price */
613
+ currencyCode: OrderCurrencyCodeEnum | (string & {});
614
+ /** The effective price acknowledged by the client */
615
+ value: number;
616
+ }
617
+ export declare const DomainOrderPriceAcknowledge: S.Schema<DomainOrderPriceAcknowledge>;
618
+ /** Promotion codes to apply. Optional. */
619
+ export type CreateDomainOrderRequestPromoCodesList = Array<string>;
620
+ export declare const CreateDomainOrderRequestPromoCodesList: S.Schema<CreateDomainOrderRequestPromoCodesList>;
621
+ /** DNS zone options for a domain order */
622
+ export interface DomainOrderZoneOptions {
623
+ /** Enable Anycast on the DNS zone. Applied only when a new zone is created (create=true and no existing zone); ignored otherwise. */
624
+ anycast?: boolean | null;
625
+ /** Whether to create the DNS zone along with the domain. Defaults to true if omitted. */
626
+ create?: boolean | null;
627
+ /** Enable DNSSEC on the DNS zone. Applied only when a new zone is created (create=true and no existing zone); ignored otherwise. */
628
+ dnssec?: boolean | null;
629
+ }
630
+ export declare const DomainOrderZoneOptions: S.Schema<DomainOrderZoneOptions>;
631
+ export interface CreateDomainOrderRequest {
632
+ /** If true, simulate the order and return the pricing without actually placing it. Default to false. */
633
+ dryRun?: boolean;
634
+ /** Admin, tech and owner contacts */
635
+ contacts?: DomainOrderContacts | null;
636
+ /** List of DNS servers (hostnames) to set on the domain. Optional: if omitted, OVHcloud's recommended DNS servers for the domain are used. */
637
+ dns?: CreateDomainOrderRequestDnsList | null;
638
+ /** Fully-qualified domain name to order, including the extension (e.g. example.com) */
639
+ domain: string;
640
+ /** Order duration in ISO-8601 format, whole years only (e.g. P1Y). Allowed values depend on the extension's registry configuration; an unsupported duration is rejected. Defaults to P1Y if omitted. */
641
+ duration?: string | null;
642
+ /** Price the customer acknowledged before placing the order. Required for aftermarket or premium domains, optional otherwise. Its value/currency must equal the retail price quoted for this domain (e.g. via a dryRun order); a mismatch rejects the order. */
643
+ priceAcknowledge?: DomainOrderPriceAcknowledge | null;
644
+ /** Promotion codes to apply. Optional. */
645
+ promoCodes?: CreateDomainOrderRequestPromoCodesList | null;
646
+ /** Acknowledgment that the customer waives the legal retractation period. Must be set to true to place the order. */
647
+ waiveRetractationPeriod?: boolean | null;
648
+ /** DNS zone options */
649
+ zone?: DomainOrderZoneOptions | null;
650
+ }
651
+ export declare const CreateDomainOrderRequest: S.Schema<CreateDomainOrderRequest>;
652
+ /** A contract (terms) the customer subscribes to when placing a domain order */
653
+ export interface DomainOrderContract {
654
+ /** Name of the contract (e.g. registration terms, general conditions of service) */
655
+ name?: string;
656
+ /** URL to the contract terms document (PDF) */
657
+ url?: string;
658
+ }
659
+ export declare const DomainOrderContract: S.Schema<DomainOrderContract>;
660
+ /** Legal contracts (terms, as PDFs) the customer subscribes to with this order */
661
+ export type DomainOrderOrderResponseContractsList = Array<DomainOrderContract>;
662
+ export declare const DomainOrderOrderResponseContractsList: S.Schema<DomainOrderOrderResponseContractsList>;
663
+ /** DNS servers set on the domain */
664
+ export type DomainOrderOrderResponseDnsList = Array<string>;
665
+ export declare const DomainOrderOrderResponseDnsList: S.Schema<DomainOrderOrderResponseDnsList>;
666
+ /** Price with its currency and textual representation as returned by domain/order */
667
+ export interface DomainOrderPrice {
668
+ /** Currency code */
669
+ currencyCode?: OrderCurrencyCodeEnum;
670
+ /** Human-readable price with currency, e.g. "6.08 EUR" */
671
+ text?: string;
672
+ /** The effective price as a number, e.g. 6.08 */
673
+ value?: number;
674
+ }
675
+ export declare const DomainOrderPrice: S.Schema<DomainOrderPrice>;
676
+ /** Pricing breakdown with and without tax */
677
+ export interface DomainOrderPricing {
678
+ /** Price excluding tax before any promotion */
679
+ basePriceWithoutTax?: DomainOrderPrice;
680
+ /** Total reduction applied by promotions, as a positive amount (0 if none) */
681
+ discount?: DomainOrderPrice;
682
+ /** Final price including tax, after any reduction */
683
+ finalPriceWithTax?: DomainOrderPrice;
684
+ /** Final price excluding tax, after any reduction */
685
+ finalPriceWithoutTax?: DomainOrderPrice;
686
+ /** Tax amount on the final price */
687
+ tax?: DomainOrderPrice;
688
+ }
689
+ export declare const DomainOrderPricing: S.Schema<DomainOrderPricing>;
690
+ /** Response returned after placing a domain order */
691
+ export interface DomainOrderOrderResponse {
692
+ /** Contacts attached to the order */
693
+ contacts?: DomainOrderContacts | null;
694
+ /** Legal contracts (terms, as PDFs) the customer subscribes to with this order */
695
+ contracts?: DomainOrderOrderResponseContractsList | null;
696
+ /** DNS servers set on the domain */
697
+ dns?: DomainOrderOrderResponseDnsList | null;
698
+ /** Ordered domain name */
699
+ domain?: string;
700
+ /** Order duration in ISO-8601 format, whole years only (e.g. P1Y) */
701
+ duration?: string;
702
+ /** Identifier of the created order, used with url to finalize and pay it */
703
+ orderId?: number | null;
704
+ /** Pricing breakdown of the order */
705
+ pricing?: DomainOrderPricing;
706
+ /** Payment/finalization URL where the customer completes and pays the order */
707
+ url?: string | null;
708
+ /** DNS zone options applied to the order */
709
+ zone?: DomainOrderZoneOptions | null;
710
+ }
711
+ export declare const DomainOrderOrderResponse: S.Schema<DomainOrderOrderResponse>;
712
+ export interface CreateDomainTaskAccelerateRequest {
713
+ /** Service name */
714
+ serviceName: string;
715
+ /** Id */
716
+ id: number;
717
+ }
718
+ export declare const CreateDomainTaskAccelerateRequest: S.Schema<CreateDomainTaskAccelerateRequest>;
719
+ export interface CreateDomainTaskAccelerateResponse {
720
+ }
721
+ export declare const CreateDomainTaskAccelerateResponse: S.Schema<CreateDomainTaskAccelerateResponse>;
722
+ export interface CreateDomainTaskRelaunchRequest {
723
+ /** Service name */
724
+ serviceName: string;
725
+ /** Id */
726
+ id: number;
727
+ }
728
+ export declare const CreateDomainTaskRelaunchRequest: S.Schema<CreateDomainTaskRelaunchRequest>;
729
+ export interface CreateDomainTaskRelaunchResponse {
730
+ }
731
+ export declare const CreateDomainTaskRelaunchResponse: S.Schema<CreateDomainTaskRelaunchResponse>;
732
+ export interface CreateDomainUkOutgoingTransferRequest {
733
+ /** Service name */
734
+ serviceName: string;
735
+ /** Registrar tag */
736
+ tag: string;
737
+ }
738
+ export declare const CreateDomainUkOutgoingTransferRequest: S.Schema<CreateDomainUkOutgoingTransferRequest>;
739
+ export interface CreateDomainZoneChangeContactRequest {
740
+ /** Zone name */
741
+ zoneName: string;
742
+ /** The contact to set as admin contact */
743
+ contactAdmin?: string;
744
+ /** The contact to set as billing contact */
745
+ contactBilling?: string;
746
+ /** The contact to set as tech contact */
747
+ contactTech?: string;
748
+ }
749
+ export declare const CreateDomainZoneChangeContactRequest: S.Schema<CreateDomainZoneChangeContactRequest>;
750
+ export type CreateDomainZoneChangeContactResponseBodyList = Array<number>;
751
+ export declare const CreateDomainZoneChangeContactResponseBodyList: S.Schema<CreateDomainZoneChangeContactResponseBodyList>;
752
+ export type CreateDomainZoneChangeContactResponse = CreateDomainZoneChangeContactResponseBodyList;
753
+ export declare const CreateDomainZoneChangeContactResponse: S.Schema<CreateDomainZoneChangeContactResponse>;
754
+ export interface CreateDomainZoneTaskAccelerateRequest {
755
+ /** Zone name */
756
+ zoneName: string;
757
+ /** Id */
758
+ id: number;
759
+ }
760
+ export declare const CreateDomainZoneTaskAccelerateRequest: S.Schema<CreateDomainZoneTaskAccelerateRequest>;
761
+ export interface CreateDomainZoneTaskAccelerateResponse {
762
+ }
763
+ export declare const CreateDomainZoneTaskAccelerateResponse: S.Schema<CreateDomainZoneTaskAccelerateResponse>;
764
+ export interface CreateDomainZoneTaskRelaunchRequest {
765
+ /** Zone name */
766
+ zoneName: string;
767
+ /** Id */
768
+ id: number;
769
+ }
770
+ export declare const CreateDomainZoneTaskRelaunchRequest: S.Schema<CreateDomainZoneTaskRelaunchRequest>;
771
+ export interface CreateDomainZoneTaskRelaunchResponse {
772
+ }
773
+ export declare const CreateDomainZoneTaskRelaunchResponse: S.Schema<CreateDomainZoneTaskRelaunchResponse>;
774
+ export interface CreateDynDnsLoginRequest {
775
+ /** Zone name */
776
+ zoneName: string;
777
+ /** Suffix that will be concatenated to the zoneName to create the login */
778
+ loginSuffix: string;
779
+ /** Password of the login */
780
+ password: string | Redacted.Redacted<string>;
781
+ /** Subdomain that the login will be allowed to update (use * to allow all) */
782
+ subDomain: string;
783
+ }
784
+ export declare const CreateDynDnsLoginRequest: S.Schema<CreateDynDnsLoginRequest>;
785
+ /** DNS zone dynHost login */
786
+ export interface DomainZoneDynHostLogin {
787
+ /** Login name */
788
+ login?: string;
789
+ /** Login sub-domain */
790
+ subDomain?: string;
791
+ /** Login zone */
792
+ zone?: string;
793
+ }
794
+ export declare const DomainZoneDynHostLogin: S.Schema<DomainZoneDynHostLogin>;
795
+ export interface CreateDynDnsRecordRequest {
796
+ /** Zone name */
797
+ zoneName: string;
798
+ /** Record IP */
799
+ ip?: string;
800
+ /** Record sub-domain */
801
+ subDomain?: string | null;
802
+ }
803
+ export declare const CreateDynDnsRecordRequest: S.Schema<CreateDynDnsRecordRequest>;
804
+ /** DNS zone dynHost record */
805
+ export interface DomainZoneDynHostRecord {
806
+ /** Record ID */
807
+ id?: number;
808
+ /** Record IP */
809
+ ip?: string;
810
+ /** Record sub-domain */
811
+ subDomain?: string | null;
812
+ /** Record TTL (Time to Live) */
813
+ ttl?: number | null;
814
+ /** Record zone */
815
+ zone?: string;
816
+ }
817
+ export declare const DomainZoneDynHostRecord: S.Schema<DomainZoneDynHostRecord>;
818
+ /** Resource record name */
819
+ export type DomainZoneRecordTypeEnum = "A" | "AAAA" | "CAA" | "CNAME" | "DKIM" | "DMARC" | "DNAME" | "HTTPS" | "LOC" | "MX" | "NAPTR" | "NS" | "PTR" | "RP" | "SPF" | "SRV" | "SSHFP" | "SVCB" | "TLSA" | "TXT";
820
+ export declare const DomainZoneRecordTypeEnum: any;
821
+ export interface CreateRecordRequest {
822
+ /** Zone name */
823
+ zoneName: string;
824
+ fieldType: DomainZoneRecordTypeEnum | (string & {});
825
+ /** Record subDomain */
826
+ subDomain?: string | null;
827
+ /** Target of the record */
828
+ target: string;
829
+ /** TTL of the record */
830
+ ttl?: number;
831
+ }
832
+ export declare const CreateRecordRequest: S.Schema<CreateRecordRequest>;
833
+ /** DNS zone history */
834
+ export interface DomainZoneRecord {
835
+ fieldType?: DomainZoneRecordTypeEnum;
836
+ /** Id of the record */
837
+ id?: number;
838
+ /** Record subDomain */
839
+ subDomain?: string | null;
840
+ /** Target of the record */
841
+ target?: string;
842
+ /** TTL of the record */
843
+ ttl?: number | null;
844
+ /** Resource record zone */
845
+ zone?: string;
846
+ }
847
+ export declare const DomainZoneRecord: S.Schema<DomainZoneRecord>;
848
+ /** Redirection type: - visible -> Redirection by http code 302 - visiblePermanent -> Redirection by http code 301 - invisible -> Redirection by html frame */
849
+ export type DomainZoneRedirectionTypeEnum = "invisible" | "visible" | "visiblePermanent";
850
+ export declare const DomainZoneRedirectionTypeEnum: any;
851
+ export interface CreateRedirectionRequest {
852
+ /** Zone name */
853
+ zoneName: string;
854
+ /** Description for the invisible redirection */
855
+ description?: string | null;
856
+ /** Keywords for the invisible redirection */
857
+ keywords?: string | null;
858
+ /** Subdomain to redirect */
859
+ subDomain?: string;
860
+ /** Target of the redirection */
861
+ target: string;
862
+ /** Title for the invisible redirection */
863
+ title?: string | null;
864
+ type: DomainZoneRedirectionTypeEnum | (string & {});
865
+ }
866
+ export declare const CreateRedirectionRequest: S.Schema<CreateRedirectionRequest>;
867
+ /** DNS zone redirections */
868
+ export interface DomainZoneRedirection {
869
+ /** Description for the invisible redirection */
870
+ description?: string | null;
871
+ /** Id of the redirection */
872
+ id?: number;
873
+ /** Keywords for the invisible redirection */
874
+ keywords?: string | null;
875
+ /** Subdomain to redirect */
876
+ subDomain?: string | null;
877
+ /** Target of the redirection */
878
+ target?: string;
879
+ /** Title for the invisible redirection */
880
+ title?: string | null;
881
+ type?: DomainZoneRedirectionTypeEnum;
882
+ /** Redirection zone */
883
+ zone?: string;
884
+ }
885
+ export declare const DomainZoneRedirection: S.Schema<DomainZoneRedirection>;
886
+ export interface DeleteDomainDataSmdRequest {
887
+ /** Smd ID */
888
+ smdId: string;
889
+ }
890
+ export declare const DeleteDomainDataSmdRequest: S.Schema<DeleteDomainDataSmdRequest>;
891
+ export interface DeleteDomainDataSmdResponse {
892
+ }
893
+ export declare const DeleteDomainDataSmdResponse: S.Schema<DeleteDomainDataSmdResponse>;
894
+ export interface DeleteDomainGlueRecordRequest {
895
+ /** Service name */
896
+ serviceName: string;
897
+ /** Host */
898
+ host: string;
899
+ }
900
+ export declare const DeleteDomainGlueRecordRequest: S.Schema<DeleteDomainGlueRecordRequest>;
901
+ export interface DeleteDomainNameServerRequest {
902
+ /** Service name */
903
+ serviceName: string;
904
+ /** Id */
905
+ id: number;
906
+ }
907
+ export declare const DeleteDomainNameServerRequest: S.Schema<DeleteDomainNameServerRequest>;
908
+ /** All options a domain can have */
909
+ export type DeleteDomainOptionRequestOption = "dnsAnycast";
910
+ export declare const DeleteDomainOptionRequestOption: any;
911
+ export interface DeleteDomainOptionRequest {
912
+ /** Service name */
913
+ serviceName: string;
914
+ /** Option */
915
+ option: DeleteDomainOptionRequestOption | (string & {});
916
+ }
917
+ export declare const DeleteDomainOptionRequest: S.Schema<DeleteDomainOptionRequest>;
918
+ export interface DeleteDomainOptionResponse {
919
+ }
920
+ export declare const DeleteDomainOptionResponse: S.Schema<DeleteDomainOptionResponse>;
921
+ export interface DeleteDynHostLoginRequest {
922
+ /** Zone name */
923
+ zoneName: string;
924
+ /** Login */
925
+ login: string;
926
+ }
927
+ export declare const DeleteDynHostLoginRequest: S.Schema<DeleteDynHostLoginRequest>;
928
+ export interface DeleteDynHostLoginResponse {
929
+ }
930
+ export declare const DeleteDynHostLoginResponse: S.Schema<DeleteDynHostLoginResponse>;
931
+ export interface DeleteDynHostRecordRequest {
932
+ /** Zone name */
933
+ zoneName: string;
934
+ /** Id */
935
+ id: number;
936
+ }
937
+ export declare const DeleteDynHostRecordRequest: S.Schema<DeleteDynHostRecordRequest>;
938
+ export interface DeleteDynHostRecordResponse {
939
+ }
940
+ export declare const DeleteDynHostRecordResponse: S.Schema<DeleteDynHostRecordResponse>;
941
+ export interface DeleteRecordRequest {
942
+ /** Zone name */
943
+ zoneName: string;
944
+ /** Id */
945
+ id: number;
946
+ }
947
+ export declare const DeleteRecordRequest: S.Schema<DeleteRecordRequest>;
948
+ export interface DeleteRecordResponse {
949
+ }
950
+ export declare const DeleteRecordResponse: S.Schema<DeleteRecordResponse>;
951
+ export interface DeleteRedirectionRequest {
952
+ /** Zone name */
953
+ zoneName: string;
954
+ /** Id */
955
+ id: number;
956
+ }
957
+ export declare const DeleteRedirectionRequest: S.Schema<DeleteRedirectionRequest>;
958
+ export interface DeleteRedirectionResponse {
959
+ }
960
+ export declare const DeleteRedirectionResponse: S.Schema<DeleteRedirectionResponse>;
961
+ export interface DisableDNSSECRequest {
962
+ /** Zone name */
963
+ zoneName: string;
964
+ }
965
+ export declare const DisableDNSSECRequest: S.Schema<DisableDNSSECRequest>;
966
+ export interface DisableDNSSECResponse {
967
+ }
968
+ export declare const DisableDNSSECResponse: S.Schema<DisableDNSSECResponse>;
969
+ /** DNS server type */
970
+ export type DomainNameServerNameServerTypeEnum = "anycast" | "dedicated" | "empty" | "external" | "hold" | "hosted" | "hosting" | "mixed" | "parking";
971
+ export declare const DomainNameServerNameServerTypeEnum: any;
972
+ /** Domain lock status */
973
+ export type DomainLockStatusEnum = "locked" | "locking" | "unavailable" | "unlocked" | "unlocking";
974
+ export declare const DomainLockStatusEnum: any;
975
+ export interface EditDomainRequest {
976
+ /** Service name */
977
+ serviceName: string;
978
+ /** Name servers type */
979
+ nameServerType?: DomainNameServerNameServerTypeEnum | (string & {});
980
+ /** Current transfer lock status of the domain name */
981
+ transferLockStatus?: DomainLockStatusEnum | (string & {});
982
+ }
983
+ export declare const EditDomainRequest: S.Schema<EditDomainRequest>;
984
+ /** A contact summary contains the personal data of a user */
985
+ export interface DomainContactSummary {
986
+ /** Unique contact identifier (contact data can be edited via /me/contact/<ID>) */
987
+ id?: string;
988
+ }
989
+ export declare const DomainContactSummary: S.Schema<DomainContactSummary>;
990
+ /** Domain dnssec state */
991
+ export type DomainDnssecStateEnum = "disabled" | "enabled" | "not_supported";
992
+ export declare const DomainDnssecStateEnum: any;
993
+ /** Name server configuration */
994
+ export interface DomainNameServerNameServer {
995
+ /** ID of the name server */
996
+ id?: number;
997
+ /** IPv4 adress of the name server */
998
+ ipv4?: string | null;
999
+ /** IPv6 adress of the name server */
1000
+ ipv6?: string | null;
1001
+ /** Name of the name server */
1002
+ nameServer?: string;
1003
+ /** Type of the name server */
1004
+ nameServerType?: DomainNameServerNameServerTypeEnum;
1005
+ }
1006
+ export declare const DomainNameServerNameServer: S.Schema<DomainNameServerNameServer>;
1007
+ /** Name servers list */
1008
+ export type DomainDomainServiceNameServersList = Array<DomainNameServerNameServer>;
1009
+ export declare const DomainDomainServiceNameServersList: S.Schema<DomainDomainServiceNameServersList>;
1010
+ /** Offer */
1011
+ export type DomainOfferEnum = "diamond" | "gold" | "platinum";
1012
+ export declare const DomainOfferEnum: any;
1013
+ /** Parent service type enum */
1014
+ export type DomainParentServiceTypeEnum = "/allDom";
1015
+ export declare const DomainParentServiceTypeEnum: any;
1016
+ /** Parent service */
1017
+ export interface DomainParentService {
1018
+ /** Name of the parent service */
1019
+ name?: string;
1020
+ /** Type of the parent service */
1021
+ type?: DomainParentServiceTypeEnum;
1022
+ }
1023
+ export declare const DomainParentService: S.Schema<DomainParentService>;
1024
+ /** Domain renewal state */
1025
+ export type DomainRenewalStateEnum = "automatic_renew" | "cancellation_complete" | "cancellation_requested" | "manual_renew" | "unpaid";
1026
+ export declare const DomainRenewalStateEnum: any;
1027
+ /** Domain name current state */
1028
+ export type DomainDomainStateEnum = "autorenew_in_progress" | "autorenew_registry_in_progress" | "deleted" | "dispute" | "expired" | "ok" | "outgoing_transfer" | "pending_create" | "pending_delete" | "pending_incoming_transfer" | "pending_installation" | "registry_suspended" | "restorable" | "technical_suspended";
1029
+ export declare const DomainDomainStateEnum: any;
1030
+ /** Domain suspension state */
1031
+ export type DomainSuspensionStateEnum = "not_suspended" | "suspended";
1032
+ export declare const DomainSuspensionStateEnum: any;
1033
+ /** General information about a domain name service */
1034
+ export interface DomainDomainService {
1035
+ /** Administrative contact data */
1036
+ contactAdmin?: DomainContactSummary;
1037
+ /** Billing contact data */
1038
+ contactBilling?: DomainContactSummary;
1039
+ /** Owner (registrant) contact data */
1040
+ contactOwner?: DomainContactSummary;
1041
+ /** Technical contact data */
1042
+ contactTech?: DomainContactSummary;
1043
+ /** Current DNSSEC state of the domain name */
1044
+ dnssecState?: DomainDnssecStateEnum;
1045
+ /** Whether DNSSEC is activated for this domain name */
1046
+ dnssecSupported?: boolean;
1047
+ /** Domain name */
1048
+ domain?: string;
1049
+ /** Date when the domain name will expire, if not renewed */
1050
+ expirationDate?: string;
1051
+ /** Whether the registry supports IPv6 glue records */
1052
+ glueRecordIpv6Supported?: boolean;
1053
+ /** Whether the registry supports multi-ip glue records */
1054
+ glueRecordMultiIpSupported?: boolean;
1055
+ /** Whether the registry supports hosts as independent entities */
1056
+ hostSupported?: boolean;
1057
+ /** Last update date */
1058
+ lastUpdate?: string;
1059
+ /** Name servers type */
1060
+ nameServerType?: DomainNameServerNameServerTypeEnum;
1061
+ /** Name servers list */
1062
+ nameServers?: DomainDomainServiceNameServersList;
1063
+ /** Offer associated with the domain name */
1064
+ offer?: DomainOfferEnum;
1065
+ /** Whether Whois data obfuscation is supported for this domain name */
1066
+ owoSupported?: boolean;
1067
+ /** Parent service */
1068
+ parentService?: DomainParentService | null;
1069
+ /** Date when the domain name should be renewed (relevant if renewalState is automatic_renew) */
1070
+ renewalDate?: string;
1071
+ /** Current renewal state of the domain name */
1072
+ renewalState?: DomainRenewalStateEnum;
1073
+ /** Technical service identifier */
1074
+ serviceId?: number;
1075
+ /** Current state of the domain name */
1076
+ state?: DomainDomainStateEnum;
1077
+ /** Current suspension state of the domain name */
1078
+ suspensionState?: DomainSuspensionStateEnum;
1079
+ /** Current transfer lock status of the domain name */
1080
+ transferLockStatus?: DomainLockStatusEnum;
1081
+ /** Owner (registrant) contact ID (contact data can be edited via /me/contact/<ID>) */
1082
+ whoisOwner?: string;
1083
+ }
1084
+ export declare const DomainDomainService: S.Schema<DomainDomainService>;
1085
+ export interface EditDynDnsLoginRequest {
1086
+ /** Zone name */
1087
+ zoneName: string;
1088
+ /** Login */
1089
+ login: string;
1090
+ /** Login sub-domain */
1091
+ subDomain?: string;
1092
+ }
1093
+ export declare const EditDynDnsLoginRequest: S.Schema<EditDynDnsLoginRequest>;
1094
+ export interface EditDynDnsLoginResponse {
1095
+ }
1096
+ export declare const EditDynDnsLoginResponse: S.Schema<EditDynDnsLoginResponse>;
1097
+ export interface EditDynDnsRecordRequest {
1098
+ /** Zone name */
1099
+ zoneName: string;
1100
+ /** Id */
1101
+ id: number;
1102
+ /** Record IP */
1103
+ ip?: string;
1104
+ /** Record sub-domain */
1105
+ subDomain?: string | null;
1106
+ }
1107
+ export declare const EditDynDnsRecordRequest: S.Schema<EditDynDnsRecordRequest>;
1108
+ export interface EditDynDnsRecordResponse {
1109
+ }
1110
+ export declare const EditDynDnsRecordResponse: S.Schema<EditDynDnsRecordResponse>;
1111
+ export interface EditRecordRequest {
1112
+ /** Zone name */
1113
+ zoneName: string;
1114
+ /** Id */
1115
+ id: number;
1116
+ /** Record subdomain */
1117
+ subDomain?: string | null;
1118
+ /** Target of the record */
1119
+ target?: string;
1120
+ /** TTL of the record */
1121
+ ttl?: number | null;
1122
+ }
1123
+ export declare const EditRecordRequest: S.Schema<EditRecordRequest>;
1124
+ export interface EditRecordResponse {
1125
+ }
1126
+ export declare const EditRecordResponse: S.Schema<EditRecordResponse>;
1127
+ export interface EditRedirectionRequest {
1128
+ /** Zone name */
1129
+ zoneName: string;
1130
+ /** Id */
1131
+ id: number;
1132
+ /** Description for the invisible redirection */
1133
+ description?: string | null;
1134
+ /** Keywords for the invisible redirection */
1135
+ keywords?: string | null;
1136
+ /** Target of the redirection */
1137
+ target?: string;
1138
+ /** Title for the invisible redirection */
1139
+ title?: string | null;
1140
+ type?: DomainZoneRedirectionTypeEnum | (string & {});
1141
+ }
1142
+ export declare const EditRedirectionRequest: S.Schema<EditRedirectionRequest>;
1143
+ export interface EditRedirectionResponse {
1144
+ }
1145
+ export declare const EditRedirectionResponse: S.Schema<EditRedirectionResponse>;
1146
+ export interface EnableDNSSECRequest {
1147
+ /** Zone name */
1148
+ zoneName: string;
1149
+ }
1150
+ export declare const EnableDNSSECRequest: S.Schema<EnableDNSSECRequest>;
1151
+ export interface EnableDNSSECResponse {
1152
+ }
1153
+ export declare const EnableDNSSECResponse: S.Schema<EnableDNSSECResponse>;
1154
+ export interface GetContactRequest {
1155
+ /** Contact ID */
1156
+ contactId: number;
1157
+ }
1158
+ export declare const GetContactRequest: S.Schema<GetContactRequest>;
1159
+ export interface GetContactsRequest {
1160
+ }
1161
+ export declare const GetContactsRequest: S.Schema<GetContactsRequest>;
1162
+ export type GetContactsResponseBodyList = Array<DomainContact>;
1163
+ export declare const GetContactsResponseBodyList: S.Schema<GetContactsResponseBodyList>;
1164
+ export type GetContactsResponse = GetContactsResponseBodyList;
1165
+ export declare const GetContactsResponse: S.Schema<GetContactsResponse>;
1166
+ export interface GetDNSSECStatusRequest {
1167
+ /** Zone name */
1168
+ zoneName: string;
1169
+ }
1170
+ export declare const GetDNSSECStatusRequest: S.Schema<GetDNSSECStatusRequest>;
1171
+ /** All DNSSEC statuses */
1172
+ export type DomainDnssecStatusEnum = "disableInProgress" | "disabled" | "enableInProgress" | "enabled";
1173
+ export declare const DomainDnssecStatusEnum: any;
1174
+ /** DNS zone DNSSEC */
1175
+ export interface DomainZoneDnssec {
1176
+ /** DNSSEC Status */
1177
+ status?: DomainDnssecStatusEnum;
1178
+ }
1179
+ export declare const DomainZoneDnssec: S.Schema<DomainZoneDnssec>;
1180
+ export interface GetDomainRequest {
1181
+ /** Service name */
1182
+ serviceName: string;
1183
+ }
1184
+ export declare const GetDomainRequest: S.Schema<GetDomainRequest>;
1185
+ /** Resource state */
1186
+ export type IamResourceMetadataStateEnum = "EXPIRED" | "IN_CREATION" | "OK" | "SUSPENDED";
1187
+ export declare const IamResourceMetadataStateEnum: any;
1188
+ /** Resource tags. Tags that were internally computed are prefixed with ovh: */
1189
+ export type IamResourceMetadataTagsMap = {
1190
+ [key: string]: string | undefined;
1191
+ };
1192
+ export declare const IamResourceMetadataTagsMap: S.Schema<IamResourceMetadataTagsMap>;
1193
+ /** IAM resource metadata embedded in services models */
1194
+ export interface IamResourceMetadata {
1195
+ /** Resource display name */
1196
+ displayName?: string | null;
1197
+ /** Unique identifier of the resource */
1198
+ id?: string;
1199
+ /** Resource state */
1200
+ state?: IamResourceMetadataStateEnum | null;
1201
+ /** Resource tags. Tags that were internally computed are prefixed with ovh: */
1202
+ tags?: IamResourceMetadataTagsMap | null;
1203
+ /** Unique resource name used in policies */
1204
+ urn?: string;
1205
+ }
1206
+ export declare const IamResourceMetadata: S.Schema<IamResourceMetadata>;
1207
+ /** Name servers list */
1208
+ export type DomainDomainServiceWithIAMNameServersList = Array<DomainNameServerNameServer>;
1209
+ export declare const DomainDomainServiceWithIAMNameServersList: S.Schema<DomainDomainServiceWithIAMNameServersList>;
1210
+ /** General information about a domain name service */
1211
+ export interface DomainDomainServiceWithIAM {
1212
+ /** Administrative contact data */
1213
+ contactAdmin?: DomainContactSummary;
1214
+ /** Billing contact data */
1215
+ contactBilling?: DomainContactSummary;
1216
+ /** Owner (registrant) contact data */
1217
+ contactOwner?: DomainContactSummary;
1218
+ /** Technical contact data */
1219
+ contactTech?: DomainContactSummary;
1220
+ /** Current DNSSEC state of the domain name */
1221
+ dnssecState?: DomainDnssecStateEnum;
1222
+ /** Whether DNSSEC is activated for this domain name */
1223
+ dnssecSupported?: boolean;
1224
+ /** Domain name */
1225
+ domain?: string;
1226
+ /** Date when the domain name will expire, if not renewed */
1227
+ expirationDate?: string;
1228
+ /** Whether the registry supports IPv6 glue records */
1229
+ glueRecordIpv6Supported?: boolean;
1230
+ /** Whether the registry supports multi-ip glue records */
1231
+ glueRecordMultiIpSupported?: boolean;
1232
+ /** Whether the registry supports hosts as independent entities */
1233
+ hostSupported?: boolean;
1234
+ /** IAM resource metadata */
1235
+ iam?: IamResourceMetadata | null;
1236
+ /** Last update date */
1237
+ lastUpdate?: string;
1238
+ /** Name servers type */
1239
+ nameServerType?: DomainNameServerNameServerTypeEnum;
1240
+ /** Name servers list */
1241
+ nameServers?: DomainDomainServiceWithIAMNameServersList;
1242
+ /** Offer associated with the domain name */
1243
+ offer?: DomainOfferEnum;
1244
+ /** Whether Whois data obfuscation is supported for this domain name */
1245
+ owoSupported?: boolean;
1246
+ /** Parent service */
1247
+ parentService?: DomainParentService | null;
1248
+ /** Date when the domain name should be renewed (relevant if renewalState is automatic_renew) */
1249
+ renewalDate?: string;
1250
+ /** Current renewal state of the domain name */
1251
+ renewalState?: DomainRenewalStateEnum;
1252
+ /** Technical service identifier */
1253
+ serviceId?: number;
1254
+ /** Current state of the domain name */
1255
+ state?: DomainDomainStateEnum;
1256
+ /** Current suspension state of the domain name */
1257
+ suspensionState?: DomainSuspensionStateEnum;
1258
+ /** Current transfer lock status of the domain name */
1259
+ transferLockStatus?: DomainLockStatusEnum;
1260
+ /** Owner (registrant) contact ID (contact data can be edited via /me/contact/<ID>) */
1261
+ whoisOwner?: string;
1262
+ }
1263
+ export declare const DomainDomainServiceWithIAM: S.Schema<DomainDomainServiceWithIAM>;
1264
+ export interface GetDomainAuthInfoRequest {
1265
+ /** Service name */
1266
+ serviceName: string;
1267
+ }
1268
+ export declare const GetDomainAuthInfoRequest: S.Schema<GetDomainAuthInfoRequest>;
1269
+ export type GetDomainAuthInfoResponse = string;
1270
+ export declare const GetDomainAuthInfoResponse: S.Schema<GetDomainAuthInfoResponse>;
1271
+ export interface GetDomainConfigurationDataRequest {
1272
+ /** Service name */
1273
+ serviceName: string;
1274
+ }
1275
+ export declare const GetDomainConfigurationDataRequest: S.Schema<GetDomainConfigurationDataRequest>;
1276
+ /** Possible purposes of the domain */
1277
+ export type DomainIsForEnum = "campaign_website" | "educational_website" | "emails" | "information_website" | "other_purpose" | "redirect_page" | "transactional_website";
1278
+ export declare const DomainIsForEnum: any;
1279
+ /** Purposes of the domain */
1280
+ export type DomainConfigurationsCustomFieldsIsForList = Array<DomainIsForEnum>;
1281
+ export declare const DomainConfigurationsCustomFieldsIsForList: S.Schema<DomainConfigurationsCustomFieldsIsForList>;
1282
+ /** Representation of the domain custom fields */
1283
+ export interface DomainConfigurationsCustomFields {
1284
+ /** Domain name audience */
1285
+ audience?: string | null;
1286
+ /** Auth Info */
1287
+ authInfo?: string | null;
1288
+ /** Purposes of the domain */
1289
+ isFor?: DomainConfigurationsCustomFieldsIsForList | null;
1290
+ /** Domain name other purpose */
1291
+ otherPurpose?: string | null;
1292
+ /** Reason of the purchase of this domain */
1293
+ reason?: string | null;
1294
+ /** Represented company */
1295
+ represent?: string | null;
1296
+ }
1297
+ export declare const DomainConfigurationsCustomFields: S.Schema<DomainConfigurationsCustomFields>;
1298
+ export interface GetDomainConfigurationRuleRequest {
1299
+ /** Depending on the action, the applied rule will change (transfer vs create) */
1300
+ action: DomainActionEnum | (string & {});
1301
+ /** The domain to get the configuration rule for */
1302
+ domain: string;
1303
+ }
1304
+ export declare const GetDomainConfigurationRuleRequest: S.Schema<GetDomainConfigurationRuleRequest>;
1305
+ /** An "and" operator on multiple rules */
1306
+ export type DomainConfigurationRulesRuleAndList = Array<DomainConfigurationRulesRule>;
1307
+ export declare const DomainConfigurationRulesRuleAndList: S.Schema<DomainConfigurationRulesRuleAndList>;
1308
+ /** Used in rule to tell if rule (or part of the rule) is applicable for a given context */
1309
+ export type DomainConfigurationRulesContextEnum = "accept_conditions" | "claims" | "create" | "order" | "premium" | "protected_code" | "reason" | "trade" | "transfer" | "update";
1310
+ export declare const DomainConfigurationRulesContextEnum: any;
1311
+ /** The context on which the constraint applies */
1312
+ export type DomainConfigurationRulesConstraintContextsList = Array<DomainConfigurationRulesContextEnum>;
1313
+ export declare const DomainConfigurationRulesConstraintContextsList: S.Schema<DomainConfigurationRulesConstraintContextsList>;
1314
+ /** Operator use in configuration rule to check content of a field */
1315
+ export type DomainConfigurationRulesOperatorEnum = "between" | "contains" | "empty" | "eq" | "gt" | "gte" | "lt" | "lte" | "match" | "maxlength" | "minlength" | "ne" | "notcontains" | "notempty" | "readonly" | "required" | "shouldbetrue";
1316
+ export declare const DomainConfigurationRulesOperatorEnum: any;
1317
+ /** The values to match against */
1318
+ export type DomainConfigurationRulesConstraintValuesList = Array<string>;
1319
+ export declare const DomainConfigurationRulesConstraintValuesList: S.Schema<DomainConfigurationRulesConstraintValuesList>;
1320
+ /** A configuration rule defines validation to launch when executing an action on a domain (create, trade...). Depending on the extension, the rule may be different */
1321
+ export interface DomainConfigurationRulesConstraint {
1322
+ /** Whether this constraint is applied or not */
1323
+ conditions?: DomainConfigurationRulesRule | null;
1324
+ /** The context on which the constraint applies */
1325
+ contexts?: DomainConfigurationRulesConstraintContextsList | null;
1326
+ /** The operator of the constraint */
1327
+ operator?: DomainConfigurationRulesOperatorEnum | null;
1328
+ /** The value to match against */
1329
+ value?: string | null;
1330
+ /** The values to match against */
1331
+ values?: DomainConfigurationRulesConstraintValuesList | null;
1332
+ }
1333
+ export declare const DomainConfigurationRulesConstraint: S.Schema<DomainConfigurationRulesConstraint>;
1334
+ /** The constraints of the rule */
1335
+ export type DomainConfigurationRulesRuleConstraintsList = Array<DomainConfigurationRulesConstraint>;
1336
+ export declare const DomainConfigurationRulesRuleConstraintsList: S.Schema<DomainConfigurationRulesRuleConstraintsList>;
1337
+ /** The context on which the rule applies */
1338
+ export type DomainConfigurationRulesRuleContextsList = Array<DomainConfigurationRulesContextEnum>;
1339
+ export declare const DomainConfigurationRulesRuleContextsList: S.Schema<DomainConfigurationRulesRuleContextsList>;
1340
+ /** An "or" operator on multiple rules */
1341
+ export type DomainConfigurationRulesRuleOrList = Array<DomainConfigurationRulesRule>;
1342
+ export declare const DomainConfigurationRulesRuleOrList: S.Schema<DomainConfigurationRulesRuleOrList>;
1343
+ /** Type of rule configuration */
1344
+ export type DomainConfigurationRulesTypeEnum = "bool" | "contact" | "date_ISO8601" | "domain" | "json" | "number" | "string" | "string[]" | "text";
1345
+ export declare const DomainConfigurationRulesTypeEnum: any;
1346
+ /** A configuration rule defines validation to launch when executing an action on a domain (create, trade...). Depending on the extension, the rule may be different */
1347
+ export interface DomainConfigurationRulesRule {
1348
+ /** An "and" operator on multiple rules */
1349
+ and?: DomainConfigurationRulesRuleAndList | null;
1350
+ /** Whether this rule is applied or not */
1351
+ conditions?: DomainConfigurationRulesRule | null;
1352
+ /** The constraints of the rule */
1353
+ constraints?: DomainConfigurationRulesRuleConstraintsList | null;
1354
+ /** The context on which the rule applies */
1355
+ contexts?: DomainConfigurationRulesRuleContextsList | null;
1356
+ /** The description of the rule */
1357
+ description?: string | null;
1358
+ /** The fields with specific rules */
1359
+ fields?: DomainConfigurationRulesRule | null;
1360
+ /** The label of the rule */
1361
+ label?: string | null;
1362
+ /** An "or" operator on multiple rules */
1363
+ or?: DomainConfigurationRulesRuleOrList | null;
1364
+ /** The default value used for the rule */
1365
+ placeholder?: string | null;
1366
+ /** The type of the object the rule applies on */
1367
+ type?: DomainConfigurationRulesTypeEnum | null;
1368
+ }
1369
+ export declare const DomainConfigurationRulesRule: S.Schema<DomainConfigurationRulesRule>;
1370
+ export interface GetDomainDataClaimNoticeRequest {
1371
+ /** Domain name */
1372
+ domain: string;
1373
+ }
1374
+ export declare const GetDomainDataClaimNoticeRequest: S.Schema<GetDomainDataClaimNoticeRequest>;
1375
+ /** Definition of a trademark claim notice classification */
1376
+ export interface DomainDataClaimNoticeClassification {
1377
+ /** Summary of the classification */
1378
+ description?: string;
1379
+ /** Code of the classification */
1380
+ number?: string;
1381
+ }
1382
+ export declare const DomainDataClaimNoticeClassification: S.Schema<DomainDataClaimNoticeClassification>;
1383
+ /** Classifications where trademark claim notice apply */
1384
+ export type DomainDataClaimNoticeClaimNoticeDecisionClassificationsList = Array<DomainDataClaimNoticeClassification>;
1385
+ export declare const DomainDataClaimNoticeClaimNoticeDecisionClassificationsList: S.Schema<DomainDataClaimNoticeClaimNoticeDecisionClassificationsList>;
1386
+ /** Regions where court decision apply */
1387
+ export type DomainDataClaimNoticeCourtDecisionRegionsList = Array<string>;
1388
+ export declare const DomainDataClaimNoticeCourtDecisionRegionsList: S.Schema<DomainDataClaimNoticeCourtDecisionRegionsList>;
1389
+ /** Definition of a court decision */
1390
+ export interface DomainDataClaimNoticeCourtDecision {
1391
+ /** Country code */
1392
+ countryCode?: string;
1393
+ /** Court name */
1394
+ courtName?: string;
1395
+ /** Reference number of court decision */
1396
+ referenceNumber?: string;
1397
+ /** Regions where court decision apply */
1398
+ regions?: DomainDataClaimNoticeCourtDecisionRegionsList;
1399
+ }
1400
+ export declare const DomainDataClaimNoticeCourtDecision: S.Schema<DomainDataClaimNoticeCourtDecision>;
1401
+ /** Array of court decisions related to claim notice */
1402
+ export type DomainDataClaimNoticeClaimNoticeDecisionCourtDecisionsList = Array<DomainDataClaimNoticeCourtDecision>;
1403
+ export declare const DomainDataClaimNoticeClaimNoticeDecisionCourtDecisionsList: S.Schema<DomainDataClaimNoticeClaimNoticeDecisionCourtDecisionsList>;
1404
+ /** Array of street name */
1405
+ export type DomainDataClaimNoticeAddressStreetsList = Array<string>;
1406
+ export declare const DomainDataClaimNoticeAddressStreetsList: S.Schema<DomainDataClaimNoticeAddressStreetsList>;
1407
+ /** Address for a claim notice holder */
1408
+ export interface DomainDataClaimNoticeAddress {
1409
+ /** City */
1410
+ city?: string | null;
1411
+ /** Country code */
1412
+ countryCode?: NichandleCountryEnum | null;
1413
+ /** Fax number */
1414
+ fax?: string | null;
1415
+ /** Fax number extension */
1416
+ faxExtension?: string | null;
1417
+ /** Postal zip code */
1418
+ postalCode?: string | null;
1419
+ /** State of province */
1420
+ stateOrProvince?: string | null;
1421
+ /** Array of street name */
1422
+ streets?: DomainDataClaimNoticeAddressStreetsList;
1423
+ /** Phone number */
1424
+ voice?: string | null;
1425
+ /** Phone number extension */
1426
+ voiceExtension?: string | null;
1427
+ }
1428
+ export declare const DomainDataClaimNoticeAddress: S.Schema<DomainDataClaimNoticeAddress>;
1429
+ /** Contact definition of a claim notice holder */
1430
+ export interface DomainDataClaimNoticeContact {
1431
+ /** Address of holder */
1432
+ address?: DomainDataClaimNoticeAddress;
1433
+ /** Email address */
1434
+ email?: string | null;
1435
+ /** Legitimacy of holder */
1436
+ entitlement?: string | null;
1437
+ /** Name of claim notice holder */
1438
+ name?: string | null;
1439
+ /** Organisation name */
1440
+ organisation?: string | null;
1441
+ /** Type of contact */
1442
+ type?: string | null;
1443
+ }
1444
+ export declare const DomainDataClaimNoticeContact: S.Schema<DomainDataClaimNoticeContact>;
1445
+ /** Trademark contacts */
1446
+ export type DomainDataClaimNoticeClaimNoticeDecisionTrademarkContactsList = Array<DomainDataClaimNoticeContact>;
1447
+ export declare const DomainDataClaimNoticeClaimNoticeDecisionTrademarkContactsList: S.Schema<DomainDataClaimNoticeClaimNoticeDecisionTrademarkContactsList>;
1448
+ /** Trademark holders */
1449
+ export type DomainDataClaimNoticeClaimNoticeDecisionTrademarkHoldersList = Array<DomainDataClaimNoticeContact>;
1450
+ export declare const DomainDataClaimNoticeClaimNoticeDecisionTrademarkHoldersList: S.Schema<DomainDataClaimNoticeClaimNoticeDecisionTrademarkHoldersList>;
1451
+ /** Definition of a UDRP procedure */
1452
+ export interface DomainDataClaimNoticeUDRP {
1453
+ /** Case number */
1454
+ caseNumber?: string;
1455
+ /** UDRP Provider */
1456
+ udrpProvider?: string;
1457
+ }
1458
+ export declare const DomainDataClaimNoticeUDRP: S.Schema<DomainDataClaimNoticeUDRP>;
1459
+ /** Trademark UDRP information */
1460
+ export type DomainDataClaimNoticeClaimNoticeDecisionTrademarkUDRPList = Array<DomainDataClaimNoticeUDRP>;
1461
+ export declare const DomainDataClaimNoticeClaimNoticeDecisionTrademarkUDRPList: S.Schema<DomainDataClaimNoticeClaimNoticeDecisionTrademarkUDRPList>;
1462
+ /** Definition of a single claim notice */
1463
+ export interface DomainDataClaimNoticeClaimNoticeDecision {
1464
+ /** Classifications where trademark claim notice apply */
1465
+ classifications?: DomainDataClaimNoticeClaimNoticeDecisionClassificationsList;
1466
+ /** Array of court decisions related to claim notice */
1467
+ courtDecisions?: DomainDataClaimNoticeClaimNoticeDecisionCourtDecisionsList;
1468
+ /** Goods and services on which apply claim notice */
1469
+ goodsAndServices?: string;
1470
+ /** Name of jurisdiction */
1471
+ jurisdiction?: string;
1472
+ /** Jurisdiction country code */
1473
+ jurisdictionCountryCode?: string;
1474
+ /** Mark name implicated in claim notice */
1475
+ markName?: string;
1476
+ /** Trademark contacts */
1477
+ trademarkContacts?: DomainDataClaimNoticeClaimNoticeDecisionTrademarkContactsList;
1478
+ /** Trademark holders */
1479
+ trademarkHolders?: DomainDataClaimNoticeClaimNoticeDecisionTrademarkHoldersList;
1480
+ /** Trademark UDRP information */
1481
+ trademarkUDRP?: DomainDataClaimNoticeClaimNoticeDecisionTrademarkUDRPList;
1482
+ }
1483
+ export declare const DomainDataClaimNoticeClaimNoticeDecision: S.Schema<DomainDataClaimNoticeClaimNoticeDecision>;
1484
+ /** Array of claim notice for the domain */
1485
+ export type DomainDataClaimNoticeClaimNoticeClaimsList = Array<DomainDataClaimNoticeClaimNoticeDecision>;
1486
+ export declare const DomainDataClaimNoticeClaimNoticeClaimsList: S.Schema<DomainDataClaimNoticeClaimNoticeClaimsList>;
1487
+ /** Type of claim notice */
1488
+ export type DomainDataClaimNoticeClaimNoticeTypeEnum = "TRADEMARK" | "UK";
1489
+ export declare const DomainDataClaimNoticeClaimNoticeTypeEnum: any;
1490
+ /** Definition of claim notices applying to a domain name */
1491
+ export interface DomainDataClaimNoticeClaimNotice {
1492
+ /** Array of claim notice for the domain */
1493
+ claims?: DomainDataClaimNoticeClaimNoticeClaimsList | null;
1494
+ /** Ending date of claim notice */
1495
+ endingDate?: string;
1496
+ /** Claim notice ID */
1497
+ id?: string;
1498
+ /** Label referring to claim notice */
1499
+ label?: string;
1500
+ /** Beginning date of claim notice */
1501
+ startingDate?: string | null;
1502
+ /** Type of claim notice */
1503
+ type?: DomainDataClaimNoticeClaimNoticeTypeEnum | null;
1504
+ }
1505
+ export declare const DomainDataClaimNoticeClaimNotice: S.Schema<DomainDataClaimNoticeClaimNotice>;
1506
+ export interface GetDomainDataSmdRequest {
1507
+ /** Smd ID */
1508
+ smdId: string;
1509
+ }
1510
+ export declare const GetDomainDataSmdRequest: S.Schema<GetDomainDataSmdRequest>;
1511
+ export interface GetDomainDsRecordRequest {
1512
+ /** Service name */
1513
+ serviceName: string;
1514
+ /** Id */
1515
+ id: number;
1516
+ }
1517
+ export declare const GetDomainDsRecordRequest: S.Schema<GetDomainDsRecordRequest>;
1518
+ /** Generated: The key has been created, but has not yet been used for anything. Published: The DNSKEY record is published in the zone, but predecessors of the key may be held in caches. Ready: The new key data has been published for long enough to guarantee that any previous versions of the DNSKEY RRset have expired from caches. Active: The key has started to be used to sign RRsets. Retired: A successor key has become active and this key is no longer being used to generate RRSIGs. Removed: The key has been removed from the zone. Revoked: The key is published for a period with the "revoke" bit set as a way of notifying validating resolvers that have configured it as an trust anchor that it is about to be removed from the zone. */
1519
+ export type DnssecKeyStatusEnum = "active" | "generated" | "published" | "removed" | "retired" | "revoked";
1520
+ export declare const DnssecKeyStatusEnum: any;
1521
+ /** Domain's DNSSEC Key */
1522
+ export interface DnssecKey {
1523
+ /** Algorithm number of the DNSSEC key */
1524
+ algorithm?: DnssecKeyAlgorithmEnum;
1525
+ /** Flag of the DNSSEC key */
1526
+ flags?: DnssecKeyFlagEnum;
1527
+ /** ID of the DNSSEC key */
1528
+ id?: number;
1529
+ /** Public key */
1530
+ publicKey?: string;
1531
+ /** Key status of the DNSSEC key */
1532
+ status?: DnssecKeyStatusEnum;
1533
+ /** Tag of the DNSSEC key */
1534
+ tag?: number;
1535
+ }
1536
+ export declare const DnssecKey: S.Schema<DnssecKey>;
1537
+ export interface GetDomainExtensionRequest {
1538
+ /** Name */
1539
+ name: string;
1540
+ }
1541
+ export declare const GetDomainExtensionRequest: S.Schema<GetDomainExtensionRequest>;
1542
+ /** A domain name extension */
1543
+ export interface DomainExtensionsExtension {
1544
+ /** The extension name */
1545
+ name?: string;
1546
+ }
1547
+ export declare const DomainExtensionsExtension: S.Schema<DomainExtensionsExtension>;
1548
+ export interface GetDomainExtensionRegistryConfigurationsRequest {
1549
+ /** Name */
1550
+ name: string;
1551
+ }
1552
+ export declare const GetDomainExtensionRegistryConfigurationsRequest: S.Schema<GetDomainExtensionRegistryConfigurationsRequest>;
1553
+ /** The registry configurations applied to the DNS of a domain name */
1554
+ export interface DomainExtensionsRegistryConfigurationsDNSRegistryConfiguration {
1555
+ /** Whether DNSSEC is supported by the registry/backend and handled by OVHcloud */
1556
+ isDNSSECSupported?: boolean;
1557
+ /** The maximum required number of DNS */
1558
+ maxNumber?: number | null;
1559
+ /** The minimum required number of DNS */
1560
+ minNumber?: number | null;
1561
+ }
1562
+ export declare const DomainExtensionsRegistryConfigurationsDNSRegistryConfiguration: S.Schema<DomainExtensionsRegistryConfigurationsDNSRegistryConfiguration>;
1563
+ /** The type of an extension (country-code TLD or generic TLD) */
1564
+ export type DomainExtensionsRegistryConfigurationsExtensionTypeEnum = "cctld" | "gtld";
1565
+ export declare const DomainExtensionsRegistryConfigurationsExtensionTypeEnum: any;
1566
+ /** The registry configurations applied to the domain name label */
1567
+ export interface DomainExtensionsRegistryConfigurationsLabelDomainRegistryConfiguration {
1568
+ /** Whether International Domain Names are supported by the registry and handled by OVHcloud */
1569
+ isIDNSupported?: boolean;
1570
+ /** The maximum length allowed for a domain name (without the extension) */
1571
+ maxLength?: number | null;
1572
+ /** The minimum length allowed for a domain name (without the extension) */
1573
+ minLength?: number | null;
1574
+ }
1575
+ export declare const DomainExtensionsRegistryConfigurationsLabelDomainRegistryConfiguration: S.Schema<DomainExtensionsRegistryConfigurationsLabelDomainRegistryConfiguration>;
1576
+ /** The registry configurations applied to a domain name */
1577
+ export interface DomainExtensionsRegistryConfigurationsDomainRegistryConfiguration {
1578
+ /** The type of an extension (cctld or gtld) */
1579
+ extension_type?: DomainExtensionsRegistryConfigurationsExtensionTypeEnum;
1580
+ /** Whether premium domains are supported by the registry and handled by OVHcloud */
1581
+ isPremiumSupported?: boolean;
1582
+ /** The registry configurations applied to the domain name label */
1583
+ label?: DomainExtensionsRegistryConfigurationsLabelDomainRegistryConfiguration;
1584
+ }
1585
+ export declare const DomainExtensionsRegistryConfigurationsDomainRegistryConfiguration: S.Schema<DomainExtensionsRegistryConfigurationsDomainRegistryConfiguration>;
1586
+ /** The number of months allowed for a domain creation */
1587
+ export type DomainExtensionsRegistryConfigurationsCreateLifecycleRegistryConfigurationAllowedPeriodsInMonthsList = Array<number>;
1588
+ export declare const DomainExtensionsRegistryConfigurationsCreateLifecycleRegistryConfigurationAllowedPeriodsInMonthsList: S.Schema<DomainExtensionsRegistryConfigurationsCreateLifecycleRegistryConfigurationAllowedPeriodsInMonthsList>;
1589
+ /** The registry configurations applied when creating a domain name */
1590
+ export interface DomainExtensionsRegistryConfigurationsCreateLifecycleRegistryConfiguration {
1591
+ /** The number of months allowed for a domain creation */
1592
+ allowedPeriodsInMonths?: DomainExtensionsRegistryConfigurationsCreateLifecycleRegistryConfigurationAllowedPeriodsInMonthsList | null;
1593
+ }
1594
+ export declare const DomainExtensionsRegistryConfigurationsCreateLifecycleRegistryConfiguration: S.Schema<DomainExtensionsRegistryConfigurationsCreateLifecycleRegistryConfiguration>;
1595
+ /** The registry configurations applied when ordering a domain name */
1596
+ export interface DomainExtensionsRegistryConfigurationsOrderLifecycleRegistryConfiguration {
1597
+ /** True if the extension can be ordered from the website */
1598
+ active?: boolean;
1599
+ /** The maximum number of months a domain can be ordered for */
1600
+ maxMonths?: number | null;
1601
+ /** The minimum number of months a domain can be ordered for */
1602
+ minMonths?: number | null;
1603
+ }
1604
+ export declare const DomainExtensionsRegistryConfigurationsOrderLifecycleRegistryConfiguration: S.Schema<DomainExtensionsRegistryConfigurationsOrderLifecycleRegistryConfiguration>;
1605
+ /** The number of months allowed for a domain renewal */
1606
+ export type DomainExtensionsRegistryConfigurationsRenewLifecycleRegistryConfigurationAllowedPeriodsInMonthsList = Array<number>;
1607
+ export declare const DomainExtensionsRegistryConfigurationsRenewLifecycleRegistryConfigurationAllowedPeriodsInMonthsList: S.Schema<DomainExtensionsRegistryConfigurationsRenewLifecycleRegistryConfigurationAllowedPeriodsInMonthsList>;
1608
+ /** The registry configurations applied when renewing a domain name */
1609
+ export interface DomainExtensionsRegistryConfigurationsRenewLifecycleRegistryConfiguration {
1610
+ /** The number of months allowed for a domain renewal */
1611
+ allowedPeriodsInMonths?: DomainExtensionsRegistryConfigurationsRenewLifecycleRegistryConfigurationAllowedPeriodsInMonthsList | null;
1612
+ /** The number of calendar days between the expiration date and the redemption period when a renew can be executed. During this period, the domain has expired and is suspended. It's the number of days before real deletion. The customer can still renew. */
1613
+ gracePeriodInDays?: number | null;
1614
+ }
1615
+ export declare const DomainExtensionsRegistryConfigurationsRenewLifecycleRegistryConfiguration: S.Schema<DomainExtensionsRegistryConfigurationsRenewLifecycleRegistryConfiguration>;
1616
+ /** The registry configurations applied when restoring a domain name */
1617
+ export interface DomainExtensionsRegistryConfigurationsRestoreLifecycleRegistryConfiguration {
1618
+ /** The number of calendar days in which the customer still can restore their domain after expiration. During this period, the domain has been deleted. The customer can still restore it until these days are over. Then the domain is returned to public, if not restored. */
1619
+ gracePeriodInDays?: number | null;
1620
+ }
1621
+ export declare const DomainExtensionsRegistryConfigurationsRestoreLifecycleRegistryConfiguration: S.Schema<DomainExtensionsRegistryConfigurationsRestoreLifecycleRegistryConfiguration>;
1622
+ /** The number of months allowed for a domain transfer */
1623
+ export type DomainExtensionsRegistryConfigurationsTransferLifecycleRegistryConfigurationAllowedPeriodsInMonthsList = Array<number>;
1624
+ export declare const DomainExtensionsRegistryConfigurationsTransferLifecycleRegistryConfigurationAllowedPeriodsInMonthsList: S.Schema<DomainExtensionsRegistryConfigurationsTransferLifecycleRegistryConfigurationAllowedPeriodsInMonthsList>;
1625
+ /** The registry configurations applied when transfering a domain name */
1626
+ export interface DomainExtensionsRegistryConfigurationsTransferLifecycleRegistryConfiguration {
1627
+ /** The number of months allowed for a domain transfer */
1628
+ allowedPeriodsInMonths?: DomainExtensionsRegistryConfigurationsTransferLifecycleRegistryConfigurationAllowedPeriodsInMonthsList | null;
1629
+ /** Whether the transfer includes a renewal of the domain name, and therefore updates its expiration date */
1630
+ includeRenew?: boolean;
1631
+ }
1632
+ export declare const DomainExtensionsRegistryConfigurationsTransferLifecycleRegistryConfiguration: S.Schema<DomainExtensionsRegistryConfigurationsTransferLifecycleRegistryConfiguration>;
1633
+ /** The registry configurations of the lifecycle of a domain name */
1634
+ export interface DomainExtensionsRegistryConfigurationsLifecycleRegistryConfiguration {
1635
+ /** The registry configurations applied when creating a domain name */
1636
+ create?: DomainExtensionsRegistryConfigurationsCreateLifecycleRegistryConfiguration;
1637
+ /** The registry configurations applied when ordering a domain name */
1638
+ order?: DomainExtensionsRegistryConfigurationsOrderLifecycleRegistryConfiguration;
1639
+ /** The registry configurations applied when renewing a domain name */
1640
+ renew?: DomainExtensionsRegistryConfigurationsRenewLifecycleRegistryConfiguration;
1641
+ /** The registry configurations applied when restoring a domain name */
1642
+ restore?: DomainExtensionsRegistryConfigurationsRestoreLifecycleRegistryConfiguration;
1643
+ /** The registry configurations applied when transfering a domain name */
1644
+ transfer?: DomainExtensionsRegistryConfigurationsTransferLifecycleRegistryConfiguration;
1645
+ }
1646
+ export declare const DomainExtensionsRegistryConfigurationsLifecycleRegistryConfiguration: S.Schema<DomainExtensionsRegistryConfigurationsLifecycleRegistryConfiguration>;
1647
+ /** The registry configurations applied to a domain extension (TLD, SLD) */
1648
+ export interface DomainExtensionsRegistryConfigurationsRegistryConfigurations {
1649
+ /** Configurations on the DNS associated to the domain for the given extension */
1650
+ dns?: DomainExtensionsRegistryConfigurationsDNSRegistryConfiguration;
1651
+ /** Configurations on the domain name itself for the given extension */
1652
+ domain?: DomainExtensionsRegistryConfigurationsDomainRegistryConfiguration;
1653
+ /** Configurations on the lifecycle of a domain for the given extension */
1654
+ lifecycle?: DomainExtensionsRegistryConfigurationsLifecycleRegistryConfiguration;
1655
+ }
1656
+ export declare const DomainExtensionsRegistryConfigurationsRegistryConfigurations: S.Schema<DomainExtensionsRegistryConfigurationsRegistryConfigurations>;
1657
+ export interface GetDomainGlueRecordRequest {
1658
+ /** Service name */
1659
+ serviceName: string;
1660
+ /** Host */
1661
+ host: string;
1662
+ }
1663
+ export declare const GetDomainGlueRecordRequest: S.Schema<GetDomainGlueRecordRequest>;
1664
+ /** IP address */
1665
+ export type DomainGlueRecordGlueRecordIpsList = Array<string>;
1666
+ export declare const DomainGlueRecordGlueRecordIpsList: S.Schema<DomainGlueRecordGlueRecordIpsList>;
1667
+ /** Glue record */
1668
+ export interface DomainGlueRecordGlueRecord {
1669
+ /** Host of the glue record */
1670
+ host?: string;
1671
+ /** IP address */
1672
+ ips: DomainGlueRecordGlueRecordIpsList;
1673
+ }
1674
+ export declare const DomainGlueRecordGlueRecord: S.Schema<DomainGlueRecordGlueRecord>;
1675
+ export interface GetDomainNameServerRequest {
1676
+ /** Service name */
1677
+ serviceName: string;
1678
+ /** Id */
1679
+ id: number;
1680
+ }
1681
+ export declare const GetDomainNameServerRequest: S.Schema<GetDomainNameServerRequest>;
1682
+ /** Full name server configuration */
1683
+ export interface DomainNameServerFullNameServer {
1684
+ /** Host of the name server */
1685
+ host?: string;
1686
+ /** ID of the name server */
1687
+ id?: number;
1688
+ /** IP address of the name server */
1689
+ ip?: string | null;
1690
+ /** isUsed flag of the name server */
1691
+ isUsed?: boolean;
1692
+ /** toDelete flag of the name server */
1693
+ toDelete?: boolean;
1694
+ }
1695
+ export declare const DomainNameServerFullNameServer: S.Schema<DomainNameServerFullNameServer>;
1696
+ export interface GetDomainNameServerStatusRequest {
1697
+ /** Service name */
1698
+ serviceName: string;
1699
+ /** Id */
1700
+ id: number;
1701
+ }
1702
+ export declare const GetDomainNameServerStatusRequest: S.Schema<GetDomainNameServerStatusRequest>;
1703
+ /** DNS server state */
1704
+ export type DomainNameServerNameServerStateEnum = "ko" | "ok";
1705
+ export declare const DomainNameServerNameServerStateEnum: any;
1706
+ /** DNS server status */
1707
+ export interface DomainNameServerNameServerStatus {
1708
+ /** Whether or not the DNS server is working */
1709
+ state?: DomainNameServerNameServerStateEnum;
1710
+ /** Whether or not the DNS server is managed by OVHcloud */
1711
+ type?: DomainNameServerNameServerTypeEnum;
1712
+ /** Date from which the DNS server is used by the domain */
1713
+ usedSince?: string | null;
1714
+ }
1715
+ export declare const DomainNameServerNameServerStatus: S.Schema<DomainNameServerNameServerStatus>;
1716
+ /** All options a domain can have */
1717
+ export type GetDomainOptionRequestOption = "dnsAnycast";
1718
+ export declare const GetDomainOptionRequestOption: any;
1719
+ export interface GetDomainOptionRequest {
1720
+ /** Service name */
1721
+ serviceName: string;
1722
+ /** Option */
1723
+ option: GetDomainOptionRequestOption | (string & {});
1724
+ }
1725
+ export declare const GetDomainOptionRequest: S.Schema<GetDomainOptionRequest>;
1726
+ /** All options a domain can have */
1727
+ export type DomainDomainOptionEnum = "dnsAnycast";
1728
+ export declare const DomainDomainOptionEnum: any;
1729
+ /** All states a domain Option can be in */
1730
+ export type DomainDomainOptionStateEnum = "released" | "subscribed";
1731
+ export declare const DomainDomainOptionStateEnum: any;
1732
+ /** Information about the options of a domain */
1733
+ export interface DomainOption {
1734
+ /** Expiration date of the option */
1735
+ expirationDate?: string;
1736
+ /** The option name */
1737
+ option?: DomainDomainOptionEnum;
1738
+ /** The state of the option */
1739
+ state?: DomainDomainOptionStateEnum;
1740
+ }
1741
+ export declare const DomainOption: S.Schema<DomainOption>;
1742
+ export interface GetDomainOptionsRequest {
1743
+ /** Service name */
1744
+ serviceName: string;
1745
+ }
1746
+ export declare const GetDomainOptionsRequest: S.Schema<GetDomainOptionsRequest>;
1747
+ /** Data of a domain option */
1748
+ export interface DomainServiceOption {
1749
+ /** Service name of the option */
1750
+ serviceName?: string;
1751
+ }
1752
+ export declare const DomainServiceOption: S.Schema<DomainServiceOption>;
1753
+ /** Representation of the domain options */
1754
+ export interface DomainServiceOptions {
1755
+ /** Hosting option */
1756
+ hosting?: DomainServiceOption | null;
1757
+ /** Offer option (Diamond, Platinum) */
1758
+ offer?: DomainServiceOption | null;
1759
+ /** DNS zone option */
1760
+ zone?: DomainServiceOption | null;
1761
+ }
1762
+ export declare const DomainServiceOptions: S.Schema<DomainServiceOptions>;
1763
+ /** Resource tag filter */
1764
+ export interface IamResourceTagFilterInput {
1765
+ }
1766
+ export declare const IamResourceTagFilterInput: S.Schema<IamResourceTagFilterInput>;
1767
+ export type GetDomainsRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
1768
+ export declare const GetDomainsRequestIamTagsValueList: S.Schema<GetDomainsRequestIamTagsValueList>;
1769
+ export type GetDomainsRequestIamTagsMap = {
1770
+ [key: string]: GetDomainsRequestIamTagsValueList | undefined;
1771
+ };
1772
+ export declare const GetDomainsRequestIamTagsMap: S.Schema<GetDomainsRequestIamTagsMap>;
1773
+ export interface GetDomainsRequest {
1774
+ /** Filter resources on IAM tags */
1775
+ iamTags?: GetDomainsRequestIamTagsMap;
1776
+ /** Filter domain names by owner ID */
1777
+ whoisOwner?: string;
1778
+ }
1779
+ export declare const GetDomainsRequest: S.Schema<GetDomainsRequest>;
1780
+ export type GetDomainsResponseBodyList = Array<string>;
1781
+ export declare const GetDomainsResponseBodyList: S.Schema<GetDomainsResponseBodyList>;
1782
+ export type GetDomainsResponse = GetDomainsResponseBodyList;
1783
+ export declare const GetDomainsResponse: S.Schema<GetDomainsResponse>;
1784
+ export interface GetDomainServiceInfosRequest {
1785
+ /** Service name */
1786
+ serviceName: string;
1787
+ }
1788
+ export declare const GetDomainServiceInfosRequest: S.Schema<GetDomainServiceInfosRequest>;
1789
+ /** All the possible renew period of your service in month */
1790
+ export type ServicesServicePossibleRenewPeriodList = Array<number>;
1791
+ export declare const ServicesServicePossibleRenewPeriodList: S.Schema<ServicesServicePossibleRenewPeriodList>;
1792
+ /** Map a possible renew for a specific service */
1793
+ export interface ServiceRenewType {
1794
+ /** The service is automatically renewed */
1795
+ automatic?: boolean;
1796
+ /** The service will be deleted at expiration */
1797
+ deleteAtExpiration?: boolean;
1798
+ /** The service forced to be renewed */
1799
+ forced?: boolean;
1800
+ /** The service needs to be manually renewed and paid */
1801
+ manualPayment?: boolean | null;
1802
+ /** period of renew in month */
1803
+ period?: number | null;
1804
+ }
1805
+ export declare const ServiceRenewType: S.Schema<ServiceRenewType>;
1806
+ /** Detailed renewal type of a service */
1807
+ export type ServiceRenewalTypeEnum = "automaticForcedProduct" | "automaticV2012" | "automaticV2014" | "automaticV2016" | "manual" | "oneShot" | "option";
1808
+ export declare const ServiceRenewalTypeEnum: any;
1809
+ /** service.StateEnum */
1810
+ export type ServiceStateEnum = "autorenewInProgress" | "expired" | "inCreation" | "ok" | "pendingDebt" | "unPaid";
1811
+ export declare const ServiceStateEnum: any;
1812
+ /** Details about a Service */
1813
+ export interface ServicesService {
1814
+ /** Indicates that the service can be set up to be deleted at expiration */
1815
+ canDeleteAtExpiration?: boolean;
1816
+ contactAdmin?: string;
1817
+ contactBilling?: string;
1818
+ contactTech?: string;
1819
+ creation?: string;
1820
+ domain?: string;
1821
+ engagedUpTo?: string | null;
1822
+ expiration?: string;
1823
+ /** All the possible renew period of your service in month */
1824
+ possibleRenewPeriod?: ServicesServicePossibleRenewPeriodList | null;
1825
+ /** Way of handling the renew */
1826
+ renew?: ServiceRenewType | null;
1827
+ renewalType?: ServiceRenewalTypeEnum;
1828
+ serviceId?: number;
1829
+ status?: ServiceStateEnum;
1830
+ }
1831
+ export declare const ServicesService: S.Schema<ServicesService>;
1832
+ export interface GetDomainTaskRequest {
1833
+ /** Service name */
1834
+ serviceName: string;
1835
+ /** Id */
1836
+ id: number;
1837
+ }
1838
+ export declare const GetDomainTaskRequest: S.Schema<GetDomainTaskRequest>;
1839
+ export interface GetDomainZoneCapabilitiesRequest {
1840
+ /** Zone name */
1841
+ zoneName: string;
1842
+ }
1843
+ export declare const GetDomainZoneCapabilitiesRequest: S.Schema<GetDomainZoneCapabilitiesRequest>;
1844
+ /** DNS zone capabilities */
1845
+ export interface DomainZoneCapabilities {
1846
+ /** True if dynHost available for this zone */
1847
+ dynHost?: boolean;
1848
+ }
1849
+ export declare const DomainZoneCapabilities: S.Schema<DomainZoneCapabilities>;
1850
+ export interface GetDomainZoneExportRequest {
1851
+ /** Zone name */
1852
+ zoneName: string;
1853
+ }
1854
+ export declare const GetDomainZoneExportRequest: S.Schema<GetDomainZoneExportRequest>;
1855
+ export type GetDomainZoneExportResponse = string;
1856
+ export declare const GetDomainZoneExportResponse: S.Schema<GetDomainZoneExportResponse>;
1857
+ export interface GetDomainZoneHistoryRequest {
1858
+ /** Zone name */
1859
+ zoneName: string;
1860
+ /** Creation date */
1861
+ creationDate: string;
1862
+ }
1863
+ export declare const GetDomainZoneHistoryRequest: S.Schema<GetDomainZoneHistoryRequest>;
1864
+ /** DNS zone history */
1865
+ export interface DomainZoneZoneRestorePoint {
1866
+ /** The date of backup creation */
1867
+ creationDate?: string;
1868
+ /** The URL of the saved zone at this date */
1869
+ zoneFileUrl?: string;
1870
+ }
1871
+ export declare const DomainZoneZoneRestorePoint: S.Schema<DomainZoneZoneRestorePoint>;
1872
+ export interface GetDomainZoneOptionRequest {
1873
+ /** Zone name */
1874
+ zoneName: string;
1875
+ /** Name */
1876
+ name: string;
1877
+ }
1878
+ export declare const GetDomainZoneOptionRequest: S.Schema<GetDomainZoneOptionRequest>;
1879
+ /** DNS zone option */
1880
+ export interface DomainZoneOption {
1881
+ /** The option name */
1882
+ name?: string;
1883
+ }
1884
+ export declare const DomainZoneOption: S.Schema<DomainZoneOption>;
1885
+ export interface GetDomainZoneOptionServiceInfosRequest {
1886
+ /** The internal name of your zone */
1887
+ zoneName: string;
1888
+ /** The option name */
1889
+ name: string;
1890
+ }
1891
+ export declare const GetDomainZoneOptionServiceInfosRequest: S.Schema<GetDomainZoneOptionServiceInfosRequest>;
1892
+ export interface GetDomainZoneServiceInfosRequest {
1893
+ /** Zone name */
1894
+ zoneName: string;
1895
+ }
1896
+ export declare const GetDomainZoneServiceInfosRequest: S.Schema<GetDomainZoneServiceInfosRequest>;
1897
+ export interface GetDomainZoneSoaRequest {
1898
+ /** Zone name */
1899
+ zoneName: string;
1900
+ }
1901
+ export declare const GetDomainZoneSoaRequest: S.Schema<GetDomainZoneSoaRequest>;
1902
+ /** DNS zone SOA */
1903
+ export interface DomainZoneSoa {
1904
+ /** Email address of the DNS Administrator */
1905
+ email?: string;
1906
+ /** When a zone transfer fails, a countdown clock begins. When the number of seconds set in the expire field elapses, the nameserver stops answering for that zone file */
1907
+ expire?: number;
1908
+ /** Non-Existent Domain TTL, if the name server returns a negative response, the remote server should wait the number of seconds set in the nxDomainTtl field before trying again */
1909
+ nxDomainTtl?: number;
1910
+ /** The refresh value determines the interval in seconds between successful zone transfers of the entire zone file from a nameserver to another. */
1911
+ refresh?: number;
1912
+ /** The serial number is used to indicate which copy of the zone file is the most current. When editing zone files, you must increment the serial number */
1913
+ serial?: number;
1914
+ /** Primary authoritative server */
1915
+ server?: string;
1916
+ /** Time To Live in seconds */
1917
+ ttl?: number;
1918
+ }
1919
+ export declare const DomainZoneSoa: S.Schema<DomainZoneSoa>;
1920
+ export interface GetDomainZoneTaskRequest {
1921
+ /** Zone name */
1922
+ zoneName: string;
1923
+ /** Id */
1924
+ id: number;
1925
+ }
1926
+ export declare const GetDomainZoneTaskRequest: S.Schema<GetDomainZoneTaskRequest>;
1927
+ /** All functions from a dns task */
1928
+ export type DomainTaskFunctionEnum = "DnsAnycastActivate" | "DnsAnycastDeactivate" | "DnssecDisable" | "DnssecEnable" | "DnssecResigning" | "DnssecRollKsk" | "DnssecRollZsk" | "ZoneCheck" | "ZoneCreate" | "ZoneCut" | "ZoneDelete" | "ZoneImport" | "ZoneRefresh" | "ZoneRestore";
1929
+ export declare const DomainTaskFunctionEnum: any;
1930
+ /** All statuses from a dns task */
1931
+ export type DomainTaskStatusEnum = "cancelled" | "doing" | "done" | "error" | "problem" | "todo";
1932
+ export declare const DomainTaskStatusEnum: any;
1933
+ /** DNS zone task */
1934
+ export interface DomainZoneTask {
1935
+ /** Can accelerate the task */
1936
+ canAccelerate?: boolean;
1937
+ /** Can cancel the task */
1938
+ canCancel?: boolean;
1939
+ /** Can relaunch the task */
1940
+ canRelaunch?: boolean;
1941
+ /** Comment about the task */
1942
+ comment?: string | null;
1943
+ /** Creation date of the task */
1944
+ creationDate?: string;
1945
+ /** Done date of the task */
1946
+ doneDate?: string | null;
1947
+ /** Function of the task */
1948
+ function?: DomainTaskFunctionEnum;
1949
+ /** Id of the task */
1950
+ id?: number;
1951
+ /** Last update date of the task */
1952
+ lastUpdate?: string | null;
1953
+ /** Status of the task */
1954
+ status?: DomainTaskStatusEnum;
1955
+ /** Todo date of the task */
1956
+ todoDate?: string;
1957
+ }
1958
+ export declare const DomainZoneTask: S.Schema<DomainZoneTask>;
1959
+ export interface GetDynHostLoginRequest {
1960
+ /** Zone name */
1961
+ zoneName: string;
1962
+ /** Login */
1963
+ login: string;
1964
+ }
1965
+ export declare const GetDynHostLoginRequest: S.Schema<GetDynHostLoginRequest>;
1966
+ export interface GetDynHostLoginsRequest {
1967
+ /** Zone name */
1968
+ zoneName: string;
1969
+ /** Filter the value of login property (ilike) */
1970
+ login?: string;
1971
+ /** Filter the value of subDomain property (ilike) */
1972
+ subDomain?: string;
1973
+ }
1974
+ export declare const GetDynHostLoginsRequest: S.Schema<GetDynHostLoginsRequest>;
1975
+ export type GetDynHostLoginsResponseBodyList = Array<string>;
1976
+ export declare const GetDynHostLoginsResponseBodyList: S.Schema<GetDynHostLoginsResponseBodyList>;
1977
+ export type GetDynHostLoginsResponse = GetDynHostLoginsResponseBodyList;
1978
+ export declare const GetDynHostLoginsResponse: S.Schema<GetDynHostLoginsResponse>;
1979
+ export interface GetDynHostRecordRequest {
1980
+ /** Zone name */
1981
+ zoneName: string;
1982
+ /** Id */
1983
+ id: number;
1984
+ }
1985
+ export declare const GetDynHostRecordRequest: S.Schema<GetDynHostRecordRequest>;
1986
+ export interface GetDynHostRecordsRequest {
1987
+ /** Zone name */
1988
+ zoneName: string;
1989
+ /** Filter the value of subDomain property (ilike) */
1990
+ subDomain?: string;
1991
+ }
1992
+ export declare const GetDynHostRecordsRequest: S.Schema<GetDynHostRecordsRequest>;
1993
+ export type GetDynHostRecordsResponseBodyList = Array<number>;
1994
+ export declare const GetDynHostRecordsResponseBodyList: S.Schema<GetDynHostRecordsResponseBodyList>;
1995
+ export type GetDynHostRecordsResponse = GetDynHostRecordsResponseBodyList;
1996
+ export declare const GetDynHostRecordsResponse: S.Schema<GetDynHostRecordsResponse>;
1997
+ export interface GetRecordRequest {
1998
+ /** Zone name */
1999
+ zoneName: string;
2000
+ /** Id */
2001
+ id: number;
2002
+ }
2003
+ export declare const GetRecordRequest: S.Schema<GetRecordRequest>;
2004
+ export interface GetRecordsRequest {
2005
+ /** Zone name */
2006
+ zoneName: string;
2007
+ /** Filter the value of fieldType property (like) */
2008
+ fieldType?: DomainZoneRecordTypeEnum | (string & {});
2009
+ /** Filter the value of subDomain property (ilike) */
2010
+ subDomain?: string;
2011
+ }
2012
+ export declare const GetRecordsRequest: S.Schema<GetRecordsRequest>;
2013
+ export type GetRecordsResponseBodyList = Array<number>;
2014
+ export declare const GetRecordsResponseBodyList: S.Schema<GetRecordsResponseBodyList>;
2015
+ export type GetRecordsResponse = GetRecordsResponseBodyList;
2016
+ export declare const GetRecordsResponse: S.Schema<GetRecordsResponse>;
2017
+ export interface GetRedirectionRequest {
2018
+ /** Zone name */
2019
+ zoneName: string;
2020
+ /** Id */
2021
+ id: number;
2022
+ }
2023
+ export declare const GetRedirectionRequest: S.Schema<GetRedirectionRequest>;
2024
+ export interface GetRedirectionsRequest {
2025
+ /** Zone name */
2026
+ zoneName: string;
2027
+ /** Filter the value of subDomain property */
2028
+ subDomain?: string;
2029
+ }
2030
+ export declare const GetRedirectionsRequest: S.Schema<GetRedirectionsRequest>;
2031
+ export type GetRedirectionsResponseBodyList = Array<number>;
2032
+ export declare const GetRedirectionsResponseBodyList: S.Schema<GetRedirectionsResponseBodyList>;
2033
+ export type GetRedirectionsResponse = GetRedirectionsResponseBodyList;
2034
+ export declare const GetRedirectionsResponse: S.Schema<GetRedirectionsResponse>;
2035
+ export interface GetZoneRequest {
2036
+ /** Zone name */
2037
+ zoneName: string;
2038
+ }
2039
+ export declare const GetZoneRequest: S.Schema<GetZoneRequest>;
2040
+ /** Name servers that host the DNS zone */
2041
+ export type DomainZoneWithIAMNameServersList = Array<string>;
2042
+ export declare const DomainZoneWithIAMNameServersList: S.Schema<DomainZoneWithIAMNameServersList>;
2043
+ /** DNS zone */
2044
+ export interface DomainZoneWithIAM {
2045
+ /** Is DNSSEC activated for this zone */
2046
+ dnssecActivated?: boolean;
2047
+ /** Is DNSSEC supported by this zone */
2048
+ dnssecSupported?: boolean;
2049
+ /** Whether the DNS zone has a DNS Anycast subscription */
2050
+ hasDnsAnycast?: boolean;
2051
+ /** IAM resource metadata */
2052
+ iam?: IamResourceMetadata | null;
2053
+ /** Last update date of the DNS zone */
2054
+ lastUpdate?: string | null;
2055
+ /** Zone name */
2056
+ name?: string;
2057
+ /** Name servers that host the DNS zone */
2058
+ nameServers?: DomainZoneWithIAMNameServersList;
2059
+ }
2060
+ export declare const DomainZoneWithIAM: S.Schema<DomainZoneWithIAM>;
2061
+ export type GetZonesRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
2062
+ export declare const GetZonesRequestIamTagsValueList: S.Schema<GetZonesRequestIamTagsValueList>;
2063
+ export type GetZonesRequestIamTagsMap = {
2064
+ [key: string]: GetZonesRequestIamTagsValueList | undefined;
2065
+ };
2066
+ export declare const GetZonesRequestIamTagsMap: S.Schema<GetZonesRequestIamTagsMap>;
2067
+ export interface GetZonesRequest {
2068
+ /** Filter resources on IAM tags */
2069
+ iamTags?: GetZonesRequestIamTagsMap;
2070
+ }
2071
+ export declare const GetZonesRequest: S.Schema<GetZonesRequest>;
2072
+ export type GetZonesResponseBodyList = Array<string>;
2073
+ export declare const GetZonesResponseBodyList: S.Schema<GetZonesResponseBodyList>;
2074
+ export type GetZonesResponse = GetZonesResponseBodyList;
2075
+ export declare const GetZonesResponse: S.Schema<GetZonesResponse>;
2076
+ export interface ImportDomainZoneRequest {
2077
+ /** Zone name */
2078
+ zoneName: string;
2079
+ /** Zone file that will be imported */
2080
+ zoneFile: string;
2081
+ }
2082
+ export declare const ImportDomainZoneRequest: S.Schema<ImportDomainZoneRequest>;
2083
+ export interface ListDomainConfigurationObfuscatedEmailsRequest {
2084
+ /** Service name */
2085
+ serviceName: string;
2086
+ }
2087
+ export declare const ListDomainConfigurationObfuscatedEmailsRequest: S.Schema<ListDomainConfigurationObfuscatedEmailsRequest>;
2088
+ /** The possible statuses of an email obfuscation */
2089
+ export type DomainConfigurationsObfuscationStatusEnum = "done" | "todo";
2090
+ export declare const DomainConfigurationsObfuscationStatusEnum: any;
2091
+ /** The possible types of contacts associated to a domain name */
2092
+ export type DomainConfigurationsContactTypeEnum = "admin" | "all" | "billing" | "owner" | "tech";
2093
+ export declare const DomainConfigurationsContactTypeEnum: any;
2094
+ /** Configuration of the email obfuscations for contacts related to a domain name */
2095
+ export interface DomainConfigurationsObfuscatedEmail {
2096
+ /** Status of the email obfuscation */
2097
+ status?: DomainConfigurationsObfuscationStatusEnum | null;
2098
+ /** Type of the contact whose email is obfuscated by this configuration */
2099
+ type?: DomainConfigurationsContactTypeEnum;
2100
+ /** Obfuscated email address */
2101
+ value?: string;
2102
+ }
2103
+ export declare const DomainConfigurationsObfuscatedEmail: S.Schema<DomainConfigurationsObfuscatedEmail>;
2104
+ export type ListDomainConfigurationObfuscatedEmailsResponseBodyList = Array<DomainConfigurationsObfuscatedEmail>;
2105
+ export declare const ListDomainConfigurationObfuscatedEmailsResponseBodyList: S.Schema<ListDomainConfigurationObfuscatedEmailsResponseBodyList>;
2106
+ export type ListDomainConfigurationObfuscatedEmailsResponse = ListDomainConfigurationObfuscatedEmailsResponseBodyList;
2107
+ export declare const ListDomainConfigurationObfuscatedEmailsResponse: S.Schema<ListDomainConfigurationObfuscatedEmailsResponse>;
2108
+ export interface ListDomainConfigurationOptinRequest {
2109
+ /** Service name */
2110
+ serviceName: string;
2111
+ }
2112
+ export declare const ListDomainConfigurationOptinRequest: S.Schema<ListDomainConfigurationOptinRequest>;
2113
+ /** Whois optin fields */
2114
+ export type DomainOptinFieldsEnum = "address" | "city" | "country" | "email" | "fax" | "name" | "organisation" | "phone" | "province" | "zip";
2115
+ export declare const DomainOptinFieldsEnum: any;
2116
+ /** Fields to display publicly on the Whois */
2117
+ export type DomainConfigurationsOptinFieldsList = Array<DomainOptinFieldsEnum | (string & {})>;
2118
+ export declare const DomainConfigurationsOptinFieldsList: S.Schema<DomainConfigurationsOptinFieldsList>;
2119
+ /** Configuration of the optin fields for contacts related to a domain name */
2120
+ export interface DomainConfigurationsOptin {
2121
+ /** Fields to display publicly on the Whois */
2122
+ fields?: DomainConfigurationsOptinFieldsList;
2123
+ /** Type of the contact associated to the optin configuration */
2124
+ type?: DomainConfigurationsContactTypeEnum | (string & {});
2125
+ }
2126
+ export declare const DomainConfigurationsOptin: S.Schema<DomainConfigurationsOptin>;
2127
+ export type ListDomainConfigurationOptinResponseBodyList = Array<DomainConfigurationsOptin>;
2128
+ export declare const ListDomainConfigurationOptinResponseBodyList: S.Schema<ListDomainConfigurationOptinResponseBodyList>;
2129
+ export type ListDomainConfigurationOptinResponse = ListDomainConfigurationOptinResponseBodyList;
2130
+ export declare const ListDomainConfigurationOptinResponse: S.Schema<ListDomainConfigurationOptinResponse>;
2131
+ export interface ListDomainDataSmdRequest {
2132
+ }
2133
+ export declare const ListDomainDataSmdRequest: S.Schema<ListDomainDataSmdRequest>;
2134
+ export type ListDomainDataSmdResponseBodyList = Array<DomainDataSmdSmd>;
2135
+ export declare const ListDomainDataSmdResponseBodyList: S.Schema<ListDomainDataSmdResponseBodyList>;
2136
+ export type ListDomainDataSmdResponse = ListDomainDataSmdResponseBodyList;
2137
+ export declare const ListDomainDataSmdResponse: S.Schema<ListDomainDataSmdResponse>;
2138
+ export interface ListDomainDsRecordRequest {
2139
+ /** Service name */
2140
+ serviceName: string;
2141
+ /** Filter the value of flags property (=) */
2142
+ flags?: DnssecKeyFlagEnum | (number & {});
2143
+ /** Filter the value of status property (=) */
2144
+ status?: DnssecKeyStatusEnum | (string & {});
2145
+ }
2146
+ export declare const ListDomainDsRecordRequest: S.Schema<ListDomainDsRecordRequest>;
2147
+ export type ListDomainDsRecordResponseBodyList = Array<number>;
2148
+ export declare const ListDomainDsRecordResponseBodyList: S.Schema<ListDomainDsRecordResponseBodyList>;
2149
+ export type ListDomainDsRecordResponse = ListDomainDsRecordResponseBodyList;
2150
+ export declare const ListDomainDsRecordResponse: S.Schema<ListDomainDsRecordResponse>;
2151
+ /** Type of extension category */
2152
+ export type DomainExtensionsCategoryTypeEnum = "geolocalization" | "thematic";
2153
+ export declare const DomainExtensionsCategoryTypeEnum: any;
2154
+ export type ListDomainExtensionByCategoryRequestCategoryTypeList = Array<DomainExtensionsCategoryTypeEnum | (string & {})>;
2155
+ export declare const ListDomainExtensionByCategoryRequestCategoryTypeList: S.Schema<ListDomainExtensionByCategoryRequestCategoryTypeList>;
2156
+ export interface ListDomainExtensionByCategoryRequest {
2157
+ /** Filter by category types */
2158
+ categoryType?: ListDomainExtensionByCategoryRequestCategoryTypeList;
2159
+ }
2160
+ export declare const ListDomainExtensionByCategoryRequest: S.Schema<ListDomainExtensionByCategoryRequest>;
2161
+ /** List of extensions */
2162
+ export type DomainExtensionsCategoryNameWithExtensionsExtensionsList = Array<string>;
2163
+ export declare const DomainExtensionsCategoryNameWithExtensionsExtensionsList: S.Schema<DomainExtensionsCategoryNameWithExtensionsExtensionsList>;
2164
+ /** Result of extensions by category request */
2165
+ export interface DomainExtensionsCategoryNameWithExtensions {
2166
+ /** List of extensions */
2167
+ extensions?: DomainExtensionsCategoryNameWithExtensionsExtensionsList;
2168
+ /** Name of the category */
2169
+ name?: string;
2170
+ }
2171
+ export declare const DomainExtensionsCategoryNameWithExtensions: S.Schema<DomainExtensionsCategoryNameWithExtensions>;
2172
+ /** Geolocalizations groups extensions by geographical place, like 'europe' */
2173
+ export type DomainExtensionsExtensionsByCategoryGeolocalizationList = Array<DomainExtensionsCategoryNameWithExtensions>;
2174
+ export declare const DomainExtensionsExtensionsByCategoryGeolocalizationList: S.Schema<DomainExtensionsExtensionsByCategoryGeolocalizationList>;
2175
+ /** Thematics groups extensions by a thematic like 'gastronomy' for '.pizza' */
2176
+ export type DomainExtensionsExtensionsByCategoryThematicList = Array<DomainExtensionsCategoryNameWithExtensions>;
2177
+ export declare const DomainExtensionsExtensionsByCategoryThematicList: S.Schema<DomainExtensionsExtensionsByCategoryThematicList>;
2178
+ /** Result of extensions by category request */
2179
+ export interface DomainExtensionsExtensionsByCategory {
2180
+ /** Geolocalizations groups extensions by geographical place, like 'europe' */
2181
+ geolocalization?: DomainExtensionsExtensionsByCategoryGeolocalizationList | null;
2182
+ /** Thematics groups extensions by a thematic like 'gastronomy' for '.pizza' */
2183
+ thematic?: DomainExtensionsExtensionsByCategoryThematicList | null;
2184
+ }
2185
+ export declare const DomainExtensionsExtensionsByCategory: S.Schema<DomainExtensionsExtensionsByCategory>;
2186
+ /** OVH subsidiaries */
2187
+ export type NichandleOvhSubsidiaryEnum = "CZ" | "DE" | "ES" | "EU" | "FI" | "FR" | "GB" | "IE" | "IT" | "LT" | "MA" | "NL" | "PL" | "PT" | "SN" | "TN";
2188
+ export declare const NichandleOvhSubsidiaryEnum: any;
2189
+ export interface ListDomainExtensionHighlightedRequest {
2190
+ /** OVHcloud subsidiary targeted. Highlighted extensions are different from one subsidiary to another. Default to FR. */
2191
+ ovhSubsidiary?: NichandleOvhSubsidiaryEnum | (string & {});
2192
+ }
2193
+ export declare const ListDomainExtensionHighlightedRequest: S.Schema<ListDomainExtensionHighlightedRequest>;
2194
+ export type ListDomainExtensionHighlightedResponseBodyList = Array<string>;
2195
+ export declare const ListDomainExtensionHighlightedResponseBodyList: S.Schema<ListDomainExtensionHighlightedResponseBodyList>;
2196
+ export type ListDomainExtensionHighlightedResponse = ListDomainExtensionHighlightedResponseBodyList;
2197
+ export declare const ListDomainExtensionHighlightedResponse: S.Schema<ListDomainExtensionHighlightedResponse>;
2198
+ export interface ListDomainExtensionPricingAttributesRequest {
2199
+ /** OVHcloud subsidiary targeted. Attributes may be different from one subsidiary to another. Default to FR. */
2200
+ ovhSubsidiary?: NichandleOvhSubsidiaryEnum | (string & {});
2201
+ }
2202
+ export declare const ListDomainExtensionPricingAttributesRequest: S.Schema<ListDomainExtensionPricingAttributesRequest>;
2203
+ /** Result of getting pricing attributes of an extension */
2204
+ export interface DomainExtensionsExtensionsPricingAttributes {
2205
+ /** Parameter is true when the extension has been created recently and we want to highlight this fact */
2206
+ brandNew?: boolean;
2207
+ /** Extension name, like 'com' or 'co.uk' */
2208
+ name?: string;
2209
+ /** Parameter is true when the extension price has dropped recently and we want to highlight this fact */
2210
+ priceDrop?: boolean;
2211
+ }
2212
+ export declare const DomainExtensionsExtensionsPricingAttributes: S.Schema<DomainExtensionsExtensionsPricingAttributes>;
2213
+ export type ListDomainExtensionPricingAttributesResponseBodyList = Array<DomainExtensionsExtensionsPricingAttributes>;
2214
+ export declare const ListDomainExtensionPricingAttributesResponseBodyList: S.Schema<ListDomainExtensionPricingAttributesResponseBodyList>;
2215
+ export type ListDomainExtensionPricingAttributesResponse = ListDomainExtensionPricingAttributesResponseBodyList;
2216
+ export declare const ListDomainExtensionPricingAttributesResponse: S.Schema<ListDomainExtensionPricingAttributesResponse>;
2217
+ /** Type used to change the order of extensions results */
2218
+ export type DomainExtensionsOrderByTypeEnum = "alphabetical" | "trending";
2219
+ export declare const DomainExtensionsOrderByTypeEnum: any;
2220
+ export interface ListDomainExtensionsRequest {
2221
+ /** Filter only extensions related to this list of geolocalization places (comma separated). Default to empty. */
2222
+ geolocalizations?: string;
2223
+ /** Order results by name (alphabetical) or trending importance (trending). Default to alphabetical. */
2224
+ orderBy?: DomainExtensionsOrderByTypeEnum | (string & {});
2225
+ /** OVHcloud subsidiary targeted. Useful only when orderBy is equal to trending. Default to FR. */
2226
+ ovhSubsidiary?: NichandleOvhSubsidiaryEnum | (string & {});
2227
+ /** Filter only extensions related to this list of thematics (comma separated). Default to empty. */
2228
+ thematics?: string;
2229
+ }
2230
+ export declare const ListDomainExtensionsRequest: S.Schema<ListDomainExtensionsRequest>;
2231
+ export type ListDomainExtensionsResponseBodyList = Array<string>;
2232
+ export declare const ListDomainExtensionsResponseBodyList: S.Schema<ListDomainExtensionsResponseBodyList>;
2233
+ export type ListDomainExtensionsResponse = ListDomainExtensionsResponseBodyList;
2234
+ export declare const ListDomainExtensionsResponse: S.Schema<ListDomainExtensionsResponse>;
2235
+ export interface ListDomainGlueRecordRequest {
2236
+ /** Service name */
2237
+ serviceName: string;
2238
+ /** Filter the value of host property */
2239
+ host?: string;
2240
+ }
2241
+ export declare const ListDomainGlueRecordRequest: S.Schema<ListDomainGlueRecordRequest>;
2242
+ export type ListDomainGlueRecordResponseBodyList = Array<string>;
2243
+ export declare const ListDomainGlueRecordResponseBodyList: S.Schema<ListDomainGlueRecordResponseBodyList>;
2244
+ export type ListDomainGlueRecordResponse = ListDomainGlueRecordResponseBodyList;
2245
+ export declare const ListDomainGlueRecordResponse: S.Schema<ListDomainGlueRecordResponse>;
2246
+ export interface ListDomainNameServerRequest {
2247
+ /** Service name */
2248
+ serviceName: string;
2249
+ }
2250
+ export declare const ListDomainNameServerRequest: S.Schema<ListDomainNameServerRequest>;
2251
+ export type ListDomainNameServerResponseBodyList = Array<number>;
2252
+ export declare const ListDomainNameServerResponseBodyList: S.Schema<ListDomainNameServerResponseBodyList>;
2253
+ export type ListDomainNameServerResponse = ListDomainNameServerResponseBodyList;
2254
+ export declare const ListDomainNameServerResponse: S.Schema<ListDomainNameServerResponse>;
2255
+ export interface ListDomainOptionRequest {
2256
+ /** Service name */
2257
+ serviceName: string;
2258
+ }
2259
+ export declare const ListDomainOptionRequest: S.Schema<ListDomainOptionRequest>;
2260
+ export type ListDomainOptionResponseBodyList = Array<DomainDomainOptionEnum>;
2261
+ export declare const ListDomainOptionResponseBodyList: S.Schema<ListDomainOptionResponseBodyList>;
2262
+ export type ListDomainOptionResponse = ListDomainOptionResponseBodyList;
2263
+ export declare const ListDomainOptionResponse: S.Schema<ListDomainOptionResponse>;
2264
+ export interface ListDomainRuleEmailsObfuscationRequest {
2265
+ /** Service name */
2266
+ serviceName: string;
2267
+ }
2268
+ export declare const ListDomainRuleEmailsObfuscationRequest: S.Schema<ListDomainRuleEmailsObfuscationRequest>;
2269
+ export type ListDomainRuleEmailsObfuscationResponseBodyList = Array<DomainConfigurationsContactTypeEnum>;
2270
+ export declare const ListDomainRuleEmailsObfuscationResponseBodyList: S.Schema<ListDomainRuleEmailsObfuscationResponseBodyList>;
2271
+ export type ListDomainRuleEmailsObfuscationResponse = ListDomainRuleEmailsObfuscationResponseBodyList;
2272
+ export declare const ListDomainRuleEmailsObfuscationResponse: S.Schema<ListDomainRuleEmailsObfuscationResponse>;
2273
+ export interface ListDomainRuleOptinRequest {
2274
+ /** Service name */
2275
+ serviceName: string;
2276
+ }
2277
+ export declare const ListDomainRuleOptinRequest: S.Schema<ListDomainRuleOptinRequest>;
2278
+ /** Fields to display publicly on the Whois */
2279
+ export type DomainRulesOptinFieldsList = Array<DomainOptinFieldsEnum>;
2280
+ export declare const DomainRulesOptinFieldsList: S.Schema<DomainRulesOptinFieldsList>;
2281
+ /** Representation of the optin rule */
2282
+ export interface DomainRulesOptin {
2283
+ /** Fields to display publicly on the Whois */
2284
+ fields?: DomainRulesOptinFieldsList;
2285
+ /** Type of the contact associated to the optin rule */
2286
+ type?: DomainConfigurationsContactTypeEnum;
2287
+ }
2288
+ export declare const DomainRulesOptin: S.Schema<DomainRulesOptin>;
2289
+ export type ListDomainRuleOptinResponseBodyList = Array<DomainRulesOptin>;
2290
+ export declare const ListDomainRuleOptinResponseBodyList: S.Schema<ListDomainRuleOptinResponseBodyList>;
2291
+ export type ListDomainRuleOptinResponse = ListDomainRuleOptinResponseBodyList;
2292
+ export declare const ListDomainRuleOptinResponse: S.Schema<ListDomainRuleOptinResponse>;
2293
+ export interface ListDomainTaskRequest {
2294
+ /** Service name */
2295
+ serviceName: string;
2296
+ /** Filter the value of function property (like) */
2297
+ function?: string;
2298
+ /** Filter the value of status property (=) */
2299
+ status?: DomainOperationStatusEnum | (string & {});
2300
+ /** Filter the value of type property (=) */
2301
+ type?: DomainOperationTypeEnum | (string & {});
2302
+ }
2303
+ export declare const ListDomainTaskRequest: S.Schema<ListDomainTaskRequest>;
2304
+ export type ListDomainTaskResponseBodyList = Array<number>;
2305
+ export declare const ListDomainTaskResponseBodyList: S.Schema<ListDomainTaskResponseBodyList>;
2306
+ export type ListDomainTaskResponse = ListDomainTaskResponseBodyList;
2307
+ export declare const ListDomainTaskResponse: S.Schema<ListDomainTaskResponse>;
2308
+ export interface ListDomainUkRegistrarsRequest {
2309
+ /** Service name */
2310
+ serviceName: string;
2311
+ }
2312
+ export declare const ListDomainUkRegistrarsRequest: S.Schema<ListDomainUkRegistrarsRequest>;
2313
+ /** Representation of a UK Registrar (used for outgoing transfer) */
2314
+ export interface DomainUkRegistrar {
2315
+ /** Registrar name */
2316
+ name?: string;
2317
+ /** Registrar tag */
2318
+ tag: string;
2319
+ }
2320
+ export declare const DomainUkRegistrar: S.Schema<DomainUkRegistrar>;
2321
+ export type ListDomainUkRegistrarsResponseBodyList = Array<DomainUkRegistrar>;
2322
+ export declare const ListDomainUkRegistrarsResponseBodyList: S.Schema<ListDomainUkRegistrarsResponseBodyList>;
2323
+ export type ListDomainUkRegistrarsResponse = ListDomainUkRegistrarsResponseBodyList;
2324
+ export declare const ListDomainUkRegistrarsResponse: S.Schema<ListDomainUkRegistrarsResponse>;
2325
+ export interface ListDomainZoneHistoryRequest {
2326
+ /** Zone name */
2327
+ zoneName: string;
2328
+ /** Filter using the value of creationDate property (>=) */
2329
+ creationDate_from?: string;
2330
+ /** Filter using the value of creationDate property (<=) */
2331
+ creationDate_to?: string;
2332
+ }
2333
+ export declare const ListDomainZoneHistoryRequest: S.Schema<ListDomainZoneHistoryRequest>;
2334
+ export type ListDomainZoneHistoryResponseBodyList = Array<string>;
2335
+ export declare const ListDomainZoneHistoryResponseBodyList: S.Schema<ListDomainZoneHistoryResponseBodyList>;
2336
+ export type ListDomainZoneHistoryResponse = ListDomainZoneHistoryResponseBodyList;
2337
+ export declare const ListDomainZoneHistoryResponse: S.Schema<ListDomainZoneHistoryResponse>;
2338
+ export interface ListDomainZoneOptionRequest {
2339
+ /** Zone name */
2340
+ zoneName: string;
2341
+ }
2342
+ export declare const ListDomainZoneOptionRequest: S.Schema<ListDomainZoneOptionRequest>;
2343
+ export type ListDomainZoneOptionResponseBodyList = Array<string>;
2344
+ export declare const ListDomainZoneOptionResponseBodyList: S.Schema<ListDomainZoneOptionResponseBodyList>;
2345
+ export type ListDomainZoneOptionResponse = ListDomainZoneOptionResponseBodyList;
2346
+ export declare const ListDomainZoneOptionResponse: S.Schema<ListDomainZoneOptionResponse>;
2347
+ export interface ListDomainZoneStatusRequest {
2348
+ /** Zone name */
2349
+ zoneName: string;
2350
+ }
2351
+ export declare const ListDomainZoneStatusRequest: S.Schema<ListDomainZoneStatusRequest>;
2352
+ /** Error list if any */
2353
+ export type DomainZoneStatusErrorsList = Array<string>;
2354
+ export declare const DomainZoneStatusErrorsList: S.Schema<DomainZoneStatusErrorsList>;
2355
+ /** Warning list if any */
2356
+ export type DomainZoneStatusWarningsList = Array<string>;
2357
+ export declare const DomainZoneStatusWarningsList: S.Schema<DomainZoneStatusWarningsList>;
2358
+ /** DNS zone status */
2359
+ export interface DomainZoneStatus {
2360
+ /** Error list if any */
2361
+ errors?: DomainZoneStatusErrorsList | null;
2362
+ /** Whether the zone is deployed or not */
2363
+ isDeployed?: boolean;
2364
+ /** Warning list if any */
2365
+ warnings?: DomainZoneStatusWarningsList | null;
2366
+ }
2367
+ export declare const DomainZoneStatus: S.Schema<DomainZoneStatus>;
2368
+ export interface ListDomainZoneTaskRequest {
2369
+ /** Zone name */
2370
+ zoneName: string;
2371
+ function?: DomainTaskFunctionEnum | (string & {});
2372
+ status?: DomainTaskStatusEnum | (string & {});
2373
+ }
2374
+ export declare const ListDomainZoneTaskRequest: S.Schema<ListDomainZoneTaskRequest>;
2375
+ export type ListDomainZoneTaskResponseBodyList = Array<number>;
2376
+ export declare const ListDomainZoneTaskResponseBodyList: S.Schema<ListDomainZoneTaskResponseBodyList>;
2377
+ export type ListDomainZoneTaskResponse = ListDomainZoneTaskResponseBodyList;
2378
+ export declare const ListDomainZoneTaskResponse: S.Schema<ListDomainZoneTaskResponse>;
2379
+ /** Purposes of the domain */
2380
+ export type DomainConfigurationsCustomFieldsInputIsForList = Array<DomainIsForEnum | (string & {})>;
2381
+ export declare const DomainConfigurationsCustomFieldsInputIsForList: S.Schema<DomainConfigurationsCustomFieldsInputIsForList>;
2382
+ /** Representation of the domain custom fields */
2383
+ export interface DomainConfigurationsCustomFieldsInput {
2384
+ /** Domain name audience */
2385
+ audience?: string | null;
2386
+ /** Purposes of the domain */
2387
+ isFor?: DomainConfigurationsCustomFieldsInputIsForList | null;
2388
+ /** Domain name other purpose */
2389
+ otherPurpose?: string | null;
2390
+ /** Reason of the purchase of this domain */
2391
+ reason?: string | null;
2392
+ /** Represented company */
2393
+ represent?: string | null;
2394
+ }
2395
+ export declare const DomainConfigurationsCustomFieldsInput: S.Schema<DomainConfigurationsCustomFieldsInput>;
2396
+ export interface PutDomainConfigurationDataRequest {
2397
+ /** Service name */
2398
+ serviceName: string;
2399
+ /** New domain custom fields */
2400
+ customFields?: DomainConfigurationsCustomFieldsInput;
2401
+ }
2402
+ export declare const PutDomainConfigurationDataRequest: S.Schema<PutDomainConfigurationDataRequest>;
2403
+ /** Type of the contacts to request email obfuscation for */
2404
+ export type PutDomainConfigurationObfuscatedEmailsRequestContactsList = Array<DomainConfigurationsContactTypeEnum | (string & {})>;
2405
+ export declare const PutDomainConfigurationObfuscatedEmailsRequestContactsList: S.Schema<PutDomainConfigurationObfuscatedEmailsRequestContactsList>;
2406
+ export interface PutDomainConfigurationObfuscatedEmailsRequest {
2407
+ /** Service name */
2408
+ serviceName: string;
2409
+ /** Type of the contacts to request email obfuscation for */
2410
+ contacts: PutDomainConfigurationObfuscatedEmailsRequestContactsList;
2411
+ }
2412
+ export declare const PutDomainConfigurationObfuscatedEmailsRequest: S.Schema<PutDomainConfigurationObfuscatedEmailsRequest>;
2413
+ export type PutDomainConfigurationObfuscatedEmailsResponseBodyList = Array<DomainConfigurationsObfuscatedEmail>;
2414
+ export declare const PutDomainConfigurationObfuscatedEmailsResponseBodyList: S.Schema<PutDomainConfigurationObfuscatedEmailsResponseBodyList>;
2415
+ export type PutDomainConfigurationObfuscatedEmailsResponse = PutDomainConfigurationObfuscatedEmailsResponseBodyList;
2416
+ export declare const PutDomainConfigurationObfuscatedEmailsResponse: S.Schema<PutDomainConfigurationObfuscatedEmailsResponse>;
2417
+ /** New optin configuration */
2418
+ export type PutDomainConfigurationOptinRequestOptinList = Array<DomainConfigurationsOptin>;
2419
+ export declare const PutDomainConfigurationOptinRequestOptinList: S.Schema<PutDomainConfigurationOptinRequestOptinList>;
2420
+ export interface PutDomainConfigurationOptinRequest {
2421
+ /** Service name */
2422
+ serviceName: string;
2423
+ /** New optin configuration */
2424
+ optin?: PutDomainConfigurationOptinRequestOptinList;
2425
+ }
2426
+ export declare const PutDomainConfigurationOptinRequest: S.Schema<PutDomainConfigurationOptinRequest>;
2427
+ export type PutDomainConfigurationOptinResponseBodyList = Array<DomainConfigurationsOptin>;
2428
+ export declare const PutDomainConfigurationOptinResponseBodyList: S.Schema<PutDomainConfigurationOptinResponseBodyList>;
2429
+ export type PutDomainConfigurationOptinResponse = PutDomainConfigurationOptinResponseBodyList;
2430
+ export declare const PutDomainConfigurationOptinResponse: S.Schema<PutDomainConfigurationOptinResponse>;
2431
+ export interface PutDomainDataSmdRequest {
2432
+ /** Smd ID */
2433
+ smdId: string;
2434
+ /** SMD file content in base64 */
2435
+ data: string;
2436
+ }
2437
+ export declare const PutDomainDataSmdRequest: S.Schema<PutDomainDataSmdRequest>;
2438
+ export interface PutDomainServiceInfosRequest {
2439
+ /** Service name */
2440
+ serviceName: string;
2441
+ /** Way of handling the renew */
2442
+ renew?: ServiceRenewType | null;
2443
+ }
2444
+ export declare const PutDomainServiceInfosRequest: S.Schema<PutDomainServiceInfosRequest>;
2445
+ export interface PutDomainServiceInfosResponse {
2446
+ }
2447
+ export declare const PutDomainServiceInfosResponse: S.Schema<PutDomainServiceInfosResponse>;
2448
+ export interface PutDomainZoneOptionServiceInfosRequest {
2449
+ /** The internal name of your zone */
2450
+ zoneName: string;
2451
+ /** The option name */
2452
+ name: string;
2453
+ /** Renew type */
2454
+ renew: ServiceRenewType;
2455
+ }
2456
+ export declare const PutDomainZoneOptionServiceInfosRequest: S.Schema<PutDomainZoneOptionServiceInfosRequest>;
2457
+ export interface PutDomainZoneOptionServiceInfosResponse {
2458
+ }
2459
+ export declare const PutDomainZoneOptionServiceInfosResponse: S.Schema<PutDomainZoneOptionServiceInfosResponse>;
2460
+ export interface PutDomainZoneServiceInfosRequest {
2461
+ /** Zone name */
2462
+ zoneName: string;
2463
+ /** Way of handling the renew */
2464
+ renew?: ServiceRenewType | null;
2465
+ }
2466
+ export declare const PutDomainZoneServiceInfosRequest: S.Schema<PutDomainZoneServiceInfosRequest>;
2467
+ export interface PutDomainZoneServiceInfosResponse {
2468
+ }
2469
+ export declare const PutDomainZoneServiceInfosResponse: S.Schema<PutDomainZoneServiceInfosResponse>;
2470
+ export interface PutDomainZoneSoaRequest {
2471
+ /** Zone name */
2472
+ zoneName: string;
2473
+ /** Email address of the DNS Administrator */
2474
+ email?: string;
2475
+ /** When a zone transfer fails, a countdown clock begins. When the number of seconds set in the expire field elapses, the nameserver stops answering for that zone file */
2476
+ expire?: number;
2477
+ /** Non-Existent Domain TTL, if the name server returns a negative response, the remote server should wait the number of seconds set in the nxDomainTtl field before trying again */
2478
+ nxDomainTtl?: number;
2479
+ /** The refresh value determines the interval in seconds between successful zone transfers of the entire zone file from a nameserver to another. */
2480
+ refresh?: number;
2481
+ /** The serial number is used to indicate which copy of the zone file is the most current. When editing zone files, you must increment the serial number */
2482
+ serial?: number;
2483
+ /** Primary authoritative server */
2484
+ server?: string;
2485
+ /** Time To Live in seconds */
2486
+ ttl?: number;
2487
+ }
2488
+ export declare const PutDomainZoneSoaRequest: S.Schema<PutDomainZoneSoaRequest>;
2489
+ export interface PutDomainZoneSoaResponse {
2490
+ }
2491
+ export declare const PutDomainZoneSoaResponse: S.Schema<PutDomainZoneSoaResponse>;
2492
+ /** Type of the contacts to refresh email obfuscation for */
2493
+ export type RefreshDomainConfigurationsObfuscatedEmailRequestContactsList = Array<DomainConfigurationsContactTypeEnum | (string & {})>;
2494
+ export declare const RefreshDomainConfigurationsObfuscatedEmailRequestContactsList: S.Schema<RefreshDomainConfigurationsObfuscatedEmailRequestContactsList>;
2495
+ export interface RefreshDomainConfigurationsObfuscatedEmailRequest {
2496
+ /** Service name */
2497
+ serviceName: string;
2498
+ /** Type of the contacts to refresh email obfuscation for */
2499
+ contacts: RefreshDomainConfigurationsObfuscatedEmailRequestContactsList;
2500
+ }
2501
+ export declare const RefreshDomainConfigurationsObfuscatedEmailRequest: S.Schema<RefreshDomainConfigurationsObfuscatedEmailRequest>;
2502
+ export interface RefreshDomainConfigurationsObfuscatedEmailResponse {
2503
+ }
2504
+ export declare const RefreshDomainConfigurationsObfuscatedEmailResponse: S.Schema<RefreshDomainConfigurationsObfuscatedEmailResponse>;
2505
+ export interface RefreshZoneRequest {
2506
+ /** Zone name */
2507
+ zoneName: string;
2508
+ }
2509
+ export declare const RefreshZoneRequest: S.Schema<RefreshZoneRequest>;
2510
+ export interface RefreshZoneResponse {
2511
+ }
2512
+ export declare const RefreshZoneResponse: S.Schema<RefreshZoneResponse>;
2513
+ /** Resource record name */
2514
+ export type DomainZoneResettableNamedResolutionFieldTypeEnum = "A" | "MX";
2515
+ export declare const DomainZoneResettableNamedResolutionFieldTypeEnum: any;
2516
+ /** Record associated to domain zone reset */
2517
+ export interface DomainZoneResetRecord {
2518
+ /** Field type associated to domain zone reset */
2519
+ fieldType?: DomainZoneResettableNamedResolutionFieldTypeEnum | (string & {});
2520
+ /** Target associated to domain zone reset */
2521
+ target?: string;
2522
+ }
2523
+ export declare const DomainZoneResetRecord: S.Schema<DomainZoneResetRecord>;
2524
+ /** Records that will be set after reset */
2525
+ export type ResetDomainZoneRequestDnsRecordsList = Array<DomainZoneResetRecord>;
2526
+ export declare const ResetDomainZoneRequestDnsRecordsList: S.Schema<ResetDomainZoneRequestDnsRecordsList>;
2527
+ export interface ResetDomainZoneRequest {
2528
+ /** Zone name */
2529
+ zoneName: string;
2530
+ /** Records that will be set after reset */
2531
+ DnsRecords?: ResetDomainZoneRequestDnsRecordsList;
2532
+ /** Create only mandatory records */
2533
+ minimized?: boolean;
2534
+ }
2535
+ export declare const ResetDomainZoneRequest: S.Schema<ResetDomainZoneRequest>;
2536
+ export interface ResetDomainZoneResponse {
2537
+ }
2538
+ export declare const ResetDomainZoneResponse: S.Schema<ResetDomainZoneResponse>;
2539
+ export interface RestoreDomainZoneHistoryRequest {
2540
+ /** Zone name */
2541
+ zoneName: string;
2542
+ /** Creation date */
2543
+ creationDate: string;
2544
+ }
2545
+ export declare const RestoreDomainZoneHistoryRequest: S.Schema<RestoreDomainZoneHistoryRequest>;
2546
+ export interface TerminateDomainZoneRequest {
2547
+ /** Zone name */
2548
+ zoneName: string;
2549
+ }
2550
+ export declare const TerminateDomainZoneRequest: S.Schema<TerminateDomainZoneRequest>;
2551
+ export type TerminateDomainZoneResponse = string;
2552
+ export declare const TerminateDomainZoneResponse: S.Schema<TerminateDomainZoneResponse>;
2553
+ export interface UpdateContactRequest {
2554
+ /** Contact ID */
2555
+ contactId: number;
2556
+ /** Country of lawyer accreditation */
2557
+ accreditationCountry?: NichandleCountryEnum | (string & {}) | null;
2558
+ /** Lawyer accreditation number */
2559
+ accreditationId?: string | null;
2560
+ /** Organism of lawyer accreditation */
2561
+ accreditationOrganism?: string | null;
2562
+ /** Year of lawyer accreditation */
2563
+ accreditationYear?: number | null;
2564
+ /** The address of the contact */
2565
+ address?: DomainContactAddress | null;
2566
+ /** City of birth */
2567
+ birthCity?: string | null;
2568
+ /** Birth Country */
2569
+ birthCountry?: NichandleCountryEnum | (string & {}) | null;
2570
+ /** Birth date */
2571
+ birthDay?: string | null;
2572
+ /** Birth Zipcode */
2573
+ birthZip?: string | null;
2574
+ /** Cellphone number */
2575
+ cellPhone?: string | null;
2576
+ /** Company National Identification Number */
2577
+ companyNationalIdentificationNumber?: string | null;
2578
+ /** Email address */
2579
+ email?: string | null;
2580
+ /** Enterprise identifier */
2581
+ enterpriseId?: string | null;
2582
+ /** Fax number */
2583
+ fax?: string | null;
2584
+ /** First name */
2585
+ firstName?: string | null;
2586
+ /** Gender */
2587
+ gender?: NichandleGenderEnum | (string & {}) | null;
2588
+ /** INSEE identifier */
2589
+ insee?: string | null;
2590
+ /** Language */
2591
+ language?: NichandleLanguageEnum | (string & {}) | null;
2592
+ /** Last name */
2593
+ lastName?: string | null;
2594
+ legalForm?: NichandleLegalFormEnum | (string & {}) | null;
2595
+ /** category of legalForm */
2596
+ legalFormCategory?: string | null;
2597
+ /** National Identification Number */
2598
+ nationalIdentificationNumber?: string | null;
2599
+ /** Nationality */
2600
+ nationality?: NichandleCountryEnum | (string & {}) | null;
2601
+ /** To whom is the organisation accountable */
2602
+ organisationAccountable?: string | null;
2603
+ /** What is the source of funding */
2604
+ organisationFunding?: string | null;
2605
+ /** Explain the source of funding if organisationFunding is other */
2606
+ organisationFundingOther?: string | null;
2607
+ /** Name of organisation */
2608
+ organisationName?: string | null;
2609
+ /** Role of your organisation */
2610
+ organisationRole?: string | null;
2611
+ /** Explain the role of your organisation if organisationRole is other */
2612
+ organisationRoleOther?: string | null;
2613
+ /** Status of the staff */
2614
+ organisationStaffStatus?: string | null;
2615
+ /** Explain the status of the staff if organisationStaffStatus is other */
2616
+ organisationStaffStatusOther?: string | null;
2617
+ /** type of organisation */
2618
+ organisationType?: string | null;
2619
+ /** Explain the type of organisation if organisationType is other */
2620
+ organisationTypeOther?: string | null;
2621
+ /** Phone number */
2622
+ phone?: string | null;
2623
+ /** Type of registrant document */
2624
+ registrantDocumentType?: string | null;
2625
+ /** Explain the type of registrant document if registrantDocumentType is other */
2626
+ registrantDocumentTypeOther?: string | null;
2627
+ /** The role in the organisation */
2628
+ roleInOrganisation?: string | null;
2629
+ /** Trademark related to the contact */
2630
+ trademarkId?: string | null;
2631
+ /** VAT number */
2632
+ vat?: string | null;
2633
+ /** Website */
2634
+ website?: string | null;
2635
+ }
2636
+ export declare const UpdateContactRequest: S.Schema<UpdateContactRequest>;
2637
+ /** IP address */
2638
+ export type UpdateDomainGlueRecordRequestIpsList = Array<string>;
2639
+ export declare const UpdateDomainGlueRecordRequestIpsList: S.Schema<UpdateDomainGlueRecordRequestIpsList>;
2640
+ export interface UpdateDomainGlueRecordRequest {
2641
+ /** Service name */
2642
+ serviceName: string;
2643
+ /** Host */
2644
+ host: string;
2645
+ /** IP address */
2646
+ ips: UpdateDomainGlueRecordRequestIpsList;
2647
+ }
2648
+ export declare const UpdateDomainGlueRecordRequest: S.Schema<UpdateDomainGlueRecordRequest>;
2649
+ /** Name servers to update */
2650
+ export type UpdateDomainNameServerRequestNameServersList = Array<DomainNameServerNameServerInput>;
2651
+ export declare const UpdateDomainNameServerRequestNameServersList: S.Schema<UpdateDomainNameServerRequestNameServersList>;
2652
+ export interface UpdateDomainNameServerRequest {
2653
+ /** Service name */
2654
+ serviceName: string;
2655
+ /** Name servers to update */
2656
+ nameServers: UpdateDomainNameServerRequestNameServersList;
2657
+ }
2658
+ export declare const UpdateDomainNameServerRequest: S.Schema<UpdateDomainNameServerRequest>;
2659
+ export type ApproveDomainOutgoingTransferError = OvhOpError;
2660
+ /** Approve Outgoing Transfer for a domain */
2661
+ export declare const approveDomainOutgoingTransfer: API.OperationMethod<ApproveDomainOutgoingTransferRequest, ApproveDomainOutgoingTransferResponse, ApproveDomainOutgoingTransferError, OvhOpContext>;
2662
+ export type CancelDomainTaskError = OvhOpError;
2663
+ /** Cancel the task */
2664
+ export declare const cancelDomainTask: API.OperationMethod<CancelDomainTaskRequest, CancelDomainTaskResponse, CancelDomainTaskError, OvhOpContext>;
2665
+ export type CancelDomainZoneTaskError = OvhOpError;
2666
+ /** Cancel a zone task */
2667
+ export declare const cancelDomainZoneTask: API.OperationMethod<CancelDomainZoneTaskRequest, CancelDomainZoneTaskResponse, CancelDomainZoneTaskError, OvhOpContext>;
2668
+ export type ChangePasswordDynDnsLoginError = OvhOpError;
2669
+ /** Change password of the DynHost login */
2670
+ export declare const changePasswordDynDnsLogin: API.OperationMethod<ChangePasswordDynDnsLoginRequest, ChangePasswordDynDnsLoginResponse, ChangePasswordDynDnsLoginError, OvhOpContext>;
2671
+ export type CheckDomainConfigurationRuleError = OvhOpError;
2672
+ /** Validate a rule data for a specified domain */
2673
+ export declare const checkDomainConfigurationRule: API.OperationMethod<CheckDomainConfigurationRuleRequest, CheckDomainConfigurationRuleResponse, CheckDomainConfigurationRuleError, OvhOpContext>;
2674
+ export type ConfirmDomainZoneTerminationError = OvhOpError;
2675
+ /** Confirm service termination */
2676
+ export declare const confirmDomainZoneTermination: API.OperationMethod<ConfirmDomainZoneTerminationRequest, ConfirmDomainZoneTerminationResponse, ConfirmDomainZoneTerminationError, OvhOpContext>;
2677
+ export type CreateContactError = OvhOpError;
2678
+ /** Create a contact */
2679
+ export declare const createContact: API.OperationMethod<CreateContactRequest, DomainContact, CreateContactError, OvhOpContext>;
2680
+ export type CreateDomainChangeContactError = OvhOpError;
2681
+ /** Launch a contact change procedure */
2682
+ export declare const createDomainChangeContact: API.OperationMethod<CreateDomainChangeContactRequest, CreateDomainChangeContactResponse, CreateDomainChangeContactError, OvhOpContext>;
2683
+ export type CreateDomainDataSmdError = OvhOpError;
2684
+ /** Create a SMD file */
2685
+ export declare const createDomainDataSmd: API.OperationMethod<CreateDomainDataSmdRequest, DomainDataSmdSmd, CreateDomainDataSmdError, OvhOpContext>;
2686
+ export type CreateDomainDsRecordError = OvhOpError;
2687
+ /** Update DS records */
2688
+ export declare const createDomainDsRecord: API.OperationMethod<CreateDomainDsRecordRequest, DomainTask, CreateDomainDsRecordError, OvhOpContext>;
2689
+ export type CreateDomainGlueRecordError = OvhOpError;
2690
+ /** Create a glue record */
2691
+ export declare const createDomainGlueRecord: API.OperationMethod<CreateDomainGlueRecordRequest, DomainTask, CreateDomainGlueRecordError, OvhOpContext>;
2692
+ export type CreateDomainNameServerError = OvhOpError;
2693
+ /** Add new name server */
2694
+ export declare const createDomainNameServer: API.OperationMethod<CreateDomainNameServerRequest, DomainTask, CreateDomainNameServerError, OvhOpContext>;
2695
+ export type CreateDomainOrderError = OvhOpError;
2696
+ /** Order a new domain name */
2697
+ export declare const createDomainOrder: API.OperationMethod<CreateDomainOrderRequest, DomainOrderOrderResponse, CreateDomainOrderError, OvhOpContext>;
2698
+ export type CreateDomainTaskAccelerateError = OvhOpError;
2699
+ /** Accelerate the task */
2700
+ export declare const createDomainTaskAccelerate: API.OperationMethod<CreateDomainTaskAccelerateRequest, CreateDomainTaskAccelerateResponse, CreateDomainTaskAccelerateError, OvhOpContext>;
2701
+ export type CreateDomainTaskRelaunchError = OvhOpError;
2702
+ /** Relaunch the task */
2703
+ export declare const createDomainTaskRelaunch: API.OperationMethod<CreateDomainTaskRelaunchRequest, CreateDomainTaskRelaunchResponse, CreateDomainTaskRelaunchError, OvhOpContext>;
2704
+ export type CreateDomainUkOutgoingTransferError = OvhOpError;
2705
+ /** Schedule an outgoing transfer task for this domain (.uk only) */
2706
+ export declare const createDomainUkOutgoingTransfer: API.OperationMethod<CreateDomainUkOutgoingTransferRequest, DomainTask, CreateDomainUkOutgoingTransferError, OvhOpContext>;
2707
+ export type CreateDomainZoneChangeContactError = OvhOpError;
2708
+ /** Launch a contact change procedure */
2709
+ export declare const createDomainZoneChangeContact: API.OperationMethod<CreateDomainZoneChangeContactRequest, CreateDomainZoneChangeContactResponse, CreateDomainZoneChangeContactError, OvhOpContext>;
2710
+ export type CreateDomainZoneTaskAccelerateError = OvhOpError;
2711
+ /** Accelerate a zone task */
2712
+ export declare const createDomainZoneTaskAccelerate: API.OperationMethod<CreateDomainZoneTaskAccelerateRequest, CreateDomainZoneTaskAccelerateResponse, CreateDomainZoneTaskAccelerateError, OvhOpContext>;
2713
+ export type CreateDomainZoneTaskRelaunchError = OvhOpError;
2714
+ /** Restart a zone task */
2715
+ export declare const createDomainZoneTaskRelaunch: API.OperationMethod<CreateDomainZoneTaskRelaunchRequest, CreateDomainZoneTaskRelaunchResponse, CreateDomainZoneTaskRelaunchError, OvhOpContext>;
2716
+ export type CreateDynDnsLoginError = OvhOpError;
2717
+ /** Create a new login */
2718
+ export declare const createDynDnsLogin: API.OperationMethod<CreateDynDnsLoginRequest, DomainZoneDynHostLogin, CreateDynDnsLoginError, OvhOpContext>;
2719
+ export type CreateDynDnsRecordError = OvhOpError;
2720
+ /** Create a new record */
2721
+ export declare const createDynDnsRecord: API.OperationMethod<CreateDynDnsRecordRequest, DomainZoneDynHostRecord, CreateDynDnsRecordError, OvhOpContext>;
2722
+ export type CreateRecordError = OvhOpError;
2723
+ /** Create a new record (Don't forget to refresh the zone) */
2724
+ export declare const createRecord: API.OperationMethod<CreateRecordRequest, DomainZoneRecord, CreateRecordError, OvhOpContext>;
2725
+ export type CreateRedirectionError = OvhOpError;
2726
+ /** Create a new redirection (Don't forget to refresh the zone) */
2727
+ export declare const createRedirection: API.OperationMethod<CreateRedirectionRequest, DomainZoneRedirection, CreateRedirectionError, OvhOpContext>;
2728
+ export type DeleteDomainDataSmdError = OvhOpError;
2729
+ /** Delete a SMD file */
2730
+ export declare const deleteDomainDataSmd: API.OperationMethod<DeleteDomainDataSmdRequest, DeleteDomainDataSmdResponse, DeleteDomainDataSmdError, OvhOpContext>;
2731
+ export type DeleteDomainGlueRecordError = OvhOpError;
2732
+ /** Delete the glue record */
2733
+ export declare const deleteDomainGlueRecord: API.OperationMethod<DeleteDomainGlueRecordRequest, DomainTask, DeleteDomainGlueRecordError, OvhOpContext>;
2734
+ export type DeleteDomainNameServerError = OvhOpError;
2735
+ /** Delete a name server */
2736
+ export declare const deleteDomainNameServer: API.OperationMethod<DeleteDomainNameServerRequest, DomainTask, DeleteDomainNameServerError, OvhOpContext>;
2737
+ export type DeleteDomainOptionError = OvhOpError;
2738
+ /** Remove a given option */
2739
+ export declare const deleteDomainOption: API.OperationMethod<DeleteDomainOptionRequest, DeleteDomainOptionResponse, DeleteDomainOptionError, OvhOpContext>;
2740
+ export type DeleteDynHostLoginError = OvhOpError;
2741
+ /** Delete login object */
2742
+ export declare const deleteDynHostLogin: API.OperationMethod<DeleteDynHostLoginRequest, DeleteDynHostLoginResponse, DeleteDynHostLoginError, OvhOpContext>;
2743
+ export type DeleteDynHostRecordError = OvhOpError;
2744
+ /** Delete record object */
2745
+ export declare const deleteDynHostRecord: API.OperationMethod<DeleteDynHostRecordRequest, DeleteDynHostRecordResponse, DeleteDynHostRecordError, OvhOpContext>;
2746
+ export type DeleteRecordError = OvhOpError;
2747
+ /** Delete record object (Don't forget to refresh the zone) */
2748
+ export declare const deleteRecord: API.OperationMethod<DeleteRecordRequest, DeleteRecordResponse, DeleteRecordError, OvhOpContext>;
2749
+ export type DeleteRedirectionError = OvhOpError;
2750
+ /** Delete redirection object (Don't forget to refresh the zone) */
2751
+ export declare const deleteRedirection: API.OperationMethod<DeleteRedirectionRequest, DeleteRedirectionResponse, DeleteRedirectionError, OvhOpContext>;
2752
+ export type DisableDNSSECError = OvhOpError;
2753
+ /** Disable DNSSEC */
2754
+ export declare const disableDNSSEC: API.OperationMethod<DisableDNSSECRequest, DisableDNSSECResponse, DisableDNSSECError, OvhOpContext>;
2755
+ export type EditDomainError = OvhOpError;
2756
+ /** Edit domain name properties */
2757
+ export declare const editDomain: API.OperationMethod<EditDomainRequest, DomainDomainService, EditDomainError, OvhOpContext>;
2758
+ export type EditDynDnsLoginError = OvhOpError;
2759
+ /** Alter login object properties */
2760
+ export declare const editDynDnsLogin: API.OperationMethod<EditDynDnsLoginRequest, EditDynDnsLoginResponse, EditDynDnsLoginError, OvhOpContext>;
2761
+ export type EditDynDnsRecordError = OvhOpError;
2762
+ /** Alter record object properties */
2763
+ export declare const editDynDnsRecord: API.OperationMethod<EditDynDnsRecordRequest, EditDynDnsRecordResponse, EditDynDnsRecordError, OvhOpContext>;
2764
+ export type EditRecordError = OvhOpError;
2765
+ /** Alter record object properties (Don't forget to refresh the zone) */
2766
+ export declare const editRecord: API.OperationMethod<EditRecordRequest, EditRecordResponse, EditRecordError, OvhOpContext>;
2767
+ export type EditRedirectionError = OvhOpError;
2768
+ /** Alter redirection object properties */
2769
+ export declare const editRedirection: API.OperationMethod<EditRedirectionRequest, EditRedirectionResponse, EditRedirectionError, OvhOpContext>;
2770
+ export type EnableDNSSECError = OvhOpError;
2771
+ /** Enable DNSSEC */
2772
+ export declare const enableDNSSEC: API.OperationMethod<EnableDNSSECRequest, EnableDNSSECResponse, EnableDNSSECError, OvhOpContext>;
2773
+ export type GetContactError = OvhOpError;
2774
+ /** Get details about a contact */
2775
+ export declare const getContact: API.OperationMethod<GetContactRequest, DomainContact, GetContactError, OvhOpContext>;
2776
+ export type GetContactsError = OvhOpError;
2777
+ /** List all contacts */
2778
+ export declare const getContacts: API.OperationMethod<GetContactsRequest, GetContactsResponse, GetContactsError, OvhOpContext>;
2779
+ export type GetDNSSECStatusError = OvhOpError;
2780
+ /** Get a zone DNSSEC status */
2781
+ export declare const getDNSSECStatus: API.OperationMethod<GetDNSSECStatusRequest, DomainZoneDnssec, GetDNSSECStatusError, OvhOpContext>;
2782
+ export type GetDomainError = OvhOpError;
2783
+ /** Get domain name information */
2784
+ export declare const getDomain: API.OperationMethod<GetDomainRequest, DomainDomainServiceWithIAM, GetDomainError, OvhOpContext>;
2785
+ export type GetDomainAuthInfoError = OvhOpError;
2786
+ /** Return authInfo code if the domain is unlocked */
2787
+ export declare const getDomainAuthInfo: API.OperationMethod<GetDomainAuthInfoRequest, GetDomainAuthInfoResponse, GetDomainAuthInfoError, OvhOpContext>;
2788
+ export type GetDomainConfigurationDataError = OvhOpError;
2789
+ /** Get extra data configurations for a domain */
2790
+ export declare const getDomainConfigurationData: API.OperationMethod<GetDomainConfigurationDataRequest, DomainConfigurationsCustomFields, GetDomainConfigurationDataError, OvhOpContext>;
2791
+ export type GetDomainConfigurationRuleError = OvhOpError;
2792
+ /** Get configuration rule applied for a domain in a given action */
2793
+ export declare const getDomainConfigurationRule: API.OperationMethod<GetDomainConfigurationRuleRequest, DomainConfigurationRulesRule, GetDomainConfigurationRuleError, OvhOpContext>;
2794
+ export type GetDomainDataClaimNoticeError = OvhOpError;
2795
+ /** Retrieve claim notices associated to a domain */
2796
+ export declare const getDomainDataClaimNotice: API.OperationMethod<GetDomainDataClaimNoticeRequest, DomainDataClaimNoticeClaimNotice, GetDomainDataClaimNoticeError, OvhOpContext>;
2797
+ export type GetDomainDataSmdError = OvhOpError;
2798
+ /** Get details about a SMD file */
2799
+ export declare const getDomainDataSmd: API.OperationMethod<GetDomainDataSmdRequest, DomainDataSmdSmd, GetDomainDataSmdError, OvhOpContext>;
2800
+ export type GetDomainDsRecordError = OvhOpError;
2801
+ /** Get details on this DS Record */
2802
+ export declare const getDomainDsRecord: API.OperationMethod<GetDomainDsRecordRequest, DnssecKey, GetDomainDsRecordError, OvhOpContext>;
2803
+ export type GetDomainExtensionError = OvhOpError;
2804
+ /** Get an extension */
2805
+ export declare const getDomainExtension: API.OperationMethod<GetDomainExtensionRequest, DomainExtensionsExtension, GetDomainExtensionError, OvhOpContext>;
2806
+ export type GetDomainExtensionRegistryConfigurationsError = OvhOpError;
2807
+ /** Retrieve registry configuration for an extension */
2808
+ export declare const getDomainExtensionRegistryConfigurations: API.OperationMethod<GetDomainExtensionRegistryConfigurationsRequest, DomainExtensionsRegistryConfigurationsRegistryConfigurations, GetDomainExtensionRegistryConfigurationsError, OvhOpContext>;
2809
+ export type GetDomainGlueRecordError = OvhOpError;
2810
+ /** Get this glue record */
2811
+ export declare const getDomainGlueRecord: API.OperationMethod<GetDomainGlueRecordRequest, DomainGlueRecordGlueRecord, GetDomainGlueRecordError, OvhOpContext>;
2812
+ export type GetDomainNameServerError = OvhOpError;
2813
+ /** Get this name server configuration */
2814
+ export declare const getDomainNameServer: API.OperationMethod<GetDomainNameServerRequest, DomainNameServerFullNameServer, GetDomainNameServerError, OvhOpContext>;
2815
+ export type GetDomainNameServerStatusError = OvhOpError;
2816
+ /** Get name server status */
2817
+ export declare const getDomainNameServerStatus: API.OperationMethod<GetDomainNameServerStatusRequest, DomainNameServerNameServerStatus, GetDomainNameServerStatusError, OvhOpContext>;
2818
+ export type GetDomainOptionError = OvhOpError;
2819
+ /** Get details on this domain option */
2820
+ export declare const getDomainOption: API.OperationMethod<GetDomainOptionRequest, DomainOption, GetDomainOptionError, OvhOpContext>;
2821
+ export type GetDomainOptionsError = OvhOpError;
2822
+ /** Retrieve data about the options associated to a domain */
2823
+ export declare const getDomainOptions: API.OperationMethod<GetDomainOptionsRequest, DomainServiceOptions, GetDomainOptionsError, OvhOpContext>;
2824
+ export type GetDomainsError = OvhOpError;
2825
+ /** Get the list of managed domain names */
2826
+ export declare const getDomains: API.OperationMethod<GetDomainsRequest, GetDomainsResponse, GetDomainsError, OvhOpContext>;
2827
+ export type GetDomainServiceInfosError = OvhOpError;
2828
+ /** Get service information */
2829
+ export declare const getDomainServiceInfos: API.OperationMethod<GetDomainServiceInfosRequest, ServicesService, GetDomainServiceInfosError, OvhOpContext>;
2830
+ export type GetDomainTaskError = OvhOpError;
2831
+ /** Get details about a domain task */
2832
+ export declare const getDomainTask: API.OperationMethod<GetDomainTaskRequest, DomainTask, GetDomainTaskError, OvhOpContext>;
2833
+ export type GetDomainZoneCapabilitiesError = OvhOpError;
2834
+ /** Get zone capabilities */
2835
+ export declare const getDomainZoneCapabilities: API.OperationMethod<GetDomainZoneCapabilitiesRequest, DomainZoneCapabilities, GetDomainZoneCapabilitiesError, OvhOpContext>;
2836
+ export type GetDomainZoneExportError = OvhOpError;
2837
+ /** Export DNS zone */
2838
+ export declare const getDomainZoneExport: API.OperationMethod<GetDomainZoneExportRequest, GetDomainZoneExportResponse, GetDomainZoneExportError, OvhOpContext>;
2839
+ export type GetDomainZoneHistoryError = OvhOpError;
2840
+ /** Get a zone history */
2841
+ export declare const getDomainZoneHistory: API.OperationMethod<GetDomainZoneHistoryRequest, DomainZoneZoneRestorePoint, GetDomainZoneHistoryError, OvhOpContext>;
2842
+ export type GetDomainZoneOptionError = OvhOpError;
2843
+ /** Get zone option */
2844
+ export declare const getDomainZoneOption: API.OperationMethod<GetDomainZoneOptionRequest, DomainZoneOption, GetDomainZoneOptionError, OvhOpContext>;
2845
+ export type GetDomainZoneOptionServiceInfosError = OvhOpError;
2846
+ /** Get this object properties */
2847
+ export declare const getDomainZoneOptionServiceInfos: API.OperationMethod<GetDomainZoneOptionServiceInfosRequest, ServicesService, GetDomainZoneOptionServiceInfosError, OvhOpContext>;
2848
+ export type GetDomainZoneServiceInfosError = OvhOpError;
2849
+ /** Get service information */
2850
+ export declare const getDomainZoneServiceInfos: API.OperationMethod<GetDomainZoneServiceInfosRequest, ServicesService, GetDomainZoneServiceInfosError, OvhOpContext>;
2851
+ export type GetDomainZoneSoaError = OvhOpError;
2852
+ /** Get zone SOA */
2853
+ export declare const getDomainZoneSoa: API.OperationMethod<GetDomainZoneSoaRequest, DomainZoneSoa, GetDomainZoneSoaError, OvhOpContext>;
2854
+ export type GetDomainZoneTaskError = OvhOpError;
2855
+ /** Get a zone task */
2856
+ export declare const getDomainZoneTask: API.OperationMethod<GetDomainZoneTaskRequest, DomainZoneTask, GetDomainZoneTaskError, OvhOpContext>;
2857
+ export type GetDynHostLoginError = OvhOpError;
2858
+ /** Get login object properties */
2859
+ export declare const getDynHostLogin: API.OperationMethod<GetDynHostLoginRequest, DomainZoneDynHostLogin, GetDynHostLoginError, OvhOpContext>;
2860
+ export type GetDynHostLoginsError = OvhOpError;
2861
+ /** List login */
2862
+ export declare const getDynHostLogins: API.OperationMethod<GetDynHostLoginsRequest, GetDynHostLoginsResponse, GetDynHostLoginsError, OvhOpContext>;
2863
+ export type GetDynHostRecordError = OvhOpError;
2864
+ /** Get record object properties */
2865
+ export declare const getDynHostRecord: API.OperationMethod<GetDynHostRecordRequest, DomainZoneDynHostRecord, GetDynHostRecordError, OvhOpContext>;
2866
+ export type GetDynHostRecordsError = OvhOpError;
2867
+ /** List record */
2868
+ export declare const getDynHostRecords: API.OperationMethod<GetDynHostRecordsRequest, GetDynHostRecordsResponse, GetDynHostRecordsError, OvhOpContext>;
2869
+ export type GetRecordError = OvhOpError;
2870
+ /** Get record object properties */
2871
+ export declare const getRecord: API.OperationMethod<GetRecordRequest, DomainZoneRecord, GetRecordError, OvhOpContext>;
2872
+ export type GetRecordsError = OvhOpError;
2873
+ /** List record */
2874
+ export declare const getRecords: API.OperationMethod<GetRecordsRequest, GetRecordsResponse, GetRecordsError, OvhOpContext>;
2875
+ export type GetRedirectionError = OvhOpError;
2876
+ /** Get redirection object properties */
2877
+ export declare const getRedirection: API.OperationMethod<GetRedirectionRequest, DomainZoneRedirection, GetRedirectionError, OvhOpContext>;
2878
+ export type GetRedirectionsError = OvhOpError;
2879
+ /** List redirections */
2880
+ export declare const getRedirections: API.OperationMethod<GetRedirectionsRequest, GetRedirectionsResponse, GetRedirectionsError, OvhOpContext>;
2881
+ export type GetZoneError = OvhOpError;
2882
+ /** Get a dnsZone service */
2883
+ export declare const getZone: API.OperationMethod<GetZoneRequest, DomainZoneWithIAM, GetZoneError, OvhOpContext>;
2884
+ export type GetZonesError = OvhOpError;
2885
+ /** List dnsZone services */
2886
+ export declare const getZones: API.OperationMethod<GetZonesRequest, GetZonesResponse, GetZonesError, OvhOpContext>;
2887
+ export type ImportDomainZoneError = OvhOpError;
2888
+ /** Import a DNS zone from a zone file */
2889
+ export declare const importDomainZone: API.OperationMethod<ImportDomainZoneRequest, DomainZoneTask, ImportDomainZoneError, OvhOpContext>;
2890
+ export type ListDomainConfigurationObfuscatedEmailsError = OvhOpError;
2891
+ /** Retrieve obfuscated emails configuration */
2892
+ export declare const listDomainConfigurationObfuscatedEmails: API.OperationMethod<ListDomainConfigurationObfuscatedEmailsRequest, ListDomainConfigurationObfuscatedEmailsResponse, ListDomainConfigurationObfuscatedEmailsError, OvhOpContext>;
2893
+ export type ListDomainConfigurationOptinError = OvhOpError;
2894
+ /** Retrieve optin configuration */
2895
+ export declare const listDomainConfigurationOptin: API.OperationMethod<ListDomainConfigurationOptinRequest, ListDomainConfigurationOptinResponse, ListDomainConfigurationOptinError, OvhOpContext>;
2896
+ export type ListDomainDataSmdError = OvhOpError;
2897
+ /** List all SMD files */
2898
+ export declare const listDomainDataSmd: API.OperationMethod<ListDomainDataSmdRequest, ListDomainDataSmdResponse, ListDomainDataSmdError, OvhOpContext>;
2899
+ export type ListDomainDsRecordError = OvhOpError;
2900
+ /** List of domain's DS Records */
2901
+ export declare const listDomainDsRecord: API.OperationMethod<ListDomainDsRecordRequest, ListDomainDsRecordResponse, ListDomainDsRecordError, OvhOpContext>;
2902
+ export type ListDomainExtensionByCategoryError = OvhOpError;
2903
+ /** List extensions, grouped by category types (like 'thematic', 'geolocalization') and category names (like 'europe') */
2904
+ export declare const listDomainExtensionByCategory: API.OperationMethod<ListDomainExtensionByCategoryRequest, DomainExtensionsExtensionsByCategory, ListDomainExtensionByCategoryError, OvhOpContext>;
2905
+ export type ListDomainExtensionHighlightedError = OvhOpError;
2906
+ /** List highlighted extensions, ordered by decreased importance */
2907
+ export declare const listDomainExtensionHighlighted: API.OperationMethod<ListDomainExtensionHighlightedRequest, ListDomainExtensionHighlightedResponse, ListDomainExtensionHighlightedError, OvhOpContext>;
2908
+ export type ListDomainExtensionPricingAttributesError = OvhOpError;
2909
+ /** List extensions with their pricing attributes List extensions with their pricing attributes. It especially documents whether an extension has been implemented recently or whether the price has dropped. */
2910
+ export declare const listDomainExtensionPricingAttributes: API.OperationMethod<ListDomainExtensionPricingAttributesRequest, ListDomainExtensionPricingAttributesResponse, ListDomainExtensionPricingAttributesError, OvhOpContext>;
2911
+ export type ListDomainExtensionsError = OvhOpError;
2912
+ /** List all extensions */
2913
+ export declare const listDomainExtensions: API.OperationMethod<ListDomainExtensionsRequest, ListDomainExtensionsResponse, ListDomainExtensionsError, OvhOpContext>;
2914
+ export type ListDomainGlueRecordError = OvhOpError;
2915
+ /** List of glue records */
2916
+ export declare const listDomainGlueRecord: API.OperationMethod<ListDomainGlueRecordRequest, ListDomainGlueRecordResponse, ListDomainGlueRecordError, OvhOpContext>;
2917
+ export type ListDomainNameServerError = OvhOpError;
2918
+ /** List of current name servers */
2919
+ export declare const listDomainNameServer: API.OperationMethod<ListDomainNameServerRequest, ListDomainNameServerResponse, ListDomainNameServerError, OvhOpContext>;
2920
+ export type ListDomainOptionError = OvhOpError;
2921
+ /** List domain options */
2922
+ export declare const listDomainOption: API.OperationMethod<ListDomainOptionRequest, ListDomainOptionResponse, ListDomainOptionError, OvhOpContext>;
2923
+ export type ListDomainRuleEmailsObfuscationError = OvhOpError;
2924
+ /** Retrieve emails obfuscation rule */
2925
+ export declare const listDomainRuleEmailsObfuscation: API.OperationMethod<ListDomainRuleEmailsObfuscationRequest, ListDomainRuleEmailsObfuscationResponse, ListDomainRuleEmailsObfuscationError, OvhOpContext>;
2926
+ export type ListDomainRuleOptinError = OvhOpError;
2927
+ /** Retrieve optin rule */
2928
+ export declare const listDomainRuleOptin: API.OperationMethod<ListDomainRuleOptinRequest, ListDomainRuleOptinResponse, ListDomainRuleOptinError, OvhOpContext>;
2929
+ export type ListDomainTaskError = OvhOpError;
2930
+ /** List all domain tasks */
2931
+ export declare const listDomainTask: API.OperationMethod<ListDomainTaskRequest, ListDomainTaskResponse, ListDomainTaskError, OvhOpContext>;
2932
+ export type ListDomainUkRegistrarsError = OvhOpError;
2933
+ /** Return the list of all .uk registrars */
2934
+ export declare const listDomainUkRegistrars: API.OperationMethod<ListDomainUkRegistrarsRequest, ListDomainUkRegistrarsResponse, ListDomainUkRegistrarsError, OvhOpContext>;
2935
+ export type ListDomainZoneHistoryError = OvhOpError;
2936
+ /** List zone histories */
2937
+ export declare const listDomainZoneHistory: API.OperationMethod<ListDomainZoneHistoryRequest, ListDomainZoneHistoryResponse, ListDomainZoneHistoryError, OvhOpContext>;
2938
+ export type ListDomainZoneOptionError = OvhOpError;
2939
+ /** List zone options */
2940
+ export declare const listDomainZoneOption: API.OperationMethod<ListDomainZoneOptionRequest, ListDomainZoneOptionResponse, ListDomainZoneOptionError, OvhOpContext>;
2941
+ export type ListDomainZoneStatusError = OvhOpError;
2942
+ /** Get zone status */
2943
+ export declare const listDomainZoneStatus: API.OperationMethod<ListDomainZoneStatusRequest, DomainZoneStatus, ListDomainZoneStatusError, OvhOpContext>;
2944
+ export type ListDomainZoneTaskError = OvhOpError;
2945
+ /** List zone tasks */
2946
+ export declare const listDomainZoneTask: API.OperationMethod<ListDomainZoneTaskRequest, ListDomainZoneTaskResponse, ListDomainZoneTaskError, OvhOpContext>;
2947
+ export type PutDomainConfigurationDataError = OvhOpError;
2948
+ /** Save extra data configurations for a domain */
2949
+ export declare const putDomainConfigurationData: API.OperationMethod<PutDomainConfigurationDataRequest, DomainConfigurationsCustomFields, PutDomainConfigurationDataError, OvhOpContext>;
2950
+ export type PutDomainConfigurationObfuscatedEmailsError = OvhOpError;
2951
+ /** Save a new obfuscated emails configuration */
2952
+ export declare const putDomainConfigurationObfuscatedEmails: API.OperationMethod<PutDomainConfigurationObfuscatedEmailsRequest, PutDomainConfigurationObfuscatedEmailsResponse, PutDomainConfigurationObfuscatedEmailsError, OvhOpContext>;
2953
+ export type PutDomainConfigurationOptinError = OvhOpError;
2954
+ /** Save a new optin configuration */
2955
+ export declare const putDomainConfigurationOptin: API.OperationMethod<PutDomainConfigurationOptinRequest, PutDomainConfigurationOptinResponse, PutDomainConfigurationOptinError, OvhOpContext>;
2956
+ export type PutDomainDataSmdError = OvhOpError;
2957
+ /** Update a SMD file */
2958
+ export declare const putDomainDataSmd: API.OperationMethod<PutDomainDataSmdRequest, DomainDataSmdSmd, PutDomainDataSmdError, OvhOpContext>;
2959
+ export type PutDomainServiceInfosError = OvhOpError;
2960
+ /** Update service information */
2961
+ export declare const putDomainServiceInfos: API.OperationMethod<PutDomainServiceInfosRequest, PutDomainServiceInfosResponse, PutDomainServiceInfosError, OvhOpContext>;
2962
+ export type PutDomainZoneOptionServiceInfosError = OvhOpError;
2963
+ /** Alter this object properties */
2964
+ export declare const putDomainZoneOptionServiceInfos: API.OperationMethod<PutDomainZoneOptionServiceInfosRequest, PutDomainZoneOptionServiceInfosResponse, PutDomainZoneOptionServiceInfosError, OvhOpContext>;
2965
+ export type PutDomainZoneServiceInfosError = OvhOpError;
2966
+ /** Update service information */
2967
+ export declare const putDomainZoneServiceInfos: API.OperationMethod<PutDomainZoneServiceInfosRequest, PutDomainZoneServiceInfosResponse, PutDomainZoneServiceInfosError, OvhOpContext>;
2968
+ export type PutDomainZoneSoaError = OvhOpError;
2969
+ /** Update zone SOA */
2970
+ export declare const putDomainZoneSoa: API.OperationMethod<PutDomainZoneSoaRequest, PutDomainZoneSoaResponse, PutDomainZoneSoaError, OvhOpContext>;
2971
+ export type RefreshDomainConfigurationsObfuscatedEmailError = OvhOpError;
2972
+ /** Refresh an obfuscated emails configuration with new values */
2973
+ export declare const refreshDomainConfigurationsObfuscatedEmail: API.OperationMethod<RefreshDomainConfigurationsObfuscatedEmailRequest, RefreshDomainConfigurationsObfuscatedEmailResponse, RefreshDomainConfigurationsObfuscatedEmailError, OvhOpContext>;
2974
+ export type RefreshZoneError = OvhOpError;
2975
+ /** Refresh a DNS zone */
2976
+ export declare const refreshZone: API.OperationMethod<RefreshZoneRequest, RefreshZoneResponse, RefreshZoneError, OvhOpContext>;
2977
+ export type ResetDomainZoneError = OvhOpError;
2978
+ /** Reset a DNS zone */
2979
+ export declare const resetDomainZone: API.OperationMethod<ResetDomainZoneRequest, ResetDomainZoneResponse, ResetDomainZoneError, OvhOpContext>;
2980
+ export type RestoreDomainZoneHistoryError = OvhOpError;
2981
+ /** Restore a backup point */
2982
+ export declare const restoreDomainZoneHistory: API.OperationMethod<RestoreDomainZoneHistoryRequest, DomainZoneTask, RestoreDomainZoneHistoryError, OvhOpContext>;
2983
+ export type TerminateDomainZoneError = OvhOpError;
2984
+ /** Ask for the termination of your service */
2985
+ export declare const terminateDomainZone: API.OperationMethod<TerminateDomainZoneRequest, TerminateDomainZoneResponse, TerminateDomainZoneError, OvhOpContext>;
2986
+ export type UpdateContactError = OvhOpError;
2987
+ /** Update a contact */
2988
+ export declare const updateContact: API.OperationMethod<UpdateContactRequest, DomainContact, UpdateContactError, OvhOpContext>;
2989
+ export type UpdateDomainGlueRecordError = OvhOpError;
2990
+ /** Update the glue record */
2991
+ export declare const updateDomainGlueRecord: API.OperationMethod<UpdateDomainGlueRecordRequest, DomainTask, UpdateDomainGlueRecordError, OvhOpContext>;
2992
+ export type UpdateDomainNameServerError = OvhOpError;
2993
+ /** Update DNS servers */
2994
+ export declare const updateDomainNameServer: API.OperationMethod<UpdateDomainNameServerRequest, DomainTask, UpdateDomainNameServerError, OvhOpContext>;
2995
+ //# sourceMappingURL=domain.d.ts.map