@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,1287 @@
|
|
|
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 CreateEmailProAccountAliasRequest {
|
|
7
|
+
/** The internal name of your pro organization */
|
|
8
|
+
service: string;
|
|
9
|
+
/** Default email for this mailbox */
|
|
10
|
+
email: string;
|
|
11
|
+
/** Alias */
|
|
12
|
+
alias: string;
|
|
13
|
+
}
|
|
14
|
+
export declare const CreateEmailProAccountAliasRequest: S.Schema<CreateEmailProAccountAliasRequest>;
|
|
15
|
+
/** function enumeration for task */
|
|
16
|
+
export type EmailProTaskFunctionEnum = "addAccount" | "addAlias" | "addDomain" | "addDomainDKIM" | "addDomainDisclaimer" | "addExternalContact" | "addFullAccess" | "addSendAs" | "addSendOnBehalfTo" | "addServiceAuthorizedIp" | "changeHostname" | "changePassword" | "configureCustomer" | "deleteAccount" | "deleteAlias" | "deleteDomain" | "deleteDomainDKIM" | "deleteDomainDisclaimer" | "deleteExternalContact" | "deleteFullAccess" | "deleteSendAs" | "deleteSendOnBehalfTo" | "deleteService" | "deleteServiceAuthorizedIp" | "diagnoseAccount" | "disableDKIM" | "enableDKIM" | "expandDrive" | "installServer" | "maintenance" | "migrateAccountViaOMM" | "migrationAccount" | "migrationDisclaimer" | "migrationExternalContact" | "migrationHistory" | "migrationService" | "reOpenAccount" | "setAccount" | "setAlias" | "setDns" | "setDomain" | "setDomainDisclaimer" | "setExternalContact" | "setService" | "suspendAccount" | "suspendService" | "unknown" | "unsuspendAccount" | "unsuspendService";
|
|
17
|
+
export declare const EmailProTaskFunctionEnum: any;
|
|
18
|
+
/** Task status */
|
|
19
|
+
export type EmailProTaskStatusEnum = "cancelled" | "doing" | "done" | "error" | "todo";
|
|
20
|
+
export declare const EmailProTaskStatusEnum: any;
|
|
21
|
+
/** Organization task details */
|
|
22
|
+
export interface EmailProTask {
|
|
23
|
+
/** Completion date */
|
|
24
|
+
finishDate?: string | null;
|
|
25
|
+
/** Function name */
|
|
26
|
+
function?: EmailProTaskFunctionEnum;
|
|
27
|
+
/** Task id */
|
|
28
|
+
id?: number;
|
|
29
|
+
/** Task status */
|
|
30
|
+
status?: EmailProTaskStatusEnum;
|
|
31
|
+
/** Creation date */
|
|
32
|
+
todoDate?: string;
|
|
33
|
+
}
|
|
34
|
+
export declare const EmailProTask: S.Schema<EmailProTask>;
|
|
35
|
+
export interface CreateEmailProAccountChangePasswordRequest {
|
|
36
|
+
/** The internal name of your pro organization */
|
|
37
|
+
service: string;
|
|
38
|
+
/** Default email for this mailbox */
|
|
39
|
+
email: string;
|
|
40
|
+
/** new password */
|
|
41
|
+
password: string | Redacted.Redacted<string>;
|
|
42
|
+
}
|
|
43
|
+
export declare const CreateEmailProAccountChangePasswordRequest: S.Schema<CreateEmailProAccountChangePasswordRequest>;
|
|
44
|
+
export interface CreateEmailProAccountDiagnosticRequest {
|
|
45
|
+
/** The internal name of your pro organization */
|
|
46
|
+
service: string;
|
|
47
|
+
/** Default email for this mailbox */
|
|
48
|
+
email: string;
|
|
49
|
+
/** Account password */
|
|
50
|
+
password: string | Redacted.Redacted<string>;
|
|
51
|
+
}
|
|
52
|
+
export declare const CreateEmailProAccountDiagnosticRequest: S.Schema<CreateEmailProAccountDiagnosticRequest>;
|
|
53
|
+
export interface CreateEmailProAccountFullAccessRequest {
|
|
54
|
+
/** The internal name of your pro organization */
|
|
55
|
+
service: string;
|
|
56
|
+
/** Default email for this mailbox */
|
|
57
|
+
email: string;
|
|
58
|
+
/** User to give full access */
|
|
59
|
+
allowedAccountId: number;
|
|
60
|
+
}
|
|
61
|
+
export declare const CreateEmailProAccountFullAccessRequest: S.Schema<CreateEmailProAccountFullAccessRequest>;
|
|
62
|
+
export interface CreateEmailProChangeContactRequest {
|
|
63
|
+
/** The internal name of your pro organization */
|
|
64
|
+
service: string;
|
|
65
|
+
/** The contact to set as admin contact */
|
|
66
|
+
contactAdmin?: string;
|
|
67
|
+
/** The contact to set as billing contact */
|
|
68
|
+
contactBilling?: string;
|
|
69
|
+
/** The contact to set as tech contact */
|
|
70
|
+
contactTech?: string;
|
|
71
|
+
}
|
|
72
|
+
export declare const CreateEmailProChangeContactRequest: S.Schema<CreateEmailProChangeContactRequest>;
|
|
73
|
+
export type CreateEmailProChangeContactResponseBodyList = Array<number>;
|
|
74
|
+
export declare const CreateEmailProChangeContactResponseBodyList: S.Schema<CreateEmailProChangeContactResponseBodyList>;
|
|
75
|
+
export type CreateEmailProChangeContactResponse = CreateEmailProChangeContactResponseBodyList;
|
|
76
|
+
export declare const CreateEmailProChangeContactResponse: S.Schema<CreateEmailProChangeContactResponse>;
|
|
77
|
+
/** Domain type */
|
|
78
|
+
export type EmailProDomainTypeEnum = "authoritative" | "nonAuthoritative";
|
|
79
|
+
export declare const EmailProDomainTypeEnum: any;
|
|
80
|
+
export interface CreateEmailProDomainRequest {
|
|
81
|
+
/** The internal name of your pro organization */
|
|
82
|
+
service: string;
|
|
83
|
+
/** Enable DKIM automatically after DKIM configuration */
|
|
84
|
+
autoEnableDKIM?: boolean;
|
|
85
|
+
/** If you host domain in OVH we can configure autodiscover record automatically */
|
|
86
|
+
configureAutodiscover?: boolean;
|
|
87
|
+
/** Launch configuration of DKIM automatically for the domain */
|
|
88
|
+
configureDKIM?: boolean;
|
|
89
|
+
/** If you host domain in OVH we can configure mx record automatically */
|
|
90
|
+
configureMx?: boolean;
|
|
91
|
+
/** Enable automatic SPF record (only for domains hosted by OVHcloud) */
|
|
92
|
+
configureSPF?: boolean;
|
|
93
|
+
/** If specified, emails to not existing address will be redirected to that domain */
|
|
94
|
+
mxRelay?: string;
|
|
95
|
+
/** Domain to install on server */
|
|
96
|
+
name: string;
|
|
97
|
+
/** Type of domain that You want to install */
|
|
98
|
+
type: EmailProDomainTypeEnum | (string & {});
|
|
99
|
+
}
|
|
100
|
+
export declare const CreateEmailProDomainRequest: S.Schema<CreateEmailProDomainRequest>;
|
|
101
|
+
export interface CreateEmailProDomainDisclaimerRequest {
|
|
102
|
+
/** The internal name of your pro organization */
|
|
103
|
+
service: string;
|
|
104
|
+
/** Domain name */
|
|
105
|
+
domainName: string;
|
|
106
|
+
/** Signature, added at the bottom of your organization emails */
|
|
107
|
+
content: string;
|
|
108
|
+
/** Activate the disclaimer only for external emails */
|
|
109
|
+
outsideOnly?: boolean;
|
|
110
|
+
}
|
|
111
|
+
export declare const CreateEmailProDomainDisclaimerRequest: S.Schema<CreateEmailProDomainDisclaimerRequest>;
|
|
112
|
+
export interface CreateEmailProDomainDkimRequest {
|
|
113
|
+
/** The internal name of your pro organization */
|
|
114
|
+
service: string;
|
|
115
|
+
/** Domain name */
|
|
116
|
+
domainName: string;
|
|
117
|
+
/** Enable DKIM automatically after DKIM configuration */
|
|
118
|
+
autoEnableDKIM?: boolean;
|
|
119
|
+
/** If you host domain in OVH we can configure dkim dns record automatically */
|
|
120
|
+
configureDkim?: boolean;
|
|
121
|
+
/** selector name for DKIM */
|
|
122
|
+
selectorName: string;
|
|
123
|
+
}
|
|
124
|
+
export declare const CreateEmailProDomainDkimRequest: S.Schema<CreateEmailProDomainDkimRequest>;
|
|
125
|
+
export interface CreateEmailProExternalContactRequest {
|
|
126
|
+
/** The internal name of your pro organization */
|
|
127
|
+
service: string;
|
|
128
|
+
/** Contact display name */
|
|
129
|
+
displayName?: string;
|
|
130
|
+
/** Contact email address */
|
|
131
|
+
externalEmailAddress: string;
|
|
132
|
+
/** Contact first name */
|
|
133
|
+
firstName?: string;
|
|
134
|
+
/** Hide the contact in Global Address List */
|
|
135
|
+
hiddenFromGAL?: boolean;
|
|
136
|
+
/** Contact initials */
|
|
137
|
+
initials?: string;
|
|
138
|
+
/** Contact last name */
|
|
139
|
+
lastName?: string;
|
|
140
|
+
}
|
|
141
|
+
export declare const CreateEmailProExternalContactRequest: S.Schema<CreateEmailProExternalContactRequest>;
|
|
142
|
+
export interface DeleteEmailProAccountRequest {
|
|
143
|
+
/** The internal name of your pro organization */
|
|
144
|
+
service: string;
|
|
145
|
+
/** Default email for this mailbox */
|
|
146
|
+
email: string;
|
|
147
|
+
}
|
|
148
|
+
export declare const DeleteEmailProAccountRequest: S.Schema<DeleteEmailProAccountRequest>;
|
|
149
|
+
export interface DeleteEmailProAccountAliasRequest {
|
|
150
|
+
/** The internal name of your pro organization */
|
|
151
|
+
service: string;
|
|
152
|
+
/** Default email for this mailbox */
|
|
153
|
+
email: string;
|
|
154
|
+
/** Alias */
|
|
155
|
+
alias: string;
|
|
156
|
+
}
|
|
157
|
+
export declare const DeleteEmailProAccountAliasRequest: S.Schema<DeleteEmailProAccountAliasRequest>;
|
|
158
|
+
export interface DeleteEmailProAccountFullAccessRequest {
|
|
159
|
+
/** The internal name of your pro organization */
|
|
160
|
+
service: string;
|
|
161
|
+
/** Default email for this mailbox */
|
|
162
|
+
email: string;
|
|
163
|
+
/** Account id to give full access */
|
|
164
|
+
allowedAccountId: number;
|
|
165
|
+
}
|
|
166
|
+
export declare const DeleteEmailProAccountFullAccessRequest: S.Schema<DeleteEmailProAccountFullAccessRequest>;
|
|
167
|
+
export interface DeleteEmailProAccountSendAsRequest {
|
|
168
|
+
/** The internal name of your pro organization */
|
|
169
|
+
service: string;
|
|
170
|
+
/** Default email for this mailbox */
|
|
171
|
+
email: string;
|
|
172
|
+
/** Account id to give send as */
|
|
173
|
+
allowedAccountId: number;
|
|
174
|
+
}
|
|
175
|
+
export declare const DeleteEmailProAccountSendAsRequest: S.Schema<DeleteEmailProAccountSendAsRequest>;
|
|
176
|
+
export interface DeleteEmailProAccountSendOnBehalfToRequest {
|
|
177
|
+
/** The internal name of your pro organization */
|
|
178
|
+
service: string;
|
|
179
|
+
/** Default email for this mailbox */
|
|
180
|
+
email: string;
|
|
181
|
+
/** Account id to give send on behalf to */
|
|
182
|
+
allowedAccountId: number;
|
|
183
|
+
}
|
|
184
|
+
export declare const DeleteEmailProAccountSendOnBehalfToRequest: S.Schema<DeleteEmailProAccountSendOnBehalfToRequest>;
|
|
185
|
+
export interface DeleteEmailProDomainRequest {
|
|
186
|
+
/** The internal name of your pro organization */
|
|
187
|
+
service: string;
|
|
188
|
+
/** Domain name */
|
|
189
|
+
domainName: string;
|
|
190
|
+
}
|
|
191
|
+
export declare const DeleteEmailProDomainRequest: S.Schema<DeleteEmailProDomainRequest>;
|
|
192
|
+
export interface DeleteEmailProDomainDisclaimerRequest {
|
|
193
|
+
/** The internal name of your pro organization */
|
|
194
|
+
service: string;
|
|
195
|
+
/** Domain name */
|
|
196
|
+
domainName: string;
|
|
197
|
+
}
|
|
198
|
+
export declare const DeleteEmailProDomainDisclaimerRequest: S.Schema<DeleteEmailProDomainDisclaimerRequest>;
|
|
199
|
+
export interface DeleteEmailProDomainDkimRequest {
|
|
200
|
+
/** The internal name of your pro organization */
|
|
201
|
+
service: string;
|
|
202
|
+
/** Domain name */
|
|
203
|
+
domainName: string;
|
|
204
|
+
/** selectorName */
|
|
205
|
+
selectorName: string;
|
|
206
|
+
}
|
|
207
|
+
export declare const DeleteEmailProDomainDkimRequest: S.Schema<DeleteEmailProDomainDkimRequest>;
|
|
208
|
+
export interface DeleteEmailProExternalContactRequest {
|
|
209
|
+
/** The internal name of your pro organization */
|
|
210
|
+
service: string;
|
|
211
|
+
/** Contact email */
|
|
212
|
+
externalEmailAddress: string;
|
|
213
|
+
}
|
|
214
|
+
export declare const DeleteEmailProExternalContactRequest: S.Schema<DeleteEmailProExternalContactRequest>;
|
|
215
|
+
export interface DisableEmailProDomainDkimRequest {
|
|
216
|
+
/** The internal name of your pro organization */
|
|
217
|
+
service: string;
|
|
218
|
+
/** Domain name */
|
|
219
|
+
domainName: string;
|
|
220
|
+
/** selectorName */
|
|
221
|
+
selectorName: string;
|
|
222
|
+
}
|
|
223
|
+
export declare const DisableEmailProDomainDkimRequest: S.Schema<DisableEmailProDomainDkimRequest>;
|
|
224
|
+
export interface EnableEmailProDomainDkimRequest {
|
|
225
|
+
/** The internal name of your pro organization */
|
|
226
|
+
service: string;
|
|
227
|
+
/** Domain name */
|
|
228
|
+
domainName: string;
|
|
229
|
+
/** selectorName */
|
|
230
|
+
selectorName: string;
|
|
231
|
+
}
|
|
232
|
+
export declare const EnableEmailProDomainDkimRequest: S.Schema<EnableEmailProDomainDkimRequest>;
|
|
233
|
+
export interface GetEmailProRequest {
|
|
234
|
+
/** Service */
|
|
235
|
+
service: string;
|
|
236
|
+
}
|
|
237
|
+
export declare const GetEmailProRequest: S.Schema<GetEmailProRequest>;
|
|
238
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
239
|
+
export type IamResourceMetadataTagsMap = {
|
|
240
|
+
[key: string]: string | undefined;
|
|
241
|
+
};
|
|
242
|
+
export declare const IamResourceMetadataTagsMap: S.Schema<IamResourceMetadataTagsMap>;
|
|
243
|
+
/** IAM resource metadata embedded in services models */
|
|
244
|
+
export interface IamResourceMetadata {
|
|
245
|
+
/** Resource display name */
|
|
246
|
+
displayName?: string | null;
|
|
247
|
+
/** Unique identifier of the resource */
|
|
248
|
+
id?: string;
|
|
249
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
250
|
+
tags?: IamResourceMetadataTagsMap | null;
|
|
251
|
+
/** Unique resource name used in policies */
|
|
252
|
+
urn?: string;
|
|
253
|
+
}
|
|
254
|
+
export declare const IamResourceMetadata: S.Schema<IamResourceMetadata>;
|
|
255
|
+
/** Service Offer name */
|
|
256
|
+
export type EmailProServiceOfferEnum = "emailpro";
|
|
257
|
+
export declare const EmailProServiceOfferEnum: any;
|
|
258
|
+
/** Spam and Antyvirus configuration */
|
|
259
|
+
export interface EmailProSpamAndVirusConfiguration {
|
|
260
|
+
/** Check DKIM of message */
|
|
261
|
+
checkDKIM?: boolean;
|
|
262
|
+
/** Check SPF of message */
|
|
263
|
+
checkSPF?: boolean;
|
|
264
|
+
/** If message is a spam delete it */
|
|
265
|
+
deleteSpam?: boolean;
|
|
266
|
+
/** If message is a virus delete it */
|
|
267
|
+
deleteVirus?: boolean;
|
|
268
|
+
/** If message is a spam or virus put in junk. Overridden by deleteSpam or deleteVirus */
|
|
269
|
+
putInJunk?: boolean;
|
|
270
|
+
/** If message is a spam change its subject */
|
|
271
|
+
tagSpam?: boolean;
|
|
272
|
+
/** If message is a virus change its subject */
|
|
273
|
+
tagVirus?: boolean;
|
|
274
|
+
}
|
|
275
|
+
export declare const EmailProSpamAndVirusConfiguration: S.Schema<EmailProSpamAndVirusConfiguration>;
|
|
276
|
+
/** Service State */
|
|
277
|
+
export type EmailProServiceStateEnum = "creating" | "deleting" | "inMaintenance" | "ok" | "reopening" | "suspended" | "suspending";
|
|
278
|
+
export declare const EmailProServiceStateEnum: any;
|
|
279
|
+
/** Email pro service */
|
|
280
|
+
export interface EmailProServiceNativeWithIAM {
|
|
281
|
+
/** enable policy for strong and secure passwords */
|
|
282
|
+
complexityEnabled?: boolean;
|
|
283
|
+
/** service displayName */
|
|
284
|
+
displayName?: string | null;
|
|
285
|
+
/** Domain name of your service */
|
|
286
|
+
domain?: string;
|
|
287
|
+
/** Hostname of your service */
|
|
288
|
+
hostname?: string | null;
|
|
289
|
+
/** IAM resource metadata */
|
|
290
|
+
iam?: IamResourceMetadata | null;
|
|
291
|
+
/** Update date */
|
|
292
|
+
lastUpdateDate?: string | null;
|
|
293
|
+
/** number of minutes account will remain locked if it occurs */
|
|
294
|
+
lockoutDuration?: number;
|
|
295
|
+
/** number of minutes that must elapse after a failed logon to reset lockout trigger */
|
|
296
|
+
lockoutObservationWindow?: number;
|
|
297
|
+
/** number of attempts before account to be locked */
|
|
298
|
+
lockoutThreshold?: number | null;
|
|
299
|
+
/** maximum number of days that account's password is valid before expiration */
|
|
300
|
+
maxPasswordAge?: number | null;
|
|
301
|
+
/** Maximum message size that You can receive in MB */
|
|
302
|
+
maxReceiveSize?: number;
|
|
303
|
+
/** Maximum message size that You can send in MB */
|
|
304
|
+
maxSendSize?: number;
|
|
305
|
+
/** minimum number of days before able to change account's password */
|
|
306
|
+
minPasswordAge?: number | null;
|
|
307
|
+
/** minimum number of characters password must contain */
|
|
308
|
+
minPasswordLength?: number | null;
|
|
309
|
+
/** Type of your offer */
|
|
310
|
+
offer?: EmailProServiceOfferEnum;
|
|
311
|
+
/** Spam and Antivirus configuration */
|
|
312
|
+
spamAndVirusConfiguration?: EmailProSpamAndVirusConfiguration;
|
|
313
|
+
/** State of your service */
|
|
314
|
+
state?: EmailProServiceStateEnum;
|
|
315
|
+
/** Task pending id */
|
|
316
|
+
taskPendingId?: number;
|
|
317
|
+
/** URL for web interface */
|
|
318
|
+
webUrl?: string | null;
|
|
319
|
+
}
|
|
320
|
+
export declare const EmailProServiceNativeWithIAM: S.Schema<EmailProServiceNativeWithIAM>;
|
|
321
|
+
export interface GetEmailProAccountRequest {
|
|
322
|
+
/** Service */
|
|
323
|
+
service: string;
|
|
324
|
+
/** Email */
|
|
325
|
+
email: string;
|
|
326
|
+
}
|
|
327
|
+
export declare const GetEmailProAccountRequest: S.Schema<GetEmailProAccountRequest>;
|
|
328
|
+
/** Mailing filter options availlable */
|
|
329
|
+
export type EmailProMailingFilterEnum = "vaderetro";
|
|
330
|
+
export declare const EmailProMailingFilterEnum: any;
|
|
331
|
+
/** Enable or disable anti-virus and anti-spam */
|
|
332
|
+
export type EmailProAccountNativeMailingFilterList = Array<EmailProMailingFilterEnum>;
|
|
333
|
+
export declare const EmailProAccountNativeMailingFilterList: S.Schema<EmailProAccountNativeMailingFilterList>;
|
|
334
|
+
/** Renew period */
|
|
335
|
+
export type EmailProRenewPeriodEnum = "monthly" | "yearly";
|
|
336
|
+
export declare const EmailProRenewPeriodEnum: any;
|
|
337
|
+
/** Current object state */
|
|
338
|
+
export type EmailProObjectStateEnum = "creating" | "deleting" | "ok" | "reopening" | "suspended" | "suspending" | "unknown";
|
|
339
|
+
export declare const EmailProObjectStateEnum: any;
|
|
340
|
+
/** Mailbox */
|
|
341
|
+
export interface EmailProAccountNative {
|
|
342
|
+
/** SAM account name */
|
|
343
|
+
SAMAccountName?: string | null;
|
|
344
|
+
/** Indicates if the account is configured */
|
|
345
|
+
configured?: boolean;
|
|
346
|
+
/** Creation date */
|
|
347
|
+
creationDate?: string | null;
|
|
348
|
+
/** Mailbox usage */
|
|
349
|
+
currentUsage?: number | null;
|
|
350
|
+
/** delete at expiration */
|
|
351
|
+
deleteAtExpiration?: boolean | null;
|
|
352
|
+
/** Account display name */
|
|
353
|
+
displayName?: string | null;
|
|
354
|
+
/** Email domain */
|
|
355
|
+
domain?: string;
|
|
356
|
+
/** expiration date */
|
|
357
|
+
expirationDate?: string | null;
|
|
358
|
+
/** expiration date */
|
|
359
|
+
expirationOutlookDate?: string | null;
|
|
360
|
+
/** Account first name */
|
|
361
|
+
firstName?: string | null;
|
|
362
|
+
/** Hide account in Global Address List */
|
|
363
|
+
hiddenFromGAL?: boolean;
|
|
364
|
+
/** Account id */
|
|
365
|
+
id?: number;
|
|
366
|
+
/** Account initials */
|
|
367
|
+
initial?: string | null;
|
|
368
|
+
/** Last logoff */
|
|
369
|
+
lastLogoffDate?: string | null;
|
|
370
|
+
/** Last logon */
|
|
371
|
+
lastLogonDate?: string | null;
|
|
372
|
+
/** Account last name */
|
|
373
|
+
lastName?: string | null;
|
|
374
|
+
/** Last update */
|
|
375
|
+
lastUpdateDate?: string | null;
|
|
376
|
+
/** Account login */
|
|
377
|
+
login?: string;
|
|
378
|
+
/** Enable or disable anti-virus and anti-spam */
|
|
379
|
+
mailingFilter?: EmailProAccountNativeMailingFilterList | null;
|
|
380
|
+
/** Time of account's password last update */
|
|
381
|
+
passwordLastUpdate?: string | Redacted.Redacted<string> | null;
|
|
382
|
+
/** Default email for this mailbox */
|
|
383
|
+
primaryEmailAddress?: string;
|
|
384
|
+
/** Account maximum size */
|
|
385
|
+
quota?: number;
|
|
386
|
+
/** change the renew period */
|
|
387
|
+
renewPeriod?: EmailProRenewPeriodEnum | null;
|
|
388
|
+
/** Spam and Antivirus configuration */
|
|
389
|
+
spamAndVirusConfiguration?: EmailProSpamAndVirusConfiguration;
|
|
390
|
+
/** Account was sending spam */
|
|
391
|
+
spamDetected?: boolean;
|
|
392
|
+
/** Ticket number of spam detection */
|
|
393
|
+
spamTicketNumber?: number | null;
|
|
394
|
+
/** Account state */
|
|
395
|
+
state?: EmailProObjectStateEnum;
|
|
396
|
+
/** Pending tasks for this account */
|
|
397
|
+
taskPendingId?: number | null;
|
|
398
|
+
}
|
|
399
|
+
export declare const EmailProAccountNative: S.Schema<EmailProAccountNative>;
|
|
400
|
+
export interface GetEmailProAccountAliasRequest {
|
|
401
|
+
/** Service */
|
|
402
|
+
service: string;
|
|
403
|
+
/** Email */
|
|
404
|
+
email: string;
|
|
405
|
+
/** Alias */
|
|
406
|
+
alias: string;
|
|
407
|
+
}
|
|
408
|
+
export declare const GetEmailProAccountAliasRequest: S.Schema<GetEmailProAccountAliasRequest>;
|
|
409
|
+
/** Aliases on this mailbox */
|
|
410
|
+
export interface EmailProAccountAlias {
|
|
411
|
+
/** Alias */
|
|
412
|
+
alias?: string;
|
|
413
|
+
/** Creation date */
|
|
414
|
+
creationDate?: string;
|
|
415
|
+
/** Pending task id */
|
|
416
|
+
taskPendingId?: number;
|
|
417
|
+
}
|
|
418
|
+
export declare const EmailProAccountAlias: S.Schema<EmailProAccountAlias>;
|
|
419
|
+
export interface GetEmailProAccountDiagnosticsRequest {
|
|
420
|
+
/** Service */
|
|
421
|
+
service: string;
|
|
422
|
+
/** Email */
|
|
423
|
+
email: string;
|
|
424
|
+
}
|
|
425
|
+
export declare const GetEmailProAccountDiagnosticsRequest: S.Schema<GetEmailProAccountDiagnosticsRequest>;
|
|
426
|
+
/** Account Diagnosis */
|
|
427
|
+
export interface EmailProAccountDiagnosis {
|
|
428
|
+
/** Determines if ingoing message has been received */
|
|
429
|
+
canReceiveEmail?: boolean;
|
|
430
|
+
/** Determines if outgoing message has been delivered */
|
|
431
|
+
canSendEmail?: boolean;
|
|
432
|
+
/** Determines if possible to authenticate with credentials */
|
|
433
|
+
connectiveWebmail?: boolean;
|
|
434
|
+
/** Determines if account is locked */
|
|
435
|
+
isLocked?: boolean;
|
|
436
|
+
/** Determines if MX record for account's domain is properly set */
|
|
437
|
+
isMxValid?: boolean;
|
|
438
|
+
/** Determines if account is flagged as spammer */
|
|
439
|
+
isSpammer?: boolean;
|
|
440
|
+
/** Determines if SRV (autodiscovery) record for account's domain is properly set */
|
|
441
|
+
isSrvValid?: boolean;
|
|
442
|
+
/** Determines if account is suspended */
|
|
443
|
+
isSuspended?: boolean;
|
|
444
|
+
/** Last performed diagnostics date */
|
|
445
|
+
lastCheck?: string;
|
|
446
|
+
}
|
|
447
|
+
export declare const EmailProAccountDiagnosis: S.Schema<EmailProAccountDiagnosis>;
|
|
448
|
+
export interface GetEmailProAccountFullAccessRequest {
|
|
449
|
+
/** Service */
|
|
450
|
+
service: string;
|
|
451
|
+
/** Email */
|
|
452
|
+
email: string;
|
|
453
|
+
/** Allowed account ID */
|
|
454
|
+
allowedAccountId: number;
|
|
455
|
+
}
|
|
456
|
+
export declare const GetEmailProAccountFullAccessRequest: S.Schema<GetEmailProAccountFullAccessRequest>;
|
|
457
|
+
/** Users having full access on this mailbox */
|
|
458
|
+
export interface EmailProAccountFullAccess {
|
|
459
|
+
/** Account id to give full access */
|
|
460
|
+
allowedAccountId?: number;
|
|
461
|
+
/** Creation date */
|
|
462
|
+
creationDate?: string;
|
|
463
|
+
/** Pending task id */
|
|
464
|
+
taskPendingId?: number;
|
|
465
|
+
}
|
|
466
|
+
export declare const EmailProAccountFullAccess: S.Schema<EmailProAccountFullAccess>;
|
|
467
|
+
export interface GetEmailProAccountSendAsRequest {
|
|
468
|
+
/** Service */
|
|
469
|
+
service: string;
|
|
470
|
+
/** Email */
|
|
471
|
+
email: string;
|
|
472
|
+
/** Allowed account ID */
|
|
473
|
+
allowedAccountId: number;
|
|
474
|
+
}
|
|
475
|
+
export declare const GetEmailProAccountSendAsRequest: S.Schema<GetEmailProAccountSendAsRequest>;
|
|
476
|
+
/** Users authorized to send mails from this mailbox */
|
|
477
|
+
export interface EmailProAccountSendAs {
|
|
478
|
+
/** Account id to give send as */
|
|
479
|
+
allowedAccountId?: number;
|
|
480
|
+
/** Creation date */
|
|
481
|
+
creationDate?: string;
|
|
482
|
+
/** Pending task id */
|
|
483
|
+
taskPendingId?: number;
|
|
484
|
+
}
|
|
485
|
+
export declare const EmailProAccountSendAs: S.Schema<EmailProAccountSendAs>;
|
|
486
|
+
export interface GetEmailProAccountSendOnBehalfToRequest {
|
|
487
|
+
/** Service */
|
|
488
|
+
service: string;
|
|
489
|
+
/** Email */
|
|
490
|
+
email: string;
|
|
491
|
+
/** Allowed account ID */
|
|
492
|
+
allowedAccountId: number;
|
|
493
|
+
}
|
|
494
|
+
export declare const GetEmailProAccountSendOnBehalfToRequest: S.Schema<GetEmailProAccountSendOnBehalfToRequest>;
|
|
495
|
+
/** Get users authorized to Send On Behalf To mails from this mailbox */
|
|
496
|
+
export interface EmailProAccountSendOnBehalfTo {
|
|
497
|
+
/** Account id to give send on behalf to */
|
|
498
|
+
allowedAccountId?: number;
|
|
499
|
+
/** Creation date */
|
|
500
|
+
creationDate?: string;
|
|
501
|
+
/** Pending task id */
|
|
502
|
+
taskPendingId?: number;
|
|
503
|
+
}
|
|
504
|
+
export declare const EmailProAccountSendOnBehalfTo: S.Schema<EmailProAccountSendOnBehalfTo>;
|
|
505
|
+
export interface GetEmailProAccountTaskRequest {
|
|
506
|
+
/** Service */
|
|
507
|
+
service: string;
|
|
508
|
+
/** Email */
|
|
509
|
+
email: string;
|
|
510
|
+
/** Id */
|
|
511
|
+
id: number;
|
|
512
|
+
}
|
|
513
|
+
export declare const GetEmailProAccountTaskRequest: S.Schema<GetEmailProAccountTaskRequest>;
|
|
514
|
+
export interface GetEmailProBillingMigratedRequest {
|
|
515
|
+
/** Service */
|
|
516
|
+
service: string;
|
|
517
|
+
}
|
|
518
|
+
export declare const GetEmailProBillingMigratedRequest: S.Schema<GetEmailProBillingMigratedRequest>;
|
|
519
|
+
export type GetEmailProBillingMigratedResponse = boolean;
|
|
520
|
+
export declare const GetEmailProBillingMigratedResponse: S.Schema<GetEmailProBillingMigratedResponse>;
|
|
521
|
+
export interface GetEmailProBillingPlanRequest {
|
|
522
|
+
/** Service */
|
|
523
|
+
service: string;
|
|
524
|
+
}
|
|
525
|
+
export declare const GetEmailProBillingPlanRequest: S.Schema<GetEmailProBillingPlanRequest>;
|
|
526
|
+
export type GetEmailProBillingPlanResponse = string;
|
|
527
|
+
export declare const GetEmailProBillingPlanResponse: S.Schema<GetEmailProBillingPlanResponse>;
|
|
528
|
+
export interface GetEmailProDomainRequest {
|
|
529
|
+
/** Service */
|
|
530
|
+
service: string;
|
|
531
|
+
/** Domain name */
|
|
532
|
+
domainName: string;
|
|
533
|
+
}
|
|
534
|
+
export declare const GetEmailProDomainRequest: S.Schema<GetEmailProDomainRequest>;
|
|
535
|
+
/** DKIM status */
|
|
536
|
+
export type EmailProDomainDkimDiagnosticsStateEnum = "active" | "disabled" | "error" | "inProgress" | "toConfigure";
|
|
537
|
+
export declare const EmailProDomainDkimDiagnosticsStateEnum: any;
|
|
538
|
+
/** Dkim selectors and DNS configuration state */
|
|
539
|
+
export interface EmailProDomainDkimDiagnostics {
|
|
540
|
+
/** Error code related to misconfiguration of DKIM, if exists */
|
|
541
|
+
errorCode?: number | null;
|
|
542
|
+
/** DKIM misconfiguration description, if exists */
|
|
543
|
+
message?: string | null;
|
|
544
|
+
/** State of DKIM selectors */
|
|
545
|
+
state?: EmailProDomainDkimDiagnosticsStateEnum | null;
|
|
546
|
+
}
|
|
547
|
+
export declare const EmailProDomainDkimDiagnostics: S.Schema<EmailProDomainDkimDiagnostics>;
|
|
548
|
+
/** List of aliases for this domain */
|
|
549
|
+
export type EmailProDomainNativeDomainAliasesList = Array<string>;
|
|
550
|
+
export declare const EmailProDomainNativeDomainAliasesList: S.Schema<EmailProDomainNativeDomainAliasesList>;
|
|
551
|
+
/** Expected MX record(s) on this domain */
|
|
552
|
+
export type EmailProDomainNativeExpectedMXList = Array<string>;
|
|
553
|
+
export declare const EmailProDomainNativeExpectedMXList: S.Schema<EmailProDomainNativeExpectedMXList>;
|
|
554
|
+
/** Domain MX record configured in DNS */
|
|
555
|
+
export type EmailProDomainNativeMxRecordList = Array<string>;
|
|
556
|
+
export declare const EmailProDomainNativeMxRecordList: S.Schema<EmailProDomainNativeMxRecordList>;
|
|
557
|
+
/** Domain's SPF record configured in the DNS */
|
|
558
|
+
export type EmailProDomainNativeSpfRecordList = Array<string>;
|
|
559
|
+
export declare const EmailProDomainNativeSpfRecordList: S.Schema<EmailProDomainNativeSpfRecordList>;
|
|
560
|
+
/** Domain SRV record configured in DNS */
|
|
561
|
+
export type EmailProDomainNativeSrvRecordList = Array<string>;
|
|
562
|
+
export declare const EmailProDomainNativeSrvRecordList: S.Schema<EmailProDomainNativeSrvRecordList>;
|
|
563
|
+
/** Domain */
|
|
564
|
+
export interface EmailProDomainNative {
|
|
565
|
+
/** Cname that will be checked to prove the domain ownership */
|
|
566
|
+
cnameToCheck?: string | null;
|
|
567
|
+
/** Dkim selectors and DNS configuration state */
|
|
568
|
+
dkimDiagnostics?: EmailProDomainDkimDiagnostics | null;
|
|
569
|
+
/** List of aliases for this domain */
|
|
570
|
+
domainAliases?: EmailProDomainNativeDomainAliasesList;
|
|
571
|
+
/** Domain validation status */
|
|
572
|
+
domainValidated?: boolean;
|
|
573
|
+
/** Expected SRV record on this domain */
|
|
574
|
+
expectedAutodiscoverSRV?: string;
|
|
575
|
+
/** Expected MX record(s) on this domain */
|
|
576
|
+
expectedMX?: EmailProDomainNativeExpectedMXList;
|
|
577
|
+
/** Expected SPF record on this domain */
|
|
578
|
+
expectedSPF?: string;
|
|
579
|
+
/** Indicate if this domain is an alias for another domain */
|
|
580
|
+
isAliasDomain?: boolean;
|
|
581
|
+
/** If true your DNS MX configuration is valid */
|
|
582
|
+
mxIsValid?: boolean;
|
|
583
|
+
/** Domain MX record configured in DNS */
|
|
584
|
+
mxRecord?: EmailProDomainNativeMxRecordList | null;
|
|
585
|
+
/** If specified, emails to not existing address will be redirected to that domain */
|
|
586
|
+
mxRelay?: string | null;
|
|
587
|
+
/** Domain name */
|
|
588
|
+
name?: string;
|
|
589
|
+
/** SPF record validation passed */
|
|
590
|
+
spfIsValid?: boolean;
|
|
591
|
+
/** Domain's SPF record configured in the DNS */
|
|
592
|
+
spfRecord?: EmailProDomainNativeSpfRecordList | null;
|
|
593
|
+
/** If true your DNS SRV record is valid */
|
|
594
|
+
srvIsValid?: boolean;
|
|
595
|
+
/** Domain SRV record configured in DNS */
|
|
596
|
+
srvRecord?: EmailProDomainNativeSrvRecordList | null;
|
|
597
|
+
/** Domain state */
|
|
598
|
+
state?: EmailProObjectStateEnum;
|
|
599
|
+
/** Pending tasks id */
|
|
600
|
+
taskPendingId?: number;
|
|
601
|
+
/** Domain type */
|
|
602
|
+
type?: EmailProDomainTypeEnum;
|
|
603
|
+
}
|
|
604
|
+
export declare const EmailProDomainNative: S.Schema<EmailProDomainNative>;
|
|
605
|
+
export interface GetEmailProDomainDisclaimerRequest {
|
|
606
|
+
/** Service */
|
|
607
|
+
service: string;
|
|
608
|
+
/** Domain name */
|
|
609
|
+
domainName: string;
|
|
610
|
+
}
|
|
611
|
+
export declare const GetEmailProDomainDisclaimerRequest: S.Schema<GetEmailProDomainDisclaimerRequest>;
|
|
612
|
+
/** disclaimer */
|
|
613
|
+
export interface EmailProDisclaimerNative {
|
|
614
|
+
/** Signature, added at the bottom of your organization emails */
|
|
615
|
+
content?: string;
|
|
616
|
+
/** Creation date */
|
|
617
|
+
creationDate?: string;
|
|
618
|
+
/** Disclaimer name */
|
|
619
|
+
name?: string;
|
|
620
|
+
/** Activate the disclaimer only for external emails */
|
|
621
|
+
outsideOnly?: boolean;
|
|
622
|
+
/** task pending id */
|
|
623
|
+
taskPendingId?: number;
|
|
624
|
+
}
|
|
625
|
+
export declare const EmailProDisclaimerNative: S.Schema<EmailProDisclaimerNative>;
|
|
626
|
+
export interface GetEmailProDomainDkimRequest {
|
|
627
|
+
/** Service */
|
|
628
|
+
service: string;
|
|
629
|
+
/** Domain name */
|
|
630
|
+
domainName: string;
|
|
631
|
+
/** Selector name */
|
|
632
|
+
selectorName: string;
|
|
633
|
+
}
|
|
634
|
+
export declare const GetEmailProDomainDkimRequest: S.Schema<GetEmailProDomainDkimRequest>;
|
|
635
|
+
/** Record type of the customer record */
|
|
636
|
+
export type EmailProDkimRecordTypeEnum = "CNAME";
|
|
637
|
+
export declare const EmailProDkimRecordTypeEnum: any;
|
|
638
|
+
/** DKIM status */
|
|
639
|
+
export type EmailProDkimStatusEnum = "deleting" | "disabling" | "enabling" | "inProduction" | "ready" | "todo" | "waitingRecord";
|
|
640
|
+
export declare const EmailProDkimStatusEnum: any;
|
|
641
|
+
/** DKIM for a domain */
|
|
642
|
+
export interface EmailProDkim {
|
|
643
|
+
/** DNS CNAME validation passed */
|
|
644
|
+
cnameIsValid?: boolean;
|
|
645
|
+
/** Customer DNS record */
|
|
646
|
+
customerRecord?: string;
|
|
647
|
+
/** Header used for DKIM signature */
|
|
648
|
+
header?: string;
|
|
649
|
+
/** Last update date */
|
|
650
|
+
lastUpdate?: string | null;
|
|
651
|
+
/** Record type of the customer record */
|
|
652
|
+
recordType?: EmailProDkimRecordTypeEnum;
|
|
653
|
+
/** Selector name */
|
|
654
|
+
selectorName?: string;
|
|
655
|
+
/** DKIM status */
|
|
656
|
+
status?: EmailProDkimStatusEnum;
|
|
657
|
+
/** Target of the customer record */
|
|
658
|
+
targetRecord?: string | null;
|
|
659
|
+
/** Pending task for this DKIM */
|
|
660
|
+
taskPendingId?: number | null;
|
|
661
|
+
}
|
|
662
|
+
export declare const EmailProDkim: S.Schema<EmailProDkim>;
|
|
663
|
+
export interface GetEmailProExternalContactRequest {
|
|
664
|
+
/** Service */
|
|
665
|
+
service: string;
|
|
666
|
+
/** External email address */
|
|
667
|
+
externalEmailAddress: string;
|
|
668
|
+
}
|
|
669
|
+
export declare const GetEmailProExternalContactRequest: S.Schema<GetEmailProExternalContactRequest>;
|
|
670
|
+
/** External contact for this pro service */
|
|
671
|
+
export interface EmailProExternalContactNative {
|
|
672
|
+
/** Creation date */
|
|
673
|
+
creationDate?: string;
|
|
674
|
+
/** Contact display name */
|
|
675
|
+
displayName?: string;
|
|
676
|
+
/** Contact email */
|
|
677
|
+
externalEmailAddress?: string;
|
|
678
|
+
/** Contact first name */
|
|
679
|
+
firstName?: string | null;
|
|
680
|
+
/** Hide the contact in Global Address List */
|
|
681
|
+
hiddenFromGAL?: boolean;
|
|
682
|
+
/** Contact id */
|
|
683
|
+
id?: number;
|
|
684
|
+
/** Contact initals */
|
|
685
|
+
initials?: string | null;
|
|
686
|
+
/** Contact last name */
|
|
687
|
+
lastName?: string | null;
|
|
688
|
+
/** Contact state */
|
|
689
|
+
state?: EmailProObjectStateEnum;
|
|
690
|
+
/** Task pending id */
|
|
691
|
+
taskPendingId?: number;
|
|
692
|
+
}
|
|
693
|
+
export declare const EmailProExternalContactNative: S.Schema<EmailProExternalContactNative>;
|
|
694
|
+
export interface GetEmailProServerRequest {
|
|
695
|
+
/** Service */
|
|
696
|
+
service: string;
|
|
697
|
+
}
|
|
698
|
+
export declare const GetEmailProServerRequest: S.Schema<GetEmailProServerRequest>;
|
|
699
|
+
/** Server State */
|
|
700
|
+
export type EmailProServerStateEnum = "configurationPending" | "notConfigured" | "ok";
|
|
701
|
+
export declare const EmailProServerStateEnum: any;
|
|
702
|
+
/** Server */
|
|
703
|
+
export interface EmailProServer {
|
|
704
|
+
/** Current disk usage in MB */
|
|
705
|
+
currentDiskUsage?: number | null;
|
|
706
|
+
/** Total disk size in MB */
|
|
707
|
+
diskSize?: number | null;
|
|
708
|
+
/** ipV4 */
|
|
709
|
+
ip?: string;
|
|
710
|
+
/** ipV6 */
|
|
711
|
+
ipV6?: string | null;
|
|
712
|
+
/** If true your dns A record is valid */
|
|
713
|
+
isAValid?: boolean;
|
|
714
|
+
/** If true your dns AAAA record is valid */
|
|
715
|
+
isAaaaValid?: boolean;
|
|
716
|
+
/** If true your dns ptrV6 record is valid */
|
|
717
|
+
isPtrV6Valid?: boolean;
|
|
718
|
+
/** If true your dns ptr record is valid */
|
|
719
|
+
isPtrValid?: boolean;
|
|
720
|
+
/** Server state */
|
|
721
|
+
state?: EmailProServerStateEnum;
|
|
722
|
+
/** Task pending id */
|
|
723
|
+
taskPendingId?: number;
|
|
724
|
+
/** Server version */
|
|
725
|
+
version?: string | null;
|
|
726
|
+
}
|
|
727
|
+
export declare const EmailProServer: S.Schema<EmailProServer>;
|
|
728
|
+
export interface GetEmailProServiceInfosRequest {
|
|
729
|
+
/** The internal name of your pro organization */
|
|
730
|
+
service: string;
|
|
731
|
+
}
|
|
732
|
+
export declare const GetEmailProServiceInfosRequest: S.Schema<GetEmailProServiceInfosRequest>;
|
|
733
|
+
/** All the possible renew period of your service in month */
|
|
734
|
+
export type ServicesServicePossibleRenewPeriodList = Array<number>;
|
|
735
|
+
export declare const ServicesServicePossibleRenewPeriodList: S.Schema<ServicesServicePossibleRenewPeriodList>;
|
|
736
|
+
/** Map a possible renew for a specific service */
|
|
737
|
+
export interface ServiceRenewType {
|
|
738
|
+
/** The service is automatically renewed */
|
|
739
|
+
automatic?: boolean;
|
|
740
|
+
/** The service will be deleted at expiration */
|
|
741
|
+
deleteAtExpiration?: boolean;
|
|
742
|
+
/** The service forced to be renewed */
|
|
743
|
+
forced?: boolean;
|
|
744
|
+
/** The service needs to be manually renewed and paid */
|
|
745
|
+
manualPayment?: boolean | null;
|
|
746
|
+
/** period of renew in month */
|
|
747
|
+
period?: number | null;
|
|
748
|
+
}
|
|
749
|
+
export declare const ServiceRenewType: S.Schema<ServiceRenewType>;
|
|
750
|
+
/** Detailed renewal type of a service */
|
|
751
|
+
export type ServiceRenewalTypeEnum = "automaticForcedProduct" | "automaticV2012" | "automaticV2014" | "automaticV2016" | "automaticV2024" | "manual" | "oneShot" | "option";
|
|
752
|
+
export declare const ServiceRenewalTypeEnum: any;
|
|
753
|
+
export type ServiceStateEnum = "autorenewInProgress" | "expired" | "inCreation" | "ok" | "pendingDebt" | "unPaid";
|
|
754
|
+
export declare const ServiceStateEnum: any;
|
|
755
|
+
/** Details about a Service */
|
|
756
|
+
export interface ServicesService {
|
|
757
|
+
/** Indicates that the service can be set up to be deleted at expiration */
|
|
758
|
+
canDeleteAtExpiration?: boolean;
|
|
759
|
+
contactAdmin?: string;
|
|
760
|
+
contactBilling?: string;
|
|
761
|
+
contactTech?: string;
|
|
762
|
+
creation?: string;
|
|
763
|
+
domain?: string;
|
|
764
|
+
engagedUpTo?: string | null;
|
|
765
|
+
expiration?: string;
|
|
766
|
+
/** All the possible renew period of your service in month */
|
|
767
|
+
possibleRenewPeriod?: ServicesServicePossibleRenewPeriodList | null;
|
|
768
|
+
/** Way of handling the renew */
|
|
769
|
+
renew?: ServiceRenewType | null;
|
|
770
|
+
renewalType?: ServiceRenewalTypeEnum;
|
|
771
|
+
serviceId?: number;
|
|
772
|
+
status?: ServiceStateEnum;
|
|
773
|
+
}
|
|
774
|
+
export declare const ServicesService: S.Schema<ServicesService>;
|
|
775
|
+
export interface GetEmailProTaskRequest {
|
|
776
|
+
/** Service */
|
|
777
|
+
service: string;
|
|
778
|
+
/** Id */
|
|
779
|
+
id: number;
|
|
780
|
+
}
|
|
781
|
+
export declare const GetEmailProTaskRequest: S.Schema<GetEmailProTaskRequest>;
|
|
782
|
+
/** Resource tag filter */
|
|
783
|
+
export interface IamResourceTagFilterInput {
|
|
784
|
+
}
|
|
785
|
+
export declare const IamResourceTagFilterInput: S.Schema<IamResourceTagFilterInput>;
|
|
786
|
+
export type ListEmailProRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
|
|
787
|
+
export declare const ListEmailProRequestIamTagsValueList: S.Schema<ListEmailProRequestIamTagsValueList>;
|
|
788
|
+
export type ListEmailProRequestIamTagsMap = {
|
|
789
|
+
[key: string]: ListEmailProRequestIamTagsValueList | undefined;
|
|
790
|
+
};
|
|
791
|
+
export declare const ListEmailProRequestIamTagsMap: S.Schema<ListEmailProRequestIamTagsMap>;
|
|
792
|
+
export interface ListEmailProRequest {
|
|
793
|
+
/** Filter resources on IAM tags */
|
|
794
|
+
iamTags?: ListEmailProRequestIamTagsMap;
|
|
795
|
+
}
|
|
796
|
+
export declare const ListEmailProRequest: S.Schema<ListEmailProRequest>;
|
|
797
|
+
export type ListEmailProResponseBodyList = Array<string>;
|
|
798
|
+
export declare const ListEmailProResponseBodyList: S.Schema<ListEmailProResponseBodyList>;
|
|
799
|
+
export type ListEmailProResponse = ListEmailProResponseBodyList;
|
|
800
|
+
export declare const ListEmailProResponse: S.Schema<ListEmailProResponse>;
|
|
801
|
+
export interface ListEmailProAccountRequest {
|
|
802
|
+
/** Service */
|
|
803
|
+
service: string;
|
|
804
|
+
/** Filter the value of id property (like) */
|
|
805
|
+
id?: number;
|
|
806
|
+
/** Filter the value of primaryEmailAddress property (like) */
|
|
807
|
+
primaryEmailAddress?: string;
|
|
808
|
+
}
|
|
809
|
+
export declare const ListEmailProAccountRequest: S.Schema<ListEmailProAccountRequest>;
|
|
810
|
+
export type ListEmailProAccountResponseBodyList = Array<string>;
|
|
811
|
+
export declare const ListEmailProAccountResponseBodyList: S.Schema<ListEmailProAccountResponseBodyList>;
|
|
812
|
+
export type ListEmailProAccountResponse = ListEmailProAccountResponseBodyList;
|
|
813
|
+
export declare const ListEmailProAccountResponse: S.Schema<ListEmailProAccountResponse>;
|
|
814
|
+
export interface ListEmailProAccountAliasRequest {
|
|
815
|
+
/** Service */
|
|
816
|
+
service: string;
|
|
817
|
+
/** Email */
|
|
818
|
+
email: string;
|
|
819
|
+
}
|
|
820
|
+
export declare const ListEmailProAccountAliasRequest: S.Schema<ListEmailProAccountAliasRequest>;
|
|
821
|
+
export type ListEmailProAccountAliasResponseBodyList = Array<string>;
|
|
822
|
+
export declare const ListEmailProAccountAliasResponseBodyList: S.Schema<ListEmailProAccountAliasResponseBodyList>;
|
|
823
|
+
export type ListEmailProAccountAliasResponse = ListEmailProAccountAliasResponseBodyList;
|
|
824
|
+
export declare const ListEmailProAccountAliasResponse: S.Schema<ListEmailProAccountAliasResponse>;
|
|
825
|
+
export interface ListEmailProAccountFullAccessRequest {
|
|
826
|
+
/** Service */
|
|
827
|
+
service: string;
|
|
828
|
+
/** Email */
|
|
829
|
+
email: string;
|
|
830
|
+
}
|
|
831
|
+
export declare const ListEmailProAccountFullAccessRequest: S.Schema<ListEmailProAccountFullAccessRequest>;
|
|
832
|
+
export type ListEmailProAccountFullAccessResponseBodyList = Array<number>;
|
|
833
|
+
export declare const ListEmailProAccountFullAccessResponseBodyList: S.Schema<ListEmailProAccountFullAccessResponseBodyList>;
|
|
834
|
+
export type ListEmailProAccountFullAccessResponse = ListEmailProAccountFullAccessResponseBodyList;
|
|
835
|
+
export declare const ListEmailProAccountFullAccessResponse: S.Schema<ListEmailProAccountFullAccessResponse>;
|
|
836
|
+
export interface ListEmailProAccountSendAsRequest {
|
|
837
|
+
/** Service */
|
|
838
|
+
service: string;
|
|
839
|
+
/** Email */
|
|
840
|
+
email: string;
|
|
841
|
+
}
|
|
842
|
+
export declare const ListEmailProAccountSendAsRequest: S.Schema<ListEmailProAccountSendAsRequest>;
|
|
843
|
+
export type ListEmailProAccountSendAsResponseBodyList = Array<number>;
|
|
844
|
+
export declare const ListEmailProAccountSendAsResponseBodyList: S.Schema<ListEmailProAccountSendAsResponseBodyList>;
|
|
845
|
+
export type ListEmailProAccountSendAsResponse = ListEmailProAccountSendAsResponseBodyList;
|
|
846
|
+
export declare const ListEmailProAccountSendAsResponse: S.Schema<ListEmailProAccountSendAsResponse>;
|
|
847
|
+
export interface ListEmailProAccountSendOnBehalfToRequest {
|
|
848
|
+
/** Service */
|
|
849
|
+
service: string;
|
|
850
|
+
/** Email */
|
|
851
|
+
email: string;
|
|
852
|
+
}
|
|
853
|
+
export declare const ListEmailProAccountSendOnBehalfToRequest: S.Schema<ListEmailProAccountSendOnBehalfToRequest>;
|
|
854
|
+
export type ListEmailProAccountSendOnBehalfToResponseBodyList = Array<number>;
|
|
855
|
+
export declare const ListEmailProAccountSendOnBehalfToResponseBodyList: S.Schema<ListEmailProAccountSendOnBehalfToResponseBodyList>;
|
|
856
|
+
export type ListEmailProAccountSendOnBehalfToResponse = ListEmailProAccountSendOnBehalfToResponseBodyList;
|
|
857
|
+
export declare const ListEmailProAccountSendOnBehalfToResponse: S.Schema<ListEmailProAccountSendOnBehalfToResponse>;
|
|
858
|
+
export interface ListEmailProAccountTasksRequest {
|
|
859
|
+
/** Service */
|
|
860
|
+
service: string;
|
|
861
|
+
/** Email */
|
|
862
|
+
email: string;
|
|
863
|
+
}
|
|
864
|
+
export declare const ListEmailProAccountTasksRequest: S.Schema<ListEmailProAccountTasksRequest>;
|
|
865
|
+
export type ListEmailProAccountTasksResponseBodyList = Array<number>;
|
|
866
|
+
export declare const ListEmailProAccountTasksResponseBodyList: S.Schema<ListEmailProAccountTasksResponseBodyList>;
|
|
867
|
+
export type ListEmailProAccountTasksResponse = ListEmailProAccountTasksResponseBodyList;
|
|
868
|
+
export declare const ListEmailProAccountTasksResponse: S.Schema<ListEmailProAccountTasksResponse>;
|
|
869
|
+
export interface ListEmailProDomainRequest {
|
|
870
|
+
/** Service */
|
|
871
|
+
service: string;
|
|
872
|
+
/** Filter the value of state property (=) */
|
|
873
|
+
state?: EmailProObjectStateEnum | (string & {});
|
|
874
|
+
}
|
|
875
|
+
export declare const ListEmailProDomainRequest: S.Schema<ListEmailProDomainRequest>;
|
|
876
|
+
export type ListEmailProDomainResponseBodyList = Array<string>;
|
|
877
|
+
export declare const ListEmailProDomainResponseBodyList: S.Schema<ListEmailProDomainResponseBodyList>;
|
|
878
|
+
export type ListEmailProDomainResponse = ListEmailProDomainResponseBodyList;
|
|
879
|
+
export declare const ListEmailProDomainResponse: S.Schema<ListEmailProDomainResponse>;
|
|
880
|
+
export interface ListEmailProDomainDisclaimerAttributeRequest {
|
|
881
|
+
/** Service */
|
|
882
|
+
service: string;
|
|
883
|
+
/** Domain name */
|
|
884
|
+
domainName: string;
|
|
885
|
+
}
|
|
886
|
+
export declare const ListEmailProDomainDisclaimerAttributeRequest: S.Schema<ListEmailProDomainDisclaimerAttributeRequest>;
|
|
887
|
+
/** Disclaimer attributes list */
|
|
888
|
+
export type EmailProDisclaimerAttributeEnum = "City" | "Company" | "Country" | "Department" | "DisplayName" | "Email" | "FaxNumber" | "FirstName" | "HomePhoneNumber" | "Initials" | "LastName" | "Manager" | "MobileNumber" | "Notes" | "Office" | "OtherFaxNumber" | "OtherHomePhoneNumber" | "OtherPhoneNumber" | "PagerNumber" | "PhoneNumber" | "State" | "Street" | "Title" | "UserLogonName" | "ZipCode";
|
|
889
|
+
export declare const EmailProDisclaimerAttributeEnum: any;
|
|
890
|
+
export type ListEmailProDomainDisclaimerAttributeResponseBodyList = Array<EmailProDisclaimerAttributeEnum>;
|
|
891
|
+
export declare const ListEmailProDomainDisclaimerAttributeResponseBodyList: S.Schema<ListEmailProDomainDisclaimerAttributeResponseBodyList>;
|
|
892
|
+
export type ListEmailProDomainDisclaimerAttributeResponse = ListEmailProDomainDisclaimerAttributeResponseBodyList;
|
|
893
|
+
export declare const ListEmailProDomainDisclaimerAttributeResponse: S.Schema<ListEmailProDomainDisclaimerAttributeResponse>;
|
|
894
|
+
export interface ListEmailProDomainDkimRequest {
|
|
895
|
+
/** Service */
|
|
896
|
+
service: string;
|
|
897
|
+
/** Domain name */
|
|
898
|
+
domainName: string;
|
|
899
|
+
}
|
|
900
|
+
export declare const ListEmailProDomainDkimRequest: S.Schema<ListEmailProDomainDkimRequest>;
|
|
901
|
+
export type ListEmailProDomainDkimResponseBodyList = Array<string>;
|
|
902
|
+
export declare const ListEmailProDomainDkimResponseBodyList: S.Schema<ListEmailProDomainDkimResponseBodyList>;
|
|
903
|
+
export type ListEmailProDomainDkimResponse = ListEmailProDomainDkimResponseBodyList;
|
|
904
|
+
export declare const ListEmailProDomainDkimResponse: S.Schema<ListEmailProDomainDkimResponse>;
|
|
905
|
+
export interface ListEmailProDomainDkimSelectorRequest {
|
|
906
|
+
/** The internal name of your pro organization */
|
|
907
|
+
service: string;
|
|
908
|
+
/** Domain name */
|
|
909
|
+
domainName: string;
|
|
910
|
+
}
|
|
911
|
+
export declare const ListEmailProDomainDkimSelectorRequest: S.Schema<ListEmailProDomainDkimSelectorRequest>;
|
|
912
|
+
export type ListEmailProDomainDkimSelectorResponseBodyList = Array<string>;
|
|
913
|
+
export declare const ListEmailProDomainDkimSelectorResponseBodyList: S.Schema<ListEmailProDomainDkimSelectorResponseBodyList>;
|
|
914
|
+
export type ListEmailProDomainDkimSelectorResponse = ListEmailProDomainDkimSelectorResponseBodyList;
|
|
915
|
+
export declare const ListEmailProDomainDkimSelectorResponse: S.Schema<ListEmailProDomainDkimSelectorResponse>;
|
|
916
|
+
export interface ListEmailProExternalContactRequest {
|
|
917
|
+
/** Service */
|
|
918
|
+
service: string;
|
|
919
|
+
/** Filter the value of displayName property (like) */
|
|
920
|
+
displayName?: string;
|
|
921
|
+
/** Filter the value of externalEmailAddress property (like) */
|
|
922
|
+
externalEmailAddress?: string;
|
|
923
|
+
/** Filter the value of firstName property (like) */
|
|
924
|
+
firstName?: string;
|
|
925
|
+
/** Filter the value of id property (like) */
|
|
926
|
+
id?: number;
|
|
927
|
+
/** Filter the value of lastName property (like) */
|
|
928
|
+
lastName?: string;
|
|
929
|
+
}
|
|
930
|
+
export declare const ListEmailProExternalContactRequest: S.Schema<ListEmailProExternalContactRequest>;
|
|
931
|
+
export type ListEmailProExternalContactResponseBodyList = Array<string>;
|
|
932
|
+
export declare const ListEmailProExternalContactResponseBodyList: S.Schema<ListEmailProExternalContactResponseBodyList>;
|
|
933
|
+
export type ListEmailProExternalContactResponse = ListEmailProExternalContactResponseBodyList;
|
|
934
|
+
export declare const ListEmailProExternalContactResponse: S.Schema<ListEmailProExternalContactResponse>;
|
|
935
|
+
export interface ListEmailProTaskRequest {
|
|
936
|
+
/** Service */
|
|
937
|
+
service: string;
|
|
938
|
+
}
|
|
939
|
+
export declare const ListEmailProTaskRequest: S.Schema<ListEmailProTaskRequest>;
|
|
940
|
+
export type ListEmailProTaskResponseBodyList = Array<number>;
|
|
941
|
+
export declare const ListEmailProTaskResponseBodyList: S.Schema<ListEmailProTaskResponseBodyList>;
|
|
942
|
+
export type ListEmailProTaskResponse = ListEmailProTaskResponseBodyList;
|
|
943
|
+
export declare const ListEmailProTaskResponse: S.Schema<ListEmailProTaskResponse>;
|
|
944
|
+
/** Spam and Antyvirus configuration */
|
|
945
|
+
export type EmailProSpamAndVirusConfigurationInput = IamResourceTagFilterInput;
|
|
946
|
+
export declare const EmailProSpamAndVirusConfigurationInput: S.Schema<IamResourceTagFilterInput>;
|
|
947
|
+
export interface PutEmailProRequest {
|
|
948
|
+
/** The internal name of your pro organization */
|
|
949
|
+
service: string;
|
|
950
|
+
/** enable policy for strong and secure passwords */
|
|
951
|
+
complexityEnabled?: boolean;
|
|
952
|
+
/** service displayName */
|
|
953
|
+
displayName?: string | null;
|
|
954
|
+
/** number of minutes account will remain locked if it occurs */
|
|
955
|
+
lockoutDuration?: number;
|
|
956
|
+
/** number of minutes that must elapse after a failed logon to reset lockout trigger */
|
|
957
|
+
lockoutObservationWindow?: number;
|
|
958
|
+
/** number of attempts before account to be locked */
|
|
959
|
+
lockoutThreshold?: number | null;
|
|
960
|
+
/** maximum number of days that account's password is valid before expiration */
|
|
961
|
+
maxPasswordAge?: number | null;
|
|
962
|
+
/** Maximum message size that You can receive in MB */
|
|
963
|
+
maxReceiveSize?: number;
|
|
964
|
+
/** Maximum message size that You can send in MB */
|
|
965
|
+
maxSendSize?: number;
|
|
966
|
+
/** minimum number of days before able to change account's password */
|
|
967
|
+
minPasswordAge?: number | null;
|
|
968
|
+
/** minimum number of characters password must contain */
|
|
969
|
+
minPasswordLength?: number | null;
|
|
970
|
+
/** Spam and Antivirus configuration */
|
|
971
|
+
spamAndVirusConfiguration?: IamResourceTagFilterInput;
|
|
972
|
+
}
|
|
973
|
+
export declare const PutEmailProRequest: S.Schema<PutEmailProRequest>;
|
|
974
|
+
export interface PutEmailProResponse {
|
|
975
|
+
}
|
|
976
|
+
export declare const PutEmailProResponse: S.Schema<PutEmailProResponse>;
|
|
977
|
+
/** Enable or disable anti-virus and anti-spam */
|
|
978
|
+
export type PutEmailProAccountRequestMailingFilterList = Array<EmailProMailingFilterEnum | (string & {})>;
|
|
979
|
+
export declare const PutEmailProAccountRequestMailingFilterList: S.Schema<PutEmailProAccountRequestMailingFilterList>;
|
|
980
|
+
export interface PutEmailProAccountRequest {
|
|
981
|
+
/** The internal name of your pro organization */
|
|
982
|
+
service: string;
|
|
983
|
+
/** Default email for this mailbox */
|
|
984
|
+
email: string;
|
|
985
|
+
/** delete at expiration */
|
|
986
|
+
deleteAtExpiration?: boolean | null;
|
|
987
|
+
/** Account display name */
|
|
988
|
+
displayName?: string | null;
|
|
989
|
+
/** Email domain */
|
|
990
|
+
domain?: string;
|
|
991
|
+
/** Account first name */
|
|
992
|
+
firstName?: string | null;
|
|
993
|
+
/** Hide account in Global Address List */
|
|
994
|
+
hiddenFromGAL?: boolean;
|
|
995
|
+
/** Account initials */
|
|
996
|
+
initial?: string | null;
|
|
997
|
+
/** Account last name */
|
|
998
|
+
lastName?: string | null;
|
|
999
|
+
/** Account login */
|
|
1000
|
+
login?: string;
|
|
1001
|
+
/** Enable or disable anti-virus and anti-spam */
|
|
1002
|
+
mailingFilter?: PutEmailProAccountRequestMailingFilterList | null;
|
|
1003
|
+
/** Account maximum size */
|
|
1004
|
+
quota?: number;
|
|
1005
|
+
/** change the renew period */
|
|
1006
|
+
renewPeriod?: EmailProRenewPeriodEnum | (string & {}) | null;
|
|
1007
|
+
/** Spam and Antivirus configuration */
|
|
1008
|
+
spamAndVirusConfiguration?: IamResourceTagFilterInput;
|
|
1009
|
+
}
|
|
1010
|
+
export declare const PutEmailProAccountRequest: S.Schema<PutEmailProAccountRequest>;
|
|
1011
|
+
export interface PutEmailProAccountResponse {
|
|
1012
|
+
}
|
|
1013
|
+
export declare const PutEmailProAccountResponse: S.Schema<PutEmailProAccountResponse>;
|
|
1014
|
+
export interface PutEmailProDomainRequest {
|
|
1015
|
+
/** The internal name of your pro organization */
|
|
1016
|
+
service: string;
|
|
1017
|
+
/** Domain name */
|
|
1018
|
+
domainName: string;
|
|
1019
|
+
/** If specified, emails to not existing address will be redirected to that domain */
|
|
1020
|
+
mxRelay?: string | null;
|
|
1021
|
+
/** Domain type */
|
|
1022
|
+
type?: EmailProDomainTypeEnum | (string & {});
|
|
1023
|
+
}
|
|
1024
|
+
export declare const PutEmailProDomainRequest: S.Schema<PutEmailProDomainRequest>;
|
|
1025
|
+
export interface PutEmailProDomainResponse {
|
|
1026
|
+
}
|
|
1027
|
+
export declare const PutEmailProDomainResponse: S.Schema<PutEmailProDomainResponse>;
|
|
1028
|
+
export interface PutEmailProDomainDisclaimerRequest {
|
|
1029
|
+
/** The internal name of your pro organization */
|
|
1030
|
+
service: string;
|
|
1031
|
+
/** Domain name */
|
|
1032
|
+
domainName: string;
|
|
1033
|
+
/** Signature, added at the bottom of your organization emails */
|
|
1034
|
+
content?: string;
|
|
1035
|
+
/** Activate the disclaimer only for external emails */
|
|
1036
|
+
outsideOnly?: boolean;
|
|
1037
|
+
}
|
|
1038
|
+
export declare const PutEmailProDomainDisclaimerRequest: S.Schema<PutEmailProDomainDisclaimerRequest>;
|
|
1039
|
+
export interface PutEmailProDomainDisclaimerResponse {
|
|
1040
|
+
}
|
|
1041
|
+
export declare const PutEmailProDomainDisclaimerResponse: S.Schema<PutEmailProDomainDisclaimerResponse>;
|
|
1042
|
+
export interface PutEmailProExternalContactRequest {
|
|
1043
|
+
/** The internal name of your pro organization */
|
|
1044
|
+
service: string;
|
|
1045
|
+
/** Contact email */
|
|
1046
|
+
externalEmailAddress: string;
|
|
1047
|
+
/** Contact display name */
|
|
1048
|
+
displayName?: string;
|
|
1049
|
+
/** Contact first name */
|
|
1050
|
+
firstName?: string | null;
|
|
1051
|
+
/** Hide the contact in Global Address List */
|
|
1052
|
+
hiddenFromGAL?: boolean;
|
|
1053
|
+
/** Contact initals */
|
|
1054
|
+
initials?: string | null;
|
|
1055
|
+
/** Contact last name */
|
|
1056
|
+
lastName?: string | null;
|
|
1057
|
+
}
|
|
1058
|
+
export declare const PutEmailProExternalContactRequest: S.Schema<PutEmailProExternalContactRequest>;
|
|
1059
|
+
export interface PutEmailProExternalContactResponse {
|
|
1060
|
+
}
|
|
1061
|
+
export declare const PutEmailProExternalContactResponse: S.Schema<PutEmailProExternalContactResponse>;
|
|
1062
|
+
export interface PutEmailProServiceInfosRequest {
|
|
1063
|
+
/** The internal name of your pro organization */
|
|
1064
|
+
service: string;
|
|
1065
|
+
/** Way of handling the renew */
|
|
1066
|
+
renew?: ServiceRenewType | null;
|
|
1067
|
+
}
|
|
1068
|
+
export declare const PutEmailProServiceInfosRequest: S.Schema<PutEmailProServiceInfosRequest>;
|
|
1069
|
+
export interface PutEmailProServiceInfosResponse {
|
|
1070
|
+
}
|
|
1071
|
+
export declare const PutEmailProServiceInfosResponse: S.Schema<PutEmailProServiceInfosResponse>;
|
|
1072
|
+
export interface SendEmailProAccountAsRequest {
|
|
1073
|
+
/** The internal name of your pro organization */
|
|
1074
|
+
service: string;
|
|
1075
|
+
/** Default email for this mailbox */
|
|
1076
|
+
email: string;
|
|
1077
|
+
/** Account id to allow to send mails from this mailbox */
|
|
1078
|
+
allowAccountId: number;
|
|
1079
|
+
}
|
|
1080
|
+
export declare const SendEmailProAccountAsRequest: S.Schema<SendEmailProAccountAsRequest>;
|
|
1081
|
+
export interface SendEmailProAccountOnBehalfToRequest {
|
|
1082
|
+
/** The internal name of your pro organization */
|
|
1083
|
+
service: string;
|
|
1084
|
+
/** Default email for this mailbox */
|
|
1085
|
+
email: string;
|
|
1086
|
+
/** Account id to allow to send On Behalf To mails from this mailbox */
|
|
1087
|
+
allowAccountId: number;
|
|
1088
|
+
}
|
|
1089
|
+
export declare const SendEmailProAccountOnBehalfToRequest: S.Schema<SendEmailProAccountOnBehalfToRequest>;
|
|
1090
|
+
export interface TerminateEmailProAccountRequest {
|
|
1091
|
+
/** The internal name of your pro organization */
|
|
1092
|
+
service: string;
|
|
1093
|
+
/** Default email for this mailbox */
|
|
1094
|
+
email: string;
|
|
1095
|
+
}
|
|
1096
|
+
export declare const TerminateEmailProAccountRequest: S.Schema<TerminateEmailProAccountRequest>;
|
|
1097
|
+
export type TerminateEmailProAccountResponse = string;
|
|
1098
|
+
export declare const TerminateEmailProAccountResponse: S.Schema<TerminateEmailProAccountResponse>;
|
|
1099
|
+
export interface UpdateEmailProFlagsOnAllAccountsRequest {
|
|
1100
|
+
/** The internal name of your pro organization */
|
|
1101
|
+
service: string;
|
|
1102
|
+
}
|
|
1103
|
+
export declare const UpdateEmailProFlagsOnAllAccountsRequest: S.Schema<UpdateEmailProFlagsOnAllAccountsRequest>;
|
|
1104
|
+
export interface UpdateEmailProFlagsOnAllAccountsResponse {
|
|
1105
|
+
}
|
|
1106
|
+
export declare const UpdateEmailProFlagsOnAllAccountsResponse: S.Schema<UpdateEmailProFlagsOnAllAccountsResponse>;
|
|
1107
|
+
export type CreateEmailProAccountAliasError = OvhOpError;
|
|
1108
|
+
/** Create new alias */
|
|
1109
|
+
export declare const createEmailProAccountAlias: API.OperationMethod<CreateEmailProAccountAliasRequest, EmailProTask, CreateEmailProAccountAliasError, OvhOpContext>;
|
|
1110
|
+
export type CreateEmailProAccountChangePasswordError = OvhOpError;
|
|
1111
|
+
/** Change mailbox password */
|
|
1112
|
+
export declare const createEmailProAccountChangePassword: API.OperationMethod<CreateEmailProAccountChangePasswordRequest, EmailProTask, CreateEmailProAccountChangePasswordError, OvhOpContext>;
|
|
1113
|
+
export type CreateEmailProAccountDiagnosticError = OvhOpError;
|
|
1114
|
+
/** Create new diagnosis request */
|
|
1115
|
+
export declare const createEmailProAccountDiagnostic: API.OperationMethod<CreateEmailProAccountDiagnosticRequest, EmailProTask, CreateEmailProAccountDiagnosticError, OvhOpContext>;
|
|
1116
|
+
export type CreateEmailProAccountFullAccessError = OvhOpError;
|
|
1117
|
+
/** Allow full access to a user */
|
|
1118
|
+
export declare const createEmailProAccountFullAccess: API.OperationMethod<CreateEmailProAccountFullAccessRequest, EmailProTask, CreateEmailProAccountFullAccessError, OvhOpContext>;
|
|
1119
|
+
export type CreateEmailProChangeContactError = OvhOpError;
|
|
1120
|
+
/** Launch a contact change procedure */
|
|
1121
|
+
export declare const createEmailProChangeContact: API.OperationMethod<CreateEmailProChangeContactRequest, CreateEmailProChangeContactResponse, CreateEmailProChangeContactError, OvhOpContext>;
|
|
1122
|
+
export type CreateEmailProDomainError = OvhOpError;
|
|
1123
|
+
/** Create new domain in pro services */
|
|
1124
|
+
export declare const createEmailProDomain: API.OperationMethod<CreateEmailProDomainRequest, EmailProTask, CreateEmailProDomainError, OvhOpContext>;
|
|
1125
|
+
export type CreateEmailProDomainDisclaimerError = OvhOpError;
|
|
1126
|
+
/** Create organization disclaimer of each email */
|
|
1127
|
+
export declare const createEmailProDomainDisclaimer: API.OperationMethod<CreateEmailProDomainDisclaimerRequest, EmailProTask, CreateEmailProDomainDisclaimerError, OvhOpContext>;
|
|
1128
|
+
export type CreateEmailProDomainDkimError = OvhOpError;
|
|
1129
|
+
/** Create DKIM selector on this domain */
|
|
1130
|
+
export declare const createEmailProDomainDkim: API.OperationMethod<CreateEmailProDomainDkimRequest, EmailProTask, CreateEmailProDomainDkimError, OvhOpContext>;
|
|
1131
|
+
export type CreateEmailProExternalContactError = OvhOpError;
|
|
1132
|
+
/** create new external contact */
|
|
1133
|
+
export declare const createEmailProExternalContact: API.OperationMethod<CreateEmailProExternalContactRequest, EmailProTask, CreateEmailProExternalContactError, OvhOpContext>;
|
|
1134
|
+
export type DeleteEmailProAccountError = OvhOpError;
|
|
1135
|
+
/** Delete existing mailbox in pro server */
|
|
1136
|
+
export declare const deleteEmailProAccount: API.OperationMethod<DeleteEmailProAccountRequest, EmailProTask, DeleteEmailProAccountError, OvhOpContext>;
|
|
1137
|
+
export type DeleteEmailProAccountAliasError = OvhOpError;
|
|
1138
|
+
/** Delete existing alias */
|
|
1139
|
+
export declare const deleteEmailProAccountAlias: API.OperationMethod<DeleteEmailProAccountAliasRequest, EmailProTask, DeleteEmailProAccountAliasError, OvhOpContext>;
|
|
1140
|
+
export type DeleteEmailProAccountFullAccessError = OvhOpError;
|
|
1141
|
+
/** Revoke full access */
|
|
1142
|
+
export declare const deleteEmailProAccountFullAccess: API.OperationMethod<DeleteEmailProAccountFullAccessRequest, EmailProTask, DeleteEmailProAccountFullAccessError, OvhOpContext>;
|
|
1143
|
+
export type DeleteEmailProAccountSendAsError = OvhOpError;
|
|
1144
|
+
/** Delete allowed user for sendAs */
|
|
1145
|
+
export declare const deleteEmailProAccountSendAs: API.OperationMethod<DeleteEmailProAccountSendAsRequest, EmailProTask, DeleteEmailProAccountSendAsError, OvhOpContext>;
|
|
1146
|
+
export type DeleteEmailProAccountSendOnBehalfToError = OvhOpError;
|
|
1147
|
+
/** Delete allowed user for SendOnBehalfTo */
|
|
1148
|
+
export declare const deleteEmailProAccountSendOnBehalfTo: API.OperationMethod<DeleteEmailProAccountSendOnBehalfToRequest, EmailProTask, DeleteEmailProAccountSendOnBehalfToError, OvhOpContext>;
|
|
1149
|
+
export type DeleteEmailProDomainError = OvhOpError;
|
|
1150
|
+
/** Delete existing domain in pro services */
|
|
1151
|
+
export declare const deleteEmailProDomain: API.OperationMethod<DeleteEmailProDomainRequest, EmailProTask, DeleteEmailProDomainError, OvhOpContext>;
|
|
1152
|
+
export type DeleteEmailProDomainDisclaimerError = OvhOpError;
|
|
1153
|
+
/** Delete existing organization disclaimer */
|
|
1154
|
+
export declare const deleteEmailProDomainDisclaimer: API.OperationMethod<DeleteEmailProDomainDisclaimerRequest, EmailProTask, DeleteEmailProDomainDisclaimerError, OvhOpContext>;
|
|
1155
|
+
export type DeleteEmailProDomainDkimError = OvhOpError;
|
|
1156
|
+
/** Delete DKIM selector on this domain */
|
|
1157
|
+
export declare const deleteEmailProDomainDkim: API.OperationMethod<DeleteEmailProDomainDkimRequest, EmailProTask, DeleteEmailProDomainDkimError, OvhOpContext>;
|
|
1158
|
+
export type DeleteEmailProExternalContactError = OvhOpError;
|
|
1159
|
+
/** delete external contact */
|
|
1160
|
+
export declare const deleteEmailProExternalContact: API.OperationMethod<DeleteEmailProExternalContactRequest, EmailProTask, DeleteEmailProExternalContactError, OvhOpContext>;
|
|
1161
|
+
export type DisableEmailProDomainDkimError = OvhOpError;
|
|
1162
|
+
/** disable dkim signing */
|
|
1163
|
+
export declare const disableEmailProDomainDkim: API.OperationMethod<DisableEmailProDomainDkimRequest, EmailProTask, DisableEmailProDomainDkimError, OvhOpContext>;
|
|
1164
|
+
export type EnableEmailProDomainDkimError = OvhOpError;
|
|
1165
|
+
/** enable dkim signing or switch selector used */
|
|
1166
|
+
export declare const enableEmailProDomainDkim: API.OperationMethod<EnableEmailProDomainDkimRequest, EmailProTask, EnableEmailProDomainDkimError, OvhOpContext>;
|
|
1167
|
+
export type GetEmailProError = OvhOpError;
|
|
1168
|
+
/** Get this object properties */
|
|
1169
|
+
export declare const getEmailPro: API.OperationMethod<GetEmailProRequest, EmailProServiceNativeWithIAM, GetEmailProError, OvhOpContext>;
|
|
1170
|
+
export type GetEmailProAccountError = OvhOpError;
|
|
1171
|
+
/** Get this object properties */
|
|
1172
|
+
export declare const getEmailProAccount: API.OperationMethod<GetEmailProAccountRequest, EmailProAccountNative, GetEmailProAccountError, OvhOpContext>;
|
|
1173
|
+
export type GetEmailProAccountAliasError = OvhOpError;
|
|
1174
|
+
/** Get this object properties */
|
|
1175
|
+
export declare const getEmailProAccountAlias: API.OperationMethod<GetEmailProAccountAliasRequest, EmailProAccountAlias, GetEmailProAccountAliasError, OvhOpContext>;
|
|
1176
|
+
export type GetEmailProAccountDiagnosticsError = OvhOpError;
|
|
1177
|
+
/** Get this object properties */
|
|
1178
|
+
export declare const getEmailProAccountDiagnostics: API.OperationMethod<GetEmailProAccountDiagnosticsRequest, EmailProAccountDiagnosis, GetEmailProAccountDiagnosticsError, OvhOpContext>;
|
|
1179
|
+
export type GetEmailProAccountFullAccessError = OvhOpError;
|
|
1180
|
+
/** Get this object properties */
|
|
1181
|
+
export declare const getEmailProAccountFullAccess: API.OperationMethod<GetEmailProAccountFullAccessRequest, EmailProAccountFullAccess, GetEmailProAccountFullAccessError, OvhOpContext>;
|
|
1182
|
+
export type GetEmailProAccountSendAsError = OvhOpError;
|
|
1183
|
+
/** Get this object properties */
|
|
1184
|
+
export declare const getEmailProAccountSendAs: API.OperationMethod<GetEmailProAccountSendAsRequest, EmailProAccountSendAs, GetEmailProAccountSendAsError, OvhOpContext>;
|
|
1185
|
+
export type GetEmailProAccountSendOnBehalfToError = OvhOpError;
|
|
1186
|
+
/** Get this object properties */
|
|
1187
|
+
export declare const getEmailProAccountSendOnBehalfTo: API.OperationMethod<GetEmailProAccountSendOnBehalfToRequest, EmailProAccountSendOnBehalfTo, GetEmailProAccountSendOnBehalfToError, OvhOpContext>;
|
|
1188
|
+
export type GetEmailProAccountTaskError = OvhOpError;
|
|
1189
|
+
/** Get this object properties */
|
|
1190
|
+
export declare const getEmailProAccountTask: API.OperationMethod<GetEmailProAccountTaskRequest, EmailProTask, GetEmailProAccountTaskError, OvhOpContext>;
|
|
1191
|
+
export type GetEmailProBillingMigratedError = OvhOpError;
|
|
1192
|
+
/** Detects billing transition status for the service */
|
|
1193
|
+
export declare const getEmailProBillingMigrated: API.OperationMethod<GetEmailProBillingMigratedRequest, GetEmailProBillingMigratedResponse, GetEmailProBillingMigratedError, OvhOpContext>;
|
|
1194
|
+
export type GetEmailProBillingPlanError = OvhOpError;
|
|
1195
|
+
/** Emailpro billing plan */
|
|
1196
|
+
export declare const getEmailProBillingPlan: API.OperationMethod<GetEmailProBillingPlanRequest, GetEmailProBillingPlanResponse, GetEmailProBillingPlanError, OvhOpContext>;
|
|
1197
|
+
export type GetEmailProDomainError = OvhOpError;
|
|
1198
|
+
/** Get this object properties */
|
|
1199
|
+
export declare const getEmailProDomain: API.OperationMethod<GetEmailProDomainRequest, EmailProDomainNative, GetEmailProDomainError, OvhOpContext>;
|
|
1200
|
+
export type GetEmailProDomainDisclaimerError = OvhOpError;
|
|
1201
|
+
/** Get this object properties */
|
|
1202
|
+
export declare const getEmailProDomainDisclaimer: API.OperationMethod<GetEmailProDomainDisclaimerRequest, EmailProDisclaimerNative, GetEmailProDomainDisclaimerError, OvhOpContext>;
|
|
1203
|
+
export type GetEmailProDomainDkimError = OvhOpError;
|
|
1204
|
+
/** Get this object properties */
|
|
1205
|
+
export declare const getEmailProDomainDkim: API.OperationMethod<GetEmailProDomainDkimRequest, EmailProDkim, GetEmailProDomainDkimError, OvhOpContext>;
|
|
1206
|
+
export type GetEmailProExternalContactError = OvhOpError;
|
|
1207
|
+
/** Get this object properties */
|
|
1208
|
+
export declare const getEmailProExternalContact: API.OperationMethod<GetEmailProExternalContactRequest, EmailProExternalContactNative, GetEmailProExternalContactError, OvhOpContext>;
|
|
1209
|
+
export type GetEmailProServerError = OvhOpError;
|
|
1210
|
+
/** Get this object properties */
|
|
1211
|
+
export declare const getEmailProServer: API.OperationMethod<GetEmailProServerRequest, EmailProServer, GetEmailProServerError, OvhOpContext>;
|
|
1212
|
+
export type GetEmailProServiceInfosError = OvhOpError;
|
|
1213
|
+
/** Get service information */
|
|
1214
|
+
export declare const getEmailProServiceInfos: API.OperationMethod<GetEmailProServiceInfosRequest, ServicesService, GetEmailProServiceInfosError, OvhOpContext>;
|
|
1215
|
+
export type GetEmailProTaskError = OvhOpError;
|
|
1216
|
+
/** Get this object properties */
|
|
1217
|
+
export declare const getEmailProTask: API.OperationMethod<GetEmailProTaskRequest, EmailProTask, GetEmailProTaskError, OvhOpContext>;
|
|
1218
|
+
export type ListEmailProError = OvhOpError;
|
|
1219
|
+
/** List available services */
|
|
1220
|
+
export declare const listEmailPro: API.OperationMethod<ListEmailProRequest, ListEmailProResponse, ListEmailProError, OvhOpContext>;
|
|
1221
|
+
export type ListEmailProAccountError = OvhOpError;
|
|
1222
|
+
/** Accounts associated to this pro service */
|
|
1223
|
+
export declare const listEmailProAccount: API.OperationMethod<ListEmailProAccountRequest, ListEmailProAccountResponse, ListEmailProAccountError, OvhOpContext>;
|
|
1224
|
+
export type ListEmailProAccountAliasError = OvhOpError;
|
|
1225
|
+
/** Aliases associated to this mailbox */
|
|
1226
|
+
export declare const listEmailProAccountAlias: API.OperationMethod<ListEmailProAccountAliasRequest, ListEmailProAccountAliasResponse, ListEmailProAccountAliasError, OvhOpContext>;
|
|
1227
|
+
export type ListEmailProAccountFullAccessError = OvhOpError;
|
|
1228
|
+
/** Full access granted users for this mailbox */
|
|
1229
|
+
export declare const listEmailProAccountFullAccess: API.OperationMethod<ListEmailProAccountFullAccessRequest, ListEmailProAccountFullAccessResponse, ListEmailProAccountFullAccessError, OvhOpContext>;
|
|
1230
|
+
export type ListEmailProAccountSendAsError = OvhOpError;
|
|
1231
|
+
/** Send as granted users for this mailbox */
|
|
1232
|
+
export declare const listEmailProAccountSendAs: API.OperationMethod<ListEmailProAccountSendAsRequest, ListEmailProAccountSendAsResponse, ListEmailProAccountSendAsError, OvhOpContext>;
|
|
1233
|
+
export type ListEmailProAccountSendOnBehalfToError = OvhOpError;
|
|
1234
|
+
/** SendOnBehalfTo granted users for this mailbox */
|
|
1235
|
+
export declare const listEmailProAccountSendOnBehalfTo: API.OperationMethod<ListEmailProAccountSendOnBehalfToRequest, ListEmailProAccountSendOnBehalfToResponse, ListEmailProAccountSendOnBehalfToError, OvhOpContext>;
|
|
1236
|
+
export type ListEmailProAccountTasksError = OvhOpError;
|
|
1237
|
+
/** Pending task for this mailbox */
|
|
1238
|
+
export declare const listEmailProAccountTasks: API.OperationMethod<ListEmailProAccountTasksRequest, ListEmailProAccountTasksResponse, ListEmailProAccountTasksError, OvhOpContext>;
|
|
1239
|
+
export type ListEmailProDomainError = OvhOpError;
|
|
1240
|
+
/** Domains associated to this service */
|
|
1241
|
+
export declare const listEmailProDomain: API.OperationMethod<ListEmailProDomainRequest, ListEmailProDomainResponse, ListEmailProDomainError, OvhOpContext>;
|
|
1242
|
+
export type ListEmailProDomainDisclaimerAttributeError = OvhOpError;
|
|
1243
|
+
/** Get diclaimer attributes to substitute with Active Directory properties */
|
|
1244
|
+
export declare const listEmailProDomainDisclaimerAttribute: API.OperationMethod<ListEmailProDomainDisclaimerAttributeRequest, ListEmailProDomainDisclaimerAttributeResponse, ListEmailProDomainDisclaimerAttributeError, OvhOpContext>;
|
|
1245
|
+
export type ListEmailProDomainDkimError = OvhOpError;
|
|
1246
|
+
/** DKIM associated to this domain */
|
|
1247
|
+
export declare const listEmailProDomainDkim: API.OperationMethod<ListEmailProDomainDkimRequest, ListEmailProDomainDkimResponse, ListEmailProDomainDkimError, OvhOpContext>;
|
|
1248
|
+
export type ListEmailProDomainDkimSelectorError = OvhOpError;
|
|
1249
|
+
/** Get dkim selector list */
|
|
1250
|
+
export declare const listEmailProDomainDkimSelector: API.OperationMethod<ListEmailProDomainDkimSelectorRequest, ListEmailProDomainDkimSelectorResponse, ListEmailProDomainDkimSelectorError, OvhOpContext>;
|
|
1251
|
+
export type ListEmailProExternalContactError = OvhOpError;
|
|
1252
|
+
/** External contacts for this service */
|
|
1253
|
+
export declare const listEmailProExternalContact: API.OperationMethod<ListEmailProExternalContactRequest, ListEmailProExternalContactResponse, ListEmailProExternalContactError, OvhOpContext>;
|
|
1254
|
+
export type ListEmailProTaskError = OvhOpError;
|
|
1255
|
+
/** Pending actions */
|
|
1256
|
+
export declare const listEmailProTask: API.OperationMethod<ListEmailProTaskRequest, ListEmailProTaskResponse, ListEmailProTaskError, OvhOpContext>;
|
|
1257
|
+
export type PutEmailProError = OvhOpError;
|
|
1258
|
+
/** Alter this object properties */
|
|
1259
|
+
export declare const putEmailPro: API.OperationMethod<PutEmailProRequest, PutEmailProResponse, PutEmailProError, OvhOpContext>;
|
|
1260
|
+
export type PutEmailProAccountError = OvhOpError;
|
|
1261
|
+
/** Alter this object properties */
|
|
1262
|
+
export declare const putEmailProAccount: API.OperationMethod<PutEmailProAccountRequest, PutEmailProAccountResponse, PutEmailProAccountError, OvhOpContext>;
|
|
1263
|
+
export type PutEmailProDomainError = OvhOpError;
|
|
1264
|
+
/** Alter this object properties */
|
|
1265
|
+
export declare const putEmailProDomain: API.OperationMethod<PutEmailProDomainRequest, PutEmailProDomainResponse, PutEmailProDomainError, OvhOpContext>;
|
|
1266
|
+
export type PutEmailProDomainDisclaimerError = OvhOpError;
|
|
1267
|
+
/** Alter this object properties */
|
|
1268
|
+
export declare const putEmailProDomainDisclaimer: API.OperationMethod<PutEmailProDomainDisclaimerRequest, PutEmailProDomainDisclaimerResponse, PutEmailProDomainDisclaimerError, OvhOpContext>;
|
|
1269
|
+
export type PutEmailProExternalContactError = OvhOpError;
|
|
1270
|
+
/** Alter this object properties */
|
|
1271
|
+
export declare const putEmailProExternalContact: API.OperationMethod<PutEmailProExternalContactRequest, PutEmailProExternalContactResponse, PutEmailProExternalContactError, OvhOpContext>;
|
|
1272
|
+
export type PutEmailProServiceInfosError = OvhOpError;
|
|
1273
|
+
/** Update service information */
|
|
1274
|
+
export declare const putEmailProServiceInfos: API.OperationMethod<PutEmailProServiceInfosRequest, PutEmailProServiceInfosResponse, PutEmailProServiceInfosError, OvhOpContext>;
|
|
1275
|
+
export type SendEmailProAccountAsError = OvhOpError;
|
|
1276
|
+
/** Allow another user to send mails from this mailbox */
|
|
1277
|
+
export declare const sendEmailProAccountAs: API.OperationMethod<SendEmailProAccountAsRequest, EmailProTask, SendEmailProAccountAsError, OvhOpContext>;
|
|
1278
|
+
export type SendEmailProAccountOnBehalfToError = OvhOpError;
|
|
1279
|
+
/** Allow another user to Send On Behalf To mails from this mailbox */
|
|
1280
|
+
export declare const sendEmailProAccountOnBehalfTo: API.OperationMethod<SendEmailProAccountOnBehalfToRequest, EmailProTask, SendEmailProAccountOnBehalfToError, OvhOpContext>;
|
|
1281
|
+
export type TerminateEmailProAccountError = OvhOpError;
|
|
1282
|
+
/** Terminate account at expiration date */
|
|
1283
|
+
export declare const terminateEmailProAccount: API.OperationMethod<TerminateEmailProAccountRequest, TerminateEmailProAccountResponse, TerminateEmailProAccountError, OvhOpContext>;
|
|
1284
|
+
export type UpdateEmailProFlagsOnAllAccountsError = OvhOpError;
|
|
1285
|
+
/** Update spam and virus flags on all active accounts */
|
|
1286
|
+
export declare const updateEmailProFlagsOnAllAccounts: API.OperationMethod<UpdateEmailProFlagsOnAllAccountsRequest, UpdateEmailProFlagsOnAllAccountsResponse, UpdateEmailProFlagsOnAllAccountsError, OvhOpContext>;
|
|
1287
|
+
//# sourceMappingURL=emailpro.d.ts.map
|