|
|
@@ -17,6 +17,7 @@ export declare class ContactItem {
|
|
|
matchesGroup(group: string): boolean;
|
|
|
getFirstEmail(): string | undefined;
|
|
|
getFirstPhone(): string | undefined;
|
|
|
+ getFirstUh(): string | undefined;
|
|
|
search(search: string): boolean;
|
|
|
getMatchingAddresses(search: string): ContactAddress[];
|
|
|
matchesAddressExactly(addressType: string, addressValue: string): boolean;
|