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

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 +4200 -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 +31119 -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 +5760 -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 +962 -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 +967 -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 +3080 -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 +1833 -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 +1691 -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 +3554 -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 +3072 -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 +8878 -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 +1353 -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 +1791 -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 +1022 -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 +14894 -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 +842 -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 +842 -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 +4527 -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 +3682 -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 +10954 -0
  162. package/src/services/cloud.ts +75508 -0
  163. package/src/services/cloud_v2.ts +14751 -0
  164. package/src/services/dedicatedceph.ts +2233 -0
  165. package/src/services/dedicatednasha.ts +2269 -0
  166. package/src/services/domain.ts +7998 -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 +4218 -0
  171. package/src/services/iam.ts +2060 -0
  172. package/src/services/index.ts +31 -0
  173. package/src/services/ip.ts +4462 -0
  174. package/src/services/iploadbalancing.ts +8422 -0
  175. package/src/services/ldp.ts +7274 -0
  176. package/src/services/me.ts +21720 -0
  177. package/src/services/overthebox.ts +2693 -0
  178. package/src/services/ovhcloudconnect.ts +3226 -0
  179. package/src/services/packxdsl.ts +4623 -0
  180. package/src/services/sms.ts +7255 -0
  181. package/src/services/sslgateway.ts +1408 -0
  182. package/src/services/storagenetapp.ts +2433 -0
  183. package/src/services/support.ts +598 -0
  184. package/src/services/telephony.ts +32941 -0
  185. package/src/services/vmwareclouddirectorbackup.ts +2171 -0
  186. package/src/services/vmwareclouddirectororganization.ts +2171 -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 +11290 -0
  191. package/src/services/xdsl.ts +9278 -0
  192. package/src/traits.ts +44 -0
