tencentcloud-sdk-nodejs 4.1.231 → 4.1.233

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.
Files changed (54) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/ai3d/v20250513/ai3d_client.js +6 -0
  3. package/es/services/csip/v20221121/csip_client.js +181 -46
  4. package/es/services/iotexplorer/v20190423/iotexplorer_client.js +3 -0
  5. package/es/services/rum/v20210622/rum_client.js +173 -155
  6. package/es/services/vod/v20180717/vod_client.js +9 -6
  7. package/es/services/waf/v20180125/waf_client.js +5 -2
  8. package/package.json +1 -1
  9. package/tencentcloud/common/sdk_version.d.ts +1 -1
  10. package/tencentcloud/common/sdk_version.js +1 -1
  11. package/tencentcloud/services/ai3d/v20250513/ai3d_client.d.ts +11 -1
  12. package/tencentcloud/services/ai3d/v20250513/ai3d_client.js +14 -0
  13. package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +60 -0
  14. package/tencentcloud/services/apis/v20240801/apis_models.d.ts +108 -52
  15. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +151 -23
  16. package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +6 -6
  17. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +108 -91
  18. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +227 -47
  19. package/tencentcloud/services/csip/v20221121/csip_client.js +339 -69
  20. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +3392 -940
  21. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
  22. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
  23. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +48 -57
  24. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +1 -1
  25. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +1 -1
  26. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +34 -51
  27. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +24 -48
  28. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
  29. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  30. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  31. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +30 -12
  32. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +13 -1
  33. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +0 -2
  34. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +12 -8
  35. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +27 -46
  36. package/tencentcloud/services/rce/v20250425/rce_models.d.ts +8 -8
  37. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +183 -159
  38. package/tencentcloud/services/rum/v20210622/rum_client.js +273 -237
  39. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +344 -84
  40. package/tencentcloud/services/svp/v20240125/svp_models.d.ts +14 -10
  41. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +5 -5
  42. package/tencentcloud/services/tcb/v20180608/tcb_client.js +5 -5
  43. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +16 -30
  44. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +6 -6
  45. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +101 -119
  46. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +22 -18
  47. package/tencentcloud/services/vod/v20180717/vod_client.js +26 -20
  48. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +91 -19
  49. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +7 -3
  50. package/tencentcloud/services/waf/v20180125/waf_client.js +9 -3
  51. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +22 -0
  52. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
  53. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +101 -68
  54. package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +62 -30
@@ -3,83 +3,84 @@
3
3
  */
4
4
  export interface UpdateUserRequest {
5
5
  /**
6
- * 用户ID
6
+ * <p>用户ID</p>
7
7
  */
8
8
  UserId: string;
9
9
  /**
10
- * 用户目录ID
10
+ * <p>用户目录ID</p>
11
11
  */
12
12
  UserStoreId: string;
13
13
  /**
14
- * 用户名称
14
+ * <p>用户名称</p>
15
15
  */
16
16
  UserName?: string;
17
17
  /**
18
- * 手机号码
18
+ * <p>手机号码</p>
19
19
  */
20
20
  PhoneNumber?: string;
21
21
  /**
22
- * 邮箱
22
+ * <p>邮箱</p>
23
23
  */
24
24
  Email?: string;
25
25
  /**
26
- * 昵称
26
+ * <p>昵称</p>
27
27
  */
28
28
  Nickname?: string;
29
29
  /**
30
- * 地址
30
+ * <p>地址</p>
31
31
  */
32
32
  Address?: string;
33
33
  /**
34
- * 用户组
34
+ * <p>用户组</p>
35
35
  */
36
36
  UserGroup?: Array<string>;
37
37
  /**
38
- * 生日
38
+ * <p>生日</p>
39
39
  */
40
40
  Birthdate?: number;
41
41
  /**
42
- * 自定义属性
42
+ * <p>自定义属性</p>
43
43
  */
44
44
  CustomizationAttributes?: Array<MemberMap>;
45
45
  /**
46
- * 索引字段1
46
+ * <p>索引字段1</p>
47
47
  */
48
48
  IndexedAttribute1?: string;
49
49
  /**
50
- * 索引字段2
50
+ * <p>索引字段2</p>
51
51
  */
52
52
  IndexedAttribute2?: string;
53
53
  /**
54
- * 索引字段3
54
+ * <p>索引字段3</p>
55
55
  */
56
56
  IndexedAttribute3?: string;
57
57
  /**
58
- * 索引字段4
58
+ * <p>索引字段4</p>
59
59
  */
60
60
  IndexedAttribute4?: string;
61
61
  /**
62
- * 索引字段5
62
+ * <p>索引字段5</p>
63
63
  */
64
64
  IndexedAttribute5?: string;
65
+ /**
66
+ * <p>用户所属组织机构ID</p>
67
+ */
68
+ UserOrg?: Array<string>;
65
69
  }
