Skip to content

Commit

Permalink
chore: update protobufs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamagalhaes committed Sep 24, 2024
1 parent 4799bae commit 549adaa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions canvas_generated/messages/effects_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions canvas_generated/messages/effects_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ class EffectType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
UPDATE_TASK: _ClassVar[EffectType]
CREATE_TASK_COMMENT: _ClassVar[EffectType]
ANNOTATE_PATIENT_CHART_CONDITION_RESULTS: _ClassVar[EffectType]
ANNOTATE_CLAIM_CONDITION_RESULTS: _ClassVar[EffectType]
UNKNOWN_EFFECT: EffectType
LOG: EffectType
ADD_PLAN_COMMAND: EffectType
Expand Down Expand Up @@ -157,6 +158,7 @@ CREATE_TASK: EffectType
UPDATE_TASK: EffectType
CREATE_TASK_COMMENT: EffectType
ANNOTATE_PATIENT_CHART_CONDITION_RESULTS: EffectType
ANNOTATE_CLAIM_CONDITION_RESULTS: EffectType

class Effect(_message.Message):
__slots__ = ("type", "payload", "plugin_name")
Expand Down
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 @@ -523,6 +523,7 @@ class EventType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
VITALS_COMMAND__PRE_EXECUTE_ACTION: _ClassVar[EventType]
VITALS_COMMAND__POST_EXECUTE_ACTION: _ClassVar[EventType]
PATIENT_CHART__CONDITIONS: _ClassVar[EventType]
CLAIM__CONDITIONS: _ClassVar[EventType]
UNKNOWN: EventType
ALLERGY_INTOLERANCE_CREATED: EventType
ALLERGY_INTOLERANCE_UPDATED: EventType
Expand Down Expand Up @@ -1037,6 +1038,7 @@ VITALS_COMMAND__POST_ENTER_IN_ERROR: EventType
VITALS_COMMAND__PRE_EXECUTE_ACTION: EventType
VITALS_COMMAND__POST_EXECUTE_ACTION: EventType
PATIENT_CHART__CONDITIONS: EventType
CLAIM__CONDITIONS: EventType

class Event(_message.Message):
__slots__ = ("type", "target", "context")
Expand Down

0 comments on commit 549adaa

Please sign in to comment.