@injistack/react-inji-verify-sdk 0.18.0-beta.6 → 0.18.0-beta.8

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.
@@ -127,6 +127,10 @@ export type OpenID4VPVerificationProps = ExclusivePresentationDefinition & Exclu
127
127
  When true, allows unsigned VPs (VPs without proof).
128
128
  */
129
129
  acceptVPWithoutHolderProof?: boolean;
130
+ /**
131
+ The base URL of the wallet.
132
+ */
133
+ webWalletBaseUrl?: string;
130
134
  };
131
135
  export interface SessionState {
132
136
  requestId: string;