tencentcloud-sdk-nodejs-intl-en 3.0.937 → 3.0.939
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/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.939";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -4320,7 +4320,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4320
4320
|
}
|
|
4321
4321
|
|
|
4322
4322
|
/**
|
|
4323
|
-
*
|
|
4323
|
+
* Macao ID Card
|
|
4324
4324
|
* @class
|
|
4325
4325
|
*/
|
|
4326
4326
|
class MacaoIDCard extends AbstractModel {
|
|
@@ -4328,61 +4328,71 @@ class MacaoIDCard extends AbstractModel {
|
|
|
4328
4328
|
super();
|
|
4329
4329
|
|
|
4330
4330
|
/**
|
|
4331
|
-
*
|
|
4331
|
+
* First name
|
|
4332
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4332
4333
|
* @type {string || null}
|
|
4333
4334
|
*/
|
|
4334
4335
|
this.FirstName = null;
|
|
4335
4336
|
|
|
4336
4337
|
/**
|
|
4337
|
-
*
|
|
4338
|
+
* Last name
|
|
4339
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4338
4340
|
* @type {string || null}
|
|
4339
4341
|
*/
|
|
4340
4342
|
this.LastName = null;
|
|
4341
4343
|
|
|
4342
4344
|
/**
|
|
4343
|
-
*
|
|
4345
|
+
* Birthday
|
|
4346
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4344
4347
|
* @type {string || null}
|
|
4345
4348
|
*/
|
|
4346
4349
|
this.Birthday = null;
|
|
4347
4350
|
|
|
4348
4351
|
/**
|
|
4349
|
-
*
|
|
4352
|
+
* Expiration date
|
|
4353
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4350
4354
|
* @type {string || null}
|
|
4351
4355
|
*/
|
|
4352
4356
|
this.ExpirationDate = null;
|
|
4353
4357
|
|
|
4354
4358
|
/**
|
|
4355
|
-
*
|
|
4359
|
+
* License number
|
|
4360
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4356
4361
|
* @type {string || null}
|
|
4357
4362
|
*/
|
|
4358
4363
|
this.LicenseNumber = null;
|
|
4359
4364
|
|
|
4360
4365
|
/**
|
|
4361
|
-
*
|
|
4366
|
+
* Sex
|
|
4367
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4362
4368
|
* @type {string || null}
|
|
4363
4369
|
*/
|
|
4364
4370
|
this.Sex = null;
|
|
4365
4371
|
|
|
4366
4372
|
/**
|
|
4367
|
-
*
|
|
4373
|
+
* Age
|
|
4374
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4368
4375
|
* @type {string || null}
|
|
4369
4376
|
*/
|
|
4370
4377
|
this.Age = null;
|
|
4371
4378
|
|
|
4372
4379
|
/**
|
|
4373
|
-
*
|
|
4380
|
+
* Issued country
|
|
4381
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4374
4382
|
* @type {string || null}
|
|
4375
4383
|
*/
|
|
4376
4384
|
this.IssuedCountry = null;
|
|
4377
4385
|
|
|
4378
4386
|
/**
|
|
4379
|
-
*
|
|
4387
|
+
* MRZ1 on card
|
|
4388
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4380
4389
|
* @type {string || null}
|
|
4381
4390
|
*/
|
|
4382
4391
|
this.Field1 = null;
|
|
4383
4392
|
|
|
4384
4393
|
/**
|
|
4385
|
-
*
|
|
4394
|
+
* MRZ2 on card
|
|
4395
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4386
4396
|
* @type {string || null}
|
|
4387
4397
|
*/
|
|
4388
4398
|
this.Field2 = null;
|
|
@@ -601,7 +601,8 @@ class AddSmsTemplateRequest extends AbstractModel {
|
|
|
601
601
|
this.TemplateContent = null;
|
|
602
602
|
|
|
603
603
|
/**
|
|
604
|
-
* SMS type.
|
|
604
|
+
* SMS type. 1: Marketing SMS, 2: Notification SMS, 3: OTP SMS.
|
|
605
|
+
Note: The "Regular SMS" type template currently still supports submission. However, in order to further improve the quality of SMS service and increase the approval rate of SMS templates, it is recommended to apply for a new template according to the "Notification SMS" type or the "OTP SMS" type. You can Refer to [Optimization of Tencent Cloud SMS Template Types](https://www.tencentcloud.com/document/product/382/60410).
|
|
605
606
|
* @type {number || null}
|
|
606
607
|
*/
|
|
607
608
|
this.SmsType = null;
|
|
@@ -665,7 +666,8 @@ class ModifySmsTemplateRequest extends AbstractModel {
|
|
|
665
666
|
this.TemplateContent = null;
|
|
666
667
|
|
|
667
668
|
/**
|
|
668
|
-
* SMS type.
|
|
669
|
+
* SMS type. 1: Marketing SMS, 2: Notification SMS, 3: OTP SMS.
|
|
670
|
+
Note: The "Regular SMS" type template currently still supports submission. However, in order to further improve the quality of SMS service and increase the approval rate of SMS templates, it is recommended to apply for a new template according to the "Notification SMS" type or the "OTP SMS" type. You can Refer to [Optimization of Tencent Cloud SMS Template Types](https://www.tencentcloud.com/document/product/382/60410).
|
|
669
671
|
* @type {number || null}
|
|
670
672
|
*/
|
|
671
673
|
this.SmsType = null;
|
|
@@ -248,11 +248,10 @@ Currently, you can also [configure the callback](https://intl.cloud.tencent.com/
|
|
|
248
248
|
|
|
249
249
|
/**
|
|
250
250
|
* 1. This API is used to modify an SMS body template. Please read the [Tencent Cloud SMS Body Template Review Standards](https://intl.cloud.tencent.com/document/product/382/39023?from_cn_redirect=1) before making a modification.
|
|
251
|
-
2.
|
|
251
|
+
2. Note: individual users cannot use this API to modify SMS body templates. For more information, please see [Identity Verification Overview](https://intl.cloud.tencent.com/document/product/378/3629?from_cn_redirect=1). If your account identity is individual, you can log in to the [console](https://console.cloud.tencent.com/smsv2) to modify SMS body templates.
|
|
252
252
|
3. Modifications can be made only if the body template status is **Pending Review** or **Rejected**. **Approved** body templates cannot be modified.
|
|
253
253
|
>- Note: because of the improved security of **TencentCloud API 3.0**, **API authentication** is more complicated. We recommend you use the Tencent Cloud SMS service with the SDK.
|
|
254
254
|
>- You can run this API directly in [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2019-07-11&Action=SendSms), which eliminates the signature calculation steps. After it is executed successfully, API Explorer can **automatically generate** SDK code samples.
|
|
255
|
-
|
|
256
255
|
* @param {ModifySmsTemplateRequest} req
|
|
257
256
|
* @param {function(string, ModifySmsTemplateResponse):void} cb
|
|
258
257
|
* @public
|
|
@@ -304,7 +303,7 @@ Currently, you can also [configure the reply callback](https://intl.cloud.tencen
|
|
|
304
303
|
|
|
305
304
|
/**
|
|
306
305
|
* 1. This API is used to add an SMS template. You need to read the [Tencent Cloud SMS Body Template Review Standards](https://intl.cloud.tencent.com/zh/document/product/382/40659) before starting an application.
|
|
307
|
-
2.
|
|
306
|
+
2. Note: individual users cannot use this API to apply for SMS body templates. For more information, see [Identity Verification Overview](https://intl.cloud.tencent.com/zh/document/product/378/3629). If your account identity is individual, you can log in to the [console](https://console.cloud.tencent.com/smsv2) to apply for SMS body templates.
|
|
308
307
|
>- Note: because of the improved security of **TencentCloud API 3.0**, **API authentication** is more complicated. We recommend you use the Tencent Cloud SMS service with the SDK.
|
|
309
308
|
>- You can run this API directly in [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2021-01-11&Action=SendSms), which eliminates the signature calculation steps. After it is executed successfully, API Explorer can **automatically generate** SDK code samples.
|
|
310
309
|
* @param {AddSmsTemplateRequest} req
|