tencentcloud-sdk-nodejs-tke 4.1.6 → 4.1.8

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-tke",
3
- "version": "4.1.6",
3
+ "version": "4.1.8",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4551,12 +4551,10 @@ export interface OIDCConfigAuthenticationOptions {
4551
4551
  export interface DescribeOSImagesResponse {
4552
4552
  /**
4553
4553
  * 镜像信息列表
4554
- 注意:此字段可能返回 null,表示取不到有效值。
4555
4554
  */
4556
4555
  OSImageSeriesSet?: Array<OSImage>;
4557
4556
  /**
4558
4557
  * 镜像数量
4559
- 注意:此字段可能返回 null,表示取不到有效值。
4560
4558
  */
4561
4559
  TotalCount?: number;
4562
4560
  /**