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

parameter name change for Organizations for Client Credentials #1052

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/management/__generated/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6533,7 +6533,7 @@
total: number;
/**
*/
grants: Array<GetOrganizationClientGrants200ResponseOneOfInner>;
'client-grants': Array<GetOrganizationClientGrants200ResponseOneOfInner>;

Choose a reason for hiding this comment

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

it's client_grants

}
/**
*
Expand Down Expand Up @@ -12156,7 +12156,7 @@
/**
*
*/
export interface SsProfileList extends Array<SsProfile> {}

Check warning on line 12159 in src/management/__generated/models/index.ts

View workflow job for this annotation

GitHub Actions / Build and Test (18.17)

An interface declaring no members is equivalent to its supertype

Check warning on line 12159 in src/management/__generated/models/index.ts

View workflow job for this annotation

GitHub Actions / Build and Test (20.3)

An interface declaring no members is equivalent to its supertype
/**
*
*/
Expand Down
Loading