Skip to content

Commit

Permalink
Merge pull request #13 from speakeasy-sdks/chore/add-ticket-strategy
Browse files Browse the repository at this point in the history
chore: add ticket to Oauth and OTP strategy enums
  • Loading branch information
logangingerich authored Dec 18, 2024
2 parents 8992843 + 99ac2b6 commit 5ea371e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -29,6 +30,7 @@ actions:
- "oauth_microsoft"
- "oauth_github"
- "email_link"
- "ticket"
- target: $["components"]["schemas"]["IdentificationLink"]["properties"]["type"]["enum"]
update:
- "oauth_apple"
Expand Down

0 comments on commit 5ea371e

Please sign in to comment.