Skip to content

Commit 9db4137

Browse files
committed
Update API reports
1 parent b537e21 commit 9db4137

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/api-review/auth.api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export interface ActionCodeSettings {
4545
iOS?: {
4646
bundleId: string;
4747
};
48+
linkDomain?: string;
4849
url: string;
4950
}
5051

@@ -236,6 +237,7 @@ export const AuthErrorCodes: {
236237
readonly MISSING_RECAPTCHA_VERSION: "auth/missing-recaptcha-version";
237238
readonly INVALID_RECAPTCHA_VERSION: "auth/invalid-recaptcha-version";
238239
readonly INVALID_REQ_TYPE: "auth/invalid-req-type";
240+
readonly INVALID_HOSTING_LINK_DOMAIN: "auth/invalid-hosting-link-domain";
239241
};
240242

241243
// @public

0 commit comments

Comments
 (0)