Merge remote-tracking branch 'mosip/qa-develop' into develop

This commit is contained in:
Tilak Puli
2023-01-19 16:01:27 +05:30
87 changed files with 3145 additions and 488 deletions

View File

@@ -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[];
}