未验证 提交 087a5246 编写于 作者: O openharmony_ci 提交者: Gitee

!17785 翻译完成:16818 更新diff报告

Merge pull request !17785 from wusongqing/TR16818
# JS API Differences
- [Ability framework](js-apidiff-ability.md)
- [Account subsystem](js-apidiff-account.md)
- [Application subsystem](js-apidiff-application.md)
- [ArkUI development framework](js-apidiff-arkui.md)
- [Power management subsystem](js-apidiff-battery.md)
- [Bundle management framework](js-apidiff-bundle.md)
- [Communication subsystem](js-apidiff-communication.md)
- [Compiler and runtime subsystem](js-apidiff-compiler-and-runtime.md)
- [DFX subsystem](js-apidiff-dfx.md)
- [Distributed data management subsystem](js-apidiff-distributed-data.md)
- [File management subsystem](js-apidiff-file-management.md)
- [Misc services subsystem](js-apidiff-misc.md)
- [Multimedia subsystem](js-apidiff-multimedia.md)
- [Common event and notification subsystem](js-apidiff-notification.md)
- [Resource scheduler subsystem](js-apidiff-resource-scheduler.md)
- [Security subsystem](js-apidiff-security.md)
- [Pan-sensor subsystem](js-apidiff-sensor.md)
- [Startup subsystem](js-apidiff-start-up.md)
- [Telephony subsystem](js-apidiff-telephony.md)
- [Test subsystem](js-apidiff-unitest.md)
- [Update subsystem](js-apidiff-update.md)
- [USB subsystem](js-apidiff-usb.md)
- [User IAM subsystem](js-apidiff-user-iam.md)
- [Web subsystem](js-apidiff-web.md)
- [Window manager subsystem](js-apidiff-window.md)
\ No newline at end of file
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: Authenticator<br>Method or attribute name: checkAccountRemovable(name: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountConstraintEnabled(localId: number, constraint: string, callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountConstraintEnabled(localId: number, constraint: string): Promise\<boolean>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalId(callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalId(): Promise\<number>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForUid(uid: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForUid(uid: number): Promise\<number>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForDomain(domainInfo: DomainAccountInfo): Promise\<number>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getActivatedOsAccountLocalIds(callback: AsyncCallback\<Array\<number>>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getActivatedOsAccountLocalIds(): Promise\<Array\<number>>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForSerialNumber(serialNumber: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForSerialNumber(serialNumber: number): Promise\<number>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getSerialNumberForOsAccountLocalId(localId: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getSerialNumberForOsAccountLocalId(localId: number): Promise\<number>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getBundleIdForUid(uid: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getBundleIdForUid(uid: number): Promise\<number>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountConstraintSourceTypes(localId: number, constraint: string, callback: AsyncCallback\<Array\<ConstraintSourceTypeInfo>>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountConstraintSourceTypes(localId: number, constraint: string): Promise\<Array\<ConstraintSourceTypeInfo>>;|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.appAccount<br>Class name: OAuthTokenInfo<br>Method or attribute name: account?: AppAccountInfo;|NA|@ohos.account.appAccount.d.ts|
|Deleted|Module name: ohos.account.appAccount<br>Class name: AuthenticatorCallback<br>Method or attribute name: onRequestContinued?: () => void;|NA|@ohos.account.appAccount.d.ts|
|Deleted|Module name: ohos.account.appAccount<br>Class name: Authenticator<br>Method or attribute name: isAccountRemovable(name: string, callback: AuthCallback): void;|NA|@ohos.account.appAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: checkConstraintEnabled(localId: number, constraint: string, callback: AsyncCallback\<boolean>): void;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: checkConstraintEnabled(localId: number, constraint: string): Promise\<boolean>;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountLocalIdFromProcess(callback: AsyncCallback\<number>): void;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountLocalIdFromProcess(): Promise\<number>;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountLocalIdFromUid(uid: number, callback: AsyncCallback\<number>): void;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountLocalIdFromUid(uid: number): Promise\<number>;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\<number>): void;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise\<number>;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: getActivatedOsAccountIds(callback: AsyncCallback\<Array\<number>>): void;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: getActivatedOsAccountIds(): Promise\<Array\<number>>;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountLocalIdBySerialNumber(serialNumber: number, callback: AsyncCallback\<number>): void;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountLocalIdBySerialNumber(serialNumber: number): Promise\<number>;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: querySerialNumberByOsAccountLocalId(localId: number, callback: AsyncCallback\<number>): void;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: querySerialNumberByOsAccountLocalId(localId: number): Promise\<number>;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: getBundleIdFromUid(uid: number, callback: AsyncCallback\<number>): void;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: getBundleIdFromUid(uid: number): Promise\<number>;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountConstraintSourceTypes(localId: number, constraint: string, callback: AsyncCallback\<Array\<ConstraintSourceTypeInfo>>): void;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountConstraintSourceTypes(localId: number, constraint: string): Promise\<Array\<ConstraintSourceTypeInfo>>;|NA|@ohos.account.osAccount.d.ts|
|Initial version changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_NOT_EXIST = 0<br>Initial version: N/A|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_NOT_EXIST = 0<br>Initial version: 9|@ohos.account.osAccount.d.ts|
|Initial version changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_BASE = 1<br>Initial version: N/A|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_BASE = 1<br>Initial version: 9|@ohos.account.osAccount.d.ts|
|Initial version changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2<br>Initial version: N/A|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2<br>Initial version: 9|@ohos.account.osAccount.d.ts|
|Initial version changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3<br>Initial version: N/A|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3<br>Initial version: 9|@ohos.account.osAccount.d.ts|
|Initial version changed|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: localId: number;<br>Initial version: N/A|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: localId: number;<br>Initial version: 9|@ohos.account.osAccount.d.ts|
|Initial version changed|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: type: ConstraintSourceType;<br>Initial version: N/A|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: type: ConstraintSourceType;<br>Initial version: 9|@ohos.account.osAccount.d.ts|
|Permission deleted|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(callback: AsyncCallback\<boolean>): void;<br>Permission: ohos.permission.MANAGE_LOCAL_ACCOUNTS or ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(callback: AsyncCallback\<boolean>): void;<br>Permission: N/A|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: PINAuth<br>Method or attribute name: unregisterInputer(): void;<br>Error code: 201|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserIdentityManager<br>Method or attribute name: closeSession(): void;<br>Error code: 201|@ohos.account.osAccount.d.ts|
|Function changed|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(localId?: number): Promise\<boolean>;<br>|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(): Promise\<boolean>;<br>|@ohos.account.osAccount.d.ts|
|Function changed|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(localId?: number): Promise\<boolean>;<br>|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(localId: number): Promise\<boolean>;<br>|@ohos.account.osAccount.d.ts|
|Function changed|Class name: IInputData<br>Method or attribute name: onSetData: (pinSubType: AuthSubType, data: Uint8Array) => void;<br>|Class name: IInputData<br>Method or attribute name: onSetData: (authSubType: AuthSubType, data: Uint8Array) => void;<br>|@ohos.account.osAccount.d.ts|
|Function changed|Class name: IInputer<br>Method or attribute name: onGetData: (pinSubType: AuthSubType, callback: IInputData) => void;<br>|Class name: IInputer<br>Method or attribute name: onGetData: (authSubType: AuthSubType, callback: IInputData) => void;<br>|@ohos.account.osAccount.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Error code added|NA|Class name: call<br>Method or attribute name: function makeCall(phoneNumber: string, callback: AsyncCallback\<void>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function makeCall(phoneNumber: string): Promise\<void>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
因为 它太大了无法显示 source diff 。你可以改为 查看blob
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: BatteryCapacityLevel<br>Method or attribute name: LEVEL_WARNING|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: BatteryCapacityLevel<br>Method or attribute name: LEVEL_SHUTDOWN|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: |@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_SOC = "soc"|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_SOC = "soc"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_CHARGE_STATE = "chargeState"|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_CHARGE_STATE = "chargeState"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_HEALTH_STATE = "healthState"|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_HEALTH_STATE = "healthState"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_PLUGGED_TYPE = "pluggedType"|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_PLUGGED_TYPE = "pluggedType"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_VOLTAGE = "voltage"|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_VOLTAGE = "voltage"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_TECHNOLOGY = "technology"|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_TECHNOLOGY = "technology"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_TEMPERATURE = "temperature"|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_TEMPERATURE = "temperature"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_PRESENT = "present"|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_PRESENT = "present"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_CAPACITY_LEVEL = "capacityLevel"|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_CAPACITY_LEVEL = "capacityLevel"|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: BatteryCapacityLevel<br>Method or attribute name: LEVEL_NONE|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_SOC = 0|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_VOLTAGE|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_TEMPERATURE|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_HEALTH_STATE|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_PLUGGED_TYPE|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_MAX_CURRENT|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_MAX_VOLTAGE|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_CHARGE_STATE|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_CHARGE_COUNTER|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_PRESENT|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_TECHNOLOGY|NA|@ohos.batteryInfo.d.ts|
|Access level changed|Class name: batteryInfo<br>Method or attribute name: const estimatedRemainingChargeTime: number;<br>Access level: public API|Class name: batteryInfo<br>Method or attribute name: const estimatedRemainingChargeTime: number;<br>Access level: system API|@ohos.batteryInfo.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: util<br>Method or attribute name: function generateRandomUUID(entropyCache?: boolean): string;|@ohos.util.d.ts|
|Added|NA|Class name: util<br>Method or attribute name: function generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array;|@ohos.util.d.ts|
|Deleted|Module name: ohos.util<br>Class name: util<br>Method or attribute name: function randomUUID(entropyCache?: boolean): string;|NA|@ohos.util.d.ts|
|Deleted|Module name: ohos.util<br>Class name: util<br>Method or attribute name: function randomBinaryUUID(entropyCache?: boolean): Uint8Array;|NA|@ohos.util.d.ts|
|Function changed|Class name: LRUCache<br>Method or attribute name: contains(key: object): boolean;<br>|Class name: LRUCache<br>Method or attribute name: contains(key: K): boolean;<br>|@ohos.util.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: event|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Class name: event<br>Method or attribute name: |@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: event<br>Method or attribute name: const USER_LOGIN: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Class name: event<br>Method or attribute name: const USER_LOGIN: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: event<br>Method or attribute name: const USER_LOGOUT: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Class name: event<br>Method or attribute name: const USER_LOGOUT: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: event<br>Method or attribute name: const DISTRIBUTED_SERVICE_START: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Class name: event<br>Method or attribute name: const DISTRIBUTED_SERVICE_START: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: param|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Class name: param<br>Method or attribute name: |@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: param<br>Method or attribute name: const USER_ID: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Class name: param<br>Method or attribute name: const USER_ID: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: param<br>Method or attribute name: const DISTRIBUTED_SERVICE_NAME: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Class name: param<br>Method or attribute name: const DISTRIBUTED_SERVICE_NAME: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: param<br>Method or attribute name: const DISTRIBUTED_SERVICE_INSTANCE_ID: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Class name: param<br>Method or attribute name: const DISTRIBUTED_SERVICE_INSTANCE_ID: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Deleted|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Event|NA|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Deleted|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Event<br>Method or attribute name: const USER_LOGIN: string;|NA|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Deleted|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Event<br>Method or attribute name: const USER_LOGOUT: string;|NA|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Deleted|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Event<br>Method or attribute name: const DISTRIBUTED_SERVICE_START: string;|NA|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Deleted|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Param|NA|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Deleted|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Param<br>Method or attribute name: const USER_ID: string;|NA|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Deleted|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Param<br>Method or attribute name: const DISTRIBUTED_SERVICE_NAME: string;|NA|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Deleted|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Param<br>Method or attribute name: const DISTRIBUTED_SERVICE_INSTANCE_ID: string;|NA|@ohos.hiviewdfx.hiAppEvent.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: ShareOption<br>Method or attribute name: INAPP|@ohos.pasteboard.d.ts|
|Added|NA|Class name: ShareOption<br>Method or attribute name: LOCALDEVICE|@ohos.pasteboard.d.ts|
|Added|NA|Class name: ShareOption<br>Method or attribute name: CROSSDEVICE|@ohos.pasteboard.d.ts|
|Added|NA|Class name: PasteDataRecord<br>Method or attribute name: toPlainText(): string;|@ohos.pasteboard.d.ts|
|Deleted|Module name: ohos.pasteboard<br>Class name: ShareOption<br>Method or attribute name: InApp|NA|@ohos.pasteboard.d.ts|
|Deleted|Module name: ohos.pasteboard<br>Class name: ShareOption<br>Method or attribute name: LocalDevice|NA|@ohos.pasteboard.d.ts|
|Deleted|Module name: ohos.pasteboard<br>Class name: ShareOption<br>Method or attribute name: CrossDevice|NA|@ohos.pasteboard.d.ts|
|Deleted|Module name: ohos.pasteboard<br>Class name: PasteDataRecord<br>Method or attribute name: convertToTextV9(callback: AsyncCallback\<string>): void;|NA|@ohos.pasteboard.d.ts|
|Deleted|Module name: ohos.pasteboard<br>Class name: PasteDataRecord<br>Method or attribute name: convertToTextV9(): Promise\<string>;|NA|@ohos.pasteboard.d.ts|
|Deleted|Module name: ohos.request<br>Class name: request<br>Method or attribute name: function download(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;|NA|@ohos.request.d.ts|
|Deleted|Module name: ohos.request<br>Class name: request<br>Method or attribute name: function download(context: BaseContext, config: DownloadConfig): Promise\<DownloadTask>;|NA|@ohos.request.d.ts|
|Deleted|Module name: ohos.request<br>Class name: request<br>Method or attribute name: function upload(context: BaseContext, config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;|NA|@ohos.request.d.ts|
|Deleted|Module name: ohos.request<br>Class name: request<br>Method or attribute name: function upload(context: BaseContext, config: UploadConfig): Promise\<UploadTask>;|NA|@ohos.request.d.ts|
|Deleted|Module name: ohos.screenLock<br>Class name: screenLock<br>Method or attribute name: function isSecure(): boolean;|NA|@ohos.screenLock.d.ts|
|Deleted|Module name: ohos.wallpaper<br>Class name: wallpaper<br>Method or attribute name: function getIdSync(wallpaperType: WallpaperType): number;|NA|@ohos.wallpaper.d.ts|
|Deleted|Module name: ohos.wallpaper<br>Class name: wallpaper<br>Method or attribute name: function getFileSync(wallpaperType: WallpaperType): number;|NA|@ohos.wallpaper.d.ts|
|Deleted|Module name: ohos.wallpaper<br>Class name: wallpaper<br>Method or attribute name: function isChangeAllowed(): boolean;|NA|@ohos.wallpaper.d.ts|
|Deleted|Module name: ohos.wallpaper<br>Class name: wallpaper<br>Method or attribute name: function isUserChangeAllowed(): boolean;|NA|@ohos.wallpaper.d.ts|
|Model changed|Class name: InputMethodExtensionAbility<br>Model: N/A|Class name: InputMethodExtensionAbility<br>Model: @StageModelOnly|@ohos.InputMethodExtensionAbility.d.ts|
|Model changed|Class name: InputMethodExtensionAbility<br>Method or attribute name: context: InputMethodExtensionContext;<br>Model: N/A|Class name: InputMethodExtensionAbility<br>Method or attribute name: context: InputMethodExtensionContext;<br>Model: @StageModelOnly|@ohos.InputMethodExtensionAbility.d.ts|
|Model changed|Class name: InputMethodExtensionAbility<br>Method or attribute name: onCreate(want: Want): void;<br>Model: N/A|Class name: InputMethodExtensionAbility<br>Method or attribute name: onCreate(want: Want): void;<br>Model: @StageModelOnly|@ohos.InputMethodExtensionAbility.d.ts|
|Model changed|Class name: InputMethodExtensionAbility<br>Method or attribute name: onDestroy(): void;<br>Model: N/A|Class name: InputMethodExtensionAbility<br>Method or attribute name: onDestroy(): void;<br>Model: @StageModelOnly|@ohos.InputMethodExtensionAbility.d.ts|
|Model changed|Class name: InputMethodExtensionContext<br>Model: N/A|Class name: InputMethodExtensionContext<br>Model: @StageModelOnly|@ohos.InputMethodExtensionContext.d.ts|
|Model changed|Class name: InputMethodExtensionContext<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Model: N/A|Class name: InputMethodExtensionContext<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Model: @StageModelOnly|@ohos.InputMethodExtensionContext.d.ts|
|Model changed|Class name: InputMethodExtensionContext<br>Method or attribute name: destroy(): Promise\<void>;<br>Model: N/A|Class name: InputMethodExtensionContext<br>Method or attribute name: destroy(): Promise\<void>;<br>Model: @StageModelOnly|@ohos.InputMethodExtensionContext.d.ts|
|Access level changed|Class name: screenLock<br>Method or attribute name: function isLocked(): boolean;<br>Access level: public API|Class name: screenLock<br>Method or attribute name: function isLocked(): boolean;<br>Access level: system API|@ohos.screenLock.d.ts|
|Access level changed|Class name: screenLock<br>Method or attribute name: function unlock(callback: AsyncCallback\<boolean>): void;<br>Access level: public API|Class name: screenLock<br>Method or attribute name: function unlock(callback: AsyncCallback\<boolean>): void;<br>Access level: system API|@ohos.screenLock.d.ts|
|Access level changed|Class name: screenLock<br>Method or attribute name: function unlock():Promise\<boolean>;<br>Access level: public API|Class name: screenLock<br>Method or attribute name: function unlock():Promise\<boolean>;<br>Access level: system API|@ohos.screenLock.d.ts|
|Access level changed|Class name: wallpaper<br>Method or attribute name: function getColorsSync(wallpaperType: WallpaperType): Array\<RgbaColor>;<br>Access level: public API|Class name: wallpaper<br>Method or attribute name: function getColorsSync(wallpaperType: WallpaperType): Array\<RgbaColor>;<br>Access level: system API|@ohos.wallpaper.d.ts|
|Access level changed|Class name: wallpaper<br>Method or attribute name: function getMinHeightSync(): number;<br>Access level: public API|Class name: wallpaper<br>Method or attribute name: function getMinHeightSync(): number;<br>Access level: system API|@ohos.wallpaper.d.ts|
|Access level changed|Class name: wallpaper<br>Method or attribute name: function getMinWidthSync(): number;<br>Access level: public API|Class name: wallpaper<br>Method or attribute name: function getMinWidthSync(): number;<br>Access level: system API|@ohos.wallpaper.d.ts|
|Access level changed|Class name: wallpaper<br>Method or attribute name: function restore(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Access level: public API|Class name: wallpaper<br>Method or attribute name: function restore(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Access level: system API|@ohos.wallpaper.d.ts|
|Access level changed|Class name: wallpaper<br>Method or attribute name: function restore(wallpaperType: WallpaperType): Promise\<void>;<br>Access level: public API|Class name: wallpaper<br>Method or attribute name: function restore(wallpaperType: WallpaperType): Promise\<void>;<br>Access level: system API|@ohos.wallpaper.d.ts|
|Access level changed|Class name: wallpaper<br>Method or attribute name: function setImage(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Access level: public API|Class name: wallpaper<br>Method or attribute name: function setImage(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Access level: system API|@ohos.wallpaper.d.ts|
|Access level changed|Class name: wallpaper<br>Method or attribute name: function setImage(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;<br>Access level: public API|Class name: wallpaper<br>Method or attribute name: function setImage(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;<br>Access level: system API|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: RgbaColor<br>Deprecated version: N/A|Class name: RgbaColor<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: RgbaColor<br>Initial version: N/A|Class name: RgbaColor<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: WallpaperType<br>Initial version: N/A|Class name: WallpaperType<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\<Array\<RgbaColor>>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\<Array\<RgbaColor>>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\<Array\<RgbaColor>>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\<Array\<RgbaColor>>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\<number>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\<number>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getMinHeight(callback: AsyncCallback\<number>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinHeight(callback: AsyncCallback\<number>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getMinHeight(): Promise\<number>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinHeight(): Promise\<number>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getMinWidth(callback: AsyncCallback\<number>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinWidth(callback: AsyncCallback\<number>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getMinWidth(): Promise\<number>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinWidth(): Promise\<number>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(callback: AsyncCallback\<boolean>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(callback: AsyncCallback\<boolean>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(): Promise\<boolean>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(): Promise\<boolean>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(callback: AsyncCallback\<boolean>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(callback: AsyncCallback\<boolean>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(): Promise\<boolean>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(): Promise\<boolean>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\<void>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\<void>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Initial version: 9|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Initial version: 9|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: Request<br>Method or attribute name: static upload(options: UploadRequestOptions): void;<br>Initial version: N/A|Class name: Request<br>Method or attribute name: static upload(options: UploadRequestOptions): void;<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: Request<br>Method or attribute name: static download(options: DownloadRequestOptions): void;<br>Initial version: N/A|Class name: Request<br>Method or attribute name: static download(options: DownloadRequestOptions): void;<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: Request<br>Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;<br>Initial version: N/A|Class name: Request<br>Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;<br>Initial version: 3|@system.request.d.ts|
|Permission deleted|Class name: InputMethodSetting<br>Method or attribute name: showOptionalInputMethods(callback: AsyncCallback\<boolean>): void;<br>Permission: ohos.permission.CONNECT_IME_ABILITY|Class name: InputMethodSetting<br>Method or attribute name: showOptionalInputMethods(callback: AsyncCallback\<boolean>): void;<br>Permission: N/A|@ohos.inputMethod.d.ts|
|Permission deleted|Class name: InputMethodSetting<br>Method or attribute name: showOptionalInputMethods(): Promise\<boolean>;<br>Permission: ohos.permission.CONNECT_IME_ABILITY|Class name: InputMethodSetting<br>Method or attribute name: showOptionalInputMethods(): Promise\<boolean>;<br>Permission: N/A|@ohos.inputMethod.d.ts|
|Error code added|NA|Class name: screenLock<br>Method or attribute name: function isLocked(): boolean;<br>Error code: 202|@ohos.screenLock.d.ts|
|Error code added|NA|Class name: wallpaper<br>Method or attribute name: function getMinHeightSync(): number;<br>Error code: 202|@ohos.wallpaper.d.ts|
|Error code added|NA|Class name: wallpaper<br>Method or attribute name: function getMinWidthSync(): number;<br>Error code: 202|@ohos.wallpaper.d.ts|
|Permission added|Class name: request<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>Permission: N/A|Class name: request<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|SysCap changed|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>SysCap: N/A|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>SysCap:SystemCapability.MiscServices.Wallpaper|@ohos.wallpaper.d.ts|
|SysCap changed|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>SysCap: N/A|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>SysCap:SystemCapability.MiscServices.Wallpaper|@ohos.wallpaper.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: notificationManager<br>Method or attribute name: function isSupportDoNotDisturbMode(callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Class name: notificationManager<br>Method or attribute name: function isSupportDoNotDisturbMode(): Promise\<boolean>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: NotificationCommonDef<br>Class name: BundleOption|NotificationCommonDef.d.ts|
|Added|NA|Module name: NotificationCommonDef<br>Class name: BundleOption<br>Method or attribute name: bundle: string;|NotificationCommonDef.d.ts|
|Added|NA|Module name: NotificationCommonDef<br>Class name: BundleOption<br>Method or attribute name: uid?: number;|NotificationCommonDef.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_CACHE_CLEARED = "usual.event.PACKAGE_CACHE_CLEARED"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USB_STATE = "usual.event.hardware.usb.action.USB_STATE"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USB_PORT_CHANGED = "usual.event.hardware.usb.action.USB_PORT_CHANGED"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_REMOVED = "usual.event.data.VOLUME_REMOVED"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_UNMOUNTED = "usual.event.data.VOLUME_UNMOUNTED"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_MOUNTED = "usual.event.data.VOLUME_MOUNTED"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_BAD_REMOVAL = "usual.event.data.VOLUME_BAD_REMOVAL"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_EJECT = "usual.event.data.VOLUME_EJECT"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_SLOT_CHANGE = "usual.event.SLOT_CHANGE"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_SPN_INFO_CHANGED = "usual.event.SPN_INFO_CHANGED"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_QUICK_FIX_APPLY_RESULT = "usual.event.QUICK_FIX_APPLY_RESULT"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function supportDoNotDisturbMode(callback: AsyncCallback\<boolean>): void;|NA|@ohos.notificationManager.d.ts|
|Deleted|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function supportDoNotDisturbMode(): Promise\<boolean>;|NA|@ohos.notificationManager.d.ts|
|Deleted|Module name: ohos.notificationManager<br>Class name: BundleOption|NA|@ohos.notificationManager.d.ts|
|Deleted|Module name: ohos.notificationManager<br>Class name: BundleOption<br>Method or attribute name: bundle: string;|NA|@ohos.notificationManager.d.ts|
|Deleted|Module name: ohos.notificationManager<br>Class name: BundleOption<br>Method or attribute name: uid?: number;|NA|@ohos.notificationManager.d.ts|
|Deleted|Module name: ohos.notificationSubscribe<br>Class name: BundleOption|NA|@ohos.notificationSubscribe.d.ts|
|Deleted|Module name: ohos.notificationSubscribe<br>Class name: BundleOption<br>Method or attribute name: bundle: string;|NA|@ohos.notificationSubscribe.d.ts|
|Deleted|Module name: ohos.notificationSubscribe<br>Class name: BundleOption<br>Method or attribute name: uid?: number;|NA|@ohos.notificationSubscribe.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: WorkInfo<br>Method or attribute name: parameters?: {[key: string]: number \| string \| boolean};|@ohos.resourceschedule.workScheduler.d.ts|
|Access level changed|Class name: BundleEvents<br>Access level: public API|Class name: BundleEvents<br>Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts|
|Access level changed|Class name: usageStatistics<br>Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\<boolean>): void;<br>Access level: public API|Class name: usageStatistics<br>Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\<boolean>): void;<br>Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts|
|Access level changed|Class name: usageStatistics<br>Method or attribute name: function isIdleState(bundleName: string): Promise\<boolean>;<br>Access level: public API|Class name: usageStatistics<br>Method or attribute name: function isIdleState(bundleName: string): Promise\<boolean>;<br>Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts|
|Access level changed|Class name: usageStatistics<br>Method or attribute name: function queryAppGroup(callback: AsyncCallback\<number>): void;<br>Access level: public API|Class name: usageStatistics<br>Method or attribute name: function queryAppGroup(callback: AsyncCallback\<number>): void;<br>Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts|
|Access level changed|Class name: usageStatistics<br>Method or attribute name: function queryAppGroup(): Promise\<number>;<br>Access level: public API|Class name: usageStatistics<br>Method or attribute name: function queryAppGroup(): Promise\<number>;<br>Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts|
|Access level changed|Class name: usageStatistics<br>Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number, callback: AsyncCallback\<Array\<BundleEvents>>): void;<br>Access level: public API|Class name: usageStatistics<br>Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number, callback: AsyncCallback\<Array\<BundleEvents>>): void;<br>Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts|
|Access level changed|Class name: usageStatistics<br>Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number): Promise\<Array\<BundleEvents>>;<br>Access level: public API|Class name: usageStatistics<br>Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number): Promise\<Array\<BundleEvents>>;<br>Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts|
|Permission added|Class name: usageStatistics<br>Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\<boolean>): void;<br>Permission: N/A|Class name: usageStatistics<br>Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\<boolean>): void;<br>Permission: ohos.permission.BUNDLE_ACTIVE_INFO|@ohos.resourceschedule.usageStatistics.d.ts|
|Permission added|Class name: usageStatistics<br>Method or attribute name: function isIdleState(bundleName: string): Promise\<boolean>;<br>Permission: N/A|Class name: usageStatistics<br>Method or attribute name: function isIdleState(bundleName: string): Promise\<boolean>;<br>Permission: ohos.permission.BUNDLE_ACTIVE_INFO|@ohos.resourceschedule.usageStatistics.d.ts|
|SysCap changed|Class name: backgroundTaskManager<br>SysCap:SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask|Class name: backgroundTaskManager<br>SysCap: N/A|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|SysCap changed|Class name: workScheduler<br>SysCap:SystemCapability.ResourceSchedule.WorkScheduler|Class name: workScheduler<br>SysCap: N/A|@ohos.resourceschedule.workScheduler.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: privacyManager<br>Method or attribute name: function getPermissionUsedRecord(request: PermissionUsedRequest): Promise\<PermissionUsedResponse>;|@ohos.privacyManager.d.ts|
|Added|NA|Class name: privacyManager<br>Method or attribute name: function getPermissionUsedRecord(request: PermissionUsedRequest, callback: AsyncCallback\<PermissionUsedResponse>): void;|@ohos.privacyManager.d.ts|
|Added|NA|Class name: ParamsSpec<br>Method or attribute name: algName : string;|@ohos.security.cryptoFramework.d.ts|
|Deleted|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function getPermissionUsedRecords(request: PermissionUsedRequest): Promise\<PermissionUsedResponse>;|NA|@ohos.privacyManager.d.ts|
|Deleted|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function getPermissionUsedRecords(request: PermissionUsedRequest, callback: AsyncCallback\<PermissionUsedResponse>): void;|NA|@ohos.privacyManager.d.ts|
|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: ParamsSpec<br>Method or attribute name: algoName : string;|NA|@ohos.security.cryptoFramework.d.ts|
|Deleted|Module name: ohos.security.huks<br>Class name: HuksErrorCode<br>Method or attribute name: HUKS_ERROR_GET_USERIAM_SECINFO_FAILED = -40|NA|@ohos.security.huks.d.ts|
|Deleted|Module name: ohos.security.huks<br>Class name: HuksErrorCode<br>Method or attribute name: HUKS_ERROR_GET_USERIAM_AUTHINFO_FAILED = -41|NA|@ohos.security.huks.d.ts|
|Deleted|Module name: ohos.security.huks<br>Class name: HuksErrorCode<br>Method or attribute name: HUKS_ERROR_USER_AUTH_TYPE_NOT_SUPPORT = -42|NA|@ohos.security.huks.d.ts|
|Deleted|Module name: ohos.security.huks<br>Class name: HuksErrorCode<br>Method or attribute name: HUKS_ERROR_KEY_AUTH_FAILED = -43|NA|@ohos.security.huks.d.ts|
|Deleted|Module name: ohos.security.huks<br>Class name: HuksErrorCode<br>Method or attribute name: HUKS_ERROR_DEVICE_NO_CREDENTIAL = -44|NA|@ohos.security.huks.d.ts|
|Deleted|Module name: ohos.security.huks<br>Class name: HuksErrorCode<br>Method or attribute name: HUKS_ERROR_INVALID_WRAPPED_FORMAT = -126|NA|@ohos.security.huks.d.ts|
|Deleted|Module name: ohos.security.huks<br>Class name: HuksErrorCode<br>Method or attribute name: HUKS_ERROR_INVALID_USAGE_OF_KEY = -127|NA|@ohos.security.huks.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissions: Array\<Permissions>, requestCallback: AsyncCallback\<PermissionRequestResult>) : void;<br>|Class name: AtManager<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\<Permissions>, requestCallback: AsyncCallback\<PermissionRequestResult>) : void;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissions: Array\<Permissions>) : Promise\<PermissionRequestResult>;<br>|Class name: AtManager<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\<Permissions>) : Promise\<PermissionRequestResult>;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlag: number): Promise\<void>;<br>|Class name: AtManager<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\<void>;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlag: number, callback: AsyncCallback\<void>): void;<br>|Class name: AtManager<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number, callback: AsyncCallback\<void>): void;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlag: number): Promise\<void>;<br>|Class name: AtManager<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\<void>;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlag: number, callback: AsyncCallback\<void>): void;<br>|Class name: AtManager<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number, callback: AsyncCallback\<void>): void;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: on(type: 'permissionStateChange', tokenIDList: Array\<number>, permissionNameList: Array\<Permissions>, callback: Callback\<PermissionStateChangeInfo>): void;<br>|Class name: AtManager<br>Method or attribute name: on(type: 'permissionStateChange', tokenIDList: Array\<number>, permissionList: Array\<Permissions>, callback: Callback\<PermissionStateChangeInfo>): void;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: off(type: 'permissionStateChange', tokenIDList: Array\<number>, permissionNameList: Array\<Permissions>, callback?: Callback\<PermissionStateChangeInfo>): void;<br>|Class name: AtManager<br>Method or attribute name: off(type: 'permissionStateChange', tokenIDList: Array\<number>, permissionList: Array\<Permissions>, callback?: Callback\<PermissionStateChangeInfo>): void;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: privacyManager<br>Method or attribute name: function on(type: 'activeStateChange', permissionNameList: Array\<Permissions>, callback: Callback\<ActiveChangeResponse>): void;<br>|Class name: privacyManager<br>Method or attribute name: function on(type: 'activeStateChange', permissionList: Array\<Permissions>, callback: Callback\<ActiveChangeResponse>): void;<br>|@ohos.privacyManager.d.ts|
|Function changed|Class name: privacyManager<br>Method or attribute name: function off(type: 'activeStateChange', permissionNameList: Array\<Permissions>, callback?: Callback\<ActiveChangeResponse>): void;<br>|Class name: privacyManager<br>Method or attribute name: function off(type: 'activeStateChange', permissionList: Array\<Permissions>, callback?: Callback\<ActiveChangeResponse>): void;<br>|@ohos.privacyManager.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: Sensor<br>Method or attribute name: vendorName:string;|@ohos.sensor.d.ts|
|Deleted|Module name: ohos.sensor<br>Class name: Sensor<br>Method or attribute name: venderName:string;|NA|@ohos.sensor.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function getSync(key: string, def?: string): string;|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function get(key: string, callback: AsyncCallback\<string>): void;|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function get(key: string, def: string, callback: AsyncCallback\<string>): void;|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function get(key: string, def?: string): Promise\<string>;|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function setSync(key: string, value: string): void;|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function set(key: string, value: string, callback: AsyncCallback\<void>): void;|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function set(key: string, value: string): Promise\<void>;|@ohos.systemParameterEnhance.d.ts|
|Deleted|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9|NA|@ohos.systemParameterV9.d.ts|
|Deleted|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: function getSync(key: string, def?: string): string;|NA|@ohos.systemParameterV9.d.ts|
|Deleted|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: function get(key: string, callback: AsyncCallback\<string>): void;|NA|@ohos.systemParameterV9.d.ts|
|Deleted|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: function get(key: string, def: string, callback: AsyncCallback\<string>): void;|NA|@ohos.systemParameterV9.d.ts|
|Deleted|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: function get(key: string, def?: string): Promise\<string>;|NA|@ohos.systemParameterV9.d.ts|
|Deleted|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: function setSync(key: string, value: string): void;|NA|@ohos.systemParameterV9.d.ts|
|Deleted|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: function set(key: string, value: string, callback: AsyncCallback\<void>): void;|NA|@ohos.systemParameterV9.d.ts|
|Deleted|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: function set(key: string, value: string): Promise\<void>;|NA|@ohos.systemParameterV9.d.ts|
|Deprecated version changed|Class name: deviceInfo<br>Method or attribute name: const hardwareProfile: string;<br>Deprecated version: N/A|Class name: deviceInfo<br>Method or attribute name: const hardwareProfile: string;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.deviceInfo.d.ts|
|Deprecated version changed|Class name: Device<br>Method or attribute name: static getInfo(options?: GetDeviceOptions): void;<br>Deprecated version: N/A|Class name: Device<br>Method or attribute name: static getInfo(options?: GetDeviceOptions): void;<br>Deprecated version: 6<br>Substitute API: N/A|@system.device.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Initial version changed|Class name: UpgradeTaskCallback<br>Method or attribute name: (eventInfo: EventInfo): void;<br>Initial version: N/A|Class name: UpgradeTaskCallback<br>Method or attribute name: (eventInfo: EventInfo): void;<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: BusinessVendor<br>Method or attribute name: PUBLIC = "public"<br>Initial version: N/A|Class name: BusinessVendor<br>Method or attribute name: PUBLIC = "public"<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: BusinessSubType<br>Method or attribute name: FIRMWARE = 1<br>Initial version: N/A|Class name: BusinessSubType<br>Method or attribute name: FIRMWARE = 1<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: ComponentType<br>Method or attribute name: OTA = 1<br>Initial version: N/A|Class name: ComponentType<br>Method or attribute name: OTA = 1<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeAction<br>Method or attribute name: UPGRADE = "upgrade"<br>Initial version: N/A|Class name: UpgradeAction<br>Method or attribute name: UPGRADE = "upgrade"<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeAction<br>Method or attribute name: RECOVERY = "recovery"<br>Initial version: N/A|Class name: UpgradeAction<br>Method or attribute name: RECOVERY = "recovery"<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EffectiveMode<br>Method or attribute name: COLD = 1<br>Initial version: N/A|Class name: EffectiveMode<br>Method or attribute name: COLD = 1<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EffectiveMode<br>Method or attribute name: LIVE = 2<br>Initial version: N/A|Class name: EffectiveMode<br>Method or attribute name: LIVE = 2<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EffectiveMode<br>Method or attribute name: LIVE_AND_COLD = 3<br>Initial version: N/A|Class name: EffectiveMode<br>Method or attribute name: LIVE_AND_COLD = 3<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: DescriptionType<br>Method or attribute name: CONTENT = 0<br>Initial version: N/A|Class name: DescriptionType<br>Method or attribute name: CONTENT = 0<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: DescriptionType<br>Method or attribute name: URI = 1<br>Initial version: N/A|Class name: DescriptionType<br>Method or attribute name: URI = 1<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: DescriptionFormat<br>Method or attribute name: STANDARD = 0<br>Initial version: N/A|Class name: DescriptionFormat<br>Method or attribute name: STANDARD = 0<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: DescriptionFormat<br>Method or attribute name: SIMPLIFIED = 1<br>Initial version: N/A|Class name: DescriptionFormat<br>Method or attribute name: SIMPLIFIED = 1<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: NetType<br>Method or attribute name: CELLULAR = 1<br>Initial version: N/A|Class name: NetType<br>Method or attribute name: CELLULAR = 1<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: NetType<br>Method or attribute name: METERED_WIFI = 2<br>Initial version: N/A|Class name: NetType<br>Method or attribute name: METERED_WIFI = 2<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: NetType<br>Method or attribute name: NOT_METERED_WIFI = 4<br>Initial version: N/A|Class name: NetType<br>Method or attribute name: NOT_METERED_WIFI = 4<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: NetType<br>Method or attribute name: WIFI = 6<br>Initial version: N/A|Class name: NetType<br>Method or attribute name: WIFI = 6<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: NetType<br>Method or attribute name: CELLULAR_AND_WIFI = 7<br>Initial version: N/A|Class name: NetType<br>Method or attribute name: CELLULAR_AND_WIFI = 7<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: Order<br>Method or attribute name: DOWNLOAD = 1<br>Initial version: N/A|Class name: Order<br>Method or attribute name: DOWNLOAD = 1<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: Order<br>Method or attribute name: INSTALL = 2<br>Initial version: N/A|Class name: Order<br>Method or attribute name: INSTALL = 2<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: Order<br>Method or attribute name: DOWNLOAD_AND_INSTALL = 3<br>Initial version: N/A|Class name: Order<br>Method or attribute name: DOWNLOAD_AND_INSTALL = 3<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: Order<br>Method or attribute name: APPLY = 4<br>Initial version: N/A|Class name: Order<br>Method or attribute name: APPLY = 4<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: Order<br>Method or attribute name: INSTALL_AND_APPLY = 6<br>Initial version: N/A|Class name: Order<br>Method or attribute name: INSTALL_AND_APPLY = 6<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: WAITING_DOWNLOAD = 20<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: WAITING_DOWNLOAD = 20<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOADING = 21<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOADING = 21<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_PAUSED = 22<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_PAUSED = 22<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_FAIL = 23<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_FAIL = 23<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: WAITING_INSTALL = 30<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: WAITING_INSTALL = 30<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: UPDATING = 31<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: UPDATING = 31<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: WAITING_APPLY = 40<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: WAITING_APPLY = 40<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: APPLYING = 41<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: APPLYING = 41<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_SUCCESS = 50<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_SUCCESS = 50<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_FAIL = 51<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_FAIL = 51<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventClassify<br>Method or attribute name: TASK = 0x01000000<br>Initial version: N/A|Class name: EventClassify<br>Method or attribute name: TASK = 0x01000000<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_TASK_RECEIVE<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_TASK_RECEIVE<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_TASK_CANCEL<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_TASK_CANCEL<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_WAIT<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_WAIT<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_START<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_START<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_UPDATE<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_UPDATE<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_PAUSE<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_PAUSE<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_RESUME<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_RESUME<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_SUCCESS<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_SUCCESS<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_FAIL<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_FAIL<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_WAIT<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_WAIT<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_START<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_START<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_UPDATE<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_UPDATE<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_APPLY_WAIT<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_APPLY_WAIT<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_APPLY_START<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_APPLY_START<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_SUCCESS<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_SUCCESS<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_FAIL<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_FAIL<br>Initial version: 9|@ohos.update.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Deleted|Module name: ohos.userIAM.userAuth<br>Class name: userAuth<br>Method or attribute name: function getVersion(): number;|NA|@ohos.userIAM.userAuth.d.ts|
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册