Skip to content

Commit

Permalink
feat(PresentationCreatedReceiptData, PresentationSharedReceiptData): …
Browse files Browse the repository at this point in the history
…add verifiedTrackingParam (#18)
  • Loading branch information
jacobleesinger authored Jun 15, 2023
1 parent 767338d commit 96219ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@ export interface PresentationCreatedReceiptData {
type: string;
issuer: string;
}[];
// param used by acceptors to track conversions
// named like this because the query param is named `verified`
verifiedTrackingParam?: string;
}

/**
Expand All @@ -285,6 +288,9 @@ export interface PresentationSharedReceiptData {
type: string;
issuer: string;
}[];
// param used by acceptors to track conversions
// named like this because the query param is named `verified`
verifiedTrackingParam?: string;
}

/**
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 96219ab

Please sign in to comment.