Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions canvas_generated/messages/events_pb2.py

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions canvas_generated/messages/events_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,7 @@ class EventType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
APPOINTMENT__FORM__REASON_FOR_VISIT__POST_SEARCH: _ClassVar[EventType]
APPOINTMENT__FORM__GET_ADDITIONAL_FIELDS: _ClassVar[EventType]
APPOINTMENT__SLOTS__POST_SEARCH: _ClassVar[EventType]
APPOINTMENT__FORM__UPDATED: _ClassVar[EventType]
APPOINTMENT_METADATA_CREATED: _ClassVar[EventType]
APPOINTMENT_METADATA_UPDATED: _ClassVar[EventType]
NOTE_METADATA_CREATED: _ClassVar[EventType]
Expand Down Expand Up @@ -2142,6 +2143,7 @@ APPOINTMENT__FORM__DURATIONS__POST_SEARCH: EventType
APPOINTMENT__FORM__REASON_FOR_VISIT__POST_SEARCH: EventType
APPOINTMENT__FORM__GET_ADDITIONAL_FIELDS: EventType
APPOINTMENT__SLOTS__POST_SEARCH: EventType
APPOINTMENT__FORM__UPDATED: EventType
APPOINTMENT_METADATA_CREATED: EventType
APPOINTMENT_METADATA_UPDATED: EventType
NOTE_METADATA_CREATED: EventType
Expand Down
2 changes: 2 additions & 0 deletions protobufs/canvas_generated/messages/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1295,6 +1295,8 @@ enum EventType {

APPOINTMENT__SLOTS__POST_SEARCH = 141012;

APPOINTMENT__FORM__UPDATED = 141013;

APPOINTMENT_METADATA_CREATED = 141100;
APPOINTMENT_METADATA_UPDATED = 141111;

Expand Down
Loading