tencentcloud-sdk-nodejs-tcb 4.1.306 → 4.1.308

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,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tcb",
3
- "version": "4.1.306",
3
+ "version": "4.1.308",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4432,7 +4432,7 @@ ErrorMessage:字符串(ErrorCode 非 0 时,返回错误信息)
4432
4432
  */
4433
4433
  export interface VerificationConfig {
4434
4434
  /**
4435
- * <p>短信验证码发送通道类型。</p><p>枚举值:</p><ul><li>default: 使用默认云开发短信包发送短信</li><li>apis: 使用云开发自定义 APIs 作为短信发送通道,需配合 Name 和 Method 参数使用。不传则不修改当前配置。</li><li>template: 自定义短信模板配置,需要配置TemplateProvider</li><li>function: 云函数通道(第三方短信服务商),需要配置CloudFunction</li></ul>
4435
+ * <p>短信验证码发送通道类型。</p><p>枚举值:</p><ul><li>default: 使用默认云开发短信包发送短信</li><li>apis: 使用云开发自定义 APIs 作为短信发送通道,需配合 Name 和 Method 参数使用。不传则不修改当前配置。</li><li>template: 自定义短信模板配置,需要配置TemplateProvider</li><li>function: 使用云函数作为短信发送通道,需配合 CloudFunction 参数使用</li></ul>
4436
4436
  注意:此字段可能返回 null,表示取不到有效值。
4437
4437
  */
4438
4438
  Type?: string;