workos / workos-dotnet

Official .NET SDK for interacting with the WorkOS API
MIT License
11 stars 8 forks source link

[v2] Change `Connection.Type` to be a string and add `ProviderType` #156

Closed oliverzheng closed 11 months ago

oliverzheng commented 11 months ago

Description

This is a cherry-pick of #154 for the v2 branch, which is based off 082613d60f1ef601de93cd0eaeb294ba3ea8e998. There's a lot of commits in main not yet ready to be released as a new version.

The difference this PR has over #154 is that it includes #138 as well, because that also touches connection type.

Documentation

Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.

[x] Yes

If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.

oliverzheng commented 11 months ago

Closing this in favor of #154. main will be made release ready so we won't need to open this v2.x branch.