Skip to content

Commit

Permalink
typings: Add the missing User.owns__social_service_account property
Browse files Browse the repository at this point in the history
Change-type: minor
  • Loading branch information
thgreasi committed Jan 8, 2025
1 parent c6bdedd commit 6336cdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/types/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export interface User {
team_membership?: ReverseNavigationResource<TeamMembership>;
has_direct_access_to__application?: ReverseNavigationResource<Application>;
user_profile?: ReverseNavigationResource<UserProfile>;
owns__social_service_account?: ReverseNavigationResource<SocialServiceAccount>;
owns__saml_account?: ReverseNavigationResource<SamlAccount>;
}

Expand Down
1 change: 1 addition & 0 deletions typing_tests/pine-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ type UserExpandablePropsExpectation =
| 'user_profile'
| 'team_membership'
| 'has_direct_access_to__application'
| 'owns__social_service_account'
| 'owns__saml_account';

export const userExpandablePropsTest: Equals<
Expand Down

0 comments on commit 6336cdc

Please sign in to comment.