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.0.26 to 1.0.27

dist/kyc-6ba93f08.esm.js

17

api/dist/nexeraprotocol-nexera-id-schemas-api.cjs.dev.js

@@ -6,3 +6,3 @@ 'use strict';

var zod = require('zod');
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('../../dist/kyc-c89c6427.cjs.dev.js');
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('../../dist/kyc-84219094.cjs.dev.js');
require('../../dist/vc-schemas-1543f6de.cjs.dev.js');

@@ -12,2 +12,7 @@ var dist_nexeraprotocolNexeraIdSchemas = require('../../dist/nexeraprotocol-nexera-id-schemas.cjs.dev.js');

/**
* Nullish values means that null or undefined is allowed
* This is temporary because if it is not null smart-wallet-api has issues.. we should make this types more dynamic based on the request type
* TODO: Remove nullish
*/
var CmsSessionDataSchema = zod.z.object({

@@ -59,3 +64,3 @@ appId: zod.z.string().describe("The ID of the application"),

sessionId: zod.z.string().uuid(),
gbgJourneyId: zod.z.string().uuid().describe("journeyId is generated by GBG sdk and passed to us on the frontend")
gbgJourneyId: zod.z.string().describe("journeyId is generated by GBG sdk and passed to us on the frontend")
})

@@ -66,4 +71,4 @@ }), zod.z.object({

sessionId: zod.z.string().uuid(),
gbgJourneyId: zod.z.string().uuid(),
did: zod.z.string().uuid()
gbgJourneyId: zod.z.string(),
did: zod.z.string()
})

@@ -74,4 +79,4 @@ }), zod.z.object({

sessionId: zod.z.string().uuid(),
gbgJourneyId: zod.z.string().uuid(),
did: zod.z.string().uuid()
gbgJourneyId: zod.z.string(),
did: zod.z.string()
})

@@ -78,0 +83,0 @@ }), zod.z.object({

@@ -6,3 +6,3 @@ 'use strict';

var zod = require('zod');
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('../../dist/kyc-a5daf5f1.cjs.prod.js');
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('../../dist/kyc-ba57c33c.cjs.prod.js');
require('../../dist/vc-schemas-36bfe3ad.cjs.prod.js');

@@ -12,2 +12,7 @@ var dist_nexeraprotocolNexeraIdSchemas = require('../../dist/nexeraprotocol-nexera-id-schemas.cjs.prod.js');

/**
* Nullish values means that null or undefined is allowed
* This is temporary because if it is not null smart-wallet-api has issues.. we should make this types more dynamic based on the request type
* TODO: Remove nullish
*/
var CmsSessionDataSchema = zod.z.object({

@@ -59,3 +64,3 @@ appId: zod.z.string().describe("The ID of the application"),

sessionId: zod.z.string().uuid(),
gbgJourneyId: zod.z.string().uuid().describe("journeyId is generated by GBG sdk and passed to us on the frontend")
gbgJourneyId: zod.z.string().describe("journeyId is generated by GBG sdk and passed to us on the frontend")
})

@@ -66,4 +71,4 @@ }), zod.z.object({

sessionId: zod.z.string().uuid(),
gbgJourneyId: zod.z.string().uuid(),
did: zod.z.string().uuid()
gbgJourneyId: zod.z.string(),
did: zod.z.string()
})

@@ -74,4 +79,4 @@ }), zod.z.object({

sessionId: zod.z.string().uuid(),
gbgJourneyId: zod.z.string().uuid(),
did: zod.z.string().uuid()
gbgJourneyId: zod.z.string(),
did: zod.z.string()
})

@@ -78,0 +83,0 @@ }), zod.z.object({

import { z } from 'zod';
import { V as VerificationModeSchema, G as GbgConfigSchema } from '../../dist/kyc-d8780f59.esm.js';
import { V as VerificationModeSchema, G as GbgConfigSchema } from '../../dist/kyc-6ba93f08.esm.js';
import '../../dist/vc-schemas-c0d66852.esm.js';

@@ -7,2 +7,7 @@ import { AddressSchema } from '../../dist/nexeraprotocol-nexera-id-schemas.esm.js';

/**
* Nullish values means that null or undefined is allowed
* This is temporary because if it is not null smart-wallet-api has issues.. we should make this types more dynamic based on the request type
* TODO: Remove nullish
*/
var CmsSessionDataSchema = z.object({

@@ -54,3 +59,3 @@ appId: z.string().describe("The ID of the application"),

sessionId: z.string().uuid(),
gbgJourneyId: z.string().uuid().describe("journeyId is generated by GBG sdk and passed to us on the frontend")
gbgJourneyId: z.string().describe("journeyId is generated by GBG sdk and passed to us on the frontend")
})

@@ -61,4 +66,4 @@ }), z.object({

sessionId: z.string().uuid(),
gbgJourneyId: z.string().uuid(),
did: z.string().uuid()
gbgJourneyId: z.string(),
did: z.string()
})

