@alicloud/dytnsapi20200217 2.1.0 → 2.2.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 +652 -0
- package/dist/client.js +1327 -42
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1791 -166
package/dist/client.js
CHANGED
|
@@ -19,6 +19,222 @@ const openapi_client_1 = __importStar(require("@alicloud/openapi-client")), $Ope
|
|
|
19
19
|
const openapi_util_1 = __importDefault(require("@alicloud/openapi-util"));
|
|
20
20
|
const endpoint_util_1 = __importDefault(require("@alicloud/endpoint-util"));
|
|
21
21
|
const $tea = __importStar(require("@alicloud/tea-typescript"));
|
|
22
|
+
class CompanyFourElementsVerificationRequest extends $tea.Model {
|
|
23
|
+
constructor(map) {
|
|
24
|
+
super(map);
|
|
25
|
+
}
|
|
26
|
+
static names() {
|
|
27
|
+
return {
|
|
28
|
+
authCode: 'AuthCode',
|
|
29
|
+
epCertName: 'EpCertName',
|
|
30
|
+
epCertNo: 'EpCertNo',
|
|
31
|
+
legalPersonCertName: 'LegalPersonCertName',
|
|
32
|
+
legalPersonCertNo: 'LegalPersonCertNo',
|
|
33
|
+
ownerId: 'OwnerId',
|
|
34
|
+
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
35
|
+
resourceOwnerId: 'ResourceOwnerId',
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
static types() {
|
|
39
|
+
return {
|
|
40
|
+
authCode: 'string',
|
|
41
|
+
epCertName: 'string',
|
|
42
|
+
epCertNo: 'string',
|
|
43
|
+
legalPersonCertName: 'string',
|
|
44
|
+
legalPersonCertNo: 'string',
|
|
45
|
+
ownerId: 'number',
|
|
46
|
+
resourceOwnerAccount: 'string',
|
|
47
|
+
resourceOwnerId: 'number',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.CompanyFourElementsVerificationRequest = CompanyFourElementsVerificationRequest;
|
|
52
|
+
class CompanyFourElementsVerificationResponseBody extends $tea.Model {
|
|
53
|
+
constructor(map) {
|
|
54
|
+
super(map);
|
|
55
|
+
}
|
|
56
|
+
static names() {
|
|
57
|
+
return {
|
|
58
|
+
accessDeniedDetail: 'AccessDeniedDetail',
|
|
59
|
+
code: 'Code',
|
|
60
|
+
data: 'Data',
|
|
61
|
+
message: 'Message',
|
|
62
|
+
requestId: 'RequestId',
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
static types() {
|
|
66
|
+
return {
|
|
67
|
+
accessDeniedDetail: 'string',
|
|
68
|
+
code: 'string',
|
|
69
|
+
data: CompanyFourElementsVerificationResponseBodyData,
|
|
70
|
+
message: 'string',
|
|
71
|
+
requestId: 'string',
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
exports.CompanyFourElementsVerificationResponseBody = CompanyFourElementsVerificationResponseBody;
|
|
76
|
+
class CompanyFourElementsVerificationResponse extends $tea.Model {
|
|
77
|
+
constructor(map) {
|
|
78
|
+
super(map);
|
|
79
|
+
}
|
|
80
|
+
static names() {
|
|
81
|
+
return {
|
|
82
|
+
headers: 'headers',
|
|
83
|
+
statusCode: 'statusCode',
|
|
84
|
+
body: 'body',
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
static types() {
|
|
88
|
+
return {
|
|
89
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
90
|
+
statusCode: 'number',
|
|
91
|
+
body: CompanyFourElementsVerificationResponseBody,
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
exports.CompanyFourElementsVerificationResponse = CompanyFourElementsVerificationResponse;
|
|
96
|
+
class CompanyThreeElementsVerificationRequest extends $tea.Model {
|
|
97
|
+
constructor(map) {
|
|
98
|
+
super(map);
|
|
99
|
+
}
|
|
100
|
+
static names() {
|
|
101
|
+
return {
|
|
102
|
+
authCode: 'AuthCode',
|
|
103
|
+
epCertName: 'EpCertName',
|
|
104
|
+
epCertNo: 'EpCertNo',
|
|
105
|
+
legalPersonCertName: 'LegalPersonCertName',
|
|
106
|
+
ownerId: 'OwnerId',
|
|
107
|
+
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
108
|
+
resourceOwnerId: 'ResourceOwnerId',
|
|
109
|
+
};
|
|
110
|
+
}
|
|
111
|
+
static types() {
|
|
112
|
+
return {
|
|
113
|
+
authCode: 'string',
|
|
114
|
+
epCertName: 'string',
|
|
115
|
+
epCertNo: 'string',
|
|
116
|
+
legalPersonCertName: 'string',
|
|
117
|
+
ownerId: 'number',
|
|
118
|
+
resourceOwnerAccount: 'string',
|
|
119
|
+
resourceOwnerId: 'number',
|
|
120
|
+
};
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
exports.CompanyThreeElementsVerificationRequest = CompanyThreeElementsVerificationRequest;
|
|
124
|
+
class CompanyThreeElementsVerificationResponseBody extends $tea.Model {
|
|
125
|
+
constructor(map) {
|
|
126
|
+
super(map);
|
|
127
|
+
}
|
|
128
|
+
static names() {
|
|
129
|
+
return {
|
|
130
|
+
accessDeniedDetail: 'AccessDeniedDetail',
|
|
131
|
+
code: 'Code',
|
|
132
|
+
data: 'Data',
|
|
133
|
+
message: 'Message',
|
|
134
|
+
requestId: 'RequestId',
|
|
135
|
+
};
|
|
136
|
+
}
|
|
137
|
+
static types() {
|
|
138
|
+
return {
|
|
139
|
+
accessDeniedDetail: 'string',
|
|
140
|
+
code: 'string',
|
|
141
|
+
data: CompanyThreeElementsVerificationResponseBodyData,
|
|
142
|
+
message: 'string',
|
|
143
|
+
requestId: 'string',
|
|
144
|
+
};
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
exports.CompanyThreeElementsVerificationResponseBody = CompanyThreeElementsVerificationResponseBody;
|
|
148
|
+
class CompanyThreeElementsVerificationResponse extends $tea.Model {
|
|
149
|
+
constructor(map) {
|
|
150
|
+
super(map);
|
|
151
|
+
}
|
|
152
|
+
static names() {
|
|
153
|
+
return {
|
|
154
|
+
headers: 'headers',
|
|
155
|
+
statusCode: 'statusCode',
|
|
156
|
+
body: 'body',
|
|
157
|
+
};
|
|
158
|
+
}
|
|
159
|
+
static types() {
|
|
160
|
+
return {
|
|
161
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
162
|
+
statusCode: 'number',
|
|
163
|
+
body: CompanyThreeElementsVerificationResponseBody,
|
|
164
|
+
};
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
exports.CompanyThreeElementsVerificationResponse = CompanyThreeElementsVerificationResponse;
|
|
168
|
+
class CompanyTwoElementsVerificationRequest extends $tea.Model {
|
|
169
|
+
constructor(map) {
|
|
170
|
+
super(map);
|
|
171
|
+
}
|
|
172
|
+
static names() {
|
|
173
|
+
return {
|
|
174
|
+
authCode: 'AuthCode',
|
|
175
|
+
epCertName: 'EpCertName',
|
|
176
|
+
epCertNo: 'EpCertNo',
|
|
177
|
+
ownerId: 'OwnerId',
|
|
178
|
+
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
179
|
+
resourceOwnerId: 'ResourceOwnerId',
|
|
180
|
+
};
|
|
181
|
+
}
|
|
182
|
+
static types() {
|
|
183
|
+
return {
|
|
184
|
+
authCode: 'string',
|
|
185
|
+
epCertName: 'string',
|
|
186
|
+
epCertNo: 'string',
|
|
187
|
+
ownerId: 'number',
|
|
188
|
+
resourceOwnerAccount: 'string',
|
|
189
|
+
resourceOwnerId: 'number',
|
|
190
|
+
};
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
exports.CompanyTwoElementsVerificationRequest = CompanyTwoElementsVerificationRequest;
|
|
194
|
+
class CompanyTwoElementsVerificationResponseBody extends $tea.Model {
|
|
195
|
+
constructor(map) {
|
|
196
|
+
super(map);
|
|
197
|
+
}
|
|
198
|
+
static names() {
|
|
199
|
+
return {
|
|
200
|
+
accessDeniedDetail: 'AccessDeniedDetail',
|
|
201
|
+
code: 'Code',
|
|
202
|
+
data: 'Data',
|
|
203
|
+
message: 'Message',
|
|
204
|
+
requestId: 'RequestId',
|
|
205
|
+
};
|
|
206
|
+
}
|
|
207
|
+
static types() {
|
|
208
|
+
return {
|
|
209
|
+
accessDeniedDetail: 'string',
|
|
210
|
+
code: 'string',
|
|
211
|
+
data: CompanyTwoElementsVerificationResponseBodyData,
|
|
212
|
+
message: 'string',
|
|
213
|
+
requestId: 'string',
|
|
214
|
+
};
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
exports.CompanyTwoElementsVerificationResponseBody = CompanyTwoElementsVerificationResponseBody;
|
|
218
|
+
class CompanyTwoElementsVerificationResponse extends $tea.Model {
|
|
219
|
+
constructor(map) {
|
|
220
|
+
super(map);
|
|
221
|
+
}
|
|
222
|
+
static names() {
|
|
223
|
+
return {
|
|
224
|
+
headers: 'headers',
|
|
225
|
+
statusCode: 'statusCode',
|
|
226
|
+
body: 'body',
|
|
227
|
+
};
|
|
228
|
+
}
|
|
229
|
+
static types() {
|
|
230
|
+
return {
|
|
231
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
232
|
+
statusCode: 'number',
|
|
233
|
+
body: CompanyTwoElementsVerificationResponseBody,
|
|
234
|
+
};
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
exports.CompanyTwoElementsVerificationResponse = CompanyTwoElementsVerificationResponse;
|
|
22
238
|
class DescribeEmptyNumberRequest extends $tea.Model {
|
|
23
239
|
constructor(map) {
|
|
24
240
|
super(map);
|
|
@@ -569,6 +785,74 @@ class InvalidPhoneNumberFilterResponse extends $tea.Model {
|
|
|
569
785
|
}
|
|
570
786
|
}
|
|
571
787
|
exports.InvalidPhoneNumberFilterResponse = InvalidPhoneNumberFilterResponse;
|
|
788
|
+
class PhoneNumberConvertServiceRequest extends $tea.Model {
|
|
789
|
+
constructor(map) {
|
|
790
|
+
super(map);
|
|
791
|
+
}
|
|
792
|
+
static names() {
|
|
793
|
+
return {
|
|
794
|
+
authCode: 'AuthCode',
|
|
795
|
+
inputNumber: 'InputNumber',
|
|
796
|
+
mask: 'Mask',
|
|
797
|
+
ownerId: 'OwnerId',
|
|
798
|
+
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
799
|
+
resourceOwnerId: 'ResourceOwnerId',
|
|
800
|
+
};
|
|
801
|
+
}
|
|
802
|
+
static types() {
|
|
803
|
+
return {
|
|
804
|
+
authCode: 'string',
|
|
805
|
+
inputNumber: 'string',
|
|
806
|
+
mask: 'string',
|
|
807
|
+
ownerId: 'number',
|
|
808
|
+
resourceOwnerAccount: 'string',
|
|
809
|
+
resourceOwnerId: 'number',
|
|
810
|
+
};
|
|
811
|
+
}
|
|
812
|
+
}
|
|
813
|
+
exports.PhoneNumberConvertServiceRequest = PhoneNumberConvertServiceRequest;
|
|
814
|
+
class PhoneNumberConvertServiceResponseBody extends $tea.Model {
|
|
815
|
+
constructor(map) {
|
|
816
|
+
super(map);
|
|
817
|
+
}
|
|
818
|
+
static names() {
|
|
819
|
+
return {
|
|
820
|
+
code: 'Code',
|
|
821
|
+
data: 'Data',
|
|
822
|
+
message: 'Message',
|
|
823
|
+
requestId: 'RequestId',
|
|
824
|
+
};
|
|
825
|
+
}
|
|
826
|
+
static types() {
|
|
827
|
+
return {
|
|
828
|
+
code: 'string',
|
|
829
|
+
data: { 'type': 'array', 'itemType': PhoneNumberConvertServiceResponseBodyData },
|
|
830
|
+
message: 'string',
|
|
831
|
+
requestId: 'string',
|
|
832
|
+
};
|
|
833
|
+
}
|
|
834
|
+
}
|
|
835
|
+
exports.PhoneNumberConvertServiceResponseBody = PhoneNumberConvertServiceResponseBody;
|
|
836
|
+
class PhoneNumberConvertServiceResponse extends $tea.Model {
|
|
837
|
+
constructor(map) {
|
|
838
|
+
super(map);
|
|
839
|
+
}
|
|
840
|
+
static names() {
|
|
841
|
+
return {
|
|
842
|
+
headers: 'headers',
|
|
843
|
+
statusCode: 'statusCode',
|
|
844
|
+
body: 'body',
|
|
845
|
+
};
|
|
846
|
+
}
|
|
847
|
+
static types() {
|
|
848
|
+
return {
|
|
849
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
850
|
+
statusCode: 'number',
|
|
851
|
+
body: PhoneNumberConvertServiceResponseBody,
|
|
852
|
+
};
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
exports.PhoneNumberConvertServiceResponse = PhoneNumberConvertServiceResponse;
|
|
572
856
|
class PhoneNumberEncryptRequest extends $tea.Model {
|
|
573
857
|
constructor(map) {
|
|
574
858
|
super(map);
|
|
@@ -1045,37 +1329,29 @@ class PhoneNumberStatusForVoiceResponse extends $tea.Model {
|
|
|
1045
1329
|
}
|
|
1046
1330
|
}
|
|
1047
1331
|
exports.PhoneNumberStatusForVoiceResponse = PhoneNumberStatusForVoiceResponse;
|
|
1048
|
-
class
|
|
1332
|
+
class QueryAvailableAuthCodeRequest extends $tea.Model {
|
|
1049
1333
|
constructor(map) {
|
|
1050
1334
|
super(map);
|
|
1051
1335
|
}
|
|
1052
1336
|
static names() {
|
|
1053
1337
|
return {
|
|
1054
|
-
authCode: 'AuthCode',
|
|
1055
|
-
certCode: 'CertCode',
|
|
1056
|
-
inputNumber: 'InputNumber',
|
|
1057
|
-
mask: 'Mask',
|
|
1058
|
-
name: 'Name',
|
|
1059
1338
|
ownerId: 'OwnerId',
|
|
1060
1339
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
1061
1340
|
resourceOwnerId: 'ResourceOwnerId',
|
|
1341
|
+
tagId: 'TagId',
|
|
1062
1342
|
};
|
|
1063
1343
|
}
|
|
1064
1344
|
static types() {
|
|
1065
1345
|
return {
|
|
1066
|
-
authCode: 'string',
|
|
1067
|
-
certCode: 'string',
|
|
1068
|
-
inputNumber: 'string',
|
|
1069
|
-
mask: 'string',
|
|
1070
|
-
name: 'string',
|
|
1071
1346
|
ownerId: 'number',
|
|
1072
1347
|
resourceOwnerAccount: 'string',
|
|
1073
1348
|
resourceOwnerId: 'number',
|
|
1349
|
+
tagId: 'number',
|
|
1074
1350
|
};
|
|
1075
1351
|
}
|
|
1076
1352
|
}
|
|
1077
|
-
exports.
|
|
1078
|
-
class
|
|
1353
|
+
exports.QueryAvailableAuthCodeRequest = QueryAvailableAuthCodeRequest;
|
|
1354
|
+
class QueryAvailableAuthCodeResponseBody extends $tea.Model {
|
|
1079
1355
|
constructor(map) {
|
|
1080
1356
|
super(map);
|
|
1081
1357
|
}
|
|
@@ -1085,19 +1361,21 @@ class ThreeElementsVerificationResponseBody extends $tea.Model {
|
|
|
1085
1361
|
data: 'Data',
|
|
1086
1362
|
message: 'Message',
|
|
1087
1363
|
requestId: 'RequestId',
|
|
1364
|
+
success: 'Success',
|
|
1088
1365
|
};
|
|
1089
1366
|
}
|
|
1090
1367
|
static types() {
|
|
1091
1368
|
return {
|
|
1092
1369
|
code: 'string',
|
|
1093
|
-
data:
|
|
1370
|
+
data: { 'type': 'array', 'itemType': 'string' },
|
|
1094
1371
|
message: 'string',
|
|
1095
1372
|
requestId: 'string',
|
|
1373
|
+
success: 'boolean',
|
|
1096
1374
|
};
|
|
1097
1375
|
}
|
|
1098
1376
|
}
|
|
1099
|
-
exports.
|
|
1100
|
-
class
|
|
1377
|
+
exports.QueryAvailableAuthCodeResponseBody = QueryAvailableAuthCodeResponseBody;
|
|
1378
|
+
class QueryAvailableAuthCodeResponse extends $tea.Model {
|
|
1101
1379
|
constructor(map) {
|
|
1102
1380
|
super(map);
|
|
1103
1381
|
}
|
|
@@ -1112,39 +1390,389 @@ class ThreeElementsVerificationResponse extends $tea.Model {
|
|
|
1112
1390
|
return {
|
|
1113
1391
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1114
1392
|
statusCode: 'number',
|
|
1115
|
-
body:
|
|
1393
|
+
body: QueryAvailableAuthCodeResponseBody,
|
|
1116
1394
|
};
|
|
1117
1395
|
}
|
|
1118
1396
|
}
|
|
1119
|
-
exports.
|
|
1120
|
-
class
|
|
1397
|
+
exports.QueryAvailableAuthCodeResponse = QueryAvailableAuthCodeResponse;
|
|
1398
|
+
class QueryTagApplyRuleRequest extends $tea.Model {
|
|
1121
1399
|
constructor(map) {
|
|
1122
1400
|
super(map);
|
|
1123
1401
|
}
|
|
1124
1402
|
static names() {
|
|
1125
1403
|
return {
|
|
1126
|
-
authCode: 'AuthCode',
|
|
1127
|
-
inputNumber: 'InputNumber',
|
|
1128
|
-
mask: 'Mask',
|
|
1129
|
-
name: 'Name',
|
|
1130
1404
|
ownerId: 'OwnerId',
|
|
1131
1405
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
1132
1406
|
resourceOwnerId: 'ResourceOwnerId',
|
|
1407
|
+
tagId: 'TagId',
|
|
1133
1408
|
};
|
|
1134
1409
|
}
|
|
1135
1410
|
static types() {
|
|
1136
1411
|
return {
|
|
1137
|
-
authCode: 'string',
|
|
1138
|
-
inputNumber: 'string',
|
|
1139
|
-
mask: 'string',
|
|
1140
|
-
name: 'string',
|
|
1141
1412
|
ownerId: 'number',
|
|
1142
1413
|
resourceOwnerAccount: 'string',
|
|
1143
1414
|
resourceOwnerId: 'number',
|
|
1415
|
+
tagId: 'number',
|
|
1144
1416
|
};
|
|
1145
1417
|
}
|
|
1146
1418
|
}
|
|
1147
|
-
exports.
|
|
1419
|
+
exports.QueryTagApplyRuleRequest = QueryTagApplyRuleRequest;
|
|
1420
|
+
class QueryTagApplyRuleResponseBody extends $tea.Model {
|
|
1421
|
+
constructor(map) {
|
|
1422
|
+
super(map);
|
|
1423
|
+
}
|
|
1424
|
+
static names() {
|
|
1425
|
+
return {
|
|
1426
|
+
code: 'Code',
|
|
1427
|
+
data: 'Data',
|
|
1428
|
+
message: 'Message',
|
|
1429
|
+
requestId: 'RequestId',
|
|
1430
|
+
success: 'Success',
|
|
1431
|
+
};
|
|
1432
|
+
}
|
|
1433
|
+
static types() {
|
|
1434
|
+
return {
|
|
1435
|
+
code: 'string',
|
|
1436
|
+
data: QueryTagApplyRuleResponseBodyData,
|
|
1437
|
+
message: 'string',
|
|
1438
|
+
requestId: 'string',
|
|
1439
|
+
success: 'boolean',
|
|
1440
|
+
};
|
|
1441
|
+
}
|
|
1442
|
+
}
|
|
1443
|
+
exports.QueryTagApplyRuleResponseBody = QueryTagApplyRuleResponseBody;
|
|
1444
|
+
class QueryTagApplyRuleResponse extends $tea.Model {
|
|
1445
|
+
constructor(map) {
|
|
1446
|
+
super(map);
|
|
1447
|
+
}
|
|
1448
|
+
static names() {
|
|
1449
|
+
return {
|
|
1450
|
+
headers: 'headers',
|
|
1451
|
+
statusCode: 'statusCode',
|
|
1452
|
+
body: 'body',
|
|
1453
|
+
};
|
|
1454
|
+
}
|
|
1455
|
+
static types() {
|
|
1456
|
+
return {
|
|
1457
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1458
|
+
statusCode: 'number',
|
|
1459
|
+
body: QueryTagApplyRuleResponseBody,
|
|
1460
|
+
};
|
|
1461
|
+
}
|
|
1462
|
+
}
|
|
1463
|
+
exports.QueryTagApplyRuleResponse = QueryTagApplyRuleResponse;
|
|
1464
|
+
class QueryTagInfoBySelectionRequest extends $tea.Model {
|
|
1465
|
+
constructor(map) {
|
|
1466
|
+
super(map);
|
|
1467
|
+
}
|
|
1468
|
+
static names() {
|
|
1469
|
+
return {
|
|
1470
|
+
industryId: 'IndustryId',
|
|
1471
|
+
ownerId: 'OwnerId',
|
|
1472
|
+
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
1473
|
+
resourceOwnerId: 'ResourceOwnerId',
|
|
1474
|
+
sceneId: 'SceneId',
|
|
1475
|
+
tagId: 'TagId',
|
|
1476
|
+
};
|
|
1477
|
+
}
|
|
1478
|
+
static types() {
|
|
1479
|
+
return {
|
|
1480
|
+
industryId: 'number',
|
|
1481
|
+
ownerId: 'number',
|
|
1482
|
+
resourceOwnerAccount: 'string',
|
|
1483
|
+
resourceOwnerId: 'number',
|
|
1484
|
+
sceneId: 'number',
|
|
1485
|
+
tagId: 'number',
|
|
1486
|
+
};
|
|
1487
|
+
}
|
|
1488
|
+
}
|
|
1489
|
+
exports.QueryTagInfoBySelectionRequest = QueryTagInfoBySelectionRequest;
|
|
1490
|
+
class QueryTagInfoBySelectionResponseBody extends $tea.Model {
|
|
1491
|
+
constructor(map) {
|
|
1492
|
+
super(map);
|
|
1493
|
+
}
|
|
1494
|
+
static names() {
|
|
1495
|
+
return {
|
|
1496
|
+
code: 'Code',
|
|
1497
|
+
data: 'Data',
|
|
1498
|
+
message: 'Message',
|
|
1499
|
+
requestId: 'RequestId',
|
|
1500
|
+
success: 'Success',
|
|
1501
|
+
};
|
|
1502
|
+
}
|
|
1503
|
+
static types() {
|
|
1504
|
+
return {
|
|
1505
|
+
code: 'string',
|
|
1506
|
+
data: { 'type': 'array', 'itemType': QueryTagInfoBySelectionResponseBodyData },
|
|
1507
|
+
message: 'string',
|
|
1508
|
+
requestId: 'string',
|
|
1509
|
+
success: 'boolean',
|
|
1510
|
+
};
|
|
1511
|
+
}
|
|
1512
|
+
}
|
|
1513
|
+
exports.QueryTagInfoBySelectionResponseBody = QueryTagInfoBySelectionResponseBody;
|
|
1514
|
+
class QueryTagInfoBySelectionResponse extends $tea.Model {
|
|
1515
|
+
constructor(map) {
|
|
1516
|
+
super(map);
|
|
1517
|
+
}
|
|
1518
|
+
static names() {
|
|
1519
|
+
return {
|
|
1520
|
+
headers: 'headers',
|
|
1521
|
+
statusCode: 'statusCode',
|
|
1522
|
+
body: 'body',
|
|
1523
|
+
};
|
|
1524
|
+
}
|
|
1525
|
+
static types() {
|
|
1526
|
+
return {
|
|
1527
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1528
|
+
statusCode: 'number',
|
|
1529
|
+
body: QueryTagInfoBySelectionResponseBody,
|
|
1530
|
+
};
|
|
1531
|
+
}
|
|
1532
|
+
}
|
|
1533
|
+
exports.QueryTagInfoBySelectionResponse = QueryTagInfoBySelectionResponse;
|
|
1534
|
+
class QueryTagListPageRequest extends $tea.Model {
|
|
1535
|
+
constructor(map) {
|
|
1536
|
+
super(map);
|
|
1537
|
+
}
|
|
1538
|
+
static names() {
|
|
1539
|
+
return {
|
|
1540
|
+
ownerId: 'OwnerId',
|
|
1541
|
+
pageNo: 'PageNo',
|
|
1542
|
+
pageSize: 'PageSize',
|
|
1543
|
+
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
1544
|
+
resourceOwnerId: 'ResourceOwnerId',
|
|
1545
|
+
};
|
|
1546
|
+
}
|
|
1547
|
+
static types() {
|
|
1548
|
+
return {
|
|
1549
|
+
ownerId: 'number',
|
|
1550
|
+
pageNo: 'number',
|
|
1551
|
+
pageSize: 'number',
|
|
1552
|
+
resourceOwnerAccount: 'string',
|
|
1553
|
+
resourceOwnerId: 'number',
|
|
1554
|
+
};
|
|
1555
|
+
}
|
|
1556
|
+
}
|
|
1557
|
+
exports.QueryTagListPageRequest = QueryTagListPageRequest;
|
|
1558
|
+
class QueryTagListPageResponseBody extends $tea.Model {
|
|
1559
|
+
constructor(map) {
|
|
1560
|
+
super(map);
|
|
1561
|
+
}
|
|
1562
|
+
static names() {
|
|
1563
|
+
return {
|
|
1564
|
+
code: 'Code',
|
|
1565
|
+
data: 'Data',
|
|
1566
|
+
message: 'Message',
|
|
1567
|
+
requestId: 'RequestId',
|
|
1568
|
+
success: 'Success',
|
|
1569
|
+
};
|
|
1570
|
+
}
|
|
1571
|
+
static types() {
|
|
1572
|
+
return {
|
|
1573
|
+
code: 'string',
|
|
1574
|
+
data: QueryTagListPageResponseBodyData,
|
|
1575
|
+
message: 'string',
|
|
1576
|
+
requestId: 'string',
|
|
1577
|
+
success: 'boolean',
|
|
1578
|
+
};
|
|
1579
|
+
}
|
|
1580
|
+
}
|
|
1581
|
+
exports.QueryTagListPageResponseBody = QueryTagListPageResponseBody;
|
|
1582
|
+
class QueryTagListPageResponse extends $tea.Model {
|
|
1583
|
+
constructor(map) {
|
|
1584
|
+
super(map);
|
|
1585
|
+
}
|
|
1586
|
+
static names() {
|
|
1587
|
+
return {
|
|
1588
|
+
headers: 'headers',
|
|
1589
|
+
statusCode: 'statusCode',
|
|
1590
|
+
body: 'body',
|
|
1591
|
+
};
|
|
1592
|
+
}
|
|
1593
|
+
static types() {
|
|
1594
|
+
return {
|
|
1595
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1596
|
+
statusCode: 'number',
|
|
1597
|
+
body: QueryTagListPageResponseBody,
|
|
1598
|
+
};
|
|
1599
|
+
}
|
|
1600
|
+
}
|
|
1601
|
+
exports.QueryTagListPageResponse = QueryTagListPageResponse;
|
|
1602
|
+
class QueryUsageStatisticsByTagIdRequest extends $tea.Model {
|
|
1603
|
+
constructor(map) {
|
|
1604
|
+
super(map);
|
|
1605
|
+
}
|
|
1606
|
+
static names() {
|
|
1607
|
+
return {
|
|
1608
|
+
beginTime: 'BeginTime',
|
|
1609
|
+
endTime: 'EndTime',
|
|
1610
|
+
ownerId: 'OwnerId',
|
|
1611
|
+
pageNo: 'PageNo',
|
|
1612
|
+
pageSize: 'PageSize',
|
|
1613
|
+
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
1614
|
+
resourceOwnerId: 'ResourceOwnerId',
|
|
1615
|
+
tagId: 'TagId',
|
|
1616
|
+
};
|
|
1617
|
+
}
|
|
1618
|
+
static types() {
|
|
1619
|
+
return {
|
|
1620
|
+
beginTime: 'string',
|
|
1621
|
+
endTime: 'string',
|
|
1622
|
+
ownerId: 'number',
|
|
1623
|
+
pageNo: 'number',
|
|
1624
|
+
pageSize: 'number',
|
|
1625
|
+
resourceOwnerAccount: 'string',
|
|
1626
|
+
resourceOwnerId: 'number',
|
|
1627
|
+
tagId: 'number',
|
|
1628
|
+
};
|
|
1629
|
+
}
|
|
1630
|
+
}
|
|
1631
|
+
exports.QueryUsageStatisticsByTagIdRequest = QueryUsageStatisticsByTagIdRequest;
|
|
1632
|
+
class QueryUsageStatisticsByTagIdResponseBody extends $tea.Model {
|
|
1633
|
+
constructor(map) {
|
|
1634
|
+
super(map);
|
|
1635
|
+
}
|
|
1636
|
+
static names() {
|
|
1637
|
+
return {
|
|
1638
|
+
code: 'Code',
|
|
1639
|
+
data: 'Data',
|
|
1640
|
+
message: 'Message',
|
|
1641
|
+
requestId: 'RequestId',
|
|
1642
|
+
success: 'Success',
|
|
1643
|
+
};
|
|
1644
|
+
}
|
|
1645
|
+
static types() {
|
|
1646
|
+
return {
|
|
1647
|
+
code: 'string',
|
|
1648
|
+
data: { 'type': 'array', 'itemType': QueryUsageStatisticsByTagIdResponseBodyData },
|
|
1649
|
+
message: 'string',
|
|
1650
|
+
requestId: 'string',
|
|
1651
|
+
success: 'boolean',
|
|
1652
|
+
};
|
|
1653
|
+
}
|
|
1654
|
+
}
|
|
1655
|
+
exports.QueryUsageStatisticsByTagIdResponseBody = QueryUsageStatisticsByTagIdResponseBody;
|
|
1656
|
+
class QueryUsageStatisticsByTagIdResponse extends $tea.Model {
|
|
1657
|
+
constructor(map) {
|
|
1658
|
+
super(map);
|
|
1659
|
+
}
|
|
1660
|
+
static names() {
|
|
1661
|
+
return {
|
|
1662
|
+
headers: 'headers',
|
|
1663
|
+
statusCode: 'statusCode',
|
|
1664
|
+
body: 'body',
|
|
1665
|
+
};
|
|
1666
|
+
}
|
|
1667
|
+
static types() {
|
|
1668
|
+
return {
|
|
1669
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1670
|
+
statusCode: 'number',
|
|
1671
|
+
body: QueryUsageStatisticsByTagIdResponseBody,
|
|
1672
|
+
};
|
|
1673
|
+
}
|
|
1674
|
+
}
|
|
1675
|
+
exports.QueryUsageStatisticsByTagIdResponse = QueryUsageStatisticsByTagIdResponse;
|
|
1676
|
+
class ThreeElementsVerificationRequest extends $tea.Model {
|
|
1677
|
+
constructor(map) {
|
|
1678
|
+
super(map);
|
|
1679
|
+
}
|
|
1680
|
+
static names() {
|
|
1681
|
+
return {
|
|
1682
|
+
authCode: 'AuthCode',
|
|
1683
|
+
certCode: 'CertCode',
|
|
1684
|
+
inputNumber: 'InputNumber',
|
|
1685
|
+
mask: 'Mask',
|
|
1686
|
+
name: 'Name',
|
|
1687
|
+
ownerId: 'OwnerId',
|
|
1688
|
+
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
1689
|
+
resourceOwnerId: 'ResourceOwnerId',
|
|
1690
|
+
};
|
|
1691
|
+
}
|
|
1692
|
+
static types() {
|
|
1693
|
+
return {
|
|
1694
|
+
authCode: 'string',
|
|
1695
|
+
certCode: 'string',
|
|
1696
|
+
inputNumber: 'string',
|
|
1697
|
+
mask: 'string',
|
|
1698
|
+
name: 'string',
|
|
1699
|
+
ownerId: 'number',
|
|
1700
|
+
resourceOwnerAccount: 'string',
|
|
1701
|
+
resourceOwnerId: 'number',
|
|
1702
|
+
};
|
|
1703
|
+
}
|
|
1704
|
+
}
|
|
1705
|
+
exports.ThreeElementsVerificationRequest = ThreeElementsVerificationRequest;
|
|
1706
|
+
class ThreeElementsVerificationResponseBody extends $tea.Model {
|
|
1707
|
+
constructor(map) {
|
|
1708
|
+
super(map);
|
|
1709
|
+
}
|
|
1710
|
+
static names() {
|
|
1711
|
+
return {
|
|
1712
|
+
code: 'Code',
|
|
1713
|
+
data: 'Data',
|
|
1714
|
+
message: 'Message',
|
|
1715
|
+
requestId: 'RequestId',
|
|
1716
|
+
};
|
|
1717
|
+
}
|
|
1718
|
+
static types() {
|
|
1719
|
+
return {
|
|
1720
|
+
code: 'string',
|
|
1721
|
+
data: ThreeElementsVerificationResponseBodyData,
|
|
1722
|
+
message: 'string',
|
|
1723
|
+
requestId: 'string',
|
|
1724
|
+
};
|
|
1725
|
+
}
|
|
1726
|
+
}
|
|
1727
|
+
exports.ThreeElementsVerificationResponseBody = ThreeElementsVerificationResponseBody;
|
|
1728
|
+
class ThreeElementsVerificationResponse extends $tea.Model {
|
|
1729
|
+
constructor(map) {
|
|
1730
|
+
super(map);
|
|
1731
|
+
}
|
|
1732
|
+
static names() {
|
|
1733
|
+
return {
|
|
1734
|
+
headers: 'headers',
|
|
1735
|
+
statusCode: 'statusCode',
|
|
1736
|
+
body: 'body',
|
|
1737
|
+
};
|
|
1738
|
+
}
|
|
1739
|
+
static types() {
|
|
1740
|
+
return {
|
|
1741
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1742
|
+
statusCode: 'number',
|
|
1743
|
+
body: ThreeElementsVerificationResponseBody,
|
|
1744
|
+
};
|
|
1745
|
+
}
|
|
1746
|
+
}
|
|
1747
|
+
exports.ThreeElementsVerificationResponse = ThreeElementsVerificationResponse;
|
|
1748
|
+
class TwoElementsVerificationRequest extends $tea.Model {
|
|
1749
|
+
constructor(map) {
|
|
1750
|
+
super(map);
|
|
1751
|
+
}
|
|
1752
|
+
static names() {
|
|
1753
|
+
return {
|
|
1754
|
+
authCode: 'AuthCode',
|
|
1755
|
+
inputNumber: 'InputNumber',
|
|
1756
|
+
mask: 'Mask',
|
|
1757
|
+
name: 'Name',
|
|
1758
|
+
ownerId: 'OwnerId',
|
|
1759
|
+
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
1760
|
+
resourceOwnerId: 'ResourceOwnerId',
|
|
1761
|
+
};
|
|
1762
|
+
}
|
|
1763
|
+
static types() {
|
|
1764
|
+
return {
|
|
1765
|
+
authCode: 'string',
|
|
1766
|
+
inputNumber: 'string',
|
|
1767
|
+
mask: 'string',
|
|
1768
|
+
name: 'string',
|
|
1769
|
+
ownerId: 'number',
|
|
1770
|
+
resourceOwnerAccount: 'string',
|
|
1771
|
+
resourceOwnerId: 'number',
|
|
1772
|
+
};
|
|
1773
|
+
}
|
|
1774
|
+
}
|
|
1775
|
+
exports.TwoElementsVerificationRequest = TwoElementsVerificationRequest;
|
|
1148
1776
|
class TwoElementsVerificationResponseBody extends $tea.Model {
|
|
1149
1777
|
constructor(map) {
|
|
1150
1778
|
super(map);
|
|
@@ -1187,6 +1815,66 @@ class TwoElementsVerificationResponse extends $tea.Model {
|
|
|
1187
1815
|
}
|
|
1188
1816
|
}
|
|
1189
1817
|
exports.TwoElementsVerificationResponse = TwoElementsVerificationResponse;
|
|
1818
|
+
class CompanyFourElementsVerificationResponseBodyData extends $tea.Model {
|
|
1819
|
+
constructor(map) {
|
|
1820
|
+
super(map);
|
|
1821
|
+
}
|
|
1822
|
+
static names() {
|
|
1823
|
+
return {
|
|
1824
|
+
detailInfo: 'DetailInfo',
|
|
1825
|
+
reasonCode: 'ReasonCode',
|
|
1826
|
+
verifyResult: 'VerifyResult',
|
|
1827
|
+
};
|
|
1828
|
+
}
|
|
1829
|
+
static types() {
|
|
1830
|
+
return {
|
|
1831
|
+
detailInfo: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
1832
|
+
reasonCode: 'number',
|
|
1833
|
+
verifyResult: 'string',
|
|
1834
|
+
};
|
|
1835
|
+
}
|
|
1836
|
+
}
|
|
1837
|
+
exports.CompanyFourElementsVerificationResponseBodyData = CompanyFourElementsVerificationResponseBodyData;
|
|
1838
|
+
class CompanyThreeElementsVerificationResponseBodyData extends $tea.Model {
|
|
1839
|
+
constructor(map) {
|
|
1840
|
+
super(map);
|
|
1841
|
+
}
|
|
1842
|
+
static names() {
|
|
1843
|
+
return {
|
|
1844
|
+
detailInfo: 'DetailInfo',
|
|
1845
|
+
reasonCode: 'ReasonCode',
|
|
1846
|
+
verifyResult: 'VerifyResult',
|
|
1847
|
+
};
|
|
1848
|
+
}
|
|
1849
|
+
static types() {
|
|
1850
|
+
return {
|
|
1851
|
+
detailInfo: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
1852
|
+
reasonCode: 'number',
|
|
1853
|
+
verifyResult: 'string',
|
|
1854
|
+
};
|
|
1855
|
+
}
|
|
1856
|
+
}
|
|
1857
|
+
exports.CompanyThreeElementsVerificationResponseBodyData = CompanyThreeElementsVerificationResponseBodyData;
|
|
1858
|
+
class CompanyTwoElementsVerificationResponseBodyData extends $tea.Model {
|
|
1859
|
+
constructor(map) {
|
|
1860
|
+
super(map);
|
|
1861
|
+
}
|
|
1862
|
+
static names() {
|
|
1863
|
+
return {
|
|
1864
|
+
detailInfo: 'DetailInfo',
|
|
1865
|
+
reasonCode: 'ReasonCode',
|
|
1866
|
+
verifyResult: 'VerifyResult',
|
|
1867
|
+
};
|
|
1868
|
+
}
|
|
1869
|
+
static types() {
|
|
1870
|
+
return {
|
|
1871
|
+
detailInfo: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
1872
|
+
reasonCode: 'string',
|
|
1873
|
+
verifyResult: 'string',
|
|
1874
|
+
};
|
|
1875
|
+
}
|
|
1876
|
+
}
|
|
1877
|
+
exports.CompanyTwoElementsVerificationResponseBodyData = CompanyTwoElementsVerificationResponseBodyData;
|
|
1190
1878
|
class DescribeEmptyNumberResponseBodyData extends $tea.Model {
|
|
1191
1879
|
constructor(map) {
|
|
1192
1880
|
super(map);
|
|
@@ -1367,6 +2055,28 @@ class InvalidPhoneNumberFilterResponseBodyData extends $tea.Model {
|
|
|
1367
2055
|
}
|
|
1368
2056
|
}
|
|
1369
2057
|
exports.InvalidPhoneNumberFilterResponseBodyData = InvalidPhoneNumberFilterResponseBodyData;
|
|
2058
|
+
class PhoneNumberConvertServiceResponseBodyData extends $tea.Model {
|
|
2059
|
+
constructor(map) {
|
|
2060
|
+
super(map);
|
|
2061
|
+
}
|
|
2062
|
+
static names() {
|
|
2063
|
+
return {
|
|
2064
|
+
converResult: 'ConverResult',
|
|
2065
|
+
number: 'Number',
|
|
2066
|
+
numberMd5: 'NumberMd5',
|
|
2067
|
+
numberSha256: 'NumberSha256',
|
|
2068
|
+
};
|
|
2069
|
+
}
|
|
2070
|
+
static types() {
|
|
2071
|
+
return {
|
|
2072
|
+
converResult: 'boolean',
|
|
2073
|
+
number: 'string',
|
|
2074
|
+
numberMd5: 'string',
|
|
2075
|
+
numberSha256: 'string',
|
|
2076
|
+
};
|
|
2077
|
+
}
|
|
2078
|
+
}
|
|
2079
|
+
exports.PhoneNumberConvertServiceResponseBodyData = PhoneNumberConvertServiceResponseBodyData;
|
|
1370
2080
|
class PhoneNumberEncryptResponseBodyData extends $tea.Model {
|
|
1371
2081
|
constructor(map) {
|
|
1372
2082
|
super(map);
|
|
@@ -1493,6 +2203,212 @@ class PhoneNumberStatusForVoiceResponseBodyData extends $tea.Model {
|
|
|
1493
2203
|
}
|
|
1494
2204
|
}
|
|
1495
2205
|
exports.PhoneNumberStatusForVoiceResponseBodyData = PhoneNumberStatusForVoiceResponseBodyData;
|
|
2206
|
+
class QueryTagApplyRuleResponseBodyData extends $tea.Model {
|
|
2207
|
+
constructor(map) {
|
|
2208
|
+
super(map);
|
|
2209
|
+
}
|
|
2210
|
+
static names() {
|
|
2211
|
+
return {
|
|
2212
|
+
applyMaterialDesc: 'ApplyMaterialDesc',
|
|
2213
|
+
autoAudit: 'AutoAudit',
|
|
2214
|
+
chargingStandardLink: 'ChargingStandardLink',
|
|
2215
|
+
encryptedQuery: 'EncryptedQuery',
|
|
2216
|
+
needApplyMaterial: 'NeedApplyMaterial',
|
|
2217
|
+
slaLink: 'SlaLink',
|
|
2218
|
+
};
|
|
2219
|
+
}
|
|
2220
|
+
static types() {
|
|
2221
|
+
return {
|
|
2222
|
+
applyMaterialDesc: 'string',
|
|
2223
|
+
autoAudit: 'number',
|
|
2224
|
+
chargingStandardLink: 'string',
|
|
2225
|
+
encryptedQuery: 'number',
|
|
2226
|
+
needApplyMaterial: 'number',
|
|
2227
|
+
slaLink: 'string',
|
|
2228
|
+
};
|
|
2229
|
+
}
|
|
2230
|
+
}
|
|
2231
|
+
exports.QueryTagApplyRuleResponseBodyData = QueryTagApplyRuleResponseBodyData;
|
|
2232
|
+
class QueryTagInfoBySelectionResponseBodyDataParamListValueDict extends $tea.Model {
|
|
2233
|
+
constructor(map) {
|
|
2234
|
+
super(map);
|
|
2235
|
+
}
|
|
2236
|
+
static names() {
|
|
2237
|
+
return {
|
|
2238
|
+
code: 'Code',
|
|
2239
|
+
desc: 'Desc',
|
|
2240
|
+
};
|
|
2241
|
+
}
|
|
2242
|
+
static types() {
|
|
2243
|
+
return {
|
|
2244
|
+
code: 'string',
|
|
2245
|
+
desc: 'string',
|
|
2246
|
+
};
|
|
2247
|
+
}
|
|
2248
|
+
}
|
|
2249
|
+
exports.QueryTagInfoBySelectionResponseBodyDataParamListValueDict = QueryTagInfoBySelectionResponseBodyDataParamListValueDict;
|
|
2250
|
+
class QueryTagInfoBySelectionResponseBodyDataParamList extends $tea.Model {
|
|
2251
|
+
constructor(map) {
|
|
2252
|
+
super(map);
|
|
2253
|
+
}
|
|
2254
|
+
static names() {
|
|
2255
|
+
return {
|
|
2256
|
+
code: 'Code',
|
|
2257
|
+
hint: 'Hint',
|
|
2258
|
+
must: 'Must',
|
|
2259
|
+
name: 'Name',
|
|
2260
|
+
type: 'Type',
|
|
2261
|
+
valueDict: 'ValueDict',
|
|
2262
|
+
};
|
|
2263
|
+
}
|
|
2264
|
+
static types() {
|
|
2265
|
+
return {
|
|
2266
|
+
code: 'string',
|
|
2267
|
+
hint: 'string',
|
|
2268
|
+
must: 'boolean',
|
|
2269
|
+
name: 'string',
|
|
2270
|
+
type: 'string',
|
|
2271
|
+
valueDict: { 'type': 'array', 'itemType': QueryTagInfoBySelectionResponseBodyDataParamListValueDict },
|
|
2272
|
+
};
|
|
2273
|
+
}
|
|
2274
|
+
}
|
|
2275
|
+
exports.QueryTagInfoBySelectionResponseBodyDataParamList = QueryTagInfoBySelectionResponseBodyDataParamList;
|
|
2276
|
+
class QueryTagInfoBySelectionResponseBodyData extends $tea.Model {
|
|
2277
|
+
constructor(map) {
|
|
2278
|
+
super(map);
|
|
2279
|
+
}
|
|
2280
|
+
static names() {
|
|
2281
|
+
return {
|
|
2282
|
+
authCodeList: 'AuthCodeList',
|
|
2283
|
+
demoAddress: 'DemoAddress',
|
|
2284
|
+
docAddress: 'DocAddress',
|
|
2285
|
+
enumDefinitionAddress: 'EnumDefinitionAddress',
|
|
2286
|
+
flowName: 'FlowName',
|
|
2287
|
+
industryId: 'IndustryId',
|
|
2288
|
+
industryName: 'IndustryName',
|
|
2289
|
+
paramList: 'ParamList',
|
|
2290
|
+
sceneId: 'SceneId',
|
|
2291
|
+
sceneName: 'SceneName',
|
|
2292
|
+
tagId: 'TagId',
|
|
2293
|
+
tagName: 'TagName',
|
|
2294
|
+
};
|
|
2295
|
+
}
|
|
2296
|
+
static types() {
|
|
2297
|
+
return {
|
|
2298
|
+
authCodeList: { 'type': 'array', 'itemType': 'string' },
|
|
2299
|
+
demoAddress: 'string',
|
|
2300
|
+
docAddress: 'string',
|
|
2301
|
+
enumDefinitionAddress: 'string',
|
|
2302
|
+
flowName: 'string',
|
|
2303
|
+
industryId: 'number',
|
|
2304
|
+
industryName: 'string',
|
|
2305
|
+
paramList: { 'type': 'array', 'itemType': QueryTagInfoBySelectionResponseBodyDataParamList },
|
|
2306
|
+
sceneId: 'number',
|
|
2307
|
+
sceneName: 'string',
|
|
2308
|
+
tagId: 'number',
|
|
2309
|
+
tagName: 'string',
|
|
2310
|
+
};
|
|
2311
|
+
}
|
|
2312
|
+
}
|
|
2313
|
+
exports.QueryTagInfoBySelectionResponseBodyData = QueryTagInfoBySelectionResponseBodyData;
|
|
2314
|
+
class QueryTagListPageResponseBodyDataRecords extends $tea.Model {
|
|
2315
|
+
constructor(map) {
|
|
2316
|
+
super(map);
|
|
2317
|
+
}
|
|
2318
|
+
static names() {
|
|
2319
|
+
return {
|
|
2320
|
+
apiName: 'ApiName',
|
|
2321
|
+
code: 'Code',
|
|
2322
|
+
docAddress: 'DocAddress',
|
|
2323
|
+
id: 'Id',
|
|
2324
|
+
industryId: 'IndustryId',
|
|
2325
|
+
industryName: 'IndustryName',
|
|
2326
|
+
introduction: 'Introduction',
|
|
2327
|
+
isOpen: 'IsOpen',
|
|
2328
|
+
name: 'Name',
|
|
2329
|
+
saleStatusStr: 'SaleStatusStr',
|
|
2330
|
+
sceneId: 'SceneId',
|
|
2331
|
+
sceneName: 'SceneName',
|
|
2332
|
+
};
|
|
2333
|
+
}
|
|
2334
|
+
static types() {
|
|
2335
|
+
return {
|
|
2336
|
+
apiName: 'string',
|
|
2337
|
+
code: 'string',
|
|
2338
|
+
docAddress: 'string',
|
|
2339
|
+
id: 'number',
|
|
2340
|
+
industryId: 'number',
|
|
2341
|
+
industryName: 'string',
|
|
2342
|
+
introduction: 'string',
|
|
2343
|
+
isOpen: 'number',
|
|
2344
|
+
name: 'string',
|
|
2345
|
+
saleStatusStr: 'string',
|
|
2346
|
+
sceneId: 'number',
|
|
2347
|
+
sceneName: 'string',
|
|
2348
|
+
};
|
|
2349
|
+
}
|
|
2350
|
+
}
|
|
2351
|
+
exports.QueryTagListPageResponseBodyDataRecords = QueryTagListPageResponseBodyDataRecords;
|
|
2352
|
+
class QueryTagListPageResponseBodyData extends $tea.Model {
|
|
2353
|
+
constructor(map) {
|
|
2354
|
+
super(map);
|
|
2355
|
+
}
|
|
2356
|
+
static names() {
|
|
2357
|
+
return {
|
|
2358
|
+
pageNo: 'PageNo',
|
|
2359
|
+
pageSize: 'PageSize',
|
|
2360
|
+
records: 'Records',
|
|
2361
|
+
totalCount: 'TotalCount',
|
|
2362
|
+
totalPage: 'TotalPage',
|
|
2363
|
+
};
|
|
2364
|
+
}
|
|
2365
|
+
static types() {
|
|
2366
|
+
return {
|
|
2367
|
+
pageNo: 'number',
|
|
2368
|
+
pageSize: 'number',
|
|
2369
|
+
records: { 'type': 'array', 'itemType': QueryTagListPageResponseBodyDataRecords },
|
|
2370
|
+
totalCount: 'number',
|
|
2371
|
+
totalPage: 'number',
|
|
2372
|
+
};
|
|
2373
|
+
}
|
|
2374
|
+
}
|
|
2375
|
+
exports.QueryTagListPageResponseBodyData = QueryTagListPageResponseBodyData;
|
|
2376
|
+
class QueryUsageStatisticsByTagIdResponseBodyData extends $tea.Model {
|
|
2377
|
+
constructor(map) {
|
|
2378
|
+
super(map);
|
|
2379
|
+
}
|
|
2380
|
+
static names() {
|
|
2381
|
+
return {
|
|
2382
|
+
authorizationCode: 'AuthorizationCode',
|
|
2383
|
+
failTotal: 'FailTotal',
|
|
2384
|
+
gmtDateStr: 'GmtDateStr',
|
|
2385
|
+
id: 'Id',
|
|
2386
|
+
industryName: 'IndustryName',
|
|
2387
|
+
partnerId: 'PartnerId',
|
|
2388
|
+
sceneName: 'SceneName',
|
|
2389
|
+
successTotal: 'SuccessTotal',
|
|
2390
|
+
tagId: 'TagId',
|
|
2391
|
+
tagName: 'TagName',
|
|
2392
|
+
total: 'Total',
|
|
2393
|
+
};
|
|
2394
|
+
}
|
|
2395
|
+
static types() {
|
|
2396
|
+
return {
|
|
2397
|
+
authorizationCode: 'string',
|
|
2398
|
+
failTotal: 'number',
|
|
2399
|
+
gmtDateStr: 'string',
|
|
2400
|
+
id: 'number',
|
|
2401
|
+
industryName: 'string',
|
|
2402
|
+
partnerId: 'number',
|
|
2403
|
+
sceneName: 'string',
|
|
2404
|
+
successTotal: 'number',
|
|
2405
|
+
tagId: 'number',
|
|
2406
|
+
tagName: 'string',
|
|
2407
|
+
total: 'number',
|
|
2408
|
+
};
|
|
2409
|
+
}
|
|
2410
|
+
}
|
|
2411
|
+
exports.QueryUsageStatisticsByTagIdResponseBodyData = QueryUsageStatisticsByTagIdResponseBodyData;
|
|
1496
2412
|
class ThreeElementsVerificationResponseBodyData extends $tea.Model {
|
|
1497
2413
|
constructor(map) {
|
|
1498
2414
|
super(map);
|
|
@@ -1527,23 +2443,155 @@ class TwoElementsVerificationResponseBodyData extends $tea.Model {
|
|
|
1527
2443
|
isConsistent: 'number',
|
|
1528
2444
|
};
|
|
1529
2445
|
}
|
|
1530
|
-
}
|
|
1531
|
-
exports.TwoElementsVerificationResponseBodyData = TwoElementsVerificationResponseBodyData;
|
|
1532
|
-
class Client extends openapi_client_1.default {
|
|
1533
|
-
constructor(config) {
|
|
1534
|
-
super(config);
|
|
1535
|
-
this._endpointRule = "central";
|
|
1536
|
-
this.checkConfig(config);
|
|
1537
|
-
this._endpoint = this.getEndpoint("dytnsapi", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
|
|
2446
|
+
}
|
|
2447
|
+
exports.TwoElementsVerificationResponseBodyData = TwoElementsVerificationResponseBodyData;
|
|
2448
|
+
class Client extends openapi_client_1.default {
|
|
2449
|
+
constructor(config) {
|
|
2450
|
+
super(config);
|
|
2451
|
+
this._endpointRule = "central";
|
|
2452
|
+
this.checkConfig(config);
|
|
2453
|
+
this._endpoint = this.getEndpoint("dytnsapi", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
|
|
2454
|
+
}
|
|
2455
|
+
getEndpoint(productId, regionId, endpointRule, network, suffix, endpointMap, endpoint) {
|
|
2456
|
+
if (!tea_util_1.default.empty(endpoint)) {
|
|
2457
|
+
return endpoint;
|
|
2458
|
+
}
|
|
2459
|
+
if (!tea_util_1.default.isUnset(endpointMap) && !tea_util_1.default.empty(endpointMap[regionId])) {
|
|
2460
|
+
return endpointMap[regionId];
|
|
2461
|
+
}
|
|
2462
|
+
return endpoint_util_1.default.getEndpointRules(productId, regionId, endpointRule, network, suffix);
|
|
2463
|
+
}
|
|
2464
|
+
async companyFourElementsVerificationWithOptions(request, runtime) {
|
|
2465
|
+
tea_util_1.default.validateModel(request);
|
|
2466
|
+
let query = {};
|
|
2467
|
+
if (!tea_util_1.default.isUnset(request.authCode)) {
|
|
2468
|
+
query["AuthCode"] = request.authCode;
|
|
2469
|
+
}
|
|
2470
|
+
if (!tea_util_1.default.isUnset(request.epCertName)) {
|
|
2471
|
+
query["EpCertName"] = request.epCertName;
|
|
2472
|
+
}
|
|
2473
|
+
if (!tea_util_1.default.isUnset(request.epCertNo)) {
|
|
2474
|
+
query["EpCertNo"] = request.epCertNo;
|
|
2475
|
+
}
|
|
2476
|
+
if (!tea_util_1.default.isUnset(request.legalPersonCertName)) {
|
|
2477
|
+
query["LegalPersonCertName"] = request.legalPersonCertName;
|
|
2478
|
+
}
|
|
2479
|
+
if (!tea_util_1.default.isUnset(request.legalPersonCertNo)) {
|
|
2480
|
+
query["LegalPersonCertNo"] = request.legalPersonCertNo;
|
|
2481
|
+
}
|
|
2482
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
2483
|
+
query["OwnerId"] = request.ownerId;
|
|
2484
|
+
}
|
|
2485
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
2486
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
2487
|
+
}
|
|
2488
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerId)) {
|
|
2489
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
2490
|
+
}
|
|
2491
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
2492
|
+
query: openapi_util_1.default.query(query),
|
|
2493
|
+
});
|
|
2494
|
+
let params = new $OpenApi.Params({
|
|
2495
|
+
action: "CompanyFourElementsVerification",
|
|
2496
|
+
version: "2020-02-17",
|
|
2497
|
+
protocol: "HTTPS",
|
|
2498
|
+
pathname: "/",
|
|
2499
|
+
method: "POST",
|
|
2500
|
+
authType: "AK",
|
|
2501
|
+
style: "RPC",
|
|
2502
|
+
reqBodyType: "formData",
|
|
2503
|
+
bodyType: "json",
|
|
2504
|
+
});
|
|
2505
|
+
return $tea.cast(await this.callApi(params, req, runtime), new CompanyFourElementsVerificationResponse({}));
|
|
2506
|
+
}
|
|
2507
|
+
async companyFourElementsVerification(request) {
|
|
2508
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2509
|
+
return await this.companyFourElementsVerificationWithOptions(request, runtime);
|
|
2510
|
+
}
|
|
2511
|
+
async companyThreeElementsVerificationWithOptions(request, runtime) {
|
|
2512
|
+
tea_util_1.default.validateModel(request);
|
|
2513
|
+
let query = {};
|
|
2514
|
+
if (!tea_util_1.default.isUnset(request.authCode)) {
|
|
2515
|
+
query["AuthCode"] = request.authCode;
|
|
2516
|
+
}
|
|
2517
|
+
if (!tea_util_1.default.isUnset(request.epCertName)) {
|
|
2518
|
+
query["EpCertName"] = request.epCertName;
|
|
2519
|
+
}
|
|
2520
|
+
if (!tea_util_1.default.isUnset(request.epCertNo)) {
|
|
2521
|
+
query["EpCertNo"] = request.epCertNo;
|
|
2522
|
+
}
|
|
2523
|
+
if (!tea_util_1.default.isUnset(request.legalPersonCertName)) {
|
|
2524
|
+
query["LegalPersonCertName"] = request.legalPersonCertName;
|
|
2525
|
+
}
|
|
2526
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
2527
|
+
query["OwnerId"] = request.ownerId;
|
|
2528
|
+
}
|
|
2529
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
2530
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
2531
|
+
}
|
|
2532
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerId)) {
|
|
2533
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
2534
|
+
}
|
|
2535
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
2536
|
+
query: openapi_util_1.default.query(query),
|
|
2537
|
+
});
|
|
2538
|
+
let params = new $OpenApi.Params({
|
|
2539
|
+
action: "CompanyThreeElementsVerification",
|
|
2540
|
+
version: "2020-02-17",
|
|
2541
|
+
protocol: "HTTPS",
|
|
2542
|
+
pathname: "/",
|
|
2543
|
+
method: "POST",
|
|
2544
|
+
authType: "AK",
|
|
2545
|
+
style: "RPC",
|
|
2546
|
+
reqBodyType: "formData",
|
|
2547
|
+
bodyType: "json",
|
|
2548
|
+
});
|
|
2549
|
+
return $tea.cast(await this.callApi(params, req, runtime), new CompanyThreeElementsVerificationResponse({}));
|
|
2550
|
+
}
|
|
2551
|
+
async companyThreeElementsVerification(request) {
|
|
2552
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2553
|
+
return await this.companyThreeElementsVerificationWithOptions(request, runtime);
|
|
1538
2554
|
}
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
2555
|
+
async companyTwoElementsVerificationWithOptions(request, runtime) {
|
|
2556
|
+
tea_util_1.default.validateModel(request);
|
|
2557
|
+
let query = {};
|
|
2558
|
+
if (!tea_util_1.default.isUnset(request.authCode)) {
|
|
2559
|
+
query["AuthCode"] = request.authCode;
|
|
1542
2560
|
}
|
|
1543
|
-
if (!tea_util_1.default.isUnset(
|
|
1544
|
-
|
|
2561
|
+
if (!tea_util_1.default.isUnset(request.epCertName)) {
|
|
2562
|
+
query["EpCertName"] = request.epCertName;
|
|
1545
2563
|
}
|
|
1546
|
-
|
|
2564
|
+
if (!tea_util_1.default.isUnset(request.epCertNo)) {
|
|
2565
|
+
query["EpCertNo"] = request.epCertNo;
|
|
2566
|
+
}
|
|
2567
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
2568
|
+
query["OwnerId"] = request.ownerId;
|
|
2569
|
+
}
|
|
2570
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
2571
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
2572
|
+
}
|
|
2573
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerId)) {
|
|
2574
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
2575
|
+
}
|
|
2576
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
2577
|
+
query: openapi_util_1.default.query(query),
|
|
2578
|
+
});
|
|
2579
|
+
let params = new $OpenApi.Params({
|
|
2580
|
+
action: "CompanyTwoElementsVerification",
|
|
2581
|
+
version: "2020-02-17",
|
|
2582
|
+
protocol: "HTTPS",
|
|
2583
|
+
pathname: "/",
|
|
2584
|
+
method: "POST",
|
|
2585
|
+
authType: "AK",
|
|
2586
|
+
style: "RPC",
|
|
2587
|
+
reqBodyType: "formData",
|
|
2588
|
+
bodyType: "json",
|
|
2589
|
+
});
|
|
2590
|
+
return $tea.cast(await this.callApi(params, req, runtime), new CompanyTwoElementsVerificationResponse({}));
|
|
2591
|
+
}
|
|
2592
|
+
async companyTwoElementsVerification(request) {
|
|
2593
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2594
|
+
return await this.companyTwoElementsVerificationWithOptions(request, runtime);
|
|
1547
2595
|
}
|
|
1548
2596
|
async describeEmptyNumberWithOptions(request, runtime) {
|
|
1549
2597
|
tea_util_1.default.validateModel(request);
|
|
@@ -1882,6 +2930,47 @@ class Client extends openapi_client_1.default {
|
|
|
1882
2930
|
let runtime = new $Util.RuntimeOptions({});
|
|
1883
2931
|
return await this.invalidPhoneNumberFilterWithOptions(request, runtime);
|
|
1884
2932
|
}
|
|
2933
|
+
async phoneNumberConvertServiceWithOptions(request, runtime) {
|
|
2934
|
+
tea_util_1.default.validateModel(request);
|
|
2935
|
+
let query = {};
|
|
2936
|
+
if (!tea_util_1.default.isUnset(request.authCode)) {
|
|
2937
|
+
query["AuthCode"] = request.authCode;
|
|
2938
|
+
}
|
|
2939
|
+
if (!tea_util_1.default.isUnset(request.inputNumber)) {
|
|
2940
|
+
query["InputNumber"] = request.inputNumber;
|
|
2941
|
+
}
|
|
2942
|
+
if (!tea_util_1.default.isUnset(request.mask)) {
|
|
2943
|
+
query["Mask"] = request.mask;
|
|
2944
|
+
}
|
|
2945
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
2946
|
+
query["OwnerId"] = request.ownerId;
|
|
2947
|
+
}
|
|
2948
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
2949
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
2950
|
+
}
|
|
2951
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerId)) {
|
|
2952
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
2953
|
+
}
|
|
2954
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
2955
|
+
query: openapi_util_1.default.query(query),
|
|
2956
|
+
});
|
|
2957
|
+
let params = new $OpenApi.Params({
|
|
2958
|
+
action: "PhoneNumberConvertService",
|
|
2959
|
+
version: "2020-02-17",
|
|
2960
|
+
protocol: "HTTPS",
|
|
2961
|
+
pathname: "/",
|
|
2962
|
+
method: "POST",
|
|
2963
|
+
authType: "AK",
|
|
2964
|
+
style: "RPC",
|
|
2965
|
+
reqBodyType: "formData",
|
|
2966
|
+
bodyType: "json",
|
|
2967
|
+
});
|
|
2968
|
+
return $tea.cast(await this.callApi(params, req, runtime), new PhoneNumberConvertServiceResponse({}));
|
|
2969
|
+
}
|
|
2970
|
+
async phoneNumberConvertService(request) {
|
|
2971
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2972
|
+
return await this.phoneNumberConvertServiceWithOptions(request, runtime);
|
|
2973
|
+
}
|
|
1885
2974
|
async phoneNumberEncryptWithOptions(request, runtime) {
|
|
1886
2975
|
tea_util_1.default.validateModel(request);
|
|
1887
2976
|
let query = {};
|
|
@@ -2169,6 +3258,202 @@ class Client extends openapi_client_1.default {
|
|
|
2169
3258
|
let runtime = new $Util.RuntimeOptions({});
|
|
2170
3259
|
return await this.phoneNumberStatusForVoiceWithOptions(request, runtime);
|
|
2171
3260
|
}
|
|
3261
|
+
async queryAvailableAuthCodeWithOptions(request, runtime) {
|
|
3262
|
+
tea_util_1.default.validateModel(request);
|
|
3263
|
+
let query = {};
|
|
3264
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
3265
|
+
query["OwnerId"] = request.ownerId;
|
|
3266
|
+
}
|
|
3267
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
3268
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
3269
|
+
}
|
|
3270
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerId)) {
|
|
3271
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
3272
|
+
}
|
|
3273
|
+
if (!tea_util_1.default.isUnset(request.tagId)) {
|
|
3274
|
+
query["TagId"] = request.tagId;
|
|
3275
|
+
}
|
|
3276
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
3277
|
+
query: openapi_util_1.default.query(query),
|
|
3278
|
+
});
|
|
3279
|
+
let params = new $OpenApi.Params({
|
|
3280
|
+
action: "QueryAvailableAuthCode",
|
|
3281
|
+
version: "2020-02-17",
|
|
3282
|
+
protocol: "HTTPS",
|
|
3283
|
+
pathname: "/",
|
|
3284
|
+
method: "POST",
|
|
3285
|
+
authType: "AK",
|
|
3286
|
+
style: "RPC",
|
|
3287
|
+
reqBodyType: "formData",
|
|
3288
|
+
bodyType: "json",
|
|
3289
|
+
});
|
|
3290
|
+
return $tea.cast(await this.callApi(params, req, runtime), new QueryAvailableAuthCodeResponse({}));
|
|
3291
|
+
}
|
|
3292
|
+
async queryAvailableAuthCode(request) {
|
|
3293
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
3294
|
+
return await this.queryAvailableAuthCodeWithOptions(request, runtime);
|
|
3295
|
+
}
|
|
3296
|
+
async queryTagApplyRuleWithOptions(request, runtime) {
|
|
3297
|
+
tea_util_1.default.validateModel(request);
|
|
3298
|
+
let query = {};
|
|
3299
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
3300
|
+
query["OwnerId"] = request.ownerId;
|
|
3301
|
+
}
|
|
3302
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
3303
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
3304
|
+
}
|
|
3305
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerId)) {
|
|
3306
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
3307
|
+
}
|
|
3308
|
+
if (!tea_util_1.default.isUnset(request.tagId)) {
|
|
3309
|
+
query["TagId"] = request.tagId;
|
|
3310
|
+
}
|
|
3311
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
3312
|
+
query: openapi_util_1.default.query(query),
|
|
3313
|
+
});
|
|
3314
|
+
let params = new $OpenApi.Params({
|
|
3315
|
+
action: "QueryTagApplyRule",
|
|
3316
|
+
version: "2020-02-17",
|
|
3317
|
+
protocol: "HTTPS",
|
|
3318
|
+
pathname: "/",
|
|
3319
|
+
method: "POST",
|
|
3320
|
+
authType: "AK",
|
|
3321
|
+
style: "RPC",
|
|
3322
|
+
reqBodyType: "formData",
|
|
3323
|
+
bodyType: "json",
|
|
3324
|
+
});
|
|
3325
|
+
return $tea.cast(await this.callApi(params, req, runtime), new QueryTagApplyRuleResponse({}));
|
|
3326
|
+
}
|
|
3327
|
+
async queryTagApplyRule(request) {
|
|
3328
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
3329
|
+
return await this.queryTagApplyRuleWithOptions(request, runtime);
|
|
3330
|
+
}
|
|
3331
|
+
async queryTagInfoBySelectionWithOptions(request, runtime) {
|
|
3332
|
+
tea_util_1.default.validateModel(request);
|
|
3333
|
+
let query = {};
|
|
3334
|
+
if (!tea_util_1.default.isUnset(request.industryId)) {
|
|
3335
|
+
query["IndustryId"] = request.industryId;
|
|
3336
|
+
}
|
|
3337
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
3338
|
+
query["OwnerId"] = request.ownerId;
|
|
3339
|
+
}
|
|
3340
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
3341
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
3342
|
+
}
|
|
3343
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerId)) {
|
|
3344
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
3345
|
+
}
|
|
3346
|
+
if (!tea_util_1.default.isUnset(request.sceneId)) {
|
|
3347
|
+
query["SceneId"] = request.sceneId;
|
|
3348
|
+
}
|
|
3349
|
+
if (!tea_util_1.default.isUnset(request.tagId)) {
|
|
3350
|
+
query["TagId"] = request.tagId;
|
|
3351
|
+
}
|
|
3352
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
3353
|
+
query: openapi_util_1.default.query(query),
|
|
3354
|
+
});
|
|
3355
|
+
let params = new $OpenApi.Params({
|
|
3356
|
+
action: "QueryTagInfoBySelection",
|
|
3357
|
+
version: "2020-02-17",
|
|
3358
|
+
protocol: "HTTPS",
|
|
3359
|
+
pathname: "/",
|
|
3360
|
+
method: "POST",
|
|
3361
|
+
authType: "AK",
|
|
3362
|
+
style: "RPC",
|
|
3363
|
+
reqBodyType: "formData",
|
|
3364
|
+
bodyType: "json",
|
|
3365
|
+
});
|
|
3366
|
+
return $tea.cast(await this.callApi(params, req, runtime), new QueryTagInfoBySelectionResponse({}));
|
|
3367
|
+
}
|
|
3368
|
+
async queryTagInfoBySelection(request) {
|
|
3369
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
3370
|
+
return await this.queryTagInfoBySelectionWithOptions(request, runtime);
|
|
3371
|
+
}
|
|
3372
|
+
async queryTagListPageWithOptions(request, runtime) {
|
|
3373
|
+
tea_util_1.default.validateModel(request);
|
|
3374
|
+
let query = {};
|
|
3375
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
3376
|
+
query["OwnerId"] = request.ownerId;
|
|
3377
|
+
}
|
|
3378
|
+
if (!tea_util_1.default.isUnset(request.pageNo)) {
|
|
3379
|
+
query["PageNo"] = request.pageNo;
|
|
3380
|
+
}
|
|
3381
|
+
if (!tea_util_1.default.isUnset(request.pageSize)) {
|
|
3382
|
+
query["PageSize"] = request.pageSize;
|
|
3383
|
+
}
|
|
3384
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
3385
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
3386
|
+
}
|
|
3387
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerId)) {
|
|
3388
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
3389
|
+
}
|
|
3390
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
3391
|
+
query: openapi_util_1.default.query(query),
|
|
3392
|
+
});
|
|
3393
|
+
let params = new $OpenApi.Params({
|
|
3394
|
+
action: "QueryTagListPage",
|
|
3395
|
+
version: "2020-02-17",
|
|
3396
|
+
protocol: "HTTPS",
|
|
3397
|
+
pathname: "/",
|
|
3398
|
+
method: "POST",
|
|
3399
|
+
authType: "AK",
|
|
3400
|
+
style: "RPC",
|
|
3401
|
+
reqBodyType: "formData",
|
|
3402
|
+
bodyType: "json",
|
|
3403
|
+
});
|
|
3404
|
+
return $tea.cast(await this.callApi(params, req, runtime), new QueryTagListPageResponse({}));
|
|
3405
|
+
}
|
|
3406
|
+
async queryTagListPage(request) {
|
|
3407
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
3408
|
+
return await this.queryTagListPageWithOptions(request, runtime);
|
|
3409
|
+
}
|
|
3410
|
+
async queryUsageStatisticsByTagIdWithOptions(request, runtime) {
|
|
3411
|
+
tea_util_1.default.validateModel(request);
|
|
3412
|
+
let query = {};
|
|
3413
|
+
if (!tea_util_1.default.isUnset(request.beginTime)) {
|
|
3414
|
+
query["BeginTime"] = request.beginTime;
|
|
3415
|
+
}
|
|
3416
|
+
if (!tea_util_1.default.isUnset(request.endTime)) {
|
|
3417
|
+
query["EndTime"] = request.endTime;
|
|
3418
|
+
}
|
|
3419
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
3420
|
+
query["OwnerId"] = request.ownerId;
|
|
3421
|
+
}
|
|
3422
|
+
if (!tea_util_1.default.isUnset(request.pageNo)) {
|
|
3423
|
+
query["PageNo"] = request.pageNo;
|
|
3424
|
+
}
|
|
3425
|
+
if (!tea_util_1.default.isUnset(request.pageSize)) {
|
|
3426
|
+
query["PageSize"] = request.pageSize;
|
|
3427
|
+
}
|
|
3428
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
3429
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
3430
|
+
}
|
|
3431
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerId)) {
|
|
3432
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
3433
|
+
}
|
|
3434
|
+
if (!tea_util_1.default.isUnset(request.tagId)) {
|
|
3435
|
+
query["TagId"] = request.tagId;
|
|
3436
|
+
}
|
|
3437
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
3438
|
+
query: openapi_util_1.default.query(query),
|
|
3439
|
+
});
|
|
3440
|
+
let params = new $OpenApi.Params({
|
|
3441
|
+
action: "QueryUsageStatisticsByTagId",
|
|
3442
|
+
version: "2020-02-17",
|
|
3443
|
+
protocol: "HTTPS",
|
|
3444
|
+
pathname: "/",
|
|
3445
|
+
method: "POST",
|
|
3446
|
+
authType: "AK",
|
|
3447
|
+
style: "RPC",
|
|
3448
|
+
reqBodyType: "formData",
|
|
3449
|
+
bodyType: "json",
|
|
3450
|
+
});
|
|
3451
|
+
return $tea.cast(await this.callApi(params, req, runtime), new QueryUsageStatisticsByTagIdResponse({}));
|
|
3452
|
+
}
|
|
3453
|
+
async queryUsageStatisticsByTagId(request) {
|
|
3454
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
3455
|
+
return await this.queryUsageStatisticsByTagIdWithOptions(request, runtime);
|
|
3456
|
+
}
|
|
2172
3457
|
async threeElementsVerificationWithOptions(request, runtime) {
|
|
2173
3458
|
tea_util_1.default.validateModel(request);
|
|
2174
3459
|
let query = {};
|