@nexeraid/identity-schemas
Advanced tools
Comparing version 1.12.5-dev to 1.12.5-feature-web3-457-remove-identity-app-mapping-to-legacy-react-context-last-1724140630191
@@ -29,2 +29,10 @@ import { z } from "zod"; | ||
} | ||
export declare enum NEXERA_COSMOS_CHAINS { | ||
COSMOS = "cosmoshub-4", | ||
COSMOS_TESTNET = "theta-testnet-001" | ||
} | ||
export declare enum NEXERA_STARKNET_CHAINS { | ||
STARKNET_MAIN = "0x534e5f4d41494e", | ||
STARKNET_SEPOLIA = "0x534e5f5345504f4c4941" | ||
} | ||
export declare const NEXERA_EVM_CHAIN_NAMES: { | ||
@@ -50,4 +58,8 @@ readonly "1": "Ethereum Mainnet"; | ||
readonly NetXnHfVqm9iesp: "tezos-ghostnet"; | ||
readonly "cosmoshub-4": "cosmos-mainnet"; | ||
readonly "theta-testnet-001": "cosmos-testnet"; | ||
readonly "0x534e5f4d41494e": "starknet-mainnet"; | ||
readonly "0x534e5f5345504f4c4941": "starknet-sepolia"; | ||
}; | ||
export declare const NEXERA_EVM_CHAIN_NAMES_LIST: ("Ethereum Mainnet" | "Goerli" | "Sepolia" | "Polygon" | "Polygon Amoy" | "Avalanche" | "Avalanche Fuji" | "Arbitrum" | "Arbitrum Sepolia" | "Base" | "Base Sepolia" | "BSC" | "BSC Testnet" | "Optimism" | "Optimism Sepolia" | "Moonbeam" | "Moonriver" | "tezos-mainnet" | "tezos-ghostnet")[]; | ||
export declare const NEXERA_EVM_CHAIN_NAMES_LIST: ("Ethereum Mainnet" | "Goerli" | "Sepolia" | "Polygon" | "Polygon Amoy" | "Avalanche" | "Avalanche Fuji" | "Arbitrum" | "Arbitrum Sepolia" | "Base" | "Base Sepolia" | "BSC" | "BSC Testnet" | "Optimism" | "Optimism Sepolia" | "Moonbeam" | "Moonriver" | "tezos-mainnet" | "tezos-ghostnet" | "cosmos-mainnet" | "cosmos-testnet" | "starknet-mainnet" | "starknet-sepolia")[]; | ||
export declare const NEXERA_CHAIN_VALUES: { | ||
@@ -67,2 +79,4 @@ readonly "1": 1; | ||
readonly "84532": 84532; | ||
readonly "56": 56; | ||
readonly "97": 97; | ||
readonly "1284": 1284; | ||
@@ -72,4 +86,9 @@ readonly "1285": 1285; | ||
readonly "420": 69; | ||
readonly "11155420": 11155420; | ||
readonly NetXdQprcVkpaWU: "NetXdQprcVkpaWU"; | ||
readonly NetXnHfVqm9iesp: "NetXnHfVqm9iesp"; | ||
readonly "cosmoshub-4": "cosmoshub-4"; | ||
readonly "theta-testnet-001": "theta-testnet-001"; | ||
readonly "0x534e5f4d41494e": "0x534e5f4d41494e"; | ||
readonly "0x534e5f5345504f4c4941": "0x534e5f5345504f4c4941"; | ||
}; | ||
@@ -95,4 +114,27 @@ export declare const EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC: NEXERA_EVM_CHAINS[]; | ||
export type TezosChainId = z.infer<typeof TezosChainId>; | ||
export declare const BlockchainId: z.ZodUnion<[z.ZodEffects<z.ZodEnum<[NEXERA_EVM_CHAINS.ETHEREUM, NEXERA_EVM_CHAINS.POLYGON, NEXERA_EVM_CHAINS.POLYGON_AMOY, NEXERA_EVM_CHAINS.AVALANCHE, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, NEXERA_EVM_CHAINS.ARBITRUM, NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, NEXERA_EVM_CHAINS.SEPOLIA, NEXERA_EVM_CHAINS.BASE, NEXERA_EVM_CHAINS.BASE_SEPOLIA, NEXERA_EVM_CHAINS.BNB, NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.OPTIMISM, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA]>, NEXERA_EVM_CHAINS.ETHEREUM | NEXERA_EVM_CHAINS.ARBITRUM | NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | NEXERA_EVM_CHAINS.OPTIMISM | NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | NEXERA_EVM_CHAINS.AVALANCHE | NEXERA_EVM_CHAINS.AVALANCHE_FUJI | NEXERA_EVM_CHAINS.POLYGON | NEXERA_EVM_CHAINS.POLYGON_AMOY | NEXERA_EVM_CHAINS.SEPOLIA | NEXERA_EVM_CHAINS.BASE | NEXERA_EVM_CHAINS.BASE_SEPOLIA | NEXERA_EVM_CHAINS.MOONBEAM | NEXERA_EVM_CHAINS.MOONRIVER | NEXERA_EVM_CHAINS.BNB | NEXERA_EVM_CHAINS.BNB_TESTNET, unknown>, z.ZodEffects<z.ZodEnum<[NEXERA_TEZOS_CHAINS.TEZOS, NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>, NEXERA_TEZOS_CHAINS, unknown>]>; | ||
export declare const COSMOS_CHAIN_NAMES: { | ||
readonly "cosmoshub-4": "Cosmos Mainnet"; | ||
readonly "theta-testnet-001": "Cosmos Testnet"; | ||
}; | ||
export declare const COSMOS_CHAIN_NAMES_LIST: ("Cosmos Mainnet" | "Cosmos Testnet")[]; | ||
export declare const COSMOS_CHAIN_VALUES: { | ||
readonly "cosmoshub-4": "cosmoshub-4"; | ||
readonly "theta-testnet-001": "theta-testnet-001"; | ||
}; | ||
export declare const ACTIVE_COSMOS_CHAIN_VALUES: readonly [NEXERA_COSMOS_CHAINS.COSMOS, NEXERA_COSMOS_CHAINS.COSMOS_TESTNET]; | ||
export declare const CosmosChainId: z.ZodEffects<z.ZodEnum<[NEXERA_COSMOS_CHAINS.COSMOS, NEXERA_COSMOS_CHAINS.COSMOS_TESTNET]>, NEXERA_COSMOS_CHAINS, unknown>; | ||
export type CosmosChainId = z.infer<typeof CosmosChainId>; | ||
export declare const NEXERA_STARKNET_CHAIN_NAMES: { | ||
readonly STARKNET_MAIN: "Starknet Mainnet"; | ||
readonly STARKNET_SEPOLIA: "Starknet Sepolia"; | ||
}; | ||
export declare const NEXERA_STARKNET_CHAIN_VALUES: { | ||
readonly STARKNET_MAIN: "0x534e5f4d41494e"; | ||
readonly STARKNET_SEPOLIA: "0x534e5f5345504f4c4941"; | ||
}; | ||
export declare const NEXERA_ACTIVE_STARKNET_CHAIN_VALUES: readonly ["0x534e5f4d41494e", "0x534e5f5345504f4c4941"]; | ||
export declare const StarknetChainId: z.ZodEffects<z.ZodEnum<["0x534e5f4d41494e", "0x534e5f5345504f4c4941"]>, "0x534e5f4d41494e" | "0x534e5f5345504f4c4941", unknown>; | ||
export type StarknetChainId = z.infer<typeof StarknetChainId>; | ||
export declare const BlockchainId: z.ZodUnion<[z.ZodEffects<z.ZodEnum<[NEXERA_EVM_CHAINS.ETHEREUM, NEXERA_EVM_CHAINS.POLYGON, NEXERA_EVM_CHAINS.POLYGON_AMOY, NEXERA_EVM_CHAINS.AVALANCHE, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, NEXERA_EVM_CHAINS.ARBITRUM, NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, NEXERA_EVM_CHAINS.SEPOLIA, NEXERA_EVM_CHAINS.BASE, NEXERA_EVM_CHAINS.BASE_SEPOLIA, NEXERA_EVM_CHAINS.BNB, NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.OPTIMISM, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA]>, NEXERA_EVM_CHAINS.ETHEREUM | NEXERA_EVM_CHAINS.ARBITRUM | NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | NEXERA_EVM_CHAINS.OPTIMISM | NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | NEXERA_EVM_CHAINS.AVALANCHE | NEXERA_EVM_CHAINS.AVALANCHE_FUJI | NEXERA_EVM_CHAINS.POLYGON | NEXERA_EVM_CHAINS.POLYGON_AMOY | NEXERA_EVM_CHAINS.SEPOLIA | NEXERA_EVM_CHAINS.BASE | NEXERA_EVM_CHAINS.BASE_SEPOLIA | NEXERA_EVM_CHAINS.MOONBEAM | NEXERA_EVM_CHAINS.MOONRIVER | NEXERA_EVM_CHAINS.BNB | NEXERA_EVM_CHAINS.BNB_TESTNET, unknown>, z.ZodEffects<z.ZodEnum<[NEXERA_TEZOS_CHAINS.TEZOS, NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>, NEXERA_TEZOS_CHAINS, unknown>, z.ZodEffects<z.ZodEnum<[NEXERA_COSMOS_CHAINS.COSMOS, NEXERA_COSMOS_CHAINS.COSMOS_TESTNET]>, NEXERA_COSMOS_CHAINS, unknown>, z.ZodEffects<z.ZodEnum<["0x534e5f4d41494e", "0x534e5f5345504f4c4941"]>, "0x534e5f4d41494e" | "0x534e5f5345504f4c4941", unknown>]>; | ||
export type BlockchainId = z.infer<typeof BlockchainId>; | ||
//# sourceMappingURL=blockchain.schema.d.ts.map |
@@ -6,7 +6,9 @@ import { z } from "zod"; | ||
export declare const isValidAddress: (address: string) => boolean; | ||
declare const String0x: z.ZodEffects<z.ZodString, string, string>; | ||
type String0x = z.infer<typeof String0x>; | ||
export declare const String0x: z.ZodEffects<z.ZodString, string, string>; | ||
export type String0x = z.infer<typeof String0x>; | ||
export type TxData = PrivateKey; | ||
export declare const PrivateKey: z.ZodEffects<z.ZodString, string, string>; | ||
export type PrivateKey = String0x; | ||
export declare const PublicKey: z.ZodString; | ||
export type PublicKey = z.infer<typeof PublicKey>; | ||
/** | ||
@@ -128,3 +130,14 @@ * Note: it might be nice to use String0x as the base object instead of z.string(), | ||
export declare const shortBlockchainAddress: (address: BlockchainAddress) => string; | ||
export {}; | ||
export declare const PUBLIC_SERVICES_SCHEMA_MAP: { | ||
readonly identityV2: { | ||
readonly cicd: "http://localhost:3009"; | ||
readonly local: "http://localhost:3009"; | ||
readonly branch: "https://identity-v2-branch.nexera.id"; | ||
readonly "test-dev-1": "https://identity-v2-test-dev-1.nexera.id"; | ||
readonly "test-dev-2": "https://identity-v2-test-dev-2.nexera.id"; | ||
readonly dev: "https://identity-v2-dev.nexera.id"; | ||
readonly stage: "https://identity-v2-staging.nexera.id"; | ||
readonly prod: "https://identity-v2.nexera.id"; | ||
}; | ||
}; | ||
//# sourceMappingURL=config.schema.d.ts.map |
@@ -201,3 +201,4 @@ import { z } from "zod"; | ||
export declare const ExecuteChallengeQueryInput: z.ZodObject<{ | ||
address: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>; | ||
externalClientId: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>; | ||
credentials: z.ZodArray<z.ZodObject<{ | ||
@@ -346,3 +347,2 @@ id: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
address: string; | ||
credentials: { | ||
@@ -392,4 +392,5 @@ id: string; | ||
}; | ||
address?: string | null | undefined; | ||
externalClientId?: string | null | undefined; | ||
}, { | ||
address: string; | ||
credentials: { | ||
@@ -439,6 +440,9 @@ id: string; | ||
}; | ||
address?: string | null | undefined; | ||
externalClientId?: string | null | undefined; | ||
}>; | ||
export declare const ExecuteChallengeQueryConfig: z.ZodObject<{ | ||
input: z.ZodObject<{ | ||
address: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>; | ||
externalClientId: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>; | ||
credentials: z.ZodArray<z.ZodObject<{ | ||
@@ -587,3 +591,2 @@ id: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
address: string; | ||
credentials: { | ||
@@ -633,4 +636,5 @@ id: string; | ||
}; | ||
address?: string | null | undefined; | ||
externalClientId?: string | null | undefined; | ||
}, { | ||
address: string; | ||
credentials: { | ||
@@ -680,2 +684,4 @@ id: string; | ||
}; | ||
address?: string | null | undefined; | ||
externalClientId?: string | null | undefined; | ||
}>; | ||
@@ -689,3 +695,2 @@ executionId: z.ZodString; | ||
input: { | ||
address: string; | ||
credentials: { | ||
@@ -735,2 +740,4 @@ id: string; | ||
}; | ||
address?: string | null | undefined; | ||
externalClientId?: string | null | undefined; | ||
}; | ||
@@ -743,3 +750,2 @@ cmsObjectId: string; | ||
input: { | ||
address: string; | ||
credentials: { | ||
@@ -789,2 +795,4 @@ id: string; | ||
}; | ||
address?: string | null | undefined; | ||
externalClientId?: string | null | undefined; | ||
}; | ||
@@ -1026,3 +1034,3 @@ cmsObjectId: string; | ||
name: z.ZodString; | ||
address: z.ZodString; | ||
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>; | ||
result: z.ZodObject<{ | ||
@@ -1064,3 +1072,2 @@ result: z.ZodObject<{ | ||
}; | ||
address: string; | ||
executionId: string; | ||
@@ -1070,2 +1077,3 @@ scenarioId: string; | ||
objectId: string; | ||
address?: string | null | undefined; | ||
}, { | ||
@@ -1080,3 +1088,2 @@ name: string; | ||
}; | ||
address: string; | ||
executionId: string; | ||
@@ -1086,2 +1093,3 @@ scenarioId: string; | ||
objectId: string; | ||
address?: string | null | undefined; | ||
}>, "many">, "many">; | ||
@@ -1101,3 +1109,2 @@ }, "strip", z.ZodTypeAny, { | ||
}; | ||
address: string; | ||
executionId: string; | ||
@@ -1107,2 +1114,3 @@ scenarioId: string; | ||
objectId: string; | ||
address?: string | null | undefined; | ||
}[][]; | ||
@@ -1122,3 +1130,2 @@ }, { | ||
}; | ||
address: string; | ||
executionId: string; | ||
@@ -1128,2 +1135,3 @@ scenarioId: string; | ||
objectId: string; | ||
address?: string | null | undefined; | ||
}[][]; | ||
@@ -1130,0 +1138,0 @@ }>; |
@@ -11,3 +11,3 @@ import { z } from "zod"; | ||
name: z.ZodString; | ||
address: z.ZodString; | ||
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>; | ||
result: z.ZodObject<{ | ||
@@ -49,3 +49,2 @@ result: z.ZodObject<{ | ||
}; | ||
address: string; | ||
executionId: string; | ||
@@ -55,2 +54,3 @@ scenarioId: string; | ||
objectId: string; | ||
address?: string | null | undefined; | ||
}, { | ||
@@ -65,3 +65,2 @@ name: string; | ||
}; | ||
address: string; | ||
executionId: string; | ||
@@ -71,2 +70,3 @@ scenarioId: string; | ||
objectId: string; | ||
address?: string | null | undefined; | ||
}>; | ||
@@ -78,3 +78,3 @@ export type RuleEngineResponse = z.infer<typeof RuleEngineResponse>; | ||
name: z.ZodString; | ||
address: z.ZodString; | ||
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>; | ||
result: z.ZodObject<{ | ||
@@ -116,3 +116,2 @@ result: z.ZodObject<{ | ||
}; | ||
address: string; | ||
executionId: string; | ||
@@ -122,2 +121,3 @@ scenarioId: string; | ||
objectId: string; | ||
address?: string | null | undefined; | ||
}, { | ||
@@ -132,3 +132,2 @@ name: string; | ||
}; | ||
address: string; | ||
executionId: string; | ||
@@ -138,2 +137,3 @@ scenarioId: string; | ||
objectId: string; | ||
address?: string | null | undefined; | ||
}>, "many">; | ||
@@ -140,0 +140,0 @@ export type ScenarioExecutionResponse = z.infer<typeof ScenarioExecutionResponse>; |
@@ -6,2 +6,3 @@ export * from "./app-requests.schema.js"; | ||
export * from "./host-requests.schema.js"; | ||
export * from "./identity-v2.schema.js"; | ||
export * from "./kyc.schema.js"; | ||
@@ -13,2 +14,3 @@ export * from "./polygon-id.schema.js"; | ||
export * from "./zkps.schema.js"; | ||
export * from "./identity-api.schema.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -28,3 +28,3 @@ import { z } from "zod"; | ||
id: z.ZodString; | ||
typ: z.ZodNativeEnum<typeof MediaType>; | ||
typ: z.ZodOptional<z.ZodNativeEnum<typeof MediaType>>; | ||
type: z.ZodString; | ||
@@ -81,3 +81,2 @@ thid: z.ZodOptional<z.ZodString>; | ||
type: string; | ||
typ: MediaType; | ||
body: { | ||
@@ -96,2 +95,3 @@ callbackUrl: string; | ||
from: string; | ||
typ?: MediaType | undefined; | ||
thid?: string | undefined; | ||
@@ -102,3 +102,2 @@ to?: string | undefined; | ||
type: string; | ||
typ: MediaType; | ||
body: { | ||
@@ -117,2 +116,3 @@ callbackUrl: string; | ||
from: string; | ||
typ?: MediaType | undefined; | ||
thid?: string | undefined; | ||
@@ -119,0 +119,0 @@ to?: string | undefined; |
@@ -146,2 +146,4 @@ import { z } from "zod"; | ||
}>]>; | ||
export declare const QueryType: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>; | ||
export type QueryType = z.infer<typeof QueryType>; | ||
export declare const QueryConfigSimplified: z.ZodObject<{ | ||
@@ -218,2 +220,3 @@ type: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>; | ||
}>; | ||
export type QueryConfigSimplifiedParsed = z.infer<typeof QueryConfigSimplifiedParsed>; | ||
export declare const QueryConfiguration: z.ZodObject<{ | ||
@@ -220,0 +223,0 @@ id: z.ZodString; |
@@ -255,8 +255,8 @@ import { z } from "zod"; | ||
}, "strip", z.ZodTypeAny, { | ||
projectId: string; | ||
executionId: string; | ||
projectId: string; | ||
scenarioExecutionIds: string[]; | ||
}, { | ||
projectId: string; | ||
executionId: string; | ||
projectId: string; | ||
scenarioExecutionIds: string[]; | ||
@@ -273,3 +273,3 @@ }>; | ||
projectId: z.ZodString; | ||
address: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>; | ||
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>; | ||
status: z.ZodEnum<["pending", "authorised", "unauthorised"]>; | ||
@@ -280,3 +280,3 @@ scenarioId: z.ZodString; | ||
id: z.ZodString; | ||
typ: z.ZodNativeEnum<typeof import("./polygon-id.schema.js").MediaType>; | ||
typ: z.ZodOptional<z.ZodNativeEnum<typeof import("./polygon-id.schema.js").MediaType>>; | ||
type: z.ZodString; | ||
@@ -333,3 +333,2 @@ thid: z.ZodOptional<z.ZodString>; | ||
type: string; | ||
typ: import("./polygon-id.schema.js").MediaType; | ||
body: { | ||
@@ -348,2 +347,3 @@ callbackUrl: string; | ||
from: string; | ||
typ?: import("./polygon-id.schema.js").MediaType | undefined; | ||
thid?: string | undefined; | ||
@@ -354,3 +354,2 @@ to?: string | undefined; | ||
type: string; | ||
typ: import("./polygon-id.schema.js").MediaType; | ||
body: { | ||
@@ -369,2 +368,3 @@ callbackUrl: string; | ||
from: string; | ||
typ?: import("./polygon-id.schema.js").MediaType | undefined; | ||
thid?: string | undefined; | ||
@@ -536,6 +536,5 @@ to?: string | undefined; | ||
status: "pending" | "authorised" | "unauthorised"; | ||
address: string; | ||
projectId: string; | ||
executionId: string; | ||
sessionId: string; | ||
projectId: string; | ||
scenarioId: string; | ||
@@ -553,3 +552,2 @@ scenarioName: string; | ||
type: string; | ||
typ: import("./polygon-id.schema.js").MediaType; | ||
body: { | ||
@@ -568,5 +566,7 @@ callbackUrl: string; | ||
from: string; | ||
typ?: import("./polygon-id.schema.js").MediaType | undefined; | ||
thid?: string | undefined; | ||
to?: string | undefined; | ||
}; | ||
address?: string | null | undefined; | ||
responseMessage?: { | ||
@@ -600,6 +600,5 @@ id: string; | ||
status: "pending" | "authorised" | "unauthorised"; | ||
address: string; | ||
projectId: string; | ||
executionId: string; | ||
sessionId: string; | ||
projectId: string; | ||
scenarioId: string; | ||
@@ -617,3 +616,2 @@ scenarioName: string; | ||
type: string; | ||
typ: import("./polygon-id.schema.js").MediaType; | ||
body: { | ||
@@ -632,5 +630,7 @@ callbackUrl: string; | ||
from: string; | ||
typ?: import("./polygon-id.schema.js").MediaType | undefined; | ||
thid?: string | undefined; | ||
to?: string | undefined; | ||
}; | ||
address?: string | null | undefined; | ||
responseMessage?: { | ||
@@ -665,10 +665,9 @@ id: string; | ||
address: string; | ||
projectId: string; | ||
sessionId: string; | ||
projectId: string; | ||
authorizations: Map<string, { | ||
status: "pending" | "authorised" | "unauthorised"; | ||
address: string; | ||
projectId: string; | ||
executionId: string; | ||
sessionId: string; | ||
projectId: string; | ||
scenarioId: string; | ||
@@ -686,3 +685,2 @@ scenarioName: string; | ||
type: string; | ||
typ: import("./polygon-id.schema.js").MediaType; | ||
body: { | ||
@@ -701,5 +699,7 @@ callbackUrl: string; | ||
from: string; | ||
typ?: import("./polygon-id.schema.js").MediaType | undefined; | ||
thid?: string | undefined; | ||
to?: string | undefined; | ||
}; | ||
address?: string | null | undefined; | ||
responseMessage?: { | ||
@@ -734,10 +734,9 @@ id: string; | ||
address: string; | ||
projectId: string; | ||
sessionId: string; | ||
projectId: string; | ||
authorizations: Map<string, { | ||
status: "pending" | "authorised" | "unauthorised"; | ||
address: string; | ||
projectId: string; | ||
executionId: string; | ||
sessionId: string; | ||
projectId: string; | ||
scenarioId: string; | ||
@@ -755,3 +754,2 @@ scenarioName: string; | ||
type: string; | ||
typ: import("./polygon-id.schema.js").MediaType; | ||
body: { | ||
@@ -770,5 +768,7 @@ callbackUrl: string; | ||
from: string; | ||
typ?: import("./polygon-id.schema.js").MediaType | undefined; | ||
thid?: string | undefined; | ||
to?: string | undefined; | ||
}; | ||
address?: string | null | undefined; | ||
responseMessage?: { | ||
@@ -775,0 +775,0 @@ id: string; |
@@ -5,2 +5,4 @@ export * from "./credential-storage.schema.js"; | ||
export * from "./countries.schema.js"; | ||
export * from "./identity-ids.schema.js"; | ||
export * from "./nexeraSSID.schema.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,3 +6,4 @@ 'use strict'; | ||
var zod = require('zod'); | ||
var kyc_schema = require('./kyc.schema-ddffa6e9.cjs.dev.js'); | ||
var identityApi_schema = require('./identity-api.schema-c1b5221d.cjs.dev.js'); | ||
require('nanoid'); | ||
@@ -34,3 +35,3 @@ var decodeUint8Array = function decodeUint8Array(data) { | ||
journeyId: zod.z.string().optional(), | ||
type: zod.z["enum"](kyc_schema.CredentialTypes), | ||
type: zod.z["enum"](identityApi_schema.CredentialTypes), | ||
datetime: zod.z.coerce.date(), | ||
@@ -45,66 +46,110 @@ credential: EncryptedVerifiableCredentialDataSchema, | ||
exports.ACTIVE_EVM_CHAIN_VALUES = kyc_schema.ACTIVE_EVM_CHAIN_VALUES; | ||
exports.ACTIVE_TEZOS_CHAIN_VALUES = kyc_schema.ACTIVE_TEZOS_CHAIN_VALUES; | ||
exports.ALPHA_2_COUNTRIES = kyc_schema.ALPHA_2_COUNTRIES; | ||
exports.AddressSchema = kyc_schema.AddressSchema; | ||
exports.Alpha2Country = kyc_schema.Alpha2Country; | ||
exports.AptosAddress = kyc_schema.AptosAddress; | ||
exports.AptosSignature = kyc_schema.AptosSignature; | ||
exports.BLOCKCHAIN_NAMESPACES = kyc_schema.BLOCKCHAIN_NAMESPACES; | ||
exports.BLOCKCHAIN_NAMESPACES_NAMES = kyc_schema.BLOCKCHAIN_NAMESPACES_NAMES; | ||
exports.BLOCKCHAIN_NAMESPACE_TO_NAME = kyc_schema.BLOCKCHAIN_NAMESPACE_TO_NAME; | ||
exports.BLOCKCHAIN_NAME_TO_NAMESPACE = kyc_schema.BLOCKCHAIN_NAME_TO_NAMESPACE; | ||
exports.BlockchainAddress = kyc_schema.BlockchainAddress; | ||
exports.BlockchainId = kyc_schema.BlockchainId; | ||
exports.BlockchainNamespace = kyc_schema.BlockchainNamespace; | ||
exports.BlockchainSignature = kyc_schema.BlockchainSignature; | ||
exports.CardanoAddress = kyc_schema.CardanoAddress; | ||
exports.CardanoSignature = kyc_schema.CardanoSignature; | ||
exports.CosmosAddress = kyc_schema.CosmosAddress; | ||
exports.CosmosSignature = kyc_schema.CosmosSignature; | ||
exports.DISPLAYED_LOCKCHAIN_NAMESPACES = kyc_schema.DISPLAYED_LOCKCHAIN_NAMESPACES; | ||
exports.DisplayedBlockchainNamespace = kyc_schema.DisplayedBlockchainNamespace; | ||
exports.EIP155Signature = kyc_schema.EIP155Signature; | ||
exports.ENVS = kyc_schema.ENVS; | ||
exports.EVM_BLOCK_TIME = kyc_schema.EVM_BLOCK_TIME; | ||
exports.EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC = kyc_schema.EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC; | ||
exports.EdSignature = kyc_schema.EdSignature; | ||
exports.EnvironmentSchema = kyc_schema.EnvironmentSchema; | ||
exports.EvmChainId = kyc_schema.EvmChainId; | ||
exports.FunctionCallData = kyc_schema.FunctionCallData; | ||
exports.ISO3CountryCode = kyc_schema.ISO3CountryCode; | ||
exports.NEXERA_CHAIN_VALUES = kyc_schema.NEXERA_CHAIN_VALUES; | ||
exports.NEXERA_EVM_CHAINS = kyc_schema.NEXERA_EVM_CHAINS; | ||
exports.NEXERA_EVM_CHAIN_NAMES = kyc_schema.NEXERA_EVM_CHAIN_NAMES; | ||
exports.NEXERA_EVM_CHAIN_NAMES_LIST = kyc_schema.NEXERA_EVM_CHAIN_NAMES_LIST; | ||
exports.NEXERA_TEZOS_CHAINS = kyc_schema.NEXERA_TEZOS_CHAINS; | ||
exports.NEXERA_TEZOS_CHAIN_NAMES = kyc_schema.NEXERA_TEZOS_CHAIN_NAMES; | ||
exports.NEXERA_TEZOS_CHAIN_NAMES_LIST = kyc_schema.NEXERA_TEZOS_CHAIN_NAMES_LIST; | ||
exports.NEXERA_TEZOS_CHAIN_VALUES = kyc_schema.NEXERA_TEZOS_CHAIN_VALUES; | ||
exports.P2Signature = kyc_schema.P2Signature; | ||
exports.POLYGON_NETWORK_NAMES = kyc_schema.POLYGON_NETWORK_NAMES; | ||
exports.PolkadotAddress = kyc_schema.PolkadotAddress; | ||
exports.PolkadotSignature = kyc_schema.PolkadotSignature; | ||
exports.PolygonNetworkNames = kyc_schema.PolygonNetworkNames; | ||
exports.PrivateKey = kyc_schema.PrivateKey; | ||
exports.SpSignature = kyc_schema.SpSignature; | ||
exports.StarknetAddress = kyc_schema.StarknetAddress; | ||
exports.StarknetSignature = kyc_schema.StarknetSignature; | ||
exports.TezosAddress = kyc_schema.TezosAddress; | ||
exports.TezosChainId = kyc_schema.TezosChainId; | ||
exports.TezosContractAddress = kyc_schema.TezosContractAddress; | ||
exports.TezosEntrypointName = kyc_schema.TezosEntrypointName; | ||
exports.TezosImplicitAddress = kyc_schema.TezosImplicitAddress; | ||
exports.TezosSignature = kyc_schema.TezosSignature; | ||
exports.TxHash = kyc_schema.TxHash; | ||
exports.UuidString = kyc_schema.UuidString; | ||
exports.ZodParse = kyc_schema.ZodParse; | ||
exports.coerceBoolean = kyc_schema.coerceBoolean; | ||
exports.countryISO2toISO3Mapping = kyc_schema.countryISO2toISO3Mapping; | ||
exports.countryISO3toISO2Mapping = kyc_schema.countryISO3toISO2Mapping; | ||
exports.isValidAddress = kyc_schema.isValidAddress; | ||
exports.isoCountriesNameFromISO2 = kyc_schema.isoCountriesNameFromISO2; | ||
exports.parseISO3CountryCode = kyc_schema.parseISO3CountryCode; | ||
exports.shortAddress = kyc_schema.shortAddress; | ||
exports.shortBlockchainAddress = kyc_schema.shortBlockchainAddress; | ||
exports.ACTIVE_COSMOS_CHAIN_VALUES = identityApi_schema.ACTIVE_COSMOS_CHAIN_VALUES; | ||
exports.ACTIVE_EVM_CHAIN_VALUES = identityApi_schema.ACTIVE_EVM_CHAIN_VALUES; | ||
exports.ACTIVE_TEZOS_CHAIN_VALUES = identityApi_schema.ACTIVE_TEZOS_CHAIN_VALUES; | ||
exports.ALPHA_2_COUNTRIES = identityApi_schema.ALPHA_2_COUNTRIES; | ||
exports.AdditionalUserInformationsParams = identityApi_schema.AdditionalUserInformationsParams; | ||
exports.AddressSchema = identityApi_schema.AddressSchema; | ||
exports.Alpha2Country = identityApi_schema.Alpha2Country; | ||
exports.AppId = identityApi_schema.AppId; | ||
exports.AptosAddress = identityApi_schema.AptosAddress; | ||
exports.AptosSignature = identityApi_schema.AptosSignature; | ||
exports.BLOCKCHAIN_NAMESPACES = identityApi_schema.BLOCKCHAIN_NAMESPACES; | ||
exports.BLOCKCHAIN_NAMESPACES_NAMES = identityApi_schema.BLOCKCHAIN_NAMESPACES_NAMES; | ||
exports.BLOCKCHAIN_NAMESPACE_TO_NAME = identityApi_schema.BLOCKCHAIN_NAMESPACE_TO_NAME; | ||
exports.BLOCKCHAIN_NAME_TO_NAMESPACE = identityApi_schema.BLOCKCHAIN_NAME_TO_NAMESPACE; | ||
exports.BlockchainAddress = identityApi_schema.BlockchainAddress; | ||
exports.BlockchainId = identityApi_schema.BlockchainId; | ||
exports.BlockchainNamespace = identityApi_schema.BlockchainNamespace; | ||
exports.BlockchainSignature = identityApi_schema.BlockchainSignature; | ||
exports.COSMOS_CHAIN_NAMES = identityApi_schema.COSMOS_CHAIN_NAMES; | ||
exports.COSMOS_CHAIN_NAMES_LIST = identityApi_schema.COSMOS_CHAIN_NAMES_LIST; | ||
exports.COSMOS_CHAIN_VALUES = identityApi_schema.COSMOS_CHAIN_VALUES; | ||
exports.CardanoAddress = identityApi_schema.CardanoAddress; | ||
exports.CardanoSignature = identityApi_schema.CardanoSignature; | ||
exports.ChallengeId = identityApi_schema.ChallengeId; | ||
exports.CosmosAddress = identityApi_schema.CosmosAddress; | ||
exports.CosmosChainId = identityApi_schema.CosmosChainId; | ||
exports.CosmosSignature = identityApi_schema.CosmosSignature; | ||
exports.DISPLAYED_LOCKCHAIN_NAMESPACES = identityApi_schema.DISPLAYED_LOCKCHAIN_NAMESPACES; | ||
exports.DisplayedBlockchainNamespace = identityApi_schema.DisplayedBlockchainNamespace; | ||
exports.EIP155Signature = identityApi_schema.EIP155Signature; | ||
exports.ENVS = identityApi_schema.ENVS; | ||
exports.EVM_BLOCK_TIME = identityApi_schema.EVM_BLOCK_TIME; | ||
exports.EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC = identityApi_schema.EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC; | ||
exports.EdSignature = identityApi_schema.EdSignature; | ||
exports.EmailId = identityApi_schema.EmailId; | ||
exports.EnvironmentSchema = identityApi_schema.EnvironmentSchema; | ||
exports.EvmChainId = identityApi_schema.EvmChainId; | ||
exports.ExternalClientId = identityApi_schema.ExternalClientId; | ||
exports.FLOW_TYPES = identityApi_schema.FLOW_TYPES; | ||
exports.FlowType = identityApi_schema.FlowType; | ||
exports.FunctionCallData = identityApi_schema.FunctionCallData; | ||
exports.IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS = identityApi_schema.IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS; | ||
exports.IDENTITY_DOCUMENT_OPTIONS = identityApi_schema.IDENTITY_DOCUMENT_OPTIONS; | ||
exports.ISO3CountryCode = identityApi_schema.ISO3CountryCode; | ||
exports.Identifier = identityApi_schema.Identifier; | ||
exports.IdentityAppV2Web2JWT = identityApi_schema.IdentityAppV2Web2JWT; | ||
exports.IdentityAppV2Web3JWT = identityApi_schema.IdentityAppV2Web3JWT; | ||
exports.IdentityDocumentCountryListOption = identityApi_schema.IdentityDocumentCountryListOption; | ||
exports.IdentityDocumentOptionsType = identityApi_schema.IdentityDocumentOptionsType; | ||
exports.IdentityId = identityApi_schema.IdentityId; | ||
exports.IdentityWidgetAccessToken = identityApi_schema.IdentityWidgetAccessToken; | ||
exports.IdentityWidgetAccessToken_NEW = identityApi_schema.IdentityWidgetAccessToken_NEW; | ||
exports.IdentityWidgetSessionToken = identityApi_schema.IdentityWidgetSessionToken; | ||
exports.NEXERA_ACTIVE_STARKNET_CHAIN_VALUES = identityApi_schema.NEXERA_ACTIVE_STARKNET_CHAIN_VALUES; | ||
exports.NEXERA_CHAIN_VALUES = identityApi_schema.NEXERA_CHAIN_VALUES; | ||
exports.NEXERA_COSMOS_CHAINS = identityApi_schema.NEXERA_COSMOS_CHAINS; | ||
exports.NEXERA_EVM_CHAINS = identityApi_schema.NEXERA_EVM_CHAINS; | ||
exports.NEXERA_EVM_CHAIN_NAMES = identityApi_schema.NEXERA_EVM_CHAIN_NAMES; | ||
exports.NEXERA_EVM_CHAIN_NAMES_LIST = identityApi_schema.NEXERA_EVM_CHAIN_NAMES_LIST; | ||
exports.NEXERA_STARKNET_CHAINS = identityApi_schema.NEXERA_STARKNET_CHAINS; | ||
exports.NEXERA_STARKNET_CHAIN_NAMES = identityApi_schema.NEXERA_STARKNET_CHAIN_NAMES; | ||
exports.NEXERA_STARKNET_CHAIN_VALUES = identityApi_schema.NEXERA_STARKNET_CHAIN_VALUES; | ||
exports.NEXERA_TEZOS_CHAINS = identityApi_schema.NEXERA_TEZOS_CHAINS; | ||
exports.NEXERA_TEZOS_CHAIN_NAMES = identityApi_schema.NEXERA_TEZOS_CHAIN_NAMES; | ||
exports.NEXERA_TEZOS_CHAIN_NAMES_LIST = identityApi_schema.NEXERA_TEZOS_CHAIN_NAMES_LIST; | ||
exports.NEXERA_TEZOS_CHAIN_VALUES = identityApi_schema.NEXERA_TEZOS_CHAIN_VALUES; | ||
exports.OrganizationId = identityApi_schema.OrganizationId; | ||
exports.P2Signature = identityApi_schema.P2Signature; | ||
exports.PERSONAL_INFORMATION_FIELDS = identityApi_schema.PERSONAL_INFORMATION_FIELDS; | ||
exports.POLYGON_NETWORK_NAMES = identityApi_schema.POLYGON_NETWORK_NAMES; | ||
exports.PUBLIC_SERVICES_SCHEMA_MAP = identityApi_schema.PUBLIC_SERVICES_SCHEMA_MAP; | ||
exports.PersonalInformationFieldsIdentityDocuments = identityApi_schema.PersonalInformationFieldsIdentityDocuments; | ||
exports.PolkadotAddress = identityApi_schema.PolkadotAddress; | ||
exports.PolkadotSignature = identityApi_schema.PolkadotSignature; | ||
exports.PolygonNetworkNames = identityApi_schema.PolygonNetworkNames; | ||
exports.PrivateKey = identityApi_schema.PrivateKey; | ||
exports.PublicKey = identityApi_schema.PublicKey; | ||
exports.SpSignature = identityApi_schema.SpSignature; | ||
exports.StarknetAddress = identityApi_schema.StarknetAddress; | ||
exports.StarknetChainId = identityApi_schema.StarknetChainId; | ||
exports.StarknetSignature = identityApi_schema.StarknetSignature; | ||
exports.StorageId = identityApi_schema.StorageId; | ||
exports.String0x = identityApi_schema.String0x; | ||
exports.TestId = identityApi_schema.TestId; | ||
exports.TezosAddress = identityApi_schema.TezosAddress; | ||
exports.TezosChainId = identityApi_schema.TezosChainId; | ||
exports.TezosContractAddress = identityApi_schema.TezosContractAddress; | ||
exports.TezosEntrypointName = identityApi_schema.TezosEntrypointName; | ||
exports.TezosImplicitAddress = identityApi_schema.TezosImplicitAddress; | ||
exports.TezosSignature = identityApi_schema.TezosSignature; | ||
exports.TxHash = identityApi_schema.TxHash; | ||
exports.UuidString = identityApi_schema.UuidString; | ||
exports.VerificationMode = identityApi_schema.VerificationMode; | ||
exports.VerificationModes = identityApi_schema.VerificationModes; | ||
exports.WalletId = identityApi_schema.WalletId; | ||
exports.WorkflowId = identityApi_schema.WorkflowId; | ||
exports.WorkspaceId = identityApi_schema.WorkspaceId; | ||
exports.ZodParse = identityApi_schema.ZodParse; | ||
exports.coerceBoolean = identityApi_schema.coerceBoolean; | ||
exports.countryISO2toISO3Mapping = identityApi_schema.countryISO2toISO3Mapping; | ||
exports.countryISO3toISO2Mapping = identityApi_schema.countryISO3toISO2Mapping; | ||
exports.createBrandedSchemaId = identityApi_schema.createBrandedSchemaId; | ||
exports.generateId = identityApi_schema.generateId; | ||
exports.isValidAddress = identityApi_schema.isValidAddress; | ||
exports.isoCountriesNameFromISO2 = identityApi_schema.isoCountriesNameFromISO2; | ||
exports.parseISO3CountryCode = identityApi_schema.parseISO3CountryCode; | ||
exports.shortAddress = identityApi_schema.shortAddress; | ||
exports.shortBlockchainAddress = identityApi_schema.shortBlockchainAddress; | ||
exports.DownloadableKycSchema = DownloadableKycSchema; | ||
@@ -111,0 +156,0 @@ exports.EncryptedKycKey = EncryptedKycKey; |
@@ -6,3 +6,4 @@ 'use strict'; | ||
var zod = require('zod'); | ||
var kyc_schema = require('./kyc.schema-c3877305.cjs.prod.js'); | ||
var identityApi_schema = require('./identity-api.schema-c9cf1380.cjs.prod.js'); | ||
require('nanoid'); | ||
@@ -34,3 +35,3 @@ var decodeUint8Array = function decodeUint8Array(data) { | ||
journeyId: zod.z.string().optional(), | ||
type: zod.z["enum"](kyc_schema.CredentialTypes), | ||
type: zod.z["enum"](identityApi_schema.CredentialTypes), | ||
datetime: zod.z.coerce.date(), | ||
@@ -45,66 +46,110 @@ credential: EncryptedVerifiableCredentialDataSchema, | ||
exports.ACTIVE_EVM_CHAIN_VALUES = kyc_schema.ACTIVE_EVM_CHAIN_VALUES; | ||
exports.ACTIVE_TEZOS_CHAIN_VALUES = kyc_schema.ACTIVE_TEZOS_CHAIN_VALUES; | ||
exports.ALPHA_2_COUNTRIES = kyc_schema.ALPHA_2_COUNTRIES; | ||
exports.AddressSchema = kyc_schema.AddressSchema; | ||
exports.Alpha2Country = kyc_schema.Alpha2Country; | ||
exports.AptosAddress = kyc_schema.AptosAddress; | ||
exports.AptosSignature = kyc_schema.AptosSignature; | ||
exports.BLOCKCHAIN_NAMESPACES = kyc_schema.BLOCKCHAIN_NAMESPACES; | ||
exports.BLOCKCHAIN_NAMESPACES_NAMES = kyc_schema.BLOCKCHAIN_NAMESPACES_NAMES; | ||
exports.BLOCKCHAIN_NAMESPACE_TO_NAME = kyc_schema.BLOCKCHAIN_NAMESPACE_TO_NAME; | ||
exports.BLOCKCHAIN_NAME_TO_NAMESPACE = kyc_schema.BLOCKCHAIN_NAME_TO_NAMESPACE; | ||
exports.BlockchainAddress = kyc_schema.BlockchainAddress; | ||
exports.BlockchainId = kyc_schema.BlockchainId; | ||
exports.BlockchainNamespace = kyc_schema.BlockchainNamespace; | ||
exports.BlockchainSignature = kyc_schema.BlockchainSignature; | ||
exports.CardanoAddress = kyc_schema.CardanoAddress; | ||
exports.CardanoSignature = kyc_schema.CardanoSignature; | ||
exports.CosmosAddress = kyc_schema.CosmosAddress; | ||
exports.CosmosSignature = kyc_schema.CosmosSignature; | ||
exports.DISPLAYED_LOCKCHAIN_NAMESPACES = kyc_schema.DISPLAYED_LOCKCHAIN_NAMESPACES; | ||
exports.DisplayedBlockchainNamespace = kyc_schema.DisplayedBlockchainNamespace; | ||
exports.EIP155Signature = kyc_schema.EIP155Signature; | ||
exports.ENVS = kyc_schema.ENVS; | ||
exports.EVM_BLOCK_TIME = kyc_schema.EVM_BLOCK_TIME; | ||
exports.EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC = kyc_schema.EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC; | ||
exports.EdSignature = kyc_schema.EdSignature; | ||
exports.EnvironmentSchema = kyc_schema.EnvironmentSchema; | ||
exports.EvmChainId = kyc_schema.EvmChainId; | ||
exports.FunctionCallData = kyc_schema.FunctionCallData; | ||
exports.ISO3CountryCode = kyc_schema.ISO3CountryCode; | ||
exports.NEXERA_CHAIN_VALUES = kyc_schema.NEXERA_CHAIN_VALUES; | ||
exports.NEXERA_EVM_CHAINS = kyc_schema.NEXERA_EVM_CHAINS; | ||
exports.NEXERA_EVM_CHAIN_NAMES = kyc_schema.NEXERA_EVM_CHAIN_NAMES; | ||
exports.NEXERA_EVM_CHAIN_NAMES_LIST = kyc_schema.NEXERA_EVM_CHAIN_NAMES_LIST; | ||
exports.NEXERA_TEZOS_CHAINS = kyc_schema.NEXERA_TEZOS_CHAINS; | ||
exports.NEXERA_TEZOS_CHAIN_NAMES = kyc_schema.NEXERA_TEZOS_CHAIN_NAMES; | ||
exports.NEXERA_TEZOS_CHAIN_NAMES_LIST = kyc_schema.NEXERA_TEZOS_CHAIN_NAMES_LIST; | ||
exports.NEXERA_TEZOS_CHAIN_VALUES = kyc_schema.NEXERA_TEZOS_CHAIN_VALUES; | ||
exports.P2Signature = kyc_schema.P2Signature; | ||
exports.POLYGON_NETWORK_NAMES = kyc_schema.POLYGON_NETWORK_NAMES; | ||
exports.PolkadotAddress = kyc_schema.PolkadotAddress; | ||
exports.PolkadotSignature = kyc_schema.PolkadotSignature; | ||
exports.PolygonNetworkNames = kyc_schema.PolygonNetworkNames; | ||
exports.PrivateKey = kyc_schema.PrivateKey; | ||
exports.SpSignature = kyc_schema.SpSignature; | ||
exports.StarknetAddress = kyc_schema.StarknetAddress; | ||
exports.StarknetSignature = kyc_schema.StarknetSignature; | ||
exports.TezosAddress = kyc_schema.TezosAddress; | ||
exports.TezosChainId = kyc_schema.TezosChainId; | ||
exports.TezosContractAddress = kyc_schema.TezosContractAddress; | ||
exports.TezosEntrypointName = kyc_schema.TezosEntrypointName; | ||
exports.TezosImplicitAddress = kyc_schema.TezosImplicitAddress; | ||
exports.TezosSignature = kyc_schema.TezosSignature; | ||
exports.TxHash = kyc_schema.TxHash; | ||
exports.UuidString = kyc_schema.UuidString; | ||
exports.ZodParse = kyc_schema.ZodParse; | ||
exports.coerceBoolean = kyc_schema.coerceBoolean; | ||
exports.countryISO2toISO3Mapping = kyc_schema.countryISO2toISO3Mapping; | ||
exports.countryISO3toISO2Mapping = kyc_schema.countryISO3toISO2Mapping; | ||
exports.isValidAddress = kyc_schema.isValidAddress; | ||
exports.isoCountriesNameFromISO2 = kyc_schema.isoCountriesNameFromISO2; | ||
exports.parseISO3CountryCode = kyc_schema.parseISO3CountryCode; | ||
exports.shortAddress = kyc_schema.shortAddress; | ||
exports.shortBlockchainAddress = kyc_schema.shortBlockchainAddress; | ||
exports.ACTIVE_COSMOS_CHAIN_VALUES = identityApi_schema.ACTIVE_COSMOS_CHAIN_VALUES; | ||
exports.ACTIVE_EVM_CHAIN_VALUES = identityApi_schema.ACTIVE_EVM_CHAIN_VALUES; | ||
exports.ACTIVE_TEZOS_CHAIN_VALUES = identityApi_schema.ACTIVE_TEZOS_CHAIN_VALUES; | ||
exports.ALPHA_2_COUNTRIES = identityApi_schema.ALPHA_2_COUNTRIES; | ||
exports.AdditionalUserInformationsParams = identityApi_schema.AdditionalUserInformationsParams; | ||
exports.AddressSchema = identityApi_schema.AddressSchema; | ||
exports.Alpha2Country = identityApi_schema.Alpha2Country; | ||
exports.AppId = identityApi_schema.AppId; | ||
exports.AptosAddress = identityApi_schema.AptosAddress; | ||
exports.AptosSignature = identityApi_schema.AptosSignature; | ||
exports.BLOCKCHAIN_NAMESPACES = identityApi_schema.BLOCKCHAIN_NAMESPACES; | ||
exports.BLOCKCHAIN_NAMESPACES_NAMES = identityApi_schema.BLOCKCHAIN_NAMESPACES_NAMES; | ||
exports.BLOCKCHAIN_NAMESPACE_TO_NAME = identityApi_schema.BLOCKCHAIN_NAMESPACE_TO_NAME; | ||
exports.BLOCKCHAIN_NAME_TO_NAMESPACE = identityApi_schema.BLOCKCHAIN_NAME_TO_NAMESPACE; | ||
exports.BlockchainAddress = identityApi_schema.BlockchainAddress; | ||
exports.BlockchainId = identityApi_schema.BlockchainId; | ||
exports.BlockchainNamespace = identityApi_schema.BlockchainNamespace; | ||
exports.BlockchainSignature = identityApi_schema.BlockchainSignature; | ||
exports.COSMOS_CHAIN_NAMES = identityApi_schema.COSMOS_CHAIN_NAMES; | ||
exports.COSMOS_CHAIN_NAMES_LIST = identityApi_schema.COSMOS_CHAIN_NAMES_LIST; | ||
exports.COSMOS_CHAIN_VALUES = identityApi_schema.COSMOS_CHAIN_VALUES; | ||
exports.CardanoAddress = identityApi_schema.CardanoAddress; | ||
exports.CardanoSignature = identityApi_schema.CardanoSignature; | ||
exports.ChallengeId = identityApi_schema.ChallengeId; | ||
exports.CosmosAddress = identityApi_schema.CosmosAddress; | ||
exports.CosmosChainId = identityApi_schema.CosmosChainId; | ||
exports.CosmosSignature = identityApi_schema.CosmosSignature; | ||
exports.DISPLAYED_LOCKCHAIN_NAMESPACES = identityApi_schema.DISPLAYED_LOCKCHAIN_NAMESPACES; | ||
exports.DisplayedBlockchainNamespace = identityApi_schema.DisplayedBlockchainNamespace; | ||
exports.EIP155Signature = identityApi_schema.EIP155Signature; | ||
exports.ENVS = identityApi_schema.ENVS; | ||
exports.EVM_BLOCK_TIME = identityApi_schema.EVM_BLOCK_TIME; | ||
exports.EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC = identityApi_schema.EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC; | ||
exports.EdSignature = identityApi_schema.EdSignature; | ||
exports.EmailId = identityApi_schema.EmailId; | ||
exports.EnvironmentSchema = identityApi_schema.EnvironmentSchema; | ||
exports.EvmChainId = identityApi_schema.EvmChainId; | ||
exports.ExternalClientId = identityApi_schema.ExternalClientId; | ||
exports.FLOW_TYPES = identityApi_schema.FLOW_TYPES; | ||
exports.FlowType = identityApi_schema.FlowType; | ||
exports.FunctionCallData = identityApi_schema.FunctionCallData; | ||
exports.IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS = identityApi_schema.IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS; | ||
exports.IDENTITY_DOCUMENT_OPTIONS = identityApi_schema.IDENTITY_DOCUMENT_OPTIONS; | ||
exports.ISO3CountryCode = identityApi_schema.ISO3CountryCode; | ||
exports.Identifier = identityApi_schema.Identifier; | ||
exports.IdentityAppV2Web2JWT = identityApi_schema.IdentityAppV2Web2JWT; | ||
exports.IdentityAppV2Web3JWT = identityApi_schema.IdentityAppV2Web3JWT; | ||
exports.IdentityDocumentCountryListOption = identityApi_schema.IdentityDocumentCountryListOption; | ||
exports.IdentityDocumentOptionsType = identityApi_schema.IdentityDocumentOptionsType; | ||
exports.IdentityId = identityApi_schema.IdentityId; | ||
exports.IdentityWidgetAccessToken = identityApi_schema.IdentityWidgetAccessToken; | ||
exports.IdentityWidgetAccessToken_NEW = identityApi_schema.IdentityWidgetAccessToken_NEW; | ||
exports.IdentityWidgetSessionToken = identityApi_schema.IdentityWidgetSessionToken; | ||
exports.NEXERA_ACTIVE_STARKNET_CHAIN_VALUES = identityApi_schema.NEXERA_ACTIVE_STARKNET_CHAIN_VALUES; | ||
exports.NEXERA_CHAIN_VALUES = identityApi_schema.NEXERA_CHAIN_VALUES; | ||
exports.NEXERA_COSMOS_CHAINS = identityApi_schema.NEXERA_COSMOS_CHAINS; | ||
exports.NEXERA_EVM_CHAINS = identityApi_schema.NEXERA_EVM_CHAINS; | ||
exports.NEXERA_EVM_CHAIN_NAMES = identityApi_schema.NEXERA_EVM_CHAIN_NAMES; | ||
exports.NEXERA_EVM_CHAIN_NAMES_LIST = identityApi_schema.NEXERA_EVM_CHAIN_NAMES_LIST; | ||
exports.NEXERA_STARKNET_CHAINS = identityApi_schema.NEXERA_STARKNET_CHAINS; | ||
exports.NEXERA_STARKNET_CHAIN_NAMES = identityApi_schema.NEXERA_STARKNET_CHAIN_NAMES; | ||
exports.NEXERA_STARKNET_CHAIN_VALUES = identityApi_schema.NEXERA_STARKNET_CHAIN_VALUES; | ||
exports.NEXERA_TEZOS_CHAINS = identityApi_schema.NEXERA_TEZOS_CHAINS; | ||
exports.NEXERA_TEZOS_CHAIN_NAMES = identityApi_schema.NEXERA_TEZOS_CHAIN_NAMES; | ||
exports.NEXERA_TEZOS_CHAIN_NAMES_LIST = identityApi_schema.NEXERA_TEZOS_CHAIN_NAMES_LIST; | ||
exports.NEXERA_TEZOS_CHAIN_VALUES = identityApi_schema.NEXERA_TEZOS_CHAIN_VALUES; | ||
exports.OrganizationId = identityApi_schema.OrganizationId; | ||
exports.P2Signature = identityApi_schema.P2Signature; | ||
exports.PERSONAL_INFORMATION_FIELDS = identityApi_schema.PERSONAL_INFORMATION_FIELDS; | ||
exports.POLYGON_NETWORK_NAMES = identityApi_schema.POLYGON_NETWORK_NAMES; | ||
exports.PUBLIC_SERVICES_SCHEMA_MAP = identityApi_schema.PUBLIC_SERVICES_SCHEMA_MAP; | ||
exports.PersonalInformationFieldsIdentityDocuments = identityApi_schema.PersonalInformationFieldsIdentityDocuments; | ||
exports.PolkadotAddress = identityApi_schema.PolkadotAddress; | ||
exports.PolkadotSignature = identityApi_schema.PolkadotSignature; | ||
exports.PolygonNetworkNames = identityApi_schema.PolygonNetworkNames; | ||
exports.PrivateKey = identityApi_schema.PrivateKey; | ||
exports.PublicKey = identityApi_schema.PublicKey; | ||
exports.SpSignature = identityApi_schema.SpSignature; | ||
exports.StarknetAddress = identityApi_schema.StarknetAddress; | ||
exports.StarknetChainId = identityApi_schema.StarknetChainId; | ||
exports.StarknetSignature = identityApi_schema.StarknetSignature; | ||
exports.StorageId = identityApi_schema.StorageId; | ||
exports.String0x = identityApi_schema.String0x; | ||
exports.TestId = identityApi_schema.TestId; | ||
exports.TezosAddress = identityApi_schema.TezosAddress; | ||
exports.TezosChainId = identityApi_schema.TezosChainId; | ||
exports.TezosContractAddress = identityApi_schema.TezosContractAddress; | ||
exports.TezosEntrypointName = identityApi_schema.TezosEntrypointName; | ||
exports.TezosImplicitAddress = identityApi_schema.TezosImplicitAddress; | ||
exports.TezosSignature = identityApi_schema.TezosSignature; | ||
exports.TxHash = identityApi_schema.TxHash; | ||
exports.UuidString = identityApi_schema.UuidString; | ||
exports.VerificationMode = identityApi_schema.VerificationMode; | ||
exports.VerificationModes = identityApi_schema.VerificationModes; | ||
exports.WalletId = identityApi_schema.WalletId; | ||
exports.WorkflowId = identityApi_schema.WorkflowId; | ||
exports.WorkspaceId = identityApi_schema.WorkspaceId; | ||
exports.ZodParse = identityApi_schema.ZodParse; | ||
exports.coerceBoolean = identityApi_schema.coerceBoolean; | ||
exports.countryISO2toISO3Mapping = identityApi_schema.countryISO2toISO3Mapping; | ||
exports.countryISO3toISO2Mapping = identityApi_schema.countryISO3toISO2Mapping; | ||
exports.createBrandedSchemaId = identityApi_schema.createBrandedSchemaId; | ||
exports.generateId = identityApi_schema.generateId; | ||
exports.isValidAddress = identityApi_schema.isValidAddress; | ||
exports.isoCountriesNameFromISO2 = identityApi_schema.isoCountriesNameFromISO2; | ||
exports.parseISO3CountryCode = identityApi_schema.parseISO3CountryCode; | ||
exports.shortAddress = identityApi_schema.shortAddress; | ||
exports.shortBlockchainAddress = identityApi_schema.shortBlockchainAddress; | ||
exports.DownloadableKycSchema = DownloadableKycSchema; | ||
@@ -111,0 +156,0 @@ exports.EncryptedKycKey = EncryptedKycKey; |
import { z } from 'zod'; | ||
import { C as CredentialTypes } from './kyc.schema-50c63645.esm.js'; | ||
export { A as ACTIVE_EVM_CHAIN_VALUES, k as ACTIVE_TEZOS_CHAIN_VALUES, a5 as ALPHA_2_COUNTRIES, n as AddressSchema, a6 as Alpha2Country, q as AptosAddress, r as AptosSignature, R as BLOCKCHAIN_NAMESPACES, V as BLOCKCHAIN_NAMESPACES_NAMES, Z as BLOCKCHAIN_NAMESPACE_TO_NAME, Y as BLOCKCHAIN_NAME_TO_NAMESPACE, O as BlockchainAddress, B as BlockchainId, U as BlockchainNamespace, Q as BlockchainSignature, L as CardanoAddress, M as CardanoSignature, w as CosmosAddress, x as CosmosSignature, W as DISPLAYED_LOCKCHAIN_NAMESPACES, X as DisplayedBlockchainNamespace, p as EIP155Signature, $ as ENVS, E as EVM_BLOCK_TIME, e as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, H as EdSignature, a0 as EnvironmentSchema, f as EvmChainId, F as FunctionCallData, a4 as ISO3CountryCode, d as NEXERA_CHAIN_VALUES, N as NEXERA_EVM_CHAINS, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, a as NEXERA_TEZOS_CHAINS, h as NEXERA_TEZOS_CHAIN_NAMES, i as NEXERA_TEZOS_CHAIN_NAMES_LIST, j as NEXERA_TEZOS_CHAIN_VALUES, J as P2Signature, P as POLYGON_NETWORK_NAMES, u as PolkadotAddress, v as PolkadotSignature, g as PolygonNetworkNames, m as PrivateKey, I as SpSignature, S as StarknetAddress, t as StarknetSignature, D as TezosAddress, T as TezosChainId, z as TezosContractAddress, G as TezosEntrypointName, y as TezosImplicitAddress, K as TezosSignature, o as TxHash, a1 as UuidString, a2 as ZodParse, _ as coerceBoolean, a8 as countryISO2toISO3Mapping, a7 as countryISO3toISO2Mapping, l as isValidAddress, a9 as isoCountriesNameFromISO2, aa as parseISO3CountryCode, s as shortAddress, a3 as shortBlockchainAddress } from './kyc.schema-50c63645.esm.js'; | ||
import { C as CredentialTypes } from './identity-api.schema-ff2de032.esm.js'; | ||
export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, aj as ALPHA_2_COUNTRIES, aJ as AdditionalUserInformationsParams, z as AddressSchema, ak as Alpha2Country, au as AppId, I as AptosAddress, J as AptosSignature, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, a0 as CardanoAddress, a1 as CardanoSignature, av as ChallengeId, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, a8 as DisplayedBlockchainNamespace, F as EIP155Signature, ac as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, Y as EdSignature, as as EmailId, ad as EnvironmentSchema, h as EvmChainId, aO as ExternalClientId, ay as FLOW_TYPES, az as FlowType, G as FunctionCallData, aC as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, aE as IDENTITY_DOCUMENT_OPTIONS, ai as ISO3CountryCode, aI as Identifier, aQ as IdentityAppV2Web2JWT, aP as IdentityAppV2Web3JWT, aD as IdentityDocumentCountryListOption, aF as IdentityDocumentOptionsType, ar as IdentityId, aK as IdentityWidgetAccessToken, aR as IdentityWidgetAccessToken_NEW, aS as IdentityWidgetSessionToken, u as NEXERA_ACTIVE_STARKNET_CHAIN_VALUES, f as NEXERA_CHAIN_VALUES, b as NEXERA_COSMOS_CHAINS, N as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAIN_NAMES, e as NEXERA_EVM_CHAIN_NAMES_LIST, c as NEXERA_STARKNET_CHAINS, s as NEXERA_STARKNET_CHAIN_NAMES, t as NEXERA_STARKNET_CHAIN_VALUES, a as NEXERA_TEZOS_CHAINS, j as NEXERA_TEZOS_CHAIN_NAMES, k as NEXERA_TEZOS_CHAIN_NAMES_LIST, l as NEXERA_TEZOS_CHAIN_VALUES, aL as OrganizationId, _ as P2Signature, aG as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ah as PUBLIC_SERVICES_SCHEMA_MAP, aH as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, i as PolygonNetworkNames, x as PrivateKey, y as PublicKey, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, aq as StorageId, w as String0x, aw as TestId, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, D as TxHash, ae as UuidString, aB as VerificationMode, aA as VerificationModes, at as WalletId, aN as WorkflowId, aM as WorkspaceId, af as ZodParse, ab as coerceBoolean, am as countryISO2toISO3Mapping, al as countryISO3toISO2Mapping, ap as createBrandedSchemaId, ax as generateId, v as isValidAddress, an as isoCountriesNameFromISO2, ao as parseISO3CountryCode, H as shortAddress, ag as shortBlockchainAddress } from './identity-api.schema-ff2de032.esm.js'; | ||
import 'nanoid'; | ||
@@ -5,0 +6,0 @@ var decodeUint8Array = function decodeUint8Array(data) { |
@@ -5,4 +5,5 @@ { | ||
"description": "", | ||
"main": "dist/nexeraid-identity-schemas.cjs.js", | ||
"module": "dist/nexeraid-identity-schemas.esm.js", | ||
"keywords": [], | ||
"license": "ISC", | ||
"author": "", | ||
"exports": { | ||
@@ -22,39 +23,39 @@ ".": { | ||
}, | ||
"main": "dist/nexeraid-identity-schemas.cjs.js", | ||
"module": "dist/nexeraid-identity-schemas.esm.js", | ||
"types": "dist/nexeraid-identity-schemas.cjs.d.ts", | ||
"files": [ | ||
"/dist", | ||
"identity", | ||
"verifiable-credentials" | ||
], | ||
"scripts": { | ||
"postinstall": "if [ \"$BUILDING_IN_DOCKER\" != \"true\" ]; then preconstruct dev; fi", | ||
"build": "preconstruct build && npm run copy-package-json-to-dist", | ||
"copy-package-json-to-dist": "copyfiles package.json dist/", | ||
"download-schemas": "./scripts/download-schemas.sh", | ||
"generate-schemas-ts": "./scripts/generate-schemas-ts.sh", | ||
"generate-zod-schemas": "./scripts/generate-zod-schemas.sh", | ||
"postinstall": "if [ \"$BUILDING_IN_DOCKER\" != \"true\" ]; then preconstruct dev; fi", | ||
"lint": "eslint .", | ||
"lint:fix": "pnpm lint --fix", | ||
"prepare:release": "sed -i '22d' package.json", | ||
"prepare:release:mac": "sed -i '' '22d' package.json", | ||
"prettier": "prettier 'src/' --check", | ||
"prettier:fix": "prettier 'src/' --write", | ||
"publish:public": "pnpm run prepare:release && publish --access=public --no-git-checks --registry https://registry.npmjs.org/", | ||
"publish:public:mac": "pnpm run prepare:release:mac && publish --access=public --no-git-checks --registry https://registry.npmjs.org/", | ||
"test": "vitest", | ||
"type-check": "tsc --noEmit", | ||
"update-schemas": "pnpm run download-schemas && pnpm run update-json-schema-map && pnpm run update-jsonld-schema-map && pnpm run generate-zod-schemas && pnpm run generate-schemas-ts && prettier 'src/verifiable-credentials/generated' --write && prettier 'src/verifiable-credentials/generated-ts/' --write", | ||
"download-schemas": "./scripts/download-schemas.sh", | ||
"generate-zod-schemas": "./scripts/generate-zod-schemas.sh", | ||
"generate-schemas-ts": "./scripts/generate-schemas-ts.sh", | ||
"update-json-schema-map": "./scripts/update-json-schema-map.sh", | ||
"update-jsonld-schema-map": "./scripts/update-jsonld-schema-map.sh", | ||
"prepare:release": "sed -i '22d' package.json", | ||
"prepare:release:mac": "sed -i '' '22d' package.json", | ||
"publish:public": "pnpm run prepare:release && publish --access=public --no-git-checks --registry https://registry.npmjs.org/", | ||
"publish:public:mac": "pnpm run prepare:release:mac && publish --access=public --no-git-checks --registry https://registry.npmjs.org/", | ||
"prettier": "prettier 'src/' --check", | ||
"prettier:fix": "prettier 'src/' --write" | ||
"update-schemas": "pnpm run download-schemas && pnpm run update-json-schema-map && pnpm run update-jsonld-schema-map && pnpm run generate-zod-schemas && pnpm run generate-schemas-ts && prettier 'src/verifiable-credentials/generated' --write && prettier 'src/verifiable-credentials/generated-ts/' --write" | ||
}, | ||
"files": [ | ||
"/dist", | ||
"identity", | ||
"verifiable-credentials" | ||
], | ||
"preconstruct": { | ||
"entrypoints": [ | ||
"index.ts", | ||
"identity/index.ts", | ||
"verifiable-credentials/index.ts" | ||
] | ||
"eslintConfig": { | ||
"extends": [ | ||
"@unblokttechnology/eslint-config/base" | ||
], | ||
"root": true | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"nanoid": "3.3.4", | ||
"zod": "^3.23.8", | ||
@@ -68,8 +69,9 @@ "zod-to-json-schema": "^3.23.2" | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"extends": [ | ||
"@unblokttechnology/eslint-config/base" | ||
"preconstruct": { | ||
"entrypoints": [ | ||
"index.ts", | ||
"identity/index.ts", | ||
"verifiable-credentials/index.ts" | ||
] | ||
} | ||
} |
@@ -5,140 +5,149 @@ 'use strict'; | ||
var kyc_schema = require('../../dist/kyc.schema-ddffa6e9.cjs.dev.js'); | ||
var identityApi_schema = require('../../dist/identity-api.schema-c1b5221d.cjs.dev.js'); | ||
require('zod'); | ||
require('nanoid'); | ||
exports.ARRAY_OPERATORS = kyc_schema.ARRAY_OPERATORS; | ||
exports.AVAILABLE_FLOWS = kyc_schema.AVAILABLE_FLOWS; | ||
exports.AllCredentialAttributes = kyc_schema.AllCredentialAttributes; | ||
exports.AllCredentialValues = kyc_schema.AllCredentialValues; | ||
exports.AllScenarioExecutionAuthorizationData = kyc_schema.AllScenarioExecutionAuthorizationData; | ||
exports.ArrayOperator = kyc_schema.ArrayOperator; | ||
exports.AuthQrCodeData = kyc_schema.AuthQrCodeData; | ||
exports.AuthorizationRequestMessage = kyc_schema.AuthorizationRequestMessage; | ||
exports.AuthorizationResponseMessage = kyc_schema.AuthorizationResponseMessage; | ||
exports.AvailableFlow = kyc_schema.AvailableFlow; | ||
exports.BOOLEAN_OPERATORS = kyc_schema.BOOLEAN_OPERATORS; | ||
exports.BooleanOperator = kyc_schema.BooleanOperator; | ||
exports.ChallengeQueryOperator = kyc_schema.ChallengeQueryOperator; | ||
exports.ChallengeQueryOperatorToOperator = kyc_schema.ChallengeQueryOperatorToOperator; | ||
exports.ChallengeQueryOperators = kyc_schema.ChallengeQueryOperators; | ||
exports.ChallengeQuerySchema = kyc_schema.ChallengeQuerySchema; | ||
exports.CloseScreenNotification = kyc_schema.CloseScreenNotification; | ||
exports.ComplianceImplementationStepsInput = kyc_schema.ComplianceImplementationStepsInput; | ||
exports.CreateAuthRequestProps = kyc_schema.CreateAuthRequestProps; | ||
exports.CreateQueryConfigurationInput = kyc_schema.CreateQueryConfigurationInput; | ||
exports.CreateQueryConfigurationResponse = kyc_schema.CreateQueryConfigurationResponse; | ||
exports.CreateZKProofRequestProps = kyc_schema.CreateZKProofRequestProps; | ||
exports.CredentialQrCodeData = kyc_schema.CredentialQrCodeData; | ||
exports.DATE_OPERATORS = kyc_schema.DATE_OPERATORS; | ||
exports.DataAvailableOnStart = kyc_schema.DataAvailableOnStart; | ||
exports.DateOperator = kyc_schema.DateOperator; | ||
exports.DeleteQueryConfigurationInput = kyc_schema.DeleteQueryConfigurationInput; | ||
exports.DeleteQueryConfigurationResponse = kyc_schema.DeleteQueryConfigurationResponse; | ||
exports.ExecuteChallengeQueryConfig = kyc_schema.ExecuteChallengeQueryConfig; | ||
exports.ExecuteChallengeQueryInput = kyc_schema.ExecuteChallengeQueryInput; | ||
exports.ExecuteChallengeQueryResponse = kyc_schema.ExecuteChallengeQueryResponse; | ||
exports.GetCredentialsRequest = kyc_schema.GetCredentialsRequest; | ||
exports.GetCredentialsResponse = kyc_schema.GetCredentialsResponse; | ||
exports.GetTezosTxAuthDataSignatureResponse = kyc_schema.GetTezosTxAuthDataSignatureResponse; | ||
exports.GetTxAuthDataSignatureResponse = kyc_schema.GetTxAuthDataSignatureResponse; | ||
exports.GetTxAuthSigRequest = kyc_schema.GetTxAuthSigRequest; | ||
exports.GetTxAuthSigRequestTezos = kyc_schema.GetTxAuthSigRequestTezos; | ||
exports.GetTxAuthSigResponse = kyc_schema.GetTxAuthSigResponse; | ||
exports.GetTxAuthSigResponseTezos = kyc_schema.GetTxAuthSigResponseTezos; | ||
exports.HostMessage = kyc_schema.HostMessage; | ||
exports.HostRequestMessage = kyc_schema.HostRequestMessage; | ||
exports.HostResponseMessage = kyc_schema.HostResponseMessage; | ||
exports.IDInformation = kyc_schema.IDInformation; | ||
exports.IdentityMessage = kyc_schema.IdentityMessage; | ||
exports.IdentityNotificationMessage = kyc_schema.IdentityNotificationMessage; | ||
exports.IdentityRequestMessage = kyc_schema.IdentityRequestMessage; | ||
exports.IdentityResponseMessage = kyc_schema.IdentityResponseMessage; | ||
exports.InitialDataRequest = kyc_schema.InitialDataRequest; | ||
exports.InitialDataResponse = kyc_schema.InitialDataResponse; | ||
exports.IsVerifiedNotification = kyc_schema.IsVerifiedNotification; | ||
exports.IsVerifiedRequest = kyc_schema.IsVerifiedRequest; | ||
exports.IsVerifiedResponse = kyc_schema.IsVerifiedResponse; | ||
exports.KycCompletionData = kyc_schema.KycCompletionData; | ||
exports.KycCompletionNotification = kyc_schema.KycCompletionNotification; | ||
exports.MediaType = kyc_schema.MediaType; | ||
exports.MediaTypePID = kyc_schema.MediaTypePID; | ||
exports.NUMERIC_OPERATORS = kyc_schema.NUMERIC_OPERATORS; | ||
exports.NonParsedQueryConfiguration = kyc_schema.NonParsedQueryConfiguration; | ||
exports.NumericOperator = kyc_schema.NumericOperator; | ||
exports.OPAChallengeQuery = kyc_schema.OPAChallengeQuery; | ||
exports.OcvSdkInitialized = kyc_schema.OcvSdkInitialized; | ||
exports.OffChainScenarioExecutionData = kyc_schema.OffChainScenarioExecutionData; | ||
exports.OffChainZKP = kyc_schema.OffChainZKP; | ||
exports.OffChainZKPRuleResult = kyc_schema.OffChainZKPRuleResult; | ||
exports.OnChainRuleResult = kyc_schema.OnChainRuleResult; | ||
exports.OnChainScenarioExecutionData = kyc_schema.OnChainScenarioExecutionData; | ||
exports.OnChainZKP = kyc_schema.OnChainZKP; | ||
exports.OnChainZKPFromNexeraID = kyc_schema.OnChainZKPFromNexeraID; | ||
exports.OnChainZKPPayload = kyc_schema.OnChainZKPPayload; | ||
exports.OnChainZKPScenarioFromCms = kyc_schema.OnChainZKPScenarioFromCms; | ||
exports.OpaChallengeQueryResponse = kyc_schema.OpaChallengeQueryResponse; | ||
exports.Operator = kyc_schema.Operator; | ||
exports.OperatorToChallengeQueryOperator = kyc_schema.OperatorToChallengeQueryOperator; | ||
exports.PartialQueryConfigSimplified = kyc_schema.PartialQueryConfigSimplified; | ||
exports.PolygonIdInitialized = kyc_schema.PolygonIdInitialized; | ||
exports.PolygonIdRequest = kyc_schema.PolygonIdRequest; | ||
exports.PolygonIdRequestData = kyc_schema.PolygonIdRequestData; | ||
exports.PolygonIdResponse = kyc_schema.PolygonIdResponse; | ||
exports.PolygonIdResponseData = kyc_schema.PolygonIdResponseData; | ||
exports.ProjectAuthorizationData = kyc_schema.ProjectAuthorizationData; | ||
exports.ProofData = kyc_schema.ProofData; | ||
exports.QrCodeLinkWithSchemaType = kyc_schema.QrCodeLinkWithSchemaType; | ||
exports.QueryConfig = kyc_schema.QueryConfig; | ||
exports.QueryConfigSimplified = kyc_schema.QueryConfigSimplified; | ||
exports.QueryConfigSimplifiedParsed = kyc_schema.QueryConfigSimplifiedParsed; | ||
exports.QueryConfiguration = kyc_schema.QueryConfiguration; | ||
exports.QueryCredentialType = kyc_schema.QueryCredentialType; | ||
exports.QueryCredentialTypes = kyc_schema.QueryCredentialTypes; | ||
exports.RequiredDataRowSchema = kyc_schema.RequiredDataRowSchema; | ||
exports.RequiredVerificationData = kyc_schema.RequiredVerificationData; | ||
exports.RuleEngineResponse = kyc_schema.RuleEngineResponse; | ||
exports.RuleEngineScenarioExecutionData = kyc_schema.RuleEngineScenarioExecutionData; | ||
exports.RuleResultStatus = kyc_schema.RuleResultStatus; | ||
exports.RuleResultStatusLabels = kyc_schema.RuleResultStatusLabels; | ||
exports.RuleResultStatuses = kyc_schema.RuleResultStatuses; | ||
exports.SCENARIO_AUTHORIZATION_STATUSES = kyc_schema.SCENARIO_AUTHORIZATION_STATUSES; | ||
exports.STRING_OPERATORS = kyc_schema.STRING_OPERATORS; | ||
exports.SUPPORTED_TYPES = kyc_schema.SUPPORTED_TYPES; | ||
exports.ScenarioAuthorizationData = kyc_schema.ScenarioAuthorizationData; | ||
exports.ScenarioAuthorizationStatus = kyc_schema.ScenarioAuthorizationStatus; | ||
exports.ScenarioExecutionData = kyc_schema.ScenarioExecutionData; | ||
exports.ScenarioExecutionNotification = kyc_schema.ScenarioExecutionNotification; | ||
exports.ScenarioExecutionResponse = kyc_schema.ScenarioExecutionResponse; | ||
exports.ScenarioStatus = kyc_schema.ScenarioStatus; | ||
exports.ScenarioStatuses = kyc_schema.ScenarioStatuses; | ||
exports.ScenarioType = kyc_schema.ScenarioType; | ||
exports.ScenarioTypes = kyc_schema.ScenarioTypes; | ||
exports.SdkVerificationOutput = kyc_schema.SdkVerificationOutput; | ||
exports.SdkVerificationResponseSchema = kyc_schema.SdkVerificationResponseSchema; | ||
exports.SendTransactionRequest = kyc_schema.SendTransactionRequest; | ||
exports.SignatureRequest = kyc_schema.SignatureRequest; | ||
exports.SignatureResponse = kyc_schema.SignatureResponse; | ||
exports.SimplifiedCredential = kyc_schema.SimplifiedCredential; | ||
exports.StartCompletedNotification = kyc_schema.StartCompletedNotification; | ||
exports.StartFlowRequest = kyc_schema.StartFlowRequest; | ||
exports.StringOperator = kyc_schema.StringOperator; | ||
exports.SupportedType = kyc_schema.SupportedType; | ||
exports.SupportedTypes = kyc_schema.SupportedTypes; | ||
exports.TezosTxAuthInput = kyc_schema.TezosTxAuthInput; | ||
exports.TezosTxSignatureResponse = kyc_schema.TezosTxSignatureResponse; | ||
exports.TransactionData = kyc_schema.TransactionData; | ||
exports.TransactionResponse = kyc_schema.TransactionResponse; | ||
exports.TxAuthInput = kyc_schema.TxAuthInput; | ||
exports.TxSignatureResponse = kyc_schema.TxSignatureResponse; | ||
exports.UpdateQueryConfigurationInput = kyc_schema.UpdateQueryConfigurationInput; | ||
exports.UpdateQueryConfigurationResponse = kyc_schema.UpdateQueryConfigurationResponse; | ||
exports.ZKPOperator = kyc_schema.ZKPOperator; | ||
exports.ZKPRequest = kyc_schema.ZKPRequest; | ||
exports.ZKPRequestFromZKVerifier = kyc_schema.ZKPRequestFromZKVerifier; | ||
exports.ZeroKnowledgeProofRequest = kyc_schema.ZeroKnowledgeProofRequest; | ||
exports.ZeroKnowledgeProofResponse = kyc_schema.ZeroKnowledgeProofResponse; | ||
exports.operatorDisplayMap = kyc_schema.operatorDisplayMap; | ||
exports.parseIden3Message = kyc_schema.parseIden3Message; | ||
exports.parseSessionIdFromUrl = kyc_schema.parseSessionIdFromUrl; | ||
exports.ARRAY_OPERATORS = identityApi_schema.ARRAY_OPERATORS; | ||
exports.AVAILABLE_FLOWS = identityApi_schema.AVAILABLE_FLOWS; | ||
exports.AllCredentialAttributes = identityApi_schema.AllCredentialAttributes; | ||
exports.AllCredentialValues = identityApi_schema.AllCredentialValues; | ||
exports.AllScenarioExecutionAuthorizationData = identityApi_schema.AllScenarioExecutionAuthorizationData; | ||
exports.ArrayOperator = identityApi_schema.ArrayOperator; | ||
exports.AuthQrCodeData = identityApi_schema.AuthQrCodeData; | ||
exports.AuthSession = identityApi_schema.AuthSession; | ||
exports.AuthorizationRequestMessage = identityApi_schema.AuthorizationRequestMessage; | ||
exports.AuthorizationResponseMessage = identityApi_schema.AuthorizationResponseMessage; | ||
exports.AvailableFlow = identityApi_schema.AvailableFlow; | ||
exports.BOOLEAN_OPERATORS = identityApi_schema.BOOLEAN_OPERATORS; | ||
exports.BooleanOperator = identityApi_schema.BooleanOperator; | ||
exports.ChallengeQueryOperator = identityApi_schema.ChallengeQueryOperator; | ||
exports.ChallengeQueryOperatorToOperator = identityApi_schema.ChallengeQueryOperatorToOperator; | ||
exports.ChallengeQueryOperators = identityApi_schema.ChallengeQueryOperators; | ||
exports.ChallengeQuerySchema = identityApi_schema.ChallengeQuerySchema; | ||
exports.CloseScreenNotification = identityApi_schema.CloseScreenNotification; | ||
exports.ComplianceImplementationStepsInput = identityApi_schema.ComplianceImplementationStepsInput; | ||
exports.CreateAuthRequestProps = identityApi_schema.CreateAuthRequestProps; | ||
exports.CreateQueryConfigurationInput = identityApi_schema.CreateQueryConfigurationInput; | ||
exports.CreateQueryConfigurationResponse = identityApi_schema.CreateQueryConfigurationResponse; | ||
exports.CreateZKProofRequestProps = identityApi_schema.CreateZKProofRequestProps; | ||
exports.CredentialQrCodeData = identityApi_schema.CredentialQrCodeData; | ||
exports.DATE_OPERATORS = identityApi_schema.DATE_OPERATORS; | ||
exports.DataAvailableOnStart = identityApi_schema.DataAvailableOnStart; | ||
exports.DateOperator = identityApi_schema.DateOperator; | ||
exports.DeleteQueryConfigurationInput = identityApi_schema.DeleteQueryConfigurationInput; | ||
exports.DeleteQueryConfigurationResponse = identityApi_schema.DeleteQueryConfigurationResponse; | ||
exports.ExecuteChallengeQueryConfig = identityApi_schema.ExecuteChallengeQueryConfig; | ||
exports.ExecuteChallengeQueryInput = identityApi_schema.ExecuteChallengeQueryInput; | ||
exports.ExecuteChallengeQueryResponse = identityApi_schema.ExecuteChallengeQueryResponse; | ||
exports.GetCredentialsRequest = identityApi_schema.GetCredentialsRequest; | ||
exports.GetCredentialsResponse = identityApi_schema.GetCredentialsResponse; | ||
exports.GetTezosTxAuthDataSignatureResponse = identityApi_schema.GetTezosTxAuthDataSignatureResponse; | ||
exports.GetTxAuthDataSignatureResponse = identityApi_schema.GetTxAuthDataSignatureResponse; | ||
exports.GetTxAuthSigRequest = identityApi_schema.GetTxAuthSigRequest; | ||
exports.GetTxAuthSigRequestTezos = identityApi_schema.GetTxAuthSigRequestTezos; | ||
exports.GetTxAuthSigResponse = identityApi_schema.GetTxAuthSigResponse; | ||
exports.GetTxAuthSigResponseTezos = identityApi_schema.GetTxAuthSigResponseTezos; | ||
exports.HostMessage = identityApi_schema.HostMessage; | ||
exports.HostRequestMessage = identityApi_schema.HostRequestMessage; | ||
exports.HostResponseMessage = identityApi_schema.HostResponseMessage; | ||
exports.IDInformation = identityApi_schema.IDInformation; | ||
exports.IdentityAppMessage = identityApi_schema.IdentityAppMessage; | ||
exports.IdentityMessage = identityApi_schema.IdentityMessage; | ||
exports.IdentityNotificationMessage = identityApi_schema.IdentityNotificationMessage; | ||
exports.IdentityRequestMessage = identityApi_schema.IdentityRequestMessage; | ||
exports.IdentityResponseMessage = identityApi_schema.IdentityResponseMessage; | ||
exports.IdentitySdkMessage = identityApi_schema.IdentitySdkMessage; | ||
exports.IdentitySdkMessageWithIdentifier = identityApi_schema.IdentitySdkMessageWithIdentifier; | ||
exports.InitialDataRequest = identityApi_schema.InitialDataRequest; | ||
exports.InitialDataResponse = identityApi_schema.InitialDataResponse; | ||
exports.IsVerifiedNotification = identityApi_schema.IsVerifiedNotification; | ||
exports.IsVerifiedRequest = identityApi_schema.IsVerifiedRequest; | ||
exports.IsVerifiedResponse = identityApi_schema.IsVerifiedResponse; | ||
exports.KycCompletionData = identityApi_schema.KycCompletionData; | ||
exports.KycCompletionNotification = identityApi_schema.KycCompletionNotification; | ||
exports.MediaType = identityApi_schema.MediaType; | ||
exports.MediaTypePID = identityApi_schema.MediaTypePID; | ||
exports.NUMERIC_OPERATORS = identityApi_schema.NUMERIC_OPERATORS; | ||
exports.NonParsedQueryConfiguration = identityApi_schema.NonParsedQueryConfiguration; | ||
exports.NumericOperator = identityApi_schema.NumericOperator; | ||
exports.OPAChallengeQuery = identityApi_schema.OPAChallengeQuery; | ||
exports.OcvSdkInitialized = identityApi_schema.OcvSdkInitialized; | ||
exports.OffChainScenarioExecutionData = identityApi_schema.OffChainScenarioExecutionData; | ||
exports.OffChainZKP = identityApi_schema.OffChainZKP; | ||
exports.OffChainZKPRuleResult = identityApi_schema.OffChainZKPRuleResult; | ||
exports.OnChainRuleResult = identityApi_schema.OnChainRuleResult; | ||
exports.OnChainScenarioExecutionData = identityApi_schema.OnChainScenarioExecutionData; | ||
exports.OnChainZKP = identityApi_schema.OnChainZKP; | ||
exports.OnChainZKPFromNexeraID = identityApi_schema.OnChainZKPFromNexeraID; | ||
exports.OnChainZKPPayload = identityApi_schema.OnChainZKPPayload; | ||
exports.OnChainZKPScenarioFromCms = identityApi_schema.OnChainZKPScenarioFromCms; | ||
exports.OpaChallengeQueryResponse = identityApi_schema.OpaChallengeQueryResponse; | ||
exports.Operator = identityApi_schema.Operator; | ||
exports.OperatorToChallengeQueryOperator = identityApi_schema.OperatorToChallengeQueryOperator; | ||
exports.PartialQueryConfigSimplified = identityApi_schema.PartialQueryConfigSimplified; | ||
exports.PolygonIdInitialized = identityApi_schema.PolygonIdInitialized; | ||
exports.PolygonIdRequest = identityApi_schema.PolygonIdRequest; | ||
exports.PolygonIdRequestData = identityApi_schema.PolygonIdRequestData; | ||
exports.PolygonIdResponse = identityApi_schema.PolygonIdResponse; | ||
exports.PolygonIdResponseData = identityApi_schema.PolygonIdResponseData; | ||
exports.ProjectAuthorizationData = identityApi_schema.ProjectAuthorizationData; | ||
exports.ProofData = identityApi_schema.ProofData; | ||
exports.QrCodeLinkWithSchemaType = identityApi_schema.QrCodeLinkWithSchemaType; | ||
exports.QueryConfig = identityApi_schema.QueryConfig; | ||
exports.QueryConfigSimplified = identityApi_schema.QueryConfigSimplified; | ||
exports.QueryConfigSimplifiedParsed = identityApi_schema.QueryConfigSimplifiedParsed; | ||
exports.QueryConfiguration = identityApi_schema.QueryConfiguration; | ||
exports.QueryCredentialType = identityApi_schema.QueryCredentialType; | ||
exports.QueryCredentialTypes = identityApi_schema.QueryCredentialTypes; | ||
exports.QueryType = identityApi_schema.QueryType; | ||
exports.RequiredDataRowSchema = identityApi_schema.RequiredDataRowSchema; | ||
exports.RequiredVerificationData = identityApi_schema.RequiredVerificationData; | ||
exports.RuleEngineResponse = identityApi_schema.RuleEngineResponse; | ||
exports.RuleEngineScenarioExecutionData = identityApi_schema.RuleEngineScenarioExecutionData; | ||
exports.RuleResultStatus = identityApi_schema.RuleResultStatus; | ||
exports.RuleResultStatusLabels = identityApi_schema.RuleResultStatusLabels; | ||
exports.RuleResultStatuses = identityApi_schema.RuleResultStatuses; | ||
exports.SCENARIO_AUTHORIZATION_STATUSES = identityApi_schema.SCENARIO_AUTHORIZATION_STATUSES; | ||
exports.STRING_OPERATORS = identityApi_schema.STRING_OPERATORS; | ||
exports.SUPPORTED_TYPES = identityApi_schema.SUPPORTED_TYPES; | ||
exports.ScenarioAuthorizationData = identityApi_schema.ScenarioAuthorizationData; | ||
exports.ScenarioAuthorizationStatus = identityApi_schema.ScenarioAuthorizationStatus; | ||
exports.ScenarioExecutionData = identityApi_schema.ScenarioExecutionData; | ||
exports.ScenarioExecutionNotification = identityApi_schema.ScenarioExecutionNotification; | ||
exports.ScenarioExecutionResponse = identityApi_schema.ScenarioExecutionResponse; | ||
exports.ScenarioStatus = identityApi_schema.ScenarioStatus; | ||
exports.ScenarioStatuses = identityApi_schema.ScenarioStatuses; | ||
exports.ScenarioType = identityApi_schema.ScenarioType; | ||
exports.ScenarioTypes = identityApi_schema.ScenarioTypes; | ||
exports.SdkVerificationOutput = identityApi_schema.SdkVerificationOutput; | ||
exports.SdkVerificationResponseSchema = identityApi_schema.SdkVerificationResponseSchema; | ||
exports.SendTransactionRequest = identityApi_schema.SendTransactionRequest; | ||
exports.SignatureRequest = identityApi_schema.SignatureRequest; | ||
exports.SignatureResponse = identityApi_schema.SignatureResponse; | ||
exports.SimplifiedCredential = identityApi_schema.SimplifiedCredential; | ||
exports.StartCompletedNotification = identityApi_schema.StartCompletedNotification; | ||
exports.StartFlowRequest = identityApi_schema.StartFlowRequest; | ||
exports.StringOperator = identityApi_schema.StringOperator; | ||
exports.SupportedType = identityApi_schema.SupportedType; | ||
exports.SupportedTypes = identityApi_schema.SupportedTypes; | ||
exports.TezosTxAuthInput = identityApi_schema.TezosTxAuthInput; | ||
exports.TezosTxSignatureResponse = identityApi_schema.TezosTxSignatureResponse; | ||
exports.TransactionData = identityApi_schema.TransactionData; | ||
exports.TransactionResponse = identityApi_schema.TransactionResponse; | ||
exports.TxAuthInput = identityApi_schema.TxAuthInput; | ||
exports.TxSignatureResponse = identityApi_schema.TxSignatureResponse; | ||
exports.UpdateQueryConfigurationInput = identityApi_schema.UpdateQueryConfigurationInput; | ||
exports.UpdateQueryConfigurationResponse = identityApi_schema.UpdateQueryConfigurationResponse; | ||
exports.WalletSignResponse = identityApi_schema.WalletSignResponse; | ||
exports.WalletSignatureData = identityApi_schema.WalletSignatureData; | ||
exports.WalletSignatureResponse = identityApi_schema.WalletSignatureResponse; | ||
exports.ZKPOperator = identityApi_schema.ZKPOperator; | ||
exports.ZKPRequest = identityApi_schema.ZKPRequest; | ||
exports.ZKPRequestFromZKVerifier = identityApi_schema.ZKPRequestFromZKVerifier; | ||
exports.ZeroKnowledgeProofRequest = identityApi_schema.ZeroKnowledgeProofRequest; | ||
exports.ZeroKnowledgeProofResponse = identityApi_schema.ZeroKnowledgeProofResponse; | ||
exports.operatorDisplayMap = identityApi_schema.operatorDisplayMap; | ||
exports.parseIden3Message = identityApi_schema.parseIden3Message; | ||
exports.parseSessionIdFromUrl = identityApi_schema.parseSessionIdFromUrl; |
@@ -5,140 +5,149 @@ 'use strict'; | ||
var kyc_schema = require('../../dist/kyc.schema-c3877305.cjs.prod.js'); | ||
var identityApi_schema = require('../../dist/identity-api.schema-c9cf1380.cjs.prod.js'); | ||
require('zod'); | ||
require('nanoid'); | ||
exports.ARRAY_OPERATORS = kyc_schema.ARRAY_OPERATORS; | ||
exports.AVAILABLE_FLOWS = kyc_schema.AVAILABLE_FLOWS; | ||
exports.AllCredentialAttributes = kyc_schema.AllCredentialAttributes; | ||
exports.AllCredentialValues = kyc_schema.AllCredentialValues; | ||
exports.AllScenarioExecutionAuthorizationData = kyc_schema.AllScenarioExecutionAuthorizationData; | ||
exports.ArrayOperator = kyc_schema.ArrayOperator; | ||
exports.AuthQrCodeData = kyc_schema.AuthQrCodeData; | ||
exports.AuthorizationRequestMessage = kyc_schema.AuthorizationRequestMessage; | ||
exports.AuthorizationResponseMessage = kyc_schema.AuthorizationResponseMessage; | ||
exports.AvailableFlow = kyc_schema.AvailableFlow; | ||
exports.BOOLEAN_OPERATORS = kyc_schema.BOOLEAN_OPERATORS; | ||
exports.BooleanOperator = kyc_schema.BooleanOperator; | ||
exports.ChallengeQueryOperator = kyc_schema.ChallengeQueryOperator; | ||
exports.ChallengeQueryOperatorToOperator = kyc_schema.ChallengeQueryOperatorToOperator; | ||
exports.ChallengeQueryOperators = kyc_schema.ChallengeQueryOperators; | ||
exports.ChallengeQuerySchema = kyc_schema.ChallengeQuerySchema; | ||
exports.CloseScreenNotification = kyc_schema.CloseScreenNotification; | ||
exports.ComplianceImplementationStepsInput = kyc_schema.ComplianceImplementationStepsInput; | ||
exports.CreateAuthRequestProps = kyc_schema.CreateAuthRequestProps; | ||
exports.CreateQueryConfigurationInput = kyc_schema.CreateQueryConfigurationInput; | ||
exports.CreateQueryConfigurationResponse = kyc_schema.CreateQueryConfigurationResponse; | ||
exports.CreateZKProofRequestProps = kyc_schema.CreateZKProofRequestProps; | ||
exports.CredentialQrCodeData = kyc_schema.CredentialQrCodeData; | ||
exports.DATE_OPERATORS = kyc_schema.DATE_OPERATORS; | ||
exports.DataAvailableOnStart = kyc_schema.DataAvailableOnStart; | ||
exports.DateOperator = kyc_schema.DateOperator; | ||
exports.DeleteQueryConfigurationInput = kyc_schema.DeleteQueryConfigurationInput; | ||
exports.DeleteQueryConfigurationResponse = kyc_schema.DeleteQueryConfigurationResponse; | ||
exports.ExecuteChallengeQueryConfig = kyc_schema.ExecuteChallengeQueryConfig; | ||
exports.ExecuteChallengeQueryInput = kyc_schema.ExecuteChallengeQueryInput; | ||
exports.ExecuteChallengeQueryResponse = kyc_schema.ExecuteChallengeQueryResponse; | ||
exports.GetCredentialsRequest = kyc_schema.GetCredentialsRequest; | ||
exports.GetCredentialsResponse = kyc_schema.GetCredentialsResponse; | ||
exports.GetTezosTxAuthDataSignatureResponse = kyc_schema.GetTezosTxAuthDataSignatureResponse; | ||
exports.GetTxAuthDataSignatureResponse = kyc_schema.GetTxAuthDataSignatureResponse; | ||
exports.GetTxAuthSigRequest = kyc_schema.GetTxAuthSigRequest; | ||
exports.GetTxAuthSigRequestTezos = kyc_schema.GetTxAuthSigRequestTezos; | ||
exports.GetTxAuthSigResponse = kyc_schema.GetTxAuthSigResponse; | ||
exports.GetTxAuthSigResponseTezos = kyc_schema.GetTxAuthSigResponseTezos; | ||
exports.HostMessage = kyc_schema.HostMessage; | ||
exports.HostRequestMessage = kyc_schema.HostRequestMessage; | ||
exports.HostResponseMessage = kyc_schema.HostResponseMessage; | ||
exports.IDInformation = kyc_schema.IDInformation; | ||
exports.IdentityMessage = kyc_schema.IdentityMessage; | ||
exports.IdentityNotificationMessage = kyc_schema.IdentityNotificationMessage; | ||
exports.IdentityRequestMessage = kyc_schema.IdentityRequestMessage; | ||
exports.IdentityResponseMessage = kyc_schema.IdentityResponseMessage; | ||
exports.InitialDataRequest = kyc_schema.InitialDataRequest; | ||
exports.InitialDataResponse = kyc_schema.InitialDataResponse; | ||
exports.IsVerifiedNotification = kyc_schema.IsVerifiedNotification; | ||
exports.IsVerifiedRequest = kyc_schema.IsVerifiedRequest; | ||
exports.IsVerifiedResponse = kyc_schema.IsVerifiedResponse; | ||
exports.KycCompletionData = kyc_schema.KycCompletionData; | ||
exports.KycCompletionNotification = kyc_schema.KycCompletionNotification; | ||
exports.MediaType = kyc_schema.MediaType; | ||
exports.MediaTypePID = kyc_schema.MediaTypePID; | ||
exports.NUMERIC_OPERATORS = kyc_schema.NUMERIC_OPERATORS; | ||
exports.NonParsedQueryConfiguration = kyc_schema.NonParsedQueryConfiguration; | ||
exports.NumericOperator = kyc_schema.NumericOperator; | ||
exports.OPAChallengeQuery = kyc_schema.OPAChallengeQuery; | ||
exports.OcvSdkInitialized = kyc_schema.OcvSdkInitialized; | ||
exports.OffChainScenarioExecutionData = kyc_schema.OffChainScenarioExecutionData; | ||
exports.OffChainZKP = kyc_schema.OffChainZKP; | ||
exports.OffChainZKPRuleResult = kyc_schema.OffChainZKPRuleResult; | ||
exports.OnChainRuleResult = kyc_schema.OnChainRuleResult; | ||
exports.OnChainScenarioExecutionData = kyc_schema.OnChainScenarioExecutionData; | ||
exports.OnChainZKP = kyc_schema.OnChainZKP; | ||
exports.OnChainZKPFromNexeraID = kyc_schema.OnChainZKPFromNexeraID; | ||
exports.OnChainZKPPayload = kyc_schema.OnChainZKPPayload; | ||
exports.OnChainZKPScenarioFromCms = kyc_schema.OnChainZKPScenarioFromCms; | ||
exports.OpaChallengeQueryResponse = kyc_schema.OpaChallengeQueryResponse; | ||
exports.Operator = kyc_schema.Operator; | ||
exports.OperatorToChallengeQueryOperator = kyc_schema.OperatorToChallengeQueryOperator; | ||
exports.PartialQueryConfigSimplified = kyc_schema.PartialQueryConfigSimplified; | ||
exports.PolygonIdInitialized = kyc_schema.PolygonIdInitialized; | ||
exports.PolygonIdRequest = kyc_schema.PolygonIdRequest; | ||
exports.PolygonIdRequestData = kyc_schema.PolygonIdRequestData; | ||
exports.PolygonIdResponse = kyc_schema.PolygonIdResponse; | ||
exports.PolygonIdResponseData = kyc_schema.PolygonIdResponseData; | ||
exports.ProjectAuthorizationData = kyc_schema.ProjectAuthorizationData; | ||
exports.ProofData = kyc_schema.ProofData; | ||
exports.QrCodeLinkWithSchemaType = kyc_schema.QrCodeLinkWithSchemaType; | ||
exports.QueryConfig = kyc_schema.QueryConfig; | ||
exports.QueryConfigSimplified = kyc_schema.QueryConfigSimplified; | ||
exports.QueryConfigSimplifiedParsed = kyc_schema.QueryConfigSimplifiedParsed; | ||
exports.QueryConfiguration = kyc_schema.QueryConfiguration; | ||
exports.QueryCredentialType = kyc_schema.QueryCredentialType; | ||
exports.QueryCredentialTypes = kyc_schema.QueryCredentialTypes; | ||
exports.RequiredDataRowSchema = kyc_schema.RequiredDataRowSchema; | ||
exports.RequiredVerificationData = kyc_schema.RequiredVerificationData; | ||
exports.RuleEngineResponse = kyc_schema.RuleEngineResponse; | ||
exports.RuleEngineScenarioExecutionData = kyc_schema.RuleEngineScenarioExecutionData; | ||
exports.RuleResultStatus = kyc_schema.RuleResultStatus; | ||
exports.RuleResultStatusLabels = kyc_schema.RuleResultStatusLabels; | ||
exports.RuleResultStatuses = kyc_schema.RuleResultStatuses; | ||
exports.SCENARIO_AUTHORIZATION_STATUSES = kyc_schema.SCENARIO_AUTHORIZATION_STATUSES; | ||
exports.STRING_OPERATORS = kyc_schema.STRING_OPERATORS; | ||
exports.SUPPORTED_TYPES = kyc_schema.SUPPORTED_TYPES; | ||
exports.ScenarioAuthorizationData = kyc_schema.ScenarioAuthorizationData; | ||
exports.ScenarioAuthorizationStatus = kyc_schema.ScenarioAuthorizationStatus; | ||
exports.ScenarioExecutionData = kyc_schema.ScenarioExecutionData; | ||
exports.ScenarioExecutionNotification = kyc_schema.ScenarioExecutionNotification; | ||
exports.ScenarioExecutionResponse = kyc_schema.ScenarioExecutionResponse; | ||
exports.ScenarioStatus = kyc_schema.ScenarioStatus; | ||
exports.ScenarioStatuses = kyc_schema.ScenarioStatuses; | ||
exports.ScenarioType = kyc_schema.ScenarioType; | ||
exports.ScenarioTypes = kyc_schema.ScenarioTypes; | ||
exports.SdkVerificationOutput = kyc_schema.SdkVerificationOutput; | ||
exports.SdkVerificationResponseSchema = kyc_schema.SdkVerificationResponseSchema; | ||
exports.SendTransactionRequest = kyc_schema.SendTransactionRequest; | ||
exports.SignatureRequest = kyc_schema.SignatureRequest; | ||
exports.SignatureResponse = kyc_schema.SignatureResponse; | ||
exports.SimplifiedCredential = kyc_schema.SimplifiedCredential; | ||
exports.StartCompletedNotification = kyc_schema.StartCompletedNotification; | ||
exports.StartFlowRequest = kyc_schema.StartFlowRequest; | ||
exports.StringOperator = kyc_schema.StringOperator; | ||
exports.SupportedType = kyc_schema.SupportedType; | ||
exports.SupportedTypes = kyc_schema.SupportedTypes; | ||
exports.TezosTxAuthInput = kyc_schema.TezosTxAuthInput; | ||
exports.TezosTxSignatureResponse = kyc_schema.TezosTxSignatureResponse; | ||
exports.TransactionData = kyc_schema.TransactionData; | ||
exports.TransactionResponse = kyc_schema.TransactionResponse; | ||
exports.TxAuthInput = kyc_schema.TxAuthInput; | ||
exports.TxSignatureResponse = kyc_schema.TxSignatureResponse; | ||
exports.UpdateQueryConfigurationInput = kyc_schema.UpdateQueryConfigurationInput; | ||
exports.UpdateQueryConfigurationResponse = kyc_schema.UpdateQueryConfigurationResponse; | ||
exports.ZKPOperator = kyc_schema.ZKPOperator; | ||
exports.ZKPRequest = kyc_schema.ZKPRequest; | ||
exports.ZKPRequestFromZKVerifier = kyc_schema.ZKPRequestFromZKVerifier; | ||
exports.ZeroKnowledgeProofRequest = kyc_schema.ZeroKnowledgeProofRequest; | ||
exports.ZeroKnowledgeProofResponse = kyc_schema.ZeroKnowledgeProofResponse; | ||
exports.operatorDisplayMap = kyc_schema.operatorDisplayMap; | ||
exports.parseIden3Message = kyc_schema.parseIden3Message; | ||
exports.parseSessionIdFromUrl = kyc_schema.parseSessionIdFromUrl; | ||
exports.ARRAY_OPERATORS = identityApi_schema.ARRAY_OPERATORS; | ||
exports.AVAILABLE_FLOWS = identityApi_schema.AVAILABLE_FLOWS; | ||
exports.AllCredentialAttributes = identityApi_schema.AllCredentialAttributes; | ||
exports.AllCredentialValues = identityApi_schema.AllCredentialValues; | ||
exports.AllScenarioExecutionAuthorizationData = identityApi_schema.AllScenarioExecutionAuthorizationData; | ||
exports.ArrayOperator = identityApi_schema.ArrayOperator; | ||
exports.AuthQrCodeData = identityApi_schema.AuthQrCodeData; | ||
exports.AuthSession = identityApi_schema.AuthSession; | ||
exports.AuthorizationRequestMessage = identityApi_schema.AuthorizationRequestMessage; | ||
exports.AuthorizationResponseMessage = identityApi_schema.AuthorizationResponseMessage; | ||
exports.AvailableFlow = identityApi_schema.AvailableFlow; | ||
exports.BOOLEAN_OPERATORS = identityApi_schema.BOOLEAN_OPERATORS; | ||
exports.BooleanOperator = identityApi_schema.BooleanOperator; | ||
exports.ChallengeQueryOperator = identityApi_schema.ChallengeQueryOperator; | ||
exports.ChallengeQueryOperatorToOperator = identityApi_schema.ChallengeQueryOperatorToOperator; | ||
exports.ChallengeQueryOperators = identityApi_schema.ChallengeQueryOperators; | ||
exports.ChallengeQuerySchema = identityApi_schema.ChallengeQuerySchema; | ||
exports.CloseScreenNotification = identityApi_schema.CloseScreenNotification; | ||
exports.ComplianceImplementationStepsInput = identityApi_schema.ComplianceImplementationStepsInput; | ||
exports.CreateAuthRequestProps = identityApi_schema.CreateAuthRequestProps; | ||
exports.CreateQueryConfigurationInput = identityApi_schema.CreateQueryConfigurationInput; | ||
exports.CreateQueryConfigurationResponse = identityApi_schema.CreateQueryConfigurationResponse; | ||
exports.CreateZKProofRequestProps = identityApi_schema.CreateZKProofRequestProps; | ||
exports.CredentialQrCodeData = identityApi_schema.CredentialQrCodeData; | ||
exports.DATE_OPERATORS = identityApi_schema.DATE_OPERATORS; | ||
exports.DataAvailableOnStart = identityApi_schema.DataAvailableOnStart; | ||
exports.DateOperator = identityApi_schema.DateOperator; | ||
exports.DeleteQueryConfigurationInput = identityApi_schema.DeleteQueryConfigurationInput; | ||
exports.DeleteQueryConfigurationResponse = identityApi_schema.DeleteQueryConfigurationResponse; | ||
exports.ExecuteChallengeQueryConfig = identityApi_schema.ExecuteChallengeQueryConfig; | ||
exports.ExecuteChallengeQueryInput = identityApi_schema.ExecuteChallengeQueryInput; | ||
exports.ExecuteChallengeQueryResponse = identityApi_schema.ExecuteChallengeQueryResponse; | ||
exports.GetCredentialsRequest = identityApi_schema.GetCredentialsRequest; | ||
exports.GetCredentialsResponse = identityApi_schema.GetCredentialsResponse; | ||
exports.GetTezosTxAuthDataSignatureResponse = identityApi_schema.GetTezosTxAuthDataSignatureResponse; | ||
exports.GetTxAuthDataSignatureResponse = identityApi_schema.GetTxAuthDataSignatureResponse; | ||
exports.GetTxAuthSigRequest = identityApi_schema.GetTxAuthSigRequest; | ||
exports.GetTxAuthSigRequestTezos = identityApi_schema.GetTxAuthSigRequestTezos; | ||
exports.GetTxAuthSigResponse = identityApi_schema.GetTxAuthSigResponse; | ||
exports.GetTxAuthSigResponseTezos = identityApi_schema.GetTxAuthSigResponseTezos; | ||
exports.HostMessage = identityApi_schema.HostMessage; | ||
exports.HostRequestMessage = identityApi_schema.HostRequestMessage; | ||
exports.HostResponseMessage = identityApi_schema.HostResponseMessage; | ||
exports.IDInformation = identityApi_schema.IDInformation; | ||
exports.IdentityAppMessage = identityApi_schema.IdentityAppMessage; | ||
exports.IdentityMessage = identityApi_schema.IdentityMessage; | ||
exports.IdentityNotificationMessage = identityApi_schema.IdentityNotificationMessage; | ||
exports.IdentityRequestMessage = identityApi_schema.IdentityRequestMessage; | ||
exports.IdentityResponseMessage = identityApi_schema.IdentityResponseMessage; | ||
exports.IdentitySdkMessage = identityApi_schema.IdentitySdkMessage; | ||
exports.IdentitySdkMessageWithIdentifier = identityApi_schema.IdentitySdkMessageWithIdentifier; | ||
exports.InitialDataRequest = identityApi_schema.InitialDataRequest; | ||
exports.InitialDataResponse = identityApi_schema.InitialDataResponse; | ||
exports.IsVerifiedNotification = identityApi_schema.IsVerifiedNotification; | ||
exports.IsVerifiedRequest = identityApi_schema.IsVerifiedRequest; | ||
exports.IsVerifiedResponse = identityApi_schema.IsVerifiedResponse; | ||
exports.KycCompletionData = identityApi_schema.KycCompletionData; | ||
exports.KycCompletionNotification = identityApi_schema.KycCompletionNotification; | ||
exports.MediaType = identityApi_schema.MediaType; | ||
exports.MediaTypePID = identityApi_schema.MediaTypePID; | ||
exports.NUMERIC_OPERATORS = identityApi_schema.NUMERIC_OPERATORS; | ||
exports.NonParsedQueryConfiguration = identityApi_schema.NonParsedQueryConfiguration; | ||
exports.NumericOperator = identityApi_schema.NumericOperator; | ||
exports.OPAChallengeQuery = identityApi_schema.OPAChallengeQuery; | ||
exports.OcvSdkInitialized = identityApi_schema.OcvSdkInitialized; | ||
exports.OffChainScenarioExecutionData = identityApi_schema.OffChainScenarioExecutionData; | ||
exports.OffChainZKP = identityApi_schema.OffChainZKP; | ||
exports.OffChainZKPRuleResult = identityApi_schema.OffChainZKPRuleResult; | ||
exports.OnChainRuleResult = identityApi_schema.OnChainRuleResult; | ||
exports.OnChainScenarioExecutionData = identityApi_schema.OnChainScenarioExecutionData; | ||
exports.OnChainZKP = identityApi_schema.OnChainZKP; | ||
exports.OnChainZKPFromNexeraID = identityApi_schema.OnChainZKPFromNexeraID; | ||
exports.OnChainZKPPayload = identityApi_schema.OnChainZKPPayload; | ||
exports.OnChainZKPScenarioFromCms = identityApi_schema.OnChainZKPScenarioFromCms; | ||
exports.OpaChallengeQueryResponse = identityApi_schema.OpaChallengeQueryResponse; | ||
exports.Operator = identityApi_schema.Operator; | ||
exports.OperatorToChallengeQueryOperator = identityApi_schema.OperatorToChallengeQueryOperator; | ||
exports.PartialQueryConfigSimplified = identityApi_schema.PartialQueryConfigSimplified; | ||
exports.PolygonIdInitialized = identityApi_schema.PolygonIdInitialized; | ||
exports.PolygonIdRequest = identityApi_schema.PolygonIdRequest; | ||
exports.PolygonIdRequestData = identityApi_schema.PolygonIdRequestData; | ||
exports.PolygonIdResponse = identityApi_schema.PolygonIdResponse; | ||
exports.PolygonIdResponseData = identityApi_schema.PolygonIdResponseData; | ||
exports.ProjectAuthorizationData = identityApi_schema.ProjectAuthorizationData; | ||
exports.ProofData = identityApi_schema.ProofData; | ||
exports.QrCodeLinkWithSchemaType = identityApi_schema.QrCodeLinkWithSchemaType; | ||
exports.QueryConfig = identityApi_schema.QueryConfig; | ||
exports.QueryConfigSimplified = identityApi_schema.QueryConfigSimplified; | ||
exports.QueryConfigSimplifiedParsed = identityApi_schema.QueryConfigSimplifiedParsed; | ||
exports.QueryConfiguration = identityApi_schema.QueryConfiguration; | ||
exports.QueryCredentialType = identityApi_schema.QueryCredentialType; | ||
exports.QueryCredentialTypes = identityApi_schema.QueryCredentialTypes; | ||
exports.QueryType = identityApi_schema.QueryType; | ||
exports.RequiredDataRowSchema = identityApi_schema.RequiredDataRowSchema; | ||
exports.RequiredVerificationData = identityApi_schema.RequiredVerificationData; | ||
exports.RuleEngineResponse = identityApi_schema.RuleEngineResponse; | ||
exports.RuleEngineScenarioExecutionData = identityApi_schema.RuleEngineScenarioExecutionData; | ||
exports.RuleResultStatus = identityApi_schema.RuleResultStatus; | ||
exports.RuleResultStatusLabels = identityApi_schema.RuleResultStatusLabels; | ||
exports.RuleResultStatuses = identityApi_schema.RuleResultStatuses; | ||
exports.SCENARIO_AUTHORIZATION_STATUSES = identityApi_schema.SCENARIO_AUTHORIZATION_STATUSES; | ||
exports.STRING_OPERATORS = identityApi_schema.STRING_OPERATORS; | ||
exports.SUPPORTED_TYPES = identityApi_schema.SUPPORTED_TYPES; | ||
exports.ScenarioAuthorizationData = identityApi_schema.ScenarioAuthorizationData; | ||
exports.ScenarioAuthorizationStatus = identityApi_schema.ScenarioAuthorizationStatus; | ||
exports.ScenarioExecutionData = identityApi_schema.ScenarioExecutionData; | ||
exports.ScenarioExecutionNotification = identityApi_schema.ScenarioExecutionNotification; | ||
exports.ScenarioExecutionResponse = identityApi_schema.ScenarioExecutionResponse; | ||
exports.ScenarioStatus = identityApi_schema.ScenarioStatus; | ||
exports.ScenarioStatuses = identityApi_schema.ScenarioStatuses; | ||
exports.ScenarioType = identityApi_schema.ScenarioType; | ||
exports.ScenarioTypes = identityApi_schema.ScenarioTypes; | ||
exports.SdkVerificationOutput = identityApi_schema.SdkVerificationOutput; | ||
exports.SdkVerificationResponseSchema = identityApi_schema.SdkVerificationResponseSchema; | ||
exports.SendTransactionRequest = identityApi_schema.SendTransactionRequest; | ||
exports.SignatureRequest = identityApi_schema.SignatureRequest; | ||
exports.SignatureResponse = identityApi_schema.SignatureResponse; | ||
exports.SimplifiedCredential = identityApi_schema.SimplifiedCredential; | ||
exports.StartCompletedNotification = identityApi_schema.StartCompletedNotification; | ||
exports.StartFlowRequest = identityApi_schema.StartFlowRequest; | ||
exports.StringOperator = identityApi_schema.StringOperator; | ||
exports.SupportedType = identityApi_schema.SupportedType; | ||
exports.SupportedTypes = identityApi_schema.SupportedTypes; | ||
exports.TezosTxAuthInput = identityApi_schema.TezosTxAuthInput; | ||
exports.TezosTxSignatureResponse = identityApi_schema.TezosTxSignatureResponse; | ||
exports.TransactionData = identityApi_schema.TransactionData; | ||
exports.TransactionResponse = identityApi_schema.TransactionResponse; | ||
exports.TxAuthInput = identityApi_schema.TxAuthInput; | ||
exports.TxSignatureResponse = identityApi_schema.TxSignatureResponse; | ||
exports.UpdateQueryConfigurationInput = identityApi_schema.UpdateQueryConfigurationInput; | ||
exports.UpdateQueryConfigurationResponse = identityApi_schema.UpdateQueryConfigurationResponse; | ||
exports.WalletSignResponse = identityApi_schema.WalletSignResponse; | ||
exports.WalletSignatureData = identityApi_schema.WalletSignatureData; | ||
exports.WalletSignatureResponse = identityApi_schema.WalletSignatureResponse; | ||
exports.ZKPOperator = identityApi_schema.ZKPOperator; | ||
exports.ZKPRequest = identityApi_schema.ZKPRequest; | ||
exports.ZKPRequestFromZKVerifier = identityApi_schema.ZKPRequestFromZKVerifier; | ||
exports.ZeroKnowledgeProofRequest = identityApi_schema.ZeroKnowledgeProofRequest; | ||
exports.ZeroKnowledgeProofResponse = identityApi_schema.ZeroKnowledgeProofResponse; | ||
exports.operatorDisplayMap = identityApi_schema.operatorDisplayMap; | ||
exports.parseIden3Message = identityApi_schema.parseIden3Message; | ||
exports.parseSessionIdFromUrl = identityApi_schema.parseSessionIdFromUrl; |
@@ -1,2 +0,3 @@ | ||
export { by as ARRAY_OPERATORS, av as AVAILABLE_FLOWS, bt as AllCredentialAttributes, bu as AllCredentialValues, c9 as AllScenarioExecutionAuthorizationData, bz as ArrayOperator, bp as AuthQrCodeData, bk as AuthorizationRequestMessage, bn as AuthorizationResponseMessage, aw as AvailableFlow, bE as BOOLEAN_OPERATORS, bF as BooleanOperator, aD as ChallengeQueryOperator, aF as ChallengeQueryOperatorToOperator, aC as ChallengeQueryOperators, aG as ChallengeQuerySchema, ad as CloseScreenNotification, aY as ComplianceImplementationStepsInput, c7 as CreateAuthRequestProps, bS as CreateQueryConfigurationInput, bT as CreateQueryConfigurationResponse, c8 as CreateZKProofRequestProps, bo as CredentialQrCodeData, bG as DATE_OPERATORS, ax as DataAvailableOnStart, bH as DateOperator, bW as DeleteQueryConfigurationInput, bX as DeleteQueryConfigurationResponse, aI as ExecuteChallengeQueryConfig, aH as ExecuteChallengeQueryInput, aK as ExecuteChallengeQueryResponse, a_ as GetCredentialsRequest, a$ as GetCredentialsResponse, c3 as GetTezosTxAuthDataSignatureResponse, c0 as GetTxAuthDataSignatureResponse, b7 as GetTxAuthSigRequest, b9 as GetTxAuthSigRequestTezos, b8 as GetTxAuthSigResponse, ba as GetTxAuthSigResponseTezos, bd as HostMessage, bb as HostRequestMessage, aB as HostResponseMessage, bL as IDInformation, be as IdentityMessage, ap as IdentityNotificationMessage, au as IdentityRequestMessage, bc as IdentityResponseMessage, aq as InitialDataRequest, ay as InitialDataResponse, al as IsVerifiedNotification, b5 as IsVerifiedRequest, b6 as IsVerifiedResponse, ae as KycCompletionData, af as KycCompletionNotification, bh as MediaType, bi as MediaTypePID, bC as NUMERIC_OPERATORS, bR as NonParsedQueryConfiguration, bD as NumericOperator, aL as OPAChallengeQuery, an as OcvSdkInitialized, ah as OffChainScenarioExecutionData, c6 as OffChainZKP, aN as OffChainZKPRuleResult, aM as OnChainRuleResult, ai as OnChainScenarioExecutionData, cb as OnChainZKP, cc as OnChainZKPFromNexeraID, ce as OnChainZKPPayload, cd as OnChainZKPScenarioFromCms, aJ as OpaChallengeQueryResponse, bv as Operator, aE as OperatorToChallengeQueryOperator, bO as PartialQueryConfigSimplified, am as PolygonIdInitialized, b1 as PolygonIdRequest, b0 as PolygonIdRequestData, b3 as PolygonIdResponse, b2 as PolygonIdResponseData, ca as ProjectAuthorizationData, bl as ProofData, bq as QrCodeLinkWithSchemaType, bM as QueryConfig, bN as QueryConfigSimplified, bP as QueryConfigSimplifiedParsed, bQ as QueryConfiguration, bZ as QueryCredentialType, bY as QueryCredentialTypes, bf as RequiredDataRowSchema, bg as RequiredVerificationData, aT as RuleEngineResponse, ag as RuleEngineScenarioExecutionData, aW as RuleResultStatus, aX as RuleResultStatusLabels, aV as RuleResultStatuses, cf as SCENARIO_AUTHORIZATION_STATUSES, bA as STRING_OPERATORS, bI as SUPPORTED_TYPES, ab as ScenarioAuthorizationData, cg as ScenarioAuthorizationStatus, aj as ScenarioExecutionData, ak as ScenarioExecutionNotification, aU as ScenarioExecutionResponse, aS as ScenarioStatus, aR as ScenarioStatuses, aQ as ScenarioType, aP as ScenarioTypes, aO as SdkVerificationOutput, ac as SdkVerificationResponseSchema, at as SendTransactionRequest, ar as SignatureRequest, az as SignatureResponse, aZ as SimplifiedCredential, ao as StartCompletedNotification, b4 as StartFlowRequest, bB as StringOperator, bJ as SupportedType, bK as SupportedTypes, c1 as TezosTxAuthInput, c2 as TezosTxSignatureResponse, as as TransactionData, aA as TransactionResponse, b_ as TxAuthInput, b$ as TxSignatureResponse, bU as UpdateQueryConfigurationInput, bV as UpdateQueryConfigurationResponse, bw as ZKPOperator, c4 as ZKPRequest, c5 as ZKPRequestFromZKVerifier, bj as ZeroKnowledgeProofRequest, bm as ZeroKnowledgeProofResponse, bx as operatorDisplayMap, br as parseIden3Message, bs as parseSessionIdFromUrl } from '../../dist/kyc.schema-50c63645.esm.js'; | ||
export { cj as ARRAY_OPERATORS, bb as AVAILABLE_FLOWS, ce as AllCredentialAttributes, cf as AllCredentialValues, cX as AllScenarioExecutionAuthorizationData, ck as ArrayOperator, ca as AuthQrCodeData, bV as AuthSession, c5 as AuthorizationRequestMessage, c8 as AuthorizationResponseMessage, bc as AvailableFlow, cp as BOOLEAN_OPERATORS, cq as BooleanOperator, bj as ChallengeQueryOperator, bl as ChallengeQueryOperatorToOperator, bi as ChallengeQueryOperators, bm as ChallengeQuerySchema, aV as CloseScreenNotification, bE as ComplianceImplementationStepsInput, cV as CreateAuthRequestProps, cE as CreateQueryConfigurationInput, cF as CreateQueryConfigurationResponse, cW as CreateZKProofRequestProps, c9 as CredentialQrCodeData, cr as DATE_OPERATORS, bd as DataAvailableOnStart, cs as DateOperator, cI as DeleteQueryConfigurationInput, cJ as DeleteQueryConfigurationResponse, bo as ExecuteChallengeQueryConfig, bn as ExecuteChallengeQueryInput, bq as ExecuteChallengeQueryResponse, bG as GetCredentialsRequest, bH as GetCredentialsResponse, cR as GetTezosTxAuthDataSignatureResponse, cO as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, b_ as HostMessage, bT as HostRequestMessage, bh as HostResponseMessage, cw as IDInformation, bZ as IdentityAppMessage, b$ as IdentityMessage, b5 as IdentityNotificationMessage, ba as IdentityRequestMessage, bU as IdentityResponseMessage, bX as IdentitySdkMessage, bY as IdentitySdkMessageWithIdentifier, b6 as InitialDataRequest, be as InitialDataResponse, b1 as IsVerifiedNotification, bN as IsVerifiedRequest, bO as IsVerifiedResponse, aW as KycCompletionData, aX as KycCompletionNotification, c2 as MediaType, c3 as MediaTypePID, cn as NUMERIC_OPERATORS, cD as NonParsedQueryConfiguration, co as NumericOperator, br as OPAChallengeQuery, b3 as OcvSdkInitialized, aZ as OffChainScenarioExecutionData, cU as OffChainZKP, bt as OffChainZKPRuleResult, bs as OnChainRuleResult, a_ as OnChainScenarioExecutionData, cZ as OnChainZKP, c_ as OnChainZKPFromNexeraID, d0 as OnChainZKPPayload, c$ as OnChainZKPScenarioFromCms, bp as OpaChallengeQueryResponse, cg as Operator, bk as OperatorToChallengeQueryOperator, cA as PartialQueryConfigSimplified, b2 as PolygonIdInitialized, bJ as PolygonIdRequest, bI as PolygonIdRequestData, bL as PolygonIdResponse, bK as PolygonIdResponseData, cY as ProjectAuthorizationData, c6 as ProofData, cb as QrCodeLinkWithSchemaType, cx as QueryConfig, cz as QueryConfigSimplified, cB as QueryConfigSimplifiedParsed, cC as QueryConfiguration, cL as QueryCredentialType, cK as QueryCredentialTypes, cy as QueryType, c0 as RequiredDataRowSchema, c1 as RequiredVerificationData, bz as RuleEngineResponse, aY as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, d1 as SCENARIO_AUTHORIZATION_STATUSES, cl as STRING_OPERATORS, ct as SUPPORTED_TYPES, aT as ScenarioAuthorizationData, d2 as ScenarioAuthorizationStatus, a$ as ScenarioExecutionData, b0 as ScenarioExecutionNotification, bA as ScenarioExecutionResponse, by as ScenarioStatus, bx as ScenarioStatuses, bw as ScenarioType, bv as ScenarioTypes, bu as SdkVerificationOutput, aU as SdkVerificationResponseSchema, b9 as SendTransactionRequest, b7 as SignatureRequest, bf as SignatureResponse, bF as SimplifiedCredential, b4 as StartCompletedNotification, bM as StartFlowRequest, cm as StringOperator, cu as SupportedType, cv as SupportedTypes, cP as TezosTxAuthInput, cQ as TezosTxSignatureResponse, b8 as TransactionData, bg as TransactionResponse, cM as TxAuthInput, cN as TxSignatureResponse, cG as UpdateQueryConfigurationInput, cH as UpdateQueryConfigurationResponse, bW as WalletSignResponse, d4 as WalletSignatureData, d3 as WalletSignatureResponse, ch as ZKPOperator, cS as ZKPRequest, cT as ZKPRequestFromZKVerifier, c4 as ZeroKnowledgeProofRequest, c7 as ZeroKnowledgeProofResponse, ci as operatorDisplayMap, cc as parseIden3Message, cd as parseSessionIdFromUrl } from '../../dist/identity-api.schema-ff2de032.esm.js'; | ||
import 'zod'; | ||
import 'nanoid'; |
{ | ||
"name": "@nexeraid/identity-schemas", | ||
"version": "1.12.5-dev", | ||
"version": "1.12.5-feature-web3-457-remove-identity-app-mapping-to-legacy-react-context-last-1724140630191", | ||
"description": "", | ||
"main": "dist/nexeraid-identity-schemas.cjs.js", | ||
"module": "dist/nexeraid-identity-schemas.esm.js", | ||
"keywords": [], | ||
"license": "ISC", | ||
"author": "", | ||
"exports": { | ||
@@ -21,2 +22,4 @@ ".": { | ||
}, | ||
"module": "dist/nexeraid-identity-schemas.esm.js", | ||
"types": "dist/nexeraid-identity-schemas.cjs.d.ts", | ||
"files": [ | ||
@@ -27,13 +30,10 @@ "/dist", | ||
], | ||
"preconstruct": { | ||
"entrypoints": [ | ||
"index.ts", | ||
"identity/index.ts", | ||
"verifiable-credentials/index.ts" | ||
] | ||
"eslintConfig": { | ||
"extends": [ | ||
"@unblokttechnology/eslint-config/base" | ||
], | ||
"root": true | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"nanoid": "3.3.4", | ||
"zod": "^3.23.8", | ||
@@ -47,6 +47,7 @@ "zod-to-json-schema": "^3.23.2" | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"extends": [ | ||
"@unblokttechnology/eslint-config/base" | ||
"preconstruct": { | ||
"entrypoints": [ | ||
"index.ts", | ||
"identity/index.ts", | ||
"verifiable-credentials/index.ts" | ||
] | ||
@@ -57,19 +58,20 @@ }, | ||
"copy-package-json-to-dist": "copyfiles package.json dist/", | ||
"download-schemas": "./scripts/download-schemas.sh", | ||
"generate-schemas-ts": "./scripts/generate-schemas-ts.sh", | ||
"generate-zod-schemas": "./scripts/generate-zod-schemas.sh", | ||
"postinstall": "if [ \"$BUILDING_IN_DOCKER\" != \"true\" ]; then preconstruct dev; fi", | ||
"lint": "eslint .", | ||
"lint:fix": "pnpm lint --fix", | ||
"prepare:release": "sed -i '22d' package.json", | ||
"prepare:release:mac": "sed -i '' '22d' package.json", | ||
"prettier": "prettier 'src/' --check", | ||
"prettier:fix": "prettier 'src/' --write", | ||
"publish:public": "pnpm run prepare:release && publish --access=public --no-git-checks --registry https://registry.npmjs.org/", | ||
"publish:public:mac": "pnpm run prepare:release:mac && publish --access=public --no-git-checks --registry https://registry.npmjs.org/", | ||
"test": "vitest", | ||
"type-check": "tsc --noEmit", | ||
"update-schemas": "pnpm run download-schemas && pnpm run update-json-schema-map && pnpm run update-jsonld-schema-map && pnpm run generate-zod-schemas && pnpm run generate-schemas-ts && prettier 'src/verifiable-credentials/generated' --write && prettier 'src/verifiable-credentials/generated-ts/' --write", | ||
"download-schemas": "./scripts/download-schemas.sh", | ||
"generate-zod-schemas": "./scripts/generate-zod-schemas.sh", | ||
"generate-schemas-ts": "./scripts/generate-schemas-ts.sh", | ||
"update-json-schema-map": "./scripts/update-json-schema-map.sh", | ||
"update-jsonld-schema-map": "./scripts/update-jsonld-schema-map.sh", | ||
"prepare:release": "sed -i '22d' package.json", | ||
"prepare:release:mac": "sed -i '' '22d' package.json", | ||
"publish:public": "pnpm run prepare:release && publish --access=public --no-git-checks --registry https://registry.npmjs.org/", | ||
"publish:public:mac": "pnpm run prepare:release:mac && publish --access=public --no-git-checks --registry https://registry.npmjs.org/", | ||
"prettier": "prettier 'src/' --check", | ||
"prettier:fix": "prettier 'src/' --write" | ||
"update-schemas": "pnpm run download-schemas && pnpm run update-json-schema-map && pnpm run update-jsonld-schema-map && pnpm run generate-zod-schemas && pnpm run generate-schemas-ts && prettier 'src/verifiable-credentials/generated' --write && prettier 'src/verifiable-credentials/generated-ts/' --write" | ||
} | ||
} |
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 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 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 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 too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
2731501
105
46697
3
2
+ Addednanoid@3.3.4
+ Addednanoid@3.3.4(transitive)