tencentcloud-sdk-nodejs-cam 4.1.25 → 4.1.48
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
|
@@ -283,7 +283,6 @@ export interface LoginActionFlagIntl {
|
|
|
283
283
|
Mail?: number;
|
|
284
284
|
/**
|
|
285
285
|
* u2f硬件token
|
|
286
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
287
286
|
*/
|
|
288
287
|
U2FToken?: number;
|
|
289
288
|
}
|
|
@@ -1671,7 +1670,6 @@ export interface LoginActionFlag {
|
|
|
1671
1670
|
Mail?: number;
|
|
1672
1671
|
/**
|
|
1673
1672
|
* 0: 非u2f硬件token 1: u2f硬件token
|
|
1674
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1675
1673
|
*/
|
|
1676
1674
|
U2FToken?: number;
|
|
1677
1675
|
}
|
|
@@ -1818,45 +1816,43 @@ export interface SubAccountInfo {
|
|
|
1818
1816
|
/**
|
|
1819
1817
|
* 子用户用户 ID
|
|
1820
1818
|
*/
|
|
1821
|
-
Uin
|
|
1819
|
+
Uin?: number;
|
|
1822
1820
|
/**
|
|
1823
1821
|
* 子用户用户名
|
|
1824
1822
|
*/
|
|
1825
|
-
Name
|
|
1823
|
+
Name?: string;
|
|
1826
1824
|
/**
|
|
1827
1825
|
* 子用户 UID
|
|
1828
1826
|
*/
|
|
1829
|
-
Uid
|
|
1827
|
+
Uid?: number;
|
|
1830
1828
|
/**
|
|
1831
1829
|
* 子用户备注
|
|
1832
1830
|
*/
|
|
1833
|
-
Remark
|
|
1831
|
+
Remark?: string;
|
|
1834
1832
|
/**
|
|
1835
1833
|
* 子用户能否登录控制台
|
|
1836
1834
|
*/
|
|
1837
|
-
ConsoleLogin
|
|
1835
|
+
ConsoleLogin?: number;
|
|
1838
1836
|
/**
|
|
1839
1837
|
* 手机号
|
|
1840
1838
|
*/
|
|
1841
|
-
PhoneNum
|
|
1839
|
+
PhoneNum?: string;
|
|
1842
1840
|
/**
|
|
1843
1841
|
* 区号
|
|
1844
1842
|
*/
|
|
1845
|
-
CountryCode
|
|
1843
|
+
CountryCode?: string;
|
|
1846
1844
|
/**
|
|
1847
1845
|
* 邮箱
|
|
1848
1846
|
*/
|
|
1849
|
-
Email
|
|
1847
|
+
Email?: string;
|
|
1850
1848
|
/**
|
|
1851
1849
|
* 创建时间
|
|
1852
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1853
1850
|
*/
|
|
1854
|
-
CreateTime
|
|
1851
|
+
CreateTime?: string;
|
|
1855
1852
|
/**
|
|
1856
1853
|
* 昵称
|
|
1857
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1858
1854
|
*/
|
|
1859
|
-
NickName
|
|
1855
|
+
NickName?: string;
|
|
1860
1856
|
}
|
|
1861
1857
|
/**
|
|
1862
1858
|
* CreateGroup请求参数结构体
|