Skip to content

Commit

Permalink
Merge pull request #272 from Sphereon-Opensource/feature/SPRIND-54_ac…
Browse files Browse the repository at this point in the history
…tivity_log

feature/SPRIND-54
  • Loading branch information
BtencateSphereon authored Nov 12, 2024
2 parents 8ba312e + da7ca54 commit a9b0939
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ssi-types/src/events/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export enum DefaultActionSubType {
VC_VERIFY = 'VC verify',
VC_SHARE = 'VC share',
VC_DELETE = 'VC delete',
VC_DECLINE = 'VC decline'
VC_ISSUE_DECLINE = 'VC issue decline',
VC_SHARE_DECLINE = 'VC share decline'
}

export type ActionSubType = DefaultActionSubType | string
Expand Down

0 comments on commit a9b0939

Please sign in to comment.