@nexeraprotocol/nexera-id-schemas
Advanced tools
Comparing version 1.5.4 to 1.5.6
@@ -6,3 +6,3 @@ 'use strict'; | ||
var zod = require('zod'); | ||
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('../../dist/kyc-a92fa69c.cjs.dev.js'); | ||
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('../../dist/kyc-f48676c1.cjs.dev.js'); | ||
require('../../dist/vc-schemas-c7f2970f.cjs.dev.js'); | ||
@@ -9,0 +9,0 @@ var dist_nexeraprotocolNexeraIdSchemas = require('../../dist/nexeraprotocol-nexera-id-schemas.cjs.dev.js'); |
@@ -6,3 +6,3 @@ 'use strict'; | ||
var zod = require('zod'); | ||
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('../../dist/kyc-11802399.cjs.prod.js'); | ||
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('../../dist/kyc-adf1b7c7.cjs.prod.js'); | ||
require('../../dist/vc-schemas-2b7388fd.cjs.prod.js'); | ||
@@ -9,0 +9,0 @@ var dist_nexeraprotocolNexeraIdSchemas = require('../../dist/nexeraprotocol-nexera-id-schemas.cjs.prod.js'); |
import { z } from 'zod'; | ||
import { V as VerificationModeSchema, G as GbgConfigSchema } from '../../dist/kyc-fcdd2583.esm.js'; | ||
import { V as VerificationModeSchema, G as GbgConfigSchema } from '../../dist/kyc-ac323329.esm.js'; | ||
import '../../dist/vc-schemas-bb808ea2.esm.js'; | ||
@@ -4,0 +4,0 @@ import { AddressSchema } from '../../dist/nexeraprotocol-nexera-id-schemas.esm.js'; |
@@ -7,3 +7,3 @@ 'use strict'; | ||
require('../../../dist/vc-schemas-c7f2970f.cjs.dev.js'); | ||
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('../../../dist/kyc-a92fa69c.cjs.dev.js'); | ||
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('../../../dist/kyc-f48676c1.cjs.dev.js'); | ||
@@ -10,0 +10,0 @@ |
@@ -7,3 +7,3 @@ 'use strict'; | ||
require('../../../dist/vc-schemas-2b7388fd.cjs.prod.js'); | ||
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('../../../dist/kyc-11802399.cjs.prod.js'); | ||
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('../../../dist/kyc-adf1b7c7.cjs.prod.js'); | ||
@@ -10,0 +10,0 @@ |
import 'zod'; | ||
import '../../../dist/vc-schemas-bb808ea2.esm.js'; | ||
export { e as AVAILABLE_FLOWS, A as ApplicationClientDataSchema, D as DownloadableKycSchema, E as EncryptedKycKey, 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 KycCompletionDataSchema, g as KycSdkResponsesSchema, S as SumsubApplicantAddressSchema, c as SumsubApplicantInfoSchema, d as SumsubApplicationDataSchema, V as VerificationModeSchema, h as VerificationModes } from '../../../dist/kyc-fcdd2583.esm.js'; | ||
export { e as AVAILABLE_FLOWS, A as ApplicationClientDataSchema, D as DownloadableKycSchema, E as EncryptedKycKey, 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 KycCompletionDataSchema, g as KycSdkResponsesSchema, S as SumsubApplicantAddressSchema, c as SumsubApplicantInfoSchema, d as SumsubApplicationDataSchema, V as VerificationModeSchema, h as VerificationModes } from '../../../dist/kyc-ac323329.esm.js'; |
@@ -67,3 +67,2 @@ import { z } from "zod"; | ||
address: string; | ||
scenarioId: string; | ||
inputData: { | ||
@@ -75,5 +74,5 @@ credentials: z.objectOutputType<{ | ||
}; | ||
scenarioId: string; | ||
}, { | ||
address: string; | ||
scenarioId: string; | ||
inputData: { | ||
@@ -85,2 +84,3 @@ credentials: z.objectInputType<{ | ||
}; | ||
scenarioId: string; | ||
}>; | ||
@@ -115,3 +115,2 @@ export declare const ExecuteScenarioConfigSchema: z.ZodObject<{ | ||
address: string; | ||
scenarioId: string; | ||
inputData: { | ||
@@ -123,5 +122,5 @@ credentials: z.objectOutputType<{ | ||
}; | ||
scenarioId: string; | ||
}, { | ||
address: string; | ||
scenarioId: string; | ||
inputData: { | ||
@@ -133,2 +132,3 @@ credentials: z.objectInputType<{ | ||
}; | ||
scenarioId: string; | ||
}>; | ||
@@ -156,3 +156,2 @@ session: z.ZodObject<{ | ||
address: string; | ||
scenarioId: string; | ||
inputData: { | ||
@@ -164,2 +163,3 @@ credentials: z.objectOutputType<{ | ||
}; | ||
scenarioId: string; | ||
}; | ||
@@ -177,3 +177,2 @@ session: { | ||
address: string; | ||
scenarioId: string; | ||
inputData: { | ||
@@ -185,2 +184,3 @@ credentials: z.objectInputType<{ | ||
}; | ||
scenarioId: string; | ||
}; | ||
@@ -187,0 +187,0 @@ session: { |
@@ -75,4 +75,6 @@ import { z } from "zod"; | ||
appId: z.ZodString; | ||
date: z.ZodOptional<z.ZodDate>; | ||
fromDate: z.ZodOptional<z.ZodDate>; | ||
toDate: z.ZodOptional<z.ZodDate>; | ||
scenarioIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>; | ||
ruleIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>; | ||
page: z.ZodDefault<z.ZodNumber>; | ||
@@ -84,8 +86,12 @@ pageSize: z.ZodDefault<z.ZodNumber>; | ||
pageSize: number; | ||
date?: Date | undefined; | ||
fromDate?: Date | undefined; | ||
toDate?: Date | undefined; | ||
scenarioIds?: string[] | undefined; | ||
ruleIds?: string[] | undefined; | ||
}, { | ||
appId: string; | ||
date?: Date | undefined; | ||
fromDate?: Date | undefined; | ||
toDate?: Date | undefined; | ||
scenarioIds?: string[] | undefined; | ||
ruleIds?: string[] | undefined; | ||
page?: number | undefined; | ||
@@ -95,69 +101,39 @@ pageSize?: number | undefined; | ||
export type GetRulesExecutionsParams = z.infer<typeof GetRulesExecutionsParams>; | ||
export declare const RuleExectution: z.ZodObject<{ | ||
id: z.ZodNumber; | ||
ruleId: z.ZodString; | ||
scenarioId: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
export declare const RuleExecution: z.ZodObject<{ | ||
executionId: z.ZodString; | ||
applicationId: z.ZodString; | ||
sessionId: z.ZodString; | ||
createdAt: z.ZodDate; | ||
data: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
walletAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>; | ||
ruleIds: z.ZodArray<z.ZodString, "many">; | ||
scenarioIds: z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>; | ||
walletAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>>; | ||
did: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
}, "strip", z.ZodTypeAny, { | ||
id: number; | ||
sessionId: string; | ||
createdAt: Date; | ||
ruleId: string; | ||
ruleIds: string[]; | ||
scenarioIds: string[]; | ||
executionId: string; | ||
applicationId: string; | ||
walletAddress: string; | ||
scenarioId?: string | null | undefined; | ||
data?: string | null | undefined; | ||
walletAddress?: string | null | undefined; | ||
did?: string | null | undefined; | ||
}, { | ||
id: number; | ||
sessionId: string; | ||
createdAt: Date; | ||
ruleId: string; | ||
ruleIds: string[]; | ||
scenarioIds: string[]; | ||
executionId: string; | ||
applicationId: string; | ||
walletAddress: string; | ||
scenarioId?: string | null | undefined; | ||
data?: string | null | undefined; | ||
walletAddress?: string | null | undefined; | ||
did?: string | null | undefined; | ||
}>; | ||
export type RuleExecution = z.infer<typeof RuleExectution>; | ||
export type RuleExecution = z.infer<typeof RuleExecution>; | ||
export declare const GetRulesExecutionsOutput: z.ZodArray<z.ZodObject<{ | ||
id: z.ZodNumber; | ||
ruleId: z.ZodString; | ||
scenarioId: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
executionId: z.ZodString; | ||
applicationId: z.ZodString; | ||
sessionId: z.ZodString; | ||
createdAt: z.ZodDate; | ||
data: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
walletAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>; | ||
ruleIds: z.ZodArray<z.ZodString, "many">; | ||
scenarioIds: z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>; | ||
walletAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>>; | ||
did: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
}, "strip", z.ZodTypeAny, { | ||
id: number; | ||
sessionId: string; | ||
createdAt: Date; | ||
ruleId: string; | ||
ruleIds: string[]; | ||
scenarioIds: string[]; | ||
executionId: string; | ||
applicationId: string; | ||
walletAddress: string; | ||
scenarioId?: string | null | undefined; | ||
data?: string | null | undefined; | ||
walletAddress?: string | null | undefined; | ||
did?: string | null | undefined; | ||
}, { | ||
id: number; | ||
sessionId: string; | ||
createdAt: Date; | ||
ruleId: string; | ||
ruleIds: string[]; | ||
scenarioIds: string[]; | ||
executionId: string; | ||
applicationId: string; | ||
walletAddress: string; | ||
scenarioId?: string | null | undefined; | ||
data?: string | null | undefined; | ||
walletAddress?: string | null | undefined; | ||
did?: string | null | undefined; | ||
@@ -164,0 +140,0 @@ }>, "many">; |
@@ -6,3 +6,3 @@ 'use strict'; | ||
var zod = require('zod'); | ||
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('./kyc-a92fa69c.cjs.dev.js'); | ||
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('./kyc-f48676c1.cjs.dev.js'); | ||
var vcSchemas = require('./vc-schemas-c7f2970f.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-11802399.cjs.prod.js'); | ||
var compliance_kyc_dist_nexeraprotocolNexeraIdSchemasComplianceKyc = require('./kyc-adf1b7c7.cjs.prod.js'); | ||
var vcSchemas = require('./vc-schemas-2b7388fd.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 EncryptedKycKey, a as EncryptedVerifiableCredentialDataSchema, b as EncryptedVerifiableCredentialSchema, G as GbgConfigSchema, I as IdentifierSchema, K as KYCDataResponseSchema, f as KYC_SDK_RESPONSES, j as KYC_SDK_RESPONSES_DATA, i as KycCompletionDataSchema, g as KycSdkResponsesSchema, S as SumsubApplicantAddressSchema, c as SumsubApplicantInfoSchema, d as SumsubApplicationDataSchema, V as VerificationModeSchema, h as VerificationModes } from './kyc-fcdd2583.esm.js'; | ||
export { e as AVAILABLE_FLOWS, A as ApplicationClientDataSchema, D as DownloadableKycSchema, E as EncryptedKycKey, a as EncryptedVerifiableCredentialDataSchema, b as EncryptedVerifiableCredentialSchema, G as GbgConfigSchema, I as IdentifierSchema, K as KYCDataResponseSchema, f as KYC_SDK_RESPONSES, j as KYC_SDK_RESPONSES_DATA, i as KycCompletionDataSchema, g as KycSdkResponsesSchema, S as SumsubApplicantAddressSchema, c as SumsubApplicantInfoSchema, d as SumsubApplicationDataSchema, V as VerificationModeSchema, h as VerificationModes } from './kyc-ac323329.esm.js'; | ||
import { _ as _typeof } from './vc-schemas-bb808ea2.esm.js'; | ||
@@ -4,0 +4,0 @@ export { f as CredentialSchemas, C as CredentialTypes, d as CredentialTypesSchema, G as GenericVerifiableCredentialSchema, I as ID3CredentialSubjectSchema, a as IDScanCredentialSubjectSchema, b as IDScanPassportCredentialSubjectSchema, c as IDScanSelfieCredentialSubjectSchema, K as KYCAgeCredentialSubjectSchema, N as NEXERA_VERIFIABLE_CREDENTIALS, e as NexeraVerifiableCredentials, P as ProofOfResidenceCredentialSubjectSchema, V as VerifiableCredentialSchema, h as getCredentialSchemaContext, g as getCredentialSchemaLocation, r as removeEmptyStringAttributes } from './vc-schemas-bb808ea2.esm.js'; |
{ | ||
"name": "@nexeraprotocol/nexera-id-schemas", | ||
"version": "1.5.4", | ||
"version": "1.5.6", | ||
"description": "", | ||
@@ -60,3 +60,3 @@ "main": "dist/nexeraprotocol-nexera-id-schemas.cjs.js", | ||
"i18n-iso-countries": "^7.6.0", | ||
"zod": "^3.22.1" | ||
"zod": "^3.22.2" | ||
}, | ||
@@ -63,0 +63,0 @@ "devDependencies": { |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var dist_nexeraprotocolNexeraIdSchemas = require('../../dist/nexeraprotocol-nexera-id-schemas.cjs.dev.js'); | ||
require('../../dist/kyc-a92fa69c.cjs.dev.js'); | ||
require('../../dist/kyc-f48676c1.cjs.dev.js'); | ||
require('../../dist/vc-schemas-c7f2970f.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-11802399.cjs.prod.js'); | ||
require('../../dist/kyc-adf1b7c7.cjs.prod.js'); | ||
require('../../dist/vc-schemas-2b7388fd.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-fcdd2583.esm.js'; | ||
import '../../dist/kyc-ac323329.esm.js'; | ||
import '../../dist/vc-schemas-bb808ea2.esm.js'; | ||
@@ -5,0 +5,0 @@ import 'i18n-iso-countries'; |
{ | ||
"name": "@nexeraprotocol/nexera-id-schemas", | ||
"version": "1.5.4", | ||
"version": "1.5.6", | ||
"description": "", | ||
@@ -35,3 +35,3 @@ "main": "dist/nexeraprotocol-nexera-id-schemas.cjs.js", | ||
"i18n-iso-countries": "^7.6.0", | ||
"zod": "^3.22.1" | ||
"zod": "^3.22.2" | ||
}, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
@@ -9,3 +9,3 @@ 'use strict'; | ||
var dist_nexeraprotocolNexeraIdSchemas = require('../../dist/nexeraprotocol-nexera-id-schemas.cjs.dev.js'); | ||
require('../../dist/kyc-a92fa69c.cjs.dev.js'); | ||
require('../../dist/kyc-f48676c1.cjs.dev.js'); | ||
require('../../dist/vc-schemas-c7f2970f.cjs.dev.js'); | ||
@@ -42,26 +42,19 @@ require('i18n-iso-countries'); | ||
appId: zod.z.string(), | ||
date: zod.z.date().optional(), | ||
fromDate: zod.z.date().optional(), | ||
toDate: zod.z.date().optional(), | ||
scenarioIds: zod.z.array(zod.z.string()).optional(), | ||
ruleIds: zod.z.array(zod.z.string()).optional(), | ||
page: zod.z.number()["default"](1), | ||
pageSize: zod.z.number()["default"](10) | ||
}); | ||
var RuleExectution = zod.z.object({ | ||
id: zod.z.number(), | ||
ruleId: zod.z.string(), | ||
scenarioId: zod.z.string().nullish(), | ||
executionId: zod.z.string(), | ||
applicationId: zod.z.string(), | ||
sessionId: zod.z.string(), | ||
createdAt: zod.z.coerce.date(), | ||
data: zod.z.string().nullish(), | ||
// z.union([IDScanCredentialSubjectSchema, ID3CredentialSubjectSchema]), | ||
/*dataTyped: z.union([ | ||
IDScanCredentialSubjectSchema, | ||
ID3CredentialSubjectSchema, | ||
GenericVerifiableCredentialSchema, | ||
]),*/ | ||
walletAddress: dist_nexeraprotocolNexeraIdSchemas.AddressSchema, | ||
var RuleExecution = zod.z.object({ | ||
executionId: zod.z.string().uuid(), | ||
ruleIds: zod.z.array(zod.z.string()), | ||
scenarioIds: zod.z.array(zod.z.string()).refine(function (val) { | ||
return Array.from(new Set(val)); | ||
}).describe("Unique scenario ids"), | ||
walletAddress: dist_nexeraprotocolNexeraIdSchemas.AddressSchema.nullish(), | ||
did: zod.z.string().nullish() | ||
}); | ||
var GetRulesExecutionsOutput = zod.z.array(RuleExectution); | ||
var GetRulesExecutionsOutput = zod.z.array(RuleExecution); | ||
@@ -75,3 +68,3 @@ exports.DASHBOARD_STATS_TIME_FRAMES = DASHBOARD_STATS_TIME_FRAMES; | ||
exports.GetRulesExecutionsParams = GetRulesExecutionsParams; | ||
exports.RuleExectution = RuleExectution; | ||
exports.RuleExecution = RuleExecution; | ||
exports.Timeframe = Timeframe; |
@@ -9,3 +9,3 @@ 'use strict'; | ||
var dist_nexeraprotocolNexeraIdSchemas = require('../../dist/nexeraprotocol-nexera-id-schemas.cjs.prod.js'); | ||
require('../../dist/kyc-11802399.cjs.prod.js'); | ||
require('../../dist/kyc-adf1b7c7.cjs.prod.js'); | ||
require('../../dist/vc-schemas-2b7388fd.cjs.prod.js'); | ||
@@ -42,26 +42,19 @@ require('i18n-iso-countries'); | ||
appId: zod.z.string(), | ||
date: zod.z.date().optional(), | ||
fromDate: zod.z.date().optional(), | ||
toDate: zod.z.date().optional(), | ||
scenarioIds: zod.z.array(zod.z.string()).optional(), | ||
ruleIds: zod.z.array(zod.z.string()).optional(), | ||
page: zod.z.number()["default"](1), | ||
pageSize: zod.z.number()["default"](10) | ||
}); | ||
var RuleExectution = zod.z.object({ | ||
id: zod.z.number(), | ||
ruleId: zod.z.string(), | ||
scenarioId: zod.z.string().nullish(), | ||
executionId: zod.z.string(), | ||
applicationId: zod.z.string(), | ||
sessionId: zod.z.string(), | ||
createdAt: zod.z.coerce.date(), | ||
data: zod.z.string().nullish(), | ||
// z.union([IDScanCredentialSubjectSchema, ID3CredentialSubjectSchema]), | ||
/*dataTyped: z.union([ | ||
IDScanCredentialSubjectSchema, | ||
ID3CredentialSubjectSchema, | ||
GenericVerifiableCredentialSchema, | ||
]),*/ | ||
walletAddress: dist_nexeraprotocolNexeraIdSchemas.AddressSchema, | ||
var RuleExecution = zod.z.object({ | ||
executionId: zod.z.string().uuid(), | ||
ruleIds: zod.z.array(zod.z.string()), | ||
scenarioIds: zod.z.array(zod.z.string()).refine(function (val) { | ||
return Array.from(new Set(val)); | ||
}).describe("Unique scenario ids"), | ||
walletAddress: dist_nexeraprotocolNexeraIdSchemas.AddressSchema.nullish(), | ||
did: zod.z.string().nullish() | ||
}); | ||
var GetRulesExecutionsOutput = zod.z.array(RuleExectution); | ||
var GetRulesExecutionsOutput = zod.z.array(RuleExecution); | ||
@@ -75,3 +68,3 @@ exports.DASHBOARD_STATS_TIME_FRAMES = DASHBOARD_STATS_TIME_FRAMES; | ||
exports.GetRulesExecutionsParams = GetRulesExecutionsParams; | ||
exports.RuleExectution = RuleExectution; | ||
exports.RuleExecution = RuleExecution; | ||
exports.Timeframe = Timeframe; |
@@ -5,3 +5,3 @@ import { z } from 'zod'; | ||
import { AddressSchema } from '../../dist/nexeraprotocol-nexera-id-schemas.esm.js'; | ||
import '../../dist/kyc-fcdd2583.esm.js'; | ||
import '../../dist/kyc-ac323329.esm.js'; | ||
import '../../dist/vc-schemas-bb808ea2.esm.js'; | ||
@@ -38,27 +38,20 @@ import 'i18n-iso-countries'; | ||
appId: z.string(), | ||
date: z.date().optional(), | ||
fromDate: z.date().optional(), | ||
toDate: z.date().optional(), | ||
scenarioIds: z.array(z.string()).optional(), | ||
ruleIds: z.array(z.string()).optional(), | ||
page: z.number()["default"](1), | ||
pageSize: z.number()["default"](10) | ||
}); | ||
var RuleExectution = z.object({ | ||
id: z.number(), | ||
ruleId: z.string(), | ||
scenarioId: z.string().nullish(), | ||
executionId: z.string(), | ||
applicationId: z.string(), | ||
sessionId: z.string(), | ||
createdAt: z.coerce.date(), | ||
data: z.string().nullish(), | ||
// z.union([IDScanCredentialSubjectSchema, ID3CredentialSubjectSchema]), | ||
/*dataTyped: z.union([ | ||
IDScanCredentialSubjectSchema, | ||
ID3CredentialSubjectSchema, | ||
GenericVerifiableCredentialSchema, | ||
]),*/ | ||
walletAddress: AddressSchema, | ||
var RuleExecution = z.object({ | ||
executionId: z.string().uuid(), | ||
ruleIds: z.array(z.string()), | ||
scenarioIds: z.array(z.string()).refine(function (val) { | ||
return Array.from(new Set(val)); | ||
}).describe("Unique scenario ids"), | ||
walletAddress: AddressSchema.nullish(), | ||
did: z.string().nullish() | ||
}); | ||
var GetRulesExecutionsOutput = z.array(RuleExectution); | ||
var GetRulesExecutionsOutput = z.array(RuleExecution); | ||
export { DASHBOARD_STATS_TIME_FRAMES, GetKycCountsOutput, GetKycCountsParams, GetRuleCountsOutput, GetRuleCountsParams, GetRulesExecutionsOutput, GetRulesExecutionsParams, RuleExectution, Timeframe }; | ||
export { DASHBOARD_STATS_TIME_FRAMES, GetKycCountsOutput, GetKycCountsParams, GetRuleCountsOutput, GetRuleCountsParams, GetRulesExecutionsOutput, GetRulesExecutionsParams, RuleExecution, Timeframe }; |
@@ -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-a92fa69c.cjs.dev.js'); | ||
require('../../dist/kyc-f48676c1.cjs.dev.js'); | ||
require('../../dist/vc-schemas-c7f2970f.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-11802399.cjs.prod.js'); | ||
require('../../dist/kyc-adf1b7c7.cjs.prod.js'); | ||
require('../../dist/vc-schemas-2b7388fd.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-fcdd2583.esm.js'; | ||
import '../../dist/kyc-ac323329.esm.js'; | ||
import '../../dist/vc-schemas-bb808ea2.esm.js'; | ||
@@ -6,0 +6,0 @@ import 'i18n-iso-countries'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1534395
31302
Updatedzod@^3.22.2