1e41f4b71Sopenharmony_ci| Change Type | Old Version | New Version | d.ts File | 2e41f4b71Sopenharmony_ci| ---- | ------ | ------ | -------- | 3e41f4b71Sopenharmony_ci|Added|NA|Class name: calendarManager;<br>Method or attribute name: function getCalendarManager(context: Context) : CalendarManager;|@ohos.calendarManager.d.ts| 4e41f4b71Sopenharmony_ci|Added|NA|Class name: CalendarManager;<br>Method or attribute name: createCalendar(calendarAccount: CalendarAccount): Promise\<Calendar>;|@ohos.calendarManager.d.ts| 5e41f4b71Sopenharmony_ci|Added|NA|Class name: CalendarManager;<br>Method or attribute name: createCalendar(calendarAccount: CalendarAccount, callback: AsyncCallback\<Calendar>): void;|@ohos.calendarManager.d.ts| 6e41f4b71Sopenharmony_ci|Added|NA|Class name: CalendarManager;<br>Method or attribute name: deleteCalendar(calendar: Calendar): Promise\<void>;|@ohos.calendarManager.d.ts| 7e41f4b71Sopenharmony_ci|Added|NA|Class name: CalendarManager;<br>Method or attribute name: deleteCalendar(calendar: Calendar, callback: AsyncCallback\<void>): void;|@ohos.calendarManager.d.ts| 8e41f4b71Sopenharmony_ci|Added|NA|Class name: CalendarManager;<br>Method or attribute name: getCalendar(calendarAccount?: CalendarAccount): Promise\<Calendar>;|@ohos.calendarManager.d.ts| 9e41f4b71Sopenharmony_ci|Added|NA|Class name: CalendarManager;<br>Method or attribute name: getCalendar(calendarAccount: CalendarAccount, callback: AsyncCallback\<Calendar>): void;|@ohos.calendarManager.d.ts| 10e41f4b71Sopenharmony_ci|Added|NA|Class name: CalendarManager;<br>Method or attribute name: getCalendar(callback: AsyncCallback\<Calendar>): void;|@ohos.calendarManager.d.ts| 11e41f4b71Sopenharmony_ci|Added|NA|Class name: CalendarManager;<br>Method or attribute name: getAllCalendars(): Promise\<Calendar[]>;|@ohos.calendarManager.d.ts| 12e41f4b71Sopenharmony_ci|Added|NA|Class name: CalendarManager;<br>Method or attribute name: getAllCalendars(callback: AsyncCallback\<Calendar[]>): void;|@ohos.calendarManager.d.ts| 13e41f4b71Sopenharmony_ci|Added|NA|Class name: Calendar;<br>Method or attribute name: readonly id: number|@ohos.calendarManager.d.ts| 14e41f4b71Sopenharmony_ci|Added|NA|Class name: Calendar;<br>Method or attribute name: addEvent(event: Event): Promise\<number>;|@ohos.calendarManager.d.ts| 15e41f4b71Sopenharmony_ci|Added|NA|Class name: Calendar;<br>Method or attribute name: addEvent(event: Event, callback: AsyncCallback\<number>): void;|@ohos.calendarManager.d.ts| 16e41f4b71Sopenharmony_ci|Added|NA|Class name: Calendar;<br>Method or attribute name: addEvents(events: Event[]): Promise\<void>;|@ohos.calendarManager.d.ts| 17e41f4b71Sopenharmony_ci|Added|NA|Class name: Calendar;<br>Method or attribute name: addEvents(events: Event[], callback: AsyncCallback\<void>): void;|@ohos.calendarManager.d.ts| 18e41f4b71Sopenharmony_ci|Added|NA|Class name: Calendar;<br>Method or attribute name: deleteEvent(id: number): Promise\<void>;|@ohos.calendarManager.d.ts| 19e41f4b71Sopenharmony_ci|Added|NA|Class name: Calendar;<br>Method or attribute name: deleteEvent(id: number, callback: AsyncCallback\<void>): void;|@ohos.calendarManager.d.ts| 20e41f4b71Sopenharmony_ci|Added|NA|Class name: Calendar;<br>Method or attribute name: deleteEvents(ids: number[]): Promise\<void>;|@ohos.calendarManager.d.ts| 21e41f4b71Sopenharmony_ci|Added|NA|Class name: Calendar;<br>Method or attribute name: deleteEvents(ids: number[], callback: AsyncCallback\<void>): void;|@ohos.calendarManager.d.ts| 22e41f4b71Sopenharmony_ci|Added|NA|Class name: Calendar;<br>Method or attribute name: updateEvent(event: Event): Promise\<void>;|@ohos.calendarManager.d.ts| 23e41f4b71Sopenharmony_ci|Added|NA|Class name: Calendar;<br>Method or attribute name: updateEvent(event: Event, callback: AsyncCallback\<void>): void;|@ohos.calendarManager.d.ts| 24e41f4b71Sopenharmony_ci|Added|NA|Class name: Calendar;<br>Method or attribute name: getEvents(eventFilter?: EventFilter, eventKey?: (keyof Event)[]): Promise\<Event[]>;|@ohos.calendarManager.d.ts| 25e41f4b71Sopenharmony_ci|Added|NA|Class name: Calendar;<br>Method or attribute name: getEvents(eventFilter: EventFilter, eventKey: (keyof Event)[], callback: AsyncCallback\<Event[]>):void;|@ohos.calendarManager.d.ts| 26e41f4b71Sopenharmony_ci|Added|NA|Class name: Calendar;<br>Method or attribute name: getEvents(callback: AsyncCallback\<Event[]>):void;|@ohos.calendarManager.d.ts| 27e41f4b71Sopenharmony_ci|Added|NA|Class name: Calendar;<br>Method or attribute name: getConfig(): CalendarConfig;|@ohos.calendarManager.d.ts| 28e41f4b71Sopenharmony_ci|Added|NA|Class name: Calendar;<br>Method or attribute name: setConfig(config: CalendarConfig): Promise\<void>;|@ohos.calendarManager.d.ts| 29e41f4b71Sopenharmony_ci|Added|NA|Class name: Calendar;<br>Method or attribute name: setConfig(config: CalendarConfig, callback: AsyncCallback\<void>): void;|@ohos.calendarManager.d.ts| 30e41f4b71Sopenharmony_ci|Added|NA|Class name: Calendar;<br>Method or attribute name: getAccount(): CalendarAccount;|@ohos.calendarManager.d.ts| 31e41f4b71Sopenharmony_ci|Added|NA|Class name: CalendarAccount;<br>Method or attribute name: readonly name: string;|@ohos.calendarManager.d.ts| 32e41f4b71Sopenharmony_ci|Added|NA|Class name: CalendarAccount;<br>Method or attribute name: type: CalendarType;|@ohos.calendarManager.d.ts| 33e41f4b71Sopenharmony_ci|Added|NA|Class name: CalendarAccount;<br>Method or attribute name: displayName?: string|@ohos.calendarManager.d.ts| 34e41f4b71Sopenharmony_ci|Added|NA|Class name: CalendarConfig;<br>Method or attribute name: enableReminder?: boolean;|@ohos.calendarManager.d.ts| 35e41f4b71Sopenharmony_ci|Added|NA|Class name: CalendarConfig;<br>Method or attribute name: color?: (number \| string);|@ohos.calendarManager.d.ts| 36e41f4b71Sopenharmony_ci|Added|NA|Class name: Event;<br>Method or attribute name: id?: number;|@ohos.calendarManager.d.ts| 37e41f4b71Sopenharmony_ci|Added|NA|Class name: Event;<br>Method or attribute name: type: EventType;|@ohos.calendarManager.d.ts| 38e41f4b71Sopenharmony_ci|Added|NA|Class name: Event;<br>Method or attribute name: title?: string;|@ohos.calendarManager.d.ts| 39e41f4b71Sopenharmony_ci|Added|NA|Class name: Event;<br>Method or attribute name: location?: Location;|@ohos.calendarManager.d.ts| 40e41f4b71Sopenharmony_ci|Added|NA|Class name: Event;<br>Method or attribute name: startTime: number;|@ohos.calendarManager.d.ts| 41e41f4b71Sopenharmony_ci|Added|NA|Class name: Event;<br>Method or attribute name: endTime: number;|@ohos.calendarManager.d.ts| 42e41f4b71Sopenharmony_ci|Added|NA|Class name: Event;<br>Method or attribute name: isAllDay?: boolean;|@ohos.calendarManager.d.ts| 43e41f4b71Sopenharmony_ci|Added|NA|Class name: Event;<br>Method or attribute name: attendee?: Attendee[];|@ohos.calendarManager.d.ts| 44e41f4b71Sopenharmony_ci|Added|NA|Class name: Event;<br>Method or attribute name: timeZone?: string;|@ohos.calendarManager.d.ts| 45e41f4b71Sopenharmony_ci|Added|NA|Class name: Event;<br>Method or attribute name: reminderTime?: number[];|@ohos.calendarManager.d.ts| 46e41f4b71Sopenharmony_ci|Added|NA|Class name: Event;<br>Method or attribute name: recurrenceRule?: RecurrenceRule;|@ohos.calendarManager.d.ts| 47e41f4b71Sopenharmony_ci|Added|NA|Class name: Event;<br>Method or attribute name: description?: string;|@ohos.calendarManager.d.ts| 48e41f4b71Sopenharmony_ci|Added|NA|Class name: EventService;<br>Method or attribute name: description?: string;|@ohos.calendarManager.d.ts| 49e41f4b71Sopenharmony_ci|Added|NA|Class name: Event;<br>Method or attribute name: service?: EventService;|@ohos.calendarManager.d.ts| 50e41f4b71Sopenharmony_ci|Added|NA|Class name: CalendarType;<br>Method or attribute name: LOCAL = 'local'|@ohos.calendarManager.d.ts| 51e41f4b71Sopenharmony_ci|Added|NA|Class name: CalendarType;<br>Method or attribute name: EMAIL = 'email'|@ohos.calendarManager.d.ts| 52e41f4b71Sopenharmony_ci|Added|NA|Class name: CalendarType;<br>Method or attribute name: BIRTHDAY = 'birthday'|@ohos.calendarManager.d.ts| 53e41f4b71Sopenharmony_ci|Added|NA|Class name: CalendarType;<br>Method or attribute name: CALDAV = 'caldav'|@ohos.calendarManager.d.ts| 54e41f4b71Sopenharmony_ci|Added|NA|Class name: CalendarType;<br>Method or attribute name: SUBSCRIBED = 'subscribed'|@ohos.calendarManager.d.ts| 55e41f4b71Sopenharmony_ci|Added|NA|Class name: Location;<br>Method or attribute name: location?: string;|@ohos.calendarManager.d.ts| 56e41f4b71Sopenharmony_ci|Added|NA|Class name: Location;<br>Method or attribute name: longitude?: number;|@ohos.calendarManager.d.ts| 57e41f4b71Sopenharmony_ci|Added|NA|Class name: Location;<br>Method or attribute name: latitude?: number;|@ohos.calendarManager.d.ts| 58e41f4b71Sopenharmony_ci|Added|NA|Class name: EventFilter;<br>Method or attribute name: static filterById(ids: number[]): EventFilter;|@ohos.calendarManager.d.ts| 59e41f4b71Sopenharmony_ci|Added|NA|Class name: EventFilter;<br>Method or attribute name: static filterByTime(start: number, end: number): EventFilter;|@ohos.calendarManager.d.ts| 60e41f4b71Sopenharmony_ci|Added|NA|Class name: EventFilter;<br>Method or attribute name: static filterByTitle(title: string): EventFilter;|@ohos.calendarManager.d.ts| 61e41f4b71Sopenharmony_ci|Added|NA|Class name: EventType;<br>Method or attribute name: NORMAL = 0|@ohos.calendarManager.d.ts| 62e41f4b71Sopenharmony_ci|Added|NA|Class name: EventType;<br>Method or attribute name: IMPORTANT = 1|@ohos.calendarManager.d.ts| 63e41f4b71Sopenharmony_ci|Added|NA|Class name: RecurrenceRule;<br>Method or attribute name: recurrenceFrequency: RecurrenceFrequency;|@ohos.calendarManager.d.ts| 64e41f4b71Sopenharmony_ci|Added|NA|Class name: RecurrenceRule;<br>Method or attribute name: expire?: number;|@ohos.calendarManager.d.ts| 65e41f4b71Sopenharmony_ci|Added|NA|Class name: RecurrenceFrequency;<br>Method or attribute name: YEARLY = 0|@ohos.calendarManager.d.ts| 66e41f4b71Sopenharmony_ci|Added|NA|Class name: RecurrenceFrequency;<br>Method or attribute name: MONTHLY = 1|@ohos.calendarManager.d.ts| 67e41f4b71Sopenharmony_ci|Added|NA|Class name: RecurrenceFrequency;<br>Method or attribute name: WEEKLY = 2|@ohos.calendarManager.d.ts| 68e41f4b71Sopenharmony_ci|Added|NA|Class name: RecurrenceFrequency;<br>Method or attribute name: DAILY = 3|@ohos.calendarManager.d.ts| 69e41f4b71Sopenharmony_ci|Added|NA|Class name: Attendee;<br>Method or attribute name: name: string;|@ohos.calendarManager.d.ts| 70e41f4b71Sopenharmony_ci|Added|NA|Class name: Attendee;<br>Method or attribute name: email: string;|@ohos.calendarManager.d.ts| 71e41f4b71Sopenharmony_ci|Added|NA|Class name: EventService;<br>Method or attribute name: type: ServiceType;|@ohos.calendarManager.d.ts| 72e41f4b71Sopenharmony_ci|Added|NA|Class name: EventService;<br>Method or attribute name: uri: string;|@ohos.calendarManager.d.ts| 73e41f4b71Sopenharmony_ci|Added|NA|Class name: ServiceType;<br>Method or attribute name: MEETING = 'Meeting'|@ohos.calendarManager.d.ts| 74e41f4b71Sopenharmony_ci|Added|NA|Class name: ServiceType;<br>Method or attribute name: WATCHING = 'Watching'|@ohos.calendarManager.d.ts| 75e41f4b71Sopenharmony_ci|Added|NA|Class name: ServiceType;<br>Method or attribute name: REPAYMENT = 'Repayment'|@ohos.calendarManager.d.ts| 76e41f4b71Sopenharmony_ci|Added|NA|Class name: ServiceType;<br>Method or attribute name: LIVE = 'Live'|@ohos.calendarManager.d.ts| 77e41f4b71Sopenharmony_ci|Added|NA|Class name: ServiceType;<br>Method or attribute name: SHOPPING = 'Shopping'|@ohos.calendarManager.d.ts| 78e41f4b71Sopenharmony_ci|Added|NA|Class name: ServiceType;<br>Method or attribute name: TRIP = 'Trip'|@ohos.calendarManager.d.ts| 79e41f4b71Sopenharmony_ci|Added|NA|Class name: ServiceType;<br>Method or attribute name: CLASS = 'Class'|@ohos.calendarManager.d.ts| 80e41f4b71Sopenharmony_ci|Added|NA|Class name: ServiceType;<br>Method or attribute name: SPORTS_EVENTS = 'SportsEvents'|@ohos.calendarManager.d.ts| 81e41f4b71Sopenharmony_ci|Added|NA|Class name: ServiceType;<br>Method or attribute name: SPORTS_EXERCISE = 'SportsExercise'|@ohos.calendarManager.d.ts| 82e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function addContact(context: Context, contact: Contact, callback: AsyncCallback\<number>): void;|@ohos.contact.d.ts| 83e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function addContact(context: Context, contact: Contact): Promise\<number>;|@ohos.contact.d.ts| 84e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function selectContacts(callback: AsyncCallback\<Array\<Contact>>): void;|@ohos.contact.d.ts| 85e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function selectContacts(): Promise\<Array\<Contact>>;|@ohos.contact.d.ts| 86e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function selectContacts(options: ContactSelectionOptions, callback: AsyncCallback\<Array\<Contact>>): void;|@ohos.contact.d.ts| 87e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function selectContacts(options: ContactSelectionOptions): Promise\<Array\<Contact>>;|@ohos.contact.d.ts| 88e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function deleteContact(context: Context, key: string, callback: AsyncCallback\<void>): void;|@ohos.contact.d.ts| 89e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function deleteContact(context: Context, key: string): Promise\<void>;|@ohos.contact.d.ts| 90e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContact(context: Context, key: string, callback: AsyncCallback\<Contact>): void;|@ohos.contact.d.ts| 91e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContact(context: Context, key: string, holder: Holder, callback: AsyncCallback\<Contact>): void;|@ohos.contact.d.ts| 92e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContact(context: Context, key: string, attrs: ContactAttributes, callback: AsyncCallback\<Contact>): void;|@ohos.contact.d.ts| 93e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContact(context: Context, key: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\<Contact>): void;|@ohos.contact.d.ts| 94e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContact(context: Context, key: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Contact>;|@ohos.contact.d.ts| 95e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContacts(context: Context, callback: AsyncCallback\<Array\<Contact>>): void;|@ohos.contact.d.ts| 96e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContacts(context: Context, holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;|@ohos.contact.d.ts| 97e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContacts(context: Context, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;|@ohos.contact.d.ts| 98e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContacts(context: Context, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;|@ohos.contact.d.ts| 99e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContacts(context: Context, holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;|@ohos.contact.d.ts| 100e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContactsByEmail(context: Context, email: string, callback: AsyncCallback\<Array\<Contact>>): void;|@ohos.contact.d.ts| 101e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContactsByEmail(context: Context, email: string, holder: Holder,<br> callback: AsyncCallback\<Array\<Contact>>): void;|@ohos.contact.d.ts| 102e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContactsByEmail(context: Context, email: string, attrs: ContactAttributes,<br> callback: AsyncCallback\<Array\<Contact>>): void;|@ohos.contact.d.ts| 103e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContactsByEmail(context: Context, email: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;|@ohos.contact.d.ts| 104e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContactsByEmail(context: Context, email: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;|@ohos.contact.d.ts| 105e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(context: Context, phoneNumber: string, callback: AsyncCallback\<Array\<Contact>>): void;|@ohos.contact.d.ts| 106e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(context: Context, phoneNumber: string, holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;|@ohos.contact.d.ts| 107e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(context: Context, phoneNumber: string, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;|@ohos.contact.d.ts| 108e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(context: Context, phoneNumber: string, holder: Holder, attrs: ContactAttributes,<br> callback: AsyncCallback\<Array\<Contact>>): void;|@ohos.contact.d.ts| 109e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(context: Context, phoneNumber: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;|@ohos.contact.d.ts| 110e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryGroups(context: Context, callback: AsyncCallback\<Array\<Group>>): void;|@ohos.contact.d.ts| 111e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryGroups(context: Context, holder: Holder, callback: AsyncCallback\<Array\<Group>>): void;|@ohos.contact.d.ts| 112e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryGroups(context: Context, holder?: Holder): Promise\<Array\<Group>>;|@ohos.contact.d.ts| 113e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryHolders(context: Context, callback: AsyncCallback\<Array\<Holder>>): void;|@ohos.contact.d.ts| 114e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryHolders(context: Context): Promise\<Array\<Holder>>;|@ohos.contact.d.ts| 115e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryKey(context: Context, id: number, callback: AsyncCallback\<string>): void;|@ohos.contact.d.ts| 116e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryKey(context: Context, id: number, holder: Holder, callback: AsyncCallback\<string>): void;|@ohos.contact.d.ts| 117e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryKey(context: Context, id: number, holder?: Holder): Promise\<string>;|@ohos.contact.d.ts| 118e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryMyCard(context: Context, callback: AsyncCallback\<Contact>): void;|@ohos.contact.d.ts| 119e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryMyCard(context: Context, attrs: ContactAttributes, callback: AsyncCallback\<Contact>): void;|@ohos.contact.d.ts| 120e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function queryMyCard(context: Context, attrs?: ContactAttributes): Promise\<Contact>;|@ohos.contact.d.ts| 121e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function updateContact(context: Context, contact: Contact, callback: AsyncCallback\<void>): void;|@ohos.contact.d.ts| 122e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function updateContact(context: Context, contact: Contact, attrs: ContactAttributes, callback: AsyncCallback\<void>): void;|@ohos.contact.d.ts| 123e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function updateContact(context: Context, contact: Contact, attrs?: ContactAttributes): Promise\<void>;|@ohos.contact.d.ts| 124e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function isLocalContact(context: Context, id: number, callback: AsyncCallback\<boolean>): void;|@ohos.contact.d.ts| 125e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function isLocalContact(context: Context, id: number): Promise\<boolean>;|@ohos.contact.d.ts| 126e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function isMyCard(context: Context, id: number, callback: AsyncCallback\<boolean>): void;|@ohos.contact.d.ts| 127e41f4b71Sopenharmony_ci|Added|NA|Class name: contact;<br>Method or attribute name: function isMyCard(context: Context, id: number): Promise\<boolean>;|@ohos.contact.d.ts| 128e41f4b71Sopenharmony_ci|Added|NA|Class name: ContactSelectionOptions;<br>Method or attribute name: isMultiSelect?: boolean;|@ohos.contact.d.ts| 129e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function addContact(contact: Contact, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function addContact(contact: Contact, callback: AsyncCallback\<number>): void;<br>New version information: 10<br>Substitute API: contact.addContact#addContact|@ohos.contact.d.ts| 130e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function addContact(contact: Contact): Promise\<number>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function addContact(contact: Contact): Promise\<number>;<br>New version information: 10<br>Substitute API: contact.addContact#addContact|@ohos.contact.d.ts| 131e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function selectContact(callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function selectContact(callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: 10<br>Substitute API: contact.selectContact#selectContacts|@ohos.contact.d.ts| 132e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function selectContact(): Promise\<Array\<Contact>>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function selectContact(): Promise\<Array\<Contact>>;<br>New version information: 10<br>Substitute API: contact.selectContact#selectContacts|@ohos.contact.d.ts| 133e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function deleteContact(key: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function deleteContact(key: string, callback: AsyncCallback\<void>): void;<br>New version information: 10<br>Substitute API: contact.deleteContact#deleteContact|@ohos.contact.d.ts| 134e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function deleteContact(key: string): Promise\<void>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function deleteContact(key: string): Promise\<void>;<br>New version information: 10<br>Substitute API: contact.deleteContact#deleteContact|@ohos.contact.d.ts| 135e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContact(key: string, callback: AsyncCallback\<Contact>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContact(key: string, callback: AsyncCallback\<Contact>): void;<br>New version information: 10<br>Substitute API: contact.queryContact#queryContact|@ohos.contact.d.ts| 136e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContact(key: string, holder: Holder, callback: AsyncCallback\<Contact>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContact(key: string, holder: Holder, callback: AsyncCallback\<Contact>): void;<br>New version information: 10<br>Substitute API: contact.queryContact#queryContact|@ohos.contact.d.ts| 137e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContact(key: string, attrs: ContactAttributes, callback: AsyncCallback\<Contact>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContact(key: string, attrs: ContactAttributes, callback: AsyncCallback\<Contact>): void;<br>New version information: 10<br>Substitute API: contact.queryContact#queryContact|@ohos.contact.d.ts| 138e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContact(key: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\<Contact>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContact(key: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\<Contact>): void;<br>New version information: 10<br>Substitute API: contact.queryContact#queryContact|@ohos.contact.d.ts| 139e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContact(key: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Contact>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContact(key: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Contact>;<br>New version information: 10<br>Substitute API: contact.queryContact#queryContact|@ohos.contact.d.ts| 140e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContacts(callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContacts(callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: 10<br>Substitute API: contact.queryContacts#queryContacts|@ohos.contact.d.ts| 141e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContacts(holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContacts(holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: 10<br>Substitute API: contact.queryContacts#queryContacts|@ohos.contact.d.ts| 142e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContacts(attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContacts(attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: 10<br>Substitute API: contact.queryContacts#queryContacts|@ohos.contact.d.ts| 143e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContacts(holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContacts(holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: 10<br>Substitute API: contact.queryContacts#queryContacts|@ohos.contact.d.ts| 144e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContacts(holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContacts(holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;<br>New version information: 10<br>Substitute API: contact.queryContacts#queryContacts|@ohos.contact.d.ts| 145e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContactsByEmail(email: string, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContactsByEmail(email: string, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: 10<br>Substitute API: contact.queryContactsByEmail#queryContactsByEmail|@ohos.contact.d.ts| 146e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContactsByEmail(email: string, holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContactsByEmail(email: string, holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: 10<br>Substitute API: contact.queryContactsByEmail#queryContactsByEmail|@ohos.contact.d.ts| 147e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContactsByEmail(email: string, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContactsByEmail(email: string, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: 10<br>Substitute API: contact.queryContactsByEmail#queryContactsByEmail|@ohos.contact.d.ts| 148e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContactsByEmail(email: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContactsByEmail(email: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: 10<br>Substitute API: contact.queryContactsByEmail#queryContactsByEmail|@ohos.contact.d.ts| 149e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContactsByEmail(email: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContactsByEmail(email: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;<br>New version information: 10<br>Substitute API: contact.queryContactsByEmail#queryContactsByEmail|@ohos.contact.d.ts| 150e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(phoneNumber: string, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(phoneNumber: string, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: 10<br>Substitute API: contact.queryContactsByPhoneNumber#queryContactsByPhoneNumber|@ohos.contact.d.ts| 151e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(phoneNumber: string, holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(phoneNumber: string, holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: 10<br>Substitute API: contact.queryContactsByPhoneNumber#queryContactsByPhoneNumber|@ohos.contact.d.ts| 152e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(phoneNumber: string, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(phoneNumber: string, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: 10<br>Substitute API: contact.queryContactsByPhoneNumber#queryContactsByPhoneNumber|@ohos.contact.d.ts| 153e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(phoneNumber: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(phoneNumber: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: 10<br>Substitute API: contact.queryContactsByPhoneNumber#queryContactsByPhoneNumber|@ohos.contact.d.ts| 154e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(phoneNumber: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(phoneNumber: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;<br>New version information: 10<br>Substitute API: contact.queryContactsByPhoneNumber#queryContactsByPhoneNumber|@ohos.contact.d.ts| 155e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryGroups(callback: AsyncCallback\<Array\<Group>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryGroups(callback: AsyncCallback\<Array\<Group>>): void;<br>New version information: 10<br>Substitute API: contact.queryGroups#queryGroups|@ohos.contact.d.ts| 156e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryGroups(holder: Holder, callback: AsyncCallback\<Array\<Group>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryGroups(holder: Holder, callback: AsyncCallback\<Array\<Group>>): void;<br>New version information: 10<br>Substitute API: contact.queryGroups#queryGroups|@ohos.contact.d.ts| 157e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryGroups(holder?: Holder): Promise\<Array\<Group>>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryGroups(holder?: Holder): Promise\<Array\<Group>>;<br>New version information: 10<br>Substitute API: contact.queryGroups#queryGroups|@ohos.contact.d.ts| 158e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryHolders(callback: AsyncCallback\<Array\<Holder>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryHolders(callback: AsyncCallback\<Array\<Holder>>): void;<br>New version information: 10<br>Substitute API: contact.queryHolders#queryHolders|@ohos.contact.d.ts| 159e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryHolders(): Promise\<Array\<Holder>>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryHolders(): Promise\<Array\<Holder>>;<br>New version information: 10<br>Substitute API: contact.queryHolders#queryHolders|@ohos.contact.d.ts| 160e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryKey(id: number, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryKey(id: number, callback: AsyncCallback\<string>): void;<br>New version information: 10<br>Substitute API: contact.queryKey#queryKey|@ohos.contact.d.ts| 161e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryKey(id: number, holder: Holder, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryKey(id: number, holder: Holder, callback: AsyncCallback\<string>): void;<br>New version information: 10<br>Substitute API: contact.queryKey#queryKey|@ohos.contact.d.ts| 162e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryKey(id: number, holder?: Holder): Promise\<string>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryKey(id: number, holder?: Holder): Promise\<string>;<br>New version information: 10<br>Substitute API: contact.queryKey#queryKey|@ohos.contact.d.ts| 163e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryMyCard(callback: AsyncCallback\<Contact>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryMyCard(callback: AsyncCallback\<Contact>): void;<br>New version information: 10<br>Substitute API: contact.queryMyCard#queryMyCard|@ohos.contact.d.ts| 164e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryMyCard(attrs: ContactAttributes, callback: AsyncCallback\<Contact>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryMyCard(attrs: ContactAttributes, callback: AsyncCallback\<Contact>): void;<br>New version information: 10<br>Substitute API: contact.queryMyCard#queryMyCard|@ohos.contact.d.ts| 165e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function queryMyCard(attrs?: ContactAttributes): Promise\<Contact>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryMyCard(attrs?: ContactAttributes): Promise\<Contact>;<br>New version information: 10<br>Substitute API: contact.queryMyCard#queryMyCard|@ohos.contact.d.ts| 166e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function updateContact(contact: Contact, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function updateContact(contact: Contact, callback: AsyncCallback\<void>): void;<br>New version information: 10<br>Substitute API: contact.updateContact#updateContact|@ohos.contact.d.ts| 167e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function updateContact(contact: Contact, attrs: ContactAttributes, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function updateContact(contact: Contact, attrs: ContactAttributes, callback: AsyncCallback\<void>): void;<br>New version information: 10<br>Substitute API: contact.updateContact#updateContact|@ohos.contact.d.ts| 168e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function updateContact(contact: Contact, attrs?: ContactAttributes): Promise\<void>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function updateContact(contact: Contact, attrs?: ContactAttributes): Promise\<void>;<br>New version information: 10<br>Substitute API: contact.updateContact#updateContact|@ohos.contact.d.ts| 169e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function isLocalContact(id: number, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function isLocalContact(id: number, callback: AsyncCallback\<boolean>): void;<br>New version information: 10<br>Substitute API: contact.isLocalContact#isLocalContact|@ohos.contact.d.ts| 170e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function isLocalContact(id: number): Promise\<boolean>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function isLocalContact(id: number): Promise\<boolean>;<br>New version information: 10<br>Substitute API: contact.isLocalContact#isLocalContact|@ohos.contact.d.ts| 171e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function isMyCard(id: number, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function isMyCard(id: number, callback: AsyncCallback\<boolean>): void;<br>New version information: 10<br>Substitute API: contact.deleteContact#deleteContact|@ohos.contact.d.ts| 172e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: contact;<br>Method or attribute name: function isMyCard(id: number): Promise\<boolean>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function isMyCard(id: number): Promise\<boolean>;<br>New version information: 10<br>Substitute API: contact.isMyCard#isMyCard|@ohos.contact.d.ts| 173e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function addContact(contact: Contact): Promise\<number>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function addContact(contact: Contact): Promise\<number>;<br>New version information: ohos.permission.WRITE_CONTACTS|@ohos.contact.d.ts| 174e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function selectContact(): Promise\<Array\<Contact>>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function selectContact(): Promise\<Array\<Contact>>;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 175e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function deleteContact(key: string): Promise\<void>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function deleteContact(key: string): Promise\<void>;<br>New version information: ohos.permission.WRITE_CONTACTS|@ohos.contact.d.ts| 176e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryContact(key: string, holder: Holder, callback: AsyncCallback\<Contact>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContact(key: string, holder: Holder, callback: AsyncCallback\<Contact>): void;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 177e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryContact(key: string, attrs: ContactAttributes, callback: AsyncCallback\<Contact>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContact(key: string, attrs: ContactAttributes, callback: AsyncCallback\<Contact>): void;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 178e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryContact(key: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\<Contact>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContact(key: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\<Contact>): void;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 179e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryContact(key: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Contact>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContact(key: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Contact>;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 180e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryContacts(holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContacts(holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 181e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryContacts(attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContacts(attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 182e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryContacts(holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContacts(holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 183e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryContacts(holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContacts(holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 184e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryContactsByEmail(email: string, holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContactsByEmail(email: string, holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 185e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryContactsByEmail(email: string, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContactsByEmail(email: string, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 186e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryContactsByEmail(email: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContactsByEmail(email: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 187e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryContactsByEmail(email: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContactsByEmail(email: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 188e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(phoneNumber: string, holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(phoneNumber: string, holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 189e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(phoneNumber: string, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(phoneNumber: string, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 190e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(phoneNumber: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(phoneNumber: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 191e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(phoneNumber: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryContactsByPhoneNumber(phoneNumber: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 192e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryGroups(holder: Holder, callback: AsyncCallback\<Array\<Group>>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryGroups(holder: Holder, callback: AsyncCallback\<Array\<Group>>): void;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 193e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryGroups(holder?: Holder): Promise\<Array\<Group>>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryGroups(holder?: Holder): Promise\<Array\<Group>>;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 194e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryHolders(): Promise\<Array\<Holder>>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryHolders(): Promise\<Array\<Holder>>;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 195e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryKey(id: number, holder: Holder, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryKey(id: number, holder: Holder, callback: AsyncCallback\<string>): void;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 196e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryKey(id: number, holder?: Holder): Promise\<string>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryKey(id: number, holder?: Holder): Promise\<string>;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 197e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryMyCard(attrs: ContactAttributes, callback: AsyncCallback\<Contact>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryMyCard(attrs: ContactAttributes, callback: AsyncCallback\<Contact>): void;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 198e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function queryMyCard(attrs?: ContactAttributes): Promise\<Contact>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function queryMyCard(attrs?: ContactAttributes): Promise\<Contact>;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 199e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function updateContact(contact: Contact, attrs: ContactAttributes, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: contact;<br>Method or attribute name: function updateContact(contact: Contact, attrs: ContactAttributes, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.WRITE_CONTACTS|@ohos.contact.d.ts| 200e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function updateContact(contact: Contact, attrs?: ContactAttributes): Promise\<void>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function updateContact(contact: Contact, attrs?: ContactAttributes): Promise\<void>;<br>New version information: ohos.permission.WRITE_CONTACTS|@ohos.contact.d.ts| 201e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function isLocalContact(id: number): Promise\<boolean>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function isLocalContact(id: number): Promise\<boolean>;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 202e41f4b71Sopenharmony_ci|Permission changed|Class name: contact;<br>Method or attribute name: function isMyCard(id: number): Promise\<boolean>;<br>Old version information: |Class name: contact;<br>Method or attribute name: function isMyCard(id: number): Promise\<boolean>;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.contact.d.ts| 203e41f4b71Sopenharmony_ci|Type changed|Class name: Contact;<br>Method or attribute name: readonly id?: number<br>Old version information: |Class name: Contact;<br>Method or attribute name: readonly id?: number<br>New version information: ?number|@ohos.contact.d.ts| 204e41f4b71Sopenharmony_ci|Type changed|Class name: Contact;<br>Method or attribute name: readonly key?: string<br>Old version information: |Class name: Contact;<br>Method or attribute name: readonly key?: string<br>New version information: ?string|@ohos.contact.d.ts| 205e41f4b71Sopenharmony_ci|Type changed|Class name: Contact;<br>Method or attribute name: contactAttributes?: ContactAttributes<br>Old version information: |Class name: Contact;<br>Method or attribute name: contactAttributes?: ContactAttributes<br>New version information: ?ContactAttributes|@ohos.contact.d.ts| 206e41f4b71Sopenharmony_ci|Type changed|Class name: Contact;<br>Method or attribute name: emails?: Email[]<br>Old version information: |Class name: Contact;<br>Method or attribute name: emails?: Email[]<br>New version information: ?Email[]|@ohos.contact.d.ts| 207e41f4b71Sopenharmony_ci|Type changed|Class name: Contact;<br>Method or attribute name: events?: Event[]<br>Old version information: |Class name: Contact;<br>Method or attribute name: events?: Event[]<br>New version information: ?Event[]|@ohos.contact.d.ts| 208e41f4b71Sopenharmony_ci|Type changed|Class name: Contact;<br>Method or attribute name: groups?: Group[]<br>Old version information: |Class name: Contact;<br>Method or attribute name: groups?: Group[]<br>New version information: ?Group[]|@ohos.contact.d.ts| 209e41f4b71Sopenharmony_ci|Type changed|Class name: Contact;<br>Method or attribute name: imAddresses?: ImAddress[]<br>Old version information: |Class name: Contact;<br>Method or attribute name: imAddresses?: ImAddress[]<br>New version information: ?ImAddress[]|@ohos.contact.d.ts| 210e41f4b71Sopenharmony_ci|Type changed|Class name: Contact;<br>Method or attribute name: phoneNumbers?: PhoneNumber[]<br>Old version information: |Class name: Contact;<br>Method or attribute name: phoneNumbers?: PhoneNumber[]<br>New version information: ?PhoneNumber[]|@ohos.contact.d.ts| 211e41f4b71Sopenharmony_ci|Type changed|Class name: Contact;<br>Method or attribute name: portrait?: Portrait<br>Old version information: |Class name: Contact;<br>Method or attribute name: portrait?: Portrait<br>New version information: ?Portrait|@ohos.contact.d.ts| 212e41f4b71Sopenharmony_ci|Type changed|Class name: Contact;<br>Method or attribute name: postalAddresses?: PostalAddress[]<br>Old version information: |Class name: Contact;<br>Method or attribute name: postalAddresses?: PostalAddress[]<br>New version information: ?PostalAddress[]|@ohos.contact.d.ts| 213e41f4b71Sopenharmony_ci|Type changed|Class name: Contact;<br>Method or attribute name: relations?: Relation[]<br>Old version information: |Class name: Contact;<br>Method or attribute name: relations?: Relation[]<br>New version information: ?Relation[]|@ohos.contact.d.ts| 214e41f4b71Sopenharmony_ci|Type changed|Class name: Contact;<br>Method or attribute name: sipAddresses?: SipAddress[]<br>Old version information: |Class name: Contact;<br>Method or attribute name: sipAddresses?: SipAddress[]<br>New version information: ?SipAddress[]|@ohos.contact.d.ts| 215e41f4b71Sopenharmony_ci|Type changed|Class name: Contact;<br>Method or attribute name: websites?: Website[]<br>Old version information: |Class name: Contact;<br>Method or attribute name: websites?: Website[]<br>New version information: ?Website[]|@ohos.contact.d.ts| 216e41f4b71Sopenharmony_ci|Type changed|Class name: Contact;<br>Method or attribute name: name?: Name<br>Old version information: |Class name: Contact;<br>Method or attribute name: name?: Name<br>New version information: ?Name|@ohos.contact.d.ts| 217e41f4b71Sopenharmony_ci|Type changed|Class name: Contact;<br>Method or attribute name: nickName?: NickName<br>Old version information: |Class name: Contact;<br>Method or attribute name: nickName?: NickName<br>New version information: ?NickName|@ohos.contact.d.ts| 218e41f4b71Sopenharmony_ci|Type changed|Class name: Contact;<br>Method or attribute name: note?: Note<br>Old version information: |Class name: Contact;<br>Method or attribute name: note?: Note<br>New version information: ?Note|@ohos.contact.d.ts| 219e41f4b71Sopenharmony_ci|Type changed|Class name: Contact;<br>Method or attribute name: organization?: Organization<br>Old version information: |Class name: Contact;<br>Method or attribute name: organization?: Organization<br>New version information: ?Organization|@ohos.contact.d.ts| 220e41f4b71Sopenharmony_ci|Type changed|Class name: ContactAttributes;<br>Method or attribute name: attributes: Attribute[]<br>Old version information: |Class name: ContactAttributes;<br>Method or attribute name: attributes: Attribute[]<br>New version information: Attribute[]|@ohos.contact.d.ts| 221e41f4b71Sopenharmony_ci|Type changed|Class name: Email;<br>Method or attribute name: email: string<br>Old version information: |Class name: Email;<br>Method or attribute name: email: string<br>New version information: string|@ohos.contact.d.ts| 222e41f4b71Sopenharmony_ci|Type changed|Class name: Email;<br>Method or attribute name: labelName?: string<br>Old version information: |Class name: Email;<br>Method or attribute name: labelName?: string<br>New version information: ?string|@ohos.contact.d.ts| 223e41f4b71Sopenharmony_ci|Type changed|Class name: Event;<br>Method or attribute name: labelName?: string<br>Old version information: |Class name: Event;<br>Method or attribute name: labelName?: string<br>New version information: ?string|@ohos.contact.d.ts| 224e41f4b71Sopenharmony_ci|Type changed|Class name: ImAddress;<br>Method or attribute name: labelName?: string<br>Old version information: |Class name: ImAddress;<br>Method or attribute name: labelName?: string<br>New version information: ?string|@ohos.contact.d.ts| 225e41f4b71Sopenharmony_ci|Type changed|Class name: PhoneNumber;<br>Method or attribute name: labelName?: string<br>Old version information: |Class name: PhoneNumber;<br>Method or attribute name: labelName?: string<br>New version information: ?string|@ohos.contact.d.ts| 226e41f4b71Sopenharmony_ci|Type changed|Class name: PostalAddress;<br>Method or attribute name: labelName?: string<br>Old version information: |Class name: PostalAddress;<br>Method or attribute name: labelName?: string<br>New version information: ?string|@ohos.contact.d.ts| 227e41f4b71Sopenharmony_ci|Type changed|Class name: Relation;<br>Method or attribute name: labelName?: string<br>Old version information: |Class name: Relation;<br>Method or attribute name: labelName?: string<br>New version information: ?string|@ohos.contact.d.ts| 228e41f4b71Sopenharmony_ci|Type changed|Class name: SipAddress;<br>Method or attribute name: labelName?: string<br>Old version information: |Class name: SipAddress;<br>Method or attribute name: labelName?: string<br>New version information: ?string|@ohos.contact.d.ts| 229e41f4b71Sopenharmony_ci|Type changed|Class name: Email;<br>Method or attribute name: displayName?: string<br>Old version information: |Class name: Email;<br>Method or attribute name: displayName?: string<br>New version information: ?string|@ohos.contact.d.ts| 230e41f4b71Sopenharmony_ci|Type changed|Class name: Email;<br>Method or attribute name: labelId?: number<br>Old version information: |Class name: Email;<br>Method or attribute name: labelId?: number<br>New version information: ?number|@ohos.contact.d.ts| 231e41f4b71Sopenharmony_ci|Type changed|Class name: Event;<br>Method or attribute name: labelId?: number<br>Old version information: |Class name: Event;<br>Method or attribute name: labelId?: number<br>New version information: ?number|@ohos.contact.d.ts| 232e41f4b71Sopenharmony_ci|Type changed|Class name: ImAddress;<br>Method or attribute name: labelId?: number<br>Old version information: |Class name: ImAddress;<br>Method or attribute name: labelId?: number<br>New version information: ?number|@ohos.contact.d.ts| 233e41f4b71Sopenharmony_ci|Type changed|Class name: PhoneNumber;<br>Method or attribute name: labelId?: number<br>Old version information: |Class name: PhoneNumber;<br>Method or attribute name: labelId?: number<br>New version information: ?number|@ohos.contact.d.ts| 234e41f4b71Sopenharmony_ci|Type changed|Class name: PostalAddress;<br>Method or attribute name: labelId?: number<br>Old version information: |Class name: PostalAddress;<br>Method or attribute name: labelId?: number<br>New version information: ?number|@ohos.contact.d.ts| 235e41f4b71Sopenharmony_ci|Type changed|Class name: Relation;<br>Method or attribute name: labelId?: number<br>Old version information: |Class name: Relation;<br>Method or attribute name: labelId?: number<br>New version information: ?number|@ohos.contact.d.ts| 236e41f4b71Sopenharmony_ci|Type changed|Class name: SipAddress;<br>Method or attribute name: labelId?: number<br>Old version information: |Class name: SipAddress;<br>Method or attribute name: labelId?: number<br>New version information: ?number|@ohos.contact.d.ts| 237e41f4b71Sopenharmony_ci|Type changed|Class name: Event;<br>Method or attribute name: eventDate: string<br>Old version information: |Class name: Event;<br>Method or attribute name: eventDate: string<br>New version information: string|@ohos.contact.d.ts| 238e41f4b71Sopenharmony_ci|Type changed|Class name: Group;<br>Method or attribute name: groupId?: number<br>Old version information: |Class name: Group;<br>Method or attribute name: groupId?: number<br>New version information: ?number|@ohos.contact.d.ts| 239e41f4b71Sopenharmony_ci|Type changed|Class name: Group;<br>Method or attribute name: title: string<br>Old version information: |Class name: Group;<br>Method or attribute name: title: string<br>New version information: string|@ohos.contact.d.ts| 240e41f4b71Sopenharmony_ci|Type changed|Class name: Holder;<br>Method or attribute name: readonly bundleName: string<br>Old version information: |Class name: Holder;<br>Method or attribute name: readonly bundleName: string<br>New version information: string|@ohos.contact.d.ts| 241e41f4b71Sopenharmony_ci|Type changed|Class name: Holder;<br>Method or attribute name: readonly displayName?: string<br>Old version information: |Class name: Holder;<br>Method or attribute name: readonly displayName?: string<br>New version information: ?string|@ohos.contact.d.ts| 242e41f4b71Sopenharmony_ci|Type changed|Class name: Holder;<br>Method or attribute name: holderId?: number<br>Old version information: |Class name: Holder;<br>Method or attribute name: holderId?: number<br>New version information: ?number|@ohos.contact.d.ts| 243e41f4b71Sopenharmony_ci|Type changed|Class name: ImAddress;<br>Method or attribute name: imAddress: string<br>Old version information: |Class name: ImAddress;<br>Method or attribute name: imAddress: string<br>New version information: string|@ohos.contact.d.ts| 244e41f4b71Sopenharmony_ci|Type changed|Class name: Name;<br>Method or attribute name: familyName?: string<br>Old version information: |Class name: Name;<br>Method or attribute name: familyName?: string<br>New version information: ?string|@ohos.contact.d.ts| 245e41f4b71Sopenharmony_ci|Type changed|Class name: Name;<br>Method or attribute name: familyNamePhonetic?: string<br>Old version information: |Class name: Name;<br>Method or attribute name: familyNamePhonetic?: string<br>New version information: ?string|@ohos.contact.d.ts| 246e41f4b71Sopenharmony_ci|Type changed|Class name: Name;<br>Method or attribute name: fullName: string<br>Old version information: |Class name: Name;<br>Method or attribute name: fullName: string<br>New version information: string|@ohos.contact.d.ts| 247e41f4b71Sopenharmony_ci|Type changed|Class name: Name;<br>Method or attribute name: givenName?: string<br>Old version information: |Class name: Name;<br>Method or attribute name: givenName?: string<br>New version information: ?string|@ohos.contact.d.ts| 248e41f4b71Sopenharmony_ci|Type changed|Class name: Name;<br>Method or attribute name: givenNamePhonetic?: string<br>Old version information: |Class name: Name;<br>Method or attribute name: givenNamePhonetic?: string<br>New version information: ?string|@ohos.contact.d.ts| 249e41f4b71Sopenharmony_ci|Type changed|Class name: Name;<br>Method or attribute name: middleName?: string<br>Old version information: |Class name: Name;<br>Method or attribute name: middleName?: string<br>New version information: ?string|@ohos.contact.d.ts| 250e41f4b71Sopenharmony_ci|Type changed|Class name: Name;<br>Method or attribute name: middleNamePhonetic?: string<br>Old version information: |Class name: Name;<br>Method or attribute name: middleNamePhonetic?: string<br>New version information: ?string|@ohos.contact.d.ts| 251e41f4b71Sopenharmony_ci|Type changed|Class name: Name;<br>Method or attribute name: namePrefix?: string<br>Old version information: |Class name: Name;<br>Method or attribute name: namePrefix?: string<br>New version information: ?string|@ohos.contact.d.ts| 252e41f4b71Sopenharmony_ci|Type changed|Class name: Name;<br>Method or attribute name: nameSuffix?: string<br>Old version information: |Class name: Name;<br>Method or attribute name: nameSuffix?: string<br>New version information: ?string|@ohos.contact.d.ts| 253e41f4b71Sopenharmony_ci|Type changed|Class name: NickName;<br>Method or attribute name: nickName: string<br>Old version information: |Class name: NickName;<br>Method or attribute name: nickName: string<br>New version information: string|@ohos.contact.d.ts| 254e41f4b71Sopenharmony_ci|Type changed|Class name: Note;<br>Method or attribute name: noteContent: string<br>Old version information: |Class name: Note;<br>Method or attribute name: noteContent: string<br>New version information: string|@ohos.contact.d.ts| 255e41f4b71Sopenharmony_ci|Type changed|Class name: Organization;<br>Method or attribute name: name: string<br>Old version information: |Class name: Organization;<br>Method or attribute name: name: string<br>New version information: string|@ohos.contact.d.ts| 256e41f4b71Sopenharmony_ci|Type changed|Class name: Organization;<br>Method or attribute name: title?: string<br>Old version information: |Class name: Organization;<br>Method or attribute name: title?: string<br>New version information: ?string|@ohos.contact.d.ts| 257e41f4b71Sopenharmony_ci|Type changed|Class name: PhoneNumber;<br>Method or attribute name: phoneNumber: string<br>Old version information: |Class name: PhoneNumber;<br>Method or attribute name: phoneNumber: string<br>New version information: string|@ohos.contact.d.ts| 258e41f4b71Sopenharmony_ci|Type changed|Class name: Portrait;<br>Method or attribute name: uri: string<br>Old version information: |Class name: Portrait;<br>Method or attribute name: uri: string<br>New version information: string|@ohos.contact.d.ts| 259e41f4b71Sopenharmony_ci|Type changed|Class name: PostalAddress;<br>Method or attribute name: city?: string<br>Old version information: |Class name: PostalAddress;<br>Method or attribute name: city?: string<br>New version information: ?string|@ohos.contact.d.ts| 260e41f4b71Sopenharmony_ci|Type changed|Class name: PostalAddress;<br>Method or attribute name: country?: string<br>Old version information: |Class name: PostalAddress;<br>Method or attribute name: country?: string<br>New version information: ?string|@ohos.contact.d.ts| 261e41f4b71Sopenharmony_ci|Type changed|Class name: PostalAddress;<br>Method or attribute name: neighborhood?: string<br>Old version information: |Class name: PostalAddress;<br>Method or attribute name: neighborhood?: string<br>New version information: ?string|@ohos.contact.d.ts| 262e41f4b71Sopenharmony_ci|Type changed|Class name: PostalAddress;<br>Method or attribute name: pobox?: string<br>Old version information: |Class name: PostalAddress;<br>Method or attribute name: pobox?: string<br>New version information: ?string|@ohos.contact.d.ts| 263e41f4b71Sopenharmony_ci|Type changed|Class name: PostalAddress;<br>Method or attribute name: postalAddress: string<br>Old version information: |Class name: PostalAddress;<br>Method or attribute name: postalAddress: string<br>New version information: string|@ohos.contact.d.ts| 264e41f4b71Sopenharmony_ci|Type changed|Class name: PostalAddress;<br>Method or attribute name: postcode?: string<br>Old version information: |Class name: PostalAddress;<br>Method or attribute name: postcode?: string<br>New version information: ?string|@ohos.contact.d.ts| 265e41f4b71Sopenharmony_ci|Type changed|Class name: PostalAddress;<br>Method or attribute name: region?: string<br>Old version information: |Class name: PostalAddress;<br>Method or attribute name: region?: string<br>New version information: ?string|@ohos.contact.d.ts| 266e41f4b71Sopenharmony_ci|Type changed|Class name: PostalAddress;<br>Method or attribute name: street?: string<br>Old version information: |Class name: PostalAddress;<br>Method or attribute name: street?: string<br>New version information: ?string|@ohos.contact.d.ts| 267e41f4b71Sopenharmony_ci|Type changed|Class name: Relation;<br>Method or attribute name: relationName: string<br>Old version information: |Class name: Relation;<br>Method or attribute name: relationName: string<br>New version information: string|@ohos.contact.d.ts| 268e41f4b71Sopenharmony_ci|Type changed|Class name: SipAddress;<br>Method or attribute name: sipAddress: string<br>Old version information: |Class name: SipAddress;<br>Method or attribute name: sipAddress: string<br>New version information: string|@ohos.contact.d.ts| 269e41f4b71Sopenharmony_ci|Type changed|Class name: Website;<br>Method or attribute name: website: string<br>Old version information: |Class name: Website;<br>Method or attribute name: website: string<br>New version information: string|@ohos.contact.d.ts| 270