tencentcloud-sdk-nodejs-wedata 4.1.129 → 4.1.130

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.
@@ -168,6 +168,7 @@ export interface CreateDataSourceRequest {
168
168
  - GDB
169
169
  - TDENGINE
170
170
  - TDSQLC
171
+ - FileSystem
171
172
 
172
173
  */
173
174
  Type: string;
@@ -6456,7 +6457,7 @@ export interface CreateProjectMemberRequest {
6456
6457
  /**
6457
6458
  * 用户id
6458
6459
  */
6459
- UseUins: Array<string>;
6460
+ UserUins: Array<string>;
6460
6461
  /**
6461
6462
  * 角色id
6462
6463
  */
@@ -8172,13 +8173,13 @@ export interface ListDatabasePage {
8172
8173
  */
8173
8174
  export interface ListResourceGroupsRequest {
8174
8175
  /**
8175
- * 执行资源组类型,不能为空
8176
+ * 执行资源组类型
8176
8177
 
8177
8178
  - Schedule --- 调度资源组
8178
8179
  - Integration --- 集成资源组
8179
8180
  - DataService -- 数据服务资源组
8180
8181
  */
8181
- Type: string;
8182
+ Type?: string;
8182
8183
  /**
8183
8184
  * 资源组id
8184
8185
  */