1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Class name: GetDomainAccountInfoOptions;<br>Method or attribute name: accountName: string;|@ohos.account.osAccount.d.ts|
4|Added|NA|Class name: DistributedAccountAbility;<br>Method or attribute name: getOsAccountDistributedInfoByLocalId(localId: number, callback: AsyncCallback\<DistributedInfo>): void;|@ohos.account.distributedAccount.d.ts|
5|Added|NA|Class name: DistributedAccountAbility;<br>Method or attribute name: getOsAccountDistributedInfoByLocalId(localId: number): Promise\<DistributedInfo>;|@ohos.account.distributedAccount.d.ts|
6|Added|NA|Class name: DistributedAccountAbility;<br>Method or attribute name: setOsAccountDistributedInfoByLocalId(<br>      localId: number,<br>      distributedInfo: DistributedInfo,<br>      callback: AsyncCallback\<void><br>    ): void;|@ohos.account.distributedAccount.d.ts|
7|Added|NA|Class name: DistributedAccountAbility;<br>Method or attribute name: setOsAccountDistributedInfoByLocalId(localId: number, distributedInfo: DistributedInfo): Promise\<void>;|@ohos.account.distributedAccount.d.ts|
8|Added|NA|Class name: DistributedAccountStatus;<br>Method or attribute name: NOT_LOGGED_IN = 0|@ohos.account.distributedAccount.d.ts|
9|Added|NA|Class name: DistributedAccountStatus;<br>Method or attribute name: LOGGED_IN = 1|@ohos.account.distributedAccount.d.ts|
10|Added|NA|Class name: DistributedInfo;<br>Method or attribute name: readonly status?: DistributedAccountStatus;|@ohos.account.distributedAccount.d.ts|
11|Added|NA|Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdForUidSync(uid: number): number;|@ohos.account.osAccount.d.ts|
12|Added|NA|Class name: AccountManager;<br>Method or attribute name: getBundleIdForUidSync(uid: number): number;|@ohos.account.osAccount.d.ts|
13|Added|NA|Class name: DomainAccountInfo;<br>Method or attribute name: accountId?: string;|@ohos.account.osAccount.d.ts|
14|Added|NA|Class name: AuthStatusInfo;<br>Method or attribute name: remainTimes: number;|@ohos.account.osAccount.d.ts|
15|Added|NA|Class name: AuthStatusInfo;<br>Method or attribute name: freezingTime: number;|@ohos.account.osAccount.d.ts|
16|Added|NA|Class name: GetDomainAccessTokenOptions;<br>Method or attribute name: domainAccountInfo: DomainAccountInfo;|@ohos.account.osAccount.d.ts|
17|Added|NA|Class name: GetDomainAccessTokenOptions;<br>Method or attribute name: domainAccountToken: Uint8Array;|@ohos.account.osAccount.d.ts|
18|Added|NA|Class name: GetDomainAccessTokenOptions;<br>Method or attribute name: businessParams: { [key: string]: object };|@ohos.account.osAccount.d.ts|
19|Added|NA|Class name: GetDomainAccessTokenOptions;<br>Method or attribute name: callerUid: number;|@ohos.account.osAccount.d.ts|
20|Added|NA|Class name: GetDomainAccountInfoPluginOptions;<br>Method or attribute name: callerUid: number;|@ohos.account.osAccount.d.ts|
21|Added|NA|Class name: GetDomainAccountInfoOptions;<br>Method or attribute name: domain?: string;|@ohos.account.osAccount.d.ts|
22|Added|NA|Class name: DomainPlugin;<br>Method or attribute name: authWithPopup(domainAccountInfo: DomainAccountInfo, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
23|Added|NA|Class name: DomainPlugin;<br>Method or attribute name: authWithToken(domainAccountInfo: DomainAccountInfo, token: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
24|Added|NA|Class name: DomainPlugin;<br>Method or attribute name: getAccountInfo(options: GetDomainAccountInfoPluginOptions, callback: AsyncCallback\<DomainAccountInfo>): void;|@ohos.account.osAccount.d.ts|
25|Added|NA|Class name: DomainPlugin;<br>Method or attribute name: getAuthStatusInfo(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\<AuthStatusInfo>): void;|@ohos.account.osAccount.d.ts|
26|Added|NA|Class name: DomainPlugin;<br>Method or attribute name: bindAccount(domainAccountInfo: DomainAccountInfo, localId: number, callback: AsyncCallback\<void>): void;|@ohos.account.osAccount.d.ts|
27|Added|NA|Class name: DomainPlugin;<br>Method or attribute name: unbindAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\<void>): void;|@ohos.account.osAccount.d.ts|
28|Added|NA|Class name: DomainPlugin;<br>Method or attribute name: isAccountTokenValid(<br>      domainAccountInfo: DomainAccountInfo,<br>      token: Uint8Array,<br>      callback: AsyncCallback\<boolean><br>    ): void;|@ohos.account.osAccount.d.ts|
29|Added|NA|Class name: DomainPlugin;<br>Method or attribute name: getAccessToken(options: GetDomainAccessTokenOptions, callback: AsyncCallback\<Uint8Array>): void;|@ohos.account.osAccount.d.ts|
30|Added|NA|Class name: DomainAccountManager;<br>Method or attribute name: static auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
31|Added|NA|Class name: DomainAccountManager;<br>Method or attribute name: static authWithPopup(callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
32|Added|NA|Class name: DomainAccountManager;<br>Method or attribute name: static authWithPopup(localId: number, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
33|Added|NA|Class name: DomainAccountManager;<br>Method or attribute name: static hasAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts|
34|Added|NA|Class name: DomainAccountManager;<br>Method or attribute name: static hasAccount(domainAccountInfo: DomainAccountInfo): Promise\<boolean>;|@ohos.account.osAccount.d.ts|
35|Added|NA|Class name: DomainAccountManager;<br>Method or attribute name: static updateAccountToken(<br>      domainAccountInfo: DomainAccountInfo,<br>      token: Uint8Array,<br>      callback: AsyncCallback\<void><br>    ): void;|@ohos.account.osAccount.d.ts|
36|Added|NA|Class name: DomainAccountManager;<br>Method or attribute name: static updateAccountToken(domainAccountInfo: DomainAccountInfo, token: Uint8Array): Promise\<void>;|@ohos.account.osAccount.d.ts|
37|Added|NA|Class name: DomainAccountManager;<br>Method or attribute name: static getAccountInfo(options: GetDomainAccountInfoOptions, callback: AsyncCallback\<DomainAccountInfo>): void;|@ohos.account.osAccount.d.ts|
38|Added|NA|Class name: DomainAccountManager;<br>Method or attribute name: static getAccountInfo(options: GetDomainAccountInfoOptions): Promise\<DomainAccountInfo>;|@ohos.account.osAccount.d.ts|
39|Added|NA|Class name: ExecutorProperty;<br>Method or attribute name: enrollmentProgress?: string;|@ohos.account.osAccount.d.ts|
40|Added|NA|Class name: ExecutorProperty;<br>Method or attribute name: sensorInfo?: string;|@ohos.account.osAccount.d.ts|
41|Added|NA|Class name: GetPropertyType;<br>Method or attribute name: ENROLLMENT_PROGRESS = 4|@ohos.account.osAccount.d.ts|
42|Added|NA|Class name: GetPropertyType;<br>Method or attribute name: SENSOR_INFO = 5|@ohos.account.osAccount.d.ts|
43|Added|NA|Class name: AuthType;<br>Method or attribute name: FINGERPRINT = 4|@ohos.account.osAccount.d.ts|
44|Added|NA|Class name: AuthSubType;<br>Method or attribute name: FINGERPRINT_CAPACITIVE = 30000|@ohos.account.osAccount.d.ts|
45|Added|NA|Class name: AuthSubType;<br>Method or attribute name: FINGERPRINT_OPTICAL = 30001|@ohos.account.osAccount.d.ts|
46|Added|NA|Class name: AuthSubType;<br>Method or attribute name: FINGERPRINT_ULTRASONIC = 30002|@ohos.account.osAccount.d.ts|
47|Added|NA|Class name: FingerprintTips;<br>Method or attribute name: FINGERPRINT_TIP_FINGER_DOWN = 6|@ohos.account.osAccount.d.ts|
48|Added|NA|Class name: FingerprintTips;<br>Method or attribute name: FINGERPRINT_TIP_FINGER_UP = 7|@ohos.account.osAccount.d.ts|
49|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: addAccount(name: string, extraInfo: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: addAccount(name: string, extraInfo: string, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#createAccount|@ohos.account.appAccount.d.ts|
50|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: addAccount(name: string, extraInfo?: string): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: addAccount(name: string, extraInfo?: string): Promise\<void>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#createAccount|@ohos.account.appAccount.d.ts|
51|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: deleteAccount(name: string): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: deleteAccount(name: string): Promise\<void>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#removeAccount|@ohos.account.appAccount.d.ts|
52|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: disableAppAccess(name: string, bundleName: string): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: disableAppAccess(name: string, bundleName: string): Promise\<void>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#setAppAccess|@ohos.account.appAccount.d.ts|
53|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: enableAppAccess(name: string, bundleName: string): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: enableAppAccess(name: string, bundleName: string): Promise\<void>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#setAppAccess|@ohos.account.appAccount.d.ts|
54|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: checkAppAccountSyncEnable(name: string): Promise\<boolean>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: checkAppAccountSyncEnable(name: string): Promise\<boolean>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#checkDataSyncEnabled|@ohos.account.appAccount.d.ts|
55|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string): Promise\<void>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#setCredential|@ohos.account.appAccount.d.ts|
56|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string): Promise\<void>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#setCustomData|@ohos.account.appAccount.d.ts|
57|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean): Promise\<void>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#setDataSyncEnabled|@ohos.account.appAccount.d.ts|
58|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: setAssociatedData(name: string, key: string, value: string): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: setAssociatedData(name: string, key: string, value: string): Promise\<void>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#setCustomData|@ohos.account.appAccount.d.ts|
59|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getAllAccessibleAccounts(): Promise\<Array\<AppAccountInfo>>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getAllAccessibleAccounts(): Promise\<Array\<AppAccountInfo>>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#getAllAccounts|@ohos.account.appAccount.d.ts|
60|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getAllAccounts(owner: string): Promise\<Array\<AppAccountInfo>>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getAllAccounts(owner: string): Promise\<Array\<AppAccountInfo>>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#getAccountsByOwner|@ohos.account.appAccount.d.ts|
61|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getAccountCredential(name: string, credentialType: string): Promise\<string>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getAccountCredential(name: string, credentialType: string): Promise\<string>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#getCredential|@ohos.account.appAccount.d.ts|
62|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getAccountExtraInfo(name: string): Promise\<string>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getAccountExtraInfo(name: string): Promise\<string>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#getCustomData|@ohos.account.appAccount.d.ts|
63|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getAssociatedData(name: string, key: string): Promise\<string>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getAssociatedData(name: string, key: string): Promise\<string>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#getCustomData|@ohos.account.appAccount.d.ts|
64|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getOAuthToken(name: string, owner: string, authType: string): Promise\<string>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getOAuthToken(name: string, owner: string, authType: string): Promise\<string>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#getAuthToken|@ohos.account.appAccount.d.ts|
65|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: setOAuthToken(name: string, authType: string, token: string): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: setOAuthToken(name: string, authType: string, token: string): Promise\<void>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#setAuthToken|@ohos.account.appAccount.d.ts|
66|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string): Promise\<void>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#deleteAuthToken|@ohos.account.appAccount.d.ts|
67|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\<void>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#setAuthTokenVisibility|@ohos.account.appAccount.d.ts|
68|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\<boolean>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\<boolean>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#checkAuthTokenVisibility|@ohos.account.appAccount.d.ts|
69|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getAllOAuthTokens(name: string, owner: string): Promise\<Array\<OAuthTokenInfo>>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getAllOAuthTokens(name: string, owner: string): Promise\<Array\<OAuthTokenInfo>>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#getAllAuthTokens|@ohos.account.appAccount.d.ts|
70|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getOAuthList(name: string, authType: string): Promise\<Array\<string>>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getOAuthList(name: string, authType: string): Promise\<Array\<string>>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#getAuthList|@ohos.account.appAccount.d.ts|
71|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getAuthenticatorCallback(sessionId: string): Promise\<AuthenticatorCallback>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getAuthenticatorCallback(sessionId: string): Promise\<AuthenticatorCallback>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#getAuthCallback|@ohos.account.appAccount.d.ts|
72|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getAuthenticatorInfo(owner: string): Promise\<AuthenticatorInfo>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getAuthenticatorInfo(owner: string): Promise\<AuthenticatorInfo>;<br>New version information: 9<br>Substitute API: appAccount.AppAccountManager#queryAuthenticatorInfo|@ohos.account.appAccount.d.ts|
73|Deprecated version changed|Class name: DistributedAccountAbility;<br>Method or attribute name: queryOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>Old version information: |Class name: DistributedAccountAbility;<br>Method or attribute name: queryOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>New version information: 9<br>Substitute API: distributedAccount.DistributedAccountAbility#getOsAccountDistributedInfo|@ohos.account.distributedAccount.d.ts|
74|Deprecated version changed|Class name: DistributedAccountAbility;<br>Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>Old version information: |Class name: DistributedAccountAbility;<br>Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>New version information: 9<br>Substitute API: distributedAccount.DistributedAccountAbility#setOsAccountDistributedInfo|@ohos.account.distributedAccount.d.ts|
75|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: isMultiOsAccountEnable(): Promise\<boolean>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: isMultiOsAccountEnable(): Promise\<boolean>;<br>New version information: 9<br>Substitute API: osAccount.AccountManager#checkMultiOsAccountEnabled|@ohos.account.osAccount.d.ts|
76|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: isOsAccountActived(localId: number): Promise\<boolean>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: isOsAccountActived(localId: number): Promise\<boolean>;<br>New version information: 9<br>Substitute API: osAccount.AccountManager#checkOsAccountActivated|@ohos.account.osAccount.d.ts|
77|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string): Promise\<boolean>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string): Promise\<boolean>;<br>New version information: 9<br>Substitute API: osAccount.AccountManager#checkConstraintEnabled|@ohos.account.osAccount.d.ts|
78|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: isTestOsAccount(): Promise\<boolean>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: isTestOsAccount(): Promise\<boolean>;<br>New version information: 9<br>Substitute API: osAccount.AccountManager#checkOsAccountTestable|@ohos.account.osAccount.d.ts|
79|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback\<boolean>): void;<br>New version information: 9<br>Substitute API: osAccount.AccountManager#checkOsAccountVerified|@ohos.account.osAccount.d.ts|
80|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: isOsAccountVerified(localId?: number): Promise\<boolean>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: isOsAccountVerified(localId?: number): Promise\<boolean>;<br>New version information: 9<br>Substitute API: osAccount.AccountManager#checkOsAccountVerified|@ohos.account.osAccount.d.ts|
81|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: getCreatedOsAccountsCount(): Promise\<number>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getCreatedOsAccountsCount(): Promise\<number>;<br>New version information: 9<br>Substitute API: osAccount.AccountManager#getOsAccountCount|@ohos.account.osAccount.d.ts|
82|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdFromProcess(): Promise\<number>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdFromProcess(): Promise\<number>;<br>New version information: 9<br>Substitute API: osAccount.AccountManager#getOsAccountLocalId|@ohos.account.osAccount.d.ts|
83|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdFromUid(uid: number): Promise\<number>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdFromUid(uid: number): Promise\<number>;<br>New version information: 9<br>Substitute API: osAccount.AccountManager#getOsAccountLocalIdForUid|@ohos.account.osAccount.d.ts|
84|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise\<number>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise\<number>;<br>New version information: 9<br>Substitute API: osAccount.AccountManager#getOsAccountLocalIdForDomain|@ohos.account.osAccount.d.ts|
85|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: getOsAccountAllConstraints(localId: number): Promise\<Array\<string>>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getOsAccountAllConstraints(localId: number): Promise\<Array\<string>>;<br>New version information: 9<br>Substitute API: osAccount.AccountManager#getOsAccountConstraints|@ohos.account.osAccount.d.ts|
86|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: queryActivatedOsAccountIds(): Promise\<Array\<number>>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: queryActivatedOsAccountIds(): Promise\<Array\<number>>;<br>New version information: 9<br>Substitute API: osAccount.AccountManager#getActivatedOsAccountLocalIds|@ohos.account.osAccount.d.ts|
87|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: queryCurrentOsAccount(): Promise\<OsAccountInfo>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: queryCurrentOsAccount(): Promise\<OsAccountInfo>;<br>New version information: 9<br>Substitute API: osAccount.AccountManager#getCurrentOsAccount|@ohos.account.osAccount.d.ts|
88|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: getOsAccountTypeFromProcess(): Promise\<OsAccountType>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getOsAccountTypeFromProcess(): Promise\<OsAccountType>;<br>New version information: 9<br>Substitute API: osAccount.AccountManager#getOsAccountType|@ohos.account.osAccount.d.ts|
89|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: getDistributedVirtualDeviceId(): Promise\<string>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getDistributedVirtualDeviceId(): Promise\<string>;<br>New version information: 9<br>Substitute API: osAccount.AccountManager#queryDistributedVirtualDeviceId|@ohos.account.osAccount.d.ts|
90|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number): Promise\<number>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number): Promise\<number>;<br>New version information: 9<br>Substitute API: osAccount.AccountManager#getOsAccountLocalIdForSerialNumber|@ohos.account.osAccount.d.ts|
91|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number): Promise\<number>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number): Promise\<number>;<br>New version information: 9<br>Substitute API: osAccount.AccountManager#getSerialNumberForOsAccountLocalId|@ohos.account.osAccount.d.ts|
92|Error code added|Class name: AppAccountManager;<br>Method or attribute name: createAccount(name: string, options: CreateAccountOptions, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: createAccount(name: string, options: CreateAccountOptions, callback: AsyncCallback\<void>): void;<br>New version information: 401, 12300001, 12300002, 12300004, 12300007|@ohos.account.appAccount.d.ts|
93|Error code added|Class name: AppAccountManager;<br>Method or attribute name: createAccount(name: string, options?: CreateAccountOptions): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: createAccount(name: string, options?: CreateAccountOptions): Promise\<void>;<br>New version information: 401, 12300001, 12300002, 12300004, 12300007|@ohos.account.appAccount.d.ts|
94|Error code added|Class name: AppAccountManager;<br>Method or attribute name: createAccountImplicitly(owner: string, options: CreateAccountImplicitlyOptions, callback: AuthCallback): void;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: createAccountImplicitly(owner: string, options: CreateAccountImplicitlyOptions, callback: AuthCallback): void;<br>New version information: 401, 12300001, 12300002, 12300007, 12300010, 12300113,12300114|@ohos.account.appAccount.d.ts|
95|Error code added|Class name: AppAccountManager;<br>Method or attribute name: removeAccount(name: string): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: removeAccount(name: string): Promise\<void>;<br>New version information: 401, 12300001, 12300002, 12300003|@ohos.account.appAccount.d.ts|
96|Error code added|Class name: AppAccountManager;<br>Method or attribute name: setAppAccess(name: string, bundleName: string, isAccessible: boolean): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: setAppAccess(name: string, bundleName: string, isAccessible: boolean): Promise\<void>;<br>New version information: 401, 12300001, 12300002, 12300003,12400001|@ohos.account.appAccount.d.ts|
97|Error code added|Class name: AppAccountManager;<br>Method or attribute name: checkAppAccess(name: string, bundleName: string): Promise\<boolean>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: checkAppAccess(name: string, bundleName: string): Promise\<boolean>;<br>New version information: 401, 12300001, 12300002, 12300003|@ohos.account.appAccount.d.ts|
98|Error code added|Class name: AppAccountManager;<br>Method or attribute name: checkDataSyncEnabled(name: string): Promise\<boolean>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: checkDataSyncEnabled(name: string): Promise\<boolean>;<br>New version information: 201,401, 12300001, 12300002, 12300003|@ohos.account.appAccount.d.ts|
99|Error code added|Class name: AppAccountManager;<br>Method or attribute name: setCredential(name: string, credentialType: string, credential: string): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: setCredential(name: string, credentialType: string, credential: string): Promise\<void>;<br>New version information: 401, 12300001, 12300002, 12300003|@ohos.account.appAccount.d.ts|
100|Error code added|Class name: AppAccountManager;<br>Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean): Promise\<void>;<br>New version information: 201,401, 12300001, 12300002, 12300003|@ohos.account.appAccount.d.ts|
101|Error code added|Class name: AppAccountManager;<br>Method or attribute name: setCustomData(name: string, key: string, value: string): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: setCustomData(name: string, key: string, value: string): Promise\<void>;<br>New version information: 401, 12300001, 12300002, 12300003,12400003|@ohos.account.appAccount.d.ts|
102|Error code added|Class name: AppAccountManager;<br>Method or attribute name: getAllAccounts(): Promise\<Array\<AppAccountInfo>>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getAllAccounts(): Promise\<Array\<AppAccountInfo>>;<br>New version information: 401, 12300001|@ohos.account.appAccount.d.ts|
103|Error code added|Class name: AppAccountManager;<br>Method or attribute name: getAccountsByOwner(owner: string): Promise\<Array\<AppAccountInfo>>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getAccountsByOwner(owner: string): Promise\<Array\<AppAccountInfo>>;<br>New version information: 401, 12300001, 12300002, 12400001|@ohos.account.appAccount.d.ts|
104|Error code added|Class name: AppAccountManager;<br>Method or attribute name: getCredential(name: string, credentialType: string): Promise\<string>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getCredential(name: string, credentialType: string): Promise\<string>;<br>New version information: 401, 12300001, 12300002, 12300003,12300102|@ohos.account.appAccount.d.ts|
105|Error code added|Class name: AppAccountManager;<br>Method or attribute name: getCustomData(name: string, key: string): Promise\<string>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getCustomData(name: string, key: string): Promise\<string>;<br>New version information: 401, 12300001, 12300002, 12300003,12400002|@ohos.account.appAccount.d.ts|
106|Error code added|Class name: AppAccountManager;<br>Method or attribute name: auth(<br>      name: string,<br>      owner: string,<br>      authType: string,<br>      options: { [key: string]: Object },<br>      callback: AuthCallback<br>    ): void;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: auth(<br>      name: string,<br>      owner: string,<br>      authType: string,<br>      options: { [key: string]: Object },<br>      callback: AuthCallback<br>    ): void;<br>New version information: 401, 12300001, 12300002, 12300003,12300010, 12300113,12300114|@ohos.account.appAccount.d.ts|
107|Error code added|Class name: AppAccountManager;<br>Method or attribute name: getAuthToken(name: string, owner: string, authType: string): Promise\<string>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getAuthToken(name: string, owner: string, authType: string): Promise\<string>;<br>New version information: 401, 12300001, 12300002, 12300003,12300107|@ohos.account.appAccount.d.ts|
108|Error code added|Class name: AppAccountManager;<br>Method or attribute name: setAuthToken(name: string, authType: string, token: string): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: setAuthToken(name: string, authType: string, token: string): Promise\<void>;<br>New version information: 401, 12300001, 12300002, 12300003,12400004|@ohos.account.appAccount.d.ts|
109|Error code added|Class name: AppAccountManager;<br>Method or attribute name: deleteAuthToken(name: string, owner: string, authType: string, token: string): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: deleteAuthToken(name: string, owner: string, authType: string, token: string): Promise\<void>;<br>New version information: 401, 12300001, 12300002, 12300003,12300107|@ohos.account.appAccount.d.ts|
110|Error code added|Class name: AppAccountManager;<br>Method or attribute name: setAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: setAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\<void>;<br>New version information: 401, 12300001, 12300002, 12300003,12300107, 12400001, 12400005|@ohos.account.appAccount.d.ts|
111|Error code added|Class name: AppAccountManager;<br>Method or attribute name: checkAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\<boolean>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: checkAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\<boolean>;<br>New version information: 401, 12300001, 12300002, 12300003,12300107|@ohos.account.appAccount.d.ts|
112|Error code added|Class name: AppAccountManager;<br>Method or attribute name: getAllAuthTokens(name: string, owner: string): Promise\<Array\<AuthTokenInfo>>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getAllAuthTokens(name: string, owner: string): Promise\<Array\<AuthTokenInfo>>;<br>New version information: 401, 12300001, 12300002, 12300003|@ohos.account.appAccount.d.ts|
113|Error code added|Class name: AppAccountManager;<br>Method or attribute name: getAuthList(name: string, authType: string): Promise\<Array\<string>>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getAuthList(name: string, authType: string): Promise\<Array\<string>>;<br>New version information: 401, 12300001, 12300002, 12300003,12300107|@ohos.account.appAccount.d.ts|
114|Error code added|Class name: AppAccountManager;<br>Method or attribute name: getAuthCallback(sessionId: string): Promise\<AuthCallback>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getAuthCallback(sessionId: string): Promise\<AuthCallback>;<br>New version information: 401, 12300001, 12300002, 12300108|@ohos.account.appAccount.d.ts|
115|Error code added|Class name: AppAccountManager;<br>Method or attribute name: queryAuthenticatorInfo(owner: string): Promise\<AuthenticatorInfo>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: queryAuthenticatorInfo(owner: string): Promise\<AuthenticatorInfo>;<br>New version information: 401, 12300001, 12300002, 12300113|@ohos.account.appAccount.d.ts|
116|Error code added|Class name: AppAccountManager;<br>Method or attribute name: checkAccountLabels(name: string, owner: string, labels: Array\<string>): Promise\<boolean>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: checkAccountLabels(name: string, owner: string, labels: Array\<string>): Promise\<boolean>;<br>New version information: 401, 12300001, 12300002, 12300003,12300010, 12300113,12300114|@ohos.account.appAccount.d.ts|
117|Error code added|Class name: AppAccountManager;<br>Method or attribute name: deleteCredential(name: string, credentialType: string): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: deleteCredential(name: string, credentialType: string): Promise\<void>;<br>New version information: 401, 12300001, 12300002, 12300003,12300102|@ohos.account.appAccount.d.ts|
118|Error code added|Class name: AppAccountManager;<br>Method or attribute name: selectAccountsByOptions(options: SelectAccountsOptions): Promise\<Array\<AppAccountInfo>>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: selectAccountsByOptions(options: SelectAccountsOptions): Promise\<Array\<AppAccountInfo>>;<br>New version information: 401, 12300001, 12300002, 12300010, 12300114|@ohos.account.appAccount.d.ts|
119|Error code added|Class name: AppAccountManager;<br>Method or attribute name: verifyCredential(name: string, owner: string, options: VerifyCredentialOptions, callback: AuthCallback): void;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: verifyCredential(name: string, owner: string, options: VerifyCredentialOptions, callback: AuthCallback): void;<br>New version information: 401, 12300001, 12300002, 12300003,12300010, 12300113,12300114|@ohos.account.appAccount.d.ts|
120|Error code added|Class name: AppAccountManager;<br>Method or attribute name: setAuthenticatorProperties(owner: string, options: SetPropertiesOptions, callback: AuthCallback): void;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: setAuthenticatorProperties(owner: string, options: SetPropertiesOptions, callback: AuthCallback): void;<br>New version information: 401, 12300001, 12300002, 12300010, 12300113,12300114|@ohos.account.appAccount.d.ts|
121|Error code added|Class name: DistributedAccountAbility;<br>Method or attribute name: getOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>Old version information: |Class name: DistributedAccountAbility;<br>Method or attribute name: getOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>New version information: 201,401, 12300001|@ohos.account.distributedAccount.d.ts|
122|Error code added|Class name: DistributedAccountAbility;<br>Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>Old version information: |Class name: DistributedAccountAbility;<br>Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>New version information: 201,401, 12300001, 12300002, 12300003|@ohos.account.distributedAccount.d.ts|
123|Error code added|Class name: AccountManager;<br>Method or attribute name: activateOsAccount(localId: number): Promise\<void>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: activateOsAccount(localId: number): Promise\<void>;<br>New version information: 201,202,401, 12300001, 12300002, 12300003,12300008, 12300009|@ohos.account.osAccount.d.ts|
124|Error code added|Class name: AccountManager;<br>Method or attribute name: checkMultiOsAccountEnabled(): Promise\<boolean>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: checkMultiOsAccountEnabled(): Promise\<boolean>;<br>New version information: 401, 12300001|@ohos.account.osAccount.d.ts|
125|Error code added|Class name: AccountManager;<br>Method or attribute name: checkOsAccountActivated(localId: number): Promise\<boolean>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: checkOsAccountActivated(localId: number): Promise\<boolean>;<br>New version information: 201,401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts|
126|Error code added|Class name: AccountManager;<br>Method or attribute name: checkOsAccountTestable(): Promise\<boolean>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: checkOsAccountTestable(): Promise\<boolean>;<br>New version information: 401, 12300001|@ohos.account.osAccount.d.ts|
127|Error code added|Class name: AccountManager;<br>Method or attribute name: removeOsAccount(localId: number): Promise\<void>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: removeOsAccount(localId: number): Promise\<void>;<br>New version information: 201,202,401, 12300001, 12300002, 12300003,12300008|@ohos.account.osAccount.d.ts|
128|Error code added|Class name: AccountManager;<br>Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array\<string>, enable: boolean): Promise\<void>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array\<string>, enable: boolean): Promise\<void>;<br>New version information: 201,202,401, 12300001, 12300002, 12300003,12300008|@ohos.account.osAccount.d.ts|
129|Error code added|Class name: AccountManager;<br>Method or attribute name: setOsAccountName(localId: number, localName: string): Promise\<void>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: setOsAccountName(localId: number, localName: string): Promise\<void>;<br>New version information: 201,202,401, 12300001, 12300002, 12300003,12300008|@ohos.account.osAccount.d.ts|
130|Error code added|Class name: AccountManager;<br>Method or attribute name: getOsAccountCount(): Promise\<number>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getOsAccountCount(): Promise\<number>;<br>New version information: 201,401, 12300001|@ohos.account.osAccount.d.ts|
131|Error code added|Class name: AccountManager;<br>Method or attribute name: queryMaxOsAccountNumber(): Promise\<number>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: queryMaxOsAccountNumber(): Promise\<number>;<br>New version information: 202,401, 12300001|@ohos.account.osAccount.d.ts|
132|Error code added|Class name: AccountManager;<br>Method or attribute name: getOsAccountConstraints(localId: number): Promise\<Array\<string>>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getOsAccountConstraints(localId: number): Promise\<Array\<string>>;<br>New version information: 201,401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts|
133|Error code added|Class name: AccountManager;<br>Method or attribute name: queryAllCreatedOsAccounts(): Promise\<Array\<OsAccountInfo>>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: queryAllCreatedOsAccounts(): Promise\<Array\<OsAccountInfo>>;<br>New version information: 201,202,401, 12300001|@ohos.account.osAccount.d.ts|
134|Error code added|Class name: AccountManager;<br>Method or attribute name: createOsAccount(localName: string, type: OsAccountType): Promise\<OsAccountInfo>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: createOsAccount(localName: string, type: OsAccountType): Promise\<OsAccountInfo>;<br>New version information: 201,202,401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts|
135|Error code added|Class name: AccountManager;<br>Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise\<OsAccountInfo>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise\<OsAccountInfo>;<br>New version information: 201,202,401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts|
136|Error code added|Class name: AccountManager;<br>Method or attribute name: getCurrentOsAccount(): Promise\<OsAccountInfo>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getCurrentOsAccount(): Promise\<OsAccountInfo>;<br>New version information: 201,401, 12300001|@ohos.account.osAccount.d.ts|
137|Error code added|Class name: AccountManager;<br>Method or attribute name: queryOsAccountById(localId: number): Promise\<OsAccountInfo>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: queryOsAccountById(localId: number): Promise\<OsAccountInfo>;<br>New version information: 201,202,401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts|
138|Error code added|Class name: AccountManager;<br>Method or attribute name: getOsAccountType(): Promise\<OsAccountType>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getOsAccountType(): Promise\<OsAccountType>;<br>New version information: 401, 12300001|@ohos.account.osAccount.d.ts|
139|Error code added|Class name: AccountManager;<br>Method or attribute name: queryDistributedVirtualDeviceId(): Promise\<string>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: queryDistributedVirtualDeviceId(): Promise\<string>;<br>New version information: 201,401, 12300001|@ohos.account.osAccount.d.ts|
140|Error code added|Class name: AccountManager;<br>Method or attribute name: getOsAccountProfilePhoto(localId: number): Promise\<string>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getOsAccountProfilePhoto(localId: number): Promise\<string>;<br>New version information: 201,202,401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts|
141|Error code added|Class name: AccountManager;<br>Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string): Promise\<void>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string): Promise\<void>;<br>New version information: 201,202,401, 12300001, 12300002, 12300003,12300008|@ohos.account.osAccount.d.ts|
142|Error code added|Class name: AccountManager;<br>Method or attribute name: isMainOsAccount(): Promise\<boolean>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: isMainOsAccount(): Promise\<boolean>;<br>New version information: 201,202,401, 12300001|@ohos.account.osAccount.d.ts|
143|Error code added|Class name: UserAuth;<br>Method or attribute name: constructor();<br>Old version information: |Class name: UserAuth;<br>Method or attribute name: constructor();<br>New version information: 202|@ohos.account.osAccount.d.ts|
144|Error code added|Class name: PINAuth;<br>Method or attribute name: constructor();<br>Old version information: |Class name: PINAuth;<br>Method or attribute name: constructor();<br>New version information: 202|@ohos.account.osAccount.d.ts|
145|Error code added|Class name: UserIdentityManager;<br>Method or attribute name: constructor();<br>Old version information: |Class name: UserIdentityManager;<br>Method or attribute name: constructor();<br>New version information: 202|@ohos.account.osAccount.d.ts|
146|Error code added|Class name: UserAuth;<br>Method or attribute name: getVersion(): number;<br>Old version information: |Class name: UserAuth;<br>Method or attribute name: getVersion(): number;<br>New version information: 202|@ohos.account.osAccount.d.ts|
147|Error code added|Class name: UserAuth;<br>Method or attribute name: getProperty(request: GetPropertyRequest): Promise\<ExecutorProperty>;<br>Old version information: |Class name: UserAuth;<br>Method or attribute name: getProperty(request: GetPropertyRequest): Promise\<ExecutorProperty>;<br>New version information: 201,202,401, 12300001, 12300002|@ohos.account.osAccount.d.ts|
148|Error code added|Class name: UserAuth;<br>Method or attribute name: setProperty(request: SetPropertyRequest): Promise\<void>;<br>Old version information: |Class name: UserAuth;<br>Method or attribute name: setProperty(request: SetPropertyRequest): Promise\<void>;<br>New version information: 201,202,401, 12300001, 12300002|@ohos.account.osAccount.d.ts|
149|Error code added|Class name: UserIdentityManager;<br>Method or attribute name: openSession(): Promise\<Uint8Array>;<br>Old version information: |Class name: UserIdentityManager;<br>Method or attribute name: openSession(): Promise\<Uint8Array>;<br>New version information: 201,202,401, 12300001|@ohos.account.osAccount.d.ts|
150|Error code added|Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>Old version information: |Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>New version information: 201,202,401, 12300001, 12300002, 12300102|@ohos.account.osAccount.d.ts|
151|Error code added|Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>Old version information: |Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>New version information: 201,202,401, 12300001, 12300002, 12300102|@ohos.account.osAccount.d.ts|
152|Error code changed|Class name: AppAccountManager;<br>Method or attribute name: on(type: 'accountChange', owners: Array\<string>, callback: Callback\<Array\<AppAccountInfo>>): void;<br>Old version information: 401, 12300001, 12300002, 12300011, 12400001|Class name: AppAccountManager;<br>Method or attribute name: on(type: 'accountChange', owners: Array\<string>, callback: Callback\<Array\<AppAccountInfo>>): void;<br>New version information: 401, 12300001, 12300002, 12400001|@ohos.account.appAccount.d.ts|
153|Error code changed|Class name: AppAccountManager;<br>Method or attribute name: off(type: 'accountChange', callback?: Callback\<Array\<AppAccountInfo>>): void;<br>Old version information: 401, 12300001, 12300002, 12300012|Class name: AppAccountManager;<br>Method or attribute name: off(type: 'accountChange', callback?: Callback\<Array\<AppAccountInfo>>): void;<br>New version information: 401, 12300001, 12300002|@ohos.account.appAccount.d.ts|
154|Error code changed|Class name: AccountManager;<br>Method or attribute name: activateOsAccount(localId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401, 12300001, 12300002, 12300003,12300008, 12300009|Class name: AccountManager;<br>Method or attribute name: activateOsAccount(localId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401, 12300001, 12300002, 12300003,12300008, 12300009|@ohos.account.osAccount.d.ts|
155|Error code changed|Class name: AccountManager;<br>Method or attribute name: removeOsAccount(localId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401, 12300001, 12300002, 12300003,12300008|Class name: AccountManager;<br>Method or attribute name: removeOsAccount(localId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401, 12300001, 12300002, 12300003,12300008|@ohos.account.osAccount.d.ts|
156|Error code changed|Class name: AccountManager;<br>Method or attribute name: setOsAccountConstraints(<br>      localId: number,<br>      constraints: Array\<string>,<br>      enable: boolean,<br>      callback: AsyncCallback\<void><br>    ): void;<br>Old version information: 201,401, 12300001, 12300002, 12300003,12300008|Class name: AccountManager;<br>Method or attribute name: setOsAccountConstraints(<br>      localId: number,<br>      constraints: Array\<string>,<br>      enable: boolean,<br>      callback: AsyncCallback\<void><br>    ): void;<br>New version information: 201,202,401, 12300001, 12300002, 12300003,12300008|@ohos.account.osAccount.d.ts|
157|Error code changed|Class name: AccountManager;<br>Method or attribute name: setOsAccountName(localId: number, localName: string, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401, 12300001, 12300002, 12300003,12300008|Class name: AccountManager;<br>Method or attribute name: setOsAccountName(localId: number, localName: string, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401, 12300001, 12300002, 12300003,12300008|@ohos.account.osAccount.d.ts|
158|Error code changed|Class name: AccountManager;<br>Method or attribute name: queryMaxOsAccountNumber(callback: AsyncCallback\<number>): void;<br>Old version information: 401, 12300001|Class name: AccountManager;<br>Method or attribute name: queryMaxOsAccountNumber(callback: AsyncCallback\<number>): void;<br>New version information: 202,401, 12300001|@ohos.account.osAccount.d.ts|
159|Error code changed|Class name: AccountManager;<br>Method or attribute name: queryAllCreatedOsAccounts(callback: AsyncCallback\<Array\<OsAccountInfo>>): void;<br>Old version information: 201,401, 12300001|Class name: AccountManager;<br>Method or attribute name: queryAllCreatedOsAccounts(callback: AsyncCallback\<Array\<OsAccountInfo>>): void;<br>New version information: 201,202,401, 12300001|@ohos.account.osAccount.d.ts|
160|Error code changed|Class name: AccountManager;<br>Method or attribute name: createOsAccount(localName: string, type: OsAccountType, callback: AsyncCallback\<OsAccountInfo>): void;<br>Old version information: 201,401, 12300001, 12300002, 12300005, 12300006, 12300007|Class name: AccountManager;<br>Method or attribute name: createOsAccount(localName: string, type: OsAccountType, callback: AsyncCallback\<OsAccountInfo>): void;<br>New version information: 201,202,401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts|
161|Error code changed|Class name: AccountManager;<br>Method or attribute name: createOsAccountForDomain(<br>      type: OsAccountType,<br>      domainInfo: DomainAccountInfo,<br>      callback: AsyncCallback\<OsAccountInfo><br>    ): void;<br>Old version information: 201,401, 12300001, 12300002, 12300005, 12300006, 12300007|Class name: AccountManager;<br>Method or attribute name: createOsAccountForDomain(<br>      type: OsAccountType,<br>      domainInfo: DomainAccountInfo,<br>      callback: AsyncCallback\<OsAccountInfo><br>    ): void;<br>New version information: 201,202,401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts|
162|Error code changed|Class name: AccountManager;<br>Method or attribute name: queryOsAccountById(localId: number, callback: AsyncCallback\<OsAccountInfo>): void;<br>Old version information: 201,401, 12300001, 12300002, 12300003|Class name: AccountManager;<br>Method or attribute name: queryOsAccountById(localId: number, callback: AsyncCallback\<OsAccountInfo>): void;<br>New version information: 201,202,401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts|
163|Error code changed|Class name: AccountManager;<br>Method or attribute name: getOsAccountProfilePhoto(localId: number, callback: AsyncCallback\<string>): void;<br>Old version information: 201,401, 12300001, 12300002, 12300003|Class name: AccountManager;<br>Method or attribute name: getOsAccountProfilePhoto(localId: number, callback: AsyncCallback\<string>): void;<br>New version information: 201,202,401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts|
164|Error code changed|Class name: AccountManager;<br>Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401, 12300001, 12300002, 12300003,12300008|Class name: AccountManager;<br>Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401, 12300001, 12300002, 12300003,12300008|@ohos.account.osAccount.d.ts|
165|Error code changed|Class name: AccountManager;<br>Method or attribute name: on(type: 'activate' \| 'activating', name: string, callback: Callback\<number>): void;<br>Old version information: 12300001, 12300002, 12300011,201,401|Class name: AccountManager;<br>Method or attribute name: on(type: 'activate' \| 'activating', name: string, callback: Callback\<number>): void;<br>New version information: 12300001, 12300002,201,202,401|@ohos.account.osAccount.d.ts|
166|Error code changed|Class name: AccountManager;<br>Method or attribute name: off(type: 'activate' \| 'activating', name: string, callback?: Callback\<number>): void;<br>Old version information: 12300001, 12300002, 12300012,201,401|Class name: AccountManager;<br>Method or attribute name: off(type: 'activate' \| 'activating', name: string, callback?: Callback\<number>): void;<br>New version information: 12300001, 12300002,201,202,401|@ohos.account.osAccount.d.ts|
167|Error code changed|Class name: AccountManager;<br>Method or attribute name: isMainOsAccount(callback: AsyncCallback\<boolean>): void;<br>Old version information: 201,401, 12300001|Class name: AccountManager;<br>Method or attribute name: isMainOsAccount(callback: AsyncCallback\<boolean>): void;<br>New version information: 201,202,401, 12300001|@ohos.account.osAccount.d.ts|
168|Error code changed|Class name: UserAuth;<br>Method or attribute name: getAvailableStatus(authType: AuthType, authTrustLevel: AuthTrustLevel): number;<br>Old version information: 201,401, 12300001, 12300002|Class name: UserAuth;<br>Method or attribute name: getAvailableStatus(authType: AuthType, authTrustLevel: AuthTrustLevel): number;<br>New version information: 201,202,401, 12300001, 12300002|@ohos.account.osAccount.d.ts|
169|Error code changed|Class name: UserAuth;<br>Method or attribute name: getProperty(request: GetPropertyRequest, callback: AsyncCallback\<ExecutorProperty>): void;<br>Old version information: 201,401, 12300001, 12300002|Class name: UserAuth;<br>Method or attribute name: getProperty(request: GetPropertyRequest, callback: AsyncCallback\<ExecutorProperty>): void;<br>New version information: 201,202,401, 12300001, 12300002|@ohos.account.osAccount.d.ts|
170|Error code changed|Class name: UserAuth;<br>Method or attribute name: setProperty(request: SetPropertyRequest, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401, 12300001, 12300002|Class name: UserAuth;<br>Method or attribute name: setProperty(request: SetPropertyRequest, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401, 12300001, 12300002|@ohos.account.osAccount.d.ts|
171|Error code changed|Class name: UserAuth;<br>Method or attribute name: auth(<br>      challenge: Uint8Array,<br>      authType: AuthType,<br>      authTrustLevel: AuthTrustLevel,<br>      callback: IUserAuthCallback<br>    ): Uint8Array;<br>Old version information: 201,401, 12300001, 12300002, 12300101, 12300105, 12300106, 12300110, 12300111, 12300112|Class name: UserAuth;<br>Method or attribute name: auth(<br>      challenge: Uint8Array,<br>      authType: AuthType,<br>      authTrustLevel: AuthTrustLevel,<br>      callback: IUserAuthCallback<br>    ): Uint8Array;<br>New version information: 201,202,401, 12300001, 12300002, 12300101, 12300102, 12300105, 12300106, 12300109, 12300110, 12300111, 12300112|@ohos.account.osAccount.d.ts|
172|Error code changed|Class name: UserAuth;<br>Method or attribute name: authUser(<br>      userId: number,<br>      challenge: Uint8Array,<br>      authType: AuthType,<br>      authTrustLevel: AuthTrustLevel,<br>      callback: IUserAuthCallback<br>    ): Uint8Array;<br>Old version information: 201,401, 12300001, 12300002, 12300101, 12300105, 12300106, 12300110, 12300111, 12300112|Class name: UserAuth;<br>Method or attribute name: authUser(<br>      userId: number,<br>      challenge: Uint8Array,<br>      authType: AuthType,<br>      authTrustLevel: AuthTrustLevel,<br>      callback: IUserAuthCallback<br>    ): Uint8Array;<br>New version information: 201,202,401, 12300001, 12300002, 12300101, 12300102, 12300105, 12300106, 12300109, 12300110, 12300111, 12300112|@ohos.account.osAccount.d.ts|
173|Error code changed|Class name: UserAuth;<br>Method or attribute name: cancelAuth(contextID: Uint8Array): void;<br>Old version information: 201,401, 12300001, 12300002|Class name: UserAuth;<br>Method or attribute name: cancelAuth(contextID: Uint8Array): void;<br>New version information: 201,202,401, 12300001, 12300002|@ohos.account.osAccount.d.ts|
174|Error code changed|Class name: PINAuth;<br>Method or attribute name: registerInputer(inputer: IInputer): void;<br>Old version information: 201,401, 12300001, 12300002, 12300103|Class name: PINAuth;<br>Method or attribute name: registerInputer(inputer: IInputer): void;<br>New version information: 201,202,401, 12300001, 12300002, 12300103|@ohos.account.osAccount.d.ts|
175|Error code changed|Class name: PINAuth;<br>Method or attribute name: unregisterInputer(): void;<br>Old version information: 201|Class name: PINAuth;<br>Method or attribute name: unregisterInputer(): void;<br>New version information: 201,202|@ohos.account.osAccount.d.ts|
176|Error code changed|Class name: UserIdentityManager;<br>Method or attribute name: openSession(callback: AsyncCallback\<Uint8Array>): void;<br>Old version information: 201,401, 12300001|Class name: UserIdentityManager;<br>Method or attribute name: openSession(callback: AsyncCallback\<Uint8Array>): void;<br>New version information: 201,202,401, 12300001|@ohos.account.osAccount.d.ts|
177|Error code changed|Class name: UserIdentityManager;<br>Method or attribute name: addCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;<br>Old version information: 201,401, 12300001, 12300002, 12300101, 12300106|Class name: UserIdentityManager;<br>Method or attribute name: addCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;<br>New version information: 201,202,401, 12300001, 12300002, 12300101, 12300106, 12300109, 12300111, 12300115|@ohos.account.osAccount.d.ts|
178|Error code changed|Class name: UserIdentityManager;<br>Method or attribute name: updateCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;<br>Old version information: 201,401, 12300001, 12300002, 12300101, 12300106|Class name: UserIdentityManager;<br>Method or attribute name: updateCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;<br>New version information: 201,202,401, 12300001, 12300002, 12300101, 12300102, 12300106, 12300109, 12300111|@ohos.account.osAccount.d.ts|
179|Error code changed|Class name: UserIdentityManager;<br>Method or attribute name: closeSession(): void;<br>Old version information: 201|Class name: UserIdentityManager;<br>Method or attribute name: closeSession(): void;<br>New version information: 201,202|@ohos.account.osAccount.d.ts|
180|Error code changed|Class name: UserIdentityManager;<br>Method or attribute name: cancel(challenge: Uint8Array): void;<br>Old version information: 201,401, 12300001, 12300002|Class name: UserIdentityManager;<br>Method or attribute name: cancel(challenge: Uint8Array): void;<br>New version information: 201,202,401, 12300001, 12300002|@ohos.account.osAccount.d.ts|
181|Error code changed|Class name: UserIdentityManager;<br>Method or attribute name: delUser(token: Uint8Array, callback: IIdmCallback): void;<br>Old version information: 201,401, 12300001, 12300101|Class name: UserIdentityManager;<br>Method or attribute name: delUser(token: Uint8Array, callback: IIdmCallback): void;<br>New version information: 201,202,401, 12300001, 12300101|@ohos.account.osAccount.d.ts|
182|Error code changed|Class name: UserIdentityManager;<br>Method or attribute name: delCred(credentialId: Uint8Array, token: Uint8Array, callback: IIdmCallback): void;<br>Old version information: 201,401, 12300001, 12300002, 12300101, 12300102|Class name: UserIdentityManager;<br>Method or attribute name: delCred(credentialId: Uint8Array, token: Uint8Array, callback: IIdmCallback): void;<br>New version information: 201,202,401, 12300001, 12300002, 12300101, 12300102|@ohos.account.osAccount.d.ts|
183|Error code changed|Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>Old version information: 12300001, 12300002, 12300102,201,401|Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>New version information: 12300001, 12300102,201,202,401|@ohos.account.osAccount.d.ts|
184|Error code changed|Class name: IInputData;<br>Method or attribute name: onSetData: (authSubType: AuthSubType, data: Uint8Array) => void;<br>Old version information: 401, 12300002|Class name: IInputData;<br>Method or attribute name: onSetData: (authSubType: AuthSubType, data: Uint8Array) => void;<br>New version information: 202,401, 12300002|@ohos.account.osAccount.d.ts|
185|Access level changed|Class name: AccountManager;<br>Method or attribute name: activateOsAccount(localId: number): Promise\<void>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: activateOsAccount(localId: number): Promise\<void>;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
186|Access level changed|Class name: AccountManager;<br>Method or attribute name: removeOsAccount(localId: number): Promise\<void>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: removeOsAccount(localId: number): Promise\<void>;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
187|Access level changed|Class name: AccountManager;<br>Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array\<string>, enable: boolean): Promise\<void>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array\<string>, enable: boolean): Promise\<void>;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
188|Access level changed|Class name: AccountManager;<br>Method or attribute name: setOsAccountName(localId: number, localName: string): Promise\<void>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: setOsAccountName(localId: number, localName: string): Promise\<void>;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
189|Access level changed|Class name: AccountManager;<br>Method or attribute name: queryMaxOsAccountNumber(): Promise\<number>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: queryMaxOsAccountNumber(): Promise\<number>;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
190|Access level changed|Class name: AccountManager;<br>Method or attribute name: queryAllCreatedOsAccounts(): Promise\<Array\<OsAccountInfo>>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: queryAllCreatedOsAccounts(): Promise\<Array\<OsAccountInfo>>;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
191|Access level changed|Class name: AccountManager;<br>Method or attribute name: createOsAccount(localName: string, type: OsAccountType): Promise\<OsAccountInfo>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: createOsAccount(localName: string, type: OsAccountType): Promise\<OsAccountInfo>;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
192|Access level changed|Class name: AccountManager;<br>Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise\<OsAccountInfo>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise\<OsAccountInfo>;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
193|Access level changed|Class name: AccountManager;<br>Method or attribute name: queryOsAccountById(localId: number): Promise\<OsAccountInfo>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: queryOsAccountById(localId: number): Promise\<OsAccountInfo>;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
194|Access level changed|Class name: AccountManager;<br>Method or attribute name: getOsAccountProfilePhoto(localId: number): Promise\<string>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getOsAccountProfilePhoto(localId: number): Promise\<string>;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
195|Access level changed|Class name: AccountManager;<br>Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string): Promise\<void>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string): Promise\<void>;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
196|Access level changed|Class name: AccountManager;<br>Method or attribute name: isMainOsAccount(): Promise\<boolean>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: isMainOsAccount(): Promise\<boolean>;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
197|Access level changed|Class name: ConstraintSourceTypeInfo;<br>Method or attribute name: localId: number;<br>Old version information: |Class name: ConstraintSourceTypeInfo;<br>Method or attribute name: localId: number;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
198|Access level changed|Class name: UserAuth;<br>Method or attribute name: class UserAuth<br>Old version information: |Class name: UserAuth;<br>Method or attribute name: class UserAuth<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
199|Access level changed|Class name: UserAuth;<br>Method or attribute name: getProperty(request: GetPropertyRequest): Promise\<ExecutorProperty>;<br>Old version information: |Class name: UserAuth;<br>Method or attribute name: getProperty(request: GetPropertyRequest): Promise\<ExecutorProperty>;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
200|Access level changed|Class name: UserAuth;<br>Method or attribute name: setProperty(request: SetPropertyRequest): Promise\<void>;<br>Old version information: |Class name: UserAuth;<br>Method or attribute name: setProperty(request: SetPropertyRequest): Promise\<void>;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
201|Access level changed|Class name: PINAuth;<br>Method or attribute name: class PINAuth<br>Old version information: |Class name: PINAuth;<br>Method or attribute name: class PINAuth<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
202|Access level changed|Class name: InputerManager;<br>Method or attribute name: class InputerManager<br>Old version information: |Class name: InputerManager;<br>Method or attribute name: class InputerManager<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
203|Access level changed|Class name: DomainPlugin;<br>Method or attribute name: interface DomainPlugin<br>Old version information: |Class name: DomainPlugin;<br>Method or attribute name: interface DomainPlugin<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
204|Access level changed|Class name: DomainAccountManager;<br>Method or attribute name: class DomainAccountManager<br>Old version information: |Class name: DomainAccountManager;<br>Method or attribute name: class DomainAccountManager<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
205|Access level changed|Class name: UserIdentityManager;<br>Method or attribute name: class UserIdentityManager<br>Old version information: |Class name: UserIdentityManager;<br>Method or attribute name: class UserIdentityManager<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
206|Access level changed|Class name: UserIdentityManager;<br>Method or attribute name: openSession(): Promise\<Uint8Array>;<br>Old version information: |Class name: UserIdentityManager;<br>Method or attribute name: openSession(): Promise\<Uint8Array>;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
207|Access level changed|Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>Old version information: |Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
208|Access level changed|Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>Old version information: |Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
209|Access level changed|Class name: GetPropertyRequest;<br>Method or attribute name: authType: AuthType;<br>Old version information: |Class name: GetPropertyRequest;<br>Method or attribute name: authType: AuthType;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
210|Access level changed|Class name: SetPropertyRequest;<br>Method or attribute name: authType: AuthType;<br>Old version information: |Class name: SetPropertyRequest;<br>Method or attribute name: authType: AuthType;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
211|Access level changed|Class name: EnrolledCredInfo;<br>Method or attribute name: authType: AuthType;<br>Old version information: |Class name: EnrolledCredInfo;<br>Method or attribute name: authType: AuthType;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
212|Access level changed|Class name: GetPropertyRequest;<br>Method or attribute name: keys: Array\<GetPropertyType>;<br>Old version information: |Class name: GetPropertyRequest;<br>Method or attribute name: keys: Array\<GetPropertyType>;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
213|Access level changed|Class name: SetPropertyRequest;<br>Method or attribute name: key: SetPropertyType;<br>Old version information: |Class name: SetPropertyRequest;<br>Method or attribute name: key: SetPropertyType;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
214|Access level changed|Class name: SetPropertyRequest;<br>Method or attribute name: setInfo: Uint8Array;<br>Old version information: |Class name: SetPropertyRequest;<br>Method or attribute name: setInfo: Uint8Array;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
215|Access level changed|Class name: ExecutorProperty;<br>Method or attribute name: result: number;<br>Old version information: |Class name: ExecutorProperty;<br>Method or attribute name: result: number;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
216|Access level changed|Class name: ExecutorProperty;<br>Method or attribute name: authSubType: AuthSubType;<br>Old version information: |Class name: ExecutorProperty;<br>Method or attribute name: authSubType: AuthSubType;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
217|Access level changed|Class name: EnrolledCredInfo;<br>Method or attribute name: authSubType: AuthSubType;<br>Old version information: |Class name: EnrolledCredInfo;<br>Method or attribute name: authSubType: AuthSubType;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
218|Access level changed|Class name: ExecutorProperty;<br>Method or attribute name: remainTimes?: number;<br>Old version information: |Class name: ExecutorProperty;<br>Method or attribute name: remainTimes?: number;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
219|Access level changed|Class name: AuthResult;<br>Method or attribute name: remainTimes?: number;<br>Old version information: |Class name: AuthResult;<br>Method or attribute name: remainTimes?: number;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
220|Access level changed|Class name: ExecutorProperty;<br>Method or attribute name: freezingTime?: number;<br>Old version information: |Class name: ExecutorProperty;<br>Method or attribute name: freezingTime?: number;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
221|Access level changed|Class name: AuthResult;<br>Method or attribute name: freezingTime?: number;<br>Old version information: |Class name: AuthResult;<br>Method or attribute name: freezingTime?: number;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
222|Access level changed|Class name: AuthResult;<br>Method or attribute name: token?: Uint8Array;<br>Old version information: |Class name: AuthResult;<br>Method or attribute name: token?: Uint8Array;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
223|Access level changed|Class name: CredentialInfo;<br>Method or attribute name: credType: AuthType;<br>Old version information: |Class name: CredentialInfo;<br>Method or attribute name: credType: AuthType;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
224|Access level changed|Class name: CredentialInfo;<br>Method or attribute name: credSubType: AuthSubType;<br>Old version information: |Class name: CredentialInfo;<br>Method or attribute name: credSubType: AuthSubType;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
225|Access level changed|Class name: CredentialInfo;<br>Method or attribute name: token: Uint8Array;<br>Old version information: |Class name: CredentialInfo;<br>Method or attribute name: token: Uint8Array;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
226|Access level changed|Class name: RequestResult;<br>Method or attribute name: credentialId?: Uint8Array;<br>Old version information: |Class name: RequestResult;<br>Method or attribute name: credentialId?: Uint8Array;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
227|Access level changed|Class name: EnrolledCredInfo;<br>Method or attribute name: credentialId: Uint8Array;<br>Old version information: |Class name: EnrolledCredInfo;<br>Method or attribute name: credentialId: Uint8Array;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
228|Access level changed|Class name: EnrolledCredInfo;<br>Method or attribute name: templateId: Uint8Array;<br>Old version information: |Class name: EnrolledCredInfo;<br>Method or attribute name: templateId: Uint8Array;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
229|Access level changed|Class name: GetPropertyType;<br>Method or attribute name: AUTH_SUB_TYPE = 1<br>Old version information: |Class name: GetPropertyType;<br>Method or attribute name: AUTH_SUB_TYPE = 1<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
230|Access level changed|Class name: GetPropertyType;<br>Method or attribute name: REMAIN_TIMES = 2<br>Old version information: |Class name: GetPropertyType;<br>Method or attribute name: REMAIN_TIMES = 2<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
231|Access level changed|Class name: GetPropertyType;<br>Method or attribute name: FREEZING_TIME = 3<br>Old version information: |Class name: GetPropertyType;<br>Method or attribute name: FREEZING_TIME = 3<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
232|Access level changed|Class name: SetPropertyType;<br>Method or attribute name: INIT_ALGORITHM = 1<br>Old version information: |Class name: SetPropertyType;<br>Method or attribute name: INIT_ALGORITHM = 1<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
233|Access level changed|Class name: AuthType;<br>Method or attribute name: PIN = 1<br>Old version information: |Class name: AuthType;<br>Method or attribute name: PIN = 1<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
234|Access level changed|Class name: AuthType;<br>Method or attribute name: FACE = 2<br>Old version information: |Class name: AuthType;<br>Method or attribute name: FACE = 2<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
235|Access level changed|Class name: AuthType;<br>Method or attribute name: DOMAIN = 1024<br>Old version information: |Class name: AuthType;<br>Method or attribute name: DOMAIN = 1024<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
236|Access level changed|Class name: AuthSubType;<br>Method or attribute name: PIN_SIX = 10000<br>Old version information: |Class name: AuthSubType;<br>Method or attribute name: PIN_SIX = 10000<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
237|Access level changed|Class name: AuthSubType;<br>Method or attribute name: PIN_NUMBER = 10001<br>Old version information: |Class name: AuthSubType;<br>Method or attribute name: PIN_NUMBER = 10001<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
238|Access level changed|Class name: AuthSubType;<br>Method or attribute name: PIN_MIXED = 10002<br>Old version information: |Class name: AuthSubType;<br>Method or attribute name: PIN_MIXED = 10002<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
239|Access level changed|Class name: AuthSubType;<br>Method or attribute name: FACE_2D = 20000<br>Old version information: |Class name: AuthSubType;<br>Method or attribute name: FACE_2D = 20000<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
240|Access level changed|Class name: AuthSubType;<br>Method or attribute name: FACE_3D = 20001<br>Old version information: |Class name: AuthSubType;<br>Method or attribute name: FACE_3D = 20001<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
241|Access level changed|Class name: AuthSubType;<br>Method or attribute name: DOMAIN_MIXED = 10240001<br>Old version information: |Class name: AuthSubType;<br>Method or attribute name: DOMAIN_MIXED = 10240001<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
242|Access level changed|Class name: AuthTrustLevel;<br>Method or attribute name: ATL1 = 10000<br>Old version information: |Class name: AuthTrustLevel;<br>Method or attribute name: ATL1 = 10000<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
243|Access level changed|Class name: AuthTrustLevel;<br>Method or attribute name: ATL2 = 20000<br>Old version information: |Class name: AuthTrustLevel;<br>Method or attribute name: ATL2 = 20000<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
244|Access level changed|Class name: AuthTrustLevel;<br>Method or attribute name: ATL3 = 30000<br>Old version information: |Class name: AuthTrustLevel;<br>Method or attribute name: ATL3 = 30000<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
245|Access level changed|Class name: AuthTrustLevel;<br>Method or attribute name: ATL4 = 40000<br>Old version information: |Class name: AuthTrustLevel;<br>Method or attribute name: ATL4 = 40000<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
246|Access level changed|Class name: Module;<br>Method or attribute name: FACE_AUTH = 1<br>Old version information: |Class name: Module;<br>Method or attribute name: FACE_AUTH = 1<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
247|Access level changed|Class name: ResultCode;<br>Method or attribute name: SUCCESS = 0<br>Old version information: |Class name: ResultCode;<br>Method or attribute name: SUCCESS = 0<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
248|Access level changed|Class name: ResultCode;<br>Method or attribute name: FAIL = 1<br>Old version information: |Class name: ResultCode;<br>Method or attribute name: FAIL = 1<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
249|Access level changed|Class name: ResultCode;<br>Method or attribute name: GENERAL_ERROR = 2<br>Old version information: |Class name: ResultCode;<br>Method or attribute name: GENERAL_ERROR = 2<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
250|Access level changed|Class name: ResultCode;<br>Method or attribute name: CANCELED = 3<br>Old version information: |Class name: ResultCode;<br>Method or attribute name: CANCELED = 3<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
251|Access level changed|Class name: ResultCode;<br>Method or attribute name: TIMEOUT = 4<br>Old version information: |Class name: ResultCode;<br>Method or attribute name: TIMEOUT = 4<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
252|Access level changed|Class name: ResultCode;<br>Method or attribute name: TYPE_NOT_SUPPORT = 5<br>Old version information: |Class name: ResultCode;<br>Method or attribute name: TYPE_NOT_SUPPORT = 5<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
253|Access level changed|Class name: ResultCode;<br>Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 6<br>Old version information: |Class name: ResultCode;<br>Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 6<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
254|Access level changed|Class name: ResultCode;<br>Method or attribute name: BUSY = 7<br>Old version information: |Class name: ResultCode;<br>Method or attribute name: BUSY = 7<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
255|Access level changed|Class name: ResultCode;<br>Method or attribute name: INVALID_PARAMETERS = 8<br>Old version information: |Class name: ResultCode;<br>Method or attribute name: INVALID_PARAMETERS = 8<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
256|Access level changed|Class name: ResultCode;<br>Method or attribute name: LOCKED = 9<br>Old version information: |Class name: ResultCode;<br>Method or attribute name: LOCKED = 9<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
257|Access level changed|Class name: ResultCode;<br>Method or attribute name: NOT_ENROLLED = 10<br>Old version information: |Class name: ResultCode;<br>Method or attribute name: NOT_ENROLLED = 10<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
258|Access level changed|Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_TOO_BRIGHT = 1<br>Old version information: |Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_TOO_BRIGHT = 1<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
259|Access level changed|Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_TOO_DARK = 2<br>Old version information: |Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_TOO_DARK = 2<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
260|Access level changed|Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_TOO_CLOSE = 3<br>Old version information: |Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_TOO_CLOSE = 3<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
261|Access level changed|Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_TOO_FAR = 4<br>Old version information: |Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_TOO_FAR = 4<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
262|Access level changed|Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_TOO_HIGH = 5<br>Old version information: |Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_TOO_HIGH = 5<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
263|Access level changed|Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_TOO_LOW = 6<br>Old version information: |Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_TOO_LOW = 6<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
264|Access level changed|Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_TOO_RIGHT = 7<br>Old version information: |Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_TOO_RIGHT = 7<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
265|Access level changed|Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_TOO_LEFT = 8<br>Old version information: |Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_TOO_LEFT = 8<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
266|Access level changed|Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_TOO_MUCH_MOTION = 9<br>Old version information: |Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_TOO_MUCH_MOTION = 9<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
267|Access level changed|Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_POOR_GAZE = 10<br>Old version information: |Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_POOR_GAZE = 10<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
268|Access level changed|Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_NOT_DETECTED = 11<br>Old version information: |Class name: FaceTipsCode;<br>Method or attribute name: FACE_AUTH_TIP_NOT_DETECTED = 11<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
269|Access level changed|Class name: FingerprintTips;<br>Method or attribute name: FINGERPRINT_TIP_GOOD = 0<br>Old version information: |Class name: FingerprintTips;<br>Method or attribute name: FINGERPRINT_TIP_GOOD = 0<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
270|Access level changed|Class name: FingerprintTips;<br>Method or attribute name: FINGERPRINT_TIP_IMAGER_DIRTY = 1<br>Old version information: |Class name: FingerprintTips;<br>Method or attribute name: FINGERPRINT_TIP_IMAGER_DIRTY = 1<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
271|Access level changed|Class name: FingerprintTips;<br>Method or attribute name: FINGERPRINT_TIP_INSUFFICIENT = 2<br>Old version information: |Class name: FingerprintTips;<br>Method or attribute name: FINGERPRINT_TIP_INSUFFICIENT = 2<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
272|Access level changed|Class name: FingerprintTips;<br>Method or attribute name: FINGERPRINT_TIP_PARTIAL = 3<br>Old version information: |Class name: FingerprintTips;<br>Method or attribute name: FINGERPRINT_TIP_PARTIAL = 3<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
273|Access level changed|Class name: FingerprintTips;<br>Method or attribute name: FINGERPRINT_TIP_TOO_FAST = 4<br>Old version information: |Class name: FingerprintTips;<br>Method or attribute name: FINGERPRINT_TIP_TOO_FAST = 4<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
274|Access level changed|Class name: FingerprintTips;<br>Method or attribute name: FINGERPRINT_TIP_TOO_SLOW = 5<br>Old version information: |Class name: FingerprintTips;<br>Method or attribute name: FINGERPRINT_TIP_TOO_SLOW = 5<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
275|Access level changed|Class name: ConstraintSourceType;<br>Method or attribute name: CONSTRAINT_NOT_EXIST = 0<br>Old version information: |Class name: ConstraintSourceType;<br>Method or attribute name: CONSTRAINT_NOT_EXIST = 0<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
276|Access level changed|Class name: ConstraintSourceType;<br>Method or attribute name: CONSTRAINT_TYPE_BASE = 1<br>Old version information: |Class name: ConstraintSourceType;<br>Method or attribute name: CONSTRAINT_TYPE_BASE = 1<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
277|Access level changed|Class name: ConstraintSourceType;<br>Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2<br>Old version information: |Class name: ConstraintSourceType;<br>Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
278|Access level changed|Class name: ConstraintSourceType;<br>Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3<br>Old version information: |Class name: ConstraintSourceType;<br>Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
279|Access level changed|Class name: ConstraintSourceTypeInfo;<br>Method or attribute name: type: ConstraintSourceType;<br>Old version information: |Class name: ConstraintSourceTypeInfo;<br>Method or attribute name: type: ConstraintSourceType;<br>New version information: systemapi|@ohos.account.osAccount.d.ts|
280|Permission changed|Class name: AppAccountManager;<br>Method or attribute name: checkAppAccountSyncEnable(name: string): Promise\<boolean>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: checkAppAccountSyncEnable(name: string): Promise\<boolean>;<br>New version information: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.account.appAccount.d.ts|
281|Permission changed|Class name: AppAccountManager;<br>Method or attribute name: checkDataSyncEnabled(name: string): Promise\<boolean>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: checkDataSyncEnabled(name: string): Promise\<boolean>;<br>New version information: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.account.appAccount.d.ts|
282|Permission changed|Class name: AppAccountManager;<br>Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean): Promise\<void>;<br>New version information: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.account.appAccount.d.ts|
283|Permission changed|Class name: AppAccountManager;<br>Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean): Promise\<void>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean): Promise\<void>;<br>New version information: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.account.appAccount.d.ts|
284|Permission changed|Class name: AppAccountManager;<br>Method or attribute name: getAllAccessibleAccounts(): Promise\<Array\<AppAccountInfo>>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getAllAccessibleAccounts(): Promise\<Array\<AppAccountInfo>>;<br>New version information: ohos.permission.GET_ALL_APP_ACCOUNTS|@ohos.account.appAccount.d.ts|
285|Permission changed|Class name: AppAccountManager;<br>Method or attribute name: getAllAccounts(owner: string): Promise\<Array\<AppAccountInfo>>;<br>Old version information: |Class name: AppAccountManager;<br>Method or attribute name: getAllAccounts(owner: string): Promise\<Array\<AppAccountInfo>>;<br>New version information: ohos.permission.GET_ALL_APP_ACCOUNTS|@ohos.account.appAccount.d.ts|
286|Permission changed|Class name: DistributedAccountAbility;<br>Method or attribute name: queryOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>Old version information: |Class name: DistributedAccountAbility;<br>Method or attribute name: queryOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.DISTRIBUTED_DATASYNC|@ohos.account.distributedAccount.d.ts|
287|Permission changed|Class name: DistributedAccountAbility;<br>Method or attribute name: getOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>Old version information: |Class name: DistributedAccountAbility;<br>Method or attribute name: getOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>New version information: ohos.permission.MANAGE_DISTRIBUTED_ACCOUNTS,ohos.permission.GET_DISTRIBUTED_ACCOUNTS,ohos.permission.DISTRIBUTED_DATASYNC|@ohos.account.distributedAccount.d.ts|
288|Permission changed|Class name: DistributedAccountAbility;<br>Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>Old version information: |Class name: DistributedAccountAbility;<br>Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.distributedAccount.d.ts|
289|Permission changed|Class name: DistributedAccountAbility;<br>Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>Old version information: |Class name: DistributedAccountAbility;<br>Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>New version information: ohos.permission.MANAGE_DISTRIBUTED_ACCOUNTS|@ohos.account.distributedAccount.d.ts|
290|Permission changed|Class name: AccountManager;<br>Method or attribute name: activateOsAccount(localId: number): Promise\<void>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: activateOsAccount(localId: number): Promise\<void>;<br>New version information: ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS_EXTENSION|@ohos.account.osAccount.d.ts|
291|Permission changed|Class name: AccountManager;<br>Method or attribute name: isOsAccountActived(localId: number): Promise\<boolean>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: isOsAccountActived(localId: number): Promise\<boolean>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
292|Permission changed|Class name: AccountManager;<br>Method or attribute name: checkOsAccountActivated(localId: number): Promise\<boolean>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: checkOsAccountActivated(localId: number): Promise\<boolean>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
293|Permission changed|Class name: AccountManager;<br>Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string): Promise\<boolean>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string): Promise\<boolean>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
294|Permission changed|Class name: AccountManager;<br>Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback\<boolean>): void;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
295|Permission changed|Class name: AccountManager;<br>Method or attribute name: isOsAccountVerified(localId?: number): Promise\<boolean>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: isOsAccountVerified(localId?: number): Promise\<boolean>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
296|Permission changed|Class name: AccountManager;<br>Method or attribute name: removeOsAccount(localId: number): Promise\<void>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: removeOsAccount(localId: number): Promise\<void>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
297|Permission changed|Class name: AccountManager;<br>Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array\<string>, enable: boolean): Promise\<void>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array\<string>, enable: boolean): Promise\<void>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
298|Permission changed|Class name: AccountManager;<br>Method or attribute name: setOsAccountName(localId: number, localName: string): Promise\<void>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: setOsAccountName(localId: number, localName: string): Promise\<void>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
299|Permission changed|Class name: AccountManager;<br>Method or attribute name: getCreatedOsAccountsCount(): Promise\<number>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getCreatedOsAccountsCount(): Promise\<number>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
300|Permission changed|Class name: AccountManager;<br>Method or attribute name: getOsAccountCount(): Promise\<number>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getOsAccountCount(): Promise\<number>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
301|Permission changed|Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise\<number>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise\<number>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
302|Permission changed|Class name: AccountManager;<br>Method or attribute name: getOsAccountAllConstraints(localId: number): Promise\<Array\<string>>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getOsAccountAllConstraints(localId: number): Promise\<Array\<string>>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
303|Permission changed|Class name: AccountManager;<br>Method or attribute name: getOsAccountConstraints(localId: number): Promise\<Array\<string>>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getOsAccountConstraints(localId: number): Promise\<Array\<string>>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
304|Permission changed|Class name: AccountManager;<br>Method or attribute name: queryAllCreatedOsAccounts(): Promise\<Array\<OsAccountInfo>>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: queryAllCreatedOsAccounts(): Promise\<Array\<OsAccountInfo>>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
305|Permission changed|Class name: AccountManager;<br>Method or attribute name: createOsAccount(localName: string, type: OsAccountType): Promise\<OsAccountInfo>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: createOsAccount(localName: string, type: OsAccountType): Promise\<OsAccountInfo>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
306|Permission changed|Class name: AccountManager;<br>Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise\<OsAccountInfo>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise\<OsAccountInfo>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
307|Permission changed|Class name: AccountManager;<br>Method or attribute name: queryCurrentOsAccount(): Promise\<OsAccountInfo>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: queryCurrentOsAccount(): Promise\<OsAccountInfo>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
308|Permission changed|Class name: AccountManager;<br>Method or attribute name: getCurrentOsAccount(callback: AsyncCallback\<OsAccountInfo>): void;<br>Old version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS|Class name: AccountManager;<br>Method or attribute name: getCurrentOsAccount(callback: AsyncCallback\<OsAccountInfo>): void;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.GET_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
309|Permission changed|Class name: AccountManager;<br>Method or attribute name: getCurrentOsAccount(): Promise\<OsAccountInfo>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getCurrentOsAccount(): Promise\<OsAccountInfo>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.GET_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
310|Permission changed|Class name: AccountManager;<br>Method or attribute name: queryOsAccountById(localId: number): Promise\<OsAccountInfo>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: queryOsAccountById(localId: number): Promise\<OsAccountInfo>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS_EXTENSION|@ohos.account.osAccount.d.ts|
311|Permission changed|Class name: AccountManager;<br>Method or attribute name: getDistributedVirtualDeviceId(): Promise\<string>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getDistributedVirtualDeviceId(): Promise\<string>;<br>New version information: ohos.permission.DISTRIBUTED_DATASYNC,ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
312|Permission changed|Class name: AccountManager;<br>Method or attribute name: queryDistributedVirtualDeviceId(): Promise\<string>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: queryDistributedVirtualDeviceId(): Promise\<string>;<br>New version information: ohos.permission.DISTRIBUTED_DATASYNC,ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
313|Permission changed|Class name: AccountManager;<br>Method or attribute name: getOsAccountProfilePhoto(localId: number): Promise\<string>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: getOsAccountProfilePhoto(localId: number): Promise\<string>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
314|Permission changed|Class name: AccountManager;<br>Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string): Promise\<void>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string): Promise\<void>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
315|Permission changed|Class name: AccountManager;<br>Method or attribute name: isMainOsAccount(): Promise\<boolean>;<br>Old version information: |Class name: AccountManager;<br>Method or attribute name: isMainOsAccount(): Promise\<boolean>;<br>New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
316|Permission changed|Class name: UserAuth;<br>Method or attribute name: getProperty(request: GetPropertyRequest): Promise\<ExecutorProperty>;<br>Old version information: |Class name: UserAuth;<br>Method or attribute name: getProperty(request: GetPropertyRequest): Promise\<ExecutorProperty>;<br>New version information: ohos.permission.ACCESS_USER_AUTH_INTERNAL|@ohos.account.osAccount.d.ts|
317|Permission changed|Class name: UserAuth;<br>Method or attribute name: setProperty(request: SetPropertyRequest): Promise\<void>;<br>Old version information: |Class name: UserAuth;<br>Method or attribute name: setProperty(request: SetPropertyRequest): Promise\<void>;<br>New version information: ohos.permission.ACCESS_USER_AUTH_INTERNAL|@ohos.account.osAccount.d.ts|
318|Permission changed|Class name: UserIdentityManager;<br>Method or attribute name: openSession(): Promise\<Uint8Array>;<br>Old version information: |Class name: UserIdentityManager;<br>Method or attribute name: openSession(): Promise\<Uint8Array>;<br>New version information: ohos.permission.MANAGE_USER_IDM|@ohos.account.osAccount.d.ts|
319|Permission changed|Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>Old version information: |Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>New version information: ohos.permission.USE_USER_IDM|@ohos.account.osAccount.d.ts|
320|Permission changed|Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>Old version information: |Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>New version information: ohos.permission.USE_USER_IDM|@ohos.account.osAccount.d.ts|
321|Type changed|Class name: AppAccountInfo;<br>Method or attribute name: owner: string;<br>Old version information: |Class name: AppAccountInfo;<br>Method or attribute name: owner: string;<br>New version information: string|@ohos.account.appAccount.d.ts|
322|Type changed|Class name: AuthenticatorInfo;<br>Method or attribute name: owner: string;<br>Old version information: |Class name: AuthenticatorInfo;<br>Method or attribute name: owner: string;<br>New version information: string|@ohos.account.appAccount.d.ts|
323|Type changed|Class name: AppAccountInfo;<br>Method or attribute name: name: string;<br>Old version information: |Class name: AppAccountInfo;<br>Method or attribute name: name: string;<br>New version information: string|@ohos.account.appAccount.d.ts|
324|Type changed|Class name: OAuthTokenInfo;<br>Method or attribute name: authType: string;<br>Old version information: |Class name: OAuthTokenInfo;<br>Method or attribute name: authType: string;<br>New version information: string|@ohos.account.appAccount.d.ts|
325|Type changed|Class name: AuthTokenInfo;<br>Method or attribute name: authType: string;<br>Old version information: |Class name: AuthTokenInfo;<br>Method or attribute name: authType: string;<br>New version information: string|@ohos.account.appAccount.d.ts|
326|Type changed|Class name: OAuthTokenInfo;<br>Method or attribute name: token: string;<br>Old version information: |Class name: OAuthTokenInfo;<br>Method or attribute name: token: string;<br>New version information: string|@ohos.account.appAccount.d.ts|
327|Type changed|Class name: AuthTokenInfo;<br>Method or attribute name: token: string;<br>Old version information: |Class name: AuthTokenInfo;<br>Method or attribute name: token: string;<br>New version information: string|@ohos.account.appAccount.d.ts|
328|Type changed|Class name: AuthTokenInfo;<br>Method or attribute name: account?: AppAccountInfo;<br>Old version information: |Class name: AuthTokenInfo;<br>Method or attribute name: account?: AppAccountInfo;<br>New version information: ?AppAccountInfo|@ohos.account.appAccount.d.ts|
329|Type changed|Class name: AuthResult;<br>Method or attribute name: account?: AppAccountInfo;<br>Old version information: |Class name: AuthResult;<br>Method or attribute name: account?: AppAccountInfo;<br>New version information: ?AppAccountInfo|@ohos.account.appAccount.d.ts|
330|Type changed|Class name: AuthenticatorInfo;<br>Method or attribute name: iconId: number;<br>Old version information: |Class name: AuthenticatorInfo;<br>Method or attribute name: iconId: number;<br>New version information: number|@ohos.account.appAccount.d.ts|
331|Type changed|Class name: AuthenticatorInfo;<br>Method or attribute name: labelId: number;<br>Old version information: |Class name: AuthenticatorInfo;<br>Method or attribute name: labelId: number;<br>New version information: number|@ohos.account.appAccount.d.ts|
332|Type changed|Class name: AuthResult;<br>Method or attribute name: tokenInfo?: AuthTokenInfo;<br>Old version information: |Class name: AuthResult;<br>Method or attribute name: tokenInfo?: AuthTokenInfo;<br>New version information: ?AuthTokenInfo|@ohos.account.appAccount.d.ts|
333|Type changed|Class name: CreateAccountOptions;<br>Method or attribute name: customData?: { [key: string]: string };<br>Old version information: |Class name: CreateAccountOptions;<br>Method or attribute name: customData?: { [key: string]: string };<br>New version information: ?object|@ohos.account.appAccount.d.ts|
334|Type changed|Class name: CreateAccountImplicitlyOptions;<br>Method or attribute name: requiredLabels?: Array\<string>;<br>Old version information: |Class name: CreateAccountImplicitlyOptions;<br>Method or attribute name: requiredLabels?: Array\<string>;<br>New version information: ?Array\<string>|@ohos.account.appAccount.d.ts|
335|Type changed|Class name: SelectAccountsOptions;<br>Method or attribute name: requiredLabels?: Array\<string>;<br>Old version information: |Class name: SelectAccountsOptions;<br>Method or attribute name: requiredLabels?: Array\<string>;<br>New version information: ?Array\<string>|@ohos.account.appAccount.d.ts|
336|Type changed|Class name: CreateAccountImplicitlyOptions;<br>Method or attribute name: authType?: string;<br>Old version information: |Class name: CreateAccountImplicitlyOptions;<br>Method or attribute name: authType?: string;<br>New version information: ?string|@ohos.account.appAccount.d.ts|
337|Type changed|Class name: CreateAccountImplicitlyOptions;<br>Method or attribute name: parameters?: { [key: string]: Object };<br>Old version information: |Class name: CreateAccountImplicitlyOptions;<br>Method or attribute name: parameters?: { [key: string]: Object };<br>New version information: ?object|@ohos.account.appAccount.d.ts|
338|Type changed|Class name: VerifyCredentialOptions;<br>Method or attribute name: parameters?: { [key: string]: Object };<br>Old version information: |Class name: VerifyCredentialOptions;<br>Method or attribute name: parameters?: { [key: string]: Object };<br>New version information: ?object|@ohos.account.appAccount.d.ts|
339|Type changed|Class name: SetPropertiesOptions;<br>Method or attribute name: parameters?: { [key: string]: Object };<br>Old version information: |Class name: SetPropertiesOptions;<br>Method or attribute name: parameters?: { [key: string]: Object };<br>New version information: ?object|@ohos.account.appAccount.d.ts|
340|Type changed|Class name: SelectAccountsOptions;<br>Method or attribute name: allowedAccounts?: Array\<AppAccountInfo>;<br>Old version information: |Class name: SelectAccountsOptions;<br>Method or attribute name: allowedAccounts?: Array\<AppAccountInfo>;<br>New version information: ?Array\<AppAccountInfo>|@ohos.account.appAccount.d.ts|
341|Type changed|Class name: SelectAccountsOptions;<br>Method or attribute name: allowedOwners?: Array\<string>;<br>Old version information: |Class name: SelectAccountsOptions;<br>Method or attribute name: allowedOwners?: Array\<string>;<br>New version information: ?Array\<string>|@ohos.account.appAccount.d.ts|
342|Type changed|Class name: VerifyCredentialOptions;<br>Method or attribute name: credentialType?: string;<br>Old version information: |Class name: VerifyCredentialOptions;<br>Method or attribute name: credentialType?: string;<br>New version information: ?string|@ohos.account.appAccount.d.ts|
343|Type changed|Class name: VerifyCredentialOptions;<br>Method or attribute name: credential?: string;<br>Old version information: |Class name: VerifyCredentialOptions;<br>Method or attribute name: credential?: string;<br>New version information: ?string|@ohos.account.appAccount.d.ts|
344|Type changed|Class name: SetPropertiesOptions;<br>Method or attribute name: properties?: { [key: string]: Object };<br>Old version information: |Class name: SetPropertiesOptions;<br>Method or attribute name: properties?: { [key: string]: Object };<br>New version information: ?object|@ohos.account.appAccount.d.ts|
345|Type changed|Class name: DistributedInfo;<br>Method or attribute name: name: string;<br>Old version information: |Class name: DistributedInfo;<br>Method or attribute name: name: string;<br>New version information: string|@ohos.account.distributedAccount.d.ts|
346|Type changed|Class name: DistributedInfo;<br>Method or attribute name: id: string;<br>Old version information: |Class name: DistributedInfo;<br>Method or attribute name: id: string;<br>New version information: string|@ohos.account.distributedAccount.d.ts|
347|Type changed|Class name: DistributedInfo;<br>Method or attribute name: event: string;<br>Old version information: |Class name: DistributedInfo;<br>Method or attribute name: event: string;<br>New version information: string|@ohos.account.distributedAccount.d.ts|
348|Type changed|Class name: DistributedInfo;<br>Method or attribute name: nickname?: string;<br>Old version information: |Class name: DistributedInfo;<br>Method or attribute name: nickname?: string;<br>New version information: ?string|@ohos.account.distributedAccount.d.ts|
349|Type changed|Class name: DistributedInfo;<br>Method or attribute name: avatar?: string;<br>Old version information: |Class name: DistributedInfo;<br>Method or attribute name: avatar?: string;<br>New version information: ?string|@ohos.account.distributedAccount.d.ts|
350|Type changed|Class name: DistributedInfo;<br>Method or attribute name: scalableData?: object;<br>Old version information: |Class name: DistributedInfo;<br>Method or attribute name: scalableData?: object;<br>New version information: ?object|@ohos.account.distributedAccount.d.ts|
351|Type changed|Class name: OsAccountInfo;<br>Method or attribute name: localId: number;<br>Old version information: |Class name: OsAccountInfo;<br>Method or attribute name: localId: number;<br>New version information: number|@ohos.account.osAccount.d.ts|
352|Type changed|Class name: ConstraintSourceTypeInfo;<br>Method or attribute name: localId: number;<br>Old version information: |Class name: ConstraintSourceTypeInfo;<br>Method or attribute name: localId: number;<br>New version information: number|@ohos.account.osAccount.d.ts|
353|Type changed|Class name: OsAccountInfo;<br>Method or attribute name: localName: string;<br>Old version information: |Class name: OsAccountInfo;<br>Method or attribute name: localName: string;<br>New version information: string|@ohos.account.osAccount.d.ts|
354|Type changed|Class name: OsAccountInfo;<br>Method or attribute name: type: OsAccountType;<br>Old version information: |Class name: OsAccountInfo;<br>Method or attribute name: type: OsAccountType;<br>New version information: OsAccountType|@ohos.account.osAccount.d.ts|
355|Type changed|Class name: OsAccountInfo;<br>Method or attribute name: constraints: Array\<string>;<br>Old version information: |Class name: OsAccountInfo;<br>Method or attribute name: constraints: Array\<string>;<br>New version information: Array\<string>|@ohos.account.osAccount.d.ts|
356|Type changed|Class name: OsAccountInfo;<br>Method or attribute name: isVerified: boolean;<br>Old version information: |Class name: OsAccountInfo;<br>Method or attribute name: isVerified: boolean;<br>New version information: boolean|@ohos.account.osAccount.d.ts|
357|Type changed|Class name: OsAccountInfo;<br>Method or attribute name: photo: string;<br>Old version information: |Class name: OsAccountInfo;<br>Method or attribute name: photo: string;<br>New version information: string|@ohos.account.osAccount.d.ts|
358|Type changed|Class name: OsAccountInfo;<br>Method or attribute name: createTime: number;<br>Old version information: |Class name: OsAccountInfo;<br>Method or attribute name: createTime: number;<br>New version information: number|@ohos.account.osAccount.d.ts|
359|Type changed|Class name: OsAccountInfo;<br>Method or attribute name: lastLoginTime: number;<br>Old version information: |Class name: OsAccountInfo;<br>Method or attribute name: lastLoginTime: number;<br>New version information: number|@ohos.account.osAccount.d.ts|
360|Type changed|Class name: OsAccountInfo;<br>Method or attribute name: serialNumber: number;<br>Old version information: |Class name: OsAccountInfo;<br>Method or attribute name: serialNumber: number;<br>New version information: number|@ohos.account.osAccount.d.ts|
361|Type changed|Class name: OsAccountInfo;<br>Method or attribute name: isActived: boolean;<br>Old version information: |Class name: OsAccountInfo;<br>Method or attribute name: isActived: boolean;<br>New version information: boolean|@ohos.account.osAccount.d.ts|
362|Type changed|Class name: OsAccountInfo;<br>Method or attribute name: isCreateCompleted: boolean;<br>Old version information: |Class name: OsAccountInfo;<br>Method or attribute name: isCreateCompleted: boolean;<br>New version information: boolean|@ohos.account.osAccount.d.ts|
363|Type changed|Class name: OsAccountInfo;<br>Method or attribute name: distributedInfo: distributedAccount.DistributedInfo;<br>Old version information: |Class name: OsAccountInfo;<br>Method or attribute name: distributedInfo: distributedAccount.DistributedInfo;<br>New version information: distributedAccount.DistributedInfo|@ohos.account.osAccount.d.ts|
364|Type changed|Class name: OsAccountInfo;<br>Method or attribute name: domainInfo: DomainAccountInfo;<br>Old version information: |Class name: OsAccountInfo;<br>Method or attribute name: domainInfo: DomainAccountInfo;<br>New version information: DomainAccountInfo|@ohos.account.osAccount.d.ts|
365|Type changed|Class name: DomainAccountInfo;<br>Method or attribute name: domain: string;<br>Old version information: |Class name: DomainAccountInfo;<br>Method or attribute name: domain: string;<br>New version information: string|@ohos.account.osAccount.d.ts|
366|Type changed|Class name: DomainAccountInfo;<br>Method or attribute name: accountName: string;<br>Old version information: |Class name: DomainAccountInfo;<br>Method or attribute name: accountName: string;<br>New version information: string|@ohos.account.osAccount.d.ts|
367|Type changed|Class name: GetPropertyRequest;<br>Method or attribute name: authType: AuthType;<br>Old version information: |Class name: GetPropertyRequest;<br>Method or attribute name: authType: AuthType;<br>New version information: AuthType|@ohos.account.osAccount.d.ts|
368|Type changed|Class name: SetPropertyRequest;<br>Method or attribute name: authType: AuthType;<br>Old version information: |Class name: SetPropertyRequest;<br>Method or attribute name: authType: AuthType;<br>New version information: AuthType|@ohos.account.osAccount.d.ts|
369|Type changed|Class name: EnrolledCredInfo;<br>Method or attribute name: authType: AuthType;<br>Old version information: |Class name: EnrolledCredInfo;<br>Method or attribute name: authType: AuthType;<br>New version information: AuthType|@ohos.account.osAccount.d.ts|
370|Type changed|Class name: GetPropertyRequest;<br>Method or attribute name: keys: Array\<GetPropertyType>;<br>Old version information: |Class name: GetPropertyRequest;<br>Method or attribute name: keys: Array\<GetPropertyType>;<br>New version information: Array\<GetPropertyType>|@ohos.account.osAccount.d.ts|
371|Type changed|Class name: SetPropertyRequest;<br>Method or attribute name: key: SetPropertyType;<br>Old version information: |Class name: SetPropertyRequest;<br>Method or attribute name: key: SetPropertyType;<br>New version information: SetPropertyType|@ohos.account.osAccount.d.ts|
372|Type changed|Class name: SetPropertyRequest;<br>Method or attribute name: setInfo: Uint8Array;<br>Old version information: |Class name: SetPropertyRequest;<br>Method or attribute name: setInfo: Uint8Array;<br>New version information: Uint8Array|@ohos.account.osAccount.d.ts|
373|Type changed|Class name: ExecutorProperty;<br>Method or attribute name: result: number;<br>Old version information: |Class name: ExecutorProperty;<br>Method or attribute name: result: number;<br>New version information: number|@ohos.account.osAccount.d.ts|
374|Type changed|Class name: ExecutorProperty;<br>Method or attribute name: authSubType: AuthSubType;<br>Old version information: |Class name: ExecutorProperty;<br>Method or attribute name: authSubType: AuthSubType;<br>New version information: AuthSubType|@ohos.account.osAccount.d.ts|
375|Type changed|Class name: EnrolledCredInfo;<br>Method or attribute name: authSubType: AuthSubType;<br>Old version information: |Class name: EnrolledCredInfo;<br>Method or attribute name: authSubType: AuthSubType;<br>New version information: AuthSubType|@ohos.account.osAccount.d.ts|
376|Type changed|Class name: ExecutorProperty;<br>Method or attribute name: remainTimes?: number;<br>Old version information: |Class name: ExecutorProperty;<br>Method or attribute name: remainTimes?: number;<br>New version information: ?number|@ohos.account.osAccount.d.ts|
377|Type changed|Class name: AuthResult;<br>Method or attribute name: remainTimes?: number;<br>Old version information: |Class name: AuthResult;<br>Method or attribute name: remainTimes?: number;<br>New version information: ?number|@ohos.account.osAccount.d.ts|
378|Type changed|Class name: ExecutorProperty;<br>Method or attribute name: freezingTime?: number;<br>Old version information: |Class name: ExecutorProperty;<br>Method or attribute name: freezingTime?: number;<br>New version information: ?number|@ohos.account.osAccount.d.ts|
379|Type changed|Class name: AuthResult;<br>Method or attribute name: freezingTime?: number;<br>Old version information: |Class name: AuthResult;<br>Method or attribute name: freezingTime?: number;<br>New version information: ?number|@ohos.account.osAccount.d.ts|
380|Type changed|Class name: AuthResult;<br>Method or attribute name: token?: Uint8Array;<br>Old version information: |Class name: AuthResult;<br>Method or attribute name: token?: Uint8Array;<br>New version information: ?Uint8Array|@ohos.account.osAccount.d.ts|
381|Type changed|Class name: CredentialInfo;<br>Method or attribute name: credType: AuthType;<br>Old version information: |Class name: CredentialInfo;<br>Method or attribute name: credType: AuthType;<br>New version information: AuthType|@ohos.account.osAccount.d.ts|
382|Type changed|Class name: CredentialInfo;<br>Method or attribute name: credSubType: AuthSubType;<br>Old version information: |Class name: CredentialInfo;<br>Method or attribute name: credSubType: AuthSubType;<br>New version information: AuthSubType|@ohos.account.osAccount.d.ts|
383|Type changed|Class name: CredentialInfo;<br>Method or attribute name: token: Uint8Array;<br>Old version information: |Class name: CredentialInfo;<br>Method or attribute name: token: Uint8Array;<br>New version information: Uint8Array|@ohos.account.osAccount.d.ts|
384|Type changed|Class name: RequestResult;<br>Method or attribute name: credentialId?: Uint8Array;<br>Old version information: |Class name: RequestResult;<br>Method or attribute name: credentialId?: Uint8Array;<br>New version information: ?Uint8Array|@ohos.account.osAccount.d.ts|
385|Type changed|Class name: EnrolledCredInfo;<br>Method or attribute name: credentialId: Uint8Array;<br>Old version information: |Class name: EnrolledCredInfo;<br>Method or attribute name: credentialId: Uint8Array;<br>New version information: Uint8Array|@ohos.account.osAccount.d.ts|
386|Type changed|Class name: EnrolledCredInfo;<br>Method or attribute name: templateId: Uint8Array;<br>Old version information: |Class name: EnrolledCredInfo;<br>Method or attribute name: templateId: Uint8Array;<br>New version information: Uint8Array|@ohos.account.osAccount.d.ts|
387|Type changed|Class name: ConstraintSourceTypeInfo;<br>Method or attribute name: type: ConstraintSourceType;<br>Old version information: |Class name: ConstraintSourceTypeInfo;<br>Method or attribute name: type: ConstraintSourceType;<br>New version information: ConstraintSourceType|@ohos.account.osAccount.d.ts|
388