@alicloud/esa20240910 2.32.0 → 2.33.0
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/dist/client.d.ts +40 -10
- package/dist/client.js +103 -10
- package/dist/client.js.map +1 -1
- package/dist/models/CreateRoutineCodeDeploymentRequest.d.ts +10 -1
- package/dist/models/CreateRoutineCodeDeploymentRequest.js.map +1 -1
- package/dist/models/CreateRoutineCodeDeploymentResponseBody.d.ts +20 -0
- package/dist/models/CreateRoutineCodeDeploymentResponseBody.js.map +1 -1
- package/dist/models/CreateRoutineCodeDeploymentShrinkRequest.d.ts +4 -1
- package/dist/models/CreateRoutineCodeDeploymentShrinkRequest.js.map +1 -1
- package/dist/models/CreateTransportLayerApplicationRequest.d.ts +73 -1
- package/dist/models/CreateTransportLayerApplicationRequest.js +2 -0
- package/dist/models/CreateTransportLayerApplicationRequest.js.map +1 -1
- package/dist/models/CreateTransportLayerApplicationResponseBody.d.ts +6 -0
- package/dist/models/CreateTransportLayerApplicationResponseBody.js.map +1 -1
- package/dist/models/CreateTransportLayerApplicationShrinkRequest.d.ts +33 -0
- package/dist/models/CreateTransportLayerApplicationShrinkRequest.js +2 -0
- package/dist/models/CreateTransportLayerApplicationShrinkRequest.js.map +1 -1
- package/dist/models/DeleteTransportLayerApplicationRequest.d.ts +4 -0
- package/dist/models/DeleteTransportLayerApplicationRequest.js.map +1 -1
- package/dist/models/DeleteTransportLayerApplicationResponseBody.d.ts +3 -0
- package/dist/models/DeleteTransportLayerApplicationResponseBody.js.map +1 -1
- package/dist/models/GetRoutineCodeVersionRequest.d.ts +26 -0
- package/dist/models/GetRoutineCodeVersionRequest.js +60 -0
- package/dist/models/GetRoutineCodeVersionRequest.js.map +1 -0
- package/dist/models/GetRoutineCodeVersionResponse.d.ts +19 -0
- package/dist/models/GetRoutineCodeVersionResponse.js +69 -0
- package/dist/models/GetRoutineCodeVersionResponse.js.map +1 -0
- package/dist/models/GetRoutineCodeVersionResponseBody.d.ts +21 -0
- package/dist/models/GetRoutineCodeVersionResponseBody.js +64 -0
- package/dist/models/GetRoutineCodeVersionResponseBody.js.map +1 -0
- package/dist/models/GetRoutineResponseBody.d.ts +0 -21
- package/dist/models/GetRoutineResponseBody.js +0 -9
- package/dist/models/GetRoutineResponseBody.js.map +1 -1
- package/dist/models/GetTransportLayerApplicationRequest.d.ts +4 -0
- package/dist/models/GetTransportLayerApplicationRequest.js.map +1 -1
- package/dist/models/GetTransportLayerApplicationResponseBody.d.ts +117 -0
- package/dist/models/GetTransportLayerApplicationResponseBody.js +29 -1
- package/dist/models/GetTransportLayerApplicationResponseBody.js.map +1 -1
- package/dist/models/ListTransportLayerApplicationsRequest.d.ts +19 -0
- package/dist/models/ListTransportLayerApplicationsRequest.js.map +1 -1
- package/dist/models/ListTransportLayerApplicationsResponseBody.d.ts +138 -0
- package/dist/models/ListTransportLayerApplicationsResponseBody.js +29 -1
- package/dist/models/ListTransportLayerApplicationsResponseBody.js.map +1 -1
- package/dist/models/PurchaseRatePlanRequest.d.ts +1 -0
- package/dist/models/PurchaseRatePlanRequest.js +2 -0
- package/dist/models/PurchaseRatePlanRequest.js.map +1 -1
- package/dist/models/UpdateRoutineConfigDescriptionRequest.d.ts +26 -0
- package/dist/models/UpdateRoutineConfigDescriptionRequest.js +60 -0
- package/dist/models/UpdateRoutineConfigDescriptionRequest.js.map +1 -0
- package/dist/models/UpdateRoutineConfigDescriptionResponse.d.ts +19 -0
- package/dist/models/UpdateRoutineConfigDescriptionResponse.js +69 -0
- package/dist/models/UpdateRoutineConfigDescriptionResponse.js.map +1 -0
- package/dist/models/UpdateRoutineConfigDescriptionResponseBody.d.ts +26 -0
- package/dist/models/UpdateRoutineConfigDescriptionResponseBody.js +60 -0
- package/dist/models/UpdateRoutineConfigDescriptionResponseBody.js.map +1 -0
- package/dist/models/UpdateTransportLayerApplicationRequest.d.ts +77 -1
- package/dist/models/UpdateTransportLayerApplicationRequest.js +2 -0
- package/dist/models/UpdateTransportLayerApplicationRequest.js.map +1 -1
- package/dist/models/UpdateTransportLayerApplicationResponseBody.d.ts +3 -0
- package/dist/models/UpdateTransportLayerApplicationResponseBody.js.map +1 -1
- package/dist/models/UpdateTransportLayerApplicationShrinkRequest.d.ts +36 -0
- package/dist/models/UpdateTransportLayerApplicationShrinkRequest.js +2 -0
- package/dist/models/UpdateTransportLayerApplicationShrinkRequest.js.map +1 -1
- package/dist/models/model.d.ts +8 -0
- package/dist/models/model.js +47 -31
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +114 -10
- package/src/models/CreateRoutineCodeDeploymentRequest.ts +10 -1
- package/src/models/CreateRoutineCodeDeploymentResponseBody.ts +20 -0
- package/src/models/CreateRoutineCodeDeploymentShrinkRequest.ts +4 -1
- package/src/models/CreateTransportLayerApplicationRequest.ts +75 -1
- package/src/models/CreateTransportLayerApplicationResponseBody.ts +6 -0
- package/src/models/CreateTransportLayerApplicationShrinkRequest.ts +35 -0
- package/src/models/DeleteTransportLayerApplicationRequest.ts +4 -0
- package/src/models/DeleteTransportLayerApplicationResponseBody.ts +3 -0
- package/src/models/GetRoutineCodeVersionRequest.ts +41 -0
- package/src/models/GetRoutineCodeVersionResponse.ts +40 -0
- package/src/models/GetRoutineCodeVersionResponseBody.ts +40 -0
- package/src/models/GetRoutineResponseBody.ts +0 -30
- package/src/models/GetTransportLayerApplicationRequest.ts +4 -0
- package/src/models/GetTransportLayerApplicationResponseBody.ts +136 -0
- package/src/models/ListTransportLayerApplicationsRequest.ts +19 -0
- package/src/models/ListTransportLayerApplicationsResponseBody.ts +157 -0
- package/src/models/PurchaseRatePlanRequest.ts +3 -0
- package/src/models/UpdateRoutineConfigDescriptionRequest.ts +41 -0
- package/src/models/UpdateRoutineConfigDescriptionResponse.ts +40 -0
- package/src/models/UpdateRoutineConfigDescriptionResponseBody.ts +41 -0
- package/src/models/UpdateTransportLayerApplicationRequest.ts +79 -1
- package/src/models/UpdateTransportLayerApplicationResponseBody.ts +3 -0
- package/src/models/UpdateTransportLayerApplicationShrinkRequest.ts +38 -0
- package/src/models/model.ts +8 -0
|
@@ -1,37 +1,83 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class ListTransportLayerApplicationsResponseBodyApplicationsRules extends $dara.Model {
|
|
3
3
|
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* Client IP pass-through protocol, supports:
|
|
6
|
+
* - **off**: No pass-through.
|
|
7
|
+
* - **PPv1**: PROXY Protocol v1, supports client IP pass-through for TCP protocol.
|
|
8
|
+
* - **PPv2**: PROXY Protocol v2, supports client IP pass-through for TCP and UDP protocols.
|
|
9
|
+
* - **SPP**: Simple Proxy Protocol, supports client IP pass-through for UDP protocol.
|
|
10
|
+
*
|
|
4
11
|
* @example
|
|
5
12
|
* off
|
|
6
13
|
*/
|
|
7
14
|
clientIPPassThroughMode?: string;
|
|
15
|
+
/**
|
|
16
|
+
* @remarks
|
|
17
|
+
* Comment information for the rule.
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* 测试
|
|
21
|
+
*/
|
|
8
22
|
comment?: string;
|
|
9
23
|
/**
|
|
24
|
+
* @remarks
|
|
25
|
+
* Edge port. Supports:
|
|
26
|
+
*
|
|
27
|
+
* - A single port, e.g., 80.
|
|
28
|
+
* - Port range, e.g., 81-85, representing ports 81, 82, 83, 84, 85.
|
|
29
|
+
* - Combination of ports and port ranges, separated by commas, e.g., 80,81-85,90, representing ports 80, 81, 82, 83, 84, 85, 90.
|
|
30
|
+
*
|
|
10
31
|
* @example
|
|
11
32
|
* 80
|
|
12
33
|
*/
|
|
13
34
|
edgePort?: string;
|
|
14
35
|
/**
|
|
36
|
+
* @remarks
|
|
37
|
+
* Forwarding rule protocol, with values:
|
|
38
|
+
*
|
|
39
|
+
* - TCP: TCP protocol.
|
|
40
|
+
* - UDP: UDP protocol.
|
|
41
|
+
*
|
|
15
42
|
* @example
|
|
16
43
|
* TCP
|
|
17
44
|
*/
|
|
18
45
|
protocol?: string;
|
|
19
46
|
/**
|
|
47
|
+
* @remarks
|
|
48
|
+
* Layer 4 acceleration rule ID.
|
|
49
|
+
*
|
|
20
50
|
* @example
|
|
21
51
|
* 20258028****
|
|
22
52
|
*/
|
|
23
53
|
ruleId?: number;
|
|
24
54
|
/**
|
|
55
|
+
* @remarks
|
|
56
|
+
* Specific value of the source, which needs to match the source type.
|
|
57
|
+
*
|
|
25
58
|
* @example
|
|
26
59
|
* 1.1.1.1
|
|
27
60
|
*/
|
|
28
61
|
source?: string;
|
|
29
62
|
/**
|
|
63
|
+
* @remarks
|
|
64
|
+
* Source port. Supports:
|
|
65
|
+
*
|
|
66
|
+
* - A single port, when the source port is a single port, any valid combination of edge ports is supported.
|
|
67
|
+
* - Port range, only when the edge port is a port range, the source port can be set to a port range, and the range size must be consistent with the edge port. For example, if the edge port is 90-93, the source port cannot be set to 81-85 because the source port range is 5 and the edge port range is 3, which are inconsistent.
|
|
68
|
+
*
|
|
30
69
|
* @example
|
|
31
70
|
* 80
|
|
32
71
|
*/
|
|
33
72
|
sourcePort?: string;
|
|
34
73
|
/**
|
|
74
|
+
* @remarks
|
|
75
|
+
* Source type, supports:
|
|
76
|
+
* - **ip**: IP.
|
|
77
|
+
* - **domain**: Domain name.
|
|
78
|
+
* - **OP**: Origin pool.
|
|
79
|
+
* - **LB**: Load balancer.
|
|
80
|
+
*
|
|
35
81
|
* @example
|
|
36
82
|
* ip
|
|
37
83
|
*/
|
|
@@ -47,36 +93,112 @@ export declare class ListTransportLayerApplicationsResponseBodyApplicationsRules
|
|
|
47
93
|
[key: string]: any;
|
|
48
94
|
});
|
|
49
95
|
}
|
|
96
|
+
export declare class ListTransportLayerApplicationsResponseBodyApplicationsStaticIpV4List extends $dara.Model {
|
|
97
|
+
address?: string;
|
|
98
|
+
status?: string;
|
|
99
|
+
static names(): {
|
|
100
|
+
[key: string]: string;
|
|
101
|
+
};
|
|
102
|
+
static types(): {
|
|
103
|
+
[key: string]: any;
|
|
104
|
+
};
|
|
105
|
+
validate(): void;
|
|
106
|
+
constructor(map?: {
|
|
107
|
+
[key: string]: any;
|
|
108
|
+
});
|
|
109
|
+
}
|
|
50
110
|
export declare class ListTransportLayerApplicationsResponseBodyApplications extends $dara.Model {
|
|
51
111
|
/**
|
|
112
|
+
* @remarks
|
|
113
|
+
* Layer 4 application ID.
|
|
114
|
+
*
|
|
52
115
|
* @example
|
|
53
116
|
* 170997271816****
|
|
54
117
|
*/
|
|
55
118
|
applicationId?: number;
|
|
56
119
|
/**
|
|
120
|
+
* @remarks
|
|
121
|
+
* CNAME domain name corresponding to the Layer 4 acceleration application. This field is not empty only when the site is accessed via CNAME.
|
|
122
|
+
*
|
|
57
123
|
* @example
|
|
58
124
|
* example.com.ialicdn.com
|
|
59
125
|
*/
|
|
60
126
|
cname?: string;
|
|
127
|
+
/**
|
|
128
|
+
* @remarks
|
|
129
|
+
* Whether to enable China mainland network access optimization. It is disabled by default. The value range is:
|
|
130
|
+
*
|
|
131
|
+
* - on: Enabled.
|
|
132
|
+
* - off: Disabled.
|
|
133
|
+
*
|
|
134
|
+
* @example
|
|
135
|
+
* on
|
|
136
|
+
*/
|
|
61
137
|
crossBorderOptimization?: string;
|
|
138
|
+
/**
|
|
139
|
+
* @remarks
|
|
140
|
+
* IP access rule switch. When enabled, the IP access rules in WAF take effect on the Layer 4 application.
|
|
141
|
+
*
|
|
142
|
+
* - on: Enabled.
|
|
143
|
+
* - off: Disabled.
|
|
144
|
+
*
|
|
145
|
+
* @example
|
|
146
|
+
* on
|
|
147
|
+
*/
|
|
62
148
|
ipAccessRule?: string;
|
|
149
|
+
/**
|
|
150
|
+
* @remarks
|
|
151
|
+
* IPv6 switch.
|
|
152
|
+
*
|
|
153
|
+
* @example
|
|
154
|
+
* on
|
|
155
|
+
*/
|
|
63
156
|
ipv6?: string;
|
|
64
157
|
/**
|
|
158
|
+
* @remarks
|
|
159
|
+
* Domain name of the Layer 4 application.
|
|
160
|
+
*
|
|
65
161
|
* @example
|
|
66
162
|
* test.example.com
|
|
67
163
|
*/
|
|
68
164
|
recordName?: string;
|
|
165
|
+
/**
|
|
166
|
+
* @remarks
|
|
167
|
+
* List of forwarding rules.
|
|
168
|
+
*/
|
|
69
169
|
rules?: ListTransportLayerApplicationsResponseBodyApplicationsRules[];
|
|
70
170
|
/**
|
|
171
|
+
* @remarks
|
|
172
|
+
* Number of forwarding rules contained in the Layer 4 acceleration application.
|
|
173
|
+
*
|
|
71
174
|
* @example
|
|
72
175
|
* 1
|
|
73
176
|
*/
|
|
74
177
|
rulesCount?: number;
|
|
75
178
|
/**
|
|
179
|
+
* @remarks
|
|
180
|
+
* Site ID.
|
|
181
|
+
*
|
|
76
182
|
* @example
|
|
77
183
|
* 36556540048****
|
|
78
184
|
*/
|
|
79
185
|
siteId?: number;
|
|
186
|
+
staticIp?: string;
|
|
187
|
+
/**
|
|
188
|
+
* @remarks
|
|
189
|
+
* This parameter is required.
|
|
190
|
+
*/
|
|
191
|
+
staticIpV4List?: ListTransportLayerApplicationsResponseBodyApplicationsStaticIpV4List[];
|
|
192
|
+
/**
|
|
193
|
+
* @remarks
|
|
194
|
+
* Status of the Layer 4 application
|
|
195
|
+
*
|
|
196
|
+
* - **deploying**: Deploying. In this state, modification and deletion are not allowed.
|
|
197
|
+
* - **active**: Active.
|
|
198
|
+
*
|
|
199
|
+
* @example
|
|
200
|
+
* active
|
|
201
|
+
*/
|
|
80
202
|
status?: string;
|
|
81
203
|
static names(): {
|
|
82
204
|
[key: string]: string;
|
|
@@ -90,23 +212,39 @@ export declare class ListTransportLayerApplicationsResponseBodyApplications exte
|
|
|
90
212
|
});
|
|
91
213
|
}
|
|
92
214
|
export declare class ListTransportLayerApplicationsResponseBody extends $dara.Model {
|
|
215
|
+
/**
|
|
216
|
+
* @remarks
|
|
217
|
+
* List of transport layer applications.
|
|
218
|
+
*/
|
|
93
219
|
applications?: ListTransportLayerApplicationsResponseBodyApplications[];
|
|
94
220
|
/**
|
|
221
|
+
* @remarks
|
|
222
|
+
* Current page number.
|
|
223
|
+
*
|
|
95
224
|
* @example
|
|
96
225
|
* 1
|
|
97
226
|
*/
|
|
98
227
|
pageNumber?: number;
|
|
99
228
|
/**
|
|
229
|
+
* @remarks
|
|
230
|
+
* Page size.
|
|
231
|
+
*
|
|
100
232
|
* @example
|
|
101
233
|
* 1
|
|
102
234
|
*/
|
|
103
235
|
pageSize?: number;
|
|
104
236
|
/**
|
|
237
|
+
* @remarks
|
|
238
|
+
* Request ID.
|
|
239
|
+
*
|
|
105
240
|
* @example
|
|
106
241
|
* CB1A380B-09F0-41BB-A198-72F8FD6DA2FE
|
|
107
242
|
*/
|
|
108
243
|
requestId?: string;
|
|
109
244
|
/**
|
|
245
|
+
* @remarks
|
|
246
|
+
* Total number of transport layer applications.
|
|
247
|
+
*
|
|
110
248
|
* @example
|
|
111
249
|
* 1
|
|
112
250
|
*/
|
|
@@ -33,7 +33,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.ListTransportLayerApplicationsResponseBody = exports.ListTransportLayerApplicationsResponseBodyApplications = exports.ListTransportLayerApplicationsResponseBodyApplicationsRules = void 0;
|
|
36
|
+
exports.ListTransportLayerApplicationsResponseBody = exports.ListTransportLayerApplicationsResponseBodyApplications = exports.ListTransportLayerApplicationsResponseBodyApplicationsStaticIpV4List = exports.ListTransportLayerApplicationsResponseBodyApplicationsRules = void 0;
|
|
37
37
|
// This file is auto-generated, don't edit it
|
|
38
38
|
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
39
|
class ListTransportLayerApplicationsResponseBodyApplicationsRules extends $dara.Model {
|
|
@@ -69,6 +69,27 @@ class ListTransportLayerApplicationsResponseBodyApplicationsRules extends $dara.
|
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
exports.ListTransportLayerApplicationsResponseBodyApplicationsRules = ListTransportLayerApplicationsResponseBodyApplicationsRules;
|
|
72
|
+
class ListTransportLayerApplicationsResponseBodyApplicationsStaticIpV4List extends $dara.Model {
|
|
73
|
+
static names() {
|
|
74
|
+
return {
|
|
75
|
+
address: 'Address',
|
|
76
|
+
status: 'Status',
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
static types() {
|
|
80
|
+
return {
|
|
81
|
+
address: 'string',
|
|
82
|
+
status: 'string',
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
validate() {
|
|
86
|
+
super.validate();
|
|
87
|
+
}
|
|
88
|
+
constructor(map) {
|
|
89
|
+
super(map);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
exports.ListTransportLayerApplicationsResponseBodyApplicationsStaticIpV4List = ListTransportLayerApplicationsResponseBodyApplicationsStaticIpV4List;
|
|
72
93
|
class ListTransportLayerApplicationsResponseBodyApplications extends $dara.Model {
|
|
73
94
|
static names() {
|
|
74
95
|
return {
|
|
@@ -81,6 +102,8 @@ class ListTransportLayerApplicationsResponseBodyApplications extends $dara.Model
|
|
|
81
102
|
rules: 'Rules',
|
|
82
103
|
rulesCount: 'RulesCount',
|
|
83
104
|
siteId: 'SiteId',
|
|
105
|
+
staticIp: 'StaticIp',
|
|
106
|
+
staticIpV4List: 'StaticIpV4List',
|
|
84
107
|
status: 'Status',
|
|
85
108
|
};
|
|
86
109
|
}
|
|
@@ -95,6 +118,8 @@ class ListTransportLayerApplicationsResponseBodyApplications extends $dara.Model
|
|
|
95
118
|
rules: { 'type': 'array', 'itemType': ListTransportLayerApplicationsResponseBodyApplicationsRules },
|
|
96
119
|
rulesCount: 'number',
|
|
97
120
|
siteId: 'number',
|
|
121
|
+
staticIp: 'string',
|
|
122
|
+
staticIpV4List: { 'type': 'array', 'itemType': ListTransportLayerApplicationsResponseBodyApplicationsStaticIpV4List },
|
|
98
123
|
status: 'string',
|
|
99
124
|
};
|
|
100
125
|
}
|
|
@@ -102,6 +127,9 @@ class ListTransportLayerApplicationsResponseBodyApplications extends $dara.Model
|
|
|
102
127
|
if (Array.isArray(this.rules)) {
|
|
103
128
|
$dara.Model.validateArray(this.rules);
|
|
104
129
|
}
|
|
130
|
+
if (Array.isArray(this.staticIpV4List)) {
|
|
131
|
+
$dara.Model.validateArray(this.staticIpV4List);
|
|
132
|
+
}
|
|
105
133
|
super.validate();
|
|
106
134
|
}
|
|
107
135
|
constructor(map) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListTransportLayerApplicationsResponseBody.js","sourceRoot":"","sources":["../../src/models/ListTransportLayerApplicationsResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2DAA4D,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListTransportLayerApplicationsResponseBody.js","sourceRoot":"","sources":["../../src/models/ListTransportLayerApplicationsResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -42,6 +42,7 @@ class PurchaseRatePlanRequest extends $dara.Model {
|
|
|
42
42
|
amount: 'Amount',
|
|
43
43
|
autoPay: 'AutoPay',
|
|
44
44
|
autoRenew: 'AutoRenew',
|
|
45
|
+
channel: 'Channel',
|
|
45
46
|
chargeType: 'ChargeType',
|
|
46
47
|
coverage: 'Coverage',
|
|
47
48
|
period: 'Period',
|
|
@@ -56,6 +57,7 @@ class PurchaseRatePlanRequest extends $dara.Model {
|
|
|
56
57
|
amount: 'number',
|
|
57
58
|
autoPay: 'boolean',
|
|
58
59
|
autoRenew: 'boolean',
|
|
60
|
+
channel: 'string',
|
|
59
61
|
chargeType: 'string',
|
|
60
62
|
coverage: 'string',
|
|
61
63
|
period: 'number',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PurchaseRatePlanRequest.js","sourceRoot":"","sources":["../../src/models/PurchaseRatePlanRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uBAAwB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"PurchaseRatePlanRequest.js","sourceRoot":"","sources":["../../src/models/PurchaseRatePlanRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uBAAwB,SAAQ,KAAK,CAAC,KAAK;IAuFtD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;YACpB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,SAAS;YACpB,OAAO,EAAE,QAAQ;YACjB,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,QAAQ;YAClB,IAAI,EAAE,QAAQ;SACf,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9HD,0DA8HC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class UpdateRoutineConfigDescriptionRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* description of this routine
|
|
6
|
+
*/
|
|
7
|
+
description?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @remarks
|
|
10
|
+
* This parameter is required.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* test-routine1
|
|
14
|
+
*/
|
|
15
|
+
name?: string;
|
|
16
|
+
static names(): {
|
|
17
|
+
[key: string]: string;
|
|
18
|
+
};
|
|
19
|
+
static types(): {
|
|
20
|
+
[key: string]: any;
|
|
21
|
+
};
|
|
22
|
+
validate(): void;
|
|
23
|
+
constructor(map?: {
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
});
|
|
26
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.UpdateRoutineConfigDescriptionRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class UpdateRoutineConfigDescriptionRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
description: 'Description',
|
|
43
|
+
name: 'Name',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
description: 'string',
|
|
49
|
+
name: 'string',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
validate() {
|
|
53
|
+
super.validate();
|
|
54
|
+
}
|
|
55
|
+
constructor(map) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.UpdateRoutineConfigDescriptionRequest = UpdateRoutineConfigDescriptionRequest;
|
|
60
|
+
//# sourceMappingURL=UpdateRoutineConfigDescriptionRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateRoutineConfigDescriptionRequest.js","sourceRoot":"","sources":["../../src/models/UpdateRoutineConfigDescriptionRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;IAcpE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,IAAI,EAAE,QAAQ;SACf,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAnCD,sFAmCC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { UpdateRoutineConfigDescriptionResponseBody } from "./UpdateRoutineConfigDescriptionResponseBody";
|
|
3
|
+
export declare class UpdateRoutineConfigDescriptionResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: UpdateRoutineConfigDescriptionResponseBody;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.UpdateRoutineConfigDescriptionResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const UpdateRoutineConfigDescriptionResponseBody_1 = require("./UpdateRoutineConfigDescriptionResponseBody");
|
|
40
|
+
class UpdateRoutineConfigDescriptionResponse extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
headers: 'headers',
|
|
44
|
+
statusCode: 'statusCode',
|
|
45
|
+
body: 'body',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
51
|
+
statusCode: 'number',
|
|
52
|
+
body: UpdateRoutineConfigDescriptionResponseBody_1.UpdateRoutineConfigDescriptionResponseBody,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
validate() {
|
|
56
|
+
if (this.headers) {
|
|
57
|
+
$dara.Model.validateMap(this.headers);
|
|
58
|
+
}
|
|
59
|
+
if (this.body && typeof this.body.validate === 'function') {
|
|
60
|
+
this.body.validate();
|
|
61
|
+
}
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
constructor(map) {
|
|
65
|
+
super(map);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.UpdateRoutineConfigDescriptionResponse = UpdateRoutineConfigDescriptionResponse;
|
|
69
|
+
//# sourceMappingURL=UpdateRoutineConfigDescriptionResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateRoutineConfigDescriptionResponse.js","sourceRoot":"","sources":["../../src/models/UpdateRoutineConfigDescriptionResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,6GAA0G;AAG1G,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;IAIrE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,uFAA0C;SACjD,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,wFAiCC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class UpdateRoutineConfigDescriptionResponseBody extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* Id of the request
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* EDBD3EB3-97DA-5465-AEF5-8DCA5DC5E395
|
|
9
|
+
*/
|
|
10
|
+
requestId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* OK
|
|
14
|
+
*/
|
|
15
|
+
status?: string;
|
|
16
|
+
static names(): {
|
|
17
|
+
[key: string]: string;
|
|
18
|
+
};
|
|
19
|
+
static types(): {
|
|
20
|
+
[key: string]: any;
|
|
21
|
+
};
|
|
22
|
+
validate(): void;
|
|
23
|
+
constructor(map?: {
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
});
|
|
26
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.UpdateRoutineConfigDescriptionResponseBody = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class UpdateRoutineConfigDescriptionResponseBody extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
requestId: 'RequestId',
|
|
43
|
+
status: 'Status',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
requestId: 'string',
|
|
49
|
+
status: 'string',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
validate() {
|
|
53
|
+
super.validate();
|
|
54
|
+
}
|
|
55
|
+
constructor(map) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.UpdateRoutineConfigDescriptionResponseBody = UpdateRoutineConfigDescriptionResponseBody;
|
|
60
|
+
//# sourceMappingURL=UpdateRoutineConfigDescriptionResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateRoutineConfigDescriptionResponseBody.js","sourceRoot":"","sources":["../../src/models/UpdateRoutineConfigDescriptionResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0CAA2C,SAAQ,KAAK,CAAC,KAAK;IAczE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAnCD,gGAmCC"}
|