tencentcloud-sdk-nodejs-tse 4.1.169 → 4.1.181

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-tse",
3
- "version": "4.1.169",
3
+ "version": "4.1.181",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -91,7 +91,6 @@ export interface GovernanceAlias {
91
91
  Editable?: boolean;
92
92
  /**
93
93
  * 元数据信息
94
- 注意:此字段可能返回 null,表示取不到有效值。
95
94
  */
96
95
  Metadatas?: Array<Metadata>;
97
96
  }
@@ -3595,7 +3594,6 @@ export interface GovernanceServiceContract {
3595
3594
  Interfaces?: Array<GovernanceInterfaceDescription>;
3596
3595
  /**
3597
3596
  * 元数据
3598
- 注意:此字段可能返回 null,表示取不到有效值。
3599
3597
  */
3600
3598
  Metadatas?: Array<Metadata>;
3601
3599
  }
@@ -4636,7 +4634,6 @@ export interface GovernanceNamespace {
4636
4634
  SyncToGlobalRegistry?: boolean;
4637
4635
  /**
4638
4636
  * 元数据
4639
- 注意:此字段可能返回 null,表示取不到有效值。
4640
4637
  */
4641
4638
  Metadatas?: Array<Metadata>;
4642
4639
  }