tencentcloud-sdk-nodejs-oceanus 4.1.129 → 4.1.130

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-oceanus",
3
- "version": "4.1.129",
3
+ "version": "4.1.130",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -845,6 +845,10 @@ export interface TreeJobSets {
845
845
  注意:此字段可能返回 null,表示取不到有效值。
846
846
  */
847
847
  DecodeSqlCode?: string;
848
+ /**
849
+ * 发布版本配置id
850
+ */
851
+ PublishedJobConfigId?: number;
848
852
  }
849
853
  /**
850
854
  * 资源详细描述
@@ -3485,10 +3489,14 @@ export interface JobV1 {
3485
3489
  */
3486
3490
  ClusterName?: string;
3487
3491
  /**
3488
- * 最新配置版本号
3492
+ * 最新配置版本号,包括已经删除的版本
3489
3493
  注意:此字段可能返回 null,表示取不到有效值。
3490
3494
  */
3491
3495
  LatestJobConfigVersion?: number;
3496
+ /**
3497
+ * 最新的版本号,不包括已经删除的版本号
3498
+ */
3499
+ LatestValidJobConfigVersion?: number;
3492
3500
  /**
3493
3501
  * 已发布的配置版本
3494
3502
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3599,6 +3607,10 @@ export interface JobV1 {
3599
3607
  * 停止持续告警
3600
3608
  */
3601
3609
  ContinueAlarm?: number;
3610
+ /**
3611
+ * 作业重启次数
3612
+ */
3613
+ RestartCount?: number;
3602
3614
  }
3603
3615
  /**
3604
3616
  * 作业配置详情