@@ -69,4 +74,4 @@ }), z.object({

sessionId: z.string().uuid(),
gbgJourneyId: z.string().uuid(),
did: z.string().uuid()
gbgJourneyId: z.string(),
did: z.string()
})

@@ -73,0 +78,0 @@ }), z.object({

@@ -7,3 +7,3 @@ 'use strict';

require('../../../dist/vc-schemas-1543f6de.cjs.dev.js');
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('../../../dist/kyc-c89c6427.cjs.dev.js');
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('../../../dist/kyc-84219094.cjs.dev.js');

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ 'use strict';

require('../../../dist/vc-schemas-36bfe3ad.cjs.prod.js');
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('../../../dist/kyc-a5daf5f1.cjs.prod.js');
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('../../../dist/kyc-ba57c33c.cjs.prod.js');

@@ -10,0 +10,0 @@

import 'zod';
import '../../../dist/vc-schemas-c0d66852.esm.js';
export { e as AVAILABLE_FLOWS, A as ApplicationClientDataSchema, D as DownloadableKycSchema, E as EncryptedKycKeySchema, a as EncryptedVerifiableCredentialDataSchema, b as EncryptedVerifiableCredentialSchema, G as GbgConfigSchema, K as KYCDataResponseSchema, f as KYC_SDK_RESPONSES, j as KYC_SDK_RESPONSES_DATA, i as KycCompletitionDataSchema, g as KycSdkResponsesSchema, S as SumsubApplicantAddressSchema, c as SumsubApplicantInfoSchema, d as SumsubApplicationDataSchema, V as VerificationModeSchema, h as VerificationModes } from '../../../dist/kyc-d8780f59.esm.js';
export { e as AVAILABLE_FLOWS, A as ApplicationClientDataSchema, D as DownloadableKycSchema, E as EncryptedKycKeySchema, a as EncryptedVerifiableCredentialDataSchema, b as EncryptedVerifiableCredentialSchema, G as GbgConfigSchema, K as KYCDataResponseSchema, f as KYC_SDK_RESPONSES, j as KYC_SDK_RESPONSES_DATA, i as KycCompletitionDataSchema, g as KycSdkResponsesSchema, S as SumsubApplicantAddressSchema, c as SumsubApplicantInfoSchema, d as SumsubApplicationDataSchema, V as VerificationModeSchema, h as VerificationModes } from '../../../dist/kyc-6ba93f08.esm.js';
import { z } from "zod";
/**
* Nullish values means that null or undefined is allowed
* This is temporary because if it is not null smart-wallet-api has issues.. we should make this types more dynamic based on the request type
* TODO: Remove nullish
*/
export declare const CmsSessionDataSchema: z.ZodObject<{

@@ -3,0 +8,0 @@ appId: z.ZodString;

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

export type VerificationMode = (typeof VerificationModes)[number];
/**
* Nullish values means that null or undefined is allowed
* This is temporary because if it is not null smart-wallet-api has issues.. we should make this types more dynamic based on the request type
* TODO: Remove nullish
*/
export declare const GbgConfigSchema: z.ZodObject<{

@@ -18,0 +23,0 @@ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;

@@ -6,3 +6,3 @@ 'use strict';

var zod = require('zod');
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('./kyc-c89c6427.cjs.dev.js');
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('./kyc-84219094.cjs.dev.js');
var compliance_vcSchemas_vcSchemas_dist_nexeraprotocolNexeraIdSchemasComplianceVcSchemasVcSchemas = require('./vc-schemas-1543f6de.cjs.dev.js');

@@ -9,0 +9,0 @@ var i18nIsoCountries = require('i18n-iso-countries');

@@ -6,3 +6,3 @@ 'use strict';

var zod = require('zod');
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('./kyc-a5daf5f1.cjs.prod.js');
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('./kyc-ba57c33c.cjs.prod.js');
var compliance_vcSchemas_vcSchemas_dist_nexeraprotocolNexeraIdSchemasComplianceVcSchemasVcSchemas = require('./vc-schemas-36bfe3ad.cjs.prod.js');

@@ -9,0 +9,0 @@ var i18nIsoCountries = require('i18n-iso-countries');

import { z } from 'zod';
export { e as AVAILABLE_FLOWS, A as ApplicationClientDataSchema, D as DownloadableKycSchema, E as EncryptedKycKeySchema, a as EncryptedVerifiableCredentialDataSchema, b as EncryptedVerifiableCredentialSchema, G as GbgConfigSchema, k as IDScanCredentialSubjectSchema, I as IdentifierSchema, K as KYCDataResponseSchema, f as KYC_SDK_RESPONSES, j as KYC_SDK_RESPONSES_DATA, i as KycCompletitionDataSchema, g as KycSdkResponsesSchema, S as SumsubApplicantAddressSchema, c as SumsubApplicantInfoSchema, d as SumsubApplicationDataSchema, V as VerificationModeSchema, h as VerificationModes } from './kyc-d8780f59.esm.js';
export { e as AVAILABLE_FLOWS, A as ApplicationClientDataSchema, D as DownloadableKycSchema, E as EncryptedKycKeySchema, a as EncryptedVerifiableCredentialDataSchema, b as EncryptedVerifiableCredentialSchema, G as GbgConfigSchema, k as IDScanCredentialSubjectSchema, I as IdentifierSchema, K as KYCDataResponseSchema, f as KYC_SDK_RESPONSES, j as KYC_SDK_RESPONSES_DATA, i as KycCompletitionDataSchema, g as KycSdkResponsesSchema, S as SumsubApplicantAddressSchema, c as SumsubApplicantInfoSchema, d as SumsubApplicationDataSchema, V as VerificationModeSchema, h as VerificationModes } from './kyc-6ba93f08.esm.js';
import { _ as _typeof } from './vc-schemas-c0d66852.esm.js';

@@ -4,0 +4,0 @@ export { f as CredentialSchemas, C as CredentialTypes, d as CredentialTypesSchema, e as CredentialZodSchemas, G as GenericVerifiableCredentialSchema, I as ID3_7CredentialSubjectSchema, a as IDScanPassportV1CredentialSubjectSchema, b as IDScanSelfieV1CredentialSubjectSchema, c as IDScanV2CredentialSubjectSchema, P as ProofOfResidenceV6CredentialSubjectSchema, V as VerifiableCredentialSchema, r as removeEmptyStringAttributes } from './vc-schemas-c0d66852.esm.js';

{
"name": "@nexeraprotocol/nexera-id-schemas",
"version": "1.0.26",
"version": "1.0.27",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/nexeraprotocol-nexera-id-schemas.cjs.js",

@@ -7,3 +7,3 @@ 'use strict';

var dist_nexeraprotocolNexeraIdSchemas = require('../../dist/nexeraprotocol-nexera-id-schemas.cjs.dev.js');
require('../../dist/kyc-c89c6427.cjs.dev.js');
require('../../dist/kyc-84219094.cjs.dev.js');
require('../../dist/vc-schemas-1543f6de.cjs.dev.js');

@@ -10,0 +10,0 @@ require('i18n-iso-countries');

@@ -7,3 +7,3 @@ 'use strict';

var dist_nexeraprotocolNexeraIdSchemas = require('../../dist/nexeraprotocol-nexera-id-schemas.cjs.prod.js');
require('../../dist/kyc-a5daf5f1.cjs.prod.js');
require('../../dist/kyc-ba57c33c.cjs.prod.js');
require('../../dist/vc-schemas-36bfe3ad.cjs.prod.js');

@@ -10,0 +10,0 @@ require('i18n-iso-countries');

import { z } from 'zod';
import { ChainIdSchema, AddressSchema } from '../../dist/nexeraprotocol-nexera-id-schemas.esm.js';
import '../../dist/kyc-d8780f59.esm.js';
import '../../dist/kyc-6ba93f08.esm.js';
import '../../dist/vc-schemas-c0d66852.esm.js';

@@ -5,0 +5,0 @@ import 'i18n-iso-countries';

{
"name": "@nexeraprotocol/nexera-id-schemas",
"version": "1.0.26",
"version": "1.0.27",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/nexeraprotocol-nexera-id-schemas.cjs.js",

@@ -8,3 +8,3 @@ 'use strict';

var metaTx_dist_nexeraprotocolNexeraIdSchemasMetaTx = require('../../meta-tx/dist/nexeraprotocol-nexera-id-schemas-meta-tx.cjs.dev.js');
require('../../dist/kyc-c89c6427.cjs.dev.js');
require('../../dist/kyc-84219094.cjs.dev.js');
require('../../dist/vc-schemas-1543f6de.cjs.dev.js');

@@ -11,0 +11,0 @@ require('i18n-iso-countries');

@@ -8,3 +8,3 @@ 'use strict';

var metaTx_dist_nexeraprotocolNexeraIdSchemasMetaTx = require('../../meta-tx/dist/nexeraprotocol-nexera-id-schemas-meta-tx.cjs.prod.js');
require('../../dist/kyc-a5daf5f1.cjs.prod.js');
require('../../dist/kyc-ba57c33c.cjs.prod.js');
require('../../dist/vc-schemas-36bfe3ad.cjs.prod.js');

@@ -11,0 +11,0 @@ require('i18n-iso-countries');

import { z } from 'zod';
import { ChainIdSchema, Subgraphs } from '../../dist/nexeraprotocol-nexera-id-schemas.esm.js';
import { TxRelayStateSchema } from '../../meta-tx/dist/nexeraprotocol-nexera-id-schemas-meta-tx.esm.js';
import '../../dist/kyc-d8780f59.esm.js';
import '../../dist/kyc-6ba93f08.esm.js';
import '../../dist/vc-schemas-c0d66852.esm.js';

@@ -6,0 +6,0 @@ import 'i18n-iso-countries';

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