@alicloud/dytnsapi20200217 2.2.1 → 2.4.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 +648 -0
- package/dist/client.js +950 -0
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +1108 -8
package/dist/client.d.ts
CHANGED
|
@@ -4,6 +4,55 @@
|
|
|
4
4
|
import * as $Util from '@alicloud/tea-util';
|
|
5
5
|
import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
|
|
6
6
|
import * as $tea from '@alicloud/tea-typescript';
|
|
7
|
+
export declare class CertNoTwoElementVerificationRequest extends $tea.Model {
|
|
8
|
+
authCode?: string;
|
|
9
|
+
certName?: string;
|
|
10
|
+
certNo?: string;
|
|
11
|
+
ownerId?: number;
|
|
12
|
+
resourceOwnerAccount?: string;
|
|
13
|
+
resourceOwnerId?: number;
|
|
14
|
+
static names(): {
|
|
15
|
+
[key: string]: string;
|
|
16
|
+
};
|
|
17
|
+
static types(): {
|
|
18
|
+
[key: string]: any;
|
|
19
|
+
};
|
|
20
|
+
constructor(map?: {
|
|
21
|
+
[key: string]: any;
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
export declare class CertNoTwoElementVerificationResponseBody extends $tea.Model {
|
|
25
|
+
accessDeniedDetail?: string;
|
|
26
|
+
code?: string;
|
|
27
|
+
data?: CertNoTwoElementVerificationResponseBodyData;
|
|
28
|
+
message?: string;
|
|
29
|
+
requestId?: string;
|
|
30
|
+
static names(): {
|
|
31
|
+
[key: string]: string;
|
|
32
|
+
};
|
|
33
|
+
static types(): {
|
|
34
|
+
[key: string]: any;
|
|
35
|
+
};
|
|
36
|
+
constructor(map?: {
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
export declare class CertNoTwoElementVerificationResponse extends $tea.Model {
|
|
41
|
+
headers: {
|
|
42
|
+
[key: string]: string;
|
|
43
|
+
};
|
|
44
|
+
statusCode: number;
|
|
45
|
+
body: CertNoTwoElementVerificationResponseBody;
|
|
46
|
+
static names(): {
|
|
47
|
+
[key: string]: string;
|
|
48
|
+
};
|
|
49
|
+
static types(): {
|
|
50
|
+
[key: string]: any;
|
|
51
|
+
};
|
|
52
|
+
constructor(map?: {
|
|
53
|
+
[key: string]: any;
|
|
54
|
+
});
|
|
55
|
+
}
|
|
7
56
|
export declare class CompanyFourElementsVerificationRequest extends $tea.Model {
|
|
8
57
|
authCode?: string;
|
|
9
58
|
epCertName?: string;
|
|
@@ -301,6 +350,56 @@ export declare class DescribePhoneNumberAnalysisAIResponse extends $tea.Model {
|
|
|
301
350
|
[key: string]: any;
|
|
302
351
|
});
|
|
303
352
|
}
|
|
353
|
+
export declare class DescribePhoneNumberAnalysisTransparentRequest extends $tea.Model {
|
|
354
|
+
authCode?: string;
|
|
355
|
+
inputNumber?: string;
|
|
356
|
+
ip?: string;
|
|
357
|
+
numberType?: string;
|
|
358
|
+
ownerId?: number;
|
|
359
|
+
resourceOwnerAccount?: string;
|
|
360
|
+
resourceOwnerId?: number;
|
|
361
|
+
static names(): {
|
|
362
|
+
[key: string]: string;
|
|
363
|
+
};
|
|
364
|
+
static types(): {
|
|
365
|
+
[key: string]: any;
|
|
366
|
+
};
|
|
367
|
+
constructor(map?: {
|
|
368
|
+
[key: string]: any;
|
|
369
|
+
});
|
|
370
|
+
}
|
|
371
|
+
export declare class DescribePhoneNumberAnalysisTransparentResponseBody extends $tea.Model {
|
|
372
|
+
accessDeniedDetail?: string;
|
|
373
|
+
code?: string;
|
|
374
|
+
data?: DescribePhoneNumberAnalysisTransparentResponseBodyData;
|
|
375
|
+
message?: string;
|
|
376
|
+
requestId?: string;
|
|
377
|
+
static names(): {
|
|
378
|
+
[key: string]: string;
|
|
379
|
+
};
|
|
380
|
+
static types(): {
|
|
381
|
+
[key: string]: any;
|
|
382
|
+
};
|
|
383
|
+
constructor(map?: {
|
|
384
|
+
[key: string]: any;
|
|
385
|
+
});
|
|
386
|
+
}
|
|
387
|
+
export declare class DescribePhoneNumberAnalysisTransparentResponse extends $tea.Model {
|
|
388
|
+
headers: {
|
|
389
|
+
[key: string]: string;
|
|
390
|
+
};
|
|
391
|
+
statusCode: number;
|
|
392
|
+
body: DescribePhoneNumberAnalysisTransparentResponseBody;
|
|
393
|
+
static names(): {
|
|
394
|
+
[key: string]: string;
|
|
395
|
+
};
|
|
396
|
+
static types(): {
|
|
397
|
+
[key: string]: any;
|
|
398
|
+
};
|
|
399
|
+
constructor(map?: {
|
|
400
|
+
[key: string]: any;
|
|
401
|
+
});
|
|
402
|
+
}
|
|
304
403
|
export declare class DescribePhoneNumberAttributeRequest extends $tea.Model {
|
|
305
404
|
ownerId?: number;
|
|
306
405
|
phoneNumber?: string;
|
|
@@ -493,6 +592,60 @@ export declare class DescribePhoneTwiceTelVerifyResponse extends $tea.Model {
|
|
|
493
592
|
[key: string]: any;
|
|
494
593
|
});
|
|
495
594
|
}
|
|
595
|
+
export declare class GetUAIDApplyTokenSignRequest extends $tea.Model {
|
|
596
|
+
authCode?: string;
|
|
597
|
+
carrier?: string;
|
|
598
|
+
clientType?: string;
|
|
599
|
+
format?: string;
|
|
600
|
+
outId?: string;
|
|
601
|
+
ownerId?: number;
|
|
602
|
+
paramKey?: string;
|
|
603
|
+
paramStr?: string;
|
|
604
|
+
resourceOwnerAccount?: string;
|
|
605
|
+
resourceOwnerId?: number;
|
|
606
|
+
time?: string;
|
|
607
|
+
static names(): {
|
|
608
|
+
[key: string]: string;
|
|
609
|
+
};
|
|
610
|
+
static types(): {
|
|
611
|
+
[key: string]: any;
|
|
612
|
+
};
|
|
613
|
+
constructor(map?: {
|
|
614
|
+
[key: string]: any;
|
|
615
|
+
});
|
|
616
|
+
}
|
|
617
|
+
export declare class GetUAIDApplyTokenSignResponseBody extends $tea.Model {
|
|
618
|
+
accessDeniedDetail?: string;
|
|
619
|
+
code?: string;
|
|
620
|
+
data?: GetUAIDApplyTokenSignResponseBodyData;
|
|
621
|
+
message?: string;
|
|
622
|
+
requestId?: string;
|
|
623
|
+
static names(): {
|
|
624
|
+
[key: string]: string;
|
|
625
|
+
};
|
|
626
|
+
static types(): {
|
|
627
|
+
[key: string]: any;
|
|
628
|
+
};
|
|
629
|
+
constructor(map?: {
|
|
630
|
+
[key: string]: any;
|
|
631
|
+
});
|
|
632
|
+
}
|
|
633
|
+
export declare class GetUAIDApplyTokenSignResponse extends $tea.Model {
|
|
634
|
+
headers: {
|
|
635
|
+
[key: string]: string;
|
|
636
|
+
};
|
|
637
|
+
statusCode: number;
|
|
638
|
+
body: GetUAIDApplyTokenSignResponseBody;
|
|
639
|
+
static names(): {
|
|
640
|
+
[key: string]: string;
|
|
641
|
+
};
|
|
642
|
+
static types(): {
|
|
643
|
+
[key: string]: any;
|
|
644
|
+
};
|
|
645
|
+
constructor(map?: {
|
|
646
|
+
[key: string]: any;
|
|
647
|
+
});
|
|
648
|
+
}
|
|
496
649
|
export declare class InvalidPhoneNumberFilterRequest extends $tea.Model {
|
|
497
650
|
authCode?: string;
|
|
498
651
|
inputNumber?: string;
|
|
@@ -1266,6 +1419,70 @@ export declare class TwoElementsVerificationResponse extends $tea.Model {
|
|
|
1266
1419
|
[key: string]: any;
|
|
1267
1420
|
});
|
|
1268
1421
|
}
|
|
1422
|
+
export declare class UAIDVerificationRequest extends $tea.Model {
|
|
1423
|
+
authCode?: string;
|
|
1424
|
+
carrier?: string;
|
|
1425
|
+
ip?: string;
|
|
1426
|
+
outId?: string;
|
|
1427
|
+
ownerId?: number;
|
|
1428
|
+
resourceOwnerAccount?: string;
|
|
1429
|
+
resourceOwnerId?: number;
|
|
1430
|
+
token?: string;
|
|
1431
|
+
userGrantId?: string;
|
|
1432
|
+
static names(): {
|
|
1433
|
+
[key: string]: string;
|
|
1434
|
+
};
|
|
1435
|
+
static types(): {
|
|
1436
|
+
[key: string]: any;
|
|
1437
|
+
};
|
|
1438
|
+
constructor(map?: {
|
|
1439
|
+
[key: string]: any;
|
|
1440
|
+
});
|
|
1441
|
+
}
|
|
1442
|
+
export declare class UAIDVerificationResponseBody extends $tea.Model {
|
|
1443
|
+
accessDeniedDetail?: string;
|
|
1444
|
+
code?: string;
|
|
1445
|
+
data?: UAIDVerificationResponseBodyData;
|
|
1446
|
+
message?: string;
|
|
1447
|
+
requestId?: string;
|
|
1448
|
+
static names(): {
|
|
1449
|
+
[key: string]: string;
|
|
1450
|
+
};
|
|
1451
|
+
static types(): {
|
|
1452
|
+
[key: string]: any;
|
|
1453
|
+
};
|
|
1454
|
+
constructor(map?: {
|
|
1455
|
+
[key: string]: any;
|
|
1456
|
+
});
|
|
1457
|
+
}
|
|
1458
|
+
export declare class UAIDVerificationResponse extends $tea.Model {
|
|
1459
|
+
headers: {
|
|
1460
|
+
[key: string]: string;
|
|
1461
|
+
};
|
|
1462
|
+
statusCode: number;
|
|
1463
|
+
body: UAIDVerificationResponseBody;
|
|
1464
|
+
static names(): {
|
|
1465
|
+
[key: string]: string;
|
|
1466
|
+
};
|
|
1467
|
+
static types(): {
|
|
1468
|
+
[key: string]: any;
|
|
1469
|
+
};
|
|
1470
|
+
constructor(map?: {
|
|
1471
|
+
[key: string]: any;
|
|
1472
|
+
});
|
|
1473
|
+
}
|
|
1474
|
+
export declare class CertNoTwoElementVerificationResponseBodyData extends $tea.Model {
|
|
1475
|
+
isConsistent?: string;
|
|
1476
|
+
static names(): {
|
|
1477
|
+
[key: string]: string;
|
|
1478
|
+
};
|
|
1479
|
+
static types(): {
|
|
1480
|
+
[key: string]: any;
|
|
1481
|
+
};
|
|
1482
|
+
constructor(map?: {
|
|
1483
|
+
[key: string]: any;
|
|
1484
|
+
});
|
|
1485
|
+
}
|
|
1269
1486
|
export declare class CompanyFourElementsVerificationResponseBodyDataDetailInfo extends $tea.Model {
|
|
1270
1487
|
enterpriseStatus?: string;
|
|
1271
1488
|
openTime?: string;
|
|
@@ -1401,6 +1618,22 @@ export declare class DescribePhoneNumberAnalysisAIResponseBodyData extends $tea.
|
|
|
1401
1618
|
[key: string]: any;
|
|
1402
1619
|
});
|
|
1403
1620
|
}
|
|
1621
|
+
export declare class DescribePhoneNumberAnalysisTransparentResponseBodyData extends $tea.Model {
|
|
1622
|
+
deviceRisk?: string;
|
|
1623
|
+
ipRisk?: string;
|
|
1624
|
+
score1?: string;
|
|
1625
|
+
score2?: string;
|
|
1626
|
+
score3?: string;
|
|
1627
|
+
static names(): {
|
|
1628
|
+
[key: string]: string;
|
|
1629
|
+
};
|
|
1630
|
+
static types(): {
|
|
1631
|
+
[key: string]: any;
|
|
1632
|
+
};
|
|
1633
|
+
constructor(map?: {
|
|
1634
|
+
[key: string]: any;
|
|
1635
|
+
});
|
|
1636
|
+
}
|
|
1404
1637
|
export declare class DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute extends $tea.Model {
|
|
1405
1638
|
basicCarrier?: string;
|
|
1406
1639
|
carrier?: string;
|
|
@@ -1461,6 +1694,20 @@ export declare class DescribePhoneTwiceTelVerifyResponseBodyData extends $tea.Mo
|
|
|
1461
1694
|
[key: string]: any;
|
|
1462
1695
|
});
|
|
1463
1696
|
}
|
|
1697
|
+
export declare class GetUAIDApplyTokenSignResponseBodyData extends $tea.Model {
|
|
1698
|
+
carrier?: string;
|
|
1699
|
+
outId?: string;
|
|
1700
|
+
sign?: string;
|
|
1701
|
+
static names(): {
|
|
1702
|
+
[key: string]: string;
|
|
1703
|
+
};
|
|
1704
|
+
static types(): {
|
|
1705
|
+
[key: string]: any;
|
|
1706
|
+
};
|
|
1707
|
+
constructor(map?: {
|
|
1708
|
+
[key: string]: any;
|
|
1709
|
+
});
|
|
1710
|
+
}
|
|
1464
1711
|
export declare class InvalidPhoneNumberFilterResponseBodyData extends $tea.Model {
|
|
1465
1712
|
code?: string;
|
|
1466
1713
|
encryptedNumber?: string;
|
|
@@ -1631,6 +1878,7 @@ export declare class QueryTagInfoBySelectionResponseBodyDataParamList extends $t
|
|
|
1631
1878
|
}
|
|
1632
1879
|
export declare class QueryTagInfoBySelectionResponseBodyData extends $tea.Model {
|
|
1633
1880
|
authCodeList?: string[];
|
|
1881
|
+
complexityType?: string;
|
|
1634
1882
|
demoAddress?: string;
|
|
1635
1883
|
docAddress?: string;
|
|
1636
1884
|
enumDefinitionAddress?: string;
|
|
@@ -1638,6 +1886,7 @@ export declare class QueryTagInfoBySelectionResponseBodyData extends $tea.Model
|
|
|
1638
1886
|
industryId?: number;
|
|
1639
1887
|
industryName?: string;
|
|
1640
1888
|
paramList?: QueryTagInfoBySelectionResponseBodyDataParamList[];
|
|
1889
|
+
richTextDescription?: string;
|
|
1641
1890
|
sceneId?: number;
|
|
1642
1891
|
sceneName?: string;
|
|
1643
1892
|
tagId?: number;
|
|
@@ -1739,48 +1988,403 @@ export declare class TwoElementsVerificationResponseBodyData extends $tea.Model
|
|
|
1739
1988
|
[key: string]: any;
|
|
1740
1989
|
});
|
|
1741
1990
|
}
|
|
1991
|
+
export declare class UAIDVerificationResponseBodyData extends $tea.Model {
|
|
1992
|
+
uaid?: string;
|
|
1993
|
+
static names(): {
|
|
1994
|
+
[key: string]: string;
|
|
1995
|
+
};
|
|
1996
|
+
static types(): {
|
|
1997
|
+
[key: string]: any;
|
|
1998
|
+
};
|
|
1999
|
+
constructor(map?: {
|
|
2000
|
+
[key: string]: any;
|
|
2001
|
+
});
|
|
2002
|
+
}
|
|
1742
2003
|
export default class Client extends OpenApi {
|
|
1743
2004
|
constructor(config: $OpenApi.Config);
|
|
1744
2005
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
1745
2006
|
[key: string]: string;
|
|
1746
2007
|
}, endpoint: string): string;
|
|
2008
|
+
certNoTwoElementVerificationWithOptions(request: CertNoTwoElementVerificationRequest, runtime: $Util.RuntimeOptions): Promise<CertNoTwoElementVerificationResponse>;
|
|
2009
|
+
certNoTwoElementVerification(request: CertNoTwoElementVerificationRequest): Promise<CertNoTwoElementVerificationResponse>;
|
|
2010
|
+
/**
|
|
2011
|
+
* * Before you call this operation, make sure that you are familiar with the billing of services related to four-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4).
|
|
2012
|
+
* * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2.
|
|
2013
|
+
* * Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2014
|
+
*
|
|
2015
|
+
* @param request CompanyFourElementsVerificationRequest
|
|
2016
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2017
|
+
* @return CompanyFourElementsVerificationResponse
|
|
2018
|
+
*/
|
|
1747
2019
|
companyFourElementsVerificationWithOptions(request: CompanyFourElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<CompanyFourElementsVerificationResponse>;
|
|
2020
|
+
/**
|
|
2021
|
+
* * Before you call this operation, make sure that you are familiar with the billing of services related to four-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4).
|
|
2022
|
+
* * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2.
|
|
2023
|
+
* * Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2024
|
+
*
|
|
2025
|
+
* @param request CompanyFourElementsVerificationRequest
|
|
2026
|
+
* @return CompanyFourElementsVerificationResponse
|
|
2027
|
+
*/
|
|
1748
2028
|
companyFourElementsVerification(request: CompanyFourElementsVerificationRequest): Promise<CompanyFourElementsVerificationResponse>;
|
|
2029
|
+
/**
|
|
2030
|
+
* * Before you call this operation, make sure that you are familiar with the billing of services related to three-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4).
|
|
2031
|
+
* * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2.
|
|
2032
|
+
* * Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2033
|
+
*
|
|
2034
|
+
* @param request CompanyThreeElementsVerificationRequest
|
|
2035
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2036
|
+
* @return CompanyThreeElementsVerificationResponse
|
|
2037
|
+
*/
|
|
1749
2038
|
companyThreeElementsVerificationWithOptions(request: CompanyThreeElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<CompanyThreeElementsVerificationResponse>;
|
|
2039
|
+
/**
|
|
2040
|
+
* * Before you call this operation, make sure that you are familiar with the billing of services related to three-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4).
|
|
2041
|
+
* * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2.
|
|
2042
|
+
* * Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2043
|
+
*
|
|
2044
|
+
* @param request CompanyThreeElementsVerificationRequest
|
|
2045
|
+
* @return CompanyThreeElementsVerificationResponse
|
|
2046
|
+
*/
|
|
1750
2047
|
companyThreeElementsVerification(request: CompanyThreeElementsVerificationRequest): Promise<CompanyThreeElementsVerificationResponse>;
|
|
2048
|
+
/**
|
|
2049
|
+
* * Before you call this operation, make sure that you are familiar with the billing of services related to two-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4).
|
|
2050
|
+
* * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0 or 1.
|
|
2051
|
+
* * Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2052
|
+
*
|
|
2053
|
+
* @param request CompanyTwoElementsVerificationRequest
|
|
2054
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2055
|
+
* @return CompanyTwoElementsVerificationResponse
|
|
2056
|
+
*/
|
|
1751
2057
|
companyTwoElementsVerificationWithOptions(request: CompanyTwoElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<CompanyTwoElementsVerificationResponse>;
|
|
2058
|
+
/**
|
|
2059
|
+
* * Before you call this operation, make sure that you are familiar with the billing of services related to two-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4).
|
|
2060
|
+
* * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0 or 1.
|
|
2061
|
+
* * Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2062
|
+
*
|
|
2063
|
+
* @param request CompanyTwoElementsVerificationRequest
|
|
2064
|
+
* @return CompanyTwoElementsVerificationResponse
|
|
2065
|
+
*/
|
|
1752
2066
|
companyTwoElementsVerification(request: CompanyTwoElementsVerificationRequest): Promise<CompanyTwoElementsVerificationResponse>;
|
|
2067
|
+
/**
|
|
2068
|
+
* * You can call this operation to verify whether a phone number is a nonexistent number. When you call this operation to verify a number, the system charges you CNY 0.01 per verification based on the number of verifications. **Before you call this operation, make sure that you are familiar with the billing of Cell Phone Number Service.**
|
|
2069
|
+
* * You are charged only if the value of Code is OK and the value of Status is not UNKNOWN.
|
|
2070
|
+
* * The prediction is not strictly accurate because Cell Phone Number Service predicts the nonexistent number probability by using AI algorithms. The accuracy rate of the prediction and the recall rate of empty numbers are about 95%. **Pay attention to this point when you call this operation**.
|
|
2071
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2072
|
+
* ### [](#qps)QPS limits
|
|
2073
|
+
* You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2074
|
+
* ### [](#)Authorization information
|
|
2075
|
+
* By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2076
|
+
*
|
|
2077
|
+
* @param request DescribeEmptyNumberRequest
|
|
2078
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2079
|
+
* @return DescribeEmptyNumberResponse
|
|
2080
|
+
*/
|
|
1753
2081
|
describeEmptyNumberWithOptions(request: DescribeEmptyNumberRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEmptyNumberResponse>;
|
|
2082
|
+
/**
|
|
2083
|
+
* * You can call this operation to verify whether a phone number is a nonexistent number. When you call this operation to verify a number, the system charges you CNY 0.01 per verification based on the number of verifications. **Before you call this operation, make sure that you are familiar with the billing of Cell Phone Number Service.**
|
|
2084
|
+
* * You are charged only if the value of Code is OK and the value of Status is not UNKNOWN.
|
|
2085
|
+
* * The prediction is not strictly accurate because Cell Phone Number Service predicts the nonexistent number probability by using AI algorithms. The accuracy rate of the prediction and the recall rate of empty numbers are about 95%. **Pay attention to this point when you call this operation**.
|
|
2086
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2087
|
+
* ### [](#qps)QPS limits
|
|
2088
|
+
* You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2089
|
+
* ### [](#)Authorization information
|
|
2090
|
+
* By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2091
|
+
*
|
|
2092
|
+
* @param request DescribeEmptyNumberRequest
|
|
2093
|
+
* @return DescribeEmptyNumberResponse
|
|
2094
|
+
*/
|
|
1754
2095
|
describeEmptyNumber(request: DescribeEmptyNumberRequest): Promise<DescribeEmptyNumberResponse>;
|
|
1755
2096
|
describePhoneNumberAnalysisWithOptions(request: DescribePhoneNumberAnalysisRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAnalysisResponse>;
|
|
1756
2097
|
describePhoneNumberAnalysis(request: DescribePhoneNumberAnalysisRequest): Promise<DescribePhoneNumberAnalysisResponse>;
|
|
2098
|
+
/**
|
|
2099
|
+
* Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the Labels page, find the label that you want to use, click Activate Now, enter the required information, and then submit your application. After your application is approved, you can use the label. Before you call this operation, make sure that you are familiar with the billing of Cell Phone Number Service.
|
|
2100
|
+
*
|
|
2101
|
+
* @param request DescribePhoneNumberAnalysisAIRequest
|
|
2102
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2103
|
+
* @return DescribePhoneNumberAnalysisAIResponse
|
|
2104
|
+
*/
|
|
1757
2105
|
describePhoneNumberAnalysisAIWithOptions(request: DescribePhoneNumberAnalysisAIRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAnalysisAIResponse>;
|
|
2106
|
+
/**
|
|
2107
|
+
* Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the Labels page, find the label that you want to use, click Activate Now, enter the required information, and then submit your application. After your application is approved, you can use the label. Before you call this operation, make sure that you are familiar with the billing of Cell Phone Number Service.
|
|
2108
|
+
*
|
|
2109
|
+
* @param request DescribePhoneNumberAnalysisAIRequest
|
|
2110
|
+
* @return DescribePhoneNumberAnalysisAIResponse
|
|
2111
|
+
*/
|
|
1758
2112
|
describePhoneNumberAnalysisAI(request: DescribePhoneNumberAnalysisAIRequest): Promise<DescribePhoneNumberAnalysisAIResponse>;
|
|
2113
|
+
describePhoneNumberAnalysisTransparentWithOptions(request: DescribePhoneNumberAnalysisTransparentRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAnalysisTransparentResponse>;
|
|
2114
|
+
describePhoneNumberAnalysisTransparent(request: DescribePhoneNumberAnalysisTransparentRequest): Promise<DescribePhoneNumberAnalysisTransparentResponse>;
|
|
2115
|
+
/**
|
|
2116
|
+
* @deprecated : DescribePhoneNumberAttribute is deprecated, please use Dytnsapi::2020-02-17::DescribePhoneNumberOperatorAttribute instead.
|
|
2117
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2118
|
+
* * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2119
|
+
* ### [](#qps)QPS limits
|
|
2120
|
+
* You can call this operation up to 2,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2121
|
+
*
|
|
2122
|
+
* @param request DescribePhoneNumberAttributeRequest
|
|
2123
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2124
|
+
* @return DescribePhoneNumberAttributeResponse
|
|
2125
|
+
*/
|
|
1759
2126
|
describePhoneNumberAttributeWithOptions(request: DescribePhoneNumberAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAttributeResponse>;
|
|
2127
|
+
/**
|
|
2128
|
+
* @deprecated : DescribePhoneNumberAttribute is deprecated, please use Dytnsapi::2020-02-17::DescribePhoneNumberOperatorAttribute instead.
|
|
2129
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2130
|
+
* * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2131
|
+
* ### [](#qps)QPS limits
|
|
2132
|
+
* You can call this operation up to 2,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2133
|
+
*
|
|
2134
|
+
* @param request DescribePhoneNumberAttributeRequest
|
|
2135
|
+
* @return DescribePhoneNumberAttributeResponse
|
|
2136
|
+
*/
|
|
1760
2137
|
describePhoneNumberAttribute(request: DescribePhoneNumberAttributeRequest): Promise<DescribePhoneNumberAttributeResponse>;
|
|
2138
|
+
/**
|
|
2139
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2140
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2141
|
+
* ### [](#qps)QPS limits
|
|
2142
|
+
* You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2143
|
+
*
|
|
2144
|
+
* @param request DescribePhoneNumberOnlineTimeRequest
|
|
2145
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2146
|
+
* @return DescribePhoneNumberOnlineTimeResponse
|
|
2147
|
+
*/
|
|
1761
2148
|
describePhoneNumberOnlineTimeWithOptions(request: DescribePhoneNumberOnlineTimeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberOnlineTimeResponse>;
|
|
2149
|
+
/**
|
|
2150
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2151
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2152
|
+
* ### [](#qps)QPS limits
|
|
2153
|
+
* You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2154
|
+
*
|
|
2155
|
+
* @param request DescribePhoneNumberOnlineTimeRequest
|
|
2156
|
+
* @return DescribePhoneNumberOnlineTimeResponse
|
|
2157
|
+
*/
|
|
1762
2158
|
describePhoneNumberOnlineTime(request: DescribePhoneNumberOnlineTimeRequest): Promise<DescribePhoneNumberOnlineTimeResponse>;
|
|
2159
|
+
/**
|
|
2160
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154008~~) of Cell Phone Number Service.
|
|
2161
|
+
* * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2162
|
+
* * You can call this operation to obtain the carrier, registration location, and mobile number portability information about a phone number. You can query phone numbers in **plaintext** and phone numbers that are encrypted by using **MD5** and **SHA256**.
|
|
2163
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2164
|
+
*
|
|
2165
|
+
* @param request DescribePhoneNumberOperatorAttributeRequest
|
|
2166
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2167
|
+
* @return DescribePhoneNumberOperatorAttributeResponse
|
|
2168
|
+
*/
|
|
1763
2169
|
describePhoneNumberOperatorAttributeWithOptions(request: DescribePhoneNumberOperatorAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberOperatorAttributeResponse>;
|
|
2170
|
+
/**
|
|
2171
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154008~~) of Cell Phone Number Service.
|
|
2172
|
+
* * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2173
|
+
* * You can call this operation to obtain the carrier, registration location, and mobile number portability information about a phone number. You can query phone numbers in **plaintext** and phone numbers that are encrypted by using **MD5** and **SHA256**.
|
|
2174
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2175
|
+
*
|
|
2176
|
+
* @param request DescribePhoneNumberOperatorAttributeRequest
|
|
2177
|
+
* @return DescribePhoneNumberOperatorAttributeResponse
|
|
2178
|
+
*/
|
|
1764
2179
|
describePhoneNumberOperatorAttribute(request: DescribePhoneNumberOperatorAttributeRequest): Promise<DescribePhoneNumberOperatorAttributeResponse>;
|
|
2180
|
+
/**
|
|
2181
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2182
|
+
* * You are charged for phone number verifications only if the value of Code is OK and the value of VerifyResult is not 0.
|
|
2183
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2184
|
+
* ## [](#qps)QPS limits
|
|
2185
|
+
* You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2186
|
+
* ## [](#)Authorization information
|
|
2187
|
+
* By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2188
|
+
*
|
|
2189
|
+
* @param request DescribePhoneTwiceTelVerifyRequest
|
|
2190
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2191
|
+
* @return DescribePhoneTwiceTelVerifyResponse
|
|
2192
|
+
*/
|
|
1765
2193
|
describePhoneTwiceTelVerifyWithOptions(request: DescribePhoneTwiceTelVerifyRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneTwiceTelVerifyResponse>;
|
|
2194
|
+
/**
|
|
2195
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2196
|
+
* * You are charged for phone number verifications only if the value of Code is OK and the value of VerifyResult is not 0.
|
|
2197
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2198
|
+
* ## [](#qps)QPS limits
|
|
2199
|
+
* You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2200
|
+
* ## [](#)Authorization information
|
|
2201
|
+
* By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2202
|
+
*
|
|
2203
|
+
* @param request DescribePhoneTwiceTelVerifyRequest
|
|
2204
|
+
* @return DescribePhoneTwiceTelVerifyResponse
|
|
2205
|
+
*/
|
|
1766
2206
|
describePhoneTwiceTelVerify(request: DescribePhoneTwiceTelVerifyRequest): Promise<DescribePhoneTwiceTelVerifyResponse>;
|
|
2207
|
+
getUAIDApplyTokenSignWithOptions(request: GetUAIDApplyTokenSignRequest, runtime: $Util.RuntimeOptions): Promise<GetUAIDApplyTokenSignResponse>;
|
|
2208
|
+
getUAIDApplyTokenSign(request: GetUAIDApplyTokenSignRequest): Promise<GetUAIDApplyTokenSignResponse>;
|
|
2209
|
+
/**
|
|
2210
|
+
* Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2211
|
+
* ### [](#qps)QPS limits
|
|
2212
|
+
* You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2213
|
+
*
|
|
2214
|
+
* @param request InvalidPhoneNumberFilterRequest
|
|
2215
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2216
|
+
* @return InvalidPhoneNumberFilterResponse
|
|
2217
|
+
*/
|
|
1767
2218
|
invalidPhoneNumberFilterWithOptions(request: InvalidPhoneNumberFilterRequest, runtime: $Util.RuntimeOptions): Promise<InvalidPhoneNumberFilterResponse>;
|
|
2219
|
+
/**
|
|
2220
|
+
* Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2221
|
+
* ### [](#qps)QPS limits
|
|
2222
|
+
* You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2223
|
+
*
|
|
2224
|
+
* @param request InvalidPhoneNumberFilterRequest
|
|
2225
|
+
* @return InvalidPhoneNumberFilterResponse
|
|
2226
|
+
*/
|
|
1768
2227
|
invalidPhoneNumberFilter(request: InvalidPhoneNumberFilterRequest): Promise<InvalidPhoneNumberFilterResponse>;
|
|
1769
2228
|
phoneNumberConvertServiceWithOptions(request: PhoneNumberConvertServiceRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberConvertServiceResponse>;
|
|
1770
2229
|
phoneNumberConvertService(request: PhoneNumberConvertServiceRequest): Promise<PhoneNumberConvertServiceResponse>;
|
|
2230
|
+
/**
|
|
2231
|
+
* Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2232
|
+
* ### [](#qps)QPS limits
|
|
2233
|
+
* You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2234
|
+
*
|
|
2235
|
+
* @param request PhoneNumberEncryptRequest
|
|
2236
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2237
|
+
* @return PhoneNumberEncryptResponse
|
|
2238
|
+
*/
|
|
1771
2239
|
phoneNumberEncryptWithOptions(request: PhoneNumberEncryptRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberEncryptResponse>;
|
|
2240
|
+
/**
|
|
2241
|
+
* Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2242
|
+
* ### [](#qps)QPS limits
|
|
2243
|
+
* You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2244
|
+
*
|
|
2245
|
+
* @param request PhoneNumberEncryptRequest
|
|
2246
|
+
* @return PhoneNumberEncryptResponse
|
|
2247
|
+
*/
|
|
1772
2248
|
phoneNumberEncrypt(request: PhoneNumberEncryptRequest): Promise<PhoneNumberEncryptResponse>;
|
|
2249
|
+
/**
|
|
2250
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2251
|
+
* * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2252
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2253
|
+
* ### [](#qps)QPS limits
|
|
2254
|
+
* You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2255
|
+
*
|
|
2256
|
+
* @param request PhoneNumberStatusForAccountRequest
|
|
2257
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2258
|
+
* @return PhoneNumberStatusForAccountResponse
|
|
2259
|
+
*/
|
|
1773
2260
|
phoneNumberStatusForAccountWithOptions(request: PhoneNumberStatusForAccountRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForAccountResponse>;
|
|
2261
|
+
/**
|
|
2262
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2263
|
+
* * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2264
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2265
|
+
* ### [](#qps)QPS limits
|
|
2266
|
+
* You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2267
|
+
*
|
|
2268
|
+
* @param request PhoneNumberStatusForAccountRequest
|
|
2269
|
+
* @return PhoneNumberStatusForAccountResponse
|
|
2270
|
+
*/
|
|
1774
2271
|
phoneNumberStatusForAccount(request: PhoneNumberStatusForAccountRequest): Promise<PhoneNumberStatusForAccountResponse>;
|
|
2272
|
+
/**
|
|
2273
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2274
|
+
* * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2275
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2276
|
+
* ### [](#qps)QPS limits
|
|
2277
|
+
* You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2278
|
+
*
|
|
2279
|
+
* @param request PhoneNumberStatusForPublicRequest
|
|
2280
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2281
|
+
* @return PhoneNumberStatusForPublicResponse
|
|
2282
|
+
*/
|
|
1775
2283
|
phoneNumberStatusForPublicWithOptions(request: PhoneNumberStatusForPublicRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForPublicResponse>;
|
|
2284
|
+
/**
|
|
2285
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2286
|
+
* * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2287
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2288
|
+
* ### [](#qps)QPS limits
|
|
2289
|
+
* You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2290
|
+
*
|
|
2291
|
+
* @param request PhoneNumberStatusForPublicRequest
|
|
2292
|
+
* @return PhoneNumberStatusForPublicResponse
|
|
2293
|
+
*/
|
|
1776
2294
|
phoneNumberStatusForPublic(request: PhoneNumberStatusForPublicRequest): Promise<PhoneNumberStatusForPublicResponse>;
|
|
2295
|
+
/**
|
|
2296
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2297
|
+
* * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2298
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2299
|
+
* ### [](#qps)QPS limits
|
|
2300
|
+
* You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2301
|
+
*
|
|
2302
|
+
* @param request PhoneNumberStatusForRealRequest
|
|
2303
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2304
|
+
* @return PhoneNumberStatusForRealResponse
|
|
2305
|
+
*/
|
|
1777
2306
|
phoneNumberStatusForRealWithOptions(request: PhoneNumberStatusForRealRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForRealResponse>;
|
|
2307
|
+
/**
|
|
2308
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2309
|
+
* * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2310
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2311
|
+
* ### [](#qps)QPS limits
|
|
2312
|
+
* You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2313
|
+
*
|
|
2314
|
+
* @param request PhoneNumberStatusForRealRequest
|
|
2315
|
+
* @return PhoneNumberStatusForRealResponse
|
|
2316
|
+
*/
|
|
1778
2317
|
phoneNumberStatusForReal(request: PhoneNumberStatusForRealRequest): Promise<PhoneNumberStatusForRealResponse>;
|
|
2318
|
+
/**
|
|
2319
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2320
|
+
* * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2321
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2322
|
+
* ### [](#qps)QPS limits
|
|
2323
|
+
* You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2324
|
+
*
|
|
2325
|
+
* @param request PhoneNumberStatusForSmsRequest
|
|
2326
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2327
|
+
* @return PhoneNumberStatusForSmsResponse
|
|
2328
|
+
*/
|
|
1779
2329
|
phoneNumberStatusForSmsWithOptions(request: PhoneNumberStatusForSmsRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForSmsResponse>;
|
|
2330
|
+
/**
|
|
2331
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2332
|
+
* * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2333
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2334
|
+
* ### [](#qps)QPS limits
|
|
2335
|
+
* You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2336
|
+
*
|
|
2337
|
+
* @param request PhoneNumberStatusForSmsRequest
|
|
2338
|
+
* @return PhoneNumberStatusForSmsResponse
|
|
2339
|
+
*/
|
|
1780
2340
|
phoneNumberStatusForSms(request: PhoneNumberStatusForSmsRequest): Promise<PhoneNumberStatusForSmsResponse>;
|
|
2341
|
+
/**
|
|
2342
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2343
|
+
* * You are charged only if the value of Code is OK and the value of IsPrivacyNumber is true or false.
|
|
2344
|
+
* * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2345
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2346
|
+
* ### [](#qps)QPS limits
|
|
2347
|
+
* You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2348
|
+
*
|
|
2349
|
+
* @param request PhoneNumberStatusForVirtualRequest
|
|
2350
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2351
|
+
* @return PhoneNumberStatusForVirtualResponse
|
|
2352
|
+
*/
|
|
1781
2353
|
phoneNumberStatusForVirtualWithOptions(request: PhoneNumberStatusForVirtualRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForVirtualResponse>;
|
|
2354
|
+
/**
|
|
2355
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2356
|
+
* * You are charged only if the value of Code is OK and the value of IsPrivacyNumber is true or false.
|
|
2357
|
+
* * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2358
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2359
|
+
* ### [](#qps)QPS limits
|
|
2360
|
+
* You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2361
|
+
*
|
|
2362
|
+
* @param request PhoneNumberStatusForVirtualRequest
|
|
2363
|
+
* @return PhoneNumberStatusForVirtualResponse
|
|
2364
|
+
*/
|
|
1782
2365
|
phoneNumberStatusForVirtual(request: PhoneNumberStatusForVirtualRequest): Promise<PhoneNumberStatusForVirtualResponse>;
|
|
2366
|
+
/**
|
|
2367
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2368
|
+
* * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2369
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2370
|
+
* ### [](#qps)QPS limits
|
|
2371
|
+
* You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2372
|
+
*
|
|
2373
|
+
* @param request PhoneNumberStatusForVoiceRequest
|
|
2374
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2375
|
+
* @return PhoneNumberStatusForVoiceResponse
|
|
2376
|
+
*/
|
|
1783
2377
|
phoneNumberStatusForVoiceWithOptions(request: PhoneNumberStatusForVoiceRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForVoiceResponse>;
|
|
2378
|
+
/**
|
|
2379
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2380
|
+
* * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
|
|
2381
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2382
|
+
* ### [](#qps)QPS limits
|
|
2383
|
+
* You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2384
|
+
*
|
|
2385
|
+
* @param request PhoneNumberStatusForVoiceRequest
|
|
2386
|
+
* @return PhoneNumberStatusForVoiceResponse
|
|
2387
|
+
*/
|
|
1784
2388
|
phoneNumberStatusForVoice(request: PhoneNumberStatusForVoiceRequest): Promise<PhoneNumberStatusForVoiceResponse>;
|
|
1785
2389
|
queryAvailableAuthCodeWithOptions(request: QueryAvailableAuthCodeRequest, runtime: $Util.RuntimeOptions): Promise<QueryAvailableAuthCodeResponse>;
|
|
1786
2390
|
queryAvailableAuthCode(request: QueryAvailableAuthCodeRequest): Promise<QueryAvailableAuthCodeResponse>;
|
|
@@ -1792,8 +2396,52 @@ export default class Client extends OpenApi {
|
|
|
1792
2396
|
queryTagListPage(request: QueryTagListPageRequest): Promise<QueryTagListPageResponse>;
|
|
1793
2397
|
queryUsageStatisticsByTagIdWithOptions(request: QueryUsageStatisticsByTagIdRequest, runtime: $Util.RuntimeOptions): Promise<QueryUsageStatisticsByTagIdResponse>;
|
|
1794
2398
|
queryUsageStatisticsByTagId(request: QueryUsageStatisticsByTagIdRequest): Promise<QueryUsageStatisticsByTagIdResponse>;
|
|
2399
|
+
/**
|
|
2400
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2401
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2402
|
+
* * You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
|
|
2403
|
+
* ### [](#qps)QPS limits
|
|
2404
|
+
* You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2405
|
+
*
|
|
2406
|
+
* @param request ThreeElementsVerificationRequest
|
|
2407
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2408
|
+
* @return ThreeElementsVerificationResponse
|
|
2409
|
+
*/
|
|
1795
2410
|
threeElementsVerificationWithOptions(request: ThreeElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<ThreeElementsVerificationResponse>;
|
|
2411
|
+
/**
|
|
2412
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2413
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2414
|
+
* * You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
|
|
2415
|
+
* ### [](#qps)QPS limits
|
|
2416
|
+
* You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2417
|
+
*
|
|
2418
|
+
* @param request ThreeElementsVerificationRequest
|
|
2419
|
+
* @return ThreeElementsVerificationResponse
|
|
2420
|
+
*/
|
|
1796
2421
|
threeElementsVerification(request: ThreeElementsVerificationRequest): Promise<ThreeElementsVerificationResponse>;
|
|
2422
|
+
/**
|
|
2423
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2424
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2425
|
+
* * You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
|
|
2426
|
+
* ### [](#qps)QPS limits
|
|
2427
|
+
* You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2428
|
+
*
|
|
2429
|
+
* @param request TwoElementsVerificationRequest
|
|
2430
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2431
|
+
* @return TwoElementsVerificationResponse
|
|
2432
|
+
*/
|
|
1797
2433
|
twoElementsVerificationWithOptions(request: TwoElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<TwoElementsVerificationResponse>;
|
|
2434
|
+
/**
|
|
2435
|
+
* * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
|
|
2436
|
+
* * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
|
|
2437
|
+
* * You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
|
|
2438
|
+
* ### [](#qps)QPS limits
|
|
2439
|
+
* You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2440
|
+
*
|
|
2441
|
+
* @param request TwoElementsVerificationRequest
|
|
2442
|
+
* @return TwoElementsVerificationResponse
|
|
2443
|
+
*/
|
|
1798
2444
|
twoElementsVerification(request: TwoElementsVerificationRequest): Promise<TwoElementsVerificationResponse>;
|
|
2445
|
+
uAIDVerificationWithOptions(request: UAIDVerificationRequest, runtime: $Util.RuntimeOptions): Promise<UAIDVerificationResponse>;
|
|
2446
|
+
uAIDVerification(request: UAIDVerificationRequest): Promise<UAIDVerificationResponse>;
|
|
1799
2447
|
}
|