Skip to content

Commit

Permalink
fix: add forgotten export
Browse files Browse the repository at this point in the history
  • Loading branch information
pragatimodi committed May 31, 2023
1 parent 7738f3b commit 66a20c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion etc/firebase-admin.auth.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,11 @@ export interface EmailIdentifier {
email: string;
}

// @public
export interface EmailPrivacyConfig {
enableImprovedEmailPrivacy?: boolean;
}

// @public
export interface EmailSignInProviderConfig {
enabled: boolean;
Expand Down Expand Up @@ -363,7 +368,6 @@ export class PhoneMultiFactorInfo extends MultiFactorInfo {

// @public
export class ProjectConfig {
// Warning: (ae-forgotten-export) The symbol "EmailPrivacyConfig" needs to be exported by the entry point index.d.ts
readonly emailPrivacyConfig?: EmailPrivacyConfig;
get multiFactorConfig(): MultiFactorConfig | undefined;
readonly passwordPolicyConfig?: PasswordPolicyConfig;
Expand Down

0 comments on commit 66a20c4

Please sign in to comment.