@nexeraid/identity-sdk
Advanced tools
Comparing version 1.1.165 to 1.1.166
@@ -1,2 +0,2 @@ | ||
import type { Address, AuthorizationRequestMessage, GetCredentialsRequest, HostRequestMessage, HostResponseMessage, PolygonIdRequestData, TxHash, ZKPRequest } from "@nexeraprotocol/nexera-id-schemas"; | ||
import type { Address, AuthorizationRequestMessage, GetCredentialsRequest, HostRequestMessage, HostResponseMessage, PolygonIdRequestData, QrCodeLinkWithSchemaType, TxHash, ZKPRequest } from "@nexeraprotocol/nexera-id-schemas"; | ||
import type { IdentityAuthenticationInputs } from "./types/client.js"; | ||
@@ -15,5 +15,5 @@ export declare class HostMessageFactory { | ||
static createPolygonIdAuthRequest(authRequest: AuthorizationRequestMessage): PolygonIdRequestData; | ||
static createPolygonIdCredentialOfferRequest(credentialOfferRequest: string): PolygonIdRequestData; | ||
static createPolygonIdCredentialOfferRequest(credentialOfferRequest: QrCodeLinkWithSchemaType): PolygonIdRequestData; | ||
static createPolygonIdCredentialRequest(zkpRequest: ZKPRequest): PolygonIdRequestData; | ||
} | ||
//# sourceMappingURL=factory.d.ts.map |
{ | ||
"name": "@nexeraid/identity-sdk", | ||
"version": "1.1.165", | ||
"version": "1.1.166", | ||
"description": "Nexera ID Identity Verification SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/nexeraid-identity-sdk.cjs.js", |
{ | ||
"name": "@nexeraid/identity-sdk", | ||
"version": "1.1.165", | ||
"version": "1.1.166", | ||
"description": "Nexera ID Identity Verification SDK", | ||
@@ -21,3 +21,3 @@ "main": "dist/nexeraid-identity-sdk.cjs.js", | ||
"zod-validation-error": "^2.1.0", | ||
"@nexeraprotocol/nexera-id-schemas": "1.9.32" | ||
"@nexeraprotocol/nexera-id-schemas": "1.9.33" | ||
}, | ||
@@ -24,0 +24,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
142943
+ Added@nexeraprotocol/nexera-id-schemas@1.9.33(transitive)
- Removed@nexeraprotocol/nexera-id-schemas@1.9.32(transitive)