workos / workos-dotnet

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

Change directory states from linked/unlinked to active/inactive #142

Closed pliao28 closed 1 year ago

pliao28 commented 1 year ago

Description

Change Directory states from linked and unlinked to active and inactive.

Documentation

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

[ ] Yes

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

linear[bot] commented 1 year ago
USRLD-780 Normalize DirectoryState

We want to intercept the directory state we return from the API and change `linked` to `active` and `unlinked` to `inactive`.