@injistack/react-inji-verify-sdk 0.18.0-beta.11 → 0.18.0-beta.13
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.
package/dist/utils/api.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PresentationDefinition } from "../components/openid4vp-verification/OpenID4VPVerification.types";
|
|
1
|
+
import { PresentationDefinition, VPVerificationV2Request } from "../components/openid4vp-verification/OpenID4VPVerification.types";
|
|
2
2
|
import { VCVerificationV2Request, VCVerificationV2Response } from "../components/qrcode-verification/QRCodeVerification.types";
|
|
3
3
|
import { QrData } from "../types/OVPSchemeQrData";
|
|
4
4
|
export declare const vcVerificationV2: (credential: unknown, url: string, config?: VCVerificationV2Request) => Promise<VCVerificationV2Response>;
|
|
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,
|
|
8
|
+
export declare const vpResult: (url: string, transactionId: string, responseCode?: string | null, config?: VPVerificationV2Request) => Promise<any>;
|
package/dist/utils/utils.d.ts
CHANGED
package/package.json
CHANGED