@injistack/react-inji-verify-sdk 0.18.0-beta.5 → 0.18.0-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,6 +20,7 @@ export interface VPRequestBody {
20
20
  presentationDefinitionId?: string;
21
21
  presentationDefinition?: PresentationDefinition;
22
22
  acceptVPWithoutHolderProof?: boolean;
23
+ presentationFlow?: string;
23
24
  }
24
25
  type ExclusivePresentationDefinition =
25
26
  /**
@@ -126,6 +127,10 @@ export type OpenID4VPVerificationProps = ExclusivePresentationDefinition & Exclu
126
127
  When true, allows unsigned VPs (VPs without proof).
127
128
  */
128
129
  acceptVPWithoutHolderProof?: boolean;
130
+ /**
131
+ The base URL of the wallet.
132
+ */
133
+ webWalletBaseUrl?: string;
129
134
  };
130
135
  export interface SessionState {
131
136
  requestId: string;