@alicloud/dytnsapi20200217 2.5.2 → 2.6.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 +157 -93
- package/dist/client.js +129 -0
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +254 -93
package/src/client.ts
CHANGED
|
@@ -74,9 +74,9 @@ export class CertNoTwoElementVerificationResponseBody extends $tea.Model {
|
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
export class CertNoTwoElementVerificationResponse extends $tea.Model {
|
|
77
|
-
headers
|
|
78
|
-
statusCode
|
|
79
|
-
body
|
|
77
|
+
headers?: { [key: string]: string };
|
|
78
|
+
statusCode?: number;
|
|
79
|
+
body?: CertNoTwoElementVerificationResponseBody;
|
|
80
80
|
static names(): { [key: string]: string } {
|
|
81
81
|
return {
|
|
82
82
|
headers: 'headers',
|
|
@@ -170,9 +170,9 @@ export class CompanyFourElementsVerificationResponseBody extends $tea.Model {
|
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
export class CompanyFourElementsVerificationResponse extends $tea.Model {
|
|
173
|
-
headers
|
|
174
|
-
statusCode
|
|
175
|
-
body
|
|
173
|
+
headers?: { [key: string]: string };
|
|
174
|
+
statusCode?: number;
|
|
175
|
+
body?: CompanyFourElementsVerificationResponseBody;
|
|
176
176
|
static names(): { [key: string]: string } {
|
|
177
177
|
return {
|
|
178
178
|
headers: 'headers',
|
|
@@ -263,9 +263,9 @@ export class CompanyThreeElementsVerificationResponseBody extends $tea.Model {
|
|
|
263
263
|
}
|
|
264
264
|
|
|
265
265
|
export class CompanyThreeElementsVerificationResponse extends $tea.Model {
|
|
266
|
-
headers
|
|
267
|
-
statusCode
|
|
268
|
-
body
|
|
266
|
+
headers?: { [key: string]: string };
|
|
267
|
+
statusCode?: number;
|
|
268
|
+
body?: CompanyThreeElementsVerificationResponseBody;
|
|
269
269
|
static names(): { [key: string]: string } {
|
|
270
270
|
return {
|
|
271
271
|
headers: 'headers',
|
|
@@ -353,9 +353,9 @@ export class CompanyTwoElementsVerificationResponseBody extends $tea.Model {
|
|
|
353
353
|
}
|
|
354
354
|
|
|
355
355
|
export class CompanyTwoElementsVerificationResponse extends $tea.Model {
|
|
356
|
-
headers
|
|
357
|
-
statusCode
|
|
358
|
-
body
|
|
356
|
+
headers?: { [key: string]: string };
|
|
357
|
+
statusCode?: number;
|
|
358
|
+
body?: CompanyTwoElementsVerificationResponseBody;
|
|
359
359
|
static names(): { [key: string]: string } {
|
|
360
360
|
return {
|
|
361
361
|
headers: 'headers',
|
|
@@ -440,9 +440,9 @@ export class DescribeEmptyNumberResponseBody extends $tea.Model {
|
|
|
440
440
|
}
|
|
441
441
|
|
|
442
442
|
export class DescribeEmptyNumberResponse extends $tea.Model {
|
|
443
|
-
headers
|
|
444
|
-
statusCode
|
|
445
|
-
body
|
|
443
|
+
headers?: { [key: string]: string };
|
|
444
|
+
statusCode?: number;
|
|
445
|
+
body?: DescribeEmptyNumberResponseBody;
|
|
446
446
|
static names(): { [key: string]: string } {
|
|
447
447
|
return {
|
|
448
448
|
headers: 'headers',
|
|
@@ -533,9 +533,9 @@ export class DescribePhoneNumberAnalysisResponseBody extends $tea.Model {
|
|
|
533
533
|
}
|
|
534
534
|
|
|
535
535
|
export class DescribePhoneNumberAnalysisResponse extends $tea.Model {
|
|
536
|
-
headers
|
|
537
|
-
statusCode
|
|
538
|
-
body
|
|
536
|
+
headers?: { [key: string]: string };
|
|
537
|
+
statusCode?: number;
|
|
538
|
+
body?: DescribePhoneNumberAnalysisResponseBody;
|
|
539
539
|
static names(): { [key: string]: string } {
|
|
540
540
|
return {
|
|
541
541
|
headers: 'headers',
|
|
@@ -623,9 +623,9 @@ export class DescribePhoneNumberAnalysisAIResponseBody extends $tea.Model {
|
|
|
623
623
|
}
|
|
624
624
|
|
|
625
625
|
export class DescribePhoneNumberAnalysisAIResponse extends $tea.Model {
|
|
626
|
-
headers
|
|
627
|
-
statusCode
|
|
628
|
-
body
|
|
626
|
+
headers?: { [key: string]: string };
|
|
627
|
+
statusCode?: number;
|
|
628
|
+
body?: DescribePhoneNumberAnalysisAIResponseBody;
|
|
629
629
|
static names(): { [key: string]: string } {
|
|
630
630
|
return {
|
|
631
631
|
headers: 'headers',
|
|
@@ -716,9 +716,9 @@ export class DescribePhoneNumberAnalysisTransparentResponseBody extends $tea.Mod
|
|
|
716
716
|
}
|
|
717
717
|
|
|
718
718
|
export class DescribePhoneNumberAnalysisTransparentResponse extends $tea.Model {
|
|
719
|
-
headers
|
|
720
|
-
statusCode
|
|
721
|
-
body
|
|
719
|
+
headers?: { [key: string]: string };
|
|
720
|
+
statusCode?: number;
|
|
721
|
+
body?: DescribePhoneNumberAnalysisTransparentResponseBody;
|
|
722
722
|
static names(): { [key: string]: string } {
|
|
723
723
|
return {
|
|
724
724
|
headers: 'headers',
|
|
@@ -797,9 +797,9 @@ export class DescribePhoneNumberAttributeResponseBody extends $tea.Model {
|
|
|
797
797
|
}
|
|
798
798
|
|
|
799
799
|
export class DescribePhoneNumberAttributeResponse extends $tea.Model {
|
|
800
|
-
headers
|
|
801
|
-
statusCode
|
|
802
|
-
body
|
|
800
|
+
headers?: { [key: string]: string };
|
|
801
|
+
statusCode?: number;
|
|
802
|
+
body?: DescribePhoneNumberAttributeResponseBody;
|
|
803
803
|
static names(): { [key: string]: string } {
|
|
804
804
|
return {
|
|
805
805
|
headers: 'headers',
|
|
@@ -887,9 +887,9 @@ export class DescribePhoneNumberOnlineTimeResponseBody extends $tea.Model {
|
|
|
887
887
|
}
|
|
888
888
|
|
|
889
889
|
export class DescribePhoneNumberOnlineTimeResponse extends $tea.Model {
|
|
890
|
-
headers
|
|
891
|
-
statusCode
|
|
892
|
-
body
|
|
890
|
+
headers?: { [key: string]: string };
|
|
891
|
+
statusCode?: number;
|
|
892
|
+
body?: DescribePhoneNumberOnlineTimeResponseBody;
|
|
893
893
|
static names(): { [key: string]: string } {
|
|
894
894
|
return {
|
|
895
895
|
headers: 'headers',
|
|
@@ -974,9 +974,9 @@ export class DescribePhoneNumberOperatorAttributeResponseBody extends $tea.Model
|
|
|
974
974
|
}
|
|
975
975
|
|
|
976
976
|
export class DescribePhoneNumberOperatorAttributeResponse extends $tea.Model {
|
|
977
|
-
headers
|
|
978
|
-
statusCode
|
|
979
|
-
body
|
|
977
|
+
headers?: { [key: string]: string };
|
|
978
|
+
statusCode?: number;
|
|
979
|
+
body?: DescribePhoneNumberOperatorAttributeResponseBody;
|
|
980
980
|
static names(): { [key: string]: string } {
|
|
981
981
|
return {
|
|
982
982
|
headers: 'headers',
|
|
@@ -1064,9 +1064,9 @@ export class DescribePhoneNumberRiskResponseBody extends $tea.Model {
|
|
|
1064
1064
|
}
|
|
1065
1065
|
|
|
1066
1066
|
export class DescribePhoneNumberRiskResponse extends $tea.Model {
|
|
1067
|
-
headers
|
|
1068
|
-
statusCode
|
|
1069
|
-
body
|
|
1067
|
+
headers?: { [key: string]: string };
|
|
1068
|
+
statusCode?: number;
|
|
1069
|
+
body?: DescribePhoneNumberRiskResponseBody;
|
|
1070
1070
|
static names(): { [key: string]: string } {
|
|
1071
1071
|
return {
|
|
1072
1072
|
headers: 'headers',
|
|
@@ -1154,9 +1154,9 @@ export class DescribePhoneTwiceTelVerifyResponseBody extends $tea.Model {
|
|
|
1154
1154
|
}
|
|
1155
1155
|
|
|
1156
1156
|
export class DescribePhoneTwiceTelVerifyResponse extends $tea.Model {
|
|
1157
|
-
headers
|
|
1158
|
-
statusCode
|
|
1159
|
-
body
|
|
1157
|
+
headers?: { [key: string]: string };
|
|
1158
|
+
statusCode?: number;
|
|
1159
|
+
body?: DescribePhoneTwiceTelVerifyResponseBody;
|
|
1160
1160
|
static names(): { [key: string]: string } {
|
|
1161
1161
|
return {
|
|
1162
1162
|
headers: 'headers',
|
|
@@ -1259,9 +1259,9 @@ export class GetUAIDApplyTokenSignResponseBody extends $tea.Model {
|
|
|
1259
1259
|
}
|
|
1260
1260
|
|
|
1261
1261
|
export class GetUAIDApplyTokenSignResponse extends $tea.Model {
|
|
1262
|
-
headers
|
|
1263
|
-
statusCode
|
|
1264
|
-
body
|
|
1262
|
+
headers?: { [key: string]: string };
|
|
1263
|
+
statusCode?: number;
|
|
1264
|
+
body?: GetUAIDApplyTokenSignResponseBody;
|
|
1265
1265
|
static names(): { [key: string]: string } {
|
|
1266
1266
|
return {
|
|
1267
1267
|
headers: 'headers',
|
|
@@ -1346,9 +1346,9 @@ export class InvalidPhoneNumberFilterResponseBody extends $tea.Model {
|
|
|
1346
1346
|
}
|
|
1347
1347
|
|
|
1348
1348
|
export class InvalidPhoneNumberFilterResponse extends $tea.Model {
|
|
1349
|
-
headers
|
|
1350
|
-
statusCode
|
|
1351
|
-
body
|
|
1349
|
+
headers?: { [key: string]: string };
|
|
1350
|
+
statusCode?: number;
|
|
1351
|
+
body?: InvalidPhoneNumberFilterResponseBody;
|
|
1352
1352
|
static names(): { [key: string]: string } {
|
|
1353
1353
|
return {
|
|
1354
1354
|
headers: 'headers',
|
|
@@ -1433,9 +1433,9 @@ export class PhoneNumberConvertServiceResponseBody extends $tea.Model {
|
|
|
1433
1433
|
}
|
|
1434
1434
|
|
|
1435
1435
|
export class PhoneNumberConvertServiceResponse extends $tea.Model {
|
|
1436
|
-
headers
|
|
1437
|
-
statusCode
|
|
1438
|
-
body
|
|
1436
|
+
headers?: { [key: string]: string };
|
|
1437
|
+
statusCode?: number;
|
|
1438
|
+
body?: PhoneNumberConvertServiceResponseBody;
|
|
1439
1439
|
static names(): { [key: string]: string } {
|
|
1440
1440
|
return {
|
|
1441
1441
|
headers: 'headers',
|
|
@@ -1520,9 +1520,9 @@ export class PhoneNumberEncryptResponseBody extends $tea.Model {
|
|
|
1520
1520
|
}
|
|
1521
1521
|
|
|
1522
1522
|
export class PhoneNumberEncryptResponse extends $tea.Model {
|
|
1523
|
-
headers
|
|
1524
|
-
statusCode
|
|
1525
|
-
body
|
|
1523
|
+
headers?: { [key: string]: string };
|
|
1524
|
+
statusCode?: number;
|
|
1525
|
+
body?: PhoneNumberEncryptResponseBody;
|
|
1526
1526
|
static names(): { [key: string]: string } {
|
|
1527
1527
|
return {
|
|
1528
1528
|
headers: 'headers',
|
|
@@ -1607,9 +1607,9 @@ export class PhoneNumberStatusForAccountResponseBody extends $tea.Model {
|
|
|
1607
1607
|
}
|
|
1608
1608
|
|
|
1609
1609
|
export class PhoneNumberStatusForAccountResponse extends $tea.Model {
|
|
1610
|
-
headers
|
|
1611
|
-
statusCode
|
|
1612
|
-
body
|
|
1610
|
+
headers?: { [key: string]: string };
|
|
1611
|
+
statusCode?: number;
|
|
1612
|
+
body?: PhoneNumberStatusForAccountResponseBody;
|
|
1613
1613
|
static names(): { [key: string]: string } {
|
|
1614
1614
|
return {
|
|
1615
1615
|
headers: 'headers',
|
|
@@ -1694,9 +1694,9 @@ export class PhoneNumberStatusForPublicResponseBody extends $tea.Model {
|
|
|
1694
1694
|
}
|
|
1695
1695
|
|
|
1696
1696
|
export class PhoneNumberStatusForPublicResponse extends $tea.Model {
|
|
1697
|
-
headers
|
|
1698
|
-
statusCode
|
|
1699
|
-
body
|
|
1697
|
+
headers?: { [key: string]: string };
|
|
1698
|
+
statusCode?: number;
|
|
1699
|
+
body?: PhoneNumberStatusForPublicResponseBody;
|
|
1700
1700
|
static names(): { [key: string]: string } {
|
|
1701
1701
|
return {
|
|
1702
1702
|
headers: 'headers',
|
|
@@ -1781,9 +1781,9 @@ export class PhoneNumberStatusForRealResponseBody extends $tea.Model {
|
|
|
1781
1781
|
}
|
|
1782
1782
|
|
|
1783
1783
|
export class PhoneNumberStatusForRealResponse extends $tea.Model {
|
|
1784
|
-
headers
|
|
1785
|
-
statusCode
|
|
1786
|
-
body
|
|
1784
|
+
headers?: { [key: string]: string };
|
|
1785
|
+
statusCode?: number;
|
|
1786
|
+
body?: PhoneNumberStatusForRealResponseBody;
|
|
1787
1787
|
static names(): { [key: string]: string } {
|
|
1788
1788
|
return {
|
|
1789
1789
|
headers: 'headers',
|
|
@@ -1868,9 +1868,9 @@ export class PhoneNumberStatusForSmsResponseBody extends $tea.Model {
|
|
|
1868
1868
|
}
|
|
1869
1869
|
|
|
1870
1870
|
export class PhoneNumberStatusForSmsResponse extends $tea.Model {
|
|
1871
|
-
headers
|
|
1872
|
-
statusCode
|
|
1873
|
-
body
|
|
1871
|
+
headers?: { [key: string]: string };
|
|
1872
|
+
statusCode?: number;
|
|
1873
|
+
body?: PhoneNumberStatusForSmsResponseBody;
|
|
1874
1874
|
static names(): { [key: string]: string } {
|
|
1875
1875
|
return {
|
|
1876
1876
|
headers: 'headers',
|
|
@@ -1955,9 +1955,9 @@ export class PhoneNumberStatusForVirtualResponseBody extends $tea.Model {
|
|
|
1955
1955
|
}
|
|
1956
1956
|
|
|
1957
1957
|
export class PhoneNumberStatusForVirtualResponse extends $tea.Model {
|
|
1958
|
-
headers
|
|
1959
|
-
statusCode
|
|
1960
|
-
body
|
|
1958
|
+
headers?: { [key: string]: string };
|
|
1959
|
+
statusCode?: number;
|
|
1960
|
+
body?: PhoneNumberStatusForVirtualResponseBody;
|
|
1961
1961
|
static names(): { [key: string]: string } {
|
|
1962
1962
|
return {
|
|
1963
1963
|
headers: 'headers',
|
|
@@ -2042,9 +2042,9 @@ export class PhoneNumberStatusForVoiceResponseBody extends $tea.Model {
|
|
|
2042
2042
|
}
|
|
2043
2043
|
|
|
2044
2044
|
export class PhoneNumberStatusForVoiceResponse extends $tea.Model {
|
|
2045
|
-
headers
|
|
2046
|
-
statusCode
|
|
2047
|
-
body
|
|
2045
|
+
headers?: { [key: string]: string };
|
|
2046
|
+
statusCode?: number;
|
|
2047
|
+
body?: PhoneNumberStatusForVoiceResponseBody;
|
|
2048
2048
|
static names(): { [key: string]: string } {
|
|
2049
2049
|
return {
|
|
2050
2050
|
headers: 'headers',
|
|
@@ -2126,9 +2126,9 @@ export class QueryAvailableAuthCodeResponseBody extends $tea.Model {
|
|
|
2126
2126
|
}
|
|
2127
2127
|
|
|
2128
2128
|
export class QueryAvailableAuthCodeResponse extends $tea.Model {
|
|
2129
|
-
headers
|
|
2130
|
-
statusCode
|
|
2131
|
-
body
|
|
2129
|
+
headers?: { [key: string]: string };
|
|
2130
|
+
statusCode?: number;
|
|
2131
|
+
body?: QueryAvailableAuthCodeResponseBody;
|
|
2132
2132
|
static names(): { [key: string]: string } {
|
|
2133
2133
|
return {
|
|
2134
2134
|
headers: 'headers',
|
|
@@ -2150,6 +2150,96 @@ export class QueryAvailableAuthCodeResponse extends $tea.Model {
|
|
|
2150
2150
|
}
|
|
2151
2151
|
}
|
|
2152
2152
|
|
|
2153
|
+
export class QueryPhoneNumberOnlineTimeRequest extends $tea.Model {
|
|
2154
|
+
authCode?: string;
|
|
2155
|
+
inputNumber?: string;
|
|
2156
|
+
mask?: string;
|
|
2157
|
+
ownerId?: number;
|
|
2158
|
+
resourceOwnerAccount?: string;
|
|
2159
|
+
resourceOwnerId?: number;
|
|
2160
|
+
static names(): { [key: string]: string } {
|
|
2161
|
+
return {
|
|
2162
|
+
authCode: 'AuthCode',
|
|
2163
|
+
inputNumber: 'InputNumber',
|
|
2164
|
+
mask: 'Mask',
|
|
2165
|
+
ownerId: 'OwnerId',
|
|
2166
|
+
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
2167
|
+
resourceOwnerId: 'ResourceOwnerId',
|
|
2168
|
+
};
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2171
|
+
static types(): { [key: string]: any } {
|
|
2172
|
+
return {
|
|
2173
|
+
authCode: 'string',
|
|
2174
|
+
inputNumber: 'string',
|
|
2175
|
+
mask: 'string',
|
|
2176
|
+
ownerId: 'number',
|
|
2177
|
+
resourceOwnerAccount: 'string',
|
|
2178
|
+
resourceOwnerId: 'number',
|
|
2179
|
+
};
|
|
2180
|
+
}
|
|
2181
|
+
|
|
2182
|
+
constructor(map?: { [key: string]: any }) {
|
|
2183
|
+
super(map);
|
|
2184
|
+
}
|
|
2185
|
+
}
|
|
2186
|
+
|
|
2187
|
+
export class QueryPhoneNumberOnlineTimeResponseBody extends $tea.Model {
|
|
2188
|
+
accessDeniedDetail?: string;
|
|
2189
|
+
code?: string;
|
|
2190
|
+
data?: QueryPhoneNumberOnlineTimeResponseBodyData;
|
|
2191
|
+
message?: string;
|
|
2192
|
+
requestId?: string;
|
|
2193
|
+
static names(): { [key: string]: string } {
|
|
2194
|
+
return {
|
|
2195
|
+
accessDeniedDetail: 'AccessDeniedDetail',
|
|
2196
|
+
code: 'Code',
|
|
2197
|
+
data: 'Data',
|
|
2198
|
+
message: 'Message',
|
|
2199
|
+
requestId: 'RequestId',
|
|
2200
|
+
};
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2203
|
+
static types(): { [key: string]: any } {
|
|
2204
|
+
return {
|
|
2205
|
+
accessDeniedDetail: 'string',
|
|
2206
|
+
code: 'string',
|
|
2207
|
+
data: QueryPhoneNumberOnlineTimeResponseBodyData,
|
|
2208
|
+
message: 'string',
|
|
2209
|
+
requestId: 'string',
|
|
2210
|
+
};
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2213
|
+
constructor(map?: { [key: string]: any }) {
|
|
2214
|
+
super(map);
|
|
2215
|
+
}
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2218
|
+
export class QueryPhoneNumberOnlineTimeResponse extends $tea.Model {
|
|
2219
|
+
headers?: { [key: string]: string };
|
|
2220
|
+
statusCode?: number;
|
|
2221
|
+
body?: QueryPhoneNumberOnlineTimeResponseBody;
|
|
2222
|
+
static names(): { [key: string]: string } {
|
|
2223
|
+
return {
|
|
2224
|
+
headers: 'headers',
|
|
2225
|
+
statusCode: 'statusCode',
|
|
2226
|
+
body: 'body',
|
|
2227
|
+
};
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
static types(): { [key: string]: any } {
|
|
2231
|
+
return {
|
|
2232
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2233
|
+
statusCode: 'number',
|
|
2234
|
+
body: QueryPhoneNumberOnlineTimeResponseBody,
|
|
2235
|
+
};
|
|
2236
|
+
}
|
|
2237
|
+
|
|
2238
|
+
constructor(map?: { [key: string]: any }) {
|
|
2239
|
+
super(map);
|
|
2240
|
+
}
|
|
2241
|
+
}
|
|
2242
|
+
|
|
2153
2243
|
export class QueryTagApplyRuleRequest extends $tea.Model {
|
|
2154
2244
|
ownerId?: number;
|
|
2155
2245
|
resourceOwnerAccount?: string;
|
|
@@ -2210,9 +2300,9 @@ export class QueryTagApplyRuleResponseBody extends $tea.Model {
|
|
|
2210
2300
|
}
|
|
2211
2301
|
|
|
2212
2302
|
export class QueryTagApplyRuleResponse extends $tea.Model {
|
|
2213
|
-
headers
|
|
2214
|
-
statusCode
|
|
2215
|
-
body
|
|
2303
|
+
headers?: { [key: string]: string };
|
|
2304
|
+
statusCode?: number;
|
|
2305
|
+
body?: QueryTagApplyRuleResponseBody;
|
|
2216
2306
|
static names(): { [key: string]: string } {
|
|
2217
2307
|
return {
|
|
2218
2308
|
headers: 'headers',
|
|
@@ -2300,9 +2390,9 @@ export class QueryTagInfoBySelectionResponseBody extends $tea.Model {
|
|
|
2300
2390
|
}
|
|
2301
2391
|
|
|
2302
2392
|
export class QueryTagInfoBySelectionResponse extends $tea.Model {
|
|
2303
|
-
headers
|
|
2304
|
-
statusCode
|
|
2305
|
-
body
|
|
2393
|
+
headers?: { [key: string]: string };
|
|
2394
|
+
statusCode?: number;
|
|
2395
|
+
body?: QueryTagInfoBySelectionResponseBody;
|
|
2306
2396
|
static names(): { [key: string]: string } {
|
|
2307
2397
|
return {
|
|
2308
2398
|
headers: 'headers',
|
|
@@ -2387,9 +2477,9 @@ export class QueryTagListPageResponseBody extends $tea.Model {
|
|
|
2387
2477
|
}
|
|
2388
2478
|
|
|
2389
2479
|
export class QueryTagListPageResponse extends $tea.Model {
|
|
2390
|
-
headers
|
|
2391
|
-
statusCode
|
|
2392
|
-
body
|
|
2480
|
+
headers?: { [key: string]: string };
|
|
2481
|
+
statusCode?: number;
|
|
2482
|
+
body?: QueryTagListPageResponseBody;
|
|
2393
2483
|
static names(): { [key: string]: string } {
|
|
2394
2484
|
return {
|
|
2395
2485
|
headers: 'headers',
|
|
@@ -2483,9 +2573,9 @@ export class QueryUsageStatisticsByTagIdResponseBody extends $tea.Model {
|
|
|
2483
2573
|
}
|
|
2484
2574
|
|
|
2485
2575
|
export class QueryUsageStatisticsByTagIdResponse extends $tea.Model {
|
|
2486
|
-
headers
|
|
2487
|
-
statusCode
|
|
2488
|
-
body
|
|
2576
|
+
headers?: { [key: string]: string };
|
|
2577
|
+
statusCode?: number;
|
|
2578
|
+
body?: QueryUsageStatisticsByTagIdResponseBody;
|
|
2489
2579
|
static names(): { [key: string]: string } {
|
|
2490
2580
|
return {
|
|
2491
2581
|
headers: 'headers',
|
|
@@ -2576,9 +2666,9 @@ export class ThreeElementsVerificationResponseBody extends $tea.Model {
|
|
|
2576
2666
|
}
|
|
2577
2667
|
|
|
2578
2668
|
export class ThreeElementsVerificationResponse extends $tea.Model {
|
|
2579
|
-
headers
|
|
2580
|
-
statusCode
|
|
2581
|
-
body
|
|
2669
|
+
headers?: { [key: string]: string };
|
|
2670
|
+
statusCode?: number;
|
|
2671
|
+
body?: ThreeElementsVerificationResponseBody;
|
|
2582
2672
|
static names(): { [key: string]: string } {
|
|
2583
2673
|
return {
|
|
2584
2674
|
headers: 'headers',
|
|
@@ -2666,9 +2756,9 @@ export class TwoElementsVerificationResponseBody extends $tea.Model {
|
|
|
2666
2756
|
}
|
|
2667
2757
|
|
|
2668
2758
|
export class TwoElementsVerificationResponse extends $tea.Model {
|
|
2669
|
-
headers
|
|
2670
|
-
statusCode
|
|
2671
|
-
body
|
|
2759
|
+
headers?: { [key: string]: string };
|
|
2760
|
+
statusCode?: number;
|
|
2761
|
+
body?: TwoElementsVerificationResponseBody;
|
|
2672
2762
|
static names(): { [key: string]: string } {
|
|
2673
2763
|
return {
|
|
2674
2764
|
headers: 'headers',
|
|
@@ -2768,9 +2858,9 @@ export class UAIDVerificationResponseBody extends $tea.Model {
|
|
|
2768
2858
|
}
|
|
2769
2859
|
|
|
2770
2860
|
export class UAIDVerificationResponse extends $tea.Model {
|
|
2771
|
-
headers
|
|
2772
|
-
statusCode
|
|
2773
|
-
body
|
|
2861
|
+
headers?: { [key: string]: string };
|
|
2862
|
+
statusCode?: number;
|
|
2863
|
+
body?: UAIDVerificationResponseBody;
|
|
2774
2864
|
static names(): { [key: string]: string } {
|
|
2775
2865
|
return {
|
|
2776
2866
|
headers: 'headers',
|
|
@@ -3443,6 +3533,28 @@ export class PhoneNumberStatusForVoiceResponseBodyData extends $tea.Model {
|
|
|
3443
3533
|
}
|
|
3444
3534
|
}
|
|
3445
3535
|
|
|
3536
|
+
export class QueryPhoneNumberOnlineTimeResponseBodyData extends $tea.Model {
|
|
3537
|
+
carrierCode?: string;
|
|
3538
|
+
verifyResult?: number;
|
|
3539
|
+
static names(): { [key: string]: string } {
|
|
3540
|
+
return {
|
|
3541
|
+
carrierCode: 'CarrierCode',
|
|
3542
|
+
verifyResult: 'VerifyResult',
|
|
3543
|
+
};
|
|
3544
|
+
}
|
|
3545
|
+
|
|
3546
|
+
static types(): { [key: string]: any } {
|
|
3547
|
+
return {
|
|
3548
|
+
carrierCode: 'string',
|
|
3549
|
+
verifyResult: 'number',
|
|
3550
|
+
};
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3553
|
+
constructor(map?: { [key: string]: any }) {
|
|
3554
|
+
super(map);
|
|
3555
|
+
}
|
|
3556
|
+
}
|
|
3557
|
+
|
|
3446
3558
|
export class QueryTagApplyRuleResponseBodyData extends $tea.Model {
|
|
3447
3559
|
applyMaterialDesc?: string;
|
|
3448
3560
|
autoAudit?: number;
|
|
@@ -5364,6 +5476,55 @@ export default class Client extends OpenApi {
|
|
|
5364
5476
|
return await this.queryAvailableAuthCodeWithOptions(request, runtime);
|
|
5365
5477
|
}
|
|
5366
5478
|
|
|
5479
|
+
async queryPhoneNumberOnlineTimeWithOptions(request: QueryPhoneNumberOnlineTimeRequest, runtime: $Util.RuntimeOptions): Promise<QueryPhoneNumberOnlineTimeResponse> {
|
|
5480
|
+
Util.validateModel(request);
|
|
5481
|
+
let query = { };
|
|
5482
|
+
if (!Util.isUnset(request.authCode)) {
|
|
5483
|
+
query["AuthCode"] = request.authCode;
|
|
5484
|
+
}
|
|
5485
|
+
|
|
5486
|
+
if (!Util.isUnset(request.inputNumber)) {
|
|
5487
|
+
query["InputNumber"] = request.inputNumber;
|
|
5488
|
+
}
|
|
5489
|
+
|
|
5490
|
+
if (!Util.isUnset(request.mask)) {
|
|
5491
|
+
query["Mask"] = request.mask;
|
|
5492
|
+
}
|
|
5493
|
+
|
|
5494
|
+
if (!Util.isUnset(request.ownerId)) {
|
|
5495
|
+
query["OwnerId"] = request.ownerId;
|
|
5496
|
+
}
|
|
5497
|
+
|
|
5498
|
+
if (!Util.isUnset(request.resourceOwnerAccount)) {
|
|
5499
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
5500
|
+
}
|
|
5501
|
+
|
|
5502
|
+
if (!Util.isUnset(request.resourceOwnerId)) {
|
|
5503
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
5504
|
+
}
|
|
5505
|
+
|
|
5506
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
5507
|
+
query: OpenApiUtil.query(query),
|
|
5508
|
+
});
|
|
5509
|
+
let params = new $OpenApi.Params({
|
|
5510
|
+
action: "QueryPhoneNumberOnlineTime",
|
|
5511
|
+
version: "2020-02-17",
|
|
5512
|
+
protocol: "HTTPS",
|
|
5513
|
+
pathname: "/",
|
|
5514
|
+
method: "POST",
|
|
5515
|
+
authType: "AK",
|
|
5516
|
+
style: "RPC",
|
|
5517
|
+
reqBodyType: "formData",
|
|
5518
|
+
bodyType: "json",
|
|
5519
|
+
});
|
|
5520
|
+
return $tea.cast<QueryPhoneNumberOnlineTimeResponse>(await this.callApi(params, req, runtime), new QueryPhoneNumberOnlineTimeResponse({}));
|
|
5521
|
+
}
|
|
5522
|
+
|
|
5523
|
+
async queryPhoneNumberOnlineTime(request: QueryPhoneNumberOnlineTimeRequest): Promise<QueryPhoneNumberOnlineTimeResponse> {
|
|
5524
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
5525
|
+
return await this.queryPhoneNumberOnlineTimeWithOptions(request, runtime);
|
|
5526
|
+
}
|
|
5527
|
+
|
|
5367
5528
|
async queryTagApplyRuleWithOptions(request: QueryTagApplyRuleRequest, runtime: $Util.RuntimeOptions): Promise<QueryTagApplyRuleResponse> {
|
|
5368
5529
|
Util.validateModel(request);
|
|
5369
5530
|
let query = { };
|