tencentcloud-sdk-nodejs-wedata 4.0.1035 → 4.0.1043
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
|
@@ -3673,11 +3673,11 @@ export interface RegisterEventRequest {
|
|
|
3673
3673
|
*/
|
|
3674
3674
|
Owner: string
|
|
3675
3675
|
/**
|
|
3676
|
-
*
|
|
3676
|
+
* 必填,事件类型,默认值:TIME_SERIES
|
|
3677
3677
|
*/
|
|
3678
3678
|
EventType?: string
|
|
3679
3679
|
/**
|
|
3680
|
-
*
|
|
3680
|
+
* 必填,对应day: yyyyMMdd,对应HOUR:yyyyMMddHH,对应MIN:yyyyMMddHHmm,对应SECOND:yyyyMMddHHmmss,默认值:yyyyMMdd
|
|
3681
3681
|
*/
|
|
3682
3682
|
DimensionFormat?: string
|
|
3683
3683
|
/**
|
|
@@ -21604,6 +21604,10 @@ export interface RenewWorkflowSchedulerInfoDsRequest {
|
|
|
21604
21604
|
* 日历id
|
|
21605
21605
|
*/
|
|
21606
21606
|
CalendarId?: string
|
|
21607
|
+
/**
|
|
21608
|
+
* 时区
|
|
21609
|
+
*/
|
|
21610
|
+
ScheduleTimeZone?: string
|
|
21607
21611
|
}
|
|
21608
21612
|
|
|
21609
21613
|
/**
|
|
@@ -3556,11 +3556,11 @@ export interface RegisterEventRequest {
|
|
|
3556
3556
|
*/
|
|
3557
3557
|
Owner: string;
|
|
3558
3558
|
/**
|
|
3559
|
-
*
|
|
3559
|
+
* 必填,事件类型,默认值:TIME_SERIES
|
|
3560
3560
|
*/
|
|
3561
3561
|
EventType?: string;
|
|
3562
3562
|
/**
|
|
3563
|
-
*
|
|
3563
|
+
* 必填,对应day: yyyyMMdd,对应HOUR:yyyyMMddHH,对应MIN:yyyyMMddHHmm,对应SECOND:yyyyMMddHHmmss,默认值:yyyyMMdd
|
|
3564
3564
|
*/
|
|
3565
3565
|
DimensionFormat?: string;
|
|
3566
3566
|
/**
|
|
@@ -20931,6 +20931,10 @@ export interface RenewWorkflowSchedulerInfoDsRequest {
|
|
|
20931
20931
|
* 日历id
|
|
20932
20932
|
*/
|
|
20933
20933
|
CalendarId?: string;
|
|
20934
|
+
/**
|
|
20935
|
+
* 时区
|
|
20936
|
+
*/
|
|
20937
|
+
ScheduleTimeZone?: string;
|
|
20934
20938
|
}
|
|
20935
20939
|
/**
|
|
20936
20940
|
* 值班信息表
|