Skip to content

Commit e681be1

Browse files
committed
[release/2024-12-16] fix-forward: revert model changes from previou release
1 parent c1e3176 commit e681be1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layers/sds/domain/nhs_mhs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ class NhsMhs(SdsBaseModel):
5252
nhs_mhs_in: str = Field(alias="nhsmhsin")
5353
nhs_mhs_ip_address: Optional[str] = Field(alias="nhsmhsipaddress")
5454
nhs_mhs_is_authenticated: Authentication = Field(alias="nhsmhsisauthenticated")
55-
nhs_mhs_manufacturer_org: str = Field(alias="nhsmhsmanufacturerorg")
55+
nhs_mhs_manufacturer_org: Optional[str] = Field(alias="nhsmhsmanufacturerorg")
5656
nhs_mhs_party_key: str = Field(alias="nhsmhspartykey")
5757
nhs_mhs_sn: str = Field(alias="nhsmhssn")
5858
nhs_mhs_svc_ia: str = Field(alias="nhsmhssvcia")
5959
nhs_mhs_sync_reply_mode: Optional[SyncReplyModel] = Field(
6060
alias="nhsmhssyncreplymode"
6161
)
62-
nhs_product_key: Optional[str] = Field(alias="nhsproductkey")
62+
nhs_product_key: str = Field(alias="nhsproductkey")
6363
nhs_product_name: Optional[str] = Field(alias="nhsproductname")
6464
nhs_product_version: Optional[str] = Field(alias="nhsproductversion")
6565
nhs_requestor_urp: str = Field(alias="nhsrequestorurp")

0 commit comments

Comments
 (0)