mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
Merge remote-tracking branch 'mosip/qa-develop' into develop
This commit is contained in:
14
types/vc.ts
14
types/vc.ts
@@ -1,3 +1,5 @@
|
||||
import { WalletBindingResponse } from '../shared/cryptoutil/cryptoUtil';
|
||||
|
||||
export interface VC {
|
||||
id: string;
|
||||
idType: VcIdType;
|
||||
@@ -12,6 +14,7 @@ export interface VC {
|
||||
locked: boolean;
|
||||
reason?: VCSharingReason[];
|
||||
shouldVerifyPresence?: boolean;
|
||||
walletBindingResponse?: WalletBindingResponse;
|
||||
}
|
||||
|
||||
export interface VCSharingReason {
|
||||
@@ -98,3 +101,14 @@ export interface LocalizedField {
|
||||
language: string;
|
||||
value: string;
|
||||
}
|
||||
|
||||
export interface linkTransactionResponse {
|
||||
authFactors: Object[];
|
||||
authorizeScopes: null;
|
||||
clientName: string;
|
||||
configs: {};
|
||||
essentialClaims: string[];
|
||||
linkTransactionId: string;
|
||||
logoUrl: string;
|
||||
voluntaryClaims: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user