Skip to content

Commit

Permalink
Accept extra DomainUser fields
Browse files Browse the repository at this point in the history
  • Loading branch information
thoukydides authored Oct 23, 2023
1 parent 0c648af commit f6f740c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/aegapi-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,8 @@ export interface DomainAppliance extends ApplianceDataWithPNC {
}
export interface DomainUser {
email: string; // e.g. '[email protected]'
userId?: string; // e.g. '123456789abcdef0123456789abcdef0'
name?: string | null;
}
export interface Domains {
id: number; // e.g. 815573
Expand Down

0 comments on commit f6f740c

Please sign in to comment.