66
70
  /**
67
71
  * DescribeUserById请求参数结构体
68
72
  */
69
73
  export interface DescribeUserByIdRequest {
70
74
  /**
71
- * 用户目录ID
75
+ * <p>用户目录ID</p>
72
76
  */
73
77
  UserStoreId: string;
74
78
  /**
75
- * 用户ID
79
+ * <p>用户ID</p>
76
80
  */
77
81
  UserId: string;
78
82
  /**
79
- * 返回信息是否为原文
80
-
81
- <li> **false** </li> 默认,返回信息为脱敏信息
82
- <li> **true** </li> 返回用户信息原文
83
+ * <p>返回信息是否为原文</p><li> **false** </li> 默认,返回信息为脱敏信息<li> **true** </li> 返回用户信息原文
83
84
  */
84
85
  Original?: boolean;
85
86
  }
@@ -88,22 +89,19 @@ export interface DescribeUserByIdRequest {
88
89
  */
89
90
  export interface ListUserRequest {
90
91
  /**
91
- * 用户目录ID
92
+ * <p>用户目录ID</p>
92
93
  */
93
94
  UserStoreId: string;
94
95
  /**
95
- * 分页数据
96
+ * <p>分页数据</p>
96
97
  */
97
98
  Pageable: Pageable;
98
99
  /**
99
- * Key可选值为condition、userGroupId
100
-
101
- <li> **condition** </li> Values = 查询条件,用户ID,用户名称,手机或邮箱
102
- <li> **userGroupId** </li> Values = 用户组ID
100
+ * <p>Key可选值为condition、userGroup、userOrg、weComUserOrg<li> <strong>condition</strong> </li> Values = 查询条件,用户ID,用户名称,手机或邮箱<li> <strong>userGroup</strong> </li> Values = 用户组ID<li> <strong>userOrg</strong> </li> Values = 用户所属机构ID<li> <strong>weComUserOrg</strong> </li> Values = 用户所属企业微信机构ID</p>
103
101
  */
104
102
  Filters?: Array<Filter>;
105
103
  /**
106
- * 返回信息是否为原文
104
+ * <p>返回信息是否为原文</p>
107
105
  */
108
106
  Original?: boolean;
109
107
  }
@@ -465,7 +463,7 @@ export interface ListUserByPropertyRequest {
465
463
  */
466
464
  export interface CreateUserResponse {
467
465
  /**
468
- * 创建的用户信息
466
+ * <p>创建的用户信息</p>
469
467
  */
470
468
  User?: User;
471
469
  /**
@@ -621,7 +619,7 @@ export interface CreateUserStoreRequest {
621
619
  */
622
620
  export interface DescribeUserByIdResponse {
623
621
  /**
624
- * 用户信息
622
+ * <p>用户信息</p>
625
623
  注意:此字段可能返回 null,表示取不到有效值。
626
624
  */
627
625
  User?: User;
@@ -735,205 +733,220 @@ export interface DeleteUserGroupsRequest {
735
733
  */
736
734
  export interface User {
737
735
  /**
738
- * 用户ID
736
+ * <p>用户ID</p>
739
737
  */
740
738
  UserId?: string;
741
739
  /**
742
- * 用户名
740
+ * <p>用户名</p>
743
741
  注意:此字段可能返回 null,表示取不到有效值。
744
742
  */
745
743
  UserName?: string;
746
744
  /**
747
- * 手机号
745
+ * <p>手机号</p>
748
746
  注意:此字段可能返回 null,表示取不到有效值。
749
747
  */
750
748
  PhoneNumber?: string;
751
749
  /**
752
- * 邮箱
750
+ * <p>邮箱</p>
753
751
  注意:此字段可能返回 null,表示取不到有效值。
754
752
  */
755
753
  Email?: string;
756
754
  /**
757
- * 上次登录时间
755
+ * <p>上次登录时间</p>
758
756
  注意:此字段可能返回 null,表示取不到有效值。
759
757
  */
760
758
  LastSignOn?: number;
761
759
  /**
762
- * 创建时间
760
+ * <p>创建时间</p>
763
761
  */
764
762
  CreatedDate?: number;
765
763
  /**
766
- * 状态
764
+ * <p>状态</p>
767
765
  */
768
766
  Status?: string;
769
767
  /**
770
- * 用户来源
768
+ * <p>用户来源</p>
771
769
  */
772
770
  UserDataSourceEnum?: string;
773
771
  /**
774
- * 昵称
772
+ * <p>昵称</p>
775
773
  注意:此字段可能返回 null,表示取不到有效值。
776
774
  */
777
775
  Nickname?: string;
778
776
  /**
779
- * 地址
777
+ * <p>地址</p>
780
778
  注意:此字段可能返回 null,表示取不到有效值。
781
779
  */
782
780
  Address?: string;
783
781
  /**
784
- * 生日
782
+ * <p>生日</p>
785
783
  注意:此字段可能返回 null,表示取不到有效值。
786
784
  */
787
785
  Birthdate?: number;
788
786
  /**
789
- * 用户组ID
787
+ * <p>用户组ID</p>
790
788
  注意:此字段可能返回 null,表示取不到有效值。
791
789
  */
792
790
  UserGroups?: Array<string>;
793
791
  /**
794
- * 上次修改时间
792
+ * <p>用户组名称</p>
793
+ 注意:此字段可能返回 null,表示取不到有效值。
794
+ */
795
+ UserGroupNames?: Array<string>;
796
+ /**
797
+ * <p>上次修改时间</p>
795
798
  注意:此字段可能返回 null,表示取不到有效值。
796
799
  */
797
800
  LastModifiedDate?: number;
798
801
  /**
799
- * 自定义属性
802
+ * <p>自定义属性</p>
800
803
  */
801
804
  CustomAttributes?: Array<MemberMap>;
802
805
  /**
803
- * 身份证号
806
+ * <p>身份证号</p>
804
807
  注意:此字段可能返回 null,表示取不到有效值。
805
808
  */
806
809
  ResidentIdentityCard?: string;
807
810
  /**
808
- * QQ的OpenId
811
+ * <p>QQ的OpenId</p>
809
812
  注意:此字段可能返回 null,表示取不到有效值。
810
813
  */
811
814
  QqOpenId?: string;
812
815
  /**
813
- * QQ的UnionId
816
+ * <p>QQ的UnionId</p>
814
817
  注意:此字段可能返回 null,表示取不到有效值。
815
818
  */
816
819
  QqUnionId?: string;
817
820
  /**
818
- * 微信的WechatOpenId
821
+ * <p>微信的WechatOpenId</p>
819
822
  注意:此字段可能返回 null,表示取不到有效值。
820
823
  */
821
824
  WechatOpenId?: string;
822
825
  /**
823
- * 微信的WechatUnionId
826
+ * <p>微信的WechatUnionId</p>
824
827
  注意:此字段可能返回 null,表示取不到有效值。
825
828
  */
826
829
  WechatUnionId?: string;
827
830
  /**
828
- * 支付宝的AlipayUserId
831
+ * <p>支付宝的AlipayUserId</p>
829
832
  注意:此字段可能返回 null,表示取不到有效值。
830
833
  */
831
834
  AlipayUserId?: string;
832
835
  /**
833
- * 企业微信的WeComUserId
836
+ * <p>企业微信的WeComUserId</p>
834
837
  注意:此字段可能返回 null,表示取不到有效值。
835
838
  */
836
839
  WeComUserId?: string;
837
840
  /**
838
- * 描述
841
+ * <p>描述</p>
839
842
  注意:此字段可能返回 null,表示取不到有效值。
840
843
  */
841
844
  Description?: string;
842
845
  /**
843
- * 姓名
846
+ * <p>姓名</p>
844
847
  注意:此字段可能返回 null,表示取不到有效值。
845
848
  */
846
849
  Name?: string;
847
850
  /**
848
- * 坐标
851
+ * <p>坐标</p>
849
852
  注意:此字段可能返回 null,表示取不到有效值。
850
853
  */
851
854
  Locale?: string;
852
855
  /**
853
- * 性别
856
+ * <p>性别</p>
854
857
  注意:此字段可能返回 null,表示取不到有效值。
855
858
  */
856
859
  Gender?: string;
857
860
  /**
858
- * 实名核验方式
861
+ * <p>实名核验方式</p>
859
862
  注意:此字段可能返回 null,表示取不到有效值。
860
863
  */
861
864
  IdentityVerificationMethod?: string;
862
865
  /**
863
- * 是否已经实名核验
866
+ * <p>是否已经实名核验</p>
864
867
  */
865
868
  IdentityVerified?: boolean;
866
869
  /**
867
- * 工作
870
+ * <p>工作</p>
868
871
  注意:此字段可能返回 null,表示取不到有效值。
869
872
  */
870
873
  Job?: string;
871
874
  /**
872
- * 国家
875
+ * <p>国家</p>
873
876
  注意:此字段可能返回 null,表示取不到有效值。
874
877
  */
875
878
  Nationality?: string;
876
879
  /**
877
- * 是否主账号(进行过账号融合后,主账号为true,从账号为false
880
+ * <p>是否主账号(进行过账号融合后,主账号为true,从账号为false)</p>
878
881
  */
879
882
  Primary?: boolean;
880
883
  /**
881
- * 时区
884
+ * <p>时区</p>
882
885
  注意:此字段可能返回 null,表示取不到有效值。
883
886
  */
884
887
  Zone?: string;
885
888
  /**
886
- * 是否已经首次登录
889
+ * <p>是否已经首次登录</p>
887
890
  */
888
891
  AlreadyFirstLogin?: boolean;
889
892
  /**
890
- * 租户id
893
+ * <p>租户id</p>
891
894
  */
892
895
  TenantId?: string;
893
896
  /**
894
- * 用户目录id
897
+ * <p>用户目录id</p>
895
898
  */
896
899
  UserStoreId?: string;
897
900
  /**
898
- * 版本
901
+ * <p>版本</p>
899
902
  注意:此字段可能返回 null,表示取不到有效值。
900
903
  */
901
904
  Version?: number;
902
905
  /**
903
- * 锁定类型(分为管理员锁定,和登录策略锁定)
906
+ * <p>锁定类型(分为管理员锁定,和登录策略锁定)</p>
904
907
  注意:此字段可能返回 null,表示取不到有效值。
905
908
  */
906
909
  LockType?: string;
907
910
  /**
908
- * 锁定时间点
911
+ * <p>锁定时间点</p>
909
912
  注意:此字段可能返回 null,表示取不到有效值。
910
913
  */
911
914
  LockTime?: number;
912
915
  /**
913
- * 索引字段1
916
+ * <p>索引字段1</p>
914
917
  注意:此字段可能返回 null,表示取不到有效值。
915
918
  */
916
919
  IndexedAttribute1?: string;
917
920
  /**
918
- * 索引字段2
921
+ * <p>索引字段2</p>
919
922
  注意:此字段可能返回 null,表示取不到有效值。
920
923
  */
921
924
  IndexedAttribute2?: string;
922
925
  /**
923
- * 索引字段3
926
+ * <p>索引字段3</p>
924
927
  注意:此字段可能返回 null,表示取不到有效值。
925
928
  */
926
929
  IndexedAttribute3?: string;
927
930
  /**
928
- * 索引字段4
931
+ * <p>索引字段4</p>
929
932
  注意:此字段可能返回 null,表示取不到有效值。
930
933
  */
931
934
  IndexedAttribute4?: string;
932
935
  /**
933
- * 索引字段5
936
+ * <p>索引字段5</p>
934
937
  注意:此字段可能返回 null,表示取不到有效值。
935
938
  */
936
939
  IndexedAttribute5?: string;
940
+ /**
941
+ * <p>用户所属组织机构ID</p>
942
+ 注意:此字段可能返回 null,表示取不到有效值。
943
+ */
944
+ UserOrgs?: Array<string>;
945
+ /**
946
+ * <p>用户所属企业微信组织机构</p>
947
+ 注意:此字段可能返回 null,表示取不到有效值。
948
+ */
949
+ WeComUserOrgs?: Array<number | bigint>;
937
950
  }
938
951
  /**
939
952
  * 用户组删除时关联的应用信息
@@ -1038,7 +1051,7 @@ export interface ListUserGroupsResponse {
1038
1051
  */
1039
1052
  export interface UpdateUserResponse {
1040
1053
  /**
1041
- * 更新之后的用户信息
1054
+ * <p>更新之后的用户信息</p>
1042
1055
  */
1043
1056
  User?: User;
1044
1057
  /**
@@ -1163,65 +1176,69 @@ export interface LinkAccountResponse {
1163
1176
  */
1164
1177
  export interface CreateUserRequest {
1165
1178
  /**
1166
- * 用户目录ID
1179
+ * <p>用户目录ID</p>
1167
1180
  */
1168
1181
  UserStoreId: string;
1169
1182
  /**
1170
- * 手机号码
1183
+ * <p>手机号码</p>
1171
1184
  */
1172
1185
  PhoneNumber: string;
1173
1186
  /**
1174
- * 邮箱
1187
+ * <p>邮箱</p>
1175
1188
  */
1176
1189
  Email: string;
1177
1190
  /**
1178
- * 密码
1191
+ * <p>密码</p>
1179
1192
  */
1180
1193
  Password: string;
1181
1194
  /**
1182
- * 用户名
1195
+ * <p>用户名</p>
1183
1196
  */
1184
1197
  UserName: string;
1185
1198
  /**
1186
- * 昵称
1199
+ * <p>昵称</p>
1187
1200
  */
1188
1201
  Nickname?: string;
1189
1202
  /**
1190
- * 地址
1203
+ * <p>地址</p>
1191
1204
  */
1192
1205
  Address?: string;
1193
1206
  /**
1194
- * 用户组ID
1207
+ * <p>用户组ID</p>
1195
1208
  */
1196
1209
  UserGroup?: Array<string>;
1197
1210
  /**
1198
- * 生日
1211
+ * <p>生日</p>
1199
1212
  */
1200
1213
  Birthdate?: number;
1201
1214
  /**
1202
- * 自定义属性
1215
+ * <p>自定义属性</p>
1203
1216
  */
1204
1217
  CustomizationAttributes?: Array<MemberMap>;
1205
1218
  /**
1206
- * 索引字段1
1219
+ * <p>索引字段1</p>
1207
1220
  */
1208
1221
  IndexedAttribute1?: string;
1209
1222
  /**
1210
- * 索引字段2
1223
+ * <p>索引字段2</p>
1211
1224
  */
1212
1225
  IndexedAttribute2?: string;
1213
1226
  /**
1214
- * 索引字段3
1227
+ * <p>索引字段3</p>
1215
1228
  */
1216
1229
  IndexedAttribute3?: string;
1217
1230
  /**
1218
- * 索引字段4
1231
+ * <p>索引字段4</p>
1219
1232
  */
1220
1233
  IndexedAttribute4?: string;
1221
1234
  /**
1222
- * 索引字段5
1235
+ * <p>索引字段5</p>
1223
1236
  */
1224
1237
  IndexedAttribute5?: string;
1238
+ /**
1239
+ * <p>用户所属组织机构ID</p>
1240
+ */
1241
+ UserOrg?: Array<string>;
1225
1242
  }
1226
1243
  /**
1227
1244
  * DeleteUserStore请求参数结构体
@@ -1446,16 +1463,16 @@ export interface DescribeUserResponse {
1446
1463
  */
1447
1464
  export interface ListUserResponse {
1448
1465
  /**
1449
- * 总条数
1466
+ * <p>总条数</p>
1450
1467
  */
1451
1468
  Total?: number;
1452
1469
  /**
1453
- * 分页对象
1470
+ * <p>分页对象</p>
1454
1471
  注意:此字段可能返回 null,表示取不到有效值。
1455
1472
  */
1456
1473
  Pageable?: Pageable;
1457
1474
  /**
1458
- * 用户列表
1475
+ * <p>用户列表</p>
1459
1476
  */
1460
1477
  Content?: Array<User>;
1461
1478
  /**