uhc-common-models-typescript
v1.0.1
Published
Models for UHC typescript applications
Downloads
2
Readme
🏺 Common typescript models for UHC aplications
How-to:
Import each model as a single entity.
import {
OrganizationCredential,
OrganizationCredentialResponse,
} from "uhc-common-models-typescript";
Existing models:
| Model | Host | | ------------------------------ | -------------- | | ContractClaim | BusinessClient | | ContractClientApp | BusinessClient | | DigestData | BusinessClient | | ESign | BusinessClient | | AllowedApp | Organization | | OrganizationClaims | Organization | | OrganizationCredential | Organization | | OrganizationCredentialResponse | Organization | | OrganizationPrivateClaim | Organization | | OrganizationPrivateData | Organization | | OrganizationPrivateMeta | Organization | | OrganizationPublicClaim | Organization | | OrganizationPublicData | Organization | | OrganizationPublicMeta | Organization | | AddressPlain | UHCCredential | | AttachmentClaim | UHCCredential | | AttachmentPlain | UHCCredential | | Digest | UHCCredential | | Holder | UHCCredential | | IdentifierFullPlain | UHCCredential | | Proof | UHCCredential | | TelecomPlain | UHCCredential |