Skip to content

Commit 3167ffa

Browse files
authored
Merge pull request #55 from logangingerich/patch-2
Update fixes.yaml with open enums
2 parents 93df85a + d28191e commit 3167ffa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: fixes.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,21 @@ actions:
149149
- target: $["components"]["schemas"]["SignUp"]["properties"]["public_metadata"]
150150
update:
151151
additionalProperties: true
152+
- target: $["components"]["schemas"]["OTP"]["properties"]["strategy"]
153+
update:
154+
x-speakeasy-unknown-values: allow
155+
- target: $["components"]["schemas"]["Admin"]["properties"]["strategy"]
156+
update:
157+
x-speakeasy-unknown-values: allow
158+
- target: $["components"]["schemas"]["Oauth"]["properties"]["status"]
159+
update:
160+
x-speakeasy-unknown-values: allow
161+
- target: $["components"]["schemas"]["Oauth"]["properties"]["strategy"]
162+
update:
163+
x-speakeasy-unknown-values: allow
164+
- target: $["components"]["schemas"]["IdentificationLink"]["properties"]["type"]
165+
update:
166+
x-speakeasy-unknown-values: allow
167+
- target: $["components"]["schemas"]["EmailAddress"]["properties"]["object"]
168+
update:
169+
x-speakeasy-unknown-values: allow

0 commit comments

Comments
 (0)