mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
* introduce legacy generators * introduce generator navigation service * Introduce default options. These accept a userId so that they can be policy-defined * replace `GeneratorOptions` with backwards compatible `GeneratorNavigation`
7 lines
497 B
TypeScript
7 lines
497 B
TypeScript
export { EffUsernameGeneratorStrategy } from "./eff-username-generator-strategy";
|
|
export { CatchallGeneratorStrategy } from "./catchall-generator-strategy";
|
|
export { SubaddressGeneratorStrategy } from "./subaddress-generator-strategy";
|
|
export { UsernameGeneratorOptions } from "./username-generation-options";
|
|
export { UsernameGenerationServiceAbstraction } from "../abstractions/username-generation.service.abstraction";
|
|
export { UsernameGenerationService } from "./username-generation.service";
|