@nexeraid/identity-schemas
Advanced tools
Comparing version 2.44.0-dev to 2.45.0-dev
@@ -5,2 +5,39 @@ import { z } from "zod"; | ||
export type ScenarioType = z.infer<typeof ScenarioType>; | ||
export declare const ScenarioStatuses: readonly ["enabled", "disabled"]; | ||
export declare const ScenarioStatus: z.ZodEnum<["enabled", "disabled"]>; | ||
export type ScenarioStatus = z.infer<typeof ScenarioType>; | ||
export declare const ScenarioSchema: z.ZodObject<{ | ||
title: z.ZodString; | ||
link: z.ZodObject<{ | ||
version: z.ZodString; | ||
schema: z.ZodString; | ||
path: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
path: string; | ||
version: string; | ||
schema: string; | ||
}, { | ||
path: string; | ||
version: string; | ||
schema: string; | ||
}>; | ||
status: z.ZodOptional<z.ZodEnum<["enabled", "disabled"]>>; | ||
}, "strip", z.ZodTypeAny, { | ||
title: string; | ||
link: { | ||
path: string; | ||
version: string; | ||
schema: string; | ||
}; | ||
status?: "enabled" | "disabled" | undefined; | ||
}, { | ||
title: string; | ||
link: { | ||
path: string; | ||
version: string; | ||
schema: string; | ||
}; | ||
status?: "enabled" | "disabled" | undefined; | ||
}>; | ||
export type ScenarioSchema = z.infer<typeof ScenarioSchema>; | ||
export declare const BackwardsCompatibleScenarioTypes: readonly ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]; | ||
@@ -7,0 +44,0 @@ export declare const BackwardsCompatibleScenarioType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>; |
{ | ||
"name": "@nexeraid/identity-schemas", | ||
"version": "2.44.0", | ||
"version": "2.45.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
{ | ||
"name": "@nexeraid/identity-schemas", | ||
"version": "2.44.0-dev", | ||
"version": "2.45.0-dev", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is 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
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
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
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
18229636
188195