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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (192) hide show
  1. package/LICENSE +201 -0
  2. package/lib/credentials.d.ts +38 -0
  3. package/lib/credentials.d.ts.map +1 -0
  4. package/lib/credentials.js +54 -0
  5. package/lib/credentials.js.map +1 -0
  6. package/lib/errors.d.ts +36 -0
  7. package/lib/errors.d.ts.map +1 -0
  8. package/lib/errors.js +26 -0
  9. package/lib/errors.js.map +1 -0
  10. package/lib/index.d.ts +22 -0
  11. package/lib/index.d.ts.map +1 -0
  12. package/lib/index.js +22 -0
  13. package/lib/index.js.map +1 -0
  14. package/lib/pagination.d.ts +8 -0
  15. package/lib/pagination.d.ts.map +1 -0
  16. package/lib/pagination.js +8 -0
  17. package/lib/pagination.js.map +1 -0
  18. package/lib/protocol.d.ts +18 -0
  19. package/lib/protocol.d.ts.map +1 -0
  20. package/lib/protocol.js +60 -0
  21. package/lib/protocol.js.map +1 -0
  22. package/lib/retry.d.ts +32 -0
  23. package/lib/retry.d.ts.map +1 -0
  24. package/lib/retry.js +32 -0
  25. package/lib/retry.js.map +1 -0
  26. package/lib/services/baremetal.d.ts +3551 -0
  27. package/lib/services/baremetal.d.ts.map +1 -0
  28. package/lib/services/baremetal.js +4187 -0
  29. package/lib/services/baremetal.js.map +1 -0
  30. package/lib/services/cloud.d.ts +26011 -0
  31. package/lib/services/cloud.d.ts.map +1 -0
  32. package/lib/services/cloud.js +31061 -0
  33. package/lib/services/cloud.js.map +1 -0
  34. package/lib/services/cloud_v2.d.ts +5642 -0
  35. package/lib/services/cloud_v2.d.ts.map +1 -0
  36. package/lib/services/cloud_v2.js +5733 -0
  37. package/lib/services/cloud_v2.js.map +1 -0
  38. package/lib/services/dedicatedceph.d.ts +747 -0
  39. package/lib/services/dedicatedceph.d.ts.map +1 -0
  40. package/lib/services/dedicatedceph.js +960 -0
  41. package/lib/services/dedicatedceph.js.map +1 -0
  42. package/lib/services/dedicatednasha.d.ts +755 -0
  43. package/lib/services/dedicatednasha.d.ts.map +1 -0
  44. package/lib/services/dedicatednasha.js +965 -0
  45. package/lib/services/dedicatednasha.js.map +1 -0
  46. package/lib/services/domain.d.ts +2995 -0
  47. package/lib/services/domain.d.ts.map +1 -0
  48. package/lib/services/domain.js +3078 -0
  49. package/lib/services/domain.js.map +1 -0
  50. package/lib/services/emaildomain.d.ts +1913 -0
  51. package/lib/services/emaildomain.d.ts.map +1 -0
  52. package/lib/services/emaildomain.js +2550 -0
  53. package/lib/services/emaildomain.js.map +1 -0
  54. package/lib/services/emailmxplan.d.ts +1012 -0
  55. package/lib/services/emailmxplan.d.ts.map +1 -0
  56. package/lib/services/emailmxplan.js +1155 -0
  57. package/lib/services/emailmxplan.js.map +1 -0
  58. package/lib/services/emailpro.d.ts +1287 -0
  59. package/lib/services/emailpro.d.ts.map +1 -0
  60. package/lib/services/emailpro.js +1471 -0
  61. package/lib/services/emailpro.js.map +1 -0
  62. package/lib/services/hostingprivatedatabase.d.ts +1402 -0
  63. package/lib/services/hostingprivatedatabase.d.ts.map +1 -0
  64. package/lib/services/hostingprivatedatabase.js +1829 -0
  65. package/lib/services/hostingprivatedatabase.js.map +1 -0
  66. package/lib/services/iam.d.ts +829 -0
  67. package/lib/services/iam.d.ts.map +1 -0
  68. package/lib/services/iam.js +793 -0
  69. package/lib/services/iam.js.map +1 -0
  70. package/lib/services/index.d.ts +31 -0
  71. package/lib/services/index.d.ts.map +1 -0
  72. package/lib/services/index.js +32 -0
  73. package/lib/services/index.js.map +1 -0
  74. package/lib/services/ip.d.ts +1417 -0
  75. package/lib/services/ip.d.ts.map +1 -0
  76. package/lib/services/ip.js +1690 -0
  77. package/lib/services/ip.js.map +1 -0
  78. package/lib/services/iploadbalancing.d.ts +3059 -0
  79. package/lib/services/iploadbalancing.d.ts.map +1 -0
  80. package/lib/services/iploadbalancing.js +3553 -0
  81. package/lib/services/iploadbalancing.js.map +1 -0
  82. package/lib/services/ldp.d.ts +2492 -0
  83. package/lib/services/ldp.d.ts.map +1 -0
  84. package/lib/services/ldp.js +3067 -0
  85. package/lib/services/ldp.js.map +1 -0
  86. package/lib/services/me.d.ts +7511 -0
  87. package/lib/services/me.d.ts.map +1 -0
  88. package/lib/services/me.js +8874 -0
  89. package/lib/services/me.js.map +1 -0
  90. package/lib/services/overthebox.d.ts +981 -0
  91. package/lib/services/overthebox.d.ts.map +1 -0
  92. package/lib/services/overthebox.js +1122 -0
  93. package/lib/services/overthebox.js.map +1 -0
  94. package/lib/services/ovhcloudconnect.d.ts +1123 -0
  95. package/lib/services/ovhcloudconnect.d.ts.map +1 -0
  96. package/lib/services/ovhcloudconnect.js +1351 -0
  97. package/lib/services/ovhcloudconnect.js.map +1 -0
  98. package/lib/services/packxdsl.d.ts +1583 -0
  99. package/lib/services/packxdsl.d.ts.map +1 -0
  100. package/lib/services/packxdsl.js +1787 -0
  101. package/lib/services/packxdsl.js.map +1 -0
  102. package/lib/services/sms.d.ts +2602 -0
  103. package/lib/services/sms.d.ts.map +1 -0
  104. package/lib/services/sms.js +2995 -0
  105. package/lib/services/sms.js.map +1 -0
  106. package/lib/services/sslgateway.d.ts +493 -0
  107. package/lib/services/sslgateway.d.ts.map +1 -0
  108. package/lib/services/sslgateway.js +569 -0
  109. package/lib/services/sslgateway.js.map +1 -0
  110. package/lib/services/storagenetapp.d.ts +859 -0
  111. package/lib/services/storagenetapp.d.ts.map +1 -0
  112. package/lib/services/storagenetapp.js +1020 -0
  113. package/lib/services/storagenetapp.js.map +1 -0
  114. package/lib/services/support.d.ts +233 -0
  115. package/lib/services/support.d.ts.map +1 -0
  116. package/lib/services/support.js +237 -0
  117. package/lib/services/support.js.map +1 -0
  118. package/lib/services/telephony.d.ts +10825 -0
  119. package/lib/services/telephony.d.ts.map +1 -0
  120. package/lib/services/telephony.js +14877 -0
  121. package/lib/services/telephony.js.map +1 -0
  122. package/lib/services/vmwareclouddirectorbackup.d.ts +784 -0
  123. package/lib/services/vmwareclouddirectorbackup.d.ts.map +1 -0
  124. package/lib/services/vmwareclouddirectorbackup.js +841 -0
  125. package/lib/services/vmwareclouddirectorbackup.js.map +1 -0
  126. package/lib/services/vmwareclouddirectororganization.d.ts +784 -0
  127. package/lib/services/vmwareclouddirectororganization.d.ts.map +1 -0
  128. package/lib/services/vmwareclouddirectororganization.js +841 -0
  129. package/lib/services/vmwareclouddirectororganization.js.map +1 -0
  130. package/lib/services/vps.d.ts +1579 -0
  131. package/lib/services/vps.d.ts.map +1 -0
  132. package/lib/services/vps.js +1914 -0
  133. package/lib/services/vps.js.map +1 -0
  134. package/lib/services/vrack.d.ts +1204 -0
  135. package/lib/services/vrack.d.ts.map +1 -0
  136. package/lib/services/vrack.js +1627 -0
  137. package/lib/services/vrack.js.map +1 -0
  138. package/lib/services/vrackservices.d.ts +394 -0
  139. package/lib/services/vrackservices.d.ts.map +1 -0
  140. package/lib/services/vrackservices.js +355 -0
  141. package/lib/services/vrackservices.js.map +1 -0
  142. package/lib/services/webhosting.d.ts +3986 -0
  143. package/lib/services/webhosting.d.ts.map +1 -0
  144. package/lib/services/webhosting.js +4522 -0
  145. package/lib/services/webhosting.js.map +1 -0
  146. package/lib/services/xdsl.d.ts +3433 -0
  147. package/lib/services/xdsl.d.ts.map +1 -0
  148. package/lib/services/xdsl.js +3681 -0
  149. package/lib/services/xdsl.js.map +1 -0
  150. package/lib/traits.d.ts +11 -0
  151. package/lib/traits.d.ts.map +1 -0
  152. package/lib/traits.js +11 -0
  153. package/lib/traits.js.map +1 -0
  154. package/package.json +77 -6
  155. package/src/credentials.ts +77 -0
  156. package/src/errors.ts +50 -0
  157. package/src/index.ts +21 -0
  158. package/src/pagination.ts +7 -0
  159. package/src/protocol.ts +86 -0
  160. package/src/retry.ts +54 -0
  161. package/src/services/baremetal.ts +10949 -0
  162. package/src/services/cloud.ts +75466 -0
  163. package/src/services/cloud_v2.ts +14725 -0
  164. package/src/services/dedicatedceph.ts +2231 -0
  165. package/src/services/dedicatednasha.ts +2268 -0
  166. package/src/services/domain.ts +7996 -0
  167. package/src/services/emaildomain.ts +5751 -0
  168. package/src/services/emailmxplan.ts +2764 -0
  169. package/src/services/emailpro.ts +3519 -0
  170. package/src/services/hostingprivatedatabase.ts +4214 -0
  171. package/src/services/iam.ts +2060 -0
  172. package/src/services/index.ts +31 -0
  173. package/src/services/ip.ts +4461 -0
  174. package/src/services/iploadbalancing.ts +8421 -0
  175. package/src/services/ldp.ts +7269 -0
  176. package/src/services/me.ts +21716 -0
  177. package/src/services/overthebox.ts +2693 -0
  178. package/src/services/ovhcloudconnect.ts +3224 -0
  179. package/src/services/packxdsl.ts +4619 -0
  180. package/src/services/sms.ts +7255 -0
  181. package/src/services/sslgateway.ts +1408 -0
  182. package/src/services/storagenetapp.ts +2431 -0
  183. package/src/services/support.ts +598 -0
  184. package/src/services/telephony.ts +32926 -0
  185. package/src/services/vmwareclouddirectorbackup.ts +2170 -0
  186. package/src/services/vmwareclouddirectororganization.ts +2170 -0
  187. package/src/services/vps.ts +5134 -0
  188. package/src/services/vrack.ts +3730 -0
  189. package/src/services/vrackservices.ts +939 -0
  190. package/src/services/webhosting.ts +11285 -0
  191. package/src/services/xdsl.ts +9277 -0
  192. package/src/traits.ts +44 -0
