@authhero/adapter-interfaces 0.15.4 → 0.15.6

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 {
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "type": "git",
12
12
  "url": "https://github.com/markusahlstrand/authhero"
13
13
  },
14
- "version": "0.15.4",
14
+ "version": "0.15.6",
15
15
  "files": [
16
16
  "dist"
17
17
  ],