@@ -0,0 +1,3433 @@
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
+ export interface AddDHCPStaticAddressRequest {
7
+ /** Service name */
8
+ serviceName: string;
9
+ /** Lan name */
10
+ lanName: string;
11
+ /** Dhcp name */
12
+ dhcpName: string;
13
+ /** IP address (e.g., 192.0.2.0) */
14
+ IPAddress: string;
15
+ /** The MAC address of the device */
16
+ MACAddress: string;
17
+ /** Name of the DHCP static lease */
18
+ name?: string;
19
+ }
20
+ export declare const AddDHCPStaticAddressRequest: S.Schema<AddDHCPStaticAddressRequest>;
21
+ /** DHCP Static Address */
22
+ export interface XdslDHCPStaticAddress {
23
+ /** IP address (e.g., 192.0.2.0) */
24
+ IPAddress?: string;
25
+ /** The MAC address of the device */
26
+ MACAddress?: string;
27
+ /** Name of the DHCP Static lease */
28
+ name?: string | null;
29
+ /** ID of the ongoing todo (NULL if none) */
30
+ taskId?: number | null;
31
+ }
32
+ export declare const XdslDHCPStaticAddress: S.Schema<XdslDHCPStaticAddress>;
33
+ /** Frequency between notifications. */
34
+ export type XdslMonitoringNotificationsFrequencyEnum = "1h" | "5m" | "6h" | "once";
35
+ export declare const XdslMonitoringNotificationsFrequencyEnum: any;
36
+ /** Type of notification. */
37
+ export type XdslMonitoringNotificationsTypeEnum = "mail" | "sms";
38
+ export declare const XdslMonitoringNotificationsTypeEnum: any;
39
+ export interface AddMonitoringNotificationRequest {
40
+ /** Service name */
41
+ serviceName: string;
42
+ /** Whether or not to allow notifications concerning generic incidents */
43
+ allowIncident?: boolean;
44
+ /** The number of seconds the access has to be down to trigger the alert */
45
+ downThreshold?: number;
46
+ /** The e-mail address, if type is mail */
47
+ email?: string;
48
+ /** Frequency between notifications. */
49
+ frequency: XdslMonitoringNotificationsFrequencyEnum | (string & {});
50
+ /** The phone number, if type is sms */
51
+ phone?: string;
52
+ /** The SMS account which will be debited for each sent SMS, if the type is sms */
53
+ smsAccount?: string;
54
+ /** Type of notification. */
55
+ type: XdslMonitoringNotificationsTypeEnum | (string & {});
56
+ }
57
+ export declare const AddMonitoringNotificationRequest: S.Schema<AddMonitoringNotificationRequest>;
58
+ /** Defines where and how the notifications will be sent */
59
+ export interface XdslMonitoringNotification {
60
+ /** Whether or not to allow notifications for generic incidents */
61
+ allowIncident?: boolean;
62
+ /** The number of seconds the access has to be down to trigger an alert */
63
+ downThreshold?: number;
64
+ /** The e-mail address, if type is mail */
65
+ email?: string | null;
66
+ /** Whether to enable or not */
67
+ enabled?: boolean;
68
+ /** Frequency between notifications. */
69
+ frequency?: XdslMonitoringNotificationsFrequencyEnum;
70
+ id?: number;
71
+ /** The phone number, if type is sms */
72
+ phone?: string | null;
73
+ /** The SMS account which will be debited for each sent SMS, if the type is sms */
74
+ smsAccount?: string | null;
75
+ type?: XdslMonitoringNotificationsTypeEnum;
76
+ }
77
+ export declare const XdslMonitoringNotification: S.Schema<XdslMonitoringNotification>;
78
+ /** Type of protocol for the Port Mapping */
79
+ export type XdslXdslModemConfigProtocolTypeEnum = "TCP" | "UDP";
80
+ export declare const XdslXdslModemConfigProtocolTypeEnum: any;
81
+ export interface AddPortMappingRequest {
82
+ /** Service name */
83
+ serviceName: string;
84
+ /** IPv4 address (e.g., 192.0.2.0) */
85
+ allowedRemoteIp?: string;
86
+ /** Description of the Port Mapping */
87
+ description?: string;
88
+ /** The last port of the interval on the External Client that will get the connections */
89
+ externalPortEnd?: number;
90
+ /** External Port that the modem will listen on */
91
+ externalPortStart: number;
92
+ /** IP address (e.g., 192.0.2.0) */
93
+ internalClient: string;
94
+ /** The port on the Internal Client that will get the connections */
95
+ internalPort: number;
96
+ /** The last port of the interval on the Internal Client that will get the connections */
97
+ internalPortEnd?: number;
98
+ /** Name of the port mapping entry */
99
+ name: string;
100
+ /** Type of protocol for the Port Mapping */
101
+ protocol: XdslXdslModemConfigProtocolTypeEnum | (string & {});
102
+ }
103
+ export declare const AddPortMappingRequest: S.Schema<AddPortMappingRequest>;
104
+ /** Port Mappings */
105
+ export interface XdslPortMapping {
106
+ /** An ip which will access to the defined rule. Default : no restriction applied */
107
+ allowedRemoteIp?: string | null;
108
+ /** Description of the Port Mapping */
109
+ description?: string | null;
110
+ /** The last port of the interval on the External Client that will get the connections */
111
+ externalPortEnd?: number | null;
112
+ /** External Port that the modem will listen on. List of externalPorts not available for now in the API : 8, 21, 68, 5060, 21800-21805, 51005 */
113
+ externalPortStart?: number;
114
+ /** ID of the port mapping entry */
115
+ id?: number;
116
+ /** IP address (e.g., 192.0.2.0) */
117
+ internalClient?: string;
118
+ /** The port on the Internal Client that will get the connections */
119
+ internalPort?: number;
120
+ /** The last port of the interval on the Internal Client that will get the connections */
121
+ internalPortEnd?: number | null;
122
+ /** Name of the port mapping entry */
123
+ name?: string;
124
+ /** Type of protocol for the Port Mapping */
125
+ protocol?: XdslXdslModemConfigProtocolTypeEnum;
126
+ /** ID of the ongoing todo (NULL if none) */
127
+ taskId?: number | null;
128
+ }
129
+ export declare const XdslPortMapping: S.Schema<XdslPortMapping>;
130
+ export interface ApplyTemplateModemRequest {
131
+ /** Service name */
132
+ serviceName: string;
133
+ /** Modem Template Name */
134
+ templateName: string;
135
+ }
136
+ export declare const ApplyTemplateModemRequest: S.Schema<ApplyTemplateModemRequest>;
137
+ /** Status of a task. */
138
+ export type XdslTaskStatusEnum = "cancelled" | "doing" | "done" | "error" | "problem" | "todo";
139
+ export declare const XdslTaskStatusEnum: any;
140
+ /** Describes the current status of a task */
141
+ export interface XdslTask {
142
+ function?: string;
143
+ id?: number;
144
+ status?: XdslTaskStatusEnum;
145
+ /** Date when the action will start */
146
+ todoDate?: string;
147
+ updateDate?: string;
148
+ }
149
+ export declare const XdslTask: S.Schema<XdslTask>;
150
+ export interface ArchiveXdslTaskRequest {
151
+ /** Service name */
152
+ serviceName: string;
153
+ /** Id */
154
+ id: number;
155
+ }
156
+ export declare const ArchiveXdslTaskRequest: S.Schema<ArchiveXdslTaskRequest>;
157
+ export interface ArchiveXdslTaskResponse {
158
+ }
159
+ export declare const ArchiveXdslTaskResponse: S.Schema<ArchiveXdslTaskResponse>;
160
+ export interface BookMeetingRequest {
161
+ /** Service name */
162
+ serviceName: string;
163
+ /** Meeting end date */
164
+ endDate: string;
165
+ /** Meeting start date */
166
+ startDate: string;
167
+ /** Meeting ui code ( code linked to the meeting returned by POST /xdsl/{serviceName}/orderMeetings ) */
168
+ uiCode: string;
169
+ }
170
+ export declare const BookMeetingRequest: S.Schema<BookMeetingRequest>;
171
+ export interface BookMeetingResponse {
172
+ }
173
+ export declare const BookMeetingResponse: S.Schema<BookMeetingResponse>;
174
+ export interface CancelXdslLinesDiagnosticRequest {
175
+ /** Service name */
176
+ serviceName: string;
177
+ /** Number */
178
+ number: string;
179
+ }
180
+ export declare const CancelXdslLinesDiagnosticRequest: S.Schema<CancelXdslLinesDiagnosticRequest>;
181
+ export interface CancelXdslLinesDiagnosticResponse {
182
+ }
183
+ export declare const CancelXdslLinesDiagnosticResponse: S.Schema<CancelXdslLinesDiagnosticResponse>;
184
+ export interface CancelXdslResiliationRequest {
185
+ /** Service name */
186
+ serviceName: string;
187
+ }
188
+ export declare const CancelXdslResiliationRequest: S.Schema<CancelXdslResiliationRequest>;
189
+ export interface CancelXdslResiliationResponse {
190
+ }
191
+ export declare const CancelXdslResiliationResponse: S.Schema<CancelXdslResiliationResponse>;
192
+ export interface ChangeContactRequest {
193
+ /** Service name */
194
+ serviceName: string;
195
+ /** The contact to set as admin contact */
196
+ contactAdmin?: string;
197
+ /** The contact to set as billing contact */
198
+ contactBilling?: string;
199
+ /** The contact to set as tech contact */
200
+ contactTech?: string;
201
+ }
202
+ export declare const ChangeContactRequest: S.Schema<ChangeContactRequest>;
203
+ export type ChangeContactResponseBodyList = Array<number>;
204
+ export declare const ChangeContactResponseBodyList: S.Schema<ChangeContactResponseBodyList>;
205
+ export type ChangeContactResponse = ChangeContactResponseBodyList;
206
+ export declare const ChangeContactResponse: S.Schema<ChangeContactResponse>;
207
+ export interface ChangeEmailPasswordRequest {
208
+ /** Email */
209
+ email: string;
210
+ /** New email password */
211
+ password: string | Redacted.Redacted<string>;
212
+ }
213
+ export declare const ChangeEmailPasswordRequest: S.Schema<ChangeEmailPasswordRequest>;
214
+ /** Status of an Email Pro task. */
215
+ export type XdslEmailProTaskStatusEnum = "cancelled" | "doing" | "done" | "error" | "todo";
216
+ export declare const XdslEmailProTaskStatusEnum: any;
217
+ /** Task Struct */
218
+ export interface XdslEmailProTask {
219
+ /** Finished date of the task */
220
+ finishDate?: string | null;
221
+ /** Function of the task */
222
+ function?: string;
223
+ /** Status of an Email Pro task. */
224
+ status?: XdslEmailProTaskStatusEnum;
225
+ /** Todo date of the task */
226
+ todoDate?: string;
227
+ }
228
+ export declare const XdslEmailProTask: S.Schema<XdslEmailProTask>;
229
+ export interface ChangeLineDSLAMProfileRequest {
230
+ /** Service name */
231
+ serviceName: string;
232
+ /** Number */
233
+ number: string;
234
+ /** The id of the xdsl.DslamLineProfile */
235
+ dslamProfileId: number;
236
+ }
237
+ export declare const ChangeLineDSLAMProfileRequest: S.Schema<ChangeLineDSLAMProfileRequest>;
238
+ export interface CreateModemTemplateRequest {
239
+ /** Modem Template name (only alphanumeric characters) */
240
+ name: string;
241
+ /** The access name with the config you want to duplicate */
242
+ serviceName: string;
243
+ }
244
+ export declare const CreateModemTemplateRequest: S.Schema<CreateModemTemplateRequest>;
245
+ /** DHCP Configuration for Modem Template */
246
+ export interface XdslTemplateModemDHCP {
247
+ /** IP address (e.g., 192.0.2.0) */
248
+ defaultGateway?: string;
249
+ /** Name of the DHCP */
250
+ dhcpName?: string;
251
+ /** Domain name provided to the clients */
252
+ domainName?: string;
253
+ /** IP address (e.g., 192.0.2.0) */
254
+ endAddress?: string;
255
+ /** Lease time in seconds of client assigned address (-1 means infinite) */
256
+ leaseTime?: number;
257
+ /** IP address (e.g., 192.0.2.0) */
258
+ primaryDNS?: string;
259
+ /** Secondary DNS servers to be given to the clients */
260
+ secondaryDNS?: string | null;
261
+ /** State of the DHCP server of the modem */
262
+ serverEnabled?: boolean;
263
+ /** IP address (e.g., 192.0.2.0) */
264
+ startAddress?: string;
265
+ /** IP address (e.g., 192.0.2.0) */
266
+ subnetMask?: string;
267
+ }
268
+ export declare const XdslTemplateModemDHCP: S.Schema<XdslTemplateModemDHCP>;
269
+ /** List of DHCP for this template */
270
+ export type XdslTemplateModemDHCPList = Array<XdslTemplateModemDHCP>;
271
+ export declare const XdslTemplateModemDHCPList: S.Schema<XdslTemplateModemDHCPList>;
272
+ /** How the modem gets its LAN IP Address */
273
+ export type XdslXdslModemConfigAddressingTypeEnum = "DHCP" | "Static";
274
+ export declare const XdslXdslModemConfigAddressingTypeEnum: any;
275
+ /** LAN Configuration for Modem Template */
276
+ export interface XdslTemplateModemLAN {
277
+ /** IP address (e.g., 192.0.2.0) */
278
+ IPAddress?: string;
279
+ /** How the modem gets its LAN IP Address */
280
+ addressingType?: XdslXdslModemConfigAddressingTypeEnum;
281
+ /** Name of the LAN */
282
+ lanName?: string;
283
+ /** IP address (e.g., 192.0.2.0) */
284
+ subnetMask?: string;
285
+ }
286
+ export declare const XdslTemplateModemLAN: S.Schema<XdslTemplateModemLAN>;
287
+ /** List of LAN for this template */
288
+ export type XdslTemplateModemLANList = Array<XdslTemplateModemLAN>;
289
+ export declare const XdslTemplateModemLANList: S.Schema<XdslTemplateModemLANList>;
290
+ /** How the WiFi channel is selected */
291
+ export type XdslXdslModemConfigChannelModeEnum = "Auto" | "Manual";
292
+ export declare const XdslXdslModemConfigChannelModeEnum: any;
293
+ /** Modem frequency */
294
+ export type XdslXdslModemConfigFrequencyEnum = "2.4GHz" | "5GHz";
295
+ export declare const XdslXdslModemConfigFrequencyEnum: any;
296
+ /** Type of WLAN security protection */
297
+ export type XdslTemplateModemSecurityTypeEnum = "None" | "WPA" | "WPA2" | "WPA2andWPA3" | "WPA3" | "WPAandWPA2";
298
+ export declare const XdslTemplateModemSecurityTypeEnum: any;
299
+ /** WLAN Configuration for Modem Template */
300
+ export interface XdslTemplateModemWLAN {
301
+ /** Service Set Identifier of the WLAN interface */
302
+ SSID?: string;
303
+ /** Control if Wifi is discoverable or hidden */
304
+ SSIDAdvertisementEnabled?: boolean;
305
+ /** Indicate if frequencies 2.4GHz and 5GHz are agregated */
306
+ bandSteering?: boolean;
307
+ /** Channel number (Useless if channelMode is set to Auto) */
308
+ channel?: number;
309
+ /** How the WiFi channel is selected */
310
+ channelMode?: XdslXdslModemConfigChannelModeEnum;
311
+ /** Wifi state */
312
+ enabled?: boolean;
313
+ /** Modem frequency */
314
+ frequency?: XdslXdslModemConfigFrequencyEnum;
315
+ /** Indicate if it is normal access wifi or guest wifi */
316
+ guest?: boolean;
317
+ /** Encrypted WLAN passphrase */
318
+ securityKey?: string;
319
+ /** Type of WLAN security protection */
320
+ securityType?: XdslTemplateModemSecurityTypeEnum;
321
+ /** Wifi Name */
322
+ wifiName?: string;
323
+ }
324
+ export declare const XdslTemplateModemWLAN: S.Schema<XdslTemplateModemWLAN>;
325
+ /** List of WLAN for this template */
326
+ export type XdslTemplateModemWLANList = Array<XdslTemplateModemWLAN>;
327
+ export declare const XdslTemplateModemWLANList: S.Schema<XdslTemplateModemWLANList>;
328
+ /** Size of the Maximum Transmission Unit on the modem's interfaces */
329
+ export type XdslXdslModemConfigMTUSizeEnum = 1432 | 1456 | 1492;
330
+ export declare const XdslXdslModemConfigMTUSizeEnum: any;
331
+ /** WLAN names list to ignore. Ignore only listed WLAN */
332
+ export type XdslTemplateModemParametersToIgnoreWLANListList = Array<string>;
333
+ export declare const XdslTemplateModemParametersToIgnoreWLANListList: S.Schema<XdslTemplateModemParametersToIgnoreWLANListList>;
334
+ /** PortMapping names list to ignore. Ignore only listed portMapping */
335
+ export type XdslTemplateModemParametersToIgnorePortMappingListList = Array<string>;
336
+ export declare const XdslTemplateModemParametersToIgnorePortMappingListList: S.Schema<XdslTemplateModemParametersToIgnorePortMappingListList>;
337
+ /** Parameters and values to ignore when apply modem template configuration */
338
+ export interface XdslTemplateModemParametersToIgnore {
339
+ /** Ignore LAN and DHCP configurations */
340
+ LANandDHCP?: boolean | null;
341
+ /** WLAN names list to ignore. Ignore only listed WLAN */
342
+ WLANList?: XdslTemplateModemParametersToIgnoreWLANListList | null;
343
+ /** Ignore DMZ configuration */
344
+ dmzIP?: boolean | null;
345
+ /** Ignore MTU Size value */
346
+ mtuSize?: boolean | null;
347
+ /** PortMapping names list to ignore. Ignore only listed portMapping */
348
+ portMappingList?: XdslTemplateModemParametersToIgnorePortMappingListList | null;
349
+ }
350
+ export declare const XdslTemplateModemParametersToIgnore: S.Schema<XdslTemplateModemParametersToIgnore>;
351
+ /** PortMapping Configuration for Modem Template */
352
+ export interface XdslTemplateModemPortMapping {
353
+ /** An ip which will access to the defined rule. Default : no restriction applied */
354
+ allowedRemoteIp?: string | null;
355
+ /** Description of the Port Mapping */
356
+ description?: string | null;
357
+ /** The last port of the interval on the External Client that will get the connections */
358
+ externalPortEnd?: number | null;
359
+ /** External Port that the modem will listen on. List of externalPorts not available for now in the API : 8, 21, 68, 5060, 21800-21805, 51005 */
360
+ externalPortStart?: number;
361
+ /** IP address (e.g., 192.0.2.0) */
362
+ internalClient?: string;
363
+ /** The port on the Internal Client that will get the connections */
364
+ internalPort?: number;
365
+ /** Name of the port mapping entry */
366
+ name?: string;
367
+ /** Type of protocol for the Port Mapping */
368
+ protocol?: XdslXdslModemConfigProtocolTypeEnum;
369
+ }
370
+ export declare const XdslTemplateModemPortMapping: S.Schema<XdslTemplateModemPortMapping>;
371
+ /** List of PortMapping for this template */
372
+ export type XdslTemplateModemPortMappingList = Array<XdslTemplateModemPortMapping>;
373
+ export declare const XdslTemplateModemPortMappingList: S.Schema<XdslTemplateModemPortMappingList>;
374
+ /** Modem Template */
375
+ export interface XdslTemplateModem {
376
+ /** List of DHCP for this template */
377
+ DHCP?: XdslTemplateModemDHCPList;
378
+ /** List of LAN for this template */
379
+ LAN?: XdslTemplateModemLANList;
380
+ /** List of WLAN for this template */
381
+ WLAN?: XdslTemplateModemWLANList;
382
+ /** Parameters capabilities. Lists what can be applied from this template */
383
+ capabilities?: string;
384
+ /** Template creation date */
385
+ creationDate?: string;
386
+ /** IP Address of the DMZ */
387
+ dmzIP?: string | null;
388
+ /** Size of the Maximum Transmission Unit on the modem's interfaces */
389
+ mtuSize?: XdslXdslModemConfigMTUSizeEnum | null;
390
+ /** Name of the Modem Template */
391
+ name?: string;
392
+ /** Do not apply these parameters from template. You can use parametersCapabilities to know availability */
393
+ parametersToIgnore?: XdslTemplateModemParametersToIgnore | null;
394
+ /** List of PortMapping for this template */
395
+ portMapping?: XdslTemplateModemPortMappingList;
396
+ }
397
+ export declare const XdslTemplateModem: S.Schema<XdslTemplateModem>;
398
+ export interface CreateXdslAddressMoveExtraIpRangeMoveRequest {
399
+ /** Service name */
400
+ serviceName: string;
401
+ }
402
+ export declare const CreateXdslAddressMoveExtraIpRangeMoveRequest: S.Schema<CreateXdslAddressMoveExtraIpRangeMoveRequest>;
403
+ export interface CreateXdslDiagnosticRequest {
404
+ /** Service name */
405
+ serviceName: string;
406
+ }
407
+ export declare const CreateXdslDiagnosticRequest: S.Schema<CreateXdslDiagnosticRequest>;
408
+ export interface CreateXdslIpsRequest {
409
+ /** Service name */
410
+ serviceName: string;
411
+ }
412
+ export declare const CreateXdslIpsRequest: S.Schema<CreateXdslIpsRequest>;
413
+ export interface CreateXdslModemReconfigureVoipRequest {
414
+ /** Service name */
415
+ serviceName: string;
416
+ }
417
+ export declare const CreateXdslModemReconfigureVoipRequest: S.Schema<CreateXdslModemReconfigureVoipRequest>;
418
+ export interface CreateXdslModemReconfigureVoipResponse {
419
+ }
420
+ export declare const CreateXdslModemReconfigureVoipResponse: S.Schema<CreateXdslModemReconfigureVoipResponse>;
421
+ export interface CreateXdslRequestPPPLoginMailRequest {
422
+ /** Service name */
423
+ serviceName: string;
424
+ }
425
+ export declare const CreateXdslRequestPPPLoginMailRequest: S.Schema<CreateXdslRequestPPPLoginMailRequest>;
426
+ export interface CreateXdslRequestPPPLoginMailResponse {
427
+ }
428
+ export declare const CreateXdslRequestPPPLoginMailResponse: S.Schema<CreateXdslRequestPPPLoginMailResponse>;
429
+ export interface CreateXdslSpareReturnMerchandiseRequest {
430
+ /** Spare */
431
+ spare: string;
432
+ }
433
+ export declare const CreateXdslSpareReturnMerchandiseRequest: S.Schema<CreateXdslSpareReturnMerchandiseRequest>;
434
+ export interface CreateXdslSpareReturnMerchandiseResponse {
435
+ }
436
+ export declare const CreateXdslSpareReturnMerchandiseResponse: S.Schema<CreateXdslSpareReturnMerchandiseResponse>;
437
+ export interface DeleteModemTemplateRequest {
438
+ /** Name */
439
+ name: string;
440
+ }
441
+ export declare const DeleteModemTemplateRequest: S.Schema<DeleteModemTemplateRequest>;
442
+ export interface DeleteModemTemplateResponse {
443
+ }
444
+ export declare const DeleteModemTemplateResponse: S.Schema<DeleteModemTemplateResponse>;
445
+ export interface DeleteXdslEmailProRequest {
446
+ /** Email */
447
+ email: string;
448
+ }
449
+ export declare const DeleteXdslEmailProRequest: S.Schema<DeleteXdslEmailProRequest>;
450
+ export interface DeleteXdslEmailProResponse {
451
+ }
452
+ export declare const DeleteXdslEmailProResponse: S.Schema<DeleteXdslEmailProResponse>;
453
+ export interface DeleteXdslIpsRequest {
454
+ /** Service name */
455
+ serviceName: string;
456
+ /** Ip */
457
+ ip: string;
458
+ }
459
+ export declare const DeleteXdslIpsRequest: S.Schema<DeleteXdslIpsRequest>;
460
+ export interface DeleteXdslIpsResponse {
461
+ }
462
+ export declare const DeleteXdslIpsResponse: S.Schema<DeleteXdslIpsResponse>;
463
+ export interface DeleteXdslRmaRequest {
464
+ /** Service name */
465
+ serviceName: string;
466
+ /** Id */
467
+ id: string;
468
+ }
469
+ export declare const DeleteXdslRmaRequest: S.Schema<DeleteXdslRmaRequest>;
470
+ export interface DeleteXdslRmaResponse {
471
+ }
472
+ export declare const DeleteXdslRmaResponse: S.Schema<DeleteXdslRmaResponse>;
473
+ export interface DeleteXdslSpareRequest {
474
+ /** Spare */
475
+ spare: string;
476
+ }
477
+ export declare const DeleteXdslSpareRequest: S.Schema<DeleteXdslSpareRequest>;
478
+ export interface DeleteXdslSpareResponse {
479
+ }
480
+ export declare const DeleteXdslSpareResponse: S.Schema<DeleteXdslSpareResponse>;
481
+ export interface GetAccessModemReplacementRequest {
482
+ /** Service name */
483
+ serviceName: string;
484
+ }
485
+ export declare const GetAccessModemReplacementRequest: S.Schema<GetAccessModemReplacementRequest>;
486
+ /** Currency code */
487
+ export type OrderCurrencyCodeEnum = "AUD" | "CAD" | "CZK" | "EUR" | "GBP" | "INR" | "LTL" | "MAD" | "N/A" | "PLN" | "SGD" | "TND" | "USD" | "XOF" | "points";
488
+ export declare const OrderCurrencyCodeEnum: any;
489
+ /** Price with its currency and textual representation */
490
+ export interface OrderPrice {
491
+ /** Currency code */
492
+ currencyCode?: OrderCurrencyCodeEnum;
493
+ /** Price in microcents */
494
+ priceInUcents?: number | null;
495
+ /** Textual representation */
496
+ text?: string;
497
+ /** The effective price */
498
+ value?: number;
499
+ }
500
+ export declare const OrderPrice: S.Schema<OrderPrice>;
501
+ /** Information about modem exchange */
502
+ export interface XdslModemExchangeInfo {
503
+ /** To know if you can exchange your modem */
504
+ canExchange?: boolean;
505
+ /** Model of the new modem */
506
+ newModel?: string;
507
+ /** Price with it's currency and textual representation */
508
+ price?: OrderPrice;
509
+ /** Price with it's currency and textual representation */
510
+ priceWithTax?: OrderPrice;
511
+ }
512
+ export declare const XdslModemExchangeInfo: S.Schema<XdslModemExchangeInfo>;
513
+ export interface GetBlocIPStatusRequest {
514
+ /** Service name */
515
+ serviceName: string;
516
+ }
517
+ export declare const GetBlocIPStatusRequest: S.Schema<GetBlocIPStatusRequest>;
518
+ /** Status of the service */
519
+ export type XdslServiceStatusEnum = "disabled" | "enabled";
520
+ export declare const XdslServiceStatusEnum: any;
521
+ export type GetBlocIPStatusResponse = XdslServiceStatusEnum;
522
+ export declare const GetBlocIPStatusResponse: S.Schema<GetBlocIPStatusResponse>;
523
+ export interface GetContentSharingStatusRequest {
524
+ /** Service name */
525
+ serviceName: string;
526
+ }
527
+ export declare const GetContentSharingStatusRequest: S.Schema<GetContentSharingStatusRequest>;
528
+ export type GetContentSharingStatusResponse = XdslServiceStatusEnum;
529
+ export declare const GetContentSharingStatusResponse: S.Schema<GetContentSharingStatusResponse>;
530
+ export interface GetDHCPStaticAddressRequest {
531
+ /** Service name */
532
+ serviceName: string;
533
+ /** Lan name */
534
+ lanName: string;
535
+ /** Dhcp name */
536
+ dhcpName: string;
537
+ /** macaddress */
538
+ MACAddress: string;
539
+ }
540
+ export declare const GetDHCPStaticAddressRequest: S.Schema<GetDHCPStaticAddressRequest>;
541
+ export interface GetDHCPStaticAddressesRequest {
542
+ /** Service name */
543
+ serviceName: string;
544
+ /** Lan name */
545
+ lanName: string;
546
+ /** Dhcp name */
547
+ dhcpName: string;
548
+ }
549
+ export declare const GetDHCPStaticAddressesRequest: S.Schema<GetDHCPStaticAddressesRequest>;
550
+ export type GetDHCPStaticAddressesResponseBodyList = Array<string>;
551
+ export declare const GetDHCPStaticAddressesResponseBodyList: S.Schema<GetDHCPStaticAddressesResponseBodyList>;
552
+ export type GetDHCPStaticAddressesResponse = GetDHCPStaticAddressesResponseBodyList;
553
+ export declare const GetDHCPStaticAddressesResponse: S.Schema<GetDHCPStaticAddressesResponse>;
554
+ export interface GetFirmwareVersionRequest {
555
+ /** Service name */
556
+ serviceName: string;
557
+ }
558
+ export declare const GetFirmwareVersionRequest: S.Schema<GetFirmwareVersionRequest>;
559
+ export type GetFirmwareVersionResponse = string;
560
+ export declare const GetFirmwareVersionResponse: S.Schema<GetFirmwareVersionResponse>;
561
+ export interface GetFTPStatusRequest {
562
+ /** Service name */
563
+ serviceName: string;
564
+ }
565
+ export declare const GetFTPStatusRequest: S.Schema<GetFTPStatusRequest>;
566
+ export type GetFTPStatusResponse = XdslServiceStatusEnum;
567
+ export declare const GetFTPStatusResponse: S.Schema<GetFTPStatusResponse>;
568
+ export interface GetIpsecAlgStatusRequest {
569
+ /** Service name */
570
+ serviceName: string;
571
+ }
572
+ export declare const GetIpsecAlgStatusRequest: S.Schema<GetIpsecAlgStatusRequest>;
573
+ export type GetIpsecAlgStatusResponse = XdslServiceStatusEnum;
574
+ export declare const GetIpsecAlgStatusResponse: S.Schema<GetIpsecAlgStatusResponse>;
575
+ export interface GetModemCallWaitingStatusRequest {
576
+ /** Service name */
577
+ serviceName: string;
578
+ }
579
+ export declare const GetModemCallWaitingStatusRequest: S.Schema<GetModemCallWaitingStatusRequest>;
580
+ export type GetModemCallWaitingStatusResponse = XdslServiceStatusEnum;
581
+ export declare const GetModemCallWaitingStatusResponse: S.Schema<GetModemCallWaitingStatusResponse>;
582
+ export interface GetModemTemplateRequest {
583
+ /** Name */
584
+ name: string;
585
+ }
586
+ export declare const GetModemTemplateRequest: S.Schema<GetModemTemplateRequest>;
587
+ export interface GetModemTemplatesRequest {
588
+ }
589
+ export declare const GetModemTemplatesRequest: S.Schema<GetModemTemplatesRequest>;
590
+ export type GetModemTemplatesResponseBodyList = Array<string>;
591
+ export declare const GetModemTemplatesResponseBodyList: S.Schema<GetModemTemplatesResponseBodyList>;
592
+ export type GetModemTemplatesResponse = GetModemTemplatesResponseBodyList;
593
+ export declare const GetModemTemplatesResponse: S.Schema<GetModemTemplatesResponse>;
594
+ export interface GetMonitoringNotificationRequest {
595
+ /** Service name */
596
+ serviceName: string;
597
+ /** Id */
598
+ id: number;
599
+ }
600
+ export declare const GetMonitoringNotificationRequest: S.Schema<GetMonitoringNotificationRequest>;
601
+ export interface GetMonitoringNotificationsRequest {
602
+ /** Service name */
603
+ serviceName: string;
604
+ }
605
+ export declare const GetMonitoringNotificationsRequest: S.Schema<GetMonitoringNotificationsRequest>;
606
+ export type GetMonitoringNotificationsResponseBodyList = Array<number>;
607
+ export declare const GetMonitoringNotificationsResponseBodyList: S.Schema<GetMonitoringNotificationsResponseBodyList>;
608
+ export type GetMonitoringNotificationsResponse = GetMonitoringNotificationsResponseBodyList;
609
+ export declare const GetMonitoringNotificationsResponse: S.Schema<GetMonitoringNotificationsResponse>;
610
+ export interface GetPortMappingRequest {
611
+ /** Service name */
612
+ serviceName: string;
613
+ /** Name */
614
+ name: string;
615
+ }
616
+ export declare const GetPortMappingRequest: S.Schema<GetPortMappingRequest>;
617
+ export interface GetPortMappingsRequest {
618
+ /** Service name */
619
+ serviceName: string;
620
+ }
621
+ export declare const GetPortMappingsRequest: S.Schema<GetPortMappingsRequest>;
622
+ export type GetPortMappingsResponseBodyList = Array<string>;
623
+ export declare const GetPortMappingsResponseBodyList: S.Schema<GetPortMappingsResponseBodyList>;
624
+ export type GetPortMappingsResponse = GetPortMappingsResponseBodyList;
625
+ export declare const GetPortMappingsResponse: S.Schema<GetPortMappingsResponse>;
626
+ export interface GetSipAlgStatusRequest {
627
+ /** Service name */
628
+ serviceName: string;
629
+ }
630
+ export declare const GetSipAlgStatusRequest: S.Schema<GetSipAlgStatusRequest>;
631
+ export type GetSipAlgStatusResponse = XdslServiceStatusEnum;
632
+ export declare const GetSipAlgStatusResponse: S.Schema<GetSipAlgStatusResponse>;
633
+ export interface GetUpnpStatusRequest {
634
+ /** Service name */
635
+ serviceName: string;
636
+ }
637
+ export declare const GetUpnpStatusRequest: S.Schema<GetUpnpStatusRequest>;
638
+ export type GetUpnpStatusResponse = XdslServiceStatusEnum;
639
+ export declare const GetUpnpStatusResponse: S.Schema<GetUpnpStatusResponse>;
640
+ export interface GetWifiMeshStatusRequest {
641
+ /** Service name */
642
+ serviceName: string;
643
+ }
644
+ export declare const GetWifiMeshStatusRequest: S.Schema<GetWifiMeshStatusRequest>;
645
+ export type GetWifiMeshStatusResponse = XdslServiceStatusEnum;
646
+ export declare const GetWifiMeshStatusResponse: S.Schema<GetWifiMeshStatusResponse>;
647
+ export interface GetWifiOneSsidStatusRequest {
648
+ /** Service name */
649
+ serviceName: string;
650
+ }
651
+ export declare const GetWifiOneSsidStatusRequest: S.Schema<GetWifiOneSsidStatusRequest>;
652
+ export type GetWifiOneSsidStatusResponse = XdslServiceStatusEnum;
653
+ export declare const GetWifiOneSsidStatusResponse: S.Schema<GetWifiOneSsidStatusResponse>;
654
+ export interface GetXdslRequest {
655
+ /** Service name */
656
+ serviceName: string;
657
+ }
658
+ export declare const GetXdslRequest: S.Schema<GetXdslRequest>;
659
+ /** Possible DSL technologies */
660
+ export type XdslDslTypeEnum = "adsl" | "ftte" | "ftth" | "sdsl" | "vdsl";
661
+ export declare const XdslDslTypeEnum: any;
662
+ /** All components of an address */
663
+ export interface XdslAddressDetail {
664
+ building?: string | null;
665
+ city?: string;
666
+ door?: string | null;
667
+ firstName?: string;
668
+ floor?: string | null;
669
+ /** Identifier of the city */
670
+ inseeCode?: string;
671
+ lastName?: string;
672
+ numberStreet?: string;
673
+ residence?: string | null;
674
+ /** Identifier of the street */
675
+ rivoliCode?: string;
676
+ stairs?: string | null;
677
+ street?: string;
678
+ zipCode?: string;
679
+ }
680
+ export declare const XdslAddressDetail: S.Schema<XdslAddressDetail>;
681
+ /** Describe the capabilities of the Access */
682
+ export interface XdslAccessCapabilities {
683
+ canApplyLnsRateLimit?: boolean;
684
+ canChangeDslamProfile?: boolean;
685
+ canChangeLns?: boolean;
686
+ canGetRadiusConnectionLogs?: boolean;
687
+ canResetDslamPort?: boolean;
688
+ hasDslamPort?: boolean;
689
+ }
690
+ export declare const XdslAccessCapabilities: S.Schema<XdslAccessCapabilities>;
691
+ /** Resource tags. Tags that were internally computed are prefixed with ovh: */
692
+ export type IamResourceMetadataTagsMap = {
693
+ [key: string]: string | undefined;
694
+ };
695
+ export declare const IamResourceMetadataTagsMap: S.Schema<IamResourceMetadataTagsMap>;
696
+ /** IAM resource metadata embedded in services models */
697
+ export interface IamResourceMetadata {
698
+ /** Resource display name */
699
+ displayName?: string | null;
700
+ /** Unique identifier of the resource */
701
+ id?: string;
702
+ /** Resource tags. Tags that were internally computed are prefixed with ovh: */
703
+ tags?: IamResourceMetadataTagsMap | null;
704
+ /** Unique resource name used in policies */
705
+ urn?: string;
706
+ }
707
+ export declare const IamResourceMetadata: S.Schema<IamResourceMetadata>;
708
+ /** Status allowed for mail sending */
709
+ export type XdslMailSendingAccessStatusEnum = "blockedForSpam" | "disabled" | "enabled";
710
+ export declare const XdslMailSendingAccessStatusEnum: any;
711
+ /** The providers */
712
+ export type XdslProviderEnum = "axione" | "bouygues" | "ft" | "ftBySfr" | "kosc" | "koscDeg" | "ovh" | "sfr";
713
+ export declare const XdslProviderEnum: any;
714
+ /** Available access roles */
715
+ export type XdslAccessRoleEnum = "backup" | "main";
716
+ export declare const XdslAccessRoleEnum: any;
717
+ /** Status of the access */
718
+ export type XdslAccessStatusEnum = "active" | "cancelled" | "close" | "deleting" | "doing" | "migration" | "slamming" | "terminated" | "upgradeOffer";
719
+ export declare const XdslAccessStatusEnum: any;
720
+ /** XDSL Access */
721
+ export interface XdslAccessWithIAM {
722
+ accessName?: string;
723
+ accessType?: XdslDslTypeEnum;
724
+ address?: XdslAddressDetail;
725
+ capabilities?: XdslAccessCapabilities;
726
+ description?: string;
727
+ /** IAM resource metadata */
728
+ iam?: IamResourceMetadata | null;
729
+ ipv6Enabled?: boolean;
730
+ /** Rate limit on the LNS in kbps - Only available if canApplyLnsRateLimit capability is set to true - Must be a multiple of 64 - Min value 64 / Max value 100032 */
731
+ lnsRateLimit?: number | null;
732
+ /** Status of mail sending on the Access */
733
+ mailSending?: XdslMailSendingAccessStatusEnum | null;
734
+ /** Whether or not this access is monitored */
735
+ monitoring?: boolean;
736
+ nra?: string;
737
+ /** Pack name, if access is in a pack */
738
+ packName?: string | null;
739
+ pairsNumber?: number;
740
+ /** The provider */
741
+ provider?: XdslProviderEnum;
742
+ /** The provider of the infrastructure, if applicable */
743
+ providerInfra?: string | null;
744
+ role?: XdslAccessRoleEnum;
745
+ status?: XdslAccessStatusEnum;
746
+ }
747
+ export declare const XdslAccessWithIAM: S.Schema<XdslAccessWithIAM>;
748
+ export interface GetXdslAddressMoveExtraIpRangeRequest {
749
+ /** Service name */
750
+ serviceName: string;
751
+ }
752
+ export declare const GetXdslAddressMoveExtraIpRangeRequest: S.Schema<GetXdslAddressMoveExtraIpRangeRequest>;
753
+ /** Informations about the extra IP range during address move */
754
+ export interface XdslExtraIpRangeMove {
755
+ /** Date of the migration */
756
+ date?: string;
757
+ /** IPv4 CIDR notation (e.g., 192.0.2.0/24) */
758
+ ipRange?: string;
759
+ /** Access where the IP range will be moved to */
760
+ moveTo?: string;
761
+ }
762
+ export declare const XdslExtraIpRangeMove: S.Schema<XdslExtraIpRangeMove>;
763
+ export interface GetXdslAntiSpamRequest {
764
+ /** Service name */
765
+ serviceName: string;
766
+ /** Ip */
767
+ ip: string;
768
+ }
769
+ export declare const GetXdslAntiSpamRequest: S.Schema<GetXdslAntiSpamRequest>;
770
+ /** AntiSpam status */
771
+ export type XdslAntiSpamAntiSpamStatusEnum = "block" | "done" | "new" | "unblock" | "warn";
772
+ export declare const XdslAntiSpamAntiSpamStatusEnum: any;
773
+ /** Spams detected from xdsl access */
774
+ export interface XdslAntiSpam {
775
+ /** Detection date */
776
+ date?: string;
777
+ /** IP which spam */
778
+ ip?: string;
779
+ /** Last spam detection date */
780
+ lastSpamDetected?: string;
781
+ /** AntiSpam status */
782
+ status?: XdslAntiSpamAntiSpamStatusEnum;
783
+ }
784
+ export declare const XdslAntiSpam: S.Schema<XdslAntiSpam>;
785
+ export interface GetXdslCanCancelResiliationRequest {
786
+ /** Service name */
787
+ serviceName: string;
788
+ }
789
+ export declare const GetXdslCanCancelResiliationRequest: S.Schema<GetXdslCanCancelResiliationRequest>;
790
+ export type GetXdslCanCancelResiliationResponse = boolean;
791
+ export declare const GetXdslCanCancelResiliationResponse: S.Schema<GetXdslCanCancelResiliationResponse>;
792
+ export interface GetXdslDiagnosticRequest {
793
+ /** Service name */
794
+ serviceName: string;
795
+ }
796
+ export declare const GetXdslDiagnosticRequest: S.Schema<GetXdslDiagnosticRequest>;
797
+ /** Describe the capabilities of the access diagnostic */
798
+ export interface XdslAccessDiagnosticCapabilities {
799
+ incident?: boolean;
800
+ isActiveOnLns?: boolean;
801
+ isModemConnected?: boolean;
802
+ lineTest?: boolean;
803
+ ping?: boolean;
804
+ proposedProfileId?: boolean;
805
+ sync?: boolean;
806
+ }
807
+ export declare const XdslAccessDiagnosticCapabilities: S.Schema<XdslAccessDiagnosticCapabilities>;
808
+ /** Line tests results */
809
+ export type XdslLineTestEnum = "actionPending" | "customerSideProblem" | "error" | "noProblem" | "ovhSideProblem";
810
+ export declare const XdslLineTestEnum: any;
811
+ /** Detailed line tests */
812
+ export interface XdslLineDiagnostic {
813
+ lineTest?: XdslLineTestEnum | null;
814
+ lineTestTime?: string | null;
815
+ number?: string;
816
+ proposedProfileId?: number | null;
817
+ sync?: boolean;
818
+ }
819
+ export declare const XdslLineDiagnostic: S.Schema<XdslLineDiagnostic>;
820
+ /** Test details by line */
821
+ export type XdslAccessDiagnosticLineDetailsList = Array<XdslLineDiagnostic>;
822
+ export declare const XdslAccessDiagnosticLineDetailsList: S.Schema<XdslAccessDiagnosticLineDetailsList>;
823
+ /** Diagnostic of the access */
824
+ export interface XdslAccessDiagnostic {
825
+ /** Available tests for this access */
826
+ capabilities?: XdslAccessDiagnosticCapabilities;
827
+ /** Datime of the diagnostic */
828
+ diagnosticTime?: string;
829
+ /** Is there an ongoing genericIncident on the access ? */
830
+ incident?: boolean | null;
831
+ /** Is the access active on its primary or secondary LNS */
832
+ isActiveOnLns?: boolean | null;
833
+ /** Is the modem connected ? */
834
+ isModemConnected?: boolean | null;
835
+ /** Test details by line */
836
+ lineDetails?: XdslAccessDiagnosticLineDetailsList | null;
837
+ /** Is there an ongoing scheduled maintenance by operator on the access ? */
838
+ maintenance?: boolean | null;
839
+ /** Does the access ping ? */
840
+ ping?: boolean | null;
841
+ /** Remaining number of diagnostic for this access */
842
+ remaining?: number;
843
+ }
844
+ export declare const XdslAccessDiagnostic: S.Schema<XdslAccessDiagnostic>;
845
+ export interface GetXdslEmailProRequest {
846
+ /** Email */
847
+ email: string;
848
+ }
849
+ export declare const GetXdslEmailProRequest: S.Schema<GetXdslEmailProRequest>;
850
+ /** complexType.UnitAndValue_double */
851
+ export interface ComplexTypeUnitAndValueDouble {
852
+ unit?: string;
853
+ value?: number;
854
+ }
855
+ export declare const ComplexTypeUnitAndValueDouble: S.Schema<ComplexTypeUnitAndValueDouble>;
856
+ /** complexType.UnitAndValue_long */
857
+ export type ComplexTypeUnitAndValueLong = ComplexTypeUnitAndValueDouble;
858
+ export declare const ComplexTypeUnitAndValueLong: S.Schema<ComplexTypeUnitAndValueDouble>;
859
+ /** Current object state */
860
+ export type EmailProObjectStateEnum = "creating" | "deleting" | "ok" | "reopening" | "suspended" | "suspending" | "unknown";
861
+ export declare const EmailProObjectStateEnum: any;
862
+ /** XDSL Email Pro */
863
+ export interface XdslXdslEmailProWithIAM {
864
+ /** Mailbox usage */
865
+ currentUsage?: ComplexTypeUnitAndValueDouble;
866
+ /** Account display name */
867
+ displayName?: string | null;
868
+ /** Email domain */
869
+ domain?: string;
870
+ /** Account first name */
871
+ firstName?: string | null;
872
+ /** IAM resource metadata */
873
+ iam?: IamResourceMetadata | null;
874
+ /** Account id */
875
+ id?: number;
876
+ /** Account initials */
877
+ initial?: string | null;
878
+ /** Last logoff */
879
+ lastLogoffDate?: string | null;
880
+ /** Last logon */
881
+ lastLogonDate?: string | null;
882
+ /** Account last name */
883
+ lastName?: string | null;
884
+ /** Account login */
885
+ login?: string;
886
+ /** Time of account's password last update */
887
+ passwordLastUpdate?: string | Redacted.Redacted<string> | null;
888
+ /** Default email for this mailbox */
889
+ primaryEmailAddress?: string;
890
+ /** Account maximum size */
891
+ quota?: ComplexTypeUnitAndValueDouble;
892
+ /** Account state */
893
+ state?: EmailProObjectStateEnum;
894
+ /** Pending tasks for this account */
895
+ taskPendingId?: number | null;
896
+ }
897
+ export declare const XdslXdslEmailProWithIAM: S.Schema<XdslXdslEmailProWithIAM>;
898
+ export interface GetXdslFiberEligibilityRequest {
899
+ /** Service name */
900
+ serviceName: string;
901
+ /** Id */
902
+ id: number;
903
+ }
904
+ export declare const GetXdslFiberEligibilityRequest: S.Schema<GetXdslFiberEligibilityRequest>;
905
+ /** Copper grid closure trajectory */
906
+ export interface XdslCopperGridClosureTrajectory {
907
+ /** Commercial closure announcement date */
908
+ commercialClosureAnnouncementDate?: string | null;
909
+ /** Commercial closure date */
910
+ commercialClosureDate?: string | null;
911
+ /** Commercial closure initial date */
912
+ commercialClosureInitialDate?: string | null;
913
+ /** Department code */
914
+ departmentCode?: string;
915
+ /** Department name */
916
+ departmentName?: string | null;
917
+ /** FTTH zone */
918
+ ftthZone?: string | null;
919
+ /** INSEE code */
920
+ inseeCode?: string;
921
+ /** Lot */
922
+ lot?: string | null;
923
+ /** Municipality name */
924
+ municipalityName?: string;
925
+ /** OI code */
926
+ oiCode?: string | null;
927
+ /** OI name */
928
+ oiName?: string | null;
929
+ /** Technical closure announcement date */
930
+ technicalClosureAnnouncementDate?: string | null;
931
+ /** Technical closure date */
932
+ technicalClosureDate?: string | null;
933
+ /** Technical closure initial date */
934
+ technicalClosureInitialDate?: string | null;
935
+ }
936
+ export declare const XdslCopperGridClosureTrajectory: S.Schema<XdslCopperGridClosureTrajectory>;
937
+ /** GRT option for an access. */
938
+ export type XdslGtrEnum = "10ho" | "20m_10ho" | "20m_4ho" | "4hno" | "4ho" | "5m_10ho" | "5m_4ho" | "dplus1" | "none";
939
+ export declare const XdslGtrEnum: any;
940
+ /** Available GRTs */
941
+ export type XdslFiberEligibilityGrtsList = Array<XdslGtrEnum>;
942
+ export declare const XdslFiberEligibilityGrtsList: S.Schema<XdslFiberEligibilityGrtsList>;
943
+ /** Details of a provider */
944
+ export interface XdslOffer {
945
+ /** Offer code */
946
+ code?: string;
947
+ /** Offer name */
948
+ name?: string;
949
+ }
950
+ export declare const XdslOffer: S.Schema<XdslOffer>;
951
+ /** Details of a provider */
952
+ export interface XdslProvider {
953
+ /** Provider code */
954
+ code?: string;
955
+ /** Provider name */
956
+ name?: string;
957
+ }
958
+ export declare const XdslProvider: S.Schema<XdslProvider>;
959
+ /** Status of the fiber eligibility */
960
+ export type XdslFiberEligibilityStatusEnum = "eligible" | "no_building" | "not_eligible" | "not_yet_eligible";
961
+ export declare const XdslFiberEligibilityStatusEnum: any;
962
+ /** Fiber eligibility */
963
+ export interface XdslFiberEligibility {
964
+ /** Availability date */
965
+ availabilityDate?: string | null;
966
+ /** Building name */
967
+ buildingName?: string | null;
968
+ /** Building reference */
969
+ buildingReference?: string | null;
970
+ /** Building sequence id */
971
+ buildingSeqId?: number | null;
972
+ /** Copper grid closure trajectory */
973
+ copperGridClosureTrajectory?: XdslCopperGridClosureTrajectory | null;
974
+ /** First eligible date */
975
+ firstEligibleDate?: string | null;
976
+ /** Available GRTs */
977
+ grts?: XdslFiberEligibilityGrtsList | null;
978
+ /** Identifier */
979
+ id?: number;
980
+ /** Last update date */
981
+ lastUpdate?: string;
982
+ /** Offer */
983
+ offer?: XdslOffer | null;
984
+ /** Provider */
985
+ provider?: XdslProvider | null;
986
+ /** Status */
987
+ status?: XdslFiberEligibilityStatusEnum;
988
+ }
989
+ export declare const XdslFiberEligibility: S.Schema<XdslFiberEligibility>;
990
+ export interface GetXdslIncidentRequest {
991
+ /** Id */
992
+ id: number;
993
+ }
994
+ export declare const GetXdslIncidentRequest: S.Schema<GetXdslIncidentRequest>;
995
+ /** Department list */
996
+ export type XdslIncidentDepartmentsList = Array<string>;
997
+ export declare const XdslIncidentDepartmentsList: S.Schema<XdslIncidentDepartmentsList>;
998
+ /** NRA list */
999
+ export type XdslIncidentNraList = Array<string>;
1000
+ export declare const XdslIncidentNraList: S.Schema<XdslIncidentNraList>;
1001
+ /** Operators */
1002
+ export type XdslOperatorTypeEnum = "collect" | "kosc" | "ovh";
1003
+ export declare const XdslOperatorTypeEnum: any;
1004
+ /** Operator */
1005
+ export type XdslIncidentOperatorsList = Array<XdslOperatorTypeEnum>;
1006
+ export declare const XdslIncidentOperatorsList: S.Schema<XdslIncidentOperatorsList>;
1007
+ /** Detected incident */
1008
+ export interface XdslIncident {
1009
+ comment?: string;
1010
+ /** Estimated start date */
1011
+ creationDate?: string;
1012
+ /** Department list */
1013
+ departments?: XdslIncidentDepartmentsList;
1014
+ /** Estimated end date */
1015
+ endDate?: string | null;
1016
+ /** ID of the incident */
1017
+ id?: number;
1018
+ /** NRA list */
1019
+ nra?: XdslIncidentNraList;
1020
+ /** Operator */
1021
+ operators?: XdslIncidentOperatorsList;
1022
+ /** Task ID on travaux.ovh.com */
1023
+ taskId?: number | null;
1024
+ taskReference?: string | null;
1025
+ }
1026
+ export declare const XdslIncident: S.Schema<XdslIncident>;
1027
+ export interface GetXdslIncidentRequest2 {
1028
+ /** Service name */
1029
+ serviceName: string;
1030
+ }
1031
+ export declare const GetXdslIncidentRequest2: S.Schema<GetXdslIncidentRequest2>;
1032
+ export interface GetXdslIpsRequest {
1033
+ /** Service name */
1034
+ serviceName: string;
1035
+ /** Ip */
1036
+ ip: string;
1037
+ }
1038
+ export declare const GetXdslIpsRequest: S.Schema<GetXdslIpsRequest>;
1039
+ export type XdslIPDnsListList = Array<string>;
1040
+ export declare const XdslIPDnsListList: S.Schema<XdslIPDnsListList>;
1041
+ /** Status of an IP. */
1042
+ export type XdslIpStatusEnum = "active" | "close" | "toDelete";
1043
+ export declare const XdslIpStatusEnum: any;
1044
+ /** Ip versions */
1045
+ export type CoreTypesIpVersionEnum = "v4" | "v6";
1046
+ export declare const CoreTypesIpVersionEnum: any;
1047
+ /** Informations about an IP address */
1048
+ export interface XdslIP {
1049
+ dnsList?: XdslIPDnsListList;
1050
+ /** The IP address */
1051
+ ip?: string;
1052
+ range?: number;
1053
+ /** status of the IP */
1054
+ status?: XdslIpStatusEnum;
1055
+ version?: CoreTypesIpVersionEnum;
1056
+ }
1057
+ export declare const XdslIP: S.Schema<XdslIP>;
1058
+ export interface GetXdslLineRequest {
1059
+ /** Service name */
1060
+ serviceName: string;
1061
+ /** Number */
1062
+ number: string;
1063
+ }
1064
+ export declare const GetXdslLineRequest: S.Schema<GetXdslLineRequest>;
1065
+ /** Infos about a Landline at the concentration point */
1066
+ export interface XdslLandlineConcentrationPoint {
1067
+ /** Identifier of the head of the cable from the MDF */
1068
+ lineHead?: string;
1069
+ /** Identifier of the section at the lineHead */
1070
+ lineInitialSection?: number;
1071
+ /** Identifier of the pair at the lineHead's lineInitialSection */
1072
+ lineInitialSectionPair?: number;
1073
+ }
1074
+ export declare const XdslLandlineConcentrationPoint: S.Schema<XdslLandlineConcentrationPoint>;
1075
+ /** Deconsolidation of the line. */
1076
+ export type XdslDeconsolidationEnum = "createNeighbour" | "creation" | "creationNeighbour" | "partial" | "total";
1077
+ export declare const XdslDeconsolidationEnum: any;
1078
+ /** Maximum time needed to repair a landline */
1079
+ export type XdslFaultRepairTimeEnum = "10HO" | "4HNO" | "4HO" | "DPLUS1" | "NORMAL";
1080
+ export declare const XdslFaultRepairTimeEnum: any;
1081
+ /** xdsl.LineSectionLength */
1082
+ export interface XdslLineSectionLength {
1083
+ /** The diameter of this section in millimeters */
1084
+ diameter?: number;
1085
+ /** The length of this section in meters */
1086
+ length?: number;
1087
+ }
1088
+ export declare const XdslLineSectionLength: S.Schema<XdslLineSectionLength>;
1089
+ /** Detailed information about the sections between the DSLAM and the telephone jack */
1090
+ export type XdslLineLineSectionsLengthList = Array<XdslLineSectionLength>;
1091
+ export declare const XdslLineLineSectionsLengthList: S.Schema<XdslLineLineSectionsLengthList>;
1092
+ /** Information about the physical copper line */
1093
+ export interface XdslLine {
1094
+ /** Data to identify the line at the concentration point */
1095
+ concentrationPoint?: XdslLandlineConcentrationPoint | null;
1096
+ deconsolidation?: XdslDeconsolidationEnum;
1097
+ /** True if the line is directly wired on the DSLAM */
1098
+ directDistribution?: boolean | null;
1099
+ /** Distance in meters from the DSLAM */
1100
+ distance?: number;
1101
+ faultRepairTime?: XdslFaultRepairTimeEnum;
1102
+ /** Detailed information about the sections between the DSLAM and the telephone jack */
1103
+ lineSectionsLength?: XdslLineLineSectionsLengthList;
1104
+ /** Mitigation of the line in dB */
1105
+ mitigation?: number;
1106
+ /** The number of the line */
1107
+ number?: string;
1108
+ /** The number used to place the order. Null if the same as the current number. */
1109
+ originalNumber?: string | null;
1110
+ /** Whether the line number has been ported to OVH, to be used with VoIP service */
1111
+ portability?: boolean;
1112
+ /** The download synchronisation on the DSLAM in Kbps */
1113
+ syncDown?: number | null;
1114
+ /** The upload synchronisation on the DSLAM in Kbps */
1115
+ syncUp?: number | null;
1116
+ }
1117
+ export declare const XdslLine: S.Schema<XdslLine>;
1118
+ export interface GetXdslLineDslamPortRequest {
1119
+ /** Service name */
1120
+ serviceName: string;
1121
+ /** Number */
1122
+ number: string;
1123
+ }
1124
+ export declare const GetXdslLineDslamPortRequest: S.Schema<GetXdslLineDslamPortRequest>;
1125
+ /** Profile on the DSLAM */
1126
+ export interface XdslDslamLineProfile {
1127
+ id?: number;
1128
+ isCurrent?: boolean;
1129
+ name?: string;
1130
+ }
1131
+ export declare const XdslDslamLineProfile: S.Schema<XdslDslamLineProfile>;
1132
+ /** Different states of a DSLAM port */
1133
+ export type XdslDslamPortStatusEnum = "activated" | "deactivated" | "outofsync";
1134
+ export declare const XdslDslamPortStatusEnum: any;
1135
+ /** Information about the port on the DSLAM */
1136
+ export interface XdslDslamPort {
1137
+ /** Last time the port lost the synchronization */
1138
+ lastDesyncDate?: string | null;
1139
+ /** Last time the port synchronized */
1140
+ lastSyncDate?: string | null;
1141
+ profile?: XdslDslamLineProfile | null;
1142
+ status?: XdslDslamPortStatusEnum;
1143
+ }
1144
+ export declare const XdslDslamPort: S.Schema<XdslDslamPort>;
1145
+ export interface GetXdslModemRequest {
1146
+ /** Service name */
1147
+ serviceName: string;
1148
+ }
1149
+ export declare const GetXdslModemRequest: S.Schema<GetXdslModemRequest>;
1150
+ /** ACS backend used by the modem */
1151
+ export type XdslXdslModemConfigACSBackendEnum = "beta" | "dev" | "stable";
1152
+ export declare const XdslXdslModemConfigACSBackendEnum: any;
1153
+ /** Describe the capabilities of the Modem */
1154
+ export interface XdslModemCapabilities {
1155
+ canBeManagedByOvh?: boolean;
1156
+ canChangeACS?: boolean;
1157
+ canChangeBridgeMode?: boolean;
1158
+ canChangeDHCP?: boolean;
1159
+ canChangeDMZ?: boolean;
1160
+ canChangeEasyFirewallLevel?: boolean;
1161
+ canChangeFirmware?: boolean;
1162
+ canChangeLAN?: boolean;
1163
+ canChangeManagement?: boolean;
1164
+ canChangeMtu?: boolean;
1165
+ canChangePortMapping?: boolean;
1166
+ canChangeWLAN?: boolean;
1167
+ canChangeWifiRadio?: boolean;
1168
+ canChangeWifiSSID?: boolean;
1169
+ canReboot?: boolean;
1170
+ canReconfigureVoip?: boolean;
1171
+ canRefreshConnectedDevices?: boolean;
1172
+ canReset?: boolean;
1173
+ canUseWifiRadio?: boolean;
1174
+ }
1175
+ export declare const XdslModemCapabilities: S.Schema<XdslModemCapabilities>;
1176
+ /** Level of the Firewall ( BlockAll will block all connections, Normal will block all incoming connections except those in PortMapping and let go all outgoing connections , Disabled will disable all the Firewall and let all incoming or outgoing connections pass through ) */
1177
+ export type XdslXdslModemConfigEasyFirewallLevelEnum = "BlockAll" | "Disabled" | "Normal";
1178
+ export declare const XdslXdslModemConfigEasyFirewallLevelEnum: any;
1179
+ /** Modem */
1180
+ export interface XdslModem {
1181
+ /** ACS backend used by the modem */
1182
+ acsBackend?: XdslXdslModemConfigACSBackendEnum;
1183
+ /** Version of ACS API used */
1184
+ acsVersion?: string | null;
1185
+ brandName?: string;
1186
+ capabilities?: XdslModemCapabilities;
1187
+ /** IP Address of the DMZ (To modify or delete the DMZ IP on the modem, a re-configuration of your modem has to be made, your configuration will be maintained, but you will lose your connection a few minutes) */
1188
+ dmzIP?: string | null;
1189
+ /** Level of the FireWall on the modem */
1190
+ easyFirewallLevel?: XdslXdslModemConfigEasyFirewallLevelEnum | null;
1191
+ /** Whether or not the modem supports IPv6 */
1192
+ ipv6Support?: boolean;
1193
+ /** Whether or not the modem is in bridge mode. To pass from bridge mode to routed mode, a reset is necessary. If the modem is managedByOvh, the bridge state will be kept after a reset */
1194
+ isBridged?: boolean;
1195
+ /** Last time the modem made a CWMP request to the Auto Configuration Server */
1196
+ lastCwmpRequestDate?: string | null;
1197
+ macAddress?: string;
1198
+ /** Whether or not the user can configure his modem via OVH Interface (will lock telnet and local HTTP configuration page) */
1199
+ managedByOvh?: boolean;
1200
+ model?: string;
1201
+ /** Size of the Maximum Transmission Unit on the modem's interfaces */
1202
+ mtuSize?: XdslXdslModemConfigMTUSizeEnum | null;
1203
+ serialNumber?: string;
1204
+ }
1205
+ export declare const XdslModem: S.Schema<XdslModem>;
1206
+ export interface GetXdslModemConnectedDeviceRequest {
1207
+ /** Service name */
1208
+ serviceName: string;
1209
+ /** Mac address */
1210
+ macAddress: string;
1211
+ }
1212
+ export declare const GetXdslModemConnectedDeviceRequest: S.Schema<GetXdslModemConnectedDeviceRequest>;
1213
+ /** How did the device got its IP Address */
1214
+ export type XdslXdslModemConfigConnectedDeviceAddressSourceEnum = "DHCP" | "Static" | "Unknown";
1215
+ export declare const XdslXdslModemConfigConnectedDeviceAddressSourceEnum: any;
1216
+ /** Connected Device */
1217
+ export interface XdslConnectedDevice {
1218
+ /** The state of this device on the modem */
1219
+ active?: boolean;
1220
+ /** How did the device got its IP address */
1221
+ addressSource?: XdslXdslModemConfigConnectedDeviceAddressSourceEnum;
1222
+ /** Host name given by the device to the modem */
1223
+ hostName?: string;
1224
+ /** The date time of the last update of thoses information */
1225
+ informationDate?: string;
1226
+ /** On which interface is connected the device */
1227
+ interfaceType?: string;
1228
+ /** The IP address of the device */
1229
+ ipAddress?: string;
1230
+ /** The remaining time in seconds of the DHCP lease of this device (-1 means infinite) */
1231
+ leaseTimeRemaining?: number;
1232
+ /** MAC address of the device */
1233
+ macAddress?: string;
1234
+ }
1235
+ export declare const XdslConnectedDevice: S.Schema<XdslConnectedDevice>;
1236
+ export interface GetXdslModemInfoRequest {
1237
+ /** Service name */
1238
+ serviceName: string;
1239
+ }
1240
+ export declare const GetXdslModemInfoRequest: S.Schema<GetXdslModemInfoRequest>;
1241
+ /** Describe device information of a Modem */
1242
+ export interface XdslDeviceModemInfo {
1243
+ /** Modem brand */
1244
+ brand?: string;
1245
+ /** IPv4 address (e.g., 192.0.2.0) */
1246
+ ip?: string;
1247
+ /** Time of last information refresh */
1248
+ lastUpdate?: string;
1249
+ /** Modem mac address */
1250
+ macAddress?: string;
1251
+ /** Modem type of model */
1252
+ model?: string;
1253
+ /** Organizational Unique Identifier */
1254
+ oui?: string;
1255
+ /** Protocol used for connection */
1256
+ overEthernet?: string | null;
1257
+ /** login used for ppp protocol */
1258
+ pppLogin?: string | null;
1259
+ /** Modem serial key */
1260
+ serial?: string;
1261
+ /** Software Version */
1262
+ softVersion?: string;
1263
+ }
1264
+ export declare const XdslDeviceModemInfo: S.Schema<XdslDeviceModemInfo>;
1265
+ /** Describe statistics information of a Modem */
1266
+ export interface XdslStatsModemInfo {
1267
+ /** Connection uptime */
1268
+ connectionUptime?: number;
1269
+ /** Amount of CRC error detected */
1270
+ crcError?: number;
1271
+ /** Modem uptime */
1272
+ deviceUptime?: number;
1273
+ /** Downstream attenuation */
1274
+ downstreamAttenuation?: number;
1275
+ /** Downstream margin */
1276
+ downstreamMargin?: number;
1277
+ /** Downstream synchronization */
1278
+ downstreamSync?: number;
1279
+ /** Amount of FEC error detected */
1280
+ fecError?: number;
1281
+ /** Amount of HEC error detected */
1282
+ hecError?: number;
1283
+ /** Time of last refresh */
1284
+ lastUpdate?: string;
1285
+ /** Line modulation used */
1286
+ modulation?: string;
1287
+ /** Count from last refresh in seconds */
1288
+ quarterHourStart?: number;
1289
+ /** Synchronization uptime */
1290
+ syncUptime?: number;
1291
+ /** Upstream attenuation */
1292
+ upstreamAttenuation?: number;
1293
+ /** Upstream margin */
1294
+ upstreamMargin?: number;
1295
+ /** Upstream synchronization */
1296
+ upstreamSync?: number;
1297
+ }
1298
+ export declare const XdslStatsModemInfo: S.Schema<XdslStatsModemInfo>;
1299
+ /** Describe general information of a Modem */
1300
+ export interface XdslModemInfo {
1301
+ /** Describe device information of a Modem */
1302
+ device?: XdslDeviceModemInfo;
1303
+ /** Describe statistics information of a Modem */
1304
+ statistics?: XdslStatsModemInfo;
1305
+ }
1306
+ export declare const XdslModemInfo: S.Schema<XdslModemInfo>;
1307
+ /** AsyncTask status */
1308
+ export type XdslAsyncTaskStatusEnum = "error" | "ok" | "pending";
1309
+ export declare const XdslAsyncTaskStatusEnum: any;
1310
+ /** xdsl.AsyncTask_xdsl.ModemInfo */
1311
+ export interface XdslAsyncTaskXdslModemInfo {
1312
+ error?: string | null;
1313
+ /** Describe general information of a Modem */
1314
+ result?: XdslModemInfo | null;
1315
+ /** AsyncTask status */
1316
+ status?: XdslAsyncTaskStatusEnum;
1317
+ }
1318
+ export declare const XdslAsyncTaskXdslModemInfo: S.Schema<XdslAsyncTaskXdslModemInfo>;
1319
+ export interface GetXdslModemLanRequest {
1320
+ /** Service name */
1321
+ serviceName: string;
1322
+ /** Lan name */
1323
+ lanName: string;
1324
+ }
1325
+ export declare const GetXdslModemLanRequest: S.Schema<GetXdslModemLanRequest>;
1326
+ /** LAN Configuration of the Modem */
1327
+ export interface XdslLAN {
1328
+ /** IP address (e.g., 192.0.2.0) */
1329
+ IPAddress?: string;
1330
+ /** How the modem gets its LAN IP Address */
1331
+ addressingType?: XdslXdslModemConfigAddressingTypeEnum;
1332
+ /** Name of the LAN */
1333
+ lanName?: string;
1334
+ /** IP address (e.g., 192.0.2.0) */
1335
+ subnetMask?: string;
1336
+ /** ID of the ongoing todo (NULL if none) */
1337
+ taskId?: number | null;
1338
+ }
1339
+ export declare const XdslLAN: S.Schema<XdslLAN>;
1340
+ export interface GetXdslModemLanDhcpRequest {
1341
+ /** Service name */
1342
+ serviceName: string;
1343
+ /** Lan name */
1344
+ lanName: string;
1345
+ /** Dhcp name */
1346
+ dhcpName: string;
1347
+ }
1348
+ export declare const GetXdslModemLanDhcpRequest: S.Schema<GetXdslModemLanDhcpRequest>;
1349
+ /** DHCP Configuration of the Modem */
1350
+ export interface XdslDHCP {
1351
+ /** IP address (e.g., 192.0.2.0) */
1352
+ defaultGateway?: string;
1353
+ /** Name of the DHCP */
1354
+ dhcpName?: string;
1355
+ /** Domain name provided to the clients */
1356
+ domainName?: string;
1357
+ /** IP address (e.g., 192.0.2.0) */
1358
+ endAddress?: string;
1359
+ /** Lease time in seconds of client assigned address (-1 means infinite) */
1360
+ leaseTime?: number;
1361
+ /** IP address (e.g., 192.0.2.0) */
1362
+ primaryDNS?: string;
1363
+ /** Secondary DNS servers to be given to the clients */
1364
+ secondaryDNS?: string | null;
1365
+ /** State of the DHCP server of the modem */
1366
+ serverEnabled?: boolean;
1367
+ /** IP address (e.g., 192.0.2.0) */
1368
+ startAddress?: string;
1369
+ /** IP address (e.g., 192.0.2.0) */
1370
+ subnetMask?: string;
1371
+ /** ID of the ongoing todo (NULL if none) */
1372
+ taskId?: number | null;
1373
+ }
1374
+ export declare const XdslDHCP: S.Schema<XdslDHCP>;
1375
+ export interface GetXdslModemWifiRequest {
1376
+ /** Service name */
1377
+ serviceName: string;
1378
+ /** Wifi name */
1379
+ wifiName: string;
1380
+ }
1381
+ export declare const GetXdslModemWifiRequest: S.Schema<GetXdslModemWifiRequest>;
1382
+ /** Type of WLAN security protection */
1383
+ export type XdslXdslModemConfigSecurityTypeEnum = "None" | "WEP" | "WPA" | "WPA2" | "WPA2andWPA3" | "WPA3" | "WPAandWPA2";
1384
+ export declare const XdslXdslModemConfigSecurityTypeEnum: any;
1385
+ /** WLAN Configuration of the Modem */
1386
+ export interface XdslWLAN {
1387
+ /** Service Set Identifier of the WLAN interface */
1388
+ SSID?: string;
1389
+ /** Hide or show the Wifi */
1390
+ SSIDAdvertisementEnabled?: boolean;
1391
+ /** Indicate if frequencies 2.4GHz and 5GHz are agregated */
1392
+ bandSteering?: boolean;
1393
+ /** Choice of a channel (When chosen, channelMode is set to Manual) */
1394
+ channel?: number;
1395
+ /** How the WiFi channel is selected */
1396
+ channelMode?: XdslXdslModemConfigChannelModeEnum;
1397
+ /** Wifi state */
1398
+ enabled?: boolean;
1399
+ /** Frequency (2.4GHz | 5GHz) */
1400
+ frequency?: XdslXdslModemConfigFrequencyEnum;
1401
+ /** Indicate if it is normal access wifi or guest wifi */
1402
+ guest?: boolean;
1403
+ /** WiFi security key */
1404
+ securityKey?: string;
1405
+ /** Type of WLAN security protection */
1406
+ securityType?: XdslXdslModemConfigSecurityTypeEnum;
1407
+ /** ID of the ongoing todo (NULL if none) */
1408
+ taskId?: number | null;
1409
+ /** Name of the Wifi */
1410
+ wifiName?: string;
1411
+ }
1412
+ export declare const XdslWLAN: S.Schema<XdslWLAN>;
1413
+ export interface GetXdslModemWifiQrCodeRequest {
1414
+ /** Service name */
1415
+ serviceName: string;
1416
+ /** Wifi name */
1417
+ wifiName: string;
1418
+ }
1419
+ export declare const GetXdslModemWifiQrCodeRequest: S.Schema<GetXdslModemWifiQrCodeRequest>;
1420
+ export type GetXdslModemWifiQrCodeResponse = string;
1421
+ export declare const GetXdslModemWifiQrCodeResponse: S.Schema<GetXdslModemWifiQrCodeResponse>;
1422
+ export interface GetXdslModemWifiRadioRequest {
1423
+ /** Service name */
1424
+ serviceName: string;
1425
+ /** Radio name */
1426
+ radioName: string;
1427
+ }
1428
+ export declare const GetXdslModemWifiRadioRequest: S.Schema<GetXdslModemWifiRadioRequest>;
1429
+ /** Supported channels by this radio */
1430
+ export type XdslWifiRadioSupportedChannelsList = Array<number>;
1431
+ export declare const XdslWifiRadioSupportedChannelsList: S.Schema<XdslWifiRadioSupportedChannelsList>;
1432
+ /** Supported transmit power levels as percentage of full power */
1433
+ export type XdslWifiRadioSupportedPowersList = Array<number>;
1434
+ export declare const XdslWifiRadioSupportedPowersList: S.Schema<XdslWifiRadioSupportedPowersList>;
1435
+ /** Supported IEEE 802.11 standards by this radio */
1436
+ export type XdslWifiRadioSupportedStandardsList = Array<string>;
1437
+ export declare const XdslWifiRadioSupportedStandardsList: S.Schema<XdslWifiRadioSupportedStandardsList>;
1438
+ /** Wifi Radio Configuration of the Modem */
1439
+ export interface XdslWifiRadio {
1440
+ /** Current radio channel */
1441
+ channel?: number;
1442
+ /** Current bandwidth of operating channel */
1443
+ channelBandwidth?: string;
1444
+ /** Change channel selection mode (auto | manual) */
1445
+ channelMode?: XdslXdslModemConfigChannelModeEnum;
1446
+ /** Wifi Radio state */
1447
+ enabled?: boolean;
1448
+ /** Frequency (2.4GHz | 5GHz) */
1449
+ frequency?: XdslXdslModemConfigFrequencyEnum;
1450
+ /** The maximum bitrate supported by this interface in Mbps */
1451
+ maxBitRate?: number;
1452
+ /** Name of the Wifi Radio */
1453
+ radioName?: string;
1454
+ /** Current radio IEEE 802.11 standards */
1455
+ standards?: string;
1456
+ /** Supported channels by this radio */
1457
+ supportedChannels?: XdslWifiRadioSupportedChannelsList;
1458
+ /** Supported transmit power levels as percentage of full power */
1459
+ supportedPowers?: XdslWifiRadioSupportedPowersList;
1460
+ /** Supported IEEE 802.11 standards by this radio */
1461
+ supportedStandards?: XdslWifiRadioSupportedStandardsList;
1462
+ /** Current transmit power level */
1463
+ transmitPower?: number;
1464
+ }
1465
+ export declare const XdslWifiRadio: S.Schema<XdslWifiRadio>;
1466
+ export interface GetXdslOntRequest {
1467
+ /** Service name */
1468
+ serviceName: string;
1469
+ }
1470
+ export declare const GetXdslOntRequest: S.Schema<GetXdslOntRequest>;
1471
+ /** Access ONT information */
1472
+ export interface XdslOnt {
1473
+ /** MAC address of the device */
1474
+ mac?: string;
1475
+ /** Serial of the device */
1476
+ serial?: string;
1477
+ }
1478
+ export declare const XdslOnt: S.Schema<XdslOnt>;
1479
+ export interface GetXdslPendingActionRequest {
1480
+ /** Service name */
1481
+ serviceName: string;
1482
+ }
1483
+ export declare const GetXdslPendingActionRequest: S.Schema<GetXdslPendingActionRequest>;
1484
+ /** Scheduled action before the next renewal of the service */
1485
+ export interface XdslPendingAction {
1486
+ action?: string;
1487
+ dateTodo?: string;
1488
+ }
1489
+ export declare const XdslPendingAction: S.Schema<XdslPendingAction>;
1490
+ export interface GetXdslResiliationFollowupRequest {
1491
+ /** Service name */
1492
+ serviceName: string;
1493
+ }
1494
+ export declare const GetXdslResiliationFollowupRequest: S.Schema<GetXdslResiliationFollowupRequest>;
1495
+ /** Details about the resiliation */
1496
+ export interface XdslResiliationFollowUpDetail {
1497
+ /** Date when the resiliation will take effect */
1498
+ dateTodo?: string;
1499
+ /** If the customer needs to return his modem */
1500
+ needModemReturn?: boolean;
1501
+ /** Date when the resiliation was done */
1502
+ registrationDate?: string;
1503
+ /** Status of the resiliation */
1504
+ status?: string;
1505
+ }
1506
+ export declare const XdslResiliationFollowUpDetail: S.Schema<XdslResiliationFollowUpDetail>;
1507
+ export interface GetXdslResiliationTermsRequest {
1508
+ /** Service name */
1509
+ serviceName: string;
1510
+ /** The desired resiliation date */
1511
+ resiliationDate?: string;
1512
+ }
1513
+ export declare const GetXdslResiliationTermsRequest: S.Schema<GetXdslResiliationTermsRequest>;
1514
+ /** Reason of a resiliation */
1515
+ export type XdslResiliationReasonEnum = "addressMove" | "billingProblems" | "cessationOfActivity" | "changeOfTerms" | "ftth" | "goToCompetitor" | "other" | "technicalProblems";
1516
+ export declare const XdslResiliationReasonEnum: any;
1517
+ /** List of available resiliation reasons */
1518
+ export type XdslResiliationTermsResiliationReasonsList = Array<XdslResiliationReasonEnum>;
1519
+ export declare const XdslResiliationTermsResiliationReasonsList: S.Schema<XdslResiliationTermsResiliationReasonsList>;
1520
+ /** Show the resiliation terms */
1521
+ export interface XdslResiliationTerms {
1522
+ /** Price with it's currency and textual representation */
1523
+ due?: OrderPrice;
1524
+ /** Date until which the customer is engaged */
1525
+ engageDate?: string | null;
1526
+ /** Minumum resiliationDate */
1527
+ minResiliationDate?: string;
1528
+ /** Date at which the access will be resiliated */
1529
+ resiliationDate?: string;
1530
+ /** List of available resiliation reasons */
1531
+ resiliationReasons?: XdslResiliationTermsResiliationReasonsList;
1532
+ }
1533
+ export declare const XdslResiliationTerms: S.Schema<XdslResiliationTerms>;
1534
+ export interface GetXdslRmaRequest {
1535
+ /** Service name */
1536
+ serviceName: string;
1537
+ /** Id */
1538
+ id: string;
1539
+ }
1540
+ export declare const GetXdslRmaRequest: S.Schema<GetXdslRmaRequest>;
1541
+ /** Return merchandise authorisation offer type */
1542
+ export type TelephonyRmaOfferTypeEnum = "deposit" | "loan" | "purchase";
1543
+ export declare const TelephonyRmaOfferTypeEnum: any;
1544
+ /** Return merchandise authorisation type */
1545
+ export type TelephonyRmaReplaceTypeEnum = "changePhone" | "phoneRestitution" | "undefined";
1546
+ export declare const TelephonyRmaReplaceTypeEnum: any;
1547
+ /** ISO country codes */
1548
+ export type CoreTypesCountryEnum = "ac" | "ad" | "ae" | "af" | "ag" | "ai" | "al" | "am" | "an" | "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" | "bv" | "bw" | "by" | "bz" | "ca" | "cc" | "cd" | "cf" | "cg" | "ch" | "ci" | "ck" | "cl" | "cm" | "cn" | "co" | "cr" | "cs" | "cu" | "cv" | "cw" | "cx" | "cy" | "cz" | "de" | "dj" | "dk" | "dm" | "do" | "dz" | "ec" | "ee" | "eg" | "eh" | "er" | "es" | "et" | "fc" | "fd" | "fi" | "fj" | "fk" | "fm" | "fo" | "fr" | "fx" | "ga" | "gb" | "gd" | "ge" | "gf" | "gg" | "gh" | "gi" | "gl" | "gm" | "gn" | "gp" | "gq" | "gr" | "gs" | "gt" | "gu" | "gw" | "gy" | "hk" | "hm" | "hn" | "hr" | "ht" | "hu" | "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" | "qc" | "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" | "tc" | "td" | "tf" | "tg" | "th" | "tj" | "tk" | "tl" | "tm" | "tn" | "to" | "tp" | "tr" | "tt" | "tv" | "tw" | "tz" | "ua" | "ug" | "uk" | "um" | "us" | "uy" | "uz" | "va" | "vc" | "ve" | "vg" | "vi" | "vn" | "vu" | "we" | "wf" | "ws" | "ye" | "yt" | "yu" | "za" | "zm" | "zw";
1549
+ export declare const CoreTypesCountryEnum: any;
1550
+ /** Contact information structure */
1551
+ export interface TelephonyContact {
1552
+ /** Contact address */
1553
+ address?: string | null;
1554
+ /** Contact city */
1555
+ city?: string | null;
1556
+ /** Contact country */
1557
+ country?: CoreTypesCountryEnum | (string & {}) | null;
1558
+ email?: string | null;
1559
+ /** Contact firstname */
1560
+ firstname?: string | null;
1561
+ /** Contact name */
1562
+ name?: string | null;
1563
+ /** Contact organisation */
1564
+ organisation?: string | null;
1565
+ /** Contact phone */
1566
+ phone?: string | null;
1567
+ /** Contact zip */
1568
+ zip?: string | null;
1569
+ }
1570
+ export declare const TelephonyContact: S.Schema<TelephonyContact>;
1571
+ /** Return merchandise authorisation step */
1572
+ export type TelephonyRmaStatusEnum = "closed" | "open" | "received";
1573
+ export declare const TelephonyRmaStatusEnum: any;
1574
+ /** RMA step names */
1575
+ export type TelephonyRmaStepNameEnum = "dispatchJustification" | "equipmentSending" | "equipmentTesting" | "opening" | "parcelReception" | "parcelValidation" | "validation";
1576
+ export declare const TelephonyRmaStepNameEnum: any;
1577
+ /** Status of the RMA step */
1578
+ export type TelephonyRmaStepStatusEnum = "done" | "todo";
1579
+ export declare const TelephonyRmaStepStatusEnum: any;
1580
+ /** Informations related to the current RMA step status */
1581
+ export interface TelephonyRmaStep {
1582
+ /** A brief description of the step */
1583
+ description?: string;
1584
+ /** The date when this step was done */
1585
+ doneDate?: string | null;
1586
+ /** Additional information about the step */
1587
+ infos?: string | null;
1588
+ /** RMA step names */
1589
+ name?: TelephonyRmaStepNameEnum;
1590
+ /** Status of the RMA step */
1591
+ status?: TelephonyRmaStepStatusEnum;
1592
+ }
1593
+ export declare const TelephonyRmaStep: S.Schema<TelephonyRmaStep>;
1594
+ /** Indicates the current status of the RMA with a list of steps */
1595
+ export type TelephonyRmaStepsList = Array<TelephonyRmaStep>;
1596
+ export declare const TelephonyRmaStepsList: S.Schema<TelephonyRmaStepsList>;
1597
+ /** Return merchandise authorisation type */
1598
+ export type TelephonyRmaTypeEnum = "after sale equipment service exchange" | "after sale phone service exchange" | "equipment restitution" | "fast exchange" | "old merchandise reception before exchange" | "phone restitution" | "resends due to shipping lost by the carrier" | "resends due to shipping not withdraw" | "specific return merchandise authorisation" | "termination" | "unknown";
1599
+ export declare const TelephonyRmaTypeEnum: any;
1600
+ /** Current Return Merchandise Authorisation */
1601
+ export interface TelephonyRma {
1602
+ /** Is the RMA cancellable? */
1603
+ cancellable?: boolean;
1604
+ /** Creation datetime of the return merchandise authorisation ticket */
1605
+ creationDatetime?: string;
1606
+ /** Merchandise reference */
1607
+ equipmentReference?: string;
1608
+ /** Return merchandise authorisation identifier */
1609
+ id?: string;
1610
+ /** New merchandise brand in case of exchange */
1611
+ newMerchandise?: string | null;
1612
+ /** Offer type of the new merchandise in case of exchange */
1613
+ offerTypeNew?: TelephonyRmaOfferTypeEnum | null;
1614
+ /** Offer type of the return merchandise */
1615
+ offerTypeOld?: TelephonyRmaOfferTypeEnum;
1616
+ /** Return merchandise authorisation type */
1617
+ process?: TelephonyRmaReplaceTypeEnum;
1618
+ /** Reception datetime of the return merchandise authorisation ticket */
1619
+ receptionDatetime?: string | null;
1620
+ /** Contact information structure */
1621
+ shippingContact?: TelephonyContact;
1622
+ /** Return merchandise authorisation step */
1623
+ status?: TelephonyRmaStatusEnum;
1624
+ /** Indicates the current status of the RMA with a list of steps */
1625
+ steps?: TelephonyRmaStepsList;
1626
+ /** Termination datetime of the return merchandise authorisation ticket */
1627
+ terminationDatetime?: string | null;
1628
+ /** Typology process of merchandise return */
1629
+ type?: TelephonyRmaTypeEnum;
1630
+ }
1631
+ export declare const TelephonyRma: S.Schema<TelephonyRma>;
1632
+ export interface GetXdslServiceInfosRequest {
1633
+ /** Service name */
1634
+ serviceName: string;
1635
+ }
1636
+ export declare const GetXdslServiceInfosRequest: S.Schema<GetXdslServiceInfosRequest>;
1637
+ /** All the possible renew period of your service in month */
1638
+ export type ServicesServicePossibleRenewPeriodList = Array<number>;
1639
+ export declare const ServicesServicePossibleRenewPeriodList: S.Schema<ServicesServicePossibleRenewPeriodList>;
1640
+ /** Map a possible renew for a specific service */
1641
+ export interface ServiceRenewType {
1642
+ /** The service is automatically renewed */
1643
+ automatic?: boolean;
1644
+ /** The service will be deleted at expiration */
1645
+ deleteAtExpiration?: boolean;
1646
+ /** The service forced to be renewed */
1647
+ forced?: boolean;
1648
+ /** The service needs to be manually renewed and paid */
1649
+ manualPayment?: boolean | null;
1650
+ /** period of renew in month */
1651
+ period?: number | null;
1652
+ }
1653
+ export declare const ServiceRenewType: S.Schema<ServiceRenewType>;
1654
+ /** Detailed renewal type of a service */
1655
+ export type ServiceRenewalTypeEnum = "automaticForcedProduct" | "automaticV2012" | "automaticV2014" | "automaticV2016" | "manual" | "oneShot" | "option";
1656
+ export declare const ServiceRenewalTypeEnum: any;
1657
+ /** service.StateEnum */
1658
+ export type ServiceStateEnum = "autorenewInProgress" | "expired" | "inCreation" | "ok" | "pendingDebt" | "unPaid";
1659
+ export declare const ServiceStateEnum: any;
1660
+ /** Details about a Service */
1661
+ export interface ServicesService {
1662
+ /** Indicates that the service can be set up to be deleted at expiration */
1663
+ canDeleteAtExpiration?: boolean;
1664
+ contactAdmin?: string;
1665
+ contactBilling?: string;
1666
+ contactTech?: string;
1667
+ creation?: string;
1668
+ domain?: string;
1669
+ engagedUpTo?: string | null;
1670
+ expiration?: string;
1671
+ /** All the possible renew period of your service in month */
1672
+ possibleRenewPeriod?: ServicesServicePossibleRenewPeriodList | null;
1673
+ /** Way of handling the renew */
1674
+ renew?: ServiceRenewType | null;
1675
+ renewalType?: ServiceRenewalTypeEnum;
1676
+ serviceId?: number;
1677
+ status?: ServiceStateEnum;
1678
+ }
1679
+ export declare const ServicesService: S.Schema<ServicesService>;
1680
+ export interface GetXdslSpareRequest {
1681
+ /** Spare */
1682
+ spare: string;
1683
+ }
1684
+ export declare const GetXdslSpareRequest: S.Schema<GetXdslSpareRequest>;
1685
+ /** Spare properties */
1686
+ export interface SpareXdslXdslSpareWithIAM {
1687
+ /** Modem brand model */
1688
+ brand?: string;
1689
+ /** IAM resource metadata */
1690
+ iam?: IamResourceMetadata | null;
1691
+ /** Mac address */
1692
+ macAddress?: string;
1693
+ }
1694
+ export declare const SpareXdslXdslSpareWithIAM: S.Schema<SpareXdslXdslSpareWithIAM>;
1695
+ export interface GetXdslSpareServiceInfosRequest {
1696
+ /** Spare */
1697
+ spare: string;
1698
+ }
1699
+ export declare const GetXdslSpareServiceInfosRequest: S.Schema<GetXdslSpareServiceInfosRequest>;
1700
+ export interface GetXdslTaskRequest {
1701
+ /** Service name */
1702
+ serviceName: string;
1703
+ /** Id */
1704
+ id: number;
1705
+ }
1706
+ export declare const GetXdslTaskRequest: S.Schema<GetXdslTaskRequest>;
1707
+ export interface GetXdslTotalDeconsolidationTermsRequest {
1708
+ /** Service name */
1709
+ serviceName: string;
1710
+ }
1711
+ export declare const GetXdslTotalDeconsolidationTermsRequest: S.Schema<GetXdslTotalDeconsolidationTermsRequest>;
1712
+ /** Show the deconsolidation terms */
1713
+ export interface XdslDeconsolidationTerms {
1714
+ /** Duration of month the access will be engaged */
1715
+ engagement?: number;
1716
+ /** Price with it's currency and textual representation */
1717
+ monthlyPrice?: OrderPrice;
1718
+ /** Price with it's currency and textual representation */
1719
+ price?: OrderPrice;
1720
+ }
1721
+ export declare const XdslDeconsolidationTerms: S.Schema<XdslDeconsolidationTerms>;
1722
+ export interface InstallFrimwareRequest {
1723
+ /** Service name */
1724
+ serviceName: string;
1725
+ /** The firmware version to upgrade to */
1726
+ firmware: string;
1727
+ /** Date of execution, default is now */
1728
+ todoDate?: string;
1729
+ }
1730
+ export declare const InstallFrimwareRequest: S.Schema<InstallFrimwareRequest>;
1731
+ /** Resource tag filter */
1732
+ export interface IamResourceTagFilterInput {
1733
+ }
1734
+ export declare const IamResourceTagFilterInput: S.Schema<IamResourceTagFilterInput>;
1735
+ export type ListXdslRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
1736
+ export declare const ListXdslRequestIamTagsValueList: S.Schema<ListXdslRequestIamTagsValueList>;
1737
+ export type ListXdslRequestIamTagsMap = {
1738
+ [key: string]: ListXdslRequestIamTagsValueList | undefined;
1739
+ };
1740
+ export declare const ListXdslRequestIamTagsMap: S.Schema<ListXdslRequestIamTagsMap>;
1741
+ export interface ListXdslRequest {
1742
+ /** Filter resources on IAM tags */
1743
+ iamTags?: ListXdslRequestIamTagsMap;
1744
+ }
1745
+ export declare const ListXdslRequest: S.Schema<ListXdslRequest>;
1746
+ export type ListXdslResponseBodyList = Array<string>;
1747
+ export declare const ListXdslResponseBodyList: S.Schema<ListXdslResponseBodyList>;
1748
+ export type ListXdslResponse = ListXdslResponseBodyList;
1749
+ export declare const ListXdslResponse: S.Schema<ListXdslResponse>;
1750
+ export interface ListXdslAntiSpamEvidencesRequest {
1751
+ /** Service name */
1752
+ serviceName: string;
1753
+ /** Ip */
1754
+ ip: string;
1755
+ }
1756
+ export declare const ListXdslAntiSpamEvidencesRequest: S.Schema<ListXdslAntiSpamEvidencesRequest>;
1757
+ /** detail on evidences stored on PCS */
1758
+ export interface XdslAntiSpamEvidencesInfoDetail {
1759
+ /** File date on the PCS */
1760
+ date?: string;
1761
+ /** File name on the PCS */
1762
+ filename?: string;
1763
+ /** Temporary URL to access file */
1764
+ url?: string;
1765
+ }
1766
+ export declare const XdslAntiSpamEvidencesInfoDetail: S.Schema<XdslAntiSpamEvidencesInfoDetail>;
1767
+ /** Table with evidences stored on PCS */
1768
+ export type XdslAntiSpamEvidencesInfoResultList = Array<XdslAntiSpamEvidencesInfoDetail>;
1769
+ export declare const XdslAntiSpamEvidencesInfoResultList: S.Schema<XdslAntiSpamEvidencesInfoResultList>;
1770
+ /** Evidences AsyncTask status */
1771
+ export type XdslAntiSpamEvidencesInfoStatusEnum = "error" | "ok" | "pending";
1772
+ export declare const XdslAntiSpamEvidencesInfoStatusEnum: any;
1773
+ /** List of evidences */
1774
+ export interface XdslAntiSpamEvidencesInfo {
1775
+ /** AsyncTask detailed error */
1776
+ error?: string | null;
1777
+ /** Table with evidences stored on PCS */
1778
+ result?: XdslAntiSpamEvidencesInfoResultList | null;
1779
+ /** Evidences AsyncTask status */
1780
+ status?: XdslAntiSpamEvidencesInfoStatusEnum;
1781
+ }
1782
+ export declare const XdslAntiSpamEvidencesInfo: S.Schema<XdslAntiSpamEvidencesInfo>;
1783
+ export interface ListXdslAntiSpamsRequest {
1784
+ /** Service name */
1785
+ serviceName: string;
1786
+ }
1787
+ export declare const ListXdslAntiSpamsRequest: S.Schema<ListXdslAntiSpamsRequest>;
1788
+ export type ListXdslAntiSpamsResponseBodyList = Array<string>;
1789
+ export declare const ListXdslAntiSpamsResponseBodyList: S.Schema<ListXdslAntiSpamsResponseBodyList>;
1790
+ export type ListXdslAntiSpamsResponse = ListXdslAntiSpamsResponseBodyList;
1791
+ export declare const ListXdslAntiSpamsResponse: S.Schema<ListXdslAntiSpamsResponse>;
1792
+ export type ListXdslEmailProRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
1793
+ export declare const ListXdslEmailProRequestIamTagsValueList: S.Schema<ListXdslEmailProRequestIamTagsValueList>;
1794
+ export type ListXdslEmailProRequestIamTagsMap = {
1795
+ [key: string]: ListXdslEmailProRequestIamTagsValueList | undefined;
1796
+ };
1797
+ export declare const ListXdslEmailProRequestIamTagsMap: S.Schema<ListXdslEmailProRequestIamTagsMap>;
1798
+ export interface ListXdslEmailProRequest {
1799
+ /** Filter resources on IAM tags */
1800
+ iamTags?: ListXdslEmailProRequestIamTagsMap;
1801
+ }
1802
+ export declare const ListXdslEmailProRequest: S.Schema<ListXdslEmailProRequest>;
1803
+ export type ListXdslEmailProResponseBodyList = Array<string>;
1804
+ export declare const ListXdslEmailProResponseBodyList: S.Schema<ListXdslEmailProResponseBodyList>;
1805
+ export type ListXdslEmailProResponse = ListXdslEmailProResponseBodyList;
1806
+ export declare const ListXdslEmailProResponse: S.Schema<ListXdslEmailProResponse>;
1807
+ export interface ListXdslFiberEligibilitiesRequest {
1808
+ /** Service name */
1809
+ serviceName: string;
1810
+ /** Filter the value of status property (=) */
1811
+ status?: XdslFiberEligibilityStatusEnum | (string & {});
1812
+ }
1813
+ export declare const ListXdslFiberEligibilitiesRequest: S.Schema<ListXdslFiberEligibilitiesRequest>;
1814
+ export type ListXdslFiberEligibilitiesResponseBodyList = Array<number>;
1815
+ export declare const ListXdslFiberEligibilitiesResponseBodyList: S.Schema<ListXdslFiberEligibilitiesResponseBodyList>;
1816
+ export type ListXdslFiberEligibilitiesResponse = ListXdslFiberEligibilitiesResponseBodyList;
1817
+ export declare const ListXdslFiberEligibilitiesResponse: S.Schema<ListXdslFiberEligibilitiesResponse>;
1818
+ export interface ListXdslIncidentsRequest {
1819
+ /** Filter the value of creationDate property (>) */
1820
+ creationDate?: string;
1821
+ /** Filter the value of endDate property (<) */
1822
+ endDate?: string;
1823
+ }
1824
+ export declare const ListXdslIncidentsRequest: S.Schema<ListXdslIncidentsRequest>;
1825
+ export type ListXdslIncidentsResponseBodyList = Array<number>;
1826
+ export declare const ListXdslIncidentsResponseBodyList: S.Schema<ListXdslIncidentsResponseBodyList>;
1827
+ export type ListXdslIncidentsResponse = ListXdslIncidentsResponseBodyList;
1828
+ export declare const ListXdslIncidentsResponse: S.Schema<ListXdslIncidentsResponse>;
1829
+ export interface ListXdslIpsRequest {
1830
+ /** Service name */
1831
+ serviceName: string;
1832
+ }
1833
+ export declare const ListXdslIpsRequest: S.Schema<ListXdslIpsRequest>;
1834
+ export type ListXdslIpsResponseBodyList = Array<string>;
1835
+ export declare const ListXdslIpsResponseBodyList: S.Schema<ListXdslIpsResponseBodyList>;
1836
+ export type ListXdslIpsResponse = ListXdslIpsResponseBodyList;
1837
+ export declare const ListXdslIpsResponse: S.Schema<ListXdslIpsResponse>;
1838
+ export interface ListXdslLineDslamPortAvailableProfilesRequest {
1839
+ /** Service name */
1840
+ serviceName: string;
1841
+ /** Number */
1842
+ number: string;
1843
+ }
1844
+ export declare const ListXdslLineDslamPortAvailableProfilesRequest: S.Schema<ListXdslLineDslamPortAvailableProfilesRequest>;
1845
+ export type ListXdslLineDslamPortAvailableProfilesResponseBodyList = Array<XdslDslamLineProfile>;
1846
+ export declare const ListXdslLineDslamPortAvailableProfilesResponseBodyList: S.Schema<ListXdslLineDslamPortAvailableProfilesResponseBodyList>;
1847
+ export type ListXdslLineDslamPortAvailableProfilesResponse = ListXdslLineDslamPortAvailableProfilesResponseBodyList;
1848
+ export declare const ListXdslLineDslamPortAvailableProfilesResponse: S.Schema<ListXdslLineDslamPortAvailableProfilesResponse>;
1849
+ export interface ListXdslLineDslamPortLogsRequest {
1850
+ /** Service name */
1851
+ serviceName: string;
1852
+ /** Number */
1853
+ number: string;
1854
+ limit: number;
1855
+ }
1856
+ export declare const ListXdslLineDslamPortLogsRequest: S.Schema<ListXdslLineDslamPortLogsRequest>;
1857
+ /** A message log from the DSLAM */
1858
+ export interface XdslDslamPortLog {
1859
+ date?: string;
1860
+ /** The last time this message occured */
1861
+ lastOccurrenceDate?: string;
1862
+ message?: string;
1863
+ /** The number of times this message occured between date and lastOccurrenceDate */
1864
+ numberOfOccurrences?: number;
1865
+ }
1866
+ export declare const XdslDslamPortLog: S.Schema<XdslDslamPortLog>;
1867
+ export type ListXdslLineDslamPortLogsResponseBodyList = Array<XdslDslamPortLog>;
1868
+ export declare const ListXdslLineDslamPortLogsResponseBodyList: S.Schema<ListXdslLineDslamPortLogsResponseBodyList>;
1869
+ export type ListXdslLineDslamPortLogsResponse = ListXdslLineDslamPortLogsResponseBodyList;
1870
+ export declare const ListXdslLineDslamPortLogsResponse: S.Schema<ListXdslLineDslamPortLogsResponse>;
1871
+ export interface ListXdslLinesRequest {
1872
+ /** Service name */
1873
+ serviceName: string;
1874
+ }
1875
+ export declare const ListXdslLinesRequest: S.Schema<ListXdslLinesRequest>;
1876
+ export type ListXdslLinesResponseBodyList = Array<string>;
1877
+ export declare const ListXdslLinesResponseBodyList: S.Schema<ListXdslLinesResponseBodyList>;
1878
+ export type ListXdslLinesResponse = ListXdslLinesResponseBodyList;
1879
+ export declare const ListXdslLinesResponse: S.Schema<ListXdslLinesResponse>;
1880
+ /** Periods for statistics. */
1881
+ export type XdslStatisticsPeriodEnum = "daily" | "monthly" | "preview" | "weekly" | "yearly";
1882
+ export declare const XdslStatisticsPeriodEnum: any;
1883
+ /** Various types of statisctics available for the line. */
1884
+ export type XdslLineStatisticsTypeEnum = "attenuation:download" | "attenuation:upload" | "error:crc" | "error:fec" | "error:hec" | "snr:download" | "snr:upload" | "synchronization:download" | "synchronization:upload";
1885
+ export declare const XdslLineStatisticsTypeEnum: any;
1886
+ export interface ListXdslLineStatisticsRequest {
1887
+ /** Service name */
1888
+ serviceName: string;
1889
+ /** Number */
1890
+ number: string;
1891
+ period: XdslStatisticsPeriodEnum | (string & {});
1892
+ type: XdslLineStatisticsTypeEnum | (string & {});
1893
+ }
1894
+ export declare const ListXdslLineStatisticsRequest: S.Schema<ListXdslLineStatisticsRequest>;
1895
+ /** A value associated to a timestamp */
1896
+ export interface XdslTimestampAndValue {
1897
+ timestamp?: number;
1898
+ value?: number | null;
1899
+ }
1900
+ export declare const XdslTimestampAndValue: S.Schema<XdslTimestampAndValue>;
1901
+ export type ComplexTypeUnitAndValuesXdslTimestampAndValueValuesList = Array<XdslTimestampAndValue>;
1902
+ export declare const ComplexTypeUnitAndValuesXdslTimestampAndValueValuesList: S.Schema<ComplexTypeUnitAndValuesXdslTimestampAndValueValuesList>;
1903
+ /** complexType.UnitAndValues_xdsl.TimestampAndValue */
1904
+ export interface ComplexTypeUnitAndValuesXdslTimestampAndValue {
1905
+ unit?: string;
1906
+ values?: ComplexTypeUnitAndValuesXdslTimestampAndValueValuesList;
1907
+ }
1908
+ export declare const ComplexTypeUnitAndValuesXdslTimestampAndValue: S.Schema<ComplexTypeUnitAndValuesXdslTimestampAndValue>;
1909
+ export interface ListXdslModemAvailableACSBackendRequest {
1910
+ /** Service name */
1911
+ serviceName: string;
1912
+ }
1913
+ export declare const ListXdslModemAvailableACSBackendRequest: S.Schema<ListXdslModemAvailableACSBackendRequest>;
1914
+ export type ListXdslModemAvailableACSBackendResponseBodyList = Array<string>;
1915
+ export declare const ListXdslModemAvailableACSBackendResponseBodyList: S.Schema<ListXdslModemAvailableACSBackendResponseBodyList>;
1916
+ export type ListXdslModemAvailableACSBackendResponse = ListXdslModemAvailableACSBackendResponseBodyList;
1917
+ export declare const ListXdslModemAvailableACSBackendResponse: S.Schema<ListXdslModemAvailableACSBackendResponse>;
1918
+ /** Frequency of WLAN */
1919
+ export type XdslWLANFrequencyEnum = "2.4GHz" | "5GHz";
1920
+ export declare const XdslWLANFrequencyEnum: any;
1921
+ export interface ListXdslModemAvailableWLANChannelRequest {
1922
+ /** Service name */
1923
+ serviceName: string;
1924
+ /** WLAN frequency you want to retrieve channels */
1925
+ frequency: XdslWLANFrequencyEnum | (string & {});
1926
+ }
1927
+ export declare const ListXdslModemAvailableWLANChannelRequest: S.Schema<ListXdslModemAvailableWLANChannelRequest>;
1928
+ export type ListXdslModemAvailableWLANChannelResponseBodyList = Array<number>;
1929
+ export declare const ListXdslModemAvailableWLANChannelResponseBodyList: S.Schema<ListXdslModemAvailableWLANChannelResponseBodyList>;
1930
+ export type ListXdslModemAvailableWLANChannelResponse = ListXdslModemAvailableWLANChannelResponseBodyList;
1931
+ export declare const ListXdslModemAvailableWLANChannelResponse: S.Schema<ListXdslModemAvailableWLANChannelResponse>;
1932
+ export interface ListXdslModemConnectedDevicesRequest {
1933
+ /** Service name */
1934
+ serviceName: string;
1935
+ }
1936
+ export declare const ListXdslModemConnectedDevicesRequest: S.Schema<ListXdslModemConnectedDevicesRequest>;
1937
+ export type ListXdslModemConnectedDevicesResponseBodyList = Array<string>;
1938
+ export declare const ListXdslModemConnectedDevicesResponseBodyList: S.Schema<ListXdslModemConnectedDevicesResponseBodyList>;
1939
+ export type ListXdslModemConnectedDevicesResponse = ListXdslModemConnectedDevicesResponseBodyList;
1940
+ export declare const ListXdslModemConnectedDevicesResponse: S.Schema<ListXdslModemConnectedDevicesResponse>;
1941
+ export interface ListXdslModemFirmwareAvailableRequest {
1942
+ /** Service name */
1943
+ serviceName: string;
1944
+ }
1945
+ export declare const ListXdslModemFirmwareAvailableRequest: S.Schema<ListXdslModemFirmwareAvailableRequest>;
1946
+ export type ListXdslModemFirmwareAvailableResponseBodyList = Array<string>;
1947
+ export declare const ListXdslModemFirmwareAvailableResponseBodyList: S.Schema<ListXdslModemFirmwareAvailableResponseBodyList>;
1948
+ export type ListXdslModemFirmwareAvailableResponse = ListXdslModemFirmwareAvailableResponseBodyList;
1949
+ export declare const ListXdslModemFirmwareAvailableResponse: S.Schema<ListXdslModemFirmwareAvailableResponse>;
1950
+ export interface ListXdslModemLanRequest {
1951
+ /** Service name */
1952
+ serviceName: string;
1953
+ }
1954
+ export declare const ListXdslModemLanRequest: S.Schema<ListXdslModemLanRequest>;
1955
+ export type ListXdslModemLanResponseBodyList = Array<string>;
1956
+ export declare const ListXdslModemLanResponseBodyList: S.Schema<ListXdslModemLanResponseBodyList>;
1957
+ export type ListXdslModemLanResponse = ListXdslModemLanResponseBodyList;
1958
+ export declare const ListXdslModemLanResponse: S.Schema<ListXdslModemLanResponse>;
1959
+ export interface ListXdslModemLanDhcpRequest {
1960
+ /** Service name */
1961
+ serviceName: string;
1962
+ /** Lan name */
1963
+ lanName: string;
1964
+ }
1965
+ export declare const ListXdslModemLanDhcpRequest: S.Schema<ListXdslModemLanDhcpRequest>;
1966
+ export type ListXdslModemLanDhcpResponseBodyList = Array<string>;
1967
+ export declare const ListXdslModemLanDhcpResponseBodyList: S.Schema<ListXdslModemLanDhcpResponseBodyList>;
1968
+ export type ListXdslModemLanDhcpResponse = ListXdslModemLanDhcpResponseBodyList;
1969
+ export declare const ListXdslModemLanDhcpResponse: S.Schema<ListXdslModemLanDhcpResponse>;
1970
+ export interface ListXdslModemWifiRequest {
1971
+ /** Service name */
1972
+ serviceName: string;
1973
+ }
1974
+ export declare const ListXdslModemWifiRequest: S.Schema<ListXdslModemWifiRequest>;
1975
+ export type ListXdslModemWifiResponseBodyList = Array<string>;
1976
+ export declare const ListXdslModemWifiResponseBodyList: S.Schema<ListXdslModemWifiResponseBodyList>;
1977
+ export type ListXdslModemWifiResponse = ListXdslModemWifiResponseBodyList;
1978
+ export declare const ListXdslModemWifiResponse: S.Schema<ListXdslModemWifiResponse>;
1979
+ export interface ListXdslModemWifiRadioRequest {
1980
+ /** Service name */
1981
+ serviceName: string;
1982
+ }
1983
+ export declare const ListXdslModemWifiRadioRequest: S.Schema<ListXdslModemWifiRadioRequest>;
1984
+ export type ListXdslModemWifiRadioResponseBodyList = Array<string>;
1985
+ export declare const ListXdslModemWifiRadioResponseBodyList: S.Schema<ListXdslModemWifiRadioResponseBodyList>;
1986
+ export type ListXdslModemWifiRadioResponse = ListXdslModemWifiRadioResponseBodyList;
1987
+ export declare const ListXdslModemWifiRadioResponse: S.Schema<ListXdslModemWifiRadioResponse>;
1988
+ export interface ListXdslOrderFollowupRequest {
1989
+ /** Service name */
1990
+ serviceName: string;
1991
+ }
1992
+ export declare const ListXdslOrderFollowupRequest: S.Schema<ListXdslOrderFollowupRequest>;
1993
+ export type XdslOrderFollowupStepCommentsList = Array<string>;
1994
+ export declare const XdslOrderFollowupStepCommentsList: S.Schema<XdslOrderFollowupStepCommentsList>;
1995
+ /** The duration units */
1996
+ export type XdslOrderFollowupDurationUnitEnum = "day" | "hour" | "minute";
1997
+ export declare const XdslOrderFollowupDurationUnitEnum: any;
1998
+ /** The status of an order step */
1999
+ export type XdslOrderFollowupStepNameEnum = "accessIsOperational" | "checkInfrastructure" | "configureAccessOnOVH" | "orderPayed" | "orderReceived" | "orderTreatment" | "sendModem" | "sendOrderToProvider" | "setupCustomerPremisesEquipment" | "waitingForProviderInstallReport" | "waitingForWithdrawalPeriodToBeOver";
2000
+ export declare const XdslOrderFollowupStepNameEnum: any;
2001
+ /** The status of an order step */
2002
+ export type XdslOrderFollowupStepStatusEnum = "doing" | "done" | "error" | "todo" | "waitingCustomer";
2003
+ export declare const XdslOrderFollowupStepStatusEnum: any;
2004
+ /** A step of the order process */
2005
+ export interface XdslOrderFollowupStep {
2006
+ comments?: XdslOrderFollowupStepCommentsList;
2007
+ doneDate?: string | null;
2008
+ /** The duration units */
2009
+ durationUnit?: XdslOrderFollowupDurationUnitEnum;
2010
+ expectedDuration?: number;
2011
+ /** The status of an order step */
2012
+ name?: XdslOrderFollowupStepNameEnum;
2013
+ /** The status of an order step */
2014
+ status?: XdslOrderFollowupStepStatusEnum;
2015
+ }
2016
+ export declare const XdslOrderFollowupStep: S.Schema<XdslOrderFollowupStep>;
2017
+ export type ListXdslOrderFollowupResponseBodyList = Array<XdslOrderFollowupStep>;
2018
+ export declare const ListXdslOrderFollowupResponseBodyList: S.Schema<ListXdslOrderFollowupResponseBodyList>;
2019
+ export type ListXdslOrderFollowupResponse = ListXdslOrderFollowupResponseBodyList;
2020
+ export declare const ListXdslOrderFollowupResponse: S.Schema<ListXdslOrderFollowupResponse>;
2021
+ export interface ListXdslRadiusConnectionLogsRequest {
2022
+ /** Service name */
2023
+ serviceName: string;
2024
+ }
2025
+ export declare const ListXdslRadiusConnectionLogsRequest: S.Schema<ListXdslRadiusConnectionLogsRequest>;
2026
+ /** Log entry of an auth attempt to the radius server */
2027
+ export interface XdslRadiusConnectionLog {
2028
+ date?: string;
2029
+ login?: string;
2030
+ message?: string;
2031
+ state?: string;
2032
+ }
2033
+ export declare const XdslRadiusConnectionLog: S.Schema<XdslRadiusConnectionLog>;
2034
+ export type ListXdslRadiusConnectionLogsResponseBodyList = Array<XdslRadiusConnectionLog>;
2035
+ export declare const ListXdslRadiusConnectionLogsResponseBodyList: S.Schema<ListXdslRadiusConnectionLogsResponseBodyList>;
2036
+ export type ListXdslRadiusConnectionLogsResponse = ListXdslRadiusConnectionLogsResponseBodyList;
2037
+ export declare const ListXdslRadiusConnectionLogsResponse: S.Schema<ListXdslRadiusConnectionLogsResponse>;
2038
+ export interface ListXdslRmaRequest {
2039
+ /** Service name */
2040
+ serviceName: string;
2041
+ }
2042
+ export declare const ListXdslRmaRequest: S.Schema<ListXdslRmaRequest>;
2043
+ export type ListXdslRmaResponseBodyList = Array<string>;
2044
+ export declare const ListXdslRmaResponseBodyList: S.Schema<ListXdslRmaResponseBodyList>;
2045
+ export type ListXdslRmaResponse = ListXdslRmaResponseBodyList;
2046
+ export declare const ListXdslRmaResponse: S.Schema<ListXdslRmaResponse>;
2047
+ export type ListXdslSpareRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
2048
+ export declare const ListXdslSpareRequestIamTagsValueList: S.Schema<ListXdslSpareRequestIamTagsValueList>;
2049
+ export type ListXdslSpareRequestIamTagsMap = {
2050
+ [key: string]: ListXdslSpareRequestIamTagsValueList | undefined;
2051
+ };
2052
+ export declare const ListXdslSpareRequestIamTagsMap: S.Schema<ListXdslSpareRequestIamTagsMap>;
2053
+ export interface ListXdslSpareRequest {
2054
+ /** Filter resources on IAM tags */
2055
+ iamTags?: ListXdslSpareRequestIamTagsMap;
2056
+ }
2057
+ export declare const ListXdslSpareRequest: S.Schema<ListXdslSpareRequest>;
2058
+ export type ListXdslSpareResponseBodyList = Array<string>;
2059
+ export declare const ListXdslSpareResponseBodyList: S.Schema<ListXdslSpareResponseBodyList>;
2060
+ export type ListXdslSpareResponse = ListXdslSpareResponseBodyList;
2061
+ export declare const ListXdslSpareResponse: S.Schema<ListXdslSpareResponse>;
2062
+ export interface ListXdslSpareBrandsRequest {
2063
+ }
2064
+ export declare const ListXdslSpareBrandsRequest: S.Schema<ListXdslSpareBrandsRequest>;
2065
+ export type ListXdslSpareBrandsResponseBodyList = Array<string>;
2066
+ export declare const ListXdslSpareBrandsResponseBodyList: S.Schema<ListXdslSpareBrandsResponseBodyList>;
2067
+ export type ListXdslSpareBrandsResponse = ListXdslSpareBrandsResponseBodyList;
2068
+ export declare const ListXdslSpareBrandsResponse: S.Schema<ListXdslSpareBrandsResponse>;
2069
+ export interface ListXdslSpareCompatibleReplacementRequest {
2070
+ /** Spare */
2071
+ spare: string;
2072
+ }
2073
+ export declare const ListXdslSpareCompatibleReplacementRequest: S.Schema<ListXdslSpareCompatibleReplacementRequest>;
2074
+ export type ListXdslSpareCompatibleReplacementResponseBodyList = Array<string>;
2075
+ export declare const ListXdslSpareCompatibleReplacementResponseBodyList: S.Schema<ListXdslSpareCompatibleReplacementResponseBodyList>;
2076
+ export type ListXdslSpareCompatibleReplacementResponse = ListXdslSpareCompatibleReplacementResponseBodyList;
2077
+ export declare const ListXdslSpareCompatibleReplacementResponse: S.Schema<ListXdslSpareCompatibleReplacementResponse>;
2078
+ /** Various types of statisctics available for the access. */
2079
+ export type XdslAccessStatisticsTypeEnum = "ping" | "traffic:download" | "traffic:upload";
2080
+ export declare const XdslAccessStatisticsTypeEnum: any;
2081
+ export interface ListXdslStatisticsRequest {
2082
+ /** Service name */
2083
+ serviceName: string;
2084
+ period: XdslStatisticsPeriodEnum | (string & {});
2085
+ type: XdslAccessStatisticsTypeEnum | (string & {});
2086
+ }
2087
+ export declare const ListXdslStatisticsRequest: S.Schema<ListXdslStatisticsRequest>;
2088
+ /** An access latency item */
2089
+ export interface XdslAccessLatency {
2090
+ loss?: number | null;
2091
+ status?: number | null;
2092
+ timestamp?: number;
2093
+ value?: number | null;
2094
+ verboseStatus?: string | null;
2095
+ }
2096
+ export declare const XdslAccessLatency: S.Schema<XdslAccessLatency>;
2097
+ export type ComplexTypeUnitAndValuesXdslAccessLatencyValuesList = Array<XdslAccessLatency>;
2098
+ export declare const ComplexTypeUnitAndValuesXdslAccessLatencyValuesList: S.Schema<ComplexTypeUnitAndValuesXdslAccessLatencyValuesList>;
2099
+ /** complexType.UnitAndValues_xdsl.AccessLatency */
2100
+ export interface ComplexTypeUnitAndValuesXdslAccessLatency {
2101
+ unit?: string;
2102
+ values?: ComplexTypeUnitAndValuesXdslAccessLatencyValuesList;
2103
+ }
2104
+ export declare const ComplexTypeUnitAndValuesXdslAccessLatency: S.Schema<ComplexTypeUnitAndValuesXdslAccessLatency>;
2105
+ export interface ListXdslTasksRequest {
2106
+ /** Service name */
2107
+ serviceName: string;
2108
+ /** Filter the value of function property (=) */
2109
+ function?: string;
2110
+ /** Filter the value of status property (=) */
2111
+ status?: XdslTaskStatusEnum | (string & {});
2112
+ }
2113
+ export declare const ListXdslTasksRequest: S.Schema<ListXdslTasksRequest>;
2114
+ export type ListXdslTasksResponseBodyList = Array<number>;
2115
+ export declare const ListXdslTasksResponseBodyList: S.Schema<ListXdslTasksResponseBodyList>;
2116
+ export type ListXdslTasksResponse = ListXdslTasksResponseBodyList;
2117
+ export declare const ListXdslTasksResponse: S.Schema<ListXdslTasksResponse>;
2118
+ export interface PutXdslRequest {
2119
+ /** Service name */
2120
+ serviceName: string;
2121
+ description?: string;
2122
+ /** Rate limit on the LNS in kbps - Only available if canApplyLnsRateLimit capability is set to true - Must be a multiple of 64 - Min value 64 / Max value 100032 */
2123
+ lnsRateLimit?: number | null;
2124
+ /** Whether or not this access is monitored */
2125
+ monitoring?: boolean;
2126
+ }
2127
+ export declare const PutXdslRequest: S.Schema<PutXdslRequest>;
2128
+ export interface PutXdslResponse {
2129
+ }
2130
+ export declare const PutXdslResponse: S.Schema<PutXdslResponse>;
2131
+ export interface PutXdslEmailProRequest {
2132
+ /** Email */
2133
+ email: string;
2134
+ /** Account display name */
2135
+ displayName?: string | null;
2136
+ /** Account first name */
2137
+ firstName?: string | null;
2138
+ /** Account initials */
2139
+ initial?: string | null;
2140
+ /** Account last name */
2141
+ lastName?: string | null;
2142
+ }
2143
+ export declare const PutXdslEmailProRequest: S.Schema<PutXdslEmailProRequest>;
2144
+ export interface PutXdslEmailProResponse {
2145
+ }
2146
+ export declare const PutXdslEmailProResponse: S.Schema<PutXdslEmailProResponse>;
2147
+ export interface PutXdslModemRequest {
2148
+ /** Service name */
2149
+ serviceName: string;
2150
+ /** ACS backend used by the modem */
2151
+ acsBackend?: XdslXdslModemConfigACSBackendEnum | (string & {});
2152
+ /** IP Address of the DMZ (To modify or delete the DMZ IP on the modem, a re-configuration of your modem has to be made, your configuration will be maintained, but you will lose your connection a few minutes) */
2153
+ dmzIP?: string | null;
2154
+ /** Whether or not the modem is in bridge mode. To pass from bridge mode to routed mode, a reset is necessary. If the modem is managedByOvh, the bridge state will be kept after a reset */
2155
+ isBridged?: boolean;
2156
+ /** Whether or not the user can configure his modem via OVH Interface (will lock telnet and local HTTP configuration page) */
2157
+ managedByOvh?: boolean;
2158
+ /** Size of the Maximum Transmission Unit on the modem's interfaces */
2159
+ mtuSize?: XdslXdslModemConfigMTUSizeEnum | (number & {}) | null;
2160
+ }
2161
+ export declare const PutXdslModemRequest: S.Schema<PutXdslModemRequest>;
2162
+ export interface PutXdslModemResponse {
2163
+ }
2164
+ export declare const PutXdslModemResponse: S.Schema<PutXdslModemResponse>;
2165
+ export interface PutXdslModemLanRequest {
2166
+ /** Service name */
2167
+ serviceName: string;
2168
+ /** Lan name */
2169
+ lanName: string;
2170
+ /** IP address (e.g., 192.0.2.0) */
2171
+ IPAddress?: string;
2172
+ /** How the modem gets its LAN IP Address */
2173
+ addressingType?: XdslXdslModemConfigAddressingTypeEnum | (string & {});
2174
+ /** IP address (e.g., 192.0.2.0) */
2175
+ subnetMask?: string;
2176
+ }
2177
+ export declare const PutXdslModemLanRequest: S.Schema<PutXdslModemLanRequest>;
2178
+ export interface PutXdslModemLanResponse {
2179
+ }
2180
+ export declare const PutXdslModemLanResponse: S.Schema<PutXdslModemLanResponse>;
2181
+ export interface PutXdslModemLanDhcpRequest {
2182
+ /** Service name */
2183
+ serviceName: string;
2184
+ /** Lan name */
2185
+ lanName: string;
2186
+ /** Dhcp name */
2187
+ dhcpName: string;
2188
+ /** IP address (e.g., 192.0.2.0) */
2189
+ defaultGateway?: string;
2190
+ /** Domain name provided to the clients */
2191
+ domainName?: string;
2192
+ /** IP address (e.g., 192.0.2.0) */
2193
+ endAddress?: string;
2194
+ /** Lease time in seconds of client assigned address (-1 means infinite) */
2195
+ leaseTime?: number;
2196
+ /** IP address (e.g., 192.0.2.0) */
2197
+ primaryDNS?: string;
2198
+ /** Secondary DNS servers to be given to the clients */
2199
+ secondaryDNS?: string | null;
2200
+ /** State of the DHCP server of the modem */
2201
+ serverEnabled?: boolean;
2202
+ /** IP address (e.g., 192.0.2.0) */
2203
+ startAddress?: string;
2204
+ /** IP address (e.g., 192.0.2.0) */
2205
+ subnetMask?: string;
2206
+ }
2207
+ export declare const PutXdslModemLanDhcpRequest: S.Schema<PutXdslModemLanDhcpRequest>;
2208
+ export interface PutXdslModemLanDhcpResponse {
2209
+ }
2210
+ export declare const PutXdslModemLanDhcpResponse: S.Schema<PutXdslModemLanDhcpResponse>;
2211
+ export interface PutXdslModemWifiRequest {
2212
+ /** Service name */
2213
+ serviceName: string;
2214
+ /** Wifi name */
2215
+ wifiName: string;
2216
+ /** Service Set Identifier of the WLAN interface */
2217
+ SSID?: string;
2218
+ /** Hide or show the Wifi */
2219
+ SSIDAdvertisementEnabled?: boolean;
2220
+ /** Choice of a channel (When chosen, channelMode is set to Manual) */
2221
+ channel?: number;
2222
+ /** How the WiFi channel is selected */
2223
+ channelMode?: XdslXdslModemConfigChannelModeEnum | (string & {});
2224
+ /** Wifi state */
2225
+ enabled?: boolean;
2226
+ /** WiFi security key */
2227
+ securityKey?: string;
2228
+ /** Type of WLAN security protection */
2229
+ securityType?: XdslXdslModemConfigSecurityTypeEnum | (string & {});
2230
+ }
2231
+ export declare const PutXdslModemWifiRequest: S.Schema<PutXdslModemWifiRequest>;
2232
+ export interface PutXdslModemWifiResponse {
2233
+ }
2234
+ export declare const PutXdslModemWifiResponse: S.Schema<PutXdslModemWifiResponse>;
2235
+ export interface PutXdslModemWifiRadioRequest {
2236
+ /** Service name */
2237
+ serviceName: string;
2238
+ /** Radio name */
2239
+ radioName: string;
2240
+ /** Current radio channel */
2241
+ channel?: number;
2242
+ /** Change channel selection mode (auto | manual) */
2243
+ channelMode?: XdslXdslModemConfigChannelModeEnum | (string & {});
2244
+ }
2245
+ export declare const PutXdslModemWifiRadioRequest: S.Schema<PutXdslModemWifiRadioRequest>;
2246
+ export interface PutXdslRmaRequest {
2247
+ /** Service name */
2248
+ serviceName: string;
2249
+ /** Id */
2250
+ id: string;
2251
+ /** Return merchandise authorisation type */
2252
+ process?: TelephonyRmaReplaceTypeEnum | (string & {});
2253
+ /** Contact information structure */
2254
+ shippingContact?: TelephonyContact;
2255
+ }
2256
+ export declare const PutXdslRmaRequest: S.Schema<PutXdslRmaRequest>;
2257
+ export interface PutXdslRmaResponse {
2258
+ }
2259
+ export declare const PutXdslRmaResponse: S.Schema<PutXdslRmaResponse>;
2260
+ export interface PutXdslServiceInfosRequest {
2261
+ /** Service name */
2262
+ serviceName: string;
2263
+ /** Way of handling the renew */
2264
+ renew?: ServiceRenewType | null;
2265
+ }
2266
+ export declare const PutXdslServiceInfosRequest: S.Schema<PutXdslServiceInfosRequest>;
2267
+ export interface PutXdslServiceInfosResponse {
2268
+ }
2269
+ export declare const PutXdslServiceInfosResponse: S.Schema<PutXdslServiceInfosResponse>;
2270
+ export interface PutXdslSpareServiceInfosRequest {
2271
+ /** Spare */
2272
+ spare: string;
2273
+ /** Way of handling the renew */
2274
+ renew?: ServiceRenewType | null;
2275
+ }
2276
+ export declare const PutXdslSpareServiceInfosRequest: S.Schema<PutXdslSpareServiceInfosRequest>;
2277
+ export interface PutXdslSpareServiceInfosResponse {
2278
+ }
2279
+ export declare const PutXdslSpareServiceInfosResponse: S.Schema<PutXdslSpareServiceInfosResponse>;
2280
+ export interface RebootModemRequest {
2281
+ /** Service name */
2282
+ serviceName: string;
2283
+ /** Date when the reboot will start */
2284
+ todoDate?: string;
2285
+ }
2286
+ export declare const RebootModemRequest: S.Schema<RebootModemRequest>;
2287
+ export interface RefreshXdslModemConnectedDevicesRequest {
2288
+ /** Service name */
2289
+ serviceName: string;
2290
+ }
2291
+ export declare const RefreshXdslModemConnectedDevicesRequest: S.Schema<RefreshXdslModemConnectedDevicesRequest>;
2292
+ export interface RemoveDHCPStaticAddressRequest {
2293
+ /** Service name */
2294
+ serviceName: string;
2295
+ /** Lan name */
2296
+ lanName: string;
2297
+ /** Dhcp name */
2298
+ dhcpName: string;
2299
+ /** macaddress */
2300
+ MACAddress: string;
2301
+ }
2302
+ export declare const RemoveDHCPStaticAddressRequest: S.Schema<RemoveDHCPStaticAddressRequest>;
2303
+ export interface RemoveMonitoringNotificationRequest {
2304
+ /** Service name */
2305
+ serviceName: string;
2306
+ /** Id */
2307
+ id: number;
2308
+ }
2309
+ export declare const RemoveMonitoringNotificationRequest: S.Schema<RemoveMonitoringNotificationRequest>;
2310
+ export interface RemoveMonitoringNotificationResponse {
2311
+ }
2312
+ export declare const RemoveMonitoringNotificationResponse: S.Schema<RemoveMonitoringNotificationResponse>;
2313
+ export interface RemovePortMappingRequest {
2314
+ /** Service name */
2315
+ serviceName: string;
2316
+ /** Name */
2317
+ name: string;
2318
+ }
2319
+ export declare const RemovePortMappingRequest: S.Schema<RemovePortMappingRequest>;
2320
+ export interface ReplaceAccessModemRequest {
2321
+ /** Service name */
2322
+ serviceName: string;
2323
+ /** Customer identifier for shipping address. By default Internet access address will be used. Allowed values are nichandle or «/me/contact/xyz» */
2324
+ contactShipping?: string;
2325
+ }
2326
+ export declare const ReplaceAccessModemRequest: S.Schema<ReplaceAccessModemRequest>;
2327
+ /** A contract */
2328
+ export interface OrderContract {
2329
+ /** Terms of the contract */
2330
+ content?: string;
2331
+ /** Name of the contract */
2332
+ name?: string;
2333
+ /** URL to download the contract */
2334
+ url?: string;
2335
+ }
2336
+ export declare const OrderContract: S.Schema<OrderContract>;
2337
+ /** List of contracts related to the order */
2338
+ export type OrderOrderContractsList = Array<OrderContract>;
2339
+ export declare const OrderOrderContractsList: S.Schema<OrderOrderContractsList>;
2340
+ /** Product type of item in order */
2341
+ export type OrderOrderDetailTypeEnum = "ACCESSORY" | "CAUTION" | "CHOOSED" | "CONSUMPTION" | "CREATION" | "DELIVERY" | "DURATION" | "GIFT" | "INSTALLATION" | "LICENSE" | "MUTE" | "OTHER" | "OUTPLAN" | "QUANTITY" | "REFUND" | "RENEW" | "SPECIAL" | "SWITCH" | "TRANSFER" | "VOUCHER";
2342
+ export declare const OrderOrderDetailTypeEnum: any;
2343
+ /** Context of the reduction */
2344
+ export type OrderReductionContextEnum = "promotion" | "voucher";
2345
+ export declare const OrderReductionContextEnum: any;
2346
+ /** Type of reduction */
2347
+ export type OrderReductionTypeEnum = "fixed_amount" | "forced_amount" | "percentage";
2348
+ export declare const OrderReductionTypeEnum: any;
2349
+ /** Order detail reduction */
2350
+ export interface OrderReduction {
2351
+ /** In which context the reduction is applied */
2352
+ context?: OrderReductionContextEnum;
2353
+ /** Promotion description */
2354
+ description?: string;
2355
+ /** Reduction price applied with this promotion */
2356
+ price?: OrderPrice;
2357
+ /** Reduction description */
2358
+ reductionDescription?: string;
2359
+ /** Reduction effect, price modification */
2360
+ type?: OrderReductionTypeEnum;
2361
+ /** The reduction value */
2362
+ value?: OrderPrice;
2363
+ }
2364
+ export declare const OrderReduction: S.Schema<OrderReduction>;
2365
+ /** List of reductions applied to the detail */
2366
+ export type OrderOrderDetailReductionsList = Array<OrderReduction>;
2367
+ export declare const OrderOrderDetailReductionsList: S.Schema<OrderOrderDetailReductionsList>;
2368
+ /** Detail of an order */
2369
+ export interface OrderOrderDetail {
2370
+ /** Cart Item ID the details is related to */
2371
+ cartItemID?: number | null;
2372
+ /** Description of the detail */
2373
+ description?: string;
2374
+ /** Type of detail */
2375
+ detailType?: OrderOrderDetailTypeEnum | null;
2376
+ /** Service name */
2377
+ domain?: string;
2378
+ /** Original price of the detail before reduction application */
2379
+ originalTotalPrice?: OrderPrice;
2380
+ /** Quantity of the service */
2381
+ quantity?: number;
2382
+ /** Total price of the reduction */
2383
+ reductionTotalPrice?: OrderPrice;
2384
+ /** List of reductions applied to the detail */
2385
+ reductions?: OrderOrderDetailReductionsList;
2386
+ /** Price total of the services */
2387
+ totalPrice?: OrderPrice;
2388
+ /** Unitary price of the service */
2389
+ unitPrice?: OrderPrice;
2390
+ }
2391
+ export declare const OrderOrderDetail: S.Schema<OrderOrderDetail>;
2392
+ /** Details of the order */
2393
+ export type OrderOrderDetailsList = Array<OrderOrderDetail>;
2394
+ export declare const OrderOrderDetailsList: S.Schema<OrderOrderDetailsList>;
2395
+ /** Prices of an order */
2396
+ export interface OrderOrderPrices {
2397
+ /** Price before reduction application */
2398
+ originalWithoutTax?: OrderPrice | null;
2399
+ /** Price concerning the reduced amount */
2400
+ reduction?: OrderPrice | null;
2401
+ /** Tax amount */
2402
+ tax?: OrderPrice;
2403
+ /** Price with tax */
2404
+ withTax?: OrderPrice;
2405
+ /** Price without tax */
2406
+ withoutTax?: OrderPrice;
2407
+ }
2408
+ export declare const OrderOrderPrices: S.Schema<OrderOrderPrices>;
2409
+ /** An order */
2410
+ export interface OrderOrder {
2411
+ /** List of contracts related to the order */
2412
+ contracts?: OrderOrderContractsList;
2413
+ /** Details of the order */
2414
+ details?: OrderOrderDetailsList;
2415
+ /** Identifier of the order */
2416
+ orderId?: number | null;
2417
+ /** Prices of the order including with and without taxes */
2418
+ prices?: OrderOrderPrices;
2419
+ /** URL to download the order */
2420
+ url?: string | null;
2421
+ }
2422
+ export declare const OrderOrder: S.Schema<OrderOrder>;
2423
+ export interface ReplaceModemBySpareRequest {
2424
+ /** Spare */
2425
+ spare: string;
2426
+ /** The modem to replace by the spare */
2427
+ domain: string;
2428
+ }
2429
+ export declare const ReplaceModemBySpareRequest: S.Schema<ReplaceModemBySpareRequest>;
2430
+ export interface ReplaceModemBySpareResponse {
2431
+ }
2432
+ export declare const ReplaceModemBySpareResponse: S.Schema<ReplaceModemBySpareResponse>;
2433
+ export interface RequestTotalDeconsolidationRequest {
2434
+ /** Service name */
2435
+ serviceName: string;
2436
+ /** Do not port the number */
2437
+ noPortability?: boolean;
2438
+ /** A token to prove the ownership of the line number, needed to port the number */
2439
+ rio?: string;
2440
+ }
2441
+ export declare const RequestTotalDeconsolidationRequest: S.Schema<RequestTotalDeconsolidationRequest>;
2442
+ export interface ResetModemConfigurationRequest {
2443
+ /** Service name */
2444
+ serviceName: string;
2445
+ /** Reset configuration stored in OVH databases */
2446
+ resetOvhConfig?: boolean;
2447
+ }
2448
+ export declare const ResetModemConfigurationRequest: S.Schema<ResetModemConfigurationRequest>;
2449
+ export interface ResetXdslLinesDslamPortRequest {
2450
+ /** Service name */
2451
+ serviceName: string;
2452
+ /** Number */
2453
+ number: string;
2454
+ }
2455
+ export declare const ResetXdslLinesDslamPortRequest: S.Schema<ResetXdslLinesDslamPortRequest>;
2456
+ export interface ResetXdslModemPortMappingConfigRequest {
2457
+ /** Service name */
2458
+ serviceName: string;
2459
+ }
2460
+ export declare const ResetXdslModemPortMappingConfigRequest: S.Schema<ResetXdslModemPortMappingConfigRequest>;
2461
+ export interface ResetXdslModemPortMappingConfigResponse {
2462
+ }
2463
+ export declare const ResetXdslModemPortMappingConfigResponse: S.Schema<ResetXdslModemPortMappingConfigResponse>;
2464
+ /** Information about the reason for the resiliation */
2465
+ export type XdslResiliationSurveyInput = IamResourceTagFilterInput;
2466
+ export declare const XdslResiliationSurveyInput: S.Schema<IamResourceTagFilterInput>;
2467
+ export interface ResiliateAccessRequest {
2468
+ /** Service name */
2469
+ serviceName: string;
2470
+ /** The desired resiliation date */
2471
+ resiliationDate?: string;
2472
+ /** Information about the reason for the resiliation */
2473
+ resiliationSurvey: IamResourceTagFilterInput;
2474
+ }
2475
+ export declare const ResiliateAccessRequest: S.Schema<ResiliateAccessRequest>;
2476
+ export interface SearchXdslOrderMeetingsRequest {
2477
+ /** Service name */
2478
+ serviceName: string;
2479
+ }
2480
+ export declare const SearchXdslOrderMeetingsRequest: S.Schema<SearchXdslOrderMeetingsRequest>;
2481
+ /** Represents meeting booking options */
2482
+ export interface ConnectivityEligibilityMeetingCapacities {
2483
+ /** Whether or not it is possible to book a meeting online */
2484
+ eRdv?: boolean;
2485
+ /** Whether or not it is possible to be be called by phone to book a meeting */
2486
+ phoneCall?: boolean;
2487
+ }
2488
+ export declare const ConnectivityEligibilityMeetingCapacities: S.Schema<ConnectivityEligibilityMeetingCapacities>;
2489
+ /** Represents a time slot for a meeting */
2490
+ export interface ConnectivityEligibilityMeetingSlot {
2491
+ /** End date */
2492
+ endDate?: string;
2493
+ /** Represent a meeting id for a fiber collect operator */
2494
+ slotId?: string | null;
2495
+ /** Start date */
2496
+ startDate?: string;
2497
+ /** An opaque string that represents an intervention unit */
2498
+ uiCode?: string | null;
2499
+ }
2500
+ export declare const ConnectivityEligibilityMeetingSlot: S.Schema<ConnectivityEligibilityMeetingSlot>;
2501
+ /** A time slot */
2502
+ export type ConnectivityEligibilityMeetingsMeetingSlotsList = Array<ConnectivityEligibilityMeetingSlot>;
2503
+ export declare const ConnectivityEligibilityMeetingsMeetingSlotsList: S.Schema<ConnectivityEligibilityMeetingsMeetingSlotsList>;
2504
+ /** List of available meeting time slots */
2505
+ export interface ConnectivityEligibilityMeetings {
2506
+ /** Whether or not it is possible to book a fake meeting */
2507
+ canBookFakeMeeting?: boolean;
2508
+ /** Represents meeting booking options */
2509
+ capacities?: ConnectivityEligibilityMeetingCapacities;
2510
+ /** A time slot */
2511
+ meetingSlots?: ConnectivityEligibilityMeetingsMeetingSlotsList;
2512
+ }
2513
+ export declare const ConnectivityEligibilityMeetings: S.Schema<ConnectivityEligibilityMeetings>;
2514
+ /** xdsl.AsyncTask_connectivity.eligibility.Meetings */
2515
+ export interface XdslAsyncTaskConnectivityEligibilityMeetings {
2516
+ error?: string | null;
2517
+ /** List of available meeting time slots */
2518
+ result?: ConnectivityEligibilityMeetings;
2519
+ /** AsyncTask status */
2520
+ status?: XdslAsyncTaskStatusEnum;
2521
+ }
2522
+ export declare const XdslAsyncTaskConnectivityEligibilityMeetings: S.Schema<XdslAsyncTaskConnectivityEligibilityMeetings>;
2523
+ export interface SendXdslOrderToProviderRequest {
2524
+ /** Service name */
2525
+ serviceName: string;
2526
+ }
2527
+ export declare const SendXdslOrderToProviderRequest: S.Schema<SendXdslOrderToProviderRequest>;
2528
+ export interface SendXdslOrderToProviderResponse {
2529
+ }
2530
+ export declare const SendXdslOrderToProviderResponse: S.Schema<SendXdslOrderToProviderResponse>;
2531
+ export interface SetWifiMeshStatusRequest {
2532
+ /** Service name */
2533
+ serviceName: string;
2534
+ /** Status of the mesh */
2535
+ wifiMesh: XdslServiceStatusEnum | (string & {});
2536
+ }
2537
+ export declare const SetWifiMeshStatusRequest: S.Schema<SetWifiMeshStatusRequest>;
2538
+ export interface SetWifiOneSsidStatusRequest {
2539
+ /** Service name */
2540
+ serviceName: string;
2541
+ /** Status of the onessid */
2542
+ wifiOneSsid: XdslServiceStatusEnum | (string & {});
2543
+ }
2544
+ export declare const SetWifiOneSsidStatusRequest: S.Schema<SetWifiOneSsidStatusRequest>;
2545
+ export interface UpdateBlocIPStatusRequest {
2546
+ /** Service name */
2547
+ serviceName: string;
2548
+ /** Status of the service */
2549
+ status: XdslServiceStatusEnum | (string & {});
2550
+ }
2551
+ export declare const UpdateBlocIPStatusRequest: S.Schema<UpdateBlocIPStatusRequest>;
2552
+ export interface UpdateContentSharingStatusRequest {
2553
+ /** Service name */
2554
+ serviceName: string;
2555
+ /** Status of the service */
2556
+ contentSharing: XdslServiceStatusEnum | (string & {});
2557
+ }
2558
+ export declare const UpdateContentSharingStatusRequest: S.Schema<UpdateContentSharingStatusRequest>;
2559
+ export interface UpdateDHCPStaticAddressRequest {
2560
+ /** Service name */
2561
+ serviceName: string;
2562
+ /** Lan name */
2563
+ lanName: string;
2564
+ /** Dhcp name */
2565
+ dhcpName: string;
2566
+ /** macaddress */
2567
+ MACAddress: string;
2568
+ /** IP address (e.g., 192.0.2.0) */
2569
+ IPAddress?: string;
2570
+ /** Name of the DHCP Static lease */
2571
+ name?: string | null;
2572
+ }
2573
+ export declare const UpdateDHCPStaticAddressRequest: S.Schema<UpdateDHCPStaticAddressRequest>;
2574
+ export interface UpdateDHCPStaticAddressResponse {
2575
+ }
2576
+ export declare const UpdateDHCPStaticAddressResponse: S.Schema<UpdateDHCPStaticAddressResponse>;
2577
+ export interface UpdateFTPStatusRequest {
2578
+ /** Service name */
2579
+ serviceName: string;
2580
+ /** Status of the service */
2581
+ ftp: XdslServiceStatusEnum | (string & {});
2582
+ }
2583
+ export declare const UpdateFTPStatusRequest: S.Schema<UpdateFTPStatusRequest>;
2584
+ export interface UpdateIpRequest {
2585
+ /** Service name */
2586
+ serviceName: string;
2587
+ /** Should the IPv6 be enabled ? */
2588
+ enabled: boolean;
2589
+ }
2590
+ export declare const UpdateIpRequest: S.Schema<UpdateIpRequest>;
2591
+ export interface UpdateIpsecAlgStatusRequest {
2592
+ /** Service name */
2593
+ serviceName: string;
2594
+ /** Status of the service */
2595
+ ipsecAlg: XdslServiceStatusEnum | (string & {});
2596
+ }
2597
+ export declare const UpdateIpsecAlgStatusRequest: S.Schema<UpdateIpsecAlgStatusRequest>;
2598
+ /** Customer possible actions */
2599
+ export type XdslLineDiagnosticCustomerActionsEnum = "bePreparedToCheckModemSynchronization" | "changeDslFilterAndPlugInDti" | "changeExtensionCable" | "changeProfile" | "checkConnectionCable" | "checkConnectionLoginAndParameters" | "checkFilter" | "connectModemToOtherPlugs" | "neutralTest" | "rebootModem" | "resetModem" | "unplugEveryModems" | "unplugModem";
2600
+ export declare const XdslLineDiagnosticCustomerActionsEnum: any;
2601
+ /** Customer possible actions */
2602
+ export type UpdateLineDiagnosticRequestActionsDoneList = Array<XdslLineDiagnosticCustomerActionsEnum | (string & {})>;
2603
+ export declare const UpdateLineDiagnosticRequestActionsDoneList: S.Schema<UpdateLineDiagnosticRequestActionsDoneList>;
2604
+ /** Customer answers for line diagnostic */
2605
+ export type XdslLineDiagnosticAnswersInput = IamResourceTagFilterInput;
2606
+ export declare const XdslLineDiagnosticAnswersInput: S.Schema<IamResourceTagFilterInput>;
2607
+ /** Line diagnostic fault type */
2608
+ export type XdslLineDiagnosticFaultTypeEnum = "alignment" | "noSync" | "syncLossOrLowBandwidth" | "unknown";
2609
+ export declare const XdslLineDiagnosticFaultTypeEnum: any;
2610
+ export interface UpdateLineDiagnosticRequest {
2611
+ /** Service name */
2612
+ serviceName: string;
2613
+ /** Number */
2614
+ number: string;
2615
+ /** Customer possible actions */
2616
+ actionsDone?: UpdateLineDiagnosticRequestActionsDoneList;
2617
+ /** Customer answers for line diagnostic */
2618
+ answers?: IamResourceTagFilterInput;
2619
+ /** Line diagnostic fault type */
2620
+ faultType: XdslLineDiagnosticFaultTypeEnum | (string & {});
2621
+ }
2622
+ export declare const UpdateLineDiagnosticRequest: S.Schema<UpdateLineDiagnosticRequest>;
2623
+ /** List of actions already done by customer */
2624
+ export type XdslLineDiagnosticDiagnosticDataActionsDoneList = Array<XdslLineDiagnosticCustomerActionsEnum>;
2625
+ export declare const XdslLineDiagnosticDiagnosticDataActionsDoneList: S.Schema<XdslLineDiagnosticDiagnosticDataActionsDoneList>;
2626
+ /** Customer action to do */
2627
+ export interface XdslLineDiagnosticCustomerActionToDo {
2628
+ /** action's description */
2629
+ description?: string;
2630
+ /** Customer possible actions */
2631
+ name?: XdslLineDiagnosticCustomerActionsEnum;
2632
+ }
2633
+ export declare const XdslLineDiagnosticCustomerActionToDo: S.Schema<XdslLineDiagnosticCustomerActionToDo>;
2634
+ /** List of actions that must be done by customer */
2635
+ export type XdslLineDiagnosticDiagnosticDataActionsToDoList = Array<XdslLineDiagnosticCustomerActionToDo>;
2636
+ export declare const XdslLineDiagnosticDiagnosticDataActionsToDoList: S.Schema<XdslLineDiagnosticDiagnosticDataActionsToDoList>;
2637
+ /** bandwidth unit for proof.ovh.net test values */
2638
+ export type XdslLineDiagnosticBandwidthTestUnitEnum = "Kbps" | "Mbps";
2639
+ export declare const XdslLineDiagnosticBandwidthTestUnitEnum: any;
2640
+ /** Possible customer questions */
2641
+ export type XdslLineDiagnosticProblemTypeEnum = "lowBandwidth" | "syncLoss";
2642
+ export declare const XdslLineDiagnosticProblemTypeEnum: any;
2643
+ /** Customer answers for line diagnostic */
2644
+ export interface XdslLineDiagnosticAnswers {
2645
+ /** bandwidth unit for proof.ovh.net test values */
2646
+ bandwidthTestUnit?: XdslLineDiagnosticBandwidthTestUnitEnum | null;
2647
+ /** comment will contains all information needed for intervention and about your access problem */
2648
+ comment?: string | null;
2649
+ /** customer knows that he can be charged (150 euros HT) if he is responsible for the problem or if tests have not been done correctly ? */
2650
+ conditionsAccepted?: boolean | null;
2651
+ /** customer's phone number */
2652
+ contactPhone?: string | null;
2653
+ /** approximative datetime of problem happening */
2654
+ datetimeOfAppearance?: string | null;
2655
+ /** bandwidth download value on proof.ovh.net test */
2656
+ downloadBandwidthTest?: number | null;
2657
+ /** afternoon closing information or time for the site */
2658
+ endAfternoonHours?: string | null;
2659
+ /** morning closing information or time for the site */
2660
+ endMorningHours?: string | null;
2661
+ /** indicate if customer wants to be informed by sms */
2662
+ followBySms?: boolean | null;
2663
+ /** Has modem kept his synchronization during line port reset ? */
2664
+ hasModemKeptSynchronization?: boolean | null;
2665
+ /** id of appointment chosen ("possibleValues" contains choices list with id) */
2666
+ idAppointment?: number | null;
2667
+ /** is non-professional site ? */
2668
+ individualSite?: boolean | null;
2669
+ /** Is modem synchronized ? (whatever internet connection) */
2670
+ modemIsSynchronized?: boolean | null;
2671
+ /** modem mac address */
2672
+ modemMac?: string | null;
2673
+ /** Modem still synchronized ? Please check once again. */
2674
+ modemStillSynchronized?: boolean | null;
2675
+ /** modem brand and reference */
2676
+ modemType?: string | null;
2677
+ /** Ovh ticket name or ticket ID, only if a ticket is already opened for this problem */
2678
+ ovhTicket?: string | null;
2679
+ /** Problem Type on DSL connection */
2680
+ problemType?: XdslLineDiagnosticProblemTypeEnum | null;
2681
+ /** is access problem solved ? */
2682
+ resolvedAfterTests?: boolean | null;
2683
+ /** is secure site ? */
2684
+ secureSite?: boolean | null;
2685
+ /** Has customer several internal connections ? (on the same place) */
2686
+ severalInternetConnections?: boolean | null;
2687
+ /** days or period where site access is not possible */
2688
+ siteClosedDays?: string | null;
2689
+ /** digicode for site entrance */
2690
+ siteDigicode?: string | null;
2691
+ /** site opening hours or information */
2692
+ siteOpening?: string | null;
2693
+ /** afternoon opening information or time for the site */
2694
+ startAfternoonHours?: string | null;
2695
+ /** morning opening information or time for the site */
2696
+ startMorningHours?: string | null;
2697
+ /** bandwidth upload value on proof.ovh.net test */
2698
+ uploadBandwidthTest?: number | null;
2699
+ }
2700
+ export declare const XdslLineDiagnosticAnswers: S.Schema<XdslLineDiagnosticAnswers>;
2701
+ /** Informations directly get on DSLAM or Modem */
2702
+ export interface XdslLineDiagnosticConnectionInformations {
2703
+ /** Amount of CRC error detected */
2704
+ crcError?: number | null;
2705
+ /** Downstream attenuation */
2706
+ downstreamAttenuation?: number | null;
2707
+ /** Downstream margin */
2708
+ downstreamMargin?: number | null;
2709
+ /** Downstream synchronization */
2710
+ downstreamSync?: number | null;
2711
+ /** Modem interface name */
2712
+ ifName?: string | null;
2713
+ /** Profile on the DSLAM */
2714
+ profile?: string | null;
2715
+ /** Upstream attenuation */
2716
+ upstreamAttenuation?: number | null;
2717
+ /** Upstream margin */
2718
+ upstreamMargin?: number | null;
2719
+ /** Upstream synchronization */
2720
+ upstreamSync?: number | null;
2721
+ }
2722
+ export declare const XdslLineDiagnosticConnectionInformations: S.Schema<XdslLineDiagnosticConnectionInformations>;
2723
+ /** Theoretical line capabilities */
2724
+ export interface XdslLineDiagnosticLineCapabilities {
2725
+ /** Theoretical Downstream synchronization */
2726
+ down?: number | null;
2727
+ /** Theoretical line mitigation */
2728
+ mitigation?: string | null;
2729
+ /** Theoretical ping */
2730
+ ping?: number | null;
2731
+ /** Theoretical Upstream synchronization */
2732
+ up?: number | null;
2733
+ }
2734
+ export declare const XdslLineDiagnosticLineCapabilities: S.Schema<XdslLineDiagnosticLineCapabilities>;
2735
+ /** Cables section details */
2736
+ export interface XdslLineDiagnosticSection {
2737
+ /** cables length in meters */
2738
+ length?: number;
2739
+ /** cables section in millimeters */
2740
+ section?: number;
2741
+ }
2742
+ export declare const XdslLineDiagnosticSection: S.Schema<XdslLineDiagnosticSection>;
2743
+ /** cables sections details */
2744
+ export type XdslLineDiagnosticLineDetailsSectionsList = Array<XdslLineDiagnosticSection>;
2745
+ export declare const XdslLineDiagnosticLineDetailsSectionsList: S.Schema<XdslLineDiagnosticLineDetailsSectionsList>;
2746
+ /** Line information */
2747
+ export interface XdslLineDiagnosticLineDetails {
2748
+ /** access name */
2749
+ accessName?: string;
2750
+ /** Access IP ping or not */
2751
+ accessPing?: boolean | null;
2752
+ /** address of the access */
2753
+ address?: string | null;
2754
+ /** information directly get on DSLAM or Modem */
2755
+ connectionInfo?: XdslLineDiagnosticConnectionInformations | null;
2756
+ /** customer phone number for contact */
2757
+ contactPhone?: string | null;
2758
+ /** custom access description */
2759
+ description?: string | null;
2760
+ /** DSLAM is synchronized or not */
2761
+ dslamIsSynchronized?: boolean | null;
2762
+ /** is GTR access or not */
2763
+ gtr?: boolean;
2764
+ /** Line length in meters */
2765
+ length?: number;
2766
+ /** Theoretical line capabilities */
2767
+ lineCapabilities?: XdslLineDiagnosticLineCapabilities | null;
2768
+ /** Possible DSL technologies */
2769
+ lineType?: XdslDslTypeEnum;
2770
+ /** NRA name */
2771
+ nra?: string | null;
2772
+ /** line number */
2773
+ number?: string;
2774
+ /** The providers */
2775
+ operator?: XdslProviderEnum;
2776
+ /** cables sections details */
2777
+ sections?: XdslLineDiagnosticLineDetailsSectionsList | null;
2778
+ }
2779
+ export declare const XdslLineDiagnosticLineDetails: S.Schema<XdslLineDiagnosticLineDetails>;
2780
+ /** Diagnostic robot possible actions */
2781
+ export type XdslLineDiagnosticRobotActionsEnum = "alignmentLockTest" | "alignmentResetTest" | "alignmentTestResult" | "checkCustomerTicket" | "checkIfAccessPing" | "checkIfResolvedAfterConnectionTests" | "checkIfResolvedAfterInstallationCheck" | "checkIfResolvedAfterTests" | "checkIfSeveralConnections" | "checkInstallation" | "checkProblem" | "checkSynchronizationWithoutOtherModems" | "customerPrelocChecks" | "findProblem" | "installationCheck" | "lockUnlock" | "needToRequestMonitoring" | "needToRequestOperatorIntervention" | "needToRequestOvhIntervention" | "requestMonitoring" | "requestOperatorIntervention" | "requestOvhIntervention" | "seltTest";
2782
+ export declare const XdslLineDiagnosticRobotActionsEnum: any;
2783
+ /** Possible SELT test prelocalizations */
2784
+ export type XdslLineDiagnosticSeltPrelocEnum = "CUST" | "DSLAM" | "LINE" | "RE";
2785
+ export declare const XdslLineDiagnosticSeltPrelocEnum: any;
2786
+ /** Possible SELT test states */
2787
+ export type XdslLineDiagnosticSeltStateEnum = "open" | "short" | "synced" | "unknown";
2788
+ export declare const XdslLineDiagnosticSeltStateEnum: any;
2789
+ /** Possible SELT test status */
2790
+ export type XdslLineDiagnosticSeltStatusEnum = "failed" | "notAvailable" | "ok";
2791
+ export declare const XdslLineDiagnosticSeltStatusEnum: any;
2792
+ /** Customer answers for line diagnostic */
2793
+ export interface XdslLineDiagnosticSeltResult {
2794
+ /** SELT test running date */
2795
+ date?: string | null;
2796
+ /** Distance of the problem identified on the line (by SELT test), from NRA to customer */
2797
+ distance?: number | null;
2798
+ /** Prelocalization of the problem */
2799
+ preloc?: XdslLineDiagnosticSeltPrelocEnum | null;
2800
+ /** Problem type identified by SELT test */
2801
+ state?: XdslLineDiagnosticSeltStateEnum | null;
2802
+ /** SELT test status */
2803
+ status?: XdslLineDiagnosticSeltStatusEnum | null;
2804
+ }
2805
+ export declare const XdslLineDiagnosticSeltResult: S.Schema<XdslLineDiagnosticSeltResult>;
2806
+ /** available values for enum */
2807
+ export type XdslLineDiagnosticQuestionEnumValuesList = Array<string>;
2808
+ export declare const XdslLineDiagnosticQuestionEnumValuesList: S.Schema<XdslLineDiagnosticQuestionEnumValuesList>;
2809
+ /** Possible customer questions */
2810
+ export type XdslLineDiagnosticQuestionsEnum = "bandwidthTestUnit" | "comment" | "conditionsAccepted" | "contactPhone" | "datetimeOfAppearance" | "downloadBandwidthTest" | "endAfternoonHours" | "endMorningHours" | "followBySms" | "hasModemKeptSynchronization" | "idAppointment" | "individualSite" | "modemIsSynchronized" | "modemMac" | "modemStillSynchronized" | "modemType" | "ovhTicket" | "problemType" | "resolvedAfterTests" | "secureSite" | "severalInternetConnections" | "siteClosedDays" | "siteDigicode" | "siteOpening" | "startAfternoonHours" | "startMorningHours" | "uploadBandwidthTest";
2811
+ export declare const XdslLineDiagnosticQuestionsEnum: any;
2812
+ /** possible value for specific answer */
2813
+ export interface XdslLineDiagnosticPossibleValue {
2814
+ /** answer id */
2815
+ id?: number | null;
2816
+ /** answer choice string */
2817
+ label?: string | null;
2818
+ /** answer choice value */
2819
+ value?: string | null;
2820
+ }
2821
+ export declare const XdslLineDiagnosticPossibleValue: S.Schema<XdslLineDiagnosticPossibleValue>;
2822
+ /** list of possible values */
2823
+ export type XdslLineDiagnosticQuestionPossibleValuesList = Array<XdslLineDiagnosticPossibleValue>;
2824
+ export declare const XdslLineDiagnosticQuestionPossibleValuesList: S.Schema<XdslLineDiagnosticQuestionPossibleValuesList>;
2825
+ /** Question to customer */
2826
+ export interface XdslLineDiagnosticQuestion {
2827
+ /** question description */
2828
+ defaultValue?: string | null;
2829
+ /** question description */
2830
+ description?: string;
2831
+ /** available values for enum */
2832
+ enumValues?: XdslLineDiagnosticQuestionEnumValuesList | null;
2833
+ /** Possible customer questions */
2834
+ name?: XdslLineDiagnosticQuestionsEnum;
2835
+ /** list of possible values */
2836
+ possibleValues?: XdslLineDiagnosticQuestionPossibleValuesList | null;
2837
+ /** is a required question */
2838
+ required?: boolean | null;
2839
+ /** answer type */
2840
+ type?: string;
2841
+ }
2842
+ export declare const XdslLineDiagnosticQuestion: S.Schema<XdslLineDiagnosticQuestion>;
2843
+ /** List of questions that must be answered by customer */
2844
+ export type XdslLineDiagnosticDiagnosticDataToAnswerList = Array<XdslLineDiagnosticQuestion>;
2845
+ export declare const XdslLineDiagnosticDiagnosticDataToAnswerList: S.Schema<XdslLineDiagnosticDiagnosticDataToAnswerList>;
2846
+ /** Diagnostic data and information */
2847
+ export interface XdslLineDiagnosticDiagnosticData {
2848
+ /** List of actions already done by customer */
2849
+ actionsDone?: XdslLineDiagnosticDiagnosticDataActionsDoneList;
2850
+ /** List of actions that must be done by customer */
2851
+ actionsToDo?: XdslLineDiagnosticDiagnosticDataActionsToDoList;
2852
+ /** Customer answers for line diagnostic */
2853
+ answers?: XdslLineDiagnosticAnswers;
2854
+ /** Diagnostic comment. Can be update during any diagnostic step */
2855
+ comment?: string | null;
2856
+ /** Diagnostic creation date */
2857
+ creationDate?: string;
2858
+ /** End of diagnostic date. Will be null until problem totally identified */
2859
+ diagnosticDoneDate?: string | null;
2860
+ /** Error message */
2861
+ error?: string;
2862
+ /** Last diagnostic update date */
2863
+ lastUpdate?: string;
2864
+ /** Line information */
2865
+ lineDetails?: XdslLineDiagnosticLineDetails;
2866
+ /** Current or last robot action */
2867
+ robotAction?: XdslLineDiagnosticRobotActionsEnum | null;
2868
+ /** Customer answers for line diagnostic */
2869
+ seltTest?: XdslLineDiagnosticSeltResult;
2870
+ /** Diagnostic timeout in minutes. Any action restart timeout */
2871
+ timeout?: number;
2872
+ /** List of questions that must be answered by customer */
2873
+ toAnswer?: XdslLineDiagnosticDiagnosticDataToAnswerList;
2874
+ }
2875
+ export declare const XdslLineDiagnosticDiagnosticData: S.Schema<XdslLineDiagnosticDiagnosticData>;
2876
+ /** Diagnostic status possible values */
2877
+ export type XdslLineDiagnosticDiagnosticStatusEnum = "cancelled" | "connectionProblem" | "genericIncidentPending" | "haveToConnectModemOnTheRightPlug" | "init" | "interventionRequested" | "noBandwidthFault" | "noProblemAnymore" | "noSyncFaultDiagnosticRequired" | "problem" | "resolvedAfterTests" | "sleeping" | "validationRefused" | "waitingHuman" | "waitingRobot" | "waitingValidation";
2878
+ export declare const XdslLineDiagnosticDiagnosticStatusEnum: any;
2879
+ /** Diagnostic status and information */
2880
+ export interface XdslLineDiagnosticDiagnostic {
2881
+ /** Diagnostic data and information */
2882
+ data?: XdslLineDiagnosticDiagnosticData;
2883
+ /** Line diagnostic fault type */
2884
+ faultType?: XdslLineDiagnosticFaultTypeEnum;
2885
+ /** Diagnostic id */
2886
+ id?: number;
2887
+ /** Diagnostic status possible values */
2888
+ status?: XdslLineDiagnosticDiagnosticStatusEnum;
2889
+ }
2890
+ export declare const XdslLineDiagnosticDiagnostic: S.Schema<XdslLineDiagnosticDiagnostic>;
2891
+ /** Status allowed for mail sending */
2892
+ export type XdslMailSendingStatusEnum = "disabled" | "enabled";
2893
+ export declare const XdslMailSendingStatusEnum: any;
2894
+ export interface UpdateMailSendingRequest {
2895
+ /** Service name */
2896
+ serviceName: string;
2897
+ /** Status allowed for mail sending */
2898
+ status: XdslMailSendingStatusEnum | (string & {});
2899
+ }
2900
+ export declare const UpdateMailSendingRequest: S.Schema<UpdateMailSendingRequest>;
2901
+ export interface UpdateModemCallWaitingRequest {
2902
+ /** Service name */
2903
+ serviceName: string;
2904
+ /** Status of the service */
2905
+ callWaiting: XdslServiceStatusEnum | (string & {});
2906
+ }
2907
+ export declare const UpdateModemCallWaitingRequest: S.Schema<UpdateModemCallWaitingRequest>;
2908
+ export interface UpdateModemTemplateRequest {
2909
+ /** Name */
2910
+ name: string;
2911
+ /** Do not apply these parameters from template. You can use parametersCapabilities to know availability */
2912
+ parametersToIgnore?: XdslTemplateModemParametersToIgnore | null;
2913
+ }
2914
+ export declare const UpdateModemTemplateRequest: S.Schema<UpdateModemTemplateRequest>;
2915
+ export interface UpdateModemTemplateResponse {
2916
+ }
2917
+ export declare const UpdateModemTemplateResponse: S.Schema<UpdateModemTemplateResponse>;
2918
+ export interface UpdateMonitoringNotificationRequest {
2919
+ /** Service name */
2920
+ serviceName: string;
2921
+ /** Id */
2922
+ id: number;
2923
+ /** Whether or not to allow notifications for generic incidents */
2924
+ allowIncident?: boolean;
2925
+ /** The number of seconds the access has to be down to trigger an alert */
2926
+ downThreshold?: number;
2927
+ /** The e-mail address, if type is mail */
2928
+ email?: string | null;
2929
+ /** Whether to enable or not */
2930
+ enabled?: boolean;
2931
+ /** Frequency between notifications. */
2932
+ frequency?: XdslMonitoringNotificationsFrequencyEnum | (string & {});
2933
+ /** The phone number, if type is sms */
2934
+ phone?: string | null;
2935
+ }
2936
+ export declare const UpdateMonitoringNotificationRequest: S.Schema<UpdateMonitoringNotificationRequest>;
2937
+ export interface UpdateMonitoringNotificationResponse {
2938
+ }
2939
+ export declare const UpdateMonitoringNotificationResponse: S.Schema<UpdateMonitoringNotificationResponse>;
2940
+ export interface UpdatePortMappingRequest {
2941
+ /** Service name */
2942
+ serviceName: string;
2943
+ /** Name */
2944
+ name: string;
2945
+ /** An ip which will access to the defined rule. Default : no restriction applied */
2946
+ allowedRemoteIp?: string | null;
2947
+ /** Description of the Port Mapping */
2948
+ description?: string | null;
2949
+ /** The last port of the interval on the External Client that will get the connections */
2950
+ externalPortEnd?: number | null;
2951
+ /** External Port that the modem will listen on. List of externalPorts not available for now in the API : 8, 21, 68, 5060, 21800-21805, 51005 */
2952
+ externalPortStart?: number;
2953
+ /** IP address (e.g., 192.0.2.0) */
2954
+ internalClient?: string;
2955
+ /** The port on the Internal Client that will get the connections */
2956
+ internalPort?: number;
2957
+ /** The last port of the interval on the Internal Client that will get the connections */
2958
+ internalPortEnd?: number | null;
2959
+ /** Type of protocol for the Port Mapping */
2960
+ protocol?: XdslXdslModemConfigProtocolTypeEnum | (string & {});
2961
+ }
2962
+ export declare const UpdatePortMappingRequest: S.Schema<UpdatePortMappingRequest>;
2963
+ export interface UpdatePortMappingResponse {
2964
+ }
2965
+ export declare const UpdatePortMappingResponse: S.Schema<UpdatePortMappingResponse>;
2966
+ export interface UpdateRIORequest {
2967
+ /** Service name */
2968
+ serviceName: string;
2969
+ /** Do not set RIO, and relaunch order without portability */
2970
+ relaunchWithoutPortability: boolean;
2971
+ /** RIO number for portability */
2972
+ rio?: string;
2973
+ }
2974
+ export declare const UpdateRIORequest: S.Schema<UpdateRIORequest>;
2975
+ export interface UpdateRIOResponse {
2976
+ }
2977
+ export declare const UpdateRIOResponse: S.Schema<UpdateRIOResponse>;
2978
+ /** Types of return merchandise authorisation you can change to */
2979
+ export type TelephonyRmaChangeTypeEnum = "resiliate" | "toSip";
2980
+ export declare const TelephonyRmaChangeTypeEnum: any;
2981
+ export interface UpdateRMATypeRequest {
2982
+ /** Service name */
2983
+ serviceName: string;
2984
+ /** Id */
2985
+ id: string;
2986
+ /** Types of return merchandise authorisation you can change to */
2987
+ type: TelephonyRmaChangeTypeEnum | (string & {});
2988
+ }
2989
+ export declare const UpdateRMATypeRequest: S.Schema<UpdateRMATypeRequest>;
2990
+ export interface UpdateRMATypeResponse {
2991
+ }
2992
+ export declare const UpdateRMATypeResponse: S.Schema<UpdateRMATypeResponse>;
2993
+ export interface UpdateSipAlgStatusRequest {
2994
+ /** Service name */
2995
+ serviceName: string;
2996
+ /** Status of the service */
2997
+ sipAlg: XdslServiceStatusEnum | (string & {});
2998
+ }
2999
+ export declare const UpdateSipAlgStatusRequest: S.Schema<UpdateSipAlgStatusRequest>;
3000
+ export interface UpdateUpnpStatusRequest {
3001
+ /** Service name */
3002
+ serviceName: string;
3003
+ /** Status of the service */
3004
+ upnp: XdslServiceStatusEnum | (string & {});
3005
+ }
3006
+ export declare const UpdateUpnpStatusRequest: S.Schema<UpdateUpnpStatusRequest>;
3007
+ export type AddDHCPStaticAddressError = OvhOpError;
3008
+ /** Add a DHCP static lease */
3009
+ export declare const addDHCPStaticAddress: API.OperationMethod<AddDHCPStaticAddressRequest, XdslDHCPStaticAddress, AddDHCPStaticAddressError, OvhOpContext>;
3010
+ export type AddMonitoringNotificationError = OvhOpError;
3011
+ /** Add a notification */
3012
+ export declare const addMonitoringNotification: API.OperationMethod<AddMonitoringNotificationRequest, XdslMonitoringNotification, AddMonitoringNotificationError, OvhOpContext>;
3013
+ export type AddPortMappingError = OvhOpError;
3014
+ /** Add a port mapping */
3015
+ export declare const addPortMapping: API.OperationMethod<AddPortMappingRequest, XdslPortMapping, AddPortMappingError, OvhOpContext>;
3016
+ export type ApplyTemplateModemError = OvhOpError;
3017
+ /** Apply TemplateModem to existing Modem */
3018
+ export declare const applyTemplateModem: API.OperationMethod<ApplyTemplateModemRequest, XdslTask, ApplyTemplateModemError, OvhOpContext>;
3019
+ export type ArchiveXdslTaskError = OvhOpError;
3020
+ /** Delete the task in problem from the results */
3021
+ export declare const archiveXdslTask: API.OperationMethod<ArchiveXdslTaskRequest, ArchiveXdslTaskResponse, ArchiveXdslTaskError, OvhOpContext>;
3022
+ export type BookMeetingError = OvhOpError;
3023
+ /** Book a meeting and relaunch order */
3024
+ export declare const bookMeeting: API.OperationMethod<BookMeetingRequest, BookMeetingResponse, BookMeetingError, OvhOpContext>;
3025
+ export type CancelXdslLinesDiagnosticError = OvhOpError;
3026
+ /** Cancel line diagnostic if possible */
3027
+ export declare const cancelXdslLinesDiagnostic: API.OperationMethod<CancelXdslLinesDiagnosticRequest, CancelXdslLinesDiagnosticResponse, CancelXdslLinesDiagnosticError, OvhOpContext>;
3028
+ export type CancelXdslResiliationError = OvhOpError;
3029
+ /** Cancel the ongoing resiliation */
3030
+ export declare const cancelXdslResiliation: API.OperationMethod<CancelXdslResiliationRequest, CancelXdslResiliationResponse, CancelXdslResiliationError, OvhOpContext>;
3031
+ export type ChangeContactError = OvhOpError;
3032
+ /** Launch a contact change procedure */
3033
+ export declare const changeContact: API.OperationMethod<ChangeContactRequest, ChangeContactResponse, ChangeContactError, OvhOpContext>;
3034
+ export type ChangeEmailPasswordError = OvhOpError;
3035
+ /** Change the email password */
3036
+ export declare const changeEmailPassword: API.OperationMethod<ChangeEmailPasswordRequest, XdslEmailProTask, ChangeEmailPasswordError, OvhOpContext>;
3037
+ export type ChangeLineDSLAMProfileError = OvhOpError;
3038
+ /** Change the profile of the port */
3039
+ export declare const changeLineDSLAMProfile: API.OperationMethod<ChangeLineDSLAMProfileRequest, XdslTask, ChangeLineDSLAMProfileError, OvhOpContext>;
3040
+ export type CreateModemTemplateError = OvhOpError;
3041
+ /** Create new Modem Template from existing modem */
3042
+ export declare const createModemTemplate: API.OperationMethod<CreateModemTemplateRequest, XdslTemplateModem, CreateModemTemplateError, OvhOpContext>;
3043
+ export type CreateXdslAddressMoveExtraIpRangeMoveError = OvhOpError;
3044
+ /** Initiate the extra IP range migration */
3045
+ export declare const createXdslAddressMoveExtraIpRangeMove: API.OperationMethod<CreateXdslAddressMoveExtraIpRangeMoveRequest, XdslTask, CreateXdslAddressMoveExtraIpRangeMoveError, OvhOpContext>;
3046
+ export type CreateXdslDiagnosticError = OvhOpError;
3047
+ /** Run diagnostic on the access */
3048
+ export declare const createXdslDiagnostic: API.OperationMethod<CreateXdslDiagnosticRequest, XdslTask, CreateXdslDiagnosticError, OvhOpContext>;
3049
+ export type CreateXdslIpsError = OvhOpError;
3050
+ /** Order an extra /29 range of IPv4 addresses */
3051
+ export declare const createXdslIps: API.OperationMethod<CreateXdslIpsRequest, XdslTask, CreateXdslIpsError, OvhOpContext>;
3052
+ export type CreateXdslModemReconfigureVoipError = OvhOpError;
3053
+ /** Reconfigure voip line on modem */
3054
+ export declare const createXdslModemReconfigureVoip: API.OperationMethod<CreateXdslModemReconfigureVoipRequest, CreateXdslModemReconfigureVoipResponse, CreateXdslModemReconfigureVoipError, OvhOpContext>;
3055
+ export type CreateXdslRequestPPPLoginMailError = OvhOpError;
3056
+ /** Renew PPP password and send the PPP login information to the e-mail of the nicAdmin */
3057
+ export declare const createXdslRequestPPPLoginMail: API.OperationMethod<CreateXdslRequestPPPLoginMailRequest, CreateXdslRequestPPPLoginMailResponse, CreateXdslRequestPPPLoginMailError, OvhOpContext>;
3058
+ export type CreateXdslSpareReturnMerchandiseError = OvhOpError;
3059
+ /** Return the broken equipment in instantRefund */
3060
+ export declare const createXdslSpareReturnMerchandise: API.OperationMethod<CreateXdslSpareReturnMerchandiseRequest, CreateXdslSpareReturnMerchandiseResponse, CreateXdslSpareReturnMerchandiseError, OvhOpContext>;
3061
+ export type DeleteModemTemplateError = OvhOpError;
3062
+ /** Delete this Modem Template */
3063
+ export declare const deleteModemTemplate: API.OperationMethod<DeleteModemTemplateRequest, DeleteModemTemplateResponse, DeleteModemTemplateError, OvhOpContext>;
3064
+ export type DeleteXdslEmailProError = OvhOpError;
3065
+ /** Delete the email */
3066
+ export declare const deleteXdslEmailPro: API.OperationMethod<DeleteXdslEmailProRequest, DeleteXdslEmailProResponse, DeleteXdslEmailProError, OvhOpContext>;
3067
+ export type DeleteXdslIpsError = OvhOpError;
3068
+ /** Stop renewing this extra IPv4 option */
3069
+ export declare const deleteXdslIps: API.OperationMethod<DeleteXdslIpsRequest, DeleteXdslIpsResponse, DeleteXdslIpsError, OvhOpContext>;
3070
+ export type DeleteXdslRmaError = OvhOpError;
3071
+ /** Cancel the rma */
3072
+ export declare const deleteXdslRma: API.OperationMethod<DeleteXdslRmaRequest, DeleteXdslRmaResponse, DeleteXdslRmaError, OvhOpContext>;
3073
+ export type DeleteXdslSpareError = OvhOpError;
3074
+ /** Delete the spare as if it was not belonging to OVH anymore */
3075
+ export declare const deleteXdslSpare: API.OperationMethod<DeleteXdslSpareRequest, DeleteXdslSpareResponse, DeleteXdslSpareError, OvhOpContext>;
3076
+ export type GetAccessModemReplacementError = OvhOpError;
3077
+ /** Get info about access modem replacement by last model. */
3078
+ export declare const getAccessModemReplacement: API.OperationMethod<GetAccessModemReplacementRequest, XdslModemExchangeInfo, GetAccessModemReplacementError, OvhOpContext>;
3079
+ export type GetBlocIPStatusError = OvhOpError;
3080
+ /** Get the status of the Bloc IP on modem */
3081
+ export declare const getBlocIPStatus: API.OperationMethod<GetBlocIPStatusRequest, GetBlocIPStatusResponse, GetBlocIPStatusError, OvhOpContext>;
3082
+ export type GetContentSharingStatusError = OvhOpError;
3083
+ /** Get the status of contentSharing on modem */
3084
+ export declare const getContentSharingStatus: API.OperationMethod<GetContentSharingStatusRequest, GetContentSharingStatusResponse, GetContentSharingStatusError, OvhOpContext>;
3085
+ export type GetDHCPStaticAddressError = OvhOpError;
3086
+ /** Get this object properties */
3087
+ export declare const getDHCPStaticAddress: API.OperationMethod<GetDHCPStaticAddressRequest, XdslDHCPStaticAddress, GetDHCPStaticAddressError, OvhOpContext>;
3088
+ export type GetDHCPStaticAddressesError = OvhOpError;
3089
+ /** List of DHCP Static Address of this modem */
3090
+ export declare const getDHCPStaticAddresses: API.OperationMethod<GetDHCPStaticAddressesRequest, GetDHCPStaticAddressesResponse, GetDHCPStaticAddressesError, OvhOpContext>;
3091
+ export type GetFirmwareVersionError = OvhOpError;
3092
+ /** Get the firmware version installed on modem */
3093
+ export declare const getFirmwareVersion: API.OperationMethod<GetFirmwareVersionRequest, GetFirmwareVersionResponse, GetFirmwareVersionError, OvhOpContext>;
3094
+ export type GetFTPStatusError = OvhOpError;
3095
+ /** Get the status of ftp service on modem */
3096
+ export declare const getFTPStatus: API.OperationMethod<GetFTPStatusRequest, GetFTPStatusResponse, GetFTPStatusError, OvhOpContext>;
3097
+ export type GetIpsecAlgStatusError = OvhOpError;
3098
+ /** Get the status of ipsec alg service on modem */
3099
+ export declare const getIpsecAlgStatus: API.OperationMethod<GetIpsecAlgStatusRequest, GetIpsecAlgStatusResponse, GetIpsecAlgStatusError, OvhOpContext>;
3100
+ export type GetModemCallWaitingStatusError = OvhOpError;
3101
+ /** Get the status of callWaiting on modem */
3102
+ export declare const getModemCallWaitingStatus: API.OperationMethod<GetModemCallWaitingStatusRequest, GetModemCallWaitingStatusResponse, GetModemCallWaitingStatusError, OvhOpContext>;
3103
+ export type GetModemTemplateError = OvhOpError;
3104
+ /** Get this object properties */
3105
+ export declare const getModemTemplate: API.OperationMethod<GetModemTemplateRequest, XdslTemplateModem, GetModemTemplateError, OvhOpContext>;
3106
+ export type GetModemTemplatesError = OvhOpError;
3107
+ /** List of TemplateModem */
3108
+ export declare const getModemTemplates: API.OperationMethod<GetModemTemplatesRequest, GetModemTemplatesResponse, GetModemTemplatesError, OvhOpContext>;
3109
+ export type GetMonitoringNotificationError = OvhOpError;
3110
+ /** Get this object properties */
3111
+ export declare const getMonitoringNotification: API.OperationMethod<GetMonitoringNotificationRequest, XdslMonitoringNotification, GetMonitoringNotificationError, OvhOpContext>;
3112
+ export type GetMonitoringNotificationsError = OvhOpError;
3113
+ /** List the notifications for this access */
3114
+ export declare const getMonitoringNotifications: API.OperationMethod<GetMonitoringNotificationsRequest, GetMonitoringNotificationsResponse, GetMonitoringNotificationsError, OvhOpContext>;
3115
+ export type GetPortMappingError = OvhOpError;
3116
+ /** Get this object properties */
3117
+ export declare const getPortMapping: API.OperationMethod<GetPortMappingRequest, XdslPortMapping, GetPortMappingError, OvhOpContext>;
3118
+ export type GetPortMappingsError = OvhOpError;
3119
+ /** List of PortMappings on this modem */
3120
+ export declare const getPortMappings: API.OperationMethod<GetPortMappingsRequest, GetPortMappingsResponse, GetPortMappingsError, OvhOpContext>;
3121
+ export type GetSipAlgStatusError = OvhOpError;
3122
+ /** Get the status of sip alg service on modem */
3123
+ export declare const getSipAlgStatus: API.OperationMethod<GetSipAlgStatusRequest, GetSipAlgStatusResponse, GetSipAlgStatusError, OvhOpContext>;
3124
+ export type GetUpnpStatusError = OvhOpError;
3125
+ /** Get the status of the Upnp on modem */
3126
+ export declare const getUpnpStatus: API.OperationMethod<GetUpnpStatusRequest, GetUpnpStatusResponse, GetUpnpStatusError, OvhOpContext>;
3127
+ export type GetWifiMeshStatusError = OvhOpError;
3128
+ /** Get the status of mesh on this modem */
3129
+ export declare const getWifiMeshStatus: API.OperationMethod<GetWifiMeshStatusRequest, GetWifiMeshStatusResponse, GetWifiMeshStatusError, OvhOpContext>;
3130
+ export type GetWifiOneSsidStatusError = OvhOpError;
3131
+ /** Get the status of onessid on this modem */
3132
+ export declare const getWifiOneSsidStatus: API.OperationMethod<GetWifiOneSsidStatusRequest, GetWifiOneSsidStatusResponse, GetWifiOneSsidStatusError, OvhOpContext>;
3133
+ export type GetXdslError = OvhOpError;
3134
+ /** Get this object properties */
3135
+ export declare const getXdsl: API.OperationMethod<GetXdslRequest, XdslAccessWithIAM, GetXdslError, OvhOpContext>;
3136
+ export type GetXdslAddressMoveExtraIpRangeError = OvhOpError;
3137
+ /** Informations about the extra IP range during address move */
3138
+ export declare const getXdslAddressMoveExtraIpRange: API.OperationMethod<GetXdslAddressMoveExtraIpRangeRequest, XdslExtraIpRangeMove, GetXdslAddressMoveExtraIpRangeError, OvhOpContext>;
3139
+ export type GetXdslAntiSpamError = OvhOpError;
3140
+ /** Get this object properties */
3141
+ export declare const getXdslAntiSpam: API.OperationMethod<GetXdslAntiSpamRequest, XdslAntiSpam, GetXdslAntiSpamError, OvhOpContext>;
3142
+ export type GetXdslCanCancelResiliationError = OvhOpError;
3143
+ /** Get information about the ongoing resiliation */
3144
+ export declare const getXdslCanCancelResiliation: API.OperationMethod<GetXdslCanCancelResiliationRequest, GetXdslCanCancelResiliationResponse, GetXdslCanCancelResiliationError, OvhOpContext>;
3145
+ export type GetXdslDiagnosticError = OvhOpError;
3146
+ /** Get this object properties */
3147
+ export declare const getXdslDiagnostic: API.OperationMethod<GetXdslDiagnosticRequest, XdslAccessDiagnostic, GetXdslDiagnosticError, OvhOpContext>;
3148
+ export type GetXdslEmailProError = OvhOpError;
3149
+ /** Get this object properties */
3150
+ export declare const getXdslEmailPro: API.OperationMethod<GetXdslEmailProRequest, XdslXdslEmailProWithIAM, GetXdslEmailProError, OvhOpContext>;
3151
+ export type GetXdslFiberEligibilityError = OvhOpError;
3152
+ /** Get this object properties */
3153
+ export declare const getXdslFiberEligibility: API.OperationMethod<GetXdslFiberEligibilityRequest, XdslFiberEligibility, GetXdslFiberEligibilityError, OvhOpContext>;
3154
+ export type GetXdslIncidentError = OvhOpError;
3155
+ /** Get this object properties */
3156
+ export declare const getXdslIncident: API.OperationMethod<GetXdslIncidentRequest, XdslIncident, GetXdslIncidentError, OvhOpContext>;
3157
+ export type GetXdslIncident2Error = OvhOpError;
3158
+ /** Get this object properties */
3159
+ export declare const getXdslIncident2: API.OperationMethod<GetXdslIncidentRequest2, XdslIncident, GetXdslIncident2Error, OvhOpContext>;
3160
+ export type GetXdslIpsError = OvhOpError;
3161
+ /** Get this object properties */
3162
+ export declare const getXdslIps: API.OperationMethod<GetXdslIpsRequest, XdslIP, GetXdslIpsError, OvhOpContext>;
3163
+ export type GetXdslLineError = OvhOpError;
3164
+ /** Get this object properties */
3165
+ export declare const getXdslLine: API.OperationMethod<GetXdslLineRequest, XdslLine, GetXdslLineError, OvhOpContext>;
3166
+ export type GetXdslLineDslamPortError = OvhOpError;
3167
+ /** Get this object properties */
3168
+ export declare const getXdslLineDslamPort: API.OperationMethod<GetXdslLineDslamPortRequest, XdslDslamPort, GetXdslLineDslamPortError, OvhOpContext>;
3169
+ export type GetXdslModemError = OvhOpError;
3170
+ /** Get this object properties */
3171
+ export declare const getXdslModem: API.OperationMethod<GetXdslModemRequest, XdslModem, GetXdslModemError, OvhOpContext>;
3172
+ export type GetXdslModemConnectedDeviceError = OvhOpError;
3173
+ /** Get this object properties */
3174
+ export declare const getXdslModemConnectedDevice: API.OperationMethod<GetXdslModemConnectedDeviceRequest, XdslConnectedDevice, GetXdslModemConnectedDeviceError, OvhOpContext>;
3175
+ export type GetXdslModemInfoError = OvhOpError;
3176
+ /** get general Modem information */
3177
+ export declare const getXdslModemInfo: API.OperationMethod<GetXdslModemInfoRequest, XdslAsyncTaskXdslModemInfo, GetXdslModemInfoError, OvhOpContext>;
3178
+ export type GetXdslModemLanError = OvhOpError;
3179
+ /** Get this object properties */
3180
+ export declare const getXdslModemLan: API.OperationMethod<GetXdslModemLanRequest, XdslLAN, GetXdslModemLanError, OvhOpContext>;
3181
+ export type GetXdslModemLanDhcpError = OvhOpError;
3182
+ /** Get this object properties */
3183
+ export declare const getXdslModemLanDhcp: API.OperationMethod<GetXdslModemLanDhcpRequest, XdslDHCP, GetXdslModemLanDhcpError, OvhOpContext>;
3184
+ export type GetXdslModemWifiError = OvhOpError;
3185
+ /** Get this object properties */
3186
+ export declare const getXdslModemWifi: API.OperationMethod<GetXdslModemWifiRequest, XdslWLAN, GetXdslModemWifiError, OvhOpContext>;
3187
+ export type GetXdslModemWifiQrCodeError = OvhOpError;
3188
+ /** Get the WiFi configuration QR code as base64, if applicable */
3189
+ export declare const getXdslModemWifiQrCode: API.OperationMethod<GetXdslModemWifiQrCodeRequest, GetXdslModemWifiQrCodeResponse, GetXdslModemWifiQrCodeError, OvhOpContext>;
3190
+ export type GetXdslModemWifiRadioError = OvhOpError;
3191
+ /** Get this object properties */
3192
+ export declare const getXdslModemWifiRadio: API.OperationMethod<GetXdslModemWifiRadioRequest, XdslWifiRadio, GetXdslModemWifiRadioError, OvhOpContext>;
3193
+ export type GetXdslOntError = OvhOpError;
3194
+ /** Get this object properties */
3195
+ export declare const getXdslOnt: API.OperationMethod<GetXdslOntRequest, XdslOnt, GetXdslOntError, OvhOpContext>;
3196
+ export type GetXdslPendingActionError = OvhOpError;
3197
+ /** Get this object properties */
3198
+ export declare const getXdslPendingAction: API.OperationMethod<GetXdslPendingActionRequest, XdslPendingAction, GetXdslPendingActionError, OvhOpContext>;
3199
+ export type GetXdslResiliationFollowupError = OvhOpError;
3200
+ /** Get information about the ongoing resiliation */
3201
+ export declare const getXdslResiliationFollowup: API.OperationMethod<GetXdslResiliationFollowupRequest, XdslResiliationFollowUpDetail, GetXdslResiliationFollowupError, OvhOpContext>;
3202
+ export type GetXdslResiliationTermsError = OvhOpError;
3203
+ /** Get resiliation terms */
3204
+ export declare const getXdslResiliationTerms: API.OperationMethod<GetXdslResiliationTermsRequest, XdslResiliationTerms, GetXdslResiliationTermsError, OvhOpContext>;
3205
+ export type GetXdslRmaError = OvhOpError;
3206
+ /** Get this object properties */
3207
+ export declare const getXdslRma: API.OperationMethod<GetXdslRmaRequest, TelephonyRma, GetXdslRmaError, OvhOpContext>;
3208
+ export type GetXdslServiceInfosError = OvhOpError;
3209
+ /** Get service information */
3210
+ export declare const getXdslServiceInfos: API.OperationMethod<GetXdslServiceInfosRequest, ServicesService, GetXdslServiceInfosError, OvhOpContext>;
3211
+ export type GetXdslSpareError = OvhOpError;
3212
+ /** Get this object properties */
3213
+ export declare const getXdslSpare: API.OperationMethod<GetXdslSpareRequest, SpareXdslXdslSpareWithIAM, GetXdslSpareError, OvhOpContext>;
3214
+ export type GetXdslSpareServiceInfosError = OvhOpError;
3215
+ /** Get service information */
3216
+ export declare const getXdslSpareServiceInfos: API.OperationMethod<GetXdslSpareServiceInfosRequest, ServicesService, GetXdslSpareServiceInfosError, OvhOpContext>;
3217
+ export type GetXdslTaskError = OvhOpError;
3218
+ /** Get this object properties */
3219
+ export declare const getXdslTask: API.OperationMethod<GetXdslTaskRequest, XdslTask, GetXdslTaskError, OvhOpContext>;
3220
+ export type GetXdslTotalDeconsolidationTermsError = OvhOpError;
3221
+ /** Give the price to requestTotalDeconsolidation on the access */
3222
+ export declare const getXdslTotalDeconsolidationTerms: API.OperationMethod<GetXdslTotalDeconsolidationTermsRequest, XdslDeconsolidationTerms, GetXdslTotalDeconsolidationTermsError, OvhOpContext>;
3223
+ export type InstallFrimwareError = OvhOpError;
3224
+ /** Launch a task to install target firmware on modem */
3225
+ export declare const installFrimware: API.OperationMethod<InstallFrimwareRequest, XdslTask, InstallFrimwareError, OvhOpContext>;
3226
+ export type ListXdslError = OvhOpError;
3227
+ /** List available services */
3228
+ export declare const listXdsl: API.OperationMethod<ListXdslRequest, ListXdslResponse, ListXdslError, OvhOpContext>;
3229
+ export type ListXdslAntiSpamEvidencesError = OvhOpError;
3230
+ /** List of evidences stored on PCS for this ip */
3231
+ export declare const listXdslAntiSpamEvidences: API.OperationMethod<ListXdslAntiSpamEvidencesRequest, XdslAntiSpamEvidencesInfo, ListXdslAntiSpamEvidencesError, OvhOpContext>;
3232
+ export type ListXdslAntiSpamsError = OvhOpError;
3233
+ /** List antiSpams for this access */
3234
+ export declare const listXdslAntiSpams: API.OperationMethod<ListXdslAntiSpamsRequest, ListXdslAntiSpamsResponse, ListXdslAntiSpamsError, OvhOpContext>;
3235
+ export type ListXdslEmailProError = OvhOpError;
3236
+ /** List available services */
3237
+ export declare const listXdslEmailPro: API.OperationMethod<ListXdslEmailProRequest, ListXdslEmailProResponse, ListXdslEmailProError, OvhOpContext>;
3238
+ export type ListXdslFiberEligibilitiesError = OvhOpError;
3239
+ /** List fiber eligibilities for this access */
3240
+ export declare const listXdslFiberEligibilities: API.OperationMethod<ListXdslFiberEligibilitiesRequest, ListXdslFiberEligibilitiesResponse, ListXdslFiberEligibilitiesError, OvhOpContext>;
3241
+ export type ListXdslIncidentsError = OvhOpError;
3242
+ /** List of incidents */
3243
+ export declare const listXdslIncidents: API.OperationMethod<ListXdslIncidentsRequest, ListXdslIncidentsResponse, ListXdslIncidentsError, OvhOpContext>;
3244
+ export type ListXdslIpsError = OvhOpError;
3245
+ /** List of IPs addresses for this access */
3246
+ export declare const listXdslIps: API.OperationMethod<ListXdslIpsRequest, ListXdslIpsResponse, ListXdslIpsError, OvhOpContext>;
3247
+ export type ListXdslLineDslamPortAvailableProfilesError = OvhOpError;
3248
+ /** List all availables profiles for this port */
3249
+ export declare const listXdslLineDslamPortAvailableProfiles: API.OperationMethod<ListXdslLineDslamPortAvailableProfilesRequest, ListXdslLineDslamPortAvailableProfilesResponse, ListXdslLineDslamPortAvailableProfilesError, OvhOpContext>;
3250
+ export type ListXdslLineDslamPortLogsError = OvhOpError;
3251
+ /** Get the logs emitted by the DSLAM for this port */
3252
+ export declare const listXdslLineDslamPortLogs: API.OperationMethod<ListXdslLineDslamPortLogsRequest, ListXdslLineDslamPortLogsResponse, ListXdslLineDslamPortLogsError, OvhOpContext>;
3253
+ export type ListXdslLinesError = OvhOpError;
3254
+ /** The lines of the access */
3255
+ export declare const listXdslLines: API.OperationMethod<ListXdslLinesRequest, ListXdslLinesResponse, ListXdslLinesError, OvhOpContext>;
3256
+ export type ListXdslLineStatisticsError = OvhOpError;
3257
+ /** Get various statistics about the line */
3258
+ export declare const listXdslLineStatistics: API.OperationMethod<ListXdslLineStatisticsRequest, ComplexTypeUnitAndValuesXdslTimestampAndValue, ListXdslLineStatisticsError, OvhOpContext>;
3259
+ export type ListXdslModemAvailableACSBackendError = OvhOpError;
3260
+ /** List available ACS backend for this modem */
3261
+ export declare const listXdslModemAvailableACSBackend: API.OperationMethod<ListXdslModemAvailableACSBackendRequest, ListXdslModemAvailableACSBackendResponse, ListXdslModemAvailableACSBackendError, OvhOpContext>;
3262
+ export type ListXdslModemAvailableWLANChannelError = OvhOpError;
3263
+ /** List available WLAN channel for this modem */
3264
+ export declare const listXdslModemAvailableWLANChannel: API.OperationMethod<ListXdslModemAvailableWLANChannelRequest, ListXdslModemAvailableWLANChannelResponse, ListXdslModemAvailableWLANChannelError, OvhOpContext>;
3265
+ export type ListXdslModemConnectedDevicesError = OvhOpError;
3266
+ /** List of devices connected on this modem */
3267
+ export declare const listXdslModemConnectedDevices: API.OperationMethod<ListXdslModemConnectedDevicesRequest, ListXdslModemConnectedDevicesResponse, ListXdslModemConnectedDevicesError, OvhOpContext>;
3268
+ export type ListXdslModemFirmwareAvailableError = OvhOpError;
3269
+ /** List available firmware for this modem */
3270
+ export declare const listXdslModemFirmwareAvailable: API.OperationMethod<ListXdslModemFirmwareAvailableRequest, ListXdslModemFirmwareAvailableResponse, ListXdslModemFirmwareAvailableError, OvhOpContext>;
3271
+ export type ListXdslModemLanError = OvhOpError;
3272
+ /** List of LANs on this modem */
3273
+ export declare const listXdslModemLan: API.OperationMethod<ListXdslModemLanRequest, ListXdslModemLanResponse, ListXdslModemLanError, OvhOpContext>;
3274
+ export type ListXdslModemLanDhcpError = OvhOpError;
3275
+ /** List of DHCP on this modem */
3276
+ export declare const listXdslModemLanDhcp: API.OperationMethod<ListXdslModemLanDhcpRequest, ListXdslModemLanDhcpResponse, ListXdslModemLanDhcpError, OvhOpContext>;
3277
+ export type ListXdslModemWifiError = OvhOpError;
3278
+ /** List of WLANs on this modem */
3279
+ export declare const listXdslModemWifi: API.OperationMethod<ListXdslModemWifiRequest, ListXdslModemWifiResponse, ListXdslModemWifiError, OvhOpContext>;
3280
+ export type ListXdslModemWifiRadioError = OvhOpError;
3281
+ /** List of wifiRadios on this modem */
3282
+ export declare const listXdslModemWifiRadio: API.OperationMethod<ListXdslModemWifiRadioRequest, ListXdslModemWifiRadioResponse, ListXdslModemWifiRadioError, OvhOpContext>;
3283
+ export type ListXdslOrderFollowupError = OvhOpError;
3284
+ /** Get the status of the order */
3285
+ export declare const listXdslOrderFollowup: API.OperationMethod<ListXdslOrderFollowupRequest, ListXdslOrderFollowupResponse, ListXdslOrderFollowupError, OvhOpContext>;
3286
+ export type ListXdslRadiusConnectionLogsError = OvhOpError;
3287
+ /** List the radius connection logs */
3288
+ export declare const listXdslRadiusConnectionLogs: API.OperationMethod<ListXdslRadiusConnectionLogsRequest, ListXdslRadiusConnectionLogsResponse, ListXdslRadiusConnectionLogsError, OvhOpContext>;
3289
+ export type ListXdslRmaError = OvhOpError;
3290
+ /** Return Merchandise Authorisation associated */
3291
+ export declare const listXdslRma: API.OperationMethod<ListXdslRmaRequest, ListXdslRmaResponse, ListXdslRmaError, OvhOpContext>;
3292
+ export type ListXdslSpareError = OvhOpError;
3293
+ /** List available services */
3294
+ export declare const listXdslSpare: API.OperationMethod<ListXdslSpareRequest, ListXdslSpareResponse, ListXdslSpareError, OvhOpContext>;
3295
+ export type ListXdslSpareBrandsError = OvhOpError;
3296
+ /** Get all available spare brands */
3297
+ export declare const listXdslSpareBrands: API.OperationMethod<ListXdslSpareBrandsRequest, ListXdslSpareBrandsResponse, ListXdslSpareBrandsError, OvhOpContext>;
3298
+ export type ListXdslSpareCompatibleReplacementError = OvhOpError;
3299
+ /** Return the list of brand compatible to be replaced */
3300
+ export declare const listXdslSpareCompatibleReplacement: API.OperationMethod<ListXdslSpareCompatibleReplacementRequest, ListXdslSpareCompatibleReplacementResponse, ListXdslSpareCompatibleReplacementError, OvhOpContext>;
3301
+ export type ListXdslStatisticsError = OvhOpError;
3302
+ /** Get various statistics about this access */
3303
+ export declare const listXdslStatistics: API.OperationMethod<ListXdslStatisticsRequest, ComplexTypeUnitAndValuesXdslAccessLatency, ListXdslStatisticsError, OvhOpContext>;
3304
+ export type ListXdslTasksError = OvhOpError;
3305
+ /** Tasks scheduled for this access */
3306
+ export declare const listXdslTasks: API.OperationMethod<ListXdslTasksRequest, ListXdslTasksResponse, ListXdslTasksError, OvhOpContext>;
3307
+ export type PutXdslError = OvhOpError;
3308
+ /** Alter this object properties */
3309
+ export declare const putXdsl: API.OperationMethod<PutXdslRequest, PutXdslResponse, PutXdslError, OvhOpContext>;
3310
+ export type PutXdslEmailProError = OvhOpError;
3311
+ /** Alter this object properties */
3312
+ export declare const putXdslEmailPro: API.OperationMethod<PutXdslEmailProRequest, PutXdslEmailProResponse, PutXdslEmailProError, OvhOpContext>;
3313
+ export type PutXdslModemError = OvhOpError;
3314
+ /** Alter this object properties */
3315
+ export declare const putXdslModem: API.OperationMethod<PutXdslModemRequest, PutXdslModemResponse, PutXdslModemError, OvhOpContext>;
3316
+ export type PutXdslModemLanError = OvhOpError;
3317
+ /** Alter this object properties */
3318
+ export declare const putXdslModemLan: API.OperationMethod<PutXdslModemLanRequest, PutXdslModemLanResponse, PutXdslModemLanError, OvhOpContext>;
3319
+ export type PutXdslModemLanDhcpError = OvhOpError;
3320
+ /** Alter this object properties */
3321
+ export declare const putXdslModemLanDhcp: API.OperationMethod<PutXdslModemLanDhcpRequest, PutXdslModemLanDhcpResponse, PutXdslModemLanDhcpError, OvhOpContext>;
3322
+ export type PutXdslModemWifiError = OvhOpError;
3323
+ /** Alter this object properties */
3324
+ export declare const putXdslModemWifi: API.OperationMethod<PutXdslModemWifiRequest, PutXdslModemWifiResponse, PutXdslModemWifiError, OvhOpContext>;
3325
+ export type PutXdslModemWifiRadioError = OvhOpError;
3326
+ /** Alter this object properties */
3327
+ export declare const putXdslModemWifiRadio: API.OperationMethod<PutXdslModemWifiRadioRequest, XdslTask, PutXdslModemWifiRadioError, OvhOpContext>;
3328
+ export type PutXdslRmaError = OvhOpError;
3329
+ /** Alter this object properties */
3330
+ export declare const putXdslRma: API.OperationMethod<PutXdslRmaRequest, PutXdslRmaResponse, PutXdslRmaError, OvhOpContext>;
3331
+ export type PutXdslServiceInfosError = OvhOpError;
3332
+ /** Update service information */
3333
+ export declare const putXdslServiceInfos: API.OperationMethod<PutXdslServiceInfosRequest, PutXdslServiceInfosResponse, PutXdslServiceInfosError, OvhOpContext>;
3334
+ export type PutXdslSpareServiceInfosError = OvhOpError;
3335
+ /** Update service information */
3336
+ export declare const putXdslSpareServiceInfos: API.OperationMethod<PutXdslSpareServiceInfosRequest, PutXdslSpareServiceInfosResponse, PutXdslSpareServiceInfosError, OvhOpContext>;
3337
+ export type RebootModemError = OvhOpError;
3338
+ /** Reboot the modem */
3339
+ export declare const rebootModem: API.OperationMethod<RebootModemRequest, XdslTask, RebootModemError, OvhOpContext>;
3340
+ export type RefreshXdslModemConnectedDevicesError = OvhOpError;
3341
+ /** Refresh the list of connected devices on the modem */
3342
+ export declare const refreshXdslModemConnectedDevices: API.OperationMethod<RefreshXdslModemConnectedDevicesRequest, XdslTask, RefreshXdslModemConnectedDevicesError, OvhOpContext>;
3343
+ export type RemoveDHCPStaticAddressError = OvhOpError;
3344
+ /** Delete this port mapping */
3345
+ export declare const removeDHCPStaticAddress: API.OperationMethod<RemoveDHCPStaticAddressRequest, XdslTask, RemoveDHCPStaticAddressError, OvhOpContext>;
3346
+ export type RemoveMonitoringNotificationError = OvhOpError;
3347
+ /** Delete this notification */
3348
+ export declare const removeMonitoringNotification: API.OperationMethod<RemoveMonitoringNotificationRequest, RemoveMonitoringNotificationResponse, RemoveMonitoringNotificationError, OvhOpContext>;
3349
+ export type RemovePortMappingError = OvhOpError;
3350
+ /** Delete this port mapping */
3351
+ export declare const removePortMapping: API.OperationMethod<RemovePortMappingRequest, XdslTask, RemovePortMappingError, OvhOpContext>;
3352
+ export type ReplaceAccessModemError = OvhOpError;
3353
+ /** Replace access modem by last model, fees will be applied. */
3354
+ export declare const replaceAccessModem: API.OperationMethod<ReplaceAccessModemRequest, OrderOrder, ReplaceAccessModemError, OvhOpContext>;
3355
+ export type ReplaceModemBySpareError = OvhOpError;
3356
+ /** Replace the modem by its spare */
3357
+ export declare const replaceModemBySpare: API.OperationMethod<ReplaceModemBySpareRequest, ReplaceModemBySpareResponse, ReplaceModemBySpareError, OvhOpContext>;
3358
+ export type RequestTotalDeconsolidationError = OvhOpError;
3359
+ /** Switch this access to total deconsolidation */
3360
+ export declare const requestTotalDeconsolidation: API.OperationMethod<RequestTotalDeconsolidationRequest, XdslTask, RequestTotalDeconsolidationError, OvhOpContext>;
3361
+ export type ResetModemConfigurationError = OvhOpError;
3362
+ /** Reset the modem to its default configuration */
3363
+ export declare const resetModemConfiguration: API.OperationMethod<ResetModemConfigurationRequest, XdslTask, ResetModemConfigurationError, OvhOpContext>;
3364
+ export type ResetXdslLinesDslamPortError = OvhOpError;
3365
+ /** Reset the port on the DSLAM */
3366
+ export declare const resetXdslLinesDslamPort: API.OperationMethod<ResetXdslLinesDslamPortRequest, XdslTask, ResetXdslLinesDslamPortError, OvhOpContext>;
3367
+ export type ResetXdslModemPortMappingConfigError = OvhOpError;
3368
+ /** Remove all the current port mapping rules */
3369
+ export declare const resetXdslModemPortMappingConfig: API.OperationMethod<ResetXdslModemPortMappingConfigRequest, ResetXdslModemPortMappingConfigResponse, ResetXdslModemPortMappingConfigError, OvhOpContext>;
3370
+ export type ResiliateAccessError = OvhOpError;
3371
+ /** Resiliate the access */
3372
+ export declare const resiliateAccess: API.OperationMethod<ResiliateAccessRequest, XdslResiliationFollowUpDetail, ResiliateAccessError, OvhOpContext>;
3373
+ export type SearchXdslOrderMeetingsError = OvhOpError;
3374
+ /** Search for available line creation meeting time slots, for order only */
3375
+ export declare const searchXdslOrderMeetings: API.OperationMethod<SearchXdslOrderMeetingsRequest, XdslAsyncTaskConnectivityEligibilityMeetings, SearchXdslOrderMeetingsError, OvhOpContext>;
3376
+ export type SendXdslOrderToProviderError = OvhOpError;
3377
+ /** Unlock order in "waitingCustomer" status */
3378
+ export declare const sendXdslOrderToProvider: API.OperationMethod<SendXdslOrderToProviderRequest, SendXdslOrderToProviderResponse, SendXdslOrderToProviderError, OvhOpContext>;
3379
+ export type SetWifiMeshStatusError = OvhOpError;
3380
+ /** Change the status of mesh on this modem */
3381
+ export declare const setWifiMeshStatus: API.OperationMethod<SetWifiMeshStatusRequest, XdslTask, SetWifiMeshStatusError, OvhOpContext>;
3382
+ export type SetWifiOneSsidStatusError = OvhOpError;
3383
+ /** Change the status of onessid on this modem */
3384
+ export declare const setWifiOneSsidStatus: API.OperationMethod<SetWifiOneSsidStatusRequest, XdslTask, SetWifiOneSsidStatusError, OvhOpContext>;
3385
+ export type UpdateBlocIPStatusError = OvhOpError;
3386
+ /** Change the status of the Bloc IP on modem */
3387
+ export declare const updateBlocIPStatus: API.OperationMethod<UpdateBlocIPStatusRequest, XdslTask, UpdateBlocIPStatusError, OvhOpContext>;
3388
+ export type UpdateContentSharingStatusError = OvhOpError;
3389
+ /** Change the status of contentSharing on modem */
3390
+ export declare const updateContentSharingStatus: API.OperationMethod<UpdateContentSharingStatusRequest, XdslTask, UpdateContentSharingStatusError, OvhOpContext>;
3391
+ export type UpdateDHCPStaticAddressError = OvhOpError;
3392
+ /** Alter this object properties */
3393
+ export declare const updateDHCPStaticAddress: API.OperationMethod<UpdateDHCPStaticAddressRequest, UpdateDHCPStaticAddressResponse, UpdateDHCPStaticAddressError, OvhOpContext>;
3394
+ export type UpdateFTPStatusError = OvhOpError;
3395
+ /** Change the status of the ftp service on modem */
3396
+ export declare const updateFTPStatus: API.OperationMethod<UpdateFTPStatusRequest, XdslTask, UpdateFTPStatusError, OvhOpContext>;
3397
+ export type UpdateIpError = OvhOpError;
3398
+ /** Change the status of the IPv6 for this access */
3399
+ export declare const updateIp: API.OperationMethod<UpdateIpRequest, XdslTask, UpdateIpError, OvhOpContext>;
3400
+ export type UpdateIpsecAlgStatusError = OvhOpError;
3401
+ /** Change the status of the ipsec alg service on modem */
3402
+ export declare const updateIpsecAlgStatus: API.OperationMethod<UpdateIpsecAlgStatusRequest, XdslTask, UpdateIpsecAlgStatusError, OvhOpContext>;
3403
+ export type UpdateLineDiagnosticError = OvhOpError;
3404
+ /** Update and get advanced diagnostic of the line */
3405
+ export declare const updateLineDiagnostic: API.OperationMethod<UpdateLineDiagnosticRequest, XdslLineDiagnosticDiagnostic, UpdateLineDiagnosticError, OvhOpContext>;
3406
+ export type UpdateMailSendingError = OvhOpError;
3407
+ /** Enable or disable email sending ability */
3408
+ export declare const updateMailSending: API.OperationMethod<UpdateMailSendingRequest, XdslTask, UpdateMailSendingError, OvhOpContext>;
3409
+ export type UpdateModemCallWaitingError = OvhOpError;
3410
+ /** Change the status of callWaiting on modem */
3411
+ export declare const updateModemCallWaiting: API.OperationMethod<UpdateModemCallWaitingRequest, XdslTask, UpdateModemCallWaitingError, OvhOpContext>;
3412
+ export type UpdateModemTemplateError = OvhOpError;
3413
+ /** Alter this object properties */
3414
+ export declare const updateModemTemplate: API.OperationMethod<UpdateModemTemplateRequest, UpdateModemTemplateResponse, UpdateModemTemplateError, OvhOpContext>;
3415
+ export type UpdateMonitoringNotificationError = OvhOpError;
3416
+ /** Alter this object properties */
3417
+ export declare const updateMonitoringNotification: API.OperationMethod<UpdateMonitoringNotificationRequest, UpdateMonitoringNotificationResponse, UpdateMonitoringNotificationError, OvhOpContext>;
3418
+ export type UpdatePortMappingError = OvhOpError;
3419
+ /** Alter this object properties */
3420
+ export declare const updatePortMapping: API.OperationMethod<UpdatePortMappingRequest, UpdatePortMappingResponse, UpdatePortMappingError, OvhOpContext>;
3421
+ export type UpdateRIOError = OvhOpError;
3422
+ /** Update RIO, or disable portability, for order in error because of missing or invalid RIO */
3423
+ export declare const updateRIO: API.OperationMethod<UpdateRIORequest, UpdateRIOResponse, UpdateRIOError, OvhOpContext>;
3424
+ export type UpdateRMATypeError = OvhOpError;
3425
+ /** Change RMA type */
3426
+ export declare const updateRMAType: API.OperationMethod<UpdateRMATypeRequest, UpdateRMATypeResponse, UpdateRMATypeError, OvhOpContext>;
3427
+ export type UpdateSipAlgStatusError = OvhOpError;
3428
+ /** Change the status of the sip alg service on modem */
3429
+ export declare const updateSipAlgStatus: API.OperationMethod<UpdateSipAlgStatusRequest, XdslTask, UpdateSipAlgStatusError, OvhOpContext>;
3430
+ export type UpdateUpnpStatusError = OvhOpError;
3431
+ /** Change the status of the Upnp on modem */
3432
+ export declare const updateUpnpStatus: API.OperationMethod<UpdateUpnpStatusRequest, XdslTask, UpdateUpnpStatusError, OvhOpContext>;
3433
+ //# sourceMappingURL=xdsl.d.ts.map