Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nexeraid/identity-schemas

Package Overview
Dependencies
Maintainers
0
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexeraid/identity-schemas - npm Package Compare versions

Comparing version 2.31.0-dev to 2.31.0-staging

dist/CoinMarketCap.schema-11069418.cjs.dev.cjs

395

dist/declarations/src/identity/txAuthData.schema.d.ts
import { z } from "zod";
export declare const TxAuthInput: z.ZodObject<{
workflowId: z.ZodOptional<z.ZodString>;
chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>;

@@ -19,3 +18,2 @@ contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;

args: unknown[];
workflowId?: string | undefined;
blockExpiration?: number | undefined;

@@ -30,3 +28,2 @@ nonce?: number | undefined;

args: unknown[];
workflowId?: string | undefined;
blockExpiration?: number | undefined;

@@ -37,3 +34,2 @@ nonce?: number | undefined;

export declare const ApiTxAuthInput: z.ZodObject<z.objectUtil.extendShape<{
workflowId: z.ZodOptional<z.ZodString>;
chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>;

@@ -55,3 +51,2 @@ contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;

args: unknown[];
workflowId?: string | undefined;
userAddress?: `0x${string}` | undefined;

@@ -66,3 +61,2 @@ blockExpiration?: number | undefined;

args: unknown[];
workflowId?: string | undefined;
userAddress?: string | undefined;

@@ -111,3 +105,2 @@ blockExpiration?: number | undefined;

export declare const TezosTxAuthInput: z.ZodObject<{
workflowId: z.ZodOptional<z.ZodString>;
chainID: z.ZodEnum<[import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>;

@@ -126,3 +119,2 @@ contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;

chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
workflowId?: string | undefined;
blockExpiration?: number | undefined;

@@ -136,3 +128,2 @@ nonce?: number | undefined;

chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
workflowId?: string | undefined;
blockExpiration?: number | undefined;

@@ -143,3 +134,2 @@ nonce?: number | undefined;

export declare const ApiTezosTxAuthInput: z.ZodObject<z.objectUtil.extendShape<{
workflowId: z.ZodOptional<z.ZodString>;
chainID: z.ZodEnum<[import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>;

@@ -159,3 +149,2 @@ contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;

chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
workflowId?: string | undefined;
userAddress?: `tz${string}` | undefined;

@@ -169,3 +158,2 @@ blockExpiration?: number | undefined;

chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
workflowId?: string | undefined;
userAddress?: string | undefined;

@@ -211,3 +199,2 @@ blockExpiration?: number | undefined;

export declare const ExtendedTxAuthInput: z.ZodIntersection<z.ZodObject<{
workflowId: z.ZodOptional<z.ZodString>;
chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>;

@@ -228,3 +215,2 @@ contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;

args: unknown[];
workflowId?: string | undefined;
blockExpiration?: number | undefined;

@@ -239,3 +225,2 @@ nonce?: number | undefined;

args: unknown[];
workflowId?: string | undefined;
blockExpiration?: number | undefined;

@@ -255,3 +240,2 @@ nonce?: number | undefined;

export declare const ExtendedTezosTxAuthInput: z.ZodIntersection<z.ZodObject<{
workflowId: z.ZodOptional<z.ZodString>;
chainID: z.ZodEnum<[import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>;

@@ -270,3 +254,2 @@ contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;

chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
workflowId?: string | undefined;
blockExpiration?: number | undefined;

@@ -280,3 +263,2 @@ nonce?: number | undefined;

chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
workflowId?: string | undefined;
blockExpiration?: number | undefined;

@@ -295,2 +277,199 @@ nonce?: number | undefined;

export type ExtendedTezosTxAuthInput = z.infer<typeof ExtendedTezosTxAuthInput>;
export declare const AnyTxAuthInput: z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>;
contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
functionName: z.ZodString;
args: z.ZodArray<z.ZodUnknown, "many">;
userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
blockExpiration: z.ZodOptional<z.ZodNumber>;
nonce: z.ZodOptional<z.ZodNumber>;
}, "strip", z.ZodTypeAny, {
userAddress: `0x${string}`;
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
contractAbi: Record<string, unknown>[];
contractAddress: `0x${string}`;
functionName: string;
args: unknown[];
blockExpiration?: number | undefined;
nonce?: number | undefined;
}, {
userAddress: string;
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
contractAbi: Record<string, unknown>[];
contractAddress: string;
functionName: string;
args: unknown[];
blockExpiration?: number | undefined;
nonce?: number | undefined;
}>, z.ZodObject<{
namespace: z.ZodLiteral<"eip155">;
userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
}, "strip", z.ZodTypeAny, {
namespace: "eip155";
userAddress: `0x${string}`;
}, {
namespace: "eip155";
userAddress: string;
}>>, z.ZodIntersection<z.ZodObject<{
chainID: z.ZodEnum<[import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>;
contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;
functionName: z.ZodEffects<z.ZodString, `%${string}`, string>;
args: z.ZodString;
userAddress: z.ZodEffects<z.ZodString, `tz${string}`, string>;
blockExpiration: z.ZodOptional<z.ZodNumber>;
nonce: z.ZodOptional<z.ZodNumber>;
}, "strip", z.ZodTypeAny, {
userAddress: `tz${string}`;
contractAddress: `KT1${string}`;
functionName: `%${string}`;
args: string;
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
blockExpiration?: number | undefined;
nonce?: number | undefined;
}, {
userAddress: string;
contractAddress: string;
functionName: string;
args: string;
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
blockExpiration?: number | undefined;
nonce?: number | undefined;
}>, z.ZodObject<{
namespace: z.ZodLiteral<"tezos">;
userAddress: z.ZodEffects<z.ZodString, `tz${string}`, string>;
}, "strip", z.ZodTypeAny, {
namespace: "tezos";
userAddress: `tz${string}`;
}, {
namespace: "tezos";
userAddress: string;
}>>]>;
export type AnyTxAuthInput = z.infer<typeof AnyTxAuthInput>;
export declare const AnyTxAuthInputJsSdk: z.ZodObject<{
workflowId: z.ZodString;
txAuthInput: z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>;
contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
functionName: z.ZodString;
args: z.ZodArray<z.ZodUnknown, "many">;
userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
blockExpiration: z.ZodOptional<z.ZodNumber>;
nonce: z.ZodOptional<z.ZodNumber>;
}, "strip", z.ZodTypeAny, {
userAddress: `0x${string}`;
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
contractAbi: Record<string, unknown>[];
contractAddress: `0x${string}`;
functionName: string;
args: unknown[];
blockExpiration?: number | undefined;
nonce?: number | undefined;
}, {
userAddress: string;
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
contractAbi: Record<string, unknown>[];
contractAddress: string;
functionName: string;
args: unknown[];
blockExpiration?: number | undefined;
nonce?: number | undefined;
}>, z.ZodObject<{
namespace: z.ZodLiteral<"eip155">;
userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
}, "strip", z.ZodTypeAny, {
namespace: "eip155";
userAddress: `0x${string}`;
}, {
namespace: "eip155";
userAddress: string;
}>>, z.ZodIntersection<z.ZodObject<{
chainID: z.ZodEnum<[import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>;
contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;
functionName: z.ZodEffects<z.ZodString, `%${string}`, string>;
args: z.ZodString;
userAddress: z.ZodEffects<z.ZodString, `tz${string}`, string>;
blockExpiration: z.ZodOptional<z.ZodNumber>;
nonce: z.ZodOptional<z.ZodNumber>;
}, "strip", z.ZodTypeAny, {
userAddress: `tz${string}`;
contractAddress: `KT1${string}`;
functionName: `%${string}`;
args: string;
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
blockExpiration?: number | undefined;
nonce?: number | undefined;
}, {
userAddress: string;
contractAddress: string;
functionName: string;
args: string;
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
blockExpiration?: number | undefined;
nonce?: number | undefined;
}>, z.ZodObject<{
namespace: z.ZodLiteral<"tezos">;
userAddress: z.ZodEffects<z.ZodString, `tz${string}`, string>;
}, "strip", z.ZodTypeAny, {
namespace: "tezos";
userAddress: `tz${string}`;
}, {
namespace: "tezos";
userAddress: string;
}>>]>;
}, "strip", z.ZodTypeAny, {
workflowId: string;
txAuthInput: ({
userAddress: `0x${string}`;
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
contractAbi: Record<string, unknown>[];
contractAddress: `0x${string}`;
functionName: string;
args: unknown[];
blockExpiration?: number | undefined;
nonce?: number | undefined;
} & {
namespace: "eip155";
userAddress: `0x${string}`;
}) | ({
userAddress: `tz${string}`;
contractAddress: `KT1${string}`;
functionName: `%${string}`;
args: string;
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
blockExpiration?: number | undefined;
nonce?: number | undefined;
} & {
namespace: "tezos";
userAddress: `tz${string}`;
});
}, {
workflowId: string;
txAuthInput: ({
userAddress: string;
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
contractAbi: Record<string, unknown>[];
contractAddress: string;
functionName: string;
args: unknown[];
blockExpiration?: number | undefined;
nonce?: number | undefined;
} & {
namespace: "eip155";
userAddress: string;
}) | ({
userAddress: string;
contractAddress: string;
functionName: string;
args: string;
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
blockExpiration?: number | undefined;
nonce?: number | undefined;
} & {
namespace: "tezos";
userAddress: string;
});
}>;
export type AnyTxAuthInputJsSdk = z.infer<typeof AnyTxAuthInputJsSdk>;
export declare const ExtendedTxAuthDataSignatureResponse: z.ZodIntersection<z.ZodUnion<[z.ZodObject<{

@@ -428,182 +607,2 @@ isAuthorized: z.ZodLiteral<true>;

export type AnyTxAuthDataSignatureResponse = z.infer<typeof AnyTxAuthDataSignatureResponse>;
export declare const Eip155TxAuthInputJsSdk: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
workflowId: z.ZodOptional<z.ZodString>;
chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>;
contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
functionName: z.ZodString;
args: z.ZodArray<z.ZodUnknown, "many">;
userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
blockExpiration: z.ZodOptional<z.ZodNumber>;
nonce: z.ZodOptional<z.ZodNumber>;
}, "strip", z.ZodTypeAny, {
userAddress: `0x${string}`;
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
contractAbi: Record<string, unknown>[];
contractAddress: `0x${string}`;
functionName: string;
args: unknown[];
workflowId?: string | undefined;
blockExpiration?: number | undefined;
nonce?: number | undefined;
}, {
userAddress: string;
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
contractAbi: Record<string, unknown>[];
contractAddress: string;
functionName: string;
args: unknown[];
workflowId?: string | undefined;
blockExpiration?: number | undefined;
nonce?: number | undefined;
}>, z.ZodObject<{
namespace: z.ZodLiteral<"eip155">;
userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
}, "strip", z.ZodTypeAny, {
namespace: "eip155";
userAddress: `0x${string}`;
}, {
namespace: "eip155";
userAddress: string;
}>>, z.ZodObject<{
workflowId: z.ZodString;
}, "strip", z.ZodTypeAny, {
workflowId: string;
}, {
workflowId: string;
}>>;
export type Eip155TxAuthInputJsSdk = z.infer<typeof Eip155TxAuthInputJsSdk>;
export declare const TezosTxAuthInputJsSdk: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
workflowId: z.ZodOptional<z.ZodString>;
chainID: z.ZodEnum<[import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>;
contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;
functionName: z.ZodEffects<z.ZodString, `%${string}`, string>;
args: z.ZodString;
userAddress: z.ZodEffects<z.ZodString, `tz${string}`, string>;
blockExpiration: z.ZodOptional<z.ZodNumber>;
nonce: z.ZodOptional<z.ZodNumber>;
}, "strip", z.ZodTypeAny, {
userAddress: `tz${string}`;
contractAddress: `KT1${string}`;
functionName: `%${string}`;
args: string;
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
workflowId?: string | undefined;
blockExpiration?: number | undefined;
nonce?: number | undefined;
}, {
userAddress: string;
contractAddress: string;
functionName: string;
args: string;
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
workflowId?: string | undefined;
blockExpiration?: number | undefined;
nonce?: number | undefined;
}>, z.ZodObject<{
namespace: z.ZodLiteral<"tezos">;
userAddress: z.ZodEffects<z.ZodString, `tz${string}`, string>;
}, "strip", z.ZodTypeAny, {
namespace: "tezos";
userAddress: `tz${string}`;
}, {
namespace: "tezos";
userAddress: string;
}>>, z.ZodObject<{
workflowId: z.ZodString;
}, "strip", z.ZodTypeAny, {
workflowId: string;
}, {
workflowId: string;
}>>;
export type TezosTxAuthInputJsSdk = z.infer<typeof TezosTxAuthInputJsSdk>;
export declare const AnyTxAuthInputJsSdk: z.ZodUnion<[z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
workflowId: z.ZodOptional<z.ZodString>;
chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>;
contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
functionName: z.ZodString;
args: z.ZodArray<z.ZodUnknown, "many">;
userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
blockExpiration: z.ZodOptional<z.ZodNumber>;
nonce: z.ZodOptional<z.ZodNumber>;
}, "strip", z.ZodTypeAny, {
userAddress: `0x${string}`;
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
contractAbi: Record<string, unknown>[];
contractAddress: `0x${string}`;
functionName: string;
args: unknown[];
workflowId?: string | undefined;
blockExpiration?: number | undefined;
nonce?: number | undefined;
}, {
userAddress: string;
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
contractAbi: Record<string, unknown>[];
contractAddress: string;
functionName: string;
args: unknown[];
workflowId?: string | undefined;
blockExpiration?: number | undefined;
nonce?: number | undefined;
}>, z.ZodObject<{
namespace: z.ZodLiteral<"eip155">;
userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
}, "strip", z.ZodTypeAny, {
namespace: "eip155";
userAddress: `0x${string}`;
}, {
namespace: "eip155";
userAddress: string;
}>>, z.ZodObject<{
workflowId: z.ZodString;
}, "strip", z.ZodTypeAny, {
workflowId: string;
}, {
workflowId: string;
}>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
workflowId: z.ZodOptional<z.ZodString>;
chainID: z.ZodEnum<[import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>;
contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;
functionName: z.ZodEffects<z.ZodString, `%${string}`, string>;
args: z.ZodString;
userAddress: z.ZodEffects<z.ZodString, `tz${string}`, string>;
blockExpiration: z.ZodOptional<z.ZodNumber>;
nonce: z.ZodOptional<z.ZodNumber>;
}, "strip", z.ZodTypeAny, {
userAddress: `tz${string}`;
contractAddress: `KT1${string}`;
functionName: `%${string}`;
args: string;
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
workflowId?: string | undefined;
blockExpiration?: number | undefined;
nonce?: number | undefined;
}, {
userAddress: string;
contractAddress: string;
functionName: string;
args: string;
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
workflowId?: string | undefined;
blockExpiration?: number | undefined;
nonce?: number | undefined;
}>, z.ZodObject<{
namespace: z.ZodLiteral<"tezos">;
userAddress: z.ZodEffects<z.ZodString, `tz${string}`, string>;
}, "strip", z.ZodTypeAny, {
namespace: "tezos";
userAddress: `tz${string}`;
}, {
namespace: "tezos";
userAddress: string;
}>>, z.ZodObject<{
workflowId: z.ZodString;
}, "strip", z.ZodTypeAny, {
workflowId: string;
}, {
workflowId: string;
}>>]>;
export type AnyTxAuthInputJsSdk = z.infer<typeof AnyTxAuthInputJsSdk>;
//# sourceMappingURL=txAuthData.schema.d.ts.map
{
"name": "@nexeraid/identity-schemas",
"version": "2.31.0-dev",
"version": "2.31.0-staging",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

{
"name": "@nexeraid/identity-schemas",
"version": "2.31.0-dev",
"version": "2.31.0-staging",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc