diff --git a/src/aare/common/models.py b/src/aare/common/models.py index 27955d96..dccb0136 100644 --- a/src/aare/common/models.py +++ b/src/aare/common/models.py @@ -783,4 +783,7 @@ class ScanResultPayloadModel(BaseModel): sample_id: int attach_image: bool = True beam_mark_pxl: tuple[float, float] - beam_size_mm: Annotated[Coordinate, AfterValidator(positive_coords)] \ No newline at end of file + beam_size_mm: Annotated[Coordinate, AfterValidator(positive_coords)] + +class RecoveryActionRequest(BaseModel): + confirmation_code: str \ No newline at end of file