@nexeraid/js-sdk
Advanced tools
Comparing version 2.0.7-dev to 2.0.8-dev
@@ -12,14 +12,14 @@ /** | ||
address: string; | ||
namespace: "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "cosmos" | "solana" | "cardano"; | ||
blockchainId?: "1" | "137" | "80002" | "43114" | "43113" | "42161" | "421614" | "11155111" | "8453" | "84532" | "56" | "97" | "1284" | "1285" | "10" | "11155420" | "NetXdQprcVkpaWU" | "NetXnHfVqm9iesp" | "cosmoshub-4" | "theta-testnet-001" | "0x534e5f4d41494e" | "0x534e5f5345504f4c4941" | undefined; | ||
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano"; | ||
workflowId: string; | ||
origin: string; | ||
workflowId: string; | ||
blockchainId?: import("@nexeraid/identity-schemas").NEXERA_EVM_CHAINS.ETHEREUM | import("@nexeraid/identity-schemas").NEXERA_EVM_CHAINS.ARBITRUM | import("@nexeraid/identity-schemas").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("@nexeraid/identity-schemas").NEXERA_EVM_CHAINS.OPTIMISM | import("@nexeraid/identity-schemas").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("@nexeraid/identity-schemas").NEXERA_EVM_CHAINS.AVALANCHE | import("@nexeraid/identity-schemas").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("@nexeraid/identity-schemas").NEXERA_EVM_CHAINS.POLYGON | import("@nexeraid/identity-schemas").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("@nexeraid/identity-schemas").NEXERA_EVM_CHAINS.SEPOLIA | import("@nexeraid/identity-schemas").NEXERA_EVM_CHAINS.BASE | import("@nexeraid/identity-schemas").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("@nexeraid/identity-schemas").NEXERA_EVM_CHAINS.MOONBEAM | import("@nexeraid/identity-schemas").NEXERA_EVM_CHAINS.MOONRIVER | import("@nexeraid/identity-schemas").NEXERA_EVM_CHAINS.BNB | import("@nexeraid/identity-schemas").NEXERA_EVM_CHAINS.BNB_TESTNET | "0x534e5f4d41494e" | "0x534e5f5345504f4c4941" | import("@nexeraid/identity-schemas").NEXERA_TEZOS_CHAINS | import("@nexeraid/identity-schemas").NEXERA_COSMOS_CHAINS | undefined; | ||
externalUserId?: string | undefined; | ||
additionalInformation?: { | ||
email?: string | undefined; | ||
phone?: string | undefined; | ||
wallet?: { | ||
address: string; | ||
namespace: "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "cosmos" | "solana" | "cardano"; | ||
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano"; | ||
} | undefined; | ||
phone?: string | undefined; | ||
} | undefined; | ||
@@ -37,3 +37,3 @@ }) => Promise<{ | ||
address: string; | ||
namespace: "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "cosmos" | "solana" | "cardano"; | ||
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano"; | ||
} | undefined; | ||
@@ -84,3 +84,3 @@ } | undefined; | ||
address: string; | ||
namespace: "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "cosmos" | "solana" | "cardano"; | ||
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano"; | ||
} | undefined; | ||
@@ -101,2 +101,3 @@ phone?: string | undefined; | ||
}; | ||
export { WalletChallengeRequest } from "@nexeraid/identity-schemas"; | ||
//# sourceMappingURL=createApiClient.d.ts.map |
@@ -909,2 +909,6 @@ 'use strict'; | ||
Object.defineProperty(exports, 'WalletChallengeRequest', { | ||
enumerable: true, | ||
get: function () { return identitySchemas.WalletChallengeRequest; } | ||
}); | ||
exports.ApiKeyNotProvidedError = ApiKeyNotProvidedError; | ||
@@ -911,0 +915,0 @@ exports._setInternalConfig = _setInternalConfig; |
@@ -909,2 +909,6 @@ 'use strict'; | ||
Object.defineProperty(exports, 'WalletChallengeRequest', { | ||
enumerable: true, | ||
get: function () { return identitySchemas.WalletChallengeRequest; } | ||
}); | ||
exports.ApiKeyNotProvidedError = ApiKeyNotProvidedError; | ||
@@ -911,0 +915,0 @@ exports._setInternalConfig = _setInternalConfig; |
@@ -5,2 +5,3 @@ import { createNexeraAPIClient } from '@nexeraid/api-client'; | ||
import { ExternalClientId, AdditionalUserInformationParams } from '@nexeraid/identity-schemas'; | ||
export { WalletChallengeRequest } from '@nexeraid/identity-schemas'; | ||
import { z } from 'zod'; | ||
@@ -7,0 +8,0 @@ |
{ | ||
"name": "@nexeraid/js-sdk", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "NexeraID JS SDK", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
{ | ||
"name": "@nexeraid/js-sdk", | ||
"version": "2.0.7-dev", | ||
"version": "2.0.8-dev", | ||
"description": "NexeraID JS SDK", | ||
@@ -31,3 +31,3 @@ "keywords": [], | ||
"@nexeraid/identity-api-client": "1.3.215-dev", | ||
"@nexeraid/identity-schemas": "1.12.12-dev", | ||
"@nexeraid/identity-schemas": "1.12.13-dev", | ||
"@nexeraid/logger": "0.1.2-dev" | ||
@@ -34,0 +34,0 @@ }, |
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
105527
2779
+ Added@nexeraid/identity-schemas@1.12.13-dev(transitive)
- Removed@nexeraid/identity-schemas@1.12.12-dev(transitive)