From bf58d2ce3b95a3f54fd29a975242c57de09e22c4 Mon Sep 17 00:00:00 2001 From: TingweiCHEN Date: Mon, 11 Aug 2025 10:15:21 +0000 Subject: [PATCH] update api/@ohos.telephony.esim.d.ts. Signed-off-by: TingweiCHEN --- api/@ohos.telephony.esim.d.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/@ohos.telephony.esim.d.ts b/api/@ohos.telephony.esim.d.ts index 6e30c906c9..b4a3857d74 100644 --- a/api/@ohos.telephony.esim.d.ts +++ b/api/@ohos.telephony.esim.d.ts @@ -465,7 +465,6 @@ declare namespace eSIM { * * @interface AccessRule * @syscap SystemCapability.Telephony.CoreService.Esim - * @systemapi Hide this for inner system use. * @since 18 */ export interface AccessRule { @@ -474,7 +473,6 @@ declare namespace eSIM { * * @type { string } * @syscap SystemCapability.Telephony.CoreService.Esim - * @systemapi Hide this for inner system use. * @since 18 */ certificateHashHexStr: string; @@ -484,7 +482,6 @@ declare namespace eSIM { * * @type { string } * @syscap SystemCapability.Telephony.CoreService.Esim - * @systemapi Hide this for inner system use. * @since 18 */ packageName: string; @@ -494,7 +491,6 @@ declare namespace eSIM { * * @type { number } * @syscap SystemCapability.Telephony.CoreService.Esim - * @systemapi Hide this for inner system use. * @since 18 */ accessType: number; -- Gitee