|
@@ -2,6 +2,7 @@ export declare class ContactAddress {
|
|
|
static fromPrefixedString(prefixed: string): ContactAddress;
|
|
static fromPrefixedString(prefixed: string): ContactAddress;
|
|
|
static parsePhoneNumber(search: string): string | undefined;
|
|
static parsePhoneNumber(search: string): string | undefined;
|
|
|
static isValidPhoneNumber(search: string): boolean;
|
|
static isValidPhoneNumber(search: string): boolean;
|
|
|
|
|
+ static isValidUserHash(search: string): true | undefined;
|
|
|
static isValidEmailAddress(search: string): boolean;
|
|
static isValidEmailAddress(search: string): boolean;
|
|
|
static parseEmail(search: string): string | undefined;
|
|
static parseEmail(search: string): string | undefined;
|
|
|
static formatAddress(type: string, address: string): string;
|
|
static formatAddress(type: string, address: string): string;
|