fixed bug with uk zip code and add retrieved timestamp for dewars at the beamline

This commit is contained in:
GotthardG
2024-12-12 11:59:42 +01:00
parent fd17c0e672
commit 6c88ff9651
5 changed files with 28 additions and 68 deletions

View File

@ -310,6 +310,7 @@ class SlotSchema(BaseModel):
dewar_name: Optional[str]
time_until_refill: Optional[int]
at_beamline: Optional[bool]
retrievedTimestamp: Optional[str]
beamlineLocation: Optional[str]
shipment_name: Optional[str]
contact_person: Optional[str]