From 530ce2a4667054d10b505912538aecffdcd964df Mon Sep 17 00:00:00 2001 From: xuqiannian Date: Tue, 8 Jul 2025 14:10:47 +0800 Subject: [PATCH 1/2] modify contacts api Signed-off-by: xuqiannian --- api/@ohos.contact.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/@ohos.contact.d.ts b/api/@ohos.contact.d.ts index 9b495ada8a..6c3412f3b9 100644 --- a/api/@ohos.contact.d.ts +++ b/api/@ohos.contact.d.ts @@ -1560,7 +1560,7 @@ declare namespace contact { * Filter type. * * @type { FilterType } - * @syscap SystemCapability.Applications.Contacts + * @syscap SystemCapability.Applications.ContactsData * @atomicservice * @since 15 */ @@ -1668,7 +1668,7 @@ declare namespace contact { * Filter condition. * * @type { FilterCondition } - * @syscap SystemCapability.Applications.Contacts + * @syscap SystemCapability.Applications.ContactsData * @atomicservice * @since 15 */ @@ -1763,7 +1763,7 @@ declare namespace contact { * Data filter field. * * @type { DataField } - * @syscap SystemCapability.Applications.Contacts + * @syscap SystemCapability.Applications.ContactsData * @atomicservice * @since 15 */ @@ -4842,4 +4842,4 @@ declare namespace contact { } } -export default contact; \ No newline at end of file +export default contact; -- Gitee From 4b0affb75bc23519db2f08814c548f4ddcb18d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=8D=83=E5=B9=B4?= Date: Tue, 8 Jul 2025 08:05:06 +0000 Subject: [PATCH 2/2] update api/@ohos.contact.d.ts. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 许千年 --- api/@ohos.contact.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.contact.d.ts b/api/@ohos.contact.d.ts index 6c3412f3b9..6b4ffdf3fb 100644 --- a/api/@ohos.contact.d.ts +++ b/api/@ohos.contact.d.ts @@ -4842,4 +4842,4 @@ declare namespace contact { } } -export default contact; +export default contact; \ No newline at end of file -- Gitee