tencentcloud-sdk-nodejs-wedata 4.1.202 → 4.1.204
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
|
@@ -4803,6 +4803,11 @@ export interface ProjectUserRole {
|
|
|
4803
4803
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4804
4804
|
*/
|
|
4805
4805
|
Status?: number;
|
|
4806
|
+
/**
|
|
4807
|
+
* 0: 普通用户 1: entraId用户
|
|
4808
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4809
|
+
*/
|
|
4810
|
+
UserTag?: number;
|
|
4806
4811
|
}
|
|
4807
4812
|
/**
|
|
4808
4813
|
* DownloadLogByLine请求参数结构体
|
|
@@ -10793,6 +10798,11 @@ export interface BaseUser {
|
|
|
10793
10798
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10794
10799
|
*/
|
|
10795
10800
|
Email?: string;
|
|
10801
|
+
/**
|
|
10802
|
+
* 0: 普通用户 1: entraId用户
|
|
10803
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10804
|
+
*/
|
|
10805
|
+
UserTag?: number;
|
|
10796
10806
|
}
|
|
10797
10807
|
/**
|
|
10798
10808
|
* 实例检索条件
|