Skip to content

Commit

Permalink
feat: add cardImageUrl to CardDetailsDto (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobleesinger authored May 15, 2023
1 parent c79d3bb commit 796c335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ export interface CardDto {
export interface CardDetailsDto {
issuerUuid: string; // uuid of the issuing brand
issuerName: string; // issuerName of the issuing brand
cardImageUrl: string; // cardImageUrl of the issuing brand
createdAt: string; // ms since epoch, unix timestamp of the first credential issued by the brand
updatedAt: string; // ms since epoch, unix timestamp of the last credential updated by the brand
credentials: CredentialDto[]; // credentials issued by the brand to the user
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 796c335

Please sign in to comment.