tencentcloud-sdk-nodejs-thpc 4.1.137 → 4.1.138

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-thpc",
3
- "version": "4.1.137",
3
+ "version": "4.1.138",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2114,7 +2114,7 @@ export interface CreateWorkspacesRequest {
2114
2114
  */
2115
2115
  SpaceName?: string;
2116
2116
  /**
2117
- * 工作空间登陆设置
2117
+ * 工作空间登录设置
2118
2118
  */
2119
2119
  LoginSettings?: LoginSettings;
2120
2120
  /**