tencentcloud-sdk-nodejs-wedata 4.1.178 → 4.1.180

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-wedata",
3
- "version": "4.1.178",
3
+ "version": "4.1.180",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -11450,7 +11450,7 @@ export interface ListPermissionsRequest {
11450
11450
  - Metalake,固定为default
11451
11451
  - Catalog,取catalogName
11452
11452
  - Schema,取catalogName.SchemaName
11453
- - Table,,取catalogName.SchemaName.TableName
11453
+ - Table,取catalogName.SchemaName.TableName
11454
11454
  */
11455
11455
  Resource?: PrivilegeResource;
11456
11456
  /**