Skip to content

Commit

Permalink
chore: update API specs and client
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 7, 2024
1 parent 81a84b6 commit d7bf83a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/application-server/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ components:
format: int64
login:
type: string
email:
type: string
avatarUrl:
type: string
name:
Expand Down
1 change: 1 addition & 0 deletions webapp/src/app/core/modules/openapi/model/user-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
export interface UserInfo {
id: number;
login: string;
email?: string;
avatarUrl: string;
name: string;
htmlUrl: string;
Expand Down

0 comments on commit d7bf83a

Please sign in to comment.