diff --git a/api/@ohos.bundle.d.ts b/api/@ohos.bundle.d.ts index f343494701c9901eeb35b0a65303781723ba000b..397678598de52e808c06fe6296f19c52470f6b35 100644 --- a/api/@ohos.bundle.d.ts +++ b/api/@ohos.bundle.d.ts @@ -306,13 +306,6 @@ declare namespace bundle { * @syscap SystemCapability.BundleManager.BundleFramework */ userId?: number; - - /** - * @default Indicates the network id - * @since 7 - * @syscap SystemCapability.BundleManager.BundleFramework - */ - networkId?: string; } /** diff --git a/api/bundle/abilityInfo.d.ts b/api/bundle/abilityInfo.d.ts index 28664606dea72f952f056e0c05a73d8f8e8d0849..87bd8399bc566e9c80a386ddadbc71fe3337ddd8 100644 --- a/api/bundle/abilityInfo.d.ts +++ b/api/bundle/abilityInfo.d.ts @@ -201,46 +201,6 @@ export interface AbilityInfo { */ readonly applicationInfo: ApplicationInfo; - /** - * @default Where form can be displayed - * @since 7 - * @syscap SystemCapability.BundleManager.BundleFramework - * @FAModelOnly - */ - readonly formEntity: number; - - /** - * @default Minimum height of ability. - * @since 7 - * @syscap SystemCapability.BundleManager.BundleFramework - * @FAModelOnly - */ - readonly minFormHeight: number; - - /** - * @default Default height of ability - * @since 7 - * @syscap SystemCapability.BundleManager.BundleFramework - * @FAModelOnly - */ - readonly defaultFormHeight: number; - - /** - * @default Minimum width of ability - * @since 7 - * @syscap SystemCapability.BundleManager.BundleFramework - * @FAModelOnly - */ - readonly minFormWidth: number; - - /** - * @default Default width of ability - * @since 7 - * @syscap SystemCapability.BundleManager.BundleFramework - * @FAModelOnly - */ - readonly defaultFormWidth: number; - /** * @default Uri of ability * @since 7 @@ -249,13 +209,6 @@ export interface AbilityInfo { */ readonly uri: string; - /** - * @default Indicates the custom metadata of ability - * @since 7 - * @syscap SystemCapability.BundleManager.BundleFramework - */ - customizeData: Map>; - /** * @default Indicates the metadata of ability * @since 8 diff --git a/api/bundle/applicationInfo.d.ts b/api/bundle/applicationInfo.d.ts index 380eeac7701e5b40e97193d8ac1033e0d91cc2c2..469e18a970c63cb5b39ef54c20a9396ef72ad9fe 100644 --- a/api/bundle/applicationInfo.d.ts +++ b/api/bundle/applicationInfo.d.ts @@ -137,13 +137,6 @@ export interface ApplicationInfo { */ readonly codePath: string; - /** - * @default Indicates the custom metadata of the application - * @since 7 - * @syscap SystemCapability.BundleManager.BundleFramework - */ - customizeData: Map; - /** * @default Indicates the metadata of module * @since 8 diff --git a/api/bundle/bundleInfo.d.ts b/api/bundle/bundleInfo.d.ts index a5814f744fe789cc56d913e9a46786b7c31fa876..dddca464338e6f6db81c9f5770e02038222b65d0 100644 --- a/api/bundle/bundleInfo.d.ts +++ b/api/bundle/bundleInfo.d.ts @@ -136,7 +136,7 @@ export interface BundleInfo { * @since 7 * @syscap SystemCapability.BundleManager.BundleFramework */ - readonly abilityInfo: Array; + readonly abilityInfos: Array; /** * @default Indicates the required permissions name defined in file config.json @@ -199,7 +199,7 @@ export interface BundleInfo { * @since 7 * @syscap SystemCapability.BundleManager.BundleFramework */ - readonly hapModuleInfo: Array; + readonly hapModuleInfos: Array; /** * @default Indicates entry module name