@injistack/react-inji-verify-sdk 0.18.0-beta.13 → 0.18.0-beta.15

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.
@@ -5,4 +5,5 @@ export declare const vcVerificationV2: (credential: unknown, url: string, config
5
5
  export declare const vcSubmission: (credential: unknown, url: string, txnId?: string) => Promise<any>;
6
6
  export declare const vpRequest: (url: string, clientId: string, txnId?: string, presentationDefinitionId?: string, presentationDefinition?: PresentationDefinition, acceptVPWithoutHolderProof?: boolean, presentationFlow?: string) => Promise<QrData>;
7
7
  export declare const vpRequestStatus: (url: string, reqId: string, abortSignal?: boolean) => Promise<any>;
8
- export declare const vpResult: (url: string, transactionId: string, responseCode?: string | null, config?: VPVerificationV2Request) => Promise<any>;
8
+ export declare const vpResultByResponseCode: (url: string, responseCode: string, config?: VPVerificationV2Request) => Promise<any>;
9
+ export declare const vpResult: (url: string, transactionId: string, config?: VPVerificationV2Request) => Promise<any>;
@@ -18,7 +18,5 @@ export declare const OvpQrHeader = "INJI_OVP://";
18
18
  export declare const BASE64_PADDING = "==";
19
19
  export declare const acceptedFileTypes: string;
20
20
  export declare const VALID_SD_JWT_TYPES: Set<string>;
21
- export declare const OVP_SESSION_REQUEST_ID_KEY = "ovp_requestId";
22
- export declare const OVP_SESSION_TRANSACTION_ID_KEY = "ovp_transactionId";
23
21
  export declare const SAME_DEVICE_FLOW = "same_device";
24
22
  export declare const CROSS_DEVICE_FLOW = "cross_device";
@@ -1,2 +1,3 @@
1
1
  export declare const isSdJwt: (vpToken: string) => boolean;
2
2
  export declare const normalizeVp: (vp: any) => Record<string, unknown>;
3
+ export declare const clearUrl: (params?: string[]) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@injistack/react-inji-verify-sdk",
3
- "version": "0.18.0-beta.13",
3
+ "version": "0.18.0-beta.15",
4
4
  "description": "A react component library to perform Inji verify tasks, such as OpenId4VP sharing, Reading VC QR codes",
5
5
  "sideEffects": [
6
6
  "*.css"