tencentcloud-sdk-nodejs-csip 4.1.173 → 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-csip",
3
- "version": "4.1.173",
3
+ "version": "4.1.180",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8866,7 +8866,7 @@ export interface DescribeAccessKeyRiskDetailRequest {
8866
8866
  */
8867
8867
  export interface ModifyOrganizationAccountStatusRequest {
8868
8868
  /**
8869
- * 修改集团账号状态,1 开启, 2关闭
8869
+ * 修改集团账号状态,1 开启, 0关闭
8870
8870
  */
8871
8871
  Status: number;
8872
8872
  /**