@authhero/adapter-interfaces 0.15.4 → 0.15.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4279,7 +4279,7 @@ export interface LoginsAdapter {
|
|
|
4279
4279
|
remove: (tenant_id: string, login_id: string) => Promise<boolean>;
|
|
4280
4280
|
}
|
|
4281
4281
|
export interface PromptSettingsAdapter {
|
|
4282
|
-
set: (tenant_id: string, promptSetting: PromptSetting) => Promise<void>;
|
|
4282
|
+
set: (tenant_id: string, promptSetting: Partial<PromptSetting>) => Promise<void>;
|
|
4283
4283
|
get: (tenant_id: string) => Promise<PromptSetting>;
|
|
4284
4284
|
}
|
|
4285
4285
|
export interface DataAdapters {
|