@@ -0,0 +1,3681 @@
1
+ // AUTO-GENERATED by scripts/generate.ts from .generated-specs (specs/spec-mirror-ovh). Do not edit.
2
+ import * as S from "@distilled.cloud/core/schema";
3
+ import * as Redacted from "effect/Redacted";
4
+ import * as API from "@distilled.cloud/core/api";
5
+ import * as T from "../traits.js";
6
+ import { OvhProtocol, } from "../protocol.js";
7
+ import { UnknownOvhError } from "../errors.js";
8
+ import * as Retry from "../retry.js";
9
+ export const AddDHCPStaticAddressRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
10
+ serviceName: S.String.pipe(T.Label()),
11
+ lanName: S.String.pipe(T.Label()),
12
+ dhcpName: S.String.pipe(T.Label()),
13
+ IPAddress: S.String,
14
+ MACAddress: S.String,
15
+ name: S.optional(S.String),
16
+ }).pipe(T.Http({
17
+ method: "POST",
18
+ uri: "/xdsl/{serviceName}/modem/lan/{lanName}/dhcp/{dhcpName}/DHCPStaticAddresses",
19
+ code: 200,
20
+ }))).annotate({
21
+ identifier: "AddDHCPStaticAddressRequest",
22
+ });
23
+ export const XdslDHCPStaticAddress = /*@__PURE__*/ S.suspend(() => S.Struct({
24
+ IPAddress: S.optional(S.String),
25
+ MACAddress: S.optional(S.String),
26
+ name: S.optional(S.NullOr(S.String)),
27
+ taskId: S.optional(S.NullOr(S.Number)),
28
+ })).annotate({
29
+ identifier: "XdslDHCPStaticAddress",
30
+ });
31
+ export const XdslMonitoringNotificationsFrequencyEnum = S.String;
32
+ export const XdslMonitoringNotificationsTypeEnum = S.String;
33
+ export const AddMonitoringNotificationRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
34
+ serviceName: S.String.pipe(T.Label()),
35
+ allowIncident: S.optional(S.Boolean),
36
+ downThreshold: S.optional(S.Number),
37
+ email: S.optional(S.String),
38
+ frequency: XdslMonitoringNotificationsFrequencyEnum,
39
+ phone: S.optional(S.String),
40
+ smsAccount: S.optional(S.String),
41
+ type: XdslMonitoringNotificationsTypeEnum,
42
+ }).pipe(T.Http({
43
+ method: "POST",
44
+ uri: "/xdsl/{serviceName}/monitoringNotifications",
45
+ code: 200,
46
+ }))).annotate({
47
+ identifier: "AddMonitoringNotificationRequest",
48
+ });
49
+ export const XdslMonitoringNotification = /*@__PURE__*/ S.suspend(() => S.Struct({
50
+ allowIncident: S.optional(S.Boolean),
51
+ downThreshold: S.optional(S.Number),
52
+ email: S.optional(S.NullOr(S.String)),
53
+ enabled: S.optional(S.Boolean),
54
+ frequency: S.optional(XdslMonitoringNotificationsFrequencyEnum),
55
+ id: S.optional(S.Number),
56
+ phone: S.optional(S.NullOr(S.String)),
57
+ smsAccount: S.optional(S.NullOr(S.String)),
58
+ type: S.optional(XdslMonitoringNotificationsTypeEnum),
59
+ })).annotate({
60
+ identifier: "XdslMonitoringNotification",
61
+ });
62
+ export const XdslXdslModemConfigProtocolTypeEnum = S.String;
63
+ export const AddPortMappingRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
64
+ serviceName: S.String.pipe(T.Label()),
65
+ allowedRemoteIp: S.optional(S.String),
66
+ description: S.optional(S.String),
67
+ externalPortEnd: S.optional(S.Number),
68
+ externalPortStart: S.Number,
69
+ internalClient: S.String,
70
+ internalPort: S.Number,
71
+ internalPortEnd: S.optional(S.Number),
72
+ name: S.String,
73
+ protocol: XdslXdslModemConfigProtocolTypeEnum,
74
+ }).pipe(T.Http({
75
+ method: "POST",
76
+ uri: "/xdsl/{serviceName}/modem/portMappings",
77
+ code: 200,
78
+ }))).annotate({
79
+ identifier: "AddPortMappingRequest",
80
+ });
81
+ export const XdslPortMapping = /*@__PURE__*/ S.suspend(() => S.Struct({
82
+ allowedRemoteIp: S.optional(S.NullOr(S.String)),
83
+ description: S.optional(S.NullOr(S.String)),
84
+ externalPortEnd: S.optional(S.NullOr(S.Number)),
85
+ externalPortStart: S.optional(S.Number),
86
+ id: S.optional(S.Number),
87
+ internalClient: S.optional(S.String),
88
+ internalPort: S.optional(S.Number),
89
+ internalPortEnd: S.optional(S.NullOr(S.Number)),
90
+ name: S.optional(S.String),
91
+ protocol: S.optional(XdslXdslModemConfigProtocolTypeEnum),
92
+ taskId: S.optional(S.NullOr(S.Number)),
93
+ })).annotate({
94
+ identifier: "XdslPortMapping",
95
+ });
96
+ export const ApplyTemplateModemRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
97
+ serviceName: S.String.pipe(T.Label()),
98
+ templateName: S.String,
99
+ }).pipe(T.Http({
100
+ method: "POST",
101
+ uri: "/xdsl/{serviceName}/applyTemplateToModem",
102
+ code: 200,
103
+ }))).annotate({
104
+ identifier: "ApplyTemplateModemRequest",
105
+ });
106
+ export const XdslTaskStatusEnum = S.String;
107
+ export const XdslTask = /*@__PURE__*/ S.suspend(() => S.Struct({
108
+ function: S.optional(S.String),
109
+ id: S.optional(S.Number),
110
+ status: S.optional(XdslTaskStatusEnum),
111
+ todoDate: S.optional(S.String),
112
+ updateDate: S.optional(S.String),
113
+ })).annotate({ identifier: "XdslTask" });
114
+ export const ArchiveXdslTaskRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
115
+ serviceName: S.String.pipe(T.Label()),
116
+ id: S.Number.pipe(T.Label()),
117
+ }).pipe(T.Http({
118
+ method: "POST",
119
+ uri: "/xdsl/{serviceName}/tasks/{id}/archive",
120
+ code: 200,
121
+ }))).annotate({
122
+ identifier: "ArchiveXdslTaskRequest",
123
+ });
124
+ export const ArchiveXdslTaskResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
125
+ identifier: "ArchiveXdslTaskResponse",
126
+ });
127
+ export const BookMeetingRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
128
+ serviceName: S.String.pipe(T.Label()),
129
+ endDate: S.String,
130
+ startDate: S.String,
131
+ uiCode: S.String,
132
+ }).pipe(T.Http({
133
+ method: "POST",
134
+ uri: "/xdsl/{serviceName}/orderMeeting",
135
+ code: 200,
136
+ }))).annotate({
137
+ identifier: "BookMeetingRequest",
138
+ });
139
+ export const BookMeetingResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
140
+ identifier: "BookMeetingResponse",
141
+ });
142
+ export const CancelXdslLinesDiagnosticRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
143
+ serviceName: S.String.pipe(T.Label()),
144
+ number: S.String.pipe(T.Label()),
145
+ }).pipe(T.Http({
146
+ method: "POST",
147
+ uri: "/xdsl/{serviceName}/lines/{number}/diagnostic/cancel",
148
+ code: 200,
149
+ }))).annotate({
150
+ identifier: "CancelXdslLinesDiagnosticRequest",
151
+ });
152
+ export const CancelXdslLinesDiagnosticResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
153
+ identifier: "CancelXdslLinesDiagnosticResponse",
154
+ });
155
+ export const CancelXdslResiliationRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
156
+ serviceName: S.String.pipe(T.Label()),
157
+ }).pipe(T.Http({
158
+ method: "POST",
159
+ uri: "/xdsl/{serviceName}/cancelResiliation",
160
+ code: 200,
161
+ }))).annotate({
162
+ identifier: "CancelXdslResiliationRequest",
163
+ });
164
+ export const CancelXdslResiliationResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
165
+ identifier: "CancelXdslResiliationResponse",
166
+ });
167
+ export const ChangeContactRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
168
+ serviceName: S.String.pipe(T.Label()),
169
+ contactAdmin: S.optional(S.String),
170
+ contactBilling: S.optional(S.String),
171
+ contactTech: S.optional(S.String),
172
+ }).pipe(T.Http({
173
+ method: "POST",
174
+ uri: "/xdsl/{serviceName}/changeContact",
175
+ code: 200,
176
+ }))).annotate({
177
+ identifier: "ChangeContactRequest",
178
+ });
179
+ export const ChangeContactResponseBodyList = /*@__PURE__*/ S.Array(S.Number);
180
+ export const ChangeContactResponse = /*@__PURE__*/ S.suspend(() => ChangeContactResponseBodyList.pipe(T.RawResponseRoot())).annotate({
181
+ identifier: "ChangeContactResponse",
182
+ });
183
+ export const ChangeEmailPasswordRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
184
+ email: S.String.pipe(T.Label()),
185
+ password: S.String.pipe(T.SensitiveValue({})),
186
+ }).pipe(T.Http({
187
+ method: "POST",
188
+ uri: "/xdsl/email/pro/{email}/changePassword",
189
+ code: 200,
190
+ }))).annotate({
191
+ identifier: "ChangeEmailPasswordRequest",
192
+ });
193
+ export const XdslEmailProTaskStatusEnum = S.String;
194
+ export const XdslEmailProTask = /*@__PURE__*/ S.suspend(() => S.Struct({
195
+ finishDate: S.optional(S.NullOr(S.String)),
196
+ function: S.optional(S.String),
197
+ status: S.optional(XdslEmailProTaskStatusEnum),
198
+ todoDate: S.optional(S.String),
199
+ })).annotate({
200
+ identifier: "XdslEmailProTask",
201
+ });
202
+ export const ChangeLineDSLAMProfileRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
203
+ serviceName: S.String.pipe(T.Label()),
204
+ number: S.String.pipe(T.Label()),
205
+ dslamProfileId: S.Number,
206
+ }).pipe(T.Http({
207
+ method: "POST",
208
+ uri: "/xdsl/{serviceName}/lines/{number}/dslamPort/changeProfile",
209
+ code: 200,
210
+ }))).annotate({
211
+ identifier: "ChangeLineDSLAMProfileRequest",
212
+ });
213
+ export const CreateModemTemplateRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
214
+ name: S.String,
215
+ serviceName: S.String,
216
+ }).pipe(T.Http({ method: "POST", uri: "/xdsl/templateModem", code: 200 }))).annotate({
217
+ identifier: "CreateModemTemplateRequest",
218
+ });
219
+ export const XdslTemplateModemDHCP = /*@__PURE__*/ S.suspend(() => S.Struct({
220
+ defaultGateway: S.optional(S.String),
221
+ dhcpName: S.optional(S.String),
222
+ domainName: S.optional(S.String),
223
+ endAddress: S.optional(S.String),
224
+ leaseTime: S.optional(S.Number),
225
+ primaryDNS: S.optional(S.String),
226
+ secondaryDNS: S.optional(S.NullOr(S.String)),
227
+ serverEnabled: S.optional(S.Boolean),
228
+ startAddress: S.optional(S.String),
229
+ subnetMask: S.optional(S.String),
230
+ })).annotate({
231
+ identifier: "XdslTemplateModemDHCP",
232
+ });
233
+ export const XdslTemplateModemDHCPList = /*@__PURE__*/ S.Array(XdslTemplateModemDHCP);
234
+ export const XdslXdslModemConfigAddressingTypeEnum = S.String;
235
+ export const XdslTemplateModemLAN = /*@__PURE__*/ S.suspend(() => S.Struct({
236
+ IPAddress: S.optional(S.String),
237
+ addressingType: S.optional(XdslXdslModemConfigAddressingTypeEnum),
238
+ lanName: S.optional(S.String),
239
+ subnetMask: S.optional(S.String),
240
+ })).annotate({
241
+ identifier: "XdslTemplateModemLAN",
242
+ });
243
+ export const XdslTemplateModemLANList = /*@__PURE__*/ S.Array(XdslTemplateModemLAN);
244
+ export const XdslXdslModemConfigChannelModeEnum = S.String;
245
+ export const XdslXdslModemConfigFrequencyEnum = S.String;
246
+ export const XdslTemplateModemSecurityTypeEnum = S.String;
247
+ export const XdslTemplateModemWLAN = /*@__PURE__*/ S.suspend(() => S.Struct({
248
+ SSID: S.optional(S.String),
249
+ SSIDAdvertisementEnabled: S.optional(S.Boolean),
250
+ bandSteering: S.optional(S.Boolean),
251
+ channel: S.optional(S.Number),
252
+ channelMode: S.optional(XdslXdslModemConfigChannelModeEnum),
253
+ enabled: S.optional(S.Boolean),
254
+ frequency: S.optional(XdslXdslModemConfigFrequencyEnum),
255
+ guest: S.optional(S.Boolean),
256
+ securityKey: S.optional(S.String),
257
+ securityType: S.optional(XdslTemplateModemSecurityTypeEnum),
258
+ wifiName: S.optional(S.String),
259
+ })).annotate({
260
+ identifier: "XdslTemplateModemWLAN",
261
+ });
262
+ export const XdslTemplateModemWLANList = /*@__PURE__*/ S.Array(XdslTemplateModemWLAN);
263
+ export const XdslXdslModemConfigMTUSizeEnum = S.Number;
264
+ export const XdslTemplateModemParametersToIgnoreWLANListList =
265
+ /*@__PURE__*/ S.Array(S.String);
266
+ export const XdslTemplateModemParametersToIgnorePortMappingListList =
267
+ /*@__PURE__*/ S.Array(S.String);
268
+ export const XdslTemplateModemParametersToIgnore = /*@__PURE__*/ S.suspend(() => S.Struct({
269
+ LANandDHCP: S.optional(S.NullOr(S.Boolean)),
270
+ WLANList: S.optional(S.NullOr(XdslTemplateModemParametersToIgnoreWLANListList)),
271
+ dmzIP: S.optional(S.NullOr(S.Boolean)),
272
+ mtuSize: S.optional(S.NullOr(S.Boolean)),
273
+ portMappingList: S.optional(S.NullOr(XdslTemplateModemParametersToIgnorePortMappingListList)),
274
+ })).annotate({
275
+ identifier: "XdslTemplateModemParametersToIgnore",
276
+ });
277
+ export const XdslTemplateModemPortMapping = /*@__PURE__*/ S.suspend(() => S.Struct({
278
+ allowedRemoteIp: S.optional(S.NullOr(S.String)),
279
+ description: S.optional(S.NullOr(S.String)),
280
+ externalPortEnd: S.optional(S.NullOr(S.Number)),
281
+ externalPortStart: S.optional(S.Number),
282
+ internalClient: S.optional(S.String),
283
+ internalPort: S.optional(S.Number),
284
+ name: S.optional(S.String),
285
+ protocol: S.optional(XdslXdslModemConfigProtocolTypeEnum),
286
+ })).annotate({
287
+ identifier: "XdslTemplateModemPortMapping",
288
+ });
289
+ export const XdslTemplateModemPortMappingList = /*@__PURE__*/ S.Array(XdslTemplateModemPortMapping);
290
+ export const XdslTemplateModem = /*@__PURE__*/ S.suspend(() => S.Struct({
291
+ DHCP: S.optional(XdslTemplateModemDHCPList),
292
+ LAN: S.optional(XdslTemplateModemLANList),
293
+ WLAN: S.optional(XdslTemplateModemWLANList),
294
+ capabilities: S.optional(S.String),
295
+ creationDate: S.optional(S.String),
296
+ dmzIP: S.optional(S.NullOr(S.String)),
297
+ mtuSize: S.optional(S.NullOr(XdslXdslModemConfigMTUSizeEnum)),
298
+ name: S.optional(S.String),
299
+ parametersToIgnore: S.optional(S.NullOr(XdslTemplateModemParametersToIgnore)),
300
+ portMapping: S.optional(XdslTemplateModemPortMappingList),
301
+ })).annotate({
302
+ identifier: "XdslTemplateModem",
303
+ });
304
+ export const CreateXdslAddressMoveExtraIpRangeMoveRequest =
305
+ /*@__PURE__*/ S.suspend(() => S.Struct({
306
+ serviceName: S.String.pipe(T.Label()),
307
+ }).pipe(T.Http({
308
+ method: "POST",
309
+ uri: "/xdsl/{serviceName}/addressMove/extraIpRangeMove",
310
+ code: 200,
311
+ }))).annotate({
312
+ identifier: "CreateXdslAddressMoveExtraIpRangeMoveRequest",
313
+ });
314
+ export const CreateXdslDiagnosticRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
315
+ serviceName: S.String.pipe(T.Label()),
316
+ }).pipe(T.Http({
317
+ method: "POST",
318
+ uri: "/xdsl/{serviceName}/diagnostic",
319
+ code: 200,
320
+ }))).annotate({
321
+ identifier: "CreateXdslDiagnosticRequest",
322
+ });
323
+ export const CreateXdslIpsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
324
+ serviceName: S.String.pipe(T.Label()),
325
+ }).pipe(T.Http({ method: "POST", uri: "/xdsl/{serviceName}/ips", code: 200 }))).annotate({
326
+ identifier: "CreateXdslIpsRequest",
327
+ });
328
+ export const CreateXdslModemReconfigureVoipRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
329
+ serviceName: S.String.pipe(T.Label()),
330
+ }).pipe(T.Http({
331
+ method: "POST",
332
+ uri: "/xdsl/{serviceName}/modem/reconfigureVoip",
333
+ code: 200,
334
+ }))).annotate({
335
+ identifier: "CreateXdslModemReconfigureVoipRequest",
336
+ });
337
+ export const CreateXdslModemReconfigureVoipResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
338
+ identifier: "CreateXdslModemReconfigureVoipResponse",
339
+ });
340
+ export const CreateXdslRequestPPPLoginMailRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
341
+ serviceName: S.String.pipe(T.Label()),
342
+ }).pipe(T.Http({
343
+ method: "POST",
344
+ uri: "/xdsl/{serviceName}/requestPPPLoginMail",
345
+ code: 200,
346
+ }))).annotate({
347
+ identifier: "CreateXdslRequestPPPLoginMailRequest",
348
+ });
349
+ export const CreateXdslRequestPPPLoginMailResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
350
+ identifier: "CreateXdslRequestPPPLoginMailResponse",
351
+ });
352
+ export const CreateXdslSpareReturnMerchandiseRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
353
+ spare: S.String.pipe(T.Label()),
354
+ }).pipe(T.Http({
355
+ method: "POST",
356
+ uri: "/xdsl/spare/{spare}/returnMerchandise",
357
+ code: 200,
358
+ }))).annotate({
359
+ identifier: "CreateXdslSpareReturnMerchandiseRequest",
360
+ });
361
+ export const CreateXdslSpareReturnMerchandiseResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
362
+ identifier: "CreateXdslSpareReturnMerchandiseResponse",
363
+ });
364
+ export const DeleteModemTemplateRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
365
+ name: S.String.pipe(T.Label()),
366
+ }).pipe(T.Http({ method: "DELETE", uri: "/xdsl/templateModem/{name}", code: 200 }))).annotate({
367
+ identifier: "DeleteModemTemplateRequest",
368
+ });
369
+ export const DeleteModemTemplateResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
370
+ identifier: "DeleteModemTemplateResponse",
371
+ });
372
+ export const DeleteXdslEmailProRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
373
+ email: S.String.pipe(T.Label()),
374
+ }).pipe(T.Http({ method: "DELETE", uri: "/xdsl/email/pro/{email}", code: 200 }))).annotate({
375
+ identifier: "DeleteXdslEmailProRequest",
376
+ });
377
+ export const DeleteXdslEmailProResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
378
+ identifier: "DeleteXdslEmailProResponse",
379
+ });
380
+ export const DeleteXdslIpsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
381
+ serviceName: S.String.pipe(T.Label()),
382
+ ip: S.String.pipe(T.Label()),
383
+ }).pipe(T.Http({
384
+ method: "DELETE",
385
+ uri: "/xdsl/{serviceName}/ips/{ip}",
386
+ code: 200,
387
+ }))).annotate({
388
+ identifier: "DeleteXdslIpsRequest",
389
+ });
390
+ export const DeleteXdslIpsResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
391
+ identifier: "DeleteXdslIpsResponse",
392
+ });
393
+ export const DeleteXdslRmaRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
394
+ serviceName: S.String.pipe(T.Label()),
395
+ id: S.String.pipe(T.Label()),
396
+ }).pipe(T.Http({
397
+ method: "DELETE",
398
+ uri: "/xdsl/{serviceName}/rma/{id}",
399
+ code: 200,
400
+ }))).annotate({
401
+ identifier: "DeleteXdslRmaRequest",
402
+ });
403
+ export const DeleteXdslRmaResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
404
+ identifier: "DeleteXdslRmaResponse",
405
+ });
406
+ export const DeleteXdslSpareRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
407
+ spare: S.String.pipe(T.Label()),
408
+ }).pipe(T.Http({ method: "DELETE", uri: "/xdsl/spare/{spare}", code: 200 }))).annotate({
409
+ identifier: "DeleteXdslSpareRequest",
410
+ });
411
+ export const DeleteXdslSpareResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
412
+ identifier: "DeleteXdslSpareResponse",
413
+ });
414
+ export const GetAccessModemReplacementRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
415
+ serviceName: S.String.pipe(T.Label()),
416
+ }).pipe(T.Http({
417
+ method: "GET",
418
+ uri: "/xdsl/{serviceName}/modem/comfortExchange",
419
+ code: 200,
420
+ }))).annotate({
421
+ identifier: "GetAccessModemReplacementRequest",
422
+ });
423
+ export const OrderCurrencyCodeEnum = S.String;
424
+ export const OrderPrice = /*@__PURE__*/ S.suspend(() => S.Struct({
425
+ currencyCode: S.optional(OrderCurrencyCodeEnum),
426
+ priceInUcents: S.optional(S.NullOr(S.Number)),
427
+ text: S.optional(S.String),
428
+ value: S.optional(S.Number),
429
+ })).annotate({ identifier: "OrderPrice" });
430
+ export const XdslModemExchangeInfo = /*@__PURE__*/ S.suspend(() => S.Struct({
431
+ canExchange: S.optional(S.Boolean),
432
+ newModel: S.optional(S.String),
433
+ price: S.optional(OrderPrice),
434
+ priceWithTax: S.optional(OrderPrice),
435
+ })).annotate({
436
+ identifier: "XdslModemExchangeInfo",
437
+ });
438
+ export const GetBlocIPStatusRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
439
+ serviceName: S.String.pipe(T.Label()),
440
+ }).pipe(T.Http({
441
+ method: "GET",
442
+ uri: "/xdsl/{serviceName}/modem/blocIp",
443
+ code: 200,
444
+ }))).annotate({
445
+ identifier: "GetBlocIPStatusRequest",
446
+ });
447
+ export const XdslServiceStatusEnum = S.String;
448
+ export const GetBlocIPStatusResponse = /*@__PURE__*/ S.suspend(() => XdslServiceStatusEnum.pipe(T.RawResponseRoot())).annotate({
449
+ identifier: "GetBlocIPStatusResponse",
450
+ });
451
+ export const GetContentSharingStatusRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
452
+ serviceName: S.String.pipe(T.Label()),
453
+ }).pipe(T.Http({
454
+ method: "GET",
455
+ uri: "/xdsl/{serviceName}/modem/contentSharing",
456
+ code: 200,
457
+ }))).annotate({
458
+ identifier: "GetContentSharingStatusRequest",
459
+ });
460
+ export const GetContentSharingStatusResponse = /*@__PURE__*/ S.suspend(() => XdslServiceStatusEnum.pipe(T.RawResponseRoot())).annotate({
461
+ identifier: "GetContentSharingStatusResponse",
462
+ });
463
+ export const GetDHCPStaticAddressRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
464
+ serviceName: S.String.pipe(T.Label()),
465
+ lanName: S.String.pipe(T.Label()),
466
+ dhcpName: S.String.pipe(T.Label()),
467
+ MACAddress: S.String.pipe(T.Label()),
468
+ }).pipe(T.Http({
469
+ method: "GET",
470
+ uri: "/xdsl/{serviceName}/modem/lan/{lanName}/dhcp/{dhcpName}/DHCPStaticAddresses/{MACAddress}",
471
+ code: 200,
472
+ }))).annotate({
473
+ identifier: "GetDHCPStaticAddressRequest",
474
+ });
475
+ export const GetDHCPStaticAddressesRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
476
+ serviceName: S.String.pipe(T.Label()),
477
+ lanName: S.String.pipe(T.Label()),
478
+ dhcpName: S.String.pipe(T.Label()),
479
+ }).pipe(T.Http({
480
+ method: "GET",
481
+ uri: "/xdsl/{serviceName}/modem/lan/{lanName}/dhcp/{dhcpName}/DHCPStaticAddresses",
482
+ code: 200,
483
+ }))).annotate({
484
+ identifier: "GetDHCPStaticAddressesRequest",
485
+ });
486
+ export const GetDHCPStaticAddressesResponseBodyList = /*@__PURE__*/ S.Array(S.String);
487
+ export const GetDHCPStaticAddressesResponse = /*@__PURE__*/ S.suspend(() => GetDHCPStaticAddressesResponseBodyList.pipe(T.RawResponseRoot())).annotate({
488
+ identifier: "GetDHCPStaticAddressesResponse",
489
+ });
490
+ export const GetFirmwareVersionRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
491
+ serviceName: S.String.pipe(T.Label()),
492
+ }).pipe(T.Http({
493
+ method: "GET",
494
+ uri: "/xdsl/{serviceName}/modem/firmware",
495
+ code: 200,
496
+ }))).annotate({
497
+ identifier: "GetFirmwareVersionRequest",
498
+ });
499
+ export const GetFirmwareVersionResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
500
+ identifier: "GetFirmwareVersionResponse",
501
+ });
502
+ export const GetFTPStatusRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
503
+ serviceName: S.String.pipe(T.Label()),
504
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/{serviceName}/modem/ftp", code: 200 }))).annotate({
505
+ identifier: "GetFTPStatusRequest",
506
+ });
507
+ export const GetFTPStatusResponse = /*@__PURE__*/ S.suspend(() => XdslServiceStatusEnum.pipe(T.RawResponseRoot())).annotate({
508
+ identifier: "GetFTPStatusResponse",
509
+ });
510
+ export const GetIpsecAlgStatusRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
511
+ serviceName: S.String.pipe(T.Label()),
512
+ }).pipe(T.Http({
513
+ method: "GET",
514
+ uri: "/xdsl/{serviceName}/modem/ipsecAlg",
515
+ code: 200,
516
+ }))).annotate({
517
+ identifier: "GetIpsecAlgStatusRequest",
518
+ });
519
+ export const GetIpsecAlgStatusResponse = /*@__PURE__*/ S.suspend(() => XdslServiceStatusEnum.pipe(T.RawResponseRoot())).annotate({
520
+ identifier: "GetIpsecAlgStatusResponse",
521
+ });
522
+ export const GetModemCallWaitingStatusRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
523
+ serviceName: S.String.pipe(T.Label()),
524
+ }).pipe(T.Http({
525
+ method: "GET",
526
+ uri: "/xdsl/{serviceName}/modem/callWaiting",
527
+ code: 200,
528
+ }))).annotate({
529
+ identifier: "GetModemCallWaitingStatusRequest",
530
+ });
531
+ export const GetModemCallWaitingStatusResponse = /*@__PURE__*/ S.suspend(() => XdslServiceStatusEnum.pipe(T.RawResponseRoot())).annotate({
532
+ identifier: "GetModemCallWaitingStatusResponse",
533
+ });
534
+ export const GetModemTemplateRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
535
+ name: S.String.pipe(T.Label()),
536
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/templateModem/{name}", code: 200 }))).annotate({
537
+ identifier: "GetModemTemplateRequest",
538
+ });
539
+ export const GetModemTemplatesRequest = /*@__PURE__*/ S.suspend(() => S.Struct({}).pipe(T.Http({ method: "GET", uri: "/xdsl/templateModem", code: 200 }))).annotate({
540
+ identifier: "GetModemTemplatesRequest",
541
+ });
542
+ export const GetModemTemplatesResponseBodyList = /*@__PURE__*/ S.Array(S.String);
543
+ export const GetModemTemplatesResponse = /*@__PURE__*/ S.suspend(() => GetModemTemplatesResponseBodyList.pipe(T.RawResponseRoot())).annotate({
544
+ identifier: "GetModemTemplatesResponse",
545
+ });
546
+ export const GetMonitoringNotificationRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
547
+ serviceName: S.String.pipe(T.Label()),
548
+ id: S.Number.pipe(T.Label()),
549
+ }).pipe(T.Http({
550
+ method: "GET",
551
+ uri: "/xdsl/{serviceName}/monitoringNotifications/{id}",
552
+ code: 200,
553
+ }))).annotate({
554
+ identifier: "GetMonitoringNotificationRequest",
555
+ });
556
+ export const GetMonitoringNotificationsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
557
+ serviceName: S.String.pipe(T.Label()),
558
+ }).pipe(T.Http({
559
+ method: "GET",
560
+ uri: "/xdsl/{serviceName}/monitoringNotifications",
561
+ code: 200,
562
+ }))).annotate({
563
+ identifier: "GetMonitoringNotificationsRequest",
564
+ });
565
+ export const GetMonitoringNotificationsResponseBodyList = /*@__PURE__*/ S.Array(S.Number);
566
+ export const GetMonitoringNotificationsResponse = /*@__PURE__*/ S.suspend(() => GetMonitoringNotificationsResponseBodyList.pipe(T.RawResponseRoot())).annotate({
567
+ identifier: "GetMonitoringNotificationsResponse",
568
+ });
569
+ export const GetPortMappingRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
570
+ serviceName: S.String.pipe(T.Label()),
571
+ name: S.String.pipe(T.Label()),
572
+ }).pipe(T.Http({
573
+ method: "GET",
574
+ uri: "/xdsl/{serviceName}/modem/portMappings/{name}",
575
+ code: 200,
576
+ }))).annotate({
577
+ identifier: "GetPortMappingRequest",
578
+ });
579
+ export const GetPortMappingsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
580
+ serviceName: S.String.pipe(T.Label()),
581
+ }).pipe(T.Http({
582
+ method: "GET",
583
+ uri: "/xdsl/{serviceName}/modem/portMappings",
584
+ code: 200,
585
+ }))).annotate({
586
+ identifier: "GetPortMappingsRequest",
587
+ });
588
+ export const GetPortMappingsResponseBodyList = /*@__PURE__*/ S.Array(S.String);
589
+ export const GetPortMappingsResponse = /*@__PURE__*/ S.suspend(() => GetPortMappingsResponseBodyList.pipe(T.RawResponseRoot())).annotate({
590
+ identifier: "GetPortMappingsResponse",
591
+ });
592
+ export const GetSipAlgStatusRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
593
+ serviceName: S.String.pipe(T.Label()),
594
+ }).pipe(T.Http({
595
+ method: "GET",
596
+ uri: "/xdsl/{serviceName}/modem/sipAlg",
597
+ code: 200,
598
+ }))).annotate({
599
+ identifier: "GetSipAlgStatusRequest",
600
+ });
601
+ export const GetSipAlgStatusResponse = /*@__PURE__*/ S.suspend(() => XdslServiceStatusEnum.pipe(T.RawResponseRoot())).annotate({
602
+ identifier: "GetSipAlgStatusResponse",
603
+ });
604
+ export const GetUpnpStatusRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
605
+ serviceName: S.String.pipe(T.Label()),
606
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/{serviceName}/modem/upnp", code: 200 }))).annotate({
607
+ identifier: "GetUpnpStatusRequest",
608
+ });
609
+ export const GetUpnpStatusResponse = /*@__PURE__*/ S.suspend(() => XdslServiceStatusEnum.pipe(T.RawResponseRoot())).annotate({
610
+ identifier: "GetUpnpStatusResponse",
611
+ });
612
+ export const GetWifiMeshStatusRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
613
+ serviceName: S.String.pipe(T.Label()),
614
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/{serviceName}/modem/mesh", code: 200 }))).annotate({
615
+ identifier: "GetWifiMeshStatusRequest",
616
+ });
617
+ export const GetWifiMeshStatusResponse = /*@__PURE__*/ S.suspend(() => XdslServiceStatusEnum.pipe(T.RawResponseRoot())).annotate({
618
+ identifier: "GetWifiMeshStatusResponse",
619
+ });
620
+ export const GetWifiOneSsidStatusRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
621
+ serviceName: S.String.pipe(T.Label()),
622
+ }).pipe(T.Http({
623
+ method: "GET",
624
+ uri: "/xdsl/{serviceName}/modem/onessid",
625
+ code: 200,
626
+ }))).annotate({
627
+ identifier: "GetWifiOneSsidStatusRequest",
628
+ });
629
+ export const GetWifiOneSsidStatusResponse = /*@__PURE__*/ S.suspend(() => XdslServiceStatusEnum.pipe(T.RawResponseRoot())).annotate({
630
+ identifier: "GetWifiOneSsidStatusResponse",
631
+ });
632
+ export const GetXdslRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
633
+ serviceName: S.String.pipe(T.Label()),
634
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/{serviceName}", code: 200 }))).annotate({ identifier: "GetXdslRequest" });
635
+ export const XdslDslTypeEnum = S.String;
636
+ export const XdslAddressDetail = /*@__PURE__*/ S.suspend(() => S.Struct({
637
+ building: S.optional(S.NullOr(S.String)),
638
+ city: S.optional(S.String),
639
+ door: S.optional(S.NullOr(S.String)),
640
+ firstName: S.optional(S.String),
641
+ floor: S.optional(S.NullOr(S.String)),
642
+ inseeCode: S.optional(S.String),
643
+ lastName: S.optional(S.String),
644
+ numberStreet: S.optional(S.String),
645
+ residence: S.optional(S.NullOr(S.String)),
646
+ rivoliCode: S.optional(S.String),
647
+ stairs: S.optional(S.NullOr(S.String)),
648
+ street: S.optional(S.String),
649
+ zipCode: S.optional(S.String),
650
+ })).annotate({
651
+ identifier: "XdslAddressDetail",
652
+ });
653
+ export const XdslAccessCapabilities = /*@__PURE__*/ S.suspend(() => S.Struct({
654
+ canApplyLnsRateLimit: S.optional(S.Boolean),
655
+ canChangeDslamProfile: S.optional(S.Boolean),
656
+ canChangeLns: S.optional(S.Boolean),
657
+ canGetRadiusConnectionLogs: S.optional(S.Boolean),
658
+ canResetDslamPort: S.optional(S.Boolean),
659
+ hasDslamPort: S.optional(S.Boolean),
660
+ })).annotate({
661
+ identifier: "XdslAccessCapabilities",
662
+ });
663
+ export const IamResourceMetadataTagsMap = /*@__PURE__*/ S.Record(S.String, S.String);
664
+ export const IamResourceMetadata = /*@__PURE__*/ S.suspend(() => S.Struct({
665
+ displayName: S.optional(S.NullOr(S.String)),
666
+ id: S.optional(S.String),
667
+ tags: S.optional(S.NullOr(IamResourceMetadataTagsMap)),
668
+ urn: S.optional(S.String),
669
+ })).annotate({
670
+ identifier: "IamResourceMetadata",
671
+ });
672
+ export const XdslMailSendingAccessStatusEnum = S.String;
673
+ export const XdslProviderEnum = S.String;
674
+ export const XdslAccessRoleEnum = S.String;
675
+ export const XdslAccessStatusEnum = S.String;
676
+ export const XdslAccessWithIAM = /*@__PURE__*/ S.suspend(() => S.Struct({
677
+ accessName: S.optional(S.String),
678
+ accessType: S.optional(XdslDslTypeEnum),
679
+ address: S.optional(XdslAddressDetail),
680
+ capabilities: S.optional(XdslAccessCapabilities),
681
+ description: S.optional(S.String),
682
+ iam: S.optional(S.NullOr(IamResourceMetadata)),
683
+ ipv6Enabled: S.optional(S.Boolean),
684
+ lnsRateLimit: S.optional(S.NullOr(S.Number)),
685
+ mailSending: S.optional(S.NullOr(XdslMailSendingAccessStatusEnum)),
686
+ monitoring: S.optional(S.Boolean),
687
+ nra: S.optional(S.String),
688
+ packName: S.optional(S.NullOr(S.String)),
689
+ pairsNumber: S.optional(S.Number),
690
+ provider: S.optional(XdslProviderEnum),
691
+ providerInfra: S.optional(S.NullOr(S.String)),
692
+ role: S.optional(XdslAccessRoleEnum),
693
+ status: S.optional(XdslAccessStatusEnum),
694
+ })).annotate({
695
+ identifier: "XdslAccessWithIAM",
696
+ });
697
+ export const GetXdslAddressMoveExtraIpRangeRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
698
+ serviceName: S.String.pipe(T.Label()),
699
+ }).pipe(T.Http({
700
+ method: "GET",
701
+ uri: "/xdsl/{serviceName}/addressMove/extraIpRange",
702
+ code: 200,
703
+ }))).annotate({
704
+ identifier: "GetXdslAddressMoveExtraIpRangeRequest",
705
+ });
706
+ export const XdslExtraIpRangeMove = /*@__PURE__*/ S.suspend(() => S.Struct({
707
+ date: S.optional(S.String),
708
+ ipRange: S.optional(S.String),
709
+ moveTo: S.optional(S.String),
710
+ })).annotate({
711
+ identifier: "XdslExtraIpRangeMove",
712
+ });
713
+ export const GetXdslAntiSpamRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
714
+ serviceName: S.String.pipe(T.Label()),
715
+ ip: S.String.pipe(T.Label()),
716
+ }).pipe(T.Http({
717
+ method: "GET",
718
+ uri: "/xdsl/{serviceName}/antiSpams/{ip}",
719
+ code: 200,
720
+ }))).annotate({
721
+ identifier: "GetXdslAntiSpamRequest",
722
+ });
723
+ export const XdslAntiSpamAntiSpamStatusEnum = S.String;
724
+ export const XdslAntiSpam = /*@__PURE__*/ S.suspend(() => S.Struct({
725
+ date: S.optional(S.String),
726
+ ip: S.optional(S.String),
727
+ lastSpamDetected: S.optional(S.String),
728
+ status: S.optional(XdslAntiSpamAntiSpamStatusEnum),
729
+ })).annotate({ identifier: "XdslAntiSpam" });
730
+ export const GetXdslCanCancelResiliationRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
731
+ serviceName: S.String.pipe(T.Label()),
732
+ }).pipe(T.Http({
733
+ method: "GET",
734
+ uri: "/xdsl/{serviceName}/canCancelResiliation",
735
+ code: 200,
736
+ }))).annotate({
737
+ identifier: "GetXdslCanCancelResiliationRequest",
738
+ });
739
+ export const GetXdslCanCancelResiliationResponse = /*@__PURE__*/ S.suspend(() => S.Boolean.pipe(T.RawResponseRoot())).annotate({
740
+ identifier: "GetXdslCanCancelResiliationResponse",
741
+ });
742
+ export const GetXdslDiagnosticRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
743
+ serviceName: S.String.pipe(T.Label()),
744
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/{serviceName}/diagnostic", code: 200 }))).annotate({
745
+ identifier: "GetXdslDiagnosticRequest",
746
+ });
747
+ export const XdslAccessDiagnosticCapabilities = /*@__PURE__*/ S.suspend(() => S.Struct({
748
+ incident: S.optional(S.Boolean),
749
+ isActiveOnLns: S.optional(S.Boolean),
750
+ isModemConnected: S.optional(S.Boolean),
751
+ lineTest: S.optional(S.Boolean),
752
+ ping: S.optional(S.Boolean),
753
+ proposedProfileId: S.optional(S.Boolean),
754
+ sync: S.optional(S.Boolean),
755
+ })).annotate({
756
+ identifier: "XdslAccessDiagnosticCapabilities",
757
+ });
758
+ export const XdslLineTestEnum = S.String;
759
+ export const XdslLineDiagnostic = /*@__PURE__*/ S.suspend(() => S.Struct({
760
+ lineTest: S.optional(S.NullOr(XdslLineTestEnum)),
761
+ lineTestTime: S.optional(S.NullOr(S.String)),
762
+ number: S.optional(S.String),
763
+ proposedProfileId: S.optional(S.NullOr(S.Number)),
764
+ sync: S.optional(S.Boolean),
765
+ })).annotate({
766
+ identifier: "XdslLineDiagnostic",
767
+ });
768
+ export const XdslAccessDiagnosticLineDetailsList = /*@__PURE__*/ S.Array(XdslLineDiagnostic);
769
+ export const XdslAccessDiagnostic = /*@__PURE__*/ S.suspend(() => S.Struct({
770
+ capabilities: S.optional(XdslAccessDiagnosticCapabilities),
771
+ diagnosticTime: S.optional(S.String),
772
+ incident: S.optional(S.NullOr(S.Boolean)),
773
+ isActiveOnLns: S.optional(S.NullOr(S.Boolean)),
774
+ isModemConnected: S.optional(S.NullOr(S.Boolean)),
775
+ lineDetails: S.optional(S.NullOr(XdslAccessDiagnosticLineDetailsList)),
776
+ maintenance: S.optional(S.NullOr(S.Boolean)),
777
+ ping: S.optional(S.NullOr(S.Boolean)),
778
+ remaining: S.optional(S.Number),
779
+ })).annotate({
780
+ identifier: "XdslAccessDiagnostic",
781
+ });
782
+ export const GetXdslEmailProRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
783
+ email: S.String.pipe(T.Label()),
784
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/email/pro/{email}", code: 200 }))).annotate({
785
+ identifier: "GetXdslEmailProRequest",
786
+ });
787
+ export const ComplexTypeUnitAndValueDouble = /*@__PURE__*/ S.suspend(() => S.Struct({
788
+ unit: S.optional(S.String),
789
+ value: S.optional(S.Number),
790
+ })).annotate({
791
+ identifier: "ComplexTypeUnitAndValueDouble",
792
+ });
793
+ export const ComplexTypeUnitAndValueLong = ComplexTypeUnitAndValueDouble;
794
+ export const EmailProObjectStateEnum = S.String;
795
+ export const XdslXdslEmailProWithIAM = /*@__PURE__*/ S.suspend(() => S.Struct({
796
+ currentUsage: S.optional(ComplexTypeUnitAndValueDouble),
797
+ displayName: S.optional(S.NullOr(S.String)),
798
+ domain: S.optional(S.String),
799
+ firstName: S.optional(S.NullOr(S.String)),
800
+ iam: S.optional(S.NullOr(IamResourceMetadata)),
801
+ id: S.optional(S.Number),
802
+ initial: S.optional(S.NullOr(S.String)),
803
+ lastLogoffDate: S.optional(S.NullOr(S.String)),
804
+ lastLogonDate: S.optional(S.NullOr(S.String)),
805
+ lastName: S.optional(S.NullOr(S.String)),
806
+ login: S.optional(S.String),
807
+ passwordLastUpdate: S.optional(S.NullOr(S.String).pipe(T.SensitiveValue({}))),
808
+ primaryEmailAddress: S.optional(S.String),
809
+ quota: S.optional(ComplexTypeUnitAndValueDouble),
810
+ state: S.optional(EmailProObjectStateEnum),
811
+ taskPendingId: S.optional(S.NullOr(S.Number)),
812
+ })).annotate({
813
+ identifier: "XdslXdslEmailProWithIAM",
814
+ });
815
+ export const GetXdslFiberEligibilityRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
816
+ serviceName: S.String.pipe(T.Label()),
817
+ id: S.Number.pipe(T.Label()),
818
+ }).pipe(T.Http({
819
+ method: "GET",
820
+ uri: "/xdsl/{serviceName}/fiberEligibilities/{id}",
821
+ code: 200,
822
+ }))).annotate({
823
+ identifier: "GetXdslFiberEligibilityRequest",
824
+ });
825
+ export const XdslCopperGridClosureTrajectory = /*@__PURE__*/ S.suspend(() => S.Struct({
826
+ commercialClosureAnnouncementDate: S.optional(S.NullOr(S.String)),
827
+ commercialClosureDate: S.optional(S.NullOr(S.String)),
828
+ commercialClosureInitialDate: S.optional(S.NullOr(S.String)),
829
+ departmentCode: S.optional(S.String),
830
+ departmentName: S.optional(S.NullOr(S.String)),
831
+ ftthZone: S.optional(S.NullOr(S.String)),
832
+ inseeCode: S.optional(S.String),
833
+ lot: S.optional(S.NullOr(S.String)),
834
+ municipalityName: S.optional(S.String),
835
+ oiCode: S.optional(S.NullOr(S.String)),
836
+ oiName: S.optional(S.NullOr(S.String)),
837
+ technicalClosureAnnouncementDate: S.optional(S.NullOr(S.String)),
838
+ technicalClosureDate: S.optional(S.NullOr(S.String)),
839
+ technicalClosureInitialDate: S.optional(S.NullOr(S.String)),
840
+ })).annotate({
841
+ identifier: "XdslCopperGridClosureTrajectory",
842
+ });
843
+ export const XdslGtrEnum = S.String;
844
+ export const XdslFiberEligibilityGrtsList = /*@__PURE__*/ S.Array(XdslGtrEnum);
845
+ export const XdslOffer = /*@__PURE__*/ S.suspend(() => S.Struct({
846
+ code: S.optional(S.String),
847
+ name: S.optional(S.String),
848
+ })).annotate({ identifier: "XdslOffer" });
849
+ export const XdslProvider = /*@__PURE__*/ S.suspend(() => S.Struct({
850
+ code: S.optional(S.String),
851
+ name: S.optional(S.String),
852
+ })).annotate({ identifier: "XdslProvider" });
853
+ export const XdslFiberEligibilityStatusEnum = S.String;
854
+ export const XdslFiberEligibility = /*@__PURE__*/ S.suspend(() => S.Struct({
855
+ availabilityDate: S.optional(S.NullOr(S.String)),
856
+ buildingName: S.optional(S.NullOr(S.String)),
857
+ buildingReference: S.optional(S.NullOr(S.String)),
858
+ buildingSeqId: S.optional(S.NullOr(S.Number)),
859
+ copperGridClosureTrajectory: S.optional(S.NullOr(XdslCopperGridClosureTrajectory)),
860
+ firstEligibleDate: S.optional(S.NullOr(S.String)),
861
+ grts: S.optional(S.NullOr(XdslFiberEligibilityGrtsList)),
862
+ id: S.optional(S.Number),
863
+ lastUpdate: S.optional(S.String),
864
+ offer: S.optional(S.NullOr(XdslOffer)),
865
+ provider: S.optional(S.NullOr(XdslProvider)),
866
+ status: S.optional(XdslFiberEligibilityStatusEnum),
867
+ })).annotate({
868
+ identifier: "XdslFiberEligibility",
869
+ });
870
+ export const GetXdslIncidentRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
871
+ id: S.Number.pipe(T.Label()),
872
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/incidents/{id}", code: 200 }))).annotate({
873
+ identifier: "GetXdslIncidentRequest",
874
+ });
875
+ export const XdslIncidentDepartmentsList = /*@__PURE__*/ S.Array(S.String);
876
+ export const XdslIncidentNraList = /*@__PURE__*/ S.Array(S.String);
877
+ export const XdslOperatorTypeEnum = S.String;
878
+ export const XdslIncidentOperatorsList = /*@__PURE__*/ S.Array(XdslOperatorTypeEnum);
879
+ export const XdslIncident = /*@__PURE__*/ S.suspend(() => S.Struct({
880
+ comment: S.optional(S.String),
881
+ creationDate: S.optional(S.String),
882
+ departments: S.optional(XdslIncidentDepartmentsList),
883
+ endDate: S.optional(S.NullOr(S.String)),
884
+ id: S.optional(S.Number),
885
+ nra: S.optional(XdslIncidentNraList),
886
+ operators: S.optional(XdslIncidentOperatorsList),
887
+ taskId: S.optional(S.NullOr(S.Number)),
888
+ taskReference: S.optional(S.NullOr(S.String)),
889
+ })).annotate({ identifier: "XdslIncident" });
890
+ export const GetXdslIncidentRequest2 = /*@__PURE__*/ S.suspend(() => S.Struct({
891
+ serviceName: S.String.pipe(T.Label()),
892
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/{serviceName}/incident", code: 200 }))).annotate({
893
+ identifier: "GetXdslIncidentRequest2",
894
+ });
895
+ export const GetXdslIpsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
896
+ serviceName: S.String.pipe(T.Label()),
897
+ ip: S.String.pipe(T.Label()),
898
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/{serviceName}/ips/{ip}", code: 200 }))).annotate({
899
+ identifier: "GetXdslIpsRequest",
900
+ });
901
+ export const XdslIPDnsListList = /*@__PURE__*/ S.Array(S.String);
902
+ export const XdslIpStatusEnum = S.String;
903
+ export const CoreTypesIpVersionEnum = S.String;
904
+ export const XdslIP = /*@__PURE__*/ S.suspend(() => S.Struct({
905
+ dnsList: S.optional(XdslIPDnsListList),
906
+ ip: S.optional(S.String),
907
+ range: S.optional(S.Number),
908
+ status: S.optional(XdslIpStatusEnum),
909
+ version: S.optional(CoreTypesIpVersionEnum),
910
+ })).annotate({ identifier: "XdslIP" });
911
+ export const GetXdslLineRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
912
+ serviceName: S.String.pipe(T.Label()),
913
+ number: S.String.pipe(T.Label()),
914
+ }).pipe(T.Http({
915
+ method: "GET",
916
+ uri: "/xdsl/{serviceName}/lines/{number}",
917
+ code: 200,
918
+ }))).annotate({
919
+ identifier: "GetXdslLineRequest",
920
+ });
921
+ export const XdslLandlineConcentrationPoint = /*@__PURE__*/ S.suspend(() => S.Struct({
922
+ lineHead: S.optional(S.String),
923
+ lineInitialSection: S.optional(S.Number),
924
+ lineInitialSectionPair: S.optional(S.Number),
925
+ })).annotate({
926
+ identifier: "XdslLandlineConcentrationPoint",
927
+ });
928
+ export const XdslDeconsolidationEnum = S.String;
929
+ export const XdslFaultRepairTimeEnum = S.String;
930
+ export const XdslLineSectionLength = /*@__PURE__*/ S.suspend(() => S.Struct({
931
+ diameter: S.optional(S.Number),
932
+ length: S.optional(S.Number),
933
+ })).annotate({
934
+ identifier: "XdslLineSectionLength",
935
+ });
936
+ export const XdslLineLineSectionsLengthList = /*@__PURE__*/ S.Array(XdslLineSectionLength);
937
+ export const XdslLine = /*@__PURE__*/ S.suspend(() => S.Struct({
938
+ concentrationPoint: S.optional(S.NullOr(XdslLandlineConcentrationPoint)),
939
+ deconsolidation: S.optional(XdslDeconsolidationEnum),
940
+ directDistribution: S.optional(S.NullOr(S.Boolean)),
941
+ distance: S.optional(S.Number),
942
+ faultRepairTime: S.optional(XdslFaultRepairTimeEnum),
943
+ lineSectionsLength: S.optional(XdslLineLineSectionsLengthList),
944
+ mitigation: S.optional(S.Number),
945
+ number: S.optional(S.String),
946
+ originalNumber: S.optional(S.NullOr(S.String)),
947
+ portability: S.optional(S.Boolean),
948
+ syncDown: S.optional(S.NullOr(S.Number)),
949
+ syncUp: S.optional(S.NullOr(S.Number)),
950
+ })).annotate({ identifier: "XdslLine" });
951
+ export const GetXdslLineDslamPortRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
952
+ serviceName: S.String.pipe(T.Label()),
953
+ number: S.String.pipe(T.Label()),
954
+ }).pipe(T.Http({
955
+ method: "GET",
956
+ uri: "/xdsl/{serviceName}/lines/{number}/dslamPort",
957
+ code: 200,
958
+ }))).annotate({
959
+ identifier: "GetXdslLineDslamPortRequest",
960
+ });
961
+ export const XdslDslamLineProfile = /*@__PURE__*/ S.suspend(() => S.Struct({
962
+ id: S.optional(S.Number),
963
+ isCurrent: S.optional(S.Boolean),
964
+ name: S.optional(S.String),
965
+ })).annotate({
966
+ identifier: "XdslDslamLineProfile",
967
+ });
968
+ export const XdslDslamPortStatusEnum = S.String;
969
+ export const XdslDslamPort = /*@__PURE__*/ S.suspend(() => S.Struct({
970
+ lastDesyncDate: S.optional(S.NullOr(S.String)),
971
+ lastSyncDate: S.optional(S.NullOr(S.String)),
972
+ profile: S.optional(S.NullOr(XdslDslamLineProfile)),
973
+ status: S.optional(XdslDslamPortStatusEnum),
974
+ })).annotate({ identifier: "XdslDslamPort" });
975
+ export const GetXdslModemRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
976
+ serviceName: S.String.pipe(T.Label()),
977
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/{serviceName}/modem", code: 200 }))).annotate({
978
+ identifier: "GetXdslModemRequest",
979
+ });
980
+ export const XdslXdslModemConfigACSBackendEnum = S.String;
981
+ export const XdslModemCapabilities = /*@__PURE__*/ S.suspend(() => S.Struct({
982
+ canBeManagedByOvh: S.optional(S.Boolean),
983
+ canChangeACS: S.optional(S.Boolean),
984
+ canChangeBridgeMode: S.optional(S.Boolean),
985
+ canChangeDHCP: S.optional(S.Boolean),
986
+ canChangeDMZ: S.optional(S.Boolean),
987
+ canChangeEasyFirewallLevel: S.optional(S.Boolean),
988
+ canChangeFirmware: S.optional(S.Boolean),
989
+ canChangeLAN: S.optional(S.Boolean),
990
+ canChangeManagement: S.optional(S.Boolean),
991
+ canChangeMtu: S.optional(S.Boolean),
992
+ canChangePortMapping: S.optional(S.Boolean),
993
+ canChangeWLAN: S.optional(S.Boolean),
994
+ canChangeWifiRadio: S.optional(S.Boolean),
995
+ canChangeWifiSSID: S.optional(S.Boolean),
996
+ canReboot: S.optional(S.Boolean),
997
+ canReconfigureVoip: S.optional(S.Boolean),
998
+ canRefreshConnectedDevices: S.optional(S.Boolean),
999
+ canReset: S.optional(S.Boolean),
1000
+ canUseWifiRadio: S.optional(S.Boolean),
1001
+ })).annotate({
1002
+ identifier: "XdslModemCapabilities",
1003
+ });
1004
+ export const XdslXdslModemConfigEasyFirewallLevelEnum = S.String;
1005
+ export const XdslModem = /*@__PURE__*/ S.suspend(() => S.Struct({
1006
+ acsBackend: S.optional(XdslXdslModemConfigACSBackendEnum),
1007
+ acsVersion: S.optional(S.NullOr(S.String)),
1008
+ brandName: S.optional(S.String),
1009
+ capabilities: S.optional(XdslModemCapabilities),
1010
+ dmzIP: S.optional(S.NullOr(S.String)),
1011
+ easyFirewallLevel: S.optional(S.NullOr(XdslXdslModemConfigEasyFirewallLevelEnum)),
1012
+ ipv6Support: S.optional(S.Boolean),
1013
+ isBridged: S.optional(S.Boolean),
1014
+ lastCwmpRequestDate: S.optional(S.NullOr(S.String)),
1015
+ macAddress: S.optional(S.String),
1016
+ managedByOvh: S.optional(S.Boolean),
1017
+ model: S.optional(S.String),
1018
+ mtuSize: S.optional(S.NullOr(XdslXdslModemConfigMTUSizeEnum)),
1019
+ serialNumber: S.optional(S.String),
1020
+ })).annotate({ identifier: "XdslModem" });
1021
+ export const GetXdslModemConnectedDeviceRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1022
+ serviceName: S.String.pipe(T.Label()),
1023
+ macAddress: S.String.pipe(T.Label()),
1024
+ }).pipe(T.Http({
1025
+ method: "GET",
1026
+ uri: "/xdsl/{serviceName}/modem/connectedDevices/{macAddress}",
1027
+ code: 200,
1028
+ }))).annotate({
1029
+ identifier: "GetXdslModemConnectedDeviceRequest",
1030
+ });
1031
+ export const XdslXdslModemConfigConnectedDeviceAddressSourceEnum = S.String;
1032
+ export const XdslConnectedDevice = /*@__PURE__*/ S.suspend(() => S.Struct({
1033
+ active: S.optional(S.Boolean),
1034
+ addressSource: S.optional(XdslXdslModemConfigConnectedDeviceAddressSourceEnum),
1035
+ hostName: S.optional(S.String),
1036
+ informationDate: S.optional(S.String),
1037
+ interfaceType: S.optional(S.String),
1038
+ ipAddress: S.optional(S.String),
1039
+ leaseTimeRemaining: S.optional(S.Number),
1040
+ macAddress: S.optional(S.String),
1041
+ })).annotate({
1042
+ identifier: "XdslConnectedDevice",
1043
+ });
1044
+ export const GetXdslModemInfoRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1045
+ serviceName: S.String.pipe(T.Label()),
1046
+ }).pipe(T.Http({
1047
+ method: "POST",
1048
+ uri: "/xdsl/{serviceName}/modem/retrieveInfo",
1049
+ code: 200,
1050
+ }))).annotate({
1051
+ identifier: "GetXdslModemInfoRequest",
1052
+ });
1053
+ export const XdslDeviceModemInfo = /*@__PURE__*/ S.suspend(() => S.Struct({
1054
+ brand: S.optional(S.String),
1055
+ ip: S.optional(S.String),
1056
+ lastUpdate: S.optional(S.String),
1057
+ macAddress: S.optional(S.String),
1058
+ model: S.optional(S.String),
1059
+ oui: S.optional(S.String),
1060
+ overEthernet: S.optional(S.NullOr(S.String)),
1061
+ pppLogin: S.optional(S.NullOr(S.String)),
1062
+ serial: S.optional(S.String),
1063
+ softVersion: S.optional(S.String),
1064
+ })).annotate({
1065
+ identifier: "XdslDeviceModemInfo",
1066
+ });
1067
+ export const XdslStatsModemInfo = /*@__PURE__*/ S.suspend(() => S.Struct({
1068
+ connectionUptime: S.optional(S.Number),
1069
+ crcError: S.optional(S.Number),
1070
+ deviceUptime: S.optional(S.Number),
1071
+ downstreamAttenuation: S.optional(S.Number),
1072
+ downstreamMargin: S.optional(S.Number),
1073
+ downstreamSync: S.optional(S.Number),
1074
+ fecError: S.optional(S.Number),
1075
+ hecError: S.optional(S.Number),
1076
+ lastUpdate: S.optional(S.String),
1077
+ modulation: S.optional(S.String),
1078
+ quarterHourStart: S.optional(S.Number),
1079
+ syncUptime: S.optional(S.Number),
1080
+ upstreamAttenuation: S.optional(S.Number),
1081
+ upstreamMargin: S.optional(S.Number),
1082
+ upstreamSync: S.optional(S.Number),
1083
+ })).annotate({
1084
+ identifier: "XdslStatsModemInfo",
1085
+ });
1086
+ export const XdslModemInfo = /*@__PURE__*/ S.suspend(() => S.Struct({
1087
+ device: S.optional(XdslDeviceModemInfo),
1088
+ statistics: S.optional(XdslStatsModemInfo),
1089
+ })).annotate({ identifier: "XdslModemInfo" });
1090
+ export const XdslAsyncTaskStatusEnum = S.String;
1091
+ export const XdslAsyncTaskXdslModemInfo = /*@__PURE__*/ S.suspend(() => S.Struct({
1092
+ error: S.optional(S.NullOr(S.String)),
1093
+ result: S.optional(S.NullOr(XdslModemInfo)),
1094
+ status: S.optional(XdslAsyncTaskStatusEnum),
1095
+ })).annotate({
1096
+ identifier: "XdslAsyncTaskXdslModemInfo",
1097
+ });
1098
+ export const GetXdslModemLanRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1099
+ serviceName: S.String.pipe(T.Label()),
1100
+ lanName: S.String.pipe(T.Label()),
1101
+ }).pipe(T.Http({
1102
+ method: "GET",
1103
+ uri: "/xdsl/{serviceName}/modem/lan/{lanName}",
1104
+ code: 200,
1105
+ }))).annotate({
1106
+ identifier: "GetXdslModemLanRequest",
1107
+ });
1108
+ export const XdslLAN = /*@__PURE__*/ S.suspend(() => S.Struct({
1109
+ IPAddress: S.optional(S.String),
1110
+ addressingType: S.optional(XdslXdslModemConfigAddressingTypeEnum),
1111
+ lanName: S.optional(S.String),
1112
+ subnetMask: S.optional(S.String),
1113
+ taskId: S.optional(S.NullOr(S.Number)),
1114
+ })).annotate({ identifier: "XdslLAN" });
1115
+ export const GetXdslModemLanDhcpRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1116
+ serviceName: S.String.pipe(T.Label()),
1117
+ lanName: S.String.pipe(T.Label()),
1118
+ dhcpName: S.String.pipe(T.Label()),
1119
+ }).pipe(T.Http({
1120
+ method: "GET",
1121
+ uri: "/xdsl/{serviceName}/modem/lan/{lanName}/dhcp/{dhcpName}",
1122
+ code: 200,
1123
+ }))).annotate({
1124
+ identifier: "GetXdslModemLanDhcpRequest",
1125
+ });
1126
+ export const XdslDHCP = /*@__PURE__*/ S.suspend(() => S.Struct({
1127
+ defaultGateway: S.optional(S.String),
1128
+ dhcpName: S.optional(S.String),
1129
+ domainName: S.optional(S.String),
1130
+ endAddress: S.optional(S.String),
1131
+ leaseTime: S.optional(S.Number),
1132
+ primaryDNS: S.optional(S.String),
1133
+ secondaryDNS: S.optional(S.NullOr(S.String)),
1134
+ serverEnabled: S.optional(S.Boolean),
1135
+ startAddress: S.optional(S.String),
1136
+ subnetMask: S.optional(S.String),
1137
+ taskId: S.optional(S.NullOr(S.Number)),
1138
+ })).annotate({ identifier: "XdslDHCP" });
1139
+ export const GetXdslModemWifiRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1140
+ serviceName: S.String.pipe(T.Label()),
1141
+ wifiName: S.String.pipe(T.Label()),
1142
+ }).pipe(T.Http({
1143
+ method: "GET",
1144
+ uri: "/xdsl/{serviceName}/modem/wifi/{wifiName}",
1145
+ code: 200,
1146
+ }))).annotate({
1147
+ identifier: "GetXdslModemWifiRequest",
1148
+ });
1149
+ export const XdslXdslModemConfigSecurityTypeEnum = S.String;
1150
+ export const XdslWLAN = /*@__PURE__*/ S.suspend(() => S.Struct({
1151
+ SSID: S.optional(S.String),
1152
+ SSIDAdvertisementEnabled: S.optional(S.Boolean),
1153
+ bandSteering: S.optional(S.Boolean),
1154
+ channel: S.optional(S.Number),
1155
+ channelMode: S.optional(XdslXdslModemConfigChannelModeEnum),
1156
+ enabled: S.optional(S.Boolean),
1157
+ frequency: S.optional(XdslXdslModemConfigFrequencyEnum),
1158
+ guest: S.optional(S.Boolean),
1159
+ securityKey: S.optional(S.String),
1160
+ securityType: S.optional(XdslXdslModemConfigSecurityTypeEnum),
1161
+ taskId: S.optional(S.NullOr(S.Number)),
1162
+ wifiName: S.optional(S.String),
1163
+ })).annotate({ identifier: "XdslWLAN" });
1164
+ export const GetXdslModemWifiQrCodeRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1165
+ serviceName: S.String.pipe(T.Label()),
1166
+ wifiName: S.String.pipe(T.Label()),
1167
+ }).pipe(T.Http({
1168
+ method: "GET",
1169
+ uri: "/xdsl/{serviceName}/modem/wifi/{wifiName}/qrCode",
1170
+ code: 200,
1171
+ }))).annotate({
1172
+ identifier: "GetXdslModemWifiQrCodeRequest",
1173
+ });
1174
+ export const GetXdslModemWifiQrCodeResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
1175
+ identifier: "GetXdslModemWifiQrCodeResponse",
1176
+ });
1177
+ export const GetXdslModemWifiRadioRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1178
+ serviceName: S.String.pipe(T.Label()),
1179
+ radioName: S.String.pipe(T.Label()),
1180
+ }).pipe(T.Http({
1181
+ method: "GET",
1182
+ uri: "/xdsl/{serviceName}/modem/wifiRadio/{radioName}",
1183
+ code: 200,
1184
+ }))).annotate({
1185
+ identifier: "GetXdslModemWifiRadioRequest",
1186
+ });
1187
+ export const XdslWifiRadioSupportedChannelsList = /*@__PURE__*/ S.Array(S.Number);
1188
+ export const XdslWifiRadioSupportedPowersList = /*@__PURE__*/ S.Array(S.Number);
1189
+ export const XdslWifiRadioSupportedStandardsList = /*@__PURE__*/ S.Array(S.String);
1190
+ export const XdslWifiRadio = /*@__PURE__*/ S.suspend(() => S.Struct({
1191
+ channel: S.optional(S.Number),
1192
+ channelBandwidth: S.optional(S.String),
1193
+ channelMode: S.optional(XdslXdslModemConfigChannelModeEnum),
1194
+ enabled: S.optional(S.Boolean),
1195
+ frequency: S.optional(XdslXdslModemConfigFrequencyEnum),
1196
+ maxBitRate: S.optional(S.Number),
1197
+ radioName: S.optional(S.String),
1198
+ standards: S.optional(S.String),
1199
+ supportedChannels: S.optional(XdslWifiRadioSupportedChannelsList),
1200
+ supportedPowers: S.optional(XdslWifiRadioSupportedPowersList),
1201
+ supportedStandards: S.optional(XdslWifiRadioSupportedStandardsList),
1202
+ transmitPower: S.optional(S.Number),
1203
+ })).annotate({ identifier: "XdslWifiRadio" });
1204
+ export const GetXdslOntRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1205
+ serviceName: S.String.pipe(T.Label()),
1206
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/{serviceName}/ont", code: 200 }))).annotate({
1207
+ identifier: "GetXdslOntRequest",
1208
+ });
1209
+ export const XdslOnt = /*@__PURE__*/ S.suspend(() => S.Struct({
1210
+ mac: S.optional(S.String),
1211
+ serial: S.optional(S.String),
1212
+ })).annotate({ identifier: "XdslOnt" });
1213
+ export const GetXdslPendingActionRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1214
+ serviceName: S.String.pipe(T.Label()),
1215
+ }).pipe(T.Http({
1216
+ method: "GET",
1217
+ uri: "/xdsl/{serviceName}/pendingAction",
1218
+ code: 200,
1219
+ }))).annotate({
1220
+ identifier: "GetXdslPendingActionRequest",
1221
+ });
1222
+ export const XdslPendingAction = /*@__PURE__*/ S.suspend(() => S.Struct({
1223
+ action: S.optional(S.String),
1224
+ dateTodo: S.optional(S.String),
1225
+ })).annotate({
1226
+ identifier: "XdslPendingAction",
1227
+ });
1228
+ export const GetXdslResiliationFollowupRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1229
+ serviceName: S.String.pipe(T.Label()),
1230
+ }).pipe(T.Http({
1231
+ method: "GET",
1232
+ uri: "/xdsl/{serviceName}/resiliationFollowup",
1233
+ code: 200,
1234
+ }))).annotate({
1235
+ identifier: "GetXdslResiliationFollowupRequest",
1236
+ });
1237
+ export const XdslResiliationFollowUpDetail = /*@__PURE__*/ S.suspend(() => S.Struct({
1238
+ dateTodo: S.optional(S.String),
1239
+ needModemReturn: S.optional(S.Boolean),
1240
+ registrationDate: S.optional(S.String),
1241
+ status: S.optional(S.String),
1242
+ })).annotate({
1243
+ identifier: "XdslResiliationFollowUpDetail",
1244
+ });
1245
+ export const GetXdslResiliationTermsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1246
+ serviceName: S.String.pipe(T.Label()),
1247
+ resiliationDate: S.optional(S.String.pipe(T.Query())),
1248
+ }).pipe(T.Http({
1249
+ method: "GET",
1250
+ uri: "/xdsl/{serviceName}/resiliationTerms",
1251
+ code: 200,
1252
+ }))).annotate({
1253
+ identifier: "GetXdslResiliationTermsRequest",
1254
+ });
1255
+ export const XdslResiliationReasonEnum = S.String;
1256
+ export const XdslResiliationTermsResiliationReasonsList = /*@__PURE__*/ S.Array(XdslResiliationReasonEnum);
1257
+ export const XdslResiliationTerms = /*@__PURE__*/ S.suspend(() => S.Struct({
1258
+ due: S.optional(OrderPrice),
1259
+ engageDate: S.optional(S.NullOr(S.String)),
1260
+ minResiliationDate: S.optional(S.String),
1261
+ resiliationDate: S.optional(S.String),
1262
+ resiliationReasons: S.optional(XdslResiliationTermsResiliationReasonsList),
1263
+ })).annotate({
1264
+ identifier: "XdslResiliationTerms",
1265
+ });
1266
+ export const GetXdslRmaRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1267
+ serviceName: S.String.pipe(T.Label()),
1268
+ id: S.String.pipe(T.Label()),
1269
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/{serviceName}/rma/{id}", code: 200 }))).annotate({
1270
+ identifier: "GetXdslRmaRequest",
1271
+ });
1272
+ export const TelephonyRmaOfferTypeEnum = S.String;
1273
+ export const TelephonyRmaReplaceTypeEnum = S.String;
1274
+ export const CoreTypesCountryEnum = S.String;
1275
+ export const TelephonyContact = /*@__PURE__*/ S.suspend(() => S.Struct({
1276
+ address: S.optional(S.NullOr(S.String)),
1277
+ city: S.optional(S.NullOr(S.String)),
1278
+ country: S.optional(S.NullOr(CoreTypesCountryEnum)),
1279
+ email: S.optional(S.NullOr(S.String)),
1280
+ firstname: S.optional(S.NullOr(S.String)),
1281
+ name: S.optional(S.NullOr(S.String)),
1282
+ organisation: S.optional(S.NullOr(S.String)),
1283
+ phone: S.optional(S.NullOr(S.String)),
1284
+ zip: S.optional(S.NullOr(S.String)),
1285
+ })).annotate({
1286
+ identifier: "TelephonyContact",
1287
+ });
1288
+ export const TelephonyRmaStatusEnum = S.String;
1289
+ export const TelephonyRmaStepNameEnum = S.String;
1290
+ export const TelephonyRmaStepStatusEnum = S.String;
1291
+ export const TelephonyRmaStep = /*@__PURE__*/ S.suspend(() => S.Struct({
1292
+ description: S.optional(S.String),
1293
+ doneDate: S.optional(S.NullOr(S.String)),
1294
+ infos: S.optional(S.NullOr(S.String)),
1295
+ name: S.optional(TelephonyRmaStepNameEnum),
1296
+ status: S.optional(TelephonyRmaStepStatusEnum),
1297
+ })).annotate({
1298
+ identifier: "TelephonyRmaStep",
1299
+ });
1300
+ export const TelephonyRmaStepsList = /*@__PURE__*/ S.Array(TelephonyRmaStep);
1301
+ export const TelephonyRmaTypeEnum = S.String;
1302
+ export const TelephonyRma = /*@__PURE__*/ S.suspend(() => S.Struct({
1303
+ cancellable: S.optional(S.Boolean),
1304
+ creationDatetime: S.optional(S.String),
1305
+ equipmentReference: S.optional(S.String),
1306
+ id: S.optional(S.String),
1307
+ newMerchandise: S.optional(S.NullOr(S.String)),
1308
+ offerTypeNew: S.optional(S.NullOr(TelephonyRmaOfferTypeEnum)),
1309
+ offerTypeOld: S.optional(TelephonyRmaOfferTypeEnum),
1310
+ process: S.optional(TelephonyRmaReplaceTypeEnum),
1311
+ receptionDatetime: S.optional(S.NullOr(S.String)),
1312
+ shippingContact: S.optional(TelephonyContact),
1313
+ status: S.optional(TelephonyRmaStatusEnum),
1314
+ steps: S.optional(TelephonyRmaStepsList),
1315
+ terminationDatetime: S.optional(S.NullOr(S.String)),
1316
+ type: S.optional(TelephonyRmaTypeEnum),
1317
+ })).annotate({ identifier: "TelephonyRma" });
1318
+ export const GetXdslServiceInfosRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1319
+ serviceName: S.String.pipe(T.Label()),
1320
+ }).pipe(T.Http({
1321
+ method: "GET",
1322
+ uri: "/xdsl/{serviceName}/serviceInfos",
1323
+ code: 200,
1324
+ }))).annotate({
1325
+ identifier: "GetXdslServiceInfosRequest",
1326
+ });
1327
+ export const ServicesServicePossibleRenewPeriodList = /*@__PURE__*/ S.Array(S.Number);
1328
+ export const ServiceRenewType = /*@__PURE__*/ S.suspend(() => S.Struct({
1329
+ automatic: S.optional(S.Boolean),
1330
+ deleteAtExpiration: S.optional(S.Boolean),
1331
+ forced: S.optional(S.Boolean),
1332
+ manualPayment: S.optional(S.NullOr(S.Boolean)),
1333
+ period: S.optional(S.NullOr(S.Number)),
1334
+ })).annotate({
1335
+ identifier: "ServiceRenewType",
1336
+ });
1337
+ export const ServiceRenewalTypeEnum = S.String;
1338
+ export const ServiceStateEnum = S.String;
1339
+ export const ServicesService = /*@__PURE__*/ S.suspend(() => S.Struct({
1340
+ canDeleteAtExpiration: S.optional(S.Boolean),
1341
+ contactAdmin: S.optional(S.String),
1342
+ contactBilling: S.optional(S.String),
1343
+ contactTech: S.optional(S.String),
1344
+ creation: S.optional(S.String),
1345
+ domain: S.optional(S.String),
1346
+ engagedUpTo: S.optional(S.NullOr(S.String)),
1347
+ expiration: S.optional(S.String),
1348
+ possibleRenewPeriod: S.optional(S.NullOr(ServicesServicePossibleRenewPeriodList)),
1349
+ renew: S.optional(S.NullOr(ServiceRenewType)),
1350
+ renewalType: S.optional(ServiceRenewalTypeEnum),
1351
+ serviceId: S.optional(S.Number),
1352
+ status: S.optional(ServiceStateEnum),
1353
+ })).annotate({
1354
+ identifier: "ServicesService",
1355
+ });
1356
+ export const GetXdslSpareRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1357
+ spare: S.String.pipe(T.Label()),
1358
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/spare/{spare}", code: 200 }))).annotate({
1359
+ identifier: "GetXdslSpareRequest",
1360
+ });
1361
+ export const SpareXdslXdslSpareWithIAM = /*@__PURE__*/ S.suspend(() => S.Struct({
1362
+ brand: S.optional(S.String),
1363
+ iam: S.optional(S.NullOr(IamResourceMetadata)),
1364
+ macAddress: S.optional(S.String),
1365
+ })).annotate({
1366
+ identifier: "SpareXdslXdslSpareWithIAM",
1367
+ });
1368
+ export const GetXdslSpareServiceInfosRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1369
+ spare: S.String.pipe(T.Label()),
1370
+ }).pipe(T.Http({
1371
+ method: "GET",
1372
+ uri: "/xdsl/spare/{spare}/serviceInfos",
1373
+ code: 200,
1374
+ }))).annotate({
1375
+ identifier: "GetXdslSpareServiceInfosRequest",
1376
+ });
1377
+ export const GetXdslTaskRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1378
+ serviceName: S.String.pipe(T.Label()),
1379
+ id: S.Number.pipe(T.Label()),
1380
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/{serviceName}/tasks/{id}", code: 200 }))).annotate({
1381
+ identifier: "GetXdslTaskRequest",
1382
+ });
1383
+ export const GetXdslTotalDeconsolidationTermsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1384
+ serviceName: S.String.pipe(T.Label()),
1385
+ }).pipe(T.Http({
1386
+ method: "GET",
1387
+ uri: "/xdsl/{serviceName}/totalDeconsolidationTerms",
1388
+ code: 200,
1389
+ }))).annotate({
1390
+ identifier: "GetXdslTotalDeconsolidationTermsRequest",
1391
+ });
1392
+ export const XdslDeconsolidationTerms = /*@__PURE__*/ S.suspend(() => S.Struct({
1393
+ engagement: S.optional(S.Number),
1394
+ monthlyPrice: S.optional(OrderPrice),
1395
+ price: S.optional(OrderPrice),
1396
+ })).annotate({
1397
+ identifier: "XdslDeconsolidationTerms",
1398
+ });
1399
+ export const InstallFrimwareRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1400
+ serviceName: S.String.pipe(T.Label()),
1401
+ firmware: S.String,
1402
+ todoDate: S.optional(S.String),
1403
+ }).pipe(T.Http({
1404
+ method: "POST",
1405
+ uri: "/xdsl/{serviceName}/modem/firmware",
1406
+ code: 200,
1407
+ }))).annotate({
1408
+ identifier: "InstallFrimwareRequest",
1409
+ });
1410
+ export const IamResourceTagFilterInput = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
1411
+ identifier: "IamResourceTagFilterInput",
1412
+ });
1413
+ export const ListXdslRequestIamTagsValueList = /*@__PURE__*/ S.Array(IamResourceTagFilterInput);
1414
+ export const ListXdslRequestIamTagsMap = /*@__PURE__*/ S.Record(S.String, ListXdslRequestIamTagsValueList);
1415
+ export const ListXdslRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1416
+ iamTags: S.optional(ListXdslRequestIamTagsMap.pipe(T.Query())),
1417
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl", code: 200 }))).annotate({
1418
+ identifier: "ListXdslRequest",
1419
+ });
1420
+ export const ListXdslResponseBodyList = /*@__PURE__*/ S.Array(S.String);
1421
+ export const ListXdslResponse = /*@__PURE__*/ S.suspend(() => ListXdslResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1422
+ identifier: "ListXdslResponse",
1423
+ });
1424
+ export const ListXdslAntiSpamEvidencesRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1425
+ serviceName: S.String.pipe(T.Label()),
1426
+ ip: S.String.pipe(T.Label()),
1427
+ }).pipe(T.Http({
1428
+ method: "GET",
1429
+ uri: "/xdsl/{serviceName}/antiSpams/{ip}/evidences",
1430
+ code: 200,
1431
+ }))).annotate({
1432
+ identifier: "ListXdslAntiSpamEvidencesRequest",
1433
+ });
1434
+ export const XdslAntiSpamEvidencesInfoDetail = /*@__PURE__*/ S.suspend(() => S.Struct({
1435
+ date: S.optional(S.String),
1436
+ filename: S.optional(S.String),
1437
+ url: S.optional(S.String),
1438
+ })).annotate({
1439
+ identifier: "XdslAntiSpamEvidencesInfoDetail",
1440
+ });
1441
+ export const XdslAntiSpamEvidencesInfoResultList = /*@__PURE__*/ S.Array(XdslAntiSpamEvidencesInfoDetail);
1442
+ export const XdslAntiSpamEvidencesInfoStatusEnum = S.String;
1443
+ export const XdslAntiSpamEvidencesInfo = /*@__PURE__*/ S.suspend(() => S.Struct({
1444
+ error: S.optional(S.NullOr(S.String)),
1445
+ result: S.optional(S.NullOr(XdslAntiSpamEvidencesInfoResultList)),
1446
+ status: S.optional(XdslAntiSpamEvidencesInfoStatusEnum),
1447
+ })).annotate({
1448
+ identifier: "XdslAntiSpamEvidencesInfo",
1449
+ });
1450
+ export const ListXdslAntiSpamsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1451
+ serviceName: S.String.pipe(T.Label()),
1452
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/{serviceName}/antiSpams", code: 200 }))).annotate({
1453
+ identifier: "ListXdslAntiSpamsRequest",
1454
+ });
1455
+ export const ListXdslAntiSpamsResponseBodyList = /*@__PURE__*/ S.Array(S.String);
1456
+ export const ListXdslAntiSpamsResponse = /*@__PURE__*/ S.suspend(() => ListXdslAntiSpamsResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1457
+ identifier: "ListXdslAntiSpamsResponse",
1458
+ });
1459
+ export const ListXdslEmailProRequestIamTagsValueList = /*@__PURE__*/ S.Array(IamResourceTagFilterInput);
1460
+ export const ListXdslEmailProRequestIamTagsMap = /*@__PURE__*/ S.Record(S.String, ListXdslEmailProRequestIamTagsValueList);
1461
+ export const ListXdslEmailProRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1462
+ iamTags: S.optional(ListXdslEmailProRequestIamTagsMap.pipe(T.Query())),
1463
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/email/pro", code: 200 }))).annotate({
1464
+ identifier: "ListXdslEmailProRequest",
1465
+ });
1466
+ export const ListXdslEmailProResponseBodyList = /*@__PURE__*/ S.Array(S.String);
1467
+ export const ListXdslEmailProResponse = /*@__PURE__*/ S.suspend(() => ListXdslEmailProResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1468
+ identifier: "ListXdslEmailProResponse",
1469
+ });
1470
+ export const ListXdslFiberEligibilitiesRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1471
+ serviceName: S.String.pipe(T.Label()),
1472
+ status: S.optional(XdslFiberEligibilityStatusEnum.pipe(T.Query())),
1473
+ }).pipe(T.Http({
1474
+ method: "GET",
1475
+ uri: "/xdsl/{serviceName}/fiberEligibilities",
1476
+ code: 200,
1477
+ }))).annotate({
1478
+ identifier: "ListXdslFiberEligibilitiesRequest",
1479
+ });
1480
+ export const ListXdslFiberEligibilitiesResponseBodyList = /*@__PURE__*/ S.Array(S.Number);
1481
+ export const ListXdslFiberEligibilitiesResponse = /*@__PURE__*/ S.suspend(() => ListXdslFiberEligibilitiesResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1482
+ identifier: "ListXdslFiberEligibilitiesResponse",
1483
+ });
1484
+ export const ListXdslIncidentsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1485
+ creationDate: S.optional(S.String.pipe(T.Query())),
1486
+ endDate: S.optional(S.String.pipe(T.Query())),
1487
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/incidents", code: 200 }))).annotate({
1488
+ identifier: "ListXdslIncidentsRequest",
1489
+ });
1490
+ export const ListXdslIncidentsResponseBodyList = /*@__PURE__*/ S.Array(S.Number);
1491
+ export const ListXdslIncidentsResponse = /*@__PURE__*/ S.suspend(() => ListXdslIncidentsResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1492
+ identifier: "ListXdslIncidentsResponse",
1493
+ });
1494
+ export const ListXdslIpsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1495
+ serviceName: S.String.pipe(T.Label()),
1496
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/{serviceName}/ips", code: 200 }))).annotate({
1497
+ identifier: "ListXdslIpsRequest",
1498
+ });
1499
+ export const ListXdslIpsResponseBodyList = /*@__PURE__*/ S.Array(S.String);
1500
+ export const ListXdslIpsResponse = /*@__PURE__*/ S.suspend(() => ListXdslIpsResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1501
+ identifier: "ListXdslIpsResponse",
1502
+ });
1503
+ export const ListXdslLineDslamPortAvailableProfilesRequest =
1504
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1505
+ serviceName: S.String.pipe(T.Label()),
1506
+ number: S.String.pipe(T.Label()),
1507
+ }).pipe(T.Http({
1508
+ method: "GET",
1509
+ uri: "/xdsl/{serviceName}/lines/{number}/dslamPort/availableProfiles",
1510
+ code: 200,
1511
+ }))).annotate({
1512
+ identifier: "ListXdslLineDslamPortAvailableProfilesRequest",
1513
+ });
1514
+ export const ListXdslLineDslamPortAvailableProfilesResponseBodyList =
1515
+ /*@__PURE__*/ S.Array(XdslDslamLineProfile);
1516
+ export const ListXdslLineDslamPortAvailableProfilesResponse =
1517
+ /*@__PURE__*/ S.suspend(() => ListXdslLineDslamPortAvailableProfilesResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1518
+ identifier: "ListXdslLineDslamPortAvailableProfilesResponse",
1519
+ });
1520
+ export const ListXdslLineDslamPortLogsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1521
+ serviceName: S.String.pipe(T.Label()),
1522
+ number: S.String.pipe(T.Label()),
1523
+ limit: S.Number.pipe(T.Query()),
1524
+ }).pipe(T.Http({
1525
+ method: "GET",
1526
+ uri: "/xdsl/{serviceName}/lines/{number}/dslamPort/logs",
1527
+ code: 200,
1528
+ }))).annotate({
1529
+ identifier: "ListXdslLineDslamPortLogsRequest",
1530
+ });
1531
+ export const XdslDslamPortLog = /*@__PURE__*/ S.suspend(() => S.Struct({
1532
+ date: S.optional(S.String),
1533
+ lastOccurrenceDate: S.optional(S.String),
1534
+ message: S.optional(S.String),
1535
+ numberOfOccurrences: S.optional(S.Number),
1536
+ })).annotate({
1537
+ identifier: "XdslDslamPortLog",
1538
+ });
1539
+ export const ListXdslLineDslamPortLogsResponseBodyList = /*@__PURE__*/ S.Array(XdslDslamPortLog);
1540
+ export const ListXdslLineDslamPortLogsResponse = /*@__PURE__*/ S.suspend(() => ListXdslLineDslamPortLogsResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1541
+ identifier: "ListXdslLineDslamPortLogsResponse",
1542
+ });
1543
+ export const ListXdslLinesRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1544
+ serviceName: S.String.pipe(T.Label()),
1545
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/{serviceName}/lines", code: 200 }))).annotate({
1546
+ identifier: "ListXdslLinesRequest",
1547
+ });
1548
+ export const ListXdslLinesResponseBodyList = /*@__PURE__*/ S.Array(S.String);
1549
+ export const ListXdslLinesResponse = /*@__PURE__*/ S.suspend(() => ListXdslLinesResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1550
+ identifier: "ListXdslLinesResponse",
1551
+ });
1552
+ export const XdslStatisticsPeriodEnum = S.String;
1553
+ export const XdslLineStatisticsTypeEnum = S.String;
1554
+ export const ListXdslLineStatisticsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1555
+ serviceName: S.String.pipe(T.Label()),
1556
+ number: S.String.pipe(T.Label()),
1557
+ period: XdslStatisticsPeriodEnum.pipe(T.Query()),
1558
+ type: XdslLineStatisticsTypeEnum.pipe(T.Query()),
1559
+ }).pipe(T.Http({
1560
+ method: "GET",
1561
+ uri: "/xdsl/{serviceName}/lines/{number}/statistics",
1562
+ code: 200,
1563
+ }))).annotate({
1564
+ identifier: "ListXdslLineStatisticsRequest",
1565
+ });
1566
+ export const XdslTimestampAndValue = /*@__PURE__*/ S.suspend(() => S.Struct({
1567
+ timestamp: S.optional(S.Number),
1568
+ value: S.optional(S.NullOr(S.Number)),
1569
+ })).annotate({
1570
+ identifier: "XdslTimestampAndValue",
1571
+ });
1572
+ export const ComplexTypeUnitAndValuesXdslTimestampAndValueValuesList =
1573
+ /*@__PURE__*/ S.Array(XdslTimestampAndValue);
1574
+ export const ComplexTypeUnitAndValuesXdslTimestampAndValue =
1575
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1576
+ unit: S.optional(S.String),
1577
+ values: S.optional(ComplexTypeUnitAndValuesXdslTimestampAndValueValuesList),
1578
+ })).annotate({
1579
+ identifier: "ComplexTypeUnitAndValuesXdslTimestampAndValue",
1580
+ });
1581
+ export const ListXdslModemAvailableACSBackendRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1582
+ serviceName: S.String.pipe(T.Label()),
1583
+ }).pipe(T.Http({
1584
+ method: "GET",
1585
+ uri: "/xdsl/{serviceName}/modem/availableACSBackend",
1586
+ code: 200,
1587
+ }))).annotate({
1588
+ identifier: "ListXdslModemAvailableACSBackendRequest",
1589
+ });
1590
+ export const ListXdslModemAvailableACSBackendResponseBodyList =
1591
+ /*@__PURE__*/ S.Array(S.String);
1592
+ export const ListXdslModemAvailableACSBackendResponse = /*@__PURE__*/ S.suspend(() => ListXdslModemAvailableACSBackendResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1593
+ identifier: "ListXdslModemAvailableACSBackendResponse",
1594
+ });
1595
+ export const XdslWLANFrequencyEnum = S.String;
1596
+ export const ListXdslModemAvailableWLANChannelRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1597
+ serviceName: S.String.pipe(T.Label()),
1598
+ frequency: XdslWLANFrequencyEnum.pipe(T.Query()),
1599
+ }).pipe(T.Http({
1600
+ method: "GET",
1601
+ uri: "/xdsl/{serviceName}/modem/availableWLANChannel",
1602
+ code: 200,
1603
+ }))).annotate({
1604
+ identifier: "ListXdslModemAvailableWLANChannelRequest",
1605
+ });
1606
+ export const ListXdslModemAvailableWLANChannelResponseBodyList =
1607
+ /*@__PURE__*/ S.Array(S.Number);
1608
+ export const ListXdslModemAvailableWLANChannelResponse =
1609
+ /*@__PURE__*/ S.suspend(() => ListXdslModemAvailableWLANChannelResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1610
+ identifier: "ListXdslModemAvailableWLANChannelResponse",
1611
+ });
1612
+ export const ListXdslModemConnectedDevicesRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1613
+ serviceName: S.String.pipe(T.Label()),
1614
+ }).pipe(T.Http({
1615
+ method: "GET",
1616
+ uri: "/xdsl/{serviceName}/modem/connectedDevices",
1617
+ code: 200,
1618
+ }))).annotate({
1619
+ identifier: "ListXdslModemConnectedDevicesRequest",
1620
+ });
1621
+ export const ListXdslModemConnectedDevicesResponseBodyList =
1622
+ /*@__PURE__*/ S.Array(S.String);
1623
+ export const ListXdslModemConnectedDevicesResponse = /*@__PURE__*/ S.suspend(() => ListXdslModemConnectedDevicesResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1624
+ identifier: "ListXdslModemConnectedDevicesResponse",
1625
+ });
1626
+ export const ListXdslModemFirmwareAvailableRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1627
+ serviceName: S.String.pipe(T.Label()),
1628
+ }).pipe(T.Http({
1629
+ method: "GET",
1630
+ uri: "/xdsl/{serviceName}/modem/firmwareAvailable",
1631
+ code: 200,
1632
+ }))).annotate({
1633
+ identifier: "ListXdslModemFirmwareAvailableRequest",
1634
+ });
1635
+ export const ListXdslModemFirmwareAvailableResponseBodyList =
1636
+ /*@__PURE__*/ S.Array(S.String);
1637
+ export const ListXdslModemFirmwareAvailableResponse = /*@__PURE__*/ S.suspend(() => ListXdslModemFirmwareAvailableResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1638
+ identifier: "ListXdslModemFirmwareAvailableResponse",
1639
+ });
1640
+ export const ListXdslModemLanRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1641
+ serviceName: S.String.pipe(T.Label()),
1642
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/{serviceName}/modem/lan", code: 200 }))).annotate({
1643
+ identifier: "ListXdslModemLanRequest",
1644
+ });
1645
+ export const ListXdslModemLanResponseBodyList = /*@__PURE__*/ S.Array(S.String);
1646
+ export const ListXdslModemLanResponse = /*@__PURE__*/ S.suspend(() => ListXdslModemLanResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1647
+ identifier: "ListXdslModemLanResponse",
1648
+ });
1649
+ export const ListXdslModemLanDhcpRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1650
+ serviceName: S.String.pipe(T.Label()),
1651
+ lanName: S.String.pipe(T.Label()),
1652
+ }).pipe(T.Http({
1653
+ method: "GET",
1654
+ uri: "/xdsl/{serviceName}/modem/lan/{lanName}/dhcp",
1655
+ code: 200,
1656
+ }))).annotate({
1657
+ identifier: "ListXdslModemLanDhcpRequest",
1658
+ });
1659
+ export const ListXdslModemLanDhcpResponseBodyList = /*@__PURE__*/ S.Array(S.String);
1660
+ export const ListXdslModemLanDhcpResponse = /*@__PURE__*/ S.suspend(() => ListXdslModemLanDhcpResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1661
+ identifier: "ListXdslModemLanDhcpResponse",
1662
+ });
1663
+ export const ListXdslModemWifiRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1664
+ serviceName: S.String.pipe(T.Label()),
1665
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/{serviceName}/modem/wifi", code: 200 }))).annotate({
1666
+ identifier: "ListXdslModemWifiRequest",
1667
+ });
1668
+ export const ListXdslModemWifiResponseBodyList = /*@__PURE__*/ S.Array(S.String);
1669
+ export const ListXdslModemWifiResponse = /*@__PURE__*/ S.suspend(() => ListXdslModemWifiResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1670
+ identifier: "ListXdslModemWifiResponse",
1671
+ });
1672
+ export const ListXdslModemWifiRadioRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1673
+ serviceName: S.String.pipe(T.Label()),
1674
+ }).pipe(T.Http({
1675
+ method: "GET",
1676
+ uri: "/xdsl/{serviceName}/modem/wifiRadio",
1677
+ code: 200,
1678
+ }))).annotate({
1679
+ identifier: "ListXdslModemWifiRadioRequest",
1680
+ });
1681
+ export const ListXdslModemWifiRadioResponseBodyList = /*@__PURE__*/ S.Array(S.String);
1682
+ export const ListXdslModemWifiRadioResponse = /*@__PURE__*/ S.suspend(() => ListXdslModemWifiRadioResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1683
+ identifier: "ListXdslModemWifiRadioResponse",
1684
+ });
1685
+ export const ListXdslOrderFollowupRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1686
+ serviceName: S.String.pipe(T.Label()),
1687
+ }).pipe(T.Http({
1688
+ method: "GET",
1689
+ uri: "/xdsl/{serviceName}/orderFollowup",
1690
+ code: 200,
1691
+ }))).annotate({
1692
+ identifier: "ListXdslOrderFollowupRequest",
1693
+ });
1694
+ export const XdslOrderFollowupStepCommentsList = /*@__PURE__*/ S.Array(S.String);
1695
+ export const XdslOrderFollowupDurationUnitEnum = S.String;
1696
+ export const XdslOrderFollowupStepNameEnum = S.String;
1697
+ export const XdslOrderFollowupStepStatusEnum = S.String;
1698
+ export const XdslOrderFollowupStep = /*@__PURE__*/ S.suspend(() => S.Struct({
1699
+ comments: S.optional(XdslOrderFollowupStepCommentsList),
1700
+ doneDate: S.optional(S.NullOr(S.String)),
1701
+ durationUnit: S.optional(XdslOrderFollowupDurationUnitEnum),
1702
+ expectedDuration: S.optional(S.Number),
1703
+ name: S.optional(XdslOrderFollowupStepNameEnum),
1704
+ status: S.optional(XdslOrderFollowupStepStatusEnum),
1705
+ })).annotate({
1706
+ identifier: "XdslOrderFollowupStep",
1707
+ });
1708
+ export const ListXdslOrderFollowupResponseBodyList = /*@__PURE__*/ S.Array(XdslOrderFollowupStep);
1709
+ export const ListXdslOrderFollowupResponse = /*@__PURE__*/ S.suspend(() => ListXdslOrderFollowupResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1710
+ identifier: "ListXdslOrderFollowupResponse",
1711
+ });
1712
+ export const ListXdslRadiusConnectionLogsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1713
+ serviceName: S.String.pipe(T.Label()),
1714
+ }).pipe(T.Http({
1715
+ method: "GET",
1716
+ uri: "/xdsl/{serviceName}/radiusConnectionLogs",
1717
+ code: 200,
1718
+ }))).annotate({
1719
+ identifier: "ListXdslRadiusConnectionLogsRequest",
1720
+ });
1721
+ export const XdslRadiusConnectionLog = /*@__PURE__*/ S.suspend(() => S.Struct({
1722
+ date: S.optional(S.String),
1723
+ login: S.optional(S.String),
1724
+ message: S.optional(S.String),
1725
+ state: S.optional(S.String),
1726
+ })).annotate({
1727
+ identifier: "XdslRadiusConnectionLog",
1728
+ });
1729
+ export const ListXdslRadiusConnectionLogsResponseBodyList =
1730
+ /*@__PURE__*/ S.Array(XdslRadiusConnectionLog);
1731
+ export const ListXdslRadiusConnectionLogsResponse = /*@__PURE__*/ S.suspend(() => ListXdslRadiusConnectionLogsResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1732
+ identifier: "ListXdslRadiusConnectionLogsResponse",
1733
+ });
1734
+ export const ListXdslRmaRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1735
+ serviceName: S.String.pipe(T.Label()),
1736
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/{serviceName}/rma", code: 200 }))).annotate({
1737
+ identifier: "ListXdslRmaRequest",
1738
+ });
1739
+ export const ListXdslRmaResponseBodyList = /*@__PURE__*/ S.Array(S.String);
1740
+ export const ListXdslRmaResponse = /*@__PURE__*/ S.suspend(() => ListXdslRmaResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1741
+ identifier: "ListXdslRmaResponse",
1742
+ });
1743
+ export const ListXdslSpareRequestIamTagsValueList = /*@__PURE__*/ S.Array(IamResourceTagFilterInput);
1744
+ export const ListXdslSpareRequestIamTagsMap = /*@__PURE__*/ S.Record(S.String, ListXdslSpareRequestIamTagsValueList);
1745
+ export const ListXdslSpareRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1746
+ iamTags: S.optional(ListXdslSpareRequestIamTagsMap.pipe(T.Query())),
1747
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/spare", code: 200 }))).annotate({
1748
+ identifier: "ListXdslSpareRequest",
1749
+ });
1750
+ export const ListXdslSpareResponseBodyList = /*@__PURE__*/ S.Array(S.String);
1751
+ export const ListXdslSpareResponse = /*@__PURE__*/ S.suspend(() => ListXdslSpareResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1752
+ identifier: "ListXdslSpareResponse",
1753
+ });
1754
+ export const ListXdslSpareBrandsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({}).pipe(T.Http({ method: "GET", uri: "/xdsl/spare/brands", code: 200 }))).annotate({
1755
+ identifier: "ListXdslSpareBrandsRequest",
1756
+ });
1757
+ export const ListXdslSpareBrandsResponseBodyList = /*@__PURE__*/ S.Array(S.String);
1758
+ export const ListXdslSpareBrandsResponse = /*@__PURE__*/ S.suspend(() => ListXdslSpareBrandsResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1759
+ identifier: "ListXdslSpareBrandsResponse",
1760
+ });
1761
+ export const ListXdslSpareCompatibleReplacementRequest =
1762
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1763
+ spare: S.String.pipe(T.Label()),
1764
+ }).pipe(T.Http({
1765
+ method: "GET",
1766
+ uri: "/xdsl/spare/{spare}/compatibleReplacement",
1767
+ code: 200,
1768
+ }))).annotate({
1769
+ identifier: "ListXdslSpareCompatibleReplacementRequest",
1770
+ });
1771
+ export const ListXdslSpareCompatibleReplacementResponseBodyList =
1772
+ /*@__PURE__*/ S.Array(S.String);
1773
+ export const ListXdslSpareCompatibleReplacementResponse =
1774
+ /*@__PURE__*/ S.suspend(() => ListXdslSpareCompatibleReplacementResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1775
+ identifier: "ListXdslSpareCompatibleReplacementResponse",
1776
+ });
1777
+ export const XdslAccessStatisticsTypeEnum = S.String;
1778
+ export const ListXdslStatisticsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1779
+ serviceName: S.String.pipe(T.Label()),
1780
+ period: XdslStatisticsPeriodEnum.pipe(T.Query()),
1781
+ type: XdslAccessStatisticsTypeEnum.pipe(T.Query()),
1782
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/{serviceName}/statistics", code: 200 }))).annotate({
1783
+ identifier: "ListXdslStatisticsRequest",
1784
+ });
1785
+ export const XdslAccessLatency = /*@__PURE__*/ S.suspend(() => S.Struct({
1786
+ loss: S.optional(S.NullOr(S.Number)),
1787
+ status: S.optional(S.NullOr(S.Number)),
1788
+ timestamp: S.optional(S.Number),
1789
+ value: S.optional(S.NullOr(S.Number)),
1790
+ verboseStatus: S.optional(S.NullOr(S.String)),
1791
+ })).annotate({
1792
+ identifier: "XdslAccessLatency",
1793
+ });
1794
+ export const ComplexTypeUnitAndValuesXdslAccessLatencyValuesList =
1795
+ /*@__PURE__*/ S.Array(XdslAccessLatency);
1796
+ export const ComplexTypeUnitAndValuesXdslAccessLatency =
1797
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1798
+ unit: S.optional(S.String),
1799
+ values: S.optional(ComplexTypeUnitAndValuesXdslAccessLatencyValuesList),
1800
+ })).annotate({
1801
+ identifier: "ComplexTypeUnitAndValuesXdslAccessLatency",
1802
+ });
1803
+ export const ListXdslTasksRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1804
+ serviceName: S.String.pipe(T.Label()),
1805
+ function: S.optional(S.String.pipe(T.Query())),
1806
+ status: S.optional(XdslTaskStatusEnum.pipe(T.Query())),
1807
+ }).pipe(T.Http({ method: "GET", uri: "/xdsl/{serviceName}/tasks", code: 200 }))).annotate({
1808
+ identifier: "ListXdslTasksRequest",
1809
+ });
1810
+ export const ListXdslTasksResponseBodyList = /*@__PURE__*/ S.Array(S.Number);
1811
+ export const ListXdslTasksResponse = /*@__PURE__*/ S.suspend(() => ListXdslTasksResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1812
+ identifier: "ListXdslTasksResponse",
1813
+ });
1814
+ export const PutXdslRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1815
+ serviceName: S.String.pipe(T.Label()),
1816
+ description: S.optional(S.String),
1817
+ lnsRateLimit: S.optional(S.NullOr(S.Number)),
1818
+ monitoring: S.optional(S.Boolean),
1819
+ }).pipe(T.Http({ method: "PUT", uri: "/xdsl/{serviceName}", code: 200 }))).annotate({ identifier: "PutXdslRequest" });
1820
+ export const PutXdslResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
1821
+ identifier: "PutXdslResponse",
1822
+ });
1823
+ export const PutXdslEmailProRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1824
+ email: S.String.pipe(T.Label()),
1825
+ displayName: S.optional(S.NullOr(S.String)),
1826
+ firstName: S.optional(S.NullOr(S.String)),
1827
+ initial: S.optional(S.NullOr(S.String)),
1828
+ lastName: S.optional(S.NullOr(S.String)),
1829
+ }).pipe(T.Http({ method: "PUT", uri: "/xdsl/email/pro/{email}", code: 200 }))).annotate({
1830
+ identifier: "PutXdslEmailProRequest",
1831
+ });
1832
+ export const PutXdslEmailProResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
1833
+ identifier: "PutXdslEmailProResponse",
1834
+ });
1835
+ export const PutXdslModemRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1836
+ serviceName: S.String.pipe(T.Label()),
1837
+ acsBackend: S.optional(XdslXdslModemConfigACSBackendEnum),
1838
+ dmzIP: S.optional(S.NullOr(S.String)),
1839
+ isBridged: S.optional(S.Boolean),
1840
+ managedByOvh: S.optional(S.Boolean),
1841
+ mtuSize: S.optional(S.NullOr(XdslXdslModemConfigMTUSizeEnum)),
1842
+ }).pipe(T.Http({ method: "PUT", uri: "/xdsl/{serviceName}/modem", code: 200 }))).annotate({
1843
+ identifier: "PutXdslModemRequest",
1844
+ });
1845
+ export const PutXdslModemResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
1846
+ identifier: "PutXdslModemResponse",
1847
+ });
1848
+ export const PutXdslModemLanRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1849
+ serviceName: S.String.pipe(T.Label()),
1850
+ lanName: S.String.pipe(T.Label()),
1851
+ IPAddress: S.optional(S.String),
1852
+ addressingType: S.optional(XdslXdslModemConfigAddressingTypeEnum),
1853
+ subnetMask: S.optional(S.String),
1854
+ }).pipe(T.Http({
1855
+ method: "PUT",
1856
+ uri: "/xdsl/{serviceName}/modem/lan/{lanName}",
1857
+ code: 200,
1858
+ }))).annotate({
1859
+ identifier: "PutXdslModemLanRequest",
1860
+ });
1861
+ export const PutXdslModemLanResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
1862
+ identifier: "PutXdslModemLanResponse",
1863
+ });
1864
+ export const PutXdslModemLanDhcpRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1865
+ serviceName: S.String.pipe(T.Label()),
1866
+ lanName: S.String.pipe(T.Label()),
1867
+ dhcpName: S.String.pipe(T.Label()),
1868
+ defaultGateway: S.optional(S.String),
1869
+ domainName: S.optional(S.String),
1870
+ endAddress: S.optional(S.String),
1871
+ leaseTime: S.optional(S.Number),
1872
+ primaryDNS: S.optional(S.String),
1873
+ secondaryDNS: S.optional(S.NullOr(S.String)),
1874
+ serverEnabled: S.optional(S.Boolean),
1875
+ startAddress: S.optional(S.String),
1876
+ subnetMask: S.optional(S.String),
1877
+ }).pipe(T.Http({
1878
+ method: "PUT",
1879
+ uri: "/xdsl/{serviceName}/modem/lan/{lanName}/dhcp/{dhcpName}",
1880
+ code: 200,
1881
+ }))).annotate({
1882
+ identifier: "PutXdslModemLanDhcpRequest",
1883
+ });
1884
+ export const PutXdslModemLanDhcpResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
1885
+ identifier: "PutXdslModemLanDhcpResponse",
1886
+ });
1887
+ export const PutXdslModemWifiRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1888
+ serviceName: S.String.pipe(T.Label()),
1889
+ wifiName: S.String.pipe(T.Label()),
1890
+ SSID: S.optional(S.String),
1891
+ SSIDAdvertisementEnabled: S.optional(S.Boolean),
1892
+ channel: S.optional(S.Number),
1893
+ channelMode: S.optional(XdslXdslModemConfigChannelModeEnum),
1894
+ enabled: S.optional(S.Boolean),
1895
+ securityKey: S.optional(S.String),
1896
+ securityType: S.optional(XdslXdslModemConfigSecurityTypeEnum),
1897
+ }).pipe(T.Http({
1898
+ method: "PUT",
1899
+ uri: "/xdsl/{serviceName}/modem/wifi/{wifiName}",
1900
+ code: 200,
1901
+ }))).annotate({
1902
+ identifier: "PutXdslModemWifiRequest",
1903
+ });
1904
+ export const PutXdslModemWifiResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
1905
+ identifier: "PutXdslModemWifiResponse",
1906
+ });
1907
+ export const PutXdslModemWifiRadioRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1908
+ serviceName: S.String.pipe(T.Label()),
1909
+ radioName: S.String.pipe(T.Label()),
1910
+ channel: S.optional(S.Number),
1911
+ channelMode: S.optional(XdslXdslModemConfigChannelModeEnum),
1912
+ }).pipe(T.Http({
1913
+ method: "PUT",
1914
+ uri: "/xdsl/{serviceName}/modem/wifiRadio/{radioName}",
1915
+ code: 200,
1916
+ }))).annotate({
1917
+ identifier: "PutXdslModemWifiRadioRequest",
1918
+ });
1919
+ export const PutXdslRmaRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1920
+ serviceName: S.String.pipe(T.Label()),
1921
+ id: S.String.pipe(T.Label()),
1922
+ process: S.optional(TelephonyRmaReplaceTypeEnum),
1923
+ shippingContact: S.optional(TelephonyContact),
1924
+ }).pipe(T.Http({ method: "PUT", uri: "/xdsl/{serviceName}/rma/{id}", code: 200 }))).annotate({
1925
+ identifier: "PutXdslRmaRequest",
1926
+ });
1927
+ export const PutXdslRmaResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
1928
+ identifier: "PutXdslRmaResponse",
1929
+ });
1930
+ export const PutXdslServiceInfosRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1931
+ serviceName: S.String.pipe(T.Label()),
1932
+ renew: S.optional(S.NullOr(ServiceRenewType)),
1933
+ }).pipe(T.Http({
1934
+ method: "PUT",
1935
+ uri: "/xdsl/{serviceName}/serviceInfos",
1936
+ code: 200,
1937
+ }))).annotate({
1938
+ identifier: "PutXdslServiceInfosRequest",
1939
+ });
1940
+ export const PutXdslServiceInfosResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
1941
+ identifier: "PutXdslServiceInfosResponse",
1942
+ });
1943
+ export const PutXdslSpareServiceInfosRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1944
+ spare: S.String.pipe(T.Label()),
1945
+ renew: S.optional(S.NullOr(ServiceRenewType)),
1946
+ }).pipe(T.Http({
1947
+ method: "PUT",
1948
+ uri: "/xdsl/spare/{spare}/serviceInfos",
1949
+ code: 200,
1950
+ }))).annotate({
1951
+ identifier: "PutXdslSpareServiceInfosRequest",
1952
+ });
1953
+ export const PutXdslSpareServiceInfosResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
1954
+ identifier: "PutXdslSpareServiceInfosResponse",
1955
+ });
1956
+ export const RebootModemRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1957
+ serviceName: S.String.pipe(T.Label()),
1958
+ todoDate: S.optional(S.String),
1959
+ }).pipe(T.Http({
1960
+ method: "POST",
1961
+ uri: "/xdsl/{serviceName}/modem/reboot",
1962
+ code: 200,
1963
+ }))).annotate({
1964
+ identifier: "RebootModemRequest",
1965
+ });
1966
+ export const RefreshXdslModemConnectedDevicesRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1967
+ serviceName: S.String.pipe(T.Label()),
1968
+ }).pipe(T.Http({
1969
+ method: "POST",
1970
+ uri: "/xdsl/{serviceName}/modem/refreshConnectedDevices",
1971
+ code: 200,
1972
+ }))).annotate({
1973
+ identifier: "RefreshXdslModemConnectedDevicesRequest",
1974
+ });
1975
+ export const RemoveDHCPStaticAddressRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1976
+ serviceName: S.String.pipe(T.Label()),
1977
+ lanName: S.String.pipe(T.Label()),
1978
+ dhcpName: S.String.pipe(T.Label()),
1979
+ MACAddress: S.String.pipe(T.Label()),
1980
+ }).pipe(T.Http({
1981
+ method: "DELETE",
1982
+ uri: "/xdsl/{serviceName}/modem/lan/{lanName}/dhcp/{dhcpName}/DHCPStaticAddresses/{MACAddress}",
1983
+ code: 200,
1984
+ }))).annotate({
1985
+ identifier: "RemoveDHCPStaticAddressRequest",
1986
+ });
1987
+ export const RemoveMonitoringNotificationRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1988
+ serviceName: S.String.pipe(T.Label()),
1989
+ id: S.Number.pipe(T.Label()),
1990
+ }).pipe(T.Http({
1991
+ method: "DELETE",
1992
+ uri: "/xdsl/{serviceName}/monitoringNotifications/{id}",
1993
+ code: 200,
1994
+ }))).annotate({
1995
+ identifier: "RemoveMonitoringNotificationRequest",
1996
+ });
1997
+ export const RemoveMonitoringNotificationResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
1998
+ identifier: "RemoveMonitoringNotificationResponse",
1999
+ });
2000
+ export const RemovePortMappingRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2001
+ serviceName: S.String.pipe(T.Label()),
2002
+ name: S.String.pipe(T.Label()),
2003
+ }).pipe(T.Http({
2004
+ method: "DELETE",
2005
+ uri: "/xdsl/{serviceName}/modem/portMappings/{name}",
2006
+ code: 200,
2007
+ }))).annotate({
2008
+ identifier: "RemovePortMappingRequest",
2009
+ });
2010
+ export const ReplaceAccessModemRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2011
+ serviceName: S.String.pipe(T.Label()),
2012
+ contactShipping: S.optional(S.String),
2013
+ }).pipe(T.Http({
2014
+ method: "POST",
2015
+ uri: "/xdsl/{serviceName}/modem/comfortExchange",
2016
+ code: 200,
2017
+ }))).annotate({
2018
+ identifier: "ReplaceAccessModemRequest",
2019
+ });
2020
+ export const OrderContract = /*@__PURE__*/ S.suspend(() => S.Struct({
2021
+ content: S.optional(S.String),
2022
+ name: S.optional(S.String),
2023
+ url: S.optional(S.String),
2024
+ })).annotate({ identifier: "OrderContract" });
2025
+ export const OrderOrderContractsList = /*@__PURE__*/ S.Array(OrderContract);
2026
+ export const OrderOrderDetailTypeEnum = S.String;
2027
+ export const OrderReductionContextEnum = S.String;
2028
+ export const OrderReductionTypeEnum = S.String;
2029
+ export const OrderReduction = /*@__PURE__*/ S.suspend(() => S.Struct({
2030
+ context: S.optional(OrderReductionContextEnum),
2031
+ description: S.optional(S.String),
2032
+ price: S.optional(OrderPrice),
2033
+ reductionDescription: S.optional(S.String),
2034
+ type: S.optional(OrderReductionTypeEnum),
2035
+ value: S.optional(OrderPrice),
2036
+ })).annotate({ identifier: "OrderReduction" });
2037
+ export const OrderOrderDetailReductionsList = /*@__PURE__*/ S.Array(OrderReduction);
2038
+ export const OrderOrderDetail = /*@__PURE__*/ S.suspend(() => S.Struct({
2039
+ cartItemID: S.optional(S.NullOr(S.Number)),
2040
+ description: S.optional(S.String),
2041
+ detailType: S.optional(S.NullOr(OrderOrderDetailTypeEnum)),
2042
+ domain: S.optional(S.String),
2043
+ originalTotalPrice: S.optional(OrderPrice),
2044
+ quantity: S.optional(S.Number),
2045
+ reductionTotalPrice: S.optional(OrderPrice),
2046
+ reductions: S.optional(OrderOrderDetailReductionsList),
2047
+ totalPrice: S.optional(OrderPrice),
2048
+ unitPrice: S.optional(OrderPrice),
2049
+ })).annotate({
2050
+ identifier: "OrderOrderDetail",
2051
+ });
2052
+ export const OrderOrderDetailsList = /*@__PURE__*/ S.Array(OrderOrderDetail);
2053
+ export const OrderOrderPrices = /*@__PURE__*/ S.suspend(() => S.Struct({
2054
+ originalWithoutTax: S.optional(S.NullOr(OrderPrice)),
2055
+ reduction: S.optional(S.NullOr(OrderPrice)),
2056
+ tax: S.optional(OrderPrice),
2057
+ withTax: S.optional(OrderPrice),
2058
+ withoutTax: S.optional(OrderPrice),
2059
+ })).annotate({
2060
+ identifier: "OrderOrderPrices",
2061
+ });
2062
+ export const OrderOrder = /*@__PURE__*/ S.suspend(() => S.Struct({
2063
+ contracts: S.optional(OrderOrderContractsList),
2064
+ details: S.optional(OrderOrderDetailsList),
2065
+ orderId: S.optional(S.NullOr(S.Number)),
2066
+ prices: S.optional(OrderOrderPrices),
2067
+ url: S.optional(S.NullOr(S.String)),
2068
+ })).annotate({ identifier: "OrderOrder" });
2069
+ export const ReplaceModemBySpareRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2070
+ spare: S.String.pipe(T.Label()),
2071
+ domain: S.String,
2072
+ }).pipe(T.Http({ method: "POST", uri: "/xdsl/spare/{spare}/replace", code: 200 }))).annotate({
2073
+ identifier: "ReplaceModemBySpareRequest",
2074
+ });
2075
+ export const ReplaceModemBySpareResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2076
+ identifier: "ReplaceModemBySpareResponse",
2077
+ });
2078
+ export const RequestTotalDeconsolidationRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2079
+ serviceName: S.String.pipe(T.Label()),
2080
+ noPortability: S.optional(S.Boolean),
2081
+ rio: S.optional(S.String),
2082
+ }).pipe(T.Http({
2083
+ method: "POST",
2084
+ uri: "/xdsl/{serviceName}/requestTotalDeconsolidation",
2085
+ code: 200,
2086
+ }))).annotate({
2087
+ identifier: "RequestTotalDeconsolidationRequest",
2088
+ });
2089
+ export const ResetModemConfigurationRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2090
+ serviceName: S.String.pipe(T.Label()),
2091
+ resetOvhConfig: S.optional(S.Boolean),
2092
+ }).pipe(T.Http({
2093
+ method: "POST",
2094
+ uri: "/xdsl/{serviceName}/modem/reset",
2095
+ code: 200,
2096
+ }))).annotate({
2097
+ identifier: "ResetModemConfigurationRequest",
2098
+ });
2099
+ export const ResetXdslLinesDslamPortRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2100
+ serviceName: S.String.pipe(T.Label()),
2101
+ number: S.String.pipe(T.Label()),
2102
+ }).pipe(T.Http({
2103
+ method: "POST",
2104
+ uri: "/xdsl/{serviceName}/lines/{number}/dslamPort/reset",
2105
+ code: 200,
2106
+ }))).annotate({
2107
+ identifier: "ResetXdslLinesDslamPortRequest",
2108
+ });
2109
+ export const ResetXdslModemPortMappingConfigRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2110
+ serviceName: S.String.pipe(T.Label()),
2111
+ }).pipe(T.Http({
2112
+ method: "POST",
2113
+ uri: "/xdsl/{serviceName}/modem/resetPortMappingConfig",
2114
+ code: 200,
2115
+ }))).annotate({
2116
+ identifier: "ResetXdslModemPortMappingConfigRequest",
2117
+ });
2118
+ export const ResetXdslModemPortMappingConfigResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2119
+ identifier: "ResetXdslModemPortMappingConfigResponse",
2120
+ });
2121
+ export const XdslResiliationSurveyInput = IamResourceTagFilterInput;
2122
+ export const ResiliateAccessRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2123
+ serviceName: S.String.pipe(T.Label()),
2124
+ resiliationDate: S.optional(S.String),
2125
+ resiliationSurvey: IamResourceTagFilterInput,
2126
+ }).pipe(T.Http({ method: "POST", uri: "/xdsl/{serviceName}/resiliate", code: 200 }))).annotate({
2127
+ identifier: "ResiliateAccessRequest",
2128
+ });
2129
+ export const SearchXdslOrderMeetingsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2130
+ serviceName: S.String.pipe(T.Label()),
2131
+ }).pipe(T.Http({
2132
+ method: "POST",
2133
+ uri: "/xdsl/{serviceName}/searchOrderMeetings",
2134
+ code: 200,
2135
+ }))).annotate({
2136
+ identifier: "SearchXdslOrderMeetingsRequest",
2137
+ });
2138
+ export const ConnectivityEligibilityMeetingCapacities = /*@__PURE__*/ S.suspend(() => S.Struct({
2139
+ eRdv: S.optional(S.Boolean),
2140
+ phoneCall: S.optional(S.Boolean),
2141
+ })).annotate({
2142
+ identifier: "ConnectivityEligibilityMeetingCapacities",
2143
+ });
2144
+ export const ConnectivityEligibilityMeetingSlot = /*@__PURE__*/ S.suspend(() => S.Struct({
2145
+ endDate: S.optional(S.String),
2146
+ slotId: S.optional(S.NullOr(S.String)),
2147
+ startDate: S.optional(S.String),
2148
+ uiCode: S.optional(S.NullOr(S.String)),
2149
+ })).annotate({
2150
+ identifier: "ConnectivityEligibilityMeetingSlot",
2151
+ });
2152
+ export const ConnectivityEligibilityMeetingsMeetingSlotsList =
2153
+ /*@__PURE__*/ S.Array(ConnectivityEligibilityMeetingSlot);
2154
+ export const ConnectivityEligibilityMeetings = /*@__PURE__*/ S.suspend(() => S.Struct({
2155
+ canBookFakeMeeting: S.optional(S.Boolean),
2156
+ capacities: S.optional(ConnectivityEligibilityMeetingCapacities),
2157
+ meetingSlots: S.optional(ConnectivityEligibilityMeetingsMeetingSlotsList),
2158
+ })).annotate({
2159
+ identifier: "ConnectivityEligibilityMeetings",
2160
+ });
2161
+ export const XdslAsyncTaskConnectivityEligibilityMeetings =
2162
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2163
+ error: S.optional(S.NullOr(S.String)),
2164
+ result: S.optional(ConnectivityEligibilityMeetings),
2165
+ status: S.optional(XdslAsyncTaskStatusEnum),
2166
+ })).annotate({
2167
+ identifier: "XdslAsyncTaskConnectivityEligibilityMeetings",
2168
+ });
2169
+ export const SendXdslOrderToProviderRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2170
+ serviceName: S.String.pipe(T.Label()),
2171
+ }).pipe(T.Http({
2172
+ method: "POST",
2173
+ uri: "/xdsl/{serviceName}/sendOrderToProvider",
2174
+ code: 200,
2175
+ }))).annotate({
2176
+ identifier: "SendXdslOrderToProviderRequest",
2177
+ });
2178
+ export const SendXdslOrderToProviderResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2179
+ identifier: "SendXdslOrderToProviderResponse",
2180
+ });
2181
+ export const SetWifiMeshStatusRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2182
+ serviceName: S.String.pipe(T.Label()),
2183
+ wifiMesh: XdslServiceStatusEnum,
2184
+ }).pipe(T.Http({ method: "PUT", uri: "/xdsl/{serviceName}/modem/mesh", code: 200 }))).annotate({
2185
+ identifier: "SetWifiMeshStatusRequest",
2186
+ });
2187
+ export const SetWifiOneSsidStatusRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2188
+ serviceName: S.String.pipe(T.Label()),
2189
+ wifiOneSsid: XdslServiceStatusEnum,
2190
+ }).pipe(T.Http({
2191
+ method: "PUT",
2192
+ uri: "/xdsl/{serviceName}/modem/onessid",
2193
+ code: 200,
2194
+ }))).annotate({
2195
+ identifier: "SetWifiOneSsidStatusRequest",
2196
+ });
2197
+ export const UpdateBlocIPStatusRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2198
+ serviceName: S.String.pipe(T.Label()),
2199
+ status: XdslServiceStatusEnum,
2200
+ }).pipe(T.Http({
2201
+ method: "POST",
2202
+ uri: "/xdsl/{serviceName}/modem/blocIp",
2203
+ code: 200,
2204
+ }))).annotate({
2205
+ identifier: "UpdateBlocIPStatusRequest",
2206
+ });
2207
+ export const UpdateContentSharingStatusRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2208
+ serviceName: S.String.pipe(T.Label()),
2209
+ contentSharing: XdslServiceStatusEnum,
2210
+ }).pipe(T.Http({
2211
+ method: "POST",
2212
+ uri: "/xdsl/{serviceName}/modem/contentSharing",
2213
+ code: 200,
2214
+ }))).annotate({
2215
+ identifier: "UpdateContentSharingStatusRequest",
2216
+ });
2217
+ export const UpdateDHCPStaticAddressRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2218
+ serviceName: S.String.pipe(T.Label()),
2219
+ lanName: S.String.pipe(T.Label()),
2220
+ dhcpName: S.String.pipe(T.Label()),
2221
+ MACAddress: S.String.pipe(T.Label()),
2222
+ IPAddress: S.optional(S.String),
2223
+ name: S.optional(S.NullOr(S.String)),
2224
+ }).pipe(T.Http({
2225
+ method: "PUT",
2226
+ uri: "/xdsl/{serviceName}/modem/lan/{lanName}/dhcp/{dhcpName}/DHCPStaticAddresses/{MACAddress}",
2227
+ code: 200,
2228
+ }))).annotate({
2229
+ identifier: "UpdateDHCPStaticAddressRequest",
2230
+ });
2231
+ export const UpdateDHCPStaticAddressResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2232
+ identifier: "UpdateDHCPStaticAddressResponse",
2233
+ });
2234
+ export const UpdateFTPStatusRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2235
+ serviceName: S.String.pipe(T.Label()),
2236
+ ftp: XdslServiceStatusEnum,
2237
+ }).pipe(T.Http({ method: "POST", uri: "/xdsl/{serviceName}/modem/ftp", code: 200 }))).annotate({
2238
+ identifier: "UpdateFTPStatusRequest",
2239
+ });
2240
+ export const UpdateIpRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2241
+ serviceName: S.String.pipe(T.Label()),
2242
+ enabled: S.Boolean,
2243
+ }).pipe(T.Http({ method: "POST", uri: "/xdsl/{serviceName}/ipv6", code: 200 }))).annotate({
2244
+ identifier: "UpdateIpRequest",
2245
+ });
2246
+ export const UpdateIpsecAlgStatusRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2247
+ serviceName: S.String.pipe(T.Label()),
2248
+ ipsecAlg: XdslServiceStatusEnum,
2249
+ }).pipe(T.Http({
2250
+ method: "POST",
2251
+ uri: "/xdsl/{serviceName}/modem/ipsecAlg",
2252
+ code: 200,
2253
+ }))).annotate({
2254
+ identifier: "UpdateIpsecAlgStatusRequest",
2255
+ });
2256
+ export const XdslLineDiagnosticCustomerActionsEnum = S.String;
2257
+ export const UpdateLineDiagnosticRequestActionsDoneList = /*@__PURE__*/ S.Array(XdslLineDiagnosticCustomerActionsEnum);
2258
+ export const XdslLineDiagnosticAnswersInput = IamResourceTagFilterInput;
2259
+ export const XdslLineDiagnosticFaultTypeEnum = S.String;
2260
+ export const UpdateLineDiagnosticRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2261
+ serviceName: S.String.pipe(T.Label()),
2262
+ number: S.String.pipe(T.Label()),
2263
+ actionsDone: S.optional(UpdateLineDiagnosticRequestActionsDoneList),
2264
+ answers: S.optional(IamResourceTagFilterInput),
2265
+ faultType: XdslLineDiagnosticFaultTypeEnum,
2266
+ }).pipe(T.Http({
2267
+ method: "POST",
2268
+ uri: "/xdsl/{serviceName}/lines/{number}/diagnostic/run",
2269
+ code: 200,
2270
+ }))).annotate({
2271
+ identifier: "UpdateLineDiagnosticRequest",
2272
+ });
2273
+ export const XdslLineDiagnosticDiagnosticDataActionsDoneList =
2274
+ /*@__PURE__*/ S.Array(XdslLineDiagnosticCustomerActionsEnum);
2275
+ export const XdslLineDiagnosticCustomerActionToDo = /*@__PURE__*/ S.suspend(() => S.Struct({
2276
+ description: S.optional(S.String),
2277
+ name: S.optional(XdslLineDiagnosticCustomerActionsEnum),
2278
+ })).annotate({
2279
+ identifier: "XdslLineDiagnosticCustomerActionToDo",
2280
+ });
2281
+ export const XdslLineDiagnosticDiagnosticDataActionsToDoList =
2282
+ /*@__PURE__*/ S.Array(XdslLineDiagnosticCustomerActionToDo);
2283
+ export const XdslLineDiagnosticBandwidthTestUnitEnum = S.String;
2284
+ export const XdslLineDiagnosticProblemTypeEnum = S.String;
2285
+ export const XdslLineDiagnosticAnswers = /*@__PURE__*/ S.suspend(() => S.Struct({
2286
+ bandwidthTestUnit: S.optional(S.NullOr(XdslLineDiagnosticBandwidthTestUnitEnum)),
2287
+ comment: S.optional(S.NullOr(S.String)),
2288
+ conditionsAccepted: S.optional(S.NullOr(S.Boolean)),
2289
+ contactPhone: S.optional(S.NullOr(S.String)),
2290
+ datetimeOfAppearance: S.optional(S.NullOr(S.String)),
2291
+ downloadBandwidthTest: S.optional(S.NullOr(S.Number)),
2292
+ endAfternoonHours: S.optional(S.NullOr(S.String)),
2293
+ endMorningHours: S.optional(S.NullOr(S.String)),
2294
+ followBySms: S.optional(S.NullOr(S.Boolean)),
2295
+ hasModemKeptSynchronization: S.optional(S.NullOr(S.Boolean)),
2296
+ idAppointment: S.optional(S.NullOr(S.Number)),
2297
+ individualSite: S.optional(S.NullOr(S.Boolean)),
2298
+ modemIsSynchronized: S.optional(S.NullOr(S.Boolean)),
2299
+ modemMac: S.optional(S.NullOr(S.String)),
2300
+ modemStillSynchronized: S.optional(S.NullOr(S.Boolean)),
2301
+ modemType: S.optional(S.NullOr(S.String)),
2302
+ ovhTicket: S.optional(S.NullOr(S.String)),
2303
+ problemType: S.optional(S.NullOr(XdslLineDiagnosticProblemTypeEnum)),
2304
+ resolvedAfterTests: S.optional(S.NullOr(S.Boolean)),
2305
+ secureSite: S.optional(S.NullOr(S.Boolean)),
2306
+ severalInternetConnections: S.optional(S.NullOr(S.Boolean)),
2307
+ siteClosedDays: S.optional(S.NullOr(S.String)),
2308
+ siteDigicode: S.optional(S.NullOr(S.String)),
2309
+ siteOpening: S.optional(S.NullOr(S.String)),
2310
+ startAfternoonHours: S.optional(S.NullOr(S.String)),
2311
+ startMorningHours: S.optional(S.NullOr(S.String)),
2312
+ uploadBandwidthTest: S.optional(S.NullOr(S.Number)),
2313
+ })).annotate({
2314
+ identifier: "XdslLineDiagnosticAnswers",
2315
+ });
2316
+ export const XdslLineDiagnosticConnectionInformations = /*@__PURE__*/ S.suspend(() => S.Struct({
2317
+ crcError: S.optional(S.NullOr(S.Number)),
2318
+ downstreamAttenuation: S.optional(S.NullOr(S.Number)),
2319
+ downstreamMargin: S.optional(S.NullOr(S.Number)),
2320
+ downstreamSync: S.optional(S.NullOr(S.Number)),
2321
+ ifName: S.optional(S.NullOr(S.String)),
2322
+ profile: S.optional(S.NullOr(S.String)),
2323
+ upstreamAttenuation: S.optional(S.NullOr(S.Number)),
2324
+ upstreamMargin: S.optional(S.NullOr(S.Number)),
2325
+ upstreamSync: S.optional(S.NullOr(S.Number)),
2326
+ })).annotate({
2327
+ identifier: "XdslLineDiagnosticConnectionInformations",
2328
+ });
2329
+ export const XdslLineDiagnosticLineCapabilities = /*@__PURE__*/ S.suspend(() => S.Struct({
2330
+ down: S.optional(S.NullOr(S.Number)),
2331
+ mitigation: S.optional(S.NullOr(S.String)),
2332
+ ping: S.optional(S.NullOr(S.Number)),
2333
+ up: S.optional(S.NullOr(S.Number)),
2334
+ })).annotate({
2335
+ identifier: "XdslLineDiagnosticLineCapabilities",
2336
+ });
2337
+ export const XdslLineDiagnosticSection = /*@__PURE__*/ S.suspend(() => S.Struct({
2338
+ length: S.optional(S.Number),
2339
+ section: S.optional(S.Number),
2340
+ })).annotate({
2341
+ identifier: "XdslLineDiagnosticSection",
2342
+ });
2343
+ export const XdslLineDiagnosticLineDetailsSectionsList = /*@__PURE__*/ S.Array(XdslLineDiagnosticSection);
2344
+ export const XdslLineDiagnosticLineDetails = /*@__PURE__*/ S.suspend(() => S.Struct({
2345
+ accessName: S.optional(S.String),
2346
+ accessPing: S.optional(S.NullOr(S.Boolean)),
2347
+ address: S.optional(S.NullOr(S.String)),
2348
+ connectionInfo: S.optional(S.NullOr(XdslLineDiagnosticConnectionInformations)),
2349
+ contactPhone: S.optional(S.NullOr(S.String)),
2350
+ description: S.optional(S.NullOr(S.String)),
2351
+ dslamIsSynchronized: S.optional(S.NullOr(S.Boolean)),
2352
+ gtr: S.optional(S.Boolean),
2353
+ length: S.optional(S.Number),
2354
+ lineCapabilities: S.optional(S.NullOr(XdslLineDiagnosticLineCapabilities)),
2355
+ lineType: S.optional(XdslDslTypeEnum),
2356
+ nra: S.optional(S.NullOr(S.String)),
2357
+ number: S.optional(S.String),
2358
+ operator: S.optional(XdslProviderEnum),
2359
+ sections: S.optional(S.NullOr(XdslLineDiagnosticLineDetailsSectionsList)),
2360
+ })).annotate({
2361
+ identifier: "XdslLineDiagnosticLineDetails",
2362
+ });
2363
+ export const XdslLineDiagnosticRobotActionsEnum = S.String;
2364
+ export const XdslLineDiagnosticSeltPrelocEnum = S.String;
2365
+ export const XdslLineDiagnosticSeltStateEnum = S.String;
2366
+ export const XdslLineDiagnosticSeltStatusEnum = S.String;
2367
+ export const XdslLineDiagnosticSeltResult = /*@__PURE__*/ S.suspend(() => S.Struct({
2368
+ date: S.optional(S.NullOr(S.String)),
2369
+ distance: S.optional(S.NullOr(S.Number)),
2370
+ preloc: S.optional(S.NullOr(XdslLineDiagnosticSeltPrelocEnum)),
2371
+ state: S.optional(S.NullOr(XdslLineDiagnosticSeltStateEnum)),
2372
+ status: S.optional(S.NullOr(XdslLineDiagnosticSeltStatusEnum)),
2373
+ })).annotate({
2374
+ identifier: "XdslLineDiagnosticSeltResult",
2375
+ });
2376
+ export const XdslLineDiagnosticQuestionEnumValuesList = /*@__PURE__*/ S.Array(S.String);
2377
+ export const XdslLineDiagnosticQuestionsEnum = S.String;
2378
+ export const XdslLineDiagnosticPossibleValue = /*@__PURE__*/ S.suspend(() => S.Struct({
2379
+ id: S.optional(S.NullOr(S.Number)),
2380
+ label: S.optional(S.NullOr(S.String)),
2381
+ value: S.optional(S.NullOr(S.String)),
2382
+ })).annotate({
2383
+ identifier: "XdslLineDiagnosticPossibleValue",
2384
+ });
2385
+ export const XdslLineDiagnosticQuestionPossibleValuesList =
2386
+ /*@__PURE__*/ S.Array(XdslLineDiagnosticPossibleValue);
2387
+ export const XdslLineDiagnosticQuestion = /*@__PURE__*/ S.suspend(() => S.Struct({
2388
+ defaultValue: S.optional(S.NullOr(S.String)),
2389
+ description: S.optional(S.String),
2390
+ enumValues: S.optional(S.NullOr(XdslLineDiagnosticQuestionEnumValuesList)),
2391
+ name: S.optional(XdslLineDiagnosticQuestionsEnum),
2392
+ possibleValues: S.optional(S.NullOr(XdslLineDiagnosticQuestionPossibleValuesList)),
2393
+ required: S.optional(S.NullOr(S.Boolean)),
2394
+ type: S.optional(S.String),
2395
+ })).annotate({
2396
+ identifier: "XdslLineDiagnosticQuestion",
2397
+ });
2398
+ export const XdslLineDiagnosticDiagnosticDataToAnswerList =
2399
+ /*@__PURE__*/ S.Array(XdslLineDiagnosticQuestion);
2400
+ export const XdslLineDiagnosticDiagnosticData = /*@__PURE__*/ S.suspend(() => S.Struct({
2401
+ actionsDone: S.optional(XdslLineDiagnosticDiagnosticDataActionsDoneList),
2402
+ actionsToDo: S.optional(XdslLineDiagnosticDiagnosticDataActionsToDoList),
2403
+ answers: S.optional(XdslLineDiagnosticAnswers),
2404
+ comment: S.optional(S.NullOr(S.String)),
2405
+ creationDate: S.optional(S.String),
2406
+ diagnosticDoneDate: S.optional(S.NullOr(S.String)),
2407
+ error: S.optional(S.String),
2408
+ lastUpdate: S.optional(S.String),
2409
+ lineDetails: S.optional(XdslLineDiagnosticLineDetails),
2410
+ robotAction: S.optional(S.NullOr(XdslLineDiagnosticRobotActionsEnum)),
2411
+ seltTest: S.optional(XdslLineDiagnosticSeltResult),
2412
+ timeout: S.optional(S.Number),
2413
+ toAnswer: S.optional(XdslLineDiagnosticDiagnosticDataToAnswerList),
2414
+ })).annotate({
2415
+ identifier: "XdslLineDiagnosticDiagnosticData",
2416
+ });
2417
+ export const XdslLineDiagnosticDiagnosticStatusEnum = S.String;
2418
+ export const XdslLineDiagnosticDiagnostic = /*@__PURE__*/ S.suspend(() => S.Struct({
2419
+ data: S.optional(XdslLineDiagnosticDiagnosticData),
2420
+ faultType: S.optional(XdslLineDiagnosticFaultTypeEnum),
2421
+ id: S.optional(S.Number),
2422
+ status: S.optional(XdslLineDiagnosticDiagnosticStatusEnum),
2423
+ })).annotate({
2424
+ identifier: "XdslLineDiagnosticDiagnostic",
2425
+ });
2426
+ export const XdslMailSendingStatusEnum = S.String;
2427
+ export const UpdateMailSendingRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2428
+ serviceName: S.String.pipe(T.Label()),
2429
+ status: XdslMailSendingStatusEnum,
2430
+ }).pipe(T.Http({
2431
+ method: "POST",
2432
+ uri: "/xdsl/{serviceName}/mailSending",
2433
+ code: 200,
2434
+ }))).annotate({
2435
+ identifier: "UpdateMailSendingRequest",
2436
+ });
2437
+ export const UpdateModemCallWaitingRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2438
+ serviceName: S.String.pipe(T.Label()),
2439
+ callWaiting: XdslServiceStatusEnum,
2440
+ }).pipe(T.Http({
2441
+ method: "POST",
2442
+ uri: "/xdsl/{serviceName}/modem/callWaiting",
2443
+ code: 200,
2444
+ }))).annotate({
2445
+ identifier: "UpdateModemCallWaitingRequest",
2446
+ });
2447
+ export const UpdateModemTemplateRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2448
+ name: S.String.pipe(T.Label()),
2449
+ parametersToIgnore: S.optional(S.NullOr(XdslTemplateModemParametersToIgnore)),
2450
+ }).pipe(T.Http({ method: "PUT", uri: "/xdsl/templateModem/{name}", code: 200 }))).annotate({
2451
+ identifier: "UpdateModemTemplateRequest",
2452
+ });
2453
+ export const UpdateModemTemplateResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2454
+ identifier: "UpdateModemTemplateResponse",
2455
+ });
2456
+ export const UpdateMonitoringNotificationRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2457
+ serviceName: S.String.pipe(T.Label()),
2458
+ id: S.Number.pipe(T.Label()),
2459
+ allowIncident: S.optional(S.Boolean),
2460
+ downThreshold: S.optional(S.Number),
2461
+ email: S.optional(S.NullOr(S.String)),
2462
+ enabled: S.optional(S.Boolean),
2463
+ frequency: S.optional(XdslMonitoringNotificationsFrequencyEnum),
2464
+ phone: S.optional(S.NullOr(S.String)),
2465
+ }).pipe(T.Http({
2466
+ method: "PUT",
2467
+ uri: "/xdsl/{serviceName}/monitoringNotifications/{id}",
2468
+ code: 200,
2469
+ }))).annotate({
2470
+ identifier: "UpdateMonitoringNotificationRequest",
2471
+ });
2472
+ export const UpdateMonitoringNotificationResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2473
+ identifier: "UpdateMonitoringNotificationResponse",
2474
+ });
2475
+ export const UpdatePortMappingRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2476
+ serviceName: S.String.pipe(T.Label()),
2477
+ name: S.String.pipe(T.Label()),
2478
+ allowedRemoteIp: S.optional(S.NullOr(S.String)),
2479
+ description: S.optional(S.NullOr(S.String)),
2480
+ externalPortEnd: S.optional(S.NullOr(S.Number)),
2481
+ externalPortStart: S.optional(S.Number),
2482
+ internalClient: S.optional(S.String),
2483
+ internalPort: S.optional(S.Number),
2484
+ internalPortEnd: S.optional(S.NullOr(S.Number)),
2485
+ protocol: S.optional(XdslXdslModemConfigProtocolTypeEnum),
2486
+ }).pipe(T.Http({
2487
+ method: "PUT",
2488
+ uri: "/xdsl/{serviceName}/modem/portMappings/{name}",
2489
+ code: 200,
2490
+ }))).annotate({
2491
+ identifier: "UpdatePortMappingRequest",
2492
+ });
2493
+ export const UpdatePortMappingResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2494
+ identifier: "UpdatePortMappingResponse",
2495
+ });
2496
+ export const UpdateRIORequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2497
+ serviceName: S.String.pipe(T.Label()),
2498
+ relaunchWithoutPortability: S.Boolean,
2499
+ rio: S.optional(S.String),
2500
+ }).pipe(T.Http({
2501
+ method: "POST",
2502
+ uri: "/xdsl/{serviceName}/updateInvalidOrMissingRio",
2503
+ code: 200,
2504
+ }))).annotate({
2505
+ identifier: "UpdateRIORequest",
2506
+ });
2507
+ export const UpdateRIOResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2508
+ identifier: "UpdateRIOResponse",
2509
+ });
2510
+ export const TelephonyRmaChangeTypeEnum = S.String;
2511
+ export const UpdateRMATypeRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2512
+ serviceName: S.String.pipe(T.Label()),
2513
+ id: S.String.pipe(T.Label()),
2514
+ type: TelephonyRmaChangeTypeEnum,
2515
+ }).pipe(T.Http({
2516
+ method: "POST",
2517
+ uri: "/xdsl/{serviceName}/rma/{id}/changeType",
2518
+ code: 200,
2519
+ }))).annotate({
2520
+ identifier: "UpdateRMATypeRequest",
2521
+ });
2522
+ export const UpdateRMATypeResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2523
+ identifier: "UpdateRMATypeResponse",
2524
+ });
2525
+ export const UpdateSipAlgStatusRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2526
+ serviceName: S.String.pipe(T.Label()),
2527
+ sipAlg: XdslServiceStatusEnum,
2528
+ }).pipe(T.Http({
2529
+ method: "POST",
2530
+ uri: "/xdsl/{serviceName}/modem/sipAlg",
2531
+ code: 200,
2532
+ }))).annotate({
2533
+ identifier: "UpdateSipAlgStatusRequest",
2534
+ });
2535
+ export const UpdateUpnpStatusRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2536
+ serviceName: S.String.pipe(T.Label()),
2537
+ upnp: XdslServiceStatusEnum,
2538
+ }).pipe(T.Http({
2539
+ method: "POST",
2540
+ uri: "/xdsl/{serviceName}/modem/upnp",
2541
+ code: 200,
2542
+ }))).annotate({
2543
+ identifier: "UpdateUpnpStatusRequest",
2544
+ });
2545
+ /** Add a DHCP static lease */
2546
+ export const addDHCPStaticAddress = /*@__PURE__*/ API.make(() => ({
2547
+ input: AddDHCPStaticAddressRequest,
2548
+ output: XdslDHCPStaticAddress,
2549
+ errors: [UnknownOvhError],
2550
+ protocol: OvhProtocol,
2551
+ retry: Retry.Retry,
2552
+ }));
2553
+ /** Add a notification */
2554
+ export const addMonitoringNotification = /*@__PURE__*/ API.make(() => ({
2555
+ input: AddMonitoringNotificationRequest,
2556
+ output: XdslMonitoringNotification,
2557
+ errors: [UnknownOvhError],
2558
+ protocol: OvhProtocol,
2559
+ retry: Retry.Retry,
2560
+ }));
2561
+ /** Add a port mapping */
2562
+ export const addPortMapping = /*@__PURE__*/ API.make(() => ({
2563
+ input: AddPortMappingRequest,
2564
+ output: XdslPortMapping,
2565
+ errors: [UnknownOvhError],
2566
+ protocol: OvhProtocol,
2567
+ retry: Retry.Retry,
2568
+ }));
2569
+ /** Apply TemplateModem to existing Modem */
2570
+ export const applyTemplateModem = /*@__PURE__*/ API.make(() => ({
2571
+ input: ApplyTemplateModemRequest,
2572
+ output: XdslTask,
2573
+ errors: [UnknownOvhError],
2574
+ protocol: OvhProtocol,
2575
+ retry: Retry.Retry,
2576
+ }));
2577
+ /** Delete the task in problem from the results */
2578
+ export const archiveXdslTask = /*@__PURE__*/ API.make(() => ({
2579
+ input: ArchiveXdslTaskRequest,
2580
+ output: ArchiveXdslTaskResponse,
2581
+ errors: [UnknownOvhError],
2582
+ protocol: OvhProtocol,
2583
+ retry: Retry.Retry,
2584
+ }));
2585
+ /** Book a meeting and relaunch order */
2586
+ export const bookMeeting = /*@__PURE__*/ API.make(() => ({
2587
+ input: BookMeetingRequest,
2588
+ output: BookMeetingResponse,
2589
+ errors: [UnknownOvhError],
2590
+ protocol: OvhProtocol,
2591
+ retry: Retry.Retry,
2592
+ }));
2593
+ /** Cancel line diagnostic if possible */
2594
+ export const cancelXdslLinesDiagnostic = /*@__PURE__*/ API.make(() => ({
2595
+ input: CancelXdslLinesDiagnosticRequest,
2596
+ output: CancelXdslLinesDiagnosticResponse,
2597
+ errors: [UnknownOvhError],
2598
+ protocol: OvhProtocol,
2599
+ retry: Retry.Retry,
2600
+ }));
2601
+ /** Cancel the ongoing resiliation */
2602
+ export const cancelXdslResiliation = /*@__PURE__*/ API.make(() => ({
2603
+ input: CancelXdslResiliationRequest,
2604
+ output: CancelXdslResiliationResponse,
2605
+ errors: [UnknownOvhError],
2606
+ protocol: OvhProtocol,
2607
+ retry: Retry.Retry,
2608
+ }));
2609
+ /** Launch a contact change procedure */
2610
+ export const changeContact = /*@__PURE__*/ API.make(() => ({
2611
+ input: ChangeContactRequest,
2612
+ output: ChangeContactResponse,
2613
+ errors: [UnknownOvhError],
2614
+ protocol: OvhProtocol,
2615
+ retry: Retry.Retry,
2616
+ }));
2617
+ /** Change the email password */
2618
+ export const changeEmailPassword = /*@__PURE__*/ API.make(() => ({
2619
+ input: ChangeEmailPasswordRequest,
2620
+ output: XdslEmailProTask,
2621
+ errors: [UnknownOvhError],
2622
+ protocol: OvhProtocol,
2623
+ retry: Retry.Retry,
2624
+ }));
2625
+ /** Change the profile of the port */
2626
+ export const changeLineDSLAMProfile = /*@__PURE__*/ API.make(() => ({
2627
+ input: ChangeLineDSLAMProfileRequest,
2628
+ output: XdslTask,
2629
+ errors: [UnknownOvhError],
2630
+ protocol: OvhProtocol,
2631
+ retry: Retry.Retry,
2632
+ }));
2633
+ /** Create new Modem Template from existing modem */
2634
+ export const createModemTemplate = /*@__PURE__*/ API.make(() => ({
2635
+ input: CreateModemTemplateRequest,
2636
+ output: XdslTemplateModem,
2637
+ errors: [UnknownOvhError],
2638
+ protocol: OvhProtocol,
2639
+ retry: Retry.Retry,
2640
+ }));
2641
+ /** Initiate the extra IP range migration */
2642
+ export const createXdslAddressMoveExtraIpRangeMove = /*@__PURE__*/ API.make(() => ({
2643
+ input: CreateXdslAddressMoveExtraIpRangeMoveRequest,
2644
+ output: XdslTask,
2645
+ errors: [UnknownOvhError],
2646
+ protocol: OvhProtocol,
2647
+ retry: Retry.Retry,
2648
+ }));
2649
+ /** Run diagnostic on the access */
2650
+ export const createXdslDiagnostic = /*@__PURE__*/ API.make(() => ({
2651
+ input: CreateXdslDiagnosticRequest,
2652
+ output: XdslTask,
2653
+ errors: [UnknownOvhError],
2654
+ protocol: OvhProtocol,
2655
+ retry: Retry.Retry,
2656
+ }));
2657
+ /** Order an extra /29 range of IPv4 addresses */
2658
+ export const createXdslIps = /*@__PURE__*/ API.make(() => ({
2659
+ input: CreateXdslIpsRequest,
2660
+ output: XdslTask,
2661
+ errors: [UnknownOvhError],
2662
+ protocol: OvhProtocol,
2663
+ retry: Retry.Retry,
2664
+ }));
2665
+ /** Reconfigure voip line on modem */
2666
+ export const createXdslModemReconfigureVoip = /*@__PURE__*/ API.make(() => ({
2667
+ input: CreateXdslModemReconfigureVoipRequest,
2668
+ output: CreateXdslModemReconfigureVoipResponse,
2669
+ errors: [UnknownOvhError],
2670
+ protocol: OvhProtocol,
2671
+ retry: Retry.Retry,
2672
+ }));
2673
+ /** Renew PPP password and send the PPP login information to the e-mail of the nicAdmin */
2674
+ export const createXdslRequestPPPLoginMail = /*@__PURE__*/ API.make(() => ({
2675
+ input: CreateXdslRequestPPPLoginMailRequest,
2676
+ output: CreateXdslRequestPPPLoginMailResponse,
2677
+ errors: [UnknownOvhError],
2678
+ protocol: OvhProtocol,
2679
+ retry: Retry.Retry,
2680
+ }));
2681
+ /** Return the broken equipment in instantRefund */
2682
+ export const createXdslSpareReturnMerchandise = /*@__PURE__*/ API.make(() => ({
2683
+ input: CreateXdslSpareReturnMerchandiseRequest,
2684
+ output: CreateXdslSpareReturnMerchandiseResponse,
2685
+ errors: [UnknownOvhError],
2686
+ protocol: OvhProtocol,
2687
+ retry: Retry.Retry,
2688
+ }));
2689
+ /** Delete this Modem Template */
2690
+ export const deleteModemTemplate = /*@__PURE__*/ API.make(() => ({
2691
+ input: DeleteModemTemplateRequest,
2692
+ output: DeleteModemTemplateResponse,
2693
+ errors: [UnknownOvhError],
2694
+ protocol: OvhProtocol,
2695
+ retry: Retry.Retry,
2696
+ }));
2697
+ /** Delete the email */
2698
+ export const deleteXdslEmailPro = /*@__PURE__*/ API.make(() => ({
2699
+ input: DeleteXdslEmailProRequest,
2700
+ output: DeleteXdslEmailProResponse,
2701
+ errors: [UnknownOvhError],
2702
+ protocol: OvhProtocol,
2703
+ retry: Retry.Retry,
2704
+ }));
2705
+ /** Stop renewing this extra IPv4 option */
2706
+ export const deleteXdslIps = /*@__PURE__*/ API.make(() => ({
2707
+ input: DeleteXdslIpsRequest,
2708
+ output: DeleteXdslIpsResponse,
2709
+ errors: [UnknownOvhError],
2710
+ protocol: OvhProtocol,
2711
+ retry: Retry.Retry,
2712
+ }));
2713
+ /** Cancel the rma */
2714
+ export const deleteXdslRma = /*@__PURE__*/ API.make(() => ({
2715
+ input: DeleteXdslRmaRequest,
2716
+ output: DeleteXdslRmaResponse,
2717
+ errors: [UnknownOvhError],
2718
+ protocol: OvhProtocol,
2719
+ retry: Retry.Retry,
2720
+ }));
2721
+ /** Delete the spare as if it was not belonging to OVH anymore */
2722
+ export const deleteXdslSpare = /*@__PURE__*/ API.make(() => ({
2723
+ input: DeleteXdslSpareRequest,
2724
+ output: DeleteXdslSpareResponse,
2725
+ errors: [UnknownOvhError],
2726
+ protocol: OvhProtocol,
2727
+ retry: Retry.Retry,
2728
+ }));
2729
+ /** Get info about access modem replacement by last model. */
2730
+ export const getAccessModemReplacement = /*@__PURE__*/ API.make(() => ({
2731
+ input: GetAccessModemReplacementRequest,
2732
+ output: XdslModemExchangeInfo,
2733
+ errors: [UnknownOvhError],
2734
+ protocol: OvhProtocol,
2735
+ retry: Retry.Retry,
2736
+ }));
2737
+ /** Get the status of the Bloc IP on modem */
2738
+ export const getBlocIPStatus = /*@__PURE__*/ API.make(() => ({
2739
+ input: GetBlocIPStatusRequest,
2740
+ output: GetBlocIPStatusResponse,
2741
+ errors: [UnknownOvhError],
2742
+ protocol: OvhProtocol,
2743
+ retry: Retry.Retry,
2744
+ }));
2745
+ /** Get the status of contentSharing on modem */
2746
+ export const getContentSharingStatus = /*@__PURE__*/ API.make(() => ({
2747
+ input: GetContentSharingStatusRequest,
2748
+ output: GetContentSharingStatusResponse,
2749
+ errors: [UnknownOvhError],
2750
+ protocol: OvhProtocol,
2751
+ retry: Retry.Retry,
2752
+ }));
2753
+ /** Get this object properties */
2754
+ export const getDHCPStaticAddress = /*@__PURE__*/ API.make(() => ({
2755
+ input: GetDHCPStaticAddressRequest,
2756
+ output: XdslDHCPStaticAddress,
2757
+ errors: [UnknownOvhError],
2758
+ protocol: OvhProtocol,
2759
+ retry: Retry.Retry,
2760
+ }));
2761
+ /** List of DHCP Static Address of this modem */
2762
+ export const getDHCPStaticAddresses = /*@__PURE__*/ API.make(() => ({
2763
+ input: GetDHCPStaticAddressesRequest,
2764
+ output: GetDHCPStaticAddressesResponse,
2765
+ errors: [UnknownOvhError],
2766
+ protocol: OvhProtocol,
2767
+ retry: Retry.Retry,
2768
+ }));
2769
+ /** Get the firmware version installed on modem */
2770
+ export const getFirmwareVersion = /*@__PURE__*/ API.make(() => ({
2771
+ input: GetFirmwareVersionRequest,
2772
+ output: GetFirmwareVersionResponse,
2773
+ errors: [UnknownOvhError],
2774
+ protocol: OvhProtocol,
2775
+ retry: Retry.Retry,
2776
+ }));
2777
+ /** Get the status of ftp service on modem */
2778
+ export const getFTPStatus = /*@__PURE__*/ API.make(() => ({
2779
+ input: GetFTPStatusRequest,
2780
+ output: GetFTPStatusResponse,
2781
+ errors: [UnknownOvhError],
2782
+ protocol: OvhProtocol,
2783
+ retry: Retry.Retry,
2784
+ }));
2785
+ /** Get the status of ipsec alg service on modem */
2786
+ export const getIpsecAlgStatus = /*@__PURE__*/ API.make(() => ({
2787
+ input: GetIpsecAlgStatusRequest,
2788
+ output: GetIpsecAlgStatusResponse,
2789
+ errors: [UnknownOvhError],
2790
+ protocol: OvhProtocol,
2791
+ retry: Retry.Retry,
2792
+ }));
2793
+ /** Get the status of callWaiting on modem */
2794
+ export const getModemCallWaitingStatus = /*@__PURE__*/ API.make(() => ({
2795
+ input: GetModemCallWaitingStatusRequest,
2796
+ output: GetModemCallWaitingStatusResponse,
2797
+ errors: [UnknownOvhError],
2798
+ protocol: OvhProtocol,
2799
+ retry: Retry.Retry,
2800
+ }));
2801
+ /** Get this object properties */
2802
+ export const getModemTemplate = /*@__PURE__*/ API.make(() => ({
2803
+ input: GetModemTemplateRequest,
2804
+ output: XdslTemplateModem,
2805
+ errors: [UnknownOvhError],
2806
+ protocol: OvhProtocol,
2807
+ retry: Retry.Retry,
2808
+ }));
2809
+ /** List of TemplateModem */
2810
+ export const getModemTemplates = /*@__PURE__*/ API.make(() => ({
2811
+ input: GetModemTemplatesRequest,
2812
+ output: GetModemTemplatesResponse,
2813
+ errors: [UnknownOvhError],
2814
+ protocol: OvhProtocol,
2815
+ retry: Retry.Retry,
2816
+ }));
2817
+ /** Get this object properties */
2818
+ export const getMonitoringNotification = /*@__PURE__*/ API.make(() => ({
2819
+ input: GetMonitoringNotificationRequest,
2820
+ output: XdslMonitoringNotification,
2821
+ errors: [UnknownOvhError],
2822
+ protocol: OvhProtocol,
2823
+ retry: Retry.Retry,
2824
+ }));
2825
+ /** List the notifications for this access */
2826
+ export const getMonitoringNotifications = /*@__PURE__*/ API.make(() => ({
2827
+ input: GetMonitoringNotificationsRequest,
2828
+ output: GetMonitoringNotificationsResponse,
2829
+ errors: [UnknownOvhError],
2830
+ protocol: OvhProtocol,
2831
+ retry: Retry.Retry,
2832
+ }));
2833
+ /** Get this object properties */
2834
+ export const getPortMapping = /*@__PURE__*/ API.make(() => ({
2835
+ input: GetPortMappingRequest,
2836
+ output: XdslPortMapping,
2837
+ errors: [UnknownOvhError],
2838
+ protocol: OvhProtocol,
2839
+ retry: Retry.Retry,
2840
+ }));
2841
+ /** List of PortMappings on this modem */
2842
+ export const getPortMappings = /*@__PURE__*/ API.make(() => ({
2843
+ input: GetPortMappingsRequest,
2844
+ output: GetPortMappingsResponse,
2845
+ errors: [UnknownOvhError],
2846
+ protocol: OvhProtocol,
2847
+ retry: Retry.Retry,
2848
+ }));
2849
+ /** Get the status of sip alg service on modem */
2850
+ export const getSipAlgStatus = /*@__PURE__*/ API.make(() => ({
2851
+ input: GetSipAlgStatusRequest,
2852
+ output: GetSipAlgStatusResponse,
2853
+ errors: [UnknownOvhError],
2854
+ protocol: OvhProtocol,
2855
+ retry: Retry.Retry,
2856
+ }));
2857
+ /** Get the status of the Upnp on modem */
2858
+ export const getUpnpStatus = /*@__PURE__*/ API.make(() => ({
2859
+ input: GetUpnpStatusRequest,
2860
+ output: GetUpnpStatusResponse,
2861
+ errors: [UnknownOvhError],
2862
+ protocol: OvhProtocol,
2863
+ retry: Retry.Retry,
2864
+ }));
2865
+ /** Get the status of mesh on this modem */
2866
+ export const getWifiMeshStatus = /*@__PURE__*/ API.make(() => ({
2867
+ input: GetWifiMeshStatusRequest,
2868
+ output: GetWifiMeshStatusResponse,
2869
+ errors: [UnknownOvhError],
2870
+ protocol: OvhProtocol,
2871
+ retry: Retry.Retry,
2872
+ }));
2873
+ /** Get the status of onessid on this modem */
2874
+ export const getWifiOneSsidStatus = /*@__PURE__*/ API.make(() => ({
2875
+ input: GetWifiOneSsidStatusRequest,
2876
+ output: GetWifiOneSsidStatusResponse,
2877
+ errors: [UnknownOvhError],
2878
+ protocol: OvhProtocol,
2879
+ retry: Retry.Retry,
2880
+ }));
2881
+ /** Get this object properties */
2882
+ export const getXdsl = /*@__PURE__*/ API.make(() => ({
2883
+ input: GetXdslRequest,
2884
+ output: XdslAccessWithIAM,
2885
+ errors: [UnknownOvhError],
2886
+ protocol: OvhProtocol,
2887
+ retry: Retry.Retry,
2888
+ }));
2889
+ /** Informations about the extra IP range during address move */
2890
+ export const getXdslAddressMoveExtraIpRange = /*@__PURE__*/ API.make(() => ({
2891
+ input: GetXdslAddressMoveExtraIpRangeRequest,
2892
+ output: XdslExtraIpRangeMove,
2893
+ errors: [UnknownOvhError],
2894
+ protocol: OvhProtocol,
2895
+ retry: Retry.Retry,
2896
+ }));
2897
+ /** Get this object properties */
2898
+ export const getXdslAntiSpam = /*@__PURE__*/ API.make(() => ({
2899
+ input: GetXdslAntiSpamRequest,
2900
+ output: XdslAntiSpam,
2901
+ errors: [UnknownOvhError],
2902
+ protocol: OvhProtocol,
2903
+ retry: Retry.Retry,
2904
+ }));
2905
+ /** Get information about the ongoing resiliation */
2906
+ export const getXdslCanCancelResiliation = /*@__PURE__*/ API.make(() => ({
2907
+ input: GetXdslCanCancelResiliationRequest,
2908
+ output: GetXdslCanCancelResiliationResponse,
2909
+ errors: [UnknownOvhError],
2910
+ protocol: OvhProtocol,
2911
+ retry: Retry.Retry,
2912
+ }));
2913
+ /** Get this object properties */
2914
+ export const getXdslDiagnostic = /*@__PURE__*/ API.make(() => ({
2915
+ input: GetXdslDiagnosticRequest,
2916
+ output: XdslAccessDiagnostic,
2917
+ errors: [UnknownOvhError],
2918
+ protocol: OvhProtocol,
2919
+ retry: Retry.Retry,
2920
+ }));
2921
+ /** Get this object properties */
2922
+ export const getXdslEmailPro = /*@__PURE__*/ API.make(() => ({
2923
+ input: GetXdslEmailProRequest,
2924
+ output: XdslXdslEmailProWithIAM,
2925
+ errors: [UnknownOvhError],
2926
+ protocol: OvhProtocol,
2927
+ retry: Retry.Retry,
2928
+ }));
2929
+ /** Get this object properties */
2930
+ export const getXdslFiberEligibility = /*@__PURE__*/ API.make(() => ({
2931
+ input: GetXdslFiberEligibilityRequest,
2932
+ output: XdslFiberEligibility,
2933
+ errors: [UnknownOvhError],
2934
+ protocol: OvhProtocol,
2935
+ retry: Retry.Retry,
2936
+ }));
2937
+ /** Get this object properties */
2938
+ export const getXdslIncident = /*@__PURE__*/ API.make(() => ({
2939
+ input: GetXdslIncidentRequest,
2940
+ output: XdslIncident,
2941
+ errors: [UnknownOvhError],
2942
+ protocol: OvhProtocol,
2943
+ retry: Retry.Retry,
2944
+ }));
2945
+ /** Get this object properties */
2946
+ export const getXdslIncident2 = /*@__PURE__*/ API.make(() => ({
2947
+ input: GetXdslIncidentRequest2,
2948
+ output: XdslIncident,
2949
+ errors: [UnknownOvhError],
2950
+ protocol: OvhProtocol,
2951
+ retry: Retry.Retry,
2952
+ }));
2953
+ /** Get this object properties */
2954
+ export const getXdslIps = /*@__PURE__*/ API.make(() => ({
2955
+ input: GetXdslIpsRequest,
2956
+ output: XdslIP,
2957
+ errors: [UnknownOvhError],
2958
+ protocol: OvhProtocol,
2959
+ retry: Retry.Retry,
2960
+ }));
2961
+ /** Get this object properties */
2962
+ export const getXdslLine = /*@__PURE__*/ API.make(() => ({
2963
+ input: GetXdslLineRequest,
2964
+ output: XdslLine,
2965
+ errors: [UnknownOvhError],
2966
+ protocol: OvhProtocol,
2967
+ retry: Retry.Retry,
2968
+ }));
2969
+ /** Get this object properties */
2970
+ export const getXdslLineDslamPort = /*@__PURE__*/ API.make(() => ({
2971
+ input: GetXdslLineDslamPortRequest,
2972
+ output: XdslDslamPort,
2973
+ errors: [UnknownOvhError],
2974
+ protocol: OvhProtocol,
2975
+ retry: Retry.Retry,
2976
+ }));
2977
+ /** Get this object properties */
2978
+ export const getXdslModem = /*@__PURE__*/ API.make(() => ({
2979
+ input: GetXdslModemRequest,
2980
+ output: XdslModem,
2981
+ errors: [UnknownOvhError],
2982
+ protocol: OvhProtocol,
2983
+ retry: Retry.Retry,
2984
+ }));
2985
+ /** Get this object properties */
2986
+ export const getXdslModemConnectedDevice = /*@__PURE__*/ API.make(() => ({
2987
+ input: GetXdslModemConnectedDeviceRequest,
2988
+ output: XdslConnectedDevice,
2989
+ errors: [UnknownOvhError],
2990
+ protocol: OvhProtocol,
2991
+ retry: Retry.Retry,
2992
+ }));
2993
+ /** get general Modem information */
2994
+ export const getXdslModemInfo = /*@__PURE__*/ API.make(() => ({
2995
+ input: GetXdslModemInfoRequest,
2996
+ output: XdslAsyncTaskXdslModemInfo,
2997
+ errors: [UnknownOvhError],
2998
+ protocol: OvhProtocol,
2999
+ retry: Retry.Retry,
3000
+ }));
3001
+ /** Get this object properties */
3002
+ export const getXdslModemLan = /*@__PURE__*/ API.make(() => ({
3003
+ input: GetXdslModemLanRequest,
3004
+ output: XdslLAN,
3005
+ errors: [UnknownOvhError],
3006
+ protocol: OvhProtocol,
3007
+ retry: Retry.Retry,
3008
+ }));
3009
+ /** Get this object properties */
3010
+ export const getXdslModemLanDhcp = /*@__PURE__*/ API.make(() => ({
3011
+ input: GetXdslModemLanDhcpRequest,
3012
+ output: XdslDHCP,
3013
+ errors: [UnknownOvhError],
3014
+ protocol: OvhProtocol,
3015
+ retry: Retry.Retry,
3016
+ }));
3017
+ /** Get this object properties */
3018
+ export const getXdslModemWifi = /*@__PURE__*/ API.make(() => ({
3019
+ input: GetXdslModemWifiRequest,
3020
+ output: XdslWLAN,
3021
+ errors: [UnknownOvhError],
3022
+ protocol: OvhProtocol,
3023
+ retry: Retry.Retry,
3024
+ }));
3025
+ /** Get the WiFi configuration QR code as base64, if applicable */
3026
+ export const getXdslModemWifiQrCode = /*@__PURE__*/ API.make(() => ({
3027
+ input: GetXdslModemWifiQrCodeRequest,
3028
+ output: GetXdslModemWifiQrCodeResponse,
3029
+ errors: [UnknownOvhError],
3030
+ protocol: OvhProtocol,
3031
+ retry: Retry.Retry,
3032
+ }));
3033
+ /** Get this object properties */
3034
+ export const getXdslModemWifiRadio = /*@__PURE__*/ API.make(() => ({
3035
+ input: GetXdslModemWifiRadioRequest,
3036
+ output: XdslWifiRadio,
3037
+ errors: [UnknownOvhError],
3038
+ protocol: OvhProtocol,
3039
+ retry: Retry.Retry,
3040
+ }));
3041
+ /** Get this object properties */
3042
+ export const getXdslOnt = /*@__PURE__*/ API.make(() => ({
3043
+ input: GetXdslOntRequest,
3044
+ output: XdslOnt,
3045
+ errors: [UnknownOvhError],
3046
+ protocol: OvhProtocol,
3047
+ retry: Retry.Retry,
3048
+ }));
3049
+ /** Get this object properties */
3050
+ export const getXdslPendingAction = /*@__PURE__*/ API.make(() => ({
3051
+ input: GetXdslPendingActionRequest,
3052
+ output: XdslPendingAction,
3053
+ errors: [UnknownOvhError],
3054
+ protocol: OvhProtocol,
3055
+ retry: Retry.Retry,
3056
+ }));
3057
+ /** Get information about the ongoing resiliation */
3058
+ export const getXdslResiliationFollowup = /*@__PURE__*/ API.make(() => ({
3059
+ input: GetXdslResiliationFollowupRequest,
3060
+ output: XdslResiliationFollowUpDetail,
3061
+ errors: [UnknownOvhError],
3062
+ protocol: OvhProtocol,
3063
+ retry: Retry.Retry,
3064
+ }));
3065
+ /** Get resiliation terms */
3066
+ export const getXdslResiliationTerms = /*@__PURE__*/ API.make(() => ({
3067
+ input: GetXdslResiliationTermsRequest,
3068
+ output: XdslResiliationTerms,
3069
+ errors: [UnknownOvhError],
3070
+ protocol: OvhProtocol,
3071
+ retry: Retry.Retry,
3072
+ }));
3073
+ /** Get this object properties */
3074
+ export const getXdslRma = /*@__PURE__*/ API.make(() => ({
3075
+ input: GetXdslRmaRequest,
3076
+ output: TelephonyRma,
3077
+ errors: [UnknownOvhError],
3078
+ protocol: OvhProtocol,
3079
+ retry: Retry.Retry,
3080
+ }));
3081
+ /** Get service information */
3082
+ export const getXdslServiceInfos = /*@__PURE__*/ API.make(() => ({
3083
+ input: GetXdslServiceInfosRequest,
3084
+ output: ServicesService,
3085
+ errors: [UnknownOvhError],
3086
+ protocol: OvhProtocol,
3087
+ retry: Retry.Retry,
3088
+ }));
3089
+ /** Get this object properties */
3090
+ export const getXdslSpare = /*@__PURE__*/ API.make(() => ({
3091
+ input: GetXdslSpareRequest,
3092
+ output: SpareXdslXdslSpareWithIAM,
3093
+ errors: [UnknownOvhError],
3094
+ protocol: OvhProtocol,
3095
+ retry: Retry.Retry,
3096
+ }));
3097
+ /** Get service information */
3098
+ export const getXdslSpareServiceInfos = /*@__PURE__*/ API.make(() => ({
3099
+ input: GetXdslSpareServiceInfosRequest,
3100
+ output: ServicesService,
3101
+ errors: [UnknownOvhError],
3102
+ protocol: OvhProtocol,
3103
+ retry: Retry.Retry,
3104
+ }));
3105
+ /** Get this object properties */
3106
+ export const getXdslTask = /*@__PURE__*/ API.make(() => ({
3107
+ input: GetXdslTaskRequest,
3108
+ output: XdslTask,
3109
+ errors: [UnknownOvhError],
3110
+ protocol: OvhProtocol,
3111
+ retry: Retry.Retry,
3112
+ }));
3113
+ /** Give the price to requestTotalDeconsolidation on the access */
3114
+ export const getXdslTotalDeconsolidationTerms = /*@__PURE__*/ API.make(() => ({
3115
+ input: GetXdslTotalDeconsolidationTermsRequest,
3116
+ output: XdslDeconsolidationTerms,
3117
+ errors: [UnknownOvhError],
3118
+ protocol: OvhProtocol,
3119
+ retry: Retry.Retry,
3120
+ }));
3121
+ /** Launch a task to install target firmware on modem */
3122
+ export const installFrimware = /*@__PURE__*/ API.make(() => ({
3123
+ input: InstallFrimwareRequest,
3124
+ output: XdslTask,
3125
+ errors: [UnknownOvhError],
3126
+ protocol: OvhProtocol,
3127
+ retry: Retry.Retry,
3128
+ }));
3129
+ /** List available services */
3130
+ export const listXdsl = /*@__PURE__*/ API.make(() => ({
3131
+ input: ListXdslRequest,
3132
+ output: ListXdslResponse,
3133
+ errors: [UnknownOvhError],
3134
+ protocol: OvhProtocol,
3135
+ retry: Retry.Retry,
3136
+ }));
3137
+ /** List of evidences stored on PCS for this ip */
3138
+ export const listXdslAntiSpamEvidences = /*@__PURE__*/ API.make(() => ({
3139
+ input: ListXdslAntiSpamEvidencesRequest,
3140
+ output: XdslAntiSpamEvidencesInfo,
3141
+ errors: [UnknownOvhError],
3142
+ protocol: OvhProtocol,
3143
+ retry: Retry.Retry,
3144
+ }));
3145
+ /** List antiSpams for this access */
3146
+ export const listXdslAntiSpams = /*@__PURE__*/ API.make(() => ({
3147
+ input: ListXdslAntiSpamsRequest,
3148
+ output: ListXdslAntiSpamsResponse,
3149
+ errors: [UnknownOvhError],
3150
+ protocol: OvhProtocol,
3151
+ retry: Retry.Retry,
3152
+ }));
3153
+ /** List available services */
3154
+ export const listXdslEmailPro = /*@__PURE__*/ API.make(() => ({
3155
+ input: ListXdslEmailProRequest,
3156
+ output: ListXdslEmailProResponse,
3157
+ errors: [UnknownOvhError],
3158
+ protocol: OvhProtocol,
3159
+ retry: Retry.Retry,
3160
+ }));
3161
+ /** List fiber eligibilities for this access */
3162
+ export const listXdslFiberEligibilities = /*@__PURE__*/ API.make(() => ({
3163
+ input: ListXdslFiberEligibilitiesRequest,
3164
+ output: ListXdslFiberEligibilitiesResponse,
3165
+ errors: [UnknownOvhError],
3166
+ protocol: OvhProtocol,
3167
+ retry: Retry.Retry,
3168
+ }));
3169
+ /** List of incidents */
3170
+ export const listXdslIncidents = /*@__PURE__*/ API.make(() => ({
3171
+ input: ListXdslIncidentsRequest,
3172
+ output: ListXdslIncidentsResponse,
3173
+ errors: [UnknownOvhError],
3174
+ protocol: OvhProtocol,
3175
+ retry: Retry.Retry,
3176
+ }));
3177
+ /** List of IPs addresses for this access */
3178
+ export const listXdslIps = /*@__PURE__*/ API.make(() => ({
3179
+ input: ListXdslIpsRequest,
3180
+ output: ListXdslIpsResponse,
3181
+ errors: [UnknownOvhError],
3182
+ protocol: OvhProtocol,
3183
+ retry: Retry.Retry,
3184
+ }));
3185
+ /** List all availables profiles for this port */
3186
+ export const listXdslLineDslamPortAvailableProfiles = /*@__PURE__*/ API.make(() => ({
3187
+ input: ListXdslLineDslamPortAvailableProfilesRequest,
3188
+ output: ListXdslLineDslamPortAvailableProfilesResponse,
3189
+ errors: [UnknownOvhError],
3190
+ protocol: OvhProtocol,
3191
+ retry: Retry.Retry,
3192
+ }));
3193
+ /** Get the logs emitted by the DSLAM for this port */
3194
+ export const listXdslLineDslamPortLogs = /*@__PURE__*/ API.make(() => ({
3195
+ input: ListXdslLineDslamPortLogsRequest,
3196
+ output: ListXdslLineDslamPortLogsResponse,
3197
+ errors: [UnknownOvhError],
3198
+ protocol: OvhProtocol,
3199
+ retry: Retry.Retry,
3200
+ }));
3201
+ /** The lines of the access */
3202
+ export const listXdslLines = /*@__PURE__*/ API.make(() => ({
3203
+ input: ListXdslLinesRequest,
3204
+ output: ListXdslLinesResponse,
3205
+ errors: [UnknownOvhError],
3206
+ protocol: OvhProtocol,
3207
+ retry: Retry.Retry,
3208
+ }));
3209
+ /** Get various statistics about the line */
3210
+ export const listXdslLineStatistics = /*@__PURE__*/ API.make(() => ({
3211
+ input: ListXdslLineStatisticsRequest,
3212
+ output: ComplexTypeUnitAndValuesXdslTimestampAndValue,
3213
+ errors: [UnknownOvhError],
3214
+ protocol: OvhProtocol,
3215
+ retry: Retry.Retry,
3216
+ }));
3217
+ /** List available ACS backend for this modem */
3218
+ export const listXdslModemAvailableACSBackend = /*@__PURE__*/ API.make(() => ({
3219
+ input: ListXdslModemAvailableACSBackendRequest,
3220
+ output: ListXdslModemAvailableACSBackendResponse,
3221
+ errors: [UnknownOvhError],
3222
+ protocol: OvhProtocol,
3223
+ retry: Retry.Retry,
3224
+ }));
3225
+ /** List available WLAN channel for this modem */
3226
+ export const listXdslModemAvailableWLANChannel = /*@__PURE__*/ API.make(() => ({
3227
+ input: ListXdslModemAvailableWLANChannelRequest,
3228
+ output: ListXdslModemAvailableWLANChannelResponse,
3229
+ errors: [UnknownOvhError],
3230
+ protocol: OvhProtocol,
3231
+ retry: Retry.Retry,
3232
+ }));
3233
+ /** List of devices connected on this modem */
3234
+ export const listXdslModemConnectedDevices = /*@__PURE__*/ API.make(() => ({
3235
+ input: ListXdslModemConnectedDevicesRequest,
3236
+ output: ListXdslModemConnectedDevicesResponse,
3237
+ errors: [UnknownOvhError],
3238
+ protocol: OvhProtocol,
3239
+ retry: Retry.Retry,
3240
+ }));
3241
+ /** List available firmware for this modem */
3242
+ export const listXdslModemFirmwareAvailable = /*@__PURE__*/ API.make(() => ({
3243
+ input: ListXdslModemFirmwareAvailableRequest,
3244
+ output: ListXdslModemFirmwareAvailableResponse,
3245
+ errors: [UnknownOvhError],
3246
+ protocol: OvhProtocol,
3247
+ retry: Retry.Retry,
3248
+ }));
3249
+ /** List of LANs on this modem */
3250
+ export const listXdslModemLan = /*@__PURE__*/ API.make(() => ({
3251
+ input: ListXdslModemLanRequest,
3252
+ output: ListXdslModemLanResponse,
3253
+ errors: [UnknownOvhError],
3254
+ protocol: OvhProtocol,
3255
+ retry: Retry.Retry,
3256
+ }));
3257
+ /** List of DHCP on this modem */
3258
+ export const listXdslModemLanDhcp = /*@__PURE__*/ API.make(() => ({
3259
+ input: ListXdslModemLanDhcpRequest,
3260
+ output: ListXdslModemLanDhcpResponse,
3261
+ errors: [UnknownOvhError],
3262
+ protocol: OvhProtocol,
3263
+ retry: Retry.Retry,
3264
+ }));
3265
+ /** List of WLANs on this modem */
3266
+ export const listXdslModemWifi = /*@__PURE__*/ API.make(() => ({
3267
+ input: ListXdslModemWifiRequest,
3268
+ output: ListXdslModemWifiResponse,
3269
+ errors: [UnknownOvhError],
3270
+ protocol: OvhProtocol,
3271
+ retry: Retry.Retry,
3272
+ }));
3273
+ /** List of wifiRadios on this modem */
3274
+ export const listXdslModemWifiRadio = /*@__PURE__*/ API.make(() => ({
3275
+ input: ListXdslModemWifiRadioRequest,
3276
+ output: ListXdslModemWifiRadioResponse,
3277
+ errors: [UnknownOvhError],
3278
+ protocol: OvhProtocol,
3279
+ retry: Retry.Retry,
3280
+ }));
3281
+ /** Get the status of the order */
3282
+ export const listXdslOrderFollowup = /*@__PURE__*/ API.make(() => ({
3283
+ input: ListXdslOrderFollowupRequest,
3284
+ output: ListXdslOrderFollowupResponse,
3285
+ errors: [UnknownOvhError],
3286
+ protocol: OvhProtocol,
3287
+ retry: Retry.Retry,
3288
+ }));
3289
+ /** List the radius connection logs */
3290
+ export const listXdslRadiusConnectionLogs = /*@__PURE__*/ API.make(() => ({
3291
+ input: ListXdslRadiusConnectionLogsRequest,
3292
+ output: ListXdslRadiusConnectionLogsResponse,
3293
+ errors: [UnknownOvhError],
3294
+ protocol: OvhProtocol,
3295
+ retry: Retry.Retry,
3296
+ }));
3297
+ /** Return Merchandise Authorisation associated */
3298
+ export const listXdslRma = /*@__PURE__*/ API.make(() => ({
3299
+ input: ListXdslRmaRequest,
3300
+ output: ListXdslRmaResponse,
3301
+ errors: [UnknownOvhError],
3302
+ protocol: OvhProtocol,
3303
+ retry: Retry.Retry,
3304
+ }));
3305
+ /** List available services */
3306
+ export const listXdslSpare = /*@__PURE__*/ API.make(() => ({
3307
+ input: ListXdslSpareRequest,
3308
+ output: ListXdslSpareResponse,
3309
+ errors: [UnknownOvhError],
3310
+ protocol: OvhProtocol,
3311
+ retry: Retry.Retry,
3312
+ }));
3313
+ /** Get all available spare brands */
3314
+ export const listXdslSpareBrands = /*@__PURE__*/ API.make(() => ({
3315
+ input: ListXdslSpareBrandsRequest,
3316
+ output: ListXdslSpareBrandsResponse,
3317
+ errors: [UnknownOvhError],
3318
+ protocol: OvhProtocol,
3319
+ retry: Retry.Retry,
3320
+ }));
3321
+ /** Return the list of brand compatible to be replaced */
3322
+ export const listXdslSpareCompatibleReplacement = /*@__PURE__*/ API.make(() => ({
3323
+ input: ListXdslSpareCompatibleReplacementRequest,
3324
+ output: ListXdslSpareCompatibleReplacementResponse,
3325
+ errors: [UnknownOvhError],
3326
+ protocol: OvhProtocol,
3327
+ retry: Retry.Retry,
3328
+ }));
3329
+ /** Get various statistics about this access */
3330
+ export const listXdslStatistics = /*@__PURE__*/ API.make(() => ({
3331
+ input: ListXdslStatisticsRequest,
3332
+ output: ComplexTypeUnitAndValuesXdslAccessLatency,
3333
+ errors: [UnknownOvhError],
3334
+ protocol: OvhProtocol,
3335
+ retry: Retry.Retry,
3336
+ }));
3337
+ /** Tasks scheduled for this access */
3338
+ export const listXdslTasks = /*@__PURE__*/ API.make(() => ({
3339
+ input: ListXdslTasksRequest,
3340
+ output: ListXdslTasksResponse,
3341
+ errors: [UnknownOvhError],
3342
+ protocol: OvhProtocol,
3343
+ retry: Retry.Retry,
3344
+ }));
3345
+ /** Alter this object properties */
3346
+ export const putXdsl = /*@__PURE__*/ API.make(() => ({
3347
+ input: PutXdslRequest,
3348
+ output: PutXdslResponse,
3349
+ errors: [UnknownOvhError],
3350
+ protocol: OvhProtocol,
3351
+ retry: Retry.Retry,
3352
+ }));
3353
+ /** Alter this object properties */
3354
+ export const putXdslEmailPro = /*@__PURE__*/ API.make(() => ({
3355
+ input: PutXdslEmailProRequest,
3356
+ output: PutXdslEmailProResponse,
3357
+ errors: [UnknownOvhError],
3358
+ protocol: OvhProtocol,
3359
+ retry: Retry.Retry,
3360
+ }));
3361
+ /** Alter this object properties */
3362
+ export const putXdslModem = /*@__PURE__*/ API.make(() => ({
3363
+ input: PutXdslModemRequest,
3364
+ output: PutXdslModemResponse,
3365
+ errors: [UnknownOvhError],
3366
+ protocol: OvhProtocol,
3367
+ retry: Retry.Retry,
3368
+ }));
3369
+ /** Alter this object properties */
3370
+ export const putXdslModemLan = /*@__PURE__*/ API.make(() => ({
3371
+ input: PutXdslModemLanRequest,
3372
+ output: PutXdslModemLanResponse,
3373
+ errors: [UnknownOvhError],
3374
+ protocol: OvhProtocol,
3375
+ retry: Retry.Retry,
3376
+ }));
3377
+ /** Alter this object properties */
3378
+ export const putXdslModemLanDhcp = /*@__PURE__*/ API.make(() => ({
3379
+ input: PutXdslModemLanDhcpRequest,
3380
+ output: PutXdslModemLanDhcpResponse,
3381
+ errors: [UnknownOvhError],
3382
+ protocol: OvhProtocol,
3383
+ retry: Retry.Retry,
3384
+ }));
3385
+ /** Alter this object properties */
3386
+ export const putXdslModemWifi = /*@__PURE__*/ API.make(() => ({
3387
+ input: PutXdslModemWifiRequest,
3388
+ output: PutXdslModemWifiResponse,
3389
+ errors: [UnknownOvhError],
3390
+ protocol: OvhProtocol,
3391
+ retry: Retry.Retry,
3392
+ }));
3393
+ /** Alter this object properties */
3394
+ export const putXdslModemWifiRadio = /*@__PURE__*/ API.make(() => ({
3395
+ input: PutXdslModemWifiRadioRequest,
3396
+ output: XdslTask,
3397
+ errors: [UnknownOvhError],
3398
+ protocol: OvhProtocol,
3399
+ retry: Retry.Retry,
3400
+ }));
3401
+ /** Alter this object properties */
3402
+ export const putXdslRma = /*@__PURE__*/ API.make(() => ({
3403
+ input: PutXdslRmaRequest,
3404
+ output: PutXdslRmaResponse,
3405
+ errors: [UnknownOvhError],
3406
+ protocol: OvhProtocol,
3407
+ retry: Retry.Retry,
3408
+ }));
3409
+ /** Update service information */
3410
+ export const putXdslServiceInfos = /*@__PURE__*/ API.make(() => ({
3411
+ input: PutXdslServiceInfosRequest,
3412
+ output: PutXdslServiceInfosResponse,
3413
+ errors: [UnknownOvhError],
3414
+ protocol: OvhProtocol,
3415
+ retry: Retry.Retry,
3416
+ }));
3417
+ /** Update service information */
3418
+ export const putXdslSpareServiceInfos = /*@__PURE__*/ API.make(() => ({
3419
+ input: PutXdslSpareServiceInfosRequest,
3420
+ output: PutXdslSpareServiceInfosResponse,
3421
+ errors: [UnknownOvhError],
3422
+ protocol: OvhProtocol,
3423
+ retry: Retry.Retry,
3424
+ }));
3425
+ /** Reboot the modem */
3426
+ export const rebootModem = /*@__PURE__*/ API.make(() => ({
3427
+ input: RebootModemRequest,
3428
+ output: XdslTask,
3429
+ errors: [UnknownOvhError],
3430
+ protocol: OvhProtocol,
3431
+ retry: Retry.Retry,
3432
+ }));
3433
+ /** Refresh the list of connected devices on the modem */
3434
+ export const refreshXdslModemConnectedDevices = /*@__PURE__*/ API.make(() => ({
3435
+ input: RefreshXdslModemConnectedDevicesRequest,
3436
+ output: XdslTask,
3437
+ errors: [UnknownOvhError],
3438
+ protocol: OvhProtocol,
3439
+ retry: Retry.Retry,
3440
+ }));
3441
+ /** Delete this port mapping */
3442
+ export const removeDHCPStaticAddress = /*@__PURE__*/ API.make(() => ({
3443
+ input: RemoveDHCPStaticAddressRequest,
3444
+ output: XdslTask,
3445
+ errors: [UnknownOvhError],
3446
+ protocol: OvhProtocol,
3447
+ retry: Retry.Retry,
3448
+ }));
3449
+ /** Delete this notification */
3450
+ export const removeMonitoringNotification = /*@__PURE__*/ API.make(() => ({
3451
+ input: RemoveMonitoringNotificationRequest,
3452
+ output: RemoveMonitoringNotificationResponse,
3453
+ errors: [UnknownOvhError],
3454
+ protocol: OvhProtocol,
3455
+ retry: Retry.Retry,
3456
+ }));
3457
+ /** Delete this port mapping */
3458
+ export const removePortMapping = /*@__PURE__*/ API.make(() => ({
3459
+ input: RemovePortMappingRequest,
3460
+ output: XdslTask,
3461
+ errors: [UnknownOvhError],
3462
+ protocol: OvhProtocol,
3463
+ retry: Retry.Retry,
3464
+ }));
3465
+ /** Replace access modem by last model, fees will be applied. */
3466
+ export const replaceAccessModem = /*@__PURE__*/ API.make(() => ({
3467
+ input: ReplaceAccessModemRequest,
3468
+ output: OrderOrder,
3469
+ errors: [UnknownOvhError],
3470
+ protocol: OvhProtocol,
3471
+ retry: Retry.Retry,
3472
+ }));
3473
+ /** Replace the modem by its spare */
3474
+ export const replaceModemBySpare = /*@__PURE__*/ API.make(() => ({
3475
+ input: ReplaceModemBySpareRequest,
3476
+ output: ReplaceModemBySpareResponse,
3477
+ errors: [UnknownOvhError],
3478
+ protocol: OvhProtocol,
3479
+ retry: Retry.Retry,
3480
+ }));
3481
+ /** Switch this access to total deconsolidation */
3482
+ export const requestTotalDeconsolidation = /*@__PURE__*/ API.make(() => ({
3483
+ input: RequestTotalDeconsolidationRequest,
3484
+ output: XdslTask,
3485
+ errors: [UnknownOvhError],
3486
+ protocol: OvhProtocol,
3487
+ retry: Retry.Retry,
3488
+ }));
3489
+ /** Reset the modem to its default configuration */
3490
+ export const resetModemConfiguration = /*@__PURE__*/ API.make(() => ({
3491
+ input: ResetModemConfigurationRequest,
3492
+ output: XdslTask,
3493
+ errors: [UnknownOvhError],
3494
+ protocol: OvhProtocol,
3495
+ retry: Retry.Retry,
3496
+ }));
3497
+ /** Reset the port on the DSLAM */
3498
+ export const resetXdslLinesDslamPort = /*@__PURE__*/ API.make(() => ({
3499
+ input: ResetXdslLinesDslamPortRequest,
3500
+ output: XdslTask,
3501
+ errors: [UnknownOvhError],
3502
+ protocol: OvhProtocol,
3503
+ retry: Retry.Retry,
3504
+ }));
3505
+ /** Remove all the current port mapping rules */
3506
+ export const resetXdslModemPortMappingConfig = /*@__PURE__*/ API.make(() => ({
3507
+ input: ResetXdslModemPortMappingConfigRequest,
3508
+ output: ResetXdslModemPortMappingConfigResponse,
3509
+ errors: [UnknownOvhError],
3510
+ protocol: OvhProtocol,
3511
+ retry: Retry.Retry,
3512
+ }));
3513
+ /** Resiliate the access */
3514
+ export const resiliateAccess = /*@__PURE__*/ API.make(() => ({
3515
+ input: ResiliateAccessRequest,
3516
+ output: XdslResiliationFollowUpDetail,
3517
+ errors: [UnknownOvhError],
3518
+ protocol: OvhProtocol,
3519
+ retry: Retry.Retry,
3520
+ }));
3521
+ /** Search for available line creation meeting time slots, for order only */
3522
+ export const searchXdslOrderMeetings = /*@__PURE__*/ API.make(() => ({
3523
+ input: SearchXdslOrderMeetingsRequest,
3524
+ output: XdslAsyncTaskConnectivityEligibilityMeetings,
3525
+ errors: [UnknownOvhError],
3526
+ protocol: OvhProtocol,
3527
+ retry: Retry.Retry,
3528
+ }));
3529
+ /** Unlock order in "waitingCustomer" status */
3530
+ export const sendXdslOrderToProvider = /*@__PURE__*/ API.make(() => ({
3531
+ input: SendXdslOrderToProviderRequest,
3532
+ output: SendXdslOrderToProviderResponse,
3533
+ errors: [UnknownOvhError],
3534
+ protocol: OvhProtocol,
3535
+ retry: Retry.Retry,
3536
+ }));
3537
+ /** Change the status of mesh on this modem */
3538
+ export const setWifiMeshStatus = /*@__PURE__*/ API.make(() => ({
3539
+ input: SetWifiMeshStatusRequest,
3540
+ output: XdslTask,
3541
+ errors: [UnknownOvhError],
3542
+ protocol: OvhProtocol,
3543
+ retry: Retry.Retry,
3544
+ }));
3545
+ /** Change the status of onessid on this modem */
3546
+ export const setWifiOneSsidStatus = /*@__PURE__*/ API.make(() => ({
3547
+ input: SetWifiOneSsidStatusRequest,
3548
+ output: XdslTask,
3549
+ errors: [UnknownOvhError],
3550
+ protocol: OvhProtocol,
3551
+ retry: Retry.Retry,
3552
+ }));
3553
+ /** Change the status of the Bloc IP on modem */
3554
+ export const updateBlocIPStatus = /*@__PURE__*/ API.make(() => ({
3555
+ input: UpdateBlocIPStatusRequest,
3556
+ output: XdslTask,
3557
+ errors: [UnknownOvhError],
3558
+ protocol: OvhProtocol,
3559
+ retry: Retry.Retry,
3560
+ }));
3561
+ /** Change the status of contentSharing on modem */
3562
+ export const updateContentSharingStatus = /*@__PURE__*/ API.make(() => ({
3563
+ input: UpdateContentSharingStatusRequest,
3564
+ output: XdslTask,
3565
+ errors: [UnknownOvhError],
3566
+ protocol: OvhProtocol,
3567
+ retry: Retry.Retry,
3568
+ }));
3569
+ /** Alter this object properties */
3570
+ export const updateDHCPStaticAddress = /*@__PURE__*/ API.make(() => ({
3571
+ input: UpdateDHCPStaticAddressRequest,
3572
+ output: UpdateDHCPStaticAddressResponse,
3573
+ errors: [UnknownOvhError],
3574
+ protocol: OvhProtocol,
3575
+ retry: Retry.Retry,
3576
+ }));
3577
+ /** Change the status of the ftp service on modem */
3578
+ export const updateFTPStatus = /*@__PURE__*/ API.make(() => ({
3579
+ input: UpdateFTPStatusRequest,
3580
+ output: XdslTask,
3581
+ errors: [UnknownOvhError],
3582
+ protocol: OvhProtocol,
3583
+ retry: Retry.Retry,
3584
+ }));
3585
+ /** Change the status of the IPv6 for this access */
3586
+ export const updateIp = /*@__PURE__*/ API.make(() => ({
3587
+ input: UpdateIpRequest,
3588
+ output: XdslTask,
3589
+ errors: [UnknownOvhError],
3590
+ protocol: OvhProtocol,
3591
+ retry: Retry.Retry,
3592
+ }));
3593
+ /** Change the status of the ipsec alg service on modem */
3594
+ export const updateIpsecAlgStatus = /*@__PURE__*/ API.make(() => ({
3595
+ input: UpdateIpsecAlgStatusRequest,
3596
+ output: XdslTask,
3597
+ errors: [UnknownOvhError],
3598
+ protocol: OvhProtocol,
3599
+ retry: Retry.Retry,
3600
+ }));
3601
+ /** Update and get advanced diagnostic of the line */
3602
+ export const updateLineDiagnostic = /*@__PURE__*/ API.make(() => ({
3603
+ input: UpdateLineDiagnosticRequest,
3604
+ output: XdslLineDiagnosticDiagnostic,
3605
+ errors: [UnknownOvhError],
3606
+ protocol: OvhProtocol,
3607
+ retry: Retry.Retry,
3608
+ }));
3609
+ /** Enable or disable email sending ability */
3610
+ export const updateMailSending = /*@__PURE__*/ API.make(() => ({
3611
+ input: UpdateMailSendingRequest,
3612
+ output: XdslTask,
3613
+ errors: [UnknownOvhError],
3614
+ protocol: OvhProtocol,
3615
+ retry: Retry.Retry,
3616
+ }));
3617
+ /** Change the status of callWaiting on modem */
3618
+ export const updateModemCallWaiting = /*@__PURE__*/ API.make(() => ({
3619
+ input: UpdateModemCallWaitingRequest,
3620
+ output: XdslTask,
3621
+ errors: [UnknownOvhError],
3622
+ protocol: OvhProtocol,
3623
+ retry: Retry.Retry,
3624
+ }));
3625
+ /** Alter this object properties */
3626
+ export const updateModemTemplate = /*@__PURE__*/ API.make(() => ({
3627
+ input: UpdateModemTemplateRequest,
3628
+ output: UpdateModemTemplateResponse,
3629
+ errors: [UnknownOvhError],
3630
+ protocol: OvhProtocol,
3631
+ retry: Retry.Retry,
3632
+ }));
3633
+ /** Alter this object properties */
3634
+ export const updateMonitoringNotification = /*@__PURE__*/ API.make(() => ({
3635
+ input: UpdateMonitoringNotificationRequest,
3636
+ output: UpdateMonitoringNotificationResponse,
3637
+ errors: [UnknownOvhError],
3638
+ protocol: OvhProtocol,
3639
+ retry: Retry.Retry,
3640
+ }));
3641
+ /** Alter this object properties */
3642
+ export const updatePortMapping = /*@__PURE__*/ API.make(() => ({
3643
+ input: UpdatePortMappingRequest,
3644
+ output: UpdatePortMappingResponse,
3645
+ errors: [UnknownOvhError],
3646
+ protocol: OvhProtocol,
3647
+ retry: Retry.Retry,
3648
+ }));
3649
+ /** Update RIO, or disable portability, for order in error because of missing or invalid RIO */
3650
+ export const updateRIO = /*@__PURE__*/ API.make(() => ({
3651
+ input: UpdateRIORequest,
3652
+ output: UpdateRIOResponse,
3653
+ errors: [UnknownOvhError],
3654
+ protocol: OvhProtocol,
3655
+ retry: Retry.Retry,
3656
+ }));
3657
+ /** Change RMA type */
3658
+ export const updateRMAType = /*@__PURE__*/ API.make(() => ({
3659
+ input: UpdateRMATypeRequest,
3660
+ output: UpdateRMATypeResponse,
3661
+ errors: [UnknownOvhError],
3662
+ protocol: OvhProtocol,
3663
+ retry: Retry.Retry,
3664
+ }));
3665
+ /** Change the status of the sip alg service on modem */
3666
+ export const updateSipAlgStatus = /*@__PURE__*/ API.make(() => ({
3667
+ input: UpdateSipAlgStatusRequest,
3668
+ output: XdslTask,
3669
+ errors: [UnknownOvhError],
3670
+ protocol: OvhProtocol,
3671
+ retry: Retry.Retry,
3672
+ }));
3673
+ /** Change the status of the Upnp on modem */
3674
+ export const updateUpnpStatus = /*@__PURE__*/ API.make(() => ({
3675
+ input: UpdateUpnpStatusRequest,
3676
+ output: XdslTask,
3677
+ errors: [UnknownOvhError],
3678
+ protocol: OvhProtocol,
3679
+ retry: Retry.Retry,
3680
+ }));
3681
+ //# sourceMappingURL=xdsl.js.map