@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,493 @@
|
|
|
1
|
+
import * as S from "@distilled.cloud/core/schema";
|
|
2
|
+
import * as API from "@distilled.cloud/core/api";
|
|
3
|
+
import { type OvhOpError, type OvhOpContext } from "../protocol.ts";
|
|
4
|
+
export type { OvhOpError, OvhOpContext };
|
|
5
|
+
/** All future uses you can provide for a service termination */
|
|
6
|
+
export type ServiceTerminationFutureUseEnum = "NOT_REPLACING_SERVICE" | "OTHER" | "SUBSCRIBE_AN_OTHER_SERVICE" | "SUBSCRIBE_OTHER_KIND_OF_SERVICE_WITH_COMPETITOR" | "SUBSCRIBE_SIMILAR_SERVICE_WITH_COMPETITOR";
|
|
7
|
+
export declare const ServiceTerminationFutureUseEnum: any;
|
|
8
|
+
/** All reasons you can provide for a service termination */
|
|
9
|
+
export type ServiceTerminationReasonEnum = "FEATURES_DONT_SUIT_ME" | "LACK_OF_PERFORMANCES" | "MIGRATED_TO_ANOTHER_OVH_PRODUCT" | "MIGRATED_TO_COMPETITOR" | "NOT_ENOUGH_RECOGNITION" | "NOT_NEEDED_ANYMORE" | "NOT_RELIABLE" | "NO_ANSWER" | "OTHER" | "PRODUCT_DIMENSION_DONT_SUIT_ME" | "PRODUCT_TOOLS_DONT_SUIT_ME" | "TOO_EXPENSIVE" | "TOO_HARD_TO_USE" | "UNSATIFIED_BY_CUSTOMER_SUPPORT";
|
|
10
|
+
export declare const ServiceTerminationReasonEnum: any;
|
|
11
|
+
export interface ConfirmSslGatewayTerminationRequest {
|
|
12
|
+
/** The internal name of your SSL Gateway */
|
|
13
|
+
serviceName: string;
|
|
14
|
+
/** Commentary about your termination request */
|
|
15
|
+
commentary?: string;
|
|
16
|
+
/** What next after your termination request */
|
|
17
|
+
futureUse?: ServiceTerminationFutureUseEnum | (string & {});
|
|
18
|
+
/** Reason of your termination request */
|
|
19
|
+
reason?: ServiceTerminationReasonEnum | (string & {});
|
|
20
|
+
/** The termination token sent by email to the admin contact */
|
|
21
|
+
token: string;
|
|
22
|
+
}
|
|
23
|
+
export declare const ConfirmSslGatewayTerminationRequest: S.Schema<ConfirmSslGatewayTerminationRequest>;
|
|
24
|
+
export type ConfirmSslGatewayTerminationResponse = string;
|
|
25
|
+
export declare const ConfirmSslGatewayTerminationResponse: S.Schema<ConfirmSslGatewayTerminationResponse>;
|
|
26
|
+
export interface CreateSslGatewayChangeContactRequest {
|
|
27
|
+
/** The internal name of your SSL Gateway */
|
|
28
|
+
serviceName: string;
|
|
29
|
+
/** The contact to set as admin contact */
|
|
30
|
+
contactAdmin?: string;
|
|
31
|
+
/** The contact to set as billing contact */
|
|
32
|
+
contactBilling?: string;
|
|
33
|
+
/** The contact to set as tech contact */
|
|
34
|
+
contactTech?: string;
|
|
35
|
+
}
|
|
36
|
+
export declare const CreateSslGatewayChangeContactRequest: S.Schema<CreateSslGatewayChangeContactRequest>;
|
|
37
|
+
export type CreateSslGatewayChangeContactResponseBodyList = Array<number>;
|
|
38
|
+
export declare const CreateSslGatewayChangeContactResponseBodyList: S.Schema<CreateSslGatewayChangeContactResponseBodyList>;
|
|
39
|
+
export type CreateSslGatewayChangeContactResponse = CreateSslGatewayChangeContactResponseBodyList;
|
|
40
|
+
export declare const CreateSslGatewayChangeContactResponse: S.Schema<CreateSslGatewayChangeContactResponse>;
|
|
41
|
+
export interface CreateSslGatewayDomainRequest {
|
|
42
|
+
/** The internal name of your SSL Gateway */
|
|
43
|
+
serviceName: string;
|
|
44
|
+
/** Domain to attach */
|
|
45
|
+
domain: string;
|
|
46
|
+
}
|
|
47
|
+
export declare const CreateSslGatewayDomainRequest: S.Schema<CreateSslGatewayDomainRequest>;
|
|
48
|
+
/** Possible values for SSL Gateway domain state */
|
|
49
|
+
export type SslGatewayDomainStateEnum = "creating" | "deleted" | "deleting" | "http-only" | "internal" | "ok";
|
|
50
|
+
export declare const SslGatewayDomainStateEnum: any;
|
|
51
|
+
/** Domain attached to an SSL Gateway */
|
|
52
|
+
export interface SslGatewayDomain {
|
|
53
|
+
/** Domain name attached to your SSL Gateway */
|
|
54
|
+
domain?: string;
|
|
55
|
+
/** Id of your domain */
|
|
56
|
+
id?: number;
|
|
57
|
+
/** Domain state */
|
|
58
|
+
state?: SslGatewayDomainStateEnum;
|
|
59
|
+
}
|
|
60
|
+
export declare const SslGatewayDomain: S.Schema<SslGatewayDomain>;
|
|
61
|
+
export interface CreateSslGatewayServerRequest {
|
|
62
|
+
/** The internal name of your SSL Gateway */
|
|
63
|
+
serviceName: string;
|
|
64
|
+
/** IPv4 address of your server */
|
|
65
|
+
address: string;
|
|
66
|
+
/** Port of your server */
|
|
67
|
+
port: number;
|
|
68
|
+
}
|
|
69
|
+
export declare const CreateSslGatewayServerRequest: S.Schema<CreateSslGatewayServerRequest>;
|
|
70
|
+
/** Possible values for SSL Gateway server state */
|
|
71
|
+
export type SslGatewayServerStateEnum = "creating" | "deleted" | "deleting" | "internal" | "ok" | "updating";
|
|
72
|
+
export declare const SslGatewayServerStateEnum: any;
|
|
73
|
+
/** Server attached to an SSL Gateway */
|
|
74
|
+
export interface SslGatewayServer {
|
|
75
|
+
/** IP address of the server attached to your SSL Gateway */
|
|
76
|
+
address?: string;
|
|
77
|
+
/** Id of your server */
|
|
78
|
+
id?: number;
|
|
79
|
+
/** Port of your server attached to your SSL Gateway */
|
|
80
|
+
port?: number;
|
|
81
|
+
/** Server state */
|
|
82
|
+
state?: SslGatewayServerStateEnum;
|
|
83
|
+
}
|
|
84
|
+
export declare const SslGatewayServer: S.Schema<SslGatewayServer>;
|
|
85
|
+
export interface DeleteSslGatewayDomainRequest {
|
|
86
|
+
/** The internal name of your SSL Gateway */
|
|
87
|
+
serviceName: string;
|
|
88
|
+
/** Id of your domain */
|
|
89
|
+
id: number;
|
|
90
|
+
}
|
|
91
|
+
export declare const DeleteSslGatewayDomainRequest: S.Schema<DeleteSslGatewayDomainRequest>;
|
|
92
|
+
export interface DeleteSslGatewayDomainResponse {
|
|
93
|
+
}
|
|
94
|
+
export declare const DeleteSslGatewayDomainResponse: S.Schema<DeleteSslGatewayDomainResponse>;
|
|
95
|
+
export interface DeleteSslGatewayServerRequest {
|
|
96
|
+
/** The internal name of your SSL Gateway */
|
|
97
|
+
serviceName: string;
|
|
98
|
+
/** Id of your server */
|
|
99
|
+
id: number;
|
|
100
|
+
}
|
|
101
|
+
export declare const DeleteSslGatewayServerRequest: S.Schema<DeleteSslGatewayServerRequest>;
|
|
102
|
+
export interface DeleteSslGatewayServerResponse {
|
|
103
|
+
}
|
|
104
|
+
export declare const DeleteSslGatewayServerResponse: S.Schema<DeleteSslGatewayServerResponse>;
|
|
105
|
+
export interface GetSslGatewayRequest {
|
|
106
|
+
/** The internal name of your SSL Gateway */
|
|
107
|
+
serviceName: string;
|
|
108
|
+
}
|
|
109
|
+
export declare const GetSslGatewayRequest: S.Schema<GetSslGatewayRequest>;
|
|
110
|
+
/** Restrict SSL Gateway access to these ip block. No restriction if null */
|
|
111
|
+
export type SslGatewaySslGatewayWithIAMAllowedSourceList = Array<string>;
|
|
112
|
+
export declare const SslGatewaySslGatewayWithIAMAllowedSourceList: S.Schema<SslGatewaySslGatewayWithIAMAllowedSourceList>;
|
|
113
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
114
|
+
export type IamResourceMetadataTagsMap = {
|
|
115
|
+
[key: string]: string | undefined;
|
|
116
|
+
};
|
|
117
|
+
export declare const IamResourceMetadataTagsMap: S.Schema<IamResourceMetadataTagsMap>;
|
|
118
|
+
/** IAM resource metadata embedded in services models */
|
|
119
|
+
export interface IamResourceMetadata {
|
|
120
|
+
/** Resource display name */
|
|
121
|
+
displayName?: string | null;
|
|
122
|
+
/** Unique identifier of the resource */
|
|
123
|
+
id?: string;
|
|
124
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
125
|
+
tags?: IamResourceMetadataTagsMap | null;
|
|
126
|
+
/** Unique resource name used in policies */
|
|
127
|
+
urn?: string;
|
|
128
|
+
}
|
|
129
|
+
export declare const IamResourceMetadata: S.Schema<IamResourceMetadata>;
|
|
130
|
+
/** List of SSL Gateway offers */
|
|
131
|
+
export type SslGatewayOfferEnum = "advanced" | "enterprise" | "free" | "internal";
|
|
132
|
+
export declare const SslGatewayOfferEnum: any;
|
|
133
|
+
/** Possible values for ssl ciphers */
|
|
134
|
+
export type SslGatewaySslConfigurationEnum = "intermediate" | "internal" | "modern";
|
|
135
|
+
export declare const SslGatewaySslConfigurationEnum: any;
|
|
136
|
+
/** Possible values for SSL Gateway state */
|
|
137
|
+
export type SslGatewayStateEnum = "creating" | "deleted" | "deleting" | "http-only" | "internal" | "ok" | "suspended" | "upgrading";
|
|
138
|
+
export declare const SslGatewayStateEnum: any;
|
|
139
|
+
/** Zones of your SSL Gateway */
|
|
140
|
+
export type SslGatewaySslGatewayWithIAMZonesList = Array<string>;
|
|
141
|
+
export declare const SslGatewaySslGatewayWithIAMZonesList: S.Schema<SslGatewaySslGatewayWithIAMZonesList>;
|
|
142
|
+
/** Your SSL Gateway */
|
|
143
|
+
export interface SslGatewaySslGatewayWithIAM {
|
|
144
|
+
/** Restrict SSL Gateway access to these ip block. No restriction if null */
|
|
145
|
+
allowedSource?: SslGatewaySslGatewayWithIAMAllowedSourceList | null;
|
|
146
|
+
/** Custom name of your SSL Gateway */
|
|
147
|
+
displayName?: string | null;
|
|
148
|
+
/** Set to true to enable Strict-Transport-Security HTTP header */
|
|
149
|
+
hsts?: boolean;
|
|
150
|
+
/** Set to true to enable https redirect */
|
|
151
|
+
httpsRedirect?: boolean;
|
|
152
|
+
/** IAM resource metadata */
|
|
153
|
+
iam?: IamResourceMetadata | null;
|
|
154
|
+
/** The IPv4 you need to put in the A field of your domain name */
|
|
155
|
+
ipv4?: string;
|
|
156
|
+
/** The IPv6 you need to put in the AAAA field of your domain name */
|
|
157
|
+
ipv6?: string | null;
|
|
158
|
+
/** The metrics token associated with your SSL Gateway */
|
|
159
|
+
metricsToken?: string | null;
|
|
160
|
+
/** Current offer for your SSL Gateway */
|
|
161
|
+
offer?: SslGatewayOfferEnum;
|
|
162
|
+
/** Custom reverse for your SSL Gateway */
|
|
163
|
+
reverse?: string | null;
|
|
164
|
+
/** Set to true to contact backend servers over HTTPS */
|
|
165
|
+
serverHttps?: boolean;
|
|
166
|
+
/** The internal name of your SSL Gateway */
|
|
167
|
+
serviceName?: string;
|
|
168
|
+
/** Modern oldest compatible clients : Firefox 27, Chrome 30, IE 11 on Windows 7, Edge, Opera 17, Safari 9, Android 5.0, and Java 8. Intermediate oldest compatible clients : Firefox 1, Chrome 1, IE 7, Opera 5, Safari 1, Windows XP IE8, Android 2.3, Java 7. Intermediate if null. */
|
|
169
|
+
sslConfiguration?: SslGatewaySslConfigurationEnum | null;
|
|
170
|
+
/** Current state of your SSL Gateway */
|
|
171
|
+
state?: SslGatewayStateEnum;
|
|
172
|
+
/** Zones of your SSL Gateway */
|
|
173
|
+
zones?: SslGatewaySslGatewayWithIAMZonesList;
|
|
174
|
+
}
|
|
175
|
+
export declare const SslGatewaySslGatewayWithIAM: S.Schema<SslGatewaySslGatewayWithIAM>;
|
|
176
|
+
export interface GetSslGatewayDomainRequest {
|
|
177
|
+
/** The internal name of your SSL Gateway */
|
|
178
|
+
serviceName: string;
|
|
179
|
+
/** Id of your domain */
|
|
180
|
+
id: number;
|
|
181
|
+
}
|
|
182
|
+
export declare const GetSslGatewayDomainRequest: S.Schema<GetSslGatewayDomainRequest>;
|
|
183
|
+
export interface GetSslGatewayServerRequest {
|
|
184
|
+
/** The internal name of your SSL Gateway */
|
|
185
|
+
serviceName: string;
|
|
186
|
+
/** Id of your server */
|
|
187
|
+
id: number;
|
|
188
|
+
}
|
|
189
|
+
export declare const GetSslGatewayServerRequest: S.Schema<GetSslGatewayServerRequest>;
|
|
190
|
+
export interface GetSslGatewayServiceInfosRequest {
|
|
191
|
+
/** The internal name of your SSL Gateway */
|
|
192
|
+
serviceName: string;
|
|
193
|
+
}
|
|
194
|
+
export declare const GetSslGatewayServiceInfosRequest: S.Schema<GetSslGatewayServiceInfosRequest>;
|
|
195
|
+
/** All the possible renew period of your service in month */
|
|
196
|
+
export type ServicesServicePossibleRenewPeriodList = Array<number>;
|
|
197
|
+
export declare const ServicesServicePossibleRenewPeriodList: S.Schema<ServicesServicePossibleRenewPeriodList>;
|
|
198
|
+
/** Map a possible renew for a specific service */
|
|
199
|
+
export interface ServiceRenewType {
|
|
200
|
+
/** The service is automatically renewed */
|
|
201
|
+
automatic?: boolean;
|
|
202
|
+
/** The service will be deleted at expiration */
|
|
203
|
+
deleteAtExpiration?: boolean;
|
|
204
|
+
/** The service forced to be renewed */
|
|
205
|
+
forced?: boolean;
|
|
206
|
+
/** The service needs to be manually renewed and paid */
|
|
207
|
+
manualPayment?: boolean | null;
|
|
208
|
+
/** period of renew in month */
|
|
209
|
+
period?: number | null;
|
|
210
|
+
}
|
|
211
|
+
export declare const ServiceRenewType: S.Schema<ServiceRenewType>;
|
|
212
|
+
/** Detailed renewal type of a service */
|
|
213
|
+
export type ServiceRenewalTypeEnum = "automaticForcedProduct" | "automaticV2012" | "automaticV2014" | "automaticV2016" | "automaticV2024" | "manual" | "oneShot" | "option";
|
|
214
|
+
export declare const ServiceRenewalTypeEnum: any;
|
|
215
|
+
export type ServiceStateEnum = "autorenewInProgress" | "expired" | "inCreation" | "ok" | "pendingDebt" | "unPaid";
|
|
216
|
+
export declare const ServiceStateEnum: any;
|
|
217
|
+
/** Details about a Service */
|
|
218
|
+
export interface ServicesService {
|
|
219
|
+
/** Indicates that the service can be set up to be deleted at expiration */
|
|
220
|
+
canDeleteAtExpiration?: boolean;
|
|
221
|
+
contactAdmin?: string;
|
|
222
|
+
contactBilling?: string;
|
|
223
|
+
contactTech?: string;
|
|
224
|
+
creation?: string;
|
|
225
|
+
domain?: string;
|
|
226
|
+
engagedUpTo?: string | null;
|
|
227
|
+
expiration?: string;
|
|
228
|
+
/** All the possible renew period of your service in month */
|
|
229
|
+
possibleRenewPeriod?: ServicesServicePossibleRenewPeriodList | null;
|
|
230
|
+
/** Way of handling the renew */
|
|
231
|
+
renew?: ServiceRenewType | null;
|
|
232
|
+
renewalType?: ServiceRenewalTypeEnum;
|
|
233
|
+
serviceId?: number;
|
|
234
|
+
status?: ServiceStateEnum;
|
|
235
|
+
}
|
|
236
|
+
export declare const ServicesService: S.Schema<ServicesService>;
|
|
237
|
+
export interface GetSslGatewayTaskRequest {
|
|
238
|
+
/** The internal name of your SSL Gateway */
|
|
239
|
+
serviceName: string;
|
|
240
|
+
/** Id of the task */
|
|
241
|
+
id: number;
|
|
242
|
+
}
|
|
243
|
+
export declare const GetSslGatewayTaskRequest: S.Schema<GetSslGatewayTaskRequest>;
|
|
244
|
+
/** Possible task action */
|
|
245
|
+
export type SslGatewayTaskActionEnum = "addDomain" | "addPaidCertificate" | "addServer" | "createService" | "deleteDomain" | "deleteServer" | "deleteService" | "internalTask" | "updateServer" | "updateService" | "upgrade";
|
|
246
|
+
export declare const SslGatewayTaskActionEnum: any;
|
|
247
|
+
/** Possible task status */
|
|
248
|
+
export type SslGatewayTaskStatusEnum = "blocked" | "cancelled" | "doing" | "done" | "error" | "paused" | "todo";
|
|
249
|
+
export declare const SslGatewayTaskStatusEnum: any;
|
|
250
|
+
/** SSL Gateway tasks */
|
|
251
|
+
export interface SslGatewayTask {
|
|
252
|
+
/** The action made */
|
|
253
|
+
action?: SslGatewayTaskActionEnum;
|
|
254
|
+
/** Creation date of your task */
|
|
255
|
+
creationDate?: string;
|
|
256
|
+
/** Id of the task */
|
|
257
|
+
id?: number;
|
|
258
|
+
/** Task progress percentage */
|
|
259
|
+
progress?: number;
|
|
260
|
+
/** Current status of your task */
|
|
261
|
+
status?: SslGatewayTaskStatusEnum;
|
|
262
|
+
}
|
|
263
|
+
export declare const SslGatewayTask: S.Schema<SslGatewayTask>;
|
|
264
|
+
/** Resource tag filter */
|
|
265
|
+
export interface IamResourceTagFilterInput {
|
|
266
|
+
}
|
|
267
|
+
export declare const IamResourceTagFilterInput: S.Schema<IamResourceTagFilterInput>;
|
|
268
|
+
export type ListSslGatewayRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
|
|
269
|
+
export declare const ListSslGatewayRequestIamTagsValueList: S.Schema<ListSslGatewayRequestIamTagsValueList>;
|
|
270
|
+
export type ListSslGatewayRequestIamTagsMap = {
|
|
271
|
+
[key: string]: ListSslGatewayRequestIamTagsValueList | undefined;
|
|
272
|
+
};
|
|
273
|
+
export declare const ListSslGatewayRequestIamTagsMap: S.Schema<ListSslGatewayRequestIamTagsMap>;
|
|
274
|
+
export interface ListSslGatewayRequest {
|
|
275
|
+
/** Filter resources on IAM tags */
|
|
276
|
+
iamTags?: ListSslGatewayRequestIamTagsMap;
|
|
277
|
+
}
|
|
278
|
+
export declare const ListSslGatewayRequest: S.Schema<ListSslGatewayRequest>;
|
|
279
|
+
export type ListSslGatewayResponseBodyList = Array<string>;
|
|
280
|
+
export declare const ListSslGatewayResponseBodyList: S.Schema<ListSslGatewayResponseBodyList>;
|
|
281
|
+
export type ListSslGatewayResponse = ListSslGatewayResponseBodyList;
|
|
282
|
+
export declare const ListSslGatewayResponse: S.Schema<ListSslGatewayResponse>;
|
|
283
|
+
export interface ListSslGatewayAvailableZonesRequest {
|
|
284
|
+
}
|
|
285
|
+
export declare const ListSslGatewayAvailableZonesRequest: S.Schema<ListSslGatewayAvailableZonesRequest>;
|
|
286
|
+
export type ListSslGatewayAvailableZonesResponseBodyList = Array<string>;
|
|
287
|
+
export declare const ListSslGatewayAvailableZonesResponseBodyList: S.Schema<ListSslGatewayAvailableZonesResponseBodyList>;
|
|
288
|
+
export type ListSslGatewayAvailableZonesResponse = ListSslGatewayAvailableZonesResponseBodyList;
|
|
289
|
+
export declare const ListSslGatewayAvailableZonesResponse: S.Schema<ListSslGatewayAvailableZonesResponse>;
|
|
290
|
+
export interface ListSslGatewayDomainRequest {
|
|
291
|
+
/** The internal name of your SSL Gateway */
|
|
292
|
+
serviceName: string;
|
|
293
|
+
}
|
|
294
|
+
export declare const ListSslGatewayDomainRequest: S.Schema<ListSslGatewayDomainRequest>;
|
|
295
|
+
export type ListSslGatewayDomainResponseBodyList = Array<number>;
|
|
296
|
+
export declare const ListSslGatewayDomainResponseBodyList: S.Schema<ListSslGatewayDomainResponseBodyList>;
|
|
297
|
+
export type ListSslGatewayDomainResponse = ListSslGatewayDomainResponseBodyList;
|
|
298
|
+
export declare const ListSslGatewayDomainResponse: S.Schema<ListSslGatewayDomainResponse>;
|
|
299
|
+
export interface ListSslGatewayEligibilityRequest {
|
|
300
|
+
/** domain to check eligibility for SSL Gateway offer */
|
|
301
|
+
domain: string;
|
|
302
|
+
}
|
|
303
|
+
export declare const ListSslGatewayEligibilityRequest: S.Schema<ListSslGatewayEligibilityRequest>;
|
|
304
|
+
/** Eligible IP(s) v6 for this domain */
|
|
305
|
+
export type SslGatewayEligibilityStatusIp6sList = Array<string>;
|
|
306
|
+
export declare const SslGatewayEligibilityStatusIp6sList: S.Schema<SslGatewayEligibilityStatusIp6sList>;
|
|
307
|
+
/** Eligible IP(s) for this domain */
|
|
308
|
+
export type SslGatewayEligibilityStatusIpsList = Array<string>;
|
|
309
|
+
export declare const SslGatewayEligibilityStatusIpsList: S.Schema<SslGatewayEligibilityStatusIpsList>;
|
|
310
|
+
/** A structure describing the eligibility status of a domain */
|
|
311
|
+
export interface SslGatewayEligibilityStatus {
|
|
312
|
+
/** Customer domain name */
|
|
313
|
+
domain?: string;
|
|
314
|
+
/** Eligible IP(s) v6 for this domain */
|
|
315
|
+
ip6s?: SslGatewayEligibilityStatusIp6sList;
|
|
316
|
+
/** Eligible IP(s) for this domain */
|
|
317
|
+
ips?: SslGatewayEligibilityStatusIpsList;
|
|
318
|
+
/** Whether this domain is hosted by Ovh or not */
|
|
319
|
+
isHostedByOvh?: boolean;
|
|
320
|
+
}
|
|
321
|
+
export declare const SslGatewayEligibilityStatus: S.Schema<SslGatewayEligibilityStatus>;
|
|
322
|
+
export interface ListSslGatewayNatIpRequest {
|
|
323
|
+
/** The internal name of your SSL Gateway */
|
|
324
|
+
serviceName: string;
|
|
325
|
+
}
|
|
326
|
+
export declare const ListSslGatewayNatIpRequest: S.Schema<ListSslGatewayNatIpRequest>;
|
|
327
|
+
export type SslGatewayNatIpsIpList = Array<string>;
|
|
328
|
+
export declare const SslGatewayNatIpsIpList: S.Schema<SslGatewayNatIpsIpList>;
|
|
329
|
+
/** a list of {zone, nat Ip} */
|
|
330
|
+
export interface SslGatewayNatIps {
|
|
331
|
+
ip?: SslGatewayNatIpsIpList;
|
|
332
|
+
zone?: string;
|
|
333
|
+
}
|
|
334
|
+
export declare const SslGatewayNatIps: S.Schema<SslGatewayNatIps>;
|
|
335
|
+
export type ListSslGatewayNatIpResponseBodyList = Array<SslGatewayNatIps>;
|
|
336
|
+
export declare const ListSslGatewayNatIpResponseBodyList: S.Schema<ListSslGatewayNatIpResponseBodyList>;
|
|
337
|
+
export type ListSslGatewayNatIpResponse = ListSslGatewayNatIpResponseBodyList;
|
|
338
|
+
export declare const ListSslGatewayNatIpResponse: S.Schema<ListSslGatewayNatIpResponse>;
|
|
339
|
+
export interface ListSslGatewayServerRequest {
|
|
340
|
+
/** The internal name of your SSL Gateway */
|
|
341
|
+
serviceName: string;
|
|
342
|
+
}
|
|
343
|
+
export declare const ListSslGatewayServerRequest: S.Schema<ListSslGatewayServerRequest>;
|
|
344
|
+
export type ListSslGatewayServerResponseBodyList = Array<number>;
|
|
345
|
+
export declare const ListSslGatewayServerResponseBodyList: S.Schema<ListSslGatewayServerResponseBodyList>;
|
|
346
|
+
export type ListSslGatewayServerResponse = ListSslGatewayServerResponseBodyList;
|
|
347
|
+
export declare const ListSslGatewayServerResponse: S.Schema<ListSslGatewayServerResponse>;
|
|
348
|
+
export interface ListSslGatewayTaskRequest {
|
|
349
|
+
/** The internal name of your SSL Gateway */
|
|
350
|
+
serviceName: string;
|
|
351
|
+
}
|
|
352
|
+
export declare const ListSslGatewayTaskRequest: S.Schema<ListSslGatewayTaskRequest>;
|
|
353
|
+
export type ListSslGatewayTaskResponseBodyList = Array<number>;
|
|
354
|
+
export declare const ListSslGatewayTaskResponseBodyList: S.Schema<ListSslGatewayTaskResponseBodyList>;
|
|
355
|
+
export type ListSslGatewayTaskResponse = ListSslGatewayTaskResponseBodyList;
|
|
356
|
+
export declare const ListSslGatewayTaskResponse: S.Schema<ListSslGatewayTaskResponse>;
|
|
357
|
+
/** Restrict SSL Gateway access to these ip block. No restriction if null */
|
|
358
|
+
export type PutSslGatewayRequestAllowedSourceList = Array<string>;
|
|
359
|
+
export declare const PutSslGatewayRequestAllowedSourceList: S.Schema<PutSslGatewayRequestAllowedSourceList>;
|
|
360
|
+
export interface PutSslGatewayRequest {
|
|
361
|
+
/** The internal name of your SSL Gateway */
|
|
362
|
+
serviceName: string;
|
|
363
|
+
/** Restrict SSL Gateway access to these ip block. No restriction if null */
|
|
364
|
+
allowedSource?: PutSslGatewayRequestAllowedSourceList | null;
|
|
365
|
+
/** Custom name of your SSL Gateway */
|
|
366
|
+
displayName?: string | null;
|
|
367
|
+
/** Set to true to enable Strict-Transport-Security HTTP header */
|
|
368
|
+
hsts?: boolean;
|
|
369
|
+
/** Set to true to enable https redirect */
|
|
370
|
+
httpsRedirect?: boolean;
|
|
371
|
+
/** Custom reverse for your SSL Gateway */
|
|
372
|
+
reverse?: string | null;
|
|
373
|
+
/** Set to true to contact backend servers over HTTPS */
|
|
374
|
+
serverHttps?: boolean;
|
|
375
|
+
/** Modern oldest compatible clients : Firefox 27, Chrome 30, IE 11 on Windows 7, Edge, Opera 17, Safari 9, Android 5.0, and Java 8. Intermediate oldest compatible clients : Firefox 1, Chrome 1, IE 7, Opera 5, Safari 1, Windows XP IE8, Android 2.3, Java 7. Intermediate if null. */
|
|
376
|
+
sslConfiguration?: SslGatewaySslConfigurationEnum | (string & {}) | null;
|
|
377
|
+
}
|
|
378
|
+
export declare const PutSslGatewayRequest: S.Schema<PutSslGatewayRequest>;
|
|
379
|
+
export interface PutSslGatewayResponse {
|
|
380
|
+
}
|
|
381
|
+
export declare const PutSslGatewayResponse: S.Schema<PutSslGatewayResponse>;
|
|
382
|
+
export interface PutSslGatewayServerRequest {
|
|
383
|
+
/** The internal name of your SSL Gateway */
|
|
384
|
+
serviceName: string;
|
|
385
|
+
/** Id of your server */
|
|
386
|
+
id: number;
|
|
387
|
+
/** IP address of the server attached to your SSL Gateway */
|
|
388
|
+
address?: string;
|
|
389
|
+
/** Port of your server attached to your SSL Gateway */
|
|
390
|
+
port?: number;
|
|
391
|
+
}
|
|
392
|
+
export declare const PutSslGatewayServerRequest: S.Schema<PutSslGatewayServerRequest>;
|
|
393
|
+
export interface PutSslGatewayServerResponse {
|
|
394
|
+
}
|
|
395
|
+
export declare const PutSslGatewayServerResponse: S.Schema<PutSslGatewayServerResponse>;
|
|
396
|
+
export interface PutSslGatewayServiceInfosRequest {
|
|
397
|
+
/** The internal name of your SSL Gateway */
|
|
398
|
+
serviceName: string;
|
|
399
|
+
/** Way of handling the renew */
|
|
400
|
+
renew?: ServiceRenewType | null;
|
|
401
|
+
}
|
|
402
|
+
export declare const PutSslGatewayServiceInfosRequest: S.Schema<PutSslGatewayServiceInfosRequest>;
|
|
403
|
+
export interface PutSslGatewayServiceInfosResponse {
|
|
404
|
+
}
|
|
405
|
+
export declare const PutSslGatewayServiceInfosResponse: S.Schema<PutSslGatewayServiceInfosResponse>;
|
|
406
|
+
export interface RenewSslGatewayCertificateRequest {
|
|
407
|
+
/** The internal name of your SSL Gateway */
|
|
408
|
+
serviceName: string;
|
|
409
|
+
/** Domain on which you want to renew certificate */
|
|
410
|
+
domain?: string;
|
|
411
|
+
}
|
|
412
|
+
export declare const RenewSslGatewayCertificateRequest: S.Schema<RenewSslGatewayCertificateRequest>;
|
|
413
|
+
export type RenewSslGatewayCertificateResponseBodyList = Array<string>;
|
|
414
|
+
export declare const RenewSslGatewayCertificateResponseBodyList: S.Schema<RenewSslGatewayCertificateResponseBodyList>;
|
|
415
|
+
export type RenewSslGatewayCertificateResponse = RenewSslGatewayCertificateResponseBodyList;
|
|
416
|
+
export declare const RenewSslGatewayCertificateResponse: S.Schema<RenewSslGatewayCertificateResponse>;
|
|
417
|
+
export interface TerminateSslGatewayRequest {
|
|
418
|
+
/** The internal name of your SSL Gateway */
|
|
419
|
+
serviceName: string;
|
|
420
|
+
}
|
|
421
|
+
export declare const TerminateSslGatewayRequest: S.Schema<TerminateSslGatewayRequest>;
|
|
422
|
+
export type TerminateSslGatewayResponse = string;
|
|
423
|
+
export declare const TerminateSslGatewayResponse: S.Schema<TerminateSslGatewayResponse>;
|
|
424
|
+
export type ConfirmSslGatewayTerminationError = OvhOpError;
|
|
425
|
+
/** Confirm service termination */
|
|
426
|
+
export declare const confirmSslGatewayTermination: API.OperationMethod<ConfirmSslGatewayTerminationRequest, ConfirmSslGatewayTerminationResponse, ConfirmSslGatewayTerminationError, OvhOpContext>;
|
|
427
|
+
export type CreateSslGatewayChangeContactError = OvhOpError;
|
|
428
|
+
/** Launch a contact change procedure */
|
|
429
|
+
export declare const createSslGatewayChangeContact: API.OperationMethod<CreateSslGatewayChangeContactRequest, CreateSslGatewayChangeContactResponse, CreateSslGatewayChangeContactError, OvhOpContext>;
|
|
430
|
+
export type CreateSslGatewayDomainError = OvhOpError;
|
|
431
|
+
/** Attach a new domain to your SSL Gateway */
|
|
432
|
+
export declare const createSslGatewayDomain: API.OperationMethod<CreateSslGatewayDomainRequest, SslGatewayDomain, CreateSslGatewayDomainError, OvhOpContext>;
|
|
433
|
+
export type CreateSslGatewayServerError = OvhOpError;
|
|
434
|
+
/** Add a new server to your SSL Gateway */
|
|
435
|
+
export declare const createSslGatewayServer: API.OperationMethod<CreateSslGatewayServerRequest, SslGatewayServer, CreateSslGatewayServerError, OvhOpContext>;
|
|
436
|
+
export type DeleteSslGatewayDomainError = OvhOpError;
|
|
437
|
+
/** Detach a domain from your SSL Gateway */
|
|
438
|
+
export declare const deleteSslGatewayDomain: API.OperationMethod<DeleteSslGatewayDomainRequest, DeleteSslGatewayDomainResponse, DeleteSslGatewayDomainError, OvhOpContext>;
|
|
439
|
+
export type DeleteSslGatewayServerError = OvhOpError;
|
|
440
|
+
/** Remove a server */
|
|
441
|
+
export declare const deleteSslGatewayServer: API.OperationMethod<DeleteSslGatewayServerRequest, DeleteSslGatewayServerResponse, DeleteSslGatewayServerError, OvhOpContext>;
|
|
442
|
+
export type GetSslGatewayError = OvhOpError;
|
|
443
|
+
/** Get this object properties */
|
|
444
|
+
export declare const getSslGateway: API.OperationMethod<GetSslGatewayRequest, SslGatewaySslGatewayWithIAM, GetSslGatewayError, OvhOpContext>;
|
|
445
|
+
export type GetSslGatewayDomainError = OvhOpError;
|
|
446
|
+
/** Get this object properties */
|
|
447
|
+
export declare const getSslGatewayDomain: API.OperationMethod<GetSslGatewayDomainRequest, SslGatewayDomain, GetSslGatewayDomainError, OvhOpContext>;
|
|
448
|
+
export type GetSslGatewayServerError = OvhOpError;
|
|
449
|
+
/** Get this object properties */
|
|
450
|
+
export declare const getSslGatewayServer: API.OperationMethod<GetSslGatewayServerRequest, SslGatewayServer, GetSslGatewayServerError, OvhOpContext>;
|
|
451
|
+
export type GetSslGatewayServiceInfosError = OvhOpError;
|
|
452
|
+
/** Get service information */
|
|
453
|
+
export declare const getSslGatewayServiceInfos: API.OperationMethod<GetSslGatewayServiceInfosRequest, ServicesService, GetSslGatewayServiceInfosError, OvhOpContext>;
|
|
454
|
+
export type GetSslGatewayTaskError = OvhOpError;
|
|
455
|
+
/** Get this object properties */
|
|
456
|
+
export declare const getSslGatewayTask: API.OperationMethod<GetSslGatewayTaskRequest, SslGatewayTask, GetSslGatewayTaskError, OvhOpContext>;
|
|
457
|
+
export type ListSslGatewayError = OvhOpError;
|
|
458
|
+
/** List of your SSL Gateways */
|
|
459
|
+
export declare const listSslGateway: API.OperationMethod<ListSslGatewayRequest, ListSslGatewayResponse, ListSslGatewayError, OvhOpContext>;
|
|
460
|
+
export type ListSslGatewayAvailableZonesError = OvhOpError;
|
|
461
|
+
/** List of zone available for an SSL Gateway */
|
|
462
|
+
export declare const listSslGatewayAvailableZones: API.OperationMethod<ListSslGatewayAvailableZonesRequest, ListSslGatewayAvailableZonesResponse, ListSslGatewayAvailableZonesError, OvhOpContext>;
|
|
463
|
+
export type ListSslGatewayDomainError = OvhOpError;
|
|
464
|
+
/** Domains attached to your SSL Gateway */
|
|
465
|
+
export declare const listSslGatewayDomain: API.OperationMethod<ListSslGatewayDomainRequest, ListSslGatewayDomainResponse, ListSslGatewayDomainError, OvhOpContext>;
|
|
466
|
+
export type ListSslGatewayEligibilityError = OvhOpError;
|
|
467
|
+
/** Check domain eligibility. Return list of eligible IP(s) for this domain. */
|
|
468
|
+
export declare const listSslGatewayEligibility: API.OperationMethod<ListSslGatewayEligibilityRequest, SslGatewayEligibilityStatus, ListSslGatewayEligibilityError, OvhOpContext>;
|
|
469
|
+
export type ListSslGatewayNatIpError = OvhOpError;
|
|
470
|
+
/** Ip subnet used by OVH to nat requests to your SSL Gateway backends. */
|
|
471
|
+
export declare const listSslGatewayNatIp: API.OperationMethod<ListSslGatewayNatIpRequest, ListSslGatewayNatIpResponse, ListSslGatewayNatIpError, OvhOpContext>;
|
|
472
|
+
export type ListSslGatewayServerError = OvhOpError;
|
|
473
|
+
/** Servers attached to your SSL Gateway */
|
|
474
|
+
export declare const listSslGatewayServer: API.OperationMethod<ListSslGatewayServerRequest, ListSslGatewayServerResponse, ListSslGatewayServerError, OvhOpContext>;
|
|
475
|
+
export type ListSslGatewayTaskError = OvhOpError;
|
|
476
|
+
/** Task for this SSL Gateway */
|
|
477
|
+
export declare const listSslGatewayTask: API.OperationMethod<ListSslGatewayTaskRequest, ListSslGatewayTaskResponse, ListSslGatewayTaskError, OvhOpContext>;
|
|
478
|
+
export type PutSslGatewayError = OvhOpError;
|
|
479
|
+
/** Alter this object properties */
|
|
480
|
+
export declare const putSslGateway: API.OperationMethod<PutSslGatewayRequest, PutSslGatewayResponse, PutSslGatewayError, OvhOpContext>;
|
|
481
|
+
export type PutSslGatewayServerError = OvhOpError;
|
|
482
|
+
/** Alter this object properties */
|
|
483
|
+
export declare const putSslGatewayServer: API.OperationMethod<PutSslGatewayServerRequest, PutSslGatewayServerResponse, PutSslGatewayServerError, OvhOpContext>;
|
|
484
|
+
export type PutSslGatewayServiceInfosError = OvhOpError;
|
|
485
|
+
/** Update service information */
|
|
486
|
+
export declare const putSslGatewayServiceInfos: API.OperationMethod<PutSslGatewayServiceInfosRequest, PutSslGatewayServiceInfosResponse, PutSslGatewayServiceInfosError, OvhOpContext>;
|
|
487
|
+
export type RenewSslGatewayCertificateError = OvhOpError;
|
|
488
|
+
/** Renew your SSL certificates */
|
|
489
|
+
export declare const renewSslGatewayCertificate: API.OperationMethod<RenewSslGatewayCertificateRequest, RenewSslGatewayCertificateResponse, RenewSslGatewayCertificateError, OvhOpContext>;
|
|
490
|
+
export type TerminateSslGatewayError = OvhOpError;
|
|
491
|
+
/** Ask for the termination of your service Ask for the termination of your service. Admin contact of this service will receive a termination token by email in order to confirm its termination with /confirmTermination endpoint. */
|
|
492
|
+
export declare const terminateSslGateway: API.OperationMethod<TerminateSslGatewayRequest, TerminateSslGatewayResponse, TerminateSslGatewayError, OvhOpContext>;
|
|
493
|
+
//# sourceMappingURL=sslgateway.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sslgateway.d.ts","sourceRoot":"","sources":["../../src/services/sslgateway.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAClD,OAAO,KAAK,GAAG,MAAM,2BAA2B,CAAC;AAEjD,OAAO,EAEL,KAAK,UAAU,EACf,KAAK,YAAY,EAClB,MAAM,gBAAgB,CAAC;AAIxB,YAAY,EAAE,UAAU,EAAE,YAAY,EAAE,CAAC;AAEzC,gEAAgE;AAChE,MAAM,MAAM,+BAA+B,GACvC,uBAAuB,GACvB,OAAO,GACP,4BAA4B,GAC5B,iDAAiD,GACjD,2CAA2C,CAAC;AAChD,eAAO,MAAM,+BAA+B,KAAW,CAAC;AAExD,4DAA4D;AAC5D,MAAM,MAAM,4BAA4B,GACpC,uBAAuB,GACvB,sBAAsB,GACtB,iCAAiC,GACjC,wBAAwB,GACxB,wBAAwB,GACxB,oBAAoB,GACpB,cAAc,GACd,WAAW,GACX,OAAO,GACP,gCAAgC,GAChC,4BAA4B,GAC5B,eAAe,GACf,iBAAiB,GACjB,gCAAgC,CAAC;AACrC,eAAO,MAAM,4BAA4B,KAAW,CAAC;AAErD,MAAM,WAAW,mCAAmC;IAClD,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,gDAAgD;IAChD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,+CAA+C;IAC/C,SAAS,CAAC,EAAE,+BAA+B,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;IAC5D,yCAAyC;IACzC,MAAM,CAAC,EAAE,4BAA4B,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;IACtD,+DAA+D;IAC/D,KAAK,EAAE,MAAM,CAAC;CACf;AACD,eAAO,MAAM,mCAAmC,EAgBnC,CAAC,CAAC,MAAM,CAAC,mCAAmC,CAAC,CAAC;AAE3D,MAAM,MAAM,oCAAoC,GAAG,MAAM,CAAC;AAC1D,eAAO,MAAM,oCAAoC,EAIpC,CAAC,CAAC,MAAM,CAAC,oCAAoC,CAAC,CAAC;AAE5D,MAAM,WAAW,oCAAoC;IACnD,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,0CAA0C;IAC1C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,4CAA4C;IAC5C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,yCAAyC;IACzC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AACD,eAAO,MAAM,oCAAoC,EAgBpC,CAAC,CAAC,MAAM,CAAC,oCAAoC,CAAC,CAAC;AAE5D,MAAM,MAAM,6CAA6C,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;AAC1E,eAAO,MAAM,6CAA6C,EAG5C,CAAC,CAAC,MAAM,CAAC,6CAA6C,CAAC,CAAC;AAEtE,MAAM,MAAM,qCAAqC,GAC/C,6CAA6C,CAAC;AAChD,eAAO,MAAM,qCAAqC,EAIrC,CAAC,CAAC,MAAM,CAAC,qCAAqC,CAAC,CAAC;AAE7D,MAAM,WAAW,6BAA6B;IAC5C,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,uBAAuB;IACvB,MAAM,EAAE,MAAM,CAAC;CAChB;AACD,eAAO,MAAM,6BAA6B,EAa7B,CAAC,CAAC,MAAM,CAAC,6BAA6B,CAAC,CAAC;AAErD,mDAAmD;AACnD,MAAM,MAAM,yBAAyB,GACjC,UAAU,GACV,SAAS,GACT,UAAU,GACV,WAAW,GACX,UAAU,GACV,IAAI,CAAC;AACT,eAAO,MAAM,yBAAyB,KAAW,CAAC;AAElD,wCAAwC;AACxC,MAAM,WAAW,gBAAgB;IAC/B,+CAA+C;IAC/C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,mBAAmB;IACnB,KAAK,CAAC,EAAE,yBAAyB,CAAC;CACnC;AACD,eAAO,MAAM,gBAAgB,EAQhB,CAAC,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC;AAExC,MAAM,WAAW,6BAA6B;IAC5C,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,kCAAkC;IAClC,OAAO,EAAE,MAAM,CAAC;IAChB,0BAA0B;IAC1B,IAAI,EAAE,MAAM,CAAC;CACd;AACD,eAAO,MAAM,6BAA6B,EAc7B,CAAC,CAAC,MAAM,CAAC,6BAA6B,CAAC,CAAC;AAErD,mDAAmD;AACnD,MAAM,MAAM,yBAAyB,GACjC,UAAU,GACV,SAAS,GACT,UAAU,GACV,UAAU,GACV,IAAI,GACJ,UAAU,CAAC;AACf,eAAO,MAAM,yBAAyB,KAAW,CAAC;AAElD,wCAAwC;AACxC,MAAM,WAAW,gBAAgB;IAC/B,4DAA4D;IAC5D,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,wBAAwB;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,uDAAuD;IACvD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,mBAAmB;IACnB,KAAK,CAAC,EAAE,yBAAyB,CAAC;CACnC;AACD,eAAO,MAAM,gBAAgB,EAShB,CAAC,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC;AAExC,MAAM,WAAW,6BAA6B;IAC5C,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,wBAAwB;IACxB,EAAE,EAAE,MAAM,CAAC;CACZ;AACD,eAAO,MAAM,6BAA6B,EAa7B,CAAC,CAAC,MAAM,CAAC,6BAA6B,CAAC,CAAC;AAErD,MAAM,WAAW,8BAA8B;CAAG;AAClD,eAAO,MAAM,8BAA8B,EAI9B,CAAC,CAAC,MAAM,CAAC,8BAA8B,CAAC,CAAC;AAEtD,MAAM,WAAW,6BAA6B;IAC5C,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,wBAAwB;IACxB,EAAE,EAAE,MAAM,CAAC;CACZ;AACD,eAAO,MAAM,6BAA6B,EAa7B,CAAC,CAAC,MAAM,CAAC,6BAA6B,CAAC,CAAC;AAErD,MAAM,WAAW,8BAA8B;CAAG;AAClD,eAAO,MAAM,8BAA8B,EAI9B,CAAC,CAAC,MAAM,CAAC,8BAA8B,CAAC,CAAC;AAEtD,MAAM,WAAW,oBAAoB;IACnC,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;CACrB;AACD,eAAO,MAAM,oBAAoB,EAQpB,CAAC,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAAC;AAE5C,4EAA4E;AAC5E,MAAM,MAAM,4CAA4C,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;AACzE,eAAO,MAAM,4CAA4C,EAG3C,CAAC,CAAC,MAAM,CAAC,4CAA4C,CAAC,CAAC;AAErE,+EAA+E;AAC/E,MAAM,MAAM,0BAA0B,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;CAAE,CAAC;AAC/E,eAAO,MAAM,0BAA0B,EAG3B,CAAC,CAAC,MAAM,CAAC,0BAA0B,CAAC,CAAC;AAEjD,wDAAwD;AACxD,MAAM,WAAW,mBAAmB;IAClC,4BAA4B;IAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,wCAAwC;IACxC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,+EAA+E;IAC/E,IAAI,CAAC,EAAE,0BAA0B,GAAG,IAAI,CAAC;IACzC,4CAA4C;IAC5C,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AACD,eAAO,MAAM,mBAAmB,EASnB,CAAC,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC;AAE3C,iCAAiC;AACjC,MAAM,MAAM,mBAAmB,GAC3B,UAAU,GACV,YAAY,GACZ,MAAM,GACN,UAAU,CAAC;AACf,eAAO,MAAM,mBAAmB,KAAW,CAAC;AAE5C,sCAAsC;AACtC,MAAM,MAAM,8BAA8B,GACtC,cAAc,GACd,UAAU,GACV,QAAQ,CAAC;AACb,eAAO,MAAM,8BAA8B,KAAW,CAAC;AAEvD,4CAA4C;AAC5C,MAAM,MAAM,mBAAmB,GAC3B,UAAU,GACV,SAAS,GACT,UAAU,GACV,WAAW,GACX,UAAU,GACV,IAAI,GACJ,WAAW,GACX,WAAW,CAAC;AAChB,eAAO,MAAM,mBAAmB,KAAW,CAAC;AAE5C,gCAAgC;AAChC,MAAM,MAAM,oCAAoC,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;AACjE,eAAO,MAAM,oCAAoC,EAErC,CAAC,CAAC,MAAM,CAAC,oCAAoC,CAAC,CAAC;AAE3D,uBAAuB;AACvB,MAAM,WAAW,2BAA2B;IAC1C,4EAA4E;IAC5E,aAAa,CAAC,EAAE,4CAA4C,GAAG,IAAI,CAAC;IACpE,sCAAsC;IACtC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,kEAAkE;IAClE,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,2CAA2C;IAC3C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,4BAA4B;IAC5B,GAAG,CAAC,EAAE,mBAAmB,GAAG,IAAI,CAAC;IACjC,kEAAkE;IAClE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,qEAAqE;IACrE,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,yDAAyD;IACzD,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,yCAAyC;IACzC,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B,0CAA0C;IAC1C,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,wDAAwD;IACxD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,4CAA4C;IAC5C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yRAAyR;IACzR,gBAAgB,CAAC,EAAE,8BAA8B,GAAG,IAAI,CAAC;IACzD,wCAAwC;IACxC,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B,gCAAgC;IAChC,KAAK,CAAC,EAAE,oCAAoC,CAAC;CAC9C;AACD,eAAO,MAAM,2BAA2B,EAsB3B,CAAC,CAAC,MAAM,CAAC,2BAA2B,CAAC,CAAC;AAEnD,MAAM,WAAW,0BAA0B;IACzC,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,wBAAwB;IACxB,EAAE,EAAE,MAAM,CAAC;CACZ;AACD,eAAO,MAAM,0BAA0B,EAa1B,CAAC,CAAC,MAAM,CAAC,0BAA0B,CAAC,CAAC;AAElD,MAAM,WAAW,0BAA0B;IACzC,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,wBAAwB;IACxB,EAAE,EAAE,MAAM,CAAC;CACZ;AACD,eAAO,MAAM,0BAA0B,EAa1B,CAAC,CAAC,MAAM,CAAC,0BAA0B,CAAC,CAAC;AAElD,MAAM,WAAW,gCAAgC;IAC/C,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;CACrB;AACD,eAAO,MAAM,gCAAgC,EAYhC,CAAC,CAAC,MAAM,CAAC,gCAAgC,CAAC,CAAC;AAExD,6DAA6D;AAC7D,MAAM,MAAM,sCAAsC,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;AACnE,eAAO,MAAM,sCAAsC,EAEvC,CAAC,CAAC,MAAM,CAAC,sCAAsC,CAAC,CAAC;AAE7D,kDAAkD;AAClD,MAAM,WAAW,gBAAgB;IAC/B,2CAA2C;IAC3C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,gDAAgD;IAChD,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,uCAAuC;IACvC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,wDAAwD;IACxD,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/B,+BAA+B;IAC/B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;AACD,eAAO,MAAM,gBAAgB,EAUhB,CAAC,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC;AAExC,yCAAyC;AACzC,MAAM,MAAM,sBAAsB,GAC9B,wBAAwB,GACxB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,QAAQ,GACR,SAAS,GACT,QAAQ,CAAC;AACb,eAAO,MAAM,sBAAsB,KAAW,CAAC;AAE/C,MAAM,MAAM,gBAAgB,GACxB,qBAAqB,GACrB,SAAS,GACT,YAAY,GACZ,IAAI,GACJ,aAAa,GACb,QAAQ,CAAC;AACb,eAAO,MAAM,gBAAgB,KAAW,CAAC;AAEzC,8BAA8B;AAC9B,MAAM,WAAW,eAAe;IAC9B,2EAA2E;IAC3E,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,6DAA6D;IAC7D,mBAAmB,CAAC,EAAE,sCAAsC,GAAG,IAAI,CAAC;IACpE,gCAAgC;IAChC,KAAK,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAChC,WAAW,CAAC,EAAE,sBAAsB,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,gBAAgB,CAAC;CAC3B;AACD,eAAO,MAAM,eAAe,EAoBf,CAAC,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC;AAEvC,MAAM,WAAW,wBAAwB;IACvC,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB;IACrB,EAAE,EAAE,MAAM,CAAC;CACZ;AACD,eAAO,MAAM,wBAAwB,EAaxB,CAAC,CAAC,MAAM,CAAC,wBAAwB,CAAC,CAAC;AAEhD,2BAA2B;AAC3B,MAAM,MAAM,wBAAwB,GAChC,WAAW,GACX,oBAAoB,GACpB,WAAW,GACX,eAAe,GACf,cAAc,GACd,cAAc,GACd,eAAe,GACf,cAAc,GACd,cAAc,GACd,eAAe,GACf,SAAS,CAAC;AACd,eAAO,MAAM,wBAAwB,KAAW,CAAC;AAEjD,2BAA2B;AAC3B,MAAM,MAAM,wBAAwB,GAChC,SAAS,GACT,WAAW,GACX,OAAO,GACP,MAAM,GACN,OAAO,GACP,QAAQ,GACR,MAAM,CAAC;AACX,eAAO,MAAM,wBAAwB,KAAW,CAAC;AAEjD,wBAAwB;AACxB,MAAM,WAAW,cAAc;IAC7B,sBAAsB;IACtB,MAAM,CAAC,EAAE,wBAAwB,CAAC;IAClC,iCAAiC;IACjC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,qBAAqB;IACrB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,+BAA+B;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kCAAkC;IAClC,MAAM,CAAC,EAAE,wBAAwB,CAAC;CACnC;AACD,eAAO,MAAM,cAAc,EAQ4B,CAAC,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC;AAEhF,0BAA0B;AAC1B,MAAM,WAAW,yBAAyB;CAAG;AAC7C,eAAO,MAAM,yBAAyB,EAIzB,CAAC,CAAC,MAAM,CAAC,yBAAyB,CAAC,CAAC;AAEjD,MAAM,MAAM,qCAAqC,GAC/C,KAAK,CAAC,yBAAyB,CAAC,CAAC;AACnC,eAAO,MAAM,qCAAqC,EAEtC,CAAC,CAAC,MAAM,CAAC,qCAAqC,CAAC,CAAC;AAE5D,MAAM,MAAM,+BAA+B,GAAG;IAC5C,CAAC,GAAG,EAAE,MAAM,GAAG,qCAAqC,GAAG,SAAS,CAAC;CAClE,CAAC;AACF,eAAO,MAAM,+BAA+B,EAGhC,CAAC,CAAC,MAAM,CAAC,+BAA+B,CAAC,CAAC;AAEtD,MAAM,WAAW,qBAAqB;IACpC,mCAAmC;IACnC,OAAO,CAAC,EAAE,+BAA+B,CAAC;CAC3C;AACD,eAAO,MAAM,qBAAqB,EAMrB,CAAC,CAAC,MAAM,CAAC,qBAAqB,CAAC,CAAC;AAE7C,MAAM,MAAM,8BAA8B,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;AAC3D,eAAO,MAAM,8BAA8B,EAE/B,CAAC,CAAC,MAAM,CAAC,8BAA8B,CAAC,CAAC;AAErD,MAAM,MAAM,sBAAsB,GAAG,8BAA8B,CAAC;AACpE,eAAO,MAAM,sBAAsB,EAItB,CAAC,CAAC,MAAM,CAAC,sBAAsB,CAAC,CAAC;AAE9C,MAAM,WAAW,mCAAmC;CAAG;AACvD,eAAO,MAAM,mCAAmC,EAMnC,CAAC,CAAC,MAAM,CAAC,mCAAmC,CAAC,CAAC;AAE3D,MAAM,MAAM,4CAA4C,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;AACzE,eAAO,MAAM,4CAA4C,EAG3C,CAAC,CAAC,MAAM,CAAC,4CAA4C,CAAC,CAAC;AAErE,MAAM,MAAM,oCAAoC,GAC9C,4CAA4C,CAAC;AAC/C,eAAO,MAAM,oCAAoC,EAIpC,CAAC,CAAC,MAAM,CAAC,oCAAoC,CAAC,CAAC;AAE5D,MAAM,WAAW,2BAA2B;IAC1C,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;CACrB;AACD,eAAO,MAAM,2BAA2B,EAY3B,CAAC,CAAC,MAAM,CAAC,2BAA2B,CAAC,CAAC;AAEnD,MAAM,MAAM,oCAAoC,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;AACjE,eAAO,MAAM,oCAAoC,EAErC,CAAC,CAAC,MAAM,CAAC,oCAAoC,CAAC,CAAC;AAE3D,MAAM,MAAM,4BAA4B,GAAG,oCAAoC,CAAC;AAChF,eAAO,MAAM,4BAA4B,EAI5B,CAAC,CAAC,MAAM,CAAC,4BAA4B,CAAC,CAAC;AAEpD,MAAM,WAAW,gCAAgC;IAC/C,wDAAwD;IACxD,MAAM,EAAE,MAAM,CAAC;CAChB;AACD,eAAO,MAAM,gCAAgC,EAMhC,CAAC,CAAC,MAAM,CAAC,gCAAgC,CAAC,CAAC;AAExD,wCAAwC;AACxC,MAAM,MAAM,mCAAmC,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;AAChE,eAAO,MAAM,mCAAmC,EAEpC,CAAC,CAAC,MAAM,CAAC,mCAAmC,CAAC,CAAC;AAE1D,qCAAqC;AACrC,MAAM,MAAM,kCAAkC,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;AAC/D,eAAO,MAAM,kCAAkC,EAEnC,CAAC,CAAC,MAAM,CAAC,kCAAkC,CAAC,CAAC;AAEzD,gEAAgE;AAChE,MAAM,WAAW,2BAA2B;IAC1C,2BAA2B;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,wCAAwC;IACxC,IAAI,CAAC,EAAE,mCAAmC,CAAC;IAC3C,qCAAqC;IACrC,GAAG,CAAC,EAAE,kCAAkC,CAAC;IACzC,kDAAkD;IAClD,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AACD,eAAO,MAAM,2BAA2B,EAS3B,CAAC,CAAC,MAAM,CAAC,2BAA2B,CAAC,CAAC;AAEnD,MAAM,WAAW,0BAA0B;IACzC,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;CACrB;AACD,eAAO,MAAM,0BAA0B,EAY1B,CAAC,CAAC,MAAM,CAAC,0BAA0B,CAAC,CAAC;AAElD,MAAM,MAAM,sBAAsB,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;AACnD,eAAO,MAAM,sBAAsB,EAEvB,CAAC,CAAC,MAAM,CAAC,sBAAsB,CAAC,CAAC;AAE7C,+BAA+B;AAC/B,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,sBAAsB,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AACD,eAAO,MAAM,gBAAgB,EAOhB,CAAC,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC;AAExC,MAAM,MAAM,mCAAmC,GAAG,KAAK,CAAC,gBAAgB,CAAC,CAAC;AAC1E,eAAO,MAAM,mCAAmC,EAEpC,CAAC,CAAC,MAAM,CAAC,mCAAmC,CAAC,CAAC;AAE1D,MAAM,MAAM,2BAA2B,GAAG,mCAAmC,CAAC;AAC9E,eAAO,MAAM,2BAA2B,EAI3B,CAAC,CAAC,MAAM,CAAC,2BAA2B,CAAC,CAAC;AAEnD,MAAM,WAAW,2BAA2B;IAC1C,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;CACrB;AACD,eAAO,MAAM,2BAA2B,EAY3B,CAAC,CAAC,MAAM,CAAC,2BAA2B,CAAC,CAAC;AAEnD,MAAM,MAAM,oCAAoC,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;AACjE,eAAO,MAAM,oCAAoC,EAErC,CAAC,CAAC,MAAM,CAAC,oCAAoC,CAAC,CAAC;AAE3D,MAAM,MAAM,4BAA4B,GAAG,oCAAoC,CAAC;AAChF,eAAO,MAAM,4BAA4B,EAI5B,CAAC,CAAC,MAAM,CAAC,4BAA4B,CAAC,CAAC;AAEpD,MAAM,WAAW,yBAAyB;IACxC,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;CACrB;AACD,eAAO,MAAM,yBAAyB,EAQzB,CAAC,CAAC,MAAM,CAAC,yBAAyB,CAAC,CAAC;AAEjD,MAAM,MAAM,kCAAkC,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;AAC/D,eAAO,MAAM,kCAAkC,EAEnC,CAAC,CAAC,MAAM,CAAC,kCAAkC,CAAC,CAAC;AAEzD,MAAM,MAAM,0BAA0B,GAAG,kCAAkC,CAAC;AAC5E,eAAO,MAAM,0BAA0B,EAI1B,CAAC,CAAC,MAAM,CAAC,0BAA0B,CAAC,CAAC;AAElD,4EAA4E;AAC5E,MAAM,MAAM,qCAAqC,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;AAClE,eAAO,MAAM,qCAAqC,EAEtC,CAAC,CAAC,MAAM,CAAC,qCAAqC,CAAC,CAAC;AAE5D,MAAM,WAAW,oBAAoB;IACnC,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,4EAA4E;IAC5E,aAAa,CAAC,EAAE,qCAAqC,GAAG,IAAI,CAAC;IAC7D,sCAAsC;IACtC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,kEAAkE;IAClE,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,2CAA2C;IAC3C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,0CAA0C;IAC1C,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,wDAAwD;IACxD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,yRAAyR;IACzR,gBAAgB,CAAC,EAAE,8BAA8B,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,GAAG,IAAI,CAAC;CAC1E;AACD,eAAO,MAAM,oBAAoB,EAepB,CAAC,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAAC;AAE5C,MAAM,WAAW,qBAAqB;CAAG;AACzC,eAAO,MAAM,qBAAqB,EAIrB,CAAC,CAAC,MAAM,CAAC,qBAAqB,CAAC,CAAC;AAE7C,MAAM,WAAW,0BAA0B;IACzC,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,wBAAwB;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,4DAA4D;IAC5D,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,uDAAuD;IACvD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AACD,eAAO,MAAM,0BAA0B,EAe1B,CAAC,CAAC,MAAM,CAAC,0BAA0B,CAAC,CAAC;AAElD,MAAM,WAAW,2BAA2B;CAAG;AAC/C,eAAO,MAAM,2BAA2B,EAI3B,CAAC,CAAC,MAAM,CAAC,2BAA2B,CAAC,CAAC;AAEnD,MAAM,WAAW,gCAAgC;IAC/C,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,gCAAgC;IAChC,KAAK,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAAC;CACjC;AACD,eAAO,MAAM,gCAAgC,EAahC,CAAC,CAAC,MAAM,CAAC,gCAAgC,CAAC,CAAC;AAExD,MAAM,WAAW,iCAAiC;CAAG;AACrD,eAAO,MAAM,iCAAiC,EAIjC,CAAC,CAAC,MAAM,CAAC,iCAAiC,CAAC,CAAC;AAEzD,MAAM,WAAW,iCAAiC;IAChD,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,oDAAoD;IACpD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AACD,eAAO,MAAM,iCAAiC,EAajC,CAAC,CAAC,MAAM,CAAC,iCAAiC,CAAC,CAAC;AAEzD,MAAM,MAAM,0CAA0C,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;AACvE,eAAO,MAAM,0CAA0C,EAE3C,CAAC,CAAC,MAAM,CAAC,0CAA0C,CAAC,CAAC;AAEjE,MAAM,MAAM,kCAAkC,GAC5C,0CAA0C,CAAC;AAC7C,eAAO,MAAM,kCAAkC,EAIlC,CAAC,CAAC,MAAM,CAAC,kCAAkC,CAAC,CAAC;AAE1D,MAAM,WAAW,0BAA0B;IACzC,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;CACrB;AACD,eAAO,MAAM,0BAA0B,EAY1B,CAAC,CAAC,MAAM,CAAC,0BAA0B,CAAC,CAAC;AAElD,MAAM,MAAM,2BAA2B,GAAG,MAAM,CAAC;AACjD,eAAO,MAAM,2BAA2B,EAI3B,CAAC,CAAC,MAAM,CAAC,2BAA2B,CAAC,CAAC;AAEnD,MAAM,MAAM,iCAAiC,GAAG,UAAU,CAAC;AAC3D,kCAAkC;AAClC,eAAO,MAAM,4BAA4B,EAAE,GAAG,CAAC,eAAe,CAC5D,mCAAmC,EACnC,oCAAoC,EACpC,iCAAiC,EACjC,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,kCAAkC,GAAG,UAAU,CAAC;AAC5D,wCAAwC;AACxC,eAAO,MAAM,6BAA6B,EAAE,GAAG,CAAC,eAAe,CAC7D,oCAAoC,EACpC,qCAAqC,EACrC,kCAAkC,EAClC,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,2BAA2B,GAAG,UAAU,CAAC;AACrD,8CAA8C;AAC9C,eAAO,MAAM,sBAAsB,EAAE,GAAG,CAAC,eAAe,CACtD,6BAA6B,EAC7B,gBAAgB,EAChB,2BAA2B,EAC3B,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,2BAA2B,GAAG,UAAU,CAAC;AACrD,2CAA2C;AAC3C,eAAO,MAAM,sBAAsB,EAAE,GAAG,CAAC,eAAe,CACtD,6BAA6B,EAC7B,gBAAgB,EAChB,2BAA2B,EAC3B,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,2BAA2B,GAAG,UAAU,CAAC;AACrD,4CAA4C;AAC5C,eAAO,MAAM,sBAAsB,EAAE,GAAG,CAAC,eAAe,CACtD,6BAA6B,EAC7B,8BAA8B,EAC9B,2BAA2B,EAC3B,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,2BAA2B,GAAG,UAAU,CAAC;AACrD,sBAAsB;AACtB,eAAO,MAAM,sBAAsB,EAAE,GAAG,CAAC,eAAe,CACtD,6BAA6B,EAC7B,8BAA8B,EAC9B,2BAA2B,EAC3B,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC;AAC5C,iCAAiC;AACjC,eAAO,MAAM,aAAa,EAAE,GAAG,CAAC,eAAe,CAC7C,oBAAoB,EACpB,2BAA2B,EAC3B,kBAAkB,EAClB,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC;AAClD,iCAAiC;AACjC,eAAO,MAAM,mBAAmB,EAAE,GAAG,CAAC,eAAe,CACnD,0BAA0B,EAC1B,gBAAgB,EAChB,wBAAwB,EACxB,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC;AAClD,iCAAiC;AACjC,eAAO,MAAM,mBAAmB,EAAE,GAAG,CAAC,eAAe,CACnD,0BAA0B,EAC1B,gBAAgB,EAChB,wBAAwB,EACxB,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,8BAA8B,GAAG,UAAU,CAAC;AACxD,8BAA8B;AAC9B,eAAO,MAAM,yBAAyB,EAAE,GAAG,CAAC,eAAe,CACzD,gCAAgC,EAChC,eAAe,EACf,8BAA8B,EAC9B,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC;AAChD,iCAAiC;AACjC,eAAO,MAAM,iBAAiB,EAAE,GAAG,CAAC,eAAe,CACjD,wBAAwB,EACxB,cAAc,EACd,sBAAsB,EACtB,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC;AAC7C,gCAAgC;AAChC,eAAO,MAAM,cAAc,EAAE,GAAG,CAAC,eAAe,CAC9C,qBAAqB,EACrB,sBAAsB,EACtB,mBAAmB,EACnB,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,iCAAiC,GAAG,UAAU,CAAC;AAC3D,gDAAgD;AAChD,eAAO,MAAM,4BAA4B,EAAE,GAAG,CAAC,eAAe,CAC5D,mCAAmC,EACnC,oCAAoC,EACpC,iCAAiC,EACjC,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,yBAAyB,GAAG,UAAU,CAAC;AACnD,2CAA2C;AAC3C,eAAO,MAAM,oBAAoB,EAAE,GAAG,CAAC,eAAe,CACpD,2BAA2B,EAC3B,4BAA4B,EAC5B,yBAAyB,EACzB,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,8BAA8B,GAAG,UAAU,CAAC;AACxD,+EAA+E;AAC/E,eAAO,MAAM,yBAAyB,EAAE,GAAG,CAAC,eAAe,CACzD,gCAAgC,EAChC,2BAA2B,EAC3B,8BAA8B,EAC9B,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC;AAClD,0EAA0E;AAC1E,eAAO,MAAM,mBAAmB,EAAE,GAAG,CAAC,eAAe,CACnD,0BAA0B,EAC1B,2BAA2B,EAC3B,wBAAwB,EACxB,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,yBAAyB,GAAG,UAAU,CAAC;AACnD,2CAA2C;AAC3C,eAAO,MAAM,oBAAoB,EAAE,GAAG,CAAC,eAAe,CACpD,2BAA2B,EAC3B,4BAA4B,EAC5B,yBAAyB,EACzB,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC;AACjD,gCAAgC;AAChC,eAAO,MAAM,kBAAkB,EAAE,GAAG,CAAC,eAAe,CAClD,yBAAyB,EACzB,0BAA0B,EAC1B,uBAAuB,EACvB,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC;AAC5C,mCAAmC;AACnC,eAAO,MAAM,aAAa,EAAE,GAAG,CAAC,eAAe,CAC7C,oBAAoB,EACpB,qBAAqB,EACrB,kBAAkB,EAClB,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC;AAClD,mCAAmC;AACnC,eAAO,MAAM,mBAAmB,EAAE,GAAG,CAAC,eAAe,CACnD,0BAA0B,EAC1B,2BAA2B,EAC3B,wBAAwB,EACxB,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,8BAA8B,GAAG,UAAU,CAAC;AACxD,iCAAiC;AACjC,eAAO,MAAM,yBAAyB,EAAE,GAAG,CAAC,eAAe,CACzD,gCAAgC,EAChC,iCAAiC,EACjC,8BAA8B,EAC9B,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,+BAA+B,GAAG,UAAU,CAAC;AACzD,kCAAkC;AAClC,eAAO,MAAM,0BAA0B,EAAE,GAAG,CAAC,eAAe,CAC1D,iCAAiC,EACjC,kCAAkC,EAClC,+BAA+B,EAC/B,YAAY,CAOX,CAAC;AAEJ,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC;AAClD,sOAAsO;AACtO,eAAO,MAAM,mBAAmB,EAAE,GAAG,CAAC,eAAe,CACnD,0BAA0B,EAC1B,2BAA2B,EAC3B,wBAAwB,EACxB,YAAY,CAOX,CAAC"}
|