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

@nexeraprotocol/nexera-id-schemas

Package Overview
Dependencies
Maintainers
1
Versions
385
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexeraprotocol/nexera-id-schemas - npm Package Compare versions

Comparing version 1.8.22 to 1.8.23

compliance/authorization/dist/nexeraprotocol-nexera-id-schemas-compliance-authorization.cjs.d.ts

5

api/dist/nexeraprotocol-nexera-id-schemas-api.cjs.dev.js
'use strict';
var zod = require('zod');
var settings = require('../../dist/settings-1a1ecae3.cjs.dev.js');
var settings = require('../../dist/settings-9765c26b.cjs.dev.js');
require('../../dist/general-vc-typing-74755333.cjs.dev.js');

@@ -10,2 +10,3 @@ require('../../compliance/execute-challenge-query/dist/nexeraprotocol-nexera-id-schemas-compliance-execute-challenge-query.cjs.dev.js');

require('../../dist/defineProperty-8f808276.cjs.dev.js');
require('../../compliance/authorization/dist/nexeraprotocol-nexera-id-schemas-compliance-authorization.cjs.dev.js');

@@ -17,2 +18,3 @@ /**

var CmsSessionData = zod.z.object({
projectApiKey: zod.z.string().describe("Customer project token, stored in CMS"),
projectId: zod.z.string().describe("The ID of the project"),

@@ -28,3 +30,2 @@ organizationId: zod.z.string().describe("The ID of the organization"),

requestType: zod.z["enum"](["kyc", "project", "anonymous"]).describe("The type of request this session is for"),
projectApiKey: zod.z.string().optional().describe("Customer project token, retrieved from the CMS / Dashboard"),
kyc: zod.z.object({

@@ -31,0 +32,0 @@ sessionToken: zod.z.string().describe("KYC session token"),

'use strict';
var zod = require('zod');
var settings = require('../../dist/settings-54f91b99.cjs.prod.js');
var settings = require('../../dist/settings-79e850a7.cjs.prod.js');
require('../../dist/general-vc-typing-74755333.cjs.prod.js');

@@ -10,2 +10,3 @@ require('../../compliance/execute-challenge-query/dist/nexeraprotocol-nexera-id-schemas-compliance-execute-challenge-query.cjs.prod.js');

require('../../dist/defineProperty-8f808276.cjs.prod.js');
require('../../compliance/authorization/dist/nexeraprotocol-nexera-id-schemas-compliance-authorization.cjs.prod.js');

@@ -17,2 +18,3 @@ /**

var CmsSessionData = zod.z.object({
projectApiKey: zod.z.string().describe("Customer project token, stored in CMS"),
projectId: zod.z.string().describe("The ID of the project"),

@@ -28,3 +30,2 @@ organizationId: zod.z.string().describe("The ID of the organization"),

requestType: zod.z["enum"](["kyc", "project", "anonymous"]).describe("The type of request this session is for"),
projectApiKey: zod.z.string().optional().describe("Customer project token, retrieved from the CMS / Dashboard"),
kyc: zod.z.object({

@@ -31,0 +32,0 @@ sessionToken: zod.z.string().describe("KYC session token"),

import { z } from 'zod';
import { V as VerificationMode, G as GbgConfig, A as AddressSchema } from '../../dist/settings-220f9710.esm.js';
import { V as VerificationMode, G as GbgConfig, A as AddressSchema } from '../../dist/settings-d4d6d399.esm.js';
import '../../dist/general-vc-typing-f5d75fe9.esm.js';

@@ -8,2 +8,3 @@ import '../../compliance/execute-challenge-query/dist/nexeraprotocol-nexera-id-schemas-compliance-execute-challenge-query.esm.js';

import '../../dist/defineProperty-323b1731.esm.js';
import '../../compliance/authorization/dist/nexeraprotocol-nexera-id-schemas-compliance-authorization.esm.js';

@@ -15,2 +16,3 @@ /**

var CmsSessionData = z.object({
projectApiKey: z.string().describe("Customer project token, stored in CMS"),
projectId: z.string().describe("The ID of the project"),

@@ -26,3 +28,2 @@ organizationId: z.string().describe("The ID of the organization"),

requestType: z["enum"](["kyc", "project", "anonymous"]).describe("The type of request this session is for"),
projectApiKey: z.string().optional().describe("Customer project token, retrieved from the CMS / Dashboard"),
kyc: z.object({

@@ -29,0 +30,0 @@ sessionToken: z.string().describe("KYC session token"),

9

compliance/execute-challenge-query/dist/nexeraprotocol-nexera-id-schemas-compliance-execute-challenge-query.cjs.dev.js
'use strict';
var zod = require('zod');
var compliance_authorization_dist_nexeraprotocolNexeraIdSchemasComplianceAuthorization = require('../../authorization/dist/nexeraprotocol-nexera-id-schemas-compliance-authorization.cjs.dev.js');
var generalVcTyping = require('../../../dist/general-vc-typing-74755333.cjs.dev.js');

@@ -40,10 +41,6 @@

input: ExecuteChallengeQueryInput,
session: zod.z.object({
authorization: zod.z.string(),
projectId: zod.z.string(),
organizationId: zod.z.string()
}),
storeSharedVC: zod.z["boolean"](),
executionId: zod.z.string(),
internalCall: zod.z["boolean"]().optional()
session: compliance_authorization_dist_nexeraprotocolNexeraIdSchemasComplianceAuthorization.AuthorizationConfig.shape.session,
internalCall: compliance_authorization_dist_nexeraprotocolNexeraIdSchemasComplianceAuthorization.AuthorizationConfig.shape.internalCall
});

@@ -50,0 +47,0 @@ var ExecuteChallengeQueryResponse = zod.z.object({

'use strict';
var zod = require('zod');
var compliance_authorization_dist_nexeraprotocolNexeraIdSchemasComplianceAuthorization = require('../../authorization/dist/nexeraprotocol-nexera-id-schemas-compliance-authorization.cjs.prod.js');
var generalVcTyping = require('../../../dist/general-vc-typing-74755333.cjs.prod.js');

@@ -40,10 +41,6 @@

input: ExecuteChallengeQueryInput,
session: zod.z.object({
authorization: zod.z.string(),
projectId: zod.z.string(),
organizationId: zod.z.string()
}),
storeSharedVC: zod.z["boolean"](),
executionId: zod.z.string(),
internalCall: zod.z["boolean"]().optional()
session: compliance_authorization_dist_nexeraprotocolNexeraIdSchemasComplianceAuthorization.AuthorizationConfig.shape.session,
internalCall: compliance_authorization_dist_nexeraprotocolNexeraIdSchemasComplianceAuthorization.AuthorizationConfig.shape.internalCall
});

@@ -50,0 +47,0 @@ var ExecuteChallengeQueryResponse = zod.z.object({

import { z } from 'zod';
import { AuthorizationConfig } from '../../authorization/dist/nexeraprotocol-nexera-id-schemas-compliance-authorization.esm.js';
import { G as GenericVerifiableCredentialSchema } from '../../../dist/general-vc-typing-f5d75fe9.esm.js';

@@ -38,10 +39,6 @@

input: ExecuteChallengeQueryInput,
session: z.object({
authorization: z.string(),
projectId: z.string(),
organizationId: z.string()
}),
storeSharedVC: z["boolean"](),
executionId: z.string(),
internalCall: z["boolean"]().optional()
session: AuthorizationConfig.shape.session,
internalCall: AuthorizationConfig.shape.internalCall
});

@@ -48,0 +45,0 @@ var ExecuteChallengeQueryResponse = z.object({

@@ -5,2 +5,3 @@ 'use strict';

var zod = require('zod');
var compliance_authorization_dist_nexeraprotocolNexeraIdSchemasComplianceAuthorization = require('../../authorization/dist/nexeraprotocol-nexera-id-schemas-compliance-authorization.cjs.dev.js');
var generalVcTyping = require('../../../dist/general-vc-typing-74755333.cjs.dev.js');

@@ -30,10 +31,6 @@

input: ScenarioExecutionInputSchema,
session: zod.z.object({
authorization: zod.z.string(),
projectId: zod.z.string(),
organizationId: zod.z.string()
}),
storeSharedVC: zod.z["boolean"](),
executionId: zod.z.string(),
internalCall: zod.z["boolean"]().optional()
session: compliance_authorization_dist_nexeraprotocolNexeraIdSchemasComplianceAuthorization.AuthorizationConfig.shape.session,
internalCall: compliance_authorization_dist_nexeraprotocolNexeraIdSchemasComplianceAuthorization.AuthorizationConfig.shape.internalCall
});

@@ -40,0 +37,0 @@ var RuleResultStatuses = ["valid", "not-valid", "error", "unknown"];

@@ -5,2 +5,3 @@ 'use strict';

var zod = require('zod');
var compliance_authorization_dist_nexeraprotocolNexeraIdSchemasComplianceAuthorization = require('../../authorization/dist/nexeraprotocol-nexera-id-schemas-compliance-authorization.cjs.prod.js');
var generalVcTyping = require('../../../dist/general-vc-typing-74755333.cjs.prod.js');

@@ -30,10 +31,6 @@

input: ScenarioExecutionInputSchema,
session: zod.z.object({
authorization: zod.z.string(),
projectId: zod.z.string(),
organizationId: zod.z.string()
}),
storeSharedVC: zod.z["boolean"](),
executionId: zod.z.string(),
internalCall: zod.z["boolean"]().optional()
session: compliance_authorization_dist_nexeraprotocolNexeraIdSchemasComplianceAuthorization.AuthorizationConfig.shape.session,
internalCall: compliance_authorization_dist_nexeraprotocolNexeraIdSchemasComplianceAuthorization.AuthorizationConfig.shape.internalCall
});

@@ -40,0 +37,0 @@ var RuleResultStatuses = ["valid", "not-valid", "error", "unknown"];

import { _ as _defineProperty } from '../../../dist/defineProperty-323b1731.esm.js';
import { z } from 'zod';
import { AuthorizationConfig } from '../../authorization/dist/nexeraprotocol-nexera-id-schemas-compliance-authorization.esm.js';
import { G as GenericVerifiableCredentialSchema } from '../../../dist/general-vc-typing-f5d75fe9.esm.js';

@@ -27,10 +28,6 @@

input: ScenarioExecutionInputSchema,
session: z.object({
authorization: z.string(),
projectId: z.string(),
organizationId: z.string()
}),
storeSharedVC: z["boolean"](),
executionId: z.string(),
internalCall: z["boolean"]().optional()
session: AuthorizationConfig.shape.session,
internalCall: AuthorizationConfig.shape.internalCall
});

@@ -37,0 +34,0 @@ var RuleResultStatuses = ["valid", "not-valid", "error", "unknown"];

@@ -7,2 +7,3 @@ import { z } from "zod";

export declare const CmsSessionData: z.ZodObject<{
projectApiKey: z.ZodString;
projectId: z.ZodString;

@@ -30,2 +31,3 @@ organizationId: z.ZodString;

}, "strip", z.ZodTypeAny, {
projectApiKey: string;
projectId: string;

@@ -43,2 +45,3 @@ organizationId: string;

}, {
projectApiKey: string;
projectId: string;

@@ -59,3 +62,2 @@ organizationId: string;

requestType: z.ZodEnum<["kyc", "project", "anonymous"]>;
projectApiKey: z.ZodOptional<z.ZodString>;
kyc: z.ZodOptional<z.ZodObject<{

@@ -72,2 +74,3 @@ sessionToken: z.ZodString;

cmsInfo: z.ZodOptional<z.ZodObject<{
projectApiKey: z.ZodString;
projectId: z.ZodString;

@@ -95,2 +98,3 @@ organizationId: z.ZodString;

}, "strip", z.ZodTypeAny, {
projectApiKey: string;
projectId: string;

@@ -108,2 +112,3 @@ organizationId: string;

}, {
projectApiKey: string;
projectId: string;

@@ -124,3 +129,2 @@ organizationId: string;

requestType: "kyc" | "project" | "anonymous";
projectApiKey?: string | undefined;
kyc?: {

@@ -131,2 +135,3 @@ sessionToken: string;

cmsInfo?: {
projectApiKey: string;
projectId: string;

@@ -147,3 +152,2 @@ organizationId: string;

requestType: "kyc" | "project" | "anonymous";
projectApiKey?: string | undefined;
kyc?: {

@@ -154,2 +158,3 @@ sessionToken: string;

cmsInfo?: {
projectApiKey: string;
projectId: string;

@@ -156,0 +161,0 @@ organizationId: string;

@@ -232,2 +232,4 @@ import { z } from "zod";

}>;
storeSharedVC: z.ZodBoolean;
executionId: z.ZodString;
session: z.ZodObject<{

@@ -246,7 +248,10 @@ authorization: z.ZodString;

}>;
storeSharedVC: z.ZodBoolean;
executionId: z.ZodString;
internalCall: z.ZodOptional<z.ZodBoolean>;
}, "strip", z.ZodTypeAny, {
storeSharedVC: boolean;
session: {
projectId: string;
organizationId: string;
authorization: string;
};
executionId: string;

@@ -270,2 +275,5 @@ input: {

};
internalCall?: boolean | undefined;
}, {
storeSharedVC: boolean;
session: {

@@ -276,5 +284,2 @@ projectId: string;

};
internalCall?: boolean | undefined;
}, {
storeSharedVC: boolean;
executionId: string;

@@ -298,7 +303,2 @@ input: {

};
session: {
projectId: string;
organizationId: string;
authorization: string;
};
internalCall?: boolean | undefined;

@@ -305,0 +305,0 @@ }>;

@@ -112,2 +112,4 @@ import { z } from "zod";

}>;
storeSharedVC: z.ZodBoolean;
executionId: z.ZodString;
session: z.ZodObject<{

@@ -126,7 +128,10 @@ authorization: z.ZodString;

}>;
storeSharedVC: z.ZodBoolean;
executionId: z.ZodString;
internalCall: z.ZodOptional<z.ZodBoolean>;
}, "strip", z.ZodTypeAny, {
storeSharedVC: boolean;
session: {
projectId: string;
organizationId: string;
authorization: string;
};
executionId: string;

@@ -141,2 +146,5 @@ input: {

};
internalCall?: boolean | undefined;
}, {
storeSharedVC: boolean;
session: {

@@ -147,5 +155,2 @@ projectId: string;

};
internalCall?: boolean | undefined;
}, {
storeSharedVC: boolean;
executionId: string;

@@ -160,7 +165,2 @@ input: {

};
session: {
projectId: string;
organizationId: string;
authorization: string;
};
internalCall?: boolean | undefined;

@@ -167,0 +167,0 @@ }>;

@@ -6,6 +6,4 @@ import { z } from "zod";

export type Address = z.infer<typeof AddressSchema>;
export declare const MNftIdSchema: z.ZodOptional<z.ZodString>;
export type MNftId = z.infer<typeof MNftIdSchema>;
export declare const WagmiAddressSchema: z.ZodEffects<z.ZodType<`0x${string}`, z.ZodTypeDef, `0x${string}`>, string, `0x${string}`>;
export type WagmiAddress = `0x${string}`;
export declare const MNftId: z.ZodOptional<z.ZodString>;
export type MNftId = z.infer<typeof MNftId>;
export declare const Subgraphs: readonly ["identity_diamond", "compliance_property_manager", "meta_property_registry", "meta_token", "wrapper"];

@@ -12,0 +10,0 @@ export type Subgraph = (typeof Subgraphs)[number];

'use strict';
var settings = require('./settings-1a1ecae3.cjs.dev.js');
var settings = require('./settings-9765c26b.cjs.dev.js');
var generalVcTyping = require('./general-vc-typing-74755333.cjs.dev.js');

@@ -10,2 +10,3 @@ var compliance_executeChallengeQuery_dist_nexeraprotocolNexeraIdSchemasComplianceExecuteChallengeQuery = require('../compliance/execute-challenge-query/dist/nexeraprotocol-nexera-id-schemas-compliance-execute-challenge-query.cjs.dev.js');

require('./defineProperty-8f808276.cjs.dev.js');
require('../compliance/authorization/dist/nexeraprotocol-nexera-id-schemas-compliance-authorization.cjs.dev.js');

@@ -105,3 +106,3 @@ var envToBranch = function envToBranch(env) {

exports.KycCompletionNotification = settings.KycCompletionNotification;
exports.MNftIdSchema = settings.MNftIdSchema;
exports.MNftId = settings.MNftId;
exports.NEXERA_CHAINS = settings.NEXERA_CHAINS;

@@ -146,3 +147,2 @@ exports.NEXERA_CHAIN_NAMES = settings.NEXERA_CHAIN_NAMES;

exports.VerificationModes = settings.VerificationModes;
exports.WagmiAddressSchema = settings.WagmiAddressSchema;
exports.coerceBoolean = settings.coerceBoolean;

@@ -149,0 +149,0 @@ exports.isValidAddress = settings.isValidAddress;

'use strict';
var settings = require('./settings-54f91b99.cjs.prod.js');
var settings = require('./settings-79e850a7.cjs.prod.js');
var generalVcTyping = require('./general-vc-typing-74755333.cjs.prod.js');

@@ -10,2 +10,3 @@ var compliance_executeChallengeQuery_dist_nexeraprotocolNexeraIdSchemasComplianceExecuteChallengeQuery = require('../compliance/execute-challenge-query/dist/nexeraprotocol-nexera-id-schemas-compliance-execute-challenge-query.cjs.prod.js');

require('./defineProperty-8f808276.cjs.prod.js');
require('../compliance/authorization/dist/nexeraprotocol-nexera-id-schemas-compliance-authorization.cjs.prod.js');

@@ -105,3 +106,3 @@ var envToBranch = function envToBranch(env) {

exports.KycCompletionNotification = settings.KycCompletionNotification;
exports.MNftIdSchema = settings.MNftIdSchema;
exports.MNftId = settings.MNftId;
exports.NEXERA_CHAINS = settings.NEXERA_CHAINS;

@@ -146,3 +147,2 @@ exports.NEXERA_CHAIN_NAMES = settings.NEXERA_CHAIN_NAMES;

exports.VerificationModes = settings.VerificationModes;
exports.WagmiAddressSchema = settings.WagmiAddressSchema;
exports.coerceBoolean = settings.coerceBoolean;

@@ -149,0 +149,0 @@ exports.isValidAddress = settings.isValidAddress;

@@ -1,2 +0,2 @@

export { ab as ANALYSIS_TYPES, d as AVAILABLE_FLOWS, aL as Address0xSchema, A as AddressSchema, a5 as AliasesSchema, a4 as AliasesStringSchema, ac as AnalysisType, B as ApplicantAuthorizationRequest, N as AuthAccessToken, X as AuthenticateSPResultSchema, aA as AuthorizationData, e as AvailableFlow, af as BLOCKCHAIN_TYPES, am as BirthdaySchema, ag as Blockchain, aH as ChainIdNumberSchema, aG as ChainIdSchema, aI as ChainIdStringSchema, C as CloseScreenNotification, ah as Coin, ay as CreateAuthRequestProps, az as CreateZKProofRequestProps, ax as CredentialSubjectsUnion, D as DataAvailableOnStart, t as DownloadableKycSchema, al as EmailAddressSchema, E as EncryptedKycKey, r as EncryptedVerifiableCredentialDataSchema, s as EncryptedVerifiableCredentialSchema, aJ as EnvironmentSchema, a1 as ExtractedFieldSchema, a8 as FullGBGScanResponseSimpleSchema, Y as GBGAuthenticateSPDataSchema, aa as GBGID3DataSchema, $ as GBGPepIntelligenceDataSchema, a6 as GBGPersonalDetailsSchema, U as GBGSanctionsEnforcementsDataSchema, a9 as GBGScanResponseCompleteSchema, a7 as GBGScanResponseSimpleSchema, G as GbgConfig, i as GetCredentialsRequest, j as GetCredentialsResponse, a2 as GlobalSanctionsAddressSchema, x as HostMessage, p as HostRequestMessage, H as HostResponseMessage, av as ID3, aw as IDScan, M as Identifier, y as IdentityMessage, I as IdentityNotificationMessage, c as IdentityRequestMessage, q as IdentityResponseMessage, b as InitialDataRequest, f as InitialDataResponse, O as IntegerOrArrayOfIntegerSchema, au as KYCAgeCredential, K as KycCompletionData, a as KycCompletionNotification, aM as MNftIdSchema, aC as NEXERA_CHAINS, aE as NEXERA_CHAIN_NAMES, aD as NEXERA_CHAIN_RELAYERS, aF as NEXERA_CHAIN_VALUES, aB as NEXERA_RELAYERS, ad as OBJECT_TYPES, ae as ObjectType, at as OperatorEnum, ao as OriginalPersonalDetailsSchema, _ as PepIntelligenceResultSchema, ar as PersonalDataSchema, an as PersonalDetailFieldSchema, ap as PersonalDetailsSchema, P as PolygonIdInitialized, l as PolygonIdRequest, k as PolygonIdRequestData, n as PolygonIdResponse, m as PolygonIdResponseData, L as ProjectData, aq as ProofOfResidenceSchema, R as RequiredCredentials, ai as RiskSeverity, Q as SanctionsBodiesSchema, T as SanctionsEnforcementsResultSchema, J as Scenario, F as ScorechainConfig, ak as ScoringAnalysisRequest, aj as ScoringAnalysisResponse, S as SignatureRequest, g as SignatureResponse, h as SimplifiedCredential, o as StartFlowRequest, a3 as StringOrArrayOfStringSchema, aO as Subgraphs, u as SumsubApplicantAddressSchema, v as SumsubApplicantInfoSchema, w as SumsubApplicationDataSchema, V as VerificationMode, z as VerificationModes, aN as WagmiAddressSchema, aP as coerceBoolean, aK as isValidAddress, Z as parseGBGAuthenticateSPData, a0 as parseGBGPepIntelligence, W as parseGBGSanctionsEnforcement, as as stringifyAndSortPersonalData } from './settings-220f9710.esm.js';
export { ab as ANALYSIS_TYPES, d as AVAILABLE_FLOWS, aL as Address0xSchema, A as AddressSchema, a5 as AliasesSchema, a4 as AliasesStringSchema, ac as AnalysisType, B as ApplicantAuthorizationRequest, N as AuthAccessToken, X as AuthenticateSPResultSchema, aA as AuthorizationData, e as AvailableFlow, af as BLOCKCHAIN_TYPES, am as BirthdaySchema, ag as Blockchain, aH as ChainIdNumberSchema, aG as ChainIdSchema, aI as ChainIdStringSchema, C as CloseScreenNotification, ah as Coin, ay as CreateAuthRequestProps, az as CreateZKProofRequestProps, ax as CredentialSubjectsUnion, D as DataAvailableOnStart, t as DownloadableKycSchema, al as EmailAddressSchema, E as EncryptedKycKey, r as EncryptedVerifiableCredentialDataSchema, s as EncryptedVerifiableCredentialSchema, aJ as EnvironmentSchema, a1 as ExtractedFieldSchema, a8 as FullGBGScanResponseSimpleSchema, Y as GBGAuthenticateSPDataSchema, aa as GBGID3DataSchema, $ as GBGPepIntelligenceDataSchema, a6 as GBGPersonalDetailsSchema, U as GBGSanctionsEnforcementsDataSchema, a9 as GBGScanResponseCompleteSchema, a7 as GBGScanResponseSimpleSchema, G as GbgConfig, i as GetCredentialsRequest, j as GetCredentialsResponse, a2 as GlobalSanctionsAddressSchema, x as HostMessage, p as HostRequestMessage, H as HostResponseMessage, av as ID3, aw as IDScan, M as Identifier, y as IdentityMessage, I as IdentityNotificationMessage, c as IdentityRequestMessage, q as IdentityResponseMessage, b as InitialDataRequest, f as InitialDataResponse, O as IntegerOrArrayOfIntegerSchema, au as KYCAgeCredential, K as KycCompletionData, a as KycCompletionNotification, aM as MNftId, aC as NEXERA_CHAINS, aE as NEXERA_CHAIN_NAMES, aD as NEXERA_CHAIN_RELAYERS, aF as NEXERA_CHAIN_VALUES, aB as NEXERA_RELAYERS, ad as OBJECT_TYPES, ae as ObjectType, at as OperatorEnum, ao as OriginalPersonalDetailsSchema, _ as PepIntelligenceResultSchema, ar as PersonalDataSchema, an as PersonalDetailFieldSchema, ap as PersonalDetailsSchema, P as PolygonIdInitialized, l as PolygonIdRequest, k as PolygonIdRequestData, n as PolygonIdResponse, m as PolygonIdResponseData, L as ProjectData, aq as ProofOfResidenceSchema, R as RequiredCredentials, ai as RiskSeverity, Q as SanctionsBodiesSchema, T as SanctionsEnforcementsResultSchema, J as Scenario, F as ScorechainConfig, ak as ScoringAnalysisRequest, aj as ScoringAnalysisResponse, S as SignatureRequest, g as SignatureResponse, h as SimplifiedCredential, o as StartFlowRequest, a3 as StringOrArrayOfStringSchema, aN as Subgraphs, u as SumsubApplicantAddressSchema, v as SumsubApplicantInfoSchema, w as SumsubApplicationDataSchema, V as VerificationMode, z as VerificationModes, aO as coerceBoolean, aK as isValidAddress, Z as parseGBGAuthenticateSPData, a0 as parseGBGPepIntelligence, W as parseGBGSanctionsEnforcement, as as stringifyAndSortPersonalData } from './settings-d4d6d399.esm.js';
export { C as CredentialSchemas, b as CredentialType, a as CredentialTypes, G as GenericVerifiableCredentialSchema, I as ID3CredentialSubjectSchema, c as IDScanCredentialSubjectSchema, d as IDScanPassportCredentialSubjectSchema, e as IDScanSelfieCredentialSubjectSchema, K as KYCAgeCredentialSubjectSchema, P as ProofOfResidenceCredentialSubjectSchema, V as VerifiableCredential, r as removeEmptyAttributes } from './general-vc-typing-f5d75fe9.esm.js';

@@ -8,2 +8,3 @@ export { ChallengeQuerySchema, ExecuteChallengeQueryConfig, ExecuteChallengeQueryInput, ExecuteChallengeQueryResponse } from '../compliance/execute-challenge-query/dist/nexeraprotocol-nexera-id-schemas-compliance-execute-challenge-query.esm.js';

import './defineProperty-323b1731.esm.js';
import '../compliance/authorization/dist/nexeraprotocol-nexera-id-schemas-compliance-authorization.esm.js';

@@ -10,0 +11,0 @@ var envToBranch = function envToBranch(env) {

{
"name": "@nexeraprotocol/nexera-id-schemas",
"version": "1.8.22",
"version": "1.8.23",
"description": "",

@@ -36,2 +36,3 @@ "main": "dist/nexeraprotocol-nexera-id-schemas.cjs.js",

"/tx-history",
"/compliance/authorization",
"/compliance/vc-schemas/vc-schemas",

@@ -41,2 +42,3 @@ "/compliance/execute-challenge-query",

"/compliance/frontend-utilities",
"/compliance/create-scenario-from-template",
"/api"

@@ -50,5 +52,7 @@ ],

"tx-history.ts",
"compliance/authorization.ts",
"compliance/execute-challenge-query.ts",
"compliance/execute-scenario.ts",
"compliance/frontend-utilities.ts"
"compliance/frontend-utilities.ts",
"compliance/create-scenario-from-template.ts"
]

@@ -55,0 +59,0 @@ },

'use strict';
var zod = require('zod');
var settings = require('../../dist/settings-1a1ecae3.cjs.dev.js');
var settings = require('../../dist/settings-9765c26b.cjs.dev.js');
require('../../dist/general-vc-typing-74755333.cjs.dev.js');

@@ -10,2 +10,3 @@ require('../../compliance/execute-challenge-query/dist/nexeraprotocol-nexera-id-schemas-compliance-execute-challenge-query.cjs.dev.js');

require('../../dist/defineProperty-8f808276.cjs.dev.js');
require('../../compliance/authorization/dist/nexeraprotocol-nexera-id-schemas-compliance-authorization.cjs.dev.js');

@@ -12,0 +13,0 @@ var NameTypeSchema = zod.z.object({

'use strict';
var zod = require('zod');
var settings = require('../../dist/settings-54f91b99.cjs.prod.js');
var settings = require('../../dist/settings-79e850a7.cjs.prod.js');
require('../../dist/general-vc-typing-74755333.cjs.prod.js');

@@ -10,2 +10,3 @@ require('../../compliance/execute-challenge-query/dist/nexeraprotocol-nexera-id-schemas-compliance-execute-challenge-query.cjs.prod.js');

require('../../dist/defineProperty-8f808276.cjs.prod.js');
require('../../compliance/authorization/dist/nexeraprotocol-nexera-id-schemas-compliance-authorization.cjs.prod.js');

@@ -12,0 +13,0 @@ var NameTypeSchema = zod.z.object({

import { z } from 'zod';
import { aG as ChainIdSchema, A as AddressSchema } from '../../dist/settings-220f9710.esm.js';
import { aG as ChainIdSchema, A as AddressSchema } from '../../dist/settings-d4d6d399.esm.js';
import '../../dist/general-vc-typing-f5d75fe9.esm.js';

@@ -8,2 +8,3 @@ import '../../compliance/execute-challenge-query/dist/nexeraprotocol-nexera-id-schemas-compliance-execute-challenge-query.esm.js';

import '../../dist/defineProperty-323b1731.esm.js';
import '../../compliance/authorization/dist/nexeraprotocol-nexera-id-schemas-compliance-authorization.esm.js';

@@ -10,0 +11,0 @@ var NameTypeSchema = z.object({

{
"name": "@nexeraprotocol/nexera-id-schemas",
"version": "1.8.22",
"version": "1.8.23",
"description": "",

@@ -11,2 +11,3 @@ "main": "dist/nexeraprotocol-nexera-id-schemas.cjs.js",

"/tx-history",
"/compliance/authorization",
"/compliance/vc-schemas/vc-schemas",

@@ -16,2 +17,3 @@ "/compliance/execute-challenge-query",

"/compliance/frontend-utilities",
"/compliance/create-scenario-from-template",
"/api"

@@ -25,5 +27,7 @@ ],

"tx-history.ts",
"compliance/authorization.ts",
"compliance/execute-challenge-query.ts",
"compliance/execute-scenario.ts",
"compliance/frontend-utilities.ts"
"compliance/frontend-utilities.ts",
"compliance/create-scenario-from-template.ts"
]

@@ -30,0 +34,0 @@ },

@@ -41,5 +41,10 @@ # Overview

// TODO: remove deprecated docs
Q: I don't think this is only used for API anymore, is it? Where is this information suppsoed to be?
In case of changes, run `pnpm run generate-typescript-client`. It uses publicly stored latest version of OPA API schema
In case of changes, run `pnpm run generate-typescript-client`. It uses publicly stored latest version of OPA API schema
From mono-repo, run `pnpm run generate-api-client`.
## Adding Entrypoints
If you need to add entrypoints to expose additional schemas in new files, use:
`pnpm preconstruct dev`
'use strict';
var zod = require('zod');
var settings = require('../../dist/settings-1a1ecae3.cjs.dev.js');
var settings = require('../../dist/settings-9765c26b.cjs.dev.js');
require('../../dist/general-vc-typing-74755333.cjs.dev.js');

@@ -11,2 +11,3 @@ require('../../compliance/execute-challenge-query/dist/nexeraprotocol-nexera-id-schemas-compliance-execute-challenge-query.cjs.dev.js');

require('../../dist/defineProperty-8f808276.cjs.dev.js');
require('../../compliance/authorization/dist/nexeraprotocol-nexera-id-schemas-compliance-authorization.cjs.dev.js');

@@ -13,0 +14,0 @@ var TransactionTypes = ["mint_mnft", "deploy_smart_wallet", "create_rule", "assign_rule", "delete_rule", "transfer_to_smart_wallet", "transfer_from_smart_wallet", "transfer", "wrap", "unwrap", "create_approval", "delete_approval", "unknown", "approval", "mnft_recovery", "api", "execute_action"];

'use strict';
var zod = require('zod');
var settings = require('../../dist/settings-54f91b99.cjs.prod.js');
var settings = require('../../dist/settings-79e850a7.cjs.prod.js');
require('../../dist/general-vc-typing-74755333.cjs.prod.js');

@@ -11,2 +11,3 @@ require('../../compliance/execute-challenge-query/dist/nexeraprotocol-nexera-id-schemas-compliance-execute-challenge-query.cjs.prod.js');

require('../../dist/defineProperty-8f808276.cjs.prod.js');
require('../../compliance/authorization/dist/nexeraprotocol-nexera-id-schemas-compliance-authorization.cjs.prod.js');

@@ -13,0 +14,0 @@ var TransactionTypes = ["mint_mnft", "deploy_smart_wallet", "create_rule", "assign_rule", "delete_rule", "transfer_to_smart_wallet", "transfer_from_smart_wallet", "transfer", "wrap", "unwrap", "create_approval", "delete_approval", "unknown", "approval", "mnft_recovery", "api", "execute_action"];

import { z } from 'zod';
import { aG as ChainIdSchema, aO as Subgraphs } from '../../dist/settings-220f9710.esm.js';
import { aG as ChainIdSchema, aN as Subgraphs } from '../../dist/settings-d4d6d399.esm.js';
import '../../dist/general-vc-typing-f5d75fe9.esm.js';

@@ -9,2 +9,3 @@ import '../../compliance/execute-challenge-query/dist/nexeraprotocol-nexera-id-schemas-compliance-execute-challenge-query.esm.js';

import '../../dist/defineProperty-323b1731.esm.js';
import '../../compliance/authorization/dist/nexeraprotocol-nexera-id-schemas-compliance-authorization.esm.js';

@@ -11,0 +12,0 @@ var TransactionTypes = ["mint_mnft", "deploy_smart_wallet", "create_rule", "assign_rule", "delete_rule", "transfer_to_smart_wallet", "transfer_from_smart_wallet", "transfer", "wrap", "unwrap", "create_approval", "delete_approval", "unknown", "approval", "mnft_recovery", "api", "execute_action"];

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc