Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run auto-gen before committing M2M manual changes #151

Merged
merged 6 commits into from
Aug 9, 2023

Conversation

vincent-stytch
Copy link
Contributor

This PR runs the SDK autogenerator on the branch. A subsequent PR will add M2M manual methods.

@vincent-stytch vincent-stytch requested a review from a team as a code owner August 9, 2023 16:53
@@ -173,12 +173,12 @@ async def delete_async(
res = await self.async_client.delete(url)
return DeleteResponse.from_json(res.response.status, res.json)

def delete_phone_number(
def delete_mfa_phone_number(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Were the old MFA methods published already? Is this a breaking change? (Probably a question for the MFA team)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We made these changes last week (pre-launch) but they were only propagated to the Node repo, so I would say this isn't a breaking change

@vincent-stytch vincent-stytch merged commit 02eea74 into main Aug 9, 2023
@vincent-stytch vincent-stytch deleted the v/autogenbeforem2m branch August 9, 2023 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants