@nexeraid/identity-schemas 1.12.7-dev → 1.12.8-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/declarations/src/nexeraSSID.schema.d.ts +14 -14
- package/dist/declarations/src/nexeraSSID.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-4513c541.esm.js → identity-api.schema-0c864891.esm.js} +4 -4
- package/dist/{identity-api.schema-5b06efc9.cjs.dev.js → identity-api.schema-c0e6e89e.cjs.dev.js} +4 -4
- package/dist/{identity-api.schema-6a7b64cb.cjs.prod.js → identity-api.schema-d228c39a.cjs.prod.js} +4 -4
- package/dist/nexeraid-identity-schemas.cjs.dev.js +2 -2
- package/dist/nexeraid-identity-schemas.cjs.prod.js +2 -2
- package/dist/nexeraid-identity-schemas.esm.js +2 -2
- package/dist/package.json +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
- package/package.json +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
|
@@ -11,7 +11,7 @@ export declare const IdentityDocumentOptionsType: z.ZodEnum<["PASSPORT", "ID_CAR
|
|
|
11
11
|
export declare const PERSONAL_INFORMATION_FIELDS: readonly ["EMAIL", "PHONE", "TWITTER", "DISCORD", "TELEGRAM"];
|
|
12
12
|
export declare const PersonalInformationFieldsIdentityDocuments: z.ZodEnum<["EMAIL", "PHONE", "TWITTER", "DISCORD", "TELEGRAM"]>;
|
|
13
13
|
export declare const Identifier: z.ZodUnion<[z.ZodLiteral<"verification">, z.ZodLiteral<"management">]>;
|
|
14
|
-
export declare const
|
|
14
|
+
export declare const AdditionalUserInformationParams: z.ZodObject<{
|
|
15
15
|
email: z.ZodOptional<z.ZodString>;
|
|
16
16
|
phone: z.ZodOptional<z.ZodString>;
|
|
17
17
|
wallet: z.ZodOptional<z.ZodObject<{
|
|
@@ -39,7 +39,7 @@ export declare const AdditionalUserInformationsParams: z.ZodObject<{
|
|
|
39
39
|
} | undefined;
|
|
40
40
|
phone?: string | undefined;
|
|
41
41
|
}>;
|
|
42
|
-
export type
|
|
42
|
+
export type AdditionalUserInformationParams = z.infer<typeof AdditionalUserInformationParams>;
|
|
43
43
|
export declare const IdentityWidgetAccessToken: z.ZodObject<{
|
|
44
44
|
sub: 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>]>;
|
|
45
45
|
blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano"]>;
|
|
@@ -152,10 +152,10 @@ export declare const IdentityAppV2Web2JWT: z.ZodObject<z.objectUtil.extendShape<
|
|
|
152
152
|
}, {
|
|
153
153
|
flowType: z.ZodLiteral<"web2">;
|
|
154
154
|
/**
|
|
155
|
-
* @deprecated Fetch the additional user
|
|
155
|
+
* @deprecated Fetch the additional user information from the services instead of relying on this field
|
|
156
156
|
* We only have this field in web2 mode because most of the services are relying on the blockchain address to be present in the JWT
|
|
157
157
|
*/
|
|
158
|
-
|
|
158
|
+
deprecated_additionalUserInformation: z.ZodOptional<z.ZodObject<{
|
|
159
159
|
email: z.ZodOptional<z.ZodString>;
|
|
160
160
|
phone: z.ZodOptional<z.ZodString>;
|
|
161
161
|
wallet: z.ZodOptional<z.ZodObject<{
|
|
@@ -196,7 +196,7 @@ export declare const IdentityAppV2Web2JWT: z.ZodObject<z.objectUtil.extendShape<
|
|
|
196
196
|
flowType: "web2";
|
|
197
197
|
iat: number;
|
|
198
198
|
ipAddress?: string | undefined;
|
|
199
|
-
|
|
199
|
+
deprecated_additionalUserInformation?: {
|
|
200
200
|
email?: string | undefined;
|
|
201
201
|
wallet?: {
|
|
202
202
|
address: string;
|
|
@@ -217,7 +217,7 @@ export declare const IdentityAppV2Web2JWT: z.ZodObject<z.objectUtil.extendShape<
|
|
|
217
217
|
flowType: "web2";
|
|
218
218
|
iat: number;
|
|
219
219
|
ipAddress?: string | undefined;
|
|
220
|
-
|
|
220
|
+
deprecated_additionalUserInformation?: {
|
|
221
221
|
email?: string | undefined;
|
|
222
222
|
wallet?: {
|
|
223
223
|
address: string;
|
|
@@ -291,10 +291,10 @@ export declare const IdentityWidgetAccessToken_NEW: z.ZodUnion<[z.ZodObject<z.ob
|
|
|
291
291
|
}, {
|
|
292
292
|
flowType: z.ZodLiteral<"web2">;
|
|
293
293
|
/**
|
|
294
|
-
* @deprecated Fetch the additional user
|
|
294
|
+
* @deprecated Fetch the additional user information from the services instead of relying on this field
|
|
295
295
|
* We only have this field in web2 mode because most of the services are relying on the blockchain address to be present in the JWT
|
|
296
296
|
*/
|
|
297
|
-
|
|
297
|
+
deprecated_additionalUserInformation: z.ZodOptional<z.ZodObject<{
|
|
298
298
|
email: z.ZodOptional<z.ZodString>;
|
|
299
299
|
phone: z.ZodOptional<z.ZodString>;
|
|
300
300
|
wallet: z.ZodOptional<z.ZodObject<{
|
|
@@ -335,7 +335,7 @@ export declare const IdentityWidgetAccessToken_NEW: z.ZodUnion<[z.ZodObject<z.ob
|
|
|
335
335
|
flowType: "web2";
|
|
336
336
|
iat: number;
|
|
337
337
|
ipAddress?: string | undefined;
|
|
338
|
-
|
|
338
|
+
deprecated_additionalUserInformation?: {
|
|
339
339
|
email?: string | undefined;
|
|
340
340
|
wallet?: {
|
|
341
341
|
address: string;
|
|
@@ -356,7 +356,7 @@ export declare const IdentityWidgetAccessToken_NEW: z.ZodUnion<[z.ZodObject<z.ob
|
|
|
356
356
|
flowType: "web2";
|
|
357
357
|
iat: number;
|
|
358
358
|
ipAddress?: string | undefined;
|
|
359
|
-
|
|
359
|
+
deprecated_additionalUserInformation?: {
|
|
360
360
|
email?: string | undefined;
|
|
361
361
|
wallet?: {
|
|
362
362
|
address: string;
|
|
@@ -479,10 +479,10 @@ export declare const IdentityWidgetSessionToken: z.ZodUnion<[z.ZodObject<{
|
|
|
479
479
|
}, {
|
|
480
480
|
flowType: z.ZodLiteral<"web2">;
|
|
481
481
|
/**
|
|
482
|
-
* @deprecated Fetch the additional user
|
|
482
|
+
* @deprecated Fetch the additional user information from the services instead of relying on this field
|
|
483
483
|
* We only have this field in web2 mode because most of the services are relying on the blockchain address to be present in the JWT
|
|
484
484
|
*/
|
|
485
|
-
|
|
485
|
+
deprecated_additionalUserInformation: z.ZodOptional<z.ZodObject<{
|
|
486
486
|
email: z.ZodOptional<z.ZodString>;
|
|
487
487
|
phone: z.ZodOptional<z.ZodString>;
|
|
488
488
|
wallet: z.ZodOptional<z.ZodObject<{
|
|
@@ -523,7 +523,7 @@ export declare const IdentityWidgetSessionToken: z.ZodUnion<[z.ZodObject<{
|
|
|
523
523
|
flowType: "web2";
|
|
524
524
|
iat: number;
|
|
525
525
|
ipAddress?: string | undefined;
|
|
526
|
-
|
|
526
|
+
deprecated_additionalUserInformation?: {
|
|
527
527
|
email?: string | undefined;
|
|
528
528
|
wallet?: {
|
|
529
529
|
address: string;
|
|
@@ -544,7 +544,7 @@ export declare const IdentityWidgetSessionToken: z.ZodUnion<[z.ZodObject<{
|
|
|
544
544
|
flowType: "web2";
|
|
545
545
|
iat: number;
|
|
546
546
|
ipAddress?: string | undefined;
|
|
547
|
-
|
|
547
|
+
deprecated_additionalUserInformation?: {
|
|
548
548
|
email?: string | undefined;
|
|
549
549
|
wallet?: {
|
|
550
550
|
address: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nexeraSSID.schema.d.ts","sourceRoot":"../../../src","sources":["nexeraSSID.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AASxB,eAAO,MAAM,UAAU,2BAA4B,CAAC;AACpD,eAAO,MAAM,QAAQ,6BAEmB,CAAC;AACzC,eAAO,MAAM,iBAAiB,2CAA4C,CAAC;AAC3E,eAAO,MAAM,gBAAgB,6CAEsB,CAAC;AACpD,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,sCAAsC,kFAGzC,CAAC;AACX,eAAO,MAAM,iCAAiC,oFAE7C,CAAC;AAEF,eAAO,MAAM,yBAAyB,qDAI5B,CAAC;AACX,eAAO,MAAM,2BAA2B,uDAAoC,CAAC;AAE7E,eAAO,MAAM,2BAA2B,+DAM9B,CAAC;AACX,eAAO,MAAM,0CAA0C,iEAEtD,CAAC;AAEF,eAAO,MAAM,UAAU,wEAGrB,CAAC;AAEH,eAAO,MAAM
|
|
1
|
+
{"version":3,"file":"nexeraSSID.schema.d.ts","sourceRoot":"../../../src","sources":["nexeraSSID.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -2435,7 +2435,7 @@ var IdentityDocumentOptionsType = z["enum"](IDENTITY_DOCUMENT_OPTIONS);
|
|
|
2435
2435
|
var PERSONAL_INFORMATION_FIELDS = ["EMAIL", "PHONE", "TWITTER", "DISCORD", "TELEGRAM"];
|
|
2436
2436
|
var PersonalInformationFieldsIdentityDocuments = z["enum"](PERSONAL_INFORMATION_FIELDS);
|
|
2437
2437
|
var Identifier = z.union([z.literal("verification"), z.literal("management")]);
|
|
2438
|
-
var
|
|
2438
|
+
var AdditionalUserInformationParams = z.object({
|
|
2439
2439
|
email: z.string().email().optional(),
|
|
2440
2440
|
phone: z.string().min(4).optional(),
|
|
2441
2441
|
wallet: z.object({
|
|
@@ -2488,10 +2488,10 @@ var IdentityAppV2Web3JWT = IdentityAppV2BaseJWT.extend({
|
|
|
2488
2488
|
var IdentityAppV2Web2JWT = IdentityAppV2BaseJWT.extend({
|
|
2489
2489
|
flowType: z.literal(FlowType.Values.web2),
|
|
2490
2490
|
/**
|
|
2491
|
-
* @deprecated Fetch the additional user
|
|
2491
|
+
* @deprecated Fetch the additional user information from the services instead of relying on this field
|
|
2492
2492
|
* We only have this field in web2 mode because most of the services are relying on the blockchain address to be present in the JWT
|
|
2493
2493
|
*/
|
|
2494
|
-
|
|
2494
|
+
deprecated_additionalUserInformation: AdditionalUserInformationParams.optional()
|
|
2495
2495
|
});
|
|
2496
2496
|
var IdentityWidgetAccessToken_NEW = z.union([IdentityAppV2Web3JWT, IdentityAppV2Web2JWT]);
|
|
2497
2497
|
var IdentityWidgetSessionToken = z.union([IdentityWidgetAccessToken, IdentityWidgetAccessToken_NEW]);
|
|
@@ -3053,4 +3053,4 @@ var WalletSignatureData = WalletSignatureResponse.and(z.object({
|
|
|
3053
3053
|
blockchainId: BlockchainId.optional()
|
|
3054
3054
|
}));
|
|
3055
3055
|
|
|
3056
|
-
export { TezosSignature as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, CredentialTypes as C, TxHash as D, EVM_BLOCK_TIME as E, EIP155Signature as F, FunctionCallData as G, shortAddress as H, AptosAddress as I, AptosSignature as J, StarknetAddress as K, StarknetSignature as L, PolkadotAddress as M, NEXERA_EVM_CHAINS as N, PolkadotSignature as O, POLYGON_NETWORK_NAMES as P, CosmosAddress as Q, CosmosSignature as R, StarknetChainId as S, TezosChainId as T, TezosImplicitAddress as U, TezosContractAddress as V, TezosAddress as W, TezosEntrypointName as X, EdSignature as Y, SpSignature as Z, P2Signature as _, NEXERA_TEZOS_CHAINS as a, ScenarioExecutionData as a$, CardanoAddress as a0, CardanoSignature as a1, BlockchainAddress as a2, BlockchainSignature as a3, BLOCKCHAIN_NAMESPACES as a4, BlockchainNamespace as a5, BLOCKCHAIN_NAMESPACES_NAMES as a6, DISPLAYED_LOCKCHAIN_NAMESPACES as a7, DisplayedBlockchainNamespace as a8, BLOCKCHAIN_NAME_TO_NAMESPACE as a9, VerificationModes as aA, VerificationMode as aB, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as aC, IdentityDocumentCountryListOption as aD, IDENTITY_DOCUMENT_OPTIONS as aE, IdentityDocumentOptionsType as aF, PERSONAL_INFORMATION_FIELDS as aG, PersonalInformationFieldsIdentityDocuments as aH, Identifier as aI,
|
|
3056
|
+
export { TezosSignature as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, CredentialTypes as C, TxHash as D, EVM_BLOCK_TIME as E, EIP155Signature as F, FunctionCallData as G, shortAddress as H, AptosAddress as I, AptosSignature as J, StarknetAddress as K, StarknetSignature as L, PolkadotAddress as M, NEXERA_EVM_CHAINS as N, PolkadotSignature as O, POLYGON_NETWORK_NAMES as P, CosmosAddress as Q, CosmosSignature as R, StarknetChainId as S, TezosChainId as T, TezosImplicitAddress as U, TezosContractAddress as V, TezosAddress as W, TezosEntrypointName as X, EdSignature as Y, SpSignature as Z, P2Signature as _, NEXERA_TEZOS_CHAINS as a, ScenarioExecutionData as a$, CardanoAddress as a0, CardanoSignature as a1, BlockchainAddress as a2, BlockchainSignature as a3, BLOCKCHAIN_NAMESPACES as a4, BlockchainNamespace as a5, BLOCKCHAIN_NAMESPACES_NAMES as a6, DISPLAYED_LOCKCHAIN_NAMESPACES as a7, DisplayedBlockchainNamespace as a8, BLOCKCHAIN_NAME_TO_NAMESPACE as a9, VerificationModes as aA, VerificationMode as aB, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as aC, IdentityDocumentCountryListOption as aD, IDENTITY_DOCUMENT_OPTIONS as aE, IdentityDocumentOptionsType as aF, PERSONAL_INFORMATION_FIELDS as aG, PersonalInformationFieldsIdentityDocuments as aH, Identifier as aI, AdditionalUserInformationParams as aJ, IdentityWidgetAccessToken as aK, OrganizationId as aL, WorkspaceId as aM, WorkflowId as aN, ExternalClientId as aO, IdentityAppV2Web3JWT as aP, IdentityAppV2Web2JWT as aQ, IdentityWidgetAccessToken_NEW as aR, IdentityWidgetSessionToken as aS, ScenarioAuthorizationData as aT, SdkVerificationResponseSchema as aU, CloseScreenNotification as aV, KycCompletionData as aW, KycCompletionNotification as aX, RuleEngineScenarioExecutionData as aY, OffChainScenarioExecutionData as aZ, OnChainScenarioExecutionData as a_, BLOCKCHAIN_NAMESPACE_TO_NAME as aa, coerceBoolean as ab, ENVS as ac, EnvironmentSchema as ad, UuidString as ae, ZodParse as af, shortBlockchainAddress as ag, PUBLIC_SERVICES_SCHEMA_MAP as ah, ISO3CountryCode as ai, ALPHA_2_COUNTRIES as aj, Alpha2Country as ak, countryISO3toISO2Mapping as al, countryISO2toISO3Mapping as am, isoCountriesNameFromISO2 as an, parseISO3CountryCode as ao, createBrandedSchemaId as ap, StorageId as aq, IdentityId as ar, EmailId as as, WalletId as at, AppId as au, ChallengeId as av, TestId as aw, generateId as ax, FLOW_TYPES as ay, FlowType as az, NEXERA_COSMOS_CHAINS as b, HostMessage as b$, ScenarioExecutionNotification as b0, IsVerifiedNotification as b1, PolygonIdInitialized as b2, OcvSdkInitialized as b3, StartCompletedNotification as b4, IdentityNotificationMessage as b5, InitialDataRequest as b6, SignatureRequest as b7, TransactionData as b8, SendTransactionRequest as b9, ScenarioExecutionResponse as bA, RuleResultStatuses as bB, RuleResultStatus as bC, RuleResultStatusLabels as bD, ComplianceImplementationStepsInput as bE, SimplifiedCredential as bF, GetCredentialsRequest as bG, GetCredentialsResponse as bH, PolygonIdRequestData as bI, PolygonIdRequest as bJ, PolygonIdResponseData as bK, PolygonIdResponse as bL, StartFlowRequest as bM, IsVerifiedRequest as bN, IsVerifiedResponse as bO, GetTxAuthSigRequest as bP, GetTxAuthSigResponse as bQ, GetTxAuthSigRequestTezos as bR, GetTxAuthSigResponseTezos as bS, HostRequestMessage as bT, IdentityResponseMessage as bU, AuthSession as bV, ChallengeResponse as bW, WalletSignResponse as bX, IdentitySdkMessage as bY, IdentitySdkMessageWithIdentifier as bZ, IdentityAppMessage as b_, IdentityRequestMessage as ba, AVAILABLE_FLOWS as bb, AvailableFlow as bc, DataAvailableOnStart as bd, InitialDataResponse as be, SignatureResponse as bf, TransactionResponse as bg, HostResponseMessage as bh, ChallengeQueryOperators as bi, ChallengeQueryOperator as bj, OperatorToChallengeQueryOperator as bk, ChallengeQueryOperatorToOperator as bl, ChallengeQuerySchema as bm, ExecuteChallengeQueryInput as bn, ExecuteChallengeQueryConfig as bo, OpaChallengeQueryResponse as bp, ExecuteChallengeQueryResponse as bq, OPAChallengeQuery as br, OnChainRuleResult as bs, OffChainZKPRuleResult as bt, SdkVerificationOutput as bu, ScenarioTypes as bv, ScenarioType as bw, ScenarioStatuses as bx, ScenarioStatus as by, RuleEngineResponse as bz, NEXERA_STARKNET_CHAINS as c, OnChainZKPFromNexeraID as c$, IdentityMessage as c0, RequiredDataRowSchema as c1, RequiredVerificationData as c2, MediaType as c3, MediaTypePID as c4, ZeroKnowledgeProofRequest as c5, AuthorizationRequestMessage as c6, ProofData as c7, ZeroKnowledgeProofResponse as c8, AuthorizationResponseMessage as c9, QueryConfigSimplified as cA, PartialQueryConfigSimplified as cB, QueryConfigSimplifiedParsed as cC, QueryConfiguration as cD, NonParsedQueryConfiguration as cE, CreateQueryConfigurationInput as cF, CreateQueryConfigurationResponse as cG, UpdateQueryConfigurationInput as cH, UpdateQueryConfigurationResponse as cI, DeleteQueryConfigurationInput as cJ, DeleteQueryConfigurationResponse as cK, QueryCredentialTypes as cL, QueryCredentialType as cM, TxAuthInput as cN, TxSignatureResponse as cO, GetTxAuthDataSignatureResponse as cP, TezosTxAuthInput as cQ, TezosTxSignatureResponse as cR, GetTezosTxAuthDataSignatureResponse as cS, ZKPRequest as cT, ZKPRequestFromZKVerifier as cU, OffChainZKP as cV, CreateAuthRequestProps as cW, CreateZKProofRequestProps as cX, AllScenarioExecutionAuthorizationData as cY, ProjectAuthorizationData as cZ, OnChainZKP as c_, CredentialQrCodeData as ca, AuthQrCodeData as cb, QrCodeLinkWithSchemaType as cc, parseIden3Message as cd, parseSessionIdFromUrl as ce, AllCredentialAttributes as cf, AllCredentialValues as cg, Operator as ch, ZKPOperator as ci, operatorDisplayMap as cj, ARRAY_OPERATORS as ck, ArrayOperator as cl, STRING_OPERATORS as cm, StringOperator as cn, NUMERIC_OPERATORS as co, NumericOperator as cp, BOOLEAN_OPERATORS as cq, BooleanOperator as cr, DATE_OPERATORS as cs, DateOperator as ct, SUPPORTED_TYPES as cu, SupportedType as cv, SupportedTypes as cw, IDInformation as cx, QueryConfig as cy, QueryType as cz, NEXERA_EVM_CHAIN_NAMES as d, OnChainZKPScenarioFromCms as d0, OnChainZKPPayload as d1, SCENARIO_AUTHORIZATION_STATUSES as d2, ScenarioAuthorizationStatus as d3, WalletSignatureResponse as d4, WalletSignatureData as d5, _toConsumableArray as d6, ID3CredentialSubjectSchema as d7, IDScanCredentialSubjectSchema as d8, IDScanPassportCredentialSubjectSchema as d9, IDScanSelfieCredentialSubjectSchema as da, OLD_IDImageCredentialSubjectSchema as db, OLD_IDInformationCredentialSubjectSchema as dc, OLD_ProofOfResidenceCredentialSubjectSchema as dd, OLD_SelfieImageCredentialSubjectSchema as de, OLD_AMLScreeningsResultsCredentialSubjectSchema as df, IDInformationCredentialSubjectSchema as dg, IDImageCredentialSubjectSchema as dh, SelfieImageCredentialSubjectSchema as di, ProofOfResidenceCredentialSubjectSchema as dj, GenericVerifiableCredentialSchema as dk, CredentialSchemas as dl, CredentialNames as dm, NexeraCredentialType as dn, getCredentialName as dp, CredentialType as dq, VerifiableCredential as dr, CredentialMediaType as ds, NEXERA_EVM_CHAIN_NAMES_LIST as e, NEXERA_CHAIN_VALUES as f, EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC as g, EvmChainId as h, PolygonNetworkNames as i, NEXERA_TEZOS_CHAIN_NAMES as j, NEXERA_TEZOS_CHAIN_NAMES_LIST as k, NEXERA_TEZOS_CHAIN_VALUES as l, ACTIVE_TEZOS_CHAIN_VALUES as m, COSMOS_CHAIN_NAMES as n, COSMOS_CHAIN_NAMES_LIST as o, COSMOS_CHAIN_VALUES as p, ACTIVE_COSMOS_CHAIN_VALUES as q, CosmosChainId as r, NEXERA_STARKNET_CHAIN_NAMES as s, NEXERA_STARKNET_CHAIN_VALUES as t, NEXERA_ACTIVE_STARKNET_CHAIN_VALUES as u, isValidAddress as v, String0x as w, PrivateKey as x, PublicKey as y, AddressSchema as z };
|
package/dist/{identity-api.schema-5b06efc9.cjs.dev.js → identity-api.schema-c0e6e89e.cjs.dev.js}
RENAMED
|
@@ -2437,7 +2437,7 @@ var IdentityDocumentOptionsType = zod.z["enum"](IDENTITY_DOCUMENT_OPTIONS);
|
|
|
2437
2437
|
var PERSONAL_INFORMATION_FIELDS = ["EMAIL", "PHONE", "TWITTER", "DISCORD", "TELEGRAM"];
|
|
2438
2438
|
var PersonalInformationFieldsIdentityDocuments = zod.z["enum"](PERSONAL_INFORMATION_FIELDS);
|
|
2439
2439
|
var Identifier = zod.z.union([zod.z.literal("verification"), zod.z.literal("management")]);
|
|
2440
|
-
var
|
|
2440
|
+
var AdditionalUserInformationParams = zod.z.object({
|
|
2441
2441
|
email: zod.z.string().email().optional(),
|
|
2442
2442
|
phone: zod.z.string().min(4).optional(),
|
|
2443
2443
|
wallet: zod.z.object({
|
|
@@ -2490,10 +2490,10 @@ var IdentityAppV2Web3JWT = IdentityAppV2BaseJWT.extend({
|
|
|
2490
2490
|
var IdentityAppV2Web2JWT = IdentityAppV2BaseJWT.extend({
|
|
2491
2491
|
flowType: zod.z.literal(FlowType.Values.web2),
|
|
2492
2492
|
/**
|
|
2493
|
-
* @deprecated Fetch the additional user
|
|
2493
|
+
* @deprecated Fetch the additional user information from the services instead of relying on this field
|
|
2494
2494
|
* We only have this field in web2 mode because most of the services are relying on the blockchain address to be present in the JWT
|
|
2495
2495
|
*/
|
|
2496
|
-
|
|
2496
|
+
deprecated_additionalUserInformation: AdditionalUserInformationParams.optional()
|
|
2497
2497
|
});
|
|
2498
2498
|
var IdentityWidgetAccessToken_NEW = zod.z.union([IdentityAppV2Web3JWT, IdentityAppV2Web2JWT]);
|
|
2499
2499
|
var IdentityWidgetSessionToken = zod.z.union([IdentityWidgetAccessToken, IdentityWidgetAccessToken_NEW]);
|
|
@@ -3061,7 +3061,7 @@ exports.ACTIVE_TEZOS_CHAIN_VALUES = ACTIVE_TEZOS_CHAIN_VALUES;
|
|
|
3061
3061
|
exports.ALPHA_2_COUNTRIES = ALPHA_2_COUNTRIES;
|
|
3062
3062
|
exports.ARRAY_OPERATORS = ARRAY_OPERATORS;
|
|
3063
3063
|
exports.AVAILABLE_FLOWS = AVAILABLE_FLOWS;
|
|
3064
|
-
exports.
|
|
3064
|
+
exports.AdditionalUserInformationParams = AdditionalUserInformationParams;
|
|
3065
3065
|
exports.AddressSchema = AddressSchema;
|
|
3066
3066
|
exports.AllCredentialAttributes = AllCredentialAttributes;
|
|
3067
3067
|
exports.AllCredentialValues = AllCredentialValues;
|
package/dist/{identity-api.schema-6a7b64cb.cjs.prod.js → identity-api.schema-d228c39a.cjs.prod.js}
RENAMED
|
@@ -2437,7 +2437,7 @@ var IdentityDocumentOptionsType = zod.z["enum"](IDENTITY_DOCUMENT_OPTIONS);
|
|
|
2437
2437
|
var PERSONAL_INFORMATION_FIELDS = ["EMAIL", "PHONE", "TWITTER", "DISCORD", "TELEGRAM"];
|
|
2438
2438
|
var PersonalInformationFieldsIdentityDocuments = zod.z["enum"](PERSONAL_INFORMATION_FIELDS);
|
|
2439
2439
|
var Identifier = zod.z.union([zod.z.literal("verification"), zod.z.literal("management")]);
|
|
2440
|
-
var
|
|
2440
|
+
var AdditionalUserInformationParams = zod.z.object({
|
|
2441
2441
|
email: zod.z.string().email().optional(),
|
|
2442
2442
|
phone: zod.z.string().min(4).optional(),
|
|
2443
2443
|
wallet: zod.z.object({
|
|
@@ -2490,10 +2490,10 @@ var IdentityAppV2Web3JWT = IdentityAppV2BaseJWT.extend({
|
|
|
2490
2490
|
var IdentityAppV2Web2JWT = IdentityAppV2BaseJWT.extend({
|
|
2491
2491
|
flowType: zod.z.literal(FlowType.Values.web2),
|
|
2492
2492
|
/**
|
|
2493
|
-
* @deprecated Fetch the additional user
|
|
2493
|
+
* @deprecated Fetch the additional user information from the services instead of relying on this field
|
|
2494
2494
|
* We only have this field in web2 mode because most of the services are relying on the blockchain address to be present in the JWT
|
|
2495
2495
|
*/
|
|
2496
|
-
|
|
2496
|
+
deprecated_additionalUserInformation: AdditionalUserInformationParams.optional()
|
|
2497
2497
|
});
|
|
2498
2498
|
var IdentityWidgetAccessToken_NEW = zod.z.union([IdentityAppV2Web3JWT, IdentityAppV2Web2JWT]);
|
|
2499
2499
|
var IdentityWidgetSessionToken = zod.z.union([IdentityWidgetAccessToken, IdentityWidgetAccessToken_NEW]);
|
|
@@ -3061,7 +3061,7 @@ exports.ACTIVE_TEZOS_CHAIN_VALUES = ACTIVE_TEZOS_CHAIN_VALUES;
|
|
|
3061
3061
|
exports.ALPHA_2_COUNTRIES = ALPHA_2_COUNTRIES;
|
|
3062
3062
|
exports.ARRAY_OPERATORS = ARRAY_OPERATORS;
|
|
3063
3063
|
exports.AVAILABLE_FLOWS = AVAILABLE_FLOWS;
|
|
3064
|
-
exports.
|
|
3064
|
+
exports.AdditionalUserInformationParams = AdditionalUserInformationParams;
|
|
3065
3065
|
exports.AddressSchema = AddressSchema;
|
|
3066
3066
|
exports.AllCredentialAttributes = AllCredentialAttributes;
|
|
3067
3067
|
exports.AllCredentialValues = AllCredentialValues;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
6
|
+
var identityApi_schema = require('./identity-api.schema-c0e6e89e.cjs.dev.js');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
|
|
9
9
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
@@ -76,7 +76,7 @@ exports.ACTIVE_TEZOS_CHAIN_VALUES = identityApi_schema.ACTIVE_TEZOS_CHAIN_VALUES
|
|
|
76
76
|
exports.ALPHA_2_COUNTRIES = identityApi_schema.ALPHA_2_COUNTRIES;
|
|
77
77
|
exports.ARRAY_OPERATORS = identityApi_schema.ARRAY_OPERATORS;
|
|
78
78
|
exports.AVAILABLE_FLOWS = identityApi_schema.AVAILABLE_FLOWS;
|
|
79
|
-
exports.
|
|
79
|
+
exports.AdditionalUserInformationParams = identityApi_schema.AdditionalUserInformationParams;
|
|
80
80
|
exports.AddressSchema = identityApi_schema.AddressSchema;
|
|
81
81
|
exports.AllCredentialAttributes = identityApi_schema.AllCredentialAttributes;
|
|
82
82
|
exports.AllCredentialValues = identityApi_schema.AllCredentialValues;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
6
|
+
var identityApi_schema = require('./identity-api.schema-d228c39a.cjs.prod.js');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
|
|
9
9
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
@@ -76,7 +76,7 @@ exports.ACTIVE_TEZOS_CHAIN_VALUES = identityApi_schema.ACTIVE_TEZOS_CHAIN_VALUES
|
|
|
76
76
|
exports.ALPHA_2_COUNTRIES = identityApi_schema.ALPHA_2_COUNTRIES;
|
|
77
77
|
exports.ARRAY_OPERATORS = identityApi_schema.ARRAY_OPERATORS;
|
|
78
78
|
exports.AVAILABLE_FLOWS = identityApi_schema.AVAILABLE_FLOWS;
|
|
79
|
-
exports.
|
|
79
|
+
exports.AdditionalUserInformationParams = identityApi_schema.AdditionalUserInformationParams;
|
|
80
80
|
exports.AddressSchema = identityApi_schema.AddressSchema;
|
|
81
81
|
exports.AllCredentialAttributes = identityApi_schema.AllCredentialAttributes;
|
|
82
82
|
exports.AllCredentialValues = identityApi_schema.AllCredentialValues;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { C as CredentialTypes } from './identity-api.schema-
|
|
3
|
-
export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, aj as ALPHA_2_COUNTRIES, ck as ARRAY_OPERATORS, bb as AVAILABLE_FLOWS, aJ as
|
|
2
|
+
import { C as CredentialTypes } from './identity-api.schema-0c864891.esm.js';
|
|
3
|
+
export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, aj as ALPHA_2_COUNTRIES, ck as ARRAY_OPERATORS, bb as AVAILABLE_FLOWS, aJ as AdditionalUserInformationParams, z as AddressSchema, cf as AllCredentialAttributes, cg as AllCredentialValues, cY as AllScenarioExecutionAuthorizationData, ak as Alpha2Country, au as AppId, I as AptosAddress, J as AptosSignature, cl as ArrayOperator, cb as AuthQrCodeData, bV as AuthSession, c6 as AuthorizationRequestMessage, c9 as AuthorizationResponseMessage, bc as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, cq as BOOLEAN_OPERATORS, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cr as BooleanOperator, 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, bj as ChallengeQueryOperator, bl as ChallengeQueryOperatorToOperator, bi as ChallengeQueryOperators, bm as ChallengeQuerySchema, bW as ChallengeResponse, aV as CloseScreenNotification, bE as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, cW as CreateAuthRequestProps, cF as CreateQueryConfigurationInput, cG as CreateQueryConfigurationResponse, cX as CreateZKProofRequestProps, ca as CredentialQrCodeData, cs as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bd as DataAvailableOnStart, ct as DateOperator, cJ as DeleteQueryConfigurationInput, cK as DeleteQueryConfigurationResponse, 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, bo as ExecuteChallengeQueryConfig, bn as ExecuteChallengeQueryInput, bq as ExecuteChallengeQueryResponse, aO as ExternalClientId, ay as FLOW_TYPES, az as FlowType, G as FunctionCallData, bG as GetCredentialsRequest, bH as GetCredentialsResponse, cS as GetTezosTxAuthDataSignatureResponse, cP as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, b$ as HostMessage, bT as HostRequestMessage, bh as HostResponseMessage, aC as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, aE as IDENTITY_DOCUMENT_OPTIONS, cx as IDInformation, ai as ISO3CountryCode, aI as Identifier, b_ as IdentityAppMessage, aQ as IdentityAppV2Web2JWT, aP as IdentityAppV2Web3JWT, aD as IdentityDocumentCountryListOption, aF as IdentityDocumentOptionsType, ar as IdentityId, c0 as IdentityMessage, b5 as IdentityNotificationMessage, ba as IdentityRequestMessage, bU as IdentityResponseMessage, bY as IdentitySdkMessage, bZ as IdentitySdkMessageWithIdentifier, aK as IdentityWidgetAccessToken, aR as IdentityWidgetAccessToken_NEW, aS as IdentityWidgetSessionToken, b6 as InitialDataRequest, be as InitialDataResponse, b1 as IsVerifiedNotification, bN as IsVerifiedRequest, bO as IsVerifiedResponse, aW as KycCompletionData, aX as KycCompletionNotification, c3 as MediaType, c4 as MediaTypePID, 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, co as NUMERIC_OPERATORS, cE as NonParsedQueryConfiguration, cp as NumericOperator, br as OPAChallengeQuery, b3 as OcvSdkInitialized, aZ as OffChainScenarioExecutionData, cV as OffChainZKP, bt as OffChainZKPRuleResult, bs as OnChainRuleResult, a_ as OnChainScenarioExecutionData, c_ as OnChainZKP, c$ as OnChainZKPFromNexeraID, d1 as OnChainZKPPayload, d0 as OnChainZKPScenarioFromCms, bp as OpaChallengeQueryResponse, ch as Operator, bk as OperatorToChallengeQueryOperator, aL as OrganizationId, _ as P2Signature, aG as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ah as PUBLIC_SERVICES_SCHEMA_MAP, cB as PartialQueryConfigSimplified, aH as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, b2 as PolygonIdInitialized, bJ as PolygonIdRequest, bI as PolygonIdRequestData, bL as PolygonIdResponse, bK as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, cZ as ProjectAuthorizationData, c7 as ProofData, y as PublicKey, cc as QrCodeLinkWithSchemaType, cy as QueryConfig, cA as QueryConfigSimplified, cC as QueryConfigSimplifiedParsed, cD as QueryConfiguration, cM as QueryCredentialType, cL as QueryCredentialTypes, cz as QueryType, c1 as RequiredDataRowSchema, c2 as RequiredVerificationData, bz as RuleEngineResponse, aY as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, d2 as SCENARIO_AUTHORIZATION_STATUSES, cm as STRING_OPERATORS, cu as SUPPORTED_TYPES, aT as ScenarioAuthorizationData, d3 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, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, b4 as StartCompletedNotification, bM as StartFlowRequest, aq as StorageId, w as String0x, cn as StringOperator, cv as SupportedType, cw as SupportedTypes, aw as TestId, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, cQ as TezosTxAuthInput, cR as TezosTxSignatureResponse, b8 as TransactionData, bg as TransactionResponse, cN as TxAuthInput, D as TxHash, cO as TxSignatureResponse, cH as UpdateQueryConfigurationInput, cI as UpdateQueryConfigurationResponse, ae as UuidString, aB as VerificationMode, aA as VerificationModes, at as WalletId, bX as WalletSignResponse, d5 as WalletSignatureData, d4 as WalletSignatureResponse, aN as WorkflowId, aM as WorkspaceId, ci as ZKPOperator, cT as ZKPRequest, cU as ZKPRequestFromZKVerifier, c5 as ZeroKnowledgeProofRequest, c8 as ZeroKnowledgeProofResponse, af as ZodParse, ab as coerceBoolean, am as countryISO2toISO3Mapping, al as countryISO3toISO2Mapping, ap as createBrandedSchemaId, ax as generateId, v as isValidAddress, an as isoCountriesNameFromISO2, cj as operatorDisplayMap, ao as parseISO3CountryCode, cd as parseIden3Message, ce as parseSessionIdFromUrl, H as shortAddress, ag as shortBlockchainAddress } from './identity-api.schema-0c864891.esm.js';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
|
|
6
6
|
var decodeUint8Array = function decodeUint8Array(data) {
|
package/dist/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-c0e6e89e.cjs.dev.js');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-d228c39a.cjs.prod.js');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { ck as ARRAY_OPERATORS, bb as AVAILABLE_FLOWS, cf as AllCredentialAttributes, cg as AllCredentialValues, cY as AllScenarioExecutionAuthorizationData, cl as ArrayOperator, cb as AuthQrCodeData, bV as AuthSession, c6 as AuthorizationRequestMessage, c9 as AuthorizationResponseMessage, bc as AvailableFlow, cq as BOOLEAN_OPERATORS, cr as BooleanOperator, bj as ChallengeQueryOperator, bl as ChallengeQueryOperatorToOperator, bi as ChallengeQueryOperators, bm as ChallengeQuerySchema, bW as ChallengeResponse, aV as CloseScreenNotification, bE as ComplianceImplementationStepsInput, cW as CreateAuthRequestProps, cF as CreateQueryConfigurationInput, cG as CreateQueryConfigurationResponse, cX as CreateZKProofRequestProps, ca as CredentialQrCodeData, cs as DATE_OPERATORS, bd as DataAvailableOnStart, ct as DateOperator, cJ as DeleteQueryConfigurationInput, cK as DeleteQueryConfigurationResponse, bo as ExecuteChallengeQueryConfig, bn as ExecuteChallengeQueryInput, bq as ExecuteChallengeQueryResponse, bG as GetCredentialsRequest, bH as GetCredentialsResponse, cS as GetTezosTxAuthDataSignatureResponse, cP as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, b$ as HostMessage, bT as HostRequestMessage, bh as HostResponseMessage, cx as IDInformation, b_ as IdentityAppMessage, c0 as IdentityMessage, b5 as IdentityNotificationMessage, ba as IdentityRequestMessage, bU as IdentityResponseMessage, bY as IdentitySdkMessage, bZ as IdentitySdkMessageWithIdentifier, b6 as InitialDataRequest, be as InitialDataResponse, b1 as IsVerifiedNotification, bN as IsVerifiedRequest, bO as IsVerifiedResponse, aW as KycCompletionData, aX as KycCompletionNotification, c3 as MediaType, c4 as MediaTypePID, co as NUMERIC_OPERATORS, cE as NonParsedQueryConfiguration, cp as NumericOperator, br as OPAChallengeQuery, b3 as OcvSdkInitialized, aZ as OffChainScenarioExecutionData, cV as OffChainZKP, bt as OffChainZKPRuleResult, bs as OnChainRuleResult, a_ as OnChainScenarioExecutionData, c_ as OnChainZKP, c$ as OnChainZKPFromNexeraID, d1 as OnChainZKPPayload, d0 as OnChainZKPScenarioFromCms, bp as OpaChallengeQueryResponse, ch as Operator, bk as OperatorToChallengeQueryOperator, cB as PartialQueryConfigSimplified, b2 as PolygonIdInitialized, bJ as PolygonIdRequest, bI as PolygonIdRequestData, bL as PolygonIdResponse, bK as PolygonIdResponseData, cZ as ProjectAuthorizationData, c7 as ProofData, cc as QrCodeLinkWithSchemaType, cy as QueryConfig, cA as QueryConfigSimplified, cC as QueryConfigSimplifiedParsed, cD as QueryConfiguration, cM as QueryCredentialType, cL as QueryCredentialTypes, cz as QueryType, c1 as RequiredDataRowSchema, c2 as RequiredVerificationData, bz as RuleEngineResponse, aY as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, d2 as SCENARIO_AUTHORIZATION_STATUSES, cm as STRING_OPERATORS, cu as SUPPORTED_TYPES, aT as ScenarioAuthorizationData, d3 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, cn as StringOperator, cv as SupportedType, cw as SupportedTypes, cQ as TezosTxAuthInput, cR as TezosTxSignatureResponse, b8 as TransactionData, bg as TransactionResponse, cN as TxAuthInput, cO as TxSignatureResponse, cH as UpdateQueryConfigurationInput, cI as UpdateQueryConfigurationResponse, bX as WalletSignResponse, d5 as WalletSignatureData, d4 as WalletSignatureResponse, ci as ZKPOperator, cT as ZKPRequest, cU as ZKPRequestFromZKVerifier, c5 as ZeroKnowledgeProofRequest, c8 as ZeroKnowledgeProofResponse, cj as operatorDisplayMap, cd as parseIden3Message, ce as parseSessionIdFromUrl } from '../../dist/identity-api.schema-
|
|
1
|
+
export { ck as ARRAY_OPERATORS, bb as AVAILABLE_FLOWS, cf as AllCredentialAttributes, cg as AllCredentialValues, cY as AllScenarioExecutionAuthorizationData, cl as ArrayOperator, cb as AuthQrCodeData, bV as AuthSession, c6 as AuthorizationRequestMessage, c9 as AuthorizationResponseMessage, bc as AvailableFlow, cq as BOOLEAN_OPERATORS, cr as BooleanOperator, bj as ChallengeQueryOperator, bl as ChallengeQueryOperatorToOperator, bi as ChallengeQueryOperators, bm as ChallengeQuerySchema, bW as ChallengeResponse, aV as CloseScreenNotification, bE as ComplianceImplementationStepsInput, cW as CreateAuthRequestProps, cF as CreateQueryConfigurationInput, cG as CreateQueryConfigurationResponse, cX as CreateZKProofRequestProps, ca as CredentialQrCodeData, cs as DATE_OPERATORS, bd as DataAvailableOnStart, ct as DateOperator, cJ as DeleteQueryConfigurationInput, cK as DeleteQueryConfigurationResponse, bo as ExecuteChallengeQueryConfig, bn as ExecuteChallengeQueryInput, bq as ExecuteChallengeQueryResponse, bG as GetCredentialsRequest, bH as GetCredentialsResponse, cS as GetTezosTxAuthDataSignatureResponse, cP as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, b$ as HostMessage, bT as HostRequestMessage, bh as HostResponseMessage, cx as IDInformation, b_ as IdentityAppMessage, c0 as IdentityMessage, b5 as IdentityNotificationMessage, ba as IdentityRequestMessage, bU as IdentityResponseMessage, bY as IdentitySdkMessage, bZ as IdentitySdkMessageWithIdentifier, b6 as InitialDataRequest, be as InitialDataResponse, b1 as IsVerifiedNotification, bN as IsVerifiedRequest, bO as IsVerifiedResponse, aW as KycCompletionData, aX as KycCompletionNotification, c3 as MediaType, c4 as MediaTypePID, co as NUMERIC_OPERATORS, cE as NonParsedQueryConfiguration, cp as NumericOperator, br as OPAChallengeQuery, b3 as OcvSdkInitialized, aZ as OffChainScenarioExecutionData, cV as OffChainZKP, bt as OffChainZKPRuleResult, bs as OnChainRuleResult, a_ as OnChainScenarioExecutionData, c_ as OnChainZKP, c$ as OnChainZKPFromNexeraID, d1 as OnChainZKPPayload, d0 as OnChainZKPScenarioFromCms, bp as OpaChallengeQueryResponse, ch as Operator, bk as OperatorToChallengeQueryOperator, cB as PartialQueryConfigSimplified, b2 as PolygonIdInitialized, bJ as PolygonIdRequest, bI as PolygonIdRequestData, bL as PolygonIdResponse, bK as PolygonIdResponseData, cZ as ProjectAuthorizationData, c7 as ProofData, cc as QrCodeLinkWithSchemaType, cy as QueryConfig, cA as QueryConfigSimplified, cC as QueryConfigSimplifiedParsed, cD as QueryConfiguration, cM as QueryCredentialType, cL as QueryCredentialTypes, cz as QueryType, c1 as RequiredDataRowSchema, c2 as RequiredVerificationData, bz as RuleEngineResponse, aY as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, d2 as SCENARIO_AUTHORIZATION_STATUSES, cm as STRING_OPERATORS, cu as SUPPORTED_TYPES, aT as ScenarioAuthorizationData, d3 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, cn as StringOperator, cv as SupportedType, cw as SupportedTypes, cQ as TezosTxAuthInput, cR as TezosTxSignatureResponse, b8 as TransactionData, bg as TransactionResponse, cN as TxAuthInput, cO as TxSignatureResponse, cH as UpdateQueryConfigurationInput, cI as UpdateQueryConfigurationResponse, bX as WalletSignResponse, d5 as WalletSignatureData, d4 as WalletSignatureResponse, ci as ZKPOperator, cT as ZKPRequest, cU as ZKPRequestFromZKVerifier, c5 as ZeroKnowledgeProofRequest, c8 as ZeroKnowledgeProofResponse, cj as operatorDisplayMap, cd as parseIden3Message, ce as parseSessionIdFromUrl } from '../../dist/identity-api.schema-0c864891.esm.js';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import 'nanoid';
|
package/package.json
CHANGED
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-c0e6e89e.cjs.dev.js');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-d228c39a.cjs.prod.js');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { cv as SupportedType, d6 as _toConsumableArray, ck as ARRAY_OPERATORS, cq as BOOLEAN_OPERATORS, co as NUMERIC_OPERATORS, cm as STRING_OPERATORS } from '../../dist/identity-api.schema-
|
|
2
|
-
export { ak as Alpha2Country, ds as CredentialMediaType, dm as CredentialNames, dl as CredentialSchemas, dq as CredentialType, C as CredentialTypes, dk as GenericVerifiableCredentialSchema, d7 as ID3CredentialSubjectSchema, dh as IDImageCredentialSubjectSchema, dg as IDInformationCredentialSubjectSchema, d8 as IDScanCredentialSubjectSchema, d9 as IDScanPassportCredentialSubjectSchema, da as IDScanSelfieCredentialSubjectSchema, ai as ISO3CountryCode, dn as NexeraCredentialType, df as OLD_AMLScreeningsResultsCredentialSubjectSchema, db as OLD_IDImageCredentialSubjectSchema, dc as OLD_IDInformationCredentialSubjectSchema, dd as OLD_ProofOfResidenceCredentialSubjectSchema, de as OLD_SelfieImageCredentialSubjectSchema, dj as ProofOfResidenceCredentialSubjectSchema, di as SelfieImageCredentialSubjectSchema, dr as VerifiableCredential, al as countryISO3toISO2Mapping, dp as getCredentialName, an as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-
|
|
1
|
+
import { cv as SupportedType, d6 as _toConsumableArray, ck as ARRAY_OPERATORS, cq as BOOLEAN_OPERATORS, co as NUMERIC_OPERATORS, cm as STRING_OPERATORS } from '../../dist/identity-api.schema-0c864891.esm.js';
|
|
2
|
+
export { ak as Alpha2Country, ds as CredentialMediaType, dm as CredentialNames, dl as CredentialSchemas, dq as CredentialType, C as CredentialTypes, dk as GenericVerifiableCredentialSchema, d7 as ID3CredentialSubjectSchema, dh as IDImageCredentialSubjectSchema, dg as IDInformationCredentialSubjectSchema, d8 as IDScanCredentialSubjectSchema, d9 as IDScanPassportCredentialSubjectSchema, da as IDScanSelfieCredentialSubjectSchema, ai as ISO3CountryCode, dn as NexeraCredentialType, df as OLD_AMLScreeningsResultsCredentialSubjectSchema, db as OLD_IDImageCredentialSubjectSchema, dc as OLD_IDInformationCredentialSubjectSchema, dd as OLD_ProofOfResidenceCredentialSubjectSchema, de as OLD_SelfieImageCredentialSubjectSchema, dj as ProofOfResidenceCredentialSubjectSchema, di as SelfieImageCredentialSubjectSchema, dr as VerifiableCredential, al as countryISO3toISO2Mapping, dp as getCredentialName, an as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-0c864891.esm.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
|