add MiUserProfile.defaultCWPriority property and API
This commit is contained in:
parent
74407bc8ee
commit
c8f8a61a00
7 changed files with 45 additions and 3 deletions
|
|
@ -4218,6 +4218,8 @@ export type components = {
|
|||
lastUsed: string;
|
||||
}[];
|
||||
defaultCW: string | null;
|
||||
/** @enum {string} */
|
||||
defaultCWPriority: 'default' | 'parent' | 'defaultParent' | 'parentDefault';
|
||||
};
|
||||
UserDetailedNotMe: components['schemas']['UserLite'] & components['schemas']['UserDetailedNotMeOnly'];
|
||||
MeDetailed: components['schemas']['UserLite'] & components['schemas']['UserDetailedNotMeOnly'] & components['schemas']['MeDetailedOnly'];
|
||||
|
|
@ -21636,6 +21638,8 @@ export type operations = {
|
|||
emailNotificationTypes?: string[];
|
||||
alsoKnownAs?: string[];
|
||||
defaultCW?: string | null;
|
||||
/** @enum {string} */
|
||||
defaultCWPriority?: 'default' | 'parent' | 'defaultParent' | 'parentDefault';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue