@fluido/dreno-core
Advanced tools
@@ -61,3 +61,3 @@ import { type Output } from 'valibot'; | ||
externalId: import("valibot").OptionalSchema<import("valibot").StringSchema<string>, undefined, string | undefined>; | ||
type: import("valibot").PicklistSchema<("password" | "fido2")[], "password" | "fido2">; | ||
type: import("valibot").PicklistSchema<("password" | "passwordless")[], "password" | "passwordless">; | ||
state: import("valibot").PicklistSchema<("active" | "inactive")[], "active" | "inactive">; | ||
@@ -73,3 +73,3 @@ data: import("valibot").StringSchema<string>; | ||
}, undefined, { | ||
type: "password" | "fido2"; | ||
type: "password" | "passwordless"; | ||
data: string; | ||
@@ -76,0 +76,0 @@ id: string; |
{ | ||
"name": "@fluido/dreno-core", | ||
"version": "0.6.1-alpha", | ||
"version": "0.6.2-alpha", | ||
"description": "Dreno library", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
100513
0.03%