@alicloud/dytnsapi20200217 2.1.0 → 2.2.1
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 +749 -61
- package/dist/client.js +1387 -42
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1866 -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,126 @@ class TwoElementsVerificationResponse extends $tea.Model {
|
|
|
1187
1815
|
}
|
|
1188
1816
|
}
|
|
1189
1817
|
exports.TwoElementsVerificationResponse = TwoElementsVerificationResponse;
|
|
1818
|
+
class CompanyFourElementsVerificationResponseBodyDataDetailInfo extends $tea.Model {
|
|
1819
|
+
constructor(map) {
|
|
1820
|
+
super(map);
|
|
1821
|
+
}
|
|
1822
|
+
static names() {
|
|
1823
|
+
return {
|
|
1824
|
+
enterpriseStatus: 'EnterpriseStatus',
|
|
1825
|
+
openTime: 'OpenTime',
|
|
1826
|
+
};
|
|
1827
|
+
}
|
|
1828
|
+
static types() {
|
|
1829
|
+
return {
|
|
1830
|
+
enterpriseStatus: 'string',
|
|
1831
|
+
openTime: 'string',
|
|
1832
|
+
};
|
|
1833
|
+
}
|
|
1834
|
+
}
|
|
1835
|
+
exports.CompanyFourElementsVerificationResponseBodyDataDetailInfo = CompanyFourElementsVerificationResponseBodyDataDetailInfo;
|
|
1836
|
+
class CompanyFourElementsVerificationResponseBodyData extends $tea.Model {
|
|
1837
|
+
constructor(map) {
|
|
1838
|
+
super(map);
|
|
1839
|
+
}
|
|
1840
|
+
static names() {
|
|
1841
|
+
return {
|
|
1842
|
+
detailInfo: 'DetailInfo',
|
|
1843
|
+
inconsistentData: 'InconsistentData',
|
|
1844
|
+
reasonCode: 'ReasonCode',
|
|
1845
|
+
verifyResult: 'VerifyResult',
|
|
1846
|
+
};
|
|
1847
|
+
}
|
|
1848
|
+
static types() {
|
|
1849
|
+
return {
|
|
1850
|
+
detailInfo: CompanyFourElementsVerificationResponseBodyDataDetailInfo,
|
|
1851
|
+
inconsistentData: { 'type': 'array', 'itemType': 'string' },
|
|
1852
|
+
reasonCode: 'number',
|
|
1853
|
+
verifyResult: 'string',
|
|
1854
|
+
};
|
|
1855
|
+
}
|
|
1856
|
+
}
|
|
1857
|
+
exports.CompanyFourElementsVerificationResponseBodyData = CompanyFourElementsVerificationResponseBodyData;
|
|
1858
|
+
class CompanyThreeElementsVerificationResponseBodyDataDetailInfo extends $tea.Model {
|
|
1859
|
+
constructor(map) {
|
|
1860
|
+
super(map);
|
|
1861
|
+
}
|
|
1862
|
+
static names() {
|
|
1863
|
+
return {
|
|
1864
|
+
enterpriseStatus: 'EnterpriseStatus',
|
|
1865
|
+
openTime: 'OpenTime',
|
|
1866
|
+
};
|
|
1867
|
+
}
|
|
1868
|
+
static types() {
|
|
1869
|
+
return {
|
|
1870
|
+
enterpriseStatus: 'string',
|
|
1871
|
+
openTime: 'string',
|
|
1872
|
+
};
|
|
1873
|
+
}
|
|
1874
|
+
}
|
|
1875
|
+
exports.CompanyThreeElementsVerificationResponseBodyDataDetailInfo = CompanyThreeElementsVerificationResponseBodyDataDetailInfo;
|
|
1876
|
+
class CompanyThreeElementsVerificationResponseBodyData extends $tea.Model {
|
|
1877
|
+
constructor(map) {
|
|
1878
|
+
super(map);
|
|
1879
|
+
}
|
|
1880
|
+
static names() {
|
|
1881
|
+
return {
|
|
1882
|
+
detailInfo: 'DetailInfo',
|
|
1883
|
+
inconsistentData: 'InconsistentData',
|
|
1884
|
+
reasonCode: 'ReasonCode',
|
|
1885
|
+
verifyResult: 'VerifyResult',
|
|
1886
|
+
};
|
|
1887
|
+
}
|
|
1888
|
+
static types() {
|
|
1889
|
+
return {
|
|
1890
|
+
detailInfo: CompanyThreeElementsVerificationResponseBodyDataDetailInfo,
|
|
1891
|
+
inconsistentData: { 'type': 'array', 'itemType': 'string' },
|
|
1892
|
+
reasonCode: 'number',
|
|
1893
|
+
verifyResult: 'string',
|
|
1894
|
+
};
|
|
1895
|
+
}
|
|
1896
|
+
}
|
|
1897
|
+
exports.CompanyThreeElementsVerificationResponseBodyData = CompanyThreeElementsVerificationResponseBodyData;
|
|
1898
|
+
class CompanyTwoElementsVerificationResponseBodyDataDetailInfo extends $tea.Model {
|
|
1899
|
+
constructor(map) {
|
|
1900
|
+
super(map);
|
|
1901
|
+
}
|
|
1902
|
+
static names() {
|
|
1903
|
+
return {
|
|
1904
|
+
enterpriseStatus: 'EnterpriseStatus',
|
|
1905
|
+
openTime: 'OpenTime',
|
|
1906
|
+
};
|
|
1907
|
+
}
|
|
1908
|
+
static types() {
|
|
1909
|
+
return {
|
|
1910
|
+
enterpriseStatus: 'string',
|
|
1911
|
+
openTime: 'string',
|
|
1912
|
+
};
|
|
1913
|
+
}
|
|
1914
|
+
}
|
|
1915
|
+
exports.CompanyTwoElementsVerificationResponseBodyDataDetailInfo = CompanyTwoElementsVerificationResponseBodyDataDetailInfo;
|
|
1916
|
+
class CompanyTwoElementsVerificationResponseBodyData extends $tea.Model {
|
|
1917
|
+
constructor(map) {
|
|
1918
|
+
super(map);
|
|
1919
|
+
}
|
|
1920
|
+
static names() {
|
|
1921
|
+
return {
|
|
1922
|
+
detailInfo: 'DetailInfo',
|
|
1923
|
+
inconsistentData: 'InconsistentData',
|
|
1924
|
+
reasonCode: 'ReasonCode',
|
|
1925
|
+
verifyResult: 'VerifyResult',
|
|
1926
|
+
};
|
|
1927
|
+
}
|
|
1928
|
+
static types() {
|
|
1929
|
+
return {
|
|
1930
|
+
detailInfo: CompanyTwoElementsVerificationResponseBodyDataDetailInfo,
|
|
1931
|
+
inconsistentData: { 'type': 'array', 'itemType': 'string' },
|
|
1932
|
+
reasonCode: 'string',
|
|
1933
|
+
verifyResult: 'string',
|
|
1934
|
+
};
|
|
1935
|
+
}
|
|
1936
|
+
}
|
|
1937
|
+
exports.CompanyTwoElementsVerificationResponseBodyData = CompanyTwoElementsVerificationResponseBodyData;
|
|
1190
1938
|
class DescribeEmptyNumberResponseBodyData extends $tea.Model {
|
|
1191
1939
|
constructor(map) {
|
|
1192
1940
|
super(map);
|
|
@@ -1367,6 +2115,28 @@ class InvalidPhoneNumberFilterResponseBodyData extends $tea.Model {
|
|
|
1367
2115
|
}
|
|
1368
2116
|
}
|
|
1369
2117
|
exports.InvalidPhoneNumberFilterResponseBodyData = InvalidPhoneNumberFilterResponseBodyData;
|
|
2118
|
+
class PhoneNumberConvertServiceResponseBodyData extends $tea.Model {
|
|
2119
|
+
constructor(map) {
|
|
2120
|
+
super(map);
|
|
2121
|
+
}
|
|
2122
|
+
static names() {
|
|
2123
|
+
return {
|
|
2124
|
+
converResult: 'ConverResult',
|
|
2125
|
+
number: 'Number',
|
|
2126
|
+
numberMd5: 'NumberMd5',
|
|
2127
|
+
numberSha256: 'NumberSha256',
|
|
2128
|
+
};
|
|
2129
|
+
}
|
|
2130
|
+
static types() {
|
|
2131
|
+
return {
|
|
2132
|
+
converResult: 'boolean',
|
|
2133
|
+
number: 'string',
|
|
2134
|
+
numberMd5: 'string',
|
|
2135
|
+
numberSha256: 'string',
|
|
2136
|
+
};
|
|
2137
|
+
}
|
|
2138
|
+
}
|
|
2139
|
+
exports.PhoneNumberConvertServiceResponseBodyData = PhoneNumberConvertServiceResponseBodyData;
|
|
1370
2140
|
class PhoneNumberEncryptResponseBodyData extends $tea.Model {
|
|
1371
2141
|
constructor(map) {
|
|
1372
2142
|
super(map);
|
|
@@ -1493,6 +2263,212 @@ class PhoneNumberStatusForVoiceResponseBodyData extends $tea.Model {
|
|
|
1493
2263
|
}
|
|
1494
2264
|
}
|
|
1495
2265
|
exports.PhoneNumberStatusForVoiceResponseBodyData = PhoneNumberStatusForVoiceResponseBodyData;
|
|
2266
|
+
class QueryTagApplyRuleResponseBodyData extends $tea.Model {
|
|
2267
|
+
constructor(map) {
|
|
2268
|
+
super(map);
|
|
2269
|
+
}
|
|
2270
|
+
static names() {
|
|
2271
|
+
return {
|
|
2272
|
+
applyMaterialDesc: 'ApplyMaterialDesc',
|
|
2273
|
+
autoAudit: 'AutoAudit',
|
|
2274
|
+
chargingStandardLink: 'ChargingStandardLink',
|
|
2275
|
+
encryptedQuery: 'EncryptedQuery',
|
|
2276
|
+
needApplyMaterial: 'NeedApplyMaterial',
|
|
2277
|
+
slaLink: 'SlaLink',
|
|
2278
|
+
};
|
|
2279
|
+
}
|
|
2280
|
+
static types() {
|
|
2281
|
+
return {
|
|
2282
|
+
applyMaterialDesc: 'string',
|
|
2283
|
+
autoAudit: 'number',
|
|
2284
|
+
chargingStandardLink: 'string',
|
|
2285
|
+
encryptedQuery: 'number',
|
|
2286
|
+
needApplyMaterial: 'number',
|
|
2287
|
+
slaLink: 'string',
|
|
2288
|
+
};
|
|
2289
|
+
}
|
|
2290
|
+
}
|
|
2291
|
+
exports.QueryTagApplyRuleResponseBodyData = QueryTagApplyRuleResponseBodyData;
|
|
2292
|
+
class QueryTagInfoBySelectionResponseBodyDataParamListValueDict extends $tea.Model {
|
|
2293
|
+
constructor(map) {
|
|
2294
|
+
super(map);
|
|
2295
|
+
}
|
|
2296
|
+
static names() {
|
|
2297
|
+
return {
|
|
2298
|
+
code: 'Code',
|
|
2299
|
+
desc: 'Desc',
|
|
2300
|
+
};
|
|
2301
|
+
}
|
|
2302
|
+
static types() {
|
|
2303
|
+
return {
|
|
2304
|
+
code: 'string',
|
|
2305
|
+
desc: 'string',
|
|
2306
|
+
};
|
|
2307
|
+
}
|
|
2308
|
+
}
|
|
2309
|
+
exports.QueryTagInfoBySelectionResponseBodyDataParamListValueDict = QueryTagInfoBySelectionResponseBodyDataParamListValueDict;
|
|
2310
|
+
class QueryTagInfoBySelectionResponseBodyDataParamList extends $tea.Model {
|
|
2311
|
+
constructor(map) {
|
|
2312
|
+
super(map);
|
|
2313
|
+
}
|
|
2314
|
+
static names() {
|
|
2315
|
+
return {
|
|
2316
|
+
code: 'Code',
|
|
2317
|
+
hint: 'Hint',
|
|
2318
|
+
must: 'Must',
|
|
2319
|
+
name: 'Name',
|
|
2320
|
+
type: 'Type',
|
|
2321
|
+
valueDict: 'ValueDict',
|
|
2322
|
+
};
|
|
2323
|
+
}
|
|
2324
|
+
static types() {
|
|
2325
|
+
return {
|
|
2326
|
+
code: 'string',
|
|
2327
|
+
hint: 'string',
|
|
2328
|
+
must: 'boolean',
|
|
2329
|
+
name: 'string',
|
|
2330
|
+
type: 'string',
|
|
2331
|
+
valueDict: { 'type': 'array', 'itemType': QueryTagInfoBySelectionResponseBodyDataParamListValueDict },
|
|
2332
|
+
};
|
|
2333
|
+
}
|
|
2334
|
+
}
|
|
2335
|
+
exports.QueryTagInfoBySelectionResponseBodyDataParamList = QueryTagInfoBySelectionResponseBodyDataParamList;
|
|
2336
|
+
class QueryTagInfoBySelectionResponseBodyData extends $tea.Model {
|
|
2337
|
+
constructor(map) {
|
|
2338
|
+
super(map);
|
|
2339
|
+
}
|
|
2340
|
+
static names() {
|
|
2341
|
+
return {
|
|
2342
|
+
authCodeList: 'AuthCodeList',
|
|
2343
|
+
demoAddress: 'DemoAddress',
|
|
2344
|
+
docAddress: 'DocAddress',
|
|
2345
|
+
enumDefinitionAddress: 'EnumDefinitionAddress',
|
|
2346
|
+
flowName: 'FlowName',
|
|
2347
|
+
industryId: 'IndustryId',
|
|
2348
|
+
industryName: 'IndustryName',
|
|
2349
|
+
paramList: 'ParamList',
|
|
2350
|
+
sceneId: 'SceneId',
|
|
2351
|
+
sceneName: 'SceneName',
|
|
2352
|
+
tagId: 'TagId',
|
|
2353
|
+
tagName: 'TagName',
|
|
2354
|
+
};
|
|
2355
|
+
}
|
|
2356
|
+
static types() {
|
|
2357
|
+
return {
|
|
2358
|
+
authCodeList: { 'type': 'array', 'itemType': 'string' },
|
|
2359
|
+
demoAddress: 'string',
|
|
2360
|
+
docAddress: 'string',
|
|
2361
|
+
enumDefinitionAddress: 'string',
|
|
2362
|
+
flowName: 'string',
|
|
2363
|
+
industryId: 'number',
|
|
2364
|
+
industryName: 'string',
|
|
2365
|
+
paramList: { 'type': 'array', 'itemType': QueryTagInfoBySelectionResponseBodyDataParamList },
|
|
2366
|
+
sceneId: 'number',
|
|
2367
|
+
sceneName: 'string',
|
|
2368
|
+
tagId: 'number',
|
|
2369
|
+
tagName: 'string',
|
|
2370
|
+
};
|
|
2371
|
+
}
|
|
2372
|
+
}
|
|
2373
|
+
exports.QueryTagInfoBySelectionResponseBodyData = QueryTagInfoBySelectionResponseBodyData;
|
|
2374
|
+
class QueryTagListPageResponseBodyDataRecords extends $tea.Model {
|
|
2375
|
+
constructor(map) {
|
|
2376
|
+
super(map);
|
|
2377
|
+
}
|
|
2378
|
+
static names() {
|
|
2379
|
+
return {
|
|
2380
|
+
apiName: 'ApiName',
|
|
2381
|
+
code: 'Code',
|
|
2382
|
+
docAddress: 'DocAddress',
|
|
2383
|
+
id: 'Id',
|
|
2384
|
+
industryId: 'IndustryId',
|
|
2385
|
+
industryName: 'IndustryName',
|
|
2386
|
+
introduction: 'Introduction',
|
|
2387
|
+
isOpen: 'IsOpen',
|
|
2388
|
+
name: 'Name',
|
|
2389
|
+
saleStatusStr: 'SaleStatusStr',
|
|
2390
|
+
sceneId: 'SceneId',
|
|
2391
|
+
sceneName: 'SceneName',
|
|
2392
|
+
};
|
|
2393
|
+
}
|
|
2394
|
+
static types() {
|
|
2395
|
+
return {
|
|
2396
|
+
apiName: 'string',
|
|
2397
|
+
code: 'string',
|
|
2398
|
+
docAddress: 'string',
|
|
2399
|
+
id: 'number',
|
|
2400
|
+
industryId: 'number',
|
|
2401
|
+
industryName: 'string',
|
|
2402
|
+
introduction: 'string',
|
|
2403
|
+
isOpen: 'number',
|
|
2404
|
+
name: 'string',
|
|
2405
|
+
saleStatusStr: 'string',
|
|
2406
|
+
sceneId: 'number',
|
|
2407
|
+
sceneName: 'string',
|
|
2408
|
+
};
|
|
2409
|
+
}
|
|
2410
|
+
}
|
|
2411
|
+
exports.QueryTagListPageResponseBodyDataRecords = QueryTagListPageResponseBodyDataRecords;
|
|
2412
|
+
class QueryTagListPageResponseBodyData extends $tea.Model {
|
|
2413
|
+
constructor(map) {
|
|
2414
|
+
super(map);
|
|
2415
|
+
}
|
|
2416
|
+
static names() {
|
|
2417
|
+
return {
|
|
2418
|
+
pageNo: 'PageNo',
|
|
2419
|
+
pageSize: 'PageSize',
|
|
2420
|
+
records: 'Records',
|
|
2421
|
+
totalCount: 'TotalCount',
|
|
2422
|
+
totalPage: 'TotalPage',
|
|
2423
|
+
};
|
|
2424
|
+
}
|
|
2425
|
+
static types() {
|
|
2426
|
+
return {
|
|
2427
|
+
pageNo: 'number',
|
|
2428
|
+
pageSize: 'number',
|
|
2429
|
+
records: { 'type': 'array', 'itemType': QueryTagListPageResponseBodyDataRecords },
|
|
2430
|
+
totalCount: 'number',
|
|
2431
|
+
totalPage: 'number',
|
|
2432
|
+
};
|
|
2433
|
+
}
|
|
2434
|
+
}
|
|
2435
|
+
exports.QueryTagListPageResponseBodyData = QueryTagListPageResponseBodyData;
|
|
2436
|
+
class QueryUsageStatisticsByTagIdResponseBodyData extends $tea.Model {
|
|
2437
|
+
constructor(map) {
|
|
2438
|
+
super(map);
|
|
2439
|
+
}
|
|
2440
|
+
static names() {
|
|
2441
|
+
return {
|
|
2442
|
+
authorizationCode: 'AuthorizationCode',
|
|
2443
|
+
failTotal: 'FailTotal',
|
|
2444
|
+
gmtDateStr: 'GmtDateStr',
|
|
2445
|
+
id: 'Id',
|
|
2446
|
+
industryName: 'IndustryName',
|
|
2447
|
+
partnerId: 'PartnerId',
|
|
2448
|
+
sceneName: 'SceneName',
|
|
2449
|
+
successTotal: 'SuccessTotal',
|
|
2450
|
+
tagId: 'TagId',
|
|
2451
|
+
tagName: 'TagName',
|
|
2452
|
+
total: 'Total',
|
|
2453
|
+
};
|
|
2454
|
+
}
|
|
2455
|
+
static types() {
|
|
2456
|
+
return {
|
|
2457
|
+
authorizationCode: 'string',
|
|
2458
|
+
failTotal: 'number',
|
|
2459
|
+
gmtDateStr: 'string',
|
|
2460
|
+
id: 'number',
|
|
2461
|
+
industryName: 'string',
|
|
2462
|
+
partnerId: 'number',
|
|
2463
|
+
sceneName: 'string',
|
|
2464
|
+
successTotal: 'number',
|
|
2465
|
+
tagId: 'number',
|
|
2466
|
+
tagName: 'string',
|
|
2467
|
+
total: 'number',
|
|
2468
|
+
};
|
|
2469
|
+
}
|
|
2470
|
+
}
|
|
2471
|
+
exports.QueryUsageStatisticsByTagIdResponseBodyData = QueryUsageStatisticsByTagIdResponseBodyData;
|
|
1496
2472
|
class ThreeElementsVerificationResponseBodyData extends $tea.Model {
|
|
1497
2473
|
constructor(map) {
|
|
1498
2474
|
super(map);
|
|
@@ -1527,23 +2503,155 @@ class TwoElementsVerificationResponseBodyData extends $tea.Model {
|
|
|
1527
2503
|
isConsistent: 'number',
|
|
1528
2504
|
};
|
|
1529
2505
|
}
|
|
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);
|
|
2506
|
+
}
|
|
2507
|
+
exports.TwoElementsVerificationResponseBodyData = TwoElementsVerificationResponseBodyData;
|
|
2508
|
+
class Client extends openapi_client_1.default {
|
|
2509
|
+
constructor(config) {
|
|
2510
|
+
super(config);
|
|
2511
|
+
this._endpointRule = "central";
|
|
2512
|
+
this.checkConfig(config);
|
|
2513
|
+
this._endpoint = this.getEndpoint("dytnsapi", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
|
|
2514
|
+
}
|
|
2515
|
+
getEndpoint(productId, regionId, endpointRule, network, suffix, endpointMap, endpoint) {
|
|
2516
|
+
if (!tea_util_1.default.empty(endpoint)) {
|
|
2517
|
+
return endpoint;
|
|
2518
|
+
}
|
|
2519
|
+
if (!tea_util_1.default.isUnset(endpointMap) && !tea_util_1.default.empty(endpointMap[regionId])) {
|
|
2520
|
+
return endpointMap[regionId];
|
|
2521
|
+
}
|
|
2522
|
+
return endpoint_util_1.default.getEndpointRules(productId, regionId, endpointRule, network, suffix);
|
|
2523
|
+
}
|
|
2524
|
+
async companyFourElementsVerificationWithOptions(request, runtime) {
|
|
2525
|
+
tea_util_1.default.validateModel(request);
|
|
2526
|
+
let query = {};
|
|
2527
|
+
if (!tea_util_1.default.isUnset(request.authCode)) {
|
|
2528
|
+
query["AuthCode"] = request.authCode;
|
|
2529
|
+
}
|
|
2530
|
+
if (!tea_util_1.default.isUnset(request.epCertName)) {
|
|
2531
|
+
query["EpCertName"] = request.epCertName;
|
|
2532
|
+
}
|
|
2533
|
+
if (!tea_util_1.default.isUnset(request.epCertNo)) {
|
|
2534
|
+
query["EpCertNo"] = request.epCertNo;
|
|
2535
|
+
}
|
|
2536
|
+
if (!tea_util_1.default.isUnset(request.legalPersonCertName)) {
|
|
2537
|
+
query["LegalPersonCertName"] = request.legalPersonCertName;
|
|
2538
|
+
}
|
|
2539
|
+
if (!tea_util_1.default.isUnset(request.legalPersonCertNo)) {
|
|
2540
|
+
query["LegalPersonCertNo"] = request.legalPersonCertNo;
|
|
2541
|
+
}
|
|
2542
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
2543
|
+
query["OwnerId"] = request.ownerId;
|
|
2544
|
+
}
|
|
2545
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
2546
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
2547
|
+
}
|
|
2548
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerId)) {
|
|
2549
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
2550
|
+
}
|
|
2551
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
2552
|
+
query: openapi_util_1.default.query(query),
|
|
2553
|
+
});
|
|
2554
|
+
let params = new $OpenApi.Params({
|
|
2555
|
+
action: "CompanyFourElementsVerification",
|
|
2556
|
+
version: "2020-02-17",
|
|
2557
|
+
protocol: "HTTPS",
|
|
2558
|
+
pathname: "/",
|
|
2559
|
+
method: "POST",
|
|
2560
|
+
authType: "AK",
|
|
2561
|
+
style: "RPC",
|
|
2562
|
+
reqBodyType: "formData",
|
|
2563
|
+
bodyType: "json",
|
|
2564
|
+
});
|
|
2565
|
+
return $tea.cast(await this.callApi(params, req, runtime), new CompanyFourElementsVerificationResponse({}));
|
|
2566
|
+
}
|
|
2567
|
+
async companyFourElementsVerification(request) {
|
|
2568
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2569
|
+
return await this.companyFourElementsVerificationWithOptions(request, runtime);
|
|
2570
|
+
}
|
|
2571
|
+
async companyThreeElementsVerificationWithOptions(request, runtime) {
|
|
2572
|
+
tea_util_1.default.validateModel(request);
|
|
2573
|
+
let query = {};
|
|
2574
|
+
if (!tea_util_1.default.isUnset(request.authCode)) {
|
|
2575
|
+
query["AuthCode"] = request.authCode;
|
|
2576
|
+
}
|
|
2577
|
+
if (!tea_util_1.default.isUnset(request.epCertName)) {
|
|
2578
|
+
query["EpCertName"] = request.epCertName;
|
|
2579
|
+
}
|
|
2580
|
+
if (!tea_util_1.default.isUnset(request.epCertNo)) {
|
|
2581
|
+
query["EpCertNo"] = request.epCertNo;
|
|
2582
|
+
}
|
|
2583
|
+
if (!tea_util_1.default.isUnset(request.legalPersonCertName)) {
|
|
2584
|
+
query["LegalPersonCertName"] = request.legalPersonCertName;
|
|
2585
|
+
}
|
|
2586
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
2587
|
+
query["OwnerId"] = request.ownerId;
|
|
2588
|
+
}
|
|
2589
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
2590
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
2591
|
+
}
|
|
2592
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerId)) {
|
|
2593
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
2594
|
+
}
|
|
2595
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
2596
|
+
query: openapi_util_1.default.query(query),
|
|
2597
|
+
});
|
|
2598
|
+
let params = new $OpenApi.Params({
|
|
2599
|
+
action: "CompanyThreeElementsVerification",
|
|
2600
|
+
version: "2020-02-17",
|
|
2601
|
+
protocol: "HTTPS",
|
|
2602
|
+
pathname: "/",
|
|
2603
|
+
method: "POST",
|
|
2604
|
+
authType: "AK",
|
|
2605
|
+
style: "RPC",
|
|
2606
|
+
reqBodyType: "formData",
|
|
2607
|
+
bodyType: "json",
|
|
2608
|
+
});
|
|
2609
|
+
return $tea.cast(await this.callApi(params, req, runtime), new CompanyThreeElementsVerificationResponse({}));
|
|
2610
|
+
}
|
|
2611
|
+
async companyThreeElementsVerification(request) {
|
|
2612
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2613
|
+
return await this.companyThreeElementsVerificationWithOptions(request, runtime);
|
|
1538
2614
|
}
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
2615
|
+
async companyTwoElementsVerificationWithOptions(request, runtime) {
|
|
2616
|
+
tea_util_1.default.validateModel(request);
|
|
2617
|
+
let query = {};
|
|
2618
|
+
if (!tea_util_1.default.isUnset(request.authCode)) {
|
|
2619
|
+
query["AuthCode"] = request.authCode;
|
|
1542
2620
|
}
|
|
1543
|
-
if (!tea_util_1.default.isUnset(
|
|
1544
|
-
|
|
2621
|
+
if (!tea_util_1.default.isUnset(request.epCertName)) {
|
|
2622
|
+
query["EpCertName"] = request.epCertName;
|
|
1545
2623
|
}
|
|
1546
|
-
|
|
2624
|
+
if (!tea_util_1.default.isUnset(request.epCertNo)) {
|
|
2625
|
+
query["EpCertNo"] = request.epCertNo;
|
|
2626
|
+
}
|
|
2627
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
2628
|
+
query["OwnerId"] = request.ownerId;
|
|
2629
|
+
}
|
|
2630
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
2631
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
2632
|
+
}
|
|
2633
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerId)) {
|
|
2634
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
2635
|
+
}
|
|
2636
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
2637
|
+
query: openapi_util_1.default.query(query),
|
|
2638
|
+
});
|
|
2639
|
+
let params = new $OpenApi.Params({
|
|
2640
|
+
action: "CompanyTwoElementsVerification",
|
|
2641
|
+
version: "2020-02-17",
|
|
2642
|
+
protocol: "HTTPS",
|
|
2643
|
+
pathname: "/",
|
|
2644
|
+
method: "POST",
|
|
2645
|
+
authType: "AK",
|
|
2646
|
+
style: "RPC",
|
|
2647
|
+
reqBodyType: "formData",
|
|
2648
|
+
bodyType: "json",
|
|
2649
|
+
});
|
|
2650
|
+
return $tea.cast(await this.callApi(params, req, runtime), new CompanyTwoElementsVerificationResponse({}));
|
|
2651
|
+
}
|
|
2652
|
+
async companyTwoElementsVerification(request) {
|
|
2653
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2654
|
+
return await this.companyTwoElementsVerificationWithOptions(request, runtime);
|
|
1547
2655
|
}
|
|
1548
2656
|
async describeEmptyNumberWithOptions(request, runtime) {
|
|
1549
2657
|
tea_util_1.default.validateModel(request);
|
|
@@ -1882,6 +2990,47 @@ class Client extends openapi_client_1.default {
|
|
|
1882
2990
|
let runtime = new $Util.RuntimeOptions({});
|
|
1883
2991
|
return await this.invalidPhoneNumberFilterWithOptions(request, runtime);
|
|
1884
2992
|
}
|
|
2993
|
+
async phoneNumberConvertServiceWithOptions(request, runtime) {
|
|
2994
|
+
tea_util_1.default.validateModel(request);
|
|
2995
|
+
let query = {};
|
|
2996
|
+
if (!tea_util_1.default.isUnset(request.authCode)) {
|
|
2997
|
+
query["AuthCode"] = request.authCode;
|
|
2998
|
+
}
|
|
2999
|
+
if (!tea_util_1.default.isUnset(request.inputNumber)) {
|
|
3000
|
+
query["InputNumber"] = request.inputNumber;
|
|
3001
|
+
}
|
|
3002
|
+
if (!tea_util_1.default.isUnset(request.mask)) {
|
|
3003
|
+
query["Mask"] = request.mask;
|
|
3004
|
+
}
|
|
3005
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
3006
|
+
query["OwnerId"] = request.ownerId;
|
|
3007
|
+
}
|
|
3008
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
3009
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
3010
|
+
}
|
|
3011
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerId)) {
|
|
3012
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
3013
|
+
}
|
|
3014
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
3015
|
+
query: openapi_util_1.default.query(query),
|
|
3016
|
+
});
|
|
3017
|
+
let params = new $OpenApi.Params({
|
|
3018
|
+
action: "PhoneNumberConvertService",
|
|
3019
|
+
version: "2020-02-17",
|
|
3020
|
+
protocol: "HTTPS",
|
|
3021
|
+
pathname: "/",
|
|
3022
|
+
method: "POST",
|
|
3023
|
+
authType: "AK",
|
|
3024
|
+
style: "RPC",
|
|
3025
|
+
reqBodyType: "formData",
|
|
3026
|
+
bodyType: "json",
|
|
3027
|
+
});
|
|
3028
|
+
return $tea.cast(await this.callApi(params, req, runtime), new PhoneNumberConvertServiceResponse({}));
|
|
3029
|
+
}
|
|
3030
|
+
async phoneNumberConvertService(request) {
|
|
3031
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
3032
|
+
return await this.phoneNumberConvertServiceWithOptions(request, runtime);
|
|
3033
|
+
}
|
|
1885
3034
|
async phoneNumberEncryptWithOptions(request, runtime) {
|
|
1886
3035
|
tea_util_1.default.validateModel(request);
|
|
1887
3036
|
let query = {};
|
|
@@ -2169,6 +3318,202 @@ class Client extends openapi_client_1.default {
|
|
|
2169
3318
|
let runtime = new $Util.RuntimeOptions({});
|
|
2170
3319
|
return await this.phoneNumberStatusForVoiceWithOptions(request, runtime);
|
|
2171
3320
|
}
|
|
3321
|
+
async queryAvailableAuthCodeWithOptions(request, runtime) {
|
|
3322
|
+
tea_util_1.default.validateModel(request);
|
|
3323
|
+
let query = {};
|
|
3324
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
3325
|
+
query["OwnerId"] = request.ownerId;
|
|
3326
|
+
}
|
|
3327
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
3328
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
3329
|
+
}
|
|
3330
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerId)) {
|
|
3331
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
3332
|
+
}
|
|
3333
|
+
if (!tea_util_1.default.isUnset(request.tagId)) {
|
|
3334
|
+
query["TagId"] = request.tagId;
|
|
3335
|
+
}
|
|
3336
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
3337
|
+
query: openapi_util_1.default.query(query),
|
|
3338
|
+
});
|
|
3339
|
+
let params = new $OpenApi.Params({
|
|
3340
|
+
action: "QueryAvailableAuthCode",
|
|
3341
|
+
version: "2020-02-17",
|
|
3342
|
+
protocol: "HTTPS",
|
|
3343
|
+
pathname: "/",
|
|
3344
|
+
method: "POST",
|
|
3345
|
+
authType: "AK",
|
|
3346
|
+
style: "RPC",
|
|
3347
|
+
reqBodyType: "formData",
|
|
3348
|
+
bodyType: "json",
|
|
3349
|
+
});
|
|
3350
|
+
return $tea.cast(await this.callApi(params, req, runtime), new QueryAvailableAuthCodeResponse({}));
|
|
3351
|
+
}
|
|
3352
|
+
async queryAvailableAuthCode(request) {
|
|
3353
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
3354
|
+
return await this.queryAvailableAuthCodeWithOptions(request, runtime);
|
|
3355
|
+
}
|
|
3356
|
+
async queryTagApplyRuleWithOptions(request, runtime) {
|
|
3357
|
+
tea_util_1.default.validateModel(request);
|
|
3358
|
+
let query = {};
|
|
3359
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
3360
|
+
query["OwnerId"] = request.ownerId;
|
|
3361
|
+
}
|
|
3362
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
3363
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
3364
|
+
}
|
|
3365
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerId)) {
|
|
3366
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
3367
|
+
}
|
|
3368
|
+
if (!tea_util_1.default.isUnset(request.tagId)) {
|
|
3369
|
+
query["TagId"] = request.tagId;
|
|
3370
|
+
}
|
|
3371
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
3372
|
+
query: openapi_util_1.default.query(query),
|
|
3373
|
+
});
|
|
3374
|
+
let params = new $OpenApi.Params({
|
|
3375
|
+
action: "QueryTagApplyRule",
|
|
3376
|
+
version: "2020-02-17",
|
|
3377
|
+
protocol: "HTTPS",
|
|
3378
|
+
pathname: "/",
|
|
3379
|
+
method: "POST",
|
|
3380
|
+
authType: "AK",
|
|
3381
|
+
style: "RPC",
|
|
3382
|
+
reqBodyType: "formData",
|
|
3383
|
+
bodyType: "json",
|
|
3384
|
+
});
|
|
3385
|
+
return $tea.cast(await this.callApi(params, req, runtime), new QueryTagApplyRuleResponse({}));
|
|
3386
|
+
}
|
|
3387
|
+
async queryTagApplyRule(request) {
|
|
3388
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
3389
|
+
return await this.queryTagApplyRuleWithOptions(request, runtime);
|
|
3390
|
+
}
|
|
3391
|
+
async queryTagInfoBySelectionWithOptions(request, runtime) {
|
|
3392
|
+
tea_util_1.default.validateModel(request);
|
|
3393
|
+
let query = {};
|
|
3394
|
+
if (!tea_util_1.default.isUnset(request.industryId)) {
|
|
3395
|
+
query["IndustryId"] = request.industryId;
|
|
3396
|
+
}
|
|
3397
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
3398
|
+
query["OwnerId"] = request.ownerId;
|
|
3399
|
+
}
|
|
3400
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
3401
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
3402
|
+
}
|
|
3403
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerId)) {
|
|
3404
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
3405
|
+
}
|
|
3406
|
+
if (!tea_util_1.default.isUnset(request.sceneId)) {
|
|
3407
|
+
query["SceneId"] = request.sceneId;
|
|
3408
|
+
}
|
|
3409
|
+
if (!tea_util_1.default.isUnset(request.tagId)) {
|
|
3410
|
+
query["TagId"] = request.tagId;
|
|
3411
|
+
}
|
|
3412
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
3413
|
+
query: openapi_util_1.default.query(query),
|
|
3414
|
+
});
|
|
3415
|
+
let params = new $OpenApi.Params({
|
|
3416
|
+
action: "QueryTagInfoBySelection",
|
|
3417
|
+
version: "2020-02-17",
|
|
3418
|
+
protocol: "HTTPS",
|
|
3419
|
+
pathname: "/",
|
|
3420
|
+
method: "POST",
|
|
3421
|
+
authType: "AK",
|
|
3422
|
+
style: "RPC",
|
|
3423
|
+
reqBodyType: "formData",
|
|
3424
|
+
bodyType: "json",
|
|
3425
|
+
});
|
|
3426
|
+
return $tea.cast(await this.callApi(params, req, runtime), new QueryTagInfoBySelectionResponse({}));
|
|
3427
|
+
}
|
|
3428
|
+
async queryTagInfoBySelection(request) {
|
|
3429
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
3430
|
+
return await this.queryTagInfoBySelectionWithOptions(request, runtime);
|
|
3431
|
+
}
|
|
3432
|
+
async queryTagListPageWithOptions(request, runtime) {
|
|
3433
|
+
tea_util_1.default.validateModel(request);
|
|
3434
|
+
let query = {};
|
|
3435
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
3436
|
+
query["OwnerId"] = request.ownerId;
|
|
3437
|
+
}
|
|
3438
|
+
if (!tea_util_1.default.isUnset(request.pageNo)) {
|
|
3439
|
+
query["PageNo"] = request.pageNo;
|
|
3440
|
+
}
|
|
3441
|
+
if (!tea_util_1.default.isUnset(request.pageSize)) {
|
|
3442
|
+
query["PageSize"] = request.pageSize;
|
|
3443
|
+
}
|
|
3444
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
3445
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
3446
|
+
}
|
|
3447
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerId)) {
|
|
3448
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
3449
|
+
}
|
|
3450
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
3451
|
+
query: openapi_util_1.default.query(query),
|
|
3452
|
+
});
|
|
3453
|
+
let params = new $OpenApi.Params({
|
|
3454
|
+
action: "QueryTagListPage",
|
|
3455
|
+
version: "2020-02-17",
|
|
3456
|
+
protocol: "HTTPS",
|
|
3457
|
+
pathname: "/",
|
|
3458
|
+
method: "POST",
|
|
3459
|
+
authType: "AK",
|
|
3460
|
+
style: "RPC",
|
|
3461
|
+
reqBodyType: "formData",
|
|
3462
|
+
bodyType: "json",
|
|
3463
|
+
});
|
|
3464
|
+
return $tea.cast(await this.callApi(params, req, runtime), new QueryTagListPageResponse({}));
|
|
3465
|
+
}
|
|
3466
|
+
async queryTagListPage(request) {
|
|
3467
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
3468
|
+
return await this.queryTagListPageWithOptions(request, runtime);
|
|
3469
|
+
}
|
|
3470
|
+
async queryUsageStatisticsByTagIdWithOptions(request, runtime) {
|
|
3471
|
+
tea_util_1.default.validateModel(request);
|
|
3472
|
+
let query = {};
|
|
3473
|
+
if (!tea_util_1.default.isUnset(request.beginTime)) {
|
|
3474
|
+
query["BeginTime"] = request.beginTime;
|
|
3475
|
+
}
|
|
3476
|
+
if (!tea_util_1.default.isUnset(request.endTime)) {
|
|
3477
|
+
query["EndTime"] = request.endTime;
|
|
3478
|
+
}
|
|
3479
|
+
if (!tea_util_1.default.isUnset(request.ownerId)) {
|
|
3480
|
+
query["OwnerId"] = request.ownerId;
|
|
3481
|
+
}
|
|
3482
|
+
if (!tea_util_1.default.isUnset(request.pageNo)) {
|
|
3483
|
+
query["PageNo"] = request.pageNo;
|
|
3484
|
+
}
|
|
3485
|
+
if (!tea_util_1.default.isUnset(request.pageSize)) {
|
|
3486
|
+
query["PageSize"] = request.pageSize;
|
|
3487
|
+
}
|
|
3488
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
3489
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
3490
|
+
}
|
|
3491
|
+
if (!tea_util_1.default.isUnset(request.resourceOwnerId)) {
|
|
3492
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
3493
|
+
}
|
|
3494
|
+
if (!tea_util_1.default.isUnset(request.tagId)) {
|
|
3495
|
+
query["TagId"] = request.tagId;
|
|
3496
|
+
}
|
|
3497
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
3498
|
+
query: openapi_util_1.default.query(query),
|
|
3499
|
+
});
|
|
3500
|
+
let params = new $OpenApi.Params({
|
|
3501
|
+
action: "QueryUsageStatisticsByTagId",
|
|
3502
|
+
version: "2020-02-17",
|
|
3503
|
+
protocol: "HTTPS",
|
|
3504
|
+
pathname: "/",
|
|
3505
|
+
method: "POST",
|
|
3506
|
+
authType: "AK",
|
|
3507
|
+
style: "RPC",
|
|
3508
|
+
reqBodyType: "formData",
|
|
3509
|
+
bodyType: "json",
|
|
3510
|
+
});
|
|
3511
|
+
return $tea.cast(await this.callApi(params, req, runtime), new QueryUsageStatisticsByTagIdResponse({}));
|
|
3512
|
+
}
|
|
3513
|
+
async queryUsageStatisticsByTagId(request) {
|
|
3514
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
3515
|
+
return await this.queryUsageStatisticsByTagIdWithOptions(request, runtime);
|
|
3516
|
+
}
|
|
2172
3517
|
async threeElementsVerificationWithOptions(request, runtime) {
|
|
2173
3518
|
tea_util_1.default.validateModel(request);
|
|
2174
3519
|
let query = {};
|