提交 62d9fd26 编写于 作者: G Gloria

Update docs against 19436+19487

Signed-off-by: wusongqing<wusongqing@huawei.com>
上级 b6b238d6
......@@ -12,7 +12,6 @@
- [Distributed data management subsystem](js-apidiff-distributed-data.md)
- [Distributed hardware subsystem](js-apidiff-distributed-hardware.md)
- [File management subsystem](js-apidiff-file-management.md)
- [Location subsystem](js-apidiff-geolocation.md)
- [Globalization subsystem](js-apidiff-global.md)
- [Graphic subsystem](js-apidiff-graphic.md)
- [Misc services subsystem](js-apidiff-misc.md)
......
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Error code added|NA|Class name: Config<br>Method or attribute name: get(): Promise\<T>;<br>Error code: 201, 202|@ohos.accessibility.config.d.ts|
|Error code added|NA|Class name: Config<br>Method or attribute name: get(callback: AsyncCallback\<T>): void;<br>Error code: 201, 202|@ohos.accessibility.config.d.ts|
|Error code added|NA|Class name: Config<br>Method or attribute name: off(callback?: Callback\<T>): void;<br>Error code: 202|@ohos.accessibility.config.d.ts|
|Deprecated version changed|Class name: accessibility;<br>Method or attribute name: function getAbilityLists(abilityType: AbilityType, stateType: AbilityState): Promise\<Array\<AccessibilityAbilityInfo>>;;<br>Old version information: |Class name: accessibility;<br>Method or attribute name: function getAbilityLists(abilityType: AbilityType, stateType: AbilityState): Promise\<Array\<AccessibilityAbilityInfo>>;;<br>New version information: 9;<br>Substitute API: ohos.accessibility#getAccessibilityExtensionList|@ohos.accessibility.d.ts|
|Deprecated version changed|Class name: accessibility;<br>Method or attribute name: function sendEvent(event: EventInfo): Promise\<void>;;<br>Old version information: |Class name: accessibility;<br>Method or attribute name: function sendEvent(event: EventInfo): Promise\<void>;;<br>New version information: 9;<br>Substitute API: ohos.accessibility#sendAccessibilityEvent|@ohos.accessibility.d.ts|
|Error code added|Class name: Config;<br>Method or attribute name: get(): Promise\<T>;;<br>Old version information: |Class name: Config;<br>Method or attribute name: get(): Promise\<T>;;<br>New version information: 201, 202|@ohos.accessibility.config.d.ts|
|Error code added|Class name: Config;<br>Method or attribute name: get(callback: AsyncCallback\<T>): void;;<br>Old version information: |Class name: Config;<br>Method or attribute name: get(callback: AsyncCallback\<T>): void;;<br>New version information: 201, 202|@ohos.accessibility.config.d.ts|
|Error code added|Class name: Config;<br>Method or attribute name: off(callback?: Callback\<T>): void;<br>Old version information: |Class name: Config;<br>Method or attribute name: off(callback?: Callback\<T>): void;<br>New version information: 202|@ohos.accessibility.config.d.ts|
|Error code added|Class name: AccessibilityElement;<br>Method or attribute name: attributeValue\<T extends keyof ElementAttributeValues>(<br> attributeName: T,<br> callback: AsyncCallback\<ElementAttributeValues[T]><br> ): void;;<br>Old version information: |Class name: AccessibilityElement;<br>Method or attribute name: attributeValue\<T extends keyof ElementAttributeValues>(<br> attributeName: T,<br> callback: AsyncCallback\<ElementAttributeValues[T]><br> ): void;;<br>New version information: 401, 9300004|AccessibilityExtensionContext.d.ts|
|Error code changed|Class name: config;<br>Method or attribute name: function enableAbility(<br/> name: string,<br/> capability: Array\<accessibility.Capability>,<br/> callback: AsyncCallback\<void><br/> ): void;<br/>Old version information: 201,401, 9300001,9300002|Class name: config;<br>Method or attribute name: function enableAbility(<br/> name: string,<br/> capability: Array\<accessibility.Capability>,<br/> callback: AsyncCallback\<void><br/> ): void;<br>New version information: 201, 202, 401, 9300001, 9300002|@ohos.accessibility.config.d.ts|
|Error code changed|Class name: config;<br>Method or attribute name: function enableAbility(name: string, capability: Array\<accessibility.Capability>): Promise\<void>;;<br>Old version information: 201,401, 9300001,9300002|Class name: config;<br>Method or attribute name: function enableAbility(name: string, capability: Array\<accessibility.Capability>): Promise\<void>;;<br>New version information: 201, 202, 401, 9300001, 9300002|@ohos.accessibility.config.d.ts|
|Error code changed|Class name: config;<br>Method or attribute name: function disableAbility(name: string, callback: AsyncCallback\<void>): void;;<br>Old version information: 201,401, 9300001|Class name: config;<br>Method or attribute name: function disableAbility(name: string, callback: AsyncCallback\<void>): void;;<br>New version information: 201, 202, 401, 9300001|@ohos.accessibility.config.d.ts|
|Error code changed|Class name: config;<br>Method or attribute name: function disableAbility(name: string): Promise\<void>;;<br>Old version information: 201,401, 9300001|Class name: config;<br>Method or attribute name: function disableAbility(name: string): Promise\<void>;;<br>New version information: 201, 202, 401, 9300001|@ohos.accessibility.config.d.ts|
|Error code changed|Class name: config;<br>Method or attribute name: function on(type: 'enabledAccessibilityExtensionListChange', callback: Callback\<void>): void;;<br>Old version information: 401|Class name: config;<br>Method or attribute name: function on(type: 'enabledAccessibilityExtensionListChange', callback: Callback\<void>): void;;<br>New version information: 202, 401|@ohos.accessibility.config.d.ts|
|Error code changed|Class name: config;<br>Method or attribute name: function off(type: 'enabledAccessibilityExtensionListChange', callback?: Callback\<void>): void;;<br>Old version information: 401|Class name: config;<br>Method or attribute name: function off(type: 'enabledAccessibilityExtensionListChange', callback?: Callback\<void>): void;;<br>New version information: 202, 401|@ohos.accessibility.config.d.ts|
|Error code changed|Class name: Config;<br>Method or attribute name: set(value: T, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401|Class name: Config;<br>Method or attribute name: set(value: T, callback: AsyncCallback\<void>): void;<br>New version information: 201, 202, 401|@ohos.accessibility.config.d.ts|
|Error code changed|Class name: Config;<br>Method or attribute name: set(value: T): Promise\<void>;;<br>Old version information: 201,401|Class name: Config;<br>Method or attribute name: set(value: T): Promise\<void>;;<br>New version information: 201, 202, 401|@ohos.accessibility.config.d.ts|
|Error code changed|Class name: Config;<br>Method or attribute name: on(callback: Callback\<T>): void;;<br>Old version information: 401|Class name: Config;<br>Method or attribute name: on(callback: Callback\<T>): void;;<br>New version information: 201, 202, 401|@ohos.accessibility.config.d.ts|
|Error code changed|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getFocusElement(isAccessibilityFocus: boolean, callback: AsyncCallback\<AccessibilityElement>): void;;<br>Old version information: 9300003|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getFocusElement(isAccessibilityFocus: boolean, callback: AsyncCallback\<AccessibilityElement>): void;;<br>New version information: 401, 9300003|AccessibilityExtensionContext.d.ts|
|Error code changed|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getFocusElement(callback: AsyncCallback\<AccessibilityElement>): void;;<br>Old version information: 9300003|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getFocusElement(callback: AsyncCallback\<AccessibilityElement>): void;;<br>New version information: 401, 9300003|AccessibilityExtensionContext.d.ts|
|Error code changed|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getFocusElement(isAccessibilityFocus?: boolean): Promise\<AccessibilityElement>;;<br>Old version information: 9300003|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getFocusElement(isAccessibilityFocus?: boolean): Promise\<AccessibilityElement>;;<br>New version information: 401, 9300003|AccessibilityExtensionContext.d.ts|
|Error code changed|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindowRootElement(windowId: number, callback: AsyncCallback\<AccessibilityElement>): void;;<br>Old version information: 9300003|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindowRootElement(windowId: number, callback: AsyncCallback\<AccessibilityElement>): void;;<br>New version information: 401, 9300003|AccessibilityExtensionContext.d.ts|
|Error code changed|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindowRootElement(callback: AsyncCallback\<AccessibilityElement>): void;;<br>Old version information: 9300003|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindowRootElement(callback: AsyncCallback\<AccessibilityElement>): void;;<br>New version information: 401, 9300003|AccessibilityExtensionContext.d.ts|
|Error code changed|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindowRootElement(windowId?: number): Promise\<AccessibilityElement>;;<br>Old version information: 9300003|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindowRootElement(windowId?: number): Promise\<AccessibilityElement>;;<br>New version information: 401, 9300003|AccessibilityExtensionContext.d.ts|
|Error code changed|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindows(displayId?: number): Promise\<Array\<AccessibilityElement>>;;<br>Old version information: 9300003|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindows(displayId?: number): Promise\<Array\<AccessibilityElement>>;;<br>New version information: 401, 9300003|AccessibilityExtensionContext.d.ts|
|Error code changed|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindows(callback: AsyncCallback\<Array\<AccessibilityElement>>): void;;<br>Old version information: 9300003|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindows(callback: AsyncCallback\<Array\<AccessibilityElement>>): void;;<br>New version information: 401, 9300003|AccessibilityExtensionContext.d.ts|
|Error code changed|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindows(displayId: number, callback: AsyncCallback\<Array\<AccessibilityElement>>): void;;<br>Old version information: 9300003|Class name: AccessibilityExtensionContext;<br>Method or attribute name: getWindows(displayId: number, callback: AsyncCallback\<Array\<AccessibilityElement>>): void;;<br>New version information: 401, 9300003|AccessibilityExtensionContext.d.ts|
......@@ -80,78 +80,6 @@
|Access level changed|Class name: DomainPlugin<br>Access level: public API|Class name: DomainPlugin<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: DomainAccountManager<br>Access level: public API|Class name: DomainAccountManager<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: UserIdentityManager<br>Access level: public API|Class name: UserIdentityManager<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: GetPropertyRequest<br>Method or attribute name: authType: AuthType;<br>Access level: public API|Class name: GetPropertyRequest<br>Method or attribute name: authType: AuthType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: GetPropertyRequest<br>Method or attribute name: keys: Array\<GetPropertyType>;<br>Access level: public API|Class name: GetPropertyRequest<br>Method or attribute name: keys: Array\<GetPropertyType>;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: SetPropertyRequest<br>Method or attribute name: authType: AuthType;<br>Access level: public API|Class name: SetPropertyRequest<br>Method or attribute name: authType: AuthType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: SetPropertyRequest<br>Method or attribute name: key: SetPropertyType;<br>Access level: public API|Class name: SetPropertyRequest<br>Method or attribute name: key: SetPropertyType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: SetPropertyRequest<br>Method or attribute name: setInfo: Uint8Array;<br>Access level: public API|Class name: SetPropertyRequest<br>Method or attribute name: setInfo: Uint8Array;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ExecutorProperty<br>Method or attribute name: result: number;<br>Access level: public API|Class name: ExecutorProperty<br>Method or attribute name: result: number;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ExecutorProperty<br>Method or attribute name: authSubType: AuthSubType;<br>Access level: public API|Class name: ExecutorProperty<br>Method or attribute name: authSubType: AuthSubType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ExecutorProperty<br>Method or attribute name: remainTimes?: number;<br>Access level: public API|Class name: ExecutorProperty<br>Method or attribute name: remainTimes?: number;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ExecutorProperty<br>Method or attribute name: freezingTime?: number;<br>Access level: public API|Class name: ExecutorProperty<br>Method or attribute name: freezingTime?: number;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthResult<br>Method or attribute name: token?: Uint8Array;<br>Access level: public API|Class name: AuthResult<br>Method or attribute name: token?: Uint8Array;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthResult<br>Method or attribute name: remainTimes?: number;<br>Access level: public API|Class name: AuthResult<br>Method or attribute name: remainTimes?: number;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthResult<br>Method or attribute name: freezingTime?: number;<br>Access level: public API|Class name: AuthResult<br>Method or attribute name: freezingTime?: number;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: CredentialInfo<br>Method or attribute name: credType: AuthType;<br>Access level: public API|Class name: CredentialInfo<br>Method or attribute name: credType: AuthType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: CredentialInfo<br>Method or attribute name: credSubType: AuthSubType;<br>Access level: public API|Class name: CredentialInfo<br>Method or attribute name: credSubType: AuthSubType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: CredentialInfo<br>Method or attribute name: token: Uint8Array;<br>Access level: public API|Class name: CredentialInfo<br>Method or attribute name: token: Uint8Array;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: RequestResult<br>Method or attribute name: credentialId?: Uint8Array;<br>Access level: public API|Class name: RequestResult<br>Method or attribute name: credentialId?: Uint8Array;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: EnrolledCredInfo<br>Method or attribute name: credentialId: Uint8Array;<br>Access level: public API|Class name: EnrolledCredInfo<br>Method or attribute name: credentialId: Uint8Array;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: EnrolledCredInfo<br>Method or attribute name: authType: AuthType;<br>Access level: public API|Class name: EnrolledCredInfo<br>Method or attribute name: authType: AuthType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: EnrolledCredInfo<br>Method or attribute name: authSubType: AuthSubType;<br>Access level: public API|Class name: EnrolledCredInfo<br>Method or attribute name: authSubType: AuthSubType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: EnrolledCredInfo<br>Method or attribute name: templateId: Uint8Array;<br>Access level: public API|Class name: EnrolledCredInfo<br>Method or attribute name: templateId: Uint8Array;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: GetPropertyType<br>Method or attribute name: AUTH_SUB_TYPE = 1<br>Access level: public API|Class name: GetPropertyType<br>Method or attribute name: AUTH_SUB_TYPE = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: GetPropertyType<br>Method or attribute name: REMAIN_TIMES = 2<br>Access level: public API|Class name: GetPropertyType<br>Method or attribute name: REMAIN_TIMES = 2<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: GetPropertyType<br>Method or attribute name: FREEZING_TIME = 3<br>Access level: public API|Class name: GetPropertyType<br>Method or attribute name: FREEZING_TIME = 3<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: SetPropertyType<br>Method or attribute name: INIT_ALGORITHM = 1<br>Access level: public API|Class name: SetPropertyType<br>Method or attribute name: INIT_ALGORITHM = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthType<br>Method or attribute name: PIN = 1<br>Access level: public API|Class name: AuthType<br>Method or attribute name: PIN = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthType<br>Method or attribute name: FACE = 2<br>Access level: public API|Class name: AuthType<br>Method or attribute name: FACE = 2<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthType<br>Method or attribute name: DOMAIN = 1024<br>Access level: public API|Class name: AuthType<br>Method or attribute name: DOMAIN = 1024<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthSubType<br>Method or attribute name: PIN_SIX = 10000<br>Access level: public API|Class name: AuthSubType<br>Method or attribute name: PIN_SIX = 10000<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthSubType<br>Method or attribute name: PIN_NUMBER = 10001<br>Access level: public API|Class name: AuthSubType<br>Method or attribute name: PIN_NUMBER = 10001<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthSubType<br>Method or attribute name: PIN_MIXED = 10002<br>Access level: public API|Class name: AuthSubType<br>Method or attribute name: PIN_MIXED = 10002<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthSubType<br>Method or attribute name: FACE_2D = 20000<br>Access level: public API|Class name: AuthSubType<br>Method or attribute name: FACE_2D = 20000<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthSubType<br>Method or attribute name: FACE_3D = 20001<br>Access level: public API|Class name: AuthSubType<br>Method or attribute name: FACE_3D = 20001<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthSubType<br>Method or attribute name: DOMAIN_MIXED = 10240001<br>Access level: public API|Class name: AuthSubType<br>Method or attribute name: DOMAIN_MIXED = 10240001<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthTrustLevel<br>Method or attribute name: ATL1 = 10000<br>Access level: public API|Class name: AuthTrustLevel<br>Method or attribute name: ATL1 = 10000<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthTrustLevel<br>Method or attribute name: ATL2 = 20000<br>Access level: public API|Class name: AuthTrustLevel<br>Method or attribute name: ATL2 = 20000<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthTrustLevel<br>Method or attribute name: ATL3 = 30000<br>Access level: public API|Class name: AuthTrustLevel<br>Method or attribute name: ATL3 = 30000<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthTrustLevel<br>Method or attribute name: ATL4 = 40000<br>Access level: public API|Class name: AuthTrustLevel<br>Method or attribute name: ATL4 = 40000<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: Module<br>Method or attribute name: FACE_AUTH = 1<br>Access level: public API|Class name: Module<br>Method or attribute name: FACE_AUTH = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: SUCCESS = 0<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: SUCCESS = 0<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: FAIL = 1<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: FAIL = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: GENERAL_ERROR = 2<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: GENERAL_ERROR = 2<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: CANCELED = 3<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: CANCELED = 3<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: TIMEOUT = 4<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: TIMEOUT = 4<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: TYPE_NOT_SUPPORT = 5<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: TYPE_NOT_SUPPORT = 5<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 6<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 6<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: BUSY = 7<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: BUSY = 7<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: INVALID_PARAMETERS = 8<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: INVALID_PARAMETERS = 8<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: LOCKED = 9<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: LOCKED = 9<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: NOT_ENROLLED = 10<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: NOT_ENROLLED = 10<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_BRIGHT = 1<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_BRIGHT = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_DARK = 2<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_DARK = 2<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_CLOSE = 3<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_CLOSE = 3<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_FAR = 4<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_FAR = 4<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_HIGH = 5<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_HIGH = 5<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_LOW = 6<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_LOW = 6<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_RIGHT = 7<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_RIGHT = 7<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_LEFT = 8<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_LEFT = 8<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_MUCH_MOTION = 9<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_MUCH_MOTION = 9<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_POOR_GAZE = 10<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_POOR_GAZE = 10<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_NOT_DETECTED = 11<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_NOT_DETECTED = 11<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_GOOD = 0<br>Access level: public API|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_GOOD = 0<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_IMAGER_DIRTY = 1<br>Access level: public API|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_IMAGER_DIRTY = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_INSUFFICIENT = 2<br>Access level: public API|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_INSUFFICIENT = 2<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_PARTIAL = 3<br>Access level: public API|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_PARTIAL = 3<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_TOO_FAST = 4<br>Access level: public API|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_TOO_FAST = 4<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_TOO_SLOW = 5<br>Access level: public API|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_TOO_SLOW = 5<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_NOT_EXIST = 0<br>Access level: public API|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_NOT_EXIST = 0<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_BASE = 1<br>Access level: public API|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_BASE = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2<br>Access level: public API|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3<br>Access level: public API|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: localId: number;<br>Access level: public API|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: localId: number;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: type: ConstraintSourceType;<br>Access level: public API|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: type: ConstraintSourceType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserAuth<br>Method or attribute name: constructor();<br>Error code: 202|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserAuth<br>Method or attribute name: getVersion(): number;<br>Error code: 202|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: PINAuth<br>Method or attribute name: constructor();<br>Error code: 202|@ohos.account.osAccount.d.ts|
......
因为 它太大了无法显示 source diff 。你可以改为 查看blob
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static assert(value?: Object, ...arguments: Object[]): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static assert(value?: Object, ...arguments: Object[]): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static count(label?: string): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static count(label?: string): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static countReset(label?: string): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static countReset(label?: string): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static dir(dir?: Object): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static dir(dir?: Object): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static dirxml(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static dirxml(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static group(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static group(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static groupCollapsed(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static groupCollapsed(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static groupEnd(): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static groupEnd(): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static table(tableData?: Object): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static table(tableData?: Object): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static time(label?: string): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static time(label?: string): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static timeEnd(label?: string): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static timeEnd(label?: string): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static timeLog(label?: string, ...arguments: Object[]): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static timeLog(label?: string, ...arguments: Object[]): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static trace(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static trace(...arguments: Object[]): void;|global.d.ts|
|Initial version changed|Class name: LRUCache<br>Method or attribute name: keys(): K[];<br>Initial version: N/A|Class name: LRUCache<br>Method or attribute name: keys(): K[];<br>Initial version: 9|@ohos.util.d.ts|
|Initial version changed|Class name: WorkerEventListener<br>Method or attribute name: (event: Event): void \| Promise\<void>;<br>Initial version: 9|Class name: WorkerEventListener<br>Method or attribute name: (event: Event): void \| Promise\<void>;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: WorkerEventTarget<br>Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;<br>Initial version: 9|Class name: WorkerEventTarget<br>Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorkerGlobalScope<br>Method or attribute name: onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>Initial version: 9|Class name: ThreadWorkerGlobalScope<br>Method or attribute name: onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorkerGlobalScope<br>Method or attribute name: onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>Initial version: 9|Class name: ThreadWorkerGlobalScope<br>Method or attribute name: onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: onexit?: (code: number) => void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: onexit?: (code: number) => void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: onerror?: (err: ErrorEvent) => void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: onerror?: (err: ErrorEvent) => void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: onmessage?: (event: MessageEvents) => void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: onmessage?: (event: MessageEvents) => void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: onmessageerror?: (event: MessageEvents) => void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: onmessageerror?: (event: MessageEvents) => void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: on(type: string, listener: WorkerEventListener): void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: on(type: string, listener: WorkerEventListener): void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: once(type: string, listener: WorkerEventListener): void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: once(type: string, listener: WorkerEventListener): void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: off(type: string, listener?: WorkerEventListener): void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: off(type: string, listener?: WorkerEventListener): void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;<br>Initial version: 10|@ohos.worker.d.ts|
|Function changed|Class name: RationalNumber<br>Method or attribute name: static createRationalFromString(rationalString: string): RationalNumber​;<br>|Class name: RationalNumber<br>Method or attribute name: static createRationalFromString(rationalString: string): RationalNumber;<br>|@ohos.util.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Permission added|Class name: GeoAddress<br>Method or attribute name: latitude?: number;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: latitude?: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: longitude?: number;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: longitude?: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: locale?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: locale?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: placeName?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: placeName?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: countryCode?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: countryCode?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: countryName?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: countryName?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: administrativeArea?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: administrativeArea?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: subAdministrativeArea?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: subAdministrativeArea?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: locality?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: locality?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: subLocality?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: subLocality?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: roadName?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: roadName?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: subRoadName?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: subRoadName?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: premises?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: premises?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: postalCode?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: postalCode?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: phoneNumber?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: phoneNumber?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: addressUrl?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: addressUrl?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: descriptions?: Array\<string>;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: descriptions?: Array\<string>;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: descriptionsSize?: number;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: descriptionsSize?: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: latitude: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: latitude: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: longitude: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: longitude: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: altitude: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: altitude: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: accuracy: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: accuracy: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: speed: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: speed: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: timeStamp: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: timeStamp: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: direction: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: direction: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: timeSinceBoot: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: timeSinceBoot: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: additions?: Array\<string>;<br>Permission: N/A|Class name: Location<br>Method or attribute name: additions?: Array\<string>;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: additionSize?: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: additionSize?: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: INPUT_PARAMS_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: INPUT_PARAMS_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: REVERSE_GEOCODE_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: REVERSE_GEOCODE_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: GEOCODE_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: GEOCODE_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATOR_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATOR_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATION_SWITCH_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATION_SWITCH_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: LAST_KNOWN_LOCATION_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: LAST_KNOWN_LOCATION_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATION_REQUEST_TIMEOUT_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATION_REQUEST_TIMEOUT_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
......@@ -21,10 +21,3 @@
|Added|NA|Module name: ohos.multimodalInput.shortKey<br>Class name: shortKey<br>Method or attribute name: function setKeyDownDuration(businessKey: string, delay: number, callback: AsyncCallback\<void>): void;|@ohos.multimodalInput.shortKey.d.ts|
|Added|NA|Module name: ohos.multimodalInput.shortKey<br>Class name: shortKey<br>Method or attribute name: function setKeyDownDuration(businessKey: string, delay: number): Promise\<void>;|@ohos.multimodalInput.shortKey.d.ts|
|Deleted|Module name: ohos.multimodalInput.inputDevice<br>Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|NA|@ohos.multimodalInput.inputDevice.d.ts|
|Initial version changed|Class name: KeyOptions<br>Initial version: N/A|Class name: KeyOptions<br>Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts|
|Initial version changed|Class name: KeyOptions<br>Method or attribute name: preKeys: Array\<number>;<br>Initial version: N/A|Class name: KeyOptions<br>Method or attribute name: preKeys: Array\<number>;<br>Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts|
|Initial version changed|Class name: KeyOptions<br>Method or attribute name: finalKey: number;<br>Initial version: N/A|Class name: KeyOptions<br>Method or attribute name: finalKey: number;<br>Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts|
|Initial version changed|Class name: KeyOptions<br>Method or attribute name: isFinalKeyDown: boolean;<br>Initial version: N/A|Class name: KeyOptions<br>Method or attribute name: isFinalKeyDown: boolean;<br>Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts|
|Initial version changed|Class name: KeyOptions<br>Method or attribute name: finalKeyDownDuration: number;<br>Initial version: N/A|Class name: KeyOptions<br>Method or attribute name: finalKeyDownDuration: number;<br>Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts|
|Permission added|Class name: TouchEventReceiver<br>Permission: N/A|Class name: TouchEventReceiver<br>Permission: ohos.permission.INPUT_MONITORING|@ohos.multimodalInput.inputMonitor.d.ts|
|SysCap changed|Class name: inputDeviceCooperate<br>SysCap:N/A|Class name: inputDeviceCooperate<br>SysCap:SystemCapability.MultimodalInput.Input.Cooperator|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
......@@ -11,18 +11,4 @@
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksTag<br>Method or attribute name: HUKS_TAG_KEY_AUTH_PURPOSE = HuksTagType.HUKS_TAG_TYPE_UINT \| 311|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_TEMP = 0<br>Deprecated version: N/A|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_TEMP = 0<br>Deprecated version: 10<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_PERSISTENT = 1<br>Deprecated version: N/A|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_PERSISTENT = 1<br>Deprecated version: 10<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Initial version changed|Class name: abilityAccessCtrl<br>Initial version: N/A|Class name: abilityAccessCtrl<br>Initial version: 8|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: abilityAccessCtrl<br>Method or attribute name: function createAtManager(): AtManager;<br>Initial version: 8|Class name: abilityAccessCtrl<br>Method or attribute name: function createAtManager(): AtManager;<br>Initial version: 10|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: AtManager<br>Initial version: N/A|Class name: AtManager<br>Initial version: 8|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: AtManager<br>Method or attribute name: checkAccessToken(tokenID: number, permissionName: Permissions): Promise\<GrantStatus>;<br>Initial version: 9|Class name: AtManager<br>Method or attribute name: checkAccessToken(tokenID: number, permissionName: Permissions): Promise\<GrantStatus>;<br>Initial version: 10|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: GrantStatus<br>Initial version: 8|Class name: GrantStatus<br>Initial version: 10|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: GrantStatus<br>Method or attribute name: PERMISSION_DENIED = -1<br>Initial version: N/A|Class name: GrantStatus<br>Method or attribute name: PERMISSION_DENIED = -1<br>Initial version: 10|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: GrantStatus<br>Method or attribute name: PERMISSION_GRANTED = 0<br>Initial version: N/A|Class name: GrantStatus<br>Method or attribute name: PERMISSION_GRANTED = 0<br>Initial version: 10|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_TEMP = 0<br>Initial version: N/A|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_TEMP = 0<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_PERSISTENT = 1<br>Initial version: N/A|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_PERSISTENT = 1<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: Cipher<br>Method or attribute name: static rsa(options: CipherRsaOptions): void;<br>Initial version: N/A|Class name: Cipher<br>Method or attribute name: static rsa(options: CipherRsaOptions): void;<br>Initial version: 3|@system.cipher.d.ts|
|Initial version changed|Class name: Cipher<br>Method or attribute name: static aes(options: CipherAesOptions): void;<br>Initial version: N/A|Class name: Cipher<br>Method or attribute name: static aes(options: CipherAesOptions): void;<br>Initial version: 3|@system.cipher.d.ts|
|Initial version changed|Class name: PermissionRequestResult<br>Initial version: 9|Class name: PermissionRequestResult<br>Initial version: 10|PermissionRequestResult.d.ts|
|Initial version changed|Class name: PermissionRequestResult<br>Method or attribute name: permissions: Array\<string>;<br>Initial version: 9|Class name: PermissionRequestResult<br>Method or attribute name: permissions: Array\<string>;<br>Initial version: 10|PermissionRequestResult.d.ts|
|Initial version changed|Class name: PermissionRequestResult<br>Method or attribute name: authResults: Array\<number>;<br>Initial version: 9|Class name: PermissionRequestResult<br>Method or attribute name: authResults: Array\<number>;<br>Initial version: 10|PermissionRequestResult.d.ts|
|Error code added|NA|Class name: AtManager<br>Method or attribute name: getVersion(): Promise\<number>;<br>Error code: 202|@ohos.abilityAccessCtrl.d.ts|
......@@ -8,21 +8,3 @@
|Added|NA|Class name: vibrator<br>Method or attribute name: function isSupportEffect(effectId: string, callback: AsyncCallback\<boolean>): void;|@ohos.vibrator.d.ts|
|Added|NA|Module name: ohos.vibrator<br>Class name: vibrator<br>Method or attribute name: function isSupportEffect(effectId: string): Promise\<boolean>;|@ohos.vibrator.d.ts|
|Added|NA|Class name: vibrator<br>Method or attribute name: function isSupportEffect(effectId: string): Promise\<boolean>;|@ohos.vibrator.d.ts|
|Permission added|Class name: AccelerometerResponse<br>Method or attribute name: x: number;<br>Permission: N/A|Class name: AccelerometerResponse<br>Method or attribute name: x: number;<br>Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|Permission added|Class name: AccelerometerResponse<br>Method or attribute name: y: number;<br>Permission: N/A|Class name: AccelerometerResponse<br>Method or attribute name: y: number;<br>Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|Permission added|Class name: AccelerometerResponse<br>Method or attribute name: z: number;<br>Permission: N/A|Class name: AccelerometerResponse<br>Method or attribute name: z: number;<br>Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|Permission added|Class name: subscribeAccelerometerOptions<br>Method or attribute name: interval: string;<br>Permission: N/A|Class name: subscribeAccelerometerOptions<br>Method or attribute name: interval: string;<br>Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|Permission added|Class name: subscribeAccelerometerOptions<br>Method or attribute name: success: (data: AccelerometerResponse) => void;<br>Permission: N/A|Class name: subscribeAccelerometerOptions<br>Method or attribute name: success: (data: AccelerometerResponse) => void;<br>Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|Permission added|Class name: subscribeAccelerometerOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: N/A|Class name: subscribeAccelerometerOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|Permission added|Class name: StepCounterResponse<br>Method or attribute name: steps: number;<br>Permission: N/A|Class name: StepCounterResponse<br>Method or attribute name: steps: number;<br>Permission: ohos.permission.ACTIVITY_MOTION|@system.sensor.d.ts|
|Permission added|Class name: SubscribeStepCounterOptions<br>Method or attribute name: success: (data: StepCounterResponse) => void;<br>Permission: N/A|Class name: SubscribeStepCounterOptions<br>Method or attribute name: success: (data: StepCounterResponse) => void;<br>Permission: ohos.permission.ACTIVITY_MOTION|@system.sensor.d.ts|
|Permission added|Class name: SubscribeStepCounterOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: N/A|Class name: SubscribeStepCounterOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: ohos.permission.ACTIVITY_MOTION|@system.sensor.d.ts|
|Permission added|Class name: HeartRateResponse<br>Method or attribute name: heartRate: number;<br>Permission: N/A|Class name: HeartRateResponse<br>Method or attribute name: heartRate: number;<br>Permission: ohos.permission.READ_HEALTH_DATA|@system.sensor.d.ts|
|Permission added|Class name: SubscribeHeartRateOptions<br>Method or attribute name: success: (data: HeartRateResponse) => void;<br>Permission: N/A|Class name: SubscribeHeartRateOptions<br>Method or attribute name: success: (data: HeartRateResponse) => void;<br>Permission: ohos.permission.READ_HEALTH_DATA|@system.sensor.d.ts|
|Permission added|Class name: SubscribeHeartRateOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: N/A|Class name: SubscribeHeartRateOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: ohos.permission.READ_HEALTH_DATA|@system.sensor.d.ts|
|Permission added|Class name: GyroscopeResponse<br>Method or attribute name: x: number;<br>Permission: N/A|Class name: GyroscopeResponse<br>Method or attribute name: x: number;<br>Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|Permission added|Class name: GyroscopeResponse<br>Method or attribute name: y: number;<br>Permission: N/A|Class name: GyroscopeResponse<br>Method or attribute name: y: number;<br>Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|Permission added|Class name: GyroscopeResponse<br>Method or attribute name: z: number;<br>Permission: N/A|Class name: GyroscopeResponse<br>Method or attribute name: z: number;<br>Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|Permission added|Class name: SubscribeGyroscopeOptions<br>Method or attribute name: interval: string;<br>Permission: N/A|Class name: SubscribeGyroscopeOptions<br>Method or attribute name: interval: string;<br>Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|Permission added|Class name: SubscribeGyroscopeOptions<br>Method or attribute name: success: (data: GyroscopeResponse) => void;<br>Permission: N/A|Class name: SubscribeGyroscopeOptions<br>Method or attribute name: success: (data: GyroscopeResponse) => void;<br>Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|Permission added|Class name: SubscribeGyroscopeOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: N/A|Class name: SubscribeGyroscopeOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts|
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册