Skip to content

Commit 7b59583

Browse files
committed
feat: add TIMEZONE field to schedule
Signed-off-by: Jongmin Kim <[email protected]>
1 parent 7aa8e54 commit 7b59583

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

proto/spaceone/api/alert_manager/v1/service_channel.proto

+8-7
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,14 @@ message ChannelSchedule {
8282
}
8383

8484
ChannelScheduleType SCHEDULE_TYPE = 1;
85-
ChannelScheduleInfo SUN = 8;
86-
ChannelScheduleInfo MON = 2;
87-
ChannelScheduleInfo TUE = 3;
88-
ChannelScheduleInfo WED = 4;
89-
ChannelScheduleInfo THU = 5;
90-
ChannelScheduleInfo FRI = 6;
91-
ChannelScheduleInfo SAT = 7;
85+
string TIMEZONE = 2;
86+
ChannelScheduleInfo MON = 3;
87+
ChannelScheduleInfo TUE = 4;
88+
ChannelScheduleInfo WED = 5;
89+
ChannelScheduleInfo THU = 6;
90+
ChannelScheduleInfo FRI = 7;
91+
ChannelScheduleInfo SAT = 8;
92+
ChannelScheduleInfo SUN = 9;
9293
}
9394

9495
message ServiceChannelCreateRequest {

0 commit comments

Comments
 (0)