tencentcloud-sdk-nodejs-cam 4.1.256 → 4.1.259

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-cam",
3
- "version": "4.1.256",
3
+ "version": "4.1.259",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1729,33 +1729,37 @@ export interface UpdateAssumeRolePolicyRequest {
1729
1729
  */
1730
1730
  export interface LoginActionFlag {
1731
1731
  /**
1732
- * 0: 非安全手机校验 1: 安全手机校验。
1732
+ * <p>0: 非安全手机校验 1: 安全手机校验。</p>
1733
1733
  */
1734
1734
  Phone?: number;
1735
1735
  /**
1736
- * 0: 非硬token校验 1: 硬token校验。
1736
+ * <p>0: 非硬token校验 1: 硬token校验。</p>
1737
1737
  */
1738
1738
  Token?: number;
1739
1739
  /**
1740
- * 0: 非软token校验 1: 软token校验
1740
+ * <p>0: 非软token校验 1: 软token校验</p>
1741
1741
  */
1742
1742
  Stoken?: number;
1743
1743
  /**
1744
- * 0: 非微信校验 1: 微信校验
1744
+ * <p>0: 非微信校验 1: 微信校验</p>
1745
1745
  */
1746
1746
  Wechat?: number;
1747
1747
  /**
1748
- * 0: 非自定义校验 1: 自定义校验
1748
+ * <p>0: 非自定义校验 1: 自定义校验</p>
1749
1749
  */
1750
1750
  Custom?: number;
1751
1751
  /**
1752
- * 0: 非邮箱校验 1: 邮箱校验
1752
+ * <p>0: 非邮箱校验 1: 邮箱校验</p>
1753
1753
  */
1754
1754
  Mail?: number;
1755
1755
  /**
1756
- * 0: 非u2f硬件token 1: u2f硬件token
1756
+ * <p>0: 非u2f硬件token 1: u2f硬件token</p>
1757
1757
  */
1758
1758
  U2FToken?: number;
1759
+ /**
1760
+ * <p>0: 非passkey 校验 1: passkey校验</p>
1761
+ */
1762
+ Passkey?: number;
1759
1763
  }
1760
1764
  /**
1761
1765
  * ListAccounts返回参数结构体