Skip to content

Commit

Permalink
feat: added branding as an optional parameter to the party
Browse files Browse the repository at this point in the history
  • Loading branch information
sksadjad committed Jul 4, 2024
1 parent 0ea03e2 commit 0b46c70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/data-store/src/types/contact/contact.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { IIdentifier } from '@veramo/core'
import {ILocaleBranding} from "../issuanceBranding/issuanceBranding";

export type MetadataTypes = string | number | Date | boolean | undefined

Expand All @@ -13,6 +14,8 @@ export type Party = {
physicalAddresses: Array<PhysicalAddress>
contact: Contact
partyType: PartyType
//todo: add logic for integrating branding in here. for now we're just using the type
branding?: ILocaleBranding
relationships: Array<PartyRelationship>
createdAt: Date
lastUpdatedAt: Date
Expand Down

0 comments on commit 0b46c70

Please sign in to comment.