Skip to content

Commit

Permalink
feature: add title to presentationRequest (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo1994 authored Dec 19, 2023
1 parent 10503f3 commit eb6ba5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export interface PresentationRequestDto {
requestingBrand: BrandDto;
issuingBrands: BrandDto[];
description?: string | null;
title?: string | null;
}
/**
* Non-sensitive metadata about a presentation request, accessible to non-authenticated users
Expand Down
2 changes: 1 addition & 1 deletion build/types.d.ts.map

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

1 change: 1 addition & 0 deletions types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export interface PresentationRequestDto {
requestingBrand: BrandDto;
issuingBrands: BrandDto[];
description?: string | null;
title?: string | null;
}

/**
Expand Down

0 comments on commit eb6ba5a

Please sign in to comment.