File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments