tencentcloud-sdk-nodejs-oceanus 4.1.310 → 4.1.311

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.310",
3
+ "version": "4.1.311",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4307,6 +4307,18 @@ export interface JobV1 {
4307
4307
  * <p>负责人Uin</p>
4308
4308
  */
4309
4309
  ManagerUin?: string;
4310
+ /**
4311
+ * <p>启动位点</p>
4312
+ */
4313
+ StartupPoint?: string;
4314
+ /**
4315
+ * <p>是否有事件</p>
4316
+ */
4317
+ IsEvent?: boolean;
4318
+ /**
4319
+ * <p>是否告警</p>
4320
+ */
4321
+ IsAlarm?: boolean;
4310
4322
  }
4311
4323
  /**
4312
4324
  * 作业配置详情