@gizone/rrs-client 4.2.0-alpha.371 → 4.2.0-alpha.373

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.
@@ -40,4 +40,10 @@ export interface OfflineAlertSubmitVo {
40
40
  * @memberof OfflineAlertSubmitVo
41
41
  */
42
42
  'reasonImage'?: Array<string>;
43
+ /**
44
+ * 预计执行时间(分钟)
45
+ * @type {number}
46
+ * @memberof OfflineAlertSubmitVo
47
+ */
48
+ 'estimateExecutionTime'?: number;
43
49
  }
@@ -40,4 +40,10 @@ export interface OfflineAlertSubmitVo {
40
40
  * @memberof OfflineAlertSubmitVo
41
41
  */
42
42
  'reasonImage'?: Array<string>;
43
+ /**
44
+ * 预计执行时间(分钟)
45
+ * @type {number}
46
+ * @memberof OfflineAlertSubmitVo
47
+ */
48
+ 'estimateExecutionTime'?: number;
43
49
  }
@@ -47,6 +47,12 @@ export interface OfflineAlertSubmitVo {
47
47
  * @memberof OfflineAlertSubmitVo
48
48
  */
49
49
  'reasonImage'?: Array<string>;
50
+ /**
51
+ * 预计执行时间(分钟)
52
+ * @type {number}
53
+ * @memberof OfflineAlertSubmitVo
54
+ */
55
+ 'estimateExecutionTime'?: number;
50
56
  }
51
57
 
52
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.0-alpha.371",
3
+ "version": "4.2.0-alpha.373",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {