Feat: Added CIMD client support, default custom domains, refresh token listing, and type updates#1314
Open
fern-api[bot] wants to merge 1 commit intomasterfrom
Open
Feat: Added CIMD client support, default custom domains, refresh token listing, and type updates#1314fern-api[bot] wants to merge 1 commit intomasterfrom
fern-api[bot] wants to merge 1 commit intomasterfrom
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1314 +/- ##
==========================================
- Coverage 89.07% 89.06% -0.02%
==========================================
Files 382 382
Lines 17856 18046 +190
Branches 8461 8579 +118
==========================================
+ Hits 15906 16072 +166
- Misses 1946 1970 +24
Partials 4 4
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Added support for the following new and modified endpoints:
client.clients.previewCimdMetadata()client.clients.registerCimdClient()client.customDomains.getDefault()client.customDomains.setDefault()client.groups.list()client.groups.delete()client.refreshTokens.list()client.clientGrants.list()CIMD Support
New methods and types for managing CIMD-registered clients:
client.clients.previewCimdMetadata()- Preview metadata from a Client ID Metadata Document URI before registeringclient.clients.registerCimdClient()- Register a client from a Client ID Metadata DocumentCustom Domains - Default Domain Management
client.customDomains.getDefault()- Retrieve the default custom domainclient.customDomains.setDefault()- Set a verified custom domain as the default