@nexeraprotocol/nexera-id-schemas
Advanced tools
Comparing version 1.3.5 to 1.4.0
@@ -25,8 +25,2 @@ 'use strict'; | ||
}); | ||
var ChallengeSchemaExecutionResponseSchema = zod.z.object({ | ||
result: zod.z.object({ | ||
is_valid: zod.z["boolean"](), | ||
reasons: zod.z.array(zod.z.string()) | ||
}) | ||
}); | ||
var ExecuteChallengeQueryConfigSchema = zod.z.object({ | ||
@@ -43,5 +37,11 @@ input: ExecuteChallengeQueryInputSchema, | ||
}); | ||
var ExecuteChallengeQueryResonseSchema = zod.z.object({ | ||
result: zod.z.object({ | ||
is_valid: zod.z["boolean"](), | ||
reasons: zod.z.array(zod.z.string()) | ||
}) | ||
}); | ||
exports.ChallengeSchemaExecutionResponseSchema = ChallengeSchemaExecutionResponseSchema; | ||
exports.ExecuteChallengeQueryConfigSchema = ExecuteChallengeQueryConfigSchema; | ||
exports.ExecuteChallengeQueryInputSchema = ExecuteChallengeQueryInputSchema; | ||
exports.ExecuteChallengeQueryResonseSchema = ExecuteChallengeQueryResonseSchema; |
@@ -25,8 +25,2 @@ 'use strict'; | ||
}); | ||
var ChallengeSchemaExecutionResponseSchema = zod.z.object({ | ||
result: zod.z.object({ | ||
is_valid: zod.z["boolean"](), | ||
reasons: zod.z.array(zod.z.string()) | ||
}) | ||
}); | ||
var ExecuteChallengeQueryConfigSchema = zod.z.object({ | ||
@@ -43,5 +37,11 @@ input: ExecuteChallengeQueryInputSchema, | ||
}); | ||
var ExecuteChallengeQueryResonseSchema = zod.z.object({ | ||
result: zod.z.object({ | ||
is_valid: zod.z["boolean"](), | ||
reasons: zod.z.array(zod.z.string()) | ||
}) | ||
}); | ||
exports.ChallengeSchemaExecutionResponseSchema = ChallengeSchemaExecutionResponseSchema; | ||
exports.ExecuteChallengeQueryConfigSchema = ExecuteChallengeQueryConfigSchema; | ||
exports.ExecuteChallengeQueryInputSchema = ExecuteChallengeQueryInputSchema; | ||
exports.ExecuteChallengeQueryResonseSchema = ExecuteChallengeQueryResonseSchema; |
@@ -21,8 +21,2 @@ import { z } from 'zod'; | ||
}); | ||
var ChallengeSchemaExecutionResponseSchema = z.object({ | ||
result: z.object({ | ||
is_valid: z["boolean"](), | ||
reasons: z.array(z.string()) | ||
}) | ||
}); | ||
var ExecuteChallengeQueryConfigSchema = z.object({ | ||
@@ -39,3 +33,9 @@ input: ExecuteChallengeQueryInputSchema, | ||
}); | ||
var ExecuteChallengeQueryResonseSchema = z.object({ | ||
result: z.object({ | ||
is_valid: z["boolean"](), | ||
reasons: z.array(z.string()) | ||
}) | ||
}); | ||
export { ChallengeSchemaExecutionResponseSchema, ExecuteChallengeQueryConfigSchema, ExecuteChallengeQueryInputSchema }; | ||
export { ExecuteChallengeQueryConfigSchema, ExecuteChallengeQueryInputSchema, ExecuteChallengeQueryResonseSchema }; |
@@ -78,25 +78,2 @@ import { z } from "zod"; | ||
}>; | ||
export declare const ChallengeSchemaExecutionResponseSchema: z.ZodObject<{ | ||
result: z.ZodObject<{ | ||
is_valid: z.ZodBoolean; | ||
reasons: z.ZodArray<z.ZodString, "many">; | ||
}, "strip", z.ZodTypeAny, { | ||
is_valid: boolean; | ||
reasons: string[]; | ||
}, { | ||
is_valid: boolean; | ||
reasons: string[]; | ||
}>; | ||
}, "strip", z.ZodTypeAny, { | ||
result: { | ||
is_valid: boolean; | ||
reasons: string[]; | ||
}; | ||
}, { | ||
result: { | ||
is_valid: boolean; | ||
reasons: string[]; | ||
}; | ||
}>; | ||
export type ExecuteChallengeQueryInput = z.infer<typeof ExecuteChallengeQueryInputSchema>; | ||
export declare const ExecuteChallengeQueryConfigSchema: z.ZodObject<{ | ||
@@ -251,1 +228,23 @@ input: z.ZodObject<{ | ||
export type ExecuteChallengeQueryConfig = z.infer<typeof ExecuteChallengeQueryConfigSchema>; | ||
export declare const ExecuteChallengeQueryResonseSchema: z.ZodObject<{ | ||
result: z.ZodObject<{ | ||
is_valid: z.ZodBoolean; | ||
reasons: z.ZodArray<z.ZodString, "many">; | ||
}, "strip", z.ZodTypeAny, { | ||
is_valid: boolean; | ||
reasons: string[]; | ||
}, { | ||
is_valid: boolean; | ||
reasons: string[]; | ||
}>; | ||
}, "strip", z.ZodTypeAny, { | ||
result: { | ||
is_valid: boolean; | ||
reasons: string[]; | ||
}; | ||
}, { | ||
result: { | ||
is_valid: boolean; | ||
reasons: string[]; | ||
}; | ||
}>; |
{ | ||
"name": "@nexeraprotocol/nexera-id-schemas", | ||
"version": "1.3.5", | ||
"version": "1.4.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/nexeraprotocol-nexera-id-schemas.cjs.js", |
{ | ||
"name": "@nexeraprotocol/nexera-id-schemas", | ||
"version": "1.3.5", | ||
"version": "1.4.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/nexeraprotocol-nexera-id-schemas.cjs.js", |
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
1355762
28202