From 908fd06ab071a6d7d206227c42047017c0bfd795 Mon Sep 17 00:00:00 2001 From: leo9001 Date: Fri, 12 Sep 2025 10:29:55 +0800 Subject: [PATCH 1/3] =?UTF-8?q?esim=E7=9A=84accessType=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: leo9001 --- api/@ohos.telephony.esim.d.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/api/@ohos.telephony.esim.d.ts b/api/@ohos.telephony.esim.d.ts index 424f17090d..7d68d1afad 100644 --- a/api/@ohos.telephony.esim.d.ts +++ b/api/@ohos.telephony.esim.d.ts @@ -487,12 +487,13 @@ declare namespace eSIM { /** * The type of access. * - * @type { number } + * @type { int } * @syscap SystemCapability.Telephony.CoreService.Esim * @systemapi Hide this for inner system use. * @since 18 dynamic + * @since 20 static */ - accessType: number; + accessType: int; } /** -- Gitee From a24ec64d059ba47a8bb813a947641bb16ade7fe2 Mon Sep 17 00:00:00 2001 From: leo9001 Date: Fri, 12 Sep 2025 12:00:17 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9esim=E7=9A=84accessType?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: leo9001 --- api/@ohos.telephony.esim.d.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/api/@ohos.telephony.esim.d.ts b/api/@ohos.telephony.esim.d.ts index 7d68d1afad..3e7572ffc2 100644 --- a/api/@ohos.telephony.esim.d.ts +++ b/api/@ohos.telephony.esim.d.ts @@ -490,8 +490,14 @@ declare namespace eSIM { * @type { int } * @syscap SystemCapability.Telephony.CoreService.Esim * @systemapi Hide this for inner system use. - * @since 18 dynamic - * @since 20 static + * @since 18 + */ + /** + * The type of access. + * + * @type { int } + * @syscap SystemCapability.Telephony.CoreService.Esim + * @since 20 dynamic&&static */ accessType: int; } -- Gitee From 82f942d6891ffa8b7b50d04721245396db715545 Mon Sep 17 00:00:00 2001 From: leo9001 Date: Fri, 12 Sep 2025 06:09:08 +0000 Subject: [PATCH 3/3] update api/@ohos.telephony.esim.d.ts. Signed-off-by: leo9001 --- api/@ohos.telephony.esim.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.telephony.esim.d.ts b/api/@ohos.telephony.esim.d.ts index 3e7572ffc2..430574b9e0 100644 --- a/api/@ohos.telephony.esim.d.ts +++ b/api/@ohos.telephony.esim.d.ts @@ -497,7 +497,7 @@ declare namespace eSIM { * * @type { int } * @syscap SystemCapability.Telephony.CoreService.Esim - * @since 20 dynamic&&static + * @since 20 dynamic&static */ accessType: int; } -- Gitee