diff --git a/src/spiffworkflow_connector_command/command_interface.py b/src/spiffworkflow_connector_command/command_interface.py index 3c24361..8483cf2 100644 --- a/src/spiffworkflow_connector_command/command_interface.py +++ b/src/spiffworkflow_connector_command/command_interface.py @@ -13,7 +13,7 @@ class CommandErrorDict(TypedDict): - error_name: str + error_code: str message: str @@ -27,10 +27,6 @@ class ConnectorProxyResponseDict(TypedDict): # these are printed to spiffworkflow-backend logs spiff__logs: NotRequired[list[str]| None] - # added by spiffworkflow-proxy if not set - # example: http/GetRequestV2 - operator_id: NotRequired[str] - class CommandResultDictV2(TypedDict): """spiffworkflow-proxy parses this result to determine what happended."""