From 99ac2b6464ee8db96f02111955595c8e5277d2ab Mon Sep 17 00:00:00 2001 From: Qynn Schwaab Date: Tue, 17 Dec 2024 14:16:17 -0500 Subject: [PATCH] chore: add ticket to Oauth and OTP strategy enums --- fixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fixes.yaml b/fixes.yaml index 0addb65..ad4c4e1 100644 --- a/fixes.yaml +++ b/fixes.yaml @@ -16,6 +16,7 @@ actions: - "from_oauth_apple" - "from_oauth_microsoft" - "from_oauth_github" + - "ticket" - target: $["components"]["schemas"]["Oauth"]["properties"]["strategy"]["enum"][*] remove: true - target: $["components"]["schemas"]["Oauth"]["properties"]["strategy"]["enum"] @@ -29,6 +30,7 @@ actions: - "oauth_microsoft" - "oauth_github" - "email_link" + - "ticket" - target: $["components"]["schemas"]["IdentificationLink"]["properties"]["type"]["enum"] update: - "oauth_apple"