@distilled.cloud/ovh 0.0.0 → 1.0.0-rc.11
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.
- package/LICENSE +201 -0
- package/lib/credentials.d.ts +38 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +54 -0
- package/lib/credentials.js.map +1 -0
- package/lib/errors.d.ts +36 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +26 -0
- package/lib/errors.js.map +1 -0
- package/lib/index.d.ts +22 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +22 -0
- package/lib/index.js.map +1 -0
- package/lib/pagination.d.ts +8 -0
- package/lib/pagination.d.ts.map +1 -0
- package/lib/pagination.js +8 -0
- package/lib/pagination.js.map +1 -0
- package/lib/protocol.d.ts +18 -0
- package/lib/protocol.d.ts.map +1 -0
- package/lib/protocol.js +60 -0
- package/lib/protocol.js.map +1 -0
- package/lib/retry.d.ts +32 -0
- package/lib/retry.d.ts.map +1 -0
- package/lib/retry.js +32 -0
- package/lib/retry.js.map +1 -0
- package/lib/services/baremetal.d.ts +3551 -0
- package/lib/services/baremetal.d.ts.map +1 -0
- package/lib/services/baremetal.js +4187 -0
- package/lib/services/baremetal.js.map +1 -0
- package/lib/services/cloud.d.ts +26011 -0
- package/lib/services/cloud.d.ts.map +1 -0
- package/lib/services/cloud.js +31061 -0
- package/lib/services/cloud.js.map +1 -0
- package/lib/services/cloud_v2.d.ts +5642 -0
- package/lib/services/cloud_v2.d.ts.map +1 -0
- package/lib/services/cloud_v2.js +5733 -0
- package/lib/services/cloud_v2.js.map +1 -0
- package/lib/services/dedicatedceph.d.ts +747 -0
- package/lib/services/dedicatedceph.d.ts.map +1 -0
- package/lib/services/dedicatedceph.js +960 -0
- package/lib/services/dedicatedceph.js.map +1 -0
- package/lib/services/dedicatednasha.d.ts +755 -0
- package/lib/services/dedicatednasha.d.ts.map +1 -0
- package/lib/services/dedicatednasha.js +965 -0
- package/lib/services/dedicatednasha.js.map +1 -0
- package/lib/services/domain.d.ts +2995 -0
- package/lib/services/domain.d.ts.map +1 -0
- package/lib/services/domain.js +3078 -0
- package/lib/services/domain.js.map +1 -0
- package/lib/services/emaildomain.d.ts +1913 -0
- package/lib/services/emaildomain.d.ts.map +1 -0
- package/lib/services/emaildomain.js +2550 -0
- package/lib/services/emaildomain.js.map +1 -0
- package/lib/services/emailmxplan.d.ts +1012 -0
- package/lib/services/emailmxplan.d.ts.map +1 -0
- package/lib/services/emailmxplan.js +1155 -0
- package/lib/services/emailmxplan.js.map +1 -0
- package/lib/services/emailpro.d.ts +1287 -0
- package/lib/services/emailpro.d.ts.map +1 -0
- package/lib/services/emailpro.js +1471 -0
- package/lib/services/emailpro.js.map +1 -0
- package/lib/services/hostingprivatedatabase.d.ts +1402 -0
- package/lib/services/hostingprivatedatabase.d.ts.map +1 -0
- package/lib/services/hostingprivatedatabase.js +1829 -0
- package/lib/services/hostingprivatedatabase.js.map +1 -0
- package/lib/services/iam.d.ts +829 -0
- package/lib/services/iam.d.ts.map +1 -0
- package/lib/services/iam.js +793 -0
- package/lib/services/iam.js.map +1 -0
- package/lib/services/index.d.ts +31 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/index.js +32 -0
- package/lib/services/index.js.map +1 -0
- package/lib/services/ip.d.ts +1417 -0
- package/lib/services/ip.d.ts.map +1 -0
- package/lib/services/ip.js +1690 -0
- package/lib/services/ip.js.map +1 -0
- package/lib/services/iploadbalancing.d.ts +3059 -0
- package/lib/services/iploadbalancing.d.ts.map +1 -0
- package/lib/services/iploadbalancing.js +3553 -0
- package/lib/services/iploadbalancing.js.map +1 -0
- package/lib/services/ldp.d.ts +2492 -0
- package/lib/services/ldp.d.ts.map +1 -0
- package/lib/services/ldp.js +3067 -0
- package/lib/services/ldp.js.map +1 -0
- package/lib/services/me.d.ts +7511 -0
- package/lib/services/me.d.ts.map +1 -0
- package/lib/services/me.js +8874 -0
- package/lib/services/me.js.map +1 -0
- package/lib/services/overthebox.d.ts +981 -0
- package/lib/services/overthebox.d.ts.map +1 -0
- package/lib/services/overthebox.js +1122 -0
- package/lib/services/overthebox.js.map +1 -0
- package/lib/services/ovhcloudconnect.d.ts +1123 -0
- package/lib/services/ovhcloudconnect.d.ts.map +1 -0
- package/lib/services/ovhcloudconnect.js +1351 -0
- package/lib/services/ovhcloudconnect.js.map +1 -0
- package/lib/services/packxdsl.d.ts +1583 -0
- package/lib/services/packxdsl.d.ts.map +1 -0
- package/lib/services/packxdsl.js +1787 -0
- package/lib/services/packxdsl.js.map +1 -0
- package/lib/services/sms.d.ts +2602 -0
- package/lib/services/sms.d.ts.map +1 -0
- package/lib/services/sms.js +2995 -0
- package/lib/services/sms.js.map +1 -0
- package/lib/services/sslgateway.d.ts +493 -0
- package/lib/services/sslgateway.d.ts.map +1 -0
- package/lib/services/sslgateway.js +569 -0
- package/lib/services/sslgateway.js.map +1 -0
- package/lib/services/storagenetapp.d.ts +859 -0
- package/lib/services/storagenetapp.d.ts.map +1 -0
- package/lib/services/storagenetapp.js +1020 -0
- package/lib/services/storagenetapp.js.map +1 -0
- package/lib/services/support.d.ts +233 -0
- package/lib/services/support.d.ts.map +1 -0
- package/lib/services/support.js +237 -0
- package/lib/services/support.js.map +1 -0
- package/lib/services/telephony.d.ts +10825 -0
- package/lib/services/telephony.d.ts.map +1 -0
- package/lib/services/telephony.js +14877 -0
- package/lib/services/telephony.js.map +1 -0
- package/lib/services/vmwareclouddirectorbackup.d.ts +784 -0
- package/lib/services/vmwareclouddirectorbackup.d.ts.map +1 -0
- package/lib/services/vmwareclouddirectorbackup.js +841 -0
- package/lib/services/vmwareclouddirectorbackup.js.map +1 -0
- package/lib/services/vmwareclouddirectororganization.d.ts +784 -0
- package/lib/services/vmwareclouddirectororganization.d.ts.map +1 -0
- package/lib/services/vmwareclouddirectororganization.js +841 -0
- package/lib/services/vmwareclouddirectororganization.js.map +1 -0
- package/lib/services/vps.d.ts +1579 -0
- package/lib/services/vps.d.ts.map +1 -0
- package/lib/services/vps.js +1914 -0
- package/lib/services/vps.js.map +1 -0
- package/lib/services/vrack.d.ts +1204 -0
- package/lib/services/vrack.d.ts.map +1 -0
- package/lib/services/vrack.js +1627 -0
- package/lib/services/vrack.js.map +1 -0
- package/lib/services/vrackservices.d.ts +394 -0
- package/lib/services/vrackservices.d.ts.map +1 -0
- package/lib/services/vrackservices.js +355 -0
- package/lib/services/vrackservices.js.map +1 -0
- package/lib/services/webhosting.d.ts +3986 -0
- package/lib/services/webhosting.d.ts.map +1 -0
- package/lib/services/webhosting.js +4522 -0
- package/lib/services/webhosting.js.map +1 -0
- package/lib/services/xdsl.d.ts +3433 -0
- package/lib/services/xdsl.d.ts.map +1 -0
- package/lib/services/xdsl.js +3681 -0
- package/lib/services/xdsl.js.map +1 -0
- package/lib/traits.d.ts +11 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +11 -0
- package/lib/traits.js.map +1 -0
- package/package.json +77 -6
- package/src/credentials.ts +77 -0
- package/src/errors.ts +50 -0
- package/src/index.ts +21 -0
- package/src/pagination.ts +7 -0
- package/src/protocol.ts +86 -0
- package/src/retry.ts +54 -0
- package/src/services/baremetal.ts +10949 -0
- package/src/services/cloud.ts +75466 -0
- package/src/services/cloud_v2.ts +14725 -0
- package/src/services/dedicatedceph.ts +2231 -0
- package/src/services/dedicatednasha.ts +2268 -0
- package/src/services/domain.ts +7996 -0
- package/src/services/emaildomain.ts +5751 -0
- package/src/services/emailmxplan.ts +2764 -0
- package/src/services/emailpro.ts +3519 -0
- package/src/services/hostingprivatedatabase.ts +4214 -0
- package/src/services/iam.ts +2060 -0
- package/src/services/index.ts +31 -0
- package/src/services/ip.ts +4461 -0
- package/src/services/iploadbalancing.ts +8421 -0
- package/src/services/ldp.ts +7269 -0
- package/src/services/me.ts +21716 -0
- package/src/services/overthebox.ts +2693 -0
- package/src/services/ovhcloudconnect.ts +3224 -0
- package/src/services/packxdsl.ts +4619 -0
- package/src/services/sms.ts +7255 -0
- package/src/services/sslgateway.ts +1408 -0
- package/src/services/storagenetapp.ts +2431 -0
- package/src/services/support.ts +598 -0
- package/src/services/telephony.ts +32926 -0
- package/src/services/vmwareclouddirectorbackup.ts +2170 -0
- package/src/services/vmwareclouddirectororganization.ts +2170 -0
- package/src/services/vps.ts +5134 -0
- package/src/services/vrack.ts +3730 -0
- package/src/services/vrackservices.ts +939 -0
- package/src/services/webhosting.ts +11285 -0
- package/src/services/xdsl.ts +9277 -0
- package/src/traits.ts +44 -0
|
@@ -0,0 +1,1583 @@
|
|
|
1
|
+
import * as S from "@distilled.cloud/core/schema";
|
|
2
|
+
import * as Redacted from "effect/Redacted";
|
|
3
|
+
import * as API from "@distilled.cloud/core/api";
|
|
4
|
+
import { type OvhOpError, type OvhOpContext } from "../protocol.ts";
|
|
5
|
+
export type { OvhOpError, OvhOpContext };
|
|
6
|
+
export interface CancelPackXdslResiliationRequest {
|
|
7
|
+
/** The internal name of your pack */
|
|
8
|
+
packName: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const CancelPackXdslResiliationRequest: S.Schema<CancelPackXdslResiliationRequest>;
|
|
11
|
+
export interface CancelPackXdslResiliationResponse {
|
|
12
|
+
}
|
|
13
|
+
export declare const CancelPackXdslResiliationResponse: S.Schema<CancelPackXdslResiliationResponse>;
|
|
14
|
+
export interface CreatePackXdslAddressMoveOfferRequest {
|
|
15
|
+
/** The internal name of your pack */
|
|
16
|
+
packName: string;
|
|
17
|
+
/** Eligibility reference */
|
|
18
|
+
eligibilityReference: string;
|
|
19
|
+
}
|
|
20
|
+
export declare const CreatePackXdslAddressMoveOfferRequest: S.Schema<CreatePackXdslAddressMoveOfferRequest>;
|
|
21
|
+
/** A contract */
|
|
22
|
+
export interface OrderContract {
|
|
23
|
+
content?: string;
|
|
24
|
+
name?: string;
|
|
25
|
+
url?: string;
|
|
26
|
+
}
|
|
27
|
+
export declare const OrderContract: S.Schema<OrderContract>;
|
|
28
|
+
/** Contracts details for this offer */
|
|
29
|
+
export type PackXdslAddressMoveMoveOfferContractsList = Array<OrderContract>;
|
|
30
|
+
export declare const PackXdslAddressMoveMoveOfferContractsList: S.Schema<PackXdslAddressMoveMoveOfferContractsList>;
|
|
31
|
+
export type OrderCurrencyCodeEnum = "AUD" | "CAD" | "CZK" | "EUR" | "GBP" | "INR" | "LTL" | "MAD" | "N/A" | "PLN" | "SGD" | "TND" | "USD" | "XOF" | "points";
|
|
32
|
+
export declare const OrderCurrencyCodeEnum: any;
|
|
33
|
+
/** Price with it's currency and textual representation */
|
|
34
|
+
export interface OrderPrice {
|
|
35
|
+
currencyCode?: OrderCurrencyCodeEnum;
|
|
36
|
+
text?: string;
|
|
37
|
+
value?: number;
|
|
38
|
+
}
|
|
39
|
+
export declare const OrderPrice: S.Schema<OrderPrice>;
|
|
40
|
+
/** Available modem option for the offer */
|
|
41
|
+
export interface PackXdslMigrationOfferModemOption {
|
|
42
|
+
/** Name of the modem */
|
|
43
|
+
name?: string;
|
|
44
|
+
/** Price of for this modem */
|
|
45
|
+
price?: OrderPrice | null;
|
|
46
|
+
}
|
|
47
|
+
export declare const PackXdslMigrationOfferModemOption: S.Schema<PackXdslMigrationOfferModemOption>;
|
|
48
|
+
/** List of modems for this offer */
|
|
49
|
+
export type PackXdslAddressMoveMoveOfferModemOptionsList = Array<PackXdslMigrationOfferModemOption>;
|
|
50
|
+
export declare const PackXdslAddressMoveMoveOfferModemOptionsList: S.Schema<PackXdslAddressMoveMoveOfferModemOptionsList>;
|
|
51
|
+
/** Offer product provider */
|
|
52
|
+
export type ConnectivityEligibilityOfferProductProviderEnum = "AI" | "ALTERNATIVE" | "AX" | "AXIONE" | "BOUYGTEL" | "BOUYGUES" | "COVAGE" | "FI" | "KOSC" | "OR" | "ORANGE" | "OS" | "REFERENCE" | "SFR" | "TF";
|
|
53
|
+
export declare const ConnectivityEligibilityOfferProductProviderEnum: any;
|
|
54
|
+
/** Available option for the offer */
|
|
55
|
+
export interface PackXdslMigrationOfferAvailableOption {
|
|
56
|
+
/** Number of months paid for */
|
|
57
|
+
duration?: number;
|
|
58
|
+
/** Number of slots included by default in this offer */
|
|
59
|
+
included?: number;
|
|
60
|
+
/** Name of the option */
|
|
61
|
+
name?: string;
|
|
62
|
+
/** Number of optional slots that can be puchased */
|
|
63
|
+
optional?: number;
|
|
64
|
+
/** Price of an additional slot. You pay this price everytime the duration is expired */
|
|
65
|
+
optionalPrice?: OrderPrice | null;
|
|
66
|
+
}
|
|
67
|
+
export declare const PackXdslMigrationOfferAvailableOption: S.Schema<PackXdslMigrationOfferAvailableOption>;
|
|
68
|
+
/** Available options for the migration */
|
|
69
|
+
export type PackXdslAddressMoveMoveOfferOptionsList = Array<PackXdslMigrationOfferAvailableOption>;
|
|
70
|
+
export declare const PackXdslAddressMoveMoveOfferOptionsList: S.Schema<PackXdslAddressMoveMoveOfferOptionsList>;
|
|
71
|
+
/** Price details for an offer */
|
|
72
|
+
export interface PackXdslAddressMovePrice {
|
|
73
|
+
/** Description of the price */
|
|
74
|
+
description?: string;
|
|
75
|
+
/** Price of the offer */
|
|
76
|
+
price?: OrderPrice | null;
|
|
77
|
+
}
|
|
78
|
+
export declare const PackXdslAddressMovePrice: S.Schema<PackXdslAddressMovePrice>;
|
|
79
|
+
/** Migration or address move offer promotion details */
|
|
80
|
+
export interface PackXdslMigrationAndAddressMovePromotionDetails {
|
|
81
|
+
/** Promotion discount */
|
|
82
|
+
discount?: OrderPrice;
|
|
83
|
+
/** Duration of the promotion, if applicable (only for recurrent billing) */
|
|
84
|
+
duration?: string | null;
|
|
85
|
+
}
|
|
86
|
+
export declare const PackXdslMigrationAndAddressMovePromotionDetails: S.Schema<PackXdslMigrationAndAddressMovePromotionDetails>;
|
|
87
|
+
/** Migration or address move offer promotion */
|
|
88
|
+
export interface PackXdslMigrationAndAddressMovePromotion {
|
|
89
|
+
/** Promotion end date, if applicable */
|
|
90
|
+
endDate?: string | null;
|
|
91
|
+
/** Identifier of the promotion */
|
|
92
|
+
id?: string;
|
|
93
|
+
/** Details of the promotion for the install fee */
|
|
94
|
+
installFee?: PackXdslMigrationAndAddressMovePromotionDetails | null;
|
|
95
|
+
/** Promotion start date, if applicable */
|
|
96
|
+
startDate?: string | null;
|
|
97
|
+
/** Details of the promotion for the subscription */
|
|
98
|
+
subscription?: PackXdslMigrationAndAddressMovePromotionDetails | null;
|
|
99
|
+
}
|
|
100
|
+
export declare const PackXdslMigrationAndAddressMovePromotion: S.Schema<PackXdslMigrationAndAddressMovePromotion>;
|
|
101
|
+
/** Price details for an offer */
|
|
102
|
+
export interface PackXdslAddressMovePriceOffer {
|
|
103
|
+
/** Creation line fees */
|
|
104
|
+
creationLineFees?: PackXdslAddressMovePrice;
|
|
105
|
+
/** Price of the current offer */
|
|
106
|
+
currentOfferPrice?: PackXdslAddressMovePrice;
|
|
107
|
+
/** Upgrade offer price */
|
|
108
|
+
due?: PackXdslAddressMovePrice;
|
|
109
|
+
/** Subscription price the first year */
|
|
110
|
+
firstYearPromo?: PackXdslAddressMovePrice;
|
|
111
|
+
/** Install fee for GTR option comfort additional cost */
|
|
112
|
+
gtrComfortFees?: PackXdslAddressMovePrice | null;
|
|
113
|
+
/** Installation fees */
|
|
114
|
+
installFees?: PackXdslAddressMovePrice;
|
|
115
|
+
/** Price for modem rental */
|
|
116
|
+
modemRental?: PackXdslAddressMovePrice;
|
|
117
|
+
/** Price of the offer */
|
|
118
|
+
price?: PackXdslAddressMovePrice;
|
|
119
|
+
/** Promotion, if available */
|
|
120
|
+
promotion?: PackXdslMigrationAndAddressMovePromotion | null;
|
|
121
|
+
/** Subscription price for provider AI additional cost */
|
|
122
|
+
providerAI?: PackXdslAddressMovePrice | null;
|
|
123
|
+
/** Subscription price for provider ORANGE additional cost */
|
|
124
|
+
providerOrange?: PackXdslAddressMovePrice | null;
|
|
125
|
+
}
|
|
126
|
+
export declare const PackXdslAddressMovePriceOffer: S.Schema<PackXdslAddressMovePriceOffer>;
|
|
127
|
+
/** List of product from provider available for an offer */
|
|
128
|
+
export type PackXdslAddressMoveMoveOfferProductCodesList = Array<string>;
|
|
129
|
+
export declare const PackXdslAddressMoveMoveOfferProductCodesList: S.Schema<PackXdslAddressMoveMoveOfferProductCodesList>;
|
|
130
|
+
/** List of domains of sub services */
|
|
131
|
+
export type PackXdslMigrationSubServiceToDeleteServicesList = Array<string>;
|
|
132
|
+
export declare const PackXdslMigrationSubServiceToDeleteServicesList: S.Schema<PackXdslMigrationSubServiceToDeleteServicesList>;
|
|
133
|
+
/** Service name */
|
|
134
|
+
export type PackXdslServiceNameEnum = "domain" | "emailPro" | "exchangeAccount" | "exchangeIndividual" | "exchangeOrganization" | "grt10ho" | "grt20m10ho" | "grt20m4ho" | "grt4ho" | "grt5m10ho" | "grt5m4ho" | "grtAlt" | "grtDsp" | "grtFt" | "grtKosc" | "grtOvh" | "hostedEmail" | "modem" | "overTheBoxHardware" | "overTheBoxService" | "voipAlias" | "voipBillingAccount" | "voipEcoFax" | "voipLine" | "voipTrunk" | "xdslAccess";
|
|
135
|
+
export declare const PackXdslServiceNameEnum: any;
|
|
136
|
+
/** Sub service to delete */
|
|
137
|
+
export interface PackXdslMigrationSubServiceToDelete {
|
|
138
|
+
/** Number of services to be deleted */
|
|
139
|
+
numberToDelete?: number;
|
|
140
|
+
/** List of domains of sub services */
|
|
141
|
+
services?: PackXdslMigrationSubServiceToDeleteServicesList;
|
|
142
|
+
/** Type of service to be deleted */
|
|
143
|
+
type?: PackXdslServiceNameEnum;
|
|
144
|
+
}
|
|
145
|
+
export declare const PackXdslMigrationSubServiceToDelete: S.Schema<PackXdslMigrationSubServiceToDelete>;
|
|
146
|
+
/** List of sub services to delete */
|
|
147
|
+
export type PackXdslAddressMoveMoveOfferSubServicesToDeleteList = Array<PackXdslMigrationSubServiceToDelete>;
|
|
148
|
+
export declare const PackXdslAddressMoveMoveOfferSubServicesToDeleteList: S.Schema<PackXdslAddressMoveMoveOfferSubServicesToDeleteList>;
|
|
149
|
+
/** Address move offer */
|
|
150
|
+
export interface PackXdslAddressMoveMoveOffer {
|
|
151
|
+
/** Contracts details for this offer */
|
|
152
|
+
contracts?: PackXdslAddressMoveMoveOfferContractsList;
|
|
153
|
+
/** Tells if the custom ont address is available on the offer */
|
|
154
|
+
customOntAddress?: boolean;
|
|
155
|
+
/** Description of the offer */
|
|
156
|
+
description?: string;
|
|
157
|
+
/** Number of months of engagement */
|
|
158
|
+
engageMonths?: number | null;
|
|
159
|
+
/** Tells if the customer is still engaged */
|
|
160
|
+
engaged?: boolean;
|
|
161
|
+
/** List of modems for this offer */
|
|
162
|
+
modemOptions?: PackXdslAddressMoveMoveOfferModemOptionsList | null;
|
|
163
|
+
/** Modem reference (Mac or Serial) to be returned */
|
|
164
|
+
modemReferenceToReturn?: string | null;
|
|
165
|
+
/** Tells if the offer needs a modem */
|
|
166
|
+
needModem?: boolean;
|
|
167
|
+
/** Tells if the customer will have to change its modem */
|
|
168
|
+
needNewModem?: boolean;
|
|
169
|
+
/** Name of the offer */
|
|
170
|
+
offerName?: string;
|
|
171
|
+
/** Collection operator (CO) */
|
|
172
|
+
operator?: ConnectivityEligibilityOfferProductProviderEnum | null;
|
|
173
|
+
/** Available options for the migration */
|
|
174
|
+
options?: PackXdslAddressMoveMoveOfferOptionsList;
|
|
175
|
+
/** Prices detailed applicable for this offer */
|
|
176
|
+
prices?: PackXdslAddressMovePriceOffer;
|
|
177
|
+
/** List of product from provider available for an offer */
|
|
178
|
+
productCodes?: PackXdslAddressMoveMoveOfferProductCodesList;
|
|
179
|
+
/** List of sub services to delete */
|
|
180
|
+
subServicesToDelete?: PackXdslAddressMoveMoveOfferSubServicesToDeleteList;
|
|
181
|
+
/** URL of the offer */
|
|
182
|
+
url?: string;
|
|
183
|
+
}
|
|
184
|
+
export declare const PackXdslAddressMoveMoveOffer: S.Schema<PackXdslAddressMoveMoveOffer>;
|
|
185
|
+
/** Array of offers */
|
|
186
|
+
export type PackXdslAddressMoveMoveOfferResponseOffersList = Array<PackXdslAddressMoveMoveOffer>;
|
|
187
|
+
export declare const PackXdslAddressMoveMoveOfferResponseOffersList: S.Schema<PackXdslAddressMoveMoveOfferResponseOffersList>;
|
|
188
|
+
/** List of available Move address offer */
|
|
189
|
+
export interface PackXdslAddressMoveMoveOfferResponse {
|
|
190
|
+
/** Array of offers */
|
|
191
|
+
offers?: PackXdslAddressMoveMoveOfferResponseOffersList;
|
|
192
|
+
}
|
|
193
|
+
export declare const PackXdslAddressMoveMoveOfferResponse: S.Schema<PackXdslAddressMoveMoveOfferResponse>;
|
|
194
|
+
/** AsyncTask status */
|
|
195
|
+
export type PackXdslAsyncTaskStatusEnum = "error" | "ok" | "pending";
|
|
196
|
+
export declare const PackXdslAsyncTaskStatusEnum: any;
|
|
197
|
+
/** Async task */
|
|
198
|
+
export interface PackXdslAsyncTaskPackXdslAddressMoveMoveOfferResponse {
|
|
199
|
+
/** Error */
|
|
200
|
+
error?: string | null;
|
|
201
|
+
result?: PackXdslAddressMoveMoveOfferResponse;
|
|
202
|
+
/** Status of the call */
|
|
203
|
+
status?: PackXdslAsyncTaskStatusEnum;
|
|
204
|
+
}
|
|
205
|
+
export declare const PackXdslAsyncTaskPackXdslAddressMoveMoveOfferResponse: S.Schema<PackXdslAsyncTaskPackXdslAddressMoveMoveOfferResponse>;
|
|
206
|
+
/** Option of Offer */
|
|
207
|
+
export interface PackXdslMigrationOfferOption {
|
|
208
|
+
/** Name of the option */
|
|
209
|
+
name?: string;
|
|
210
|
+
/** Number of slots, couting included slots */
|
|
211
|
+
quantity?: number;
|
|
212
|
+
}
|
|
213
|
+
export declare const PackXdslMigrationOfferOption: S.Schema<PackXdslMigrationOfferOption>;
|
|
214
|
+
/** Options wanted in the new offer */
|
|
215
|
+
export type CreatePackXdslAddressMoveServicesToDeleteUnpackTermRequestOptionsList = Array<PackXdslMigrationOfferOption>;
|
|
216
|
+
export declare const CreatePackXdslAddressMoveServicesToDeleteUnpackTermRequestOptionsList: S.Schema<CreatePackXdslAddressMoveServicesToDeleteUnpackTermRequestOptionsList>;
|
|
217
|
+
export interface CreatePackXdslAddressMoveServicesToDeleteUnpackTermRequest {
|
|
218
|
+
/** The internal name of your pack */
|
|
219
|
+
packName: string;
|
|
220
|
+
/** Eligibility reference */
|
|
221
|
+
eligibilityReference: string;
|
|
222
|
+
/** Reference of the new offer */
|
|
223
|
+
offerName: string;
|
|
224
|
+
/** Options wanted in the new offer */
|
|
225
|
+
options?: CreatePackXdslAddressMoveServicesToDeleteUnpackTermRequestOptionsList;
|
|
226
|
+
}
|
|
227
|
+
export declare const CreatePackXdslAddressMoveServicesToDeleteUnpackTermRequest: S.Schema<CreatePackXdslAddressMoveServicesToDeleteUnpackTermRequest>;
|
|
228
|
+
/** Sub service with unpack terms details */
|
|
229
|
+
export interface PackXdslMigrationSubServiceDetails {
|
|
230
|
+
/** Tells whether or not the service can be unpacked */
|
|
231
|
+
isAllowed?: boolean;
|
|
232
|
+
/** Price bill on the unpack action */
|
|
233
|
+
price?: OrderPrice;
|
|
234
|
+
/** Renew period in month of the service */
|
|
235
|
+
renewPeriod?: number;
|
|
236
|
+
/** The price it will cost when it will be renewed */
|
|
237
|
+
renewPrice?: OrderPrice;
|
|
238
|
+
/** sub service name */
|
|
239
|
+
service?: string;
|
|
240
|
+
}
|
|
241
|
+
export declare const PackXdslMigrationSubServiceDetails: S.Schema<PackXdslMigrationSubServiceDetails>;
|
|
242
|
+
/** List of domains of sub services with unpack terms */
|
|
243
|
+
export type PackXdslMigrationSubServicesDetailsToDeleteServicesList = Array<PackXdslMigrationSubServiceDetails>;
|
|
244
|
+
export declare const PackXdslMigrationSubServicesDetailsToDeleteServicesList: S.Schema<PackXdslMigrationSubServicesDetailsToDeleteServicesList>;
|
|
245
|
+
/** Sub services to delete with unpack terms */
|
|
246
|
+
export interface PackXdslMigrationSubServicesDetailsToDelete {
|
|
247
|
+
/** Number of services to be deleted */
|
|
248
|
+
numberToDelete?: number;
|
|
249
|
+
/** List of domains of sub services with unpack terms */
|
|
250
|
+
services?: PackXdslMigrationSubServicesDetailsToDeleteServicesList;
|
|
251
|
+
/** Type of service to be deleted */
|
|
252
|
+
type?: PackXdslServiceNameEnum;
|
|
253
|
+
}
|
|
254
|
+
export declare const PackXdslMigrationSubServicesDetailsToDelete: S.Schema<PackXdslMigrationSubServicesDetailsToDelete>;
|
|
255
|
+
export type CreatePackXdslAddressMoveServicesToDeleteUnpackTermResponseBodyList = Array<PackXdslMigrationSubServicesDetailsToDelete>;
|
|
256
|
+
export declare const CreatePackXdslAddressMoveServicesToDeleteUnpackTermResponseBodyList: S.Schema<CreatePackXdslAddressMoveServicesToDeleteUnpackTermResponseBodyList>;
|
|
257
|
+
export type CreatePackXdslAddressMoveServicesToDeleteUnpackTermResponse = CreatePackXdslAddressMoveServicesToDeleteUnpackTermResponseBodyList;
|
|
258
|
+
export declare const CreatePackXdslAddressMoveServicesToDeleteUnpackTermResponse: S.Schema<CreatePackXdslAddressMoveServicesToDeleteUnpackTermResponse>;
|
|
259
|
+
export interface CreatePackXdslChangeContactRequest {
|
|
260
|
+
/** The internal name of your pack */
|
|
261
|
+
packName: string;
|
|
262
|
+
/** The contact to set as admin contact */
|
|
263
|
+
contactAdmin?: string;
|
|
264
|
+
/** The contact to set as billing contact */
|
|
265
|
+
contactBilling?: string;
|
|
266
|
+
/** The contact to set as tech contact */
|
|
267
|
+
contactTech?: string;
|
|
268
|
+
}
|
|
269
|
+
export declare const CreatePackXdslChangeContactRequest: S.Schema<CreatePackXdslChangeContactRequest>;
|
|
270
|
+
export type CreatePackXdslChangeContactResponseBodyList = Array<number>;
|
|
271
|
+
export declare const CreatePackXdslChangeContactResponseBodyList: S.Schema<CreatePackXdslChangeContactResponseBodyList>;
|
|
272
|
+
export type CreatePackXdslChangeContactResponse = CreatePackXdslChangeContactResponseBodyList;
|
|
273
|
+
export declare const CreatePackXdslChangeContactResponse: S.Schema<CreatePackXdslChangeContactResponse>;
|
|
274
|
+
/** Domain action */
|
|
275
|
+
export type PackXdslDomainActionEnum = "create" | "trade" | "transfer";
|
|
276
|
+
export declare const PackXdslDomainActionEnum: any;
|
|
277
|
+
export interface CreatePackXdslDomainServiceRequest {
|
|
278
|
+
/** The internal name of your pack */
|
|
279
|
+
packName: string;
|
|
280
|
+
/** Domain action */
|
|
281
|
+
action: PackXdslDomainActionEnum | (string & {});
|
|
282
|
+
/** Needed for transfer from another registrar */
|
|
283
|
+
authInfo?: string;
|
|
284
|
+
/** Domain name */
|
|
285
|
+
domain: string;
|
|
286
|
+
/** TLD of the domain */
|
|
287
|
+
tld: string;
|
|
288
|
+
}
|
|
289
|
+
export declare const CreatePackXdslDomainServiceRequest: S.Schema<CreatePackXdslDomainServiceRequest>;
|
|
290
|
+
/** Status of a task. */
|
|
291
|
+
export type PackXdslTaskStatusEnum = "cancelled" | "doing" | "done" | "error" | "problem" | "todo";
|
|
292
|
+
export declare const PackXdslTaskStatusEnum: any;
|
|
293
|
+
/** Describes the current status of a task */
|
|
294
|
+
export interface PackXdslTask {
|
|
295
|
+
function?: string;
|
|
296
|
+
id?: number;
|
|
297
|
+
status?: PackXdslTaskStatusEnum;
|
|
298
|
+
updateDate?: string;
|
|
299
|
+
}
|
|
300
|
+
export declare const PackXdslTask: S.Schema<PackXdslTask>;
|
|
301
|
+
export interface CreatePackXdslEmailProServiceRequest {
|
|
302
|
+
/** The internal name of your pack */
|
|
303
|
+
packName: string;
|
|
304
|
+
/** The email address */
|
|
305
|
+
email: string;
|
|
306
|
+
/** The password */
|
|
307
|
+
password: string | Redacted.Redacted<string>;
|
|
308
|
+
}
|
|
309
|
+
export declare const CreatePackXdslEmailProServiceRequest: S.Schema<CreatePackXdslEmailProServiceRequest>;
|
|
310
|
+
export interface CreatePackXdslHostedEmailServiceRequest {
|
|
311
|
+
/** The internal name of your pack */
|
|
312
|
+
packName: string;
|
|
313
|
+
/** Email address */
|
|
314
|
+
email: string;
|
|
315
|
+
/** Password */
|
|
316
|
+
password: string | Redacted.Redacted<string>;
|
|
317
|
+
}
|
|
318
|
+
export declare const CreatePackXdslHostedEmailServiceRequest: S.Schema<CreatePackXdslHostedEmailServiceRequest>;
|
|
319
|
+
export interface CreatePackXdslHostedEmailServiceChangePasswordRequest {
|
|
320
|
+
/** The internal name of your pack */
|
|
321
|
+
packName: string;
|
|
322
|
+
domain: string;
|
|
323
|
+
/** New password */
|
|
324
|
+
password: string | Redacted.Redacted<string>;
|
|
325
|
+
}
|
|
326
|
+
export declare const CreatePackXdslHostedEmailServiceChangePasswordRequest: S.Schema<CreatePackXdslHostedEmailServiceChangePasswordRequest>;
|
|
327
|
+
export interface CreatePackXdslHostedEmailServiceChangePasswordResponse {
|
|
328
|
+
}
|
|
329
|
+
export declare const CreatePackXdslHostedEmailServiceChangePasswordResponse: S.Schema<CreatePackXdslHostedEmailServiceChangePasswordResponse>;
|
|
330
|
+
export interface CreatePackXdslMigrationOfferRequest {
|
|
331
|
+
/** The internal name of your pack */
|
|
332
|
+
packName: string;
|
|
333
|
+
/** Building reference for FTTH and FTTE offers */
|
|
334
|
+
buildingReference?: string;
|
|
335
|
+
}
|
|
336
|
+
export declare const CreatePackXdslMigrationOfferRequest: S.Schema<CreatePackXdslMigrationOfferRequest>;
|
|
337
|
+
/** List of floor indentifier, "_NA_" if no identifier is available */
|
|
338
|
+
export type ConnectivityEligibilityBuildingStairFloorsList = Array<string>;
|
|
339
|
+
export declare const ConnectivityEligibilityBuildingStairFloorsList: S.Schema<ConnectivityEligibilityBuildingStairFloorsList>;
|
|
340
|
+
/** Stair details of a Building */
|
|
341
|
+
export interface ConnectivityEligibilityBuildingStair {
|
|
342
|
+
/** List of floor indentifier, "_NA_" if no identifier is available */
|
|
343
|
+
floors?: ConnectivityEligibilityBuildingStairFloorsList;
|
|
344
|
+
/** Stair identifier, "_NA_" if no identifier is available */
|
|
345
|
+
stair?: string;
|
|
346
|
+
}
|
|
347
|
+
export declare const ConnectivityEligibilityBuildingStair: S.Schema<ConnectivityEligibilityBuildingStair>;
|
|
348
|
+
/** Stairs for this building */
|
|
349
|
+
export type ConnectivityEligibilityBuildingStairsList = Array<ConnectivityEligibilityBuildingStair>;
|
|
350
|
+
export declare const ConnectivityEligibilityBuildingStairsList: S.Schema<ConnectivityEligibilityBuildingStairsList>;
|
|
351
|
+
/** Building type */
|
|
352
|
+
export type ConnectivityEligibilityBuildingTypeEnum = "BUILDING" | "HOUSE";
|
|
353
|
+
export declare const ConnectivityEligibilityBuildingTypeEnum: any;
|
|
354
|
+
/** Details of a Building */
|
|
355
|
+
export interface ConnectivityEligibilityBuilding {
|
|
356
|
+
/** Building name */
|
|
357
|
+
name?: string;
|
|
358
|
+
/** Building NRO (Optical main distribution frame) */
|
|
359
|
+
nro?: string | null;
|
|
360
|
+
/** Identifier which refer to a building uniquely */
|
|
361
|
+
reference?: string;
|
|
362
|
+
/** Stairs for this building */
|
|
363
|
+
stairs?: ConnectivityEligibilityBuildingStairsList | null;
|
|
364
|
+
/** Building type */
|
|
365
|
+
type?: ConnectivityEligibilityBuildingTypeEnum | null;
|
|
366
|
+
}
|
|
367
|
+
export declare const ConnectivityEligibilityBuilding: S.Schema<ConnectivityEligibilityBuilding>;
|
|
368
|
+
/** Array of buildings */
|
|
369
|
+
export type PackXdslMigrationMigrationOfferResponseBuildingsList = Array<ConnectivityEligibilityBuilding>;
|
|
370
|
+
export declare const PackXdslMigrationMigrationOfferResponseBuildingsList: S.Schema<PackXdslMigrationMigrationOfferResponseBuildingsList>;
|
|
371
|
+
/** DEPRECATED - List of contracts */
|
|
372
|
+
export type PackXdslMigrationMigrationOfferContractListList = Array<string>;
|
|
373
|
+
export declare const PackXdslMigrationMigrationOfferContractListList: S.Schema<PackXdslMigrationMigrationOfferContractListList>;
|
|
374
|
+
/** List of contracts for this offer */
|
|
375
|
+
export type PackXdslMigrationMigrationOfferContractsList = Array<OrderContract>;
|
|
376
|
+
export declare const PackXdslMigrationMigrationOfferContractsList: S.Schema<PackXdslMigrationMigrationOfferContractsList>;
|
|
377
|
+
/** List of number of months possible for engagement */
|
|
378
|
+
export type PackXdslMigrationMigrationOfferEngagementMonthsList = Array<number>;
|
|
379
|
+
export declare const PackXdslMigrationMigrationOfferEngagementMonthsList: S.Schema<PackXdslMigrationMigrationOfferEngagementMonthsList>;
|
|
380
|
+
/** List of modems for this offer */
|
|
381
|
+
export type PackXdslMigrationMigrationOfferModemOptionsList = Array<PackXdslMigrationOfferModemOption>;
|
|
382
|
+
export declare const PackXdslMigrationMigrationOfferModemOptionsList: S.Schema<PackXdslMigrationMigrationOfferModemOptionsList>;
|
|
383
|
+
/** Available options for the migration */
|
|
384
|
+
export type PackXdslMigrationMigrationOfferOptionsList = Array<PackXdslMigrationOfferAvailableOption>;
|
|
385
|
+
export declare const PackXdslMigrationMigrationOfferOptionsList: S.Schema<PackXdslMigrationMigrationOfferOptionsList>;
|
|
386
|
+
/** List of sub services to delete */
|
|
387
|
+
export type PackXdslMigrationMigrationOfferSubServicesToDeleteList = Array<PackXdslMigrationSubServiceToDelete>;
|
|
388
|
+
export declare const PackXdslMigrationMigrationOfferSubServicesToDeleteList: S.Schema<PackXdslMigrationMigrationOfferSubServicesToDeleteList>;
|
|
389
|
+
/** Migration offer */
|
|
390
|
+
export interface PackXdslMigrationMigrationOffer {
|
|
391
|
+
/** DEPRECATED - List of contracts */
|
|
392
|
+
contractList?: PackXdslMigrationMigrationOfferContractListList;
|
|
393
|
+
/** List of contracts for this offer */
|
|
394
|
+
contracts?: PackXdslMigrationMigrationOfferContractsList;
|
|
395
|
+
/** Price of the current offer */
|
|
396
|
+
currentOfferPrice?: OrderPrice;
|
|
397
|
+
/** Tells if the custom ont address is available on the offer */
|
|
398
|
+
customOntAddress?: boolean;
|
|
399
|
+
/** Description of the offer */
|
|
400
|
+
description?: string;
|
|
401
|
+
/** Price to make the migration */
|
|
402
|
+
due?: OrderPrice | null;
|
|
403
|
+
/** Number of months of engagement */
|
|
404
|
+
engageMonths?: number | null;
|
|
405
|
+
/** Tells if the customer is still engaged */
|
|
406
|
+
engaged?: boolean;
|
|
407
|
+
/** List of number of months possible for engagement */
|
|
408
|
+
engagementMonths?: PackXdslMigrationMigrationOfferEngagementMonthsList;
|
|
409
|
+
/** Subscription price the first year */
|
|
410
|
+
firstYearPromo?: OrderPrice | null;
|
|
411
|
+
/** Install fee for GTR option comfort additional cost */
|
|
412
|
+
gtrComfortFees?: OrderPrice | null;
|
|
413
|
+
/** Installation fees */
|
|
414
|
+
installFees?: OrderPrice | null;
|
|
415
|
+
/** Mac address of the modem to be returned */
|
|
416
|
+
modemMacToReturn?: string | null;
|
|
417
|
+
/** List of modems for this offer */
|
|
418
|
+
modemOptions?: PackXdslMigrationMigrationOfferModemOptionsList | null;
|
|
419
|
+
/** Price for modem rental */
|
|
420
|
+
modemRental?: OrderPrice | null;
|
|
421
|
+
/** Tells if the multiOtp is possible on the address */
|
|
422
|
+
multiOtp?: boolean;
|
|
423
|
+
/** Tells if the offer needs a modem */
|
|
424
|
+
needModem?: boolean;
|
|
425
|
+
/** Tells if the customer will have to change its modem */
|
|
426
|
+
needNewModem?: boolean;
|
|
427
|
+
/** Name of the offer */
|
|
428
|
+
offerName?: string;
|
|
429
|
+
/** Collection operator (CO) */
|
|
430
|
+
operator?: ConnectivityEligibilityOfferProductProviderEnum | null;
|
|
431
|
+
/** Available options for the migration */
|
|
432
|
+
options?: PackXdslMigrationMigrationOfferOptionsList;
|
|
433
|
+
/** Price of the offer */
|
|
434
|
+
price?: OrderPrice;
|
|
435
|
+
/** Promotion, if available */
|
|
436
|
+
promotion?: PackXdslMigrationAndAddressMovePromotion | null;
|
|
437
|
+
/** Subscription price for provider AI additional cost */
|
|
438
|
+
providerAI?: OrderPrice | null;
|
|
439
|
+
/** Subscription price for provider ORANGE additional cost */
|
|
440
|
+
providerOrange?: OrderPrice | null;
|
|
441
|
+
/** List of sub services to delete */
|
|
442
|
+
subServicesToDelete?: PackXdslMigrationMigrationOfferSubServicesToDeleteList;
|
|
443
|
+
/** URL of the offer */
|
|
444
|
+
url?: string;
|
|
445
|
+
}
|
|
446
|
+
export declare const PackXdslMigrationMigrationOffer: S.Schema<PackXdslMigrationMigrationOffer>;
|
|
447
|
+
/** Array of offers */
|
|
448
|
+
export type PackXdslMigrationMigrationOfferResponseOffersList = Array<PackXdslMigrationMigrationOffer>;
|
|
449
|
+
export declare const PackXdslMigrationMigrationOfferResponseOffersList: S.Schema<PackXdslMigrationMigrationOfferResponseOffersList>;
|
|
450
|
+
/** List of available Migration offer */
|
|
451
|
+
export interface PackXdslMigrationMigrationOfferResponse {
|
|
452
|
+
/** Array of buildings */
|
|
453
|
+
buildings?: PackXdslMigrationMigrationOfferResponseBuildingsList;
|
|
454
|
+
/** Array of offers */
|
|
455
|
+
offers?: PackXdslMigrationMigrationOfferResponseOffersList;
|
|
456
|
+
}
|
|
457
|
+
export declare const PackXdslMigrationMigrationOfferResponse: S.Schema<PackXdslMigrationMigrationOfferResponse>;
|
|
458
|
+
/** Async task */
|
|
459
|
+
export interface PackXdslAsyncTaskPackXdslMigrationMigrationOfferResponse {
|
|
460
|
+
/** Error */
|
|
461
|
+
error?: string | null;
|
|
462
|
+
result?: PackXdslMigrationMigrationOfferResponse;
|
|
463
|
+
/** Status of the call */
|
|
464
|
+
status?: PackXdslAsyncTaskStatusEnum;
|
|
465
|
+
}
|
|
466
|
+
export declare const PackXdslAsyncTaskPackXdslMigrationMigrationOfferResponse: S.Schema<PackXdslAsyncTaskPackXdslMigrationMigrationOfferResponse>;
|
|
467
|
+
/** Options wanted in the new offer */
|
|
468
|
+
export type CreatePackXdslMigrationServicesToDeleteUnpackTermRequestOptionsList = Array<PackXdslMigrationOfferOption>;
|
|
469
|
+
export declare const CreatePackXdslMigrationServicesToDeleteUnpackTermRequestOptionsList: S.Schema<CreatePackXdslMigrationServicesToDeleteUnpackTermRequestOptionsList>;
|
|
470
|
+
export interface CreatePackXdslMigrationServicesToDeleteUnpackTermRequest {
|
|
471
|
+
/** The internal name of your pack */
|
|
472
|
+
packName: string;
|
|
473
|
+
/** Reference of the new offer */
|
|
474
|
+
offerName: string;
|
|
475
|
+
/** Options wanted in the new offer */
|
|
476
|
+
options?: CreatePackXdslMigrationServicesToDeleteUnpackTermRequestOptionsList;
|
|
477
|
+
}
|
|
478
|
+
export declare const CreatePackXdslMigrationServicesToDeleteUnpackTermRequest: S.Schema<CreatePackXdslMigrationServicesToDeleteUnpackTermRequest>;
|
|
479
|
+
export type CreatePackXdslMigrationServicesToDeleteUnpackTermResponseBodyList = Array<PackXdslMigrationSubServicesDetailsToDelete>;
|
|
480
|
+
export declare const CreatePackXdslMigrationServicesToDeleteUnpackTermResponseBodyList: S.Schema<CreatePackXdslMigrationServicesToDeleteUnpackTermResponseBodyList>;
|
|
481
|
+
export type CreatePackXdslMigrationServicesToDeleteUnpackTermResponse = CreatePackXdslMigrationServicesToDeleteUnpackTermResponseBodyList;
|
|
482
|
+
export declare const CreatePackXdslMigrationServicesToDeleteUnpackTermResponse: S.Schema<CreatePackXdslMigrationServicesToDeleteUnpackTermResponse>;
|
|
483
|
+
/** Reason of a resiliation */
|
|
484
|
+
export type PackXdslResiliationReasonEnum = "addressMove" | "billingProblems" | "cessationOfActivity" | "changeOfTerms" | "changeOperator" | "eligibilityFtth" | "ftth" | "goToCompetitor" | "other" | "price" | "technicalProblems";
|
|
485
|
+
export declare const PackXdslResiliationReasonEnum: any;
|
|
486
|
+
/** Information about the reason for the resiliation */
|
|
487
|
+
export interface PackXdslResiliationSurvey {
|
|
488
|
+
/** Comment about this resiliation */
|
|
489
|
+
comment?: string | null;
|
|
490
|
+
/** Subsidiary response about this resiliation */
|
|
491
|
+
subsidiary?: string | null;
|
|
492
|
+
/** Type of reason for the resiliation */
|
|
493
|
+
type?: PackXdslResiliationReasonEnum | (string & {});
|
|
494
|
+
}
|
|
495
|
+
export declare const PackXdslResiliationSurvey: S.Schema<PackXdslResiliationSurvey>;
|
|
496
|
+
/** Ids of service you will keep on resiliation. (you can get it with /pack/xdsl/{packName}/subServices) */
|
|
497
|
+
export type CreatePackXdslResiliateRequestServicesToKeepList = Array<number>;
|
|
498
|
+
export declare const CreatePackXdslResiliateRequestServicesToKeepList: S.Schema<CreatePackXdslResiliateRequestServicesToKeepList>;
|
|
499
|
+
export interface CreatePackXdslResiliateRequest {
|
|
500
|
+
/** The internal name of your pack */
|
|
501
|
+
packName: string;
|
|
502
|
+
/** Effective date of the resiliation */
|
|
503
|
+
resiliationDate?: string;
|
|
504
|
+
/** Comment about resiliation reasons */
|
|
505
|
+
resiliationSurvey: PackXdslResiliationSurvey;
|
|
506
|
+
/** Ids of service you will keep on resiliation. (you can get it with /pack/xdsl/{packName}/subServices) */
|
|
507
|
+
servicesToKeep?: CreatePackXdslResiliateRequestServicesToKeepList;
|
|
508
|
+
}
|
|
509
|
+
export declare const CreatePackXdslResiliateRequest: S.Schema<CreatePackXdslResiliateRequest>;
|
|
510
|
+
/** Details about the resiliation */
|
|
511
|
+
export interface PackXdslResiliationFollowUpDetail {
|
|
512
|
+
/** Date when the resiliation will take effect */
|
|
513
|
+
dateTodo?: string;
|
|
514
|
+
/** If the customer needs to return his modem */
|
|
515
|
+
needModemReturn?: boolean;
|
|
516
|
+
/** Date when the resiliation was asked */
|
|
517
|
+
registrationDate?: string;
|
|
518
|
+
/** Status of the resiliation */
|
|
519
|
+
status?: string;
|
|
520
|
+
}
|
|
521
|
+
export declare const PackXdslResiliationFollowUpDetail: S.Schema<PackXdslResiliationFollowUpDetail>;
|
|
522
|
+
export interface CreatePackXdslVoipEcofaxServiceRequest {
|
|
523
|
+
/** The internal name of your pack */
|
|
524
|
+
packName: string;
|
|
525
|
+
}
|
|
526
|
+
export declare const CreatePackXdslVoipEcofaxServiceRequest: S.Schema<CreatePackXdslVoipEcofaxServiceRequest>;
|
|
527
|
+
export interface CreatePackXdslVoipLineOptionCustomShippingAddressRequest {
|
|
528
|
+
/** The internal name of your pack */
|
|
529
|
+
packName: string;
|
|
530
|
+
/** Address, including street name */
|
|
531
|
+
address: string;
|
|
532
|
+
/** City name */
|
|
533
|
+
cityName: string;
|
|
534
|
+
/** First name */
|
|
535
|
+
firstName: string;
|
|
536
|
+
/** Last name */
|
|
537
|
+
lastName: string;
|
|
538
|
+
/** Zip code */
|
|
539
|
+
zipCode: string;
|
|
540
|
+
}
|
|
541
|
+
export declare const CreatePackXdslVoipLineOptionCustomShippingAddressRequest: S.Schema<CreatePackXdslVoipLineOptionCustomShippingAddressRequest>;
|
|
542
|
+
export type CreatePackXdslVoipLineOptionCustomShippingAddressResponse = number;
|
|
543
|
+
export declare const CreatePackXdslVoipLineOptionCustomShippingAddressResponse: S.Schema<CreatePackXdslVoipLineOptionCustomShippingAddressResponse>;
|
|
544
|
+
/** List of names from hardwares call */
|
|
545
|
+
export type CreatePackXdslVoipLineServiceRequestHardwareNamesList = Array<string>;
|
|
546
|
+
export declare const CreatePackXdslVoipLineServiceRequestHardwareNamesList: S.Schema<CreatePackXdslVoipLineServiceRequestHardwareNamesList>;
|
|
547
|
+
export interface CreatePackXdslVoipLineServiceRequest {
|
|
548
|
+
/** The internal name of your pack */
|
|
549
|
+
packName: string;
|
|
550
|
+
/** List of names from hardwares call */
|
|
551
|
+
hardwareNames: CreatePackXdslVoipLineServiceRequestHardwareNamesList;
|
|
552
|
+
/** Mondial relay ID */
|
|
553
|
+
mondialRelayId?: string;
|
|
554
|
+
/** Shipping ID for the order */
|
|
555
|
+
shippingId?: string;
|
|
556
|
+
}
|
|
557
|
+
export declare const CreatePackXdslVoipLineServiceRequest: S.Schema<CreatePackXdslVoipLineServiceRequest>;
|
|
558
|
+
export type PackXdslVoIPLineOrderTaskIdsList = Array<number>;
|
|
559
|
+
export declare const PackXdslVoIPLineOrderTaskIdsList: S.Schema<PackXdslVoIPLineOrderTaskIdsList>;
|
|
560
|
+
/** Represents an order of VoIP lines */
|
|
561
|
+
export interface PackXdslVoIPLineOrder {
|
|
562
|
+
/** Whether or not this order need to be payed manually */
|
|
563
|
+
needPayment?: boolean;
|
|
564
|
+
orderId?: number;
|
|
565
|
+
orderUrl?: string;
|
|
566
|
+
taskIds?: PackXdslVoIPLineOrderTaskIdsList;
|
|
567
|
+
}
|
|
568
|
+
export declare const PackXdslVoIPLineOrder: S.Schema<PackXdslVoIPLineOrder>;
|
|
569
|
+
export interface DeletePackXdslHostedEmailServiceRequest {
|
|
570
|
+
/** The internal name of your pack */
|
|
571
|
+
packName: string;
|
|
572
|
+
domain: string;
|
|
573
|
+
}
|
|
574
|
+
export declare const DeletePackXdslHostedEmailServiceRequest: S.Schema<DeletePackXdslHostedEmailServiceRequest>;
|
|
575
|
+
export interface DeletePackXdslHostedEmailServiceResponse {
|
|
576
|
+
}
|
|
577
|
+
export declare const DeletePackXdslHostedEmailServiceResponse: S.Schema<DeletePackXdslHostedEmailServiceResponse>;
|
|
578
|
+
export interface GeneratePackXdslPromotionCodeRequest {
|
|
579
|
+
/** The internal name of your pack */
|
|
580
|
+
packName: string;
|
|
581
|
+
}
|
|
582
|
+
export declare const GeneratePackXdslPromotionCodeRequest: S.Schema<GeneratePackXdslPromotionCodeRequest>;
|
|
583
|
+
export interface GetPackXdslRequest {
|
|
584
|
+
/** The internal name of your pack */
|
|
585
|
+
packName: string;
|
|
586
|
+
}
|
|
587
|
+
export declare const GetPackXdslRequest: S.Schema<GetPackXdslRequest>;
|
|
588
|
+
/** Describe the capabilities of this pack */
|
|
589
|
+
export interface PackXdslPackCapabilities {
|
|
590
|
+
/** Whether or not this pack can move address */
|
|
591
|
+
canMoveAddress?: boolean;
|
|
592
|
+
/** Whether or not this pack is from an old offer */
|
|
593
|
+
isLegacyOffer?: boolean;
|
|
594
|
+
/** Whether or not this pack is a reseller offer */
|
|
595
|
+
isResellerOffer?: boolean;
|
|
596
|
+
}
|
|
597
|
+
export declare const PackXdslPackCapabilities: S.Schema<PackXdslPackCapabilities>;
|
|
598
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
599
|
+
export type IamResourceMetadataTagsMap = {
|
|
600
|
+
[key: string]: string | undefined;
|
|
601
|
+
};
|
|
602
|
+
export declare const IamResourceMetadataTagsMap: S.Schema<IamResourceMetadataTagsMap>;
|
|
603
|
+
/** IAM resource metadata embedded in services models */
|
|
604
|
+
export interface IamResourceMetadata {
|
|
605
|
+
/** Resource display name */
|
|
606
|
+
displayName?: string | null;
|
|
607
|
+
/** Unique identifier of the resource */
|
|
608
|
+
id?: string;
|
|
609
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
610
|
+
tags?: IamResourceMetadataTagsMap | null;
|
|
611
|
+
/** Unique resource name used in policies */
|
|
612
|
+
urn?: string;
|
|
613
|
+
}
|
|
614
|
+
export declare const IamResourceMetadata: S.Schema<IamResourceMetadata>;
|
|
615
|
+
/** Pack of xDSL services */
|
|
616
|
+
export interface PackXdslPackAdslWithIAM {
|
|
617
|
+
/** Capabilities of the pack */
|
|
618
|
+
capabilities?: PackXdslPackCapabilities;
|
|
619
|
+
/** Customer pack description */
|
|
620
|
+
description?: string | null;
|
|
621
|
+
/** IAM resource metadata */
|
|
622
|
+
iam?: IamResourceMetadata | null;
|
|
623
|
+
/** Name of the offer */
|
|
624
|
+
offerDescription?: string;
|
|
625
|
+
/** Price of the offer */
|
|
626
|
+
offerPrice?: OrderPrice;
|
|
627
|
+
/** Name of the xdsl pack */
|
|
628
|
+
packName?: string;
|
|
629
|
+
}
|
|
630
|
+
export declare const PackXdslPackAdslWithIAM: S.Schema<PackXdslPackAdslWithIAM>;
|
|
631
|
+
export interface GetPackXdslCanCancelResiliationRequest {
|
|
632
|
+
/** The internal name of your pack */
|
|
633
|
+
packName: string;
|
|
634
|
+
}
|
|
635
|
+
export declare const GetPackXdslCanCancelResiliationRequest: S.Schema<GetPackXdslCanCancelResiliationRequest>;
|
|
636
|
+
export type GetPackXdslCanCancelResiliationResponse = boolean;
|
|
637
|
+
export declare const GetPackXdslCanCancelResiliationResponse: S.Schema<GetPackXdslCanCancelResiliationResponse>;
|
|
638
|
+
export interface GetPackXdslContactOwnerRequest {
|
|
639
|
+
/** The internal name of your pack */
|
|
640
|
+
packName: string;
|
|
641
|
+
}
|
|
642
|
+
export declare const GetPackXdslContactOwnerRequest: S.Schema<GetPackXdslContactOwnerRequest>;
|
|
643
|
+
/** Countries a nichandle can choose */
|
|
644
|
+
export type NichandleCountryEnum = "AC" | "AD" | "AE" | "AF" | "AG" | "AI" | "AL" | "AM" | "AO" | "AQ" | "AR" | "AS" | "AT" | "AU" | "AW" | "AX" | "AZ" | "BA" | "BB" | "BD" | "BE" | "BF" | "BG" | "BH" | "BI" | "BJ" | "BL" | "BM" | "BN" | "BO" | "BQ" | "BR" | "BS" | "BT" | "BW" | "BY" | "BZ" | "CA" | "CC" | "CD" | "CF" | "CG" | "CH" | "CI" | "CK" | "CL" | "CM" | "CN" | "CO" | "CR" | "CU" | "CV" | "CW" | "CX" | "CY" | "CZ" | "DE" | "DG" | "DJ" | "DK" | "DM" | "DO" | "DZ" | "EA" | "EC" | "EE" | "EG" | "EH" | "ER" | "ES" | "ET" | "FI" | "FJ" | "FK" | "FM" | "FO" | "FR" | "GA" | "GB" | "GD" | "GE" | "GF" | "GG" | "GH" | "GI" | "GL" | "GM" | "GN" | "GP" | "GQ" | "GR" | "GS" | "GT" | "GU" | "GW" | "GY" | "HK" | "HN" | "HR" | "HT" | "HU" | "IC" | "ID" | "IE" | "IL" | "IM" | "IN" | "IO" | "IQ" | "IR" | "IS" | "IT" | "JE" | "JM" | "JO" | "JP" | "KE" | "KG" | "KH" | "KI" | "KM" | "KN" | "KP" | "KR" | "KW" | "KY" | "KZ" | "LA" | "LB" | "LC" | "LI" | "LK" | "LR" | "LS" | "LT" | "LU" | "LV" | "LY" | "MA" | "MC" | "MD" | "ME" | "MF" | "MG" | "MH" | "MK" | "ML" | "MM" | "MN" | "MO" | "MP" | "MQ" | "MR" | "MS" | "MT" | "MU" | "MV" | "MW" | "MX" | "MY" | "MZ" | "NA" | "NC" | "NE" | "NF" | "NG" | "NI" | "NL" | "NO" | "NP" | "NR" | "NU" | "NZ" | "OM" | "PA" | "PE" | "PF" | "PG" | "PH" | "PK" | "PL" | "PM" | "PN" | "PR" | "PS" | "PT" | "PW" | "PY" | "QA" | "RE" | "RO" | "RS" | "RU" | "RW" | "SA" | "SB" | "SC" | "SD" | "SE" | "SG" | "SH" | "SI" | "SJ" | "SK" | "SL" | "SM" | "SN" | "SO" | "SR" | "SS" | "ST" | "SV" | "SX" | "SY" | "SZ" | "TA" | "TC" | "TD" | "TF" | "TG" | "TH" | "TJ" | "TK" | "TL" | "TM" | "TN" | "TO" | "TR" | "TT" | "TV" | "TW" | "TZ" | "UA" | "UG" | "UM" | "UNKNOWN" | "US" | "UY" | "UZ" | "VA" | "VC" | "VE" | "VG" | "VI" | "VN" | "VU" | "WF" | "WS" | "XK" | "YE" | "YT" | "ZA" | "ZM" | "ZW";
|
|
645
|
+
export declare const NichandleCountryEnum: any;
|
|
646
|
+
/** Information about the contact */
|
|
647
|
+
export interface PackXdslContactInfos {
|
|
648
|
+
/** contact address */
|
|
649
|
+
address?: string | null;
|
|
650
|
+
/** contact city */
|
|
651
|
+
city?: string | null;
|
|
652
|
+
/** contact country */
|
|
653
|
+
country?: NichandleCountryEnum;
|
|
654
|
+
/** contact email */
|
|
655
|
+
email?: string;
|
|
656
|
+
/** contact firstname */
|
|
657
|
+
firstname?: string | null;
|
|
658
|
+
/** contact name */
|
|
659
|
+
name?: string | null;
|
|
660
|
+
/** contact organisation */
|
|
661
|
+
organisation?: string | null;
|
|
662
|
+
/** contact phone */
|
|
663
|
+
phone?: string | null;
|
|
664
|
+
/** contact phoneCountry */
|
|
665
|
+
phoneCountry?: NichandleCountryEnum | null;
|
|
666
|
+
/** contact zip */
|
|
667
|
+
zip?: string | null;
|
|
668
|
+
}
|
|
669
|
+
export declare const PackXdslContactInfos: S.Schema<PackXdslContactInfos>;
|
|
670
|
+
export interface GetPackXdslEmailProOptionIsEmailAvailableRequest {
|
|
671
|
+
/** The internal name of your pack */
|
|
672
|
+
packName: string;
|
|
673
|
+
/** The email address */
|
|
674
|
+
email: string;
|
|
675
|
+
}
|
|
676
|
+
export declare const GetPackXdslEmailProOptionIsEmailAvailableRequest: S.Schema<GetPackXdslEmailProOptionIsEmailAvailableRequest>;
|
|
677
|
+
export type GetPackXdslEmailProOptionIsEmailAvailableResponse = boolean;
|
|
678
|
+
export declare const GetPackXdslEmailProOptionIsEmailAvailableResponse: S.Schema<GetPackXdslEmailProOptionIsEmailAvailableResponse>;
|
|
679
|
+
export interface GetPackXdslExchangeAccountServiceRequest {
|
|
680
|
+
/** The internal name of your pack */
|
|
681
|
+
packName: string;
|
|
682
|
+
domain: string;
|
|
683
|
+
}
|
|
684
|
+
export declare const GetPackXdslExchangeAccountServiceRequest: S.Schema<GetPackXdslExchangeAccountServiceRequest>;
|
|
685
|
+
/** Exchange 2013 service */
|
|
686
|
+
export interface PackXdslExchangeAccountService {
|
|
687
|
+
domain?: string;
|
|
688
|
+
exchangeService?: string;
|
|
689
|
+
organizationName?: string;
|
|
690
|
+
}
|
|
691
|
+
export declare const PackXdslExchangeAccountService: S.Schema<PackXdslExchangeAccountService>;
|
|
692
|
+
export interface GetPackXdslExchangeIndividualOptionIsEmailAvailableRequest {
|
|
693
|
+
/** The internal name of your pack */
|
|
694
|
+
packName: string;
|
|
695
|
+
/** Email */
|
|
696
|
+
email: string;
|
|
697
|
+
}
|
|
698
|
+
export declare const GetPackXdslExchangeIndividualOptionIsEmailAvailableRequest: S.Schema<GetPackXdslExchangeIndividualOptionIsEmailAvailableRequest>;
|
|
699
|
+
export type GetPackXdslExchangeIndividualOptionIsEmailAvailableResponse = boolean;
|
|
700
|
+
export declare const GetPackXdslExchangeIndividualOptionIsEmailAvailableResponse: S.Schema<GetPackXdslExchangeIndividualOptionIsEmailAvailableResponse>;
|
|
701
|
+
export interface GetPackXdslHostedEmailServiceRequest {
|
|
702
|
+
/** The internal name of your pack */
|
|
703
|
+
packName: string;
|
|
704
|
+
domain: string;
|
|
705
|
+
}
|
|
706
|
+
export declare const GetPackXdslHostedEmailServiceRequest: S.Schema<GetPackXdslHostedEmailServiceRequest>;
|
|
707
|
+
/** Hosted email services */
|
|
708
|
+
export interface PackXdslHostedEmailService {
|
|
709
|
+
domain?: string;
|
|
710
|
+
}
|
|
711
|
+
export declare const PackXdslHostedEmailService: S.Schema<PackXdslHostedEmailService>;
|
|
712
|
+
export interface GetPackXdslHostedEmailServiceAccountRequest {
|
|
713
|
+
/** The internal name of your pack */
|
|
714
|
+
packName: string;
|
|
715
|
+
domain: string;
|
|
716
|
+
}
|
|
717
|
+
export declare const GetPackXdslHostedEmailServiceAccountRequest: S.Schema<GetPackXdslHostedEmailServiceAccountRequest>;
|
|
718
|
+
/** Available offers */
|
|
719
|
+
export type PackXdslHostedEmailAccountOfferEnum = "individual";
|
|
720
|
+
export declare const PackXdslHostedEmailAccountOfferEnum: any;
|
|
721
|
+
/** A numeric value tagged with its unit */
|
|
722
|
+
export interface ComplexTypeUnitAndValueLong {
|
|
723
|
+
unit?: string;
|
|
724
|
+
value?: number;
|
|
725
|
+
}
|
|
726
|
+
export declare const ComplexTypeUnitAndValueLong: S.Schema<ComplexTypeUnitAndValueLong>;
|
|
727
|
+
/** HostedEmail account */
|
|
728
|
+
export interface PackXdslHostedEmailAccount {
|
|
729
|
+
/** Is the anti-spam enabled ? */
|
|
730
|
+
antispamEnabled?: boolean;
|
|
731
|
+
/** Is the anti-virus enabled ? */
|
|
732
|
+
antivirusEnabled?: boolean;
|
|
733
|
+
/** Offer name */
|
|
734
|
+
offer?: PackXdslHostedEmailAccountOfferEnum;
|
|
735
|
+
/** Primary email address */
|
|
736
|
+
primaryEmailAddress?: string;
|
|
737
|
+
/** Quota of the mailbox */
|
|
738
|
+
quota?: ComplexTypeUnitAndValueLong;
|
|
739
|
+
/** Size of the maibox */
|
|
740
|
+
size?: ComplexTypeUnitAndValueLong;
|
|
741
|
+
}
|
|
742
|
+
export declare const PackXdslHostedEmailAccount: S.Schema<PackXdslHostedEmailAccount>;
|
|
743
|
+
export interface GetPackXdslResiliationFollowUpRequest {
|
|
744
|
+
/** The internal name of your pack */
|
|
745
|
+
packName: string;
|
|
746
|
+
}
|
|
747
|
+
export declare const GetPackXdslResiliationFollowUpRequest: S.Schema<GetPackXdslResiliationFollowUpRequest>;
|
|
748
|
+
export interface GetPackXdslResiliationTermsRequest {
|
|
749
|
+
/** The internal name of your pack */
|
|
750
|
+
packName: string;
|
|
751
|
+
/** The desired resiliation date */
|
|
752
|
+
resiliationDate?: string;
|
|
753
|
+
}
|
|
754
|
+
export declare const GetPackXdslResiliationTermsRequest: S.Schema<GetPackXdslResiliationTermsRequest>;
|
|
755
|
+
/** List of available resiliation reasons */
|
|
756
|
+
export type PackXdslResiliationTermsResiliationReasonsList = Array<PackXdslResiliationReasonEnum>;
|
|
757
|
+
export declare const PackXdslResiliationTermsResiliationReasonsList: S.Schema<PackXdslResiliationTermsResiliationReasonsList>;
|
|
758
|
+
/** Show the resiliation terms */
|
|
759
|
+
export interface PackXdslResiliationTerms {
|
|
760
|
+
/** Price due at resiliationDate */
|
|
761
|
+
due?: OrderPrice;
|
|
762
|
+
/** Date until which the customer is engaged */
|
|
763
|
+
engageDate?: string | null;
|
|
764
|
+
/** Minimum date at which the pack can be resiliated */
|
|
765
|
+
minResiliationDate?: string;
|
|
766
|
+
/** Date at which the pack will be resiliated */
|
|
767
|
+
resiliationDate?: string;
|
|
768
|
+
/** List of available resiliation reasons */
|
|
769
|
+
resiliationReasons?: PackXdslResiliationTermsResiliationReasonsList;
|
|
770
|
+
}
|
|
771
|
+
export declare const PackXdslResiliationTerms: S.Schema<PackXdslResiliationTerms>;
|
|
772
|
+
export interface GetPackXdslServiceInfosRequest {
|
|
773
|
+
/** The internal name of your pack */
|
|
774
|
+
packName: string;
|
|
775
|
+
}
|
|
776
|
+
export declare const GetPackXdslServiceInfosRequest: S.Schema<GetPackXdslServiceInfosRequest>;
|
|
777
|
+
/** All the possible renew period of your service in month */
|
|
778
|
+
export type ServicesServicePossibleRenewPeriodList = Array<number>;
|
|
779
|
+
export declare const ServicesServicePossibleRenewPeriodList: S.Schema<ServicesServicePossibleRenewPeriodList>;
|
|
780
|
+
/** Map a possible renew for a specific service */
|
|
781
|
+
export interface ServiceRenewType {
|
|
782
|
+
/** The service is automatically renewed */
|
|
783
|
+
automatic?: boolean;
|
|
784
|
+
/** The service will be deleted at expiration */
|
|
785
|
+
deleteAtExpiration?: boolean;
|
|
786
|
+
/** The service forced to be renewed */
|
|
787
|
+
forced?: boolean;
|
|
788
|
+
/** The service needs to be manually renewed and paid */
|
|
789
|
+
manualPayment?: boolean | null;
|
|
790
|
+
/** period of renew in month */
|
|
791
|
+
period?: number | null;
|
|
792
|
+
}
|
|
793
|
+
export declare const ServiceRenewType: S.Schema<ServiceRenewType>;
|
|
794
|
+
/** Detailed renewal type of a service */
|
|
795
|
+
export type ServiceRenewalTypeEnum = "automaticForcedProduct" | "automaticV2012" | "automaticV2014" | "automaticV2016" | "automaticV2024" | "manual" | "oneShot" | "option";
|
|
796
|
+
export declare const ServiceRenewalTypeEnum: any;
|
|
797
|
+
export type ServiceStateEnum = "autorenewInProgress" | "expired" | "inCreation" | "ok" | "pendingDebt" | "unPaid";
|
|
798
|
+
export declare const ServiceStateEnum: any;
|
|
799
|
+
/** Details about a Service */
|
|
800
|
+
export interface ServicesService {
|
|
801
|
+
/** Indicates that the service can be set up to be deleted at expiration */
|
|
802
|
+
canDeleteAtExpiration?: boolean;
|
|
803
|
+
contactAdmin?: string;
|
|
804
|
+
contactBilling?: string;
|
|
805
|
+
contactTech?: string;
|
|
806
|
+
creation?: string;
|
|
807
|
+
domain?: string;
|
|
808
|
+
engagedUpTo?: string | null;
|
|
809
|
+
expiration?: string;
|
|
810
|
+
/** All the possible renew period of your service in month */
|
|
811
|
+
possibleRenewPeriod?: ServicesServicePossibleRenewPeriodList | null;
|
|
812
|
+
/** Way of handling the renew */
|
|
813
|
+
renew?: ServiceRenewType | null;
|
|
814
|
+
renewalType?: ServiceRenewalTypeEnum;
|
|
815
|
+
serviceId?: number;
|
|
816
|
+
status?: ServiceStateEnum;
|
|
817
|
+
}
|
|
818
|
+
export declare const ServicesService: S.Schema<ServicesService>;
|
|
819
|
+
export interface GetPackXdslSubServiceRequest {
|
|
820
|
+
/** The internal name of your pack */
|
|
821
|
+
packName: string;
|
|
822
|
+
domain: string;
|
|
823
|
+
}
|
|
824
|
+
export declare const GetPackXdslSubServiceRequest: S.Schema<GetPackXdslSubServiceRequest>;
|
|
825
|
+
/** Service link to the pack */
|
|
826
|
+
export interface PackXdslService {
|
|
827
|
+
domain?: string;
|
|
828
|
+
id?: number;
|
|
829
|
+
type?: PackXdslServiceNameEnum;
|
|
830
|
+
}
|
|
831
|
+
export declare const PackXdslService: S.Schema<PackXdslService>;
|
|
832
|
+
export interface GetPackXdslSubServiceKeepServiceTermsRequest {
|
|
833
|
+
/** The internal name of your pack */
|
|
834
|
+
packName: string;
|
|
835
|
+
domain: string;
|
|
836
|
+
}
|
|
837
|
+
export declare const GetPackXdslSubServiceKeepServiceTermsRequest: S.Schema<GetPackXdslSubServiceKeepServiceTermsRequest>;
|
|
838
|
+
/** Terms to unpack services */
|
|
839
|
+
export interface PackXdslUnpackTerms {
|
|
840
|
+
/** Tells whether or not the service can be unpacked */
|
|
841
|
+
isAllowed?: boolean;
|
|
842
|
+
/** Price bill on the unpack action */
|
|
843
|
+
price?: OrderPrice;
|
|
844
|
+
/** Renew period in month of the service */
|
|
845
|
+
renewPeriod?: number;
|
|
846
|
+
/** The price it will cost when it will be renew */
|
|
847
|
+
renewPrice?: OrderPrice;
|
|
848
|
+
}
|
|
849
|
+
export declare const PackXdslUnpackTerms: S.Schema<PackXdslUnpackTerms>;
|
|
850
|
+
export interface GetPackXdslTaskRequest {
|
|
851
|
+
/** The internal name of your pack */
|
|
852
|
+
packName: string;
|
|
853
|
+
/** Id of the object */
|
|
854
|
+
id: number;
|
|
855
|
+
}
|
|
856
|
+
export declare const GetPackXdslTaskRequest: S.Schema<GetPackXdslTaskRequest>;
|
|
857
|
+
export interface GetPackXdslVoipLineServiceRequest {
|
|
858
|
+
/** The internal name of your pack */
|
|
859
|
+
packName: string;
|
|
860
|
+
domain: string;
|
|
861
|
+
}
|
|
862
|
+
export declare const GetPackXdslVoipLineServiceRequest: S.Schema<GetPackXdslVoipLineServiceRequest>;
|
|
863
|
+
/** VOIP line services */
|
|
864
|
+
export interface PackXdslVoipLineService {
|
|
865
|
+
billingAccount?: string;
|
|
866
|
+
domain?: string;
|
|
867
|
+
}
|
|
868
|
+
export declare const PackXdslVoipLineService: S.Schema<PackXdslVoipLineService>;
|
|
869
|
+
/** Resource tag filter */
|
|
870
|
+
export interface IamResourceTagFilterInput {
|
|
871
|
+
}
|
|
872
|
+
export declare const IamResourceTagFilterInput: S.Schema<IamResourceTagFilterInput>;
|
|
873
|
+
export type ListPackXdslRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
|
|
874
|
+
export declare const ListPackXdslRequestIamTagsValueList: S.Schema<ListPackXdslRequestIamTagsValueList>;
|
|
875
|
+
export type ListPackXdslRequestIamTagsMap = {
|
|
876
|
+
[key: string]: ListPackXdslRequestIamTagsValueList | undefined;
|
|
877
|
+
};
|
|
878
|
+
export declare const ListPackXdslRequestIamTagsMap: S.Schema<ListPackXdslRequestIamTagsMap>;
|
|
879
|
+
export interface ListPackXdslRequest {
|
|
880
|
+
/** Filter resources on IAM tags */
|
|
881
|
+
iamTags?: ListPackXdslRequestIamTagsMap;
|
|
882
|
+
}
|
|
883
|
+
export declare const ListPackXdslRequest: S.Schema<ListPackXdslRequest>;
|
|
884
|
+
export type ListPackXdslResponseBodyList = Array<string>;
|
|
885
|
+
export declare const ListPackXdslResponseBodyList: S.Schema<ListPackXdslResponseBodyList>;
|
|
886
|
+
export type ListPackXdslResponse = ListPackXdslResponseBodyList;
|
|
887
|
+
export declare const ListPackXdslResponse: S.Schema<ListPackXdslResponse>;
|
|
888
|
+
export interface ListPackXdslDomainOptionTldsRequest {
|
|
889
|
+
/** The internal name of your pack */
|
|
890
|
+
packName: string;
|
|
891
|
+
}
|
|
892
|
+
export declare const ListPackXdslDomainOptionTldsRequest: S.Schema<ListPackXdslDomainOptionTldsRequest>;
|
|
893
|
+
export type ListPackXdslDomainOptionTldsResponseBodyList = Array<string>;
|
|
894
|
+
export declare const ListPackXdslDomainOptionTldsResponseBodyList: S.Schema<ListPackXdslDomainOptionTldsResponseBodyList>;
|
|
895
|
+
export type ListPackXdslDomainOptionTldsResponse = ListPackXdslDomainOptionTldsResponseBodyList;
|
|
896
|
+
export declare const ListPackXdslDomainOptionTldsResponse: S.Schema<ListPackXdslDomainOptionTldsResponse>;
|
|
897
|
+
export interface ListPackXdslDomainServicesRequest {
|
|
898
|
+
/** The internal name of your pack */
|
|
899
|
+
packName: string;
|
|
900
|
+
}
|
|
901
|
+
export declare const ListPackXdslDomainServicesRequest: S.Schema<ListPackXdslDomainServicesRequest>;
|
|
902
|
+
export type ListPackXdslDomainServicesResponseBodyList = Array<string>;
|
|
903
|
+
export declare const ListPackXdslDomainServicesResponseBodyList: S.Schema<ListPackXdslDomainServicesResponseBodyList>;
|
|
904
|
+
export type ListPackXdslDomainServicesResponse = ListPackXdslDomainServicesResponseBodyList;
|
|
905
|
+
export declare const ListPackXdslDomainServicesResponse: S.Schema<ListPackXdslDomainServicesResponse>;
|
|
906
|
+
export interface ListPackXdslEmailProOptionDomainsRequest {
|
|
907
|
+
/** The internal name of your pack */
|
|
908
|
+
packName: string;
|
|
909
|
+
}
|
|
910
|
+
export declare const ListPackXdslEmailProOptionDomainsRequest: S.Schema<ListPackXdslEmailProOptionDomainsRequest>;
|
|
911
|
+
export type ListPackXdslEmailProOptionDomainsResponseBodyList = Array<string>;
|
|
912
|
+
export declare const ListPackXdslEmailProOptionDomainsResponseBodyList: S.Schema<ListPackXdslEmailProOptionDomainsResponseBodyList>;
|
|
913
|
+
export type ListPackXdslEmailProOptionDomainsResponse = ListPackXdslEmailProOptionDomainsResponseBodyList;
|
|
914
|
+
export declare const ListPackXdslEmailProOptionDomainsResponse: S.Schema<ListPackXdslEmailProOptionDomainsResponse>;
|
|
915
|
+
export interface ListPackXdslEmailProServicesRequest {
|
|
916
|
+
/** The internal name of your pack */
|
|
917
|
+
packName: string;
|
|
918
|
+
}
|
|
919
|
+
export declare const ListPackXdslEmailProServicesRequest: S.Schema<ListPackXdslEmailProServicesRequest>;
|
|
920
|
+
export type ListPackXdslEmailProServicesResponseBodyList = Array<string>;
|
|
921
|
+
export declare const ListPackXdslEmailProServicesResponseBodyList: S.Schema<ListPackXdslEmailProServicesResponseBodyList>;
|
|
922
|
+
export type ListPackXdslEmailProServicesResponse = ListPackXdslEmailProServicesResponseBodyList;
|
|
923
|
+
export declare const ListPackXdslEmailProServicesResponse: S.Schema<ListPackXdslEmailProServicesResponse>;
|
|
924
|
+
export interface ListPackXdslExchangeAccountServicesRequest {
|
|
925
|
+
/** The internal name of your pack */
|
|
926
|
+
packName: string;
|
|
927
|
+
}
|
|
928
|
+
export declare const ListPackXdslExchangeAccountServicesRequest: S.Schema<ListPackXdslExchangeAccountServicesRequest>;
|
|
929
|
+
export type ListPackXdslExchangeAccountServicesResponseBodyList = Array<string>;
|
|
930
|
+
export declare const ListPackXdslExchangeAccountServicesResponseBodyList: S.Schema<ListPackXdslExchangeAccountServicesResponseBodyList>;
|
|
931
|
+
export type ListPackXdslExchangeAccountServicesResponse = ListPackXdslExchangeAccountServicesResponseBodyList;
|
|
932
|
+
export declare const ListPackXdslExchangeAccountServicesResponse: S.Schema<ListPackXdslExchangeAccountServicesResponse>;
|
|
933
|
+
export interface ListPackXdslExchangeIndividualOptionDomainsRequest {
|
|
934
|
+
/** The internal name of your pack */
|
|
935
|
+
packName: string;
|
|
936
|
+
}
|
|
937
|
+
export declare const ListPackXdslExchangeIndividualOptionDomainsRequest: S.Schema<ListPackXdslExchangeIndividualOptionDomainsRequest>;
|
|
938
|
+
export type ListPackXdslExchangeIndividualOptionDomainsResponseBodyList = Array<string>;
|
|
939
|
+
export declare const ListPackXdslExchangeIndividualOptionDomainsResponseBodyList: S.Schema<ListPackXdslExchangeIndividualOptionDomainsResponseBodyList>;
|
|
940
|
+
export type ListPackXdslExchangeIndividualOptionDomainsResponse = ListPackXdslExchangeIndividualOptionDomainsResponseBodyList;
|
|
941
|
+
export declare const ListPackXdslExchangeIndividualOptionDomainsResponse: S.Schema<ListPackXdslExchangeIndividualOptionDomainsResponse>;
|
|
942
|
+
export interface ListPackXdslExchangeOrganizationServicesRequest {
|
|
943
|
+
/** The internal name of your pack */
|
|
944
|
+
packName: string;
|
|
945
|
+
}
|
|
946
|
+
export declare const ListPackXdslExchangeOrganizationServicesRequest: S.Schema<ListPackXdslExchangeOrganizationServicesRequest>;
|
|
947
|
+
export type ListPackXdslExchangeOrganizationServicesResponseBodyList = Array<string>;
|
|
948
|
+
export declare const ListPackXdslExchangeOrganizationServicesResponseBodyList: S.Schema<ListPackXdslExchangeOrganizationServicesResponseBodyList>;
|
|
949
|
+
export type ListPackXdslExchangeOrganizationServicesResponse = ListPackXdslExchangeOrganizationServicesResponseBodyList;
|
|
950
|
+
export declare const ListPackXdslExchangeOrganizationServicesResponse: S.Schema<ListPackXdslExchangeOrganizationServicesResponse>;
|
|
951
|
+
export interface ListPackXdslHostedEmailOptionDomainsRequest {
|
|
952
|
+
/** The internal name of your pack */
|
|
953
|
+
packName: string;
|
|
954
|
+
}
|
|
955
|
+
export declare const ListPackXdslHostedEmailOptionDomainsRequest: S.Schema<ListPackXdslHostedEmailOptionDomainsRequest>;
|
|
956
|
+
export type ListPackXdslHostedEmailOptionDomainsResponseBodyList = Array<string>;
|
|
957
|
+
export declare const ListPackXdslHostedEmailOptionDomainsResponseBodyList: S.Schema<ListPackXdslHostedEmailOptionDomainsResponseBodyList>;
|
|
958
|
+
export type ListPackXdslHostedEmailOptionDomainsResponse = ListPackXdslHostedEmailOptionDomainsResponseBodyList;
|
|
959
|
+
export declare const ListPackXdslHostedEmailOptionDomainsResponse: S.Schema<ListPackXdslHostedEmailOptionDomainsResponse>;
|
|
960
|
+
export interface ListPackXdslHostedEmailServiceConfigurationRequest {
|
|
961
|
+
/** The internal name of your pack */
|
|
962
|
+
packName: string;
|
|
963
|
+
domain: string;
|
|
964
|
+
}
|
|
965
|
+
export declare const ListPackXdslHostedEmailServiceConfigurationRequest: S.Schema<ListPackXdslHostedEmailServiceConfigurationRequest>;
|
|
966
|
+
/** Available types of service */
|
|
967
|
+
export type PackXdslHostedEmailConfigurationServiceEnum = "imap" | "imaps" | "pop3" | "pop3s" | "smtp" | "smtps" | "submission";
|
|
968
|
+
export declare const PackXdslHostedEmailConfigurationServiceEnum: any;
|
|
969
|
+
/** HostedEmail configuration service */
|
|
970
|
+
export interface PackXdslHostedEmailConfigurationService {
|
|
971
|
+
/** Service host */
|
|
972
|
+
host?: string;
|
|
973
|
+
/** Service IP */
|
|
974
|
+
ip?: string;
|
|
975
|
+
/** Service port */
|
|
976
|
+
port?: number;
|
|
977
|
+
/** Service name */
|
|
978
|
+
service?: PackXdslHostedEmailConfigurationServiceEnum;
|
|
979
|
+
/** Does the service use SMTP AUTH ? */
|
|
980
|
+
smtpAuth?: boolean | null;
|
|
981
|
+
/** Does the service use STARTTLS ? */
|
|
982
|
+
startTls?: boolean;
|
|
983
|
+
}
|
|
984
|
+
export declare const PackXdslHostedEmailConfigurationService: S.Schema<PackXdslHostedEmailConfigurationService>;
|
|
985
|
+
/** List of services configurations */
|
|
986
|
+
export type PackXdslHostedEmailConfigurationServicesList = Array<PackXdslHostedEmailConfigurationService>;
|
|
987
|
+
export declare const PackXdslHostedEmailConfigurationServicesList: S.Schema<PackXdslHostedEmailConfigurationServicesList>;
|
|
988
|
+
/** Available configuration statuses */
|
|
989
|
+
export type PackXdslHostedEmailConfigurationStatusEnum = "active" | "suspended";
|
|
990
|
+
export declare const PackXdslHostedEmailConfigurationStatusEnum: any;
|
|
991
|
+
/** HostedEmail configuration */
|
|
992
|
+
export interface PackXdslHostedEmailConfiguration {
|
|
993
|
+
/** List of services configurations */
|
|
994
|
+
services?: PackXdslHostedEmailConfigurationServicesList;
|
|
995
|
+
/** Status */
|
|
996
|
+
status?: PackXdslHostedEmailConfigurationStatusEnum;
|
|
997
|
+
/** Webmail url */
|
|
998
|
+
webmailUrl?: string;
|
|
999
|
+
}
|
|
1000
|
+
export declare const PackXdslHostedEmailConfiguration: S.Schema<PackXdslHostedEmailConfiguration>;
|
|
1001
|
+
export interface ListPackXdslHostedEmailServicesRequest {
|
|
1002
|
+
/** The internal name of your pack */
|
|
1003
|
+
packName: string;
|
|
1004
|
+
}
|
|
1005
|
+
export declare const ListPackXdslHostedEmailServicesRequest: S.Schema<ListPackXdslHostedEmailServicesRequest>;
|
|
1006
|
+
export type ListPackXdslHostedEmailServicesResponseBodyList = Array<string>;
|
|
1007
|
+
export declare const ListPackXdslHostedEmailServicesResponseBodyList: S.Schema<ListPackXdslHostedEmailServicesResponseBodyList>;
|
|
1008
|
+
export type ListPackXdslHostedEmailServicesResponse = ListPackXdslHostedEmailServicesResponseBodyList;
|
|
1009
|
+
export declare const ListPackXdslHostedEmailServicesResponse: S.Schema<ListPackXdslHostedEmailServicesResponse>;
|
|
1010
|
+
export interface ListPackXdslOrderFollowUpRequest {
|
|
1011
|
+
/** The internal name of your pack */
|
|
1012
|
+
packName: string;
|
|
1013
|
+
}
|
|
1014
|
+
export declare const ListPackXdslOrderFollowUpRequest: S.Schema<ListPackXdslOrderFollowUpRequest>;
|
|
1015
|
+
/** Additional information about the step */
|
|
1016
|
+
export type PackXdslOrderFollowUpStepCommentsList = Array<string>;
|
|
1017
|
+
export declare const PackXdslOrderFollowUpStepCommentsList: S.Schema<PackXdslOrderFollowUpStepCommentsList>;
|
|
1018
|
+
/** Information about order follow up step */
|
|
1019
|
+
export interface PackXdslOrderFollowUpStep {
|
|
1020
|
+
/** Additional information about the step */
|
|
1021
|
+
comments?: PackXdslOrderFollowUpStepCommentsList;
|
|
1022
|
+
/** Date when the step has been done */
|
|
1023
|
+
doneDate?: string | null;
|
|
1024
|
+
/** Unit used for the expected duration step */
|
|
1025
|
+
durationUnit?: string;
|
|
1026
|
+
/** Expected duration step */
|
|
1027
|
+
expectedDuration?: number;
|
|
1028
|
+
/** Order follow up step name */
|
|
1029
|
+
name?: string;
|
|
1030
|
+
/** Status of the step */
|
|
1031
|
+
status?: string;
|
|
1032
|
+
}
|
|
1033
|
+
export declare const PackXdslOrderFollowUpStep: S.Schema<PackXdslOrderFollowUpStep>;
|
|
1034
|
+
export type ListPackXdslOrderFollowUpResponseBodyList = Array<PackXdslOrderFollowUpStep>;
|
|
1035
|
+
export declare const ListPackXdslOrderFollowUpResponseBodyList: S.Schema<ListPackXdslOrderFollowUpResponseBodyList>;
|
|
1036
|
+
export type ListPackXdslOrderFollowUpResponse = ListPackXdslOrderFollowUpResponseBodyList;
|
|
1037
|
+
export declare const ListPackXdslOrderFollowUpResponse: S.Schema<ListPackXdslOrderFollowUpResponse>;
|
|
1038
|
+
export interface ListPackXdslPromotionCodeCapabilitiesRequest {
|
|
1039
|
+
/** The internal name of your pack */
|
|
1040
|
+
packName: string;
|
|
1041
|
+
}
|
|
1042
|
+
export declare const ListPackXdslPromotionCodeCapabilitiesRequest: S.Schema<ListPackXdslPromotionCodeCapabilitiesRequest>;
|
|
1043
|
+
/** Reasons why the promotion code can not be generated */
|
|
1044
|
+
export type PackXdslPromotionCodeReasonCodes = "noMoreAvailable" | "offerNotCompatible" | "serviceNotInOkState" | "stillEngaged" | "taskInProgress";
|
|
1045
|
+
export declare const PackXdslPromotionCodeReasonCodes: any;
|
|
1046
|
+
/** Enum of the possible errors */
|
|
1047
|
+
export type PackXdslPromotionCodeCapabilitiesReasonCodesList = Array<PackXdslPromotionCodeReasonCodes>;
|
|
1048
|
+
export declare const PackXdslPromotionCodeCapabilitiesReasonCodesList: S.Schema<PackXdslPromotionCodeCapabilitiesReasonCodesList>;
|
|
1049
|
+
/** Informations about a promotion code */
|
|
1050
|
+
export interface PackXdslPromotionCodeCapabilities {
|
|
1051
|
+
/** Amount of the promotion code */
|
|
1052
|
+
amount?: OrderPrice;
|
|
1053
|
+
/** True if the promotion code generation is available */
|
|
1054
|
+
canGenerate?: boolean;
|
|
1055
|
+
/** Number of months of engagement */
|
|
1056
|
+
engagement?: number;
|
|
1057
|
+
/** Enum of the possible errors */
|
|
1058
|
+
reasonCodes?: PackXdslPromotionCodeCapabilitiesReasonCodesList;
|
|
1059
|
+
}
|
|
1060
|
+
export declare const PackXdslPromotionCodeCapabilities: S.Schema<PackXdslPromotionCodeCapabilities>;
|
|
1061
|
+
export interface ListPackXdslSearchRequest {
|
|
1062
|
+
/** This parameter could be IP / line number / pack name / access name / order id / mac address */
|
|
1063
|
+
pattern: string;
|
|
1064
|
+
}
|
|
1065
|
+
export declare const ListPackXdslSearchRequest: S.Schema<ListPackXdslSearchRequest>;
|
|
1066
|
+
/** Possible DSL technologies */
|
|
1067
|
+
export type XdslDslTypeEnum = "adsl" | "ftte" | "ftth" | "sdsl" | "vdsl";
|
|
1068
|
+
export declare const XdslDslTypeEnum: any;
|
|
1069
|
+
/** Information about pack xdsl */
|
|
1070
|
+
export interface PackXdslPackDetail {
|
|
1071
|
+
/** Reference of the access */
|
|
1072
|
+
accessname?: string;
|
|
1073
|
+
/** Description of the access */
|
|
1074
|
+
description?: string;
|
|
1075
|
+
/** Number of the line */
|
|
1076
|
+
number?: string;
|
|
1077
|
+
/** Name of the pack */
|
|
1078
|
+
packname?: string;
|
|
1079
|
+
/** Type of the access */
|
|
1080
|
+
type?: XdslDslTypeEnum;
|
|
1081
|
+
}
|
|
1082
|
+
export declare const PackXdslPackDetail: S.Schema<PackXdslPackDetail>;
|
|
1083
|
+
export type ListPackXdslSearchResponseBodyList = Array<PackXdslPackDetail>;
|
|
1084
|
+
export declare const ListPackXdslSearchResponseBodyList: S.Schema<ListPackXdslSearchResponseBodyList>;
|
|
1085
|
+
export type ListPackXdslSearchResponse = ListPackXdslSearchResponseBodyList;
|
|
1086
|
+
export declare const ListPackXdslSearchResponse: S.Schema<ListPackXdslSearchResponse>;
|
|
1087
|
+
export interface ListPackXdslServicesRequest {
|
|
1088
|
+
/** The internal name of your pack */
|
|
1089
|
+
packName: string;
|
|
1090
|
+
}
|
|
1091
|
+
export declare const ListPackXdslServicesRequest: S.Schema<ListPackXdslServicesRequest>;
|
|
1092
|
+
/** Informations about a service */
|
|
1093
|
+
export interface PackXdslServiceInformation {
|
|
1094
|
+
inCreation?: number;
|
|
1095
|
+
name?: PackXdslServiceNameEnum;
|
|
1096
|
+
total?: number;
|
|
1097
|
+
used?: number;
|
|
1098
|
+
}
|
|
1099
|
+
export declare const PackXdslServiceInformation: S.Schema<PackXdslServiceInformation>;
|
|
1100
|
+
export type ListPackXdslServicesResponseBodyList = Array<PackXdslServiceInformation>;
|
|
1101
|
+
export declare const ListPackXdslServicesResponseBodyList: S.Schema<ListPackXdslServicesResponseBodyList>;
|
|
1102
|
+
export type ListPackXdslServicesResponse = ListPackXdslServicesResponseBodyList;
|
|
1103
|
+
export declare const ListPackXdslServicesResponse: S.Schema<ListPackXdslServicesResponse>;
|
|
1104
|
+
/** Allowed contexts when looking for shipping addresses */
|
|
1105
|
+
export type PackXdslShippingAddressContextEnum = "migration" | "voipLine";
|
|
1106
|
+
export declare const PackXdslShippingAddressContextEnum: any;
|
|
1107
|
+
export interface ListPackXdslShippingAddressesRequest {
|
|
1108
|
+
/** The internal name of your pack */
|
|
1109
|
+
packName: string;
|
|
1110
|
+
/** Context */
|
|
1111
|
+
context: PackXdslShippingAddressContextEnum | (string & {});
|
|
1112
|
+
}
|
|
1113
|
+
export declare const ListPackXdslShippingAddressesRequest: S.Schema<ListPackXdslShippingAddressesRequest>;
|
|
1114
|
+
/** Shipping address */
|
|
1115
|
+
export interface PackXdslShippingAddress {
|
|
1116
|
+
address?: string;
|
|
1117
|
+
cityName?: string;
|
|
1118
|
+
countryCode?: string;
|
|
1119
|
+
firstName?: string;
|
|
1120
|
+
lastName?: string;
|
|
1121
|
+
shippingId?: string;
|
|
1122
|
+
zipCode?: string;
|
|
1123
|
+
}
|
|
1124
|
+
export declare const PackXdslShippingAddress: S.Schema<PackXdslShippingAddress>;
|
|
1125
|
+
export type ListPackXdslShippingAddressesResponseBodyList = Array<PackXdslShippingAddress>;
|
|
1126
|
+
export declare const ListPackXdslShippingAddressesResponseBodyList: S.Schema<ListPackXdslShippingAddressesResponseBodyList>;
|
|
1127
|
+
export type ListPackXdslShippingAddressesResponse = ListPackXdslShippingAddressesResponseBodyList;
|
|
1128
|
+
export declare const ListPackXdslShippingAddressesResponse: S.Schema<ListPackXdslShippingAddressesResponse>;
|
|
1129
|
+
export interface ListPackXdslSubServicesRequest {
|
|
1130
|
+
/** The internal name of your pack */
|
|
1131
|
+
packName: string;
|
|
1132
|
+
}
|
|
1133
|
+
export declare const ListPackXdslSubServicesRequest: S.Schema<ListPackXdslSubServicesRequest>;
|
|
1134
|
+
export type ListPackXdslSubServicesResponseBodyList = Array<string>;
|
|
1135
|
+
export declare const ListPackXdslSubServicesResponseBodyList: S.Schema<ListPackXdslSubServicesResponseBodyList>;
|
|
1136
|
+
export type ListPackXdslSubServicesResponse = ListPackXdslSubServicesResponseBodyList;
|
|
1137
|
+
export declare const ListPackXdslSubServicesResponse: S.Schema<ListPackXdslSubServicesResponse>;
|
|
1138
|
+
export interface ListPackXdslTasksRequest {
|
|
1139
|
+
/** The internal name of your pack */
|
|
1140
|
+
packName: string;
|
|
1141
|
+
/** Filter the value of function property (=) */
|
|
1142
|
+
function?: string;
|
|
1143
|
+
/** Filter the value of status property (=) */
|
|
1144
|
+
status?: PackXdslTaskStatusEnum | (string & {});
|
|
1145
|
+
}
|
|
1146
|
+
export declare const ListPackXdslTasksRequest: S.Schema<ListPackXdslTasksRequest>;
|
|
1147
|
+
export type ListPackXdslTasksResponseBodyList = Array<number>;
|
|
1148
|
+
export declare const ListPackXdslTasksResponseBodyList: S.Schema<ListPackXdslTasksResponseBodyList>;
|
|
1149
|
+
export type ListPackXdslTasksResponse = ListPackXdslTasksResponseBodyList;
|
|
1150
|
+
export declare const ListPackXdslTasksResponse: S.Schema<ListPackXdslTasksResponse>;
|
|
1151
|
+
export interface ListPackXdslVoipBillingAccountServicesRequest {
|
|
1152
|
+
/** The internal name of your pack */
|
|
1153
|
+
packName: string;
|
|
1154
|
+
}
|
|
1155
|
+
export declare const ListPackXdslVoipBillingAccountServicesRequest: S.Schema<ListPackXdslVoipBillingAccountServicesRequest>;
|
|
1156
|
+
export type ListPackXdslVoipBillingAccountServicesResponseBodyList = Array<string>;
|
|
1157
|
+
export declare const ListPackXdslVoipBillingAccountServicesResponseBodyList: S.Schema<ListPackXdslVoipBillingAccountServicesResponseBodyList>;
|
|
1158
|
+
export type ListPackXdslVoipBillingAccountServicesResponse = ListPackXdslVoipBillingAccountServicesResponseBodyList;
|
|
1159
|
+
export declare const ListPackXdslVoipBillingAccountServicesResponse: S.Schema<ListPackXdslVoipBillingAccountServicesResponse>;
|
|
1160
|
+
export interface ListPackXdslVoipEcofaxServicesRequest {
|
|
1161
|
+
/** The internal name of your pack */
|
|
1162
|
+
packName: string;
|
|
1163
|
+
}
|
|
1164
|
+
export declare const ListPackXdslVoipEcofaxServicesRequest: S.Schema<ListPackXdslVoipEcofaxServicesRequest>;
|
|
1165
|
+
export type ListPackXdslVoipEcofaxServicesResponseBodyList = Array<string>;
|
|
1166
|
+
export declare const ListPackXdslVoipEcofaxServicesResponseBodyList: S.Schema<ListPackXdslVoipEcofaxServicesResponseBodyList>;
|
|
1167
|
+
export type ListPackXdslVoipEcofaxServicesResponse = ListPackXdslVoipEcofaxServicesResponseBodyList;
|
|
1168
|
+
export declare const ListPackXdslVoipEcofaxServicesResponse: S.Schema<ListPackXdslVoipEcofaxServicesResponse>;
|
|
1169
|
+
export interface ListPackXdslVoipLineOptionHardwaresRequest {
|
|
1170
|
+
/** The internal name of your pack */
|
|
1171
|
+
packName: string;
|
|
1172
|
+
}
|
|
1173
|
+
export declare const ListPackXdslVoipLineOptionHardwaresRequest: S.Schema<ListPackXdslVoipLineOptionHardwaresRequest>;
|
|
1174
|
+
/** Hardware for VoIP line */
|
|
1175
|
+
export interface PackXdslVoIPHardware {
|
|
1176
|
+
deposit?: OrderPrice | null;
|
|
1177
|
+
fees?: OrderPrice | null;
|
|
1178
|
+
image?: string | null;
|
|
1179
|
+
label?: string;
|
|
1180
|
+
max?: number | null;
|
|
1181
|
+
name?: string;
|
|
1182
|
+
needShipping?: boolean;
|
|
1183
|
+
url?: string | null;
|
|
1184
|
+
}
|
|
1185
|
+
export declare const PackXdslVoIPHardware: S.Schema<PackXdslVoIPHardware>;
|
|
1186
|
+
export type ListPackXdslVoipLineOptionHardwaresResponseBodyList = Array<PackXdslVoIPHardware>;
|
|
1187
|
+
export declare const ListPackXdslVoipLineOptionHardwaresResponseBodyList: S.Schema<ListPackXdslVoipLineOptionHardwaresResponseBodyList>;
|
|
1188
|
+
export type ListPackXdslVoipLineOptionHardwaresResponse = ListPackXdslVoipLineOptionHardwaresResponseBodyList;
|
|
1189
|
+
export declare const ListPackXdslVoipLineOptionHardwaresResponse: S.Schema<ListPackXdslVoipLineOptionHardwaresResponse>;
|
|
1190
|
+
export interface ListPackXdslVoipLineOptionShippingAddressesRequest {
|
|
1191
|
+
/** The internal name of your pack */
|
|
1192
|
+
packName: string;
|
|
1193
|
+
}
|
|
1194
|
+
export declare const ListPackXdslVoipLineOptionShippingAddressesRequest: S.Schema<ListPackXdslVoipLineOptionShippingAddressesRequest>;
|
|
1195
|
+
export type ListPackXdslVoipLineOptionShippingAddressesResponseBodyList = Array<PackXdslShippingAddress>;
|
|
1196
|
+
export declare const ListPackXdslVoipLineOptionShippingAddressesResponseBodyList: S.Schema<ListPackXdslVoipLineOptionShippingAddressesResponseBodyList>;
|
|
1197
|
+
export type ListPackXdslVoipLineOptionShippingAddressesResponse = ListPackXdslVoipLineOptionShippingAddressesResponseBodyList;
|
|
1198
|
+
export declare const ListPackXdslVoipLineOptionShippingAddressesResponse: S.Schema<ListPackXdslVoipLineOptionShippingAddressesResponse>;
|
|
1199
|
+
export interface ListPackXdslVoipLineServicesRequest {
|
|
1200
|
+
/** The internal name of your pack */
|
|
1201
|
+
packName: string;
|
|
1202
|
+
}
|
|
1203
|
+
export declare const ListPackXdslVoipLineServicesRequest: S.Schema<ListPackXdslVoipLineServicesRequest>;
|
|
1204
|
+
export type ListPackXdslVoipLineServicesResponseBodyList = Array<string>;
|
|
1205
|
+
export declare const ListPackXdslVoipLineServicesResponseBodyList: S.Schema<ListPackXdslVoipLineServicesResponseBodyList>;
|
|
1206
|
+
export type ListPackXdslVoipLineServicesResponse = ListPackXdslVoipLineServicesResponseBodyList;
|
|
1207
|
+
export declare const ListPackXdslVoipLineServicesResponse: S.Schema<ListPackXdslVoipLineServicesResponse>;
|
|
1208
|
+
export interface ListPackXdslXdslAccessServicesRequest {
|
|
1209
|
+
/** The internal name of your pack */
|
|
1210
|
+
packName: string;
|
|
1211
|
+
}
|
|
1212
|
+
export declare const ListPackXdslXdslAccessServicesRequest: S.Schema<ListPackXdslXdslAccessServicesRequest>;
|
|
1213
|
+
export type ListPackXdslXdslAccessServicesResponseBodyList = Array<string>;
|
|
1214
|
+
export declare const ListPackXdslXdslAccessServicesResponseBodyList: S.Schema<ListPackXdslXdslAccessServicesResponseBodyList>;
|
|
1215
|
+
export type ListPackXdslXdslAccessServicesResponse = ListPackXdslXdslAccessServicesResponseBodyList;
|
|
1216
|
+
export declare const ListPackXdslXdslAccessServicesResponse: S.Schema<ListPackXdslXdslAccessServicesResponse>;
|
|
1217
|
+
/** Installation type, for fiber only */
|
|
1218
|
+
export type ConnectivityEligibilityInstallationTypeEnum = "activate" | "activate_undefined" | "create" | "multiOtp";
|
|
1219
|
+
export declare const ConnectivityEligibilityInstallationTypeEnum: any;
|
|
1220
|
+
/** Represents a time slot for a meeting */
|
|
1221
|
+
export interface XdslEligibilityMeetingSlot {
|
|
1222
|
+
/** The end of the time slot */
|
|
1223
|
+
endDate?: string;
|
|
1224
|
+
/** Represent a meeting id for a fiber collect operator */
|
|
1225
|
+
slotId?: string | null;
|
|
1226
|
+
/** The beginning of the time slot */
|
|
1227
|
+
startDate?: string;
|
|
1228
|
+
/** An opaque string that represents an intervention unit */
|
|
1229
|
+
uiCode?: string;
|
|
1230
|
+
}
|
|
1231
|
+
export declare const XdslEligibilityMeetingSlot: S.Schema<XdslEligibilityMeetingSlot>;
|
|
1232
|
+
/** Parameters to book a time slot for a meeting */
|
|
1233
|
+
export interface XdslEligibilityBookMeetingSlot {
|
|
1234
|
+
/** Whether or not to book a fake meeting slots (if no slots are available) */
|
|
1235
|
+
fakeMeeting?: boolean;
|
|
1236
|
+
/** The time slot to book, null if fakeMeeting is true */
|
|
1237
|
+
meetingSlot?: XdslEligibilityMeetingSlot | null;
|
|
1238
|
+
/** The name of the customer */
|
|
1239
|
+
name?: string | null;
|
|
1240
|
+
}
|
|
1241
|
+
export declare const XdslEligibilityBookMeetingSlot: S.Schema<XdslEligibilityBookMeetingSlot>;
|
|
1242
|
+
/** modem type */
|
|
1243
|
+
export type PackXdslModemOptionEnum = "no" | "recycled" | "yes";
|
|
1244
|
+
export declare const PackXdslModemOptionEnum: any;
|
|
1245
|
+
/** Options wanted in the new offer */
|
|
1246
|
+
export type MigratePackXdslMigrationRequestOptionsList = Array<PackXdslMigrationOfferOption>;
|
|
1247
|
+
export declare const MigratePackXdslMigrationRequestOptionsList: S.Schema<MigratePackXdslMigrationRequestOptionsList>;
|
|
1248
|
+
/** Option of Offer */
|
|
1249
|
+
export interface PackXdslMigrationOfferServiceToDelete {
|
|
1250
|
+
/** Type of the service */
|
|
1251
|
+
service?: string;
|
|
1252
|
+
/** Type of the service to delete */
|
|
1253
|
+
type?: PackXdslServiceNameEnum | (string & {});
|
|
1254
|
+
}
|
|
1255
|
+
export declare const PackXdslMigrationOfferServiceToDelete: S.Schema<PackXdslMigrationOfferServiceToDelete>;
|
|
1256
|
+
/** List of domains of services to delete if needed */
|
|
1257
|
+
export type MigratePackXdslMigrationRequestSubServicesToDeleteList = Array<PackXdslMigrationOfferServiceToDelete>;
|
|
1258
|
+
export declare const MigratePackXdslMigrationRequestSubServicesToDeleteList: S.Schema<MigratePackXdslMigrationRequestSubServicesToDeleteList>;
|
|
1259
|
+
/** Option of Offer */
|
|
1260
|
+
export interface PackXdslMigrationOfferServiceToKeep {
|
|
1261
|
+
/** Type of the service */
|
|
1262
|
+
service?: string;
|
|
1263
|
+
/** Type of the service to keep */
|
|
1264
|
+
type?: PackXdslServiceNameEnum | (string & {});
|
|
1265
|
+
}
|
|
1266
|
+
export declare const PackXdslMigrationOfferServiceToKeep: S.Schema<PackXdslMigrationOfferServiceToKeep>;
|
|
1267
|
+
/** List of domains of services to keep if needed */
|
|
1268
|
+
export type MigratePackXdslMigrationRequestSubServicesToKeepList = Array<PackXdslMigrationOfferServiceToKeep>;
|
|
1269
|
+
export declare const MigratePackXdslMigrationRequestSubServicesToKeepList: S.Schema<MigratePackXdslMigrationRequestSubServicesToKeepList>;
|
|
1270
|
+
export interface MigratePackXdslMigrationRequest {
|
|
1271
|
+
/** The internal name of your pack */
|
|
1272
|
+
packName: string;
|
|
1273
|
+
/** You explicitly accept the terms of the contract corresponding to your new offer */
|
|
1274
|
+
acceptContracts: boolean;
|
|
1275
|
+
/** Building reference for FTTH and FTTE offers */
|
|
1276
|
+
buildingReference?: string;
|
|
1277
|
+
/** Customer contact phone number */
|
|
1278
|
+
contactPhone?: string;
|
|
1279
|
+
/** Number of months of re-engagement */
|
|
1280
|
+
engageMonths?: number;
|
|
1281
|
+
/** Floor identifier, "_NA_" if no identifier is available */
|
|
1282
|
+
floor?: string;
|
|
1283
|
+
/** Installation type, only on FTTH technology */
|
|
1284
|
+
installationType?: ConnectivityEligibilityInstallationTypeEnum | (string & {});
|
|
1285
|
+
/** Data to book a meeting slot */
|
|
1286
|
+
meeting?: XdslEligibilityBookMeetingSlot;
|
|
1287
|
+
/** Modem choose */
|
|
1288
|
+
modem: PackXdslModemOptionEnum | (string & {});
|
|
1289
|
+
/** Mondial relay ID if a shipping is needed */
|
|
1290
|
+
mondialRelayId?: number;
|
|
1291
|
+
/** nicShipping if a shipping is needed */
|
|
1292
|
+
nicShipping?: string;
|
|
1293
|
+
/** Reference of the new offer */
|
|
1294
|
+
offerName: string;
|
|
1295
|
+
/** Allows you to personalize a delivery address for the ONT. If empty, the address will be that of the installation */
|
|
1296
|
+
ontShippingContact?: string;
|
|
1297
|
+
/** Options wanted in the new offer */
|
|
1298
|
+
options?: MigratePackXdslMigrationRequestOptionsList;
|
|
1299
|
+
/** Do you have an Optical Termination Point (Point de Terminaison Optique) at home ? */
|
|
1300
|
+
otp?: boolean;
|
|
1301
|
+
/** Reference of the Optical Termination Point */
|
|
1302
|
+
otpReference?: string;
|
|
1303
|
+
/** Product code, an unique identifier to designate the chosen offer */
|
|
1304
|
+
productCode?: string;
|
|
1305
|
+
/** Stair identifier, "_NA_" if no identifier is available */
|
|
1306
|
+
stair?: string;
|
|
1307
|
+
/** List of domains of services to delete if needed */
|
|
1308
|
+
subServicesToDelete?: MigratePackXdslMigrationRequestSubServicesToDeleteList;
|
|
1309
|
+
/** List of domains of services to keep if needed */
|
|
1310
|
+
subServicesToKeep?: MigratePackXdslMigrationRequestSubServicesToKeepList;
|
|
1311
|
+
}
|
|
1312
|
+
export declare const MigratePackXdslMigrationRequest: S.Schema<MigratePackXdslMigrationRequest>;
|
|
1313
|
+
/** Options wanted in the new offer */
|
|
1314
|
+
export type MovePackXdslAddressMoveOfferRequestOptionsList = Array<PackXdslMigrationOfferOption>;
|
|
1315
|
+
export declare const MovePackXdslAddressMoveOfferRequestOptionsList: S.Schema<MovePackXdslAddressMoveOfferRequestOptionsList>;
|
|
1316
|
+
/** List of domains of services to delete if needed */
|
|
1317
|
+
export type MovePackXdslAddressMoveOfferRequestSubServicesToDeleteList = Array<PackXdslMigrationOfferServiceToDelete>;
|
|
1318
|
+
export declare const MovePackXdslAddressMoveOfferRequestSubServicesToDeleteList: S.Schema<MovePackXdslAddressMoveOfferRequestSubServicesToDeleteList>;
|
|
1319
|
+
/** List of domains of services to keep if needed */
|
|
1320
|
+
export type MovePackXdslAddressMoveOfferRequestSubServicesToKeepList = Array<PackXdslMigrationOfferServiceToKeep>;
|
|
1321
|
+
export declare const MovePackXdslAddressMoveOfferRequestSubServicesToKeepList: S.Schema<MovePackXdslAddressMoveOfferRequestSubServicesToKeepList>;
|
|
1322
|
+
export interface MovePackXdslAddressMoveOfferRequest {
|
|
1323
|
+
/** The internal name of your pack */
|
|
1324
|
+
packName: string;
|
|
1325
|
+
/** You explicitly accept the terms of the contract corresponding to your new offer */
|
|
1326
|
+
acceptContracts: boolean;
|
|
1327
|
+
/** Building identifier, "null" if no identifier is available */
|
|
1328
|
+
building?: string;
|
|
1329
|
+
/** Building reference for FTTH and FTTE offers */
|
|
1330
|
+
buildingReference?: string;
|
|
1331
|
+
/** Customer contact phone number */
|
|
1332
|
+
contactPhone?: string;
|
|
1333
|
+
/** Door identifier, "null" if no identifier is available */
|
|
1334
|
+
door?: string;
|
|
1335
|
+
/** Eligibility reference */
|
|
1336
|
+
eligibilityReference: string;
|
|
1337
|
+
/** Number of months of re-engagement */
|
|
1338
|
+
engageMonths?: number;
|
|
1339
|
+
/** Floor identifier, "null" if no identifier is available */
|
|
1340
|
+
floor?: string;
|
|
1341
|
+
/** Installation type, only on FTTH technology */
|
|
1342
|
+
installationType?: ConnectivityEligibilityInstallationTypeEnum | (string & {});
|
|
1343
|
+
/** Whether or not the current number should be kept */
|
|
1344
|
+
keepCurrentNumber: boolean;
|
|
1345
|
+
/** Data to book a meeting slot */
|
|
1346
|
+
meeting?: XdslEligibilityBookMeetingSlot;
|
|
1347
|
+
/** Modem choose */
|
|
1348
|
+
modem: PackXdslModemOptionEnum | (string & {});
|
|
1349
|
+
/** Mondial relay ID if a shipping is needed */
|
|
1350
|
+
mondialRelayId?: number;
|
|
1351
|
+
/** The date when the customer is no longer at the current address. Must be between now and +30 days. The default date will be the one in 30 days from now. */
|
|
1352
|
+
moveOutDate?: string;
|
|
1353
|
+
/** nicShipping if a shipping is needed */
|
|
1354
|
+
nicShipping?: string;
|
|
1355
|
+
/** Reference of the new offer */
|
|
1356
|
+
offerName: string;
|
|
1357
|
+
/** Allows you to personalize a delivery address for the ONT. If empty, the address will be that of the installation */
|
|
1358
|
+
ontShippingContact?: string;
|
|
1359
|
+
/** Options wanted in the new offer */
|
|
1360
|
+
options?: MovePackXdslAddressMoveOfferRequestOptionsList;
|
|
1361
|
+
/** Do you have an Optical Termination Point (Point de Terminaison Optique) at home ? */
|
|
1362
|
+
otp: boolean;
|
|
1363
|
+
/** Reference of the Optical Termination Point */
|
|
1364
|
+
otpReference?: string;
|
|
1365
|
+
/** Product code, an unique identifier for the product from addressMove/offer */
|
|
1366
|
+
productCode: string;
|
|
1367
|
+
/** Residence identifier, "null" if no identifier is available */
|
|
1368
|
+
residence?: string;
|
|
1369
|
+
/** Stair identifier, "null" if no identifier is available */
|
|
1370
|
+
stair?: string;
|
|
1371
|
+
/** List of domains of services to delete if needed */
|
|
1372
|
+
subServicesToDelete?: MovePackXdslAddressMoveOfferRequestSubServicesToDeleteList;
|
|
1373
|
+
/** List of domains of services to keep if needed */
|
|
1374
|
+
subServicesToKeep?: MovePackXdslAddressMoveOfferRequestSubServicesToKeepList;
|
|
1375
|
+
}
|
|
1376
|
+
export declare const MovePackXdslAddressMoveOfferRequest: S.Schema<MovePackXdslAddressMoveOfferRequest>;
|
|
1377
|
+
/** Async task */
|
|
1378
|
+
export interface PackXdslAsyncTaskLong {
|
|
1379
|
+
/** Error */
|
|
1380
|
+
error?: string | null;
|
|
1381
|
+
result?: number;
|
|
1382
|
+
/** Status of the call */
|
|
1383
|
+
status?: PackXdslAsyncTaskStatusEnum;
|
|
1384
|
+
}
|
|
1385
|
+
export declare const PackXdslAsyncTaskLong: S.Schema<PackXdslAsyncTaskLong>;
|
|
1386
|
+
export interface PutPackXdslRequest {
|
|
1387
|
+
/** The internal name of your pack */
|
|
1388
|
+
packName: string;
|
|
1389
|
+
/** Customer pack description */
|
|
1390
|
+
description?: string | null;
|
|
1391
|
+
}
|
|
1392
|
+
export declare const PutPackXdslRequest: S.Schema<PutPackXdslRequest>;
|
|
1393
|
+
export interface PutPackXdslResponse {
|
|
1394
|
+
}
|
|
1395
|
+
export declare const PutPackXdslResponse: S.Schema<PutPackXdslResponse>;
|
|
1396
|
+
export interface PutPackXdslServiceInfosRequest {
|
|
1397
|
+
/** The internal name of your pack */
|
|
1398
|
+
packName: string;
|
|
1399
|
+
/** Way of handling the renew */
|
|
1400
|
+
renew?: ServiceRenewType | null;
|
|
1401
|
+
}
|
|
1402
|
+
export declare const PutPackXdslServiceInfosRequest: S.Schema<PutPackXdslServiceInfosRequest>;
|
|
1403
|
+
export interface PutPackXdslServiceInfosResponse {
|
|
1404
|
+
}
|
|
1405
|
+
export declare const PutPackXdslServiceInfosResponse: S.Schema<PutPackXdslServiceInfosResponse>;
|
|
1406
|
+
export type CancelPackXdslResiliationError = OvhOpError;
|
|
1407
|
+
/** Cancel the ongoing resiliation */
|
|
1408
|
+
export declare const cancelPackXdslResiliation: API.OperationMethod<CancelPackXdslResiliationRequest, CancelPackXdslResiliationResponse, CancelPackXdslResiliationError, OvhOpContext>;
|
|
1409
|
+
export type CreatePackXdslAddressMoveOfferError = OvhOpError;
|
|
1410
|
+
/** Get the possibilities of address move offers available */
|
|
1411
|
+
export declare const createPackXdslAddressMoveOffer: API.OperationMethod<CreatePackXdslAddressMoveOfferRequest, PackXdslAsyncTaskPackXdslAddressMoveMoveOfferResponse, CreatePackXdslAddressMoveOfferError, OvhOpContext>;
|
|
1412
|
+
export type CreatePackXdslAddressMoveServicesToDeleteUnpackTermError = OvhOpError;
|
|
1413
|
+
/** Calculate services to delete with unpack terms for new offer and options */
|
|
1414
|
+
export declare const createPackXdslAddressMoveServicesToDeleteUnpackTerm: API.OperationMethod<CreatePackXdslAddressMoveServicesToDeleteUnpackTermRequest, CreatePackXdslAddressMoveServicesToDeleteUnpackTermResponse, CreatePackXdslAddressMoveServicesToDeleteUnpackTermError, OvhOpContext>;
|
|
1415
|
+
export type CreatePackXdslChangeContactError = OvhOpError;
|
|
1416
|
+
/** Launch a contact change procedure */
|
|
1417
|
+
export declare const createPackXdslChangeContact: API.OperationMethod<CreatePackXdslChangeContactRequest, CreatePackXdslChangeContactResponse, CreatePackXdslChangeContactError, OvhOpContext>;
|
|
1418
|
+
export type CreatePackXdslDomainServiceError = OvhOpError;
|
|
1419
|
+
/** Activate a domain service */
|
|
1420
|
+
export declare const createPackXdslDomainService: API.OperationMethod<CreatePackXdslDomainServiceRequest, PackXdslTask, CreatePackXdslDomainServiceError, OvhOpContext>;
|
|
1421
|
+
export type CreatePackXdslEmailProServiceError = OvhOpError;
|
|
1422
|
+
/** Activate an Email Pro service */
|
|
1423
|
+
export declare const createPackXdslEmailProService: API.OperationMethod<CreatePackXdslEmailProServiceRequest, PackXdslTask, CreatePackXdslEmailProServiceError, OvhOpContext>;
|
|
1424
|
+
export type CreatePackXdslHostedEmailServiceError = OvhOpError;
|
|
1425
|
+
/** Activate an hosted email service */
|
|
1426
|
+
export declare const createPackXdslHostedEmailService: API.OperationMethod<CreatePackXdslHostedEmailServiceRequest, PackXdslTask, CreatePackXdslHostedEmailServiceError, OvhOpContext>;
|
|
1427
|
+
export type CreatePackXdslHostedEmailServiceChangePasswordError = OvhOpError;
|
|
1428
|
+
/** Change hosted email account password */
|
|
1429
|
+
export declare const createPackXdslHostedEmailServiceChangePassword: API.OperationMethod<CreatePackXdslHostedEmailServiceChangePasswordRequest, CreatePackXdslHostedEmailServiceChangePasswordResponse, CreatePackXdslHostedEmailServiceChangePasswordError, OvhOpContext>;
|
|
1430
|
+
export type CreatePackXdslMigrationOfferError = OvhOpError;
|
|
1431
|
+
/** Get the possibilities of migration offers available */
|
|
1432
|
+
export declare const createPackXdslMigrationOffer: API.OperationMethod<CreatePackXdslMigrationOfferRequest, PackXdslAsyncTaskPackXdslMigrationMigrationOfferResponse, CreatePackXdslMigrationOfferError, OvhOpContext>;
|
|
1433
|
+
export type CreatePackXdslMigrationServicesToDeleteUnpackTermError = OvhOpError;
|
|
1434
|
+
/** Calculate services to delete with unpack terms for an offer and options */
|
|
1435
|
+
export declare const createPackXdslMigrationServicesToDeleteUnpackTerm: API.OperationMethod<CreatePackXdslMigrationServicesToDeleteUnpackTermRequest, CreatePackXdslMigrationServicesToDeleteUnpackTermResponse, CreatePackXdslMigrationServicesToDeleteUnpackTermError, OvhOpContext>;
|
|
1436
|
+
export type CreatePackXdslResiliateError = OvhOpError;
|
|
1437
|
+
/** Resiliate the pack */
|
|
1438
|
+
export declare const createPackXdslResiliate: API.OperationMethod<CreatePackXdslResiliateRequest, PackXdslResiliationFollowUpDetail, CreatePackXdslResiliateError, OvhOpContext>;
|
|
1439
|
+
export type CreatePackXdslVoipEcofaxServiceError = OvhOpError;
|
|
1440
|
+
/** Activate a voicefax service */
|
|
1441
|
+
export declare const createPackXdslVoipEcofaxService: API.OperationMethod<CreatePackXdslVoipEcofaxServiceRequest, PackXdslTask, CreatePackXdslVoipEcofaxServiceError, OvhOpContext>;
|
|
1442
|
+
export type CreatePackXdslVoipLineOptionCustomShippingAddressError = OvhOpError;
|
|
1443
|
+
/** Create a new shippingId to be used for voipLine service creation */
|
|
1444
|
+
export declare const createPackXdslVoipLineOptionCustomShippingAddress: API.OperationMethod<CreatePackXdslVoipLineOptionCustomShippingAddressRequest, CreatePackXdslVoipLineOptionCustomShippingAddressResponse, CreatePackXdslVoipLineOptionCustomShippingAddressError, OvhOpContext>;
|
|
1445
|
+
export type CreatePackXdslVoipLineServiceError = OvhOpError;
|
|
1446
|
+
/** Activate a voip line service */
|
|
1447
|
+
export declare const createPackXdslVoipLineService: API.OperationMethod<CreatePackXdslVoipLineServiceRequest, PackXdslVoIPLineOrder, CreatePackXdslVoipLineServiceError, OvhOpContext>;
|
|
1448
|
+
export type DeletePackXdslHostedEmailServiceError = OvhOpError;
|
|
1449
|
+
/** Delete hosted email account */
|
|
1450
|
+
export declare const deletePackXdslHostedEmailService: API.OperationMethod<DeletePackXdslHostedEmailServiceRequest, DeletePackXdslHostedEmailServiceResponse, DeletePackXdslHostedEmailServiceError, OvhOpContext>;
|
|
1451
|
+
export type GeneratePackXdslPromotionCodeError = OvhOpError;
|
|
1452
|
+
/** Creates a task to generate a new promotion code */
|
|
1453
|
+
export declare const generatePackXdslPromotionCode: API.OperationMethod<GeneratePackXdslPromotionCodeRequest, PackXdslTask, GeneratePackXdslPromotionCodeError, OvhOpContext>;
|
|
1454
|
+
export type GetPackXdslError = OvhOpError;
|
|
1455
|
+
/** Get this object properties */
|
|
1456
|
+
export declare const getPackXdsl: API.OperationMethod<GetPackXdslRequest, PackXdslPackAdslWithIAM, GetPackXdslError, OvhOpContext>;
|
|
1457
|
+
export type GetPackXdslCanCancelResiliationError = OvhOpError;
|
|
1458
|
+
/** Check if the resiliation can be cancelled */
|
|
1459
|
+
export declare const getPackXdslCanCancelResiliation: API.OperationMethod<GetPackXdslCanCancelResiliationRequest, GetPackXdslCanCancelResiliationResponse, GetPackXdslCanCancelResiliationError, OvhOpContext>;
|
|
1460
|
+
export type GetPackXdslContactOwnerError = OvhOpError;
|
|
1461
|
+
/** Get contact infos about the owner */
|
|
1462
|
+
export declare const getPackXdslContactOwner: API.OperationMethod<GetPackXdslContactOwnerRequest, PackXdslContactInfos, GetPackXdslContactOwnerError, OvhOpContext>;
|
|
1463
|
+
export type GetPackXdslEmailProOptionIsEmailAvailableError = OvhOpError;
|
|
1464
|
+
/** Check if the given email address is available for an Email Pro activation */
|
|
1465
|
+
export declare const getPackXdslEmailProOptionIsEmailAvailable: API.OperationMethod<GetPackXdslEmailProOptionIsEmailAvailableRequest, GetPackXdslEmailProOptionIsEmailAvailableResponse, GetPackXdslEmailProOptionIsEmailAvailableError, OvhOpContext>;
|
|
1466
|
+
export type GetPackXdslExchangeAccountServiceError = OvhOpError;
|
|
1467
|
+
/** Get this object properties */
|
|
1468
|
+
export declare const getPackXdslExchangeAccountService: API.OperationMethod<GetPackXdslExchangeAccountServiceRequest, PackXdslExchangeAccountService, GetPackXdslExchangeAccountServiceError, OvhOpContext>;
|
|
1469
|
+
export type GetPackXdslExchangeIndividualOptionIsEmailAvailableError = OvhOpError;
|
|
1470
|
+
/** Check if the email address is available for service creation */
|
|
1471
|
+
export declare const getPackXdslExchangeIndividualOptionIsEmailAvailable: API.OperationMethod<GetPackXdslExchangeIndividualOptionIsEmailAvailableRequest, GetPackXdslExchangeIndividualOptionIsEmailAvailableResponse, GetPackXdslExchangeIndividualOptionIsEmailAvailableError, OvhOpContext>;
|
|
1472
|
+
export type GetPackXdslHostedEmailServiceError = OvhOpError;
|
|
1473
|
+
/** Get this object properties */
|
|
1474
|
+
export declare const getPackXdslHostedEmailService: API.OperationMethod<GetPackXdslHostedEmailServiceRequest, PackXdslHostedEmailService, GetPackXdslHostedEmailServiceError, OvhOpContext>;
|
|
1475
|
+
export type GetPackXdslHostedEmailServiceAccountError = OvhOpError;
|
|
1476
|
+
/** Get hosted email account informations */
|
|
1477
|
+
export declare const getPackXdslHostedEmailServiceAccount: API.OperationMethod<GetPackXdslHostedEmailServiceAccountRequest, PackXdslHostedEmailAccount, GetPackXdslHostedEmailServiceAccountError, OvhOpContext>;
|
|
1478
|
+
export type GetPackXdslResiliationFollowUpError = OvhOpError;
|
|
1479
|
+
/** Get information about the ongoing resiliation */
|
|
1480
|
+
export declare const getPackXdslResiliationFollowUp: API.OperationMethod<GetPackXdslResiliationFollowUpRequest, PackXdslResiliationFollowUpDetail, GetPackXdslResiliationFollowUpError, OvhOpContext>;
|
|
1481
|
+
export type GetPackXdslResiliationTermsError = OvhOpError;
|
|
1482
|
+
/** Get resiliation terms */
|
|
1483
|
+
export declare const getPackXdslResiliationTerms: API.OperationMethod<GetPackXdslResiliationTermsRequest, PackXdslResiliationTerms, GetPackXdslResiliationTermsError, OvhOpContext>;
|
|
1484
|
+
export type GetPackXdslServiceInfosError = OvhOpError;
|
|
1485
|
+
/** Get service information */
|
|
1486
|
+
export declare const getPackXdslServiceInfos: API.OperationMethod<GetPackXdslServiceInfosRequest, ServicesService, GetPackXdslServiceInfosError, OvhOpContext>;
|
|
1487
|
+
export type GetPackXdslSubServiceError = OvhOpError;
|
|
1488
|
+
/** Get this object properties */
|
|
1489
|
+
export declare const getPackXdslSubService: API.OperationMethod<GetPackXdslSubServiceRequest, PackXdslService, GetPackXdslSubServiceError, OvhOpContext>;
|
|
1490
|
+
export type GetPackXdslSubServiceKeepServiceTermsError = OvhOpError;
|
|
1491
|
+
/** Give the condition to unpack service from pack */
|
|
1492
|
+
export declare const getPackXdslSubServiceKeepServiceTerms: API.OperationMethod<GetPackXdslSubServiceKeepServiceTermsRequest, PackXdslUnpackTerms, GetPackXdslSubServiceKeepServiceTermsError, OvhOpContext>;
|
|
1493
|
+
export type GetPackXdslTaskError = OvhOpError;
|
|
1494
|
+
/** Get this object properties */
|
|
1495
|
+
export declare const getPackXdslTask: API.OperationMethod<GetPackXdslTaskRequest, PackXdslTask, GetPackXdslTaskError, OvhOpContext>;
|
|
1496
|
+
export type GetPackXdslVoipLineServiceError = OvhOpError;
|
|
1497
|
+
/** Get this object properties */
|
|
1498
|
+
export declare const getPackXdslVoipLineService: API.OperationMethod<GetPackXdslVoipLineServiceRequest, PackXdslVoipLineService, GetPackXdslVoipLineServiceError, OvhOpContext>;
|
|
1499
|
+
export type ListPackXdslError = OvhOpError;
|
|
1500
|
+
/** List available services */
|
|
1501
|
+
export declare const listPackXdsl: API.OperationMethod<ListPackXdslRequest, ListPackXdslResponse, ListPackXdslError, OvhOpContext>;
|
|
1502
|
+
export type ListPackXdslDomainOptionTldsError = OvhOpError;
|
|
1503
|
+
/** Get the available tlds for domain order */
|
|
1504
|
+
export declare const listPackXdslDomainOptionTlds: API.OperationMethod<ListPackXdslDomainOptionTldsRequest, ListPackXdslDomainOptionTldsResponse, ListPackXdslDomainOptionTldsError, OvhOpContext>;
|
|
1505
|
+
export type ListPackXdslDomainServicesError = OvhOpError;
|
|
1506
|
+
/** Domain services */
|
|
1507
|
+
export declare const listPackXdslDomainServices: API.OperationMethod<ListPackXdslDomainServicesRequest, ListPackXdslDomainServicesResponse, ListPackXdslDomainServicesError, OvhOpContext>;
|
|
1508
|
+
export type ListPackXdslEmailProOptionDomainsError = OvhOpError;
|
|
1509
|
+
/** List the available domains for the Email Pro service */
|
|
1510
|
+
export declare const listPackXdslEmailProOptionDomains: API.OperationMethod<ListPackXdslEmailProOptionDomainsRequest, ListPackXdslEmailProOptionDomainsResponse, ListPackXdslEmailProOptionDomainsError, OvhOpContext>;
|
|
1511
|
+
export type ListPackXdslEmailProServicesError = OvhOpError;
|
|
1512
|
+
/** List the Email Pro services */
|
|
1513
|
+
export declare const listPackXdslEmailProServices: API.OperationMethod<ListPackXdslEmailProServicesRequest, ListPackXdslEmailProServicesResponse, ListPackXdslEmailProServicesError, OvhOpContext>;
|
|
1514
|
+
export type ListPackXdslExchangeAccountServicesError = OvhOpError;
|
|
1515
|
+
/** Exchange 2013 services */
|
|
1516
|
+
export declare const listPackXdslExchangeAccountServices: API.OperationMethod<ListPackXdslExchangeAccountServicesRequest, ListPackXdslExchangeAccountServicesResponse, ListPackXdslExchangeAccountServicesError, OvhOpContext>;
|
|
1517
|
+
export type ListPackXdslExchangeIndividualOptionDomainsError = OvhOpError;
|
|
1518
|
+
/** Get the available domains */
|
|
1519
|
+
export declare const listPackXdslExchangeIndividualOptionDomains: API.OperationMethod<ListPackXdslExchangeIndividualOptionDomainsRequest, ListPackXdslExchangeIndividualOptionDomainsResponse, ListPackXdslExchangeIndividualOptionDomainsError, OvhOpContext>;
|
|
1520
|
+
export type ListPackXdslExchangeOrganizationServicesError = OvhOpError;
|
|
1521
|
+
/** Exchange 2013 organization services */
|
|
1522
|
+
export declare const listPackXdslExchangeOrganizationServices: API.OperationMethod<ListPackXdslExchangeOrganizationServicesRequest, ListPackXdslExchangeOrganizationServicesResponse, ListPackXdslExchangeOrganizationServicesError, OvhOpContext>;
|
|
1523
|
+
export type ListPackXdslHostedEmailOptionDomainsError = OvhOpError;
|
|
1524
|
+
/** Get the hostedemail available domains */
|
|
1525
|
+
export declare const listPackXdslHostedEmailOptionDomains: API.OperationMethod<ListPackXdslHostedEmailOptionDomainsRequest, ListPackXdslHostedEmailOptionDomainsResponse, ListPackXdslHostedEmailOptionDomainsError, OvhOpContext>;
|
|
1526
|
+
export type ListPackXdslHostedEmailServiceConfigurationError = OvhOpError;
|
|
1527
|
+
/** Get hosted email configuration informations */
|
|
1528
|
+
export declare const listPackXdslHostedEmailServiceConfiguration: API.OperationMethod<ListPackXdslHostedEmailServiceConfigurationRequest, PackXdslHostedEmailConfiguration, ListPackXdslHostedEmailServiceConfigurationError, OvhOpContext>;
|
|
1529
|
+
export type ListPackXdslHostedEmailServicesError = OvhOpError;
|
|
1530
|
+
/** Hosted email services */
|
|
1531
|
+
export declare const listPackXdslHostedEmailServices: API.OperationMethod<ListPackXdslHostedEmailServicesRequest, ListPackXdslHostedEmailServicesResponse, ListPackXdslHostedEmailServicesError, OvhOpContext>;
|
|
1532
|
+
export type ListPackXdslOrderFollowUpError = OvhOpError;
|
|
1533
|
+
/** Returns the list of steps and their status that will be executed to deliver the order */
|
|
1534
|
+
export declare const listPackXdslOrderFollowUp: API.OperationMethod<ListPackXdslOrderFollowUpRequest, ListPackXdslOrderFollowUpResponse, ListPackXdslOrderFollowUpError, OvhOpContext>;
|
|
1535
|
+
export type ListPackXdslPromotionCodeCapabilitiesError = OvhOpError;
|
|
1536
|
+
/** Get informations about the promotion code generation */
|
|
1537
|
+
export declare const listPackXdslPromotionCodeCapabilities: API.OperationMethod<ListPackXdslPromotionCodeCapabilitiesRequest, PackXdslPromotionCodeCapabilities, ListPackXdslPromotionCodeCapabilitiesError, OvhOpContext>;
|
|
1538
|
+
export type ListPackXdslSearchError = OvhOpError;
|
|
1539
|
+
/** Get the list of pack linked to the pattern */
|
|
1540
|
+
export declare const listPackXdslSearch: API.OperationMethod<ListPackXdslSearchRequest, ListPackXdslSearchResponse, ListPackXdslSearchError, OvhOpContext>;
|
|
1541
|
+
export type ListPackXdslServicesError = OvhOpError;
|
|
1542
|
+
/** Informations about the services included in the pack */
|
|
1543
|
+
export declare const listPackXdslServices: API.OperationMethod<ListPackXdslServicesRequest, ListPackXdslServicesResponse, ListPackXdslServicesError, OvhOpContext>;
|
|
1544
|
+
export type ListPackXdslShippingAddressesError = OvhOpError;
|
|
1545
|
+
/** Allowed shipping addresses given a context */
|
|
1546
|
+
export declare const listPackXdslShippingAddresses: API.OperationMethod<ListPackXdslShippingAddressesRequest, ListPackXdslShippingAddressesResponse, ListPackXdslShippingAddressesError, OvhOpContext>;
|
|
1547
|
+
export type ListPackXdslSubServicesError = OvhOpError;
|
|
1548
|
+
/** List services contained in the pack */
|
|
1549
|
+
export declare const listPackXdslSubServices: API.OperationMethod<ListPackXdslSubServicesRequest, ListPackXdslSubServicesResponse, ListPackXdslSubServicesError, OvhOpContext>;
|
|
1550
|
+
export type ListPackXdslTasksError = OvhOpError;
|
|
1551
|
+
/** Tasks scheduled for this pack */
|
|
1552
|
+
export declare const listPackXdslTasks: API.OperationMethod<ListPackXdslTasksRequest, ListPackXdslTasksResponse, ListPackXdslTasksError, OvhOpContext>;
|
|
1553
|
+
export type ListPackXdslVoipBillingAccountServicesError = OvhOpError;
|
|
1554
|
+
/** VOIP billing accounts */
|
|
1555
|
+
export declare const listPackXdslVoipBillingAccountServices: API.OperationMethod<ListPackXdslVoipBillingAccountServicesRequest, ListPackXdslVoipBillingAccountServicesResponse, ListPackXdslVoipBillingAccountServicesError, OvhOpContext>;
|
|
1556
|
+
export type ListPackXdslVoipEcofaxServicesError = OvhOpError;
|
|
1557
|
+
/** VOIP ecofax service */
|
|
1558
|
+
export declare const listPackXdslVoipEcofaxServices: API.OperationMethod<ListPackXdslVoipEcofaxServicesRequest, ListPackXdslVoipEcofaxServicesResponse, ListPackXdslVoipEcofaxServicesError, OvhOpContext>;
|
|
1559
|
+
export type ListPackXdslVoipLineOptionHardwaresError = OvhOpError;
|
|
1560
|
+
/** Get available hardwares */
|
|
1561
|
+
export declare const listPackXdslVoipLineOptionHardwares: API.OperationMethod<ListPackXdslVoipLineOptionHardwaresRequest, ListPackXdslVoipLineOptionHardwaresResponse, ListPackXdslVoipLineOptionHardwaresError, OvhOpContext>;
|
|
1562
|
+
export type ListPackXdslVoipLineOptionShippingAddressesError = OvhOpError;
|
|
1563
|
+
/** Get available shipping addresses */
|
|
1564
|
+
export declare const listPackXdslVoipLineOptionShippingAddresses: API.OperationMethod<ListPackXdslVoipLineOptionShippingAddressesRequest, ListPackXdslVoipLineOptionShippingAddressesResponse, ListPackXdslVoipLineOptionShippingAddressesError, OvhOpContext>;
|
|
1565
|
+
export type ListPackXdslVoipLineServicesError = OvhOpError;
|
|
1566
|
+
/** VOIP line services */
|
|
1567
|
+
export declare const listPackXdslVoipLineServices: API.OperationMethod<ListPackXdslVoipLineServicesRequest, ListPackXdslVoipLineServicesResponse, ListPackXdslVoipLineServicesError, OvhOpContext>;
|
|
1568
|
+
export type ListPackXdslXdslAccessServicesError = OvhOpError;
|
|
1569
|
+
/** xDSL access services */
|
|
1570
|
+
export declare const listPackXdslXdslAccessServices: API.OperationMethod<ListPackXdslXdslAccessServicesRequest, ListPackXdslXdslAccessServicesResponse, ListPackXdslXdslAccessServicesError, OvhOpContext>;
|
|
1571
|
+
export type MigratePackXdslMigrationError = OvhOpError;
|
|
1572
|
+
/** Migrate to the selected offer */
|
|
1573
|
+
export declare const migratePackXdslMigration: API.OperationMethod<MigratePackXdslMigrationRequest, PackXdslTask, MigratePackXdslMigrationError, OvhOpContext>;
|
|
1574
|
+
export type MovePackXdslAddressMoveOfferError = OvhOpError;
|
|
1575
|
+
/** Move the access to another address */
|
|
1576
|
+
export declare const movePackXdslAddressMoveOffer: API.OperationMethod<MovePackXdslAddressMoveOfferRequest, PackXdslAsyncTaskLong, MovePackXdslAddressMoveOfferError, OvhOpContext>;
|
|
1577
|
+
export type PutPackXdslError = OvhOpError;
|
|
1578
|
+
/** Alter this object properties */
|
|
1579
|
+
export declare const putPackXdsl: API.OperationMethod<PutPackXdslRequest, PutPackXdslResponse, PutPackXdslError, OvhOpContext>;
|
|
1580
|
+
export type PutPackXdslServiceInfosError = OvhOpError;
|
|
1581
|
+
/** Update service information */
|
|
1582
|
+
export declare const putPackXdslServiceInfos: API.OperationMethod<PutPackXdslServiceInfosRequest, PutPackXdslServiceInfosResponse, PutPackXdslServiceInfosError, OvhOpContext>;
|
|
1583
|
+
//# sourceMappingURL=packxdsl.d.ts.map
|